API网关 APIG-批量添加或删除单个实例的标签:请求示例

时间:2023-12-01 09:43:01

请求示例

  • 批量添加实例的标签

    {
      "action" : "create",
      "tags" : [ {
        "key" : "test-key",
        "value" : "test-value"
      } ]
    }
  • 批量删除实例的标签

    {
      "action" : "delete",
      "tags" : [ {
        "key" : "test-key1",
        "value" : "test-value"
      }, {
        "key" : "test-key2"
      } ]
    }
support.huaweicloud.com/api-apig/BatchCreateOrDeleteInstanceTags.html