Get Storage
Get constraints on cluster storage size for EBS-backed clusters.
Request
URI
GET
https://vmc.vmware.com/vmc/api/orgs/{org}/storage/cluster-constraints
COPY
Path Parameters
string
org
Required
Organization identifier.
Query Parameters
string
provider
Required
Cloud storage provider ID (example AWS)
integer
num_hosts
Required
Number of hosts in cluster
boolean
one_node_reduced_capacity
Optional
Whether this sddc is reduced capacity 1NODE.
Responses
200
OK
Returns VsanConfigConstraints of type(s) application/json
{
"max_capacity": 0,
"recommended_capacities": [
0
],
"supported_capacity_increment": 0,
"min_capacity": 0,
"num_hosts": 0
}
integer As int64 As int64
max_capacity
Required
Maximum capacity supported for cluster (GiB).
array of integer
recommended_capacities
Required
List of supported capacities which may offer preferable performance (GiB).
integer As int64 As int64
supported_capacity_increment
Optional
Increment to be added to min_capacity to result in a supported capacity (GiB).
integer As int64 As int64
min_capacity
Required
Minimum capacity supported for cluster (GiB).
integer As int64 As int64
num_hosts
Required
Number of hosts in cluster.
400
Invalid or missing parameters
Operation doesn't return any data structure
401
Unauthorized
Operation doesn't return any data structure
403
Forbidden
Operation doesn't return any data structure