Listing Registered Cloud Services
Function
This API is used to list registered cloud services.
Authorization Information
No identity policy-based permission required for calling this API.
URI
GET /v5/authorization-schemas/registered-services
| Parameter | Mandatory | Type | Description |
|---|---|---|---|
| limit | No | Integer | Definition: Number of records displayed per page. Constraints: N/A Range: The value ranges from 1 to 200. Default Value: The default value is 100. |
| marker | No | String | Definition: Pagination marker automatically generated by the service to mark the start position of this request. The value can be obtained from next_marker in the response body of the previous pagination request. Constraints: The value contains 4 to 400 characters. Only letters, digits, plus signs (+), slashes (/), equal signs (=), hyphens (-), and underscores (_) are allowed. Range: N/A Default Value: N/A |
Request Parameters
None
Response Parameters
Status code: 200
| Parameter | Type | Description |
|---|---|---|
| service_codes | Array of strings | Definition: List of service name abbreviations. Range: N/A |
| page_info | page_info object | Definition: Pagination information. Range: N/A |
Example Requests
Listing registered cloud services
GET https://{endpoint}/v5/authorization-schemas/registered-services Example Responses
Status code: 200
Successful
{
"service_codes" : [ "service1", "service2" ],
"page_info" : {
"next_marker" : "marker",
"current_count" : 2
}
} 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