ListLiveTagResources

Updated at:
Copy as MD

Queries resources and tags that meet the specified conditions.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

The table below describes the authorization required to call this API. You can define it in a Resource Access Management (RAM) policy. The table's columns are detailed below:

  • Action: The actions can be used in the Action element of RAM permission policy statements to grant permissions to perform the operation.

  • API: The API that you can call to perform the action.

  • Access level: The predefined level of access granted for each API. Valid values: create, list, get, update, and delete.

  • Resource type: The type of the resource that supports authorization to perform the action. It indicates if the action supports resource-level permission. The specified resource must be compatible with the action. Otherwise, the policy will be ineffective.

    • For APIs with resource-level permissions, required resource types are marked with an asterisk (*). Specify the corresponding Alibaba Cloud Resource Name (ARN) in the Resource element of the policy.

    • For APIs without resource-level permissions, it is shown as All Resources. Use an asterisk (*) in the Resource element of the policy.

  • Condition key: The condition keys defined by the service. The key allows for granular control, applying to either actions alone or actions associated with specific resources. In addition to service-specific condition keys, Alibaba Cloud provides a set of common condition keys applicable across all RAM-supported services.

  • Dependent action: The dependent actions required to run the action. To complete the action, the RAM user or the RAM role must have the permissions to perform all dependent actions.

Action

Access level

Resource type

Condition key

Dependent action

live:ListLiveTagResources

get

*Domain

acs:live:*:{#accountId}:domain/{#DomainName}

None None

Request parameters

Parameter

Type

Required

Description

Example

RegionId

string

No

The region ID.

cn-shanghai

ResourceId

array

No

The list of resource IDs. ResourceId and Tag cannot both be empty.

string

No

The resource ID.

  • When ResourceType is set to DOMAIN, specify the live streaming domain name (such as example.alivecdn.com). You can call DescribeLiveUserDomains to obtain the list of domain names under your account.

my-resource-id

Tag

array<object>

No

The list of tags. ResourceId and Tag cannot both be empty.

object

No

The tag information.

Key

string

No

The tag key of the resource.

env

Value

string

No

The tag value that corresponds to the tag key.

dev

TagOwnerUid

string

No

The Alibaba Cloud account ID to which the tag belongs.

xxx1234xxx

TagOwnerBid

string

No

The Bid of the tag owner.

26842

ResourceType

string

Yes

The resource type.

Valid values:

  • DOMAIN :

    domain name resource.

DOMAIN

NextToken

string

No

The token for the next query.

q2j8bLtBdhONLRkgaPBa6A==

Response elements

Element

Type

Description

Example

object

NextToken

string

The token for the next query.

6a5e8f4fae643e70d1a2ff1827cd91bd

RequestId

string

The request ID.

******3B-0E1A-586A-AC29-742247******

TagResources

object

TagResource

array<object>

The list of tag resources.

object

The tag resource.

ResourceId

string

my-resource-id

ResourceType

string

DOMAIN

TagKey

string

env

TagValue

string

dev

Examples

Success response

JSON format

{
  "NextToken": "6a5e8f4fae643e70d1a2ff1827cd91bd",
  "RequestId": "******3B-0E1A-586A-AC29-742247******",
  "TagResources": {
    "TagResource": [
      {
        "ResourceId": "my-resource-id",
        "ResourceType": "DOMAIN",
        "TagKey": "env",
        "TagValue": "dev"
      }
    ]
  }
}

Error codes

HTTP status code

Error code

Error message

Description

401 InvalidResourceType The resourceType is invalid. The specified resourceType parameter is invalid.
401 InvalidTagKey The tag key is invalid, %s. Invalid tag key.
403 InvalidResourcesCount The count of resources is invalid, %s. The input resource array. The total number of resources cannot exceed the maximum value and must be greater than 0.
403 Duplicate.TagKey The tags should not contain duplicate keys. The tag should not contain duplicate keys.

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.