Capacity - Fetch list of available capacities

Fetch list of available capacities

get

This API call may take some more time as compared to other API calls

Authorizations
Query parameters
versionstringOptional

The requested API version

Default: 1.0
Responses
200
Indicates successful retrieval of list of available capacities
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