Obtaining the Total Number of Resources via the SecMaster Connector
Function
This API is used to obtain the resources via SecMaster connector.
URI
GET /v1/resource-manager/domains/{domain_id}/all-resources/{region_id}/{resource_type}/count
| Parameter | Mandatory | Type | Description |
|---|---|---|---|
| domain_id | Yes | String | Definition Account ID. Obtain the value by calling the IAM API for querying IAM user details. Constraints N/A Range The value is subject to the IAM API for querying IAM user details. Default value N/A |
| resource_type | Yes | String | Definition Resource type. Constraints N/A Range Default value N/A |
| region_id | Yes | String | Definition Use the current region ID. Constraints N/A Range Use the current region ID. Default value Use the current region ID. |
Request Parameters
| Parameter | Mandatory | Type | Description |
|---|---|---|---|
| X-Auth-Token | Yes | String | Definition User token. The token can be queried by calling the IAM API used to obtain a user token. The value of X-Subject-Token in the response header is the user token. Constraints N/A Range Obtain the value by calling the IAM API for obtaining the user token. Default value N/A |
Response Parameters
Status code: 200
| Parameter | Type | Description |
|---|---|---|
| total_count | Integer | Total |
Status code: 400
| Parameter | Type | Description |
|---|---|---|
| details | Array of DbssErrorDetail objects | PDP5 authentication exception information |
| encoded_authorization_message | String | PDP5 authentication exception information |
| error_code | String | Error Codes |
| error_msg | String | Error message. |
| Parameter | Type | Description |
|---|---|---|
| error_code | String | Error Codes |
| error_msg | String | PDP5 error information |
Status code: 401
| Parameter | Type | Description |
|---|---|---|
| details | Array of DbssErrorDetail objects | PDP5 authentication exception information |
| encoded_authorization_message | String | PDP5 authentication exception information |
| error_code | String | Error Codes |
| error_msg | String | Error message. |
| Parameter | Type | Description |
|---|---|---|
| error_code | String | Error Codes |
| error_msg | String | PDP5 error information |
Status code: 403
| Parameter | Type | Description |
|---|---|---|
| details | Array of DbssErrorDetail objects | PDP5 authentication exception information |
| encoded_authorization_message | String | PDP5 authentication exception information |
| error_code | String | Error Codes |
| error_msg | String | Error message. |
| Parameter | Type | Description |
|---|---|---|
| error_code | String | Error Codes |
| error_msg | String | PDP5 error information |
Status code: 500
| Parameter | Type | Description |
|---|---|---|
| details | Array of DbssErrorDetail objects | PDP5 authentication exception information |
| encoded_authorization_message | String | PDP5 authentication exception information |
| error_code | String | Error Codes |
| error_msg | String | Error message. |
Example Requests
/v1/resource-manager/domains/{domain_id}/all-resources/{region_id}/{resource_type}/count Example Responses
None
Status Codes
| Status Code | Description |
|---|---|
| 200 | OK |
| 400 | Invalid request parameter. |
| 401 | Authorization failed. |
| 403 | Unauthorized |
| 500 | Server error. |
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