获取资源的标签列表。
除了以下参数,您还需要 对请求进行鉴权。
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | ListTagsForResources | API 的名称。该参数的取值是 ListTagsForResources 。 |
Version | String | 是 | 2022-06-01 | API 的版本。该参数的取值是 2022-06-01 。 |
ResourceType | String | 是 | zone | 资源类型。
|
TagType | String | 否 | custom | 标签类型。
|
NextToken | String | 否 | custom | 分页查询凭证,用于标记分页的位置。您在初次调用该 API 时无需设置该参数。非初次调用该 API 时,该参数的取值为上一次 API 调用时该 API 返回的 NextToken 参数值。 |
ResourceIds | Array of strings | 否 | ["101", "102", "103"] | 资源 ID。数组的最大长度为 50。 |
TagFilters.N | String | 否 | TagFilters.1={"Key":"k1","Values":["v1", "v2"]}&TagFilters.2={"Key":"k2","Values":["v1", "v2"]} | 资源的标签。您需要指定:
Values ,表示查询时 Values 不作为查询条件。如果您把仅包含空字符串的数组传入 Values ,私网解析 PrivateZone 会查询 Values 为空的标签。如果一个 Values 包含多个值,这些值之间的关系为逻辑或(OR)。 |
MaxResults | Integer | 否 | 10 | 返回值中标签的数量,默认为 10,最大为 100。 |
参数 | 类型 | 描述 |
---|---|---|
RequestId | String | 标识本次请求的 ID。 |
Action | String | Action 查询参数的值。 |
Version | String | API 版本。 |
Service | String | 服务类型。 |
Region | String | 服务所在地域。 |
GET https://open.volcengineapi.com/?Action=ListTagsForResources&Version=2022-06-01&ResourceType=zone
{ "ResponseMetadata": { "RequestId": "20241015113935D1D870440AFA73971732", "Action": "ListTagsForResources", "Version": "2022-06-01", "Service": "private_zone", "Region": "cn" }, "Result": { "NextToken": "55", "ResourceTags": [ { "ResourceType": "zone", "ResourceId": "198356", "TagKey": "450", "TagValue": "450" }, { "ResourceType": "zone", "ResourceId": "198356", "TagKey": "277", "TagValue": "277" }, { "ResourceType": "zone", "ResourceId": "198356", "TagKey": "303", "TagValue": "303" }, { "ResourceType": "zone", "ResourceId": "198356", "TagKey": "326", "TagValue": "326" }, { "ResourceType": "zone", "ResourceId": "198356", "TagKey": "448", "TagValue": "448" }, { "ResourceType": "zone", "ResourceId": "198356", "TagKey": "471", "TagValue": "471" }, { "ResourceType": "zone", "ResourceId": "198356", "TagKey": "495", "TagValue": "495" }, { "ResourceType": "zone", "ResourceId": "198356", "TagKey": "6", "TagValue": "6" }, { "ResourceType": "zone", "ResourceId": "198356", "TagKey": "8", "TagValue": "8" }, { "ResourceType": "zone", "ResourceId": "198356", "TagKey": "455", "TagValue": "455" } ] } }
您可访问公共错误码,获取详细信息。