Querying Number of Resource Instances by Resource Type and Tag
Function
This API is used to query the number of resource instances by resource type and tag.
Debugging
You can debug this API through automatic authentication in API Explorer or use the SDK sample code generated by API Explorer.
Authorization Information
Each account has all the permissions required to call all APIs, but IAM users must be assigned the required permissions.
- If you are using role/policy-based authorization, see Permissions Policies and Supported Actions for details on the required permissions.
- If you are using identity policy-based authorization, the following identity policy-based permissions are required.
Action
Access Level
Resource Type (*: required)
Condition Key
Alias
Dependencies
organizations:resources:countByTag
List
-
-
-
-
URI
POST /v1/organizations/{resource_type}/resource-instances/count
| Parameter | Mandatory | Type | Description |
|---|---|---|---|
| resource_type | Yes | String | Definition Resource type. It can be organizations:policies, organizations:ous, organizations:accounts, or organizations:roots. Constraints Mandatory Range Enumerated values: organizations:policies, organizations:ous, organizations:accounts, and organizations:roots. Default Value No default value |
Request Parameters
| Parameter | Mandatory | Type | Description |
|---|---|---|---|
| X-Security-Token | No | String | Definition Security token (session token) of your temporary security credentials. If a temporary security credential is used, this header is required. Constraints N/A Range The value contains 0 to 32,768 characters. Default Value No default value |
| Parameter | Mandatory | Type | Description |
|---|---|---|---|
| without_any_tag | No | Boolean | Definition Whether to search without any tag. If this parameter is set to true, all resources without tags are queried. Constraints None Range Boolean value: true or false Default Value None |
| tags | No | Array of TagsDTO objects | Definition Tags included. A maximum of 10 tag keys are allowed for each query operation. Each tag key can have up to 10 tag values. The structure must be included. The tag key cannot be left blank or set to an empty string. Each key must be unique, and each value for a key must be unique. Resources that contain all tags are returned. The relationship between tag keys is AND, while the relationship between tag values under the same key is OR. If no tag filtering criteria is specified, all data is returned. Constraints N/A Range 0 to 20 tags Default Value No default value |
| matches | No | Array of Match objects | Definition Search field. key indicates the field to be matched, for example, organizational-unit. value indicates the value to be matched. The key is a fixed dictionary value and cannot contain duplicate keys or unsupported keys. Constraints None Range None Default Value None |
| Parameter | Mandatory | Type | Description |
|---|---|---|---|
| key | Yes | String | Definition Key. It contains a maximum of 127 Unicode characters. It cannot be left blank. Constraints Mandatory Range The value must comply with the regular expression ^((?!sys|\s)[\p{L}\p{Z}\p{N}.:=+-@]*[\p{L}\p{N}.:=+-@])$. The value contains 1 to 128 characters. Default Value None |
| values | Yes | Array of strings | Definition Value list. Each value contains a maximum of 255 Unicode characters. Constraints Mandatory Range 0 to 10 values Default Value None |
Response Parameters
Status code: 200
| Parameter | Type | Description |
|---|---|---|
| total_count | Integer | Definition Total number of records. Constraints Mandatory Range None Default Value None |
Example Requests
Querying the number of resource instances by resource type and tag
POST https://{endpoint}/v1/organizations/{resource_type}/resource-instances/count
{
"without_any_tag" : true,
"tags" : [ {
"key" : "string",
"values" : [ "string" ]
} ],
"matches" : [ {
"key" : "string",
"value" : "string"
} ]
} Example Responses
Status code: 200
Successful
{
"total_count" : 0
} Status Codes
| Status Code | Description |
|---|---|
| 200 | Successful |
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