数据接入服务 DIS-批量添加资源标签:请求示例

时间:2023-11-06 17:12:43

请求示例

批量添加资源标签

POST https://{Endpoint}/v2/{project_id}/stream/{stream_id}/tags/action

{
  "action" : "create",
  "tags" : [ {
    "key" : "key1",
    "value" : "value1"
  }, {
    "key" : "key2",
    "value" : "value3"
  } ]
}
support.huaweicloud.com/api-dis/BatchCreateTags.html