vcenter lcm install scheduled: get
Retrieves information of the install operation that has the given id. Warning: This operation is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
Request:
HTTP request
GET https://{server}/rest/vcenter/lcm/install/scheduled/{task}
Path Parameters
Name | Type | Description |
---|---|---|
Required | ||
task | string | The identifier of the task. |
Response:
HTTP Status Code: 200
Representation:
{
"value" : {
"scheduled_start" : "2015-01-01T22:13:05.651Z",
"delay_tolerance" : 1,
"destination_location" : {
"vcenter" : {
"connection" : {
"hostname" : "string",
"password" : "secret string",
"https_port" : 1,
"ssl_verify" : true,
"ssl_thumbprint" : "string",
"username" : "string"
},
"inventory" : {
"host_path" : "string",
"datastore_cluster_name" : "string",
"vm_folder_path" : "string",
"cluster_path" : "string",
"network_name" : "string",
"datastore_name" : "string",
"resource_pool_path" : "string"
}
},
"esx" : {
"connection" : {
"hostname" : "string",
"password" : "secret string",
"https_port" : 1,
"ssl_verify" : true,
"ssl_thumbprint" : "string",
"username" : "string"
},
"inventory" : {
"network_name" : "string",
"datastore_name" : "string",
"resource_pool_path" : "string"
}
}
},
"destination_appliance" : {
"ovftool_arguments" : [
{
"value" : "string",
"key" : "string"
}
],
"appliance_size" : "TINY",
"ova_location_ssl_verify" : true,
"ova_location_ssl_thumbprint" : "string",
"ova_location" : "string",
"root_password" : "secret string",
"vcsa_embedded" : {
"ceip_enabled" : true,
"standalone" : {
"sso_admin_password" : "secret string",
"sso_domain_name" : "string"
},
"replicated" : {
"sso_admin_password" : "secret string",
"https_port" : 1,
"sso_domain_name" : "string",
"ssl_verify" : true,
"ssl_thumbprint" : "string",
"partner_hostname" : "string"
}
},
"services" : {
"ssh" : {
"enabled" : true
},
"rhttpproxy" : {
"https_port" : 1,
"http_port" : 1
}
},
"ovftool_location_ssl_verify" : true,
"vmc" : {
"sso_admin_password" : "secret string",
"https_port" : 1,
"psc_hostname" : "string",
"sso_domain_name" : "string",
"ssl_verify" : true,
"ssl_thumbprint" : "string"
},
"ovftool_location_ssl_thumbprint" : "string",
"network" : {
"mode" : "DHCP",
"ip_family" : "IPV4",
"hostname" : "string",
"prefix" : 1,
"ip" : "string",
"gateway" : "string",
"dns_servers" : [
"string",
"string"
]
},
"appliance_name" : "string",
"appliance_disk_size" : "LARGE",
"thin_disk_mode" : true,
"time" : {
"ntp_servers" : [
"string",
"string"
]
},
"ovftool_location" : "string",
"appliance_type" : "VCSA_EXTERNAL"
}
}
}
"value" : {
"scheduled_start" : "2015-01-01T22:13:05.651Z",
"delay_tolerance" : 1,
"destination_location" : {
"vcenter" : {
"connection" : {
"hostname" : "string",
"password" : "secret string",
"https_port" : 1,
"ssl_verify" : true,
"ssl_thumbprint" : "string",
"username" : "string"
},
"inventory" : {
"host_path" : "string",
"datastore_cluster_name" : "string",
"vm_folder_path" : "string",
"cluster_path" : "string",
"network_name" : "string",
"datastore_name" : "string",
"resource_pool_path" : "string"
}
},
"esx" : {
"connection" : {
"hostname" : "string",
"password" : "secret string",
"https_port" : 1,
"ssl_verify" : true,
"ssl_thumbprint" : "string",
"username" : "string"
},
"inventory" : {
"network_name" : "string",
"datastore_name" : "string",
"resource_pool_path" : "string"
}
}
},
"destination_appliance" : {
"ovftool_arguments" : [
{
"value" : "string",
"key" : "string"
}
],
"appliance_size" : "TINY",
"ova_location_ssl_verify" : true,
"ova_location_ssl_thumbprint" : "string",
"ova_location" : "string",
"root_password" : "secret string",
"vcsa_embedded" : {
"ceip_enabled" : true,
"standalone" : {
"sso_admin_password" : "secret string",
"sso_domain_name" : "string"
},
"replicated" : {
"sso_admin_password" : "secret string",
"https_port" : 1,
"sso_domain_name" : "string",
"ssl_verify" : true,
"ssl_thumbprint" : "string",
"partner_hostname" : "string"
}
},
"services" : {
"ssh" : {
"enabled" : true
},
"rhttpproxy" : {
"https_port" : 1,
"http_port" : 1
}
},
"ovftool_location_ssl_verify" : true,
"vmc" : {
"sso_admin_password" : "secret string",
"https_port" : 1,
"psc_hostname" : "string",
"sso_domain_name" : "string",
"ssl_verify" : true,
"ssl_thumbprint" : "string"
},
"ovftool_location_ssl_thumbprint" : "string",
"network" : {
"mode" : "DHCP",
"ip_family" : "IPV4",
"hostname" : "string",
"prefix" : 1,
"ip" : "string",
"gateway" : "string",
"dns_servers" : [
"string",
"string"
]
},
"appliance_name" : "string",
"appliance_disk_size" : "LARGE",
"thin_disk_mode" : true,
"time" : {
"ntp_servers" : [
"string",
"string"
]
},
"ovftool_location" : "string",
"appliance_type" : "VCSA_EXTERNAL"
}
}
}
Response Type:
Name | Type | Description |
---|---|---|
bold = required | ||
value | install_spec | The task information of the given identifier. |
value.destination_location | destination_location | This subsection describes the ESX or VC on which to deploy the appliance. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |
value.destination_location.esx | esx | This section describes the ESX host on which to deploy the appliance. Required if you are deploying the appliance directly on an ESX host. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. Mutual exclusive between esx and vcenter . |
value.destination_location.esx.connection | connection | The configuration to connect to an ESX/VC. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |
value.destination_location.esx.connection.hostname | string | The IP address or DNS resolvable name of the ESX/VC host. If a DNS resolvable name is provided, it must be resolvable from the machine that is running the installer. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |
value.destination_location.esx.connection.username | string | A username with administrative privileges on the ESX/VC host. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |
value.destination_location.esx.connection.password | secret | The password of the 'username' on the ESX/VC host. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |
value.destination_location.esx.connection.https_port | long | The port number for the ESX/VC. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. If unset, defaults to 443. |
value.destination_location.esx.connection.ssl_verify | boolean | A flag to indicate whether the ssl verification is required. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. If ssl_thumbprint is provided, this field can be omitted If unset, defaults to True. |
value.destination_location.esx.connection.ssl_thumbprint | string | Thumbprint for SSL verification. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. If ssl_verify if false, this field is not required. |
value.destination_location.esx.inventory | esx_inventory | The configuration of ESX inventory. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |
value.destination_location.esx.inventory.datastore_name | string | The datastore on which to store the files of the appliance. This value has to be either a specific datastore name, or a specific datastore in a datastore cluster. The datastore must be accessible from the ESX host and must have at least 25 GB of free space. Otherwise, the new appliance might not power on. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |
value.destination_location.esx.inventory.network_name | string | The network of the ESX host to which the new appliance should connect. Omit this parameter if the ESX host has one network. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. If unset, defaults to VM Network. |
value.destination_location.esx.inventory.resource_pool_path | string | The path to the resource pool on the ESX host in which the appliance will be deployed. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. Not applicable when not in resource pool. |
value.destination_location.vcenter | vc | This subsection describes the vCenter on which to deploy the appliance. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. Mutual exclusive between esx and vcenter . |
value.destination_location.vcenter.connection | connection | The configuration to connect to an ESX/VC. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |
value.destination_location.vcenter.connection.hostname | string | The IP address or DNS resolvable name of the ESX/VC host. If a DNS resolvable name is provided, it must be resolvable from the machine that is running the installer. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |
value.destination_location.vcenter.connection.username | string | A username with administrative privileges on the ESX/VC host. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |
value.destination_location.vcenter.connection.password | secret | The password of the 'username' on the ESX/VC host. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |
value.destination_location.vcenter.connection.https_port | long | The port number for the ESX/VC. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. If unset, defaults to 443. |
value.destination_location.vcenter.connection.ssl_verify | boolean | A flag to indicate whether the ssl verification is required. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. If ssl_thumbprint is provided, this field can be omitted If unset, defaults to True. |
value.destination_location.vcenter.connection.ssl_thumbprint | string | Thumbprint for SSL verification. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. If ssl_verify if false, this field is not required. |
value.destination_location.vcenter.inventory | vc_inventory | All names are case-sensitive. you can install the appliance to one of the following destinations: 1. A resource pool in a cluster, use 'cluster_path'. 2. A specific ESX host in a cluster, use 'host_path'. 3. A resource pool in a specific ESX host being managed by the current vCenter, use 'resource_pool_path'. You must always provide the 'network_name' key. To install a new appliance to a specific ESX host in a cluster, provide the 'host_path' key, and the 'datastore_name', e.g. 'host_path': '/MyDataCenter/host/MyCluster/10.20.30.40', 'datastore_name': 'Your Datastore'. To install a new appliance to a specific resource pool, provide the 'resource_pool_path', and the 'datastore_name', e.g. 'resource_pool_path': '/Your Datacenter Folder/Your Datacenter/host/Your Cluster/Resources/Your Resource Pool', 'datastore_name': 'Your Datastore'. To place a new appliance to a virtual machine Folder, provide the 'vm_folder_path', e.g. 'vm_folder_path': 'VM Folder 0/VM Folder1'. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |
value.destination_location.vcenter.inventory.vm_folder_path | string | Path of the VM folder. VM folder must be visible by the Data Center of the compute resourceFormat:{vm_folder1}/{vm_folder2}e.g.:'VM Folder 0/VM Folder1'. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. Mutually exclusive between #resource_pool_path , #cluster_path , and #host_path . |
value.destination_location.vcenter.inventory.resource_pool_path | string | Full path to resource pool. Format: /{datacenter folder}/{datacenter name}/host/{host name}/{cluster_name}/Resources/{resource pool}. e.g: Your Datacenter Folder/Your Datacenter/host/Your Cluster/Resources/Your Resource Pool. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. Mutually exclusive between #resource_pool_path , #cluster_path , and #host_path . |
value.destination_location.vcenter.inventory.cluster_path | string | Full path to the cluster. Format: /{datacenter folder}/{datacenter name}/host/{cluster_name}. e.g: /Your Datacenter Folder/Your Datacenter/host/Your Cluster. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. Mutually exclusive between #resource_pool_path , #cluster_path , and #host_path . |
value.destination_location.vcenter.inventory.host_path | string | Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. |
value.destination_location.vcenter.inventory.datastore_name | string | The datastore on which to store the files of the appliance. This value has to be either a specific datastore name, or a specific datastore in a datastore cluster. The datastore must be accessible from the ESX host and must have at least 25 GB of free space. Otherwise, the new appliance might not power on. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. Mutually exclusive between #datastore_name and #datastore_cluster_name . |
value.destination_location.vcenter.inventory.datastore_cluster_name | string | The datastore cluster on which to store the files of the appliance. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. Mutually exclusive between #datastore_name and #datastore_cluster_name . |
value.destination_location.vcenter.inventory.network_name | string | Name of the network. e.g. VM Network. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |
value.destination_appliance | destination_appliance | Spec to describe the new appliance. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |
value.destination_appliance.appliance_name | string | The name of the appliance to deploy. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |
value.destination_appliance.appliance_type | string | The type of appliance to deploy. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. The type of appliance to be deployed. Warning: This enumeration is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Value is one of: VCSA_EXTERNAL: Management node. Warning: This constant is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. VCSA_EMBEDDED: Embedded node. Warning: This constant is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. PSC: Infrastructure node. Warning: This constant is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. VMC: VMC node. Warning: This constant is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |
value.destination_appliance.appliance_size | string | A size descriptor based on the number of virtual machines which will be managed by the new vCenter appliance. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. It is only relevant when appliance_type has value [VCSA_EMBEDDED]. This field is optional and it is only relevant when the value of appliance_type is VCSA_EMBEDDED. |
value.destination_appliance.appliance_disk_size | string | The disk size of the new vCenter appliance. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. It is only relevant when appliance_type has value [VCSA_EMBEDDED]. This field is optional and it is only relevant when the value of appliance_type is VCSA_EMBEDDED. |
value.destination_appliance.root_password | secret | Password must conform to the following requirements: 1. At least 8 characters. 2. No more than 20 characters. 3. At least 1 uppercase character. 4. At least 1 lowercase character. 5. At least 1 number. 6. At least 1 special character (e.g., '!', '(', '@', etc.). 7. Only visible A-Z, a-z, 0-9 and punctuation (spaces are not allowed). Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |
value.destination_appliance.thin_disk_mode | boolean | Whether to deploy the appliance with thin mode virtual disks. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |
value.destination_appliance.ova_location | string | The location of the OVA file. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |
value.destination_appliance.ova_location_ssl_verify | boolean | A flag to indicate whether the ssl verification is required. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. If ova_location_ssl_thumbprint is provided, this field can be omitted If unset, defaults to True. |
value.destination_appliance.ova_location_ssl_thumbprint | string | SSL thumbprint of ssl verification. If provided, ssl_verify can be omitted or set to true. If omitted, ssl_verify must be false. If omitted and ssl_verify is true, an error will occur. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. If ova_location_ssl_verify is False, this field can be omitted. |
value.destination_appliance.ovftool_location | string | The location of the OVF Tool. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |
value.destination_appliance.ovftool_location_ssl_verify | boolean | Flag to indicate whether or not to verify the SSL thumbprint of OVF Tool location. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. if unset, Default to be True. |
value.destination_appliance.ovftool_location_ssl_thumbprint | string | SSL thumbprint of OVF Tool location to be verified. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. When ovftoolLocationSslVerify is set to False, this field can be omitted. |
value.destination_appliance.services | destination_appliance_service | The configuration of vCenter services. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |
value.destination_appliance.services.rhttpproxy | reverse_proxy | Port numbers on which the vCenter Server Appliance communicates with the other vSphere components. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. Default value used reverse proxy not provided. |
value.destination_appliance.services.rhttpproxy.http_port | long | Reverse proxy http port. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. If unset, defaults to 8080. |
value.destination_appliance.services.rhttpproxy.https_port | long | Reverse proxy https port. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. If unset, defaults to 8443. |
value.destination_appliance.services.ssh | ssh | Whether to enable SSH on the vCenter Appliance. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Default value is used when SSH configuration is not provided. |
value.destination_appliance.services.ssh.enabled | boolean | Whether to enable SSH. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. If unset, defaults to False. |
value.destination_appliance.network | network | The network settings of the appliance to be deployed. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |
value.destination_appliance.network.hostname | string | Primary network identity. Can be either an IP address or a fully qualified domain name(FQDN). Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. It is only relevant when mode has value STATIC. host name may not be applicable. |
value.destination_appliance.network.ip_family | string | Network IP address family. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. |
value.destination_appliance.network.mode | string | Network mode. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Network mode. Warning: This enumeration is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Value is one of: DHCP: DHCP mode. Warning: This constant is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. STATIC: Static IP mode. Warning: This constant is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |
value.destination_appliance.network.ip | string | Network IP address. Required for static mode only. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. It is only relevant when mode has value STATIC. This field is optional and it is only relevant when the value of mode is STATIC. |
value.destination_appliance.network.dns_servers | string[] | A comma-separated list of IP addresses of DNS servers. A JSON array such as ["1.2.3.4", "127.0.0.1"]. Required for static mode only. DNS servers must be reachable from the machine that runs CLI installer. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. It is only relevant when mode has value STATIC. This field is optional and it is only relevant when the value of mode is STATIC. |
value.destination_appliance.network.prefix | long | Network prefix length. Required for static mode only. Remove if the mode is "dhcp". This is the number of bits set in the subnet mask; for instance, if the subnet mask is 255.255.255.0, there are 24 bits in the binary version of the subnet mask, so the prefix length is 24. If used, the values must be in the inclusive range of 0 to 32 for IPv4 and 0 to 128 for IPv6. Required for static mode only. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. It is only relevant when mode has value STATIC. This field is optional and it is only relevant when the value of mode is STATIC. |
value.destination_appliance.network.gateway | string | Gateway of the network. Required for static mode only. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. It is only relevant when mode has value STATIC. This field is optional and it is only relevant when the value of mode is STATIC. |
value.destination_appliance.time | time | Configuration of the vCSA time synchronization. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |
value.destination_appliance.time.ntp_servers | string[] | To configure NTP time synchronization for the appliance, set the value to a comma - separated list of host names or IP addresses of Network Time Protocol(NTP) servers. If "ntp_servers" is not provided, the appliance clock will be synced to the ESX. For example: ["time.nist.gov"]. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. Times tool sync will be enabled when ntp server is not provided. If unset, defaults to []. |
value.destination_appliance.ovftool_arguments | list | The OVF Tool arguments to be included. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. Not required when no OVF Tool argument to pass through. |
value.destination_appliance.vcsa_embedded | vcsa_embedded | Spec used to configure an embedded vCenter Server. This field describes how the embedded vCenter Server appliance should be configured. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. It is only relevant when appliance_type has value [VCSA_EMBEDDED]. This field is optional and it is only relevant when the value of appliance_type is VCSA_EMBEDDED. |
value.destination_appliance.vcsa_embedded.standalone | embedded_standalone_vcsa | Spec used to configure a standalone embedded vCenter Server. This field describes how the standalone vCenter Server appliance should be configured. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. Mutually exclusive between standalone and replicated . |
value.destination_appliance.vcsa_embedded.standalone.sso_admin_password | secret | Password must conform to the following requirements: 1. At least 8 characters. 2. No more than 20 characters. 3. At least 1 uppercase character. 4. At least 1 lowercase character. 5. At least 1 number. 6. At least 1 special character (e.g., '!', '(', '@', etc.). 7. Only visible A-Z, a-z, 0-9 and punctuation (spaces are not allowed). Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |
value.destination_appliance.vcsa_embedded.standalone.sso_domain_name | string | The Single Sign-On domain name to be used to configure this vCenter Server Appliance. For example, 'vsphere.local'. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |
value.destination_appliance.vcsa_embedded.replicated | embedded_replicated_vcsa | Spec used to configure a replicated embedded vCenter Server. This field describes how the replicated vCenter Server appliance should be configured. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. Mutually exclusive between standalone and replicated . |
value.destination_appliance.vcsa_embedded.replicated.sso_admin_password | secret | Administrator password of the existing Single Sign-On to be replicated. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |
value.destination_appliance.vcsa_embedded.replicated.sso_domain_name | string | Domain name for the remote appliance which is being replicated. For example, 'vsphere.local'. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |
value.destination_appliance.vcsa_embedded.replicated.partner_hostname | string | The IP address or DNS resolvable name for the remote appliance. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |
value.destination_appliance.vcsa_embedded.replicated.ssl_verify | boolean | A flag to indicate whether the ssl verification is required. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. If ssl_thumbprint is provided, this field can be omitted If unset, defaults to True. |
value.destination_appliance.vcsa_embedded.replicated.ssl_thumbprint | string | SHA1 thumbprint of the server SSL certificate which will be used for verification. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. If sslVerify is set to False, this field can be omitted. |
value.destination_appliance.vcsa_embedded.replicated.https_port | long | The HTTPS port of the external PSC appliance. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. If unset, defaults to 443. |
value.destination_appliance.vcsa_embedded.ceip_enabled | boolean | This key describes the enabling option for the VMware's Customer Experience Improvement Program (CEIP). By default we have ceip_enabled : true, which indicates that you are joining CEIP. If you prefer not to participate in the VMware's CEIP for this product, you must disable CEIP by setting ceip_enabled : false. You may join or leave VMware's CEIP for this product at any time. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. If unset, defaults to True. |
value.destination_appliance.vmc | external_vcsa | Spec used to configure a vCenter Server registered with an external PSC. If unset, either vcsa_embedded or psc must be provided. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. It is only relevant when appliance_type has value [VMC]. This field is optional and it is only relevant when the value of appliance_type is VMC. |
value.destination_appliance.vmc.sso_admin_password | secret | Administrator password of the external PSC to register with. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |
value.destination_appliance.vmc.sso_domain_name | string | Domain name of the external PSC. For example, 'vsphere.local'. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |
value.destination_appliance.vmc.psc_hostname | string | The IP address or DNS resolvable name of the remote PSC to which this configuring vCenter Server will be registered. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |
value.destination_appliance.vmc.ssl_verify | boolean | A flag to indicate whether the SSL verification is required. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. If ssl_thumbprint is provided, this field can be omitted If unset, defaults to False. |
value.destination_appliance.vmc.ssl_thumbprint | string | SHA1 thumbprint of the server SSL certificate which will be used for verification. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. If ssl_verify is set to False, this field can be omitted. |
value.destination_appliance.vmc.https_port | long | The HTTPS port of the external PSC appliance. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. If unset, defaults to 443. |
value.scheduled_start | date_time | The time to start the execution of deploying an appliance. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. if unset, the install operation will start immediately. |
value.delay_tolerance | long | The amount of minutes by which the execution is allowed to be delayed. This field will be ignored if scheduled start is not provided. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. if unset, the delay tolerance will be 60 minutes. |
Errors:
HTTP Status Code | Type | Description |
---|---|---|
404 | not_found | If the id doesn't exist. |
400 | invalid_argument |