Counting the Number of Instances with a Specified Tag
Function
This API is used to count the number of instances with a specified tag.
Calling Method
For details, see Calling APIs.
URI
POST /v2/{project_id}/cbs/instance/count
Parameter | Mandatory | Type | Description |
|---|---|---|---|
project_id | Yes | String | Project ID. To obtain the value, see Obtaining a Project ID. |
Request Parameters
Parameter | Mandatory | Type | Description |
|---|---|---|---|
X-Auth-Token | Yes | String | User token. You can obtain it by calling the IAM API for obtaining a user token. The token is the value of X-Subject-Token in the response header. For details, see Obtaining a User Token. |
Parameter | Mandatory | Type | Description |
|---|---|---|---|
without_any_tag | No | Boolean | Specifies any tag that is not contained. If this parameter is set to true, all resources without tags are queried. In this case, the tags, tags_any, not_tags, and not_tags_any fields are ignored. |
tags | No | Array of Tags objects | The resources to be queried contain tags listed in tags. Each instance to be queried contains a maximum of 50 keys. Each tag key can have a maximum of 10 tag values. The tag value corresponding to each tag key can be an empty array but the structure cannot be missing.
|
tags_any | No | Array of Tags objects |
|
not_tags | No | Array of Tags objects |
|
not_tags_any | No | Array of Tags objects |
|
sys_tags | No | Array of Tags objects |
|
matches | No | Array of Match objects |
|
Parameter | Mandatory | Type | Description |
|---|---|---|---|
key | Yes | String | The tag key.
|
values | Yes | Array of strings | The tag value list.
|
Response Parameters
Status code: 200
Parameter | Type | Description |
|---|---|---|
total_count | Integer | Total records. |
Status code: 400
Parameter | Type | Description |
|---|---|---|
error_code | String | Error code |
error_description | String | Incorrect request parameters. |
Status code: 401
Parameter | Type | Description |
|---|---|---|
error_code | String | Error code |
error_description | String | Failed to verify the token. |
Status code: 403
Parameter | Type | Description |
|---|---|---|
error_code | String | Error code |
error_description | String | Permissions required. |
Status code: 404
Parameter | Type | Description |
|---|---|---|
error_code | String | Error code |
error_description | String | Not CBH instances found. |
Example Requests
{
"matches" : [ {
"key" : "resource_name",
"value" : "resource1"
} ],
"not_tags" : [ {
"key" : "key1",
"values" : [ "*value1", "value2" ]
} ],
"tags" : [ {
"key" : "key1",
"values" : [ "*value1", "value2" ]
} ],
"tags_any" : [ {
"key" : "key1",
"values" : [ "value1", "value2" ]
} ],
"not_tags_any" : [ {
"key" : "key1",
"values" : [ "value1", "value2" ]
} ],
"sys_tags" : [ {
"key" : "_sys_enterprise_project_id",
"values" : [ "5aa119a8-d25b-45a7-8d1b-88e127885635" ]
} ]
} Example Responses
Status code: 200
Show Project Tags Success
{
"total_count" : 1000
} Status Codes
Status Code | Description |
|---|---|
200 | Show Project Tags Success |
400 | Bad Request |
401 | Unauthorized |
403 | Forbidden |
404 | Not Found |
Error Codes
See Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot
