组织 ORGANIZATIONS-根据资源类型及标签信息查询实例数量:请求示例

时间:2024-05-11 17:00:15

请求示例

根据资源类型及标签信息查询实例数量

POST https://{hostname}/v1/organizations/{resource_type}/resource-instances/count

{
  "without_any_tag" : true,
  "tags" : [ {
    "key" : "string",
    "values" : [ "string" ]
  } ],
  "matches" : [ {
    "key" : "string",
    "value" : "string"
  } ]
}
support.huaweicloud.com/api-organizations/ShowResourceInstancesCount.html