调用本接口为边缘智能资源绑定标签。
下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数。
参数 | 类型 | 是否必填 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | TagResources | 要执行的操作,取值:TagResources。 |
Version | String | 是 | 2022-01-01 | API的版本,取值:2022-01-01。 |
ResourceType | String | 是 | namespace | 要操作的资源的类型。取值:
|
ResourceIds | Array of String | 是 | ["trn:vei_api::2100000000:namespace/p-2100000000-abcde"] | 要操作的资源 ID 列表。 |
Tags | Array of Object | 是 | 要绑定的标签列表。 |
本接口无特有的返回参数。更多信息请见返回结构。
POST /?Action=TagResources&Version=2022-01-01 HTTP/1.1 Host: open.volcengineapi.com Content-Type: application/json; charset=UTF-8 X-Date: 20250710T021655Z X-Content-Sha256: 287e874e******d653b44d21e Authorization: HMAC-SHA256 Credential=Adfks******wekfwe/20250710/cn-beijing/vei_api/request, SignedHeaders=host;x-content-sha256;x-date, Signature=47a7d934ff7b37c03938******cd7b8278a40a1057690c401e92246a0e41085f { "ResourceType": "namespace", "ResourceIds": [ "[\"trn:vei_api::2100000000:namespace/p-2100000000-abcde\"]" ], "Tags": [ { "key": "env", "value": "doc-test" } ] }
{ "ResponseMetadata": { "RequestId": "20250710101835108106128019BD12BF", "Action": "TagResources", "Version": "2022-01-01", "Service": "vei_api", "Region": "cn-beijing" }, "Result": {} }
下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。
状态码 | 错误码 | 说明 |
---|---|---|
500 | 90000009 | 服务内部错误。 |