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
HTTPRequired

Please enter a valid token

Query parameters
versionstringOptional

The requested API version

Default: 1.0
Responses
chevron-right
200

Indicates successful retrieval of list of available capacities

Class for storing information about capacity.

capacityIdstring · uuid · nullableOptional

A public property of type nullable Guid (a unique identifier) that has both a getter and a setter method, which allows for getting and setting the value of the CapacityId property.

capacityNamestring · nullableOptional

A public property of type nullable string that has both a getter and a setter method, which allows for getting and setting the value of the CapacityName property.

skustring · nullableOptional

A public property of type nullable string that has both a getter and a setter method, which allows for getting and setting the value of the Sku property.

capacityStatestring · nullableOptional

A public property of type Guid (a unique identifier) that has both a getter and a setter method, which allows for getting and setting the value of the CapacityState property.

regionstring · nullableOptional

A public property of type nullable string that has both a getter and a setter method, which allows for getting and setting the value of the Region property.

get
/capacities

Last updated