Get Cluster Size Info
Get information about the default values associated with various sizes.
Request
URLURL
Header Parameters
Header Parameters
Required session ID, acquired from Create Session API under CIS product
vmware-api-session-id example
"b00db39f948d13ea1e59b4d6fce56389"
Authentication
Response
Response BodyResponse Body
map
of
NamespaceManagementClusterSizeInfoInfo
of type application/json
Information for each size.
{
"default_pod_cidr": {
"address": "string",
"prefix": 0
},
"default_service_cidr": {
"address": "string",
"prefix": 0
},
"master_vm_info": {
"capacity": 0,
"cores_per_socket": 0,
"count": 0,
"memory": 0
},
"num_supported_pods": 0,
"num_supported_services": 0,
"worker_vm_info": {
"capacity": 0,
"cores_per_socket": 0,
"count": 0,
"memory": 0
}
}
Default CIDR range from which Kubernetes allocates pod IP addresses.
Default CIDR range from which Kubernetes allocates service cluster IP addresses.
Information about Kubernetes API server virtual machine configuration.
The maximum number of supported pods.
The maximum number of supported services.
Information about worker virtual machine configuration. If unset, the configuration of the worker VM is not fixed.
Errors
com.vmware.vapi.std.errors.error : if the system reports an error while responding to the request.
‘Default’ means this response is used for all HTTP codes that are not covered individually for this operation.
Code Samples
PowerCLI Client SDK Example
cURL Command
Vendor Extensions
x-vmw-doc-operation: get