Deployment
Deployment
JSON Example
{
"id": "string",
"name": "string",
"org_id": "string",
"type": {
"code": "string",
"provider_name": "string",
"provider_code": "string",
"configuration_type": "string",
"provider_internal_type": "string",
"multi_provider_internal_type": "string",
"multi_provider_internal_sub_type": "Simulation"
},
"state": {
"phase": "string",
"sub_phase": "string",
"display_name": "string",
"error_msg": "string",
"error_code": "string",
"provider": "string",
"internal_error_msg": "string",
"internal_error_code": "string"
},
"location": {
"name": "string",
"code": "string",
"address": {
"address": "string"
}
},
"version": {
"name": "string",
"code": "string"
},
"creator": {
"user_name": "string",
"user_id": "string",
"client_id": "string",
"timestamp": "string"
},
"updater": {
"user_name": "string",
"user_id": "string",
"client_id": "string",
"timestamp": "string"
},
"internal_creator": {
"user_name": "string",
"user_id": "string",
"client_id": "string",
"timestamp": "string"
},
"properties": {
"properties": "string"
},
"summary": {
"DeploymentOverviewSummary": {
"sddc_access_state": "string",
"cluster_count": 0,
"host_count": 0,
"sddc_size": "string",
"configured_capacity": {
"cpu_mhz": 0,
"memory_bytes": 0,
"storage_bytes": 0
}
},
"DeploymentVcenterSummary": {
"vc_url": "string",
"vc_fqdn": "string",
"vc_public_ip": "string"
},
"DeploymentNetworkSummary": {
"nsx_manager_ip": "string",
"public_nsx_manager_url": "string",
"private_nsx_manager_url": "string"
}
},
"multi_tenant": false,
"deleted": false,
"resource_version": 0
}
string
id
Optional
Identifier of the deployment
string
name
Required
Constraints:
maxLength: 255
Name of the deployment
string
org_id
Optional
Identifier of the deployment organization
object
properties
Optional
Internal resource properties
boolean
multi_tenant
Optional
Indicates if the current deployment is multi tenant
boolean
deleted
Optional
Indicates if the current deployment is deleted
integer As int64
As int64
resource_version
Optional
Version of the record content to handle optimistic control verification