Capacity - Retrieves a list of capacities
This API call may take some more time as compared to other API calls
Authorizations
Query parameters
versionstringOptionalDefault:
The requested API version
1.0
Responses
200
Success: List of available capacities retrieved successfully.
400
Bad Request: The request could not be processed due to invalid syntax or missing/incorrect parameters.
500
Internal Server Error: An unexpected error occurred or a server timeout.
get
GET /capacities HTTP/1.1
Host:
Authorization: Bearer JWT
Accept: */*
{
"capacityId": "123e4567-e89b-12d3-a456-426614174000",
"capacityName": "text",
"sku": "text",
"capacityState": "text",
"region": "text"
}
Last updated