You need to enable JavaScript to run this app.
导航

CreateTags - 创建预置标签

最近更新时间2023.11.03 11:34:11

首次发布时间2023.08.24 21:41:31

创建预置标签

请求参数

名称
类型
是否必填
示例值
描述
Action
String

CreateTags

要执行的操作,取值:CreateTags

Version
String

2022-06-01

API的版本,取值:2022-06-01

Tags.N.Key
Array of String

tagkey

标签键

Tags.N.Value
Array of String

tagvalue

标签值

响应数据

名称
类型
示例值
描述
暂无数据

示例

请求

http://open.volcengineapi.com/?Action=CreateTags&Version=2022-06-01&Tags.1.Key=key&Tags.1.Value=value

响应

{
    "ResponseMetadata": {
        "RequestId": "20230801193051A92E9A0B9F7F87058871",
        "Action": "CreateTags",
        "Version": "2022-06-01",
        "Service": "tag",
        "Region": "cn-north-1"
    }
}

错误码

您可访问公共错误码,获取详细信息。