打标签接口
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
调试
授权信息
请求语法
POST /tags HTTP/1.1
请求参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
| body |
object |
否 |
请求体 |
|
| resourceType |
string |
是 |
资源类型 |
Service |
| resourceId |
array |
是 |
资源 ID 列表 |
|
|
string |
否 |
资源 ID |
test |
|
| tag |
array |
否 |
标签。 最多可以绑定 20 个标签 |
|
| Tag |
否 |
标签 |
返回参数
|
名称 |
类型 |
描述 |
示例值 |
|
object |
Schema of Response |
||
| requestId |
string |
请求 ID |
3B311FD9-A60B-55E0-A896-A0C73********* |
示例
正常返回示例
JSON格式
{
"requestId": "3B311FD9-A60B-55E0-A896-A0C73*********"
}
错误码
|
HTTP status code |
错误码 |
错误信息 |
描述 |
|---|---|---|---|
| 400 | InvalidParameter.ResourceId | The ResourceId parameter is invalid. | |
| 400 | InvalidResourceId.NotFound | The specified ResourceIds are not found in our records. | |
| 400 | NumberExceed.ResourceIds | The maximum number of ResourceIds is exceeded. | |
| 400 | InvalidParameter.RegionId | The RegionId parameter is invalid. | |
| 400 | InvalidParameter.ResourceType | The ResourceType parameter is invalid. | |
| 400 | MissingParameter.ResourceIds | You must specify ResourceId.N. | |
| 400 | MissingParameter.ResourceType | You must specify ResourceType. | |
| 400 | MissingParameter.Tags | You must specify Tags. | |
| 400 | MissingParameter.TagKey | You must specify Tag.N.Key. | |
| 400 | MissingParameter.TagValue | You must specify Tag.N.Value. | |
| 400 | InvalidParameter.TagKey | The Tag.N.Key parameter is invalid. | |
| 400 | InvalidParameter.TagValue | The Tag.N.Value parameter is invalid. | |
| 400 | NumberExceed.Tags | The maximum number of Tags is exceeded. | |
| 400 | QuotaExceed.TagsPerResource | The maximum number of tags for each resource is exceeded. | |
| 400 | Duplicate.TagKey | The Tag.N.Key contains duplicate keys. | |
| 500 | InvalidOperation.ConcurrentModification | The resource is modified concurrently. | |
| 500 | InternalError | The request processing has failed due to some unknown error. | |
| 403 | NoPermission | The operator is not permission for this operate |
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。
该文章对您有帮助吗?