调用ListTagsForResources接口,查询满足指定条件的标签信息。
下表中,TagFilters.N.a类型参数中的“N”表示待查询标签的序号,需按照数字顺序从1开始填写,取值范围为1~10。多个标签之间使用&分隔。
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | ListTagsForResources | 要执行的操作,取值为ListTagsForResources。 |
Version | String | 是 | 2020-04-01 | API版本信息,当前版本为2020-04-01。 |
ResourceType | String | 是 | endpointservice | 资源的类型,取值如下:
|
ResourceIds.N | String | 否 | ResourceIds.1=epsvc-2fe630gurkl37k5gfuy33****&ResourceIds.2=epsvc-2fe630gurkl58k5gfuy26**** | 资源的ID。 说明
|
TagFilters.N.Key | String | 否 | TagFilters.1.Key=k1&TagFilters.2.Key=k2 | 根据标签查询资源时指定的标签键。 |
TagFilters.N.Values.N | String | 否 | TagFilters.1.Value.1=v1&TagFilters.1.Value.2=v2&TagFilters.2.Value.1=v3 | 根据标签查询资源时指定的标签值。每个标签键最多可指定3个标签值。
说明 如果传入该参数,则必须先传入 |
NextToken | String | 否 | caeba0bbb2be03f84eb48b699f0a**** | 下一次查询开始的Token。 |
MaxResults | Integer | 否 | 50 | 单次查询的数量,默认为 10,最大为100。 |
TagType | String | 否 | custom | 标签类型,取值如下:
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 2021062415303301022514515207C4**** | 请求ID。 |
NextToken | String | caeba0bbb2be03f84eb48b699f0a**** | 本次调用返回的查询凭证值,返回为空表示没有下一页。 |
ResourceTags | Array of Struct | - | 资源及其附加的标签信息。具体参见下表“ResourceTag”。 |
ResourceTag
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
ResourceType | String | CLB | 资源的类型。
|
ResourceId | String | epsvc-2fe6fszjgeznk5oxruv0u**** | 资源的ID。 |
TagKey | String | k1 | 资源附加标签的标签键。 |
TagValue | String | v1 | 资源附加标签的标签值。 |
GET /?Action=ListTagsForResources&Version=2020-04-01&ResourceType=endpointservice HTTP/1.1 Host: open.volcengineapi.com Service: privatelink Region: cn-guangzhou
{ "ResponseMetadata": { "RequestId": "2021062415303301022514515207C4****", "Action": "ListTagsForResources", "Version": "2020-04-01", "Service": "privatelink", "Region": "cn-guangzhou" }, "Result": { "NextToken": "caeba0bbb2be03f84eb48b699f0a****", "ResourceTags": [ { "ResourceType": "endpointservice", "ResourceId": "epsvc-273w3e33y2y9s7fap8u2j****", "TagKey": "k1", "TagValue": "v1" } ] } }
此处仅展示当前API的错误码,更多错误码请参见公共错误码。
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
HttpCode | 错误码 | 错误信息 | 描述 |
--- | --- | --- | --- |
400 | MissingParameter | The request is missing a required parameter. Ensure that you have supplied all the required parameters for the request; for example, the 'XXX'. | 该请求缺少必要参数。请确保发起请求已提供全部必要参数,比如XXX。 说明 其中,XXX表示缺少的参数名称。 |
400 | InvalidIncorrectOrder.Malformed | The specified index order is malformed. | 指定的索引顺序参数格式不合法。 |
400 | InvalidMaxResult.Malformed | The specified MaxResult is malformed. | 指定的 MaxResult 参数格式不合法。 |
400 | InvalidNextToken.Malformed | The specified NextToken is malformed. | 指定的 NextToken 参数格式不合法。 |
400 | InvalidResourceType.Malformed | The specified ResourceType is malformed. | 指定的 ResourceType 参数格式不合法。 |
400 | InvalidTagKey.Malformed | The specified TagKey is malformed. | 指定的 TagKey 参数格式不合法。 |
400 | InvalidTagType.Malformed | The specified TagType is malformed. | 指定的 TagType 参数格式不合法。 |
400 | InvalidTagValue.Malformed | The specified TagValue is malformed. | 指定的 TagValue 参数格式不合法。 |
400 | LimitExceeded.Resource | You've reached the limit on the number of resources that you can operate at a time. | 已达到单次可操作资源数量的上限。 |
400 | LimitExceeded.TagFilterKey | You've reached the limit on the number of tag keys that you can filter. | 已达到单次可指定过滤标签键数量的上限。 |
400 | LimitExceeded.TagFilterValues | You've reached the limit on the number of tag values that you can filter. | 已达到单次可指定过滤标签键值数量的上限。 |
404 | InvalidResource.NotFound | The specified resource does not exist. | 指定的资源不存在。 |