Querying Resource Type
Function
This API is used to query the resource types and applicable regions of interconnected cloud services.
URI
GET https://{endpoint}/v1/resource-types
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
limit |
No |
Integer |
Maximum number of entries that can be displayed on a page. |
marker |
No |
String |
Page marker. |
Request Parameters
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
X-Security-Token |
No |
String |
Security token (session token) for temporary security credentials. This parameter is mandatory when you make an API call using temporary security credentials. |
Response Parameters
Status code: 200
Parameter |
Type |
Description |
---|---|---|
resource_types |
Array of ResourceTypesSummary objects |
List of details about cloud service resources |
page_info |
PageInfo object |
Pagination details. |
Example Requests
Getting the resource types and applicable regions of interconnected cloud services
GET https://{endpoint}/v1/resource-types
Example Responses
Status code: 200
Request succeeded.
{ "resource_types" : [ { "region_id" : "string", "resource_type" : "string" } ], "page_info" : { "previous_marker" : "string", "next_marker" : "string", "current_count" : 2000 } }
Status Codes
Status Code |
Description |
---|---|
200 |
Request succeeded. |
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.