All Products
Search
Document Center

App Streaming:ListTagCloudResources

Last Updated:Dec 17, 2025

Queries the tags added to one or more cloud resources.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • For mandatory resource types, indicate with a prefix of * .
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
appstreaming:ListTagCloudResourceslist
*All Resources
*
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
ResourceTypestringYes

The type of the cloud resource.

Valid values:

  • AppId: app ID.
  • WyId: Alibaba Cloud Workspace user ID.
  • AppInstanceGroupId: delivery group ID.
  • AliUid: tenant ID.
AppInstanceGroupId
ResourceIdsarrayNo

The resource IDs. You can specify up to 50 resource IDs. You do not need to specify this parameter if you set ResourceType to AliUid.

stringYes

The resource ID.

aig-001
ScopestringNo

The tag type.

Valid values:

  • All (default): all tags.
  • Custom: custom tag.
  • System: system tag.
Custom
MaxResultsintegerNo

The number of entries per page. Maximum value: 1000. Default value: 50.

50
NextTokenstringNo

The pagination token that is used in the next request to retrieve a new page of results.

ptnJAAAAAAAxNzE5OTEwNQ==

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

RequestIdstring

The request ID.

1CBAFFAB-B697-4049-A9B1-67E1FC5F****
NextTokenstring

Indicates whether the next query is required.

AAAAAYRHtOLVQzCYj17y+OP7LZRrUJaF4rnBGQkWwMiVHlLZBB1w3Us37CVvhvyM0TXavA==
TotalCountinteger

The total number of entries.

15
ResourceTagsarray<object>

The tags added to the cloud resources.

ResourceTagsobject

The tag added to the cloud resource.

ResourceTypestring

The type of the cloud resource.

Valid values:

  • AppId: app ID.
  • WyId: Alibaba Cloud Workspace user ID.
  • AppInstanceGroupId: delivery group ID.
  • AliUid: tenant ID.
AppInstanceGroupId
ResourceIdstring

The resource ID.

aig-0001
Tagsarray<object>

The tags.

Tagsobject

The tag.

Keystring

The tag key.

Resolution
Valuestring

The tag value.

1080p
Scopestring

The tag type.

Valid values:

  • Custom: custom tag.
  • System: system tag.
Custom

Examples

Sample success responses

JSONformat

{
  "RequestId": "1CBAFFAB-B697-4049-A9B1-67E1FC5F****",
  "NextToken": "AAAAAYRHtOLVQzCYj17y+OP7LZRrUJaF4rnBGQkWwMiVHlLZBB1w3Us37CVvhvyM0TXavA==",
  "TotalCount": 15,
  "ResourceTags": [
    {
      "ResourceType": "AppInstanceGroupId",
      "ResourceId": "aig-0001",
      "Tags": [
        {
          "Key": "Resolution",
          "Value": "1080p",
          "Scope": "Custom"
        }
      ]
    }
  ]
}

Error codes

HTTP status codeError codeError messageDescription
500ServiceUnavailableService unavailable. Please try again later.Service unavailable. Please try again later.

For a list of error codes, visit the Service error codes.