1. Overview
VMware Cloud Foundation API Reference Guide
1.2. License information
License : VMware Cloud Foundation
Terms of service : http://www.vmware.com/
1.3. URI scheme
Host : sddc-manager.sfo01.rainpole.local
BasePath : /
Schemes : HTTPS
1.4. Tags
-
BackupRestore : APIs for managing Backups and Restore
-
Bundles : APIs for managing Bundles
-
CEIP : APIs for managing CEIP status
-
Certificates : APIs for managing Certificates
-
Clusters : APIs for managing Clusters
-
Credentials : APIs for managing Credentials
-
DepotSettings : APIs for managing Depot Settings
-
Domains : APIs for managing Domains
-
Federation : Federation Rest Controller
-
HorizonManager : Horizon V 1 Controller
-
Hosts : APIs for managing Hosts
-
License Keys : APIs for managing License Keys
-
Members : Member Rest Controller
-
MembershipToken : Membership Token Rest Controller
-
NSX-T Clusters : APIs for managing NSX-T Clusters
-
Network Pools : APIs for managing Network Pools
-
NsxManagers : APIs for NsxManagers
-
PKS : APIs for managing PKS
-
PSCs : APIs for managing PSCs
-
Progress : Request Progress Rest Controller
-
SDDC : APIs for managing SDDC
-
SddcManagers : APIs for managing Sddc Managers
-
System : APIs for managing CEIP status
-
SystemPrechecks : APIs for managing System Prechecks
-
Tasks : APIs for managing Tasks
-
Upgradables : APIs for managing Upgradables
-
Upgrades : APIs for managing Upgrades
-
VcfServices : APIs for managing VCF Services
-
vCenters : APIs for vCenters
-
vRLI : APIs for managing vRealize Log Insight
-
vROPs : APIs for managing vRealize Operations
-
vRSLCM : APIs for managing vRealize Suite Lifecycle Manager
1.5. API Versioning
-
API versioning is at the granularity of each resource.
-
API versioning is similar to URI versioning so that it is explicit i.e all APIs have the "/<version>/" prefix.
-
API version is independent of the product version and will evolve independently.
Tip
|
Reference APIs using the full path i.e "/v1/hosts" so that any future changes can be localized to a small scope in the automation code. This ensures that when the API version is incremented, you only need to update the references to the old APIs (which are now marked as deprecated) with the new APIs |
Note
|
|
Product Version | APIs |
---|---|
Product Version N |
|
Product Version N+1 |
|
Product Version N+2 |
|
Product Version N+3 |
|
1.6. Security
1.6.1. Overview
-
All APIs are secured and need a username and password for invocation
-
The username and password are sent using Basic Authentication scheme
-
To invoke the APIs, SDDC Manager "admin" and its password is required.
Tip
|
For security reasons, you should periodically update the password for this account. |
-
To use more secured APIs like Get the Credentials, Update or rotate passwords for a list of resources, Retry a failed credentials task for a given ID, dual authentication is required. A privileged user has to be created in management domain vCenter and associated to group "Sddc_Secured_Access". Along with "admin" account, Privileged user credentials has to be passed in request headers("privileged-username" and "privileged-password") of secured APIs in plain text. Please refer VMware Cloud Foundation Operations and Administration Guide for setting up privileged user.
-
Please note, using administrator@vsphere.local user as privileged user is not allowed.
-
If you write a script that invokes the APIs, the script should either prompt the user to enter the password for the "admin" account or should accept the password as a command line option. TAs a best practice, you should not encode the password for the account in the script code itself.
-
Script should also accept privileged user credentials if the script is invoking any secured APIs defined above.
1.6.2. Changing the "admin" account password
You can follow the below steps to change the password for the "admin" account
-
SSH in to the SDDC Manager VM, login as "vcf" user.
-
Enter su to switch to the "root" user.
-
Enter the following command:
/opt/vmware/vcf/commonsvcs/scripts/auth/set-basicauth-password.sh admin <password>
-
For <password>, enter the new password to associate with the admin account.
Password requirements:
-
Length: 8-12 characters
-
Must include: mix of upper-case and lower-case letters a number a special character such as @ ! # $ % ^ or ?
-
Cannot include: * { } [ ] ( ) / \ ' " ` ~ , ; : . < >
2. Usecases
2.1. SDDCs
2.1.1. Create a SDDC
The Create a Domain workflow automatically:
-
Configures networking on each host.
-
Configures vSAN or NFS storage on the hosts.
-
Deploys and configures the management stack - vCenter, PSC and NSX
-
Deploys and configures the vRealize stack - vRealize Lifecycle Manager, vRealize LogInsight, vRealize Operations Manager, vRealize Automation, vRealize Business
-
Deploys and configures Site Recovery Manager and vSphere Replication for Disaster recovery purposes
-
Deploys and configures SDDC Manager which provides the ability to perform Day 2 operations
Prerequisites
Note
|
The username and password for Basic Authentication scheme using the Cloud Builder "admin" account. The host in example requests is Cloud Builder address e.g. "sfo01cb01.sfo01.rainpole.local" not the SDDC Manager one. |
-
The following data is required
-
ID of the SDDC instance
-
List of host details
-
Tip
|
Refer to: SddcHostSpec. |
-
vCenter details
Tip
|
Refer to: SddcVcenterSpec. |
-
Cluster details
Tip
|
Refer to: SddcClusterSpec. |
-
List of Distributed Virtual Switches' details
Tip
|
Refer to: DvsSpec. |
-
List of networks' details
Tip
|
Refer to: SddcNetworkSpec. |
-
DNS details
Tip
|
Refer to: DnsSpec. |
-
List of NTP servers
-
The following data is optional
-
Name of the task to execute
-
vSAN details
-
Tip
|
Refer to: VsanSpec. |
-
NSX details
Tip
|
Refer to: NsxSpec. |
-
SDDC Manager details
Tip
|
Refer to: SddcManagerSpec. |
-
List of PSC’s details
Tip
|
Refer to: PscSpec. |
-
vRealize LogInsight details
Tip
|
Refer to: SddcVrliDeploymentSpec. |
-
VxManager details
Tip
|
Refer to: VxManagerSpec. |
-
Name of network pool associated with the management domain
-
List of names of the components to be excluded
-
Version of the Distributed Virtual Switch
-
Boolean to identify if Customer Experience Improvement Program is to be enabled
-
PSC loadbalancer hostname
Note
|
The hostname must not include the domain. Instead the subDomain property from the DNS spec will be used to for the fully-qualified domain name. |
-
PSC loadbalancer IP address
Note
|
This address must be from the management network address range. |
-
Active Directory details
Tip
|
Refer to: AdSpec. |
-
Name of the NFS datastore
-
Site Recovery Manager details
Tip
|
Refer to: SrmSpec. |
-
vSphere Replication details
Tip
|
Refer to: VsphereReplicationSpec. |
-
vRealize Automation details
Tip
|
Refer to: SddcVraDeploymentSpec. |
-
Remote Site details
Tip
|
Refer to: RemoteSiteSpec. |
-
vRealize Operation Manager details
Tip
|
Refer to: SddcVropsDeploymentSpec. |
-
vRealize Business details
Tip
|
Refer to: SddcVrbDeploymentSpec. |
-
SMTP details
Tip
|
Refer to: SmtpSpec. |
-
Passphrase for the certificates to be used for PSC, vCenter, NSX, vRealize Automation and vRealize Operation Manager
-
License for the ESXi hosts
-
vRealize Lifecycle Manager details
Tip
|
Refer to: SddcVrslcmDeploymentSpec. |
-
vSphere deployment endpoint details
Tip
|
Refer to: VsphereDeploymentEndpointSpec. |
-
VxRail environment details
Tip
|
Refer to: VxRailSpec. |
-
UMDS details
Tip
|
Refer to: UmdsSpec. |
-
Boolean to identify if ESXi thumbprint validation is to be skipped
-
Modules with self-signed certificates
Note
|
Leave it empty if no self-signed certificate, add ALL or comma separated list of components otherwise. Initial valid values: ALL, VRA, SRM, NSX, VR, PSC, VC, VROPS, VRSLCM, LI, VRB. |
-
Boolean to identify if vSAN should be cleaned up
Note
|
Should be true only if this is the very first run |
Steps
-
Validate the input specification.
cURL Request
$ curl 'https://sddc-manager.sfo01.rainpole.local/v1/sddcs/validations' -i -u 'admin:VMwareInfra@1' -X POST \
-H 'Accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
"skipEsxThumbprintValidation" : true,
"managementPoolName" : "bringup-networkpool",
"sddcManagerSpec" : {
"secondUserCredentials" : {
"username" : "vcf",
"password" : "VMware123!"
},
"ipAddress" : "10.0.0.4",
"netmask" : "255.255.255.0",
"hostname" : "sddc-manager",
"rootUserCredentials" : {
"username" : "root",
"password" : "VMware123!"
},
"restApiCredentials" : {
"username" : "admin",
"password" : "VMware123!"
}
},
"sddcId" : "sddcId-public-api-05",
"esxLicense" : "XXXXX-XXXXX-XXXXX-XXXXX-XXXXX",
"taskName" : "workflowconfig/workflowspec-ems.json",
"ntpServers" : [ "10.0.0.250" ],
"dnsSpec" : {
"subdomain" : "vrack.vsphere.local",
"domain" : "vsphere.local",
"nameserver" : "10.0.0.250",
"secondaryNameserver" : "10.0.0.250"
},
"networkSpecs" : [ {
"subnet" : "10.0.0.0/22",
"vlanId" : "0",
"mtu" : "1500",
"networkType" : "MANAGEMENT",
"gateway" : "10.0.0.250"
}, {
"subnet" : "10.0.4.0/24",
"includeIpAddressRanges" : [ {
"startIpAddress" : "10.0.4.7",
"endIpAddress" : "10.0.4.48"
}, {
"startIpAddress" : "10.0.4.3",
"endIpAddress" : "10.0.4.6"
} ],
"includeIpAddress" : [ "10.0.4.50", "10.0.4.49" ],
"vlanId" : "0",
"mtu" : "8940",
"networkType" : "VSAN",
"gateway" : "10.0.4.253"
}, {
"subnet" : "10.0.8.0/24",
"includeIpAddressRanges" : [ {
"startIpAddress" : "10.0.8.3",
"endIpAddress" : "10.0.8.50"
} ],
"vlanId" : "0",
"mtu" : "8940",
"networkType" : "VMOTION",
"gateway" : "10.0.8.253"
} ],
"nsxSpec" : {
"nsxId" : "sfo01m01nsx01",
"nsxManagerIp" : "10.0.0.9",
"nsxManagerHostname" : "nsxManager",
"nsxSegmentRangeBegin" : "5000",
"nsxSegmentRangeEnd" : "5200",
"multicastRangeBegin" : "239.1.0.0",
"multicastRangeEnd" : "239.1.255.255",
"license" : "XXXXX-XXXXX-XXXXX-XXXXX-XXXXX",
"adminNsxManagerPassword" : "VMware1!",
"privilegedNsxManagerPassword" : "VMware123!",
"adminNsxControllerPassword" : "VMware1234567!",
"nsxVxlanSpec" : {
"vxlanCluster" : "SDDC-Cluster1",
"vxlanDvs" : "SDDC-Dswitch-Private",
"vxlanVlanId" : "0",
"vxlanMtu" : "8940",
"vtepVmknicCount" : 2
},
"controllerIPPoolSpec" : {
"poolName" : "sfo01-mgmt01-nsxc01",
"startIp" : "10.0.0.40",
"endIp" : "10.0.0.42",
"prefix" : "22",
"defaultGateway" : "10.0.0.250"
}
},
"vsanSpec" : {
"vsanName" : "vsan-1",
"licenseFile" : "XXXXX-XXXXX-XXXXX-XXXXX-XXXXX",
"datastoreName" : "sfo01-m01-vsan"
},
"dvsSpecs" : [ {
"mtu" : 8940,
"niocSpec" : [ {
"trafficType" : "VSAN",
"value" : "HIGH"
}, {
"trafficType" : "VMOTION",
"value" : "LOW"
}, {
"trafficType" : "VDP",
"value" : "LOW"
}, {
"trafficType" : "VIRTUALMACHINE",
"value" : "HIGH"
}, {
"trafficType" : "MANAGEMENT",
"value" : "NORMAL"
}, {
"trafficType" : "NFS",
"value" : "LOW"
}, {
"trafficType" : "HBR",
"value" : "LOW"
}, {
"trafficType" : "FAULTTOLERANCE",
"value" : "LOW"
}, {
"trafficType" : "ISCSI",
"value" : "LOW"
} ],
"dvsName" : "SDDC-Dswitch-Private",
"vmnics" : [ "vmnic0", "vmnic1" ],
"networks" : [ "MANAGEMENT", "VSAN", "VMOTION" ]
} ],
"clusterSpec" : {
"clusterName" : "SDDC-Cluster1",
"clusterEvcMode" : "",
"resourcePoolSpecs" : [ {
"cpuSharesLevel" : "high",
"cpuSharesValue" : 0,
"name" : "Mgmt-ResourcePool",
"memorySharesValue" : 0,
"cpuReservationPercentage" : 0,
"memoryLimit" : -1,
"memoryReservationPercentage" : 0,
"cpuReservationExpandable" : true,
"memoryReservationExpandable" : true,
"memorySharesLevel" : "normal",
"cpuLimit" : -1,
"type" : "management"
}, {
"cpuSharesLevel" : "high",
"cpuSharesValue" : 0,
"name" : "Network-ResourcePool",
"memorySharesValue" : 0,
"cpuReservationPercentage" : 0,
"memoryLimit" : -1,
"memoryReservationPercentage" : 0,
"cpuReservationExpandable" : true,
"memoryReservationExpandable" : true,
"memorySharesLevel" : "normal",
"cpuLimit" : -1,
"type" : "network"
}, {
"cpuSharesLevel" : "normal",
"cpuSharesValue" : 0,
"name" : "Compute-ResourcePool",
"memorySharesValue" : 0,
"cpuReservationPercentage" : 0,
"memoryLimit" : -1,
"memoryReservationPercentage" : 0,
"cpuReservationExpandable" : true,
"memoryReservationExpandable" : true,
"memorySharesLevel" : "normal",
"cpuLimit" : -1,
"type" : "compute"
}, {
"name" : "User-RP",
"type" : "compute",
"cpuReservationPercentage" : 0,
"cpuLimit" : -1,
"cpuReservationExpandable" : true,
"cpuSharesLevel" : "normal",
"cpuSharesValue" : 0,
"memoryReservationPercentage" : 0,
"memoryLimit" : -1,
"memoryReservationExpandable" : true,
"memorySharesLevel" : "normal",
"memorySharesValue" : 0
} ]
},
"pscSpecs" : [ {
"pscId" : "psc-1",
"rootPscPassword" : "VMware123!",
"automationUserSsoPassword" : "VMware123!",
"automationUserSsoUsername" : "automationuser",
"pscIp" : "10.0.0.5",
"pscHostName" : "psc-1",
"pscSsoSpec" : {
"ssoSiteName" : "vmwvcf2",
"ssoDomain" : "vsphere.local",
"isJoinSsoDomain" : false
},
"adminUserSsoPassword" : "VMware123!"
}, {
"pscId" : "psc-2",
"rootPscPassword" : "VMware123!",
"automationUserSsoPassword" : "VMware123!",
"automationUserSsoUsername" : "automationuser",
"pscIp" : "10.0.0.7",
"pscHostName" : "psc-2",
"pscSsoSpec" : {
"replicationPartner" : "psc-1",
"ssoSiteName" : "vmwvcf2",
"ssoDomainPassword" : "VMware123!",
"ssoDomain" : "vsphere.local",
"isJoinSsoDomain" : false
},
"adminUserSsoPassword" : "VMware123!"
} ],
"vcenterSpec" : {
"vcenterIp" : "10.0.0.6",
"vcenterHostname" : "vcenter-1",
"licenseFile" : "XXXXX-XXXXX-XXXXX-XXXXX-XXXXX",
"rootVcenterPassword" : "VMware1!",
"vmSize" : "tiny"
},
"hostSpecs" : [ {
"credentials" : {
"username" : "root",
"password" : "EvoSddc!2016"
},
"ipAddressPrivate" : {
"subnet" : "255.255.252.0",
"cidr" : "",
"ipAddress" : "10.0.0.100",
"gateway" : "10.0.0.250"
},
"hostname" : "esxi-1",
"vSwitch" : "vSwitch0",
"serverId" : "host-0",
"association" : "SDDC-Datacenter"
}, {
"credentials" : {
"username" : "root",
"password" : "EvoSddc!2016"
},
"ipAddressPrivate" : {
"subnet" : "255.255.252.0",
"cidr" : "",
"ipAddress" : "10.0.0.101",
"gateway" : "10.0.0.250"
},
"hostname" : "esxi-2",
"vSwitch" : "vSwitch0",
"serverId" : "host-1",
"association" : "SDDC-Datacenter"
}, {
"credentials" : {
"username" : "root",
"password" : "EvoSddc!2016"
},
"ipAddressPrivate" : {
"subnet" : "255.255.255.0",
"cidr" : "",
"ipAddress" : "10.0.0.102",
"gateway" : "10.0.0.250"
},
"hostname" : "esxi-3",
"vSwitch" : "vSwitch0",
"serverId" : "host-2",
"association" : "SDDC-Datacenter"
}, {
"credentials" : {
"username" : "root",
"password" : "EvoSddc!2016"
},
"ipAddressPrivate" : {
"subnet" : "255.255.255.0",
"cidr" : "",
"ipAddress" : "10.0.0.103",
"gateway" : "10.0.0.250"
},
"hostname" : "esxi-4",
"vSwitch" : "vSwitch0",
"serverId" : "host-3",
"association" : "SDDC-Datacenter"
} ],
"vrliDeploymentSpec" : {
"adminPassword" : "VMware1234!",
"sshPassword" : "VMware12345!",
"vmSize" : "small",
"loadBalancerHostname" : "load-balancer",
"loadBalancerIpAddress" : "10.0.0.15",
"vrliNodeSpecs" : [ {
"ipAddress" : "10.0.0.16",
"hostname" : "loginsight-node-1"
}, {
"ipAddress" : "10.0.0.17",
"hostname" : "loginsight-node-2"
}, {
"ipAddress" : "10.0.0.18",
"hostname" : "loginsight-node-3"
} ]
}
}'
HTTP Request
POST /v1/sddcs/validations HTTP/1.1
Accept: application/json
Host: sddc-manager.sfo01.rainpole.local
Content-Length: 8293
Authorization: Basic YWRtaW46Vk13YXJlSW5mcmFAMQ==
Content-Type: application/json
{
"skipEsxThumbprintValidation" : true,
"managementPoolName" : "bringup-networkpool",
"sddcManagerSpec" : {
"secondUserCredentials" : {
"username" : "vcf",
"password" : "VMware123!"
},
"ipAddress" : "10.0.0.4",
"netmask" : "255.255.255.0",
"hostname" : "sddc-manager",
"rootUserCredentials" : {
"username" : "root",
"password" : "VMware123!"
},
"restApiCredentials" : {
"username" : "admin",
"password" : "VMware123!"
}
},
"sddcId" : "sddcId-public-api-05",
"esxLicense" : "XXXXX-XXXXX-XXXXX-XXXXX-XXXXX",
"taskName" : "workflowconfig/workflowspec-ems.json",
"ntpServers" : [ "10.0.0.250" ],
"dnsSpec" : {
"subdomain" : "vrack.vsphere.local",
"domain" : "vsphere.local",
"nameserver" : "10.0.0.250",
"secondaryNameserver" : "10.0.0.250"
},
"networkSpecs" : [ {
"subnet" : "10.0.0.0/22",
"vlanId" : "0",
"mtu" : "1500",
"networkType" : "MANAGEMENT",
"gateway" : "10.0.0.250"
}, {
"subnet" : "10.0.4.0/24",
"includeIpAddressRanges" : [ {
"startIpAddress" : "10.0.4.7",
"endIpAddress" : "10.0.4.48"
}, {
"startIpAddress" : "10.0.4.3",
"endIpAddress" : "10.0.4.6"
} ],
"includeIpAddress" : [ "10.0.4.50", "10.0.4.49" ],
"vlanId" : "0",
"mtu" : "8940",
"networkType" : "VSAN",
"gateway" : "10.0.4.253"
}, {
"subnet" : "10.0.8.0/24",
"includeIpAddressRanges" : [ {
"startIpAddress" : "10.0.8.3",
"endIpAddress" : "10.0.8.50"
} ],
"vlanId" : "0",
"mtu" : "8940",
"networkType" : "VMOTION",
"gateway" : "10.0.8.253"
} ],
"nsxSpec" : {
"nsxId" : "sfo01m01nsx01",
"nsxManagerIp" : "10.0.0.9",
"nsxManagerHostname" : "nsxManager",
"nsxSegmentRangeBegin" : "5000",
"nsxSegmentRangeEnd" : "5200",
"multicastRangeBegin" : "239.1.0.0",
"multicastRangeEnd" : "239.1.255.255",
"license" : "XXXXX-XXXXX-XXXXX-XXXXX-XXXXX",
"adminNsxManagerPassword" : "VMware1!",
"privilegedNsxManagerPassword" : "VMware123!",
"adminNsxControllerPassword" : "VMware1234567!",
"nsxVxlanSpec" : {
"vxlanCluster" : "SDDC-Cluster1",
"vxlanDvs" : "SDDC-Dswitch-Private",
"vxlanVlanId" : "0",
"vxlanMtu" : "8940",
"vtepVmknicCount" : 2
},
"controllerIPPoolSpec" : {
"poolName" : "sfo01-mgmt01-nsxc01",
"startIp" : "10.0.0.40",
"endIp" : "10.0.0.42",
"prefix" : "22",
"defaultGateway" : "10.0.0.250"
}
},
"vsanSpec" : {
"vsanName" : "vsan-1",
"licenseFile" : "XXXXX-XXXXX-XXXXX-XXXXX-XXXXX",
"datastoreName" : "sfo01-m01-vsan"
},
"dvsSpecs" : [ {
"mtu" : 8940,
"niocSpec" : [ {
"trafficType" : "VSAN",
"value" : "HIGH"
}, {
"trafficType" : "VMOTION",
"value" : "LOW"
}, {
"trafficType" : "VDP",
"value" : "LOW"
}, {
"trafficType" : "VIRTUALMACHINE",
"value" : "HIGH"
}, {
"trafficType" : "MANAGEMENT",
"value" : "NORMAL"
}, {
"trafficType" : "NFS",
"value" : "LOW"
}, {
"trafficType" : "HBR",
"value" : "LOW"
}, {
"trafficType" : "FAULTTOLERANCE",
"value" : "LOW"
}, {
"trafficType" : "ISCSI",
"value" : "LOW"
} ],
"dvsName" : "SDDC-Dswitch-Private",
"vmnics" : [ "vmnic0", "vmnic1" ],
"networks" : [ "MANAGEMENT", "VSAN", "VMOTION" ]
} ],
"clusterSpec" : {
"clusterName" : "SDDC-Cluster1",
"clusterEvcMode" : "",
"resourcePoolSpecs" : [ {
"cpuSharesLevel" : "high",
"cpuSharesValue" : 0,
"name" : "Mgmt-ResourcePool",
"memorySharesValue" : 0,
"cpuReservationPercentage" : 0,
"memoryLimit" : -1,
"memoryReservationPercentage" : 0,
"cpuReservationExpandable" : true,
"memoryReservationExpandable" : true,
"memorySharesLevel" : "normal",
"cpuLimit" : -1,
"type" : "management"
}, {
"cpuSharesLevel" : "high",
"cpuSharesValue" : 0,
"name" : "Network-ResourcePool",
"memorySharesValue" : 0,
"cpuReservationPercentage" : 0,
"memoryLimit" : -1,
"memoryReservationPercentage" : 0,
"cpuReservationExpandable" : true,
"memoryReservationExpandable" : true,
"memorySharesLevel" : "normal",
"cpuLimit" : -1,
"type" : "network"
}, {
"cpuSharesLevel" : "normal",
"cpuSharesValue" : 0,
"name" : "Compute-ResourcePool",
"memorySharesValue" : 0,
"cpuReservationPercentage" : 0,
"memoryLimit" : -1,
"memoryReservationPercentage" : 0,
"cpuReservationExpandable" : true,
"memoryReservationExpandable" : true,
"memorySharesLevel" : "normal",
"cpuLimit" : -1,
"type" : "compute"
}, {
"name" : "User-RP",
"type" : "compute",
"cpuReservationPercentage" : 0,
"cpuLimit" : -1,
"cpuReservationExpandable" : true,
"cpuSharesLevel" : "normal",
"cpuSharesValue" : 0,
"memoryReservationPercentage" : 0,
"memoryLimit" : -1,
"memoryReservationExpandable" : true,
"memorySharesLevel" : "normal",
"memorySharesValue" : 0
} ]
},
"pscSpecs" : [ {
"pscId" : "psc-1",
"rootPscPassword" : "VMware123!",
"automationUserSsoPassword" : "VMware123!",
"automationUserSsoUsername" : "automationuser",
"pscIp" : "10.0.0.5",
"pscHostName" : "psc-1",
"pscSsoSpec" : {
"ssoSiteName" : "vmwvcf2",
"ssoDomain" : "vsphere.local",
"isJoinSsoDomain" : false
},
"adminUserSsoPassword" : "VMware123!"
}, {
"pscId" : "psc-2",
"rootPscPassword" : "VMware123!",
"automationUserSsoPassword" : "VMware123!",
"automationUserSsoUsername" : "automationuser",
"pscIp" : "10.0.0.7",
"pscHostName" : "psc-2",
"pscSsoSpec" : {
"replicationPartner" : "psc-1",
"ssoSiteName" : "vmwvcf2",
"ssoDomainPassword" : "VMware123!",
"ssoDomain" : "vsphere.local",
"isJoinSsoDomain" : false
},
"adminUserSsoPassword" : "VMware123!"
} ],
"vcenterSpec" : {
"vcenterIp" : "10.0.0.6",
"vcenterHostname" : "vcenter-1",
"licenseFile" : "XXXXX-XXXXX-XXXXX-XXXXX-XXXXX",
"rootVcenterPassword" : "VMware1!",
"vmSize" : "tiny"
},
"hostSpecs" : [ {
"credentials" : {
"username" : "root",
"password" : "EvoSddc!2016"
},
"ipAddressPrivate" : {
"subnet" : "255.255.252.0",
"cidr" : "",
"ipAddress" : "10.0.0.100",
"gateway" : "10.0.0.250"
},
"hostname" : "esxi-1",
"vSwitch" : "vSwitch0",
"serverId" : "host-0",
"association" : "SDDC-Datacenter"
}, {
"credentials" : {
"username" : "root",
"password" : "EvoSddc!2016"
},
"ipAddressPrivate" : {
"subnet" : "255.255.252.0",
"cidr" : "",
"ipAddress" : "10.0.0.101",
"gateway" : "10.0.0.250"
},
"hostname" : "esxi-2",
"vSwitch" : "vSwitch0",
"serverId" : "host-1",
"association" : "SDDC-Datacenter"
}, {
"credentials" : {
"username" : "root",
"password" : "EvoSddc!2016"
},
"ipAddressPrivate" : {
"subnet" : "255.255.255.0",
"cidr" : "",
"ipAddress" : "10.0.0.102",
"gateway" : "10.0.0.250"
},
"hostname" : "esxi-3",
"vSwitch" : "vSwitch0",
"serverId" : "host-2",
"association" : "SDDC-Datacenter"
}, {
"credentials" : {
"username" : "root",
"password" : "EvoSddc!2016"
},
"ipAddressPrivate" : {
"subnet" : "255.255.255.0",
"cidr" : "",
"ipAddress" : "10.0.0.103",
"gateway" : "10.0.0.250"
},
"hostname" : "esxi-4",
"vSwitch" : "vSwitch0",
"serverId" : "host-3",
"association" : "SDDC-Datacenter"
} ],
"vrliDeploymentSpec" : {
"adminPassword" : "VMware1234!",
"sshPassword" : "VMware12345!",
"vmSize" : "small",
"loadBalancerHostname" : "load-balancer",
"loadBalancerIpAddress" : "10.0.0.15",
"vrliNodeSpecs" : [ {
"ipAddress" : "10.0.0.16",
"hostname" : "loginsight-node-1"
}, {
"ipAddress" : "10.0.0.17",
"hostname" : "loginsight-node-2"
}, {
"ipAddress" : "10.0.0.18",
"hostname" : "loginsight-node-3"
} ]
}
}
HTTP Response
HTTP/1.1 202 Accepted
Content-Length: 1753
Content-Type: application/json;charset=UTF-8
{
"id" : "26c27804-f837-4e4f-b50f-1625af792f0f",
"executionStatus" : "COMPLETED",
"validationChecks" : [ {
"description" : "JSON Spec Validations",
"resultStatus" : "SUCCEEDED",
"errorResponse" : {
"message" : ""
}
}, {
"description" : "Password Validation",
"resultStatus" : "SUCCEEDED",
"errorResponse" : {
"message" : ""
}
}, {
"description" : "Cloud Builder Readiness",
"resultStatus" : "SUCCEEDED",
"errorResponse" : {
"message" : ""
}
}, {
"description" : "vSAN Disk Availability (Hybrid)",
"resultStatus" : "SUCCEEDED",
"errorResponse" : {
"message" : ""
}
}, {
"description" : "Network Ip Pools",
"resultStatus" : "SUCCEEDED",
"errorResponse" : {
"message" : ""
}
}, {
"description" : "ESXi Host Version",
"resultStatus" : "SUCCEEDED",
"errorResponse" : {
"message" : ""
}
}, {
"description" : "License Key Format",
"resultStatus" : "SUCCEEDED",
"errorResponse" : {
"message" : ""
}
}, {
"description" : "ESXi Host Readiness",
"resultStatus" : "SUCCEEDED",
"errorResponse" : {
"message" : ""
}
}, {
"description" : "Time Synchronization",
"resultStatus" : "SUCCEEDED",
"errorResponse" : {
"message" : ""
}
}, {
"description" : "Host and IP DNS records",
"resultStatus" : "SUCCEEDED",
"errorResponse" : {
"message" : ""
}
}, {
"description" : "Network Configuration",
"resultStatus" : "SUCCEEDED",
"errorResponse" : {
"message" : ""
}
}, {
"description" : "Network Connectivity",
"resultStatus" : "SUCCEEDED",
"errorResponse" : {
"message" : ""
}
} ]
}
-
Poll the task until "status" is not "IN_PROGRESS" using the "id" from the previous response.
-
In case of no errors in the input specification, the "executionStatus" is "COMPLETED" and "resultStatus" is "SUCCEEDED".
-
In case of errors in the input specification, the "executionStatus" is "COMPLETED" and "resultStatus" is "FAILED".
NoteMake changes to the input specification and re-validate using a new API invocation. -
Trigger the task using the valid input specification.
cURL Request
$ curl 'https://sddc-manager.sfo01.rainpole.local/v1/sddcs/' -i -u 'admin:VMwareInfra@1' -X POST \
-H 'Accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
"skipEsxThumbprintValidation" : true,
"managementPoolName" : "bringup-networkpool",
"sddcManagerSpec" : {
"secondUserCredentials" : {
"username" : "vcf",
"password" : "VMware123!"
},
"ipAddress" : "10.0.0.4",
"netmask" : "255.255.255.0",
"hostname" : "sddc-manager",
"rootUserCredentials" : {
"username" : "root",
"password" : "VMware123!"
},
"restApiCredentials" : {
"username" : "admin",
"password" : "VMware123!"
}
},
"sddcId" : "sddcId-public-api-05",
"esxLicense" : "XXXXX-XXXXX-XXXXX-XXXXX-XXXXX",
"taskName" : "workflowconfig/workflowspec-ems.json",
"ntpServers" : [ "10.0.0.250" ],
"dnsSpec" : {
"subdomain" : "vrack.vsphere.local",
"domain" : "vsphere.local",
"nameserver" : "10.0.0.250",
"secondaryNameserver" : "10.0.0.250"
},
"networkSpecs" : [ {
"subnet" : "10.0.0.0/22",
"vlanId" : "0",
"mtu" : "1500",
"networkType" : "MANAGEMENT",
"gateway" : "10.0.0.250"
}, {
"subnet" : "10.0.4.0/24",
"includeIpAddressRanges" : [ {
"startIpAddress" : "10.0.4.7",
"endIpAddress" : "10.0.4.48"
}, {
"startIpAddress" : "10.0.4.3",
"endIpAddress" : "10.0.4.6"
} ],
"includeIpAddress" : [ "10.0.4.50", "10.0.4.49" ],
"vlanId" : "0",
"mtu" : "8940",
"networkType" : "VSAN",
"gateway" : "10.0.4.253"
}, {
"subnet" : "10.0.8.0/24",
"includeIpAddressRanges" : [ {
"startIpAddress" : "10.0.8.3",
"endIpAddress" : "10.0.8.50"
} ],
"vlanId" : "0",
"mtu" : "8940",
"networkType" : "VMOTION",
"gateway" : "10.0.8.253"
} ],
"nsxSpec" : {
"nsxId" : "sfo01m01nsx01",
"nsxManagerIp" : "10.0.0.9",
"nsxManagerHostname" : "nsxManager",
"nsxSegmentRangeBegin" : "5000",
"nsxSegmentRangeEnd" : "5200",
"multicastRangeBegin" : "239.1.0.0",
"multicastRangeEnd" : "239.1.255.255",
"license" : "XXXXX-XXXXX-XXXXX-XXXXX-XXXXX",
"adminNsxManagerPassword" : "VMware1!",
"privilegedNsxManagerPassword" : "VMware123!",
"adminNsxControllerPassword" : "VMware1234567!",
"nsxVxlanSpec" : {
"vxlanCluster" : "SDDC-Cluster1",
"vxlanDvs" : "SDDC-Dswitch-Private",
"vxlanVlanId" : "0",
"vxlanMtu" : "8940",
"vtepVmknicCount" : 2
},
"controllerIPPoolSpec" : {
"poolName" : "sfo01-mgmt01-nsxc01",
"startIp" : "10.0.0.40",
"endIp" : "10.0.0.42",
"prefix" : "22",
"defaultGateway" : "10.0.0.250"
}
},
"vsanSpec" : {
"vsanName" : "vsan-1",
"licenseFile" : "XXXXX-XXXXX-XXXXX-XXXXX-XXXXX",
"datastoreName" : "sfo01-m01-vsan"
},
"dvsSpecs" : [ {
"mtu" : 8940,
"niocSpec" : [ {
"trafficType" : "VSAN",
"value" : "HIGH"
}, {
"trafficType" : "VMOTION",
"value" : "LOW"
}, {
"trafficType" : "VDP",
"value" : "LOW"
}, {
"trafficType" : "VIRTUALMACHINE",
"value" : "HIGH"
}, {
"trafficType" : "MANAGEMENT",
"value" : "NORMAL"
}, {
"trafficType" : "NFS",
"value" : "LOW"
}, {
"trafficType" : "HBR",
"value" : "LOW"
}, {
"trafficType" : "FAULTTOLERANCE",
"value" : "LOW"
}, {
"trafficType" : "ISCSI",
"value" : "LOW"
} ],
"dvsName" : "SDDC-Dswitch-Private",
"vmnics" : [ "vmnic0", "vmnic1" ],
"networks" : [ "MANAGEMENT", "VSAN", "VMOTION" ]
} ],
"clusterSpec" : {
"clusterName" : "SDDC-Cluster1",
"clusterEvcMode" : "",
"resourcePoolSpecs" : [ {
"cpuSharesLevel" : "high",
"cpuSharesValue" : 0,
"name" : "Mgmt-ResourcePool",
"memorySharesValue" : 0,
"cpuReservationPercentage" : 0,
"memoryLimit" : -1,
"memoryReservationPercentage" : 0,
"cpuReservationExpandable" : true,
"memoryReservationExpandable" : true,
"memorySharesLevel" : "normal",
"cpuLimit" : -1,
"type" : "management"
}, {
"cpuSharesLevel" : "high",
"cpuSharesValue" : 0,
"name" : "Network-ResourcePool",
"memorySharesValue" : 0,
"cpuReservationPercentage" : 0,
"memoryLimit" : -1,
"memoryReservationPercentage" : 0,
"cpuReservationExpandable" : true,
"memoryReservationExpandable" : true,
"memorySharesLevel" : "normal",
"cpuLimit" : -1,
"type" : "network"
}, {
"cpuSharesLevel" : "normal",
"cpuSharesValue" : 0,
"name" : "Compute-ResourcePool",
"memorySharesValue" : 0,
"cpuReservationPercentage" : 0,
"memoryLimit" : -1,
"memoryReservationPercentage" : 0,
"cpuReservationExpandable" : true,
"memoryReservationExpandable" : true,
"memorySharesLevel" : "normal",
"cpuLimit" : -1,
"type" : "compute"
}, {
"name" : "User-RP",
"type" : "compute",
"cpuReservationPercentage" : 0,
"cpuLimit" : -1,
"cpuReservationExpandable" : true,
"cpuSharesLevel" : "normal",
"cpuSharesValue" : 0,
"memoryReservationPercentage" : 0,
"memoryLimit" : -1,
"memoryReservationExpandable" : true,
"memorySharesLevel" : "normal",
"memorySharesValue" : 0
} ]
},
"pscSpecs" : [ {
"pscId" : "psc-1",
"rootPscPassword" : "VMware123!",
"automationUserSsoPassword" : "VMware123!",
"automationUserSsoUsername" : "automationuser",
"pscIp" : "10.0.0.5",
"pscHostName" : "psc-1",
"pscSsoSpec" : {
"ssoSiteName" : "vmwvcf2",
"ssoDomain" : "vsphere.local",
"isJoinSsoDomain" : false
},
"adminUserSsoPassword" : "VMware123!"
}, {
"pscId" : "psc-2",
"rootPscPassword" : "VMware123!",
"automationUserSsoPassword" : "VMware123!",
"automationUserSsoUsername" : "automationuser",
"pscIp" : "10.0.0.7",
"pscHostName" : "psc-2",
"pscSsoSpec" : {
"replicationPartner" : "psc-1",
"ssoSiteName" : "vmwvcf2",
"ssoDomainPassword" : "VMware123!",
"ssoDomain" : "vsphere.local",
"isJoinSsoDomain" : false
},
"adminUserSsoPassword" : "VMware123!"
} ],
"vcenterSpec" : {
"vcenterIp" : "10.0.0.6",
"vcenterHostname" : "vcenter-1",
"licenseFile" : "XXXXX-XXXXX-XXXXX-XXXXX-XXXXX",
"rootVcenterPassword" : "VMware1!",
"vmSize" : "tiny"
},
"hostSpecs" : [ {
"credentials" : {
"username" : "root",
"password" : "EvoSddc!2016"
},
"ipAddressPrivate" : {
"subnet" : "255.255.252.0",
"cidr" : "",
"ipAddress" : "10.0.0.100",
"gateway" : "10.0.0.250"
},
"hostname" : "esxi-1",
"vSwitch" : "vSwitch0",
"serverId" : "host-0",
"association" : "SDDC-Datacenter"
}, {
"credentials" : {
"username" : "root",
"password" : "EvoSddc!2016"
},
"ipAddressPrivate" : {
"subnet" : "255.255.252.0",
"cidr" : "",
"ipAddress" : "10.0.0.101",
"gateway" : "10.0.0.250"
},
"hostname" : "esxi-2",
"vSwitch" : "vSwitch0",
"serverId" : "host-1",
"association" : "SDDC-Datacenter"
}, {
"credentials" : {
"username" : "root",
"password" : "EvoSddc!2016"
},
"ipAddressPrivate" : {
"subnet" : "255.255.255.0",
"cidr" : "",
"ipAddress" : "10.0.0.102",
"gateway" : "10.0.0.250"
},
"hostname" : "esxi-3",
"vSwitch" : "vSwitch0",
"serverId" : "host-2",
"association" : "SDDC-Datacenter"
}, {
"credentials" : {
"username" : "root",
"password" : "EvoSddc!2016"
},
"ipAddressPrivate" : {
"subnet" : "255.255.255.0",
"cidr" : "",
"ipAddress" : "10.0.0.103",
"gateway" : "10.0.0.250"
},
"hostname" : "esxi-4",
"vSwitch" : "vSwitch0",
"serverId" : "host-3",
"association" : "SDDC-Datacenter"
} ],
"vrliDeploymentSpec" : {
"adminPassword" : "VMware1234!",
"sshPassword" : "VMware12345!",
"vmSize" : "small",
"loadBalancerHostname" : "load-balancer",
"loadBalancerIpAddress" : "10.0.0.15",
"vrliNodeSpecs" : [ {
"ipAddress" : "10.0.0.16",
"hostname" : "loginsight-node-1"
}, {
"ipAddress" : "10.0.0.17",
"hostname" : "loginsight-node-2"
}, {
"ipAddress" : "10.0.0.18",
"hostname" : "loginsight-node-3"
} ]
}
}'
HTTP Request
POST /v1/sddcs/ HTTP/1.1
Accept: application/json
Host: sddc-manager.sfo01.rainpole.local
Content-Length: 8293
Authorization: Basic YWRtaW46Vk13YXJlSW5mcmFAMQ==
Content-Type: application/json
{
"skipEsxThumbprintValidation" : true,
"managementPoolName" : "bringup-networkpool",
"sddcManagerSpec" : {
"secondUserCredentials" : {
"username" : "vcf",
"password" : "VMware123!"
},
"ipAddress" : "10.0.0.4",
"netmask" : "255.255.255.0",
"hostname" : "sddc-manager",
"rootUserCredentials" : {
"username" : "root",
"password" : "VMware123!"
},
"restApiCredentials" : {
"username" : "admin",
"password" : "VMware123!"
}
},
"sddcId" : "sddcId-public-api-05",
"esxLicense" : "XXXXX-XXXXX-XXXXX-XXXXX-XXXXX",
"taskName" : "workflowconfig/workflowspec-ems.json",
"ntpServers" : [ "10.0.0.250" ],
"dnsSpec" : {
"subdomain" : "vrack.vsphere.local",
"domain" : "vsphere.local",
"nameserver" : "10.0.0.250",
"secondaryNameserver" : "10.0.0.250"
},
"networkSpecs" : [ {
"subnet" : "10.0.0.0/22",
"vlanId" : "0",
"mtu" : "1500",
"networkType" : "MANAGEMENT",
"gateway" : "10.0.0.250"
}, {
"subnet" : "10.0.4.0/24",
"includeIpAddressRanges" : [ {
"startIpAddress" : "10.0.4.7",
"endIpAddress" : "10.0.4.48"
}, {
"startIpAddress" : "10.0.4.3",
"endIpAddress" : "10.0.4.6"
} ],
"includeIpAddress" : [ "10.0.4.50", "10.0.4.49" ],
"vlanId" : "0",
"mtu" : "8940",
"networkType" : "VSAN",
"gateway" : "10.0.4.253"
}, {
"subnet" : "10.0.8.0/24",
"includeIpAddressRanges" : [ {
"startIpAddress" : "10.0.8.3",
"endIpAddress" : "10.0.8.50"
} ],
"vlanId" : "0",
"mtu" : "8940",
"networkType" : "VMOTION",
"gateway" : "10.0.8.253"
} ],
"nsxSpec" : {
"nsxId" : "sfo01m01nsx01",
"nsxManagerIp" : "10.0.0.9",
"nsxManagerHostname" : "nsxManager",
"nsxSegmentRangeBegin" : "5000",
"nsxSegmentRangeEnd" : "5200",
"multicastRangeBegin" : "239.1.0.0",
"multicastRangeEnd" : "239.1.255.255",
"license" : "XXXXX-XXXXX-XXXXX-XXXXX-XXXXX",
"adminNsxManagerPassword" : "VMware1!",
"privilegedNsxManagerPassword" : "VMware123!",
"adminNsxControllerPassword" : "VMware1234567!",
"nsxVxlanSpec" : {
"vxlanCluster" : "SDDC-Cluster1",
"vxlanDvs" : "SDDC-Dswitch-Private",
"vxlanVlanId" : "0",
"vxlanMtu" : "8940",
"vtepVmknicCount" : 2
},
"controllerIPPoolSpec" : {
"poolName" : "sfo01-mgmt01-nsxc01",
"startIp" : "10.0.0.40",
"endIp" : "10.0.0.42",
"prefix" : "22",
"defaultGateway" : "10.0.0.250"
}
},
"vsanSpec" : {
"vsanName" : "vsan-1",
"licenseFile" : "XXXXX-XXXXX-XXXXX-XXXXX-XXXXX",
"datastoreName" : "sfo01-m01-vsan"
},
"dvsSpecs" : [ {
"mtu" : 8940,
"niocSpec" : [ {
"trafficType" : "VSAN",
"value" : "HIGH"
}, {
"trafficType" : "VMOTION",
"value" : "LOW"
}, {
"trafficType" : "VDP",
"value" : "LOW"
}, {
"trafficType" : "VIRTUALMACHINE",
"value" : "HIGH"
}, {
"trafficType" : "MANAGEMENT",
"value" : "NORMAL"
}, {
"trafficType" : "NFS",
"value" : "LOW"
}, {
"trafficType" : "HBR",
"value" : "LOW"
}, {
"trafficType" : "FAULTTOLERANCE",
"value" : "LOW"
}, {
"trafficType" : "ISCSI",
"value" : "LOW"
} ],
"dvsName" : "SDDC-Dswitch-Private",
"vmnics" : [ "vmnic0", "vmnic1" ],
"networks" : [ "MANAGEMENT", "VSAN", "VMOTION" ]
} ],
"clusterSpec" : {
"clusterName" : "SDDC-Cluster1",
"clusterEvcMode" : "",
"resourcePoolSpecs" : [ {
"cpuSharesLevel" : "high",
"cpuSharesValue" : 0,
"name" : "Mgmt-ResourcePool",
"memorySharesValue" : 0,
"cpuReservationPercentage" : 0,
"memoryLimit" : -1,
"memoryReservationPercentage" : 0,
"cpuReservationExpandable" : true,
"memoryReservationExpandable" : true,
"memorySharesLevel" : "normal",
"cpuLimit" : -1,
"type" : "management"
}, {
"cpuSharesLevel" : "high",
"cpuSharesValue" : 0,
"name" : "Network-ResourcePool",
"memorySharesValue" : 0,
"cpuReservationPercentage" : 0,
"memoryLimit" : -1,
"memoryReservationPercentage" : 0,
"cpuReservationExpandable" : true,
"memoryReservationExpandable" : true,
"memorySharesLevel" : "normal",
"cpuLimit" : -1,
"type" : "network"
}, {
"cpuSharesLevel" : "normal",
"cpuSharesValue" : 0,
"name" : "Compute-ResourcePool",
"memorySharesValue" : 0,
"cpuReservationPercentage" : 0,
"memoryLimit" : -1,
"memoryReservationPercentage" : 0,
"cpuReservationExpandable" : true,
"memoryReservationExpandable" : true,
"memorySharesLevel" : "normal",
"cpuLimit" : -1,
"type" : "compute"
}, {
"name" : "User-RP",
"type" : "compute",
"cpuReservationPercentage" : 0,
"cpuLimit" : -1,
"cpuReservationExpandable" : true,
"cpuSharesLevel" : "normal",
"cpuSharesValue" : 0,
"memoryReservationPercentage" : 0,
"memoryLimit" : -1,
"memoryReservationExpandable" : true,
"memorySharesLevel" : "normal",
"memorySharesValue" : 0
} ]
},
"pscSpecs" : [ {
"pscId" : "psc-1",
"rootPscPassword" : "VMware123!",
"automationUserSsoPassword" : "VMware123!",
"automationUserSsoUsername" : "automationuser",
"pscIp" : "10.0.0.5",
"pscHostName" : "psc-1",
"pscSsoSpec" : {
"ssoSiteName" : "vmwvcf2",
"ssoDomain" : "vsphere.local",
"isJoinSsoDomain" : false
},
"adminUserSsoPassword" : "VMware123!"
}, {
"pscId" : "psc-2",
"rootPscPassword" : "VMware123!",
"automationUserSsoPassword" : "VMware123!",
"automationUserSsoUsername" : "automationuser",
"pscIp" : "10.0.0.7",
"pscHostName" : "psc-2",
"pscSsoSpec" : {
"replicationPartner" : "psc-1",
"ssoSiteName" : "vmwvcf2",
"ssoDomainPassword" : "VMware123!",
"ssoDomain" : "vsphere.local",
"isJoinSsoDomain" : false
},
"adminUserSsoPassword" : "VMware123!"
} ],
"vcenterSpec" : {
"vcenterIp" : "10.0.0.6",
"vcenterHostname" : "vcenter-1",
"licenseFile" : "XXXXX-XXXXX-XXXXX-XXXXX-XXXXX",
"rootVcenterPassword" : "VMware1!",
"vmSize" : "tiny"
},
"hostSpecs" : [ {
"credentials" : {
"username" : "root",
"password" : "EvoSddc!2016"
},
"ipAddressPrivate" : {
"subnet" : "255.255.252.0",
"cidr" : "",
"ipAddress" : "10.0.0.100",
"gateway" : "10.0.0.250"
},
"hostname" : "esxi-1",
"vSwitch" : "vSwitch0",
"serverId" : "host-0",
"association" : "SDDC-Datacenter"
}, {
"credentials" : {
"username" : "root",
"password" : "EvoSddc!2016"
},
"ipAddressPrivate" : {
"subnet" : "255.255.252.0",
"cidr" : "",
"ipAddress" : "10.0.0.101",
"gateway" : "10.0.0.250"
},
"hostname" : "esxi-2",
"vSwitch" : "vSwitch0",
"serverId" : "host-1",
"association" : "SDDC-Datacenter"
}, {
"credentials" : {
"username" : "root",
"password" : "EvoSddc!2016"
},
"ipAddressPrivate" : {
"subnet" : "255.255.255.0",
"cidr" : "",
"ipAddress" : "10.0.0.102",
"gateway" : "10.0.0.250"
},
"hostname" : "esxi-3",
"vSwitch" : "vSwitch0",
"serverId" : "host-2",
"association" : "SDDC-Datacenter"
}, {
"credentials" : {
"username" : "root",
"password" : "EvoSddc!2016"
},
"ipAddressPrivate" : {
"subnet" : "255.255.255.0",
"cidr" : "",
"ipAddress" : "10.0.0.103",
"gateway" : "10.0.0.250"
},
"hostname" : "esxi-4",
"vSwitch" : "vSwitch0",
"serverId" : "host-3",
"association" : "SDDC-Datacenter"
} ],
"vrliDeploymentSpec" : {
"adminPassword" : "VMware1234!",
"sshPassword" : "VMware12345!",
"vmSize" : "small",
"loadBalancerHostname" : "load-balancer",
"loadBalancerIpAddress" : "10.0.0.15",
"vrliNodeSpecs" : [ {
"ipAddress" : "10.0.0.16",
"hostname" : "loginsight-node-1"
}, {
"ipAddress" : "10.0.0.17",
"hostname" : "loginsight-node-2"
}, {
"ipAddress" : "10.0.0.18",
"hostname" : "loginsight-node-3"
} ]
}
}
HTTP Response
HTTP/1.1 202 Accepted
Location: /v1/sddcs/b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a
Content-Length: 100905
Content-Type: application/json;charset=UTF-8
{
"id" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"name" : "Bringup-Ems",
"status" : "IN_PROGRESS",
"creationTimestamp" : "2019-08-28T08:38:37.568Z",
"sddcSubTasks" : [ {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "GenerateEsxiForVsanDedupInput",
"processingStateDescription" : "Generate ESXi Host vSAN Deduplication Input Data",
"name" : "Generate ESXi Host vSAN Deduplication Input Data",
"description" : "Generate ESXi Host vSAN Deduplication Input Data",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateEsxiForVsanDedupInput.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateEsxiForVsanDedupInput.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.568Z",
"updateTimestamp" : "2019-08-28T08:38:37.568Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "GenerateEsxiInput",
"processingStateDescription" : "Generate ESXi Host Input Data",
"name" : "Generate ESXi Host Input Data",
"description" : "Generate ESXi Host Input Data",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateEsxiInput.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateEsxiInput.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.216Z",
"updateTimestamp" : "2019-08-28T08:38:37.216Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_InitialEnvironmentSetup_VspherePlugin_PrepareEsxiForVsanDedupAction_2",
"processingStateDescription" : "Prepare ESXi Hosts for vSAN with Deduplication",
"name" : "Prepare ESXi Hosts for vSAN with Deduplication Action",
"description" : "Prepare ESXi Hosts for vSAN with Deduplication",
"localizableNamePack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.VspherePlugin",
"messageKey" : "PrepareEsxiForVsanDedupAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.VspherePlugin",
"messageKey" : "PrepareEsxiForVsanDedupAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.220Z",
"updateTimestamp" : "2019-08-28T08:38:37.220Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_InitialEnvironmentSetup_VspherePlugin_EnableVsanDedupOnFirstHostAction_3",
"processingStateDescription" : "Enable vSAN Deduplication for the First Host",
"name" : "Enable vSAN Deduplication for the First Host Action",
"description" : "Enable vSAN Deduplication for the First Host",
"localizableNamePack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.VspherePlugin",
"messageKey" : "EnableVsanDedupOnFirstHostAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.VspherePlugin",
"messageKey" : "EnableVsanDedupOnFirstHostAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.224Z",
"updateTimestamp" : "2019-08-28T08:38:37.224Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_InitialEnvironmentSetup_HostPlugin_CreateVmPortGroupAction_4",
"processingStateDescription" : "Create 'VM Network' Portgroup on ESXi Hosts",
"name" : "Create 'VM Network' Portgroup on ESXi Hosts",
"description" : "Create 'VM Network' Portgroup on ESXi Hosts",
"localizableNamePack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.HostPlugin",
"messageKey" : "CreateVmPortGroupAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.HostPlugin",
"messageKey" : "CreateVmPortGroupAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.227Z",
"updateTimestamp" : "2019-08-28T08:38:37.227Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_InitialEnvironmentSetup_HostPlugin_ReconfigureHostDnsAction_5",
"processingStateDescription" : "Configure ESXi Host DNS",
"name" : "Configure ESXi Host DNS",
"description" : "Configure ESXi Host DNS",
"localizableNamePack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.HostPlugin",
"messageKey" : "ReconfigureHostDnsAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.HostPlugin",
"messageKey" : "ReconfigureHostDnsAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.231Z",
"updateTimestamp" : "2019-08-28T08:38:37.231Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_InitialEnvironmentSetup_com.vmware.evo.sddc.bringup.plugin.spi.VspherePlugin_DetermineSoftwareVersionAction_6",
"processingStateDescription" : "Determine Software Version on ESXi Hosts",
"name" : "Determine Software Version on ESXi Hosts",
"description" : "Determine Software Version on ESXi Hosts",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "DetermineSoftwareVersionAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "DetermineSoftwareVersionAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.234Z",
"updateTimestamp" : "2019-08-28T08:38:37.234Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "PSCDeploymentInputGeneration",
"processingStateDescription" : "Generate Platform Services Controller Deployment Input Data",
"name" : "Generate Platform Services Controller Deployment Input Data",
"description" : "Generate Platform Services Controller Deployment Input Data",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "PSCDeploymentInputGeneration.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "PSCDeploymentInputGeneration.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.238Z",
"updateTimestamp" : "2019-08-28T08:38:37.238Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PSCDeployment_PscPlugin_DeployPsc1Action_1",
"processingStateDescription" : "Deploy Platform Service Controller",
"name" : "Deploy Platform Service Controller",
"description" : "Deploy Platform Service Controller",
"localizableNamePack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.plugins.PscPlugin",
"messageKey" : "DeployPsc1Action.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.plugins.PscPlugin",
"messageKey" : "DeployPsc1Action.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.243Z",
"updateTimestamp" : "2019-08-28T08:38:37.243Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PSCDeployment_PscPlugin_CreateUserGroupsAction_2",
"processingStateDescription" : "Create Admin User Groups in vsphere.local Domain",
"name" : "Create Admin User Groups in vsphere.local Domain",
"description" : "Create Admin User Groups in vsphere.local Domain",
"localizableNamePack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.plugins.PscPlugin",
"messageKey" : "CreateUserGroupsAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.plugins.PscPlugin",
"messageKey" : "CreateUserGroupsAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.248Z",
"updateTimestamp" : "2019-08-28T08:38:37.248Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_GenerateLicenseRenameInput_ProxyContractPlugin_ProxyContractAction_0",
"processingStateDescription" : "Automation Helper Action",
"name" : "ProxyContractAction",
"description" : "Automation Helper Action",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.orchestrator.core.recipes.spel.ProxyContractPlugin",
"messageKey" : "ProxyContractAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.orchestrator.core.recipes.spel.ProxyContractPlugin",
"messageKey" : "ProxyContractAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.253Z",
"updateTimestamp" : "2019-08-28T08:38:37.253Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "GenerateLicenseRenameInput",
"processingStateDescription" : "Generate license rename input",
"name" : "Generate vCenter License Rename Input Data",
"description" : "Generate license rename input",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.recipes.GenerateLicenseRenameInput",
"messageKey" : "GenerateLicenseRenameInput.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.recipes.GenerateLicenseRenameInput",
"messageKey" : "GenerateLicenseRenameInput.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.258Z",
"updateTimestamp" : "2019-08-28T08:38:37.258Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "GenerateVcDeploymentInput",
"processingStateDescription" : "Generate Vc Deployment Input",
"name" : "Generate vCenter Server Deployment Input Data",
"description" : "Generate Vc Deployment Input",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateVcDeploymentInput.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateVcDeploymentInput.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.264Z",
"updateTimestamp" : "2019-08-28T08:38:37.264Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_VCDeployment_VcPlugin_DeployVcAction_3",
"processingStateDescription" : "Deploy vCenter Server",
"name" : "Deploy vCenter Server",
"description" : "Deploy vCenter Server",
"localizableNamePack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.plugins.VcPlugin",
"messageKey" : "DeployVcAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.plugins.VcPlugin",
"messageKey" : "DeployVcAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.269Z",
"updateTimestamp" : "2019-08-28T08:38:37.269Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_VCDeployment_VcPlugin_ApplyVcLicenseAction_4",
"processingStateDescription" : "Apply vCenter Server, vSphere, and vSAN Licenses",
"name" : "Apply vCenter Server, vSphere, and vSAN Licenses",
"description" : "Apply vCenter Server, vSphere, and vSAN Licenses",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.VCDeployment",
"messageKey" : "ApplyVcLicenseAction.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.VCDeployment",
"messageKey" : "ApplyVcLicenseAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.272Z",
"updateTimestamp" : "2019-08-28T08:38:37.272Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_VCDeployment_LicensePlugin_RenameLicense_5",
"processingStateDescription" : "Rename the Applied vCenter License in vCenter Server",
"name" : "Rename the Applied vCenter License in vCenter Server",
"description" : "Rename the Applied vCenter License in vCenter Server",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.VCDeployment",
"messageKey" : "RenameLicense.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.VCDeployment",
"messageKey" : "RenameLicense.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.276Z",
"updateTimestamp" : "2019-08-28T08:38:37.276Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Create vSphere Cluster",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "CreateCluster.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "CreateCluster.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Enable vSphere DRS",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "EnableClusterDrs.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "EnableClusterDrs.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Apply vSAN Dormant License File (DLF)",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "ApplyVsanDlf.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "ApplyVsanDlf.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Apply vSAN License",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "ApplyVsanLicense.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "ApplyVsanLicense.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Generate vSAN License Rename Input Data",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.ManagementClusterConfiguration",
"messageKey" : "GenerateVSANLicenseRenameInputId.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.ManagementClusterConfiguration",
"messageKey" : "GenerateVSANLicenseRenameInputId.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Rename the Applied VSAN License in vCenter Server",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.ManagementClusterConfiguration",
"messageKey" : "RenameVSANLicenseId.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.ManagementClusterConfiguration",
"messageKey" : "RenameVSANLicenseId.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Assign Administrator Privileges to SDDCAdmins Group",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "AuthorizeSddcAdminGroup.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "AuthorizeSddcAdminGroup.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Create vSphere Distributed Switch",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "CreateDvs.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "CreateDvs.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Add ESXi Host to vSphere Cluster",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "AddHostToCluster.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "AddHostToCluster.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Enable/Disable EVC Mode on vSphere Cluster",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "EnableEvc.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "EnableEvc.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Add ESXi Hosts to vSphere Distributed Switch",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "AddHostToDvswitch.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "AddHostToDvswitch.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Create VM Folders",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "CreateVmFolders.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "CreateVmFolders.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Create Network Folders",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "CreateNetworkFolders.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "CreateNetworkFolders.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Create vMotion vmknics",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "CreateVmotionVmknics.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "CreateVmotionVmknics.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Create vSAN vmknics",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "CreateVsanVmknics.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "CreateVsanVmknics.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Configure VLANs on vSphere Distributed Switch Portgroups",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "TagVlanIdsOnPortgroups.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "TagVlanIdsOnPortgroups.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Migrate VMs to vSphere Distributed Switch",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "MigrateVmsToPortgroups.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "MigrateVmsToPortgroups.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Migrate ESXi Host vmknics to vSphere Distributed Switch",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "MigrateHostVmknicsToPortgroups.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "MigrateHostVmknicsToPortgroups.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Detach ESXi Host vmnics from vSphere Standard Switch",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "DetachVmnicFromVswitch.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "DetachVmnicFromVswitch.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Attach ESXi Host vmnics to vSphere Distributed Switch",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "AttachVmnicToDvs.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "AttachVmnicToDvs.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Remove vSphere Standard Switch",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "RemoveVswitch.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "RemoveVswitch.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Update vSAN Hardware Compatability List (HCL) Database",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "UpdateVsanHcl.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "UpdateVsanHcl.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Enable vSAN",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "EnableVsan.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "EnableVsan.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Enable vSAN Deduplication on Cluster",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.VspherePlugin",
"messageKey" : "EnableVsanDedupOnClusterAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.VspherePlugin",
"messageKey" : "EnableVsanDedupOnClusterAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Enable vSAN Storage Policies",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "EnableVsanPolicies.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "EnableVsanPolicies.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Create vSAN Disk Groups",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "VsanClaimDisks.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "VsanClaimDisks.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Create Resource Pools in vCenter Server",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "CreateResourcePool.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "CreateResourcePool.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ApplyEsxLicense",
"processingStateDescription" : "Apply ESXi Host License Key",
"name" : "Apply ESXi Host License Key",
"description" : "Apply ESXi Host License Key",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.ApplyEsxLicense",
"messageKey" : "ApplyEsxiLicenseInVcAction.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.ApplyEsxLicense",
"messageKey" : "ApplyEsxiLicenseInVcAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.321Z",
"updateTimestamp" : "2019-08-28T08:38:37.321Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ApplyEsxLicense",
"processingStateDescription" : "Apply ESXi Host License Key",
"name" : "Generate ESXi License Rename Input Data",
"description" : "Apply ESXi Host License Key",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.ApplyEsxLicense",
"messageKey" : "GenerateLicenseRenameInput.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.ApplyEsxLicense",
"messageKey" : "GenerateLicenseRenameInput.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.321Z",
"updateTimestamp" : "2019-08-28T08:38:37.321Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ApplyEsxLicense",
"processingStateDescription" : "Apply ESXi Host License Key",
"name" : "Rename the Applied ESXi License in vCenter Server",
"description" : "Apply ESXi Host License Key",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.ApplyEsxLicense",
"messageKey" : "RenameLicense.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.ApplyEsxLicense",
"messageKey" : "RenameLicense.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.321Z",
"updateTimestamp" : "2019-08-28T08:38:37.321Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Deploy NSX Manager",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "DeployNsxManager.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "DeployNsxManager.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Generate and Install VMCA Certificate on NSX Manager",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "UploadNsxManagerVmcaCert.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "UploadNsxManagerVmcaCert.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Update NSX Manager TLS Settings",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "UpdateNsxManagerTLSSettings.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "UpdateNsxManagerTLSSettings.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Register NSX Manager with vCenter Server",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action64.NsxServicePluginActionPlugin64",
"messageKey" : "RegisterVcNsx.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action64.NsxServicePluginActionPlugin64",
"messageKey" : "RegisterVcNsx.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Apply NSX Dormant License File (DLF)",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "UploadNsxDlf.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "UploadNsxDlf.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Apply NSX License",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "ApplyNsxLicense.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "ApplyNsxLicense.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Generate NSX License Rename Input Data",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.NSXvConfiguration",
"messageKey" : "GenerateLicenseRenameInputId.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.NSXvConfiguration",
"messageKey" : "GenerateLicenseRenameInputId.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Rename the Applied NSX License in vCenter Server",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.NSXvConfiguration",
"messageKey" : "RenameLicenseId.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.NSXvConfiguration",
"messageKey" : "RenameLicenseId.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Generate NSX Manager Input Data",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.vvd.plugin.VvdPlugin",
"messageKey" : "GenerateNsxInput.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.vvd.plugin.VvdPlugin",
"messageKey" : "GenerateNsxInput.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Configure DNS on the NSX Controller Cluster",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.common.nsx.NsxManagerPlugin",
"messageKey" : "ConfigureControllerDns.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.common.nsx.NsxManagerPlugin",
"messageKey" : "ConfigureControllerDns.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Configure NTP on the NSX Controller Cluster",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.common.nsx.NsxManagerPlugin",
"messageKey" : "ConfigureControllerNtp.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.common.nsx.NsxManagerPlugin",
"messageKey" : "ConfigureControllerNtp.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Create NSX Controller Cluster",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "DeployNsxController.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "DeployNsxController.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Configure VXLAN Transport",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "CreateVxlan.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "CreateVxlan.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Resolve NSX Cluster Issues",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "ResolveNsxClusterIssues.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "ResolveNsxClusterIssues.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Set Universal Sync Role on NSX Manager",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.nsx.NsxPlugin",
"messageKey" : "SetNsxRoleAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.nsx.NsxPlugin",
"messageKey" : "SetNsxRoleAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Create NSX Segment Range",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "CreateNsxSegmentRange.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "CreateNsxSegmentRange.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Create NSX Multicast Range",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.plugin.ConfigureNsxPlugin",
"messageKey" : "CreateMulticastRange.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.plugin.ConfigureNsxPlugin",
"messageKey" : "CreateMulticastRange.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Create NSX Transport Zone",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "CreateNsxTransportZone.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "CreateNsxTransportZone.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Configure SSO on NSX Manager",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "ConfigureSsoOnNSX.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "ConfigureSsoOnNSX.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "GenerateLogInsightInput",
"processingStateDescription" : "Generate vRealize Log Insight Input Data",
"name" : "Generate vRealize Log Insight Input Data",
"description" : "Generate vRealize Log Insight Input Data",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateLogInsightInput.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateLogInsightInput.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.359Z",
"updateTimestamp" : "2019-08-28T08:38:37.359Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_LogInsightDeployment_DeployLogInsightPlugin_DeployLogInsightAction_1",
"processingStateDescription" : "Deploy vRealize Log Insight",
"name" : "Deploy vRealize Log Insight",
"description" : "Deploy vRealize Log Insight",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.DeployLogInsightPlugin",
"messageKey" : "DeployLogInsightAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.DeployLogInsightPlugin",
"messageKey" : "DeployLogInsightAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.364Z",
"updateTimestamp" : "2019-08-28T08:38:37.364Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_LogInsightDeployment_ConfigureLogInsightPlugin_AddLogInsightLicenseAction_2",
"processingStateDescription" : "Apply vRealize Log Insight License",
"name" : "Apply vRealize Log Insight License Action",
"description" : "Apply vRealize Log Insight License",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureLogInsightPlugin",
"messageKey" : "AddLogInsightLicenseAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureLogInsightPlugin",
"messageKey" : "AddLogInsightLicenseAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.368Z",
"updateTimestamp" : "2019-08-28T08:38:37.368Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_LogInsightDeployment_ConfigureLogInsightPlugin_BootstrapLogInsightClusterAction_3",
"processingStateDescription" : "Bootstrap vRealize Log Insight Cluster",
"name" : "Bootstrap vRealize Log Insight Cluster Action",
"description" : "Bootstrap vRealize Log Insight Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureLogInsightPlugin",
"messageKey" : "BootstrapLogInsightClusterAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureLogInsightPlugin",
"messageKey" : "BootstrapLogInsightClusterAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.372Z",
"updateTimestamp" : "2019-08-28T08:38:37.372Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_LogInsightDeployment_ConfigureLogInsightPlugin_GenerateLogInsightCertificateAction_4",
"processingStateDescription" : "Generate and Install VMCA Certificate for vRealize Log Insight",
"name" : "Generate and Install VMCA Certificate for vRealize Log Insight",
"description" : "Generate and Install VMCA Certificate for vRealize Log Insight",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureLogInsightPlugin",
"messageKey" : "GenerateLogInsightCertificateAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureLogInsightPlugin",
"messageKey" : "GenerateLogInsightCertificateAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.377Z",
"updateTimestamp" : "2019-08-28T08:38:37.377Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_LogInsightDeployment_ConfigureLogInsightPlugin_DisableTlsOnLogInsightAction_5",
"processingStateDescription" : "Disable TLS 1.0 on vRealize Log Insight Nodes",
"name" : "Disable TLS 1.0 on vRealize Log Insight Nodes Action",
"description" : "Disable TLS 1.0 on vRealize Log Insight Nodes",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureLogInsightPlugin",
"messageKey" : "DisableTlsOnLogInsightAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureLogInsightPlugin",
"messageKey" : "DisableTlsOnLogInsightAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.381Z",
"updateTimestamp" : "2019-08-28T08:38:37.381Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_LogInsightDeployment_ConfigureLogInsightPlugin_InstallContentPacksInLogInsightAction_6",
"processingStateDescription" : "Install vRealize Log Insight Content Packs",
"name" : "Install vRealize Log Insight Content Packs Action",
"description" : "Install vRealize Log Insight Content Packs",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureLogInsightPlugin",
"messageKey" : "InstallContentPacksInLogInsightAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureLogInsightPlugin",
"messageKey" : "InstallContentPacksInLogInsightAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.385Z",
"updateTimestamp" : "2019-08-28T08:38:37.385Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "GenerateNsxvLogInsightIntegrationInput",
"processingStateDescription" : "Generate NsxvLogInsightIntegration input",
"name" : "Generate NSX for vSphere Integration with vRealize Log Insight Input Data",
"description" : "Generate NsxvLogInsightIntegration input",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateNsxvLogInsightIntegrationInput.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateNsxvLogInsightIntegrationInput.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.389Z",
"updateTimestamp" : "2019-08-28T08:38:37.389Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_NsxvLogInsightIntegration_ConfigureSyslogInNsxPlugin_ConfigureSyslogInNsxManagerAction_1",
"processingStateDescription" : "Configure Syslog Settings for NSX Manager",
"name" : "Configure Syslog Settings for NSX Manager",
"description" : "Configure Syslog Settings for NSX Manager",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureSyslogInNsxPlugin",
"messageKey" : "ConfigureSyslogInNsxManagerAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureSyslogInNsxPlugin",
"messageKey" : "ConfigureSyslogInNsxManagerAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.392Z",
"updateTimestamp" : "2019-08-28T08:38:37.392Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_NsxvLogInsightIntegration_ConfigureSyslogInNsxPlugin_ConfigureSyslogInNsxControllerAction_2",
"processingStateDescription" : "Configure Syslog Settings for NSX Controllers",
"name" : "Configure Syslog Settings for NSX Controllers",
"description" : "Configure Syslog Settings for NSX Controllers",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureSyslogInNsxPlugin",
"messageKey" : "ConfigureSyslogInNsxControllerAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureSyslogInNsxPlugin",
"messageKey" : "ConfigureSyslogInNsxControllerAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.396Z",
"updateTimestamp" : "2019-08-28T08:38:37.396Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "GenerateSddcManagerInput",
"processingStateDescription" : "Generate SDDC Manager Input Data",
"name" : "Generate SDDC Manager Input Data",
"description" : "Generate SDDC Manager Input Data",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateSddcManagerInput.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateSddcManagerInput.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.399Z",
"updateTimestamp" : "2019-08-28T08:38:37.399Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_SDDCManagerConfiguration_SddcManagerContractPlugin_DeploySddcManagerOnClusterAction_1",
"processingStateDescription" : "Deploy SDDC Manager",
"name" : "Deploy SDDC Manager",
"description" : "Deploy SDDC Manager",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "DeploySddcManagerOnClusterAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "DeploySddcManagerOnClusterAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.405Z",
"updateTimestamp" : "2019-08-28T08:38:37.405Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_SDDCManagerConfiguration_SddcManagerContractPlugin_ConfigureLCMRepoOnSddcManagerAction_2",
"processingStateDescription" : "Configure Lifecycle Management Repository on SDDC Manager",
"name" : "Configure Lifecycle Management Repository on SDDC Manager",
"description" : "Configure Lifecycle Management Repository on SDDC Manager",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "ConfigureLCMRepoOnSddcManagerAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "ConfigureLCMRepoOnSddcManagerAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.410Z",
"updateTimestamp" : "2019-08-28T08:38:37.410Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_SDDCManagerConfiguration_HostPlugin_CreateNFSDatastoreOnHostsAction_3",
"processingStateDescription" : "Mount Repository NFS Datastore on ESXi Hosts",
"name" : "Mount Repository NFS Datastore on ESXi Hosts",
"description" : "Mount Repository NFS Datastore on ESXi Hosts",
"localizableNamePack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.HostPlugin",
"messageKey" : "CreateNFSDatastoreOnHostsAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.HostPlugin",
"messageKey" : "CreateNFSDatastoreOnHostsAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.414Z",
"updateTimestamp" : "2019-08-28T08:38:37.414Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_SDDCManagerConfiguration_SddcManagerContractPlugin_ConfigureBaseImageRepoAction_4",
"processingStateDescription" : "Configure Base Install Image Repository on SDDC Manager",
"name" : "Configure Base Install Image Repository on SDDC Manager",
"description" : "Configure Base Install Image Repository on SDDC Manager",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "ConfigureBaseImageRepoAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "ConfigureBaseImageRepoAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.417Z",
"updateTimestamp" : "2019-08-28T08:38:37.417Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_SDDCManagerConfiguration_SddcManagerContractPlugin_InstallVmcaRootCertOnSddcManagerAction_5",
"processingStateDescription" : "Install VMCA Root Certificate on SDDC Manager",
"name" : "Install VMCA Root Certificate on SDDC Manager",
"description" : "Install VMCA Root Certificate on SDDC Manager",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "InstallVmcaRootCertOnSddcManagerAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "InstallVmcaRootCertOnSddcManagerAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.421Z",
"updateTimestamp" : "2019-08-28T08:38:37.421Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_SDDCManagerConfiguration_SddcManagerContractPlugin_InstallSddcManagerVmcaCertificateAction_6",
"processingStateDescription" : "Generate and Install VMCA Certificate on SDDC Manager",
"name" : "Generate and Install VMCA Certificate on SDDC Manager",
"description" : "Generate and Install VMCA Certificate on SDDC Manager",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "InstallSddcManagerVmcaCertificateAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "InstallSddcManagerVmcaCertificateAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.425Z",
"updateTimestamp" : "2019-08-28T08:38:37.425Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "GenerateInventoryForSddcManagerConfiguration",
"processingStateDescription" : "Generate Inventory Data For SDDC Manager Configuration",
"name" : "Generate Inventory data For SDDC Manager Configuration",
"description" : "Generate Inventory Data For SDDC Manager Configuration",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateInventoryForSddcManagerConfiguration.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateInventoryForSddcManagerConfiguration.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.429Z",
"updateTimestamp" : "2019-08-28T08:38:37.429Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_SDDCManagerPostInventory_SddcManagerContractPlugin_PostInventoryAndCredentialsAction_1",
"processingStateDescription" : "Update SDDC Manager Inventory with Credential Details",
"name" : "Update SDDC Manager Inventory with Credential Details",
"description" : "Update SDDC Manager Inventory with Credential Details",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "PostInventoryAndCredentialsAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "PostInventoryAndCredentialsAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.433Z",
"updateTimestamp" : "2019-08-28T08:38:37.433Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_SDDCManagerPostInventory_SddcManagerContractPlugin_PostNetworkPoolInventoryAction_2",
"processingStateDescription" : "Update SDDC Manager Inventory with Network Pool Details",
"name" : "Update SDDC Manager Inventory with Network Pool Details",
"description" : "Update SDDC Manager Inventory with Network Pool Details",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "PostNetworkPoolInventoryAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "PostNetworkPoolInventoryAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.437Z",
"updateTimestamp" : "2019-08-28T08:38:37.437Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_SDDCManagerPostInventory_SddcManagerContractPlugin_PostSddcLicenseInventoryAction_3",
"processingStateDescription" : "Update SDDC Manager Inventory with License Details",
"name" : "Update SDDC Manager Inventory with License Details",
"description" : "Update SDDC Manager Inventory with License Details",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "PostSddcLicenseInventoryAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "PostSddcLicenseInventoryAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.441Z",
"updateTimestamp" : "2019-08-28T08:38:37.441Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_SddcManagerKnownHostsConfiguration_ProxyContractPlugin_ProxyContractAction_17",
"processingStateDescription" : "Automation Helper Action",
"name" : "ProxyContractAction",
"description" : "Automation Helper Action",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.orchestrator.core.recipes.spel.ProxyContractPlugin",
"messageKey" : "ProxyContractAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.orchestrator.core.recipes.spel.ProxyContractPlugin",
"messageKey" : "ProxyContractAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.444Z",
"updateTimestamp" : "2019-08-28T08:38:37.444Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "GenerateSddcManagerInput",
"processingStateDescription" : "Generate SDDC Manager Input Data",
"name" : "Generate SDDC Manager Input Data",
"description" : "Generate SDDC Manager Input Data",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateSddcManagerInput.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateSddcManagerInput.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.447Z",
"updateTimestamp" : "2019-08-28T08:38:37.447Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "GenerateVsphereMachineSshEntities",
"processingStateDescription" : "Generate ESXi Host SSH Key Input Data",
"name" : "Generate ESXi Host SSH Key Input Data",
"description" : "Generate ESXi Host SSH Key Input Data",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateVsphereMachineSshEntities.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateVsphereMachineSshEntities.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.453Z",
"updateTimestamp" : "2019-08-28T08:38:37.453Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_SddcManagerKnownHostsConfiguration_VsphereContractPlugin_RotateMachineSshKeys_2",
"processingStateDescription" : "Rotate ESXi Host SSH Keys",
"name" : "Rotate ESXi Host SSH Keys",
"description" : "Rotate ESXi Host SSH Keys",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.vsphere.contract.VsphereContractPlugin",
"messageKey" : "RotateMachineSshKeys.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.vsphere.contract.VsphereContractPlugin",
"messageKey" : "RotateMachineSshKeys.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.456Z",
"updateTimestamp" : "2019-08-28T08:38:37.456Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_SddcManagerKnownHostsConfiguration_SddcManagerContractPlugin_UpdateKnownHostsOnSddcManager_3",
"processingStateDescription" : "Update Known Hosts in SDDC Manager",
"name" : "Update Known Hosts in SDDC Manager",
"description" : "Update Known Hosts in SDDC Manager",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "UpdateKnownHostsOnSddcManager.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "UpdateKnownHostsOnSddcManager.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.459Z",
"updateTimestamp" : "2019-08-28T08:38:37.459Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "GenerateVsphereInput",
"processingStateDescription" : "Generate vSphere Input Data",
"name" : "Generate vSphere Input Data",
"description" : "Generate vSphere Input Data",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateVsphereInput.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateVsphereInput.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.462Z",
"updateTimestamp" : "2019-08-28T08:38:37.462Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "GenerateSddcManagerInput",
"processingStateDescription" : "Generate SDDC Manager Input Data",
"name" : "Generate SDDC Manager Input Data",
"description" : "Generate SDDC Manager Input Data",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateSddcManagerInput.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateSddcManagerInput.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.465Z",
"updateTimestamp" : "2019-08-28T08:38:37.465Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_VcenterMessagesConfigurations_VsphereContractPlugin_PrepareVcenterMessages_2",
"processingStateDescription" : "Generate Configure vCenter Login Message and Message of the Day Input Data",
"name" : "Generate Configure vCenter Login Message and Message of the Day Input Data",
"description" : "Generate Configure vCenter Login Message and Message of the Day Input Data",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.vsphere.contract.VsphereContractPlugin",
"messageKey" : "PrepareVcenterMessages.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.vsphere.contract.VsphereContractPlugin",
"messageKey" : "PrepareVcenterMessages.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.471Z",
"updateTimestamp" : "2019-08-28T08:38:37.471Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_VcenterMessagesConfigurations_VsphereContractPlugin_ConfigureVcenterMessages_3",
"processingStateDescription" : "Configure vCenter Login Message and Message of the Day",
"name" : "Configure vCenter Login Message and Message of the Day",
"description" : "Configure vCenter Login Message and Message of the Day",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.vsphere.contract.VsphereContractPlugin",
"messageKey" : "ConfigureVcenterMessages.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.vsphere.contract.VsphereContractPlugin",
"messageKey" : "ConfigureVcenterMessages.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.474Z",
"updateTimestamp" : "2019-08-28T08:38:37.474Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "GenerateClusterConfigurationInput",
"processingStateDescription" : "Generate Cluster Configuration Input Data",
"name" : "Generate Post Cluster Configuration Input Data",
"description" : "Generate Cluster Configuration Input Data",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateClusterConfigurationInput.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateClusterConfigurationInput.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.477Z",
"updateTimestamp" : "2019-08-28T08:38:37.477Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "GenerateConfigureDeploymentDetailsActionInput",
"processingStateDescription" : "Generate Configure Deployment Details Action Input Data",
"name" : "Generate Configure Deployment Details Action Input Data",
"description" : "Generate Configure Deployment Details Action Input Data",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateConfigureDeploymentDetailsActionInput.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateConfigureDeploymentDetailsActionInput.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.483Z",
"updateTimestamp" : "2019-08-28T08:38:37.483Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_VspherePlugin_MigrateVmsToFoldersAction_2",
"processingStateDescription" : "Move VMs to VM Folders",
"name" : "Move VMs to VM Folders",
"description" : "Move VMs to VM Folders",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "MigrateVmsToFoldersAction.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "MigrateVmsToFoldersAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.486Z",
"updateTimestamp" : "2019-08-28T08:38:37.486Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_VspherePlugin_MigrateDvsToFolderAction_3",
"processingStateDescription" : "Move vSphere Distributed Switch to Network Folder",
"name" : "Move vSphere Distributed Switch to Network Folder",
"description" : "Move vSphere Distributed Switch to Network Folder",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "MigrateDvsToFolderAction.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "MigrateDvsToFolderAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.489Z",
"updateTimestamp" : "2019-08-28T08:38:37.489Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_VspherePlugin_DisableVsanForceProvisionAction_4",
"processingStateDescription" : "Disable vSAN Force Provisioning",
"name" : "Disable vSAN Force Provisioning",
"description" : "Disable vSAN Force Provisioning",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "DisableVsanForceProvisionAction.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "DisableVsanForceProvisionAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.492Z",
"updateTimestamp" : "2019-08-28T08:38:37.492Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_VspherePlugin_EnableVsanPoliciesAction_5",
"processingStateDescription" : "Enable vSAN Storage Policies",
"name" : "Enable vSAN Storage Policies",
"description" : "Enable vSAN Storage Policies",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "EnableVsanPoliciesAction.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "EnableVsanPoliciesAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.496Z",
"updateTimestamp" : "2019-08-28T08:38:37.496Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_VspherePlugin_RelocateAllVmsToResourcePoolAction_6",
"processingStateDescription" : "Move VMs to Resource Pools",
"name" : "Move VMs to Resource Pools",
"description" : "Move VMs to Resource Pools",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "RelocateAllVmsToResourcePoolAction.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "RelocateAllVmsToResourcePoolAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.499Z",
"updateTimestamp" : "2019-08-28T08:38:37.499Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_VspherePlugin_AdjustResourcePoolReservationAction_7",
"processingStateDescription" : "Set Reservations on Resource Pools",
"name" : "Set Reservations on Resource Pools",
"description" : "Set Reservations on Resource Pools",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "AdjustResourcePoolReservationAction.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "AdjustResourcePoolReservationAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.502Z",
"updateTimestamp" : "2019-08-28T08:38:37.502Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_VcPlugin_EnableClusterHaAction_8",
"processingStateDescription" : "Enable vSphere High Availability",
"name" : "Enable vSphere High Availability",
"description" : "Enable vSphere High Availability",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "EnableClusterHaAction.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "EnableClusterHaAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.505Z",
"updateTimestamp" : "2019-08-28T08:38:37.505Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_VcPlugin_CreateVmAntiAffinityRuleAction_9",
"processingStateDescription" : "Create VM Anti-Affinity Rules",
"name" : "Create VM Anti-Affinity Rules",
"description" : "Create VM Anti-Affinity Rules",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "CreateVmAntiAffinityRuleAction.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "CreateVmAntiAffinityRuleAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.508Z",
"updateTimestamp" : "2019-08-28T08:38:37.508Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_CreatePscVcVmGroupsPlugin_CreatePscVcVmGroupsContractAction_10",
"processingStateDescription" : "Create VM Groups",
"name" : "Create VM Groups",
"description" : "Create VM Groups",
"localizableNamePack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.CreatePscVcVmGroupsPlugin",
"messageKey" : "CreatePscVcVmGroupsContractAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.CreatePscVcVmGroupsPlugin",
"messageKey" : "CreatePscVcVmGroupsContractAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.511Z",
"updateTimestamp" : "2019-08-28T08:38:37.511Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_VspherePlugin_CreateClusterVmsToVmsRuleContractAction_11",
"processingStateDescription" : "Create VM-VM Startup Order Rule",
"name" : "Create VM-VM Startup Order Rule",
"description" : "Create VM-VM Startup Order Rule",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "CreateClusterVmsToVmsRuleContractAction.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "CreateClusterVmsToVmsRuleContractAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.514Z",
"updateTimestamp" : "2019-08-28T08:38:37.514Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_ClusterVmHostPlugin_CreateClusterHostGroupContractAction_12",
"processingStateDescription" : "Create vCenter VM/Host RuleNsxServiceImpl.java",
"name" : "Create vCenter VM/Host Rule",
"description" : "Create vCenter VM/Host RuleNsxServiceImpl.java",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "CreateClusterHostGroupContractAction.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "CreateClusterHostGroupContractAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.517Z",
"updateTimestamp" : "2019-08-28T08:38:37.517Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_ClusterVmHostPlugin_CreateClusterVmHostRuleContractAction_13",
"processingStateDescription" : "Create Platform Services Controller VM/Host Rule",
"name" : "Create Platform Services Controller VM/Host Rule",
"description" : "Create Platform Services Controller VM/Host Rule",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "CreatePSCVMHostRuleActionId.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "CreatePSCVMHostRuleActionId.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.520Z",
"updateTimestamp" : "2019-08-28T08:38:37.520Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_ClusterVmHostPlugin_CreateClusterVmHostRuleContractAction_14",
"processingStateDescription" : "Create Cluster Rule",
"name" : "Create Cluster Rule",
"description" : "Create Cluster Rule",
"localizableNamePack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.ClusterVmHostPlugin",
"messageKey" : "CreateClusterVmHostRuleContractAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.ClusterVmHostPlugin",
"messageKey" : "CreateClusterVmHostRuleContractAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.523Z",
"updateTimestamp" : "2019-08-28T08:38:37.523Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_VcPlugin_ConfigureEsxAdvancedOptionsAction_15",
"processingStateDescription" : "Configure ESXi Advanced Options",
"name" : "Configure ESXi Advanced Options",
"description" : "Configure ESXi Advanced Options",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "ConfigureEsxAdvancedOptionsAction.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "ConfigureEsxAdvancedOptionsAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.526Z",
"updateTimestamp" : "2019-08-28T08:38:37.526Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_VspherePlugin_ReconfigureHAOnClusterAction_16",
"processingStateDescription" : "Reconfigure vSphere High Availability",
"name" : "Reconfigure vSphere High Availability",
"description" : "Reconfigure vSphere High Availability",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "ReconfigureHAOnClusterAction.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "ReconfigureHAOnClusterAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.529Z",
"updateTimestamp" : "2019-08-28T08:38:37.529Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_VspherePlugin_ClearVsanAlarmsOnClusterAction_17",
"processingStateDescription" : "Clear Alarms on vSAN",
"name" : "Clear Alarms on vSAN",
"description" : "Clear Alarms on vSAN",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "ClearVsanAlarmsOnClusterAction.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "ClearVsanAlarmsOnClusterAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.532Z",
"updateTimestamp" : "2019-08-28T08:38:37.532Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_VspherePlugin_ClearRedAlarmsOnHostAction_18",
"processingStateDescription" : "Clear Alerts on Hosts",
"name" : "Clear Alerts on Hosts",
"description" : "Clear Alerts on Hosts",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "ClearRedAlarmsOnHostAction.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "ClearRedAlarmsOnHostAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.535Z",
"updateTimestamp" : "2019-08-28T08:38:37.535Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_VspherePlugin_ConfigureDeploymentDetailsContractAction_19",
"processingStateDescription" : "Set SDDC Deployment Details on the Management vCenter Server",
"name" : "Set SDDC Deployment Details on the Management vCenter Server",
"description" : "Set SDDC Deployment Details on the Management vCenter Server",
"localizableNamePack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.VspherePlugin",
"messageKey" : "ConfigureDeploymentDetailsContractAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.VspherePlugin",
"messageKey" : "ConfigureDeploymentDetailsContractAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.539Z",
"updateTimestamp" : "2019-08-28T08:38:37.539Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "GenerateVsphereInput",
"processingStateDescription" : "Generate vSphere Input Data",
"name" : "Generate vSphere Input Data",
"description" : "Generate vSphere Input Data",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateVsphereInput.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateVsphereInput.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.542Z",
"updateTimestamp" : "2019-08-28T08:38:37.542Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_DisableBashShellOnVcAndPsc_VsphereContractPlugin_DisableBashShell_1",
"processingStateDescription" : "Disable Bash Shell on vCenter Server",
"name" : "Disable Bash Shell on vCenter Server",
"description" : "Disable Bash Shell on vCenter Server",
"localizableNamePack" : {
"component" : "workflowconfig.common_recipes.DisableBashShellOnVcAndPsc",
"messageKey" : "DisableBashShellOnVCenterId.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.common_recipes.DisableBashShellOnVcAndPsc",
"messageKey" : "DisableBashShellOnVCenterId.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.545Z",
"updateTimestamp" : "2019-08-28T08:38:37.545Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_DisableBashShellOnVcAndPsc_VsphereContractPlugin_DisableBashShell_2",
"processingStateDescription" : "Disable Bash Shell on Platform Services Controllers",
"name" : "Disable Bash Shell on Platform Services Controllers",
"description" : "Disable Bash Shell on Platform Services Controllers",
"localizableNamePack" : {
"component" : "workflowconfig.common_recipes.DisableBashShellOnVcAndPsc",
"messageKey" : "DisableBashShellOnPSCsId.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.common_recipes.DisableBashShellOnVcAndPsc",
"messageKey" : "DisableBashShellOnPSCsId.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.548Z",
"updateTimestamp" : "2019-08-28T08:38:37.548Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfigurationForSDDCManager",
"processingStateDescription" : "Configure NSX for vSphere",
"name" : "Add VMs to NSX Distributed Firewall Exclusion List",
"description" : "Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "AddVmsIntoDfwExclusionList.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "AddVmsIntoDfwExclusionList.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.551Z",
"updateTimestamp" : "2019-08-28T08:38:37.551Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXBackupConfiguration",
"processingStateDescription" : "Configure Backup on NSX for vSphere",
"name" : "Configure NSX Manager Backups",
"description" : "Configure Backup on NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.plugin.spi.LcmPlugin",
"messageKey" : "ConfigureBackupForNSX.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.plugin.spi.LcmPlugin",
"messageKey" : "ConfigureBackupForNSX.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.554Z",
"updateTimestamp" : "2019-08-28T08:38:37.554Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "GenerateLogInsightInput",
"processingStateDescription" : "Generate vRealize Log Insight Input Data",
"name" : "Generate vRealize Log Insight Input Data",
"description" : "Generate vRealize Log Insight Input Data",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateLogInsightInput.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateLogInsightInput.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.557Z",
"updateTimestamp" : "2019-08-28T08:38:37.557Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_LogInsightConfiguration_ConfigureLogInsightAgentPlugin_ConfigureSddcManagerInLogInsightAction_1",
"processingStateDescription" : "Configure Syslog Settings for SDDC Manager",
"name" : "Configure Syslog Settings for SDDC Manager",
"description" : "Configure Syslog Settings for SDDC Manager",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureLogInsightAgentPlugin",
"messageKey" : "ConfigureSddcManagerInLogInsightAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureLogInsightAgentPlugin",
"messageKey" : "ConfigureSddcManagerInLogInsightAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.561Z",
"updateTimestamp" : "2019-08-28T08:38:37.561Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_LogInsightConfiguration_ConfigureLogInsightAgentPlugin_ConfigureVCenterInLogInsightWithSyslogAction_2",
"processingStateDescription" : "Configure Syslog Settings for vCenter Server",
"name" : "Configure Syslog Settings for vCenter Server",
"description" : "Configure Syslog Settings for vCenter Server",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureLogInsightAgentPlugin",
"messageKey" : "ConfigureVCenterInLogInsightWithSyslogAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureLogInsightAgentPlugin",
"messageKey" : "ConfigureVCenterInLogInsightWithSyslogAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.565Z",
"updateTimestamp" : "2019-08-28T08:38:37.565Z"
} ]
}
-
Poll the task until "status" is not "IN_PROGRESS" using the "id" from the previous response.
Tip
|
Refer to: Get a Task. |
-
If the "status" is "SUCCESSFUL", the task is completed successfully.
-
If the "status" is "FAILED", the task can be re-executed.
Tip
|
Refer to: Retry a Task. |
2.1.2. Get the SDDCS
Prerequisites
Note
|
The username and password for Basic Authentication scheme using the Cloud Builder "admin" account. The host in example requests is Cloud Builder address e.g. "sfo01cb01.sfo01.rainpole.local" not the SDDC Manager one. |
Steps
-
Invoke the API.
cURL Request
$ curl 'https://sddc-manager.sfo01.rainpole.local/v1/sddcs/' -i -u 'admin:VMwareInfra@1' -X GET
HTTP Request
GET /v1/sddcs/ HTTP/1.1
Host: sddc-manager.sfo01.rainpole.local
Authorization: Basic YWRtaW46Vk13YXJlSW5mcmFAMQ==
HTTP Response
HTTP/1.1 200 OK
Content-Type: application/json;charset=UTF-8
Content-Length: 105122
{
"elements" : [ {
"id" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"name" : "Bringup-Ems",
"status" : "IN_PROGRESS",
"creationTimestamp" : "2019-08-28T08:38:37.568Z",
"sddcSubTasks" : [ {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "GenerateEsxiForVsanDedupInput",
"processingStateDescription" : "Generate ESXi Host vSAN Deduplication Input Data",
"name" : "Generate ESXi Host vSAN Deduplication Input Data",
"description" : "Generate ESXi Host vSAN Deduplication Input Data",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateEsxiForVsanDedupInput.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateEsxiForVsanDedupInput.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.568Z",
"updateTimestamp" : "2019-08-28T08:38:37.568Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "GenerateEsxiInput",
"processingStateDescription" : "Generate ESXi Host Input Data",
"name" : "Generate ESXi Host Input Data",
"description" : "Generate ESXi Host Input Data",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateEsxiInput.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateEsxiInput.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.216Z",
"updateTimestamp" : "2019-08-28T08:38:37.216Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_InitialEnvironmentSetup_VspherePlugin_PrepareEsxiForVsanDedupAction_2",
"processingStateDescription" : "Prepare ESXi Hosts for vSAN with Deduplication",
"name" : "Prepare ESXi Hosts for vSAN with Deduplication Action",
"description" : "Prepare ESXi Hosts for vSAN with Deduplication",
"localizableNamePack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.VspherePlugin",
"messageKey" : "PrepareEsxiForVsanDedupAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.VspherePlugin",
"messageKey" : "PrepareEsxiForVsanDedupAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.220Z",
"updateTimestamp" : "2019-08-28T08:38:37.220Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_InitialEnvironmentSetup_VspherePlugin_EnableVsanDedupOnFirstHostAction_3",
"processingStateDescription" : "Enable vSAN Deduplication for the First Host",
"name" : "Enable vSAN Deduplication for the First Host Action",
"description" : "Enable vSAN Deduplication for the First Host",
"localizableNamePack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.VspherePlugin",
"messageKey" : "EnableVsanDedupOnFirstHostAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.VspherePlugin",
"messageKey" : "EnableVsanDedupOnFirstHostAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.224Z",
"updateTimestamp" : "2019-08-28T08:38:37.224Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_InitialEnvironmentSetup_HostPlugin_CreateVmPortGroupAction_4",
"processingStateDescription" : "Create 'VM Network' Portgroup on ESXi Hosts",
"name" : "Create 'VM Network' Portgroup on ESXi Hosts",
"description" : "Create 'VM Network' Portgroup on ESXi Hosts",
"localizableNamePack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.HostPlugin",
"messageKey" : "CreateVmPortGroupAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.HostPlugin",
"messageKey" : "CreateVmPortGroupAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.227Z",
"updateTimestamp" : "2019-08-28T08:38:37.227Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_InitialEnvironmentSetup_HostPlugin_ReconfigureHostDnsAction_5",
"processingStateDescription" : "Configure ESXi Host DNS",
"name" : "Configure ESXi Host DNS",
"description" : "Configure ESXi Host DNS",
"localizableNamePack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.HostPlugin",
"messageKey" : "ReconfigureHostDnsAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.HostPlugin",
"messageKey" : "ReconfigureHostDnsAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.231Z",
"updateTimestamp" : "2019-08-28T08:38:37.231Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_InitialEnvironmentSetup_com.vmware.evo.sddc.bringup.plugin.spi.VspherePlugin_DetermineSoftwareVersionAction_6",
"processingStateDescription" : "Determine Software Version on ESXi Hosts",
"name" : "Determine Software Version on ESXi Hosts",
"description" : "Determine Software Version on ESXi Hosts",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "DetermineSoftwareVersionAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "DetermineSoftwareVersionAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.234Z",
"updateTimestamp" : "2019-08-28T08:38:37.234Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "PSCDeploymentInputGeneration",
"processingStateDescription" : "Generate Platform Services Controller Deployment Input Data",
"name" : "Generate Platform Services Controller Deployment Input Data",
"description" : "Generate Platform Services Controller Deployment Input Data",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "PSCDeploymentInputGeneration.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "PSCDeploymentInputGeneration.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.238Z",
"updateTimestamp" : "2019-08-28T08:38:37.238Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PSCDeployment_PscPlugin_DeployPsc1Action_1",
"processingStateDescription" : "Deploy Platform Service Controller",
"name" : "Deploy Platform Service Controller",
"description" : "Deploy Platform Service Controller",
"localizableNamePack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.plugins.PscPlugin",
"messageKey" : "DeployPsc1Action.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.plugins.PscPlugin",
"messageKey" : "DeployPsc1Action.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.243Z",
"updateTimestamp" : "2019-08-28T08:38:37.243Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PSCDeployment_PscPlugin_CreateUserGroupsAction_2",
"processingStateDescription" : "Create Admin User Groups in vsphere.local Domain",
"name" : "Create Admin User Groups in vsphere.local Domain",
"description" : "Create Admin User Groups in vsphere.local Domain",
"localizableNamePack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.plugins.PscPlugin",
"messageKey" : "CreateUserGroupsAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.plugins.PscPlugin",
"messageKey" : "CreateUserGroupsAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.248Z",
"updateTimestamp" : "2019-08-28T08:38:37.248Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_GenerateLicenseRenameInput_ProxyContractPlugin_ProxyContractAction_0",
"processingStateDescription" : "Automation Helper Action",
"name" : "ProxyContractAction",
"description" : "Automation Helper Action",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.orchestrator.core.recipes.spel.ProxyContractPlugin",
"messageKey" : "ProxyContractAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.orchestrator.core.recipes.spel.ProxyContractPlugin",
"messageKey" : "ProxyContractAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.253Z",
"updateTimestamp" : "2019-08-28T08:38:37.253Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "GenerateLicenseRenameInput",
"processingStateDescription" : "Generate license rename input",
"name" : "Generate vCenter License Rename Input Data",
"description" : "Generate license rename input",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.recipes.GenerateLicenseRenameInput",
"messageKey" : "GenerateLicenseRenameInput.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.recipes.GenerateLicenseRenameInput",
"messageKey" : "GenerateLicenseRenameInput.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.258Z",
"updateTimestamp" : "2019-08-28T08:38:37.258Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "GenerateVcDeploymentInput",
"processingStateDescription" : "Generate Vc Deployment Input",
"name" : "Generate vCenter Server Deployment Input Data",
"description" : "Generate Vc Deployment Input",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateVcDeploymentInput.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateVcDeploymentInput.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.264Z",
"updateTimestamp" : "2019-08-28T08:38:37.264Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_VCDeployment_VcPlugin_DeployVcAction_3",
"processingStateDescription" : "Deploy vCenter Server",
"name" : "Deploy vCenter Server",
"description" : "Deploy vCenter Server",
"localizableNamePack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.plugins.VcPlugin",
"messageKey" : "DeployVcAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.plugins.VcPlugin",
"messageKey" : "DeployVcAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.269Z",
"updateTimestamp" : "2019-08-28T08:38:37.269Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_VCDeployment_VcPlugin_ApplyVcLicenseAction_4",
"processingStateDescription" : "Apply vCenter Server, vSphere, and vSAN Licenses",
"name" : "Apply vCenter Server, vSphere, and vSAN Licenses",
"description" : "Apply vCenter Server, vSphere, and vSAN Licenses",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.VCDeployment",
"messageKey" : "ApplyVcLicenseAction.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.VCDeployment",
"messageKey" : "ApplyVcLicenseAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.272Z",
"updateTimestamp" : "2019-08-28T08:38:37.272Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_VCDeployment_LicensePlugin_RenameLicense_5",
"processingStateDescription" : "Rename the Applied vCenter License in vCenter Server",
"name" : "Rename the Applied vCenter License in vCenter Server",
"description" : "Rename the Applied vCenter License in vCenter Server",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.VCDeployment",
"messageKey" : "RenameLicense.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.VCDeployment",
"messageKey" : "RenameLicense.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.276Z",
"updateTimestamp" : "2019-08-28T08:38:37.276Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Create vSphere Cluster",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "CreateCluster.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "CreateCluster.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Enable vSphere DRS",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "EnableClusterDrs.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "EnableClusterDrs.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Apply vSAN Dormant License File (DLF)",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "ApplyVsanDlf.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "ApplyVsanDlf.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Apply vSAN License",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "ApplyVsanLicense.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "ApplyVsanLicense.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Generate vSAN License Rename Input Data",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.ManagementClusterConfiguration",
"messageKey" : "GenerateVSANLicenseRenameInputId.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.ManagementClusterConfiguration",
"messageKey" : "GenerateVSANLicenseRenameInputId.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Rename the Applied VSAN License in vCenter Server",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.ManagementClusterConfiguration",
"messageKey" : "RenameVSANLicenseId.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.ManagementClusterConfiguration",
"messageKey" : "RenameVSANLicenseId.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Assign Administrator Privileges to SDDCAdmins Group",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "AuthorizeSddcAdminGroup.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "AuthorizeSddcAdminGroup.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Create vSphere Distributed Switch",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "CreateDvs.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "CreateDvs.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Add ESXi Host to vSphere Cluster",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "AddHostToCluster.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "AddHostToCluster.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Enable/Disable EVC Mode on vSphere Cluster",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "EnableEvc.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "EnableEvc.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Add ESXi Hosts to vSphere Distributed Switch",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "AddHostToDvswitch.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "AddHostToDvswitch.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Create VM Folders",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "CreateVmFolders.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "CreateVmFolders.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Create Network Folders",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "CreateNetworkFolders.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "CreateNetworkFolders.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Create vMotion vmknics",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "CreateVmotionVmknics.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "CreateVmotionVmknics.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Create vSAN vmknics",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "CreateVsanVmknics.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "CreateVsanVmknics.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Configure VLANs on vSphere Distributed Switch Portgroups",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "TagVlanIdsOnPortgroups.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "TagVlanIdsOnPortgroups.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Migrate VMs to vSphere Distributed Switch",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "MigrateVmsToPortgroups.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "MigrateVmsToPortgroups.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Migrate ESXi Host vmknics to vSphere Distributed Switch",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "MigrateHostVmknicsToPortgroups.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "MigrateHostVmknicsToPortgroups.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Detach ESXi Host vmnics from vSphere Standard Switch",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "DetachVmnicFromVswitch.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "DetachVmnicFromVswitch.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Attach ESXi Host vmnics to vSphere Distributed Switch",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "AttachVmnicToDvs.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "AttachVmnicToDvs.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Remove vSphere Standard Switch",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "RemoveVswitch.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "RemoveVswitch.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Update vSAN Hardware Compatability List (HCL) Database",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "UpdateVsanHcl.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "UpdateVsanHcl.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Enable vSAN",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "EnableVsan.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "EnableVsan.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Enable vSAN Deduplication on Cluster",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.VspherePlugin",
"messageKey" : "EnableVsanDedupOnClusterAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.VspherePlugin",
"messageKey" : "EnableVsanDedupOnClusterAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Enable vSAN Storage Policies",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "EnableVsanPolicies.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "EnableVsanPolicies.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Create vSAN Disk Groups",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "VsanClaimDisks.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "VsanClaimDisks.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Create Resource Pools in vCenter Server",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "CreateResourcePool.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "CreateResourcePool.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ApplyEsxLicense",
"processingStateDescription" : "Apply ESXi Host License Key",
"name" : "Apply ESXi Host License Key",
"description" : "Apply ESXi Host License Key",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.ApplyEsxLicense",
"messageKey" : "ApplyEsxiLicenseInVcAction.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.ApplyEsxLicense",
"messageKey" : "ApplyEsxiLicenseInVcAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.321Z",
"updateTimestamp" : "2019-08-28T08:38:37.321Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ApplyEsxLicense",
"processingStateDescription" : "Apply ESXi Host License Key",
"name" : "Generate ESXi License Rename Input Data",
"description" : "Apply ESXi Host License Key",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.ApplyEsxLicense",
"messageKey" : "GenerateLicenseRenameInput.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.ApplyEsxLicense",
"messageKey" : "GenerateLicenseRenameInput.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.321Z",
"updateTimestamp" : "2019-08-28T08:38:37.321Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ApplyEsxLicense",
"processingStateDescription" : "Apply ESXi Host License Key",
"name" : "Rename the Applied ESXi License in vCenter Server",
"description" : "Apply ESXi Host License Key",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.ApplyEsxLicense",
"messageKey" : "RenameLicense.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.ApplyEsxLicense",
"messageKey" : "RenameLicense.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.321Z",
"updateTimestamp" : "2019-08-28T08:38:37.321Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Deploy NSX Manager",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "DeployNsxManager.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "DeployNsxManager.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Generate and Install VMCA Certificate on NSX Manager",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "UploadNsxManagerVmcaCert.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "UploadNsxManagerVmcaCert.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Update NSX Manager TLS Settings",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "UpdateNsxManagerTLSSettings.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "UpdateNsxManagerTLSSettings.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Register NSX Manager with vCenter Server",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action64.NsxServicePluginActionPlugin64",
"messageKey" : "RegisterVcNsx.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action64.NsxServicePluginActionPlugin64",
"messageKey" : "RegisterVcNsx.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Apply NSX Dormant License File (DLF)",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "UploadNsxDlf.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "UploadNsxDlf.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Apply NSX License",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "ApplyNsxLicense.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "ApplyNsxLicense.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Generate NSX License Rename Input Data",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.NSXvConfiguration",
"messageKey" : "GenerateLicenseRenameInputId.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.NSXvConfiguration",
"messageKey" : "GenerateLicenseRenameInputId.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Rename the Applied NSX License in vCenter Server",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.NSXvConfiguration",
"messageKey" : "RenameLicenseId.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.NSXvConfiguration",
"messageKey" : "RenameLicenseId.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Generate NSX Manager Input Data",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.vvd.plugin.VvdPlugin",
"messageKey" : "GenerateNsxInput.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.vvd.plugin.VvdPlugin",
"messageKey" : "GenerateNsxInput.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Configure DNS on the NSX Controller Cluster",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.common.nsx.NsxManagerPlugin",
"messageKey" : "ConfigureControllerDns.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.common.nsx.NsxManagerPlugin",
"messageKey" : "ConfigureControllerDns.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Configure NTP on the NSX Controller Cluster",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.common.nsx.NsxManagerPlugin",
"messageKey" : "ConfigureControllerNtp.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.common.nsx.NsxManagerPlugin",
"messageKey" : "ConfigureControllerNtp.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Create NSX Controller Cluster",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "DeployNsxController.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "DeployNsxController.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Configure VXLAN Transport",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "CreateVxlan.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "CreateVxlan.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Resolve NSX Cluster Issues",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "ResolveNsxClusterIssues.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "ResolveNsxClusterIssues.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Set Universal Sync Role on NSX Manager",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.nsx.NsxPlugin",
"messageKey" : "SetNsxRoleAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.nsx.NsxPlugin",
"messageKey" : "SetNsxRoleAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Create NSX Segment Range",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "CreateNsxSegmentRange.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "CreateNsxSegmentRange.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Create NSX Multicast Range",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.plugin.ConfigureNsxPlugin",
"messageKey" : "CreateMulticastRange.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.plugin.ConfigureNsxPlugin",
"messageKey" : "CreateMulticastRange.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Create NSX Transport Zone",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "CreateNsxTransportZone.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "CreateNsxTransportZone.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Configure SSO on NSX Manager",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "ConfigureSsoOnNSX.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "ConfigureSsoOnNSX.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "GenerateLogInsightInput",
"processingStateDescription" : "Generate vRealize Log Insight Input Data",
"name" : "Generate vRealize Log Insight Input Data",
"description" : "Generate vRealize Log Insight Input Data",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateLogInsightInput.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateLogInsightInput.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.359Z",
"updateTimestamp" : "2019-08-28T08:38:37.359Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_LogInsightDeployment_DeployLogInsightPlugin_DeployLogInsightAction_1",
"processingStateDescription" : "Deploy vRealize Log Insight",
"name" : "Deploy vRealize Log Insight",
"description" : "Deploy vRealize Log Insight",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.DeployLogInsightPlugin",
"messageKey" : "DeployLogInsightAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.DeployLogInsightPlugin",
"messageKey" : "DeployLogInsightAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.364Z",
"updateTimestamp" : "2019-08-28T08:38:37.364Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_LogInsightDeployment_ConfigureLogInsightPlugin_AddLogInsightLicenseAction_2",
"processingStateDescription" : "Apply vRealize Log Insight License",
"name" : "Apply vRealize Log Insight License Action",
"description" : "Apply vRealize Log Insight License",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureLogInsightPlugin",
"messageKey" : "AddLogInsightLicenseAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureLogInsightPlugin",
"messageKey" : "AddLogInsightLicenseAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.368Z",
"updateTimestamp" : "2019-08-28T08:38:37.368Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_LogInsightDeployment_ConfigureLogInsightPlugin_BootstrapLogInsightClusterAction_3",
"processingStateDescription" : "Bootstrap vRealize Log Insight Cluster",
"name" : "Bootstrap vRealize Log Insight Cluster Action",
"description" : "Bootstrap vRealize Log Insight Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureLogInsightPlugin",
"messageKey" : "BootstrapLogInsightClusterAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureLogInsightPlugin",
"messageKey" : "BootstrapLogInsightClusterAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.372Z",
"updateTimestamp" : "2019-08-28T08:38:37.372Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_LogInsightDeployment_ConfigureLogInsightPlugin_GenerateLogInsightCertificateAction_4",
"processingStateDescription" : "Generate and Install VMCA Certificate for vRealize Log Insight",
"name" : "Generate and Install VMCA Certificate for vRealize Log Insight",
"description" : "Generate and Install VMCA Certificate for vRealize Log Insight",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureLogInsightPlugin",
"messageKey" : "GenerateLogInsightCertificateAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureLogInsightPlugin",
"messageKey" : "GenerateLogInsightCertificateAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.377Z",
"updateTimestamp" : "2019-08-28T08:38:37.377Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_LogInsightDeployment_ConfigureLogInsightPlugin_DisableTlsOnLogInsightAction_5",
"processingStateDescription" : "Disable TLS 1.0 on vRealize Log Insight Nodes",
"name" : "Disable TLS 1.0 on vRealize Log Insight Nodes Action",
"description" : "Disable TLS 1.0 on vRealize Log Insight Nodes",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureLogInsightPlugin",
"messageKey" : "DisableTlsOnLogInsightAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureLogInsightPlugin",
"messageKey" : "DisableTlsOnLogInsightAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.381Z",
"updateTimestamp" : "2019-08-28T08:38:37.381Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_LogInsightDeployment_ConfigureLogInsightPlugin_InstallContentPacksInLogInsightAction_6",
"processingStateDescription" : "Install vRealize Log Insight Content Packs",
"name" : "Install vRealize Log Insight Content Packs Action",
"description" : "Install vRealize Log Insight Content Packs",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureLogInsightPlugin",
"messageKey" : "InstallContentPacksInLogInsightAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureLogInsightPlugin",
"messageKey" : "InstallContentPacksInLogInsightAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.385Z",
"updateTimestamp" : "2019-08-28T08:38:37.385Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "GenerateNsxvLogInsightIntegrationInput",
"processingStateDescription" : "Generate NsxvLogInsightIntegration input",
"name" : "Generate NSX for vSphere Integration with vRealize Log Insight Input Data",
"description" : "Generate NsxvLogInsightIntegration input",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateNsxvLogInsightIntegrationInput.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateNsxvLogInsightIntegrationInput.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.389Z",
"updateTimestamp" : "2019-08-28T08:38:37.389Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_NsxvLogInsightIntegration_ConfigureSyslogInNsxPlugin_ConfigureSyslogInNsxManagerAction_1",
"processingStateDescription" : "Configure Syslog Settings for NSX Manager",
"name" : "Configure Syslog Settings for NSX Manager",
"description" : "Configure Syslog Settings for NSX Manager",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureSyslogInNsxPlugin",
"messageKey" : "ConfigureSyslogInNsxManagerAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureSyslogInNsxPlugin",
"messageKey" : "ConfigureSyslogInNsxManagerAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.392Z",
"updateTimestamp" : "2019-08-28T08:38:37.392Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_NsxvLogInsightIntegration_ConfigureSyslogInNsxPlugin_ConfigureSyslogInNsxControllerAction_2",
"processingStateDescription" : "Configure Syslog Settings for NSX Controllers",
"name" : "Configure Syslog Settings for NSX Controllers",
"description" : "Configure Syslog Settings for NSX Controllers",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureSyslogInNsxPlugin",
"messageKey" : "ConfigureSyslogInNsxControllerAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureSyslogInNsxPlugin",
"messageKey" : "ConfigureSyslogInNsxControllerAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.396Z",
"updateTimestamp" : "2019-08-28T08:38:37.396Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "GenerateSddcManagerInput",
"processingStateDescription" : "Generate SDDC Manager Input Data",
"name" : "Generate SDDC Manager Input Data",
"description" : "Generate SDDC Manager Input Data",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateSddcManagerInput.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateSddcManagerInput.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.399Z",
"updateTimestamp" : "2019-08-28T08:38:37.399Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_SDDCManagerConfiguration_SddcManagerContractPlugin_DeploySddcManagerOnClusterAction_1",
"processingStateDescription" : "Deploy SDDC Manager",
"name" : "Deploy SDDC Manager",
"description" : "Deploy SDDC Manager",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "DeploySddcManagerOnClusterAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "DeploySddcManagerOnClusterAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.405Z",
"updateTimestamp" : "2019-08-28T08:38:37.405Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_SDDCManagerConfiguration_SddcManagerContractPlugin_ConfigureLCMRepoOnSddcManagerAction_2",
"processingStateDescription" : "Configure Lifecycle Management Repository on SDDC Manager",
"name" : "Configure Lifecycle Management Repository on SDDC Manager",
"description" : "Configure Lifecycle Management Repository on SDDC Manager",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "ConfigureLCMRepoOnSddcManagerAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "ConfigureLCMRepoOnSddcManagerAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.410Z",
"updateTimestamp" : "2019-08-28T08:38:37.410Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_SDDCManagerConfiguration_HostPlugin_CreateNFSDatastoreOnHostsAction_3",
"processingStateDescription" : "Mount Repository NFS Datastore on ESXi Hosts",
"name" : "Mount Repository NFS Datastore on ESXi Hosts",
"description" : "Mount Repository NFS Datastore on ESXi Hosts",
"localizableNamePack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.HostPlugin",
"messageKey" : "CreateNFSDatastoreOnHostsAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.HostPlugin",
"messageKey" : "CreateNFSDatastoreOnHostsAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.414Z",
"updateTimestamp" : "2019-08-28T08:38:37.414Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_SDDCManagerConfiguration_SddcManagerContractPlugin_ConfigureBaseImageRepoAction_4",
"processingStateDescription" : "Configure Base Install Image Repository on SDDC Manager",
"name" : "Configure Base Install Image Repository on SDDC Manager",
"description" : "Configure Base Install Image Repository on SDDC Manager",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "ConfigureBaseImageRepoAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "ConfigureBaseImageRepoAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.417Z",
"updateTimestamp" : "2019-08-28T08:38:37.417Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_SDDCManagerConfiguration_SddcManagerContractPlugin_InstallVmcaRootCertOnSddcManagerAction_5",
"processingStateDescription" : "Install VMCA Root Certificate on SDDC Manager",
"name" : "Install VMCA Root Certificate on SDDC Manager",
"description" : "Install VMCA Root Certificate on SDDC Manager",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "InstallVmcaRootCertOnSddcManagerAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "InstallVmcaRootCertOnSddcManagerAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.421Z",
"updateTimestamp" : "2019-08-28T08:38:37.421Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_SDDCManagerConfiguration_SddcManagerContractPlugin_InstallSddcManagerVmcaCertificateAction_6",
"processingStateDescription" : "Generate and Install VMCA Certificate on SDDC Manager",
"name" : "Generate and Install VMCA Certificate on SDDC Manager",
"description" : "Generate and Install VMCA Certificate on SDDC Manager",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "InstallSddcManagerVmcaCertificateAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "InstallSddcManagerVmcaCertificateAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.425Z",
"updateTimestamp" : "2019-08-28T08:38:37.425Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "GenerateInventoryForSddcManagerConfiguration",
"processingStateDescription" : "Generate Inventory Data For SDDC Manager Configuration",
"name" : "Generate Inventory data For SDDC Manager Configuration",
"description" : "Generate Inventory Data For SDDC Manager Configuration",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateInventoryForSddcManagerConfiguration.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateInventoryForSddcManagerConfiguration.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.429Z",
"updateTimestamp" : "2019-08-28T08:38:37.429Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_SDDCManagerPostInventory_SddcManagerContractPlugin_PostInventoryAndCredentialsAction_1",
"processingStateDescription" : "Update SDDC Manager Inventory with Credential Details",
"name" : "Update SDDC Manager Inventory with Credential Details",
"description" : "Update SDDC Manager Inventory with Credential Details",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "PostInventoryAndCredentialsAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "PostInventoryAndCredentialsAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.433Z",
"updateTimestamp" : "2019-08-28T08:38:37.433Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_SDDCManagerPostInventory_SddcManagerContractPlugin_PostNetworkPoolInventoryAction_2",
"processingStateDescription" : "Update SDDC Manager Inventory with Network Pool Details",
"name" : "Update SDDC Manager Inventory with Network Pool Details",
"description" : "Update SDDC Manager Inventory with Network Pool Details",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "PostNetworkPoolInventoryAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "PostNetworkPoolInventoryAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.437Z",
"updateTimestamp" : "2019-08-28T08:38:37.437Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_SDDCManagerPostInventory_SddcManagerContractPlugin_PostSddcLicenseInventoryAction_3",
"processingStateDescription" : "Update SDDC Manager Inventory with License Details",
"name" : "Update SDDC Manager Inventory with License Details",
"description" : "Update SDDC Manager Inventory with License Details",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "PostSddcLicenseInventoryAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "PostSddcLicenseInventoryAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.441Z",
"updateTimestamp" : "2019-08-28T08:38:37.441Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_SddcManagerKnownHostsConfiguration_ProxyContractPlugin_ProxyContractAction_17",
"processingStateDescription" : "Automation Helper Action",
"name" : "ProxyContractAction",
"description" : "Automation Helper Action",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.orchestrator.core.recipes.spel.ProxyContractPlugin",
"messageKey" : "ProxyContractAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.orchestrator.core.recipes.spel.ProxyContractPlugin",
"messageKey" : "ProxyContractAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.444Z",
"updateTimestamp" : "2019-08-28T08:38:37.444Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "GenerateSddcManagerInput",
"processingStateDescription" : "Generate SDDC Manager Input Data",
"name" : "Generate SDDC Manager Input Data",
"description" : "Generate SDDC Manager Input Data",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateSddcManagerInput.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateSddcManagerInput.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.447Z",
"updateTimestamp" : "2019-08-28T08:38:37.447Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "GenerateVsphereMachineSshEntities",
"processingStateDescription" : "Generate ESXi Host SSH Key Input Data",
"name" : "Generate ESXi Host SSH Key Input Data",
"description" : "Generate ESXi Host SSH Key Input Data",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateVsphereMachineSshEntities.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateVsphereMachineSshEntities.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.453Z",
"updateTimestamp" : "2019-08-28T08:38:37.453Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_SddcManagerKnownHostsConfiguration_VsphereContractPlugin_RotateMachineSshKeys_2",
"processingStateDescription" : "Rotate ESXi Host SSH Keys",
"name" : "Rotate ESXi Host SSH Keys",
"description" : "Rotate ESXi Host SSH Keys",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.vsphere.contract.VsphereContractPlugin",
"messageKey" : "RotateMachineSshKeys.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.vsphere.contract.VsphereContractPlugin",
"messageKey" : "RotateMachineSshKeys.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.456Z",
"updateTimestamp" : "2019-08-28T08:38:37.456Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_SddcManagerKnownHostsConfiguration_SddcManagerContractPlugin_UpdateKnownHostsOnSddcManager_3",
"processingStateDescription" : "Update Known Hosts in SDDC Manager",
"name" : "Update Known Hosts in SDDC Manager",
"description" : "Update Known Hosts in SDDC Manager",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "UpdateKnownHostsOnSddcManager.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "UpdateKnownHostsOnSddcManager.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.459Z",
"updateTimestamp" : "2019-08-28T08:38:37.459Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "GenerateVsphereInput",
"processingStateDescription" : "Generate vSphere Input Data",
"name" : "Generate vSphere Input Data",
"description" : "Generate vSphere Input Data",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateVsphereInput.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateVsphereInput.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.462Z",
"updateTimestamp" : "2019-08-28T08:38:37.462Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "GenerateSddcManagerInput",
"processingStateDescription" : "Generate SDDC Manager Input Data",
"name" : "Generate SDDC Manager Input Data",
"description" : "Generate SDDC Manager Input Data",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateSddcManagerInput.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateSddcManagerInput.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.465Z",
"updateTimestamp" : "2019-08-28T08:38:37.465Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_VcenterMessagesConfigurations_VsphereContractPlugin_PrepareVcenterMessages_2",
"processingStateDescription" : "Generate Configure vCenter Login Message and Message of the Day Input Data",
"name" : "Generate Configure vCenter Login Message and Message of the Day Input Data",
"description" : "Generate Configure vCenter Login Message and Message of the Day Input Data",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.vsphere.contract.VsphereContractPlugin",
"messageKey" : "PrepareVcenterMessages.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.vsphere.contract.VsphereContractPlugin",
"messageKey" : "PrepareVcenterMessages.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.471Z",
"updateTimestamp" : "2019-08-28T08:38:37.471Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_VcenterMessagesConfigurations_VsphereContractPlugin_ConfigureVcenterMessages_3",
"processingStateDescription" : "Configure vCenter Login Message and Message of the Day",
"name" : "Configure vCenter Login Message and Message of the Day",
"description" : "Configure vCenter Login Message and Message of the Day",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.vsphere.contract.VsphereContractPlugin",
"messageKey" : "ConfigureVcenterMessages.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.vsphere.contract.VsphereContractPlugin",
"messageKey" : "ConfigureVcenterMessages.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.474Z",
"updateTimestamp" : "2019-08-28T08:38:37.474Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "GenerateClusterConfigurationInput",
"processingStateDescription" : "Generate Cluster Configuration Input Data",
"name" : "Generate Post Cluster Configuration Input Data",
"description" : "Generate Cluster Configuration Input Data",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateClusterConfigurationInput.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateClusterConfigurationInput.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.477Z",
"updateTimestamp" : "2019-08-28T08:38:37.477Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "GenerateConfigureDeploymentDetailsActionInput",
"processingStateDescription" : "Generate Configure Deployment Details Action Input Data",
"name" : "Generate Configure Deployment Details Action Input Data",
"description" : "Generate Configure Deployment Details Action Input Data",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateConfigureDeploymentDetailsActionInput.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateConfigureDeploymentDetailsActionInput.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.483Z",
"updateTimestamp" : "2019-08-28T08:38:37.483Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_VspherePlugin_MigrateVmsToFoldersAction_2",
"processingStateDescription" : "Move VMs to VM Folders",
"name" : "Move VMs to VM Folders",
"description" : "Move VMs to VM Folders",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "MigrateVmsToFoldersAction.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "MigrateVmsToFoldersAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.486Z",
"updateTimestamp" : "2019-08-28T08:38:37.486Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_VspherePlugin_MigrateDvsToFolderAction_3",
"processingStateDescription" : "Move vSphere Distributed Switch to Network Folder",
"name" : "Move vSphere Distributed Switch to Network Folder",
"description" : "Move vSphere Distributed Switch to Network Folder",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "MigrateDvsToFolderAction.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "MigrateDvsToFolderAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.489Z",
"updateTimestamp" : "2019-08-28T08:38:37.489Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_VspherePlugin_DisableVsanForceProvisionAction_4",
"processingStateDescription" : "Disable vSAN Force Provisioning",
"name" : "Disable vSAN Force Provisioning",
"description" : "Disable vSAN Force Provisioning",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "DisableVsanForceProvisionAction.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "DisableVsanForceProvisionAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.492Z",
"updateTimestamp" : "2019-08-28T08:38:37.492Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_VspherePlugin_EnableVsanPoliciesAction_5",
"processingStateDescription" : "Enable vSAN Storage Policies",
"name" : "Enable vSAN Storage Policies",
"description" : "Enable vSAN Storage Policies",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "EnableVsanPoliciesAction.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "EnableVsanPoliciesAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.496Z",
"updateTimestamp" : "2019-08-28T08:38:37.496Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_VspherePlugin_RelocateAllVmsToResourcePoolAction_6",
"processingStateDescription" : "Move VMs to Resource Pools",
"name" : "Move VMs to Resource Pools",
"description" : "Move VMs to Resource Pools",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "RelocateAllVmsToResourcePoolAction.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "RelocateAllVmsToResourcePoolAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.499Z",
"updateTimestamp" : "2019-08-28T08:38:37.499Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_VspherePlugin_AdjustResourcePoolReservationAction_7",
"processingStateDescription" : "Set Reservations on Resource Pools",
"name" : "Set Reservations on Resource Pools",
"description" : "Set Reservations on Resource Pools",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "AdjustResourcePoolReservationAction.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "AdjustResourcePoolReservationAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.502Z",
"updateTimestamp" : "2019-08-28T08:38:37.502Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_VcPlugin_EnableClusterHaAction_8",
"processingStateDescription" : "Enable vSphere High Availability",
"name" : "Enable vSphere High Availability",
"description" : "Enable vSphere High Availability",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "EnableClusterHaAction.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "EnableClusterHaAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.505Z",
"updateTimestamp" : "2019-08-28T08:38:37.505Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_VcPlugin_CreateVmAntiAffinityRuleAction_9",
"processingStateDescription" : "Create VM Anti-Affinity Rules",
"name" : "Create VM Anti-Affinity Rules",
"description" : "Create VM Anti-Affinity Rules",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "CreateVmAntiAffinityRuleAction.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "CreateVmAntiAffinityRuleAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.508Z",
"updateTimestamp" : "2019-08-28T08:38:37.508Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_CreatePscVcVmGroupsPlugin_CreatePscVcVmGroupsContractAction_10",
"processingStateDescription" : "Create VM Groups",
"name" : "Create VM Groups",
"description" : "Create VM Groups",
"localizableNamePack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.CreatePscVcVmGroupsPlugin",
"messageKey" : "CreatePscVcVmGroupsContractAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.CreatePscVcVmGroupsPlugin",
"messageKey" : "CreatePscVcVmGroupsContractAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.511Z",
"updateTimestamp" : "2019-08-28T08:38:37.511Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_VspherePlugin_CreateClusterVmsToVmsRuleContractAction_11",
"processingStateDescription" : "Create VM-VM Startup Order Rule",
"name" : "Create VM-VM Startup Order Rule",
"description" : "Create VM-VM Startup Order Rule",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "CreateClusterVmsToVmsRuleContractAction.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "CreateClusterVmsToVmsRuleContractAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.514Z",
"updateTimestamp" : "2019-08-28T08:38:37.514Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_ClusterVmHostPlugin_CreateClusterHostGroupContractAction_12",
"processingStateDescription" : "Create vCenter VM/Host RuleNsxServiceImpl.java",
"name" : "Create vCenter VM/Host Rule",
"description" : "Create vCenter VM/Host RuleNsxServiceImpl.java",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "CreateClusterHostGroupContractAction.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "CreateClusterHostGroupContractAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.517Z",
"updateTimestamp" : "2019-08-28T08:38:37.517Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_ClusterVmHostPlugin_CreateClusterVmHostRuleContractAction_13",
"processingStateDescription" : "Create Platform Services Controller VM/Host Rule",
"name" : "Create Platform Services Controller VM/Host Rule",
"description" : "Create Platform Services Controller VM/Host Rule",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "CreatePSCVMHostRuleActionId.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "CreatePSCVMHostRuleActionId.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.520Z",
"updateTimestamp" : "2019-08-28T08:38:37.520Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_ClusterVmHostPlugin_CreateClusterVmHostRuleContractAction_14",
"processingStateDescription" : "Create Cluster Rule",
"name" : "Create Cluster Rule",
"description" : "Create Cluster Rule",
"localizableNamePack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.ClusterVmHostPlugin",
"messageKey" : "CreateClusterVmHostRuleContractAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.ClusterVmHostPlugin",
"messageKey" : "CreateClusterVmHostRuleContractAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.523Z",
"updateTimestamp" : "2019-08-28T08:38:37.523Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_VcPlugin_ConfigureEsxAdvancedOptionsAction_15",
"processingStateDescription" : "Configure ESXi Advanced Options",
"name" : "Configure ESXi Advanced Options",
"description" : "Configure ESXi Advanced Options",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "ConfigureEsxAdvancedOptionsAction.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "ConfigureEsxAdvancedOptionsAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.526Z",
"updateTimestamp" : "2019-08-28T08:38:37.526Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_VspherePlugin_ReconfigureHAOnClusterAction_16",
"processingStateDescription" : "Reconfigure vSphere High Availability",
"name" : "Reconfigure vSphere High Availability",
"description" : "Reconfigure vSphere High Availability",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "ReconfigureHAOnClusterAction.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "ReconfigureHAOnClusterAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.529Z",
"updateTimestamp" : "2019-08-28T08:38:37.529Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_VspherePlugin_ClearVsanAlarmsOnClusterAction_17",
"processingStateDescription" : "Clear Alarms on vSAN",
"name" : "Clear Alarms on vSAN",
"description" : "Clear Alarms on vSAN",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "ClearVsanAlarmsOnClusterAction.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "ClearVsanAlarmsOnClusterAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.532Z",
"updateTimestamp" : "2019-08-28T08:38:37.532Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_VspherePlugin_ClearRedAlarmsOnHostAction_18",
"processingStateDescription" : "Clear Alerts on Hosts",
"name" : "Clear Alerts on Hosts",
"description" : "Clear Alerts on Hosts",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "ClearRedAlarmsOnHostAction.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "ClearRedAlarmsOnHostAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.535Z",
"updateTimestamp" : "2019-08-28T08:38:37.535Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_VspherePlugin_ConfigureDeploymentDetailsContractAction_19",
"processingStateDescription" : "Set SDDC Deployment Details on the Management vCenter Server",
"name" : "Set SDDC Deployment Details on the Management vCenter Server",
"description" : "Set SDDC Deployment Details on the Management vCenter Server",
"localizableNamePack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.VspherePlugin",
"messageKey" : "ConfigureDeploymentDetailsContractAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.VspherePlugin",
"messageKey" : "ConfigureDeploymentDetailsContractAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.539Z",
"updateTimestamp" : "2019-08-28T08:38:37.539Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "GenerateVsphereInput",
"processingStateDescription" : "Generate vSphere Input Data",
"name" : "Generate vSphere Input Data",
"description" : "Generate vSphere Input Data",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateVsphereInput.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateVsphereInput.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.542Z",
"updateTimestamp" : "2019-08-28T08:38:37.542Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_DisableBashShellOnVcAndPsc_VsphereContractPlugin_DisableBashShell_1",
"processingStateDescription" : "Disable Bash Shell on vCenter Server",
"name" : "Disable Bash Shell on vCenter Server",
"description" : "Disable Bash Shell on vCenter Server",
"localizableNamePack" : {
"component" : "workflowconfig.common_recipes.DisableBashShellOnVcAndPsc",
"messageKey" : "DisableBashShellOnVCenterId.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.common_recipes.DisableBashShellOnVcAndPsc",
"messageKey" : "DisableBashShellOnVCenterId.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.545Z",
"updateTimestamp" : "2019-08-28T08:38:37.545Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_DisableBashShellOnVcAndPsc_VsphereContractPlugin_DisableBashShell_2",
"processingStateDescription" : "Disable Bash Shell on Platform Services Controllers",
"name" : "Disable Bash Shell on Platform Services Controllers",
"description" : "Disable Bash Shell on Platform Services Controllers",
"localizableNamePack" : {
"component" : "workflowconfig.common_recipes.DisableBashShellOnVcAndPsc",
"messageKey" : "DisableBashShellOnPSCsId.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.common_recipes.DisableBashShellOnVcAndPsc",
"messageKey" : "DisableBashShellOnPSCsId.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.548Z",
"updateTimestamp" : "2019-08-28T08:38:37.548Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfigurationForSDDCManager",
"processingStateDescription" : "Configure NSX for vSphere",
"name" : "Add VMs to NSX Distributed Firewall Exclusion List",
"description" : "Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "AddVmsIntoDfwExclusionList.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "AddVmsIntoDfwExclusionList.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.551Z",
"updateTimestamp" : "2019-08-28T08:38:37.551Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXBackupConfiguration",
"processingStateDescription" : "Configure Backup on NSX for vSphere",
"name" : "Configure NSX Manager Backups",
"description" : "Configure Backup on NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.plugin.spi.LcmPlugin",
"messageKey" : "ConfigureBackupForNSX.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.plugin.spi.LcmPlugin",
"messageKey" : "ConfigureBackupForNSX.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.554Z",
"updateTimestamp" : "2019-08-28T08:38:37.554Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "GenerateLogInsightInput",
"processingStateDescription" : "Generate vRealize Log Insight Input Data",
"name" : "Generate vRealize Log Insight Input Data",
"description" : "Generate vRealize Log Insight Input Data",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateLogInsightInput.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateLogInsightInput.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.557Z",
"updateTimestamp" : "2019-08-28T08:38:37.557Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_LogInsightConfiguration_ConfigureLogInsightAgentPlugin_ConfigureSddcManagerInLogInsightAction_1",
"processingStateDescription" : "Configure Syslog Settings for SDDC Manager",
"name" : "Configure Syslog Settings for SDDC Manager",
"description" : "Configure Syslog Settings for SDDC Manager",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureLogInsightAgentPlugin",
"messageKey" : "ConfigureSddcManagerInLogInsightAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureLogInsightAgentPlugin",
"messageKey" : "ConfigureSddcManagerInLogInsightAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.561Z",
"updateTimestamp" : "2019-08-28T08:38:37.561Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_LogInsightConfiguration_ConfigureLogInsightAgentPlugin_ConfigureVCenterInLogInsightWithSyslogAction_2",
"processingStateDescription" : "Configure Syslog Settings for vCenter Server",
"name" : "Configure Syslog Settings for vCenter Server",
"description" : "Configure Syslog Settings for vCenter Server",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureLogInsightAgentPlugin",
"messageKey" : "ConfigureVCenterInLogInsightWithSyslogAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureLogInsightAgentPlugin",
"messageKey" : "ConfigureVCenterInLogInsightWithSyslogAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.565Z",
"updateTimestamp" : "2019-08-28T08:38:37.565Z"
} ]
} ]
}
2.1.3. Get a SDDC
Prerequisites
Note
|
The username and password for Basic Authentication scheme using the Cloud Builder "admin" account. The host in example requests is Cloud Builder address e.g. "sfo01cb01.sfo01.rainpole.local" not the SDDC Manager one. |
-
The following data is required
-
ID of the SDDC
-
Steps
-
Invoke the API.
cURL Request
$ curl 'https://sddc-manager.sfo01.rainpole.local/v1/sddcs/b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a' -i -u 'admin:VMwareInfra@1' -X GET \
-H 'Accept: application/json'
HTTP Request
GET /v1/sddcs/b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a HTTP/1.1
Accept: application/json
Host: sddc-manager.sfo01.rainpole.local
Authorization: Basic YWRtaW46Vk13YXJlSW5mcmFAMQ==
HTTP Response
HTTP/1.1 200 OK
Content-Length: 100905
Content-Type: application/json;charset=UTF-8
{
"id" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"name" : "Bringup-Ems",
"status" : "IN_PROGRESS",
"creationTimestamp" : "2019-08-28T08:38:37.568Z",
"sddcSubTasks" : [ {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "GenerateEsxiForVsanDedupInput",
"processingStateDescription" : "Generate ESXi Host vSAN Deduplication Input Data",
"name" : "Generate ESXi Host vSAN Deduplication Input Data",
"description" : "Generate ESXi Host vSAN Deduplication Input Data",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateEsxiForVsanDedupInput.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateEsxiForVsanDedupInput.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.568Z",
"updateTimestamp" : "2019-08-28T08:38:37.568Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "GenerateEsxiInput",
"processingStateDescription" : "Generate ESXi Host Input Data",
"name" : "Generate ESXi Host Input Data",
"description" : "Generate ESXi Host Input Data",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateEsxiInput.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateEsxiInput.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.216Z",
"updateTimestamp" : "2019-08-28T08:38:37.216Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_InitialEnvironmentSetup_VspherePlugin_PrepareEsxiForVsanDedupAction_2",
"processingStateDescription" : "Prepare ESXi Hosts for vSAN with Deduplication",
"name" : "Prepare ESXi Hosts for vSAN with Deduplication Action",
"description" : "Prepare ESXi Hosts for vSAN with Deduplication",
"localizableNamePack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.VspherePlugin",
"messageKey" : "PrepareEsxiForVsanDedupAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.VspherePlugin",
"messageKey" : "PrepareEsxiForVsanDedupAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.220Z",
"updateTimestamp" : "2019-08-28T08:38:37.220Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_InitialEnvironmentSetup_VspherePlugin_EnableVsanDedupOnFirstHostAction_3",
"processingStateDescription" : "Enable vSAN Deduplication for the First Host",
"name" : "Enable vSAN Deduplication for the First Host Action",
"description" : "Enable vSAN Deduplication for the First Host",
"localizableNamePack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.VspherePlugin",
"messageKey" : "EnableVsanDedupOnFirstHostAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.VspherePlugin",
"messageKey" : "EnableVsanDedupOnFirstHostAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.224Z",
"updateTimestamp" : "2019-08-28T08:38:37.224Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_InitialEnvironmentSetup_HostPlugin_CreateVmPortGroupAction_4",
"processingStateDescription" : "Create 'VM Network' Portgroup on ESXi Hosts",
"name" : "Create 'VM Network' Portgroup on ESXi Hosts",
"description" : "Create 'VM Network' Portgroup on ESXi Hosts",
"localizableNamePack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.HostPlugin",
"messageKey" : "CreateVmPortGroupAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.HostPlugin",
"messageKey" : "CreateVmPortGroupAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.227Z",
"updateTimestamp" : "2019-08-28T08:38:37.227Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_InitialEnvironmentSetup_HostPlugin_ReconfigureHostDnsAction_5",
"processingStateDescription" : "Configure ESXi Host DNS",
"name" : "Configure ESXi Host DNS",
"description" : "Configure ESXi Host DNS",
"localizableNamePack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.HostPlugin",
"messageKey" : "ReconfigureHostDnsAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.HostPlugin",
"messageKey" : "ReconfigureHostDnsAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.231Z",
"updateTimestamp" : "2019-08-28T08:38:37.231Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_InitialEnvironmentSetup_com.vmware.evo.sddc.bringup.plugin.spi.VspherePlugin_DetermineSoftwareVersionAction_6",
"processingStateDescription" : "Determine Software Version on ESXi Hosts",
"name" : "Determine Software Version on ESXi Hosts",
"description" : "Determine Software Version on ESXi Hosts",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "DetermineSoftwareVersionAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "DetermineSoftwareVersionAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.234Z",
"updateTimestamp" : "2019-08-28T08:38:37.234Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "PSCDeploymentInputGeneration",
"processingStateDescription" : "Generate Platform Services Controller Deployment Input Data",
"name" : "Generate Platform Services Controller Deployment Input Data",
"description" : "Generate Platform Services Controller Deployment Input Data",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "PSCDeploymentInputGeneration.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "PSCDeploymentInputGeneration.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.238Z",
"updateTimestamp" : "2019-08-28T08:38:37.238Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PSCDeployment_PscPlugin_DeployPsc1Action_1",
"processingStateDescription" : "Deploy Platform Service Controller",
"name" : "Deploy Platform Service Controller",
"description" : "Deploy Platform Service Controller",
"localizableNamePack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.plugins.PscPlugin",
"messageKey" : "DeployPsc1Action.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.plugins.PscPlugin",
"messageKey" : "DeployPsc1Action.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.243Z",
"updateTimestamp" : "2019-08-28T08:38:37.243Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PSCDeployment_PscPlugin_CreateUserGroupsAction_2",
"processingStateDescription" : "Create Admin User Groups in vsphere.local Domain",
"name" : "Create Admin User Groups in vsphere.local Domain",
"description" : "Create Admin User Groups in vsphere.local Domain",
"localizableNamePack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.plugins.PscPlugin",
"messageKey" : "CreateUserGroupsAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.plugins.PscPlugin",
"messageKey" : "CreateUserGroupsAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.248Z",
"updateTimestamp" : "2019-08-28T08:38:37.248Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_GenerateLicenseRenameInput_ProxyContractPlugin_ProxyContractAction_0",
"processingStateDescription" : "Automation Helper Action",
"name" : "ProxyContractAction",
"description" : "Automation Helper Action",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.orchestrator.core.recipes.spel.ProxyContractPlugin",
"messageKey" : "ProxyContractAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.orchestrator.core.recipes.spel.ProxyContractPlugin",
"messageKey" : "ProxyContractAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.253Z",
"updateTimestamp" : "2019-08-28T08:38:37.253Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "GenerateLicenseRenameInput",
"processingStateDescription" : "Generate license rename input",
"name" : "Generate vCenter License Rename Input Data",
"description" : "Generate license rename input",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.recipes.GenerateLicenseRenameInput",
"messageKey" : "GenerateLicenseRenameInput.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.recipes.GenerateLicenseRenameInput",
"messageKey" : "GenerateLicenseRenameInput.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.258Z",
"updateTimestamp" : "2019-08-28T08:38:37.258Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "GenerateVcDeploymentInput",
"processingStateDescription" : "Generate Vc Deployment Input",
"name" : "Generate vCenter Server Deployment Input Data",
"description" : "Generate Vc Deployment Input",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateVcDeploymentInput.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateVcDeploymentInput.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.264Z",
"updateTimestamp" : "2019-08-28T08:38:37.264Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_VCDeployment_VcPlugin_DeployVcAction_3",
"processingStateDescription" : "Deploy vCenter Server",
"name" : "Deploy vCenter Server",
"description" : "Deploy vCenter Server",
"localizableNamePack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.plugins.VcPlugin",
"messageKey" : "DeployVcAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.plugins.VcPlugin",
"messageKey" : "DeployVcAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.269Z",
"updateTimestamp" : "2019-08-28T08:38:37.269Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_VCDeployment_VcPlugin_ApplyVcLicenseAction_4",
"processingStateDescription" : "Apply vCenter Server, vSphere, and vSAN Licenses",
"name" : "Apply vCenter Server, vSphere, and vSAN Licenses",
"description" : "Apply vCenter Server, vSphere, and vSAN Licenses",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.VCDeployment",
"messageKey" : "ApplyVcLicenseAction.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.VCDeployment",
"messageKey" : "ApplyVcLicenseAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.272Z",
"updateTimestamp" : "2019-08-28T08:38:37.272Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_VCDeployment_LicensePlugin_RenameLicense_5",
"processingStateDescription" : "Rename the Applied vCenter License in vCenter Server",
"name" : "Rename the Applied vCenter License in vCenter Server",
"description" : "Rename the Applied vCenter License in vCenter Server",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.VCDeployment",
"messageKey" : "RenameLicense.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.VCDeployment",
"messageKey" : "RenameLicense.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.276Z",
"updateTimestamp" : "2019-08-28T08:38:37.276Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Create vSphere Cluster",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "CreateCluster.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "CreateCluster.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Enable vSphere DRS",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "EnableClusterDrs.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "EnableClusterDrs.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Apply vSAN Dormant License File (DLF)",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "ApplyVsanDlf.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "ApplyVsanDlf.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Apply vSAN License",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "ApplyVsanLicense.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "ApplyVsanLicense.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Generate vSAN License Rename Input Data",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.ManagementClusterConfiguration",
"messageKey" : "GenerateVSANLicenseRenameInputId.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.ManagementClusterConfiguration",
"messageKey" : "GenerateVSANLicenseRenameInputId.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Rename the Applied VSAN License in vCenter Server",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.ManagementClusterConfiguration",
"messageKey" : "RenameVSANLicenseId.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.ManagementClusterConfiguration",
"messageKey" : "RenameVSANLicenseId.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Assign Administrator Privileges to SDDCAdmins Group",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "AuthorizeSddcAdminGroup.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "AuthorizeSddcAdminGroup.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Create vSphere Distributed Switch",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "CreateDvs.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "CreateDvs.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Add ESXi Host to vSphere Cluster",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "AddHostToCluster.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "AddHostToCluster.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Enable/Disable EVC Mode on vSphere Cluster",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "EnableEvc.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "EnableEvc.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Add ESXi Hosts to vSphere Distributed Switch",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "AddHostToDvswitch.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "AddHostToDvswitch.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Create VM Folders",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "CreateVmFolders.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "CreateVmFolders.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Create Network Folders",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "CreateNetworkFolders.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "CreateNetworkFolders.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Create vMotion vmknics",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "CreateVmotionVmknics.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "CreateVmotionVmknics.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Create vSAN vmknics",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "CreateVsanVmknics.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "CreateVsanVmknics.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Configure VLANs on vSphere Distributed Switch Portgroups",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "TagVlanIdsOnPortgroups.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "TagVlanIdsOnPortgroups.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Migrate VMs to vSphere Distributed Switch",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "MigrateVmsToPortgroups.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "MigrateVmsToPortgroups.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Migrate ESXi Host vmknics to vSphere Distributed Switch",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "MigrateHostVmknicsToPortgroups.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "MigrateHostVmknicsToPortgroups.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Detach ESXi Host vmnics from vSphere Standard Switch",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "DetachVmnicFromVswitch.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "DetachVmnicFromVswitch.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Attach ESXi Host vmnics to vSphere Distributed Switch",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "AttachVmnicToDvs.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "AttachVmnicToDvs.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Remove vSphere Standard Switch",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "RemoveVswitch.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "RemoveVswitch.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Update vSAN Hardware Compatability List (HCL) Database",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "UpdateVsanHcl.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "UpdateVsanHcl.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Enable vSAN",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "EnableVsan.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "EnableVsan.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Enable vSAN Deduplication on Cluster",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.VspherePlugin",
"messageKey" : "EnableVsanDedupOnClusterAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.VspherePlugin",
"messageKey" : "EnableVsanDedupOnClusterAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Enable vSAN Storage Policies",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "EnableVsanPolicies.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "EnableVsanPolicies.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Create vSAN Disk Groups",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "VsanClaimDisks.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "VsanClaimDisks.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Create Resource Pools in vCenter Server",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "CreateResourcePool.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "CreateResourcePool.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ApplyEsxLicense",
"processingStateDescription" : "Apply ESXi Host License Key",
"name" : "Apply ESXi Host License Key",
"description" : "Apply ESXi Host License Key",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.ApplyEsxLicense",
"messageKey" : "ApplyEsxiLicenseInVcAction.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.ApplyEsxLicense",
"messageKey" : "ApplyEsxiLicenseInVcAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.321Z",
"updateTimestamp" : "2019-08-28T08:38:37.321Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ApplyEsxLicense",
"processingStateDescription" : "Apply ESXi Host License Key",
"name" : "Generate ESXi License Rename Input Data",
"description" : "Apply ESXi Host License Key",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.ApplyEsxLicense",
"messageKey" : "GenerateLicenseRenameInput.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.ApplyEsxLicense",
"messageKey" : "GenerateLicenseRenameInput.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.321Z",
"updateTimestamp" : "2019-08-28T08:38:37.321Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ApplyEsxLicense",
"processingStateDescription" : "Apply ESXi Host License Key",
"name" : "Rename the Applied ESXi License in vCenter Server",
"description" : "Apply ESXi Host License Key",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.ApplyEsxLicense",
"messageKey" : "RenameLicense.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.ApplyEsxLicense",
"messageKey" : "RenameLicense.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.321Z",
"updateTimestamp" : "2019-08-28T08:38:37.321Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Deploy NSX Manager",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "DeployNsxManager.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "DeployNsxManager.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Generate and Install VMCA Certificate on NSX Manager",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "UploadNsxManagerVmcaCert.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "UploadNsxManagerVmcaCert.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Update NSX Manager TLS Settings",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "UpdateNsxManagerTLSSettings.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "UpdateNsxManagerTLSSettings.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Register NSX Manager with vCenter Server",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action64.NsxServicePluginActionPlugin64",
"messageKey" : "RegisterVcNsx.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action64.NsxServicePluginActionPlugin64",
"messageKey" : "RegisterVcNsx.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Apply NSX Dormant License File (DLF)",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "UploadNsxDlf.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "UploadNsxDlf.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Apply NSX License",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "ApplyNsxLicense.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "ApplyNsxLicense.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Generate NSX License Rename Input Data",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.NSXvConfiguration",
"messageKey" : "GenerateLicenseRenameInputId.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.NSXvConfiguration",
"messageKey" : "GenerateLicenseRenameInputId.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Rename the Applied NSX License in vCenter Server",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.NSXvConfiguration",
"messageKey" : "RenameLicenseId.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.NSXvConfiguration",
"messageKey" : "RenameLicenseId.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Generate NSX Manager Input Data",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.vvd.plugin.VvdPlugin",
"messageKey" : "GenerateNsxInput.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.vvd.plugin.VvdPlugin",
"messageKey" : "GenerateNsxInput.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Configure DNS on the NSX Controller Cluster",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.common.nsx.NsxManagerPlugin",
"messageKey" : "ConfigureControllerDns.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.common.nsx.NsxManagerPlugin",
"messageKey" : "ConfigureControllerDns.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Configure NTP on the NSX Controller Cluster",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.common.nsx.NsxManagerPlugin",
"messageKey" : "ConfigureControllerNtp.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.common.nsx.NsxManagerPlugin",
"messageKey" : "ConfigureControllerNtp.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Create NSX Controller Cluster",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "DeployNsxController.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "DeployNsxController.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Configure VXLAN Transport",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "CreateVxlan.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "CreateVxlan.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Resolve NSX Cluster Issues",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "ResolveNsxClusterIssues.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "ResolveNsxClusterIssues.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Set Universal Sync Role on NSX Manager",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.nsx.NsxPlugin",
"messageKey" : "SetNsxRoleAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.nsx.NsxPlugin",
"messageKey" : "SetNsxRoleAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Create NSX Segment Range",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "CreateNsxSegmentRange.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "CreateNsxSegmentRange.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Create NSX Multicast Range",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.plugin.ConfigureNsxPlugin",
"messageKey" : "CreateMulticastRange.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.plugin.ConfigureNsxPlugin",
"messageKey" : "CreateMulticastRange.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Create NSX Transport Zone",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "CreateNsxTransportZone.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "CreateNsxTransportZone.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Configure SSO on NSX Manager",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "ConfigureSsoOnNSX.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "ConfigureSsoOnNSX.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "GenerateLogInsightInput",
"processingStateDescription" : "Generate vRealize Log Insight Input Data",
"name" : "Generate vRealize Log Insight Input Data",
"description" : "Generate vRealize Log Insight Input Data",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateLogInsightInput.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateLogInsightInput.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.359Z",
"updateTimestamp" : "2019-08-28T08:38:37.359Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_LogInsightDeployment_DeployLogInsightPlugin_DeployLogInsightAction_1",
"processingStateDescription" : "Deploy vRealize Log Insight",
"name" : "Deploy vRealize Log Insight",
"description" : "Deploy vRealize Log Insight",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.DeployLogInsightPlugin",
"messageKey" : "DeployLogInsightAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.DeployLogInsightPlugin",
"messageKey" : "DeployLogInsightAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.364Z",
"updateTimestamp" : "2019-08-28T08:38:37.364Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_LogInsightDeployment_ConfigureLogInsightPlugin_AddLogInsightLicenseAction_2",
"processingStateDescription" : "Apply vRealize Log Insight License",
"name" : "Apply vRealize Log Insight License Action",
"description" : "Apply vRealize Log Insight License",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureLogInsightPlugin",
"messageKey" : "AddLogInsightLicenseAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureLogInsightPlugin",
"messageKey" : "AddLogInsightLicenseAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.368Z",
"updateTimestamp" : "2019-08-28T08:38:37.368Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_LogInsightDeployment_ConfigureLogInsightPlugin_BootstrapLogInsightClusterAction_3",
"processingStateDescription" : "Bootstrap vRealize Log Insight Cluster",
"name" : "Bootstrap vRealize Log Insight Cluster Action",
"description" : "Bootstrap vRealize Log Insight Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureLogInsightPlugin",
"messageKey" : "BootstrapLogInsightClusterAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureLogInsightPlugin",
"messageKey" : "BootstrapLogInsightClusterAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.372Z",
"updateTimestamp" : "2019-08-28T08:38:37.372Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_LogInsightDeployment_ConfigureLogInsightPlugin_GenerateLogInsightCertificateAction_4",
"processingStateDescription" : "Generate and Install VMCA Certificate for vRealize Log Insight",
"name" : "Generate and Install VMCA Certificate for vRealize Log Insight",
"description" : "Generate and Install VMCA Certificate for vRealize Log Insight",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureLogInsightPlugin",
"messageKey" : "GenerateLogInsightCertificateAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureLogInsightPlugin",
"messageKey" : "GenerateLogInsightCertificateAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.377Z",
"updateTimestamp" : "2019-08-28T08:38:37.377Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_LogInsightDeployment_ConfigureLogInsightPlugin_DisableTlsOnLogInsightAction_5",
"processingStateDescription" : "Disable TLS 1.0 on vRealize Log Insight Nodes",
"name" : "Disable TLS 1.0 on vRealize Log Insight Nodes Action",
"description" : "Disable TLS 1.0 on vRealize Log Insight Nodes",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureLogInsightPlugin",
"messageKey" : "DisableTlsOnLogInsightAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureLogInsightPlugin",
"messageKey" : "DisableTlsOnLogInsightAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.381Z",
"updateTimestamp" : "2019-08-28T08:38:37.381Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_LogInsightDeployment_ConfigureLogInsightPlugin_InstallContentPacksInLogInsightAction_6",
"processingStateDescription" : "Install vRealize Log Insight Content Packs",
"name" : "Install vRealize Log Insight Content Packs Action",
"description" : "Install vRealize Log Insight Content Packs",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureLogInsightPlugin",
"messageKey" : "InstallContentPacksInLogInsightAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureLogInsightPlugin",
"messageKey" : "InstallContentPacksInLogInsightAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.385Z",
"updateTimestamp" : "2019-08-28T08:38:37.385Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "GenerateNsxvLogInsightIntegrationInput",
"processingStateDescription" : "Generate NsxvLogInsightIntegration input",
"name" : "Generate NSX for vSphere Integration with vRealize Log Insight Input Data",
"description" : "Generate NsxvLogInsightIntegration input",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateNsxvLogInsightIntegrationInput.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateNsxvLogInsightIntegrationInput.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.389Z",
"updateTimestamp" : "2019-08-28T08:38:37.389Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_NsxvLogInsightIntegration_ConfigureSyslogInNsxPlugin_ConfigureSyslogInNsxManagerAction_1",
"processingStateDescription" : "Configure Syslog Settings for NSX Manager",
"name" : "Configure Syslog Settings for NSX Manager",
"description" : "Configure Syslog Settings for NSX Manager",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureSyslogInNsxPlugin",
"messageKey" : "ConfigureSyslogInNsxManagerAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureSyslogInNsxPlugin",
"messageKey" : "ConfigureSyslogInNsxManagerAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.392Z",
"updateTimestamp" : "2019-08-28T08:38:37.392Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_NsxvLogInsightIntegration_ConfigureSyslogInNsxPlugin_ConfigureSyslogInNsxControllerAction_2",
"processingStateDescription" : "Configure Syslog Settings for NSX Controllers",
"name" : "Configure Syslog Settings for NSX Controllers",
"description" : "Configure Syslog Settings for NSX Controllers",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureSyslogInNsxPlugin",
"messageKey" : "ConfigureSyslogInNsxControllerAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureSyslogInNsxPlugin",
"messageKey" : "ConfigureSyslogInNsxControllerAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.396Z",
"updateTimestamp" : "2019-08-28T08:38:37.396Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "GenerateSddcManagerInput",
"processingStateDescription" : "Generate SDDC Manager Input Data",
"name" : "Generate SDDC Manager Input Data",
"description" : "Generate SDDC Manager Input Data",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateSddcManagerInput.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateSddcManagerInput.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.399Z",
"updateTimestamp" : "2019-08-28T08:38:37.399Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_SDDCManagerConfiguration_SddcManagerContractPlugin_DeploySddcManagerOnClusterAction_1",
"processingStateDescription" : "Deploy SDDC Manager",
"name" : "Deploy SDDC Manager",
"description" : "Deploy SDDC Manager",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "DeploySddcManagerOnClusterAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "DeploySddcManagerOnClusterAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.405Z",
"updateTimestamp" : "2019-08-28T08:38:37.405Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_SDDCManagerConfiguration_SddcManagerContractPlugin_ConfigureLCMRepoOnSddcManagerAction_2",
"processingStateDescription" : "Configure Lifecycle Management Repository on SDDC Manager",
"name" : "Configure Lifecycle Management Repository on SDDC Manager",
"description" : "Configure Lifecycle Management Repository on SDDC Manager",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "ConfigureLCMRepoOnSddcManagerAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "ConfigureLCMRepoOnSddcManagerAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.410Z",
"updateTimestamp" : "2019-08-28T08:38:37.410Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_SDDCManagerConfiguration_HostPlugin_CreateNFSDatastoreOnHostsAction_3",
"processingStateDescription" : "Mount Repository NFS Datastore on ESXi Hosts",
"name" : "Mount Repository NFS Datastore on ESXi Hosts",
"description" : "Mount Repository NFS Datastore on ESXi Hosts",
"localizableNamePack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.HostPlugin",
"messageKey" : "CreateNFSDatastoreOnHostsAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.HostPlugin",
"messageKey" : "CreateNFSDatastoreOnHostsAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.414Z",
"updateTimestamp" : "2019-08-28T08:38:37.414Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_SDDCManagerConfiguration_SddcManagerContractPlugin_ConfigureBaseImageRepoAction_4",
"processingStateDescription" : "Configure Base Install Image Repository on SDDC Manager",
"name" : "Configure Base Install Image Repository on SDDC Manager",
"description" : "Configure Base Install Image Repository on SDDC Manager",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "ConfigureBaseImageRepoAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "ConfigureBaseImageRepoAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.417Z",
"updateTimestamp" : "2019-08-28T08:38:37.417Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_SDDCManagerConfiguration_SddcManagerContractPlugin_InstallVmcaRootCertOnSddcManagerAction_5",
"processingStateDescription" : "Install VMCA Root Certificate on SDDC Manager",
"name" : "Install VMCA Root Certificate on SDDC Manager",
"description" : "Install VMCA Root Certificate on SDDC Manager",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "InstallVmcaRootCertOnSddcManagerAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "InstallVmcaRootCertOnSddcManagerAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.421Z",
"updateTimestamp" : "2019-08-28T08:38:37.421Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_SDDCManagerConfiguration_SddcManagerContractPlugin_InstallSddcManagerVmcaCertificateAction_6",
"processingStateDescription" : "Generate and Install VMCA Certificate on SDDC Manager",
"name" : "Generate and Install VMCA Certificate on SDDC Manager",
"description" : "Generate and Install VMCA Certificate on SDDC Manager",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "InstallSddcManagerVmcaCertificateAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "InstallSddcManagerVmcaCertificateAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.425Z",
"updateTimestamp" : "2019-08-28T08:38:37.425Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "GenerateInventoryForSddcManagerConfiguration",
"processingStateDescription" : "Generate Inventory Data For SDDC Manager Configuration",
"name" : "Generate Inventory data For SDDC Manager Configuration",
"description" : "Generate Inventory Data For SDDC Manager Configuration",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateInventoryForSddcManagerConfiguration.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateInventoryForSddcManagerConfiguration.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.429Z",
"updateTimestamp" : "2019-08-28T08:38:37.429Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_SDDCManagerPostInventory_SddcManagerContractPlugin_PostInventoryAndCredentialsAction_1",
"processingStateDescription" : "Update SDDC Manager Inventory with Credential Details",
"name" : "Update SDDC Manager Inventory with Credential Details",
"description" : "Update SDDC Manager Inventory with Credential Details",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "PostInventoryAndCredentialsAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "PostInventoryAndCredentialsAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.433Z",
"updateTimestamp" : "2019-08-28T08:38:37.433Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_SDDCManagerPostInventory_SddcManagerContractPlugin_PostNetworkPoolInventoryAction_2",
"processingStateDescription" : "Update SDDC Manager Inventory with Network Pool Details",
"name" : "Update SDDC Manager Inventory with Network Pool Details",
"description" : "Update SDDC Manager Inventory with Network Pool Details",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "PostNetworkPoolInventoryAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "PostNetworkPoolInventoryAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.437Z",
"updateTimestamp" : "2019-08-28T08:38:37.437Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_SDDCManagerPostInventory_SddcManagerContractPlugin_PostSddcLicenseInventoryAction_3",
"processingStateDescription" : "Update SDDC Manager Inventory with License Details",
"name" : "Update SDDC Manager Inventory with License Details",
"description" : "Update SDDC Manager Inventory with License Details",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "PostSddcLicenseInventoryAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "PostSddcLicenseInventoryAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.441Z",
"updateTimestamp" : "2019-08-28T08:38:37.441Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_SddcManagerKnownHostsConfiguration_ProxyContractPlugin_ProxyContractAction_17",
"processingStateDescription" : "Automation Helper Action",
"name" : "ProxyContractAction",
"description" : "Automation Helper Action",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.orchestrator.core.recipes.spel.ProxyContractPlugin",
"messageKey" : "ProxyContractAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.orchestrator.core.recipes.spel.ProxyContractPlugin",
"messageKey" : "ProxyContractAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.444Z",
"updateTimestamp" : "2019-08-28T08:38:37.444Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "GenerateSddcManagerInput",
"processingStateDescription" : "Generate SDDC Manager Input Data",
"name" : "Generate SDDC Manager Input Data",
"description" : "Generate SDDC Manager Input Data",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateSddcManagerInput.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateSddcManagerInput.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.447Z",
"updateTimestamp" : "2019-08-28T08:38:37.447Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "GenerateVsphereMachineSshEntities",
"processingStateDescription" : "Generate ESXi Host SSH Key Input Data",
"name" : "Generate ESXi Host SSH Key Input Data",
"description" : "Generate ESXi Host SSH Key Input Data",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateVsphereMachineSshEntities.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateVsphereMachineSshEntities.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.453Z",
"updateTimestamp" : "2019-08-28T08:38:37.453Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_SddcManagerKnownHostsConfiguration_VsphereContractPlugin_RotateMachineSshKeys_2",
"processingStateDescription" : "Rotate ESXi Host SSH Keys",
"name" : "Rotate ESXi Host SSH Keys",
"description" : "Rotate ESXi Host SSH Keys",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.vsphere.contract.VsphereContractPlugin",
"messageKey" : "RotateMachineSshKeys.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.vsphere.contract.VsphereContractPlugin",
"messageKey" : "RotateMachineSshKeys.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.456Z",
"updateTimestamp" : "2019-08-28T08:38:37.456Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_SddcManagerKnownHostsConfiguration_SddcManagerContractPlugin_UpdateKnownHostsOnSddcManager_3",
"processingStateDescription" : "Update Known Hosts in SDDC Manager",
"name" : "Update Known Hosts in SDDC Manager",
"description" : "Update Known Hosts in SDDC Manager",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "UpdateKnownHostsOnSddcManager.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "UpdateKnownHostsOnSddcManager.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.459Z",
"updateTimestamp" : "2019-08-28T08:38:37.459Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "GenerateVsphereInput",
"processingStateDescription" : "Generate vSphere Input Data",
"name" : "Generate vSphere Input Data",
"description" : "Generate vSphere Input Data",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateVsphereInput.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateVsphereInput.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.462Z",
"updateTimestamp" : "2019-08-28T08:38:37.462Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "GenerateSddcManagerInput",
"processingStateDescription" : "Generate SDDC Manager Input Data",
"name" : "Generate SDDC Manager Input Data",
"description" : "Generate SDDC Manager Input Data",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateSddcManagerInput.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateSddcManagerInput.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.465Z",
"updateTimestamp" : "2019-08-28T08:38:37.465Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_VcenterMessagesConfigurations_VsphereContractPlugin_PrepareVcenterMessages_2",
"processingStateDescription" : "Generate Configure vCenter Login Message and Message of the Day Input Data",
"name" : "Generate Configure vCenter Login Message and Message of the Day Input Data",
"description" : "Generate Configure vCenter Login Message and Message of the Day Input Data",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.vsphere.contract.VsphereContractPlugin",
"messageKey" : "PrepareVcenterMessages.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.vsphere.contract.VsphereContractPlugin",
"messageKey" : "PrepareVcenterMessages.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.471Z",
"updateTimestamp" : "2019-08-28T08:38:37.471Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_VcenterMessagesConfigurations_VsphereContractPlugin_ConfigureVcenterMessages_3",
"processingStateDescription" : "Configure vCenter Login Message and Message of the Day",
"name" : "Configure vCenter Login Message and Message of the Day",
"description" : "Configure vCenter Login Message and Message of the Day",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.vsphere.contract.VsphereContractPlugin",
"messageKey" : "ConfigureVcenterMessages.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.vsphere.contract.VsphereContractPlugin",
"messageKey" : "ConfigureVcenterMessages.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.474Z",
"updateTimestamp" : "2019-08-28T08:38:37.474Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "GenerateClusterConfigurationInput",
"processingStateDescription" : "Generate Cluster Configuration Input Data",
"name" : "Generate Post Cluster Configuration Input Data",
"description" : "Generate Cluster Configuration Input Data",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateClusterConfigurationInput.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateClusterConfigurationInput.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.477Z",
"updateTimestamp" : "2019-08-28T08:38:37.477Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "GenerateConfigureDeploymentDetailsActionInput",
"processingStateDescription" : "Generate Configure Deployment Details Action Input Data",
"name" : "Generate Configure Deployment Details Action Input Data",
"description" : "Generate Configure Deployment Details Action Input Data",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateConfigureDeploymentDetailsActionInput.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateConfigureDeploymentDetailsActionInput.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.483Z",
"updateTimestamp" : "2019-08-28T08:38:37.483Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_VspherePlugin_MigrateVmsToFoldersAction_2",
"processingStateDescription" : "Move VMs to VM Folders",
"name" : "Move VMs to VM Folders",
"description" : "Move VMs to VM Folders",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "MigrateVmsToFoldersAction.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "MigrateVmsToFoldersAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.486Z",
"updateTimestamp" : "2019-08-28T08:38:37.486Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_VspherePlugin_MigrateDvsToFolderAction_3",
"processingStateDescription" : "Move vSphere Distributed Switch to Network Folder",
"name" : "Move vSphere Distributed Switch to Network Folder",
"description" : "Move vSphere Distributed Switch to Network Folder",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "MigrateDvsToFolderAction.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "MigrateDvsToFolderAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.489Z",
"updateTimestamp" : "2019-08-28T08:38:37.489Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_VspherePlugin_DisableVsanForceProvisionAction_4",
"processingStateDescription" : "Disable vSAN Force Provisioning",
"name" : "Disable vSAN Force Provisioning",
"description" : "Disable vSAN Force Provisioning",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "DisableVsanForceProvisionAction.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "DisableVsanForceProvisionAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.492Z",
"updateTimestamp" : "2019-08-28T08:38:37.492Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_VspherePlugin_EnableVsanPoliciesAction_5",
"processingStateDescription" : "Enable vSAN Storage Policies",
"name" : "Enable vSAN Storage Policies",
"description" : "Enable vSAN Storage Policies",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "EnableVsanPoliciesAction.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "EnableVsanPoliciesAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.496Z",
"updateTimestamp" : "2019-08-28T08:38:37.496Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_VspherePlugin_RelocateAllVmsToResourcePoolAction_6",
"processingStateDescription" : "Move VMs to Resource Pools",
"name" : "Move VMs to Resource Pools",
"description" : "Move VMs to Resource Pools",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "RelocateAllVmsToResourcePoolAction.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "RelocateAllVmsToResourcePoolAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.499Z",
"updateTimestamp" : "2019-08-28T08:38:37.499Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_VspherePlugin_AdjustResourcePoolReservationAction_7",
"processingStateDescription" : "Set Reservations on Resource Pools",
"name" : "Set Reservations on Resource Pools",
"description" : "Set Reservations on Resource Pools",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "AdjustResourcePoolReservationAction.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "AdjustResourcePoolReservationAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.502Z",
"updateTimestamp" : "2019-08-28T08:38:37.502Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_VcPlugin_EnableClusterHaAction_8",
"processingStateDescription" : "Enable vSphere High Availability",
"name" : "Enable vSphere High Availability",
"description" : "Enable vSphere High Availability",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "EnableClusterHaAction.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "EnableClusterHaAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.505Z",
"updateTimestamp" : "2019-08-28T08:38:37.505Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_VcPlugin_CreateVmAntiAffinityRuleAction_9",
"processingStateDescription" : "Create VM Anti-Affinity Rules",
"name" : "Create VM Anti-Affinity Rules",
"description" : "Create VM Anti-Affinity Rules",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "CreateVmAntiAffinityRuleAction.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "CreateVmAntiAffinityRuleAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.508Z",
"updateTimestamp" : "2019-08-28T08:38:37.508Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_CreatePscVcVmGroupsPlugin_CreatePscVcVmGroupsContractAction_10",
"processingStateDescription" : "Create VM Groups",
"name" : "Create VM Groups",
"description" : "Create VM Groups",
"localizableNamePack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.CreatePscVcVmGroupsPlugin",
"messageKey" : "CreatePscVcVmGroupsContractAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.CreatePscVcVmGroupsPlugin",
"messageKey" : "CreatePscVcVmGroupsContractAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.511Z",
"updateTimestamp" : "2019-08-28T08:38:37.511Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_VspherePlugin_CreateClusterVmsToVmsRuleContractAction_11",
"processingStateDescription" : "Create VM-VM Startup Order Rule",
"name" : "Create VM-VM Startup Order Rule",
"description" : "Create VM-VM Startup Order Rule",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "CreateClusterVmsToVmsRuleContractAction.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "CreateClusterVmsToVmsRuleContractAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.514Z",
"updateTimestamp" : "2019-08-28T08:38:37.514Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_ClusterVmHostPlugin_CreateClusterHostGroupContractAction_12",
"processingStateDescription" : "Create vCenter VM/Host RuleNsxServiceImpl.java",
"name" : "Create vCenter VM/Host Rule",
"description" : "Create vCenter VM/Host RuleNsxServiceImpl.java",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "CreateClusterHostGroupContractAction.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "CreateClusterHostGroupContractAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.517Z",
"updateTimestamp" : "2019-08-28T08:38:37.517Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_ClusterVmHostPlugin_CreateClusterVmHostRuleContractAction_13",
"processingStateDescription" : "Create Platform Services Controller VM/Host Rule",
"name" : "Create Platform Services Controller VM/Host Rule",
"description" : "Create Platform Services Controller VM/Host Rule",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "CreatePSCVMHostRuleActionId.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "CreatePSCVMHostRuleActionId.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.520Z",
"updateTimestamp" : "2019-08-28T08:38:37.520Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_ClusterVmHostPlugin_CreateClusterVmHostRuleContractAction_14",
"processingStateDescription" : "Create Cluster Rule",
"name" : "Create Cluster Rule",
"description" : "Create Cluster Rule",
"localizableNamePack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.ClusterVmHostPlugin",
"messageKey" : "CreateClusterVmHostRuleContractAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.ClusterVmHostPlugin",
"messageKey" : "CreateClusterVmHostRuleContractAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.523Z",
"updateTimestamp" : "2019-08-28T08:38:37.523Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_VcPlugin_ConfigureEsxAdvancedOptionsAction_15",
"processingStateDescription" : "Configure ESXi Advanced Options",
"name" : "Configure ESXi Advanced Options",
"description" : "Configure ESXi Advanced Options",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "ConfigureEsxAdvancedOptionsAction.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "ConfigureEsxAdvancedOptionsAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.526Z",
"updateTimestamp" : "2019-08-28T08:38:37.526Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_VspherePlugin_ReconfigureHAOnClusterAction_16",
"processingStateDescription" : "Reconfigure vSphere High Availability",
"name" : "Reconfigure vSphere High Availability",
"description" : "Reconfigure vSphere High Availability",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "ReconfigureHAOnClusterAction.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "ReconfigureHAOnClusterAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.529Z",
"updateTimestamp" : "2019-08-28T08:38:37.529Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_VspherePlugin_ClearVsanAlarmsOnClusterAction_17",
"processingStateDescription" : "Clear Alarms on vSAN",
"name" : "Clear Alarms on vSAN",
"description" : "Clear Alarms on vSAN",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "ClearVsanAlarmsOnClusterAction.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "ClearVsanAlarmsOnClusterAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.532Z",
"updateTimestamp" : "2019-08-28T08:38:37.532Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_VspherePlugin_ClearRedAlarmsOnHostAction_18",
"processingStateDescription" : "Clear Alerts on Hosts",
"name" : "Clear Alerts on Hosts",
"description" : "Clear Alerts on Hosts",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "ClearRedAlarmsOnHostAction.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "ClearRedAlarmsOnHostAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.535Z",
"updateTimestamp" : "2019-08-28T08:38:37.535Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_VspherePlugin_ConfigureDeploymentDetailsContractAction_19",
"processingStateDescription" : "Set SDDC Deployment Details on the Management vCenter Server",
"name" : "Set SDDC Deployment Details on the Management vCenter Server",
"description" : "Set SDDC Deployment Details on the Management vCenter Server",
"localizableNamePack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.VspherePlugin",
"messageKey" : "ConfigureDeploymentDetailsContractAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.VspherePlugin",
"messageKey" : "ConfigureDeploymentDetailsContractAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.539Z",
"updateTimestamp" : "2019-08-28T08:38:37.539Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "GenerateVsphereInput",
"processingStateDescription" : "Generate vSphere Input Data",
"name" : "Generate vSphere Input Data",
"description" : "Generate vSphere Input Data",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateVsphereInput.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateVsphereInput.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.542Z",
"updateTimestamp" : "2019-08-28T08:38:37.542Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_DisableBashShellOnVcAndPsc_VsphereContractPlugin_DisableBashShell_1",
"processingStateDescription" : "Disable Bash Shell on vCenter Server",
"name" : "Disable Bash Shell on vCenter Server",
"description" : "Disable Bash Shell on vCenter Server",
"localizableNamePack" : {
"component" : "workflowconfig.common_recipes.DisableBashShellOnVcAndPsc",
"messageKey" : "DisableBashShellOnVCenterId.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.common_recipes.DisableBashShellOnVcAndPsc",
"messageKey" : "DisableBashShellOnVCenterId.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.545Z",
"updateTimestamp" : "2019-08-28T08:38:37.545Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_DisableBashShellOnVcAndPsc_VsphereContractPlugin_DisableBashShell_2",
"processingStateDescription" : "Disable Bash Shell on Platform Services Controllers",
"name" : "Disable Bash Shell on Platform Services Controllers",
"description" : "Disable Bash Shell on Platform Services Controllers",
"localizableNamePack" : {
"component" : "workflowconfig.common_recipes.DisableBashShellOnVcAndPsc",
"messageKey" : "DisableBashShellOnPSCsId.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.common_recipes.DisableBashShellOnVcAndPsc",
"messageKey" : "DisableBashShellOnPSCsId.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.548Z",
"updateTimestamp" : "2019-08-28T08:38:37.548Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfigurationForSDDCManager",
"processingStateDescription" : "Configure NSX for vSphere",
"name" : "Add VMs to NSX Distributed Firewall Exclusion List",
"description" : "Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "AddVmsIntoDfwExclusionList.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "AddVmsIntoDfwExclusionList.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.551Z",
"updateTimestamp" : "2019-08-28T08:38:37.551Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXBackupConfiguration",
"processingStateDescription" : "Configure Backup on NSX for vSphere",
"name" : "Configure NSX Manager Backups",
"description" : "Configure Backup on NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.plugin.spi.LcmPlugin",
"messageKey" : "ConfigureBackupForNSX.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.plugin.spi.LcmPlugin",
"messageKey" : "ConfigureBackupForNSX.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.554Z",
"updateTimestamp" : "2019-08-28T08:38:37.554Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "GenerateLogInsightInput",
"processingStateDescription" : "Generate vRealize Log Insight Input Data",
"name" : "Generate vRealize Log Insight Input Data",
"description" : "Generate vRealize Log Insight Input Data",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateLogInsightInput.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateLogInsightInput.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.557Z",
"updateTimestamp" : "2019-08-28T08:38:37.557Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_LogInsightConfiguration_ConfigureLogInsightAgentPlugin_ConfigureSddcManagerInLogInsightAction_1",
"processingStateDescription" : "Configure Syslog Settings for SDDC Manager",
"name" : "Configure Syslog Settings for SDDC Manager",
"description" : "Configure Syslog Settings for SDDC Manager",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureLogInsightAgentPlugin",
"messageKey" : "ConfigureSddcManagerInLogInsightAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureLogInsightAgentPlugin",
"messageKey" : "ConfigureSddcManagerInLogInsightAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.561Z",
"updateTimestamp" : "2019-08-28T08:38:37.561Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_LogInsightConfiguration_ConfigureLogInsightAgentPlugin_ConfigureVCenterInLogInsightWithSyslogAction_2",
"processingStateDescription" : "Configure Syslog Settings for vCenter Server",
"name" : "Configure Syslog Settings for vCenter Server",
"description" : "Configure Syslog Settings for vCenter Server",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureLogInsightAgentPlugin",
"messageKey" : "ConfigureVCenterInLogInsightWithSyslogAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureLogInsightAgentPlugin",
"messageKey" : "ConfigureVCenterInLogInsightWithSyslogAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.565Z",
"updateTimestamp" : "2019-08-28T08:38:37.565Z"
} ]
}
2.1.4. Retry a SDDC creation
Used to retry a failed SDDC creation task/workflow.
Prerequisites
Note
|
The username and password for Basic Authentication scheme using the Cloud Builder "admin" account. The host in example requests is Cloud Builder address e.g. "sfo01cb01.sfo01.rainpole.local" not the SDDC Manager one. |
-
The following data is required
-
ID of the failed task
-
-
The following data is optional
-
SDDC deployment details
-
Tip
|
Refer to: SddcSpec. |
Note
|
If the SDDC creation details are provided retry of the SDDC creation is performed with the updated information. |
Steps
-
Invoke the API without providing SDDC creation details
cURL Request
$ curl 'https://sddc-manager.sfo01.rainpole.local/v1/sddcs/b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a' -i -u 'admin:VMwareInfra@1' -X PATCH \
-H 'Accept: application/json'
HTTP Request
PATCH /v1/sddcs/b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a HTTP/1.1
Accept: application/json
Host: sddc-manager.sfo01.rainpole.local
Authorization: Basic YWRtaW46Vk13YXJlSW5mcmFAMQ==
HTTP Response
HTTP/1.1 200 OK
Content-Length: 100905
Content-Type: application/json;charset=UTF-8
{
"id" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"name" : "Bringup-Ems",
"status" : "IN_PROGRESS",
"creationTimestamp" : "2019-08-28T08:38:37.568Z",
"sddcSubTasks" : [ {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "GenerateEsxiForVsanDedupInput",
"processingStateDescription" : "Generate ESXi Host vSAN Deduplication Input Data",
"name" : "Generate ESXi Host vSAN Deduplication Input Data",
"description" : "Generate ESXi Host vSAN Deduplication Input Data",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateEsxiForVsanDedupInput.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateEsxiForVsanDedupInput.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.568Z",
"updateTimestamp" : "2019-08-28T08:38:37.568Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "GenerateEsxiInput",
"processingStateDescription" : "Generate ESXi Host Input Data",
"name" : "Generate ESXi Host Input Data",
"description" : "Generate ESXi Host Input Data",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateEsxiInput.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateEsxiInput.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.216Z",
"updateTimestamp" : "2019-08-28T08:38:37.216Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_InitialEnvironmentSetup_VspherePlugin_PrepareEsxiForVsanDedupAction_2",
"processingStateDescription" : "Prepare ESXi Hosts for vSAN with Deduplication",
"name" : "Prepare ESXi Hosts for vSAN with Deduplication Action",
"description" : "Prepare ESXi Hosts for vSAN with Deduplication",
"localizableNamePack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.VspherePlugin",
"messageKey" : "PrepareEsxiForVsanDedupAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.VspherePlugin",
"messageKey" : "PrepareEsxiForVsanDedupAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.220Z",
"updateTimestamp" : "2019-08-28T08:38:37.220Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_InitialEnvironmentSetup_VspherePlugin_EnableVsanDedupOnFirstHostAction_3",
"processingStateDescription" : "Enable vSAN Deduplication for the First Host",
"name" : "Enable vSAN Deduplication for the First Host Action",
"description" : "Enable vSAN Deduplication for the First Host",
"localizableNamePack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.VspherePlugin",
"messageKey" : "EnableVsanDedupOnFirstHostAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.VspherePlugin",
"messageKey" : "EnableVsanDedupOnFirstHostAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.224Z",
"updateTimestamp" : "2019-08-28T08:38:37.224Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_InitialEnvironmentSetup_HostPlugin_CreateVmPortGroupAction_4",
"processingStateDescription" : "Create 'VM Network' Portgroup on ESXi Hosts",
"name" : "Create 'VM Network' Portgroup on ESXi Hosts",
"description" : "Create 'VM Network' Portgroup on ESXi Hosts",
"localizableNamePack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.HostPlugin",
"messageKey" : "CreateVmPortGroupAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.HostPlugin",
"messageKey" : "CreateVmPortGroupAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.227Z",
"updateTimestamp" : "2019-08-28T08:38:37.227Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_InitialEnvironmentSetup_HostPlugin_ReconfigureHostDnsAction_5",
"processingStateDescription" : "Configure ESXi Host DNS",
"name" : "Configure ESXi Host DNS",
"description" : "Configure ESXi Host DNS",
"localizableNamePack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.HostPlugin",
"messageKey" : "ReconfigureHostDnsAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.HostPlugin",
"messageKey" : "ReconfigureHostDnsAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.231Z",
"updateTimestamp" : "2019-08-28T08:38:37.231Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_InitialEnvironmentSetup_com.vmware.evo.sddc.bringup.plugin.spi.VspherePlugin_DetermineSoftwareVersionAction_6",
"processingStateDescription" : "Determine Software Version on ESXi Hosts",
"name" : "Determine Software Version on ESXi Hosts",
"description" : "Determine Software Version on ESXi Hosts",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "DetermineSoftwareVersionAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "DetermineSoftwareVersionAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.234Z",
"updateTimestamp" : "2019-08-28T08:38:37.234Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "PSCDeploymentInputGeneration",
"processingStateDescription" : "Generate Platform Services Controller Deployment Input Data",
"name" : "Generate Platform Services Controller Deployment Input Data",
"description" : "Generate Platform Services Controller Deployment Input Data",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "PSCDeploymentInputGeneration.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "PSCDeploymentInputGeneration.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.238Z",
"updateTimestamp" : "2019-08-28T08:38:37.238Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PSCDeployment_PscPlugin_DeployPsc1Action_1",
"processingStateDescription" : "Deploy Platform Service Controller",
"name" : "Deploy Platform Service Controller",
"description" : "Deploy Platform Service Controller",
"localizableNamePack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.plugins.PscPlugin",
"messageKey" : "DeployPsc1Action.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.plugins.PscPlugin",
"messageKey" : "DeployPsc1Action.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.243Z",
"updateTimestamp" : "2019-08-28T08:38:37.243Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PSCDeployment_PscPlugin_CreateUserGroupsAction_2",
"processingStateDescription" : "Create Admin User Groups in vsphere.local Domain",
"name" : "Create Admin User Groups in vsphere.local Domain",
"description" : "Create Admin User Groups in vsphere.local Domain",
"localizableNamePack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.plugins.PscPlugin",
"messageKey" : "CreateUserGroupsAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.plugins.PscPlugin",
"messageKey" : "CreateUserGroupsAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.248Z",
"updateTimestamp" : "2019-08-28T08:38:37.248Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_GenerateLicenseRenameInput_ProxyContractPlugin_ProxyContractAction_0",
"processingStateDescription" : "Automation Helper Action",
"name" : "ProxyContractAction",
"description" : "Automation Helper Action",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.orchestrator.core.recipes.spel.ProxyContractPlugin",
"messageKey" : "ProxyContractAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.orchestrator.core.recipes.spel.ProxyContractPlugin",
"messageKey" : "ProxyContractAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.253Z",
"updateTimestamp" : "2019-08-28T08:38:37.253Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "GenerateLicenseRenameInput",
"processingStateDescription" : "Generate license rename input",
"name" : "Generate vCenter License Rename Input Data",
"description" : "Generate license rename input",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.recipes.GenerateLicenseRenameInput",
"messageKey" : "GenerateLicenseRenameInput.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.recipes.GenerateLicenseRenameInput",
"messageKey" : "GenerateLicenseRenameInput.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.258Z",
"updateTimestamp" : "2019-08-28T08:38:37.258Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "GenerateVcDeploymentInput",
"processingStateDescription" : "Generate Vc Deployment Input",
"name" : "Generate vCenter Server Deployment Input Data",
"description" : "Generate Vc Deployment Input",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateVcDeploymentInput.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateVcDeploymentInput.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.264Z",
"updateTimestamp" : "2019-08-28T08:38:37.264Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_VCDeployment_VcPlugin_DeployVcAction_3",
"processingStateDescription" : "Deploy vCenter Server",
"name" : "Deploy vCenter Server",
"description" : "Deploy vCenter Server",
"localizableNamePack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.plugins.VcPlugin",
"messageKey" : "DeployVcAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.plugins.VcPlugin",
"messageKey" : "DeployVcAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.269Z",
"updateTimestamp" : "2019-08-28T08:38:37.269Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_VCDeployment_VcPlugin_ApplyVcLicenseAction_4",
"processingStateDescription" : "Apply vCenter Server, vSphere, and vSAN Licenses",
"name" : "Apply vCenter Server, vSphere, and vSAN Licenses",
"description" : "Apply vCenter Server, vSphere, and vSAN Licenses",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.VCDeployment",
"messageKey" : "ApplyVcLicenseAction.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.VCDeployment",
"messageKey" : "ApplyVcLicenseAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.272Z",
"updateTimestamp" : "2019-08-28T08:38:37.272Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_VCDeployment_LicensePlugin_RenameLicense_5",
"processingStateDescription" : "Rename the Applied vCenter License in vCenter Server",
"name" : "Rename the Applied vCenter License in vCenter Server",
"description" : "Rename the Applied vCenter License in vCenter Server",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.VCDeployment",
"messageKey" : "RenameLicense.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.VCDeployment",
"messageKey" : "RenameLicense.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.276Z",
"updateTimestamp" : "2019-08-28T08:38:37.276Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Create vSphere Cluster",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "CreateCluster.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "CreateCluster.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Enable vSphere DRS",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "EnableClusterDrs.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "EnableClusterDrs.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Apply vSAN Dormant License File (DLF)",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "ApplyVsanDlf.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "ApplyVsanDlf.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Apply vSAN License",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "ApplyVsanLicense.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "ApplyVsanLicense.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Generate vSAN License Rename Input Data",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.ManagementClusterConfiguration",
"messageKey" : "GenerateVSANLicenseRenameInputId.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.ManagementClusterConfiguration",
"messageKey" : "GenerateVSANLicenseRenameInputId.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Rename the Applied VSAN License in vCenter Server",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.ManagementClusterConfiguration",
"messageKey" : "RenameVSANLicenseId.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.ManagementClusterConfiguration",
"messageKey" : "RenameVSANLicenseId.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Assign Administrator Privileges to SDDCAdmins Group",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "AuthorizeSddcAdminGroup.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "AuthorizeSddcAdminGroup.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Create vSphere Distributed Switch",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "CreateDvs.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "CreateDvs.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Add ESXi Host to vSphere Cluster",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "AddHostToCluster.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "AddHostToCluster.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Enable/Disable EVC Mode on vSphere Cluster",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "EnableEvc.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "EnableEvc.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Add ESXi Hosts to vSphere Distributed Switch",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "AddHostToDvswitch.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "AddHostToDvswitch.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Create VM Folders",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "CreateVmFolders.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "CreateVmFolders.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Create Network Folders",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "CreateNetworkFolders.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "CreateNetworkFolders.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Create vMotion vmknics",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "CreateVmotionVmknics.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "CreateVmotionVmknics.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Create vSAN vmknics",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "CreateVsanVmknics.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "CreateVsanVmknics.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Configure VLANs on vSphere Distributed Switch Portgroups",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "TagVlanIdsOnPortgroups.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "TagVlanIdsOnPortgroups.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Migrate VMs to vSphere Distributed Switch",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "MigrateVmsToPortgroups.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "MigrateVmsToPortgroups.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Migrate ESXi Host vmknics to vSphere Distributed Switch",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "MigrateHostVmknicsToPortgroups.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "MigrateHostVmknicsToPortgroups.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Detach ESXi Host vmnics from vSphere Standard Switch",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "DetachVmnicFromVswitch.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "DetachVmnicFromVswitch.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Attach ESXi Host vmnics to vSphere Distributed Switch",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "AttachVmnicToDvs.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "AttachVmnicToDvs.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Remove vSphere Standard Switch",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "RemoveVswitch.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "RemoveVswitch.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Update vSAN Hardware Compatability List (HCL) Database",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "UpdateVsanHcl.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "UpdateVsanHcl.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Enable vSAN",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "EnableVsan.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "EnableVsan.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Enable vSAN Deduplication on Cluster",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.VspherePlugin",
"messageKey" : "EnableVsanDedupOnClusterAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.VspherePlugin",
"messageKey" : "EnableVsanDedupOnClusterAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Enable vSAN Storage Policies",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "EnableVsanPolicies.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "EnableVsanPolicies.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Create vSAN Disk Groups",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "VsanClaimDisks.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "VsanClaimDisks.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Create Resource Pools in vCenter Server",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "CreateResourcePool.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "CreateResourcePool.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ApplyEsxLicense",
"processingStateDescription" : "Apply ESXi Host License Key",
"name" : "Apply ESXi Host License Key",
"description" : "Apply ESXi Host License Key",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.ApplyEsxLicense",
"messageKey" : "ApplyEsxiLicenseInVcAction.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.ApplyEsxLicense",
"messageKey" : "ApplyEsxiLicenseInVcAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.321Z",
"updateTimestamp" : "2019-08-28T08:38:37.321Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ApplyEsxLicense",
"processingStateDescription" : "Apply ESXi Host License Key",
"name" : "Generate ESXi License Rename Input Data",
"description" : "Apply ESXi Host License Key",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.ApplyEsxLicense",
"messageKey" : "GenerateLicenseRenameInput.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.ApplyEsxLicense",
"messageKey" : "GenerateLicenseRenameInput.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.321Z",
"updateTimestamp" : "2019-08-28T08:38:37.321Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ApplyEsxLicense",
"processingStateDescription" : "Apply ESXi Host License Key",
"name" : "Rename the Applied ESXi License in vCenter Server",
"description" : "Apply ESXi Host License Key",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.ApplyEsxLicense",
"messageKey" : "RenameLicense.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.ApplyEsxLicense",
"messageKey" : "RenameLicense.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.321Z",
"updateTimestamp" : "2019-08-28T08:38:37.321Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Deploy NSX Manager",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "DeployNsxManager.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "DeployNsxManager.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Generate and Install VMCA Certificate on NSX Manager",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "UploadNsxManagerVmcaCert.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "UploadNsxManagerVmcaCert.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Update NSX Manager TLS Settings",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "UpdateNsxManagerTLSSettings.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "UpdateNsxManagerTLSSettings.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Register NSX Manager with vCenter Server",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action64.NsxServicePluginActionPlugin64",
"messageKey" : "RegisterVcNsx.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action64.NsxServicePluginActionPlugin64",
"messageKey" : "RegisterVcNsx.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Apply NSX Dormant License File (DLF)",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "UploadNsxDlf.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "UploadNsxDlf.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Apply NSX License",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "ApplyNsxLicense.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "ApplyNsxLicense.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Generate NSX License Rename Input Data",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.NSXvConfiguration",
"messageKey" : "GenerateLicenseRenameInputId.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.NSXvConfiguration",
"messageKey" : "GenerateLicenseRenameInputId.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Rename the Applied NSX License in vCenter Server",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.NSXvConfiguration",
"messageKey" : "RenameLicenseId.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.NSXvConfiguration",
"messageKey" : "RenameLicenseId.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Generate NSX Manager Input Data",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.vvd.plugin.VvdPlugin",
"messageKey" : "GenerateNsxInput.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.vvd.plugin.VvdPlugin",
"messageKey" : "GenerateNsxInput.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Configure DNS on the NSX Controller Cluster",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.common.nsx.NsxManagerPlugin",
"messageKey" : "ConfigureControllerDns.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.common.nsx.NsxManagerPlugin",
"messageKey" : "ConfigureControllerDns.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Configure NTP on the NSX Controller Cluster",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.common.nsx.NsxManagerPlugin",
"messageKey" : "ConfigureControllerNtp.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.common.nsx.NsxManagerPlugin",
"messageKey" : "ConfigureControllerNtp.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Create NSX Controller Cluster",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "DeployNsxController.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "DeployNsxController.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Configure VXLAN Transport",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "CreateVxlan.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "CreateVxlan.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Resolve NSX Cluster Issues",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "ResolveNsxClusterIssues.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "ResolveNsxClusterIssues.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Set Universal Sync Role on NSX Manager",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.nsx.NsxPlugin",
"messageKey" : "SetNsxRoleAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.nsx.NsxPlugin",
"messageKey" : "SetNsxRoleAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Create NSX Segment Range",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "CreateNsxSegmentRange.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "CreateNsxSegmentRange.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Create NSX Multicast Range",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.plugin.ConfigureNsxPlugin",
"messageKey" : "CreateMulticastRange.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.plugin.ConfigureNsxPlugin",
"messageKey" : "CreateMulticastRange.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Create NSX Transport Zone",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "CreateNsxTransportZone.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "CreateNsxTransportZone.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Configure SSO on NSX Manager",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "ConfigureSsoOnNSX.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "ConfigureSsoOnNSX.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "GenerateLogInsightInput",
"processingStateDescription" : "Generate vRealize Log Insight Input Data",
"name" : "Generate vRealize Log Insight Input Data",
"description" : "Generate vRealize Log Insight Input Data",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateLogInsightInput.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateLogInsightInput.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.359Z",
"updateTimestamp" : "2019-08-28T08:38:37.359Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_LogInsightDeployment_DeployLogInsightPlugin_DeployLogInsightAction_1",
"processingStateDescription" : "Deploy vRealize Log Insight",
"name" : "Deploy vRealize Log Insight",
"description" : "Deploy vRealize Log Insight",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.DeployLogInsightPlugin",
"messageKey" : "DeployLogInsightAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.DeployLogInsightPlugin",
"messageKey" : "DeployLogInsightAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.364Z",
"updateTimestamp" : "2019-08-28T08:38:37.364Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_LogInsightDeployment_ConfigureLogInsightPlugin_AddLogInsightLicenseAction_2",
"processingStateDescription" : "Apply vRealize Log Insight License",
"name" : "Apply vRealize Log Insight License Action",
"description" : "Apply vRealize Log Insight License",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureLogInsightPlugin",
"messageKey" : "AddLogInsightLicenseAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureLogInsightPlugin",
"messageKey" : "AddLogInsightLicenseAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.368Z",
"updateTimestamp" : "2019-08-28T08:38:37.368Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_LogInsightDeployment_ConfigureLogInsightPlugin_BootstrapLogInsightClusterAction_3",
"processingStateDescription" : "Bootstrap vRealize Log Insight Cluster",
"name" : "Bootstrap vRealize Log Insight Cluster Action",
"description" : "Bootstrap vRealize Log Insight Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureLogInsightPlugin",
"messageKey" : "BootstrapLogInsightClusterAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureLogInsightPlugin",
"messageKey" : "BootstrapLogInsightClusterAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.372Z",
"updateTimestamp" : "2019-08-28T08:38:37.372Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_LogInsightDeployment_ConfigureLogInsightPlugin_GenerateLogInsightCertificateAction_4",
"processingStateDescription" : "Generate and Install VMCA Certificate for vRealize Log Insight",
"name" : "Generate and Install VMCA Certificate for vRealize Log Insight",
"description" : "Generate and Install VMCA Certificate for vRealize Log Insight",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureLogInsightPlugin",
"messageKey" : "GenerateLogInsightCertificateAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureLogInsightPlugin",
"messageKey" : "GenerateLogInsightCertificateAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.377Z",
"updateTimestamp" : "2019-08-28T08:38:37.377Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_LogInsightDeployment_ConfigureLogInsightPlugin_DisableTlsOnLogInsightAction_5",
"processingStateDescription" : "Disable TLS 1.0 on vRealize Log Insight Nodes",
"name" : "Disable TLS 1.0 on vRealize Log Insight Nodes Action",
"description" : "Disable TLS 1.0 on vRealize Log Insight Nodes",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureLogInsightPlugin",
"messageKey" : "DisableTlsOnLogInsightAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureLogInsightPlugin",
"messageKey" : "DisableTlsOnLogInsightAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.381Z",
"updateTimestamp" : "2019-08-28T08:38:37.381Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_LogInsightDeployment_ConfigureLogInsightPlugin_InstallContentPacksInLogInsightAction_6",
"processingStateDescription" : "Install vRealize Log Insight Content Packs",
"name" : "Install vRealize Log Insight Content Packs Action",
"description" : "Install vRealize Log Insight Content Packs",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureLogInsightPlugin",
"messageKey" : "InstallContentPacksInLogInsightAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureLogInsightPlugin",
"messageKey" : "InstallContentPacksInLogInsightAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.385Z",
"updateTimestamp" : "2019-08-28T08:38:37.385Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "GenerateNsxvLogInsightIntegrationInput",
"processingStateDescription" : "Generate NsxvLogInsightIntegration input",
"name" : "Generate NSX for vSphere Integration with vRealize Log Insight Input Data",
"description" : "Generate NsxvLogInsightIntegration input",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateNsxvLogInsightIntegrationInput.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateNsxvLogInsightIntegrationInput.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.389Z",
"updateTimestamp" : "2019-08-28T08:38:37.389Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_NsxvLogInsightIntegration_ConfigureSyslogInNsxPlugin_ConfigureSyslogInNsxManagerAction_1",
"processingStateDescription" : "Configure Syslog Settings for NSX Manager",
"name" : "Configure Syslog Settings for NSX Manager",
"description" : "Configure Syslog Settings for NSX Manager",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureSyslogInNsxPlugin",
"messageKey" : "ConfigureSyslogInNsxManagerAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureSyslogInNsxPlugin",
"messageKey" : "ConfigureSyslogInNsxManagerAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.392Z",
"updateTimestamp" : "2019-08-28T08:38:37.392Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_NsxvLogInsightIntegration_ConfigureSyslogInNsxPlugin_ConfigureSyslogInNsxControllerAction_2",
"processingStateDescription" : "Configure Syslog Settings for NSX Controllers",
"name" : "Configure Syslog Settings for NSX Controllers",
"description" : "Configure Syslog Settings for NSX Controllers",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureSyslogInNsxPlugin",
"messageKey" : "ConfigureSyslogInNsxControllerAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureSyslogInNsxPlugin",
"messageKey" : "ConfigureSyslogInNsxControllerAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.396Z",
"updateTimestamp" : "2019-08-28T08:38:37.396Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "GenerateSddcManagerInput",
"processingStateDescription" : "Generate SDDC Manager Input Data",
"name" : "Generate SDDC Manager Input Data",
"description" : "Generate SDDC Manager Input Data",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateSddcManagerInput.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateSddcManagerInput.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.399Z",
"updateTimestamp" : "2019-08-28T08:38:37.399Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_SDDCManagerConfiguration_SddcManagerContractPlugin_DeploySddcManagerOnClusterAction_1",
"processingStateDescription" : "Deploy SDDC Manager",
"name" : "Deploy SDDC Manager",
"description" : "Deploy SDDC Manager",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "DeploySddcManagerOnClusterAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "DeploySddcManagerOnClusterAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.405Z",
"updateTimestamp" : "2019-08-28T08:38:37.405Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_SDDCManagerConfiguration_SddcManagerContractPlugin_ConfigureLCMRepoOnSddcManagerAction_2",
"processingStateDescription" : "Configure Lifecycle Management Repository on SDDC Manager",
"name" : "Configure Lifecycle Management Repository on SDDC Manager",
"description" : "Configure Lifecycle Management Repository on SDDC Manager",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "ConfigureLCMRepoOnSddcManagerAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "ConfigureLCMRepoOnSddcManagerAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.410Z",
"updateTimestamp" : "2019-08-28T08:38:37.410Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_SDDCManagerConfiguration_HostPlugin_CreateNFSDatastoreOnHostsAction_3",
"processingStateDescription" : "Mount Repository NFS Datastore on ESXi Hosts",
"name" : "Mount Repository NFS Datastore on ESXi Hosts",
"description" : "Mount Repository NFS Datastore on ESXi Hosts",
"localizableNamePack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.HostPlugin",
"messageKey" : "CreateNFSDatastoreOnHostsAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.HostPlugin",
"messageKey" : "CreateNFSDatastoreOnHostsAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.414Z",
"updateTimestamp" : "2019-08-28T08:38:37.414Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_SDDCManagerConfiguration_SddcManagerContractPlugin_ConfigureBaseImageRepoAction_4",
"processingStateDescription" : "Configure Base Install Image Repository on SDDC Manager",
"name" : "Configure Base Install Image Repository on SDDC Manager",
"description" : "Configure Base Install Image Repository on SDDC Manager",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "ConfigureBaseImageRepoAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "ConfigureBaseImageRepoAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.417Z",
"updateTimestamp" : "2019-08-28T08:38:37.417Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_SDDCManagerConfiguration_SddcManagerContractPlugin_InstallVmcaRootCertOnSddcManagerAction_5",
"processingStateDescription" : "Install VMCA Root Certificate on SDDC Manager",
"name" : "Install VMCA Root Certificate on SDDC Manager",
"description" : "Install VMCA Root Certificate on SDDC Manager",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "InstallVmcaRootCertOnSddcManagerAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "InstallVmcaRootCertOnSddcManagerAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.421Z",
"updateTimestamp" : "2019-08-28T08:38:37.421Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_SDDCManagerConfiguration_SddcManagerContractPlugin_InstallSddcManagerVmcaCertificateAction_6",
"processingStateDescription" : "Generate and Install VMCA Certificate on SDDC Manager",
"name" : "Generate and Install VMCA Certificate on SDDC Manager",
"description" : "Generate and Install VMCA Certificate on SDDC Manager",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "InstallSddcManagerVmcaCertificateAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "InstallSddcManagerVmcaCertificateAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.425Z",
"updateTimestamp" : "2019-08-28T08:38:37.425Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "GenerateInventoryForSddcManagerConfiguration",
"processingStateDescription" : "Generate Inventory Data For SDDC Manager Configuration",
"name" : "Generate Inventory data For SDDC Manager Configuration",
"description" : "Generate Inventory Data For SDDC Manager Configuration",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateInventoryForSddcManagerConfiguration.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateInventoryForSddcManagerConfiguration.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.429Z",
"updateTimestamp" : "2019-08-28T08:38:37.429Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_SDDCManagerPostInventory_SddcManagerContractPlugin_PostInventoryAndCredentialsAction_1",
"processingStateDescription" : "Update SDDC Manager Inventory with Credential Details",
"name" : "Update SDDC Manager Inventory with Credential Details",
"description" : "Update SDDC Manager Inventory with Credential Details",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "PostInventoryAndCredentialsAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "PostInventoryAndCredentialsAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.433Z",
"updateTimestamp" : "2019-08-28T08:38:37.433Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_SDDCManagerPostInventory_SddcManagerContractPlugin_PostNetworkPoolInventoryAction_2",
"processingStateDescription" : "Update SDDC Manager Inventory with Network Pool Details",
"name" : "Update SDDC Manager Inventory with Network Pool Details",
"description" : "Update SDDC Manager Inventory with Network Pool Details",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "PostNetworkPoolInventoryAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "PostNetworkPoolInventoryAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.437Z",
"updateTimestamp" : "2019-08-28T08:38:37.437Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_SDDCManagerPostInventory_SddcManagerContractPlugin_PostSddcLicenseInventoryAction_3",
"processingStateDescription" : "Update SDDC Manager Inventory with License Details",
"name" : "Update SDDC Manager Inventory with License Details",
"description" : "Update SDDC Manager Inventory with License Details",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "PostSddcLicenseInventoryAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "PostSddcLicenseInventoryAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.441Z",
"updateTimestamp" : "2019-08-28T08:38:37.441Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_SddcManagerKnownHostsConfiguration_ProxyContractPlugin_ProxyContractAction_17",
"processingStateDescription" : "Automation Helper Action",
"name" : "ProxyContractAction",
"description" : "Automation Helper Action",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.orchestrator.core.recipes.spel.ProxyContractPlugin",
"messageKey" : "ProxyContractAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.orchestrator.core.recipes.spel.ProxyContractPlugin",
"messageKey" : "ProxyContractAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.444Z",
"updateTimestamp" : "2019-08-28T08:38:37.444Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "GenerateSddcManagerInput",
"processingStateDescription" : "Generate SDDC Manager Input Data",
"name" : "Generate SDDC Manager Input Data",
"description" : "Generate SDDC Manager Input Data",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateSddcManagerInput.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateSddcManagerInput.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.447Z",
"updateTimestamp" : "2019-08-28T08:38:37.447Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "GenerateVsphereMachineSshEntities",
"processingStateDescription" : "Generate ESXi Host SSH Key Input Data",
"name" : "Generate ESXi Host SSH Key Input Data",
"description" : "Generate ESXi Host SSH Key Input Data",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateVsphereMachineSshEntities.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateVsphereMachineSshEntities.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.453Z",
"updateTimestamp" : "2019-08-28T08:38:37.453Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_SddcManagerKnownHostsConfiguration_VsphereContractPlugin_RotateMachineSshKeys_2",
"processingStateDescription" : "Rotate ESXi Host SSH Keys",
"name" : "Rotate ESXi Host SSH Keys",
"description" : "Rotate ESXi Host SSH Keys",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.vsphere.contract.VsphereContractPlugin",
"messageKey" : "RotateMachineSshKeys.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.vsphere.contract.VsphereContractPlugin",
"messageKey" : "RotateMachineSshKeys.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.456Z",
"updateTimestamp" : "2019-08-28T08:38:37.456Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_SddcManagerKnownHostsConfiguration_SddcManagerContractPlugin_UpdateKnownHostsOnSddcManager_3",
"processingStateDescription" : "Update Known Hosts in SDDC Manager",
"name" : "Update Known Hosts in SDDC Manager",
"description" : "Update Known Hosts in SDDC Manager",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "UpdateKnownHostsOnSddcManager.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "UpdateKnownHostsOnSddcManager.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.459Z",
"updateTimestamp" : "2019-08-28T08:38:37.459Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "GenerateVsphereInput",
"processingStateDescription" : "Generate vSphere Input Data",
"name" : "Generate vSphere Input Data",
"description" : "Generate vSphere Input Data",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateVsphereInput.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateVsphereInput.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.462Z",
"updateTimestamp" : "2019-08-28T08:38:37.462Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "GenerateSddcManagerInput",
"processingStateDescription" : "Generate SDDC Manager Input Data",
"name" : "Generate SDDC Manager Input Data",
"description" : "Generate SDDC Manager Input Data",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateSddcManagerInput.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateSddcManagerInput.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.465Z",
"updateTimestamp" : "2019-08-28T08:38:37.465Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_VcenterMessagesConfigurations_VsphereContractPlugin_PrepareVcenterMessages_2",
"processingStateDescription" : "Generate Configure vCenter Login Message and Message of the Day Input Data",
"name" : "Generate Configure vCenter Login Message and Message of the Day Input Data",
"description" : "Generate Configure vCenter Login Message and Message of the Day Input Data",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.vsphere.contract.VsphereContractPlugin",
"messageKey" : "PrepareVcenterMessages.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.vsphere.contract.VsphereContractPlugin",
"messageKey" : "PrepareVcenterMessages.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.471Z",
"updateTimestamp" : "2019-08-28T08:38:37.471Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_VcenterMessagesConfigurations_VsphereContractPlugin_ConfigureVcenterMessages_3",
"processingStateDescription" : "Configure vCenter Login Message and Message of the Day",
"name" : "Configure vCenter Login Message and Message of the Day",
"description" : "Configure vCenter Login Message and Message of the Day",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.vsphere.contract.VsphereContractPlugin",
"messageKey" : "ConfigureVcenterMessages.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.vsphere.contract.VsphereContractPlugin",
"messageKey" : "ConfigureVcenterMessages.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.474Z",
"updateTimestamp" : "2019-08-28T08:38:37.474Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "GenerateClusterConfigurationInput",
"processingStateDescription" : "Generate Cluster Configuration Input Data",
"name" : "Generate Post Cluster Configuration Input Data",
"description" : "Generate Cluster Configuration Input Data",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateClusterConfigurationInput.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateClusterConfigurationInput.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.477Z",
"updateTimestamp" : "2019-08-28T08:38:37.477Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "GenerateConfigureDeploymentDetailsActionInput",
"processingStateDescription" : "Generate Configure Deployment Details Action Input Data",
"name" : "Generate Configure Deployment Details Action Input Data",
"description" : "Generate Configure Deployment Details Action Input Data",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateConfigureDeploymentDetailsActionInput.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateConfigureDeploymentDetailsActionInput.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.483Z",
"updateTimestamp" : "2019-08-28T08:38:37.483Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_VspherePlugin_MigrateVmsToFoldersAction_2",
"processingStateDescription" : "Move VMs to VM Folders",
"name" : "Move VMs to VM Folders",
"description" : "Move VMs to VM Folders",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "MigrateVmsToFoldersAction.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "MigrateVmsToFoldersAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.486Z",
"updateTimestamp" : "2019-08-28T08:38:37.486Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_VspherePlugin_MigrateDvsToFolderAction_3",
"processingStateDescription" : "Move vSphere Distributed Switch to Network Folder",
"name" : "Move vSphere Distributed Switch to Network Folder",
"description" : "Move vSphere Distributed Switch to Network Folder",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "MigrateDvsToFolderAction.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "MigrateDvsToFolderAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.489Z",
"updateTimestamp" : "2019-08-28T08:38:37.489Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_VspherePlugin_DisableVsanForceProvisionAction_4",
"processingStateDescription" : "Disable vSAN Force Provisioning",
"name" : "Disable vSAN Force Provisioning",
"description" : "Disable vSAN Force Provisioning",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "DisableVsanForceProvisionAction.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "DisableVsanForceProvisionAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.492Z",
"updateTimestamp" : "2019-08-28T08:38:37.492Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_VspherePlugin_EnableVsanPoliciesAction_5",
"processingStateDescription" : "Enable vSAN Storage Policies",
"name" : "Enable vSAN Storage Policies",
"description" : "Enable vSAN Storage Policies",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "EnableVsanPoliciesAction.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "EnableVsanPoliciesAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.496Z",
"updateTimestamp" : "2019-08-28T08:38:37.496Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_VspherePlugin_RelocateAllVmsToResourcePoolAction_6",
"processingStateDescription" : "Move VMs to Resource Pools",
"name" : "Move VMs to Resource Pools",
"description" : "Move VMs to Resource Pools",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "RelocateAllVmsToResourcePoolAction.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "RelocateAllVmsToResourcePoolAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.499Z",
"updateTimestamp" : "2019-08-28T08:38:37.499Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_VspherePlugin_AdjustResourcePoolReservationAction_7",
"processingStateDescription" : "Set Reservations on Resource Pools",
"name" : "Set Reservations on Resource Pools",
"description" : "Set Reservations on Resource Pools",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "AdjustResourcePoolReservationAction.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "AdjustResourcePoolReservationAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.502Z",
"updateTimestamp" : "2019-08-28T08:38:37.502Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_VcPlugin_EnableClusterHaAction_8",
"processingStateDescription" : "Enable vSphere High Availability",
"name" : "Enable vSphere High Availability",
"description" : "Enable vSphere High Availability",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "EnableClusterHaAction.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "EnableClusterHaAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.505Z",
"updateTimestamp" : "2019-08-28T08:38:37.505Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_VcPlugin_CreateVmAntiAffinityRuleAction_9",
"processingStateDescription" : "Create VM Anti-Affinity Rules",
"name" : "Create VM Anti-Affinity Rules",
"description" : "Create VM Anti-Affinity Rules",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "CreateVmAntiAffinityRuleAction.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "CreateVmAntiAffinityRuleAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.508Z",
"updateTimestamp" : "2019-08-28T08:38:37.508Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_CreatePscVcVmGroupsPlugin_CreatePscVcVmGroupsContractAction_10",
"processingStateDescription" : "Create VM Groups",
"name" : "Create VM Groups",
"description" : "Create VM Groups",
"localizableNamePack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.CreatePscVcVmGroupsPlugin",
"messageKey" : "CreatePscVcVmGroupsContractAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.CreatePscVcVmGroupsPlugin",
"messageKey" : "CreatePscVcVmGroupsContractAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.511Z",
"updateTimestamp" : "2019-08-28T08:38:37.511Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_VspherePlugin_CreateClusterVmsToVmsRuleContractAction_11",
"processingStateDescription" : "Create VM-VM Startup Order Rule",
"name" : "Create VM-VM Startup Order Rule",
"description" : "Create VM-VM Startup Order Rule",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "CreateClusterVmsToVmsRuleContractAction.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "CreateClusterVmsToVmsRuleContractAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.514Z",
"updateTimestamp" : "2019-08-28T08:38:37.514Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_ClusterVmHostPlugin_CreateClusterHostGroupContractAction_12",
"processingStateDescription" : "Create vCenter VM/Host RuleNsxServiceImpl.java",
"name" : "Create vCenter VM/Host Rule",
"description" : "Create vCenter VM/Host RuleNsxServiceImpl.java",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "CreateClusterHostGroupContractAction.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "CreateClusterHostGroupContractAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.517Z",
"updateTimestamp" : "2019-08-28T08:38:37.517Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_ClusterVmHostPlugin_CreateClusterVmHostRuleContractAction_13",
"processingStateDescription" : "Create Platform Services Controller VM/Host Rule",
"name" : "Create Platform Services Controller VM/Host Rule",
"description" : "Create Platform Services Controller VM/Host Rule",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "CreatePSCVMHostRuleActionId.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "CreatePSCVMHostRuleActionId.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.520Z",
"updateTimestamp" : "2019-08-28T08:38:37.520Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_ClusterVmHostPlugin_CreateClusterVmHostRuleContractAction_14",
"processingStateDescription" : "Create Cluster Rule",
"name" : "Create Cluster Rule",
"description" : "Create Cluster Rule",
"localizableNamePack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.ClusterVmHostPlugin",
"messageKey" : "CreateClusterVmHostRuleContractAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.ClusterVmHostPlugin",
"messageKey" : "CreateClusterVmHostRuleContractAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.523Z",
"updateTimestamp" : "2019-08-28T08:38:37.523Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_VcPlugin_ConfigureEsxAdvancedOptionsAction_15",
"processingStateDescription" : "Configure ESXi Advanced Options",
"name" : "Configure ESXi Advanced Options",
"description" : "Configure ESXi Advanced Options",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "ConfigureEsxAdvancedOptionsAction.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "ConfigureEsxAdvancedOptionsAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.526Z",
"updateTimestamp" : "2019-08-28T08:38:37.526Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_VspherePlugin_ReconfigureHAOnClusterAction_16",
"processingStateDescription" : "Reconfigure vSphere High Availability",
"name" : "Reconfigure vSphere High Availability",
"description" : "Reconfigure vSphere High Availability",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "ReconfigureHAOnClusterAction.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "ReconfigureHAOnClusterAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.529Z",
"updateTimestamp" : "2019-08-28T08:38:37.529Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_VspherePlugin_ClearVsanAlarmsOnClusterAction_17",
"processingStateDescription" : "Clear Alarms on vSAN",
"name" : "Clear Alarms on vSAN",
"description" : "Clear Alarms on vSAN",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "ClearVsanAlarmsOnClusterAction.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "ClearVsanAlarmsOnClusterAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.532Z",
"updateTimestamp" : "2019-08-28T08:38:37.532Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_VspherePlugin_ClearRedAlarmsOnHostAction_18",
"processingStateDescription" : "Clear Alerts on Hosts",
"name" : "Clear Alerts on Hosts",
"description" : "Clear Alerts on Hosts",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "ClearRedAlarmsOnHostAction.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "ClearRedAlarmsOnHostAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.535Z",
"updateTimestamp" : "2019-08-28T08:38:37.535Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_VspherePlugin_ConfigureDeploymentDetailsContractAction_19",
"processingStateDescription" : "Set SDDC Deployment Details on the Management vCenter Server",
"name" : "Set SDDC Deployment Details on the Management vCenter Server",
"description" : "Set SDDC Deployment Details on the Management vCenter Server",
"localizableNamePack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.VspherePlugin",
"messageKey" : "ConfigureDeploymentDetailsContractAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.VspherePlugin",
"messageKey" : "ConfigureDeploymentDetailsContractAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.539Z",
"updateTimestamp" : "2019-08-28T08:38:37.539Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "GenerateVsphereInput",
"processingStateDescription" : "Generate vSphere Input Data",
"name" : "Generate vSphere Input Data",
"description" : "Generate vSphere Input Data",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateVsphereInput.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateVsphereInput.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.542Z",
"updateTimestamp" : "2019-08-28T08:38:37.542Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_DisableBashShellOnVcAndPsc_VsphereContractPlugin_DisableBashShell_1",
"processingStateDescription" : "Disable Bash Shell on vCenter Server",
"name" : "Disable Bash Shell on vCenter Server",
"description" : "Disable Bash Shell on vCenter Server",
"localizableNamePack" : {
"component" : "workflowconfig.common_recipes.DisableBashShellOnVcAndPsc",
"messageKey" : "DisableBashShellOnVCenterId.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.common_recipes.DisableBashShellOnVcAndPsc",
"messageKey" : "DisableBashShellOnVCenterId.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.545Z",
"updateTimestamp" : "2019-08-28T08:38:37.545Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_DisableBashShellOnVcAndPsc_VsphereContractPlugin_DisableBashShell_2",
"processingStateDescription" : "Disable Bash Shell on Platform Services Controllers",
"name" : "Disable Bash Shell on Platform Services Controllers",
"description" : "Disable Bash Shell on Platform Services Controllers",
"localizableNamePack" : {
"component" : "workflowconfig.common_recipes.DisableBashShellOnVcAndPsc",
"messageKey" : "DisableBashShellOnPSCsId.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.common_recipes.DisableBashShellOnVcAndPsc",
"messageKey" : "DisableBashShellOnPSCsId.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.548Z",
"updateTimestamp" : "2019-08-28T08:38:37.548Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfigurationForSDDCManager",
"processingStateDescription" : "Configure NSX for vSphere",
"name" : "Add VMs to NSX Distributed Firewall Exclusion List",
"description" : "Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "AddVmsIntoDfwExclusionList.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "AddVmsIntoDfwExclusionList.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.551Z",
"updateTimestamp" : "2019-08-28T08:38:37.551Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXBackupConfiguration",
"processingStateDescription" : "Configure Backup on NSX for vSphere",
"name" : "Configure NSX Manager Backups",
"description" : "Configure Backup on NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.plugin.spi.LcmPlugin",
"messageKey" : "ConfigureBackupForNSX.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.plugin.spi.LcmPlugin",
"messageKey" : "ConfigureBackupForNSX.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.554Z",
"updateTimestamp" : "2019-08-28T08:38:37.554Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "GenerateLogInsightInput",
"processingStateDescription" : "Generate vRealize Log Insight Input Data",
"name" : "Generate vRealize Log Insight Input Data",
"description" : "Generate vRealize Log Insight Input Data",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateLogInsightInput.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateLogInsightInput.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.557Z",
"updateTimestamp" : "2019-08-28T08:38:37.557Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_LogInsightConfiguration_ConfigureLogInsightAgentPlugin_ConfigureSddcManagerInLogInsightAction_1",
"processingStateDescription" : "Configure Syslog Settings for SDDC Manager",
"name" : "Configure Syslog Settings for SDDC Manager",
"description" : "Configure Syslog Settings for SDDC Manager",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureLogInsightAgentPlugin",
"messageKey" : "ConfigureSddcManagerInLogInsightAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureLogInsightAgentPlugin",
"messageKey" : "ConfigureSddcManagerInLogInsightAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.561Z",
"updateTimestamp" : "2019-08-28T08:38:37.561Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_LogInsightConfiguration_ConfigureLogInsightAgentPlugin_ConfigureVCenterInLogInsightWithSyslogAction_2",
"processingStateDescription" : "Configure Syslog Settings for vCenter Server",
"name" : "Configure Syslog Settings for vCenter Server",
"description" : "Configure Syslog Settings for vCenter Server",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureLogInsightAgentPlugin",
"messageKey" : "ConfigureVCenterInLogInsightWithSyslogAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureLogInsightAgentPlugin",
"messageKey" : "ConfigureVCenterInLogInsightWithSyslogAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.565Z",
"updateTimestamp" : "2019-08-28T08:38:37.565Z"
} ]
}
-
Invoke the API without providing SDDC creation details
cURL Request
$ curl 'https://sddc-manager.sfo01.rainpole.local/v1/sddcs/b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a' -i -u 'admin:VMwareInfra@1' -X PATCH \
-H 'Accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
"skipEsxThumbprintValidation" : true,
"managementPoolName" : "bringup-networkpool",
"sddcManagerSpec" : {
"secondUserCredentials" : {
"username" : "vcf",
"password" : "VMware123!"
},
"ipAddress" : "10.0.0.4",
"netmask" : "255.255.255.0",
"hostname" : "sddc-manager",
"rootUserCredentials" : {
"username" : "root",
"password" : "VMware123!"
},
"restApiCredentials" : {
"username" : "admin",
"password" : "VMware123!"
}
},
"sddcId" : "sddcId-public-api-05",
"esxLicense" : "XXXXX-XXXXX-XXXXX-XXXXX-XXXXX",
"taskName" : "workflowconfig/workflowspec-ems.json",
"ntpServers" : [ "10.0.0.250" ],
"dnsSpec" : {
"subdomain" : "vrack.vsphere.local",
"domain" : "vsphere.local",
"nameserver" : "10.0.0.250",
"secondaryNameserver" : "10.0.0.250"
},
"networkSpecs" : [ {
"subnet" : "10.0.0.0/22",
"vlanId" : "0",
"mtu" : "1500",
"networkType" : "MANAGEMENT",
"gateway" : "10.0.0.250"
}, {
"subnet" : "10.0.4.0/24",
"includeIpAddressRanges" : [ {
"startIpAddress" : "10.0.4.7",
"endIpAddress" : "10.0.4.48"
}, {
"startIpAddress" : "10.0.4.3",
"endIpAddress" : "10.0.4.6"
} ],
"includeIpAddress" : [ "10.0.4.50", "10.0.4.49" ],
"vlanId" : "0",
"mtu" : "8940",
"networkType" : "VSAN",
"gateway" : "10.0.4.253"
}, {
"subnet" : "10.0.8.0/24",
"includeIpAddressRanges" : [ {
"startIpAddress" : "10.0.8.3",
"endIpAddress" : "10.0.8.50"
} ],
"vlanId" : "0",
"mtu" : "8940",
"networkType" : "VMOTION",
"gateway" : "10.0.8.253"
} ],
"nsxSpec" : {
"nsxId" : "sfo01m01nsx01",
"nsxManagerIp" : "10.0.0.9",
"nsxManagerHostname" : "nsxManager",
"nsxSegmentRangeBegin" : "5000",
"nsxSegmentRangeEnd" : "5200",
"multicastRangeBegin" : "239.1.0.0",
"multicastRangeEnd" : "239.1.255.255",
"license" : "XXXXX-XXXXX-XXXXX-XXXXX-XXXXX",
"adminNsxManagerPassword" : "VMware1!",
"privilegedNsxManagerPassword" : "VMware123!",
"adminNsxControllerPassword" : "VMware1234567!",
"nsxVxlanSpec" : {
"vxlanCluster" : "SDDC-Cluster1",
"vxlanDvs" : "SDDC-Dswitch-Private",
"vxlanVlanId" : "0",
"vxlanMtu" : "8940",
"vtepVmknicCount" : 2
},
"controllerIPPoolSpec" : {
"poolName" : "sfo01-mgmt01-nsxc01",
"startIp" : "10.0.0.40",
"endIp" : "10.0.0.42",
"prefix" : "22",
"defaultGateway" : "10.0.0.250"
}
},
"vsanSpec" : {
"vsanName" : "vsan-1",
"licenseFile" : "XXXXX-XXXXX-XXXXX-XXXXX-XXXXX",
"datastoreName" : "sfo01-m01-vsan"
},
"dvsSpecs" : [ {
"mtu" : 8940,
"niocSpec" : [ {
"trafficType" : "VSAN",
"value" : "HIGH"
}, {
"trafficType" : "VMOTION",
"value" : "LOW"
}, {
"trafficType" : "VDP",
"value" : "LOW"
}, {
"trafficType" : "VIRTUALMACHINE",
"value" : "HIGH"
}, {
"trafficType" : "MANAGEMENT",
"value" : "NORMAL"
}, {
"trafficType" : "NFS",
"value" : "LOW"
}, {
"trafficType" : "HBR",
"value" : "LOW"
}, {
"trafficType" : "FAULTTOLERANCE",
"value" : "LOW"
}, {
"trafficType" : "ISCSI",
"value" : "LOW"
} ],
"dvsName" : "SDDC-Dswitch-Private",
"vmnics" : [ "vmnic0", "vmnic1" ],
"networks" : [ "MANAGEMENT", "VSAN", "VMOTION" ]
} ],
"clusterSpec" : {
"clusterName" : "SDDC-Cluster1",
"clusterEvcMode" : "",
"resourcePoolSpecs" : [ {
"cpuSharesLevel" : "high",
"cpuSharesValue" : 0,
"name" : "Mgmt-ResourcePool",
"memorySharesValue" : 0,
"cpuReservationPercentage" : 0,
"memoryLimit" : -1,
"memoryReservationPercentage" : 0,
"cpuReservationExpandable" : true,
"memoryReservationExpandable" : true,
"memorySharesLevel" : "normal",
"cpuLimit" : -1,
"type" : "management"
}, {
"cpuSharesLevel" : "high",
"cpuSharesValue" : 0,
"name" : "Network-ResourcePool",
"memorySharesValue" : 0,
"cpuReservationPercentage" : 0,
"memoryLimit" : -1,
"memoryReservationPercentage" : 0,
"cpuReservationExpandable" : true,
"memoryReservationExpandable" : true,
"memorySharesLevel" : "normal",
"cpuLimit" : -1,
"type" : "network"
}, {
"cpuSharesLevel" : "normal",
"cpuSharesValue" : 0,
"name" : "Compute-ResourcePool",
"memorySharesValue" : 0,
"cpuReservationPercentage" : 0,
"memoryLimit" : -1,
"memoryReservationPercentage" : 0,
"cpuReservationExpandable" : true,
"memoryReservationExpandable" : true,
"memorySharesLevel" : "normal",
"cpuLimit" : -1,
"type" : "compute"
}, {
"name" : "User-RP",
"type" : "compute",
"cpuReservationPercentage" : 0,
"cpuLimit" : -1,
"cpuReservationExpandable" : true,
"cpuSharesLevel" : "normal",
"cpuSharesValue" : 0,
"memoryReservationPercentage" : 0,
"memoryLimit" : -1,
"memoryReservationExpandable" : true,
"memorySharesLevel" : "normal",
"memorySharesValue" : 0
} ]
},
"pscSpecs" : [ {
"pscId" : "psc-1",
"rootPscPassword" : "VMware123!",
"automationUserSsoPassword" : "VMware123!",
"automationUserSsoUsername" : "automationuser",
"pscIp" : "10.0.0.5",
"pscHostName" : "psc-1",
"pscSsoSpec" : {
"ssoSiteName" : "vmwvcf2",
"ssoDomain" : "vsphere.local",
"isJoinSsoDomain" : false
},
"adminUserSsoPassword" : "VMware123!"
}, {
"pscId" : "psc-2",
"rootPscPassword" : "VMware123!",
"automationUserSsoPassword" : "VMware123!",
"automationUserSsoUsername" : "automationuser",
"pscIp" : "10.0.0.7",
"pscHostName" : "psc-2",
"pscSsoSpec" : {
"replicationPartner" : "psc-1",
"ssoSiteName" : "vmwvcf2",
"ssoDomainPassword" : "VMware123!",
"ssoDomain" : "vsphere.local",
"isJoinSsoDomain" : false
},
"adminUserSsoPassword" : "VMware123!"
} ],
"vcenterSpec" : {
"vcenterIp" : "10.0.0.6",
"vcenterHostname" : "vcenter-1",
"licenseFile" : "XXXXX-XXXXX-XXXXX-XXXXX-XXXXX",
"rootVcenterPassword" : "VMware1!",
"vmSize" : "tiny"
},
"hostSpecs" : [ {
"credentials" : {
"username" : "root",
"password" : "EvoSddc!2016"
},
"ipAddressPrivate" : {
"subnet" : "255.255.252.0",
"cidr" : "",
"ipAddress" : "10.0.0.100",
"gateway" : "10.0.0.250"
},
"hostname" : "esxi-1",
"vSwitch" : "vSwitch0",
"serverId" : "host-0",
"association" : "SDDC-Datacenter"
}, {
"credentials" : {
"username" : "root",
"password" : "EvoSddc!2016"
},
"ipAddressPrivate" : {
"subnet" : "255.255.252.0",
"cidr" : "",
"ipAddress" : "10.0.0.101",
"gateway" : "10.0.0.250"
},
"hostname" : "esxi-2",
"vSwitch" : "vSwitch0",
"serverId" : "host-1",
"association" : "SDDC-Datacenter"
}, {
"credentials" : {
"username" : "root",
"password" : "EvoSddc!2016"
},
"ipAddressPrivate" : {
"subnet" : "255.255.255.0",
"cidr" : "",
"ipAddress" : "10.0.0.102",
"gateway" : "10.0.0.250"
},
"hostname" : "esxi-3",
"vSwitch" : "vSwitch0",
"serverId" : "host-2",
"association" : "SDDC-Datacenter"
}, {
"credentials" : {
"username" : "root",
"password" : "EvoSddc!2016"
},
"ipAddressPrivate" : {
"subnet" : "255.255.255.0",
"cidr" : "",
"ipAddress" : "10.0.0.103",
"gateway" : "10.0.0.250"
},
"hostname" : "esxi-4",
"vSwitch" : "vSwitch0",
"serverId" : "host-3",
"association" : "SDDC-Datacenter"
} ],
"vrliDeploymentSpec" : {
"adminPassword" : "VMware1234!",
"sshPassword" : "VMware12345!",
"vmSize" : "small",
"loadBalancerHostname" : "load-balancer",
"loadBalancerIpAddress" : "10.0.0.15",
"vrliNodeSpecs" : [ {
"ipAddress" : "10.0.0.16",
"hostname" : "loginsight-node-1"
}, {
"ipAddress" : "10.0.0.17",
"hostname" : "loginsight-node-2"
}, {
"ipAddress" : "10.0.0.18",
"hostname" : "loginsight-node-3"
} ]
}
}'
HTTP Request
PATCH /v1/sddcs/b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a HTTP/1.1
Accept: application/json
Host: sddc-manager.sfo01.rainpole.local
Content-Length: 8293
Authorization: Basic YWRtaW46Vk13YXJlSW5mcmFAMQ==
Content-Type: application/json
{
"skipEsxThumbprintValidation" : true,
"managementPoolName" : "bringup-networkpool",
"sddcManagerSpec" : {
"secondUserCredentials" : {
"username" : "vcf",
"password" : "VMware123!"
},
"ipAddress" : "10.0.0.4",
"netmask" : "255.255.255.0",
"hostname" : "sddc-manager",
"rootUserCredentials" : {
"username" : "root",
"password" : "VMware123!"
},
"restApiCredentials" : {
"username" : "admin",
"password" : "VMware123!"
}
},
"sddcId" : "sddcId-public-api-05",
"esxLicense" : "XXXXX-XXXXX-XXXXX-XXXXX-XXXXX",
"taskName" : "workflowconfig/workflowspec-ems.json",
"ntpServers" : [ "10.0.0.250" ],
"dnsSpec" : {
"subdomain" : "vrack.vsphere.local",
"domain" : "vsphere.local",
"nameserver" : "10.0.0.250",
"secondaryNameserver" : "10.0.0.250"
},
"networkSpecs" : [ {
"subnet" : "10.0.0.0/22",
"vlanId" : "0",
"mtu" : "1500",
"networkType" : "MANAGEMENT",
"gateway" : "10.0.0.250"
}, {
"subnet" : "10.0.4.0/24",
"includeIpAddressRanges" : [ {
"startIpAddress" : "10.0.4.7",
"endIpAddress" : "10.0.4.48"
}, {
"startIpAddress" : "10.0.4.3",
"endIpAddress" : "10.0.4.6"
} ],
"includeIpAddress" : [ "10.0.4.50", "10.0.4.49" ],
"vlanId" : "0",
"mtu" : "8940",
"networkType" : "VSAN",
"gateway" : "10.0.4.253"
}, {
"subnet" : "10.0.8.0/24",
"includeIpAddressRanges" : [ {
"startIpAddress" : "10.0.8.3",
"endIpAddress" : "10.0.8.50"
} ],
"vlanId" : "0",
"mtu" : "8940",
"networkType" : "VMOTION",
"gateway" : "10.0.8.253"
} ],
"nsxSpec" : {
"nsxId" : "sfo01m01nsx01",
"nsxManagerIp" : "10.0.0.9",
"nsxManagerHostname" : "nsxManager",
"nsxSegmentRangeBegin" : "5000",
"nsxSegmentRangeEnd" : "5200",
"multicastRangeBegin" : "239.1.0.0",
"multicastRangeEnd" : "239.1.255.255",
"license" : "XXXXX-XXXXX-XXXXX-XXXXX-XXXXX",
"adminNsxManagerPassword" : "VMware1!",
"privilegedNsxManagerPassword" : "VMware123!",
"adminNsxControllerPassword" : "VMware1234567!",
"nsxVxlanSpec" : {
"vxlanCluster" : "SDDC-Cluster1",
"vxlanDvs" : "SDDC-Dswitch-Private",
"vxlanVlanId" : "0",
"vxlanMtu" : "8940",
"vtepVmknicCount" : 2
},
"controllerIPPoolSpec" : {
"poolName" : "sfo01-mgmt01-nsxc01",
"startIp" : "10.0.0.40",
"endIp" : "10.0.0.42",
"prefix" : "22",
"defaultGateway" : "10.0.0.250"
}
},
"vsanSpec" : {
"vsanName" : "vsan-1",
"licenseFile" : "XXXXX-XXXXX-XXXXX-XXXXX-XXXXX",
"datastoreName" : "sfo01-m01-vsan"
},
"dvsSpecs" : [ {
"mtu" : 8940,
"niocSpec" : [ {
"trafficType" : "VSAN",
"value" : "HIGH"
}, {
"trafficType" : "VMOTION",
"value" : "LOW"
}, {
"trafficType" : "VDP",
"value" : "LOW"
}, {
"trafficType" : "VIRTUALMACHINE",
"value" : "HIGH"
}, {
"trafficType" : "MANAGEMENT",
"value" : "NORMAL"
}, {
"trafficType" : "NFS",
"value" : "LOW"
}, {
"trafficType" : "HBR",
"value" : "LOW"
}, {
"trafficType" : "FAULTTOLERANCE",
"value" : "LOW"
}, {
"trafficType" : "ISCSI",
"value" : "LOW"
} ],
"dvsName" : "SDDC-Dswitch-Private",
"vmnics" : [ "vmnic0", "vmnic1" ],
"networks" : [ "MANAGEMENT", "VSAN", "VMOTION" ]
} ],
"clusterSpec" : {
"clusterName" : "SDDC-Cluster1",
"clusterEvcMode" : "",
"resourcePoolSpecs" : [ {
"cpuSharesLevel" : "high",
"cpuSharesValue" : 0,
"name" : "Mgmt-ResourcePool",
"memorySharesValue" : 0,
"cpuReservationPercentage" : 0,
"memoryLimit" : -1,
"memoryReservationPercentage" : 0,
"cpuReservationExpandable" : true,
"memoryReservationExpandable" : true,
"memorySharesLevel" : "normal",
"cpuLimit" : -1,
"type" : "management"
}, {
"cpuSharesLevel" : "high",
"cpuSharesValue" : 0,
"name" : "Network-ResourcePool",
"memorySharesValue" : 0,
"cpuReservationPercentage" : 0,
"memoryLimit" : -1,
"memoryReservationPercentage" : 0,
"cpuReservationExpandable" : true,
"memoryReservationExpandable" : true,
"memorySharesLevel" : "normal",
"cpuLimit" : -1,
"type" : "network"
}, {
"cpuSharesLevel" : "normal",
"cpuSharesValue" : 0,
"name" : "Compute-ResourcePool",
"memorySharesValue" : 0,
"cpuReservationPercentage" : 0,
"memoryLimit" : -1,
"memoryReservationPercentage" : 0,
"cpuReservationExpandable" : true,
"memoryReservationExpandable" : true,
"memorySharesLevel" : "normal",
"cpuLimit" : -1,
"type" : "compute"
}, {
"name" : "User-RP",
"type" : "compute",
"cpuReservationPercentage" : 0,
"cpuLimit" : -1,
"cpuReservationExpandable" : true,
"cpuSharesLevel" : "normal",
"cpuSharesValue" : 0,
"memoryReservationPercentage" : 0,
"memoryLimit" : -1,
"memoryReservationExpandable" : true,
"memorySharesLevel" : "normal",
"memorySharesValue" : 0
} ]
},
"pscSpecs" : [ {
"pscId" : "psc-1",
"rootPscPassword" : "VMware123!",
"automationUserSsoPassword" : "VMware123!",
"automationUserSsoUsername" : "automationuser",
"pscIp" : "10.0.0.5",
"pscHostName" : "psc-1",
"pscSsoSpec" : {
"ssoSiteName" : "vmwvcf2",
"ssoDomain" : "vsphere.local",
"isJoinSsoDomain" : false
},
"adminUserSsoPassword" : "VMware123!"
}, {
"pscId" : "psc-2",
"rootPscPassword" : "VMware123!",
"automationUserSsoPassword" : "VMware123!",
"automationUserSsoUsername" : "automationuser",
"pscIp" : "10.0.0.7",
"pscHostName" : "psc-2",
"pscSsoSpec" : {
"replicationPartner" : "psc-1",
"ssoSiteName" : "vmwvcf2",
"ssoDomainPassword" : "VMware123!",
"ssoDomain" : "vsphere.local",
"isJoinSsoDomain" : false
},
"adminUserSsoPassword" : "VMware123!"
} ],
"vcenterSpec" : {
"vcenterIp" : "10.0.0.6",
"vcenterHostname" : "vcenter-1",
"licenseFile" : "XXXXX-XXXXX-XXXXX-XXXXX-XXXXX",
"rootVcenterPassword" : "VMware1!",
"vmSize" : "tiny"
},
"hostSpecs" : [ {
"credentials" : {
"username" : "root",
"password" : "EvoSddc!2016"
},
"ipAddressPrivate" : {
"subnet" : "255.255.252.0",
"cidr" : "",
"ipAddress" : "10.0.0.100",
"gateway" : "10.0.0.250"
},
"hostname" : "esxi-1",
"vSwitch" : "vSwitch0",
"serverId" : "host-0",
"association" : "SDDC-Datacenter"
}, {
"credentials" : {
"username" : "root",
"password" : "EvoSddc!2016"
},
"ipAddressPrivate" : {
"subnet" : "255.255.252.0",
"cidr" : "",
"ipAddress" : "10.0.0.101",
"gateway" : "10.0.0.250"
},
"hostname" : "esxi-2",
"vSwitch" : "vSwitch0",
"serverId" : "host-1",
"association" : "SDDC-Datacenter"
}, {
"credentials" : {
"username" : "root",
"password" : "EvoSddc!2016"
},
"ipAddressPrivate" : {
"subnet" : "255.255.255.0",
"cidr" : "",
"ipAddress" : "10.0.0.102",
"gateway" : "10.0.0.250"
},
"hostname" : "esxi-3",
"vSwitch" : "vSwitch0",
"serverId" : "host-2",
"association" : "SDDC-Datacenter"
}, {
"credentials" : {
"username" : "root",
"password" : "EvoSddc!2016"
},
"ipAddressPrivate" : {
"subnet" : "255.255.255.0",
"cidr" : "",
"ipAddress" : "10.0.0.103",
"gateway" : "10.0.0.250"
},
"hostname" : "esxi-4",
"vSwitch" : "vSwitch0",
"serverId" : "host-3",
"association" : "SDDC-Datacenter"
} ],
"vrliDeploymentSpec" : {
"adminPassword" : "VMware1234!",
"sshPassword" : "VMware12345!",
"vmSize" : "small",
"loadBalancerHostname" : "load-balancer",
"loadBalancerIpAddress" : "10.0.0.15",
"vrliNodeSpecs" : [ {
"ipAddress" : "10.0.0.16",
"hostname" : "loginsight-node-1"
}, {
"ipAddress" : "10.0.0.17",
"hostname" : "loginsight-node-2"
}, {
"ipAddress" : "10.0.0.18",
"hostname" : "loginsight-node-3"
} ]
}
}
HTTP Response
HTTP/1.1 200 OK
Content-Length: 100905
Content-Type: application/json;charset=UTF-8
{
"id" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"name" : "Bringup-Ems",
"status" : "IN_PROGRESS",
"creationTimestamp" : "2019-08-28T08:38:37.568Z",
"sddcSubTasks" : [ {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "GenerateEsxiForVsanDedupInput",
"processingStateDescription" : "Generate ESXi Host vSAN Deduplication Input Data",
"name" : "Generate ESXi Host vSAN Deduplication Input Data",
"description" : "Generate ESXi Host vSAN Deduplication Input Data",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateEsxiForVsanDedupInput.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateEsxiForVsanDedupInput.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.568Z",
"updateTimestamp" : "2019-08-28T08:38:37.568Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "GenerateEsxiInput",
"processingStateDescription" : "Generate ESXi Host Input Data",
"name" : "Generate ESXi Host Input Data",
"description" : "Generate ESXi Host Input Data",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateEsxiInput.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateEsxiInput.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.216Z",
"updateTimestamp" : "2019-08-28T08:38:37.216Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_InitialEnvironmentSetup_VspherePlugin_PrepareEsxiForVsanDedupAction_2",
"processingStateDescription" : "Prepare ESXi Hosts for vSAN with Deduplication",
"name" : "Prepare ESXi Hosts for vSAN with Deduplication Action",
"description" : "Prepare ESXi Hosts for vSAN with Deduplication",
"localizableNamePack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.VspherePlugin",
"messageKey" : "PrepareEsxiForVsanDedupAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.VspherePlugin",
"messageKey" : "PrepareEsxiForVsanDedupAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.220Z",
"updateTimestamp" : "2019-08-28T08:38:37.220Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_InitialEnvironmentSetup_VspherePlugin_EnableVsanDedupOnFirstHostAction_3",
"processingStateDescription" : "Enable vSAN Deduplication for the First Host",
"name" : "Enable vSAN Deduplication for the First Host Action",
"description" : "Enable vSAN Deduplication for the First Host",
"localizableNamePack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.VspherePlugin",
"messageKey" : "EnableVsanDedupOnFirstHostAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.VspherePlugin",
"messageKey" : "EnableVsanDedupOnFirstHostAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.224Z",
"updateTimestamp" : "2019-08-28T08:38:37.224Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_InitialEnvironmentSetup_HostPlugin_CreateVmPortGroupAction_4",
"processingStateDescription" : "Create 'VM Network' Portgroup on ESXi Hosts",
"name" : "Create 'VM Network' Portgroup on ESXi Hosts",
"description" : "Create 'VM Network' Portgroup on ESXi Hosts",
"localizableNamePack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.HostPlugin",
"messageKey" : "CreateVmPortGroupAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.HostPlugin",
"messageKey" : "CreateVmPortGroupAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.227Z",
"updateTimestamp" : "2019-08-28T08:38:37.227Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_InitialEnvironmentSetup_HostPlugin_ReconfigureHostDnsAction_5",
"processingStateDescription" : "Configure ESXi Host DNS",
"name" : "Configure ESXi Host DNS",
"description" : "Configure ESXi Host DNS",
"localizableNamePack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.HostPlugin",
"messageKey" : "ReconfigureHostDnsAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.HostPlugin",
"messageKey" : "ReconfigureHostDnsAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.231Z",
"updateTimestamp" : "2019-08-28T08:38:37.231Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_InitialEnvironmentSetup_com.vmware.evo.sddc.bringup.plugin.spi.VspherePlugin_DetermineSoftwareVersionAction_6",
"processingStateDescription" : "Determine Software Version on ESXi Hosts",
"name" : "Determine Software Version on ESXi Hosts",
"description" : "Determine Software Version on ESXi Hosts",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "DetermineSoftwareVersionAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "DetermineSoftwareVersionAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.234Z",
"updateTimestamp" : "2019-08-28T08:38:37.234Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "PSCDeploymentInputGeneration",
"processingStateDescription" : "Generate Platform Services Controller Deployment Input Data",
"name" : "Generate Platform Services Controller Deployment Input Data",
"description" : "Generate Platform Services Controller Deployment Input Data",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "PSCDeploymentInputGeneration.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "PSCDeploymentInputGeneration.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.238Z",
"updateTimestamp" : "2019-08-28T08:38:37.238Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PSCDeployment_PscPlugin_DeployPsc1Action_1",
"processingStateDescription" : "Deploy Platform Service Controller",
"name" : "Deploy Platform Service Controller",
"description" : "Deploy Platform Service Controller",
"localizableNamePack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.plugins.PscPlugin",
"messageKey" : "DeployPsc1Action.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.plugins.PscPlugin",
"messageKey" : "DeployPsc1Action.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.243Z",
"updateTimestamp" : "2019-08-28T08:38:37.243Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PSCDeployment_PscPlugin_CreateUserGroupsAction_2",
"processingStateDescription" : "Create Admin User Groups in vsphere.local Domain",
"name" : "Create Admin User Groups in vsphere.local Domain",
"description" : "Create Admin User Groups in vsphere.local Domain",
"localizableNamePack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.plugins.PscPlugin",
"messageKey" : "CreateUserGroupsAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.plugins.PscPlugin",
"messageKey" : "CreateUserGroupsAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.248Z",
"updateTimestamp" : "2019-08-28T08:38:37.248Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_GenerateLicenseRenameInput_ProxyContractPlugin_ProxyContractAction_0",
"processingStateDescription" : "Automation Helper Action",
"name" : "ProxyContractAction",
"description" : "Automation Helper Action",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.orchestrator.core.recipes.spel.ProxyContractPlugin",
"messageKey" : "ProxyContractAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.orchestrator.core.recipes.spel.ProxyContractPlugin",
"messageKey" : "ProxyContractAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.253Z",
"updateTimestamp" : "2019-08-28T08:38:37.253Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "GenerateLicenseRenameInput",
"processingStateDescription" : "Generate license rename input",
"name" : "Generate vCenter License Rename Input Data",
"description" : "Generate license rename input",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.recipes.GenerateLicenseRenameInput",
"messageKey" : "GenerateLicenseRenameInput.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.recipes.GenerateLicenseRenameInput",
"messageKey" : "GenerateLicenseRenameInput.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.258Z",
"updateTimestamp" : "2019-08-28T08:38:37.258Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "GenerateVcDeploymentInput",
"processingStateDescription" : "Generate Vc Deployment Input",
"name" : "Generate vCenter Server Deployment Input Data",
"description" : "Generate Vc Deployment Input",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateVcDeploymentInput.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateVcDeploymentInput.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.264Z",
"updateTimestamp" : "2019-08-28T08:38:37.264Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_VCDeployment_VcPlugin_DeployVcAction_3",
"processingStateDescription" : "Deploy vCenter Server",
"name" : "Deploy vCenter Server",
"description" : "Deploy vCenter Server",
"localizableNamePack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.plugins.VcPlugin",
"messageKey" : "DeployVcAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.plugins.VcPlugin",
"messageKey" : "DeployVcAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.269Z",
"updateTimestamp" : "2019-08-28T08:38:37.269Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_VCDeployment_VcPlugin_ApplyVcLicenseAction_4",
"processingStateDescription" : "Apply vCenter Server, vSphere, and vSAN Licenses",
"name" : "Apply vCenter Server, vSphere, and vSAN Licenses",
"description" : "Apply vCenter Server, vSphere, and vSAN Licenses",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.VCDeployment",
"messageKey" : "ApplyVcLicenseAction.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.VCDeployment",
"messageKey" : "ApplyVcLicenseAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.272Z",
"updateTimestamp" : "2019-08-28T08:38:37.272Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_VCDeployment_LicensePlugin_RenameLicense_5",
"processingStateDescription" : "Rename the Applied vCenter License in vCenter Server",
"name" : "Rename the Applied vCenter License in vCenter Server",
"description" : "Rename the Applied vCenter License in vCenter Server",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.VCDeployment",
"messageKey" : "RenameLicense.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.VCDeployment",
"messageKey" : "RenameLicense.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.276Z",
"updateTimestamp" : "2019-08-28T08:38:37.276Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Create vSphere Cluster",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "CreateCluster.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "CreateCluster.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Enable vSphere DRS",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "EnableClusterDrs.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "EnableClusterDrs.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Apply vSAN Dormant License File (DLF)",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "ApplyVsanDlf.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "ApplyVsanDlf.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Apply vSAN License",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "ApplyVsanLicense.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "ApplyVsanLicense.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Generate vSAN License Rename Input Data",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.ManagementClusterConfiguration",
"messageKey" : "GenerateVSANLicenseRenameInputId.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.ManagementClusterConfiguration",
"messageKey" : "GenerateVSANLicenseRenameInputId.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Rename the Applied VSAN License in vCenter Server",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.ManagementClusterConfiguration",
"messageKey" : "RenameVSANLicenseId.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.ManagementClusterConfiguration",
"messageKey" : "RenameVSANLicenseId.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Assign Administrator Privileges to SDDCAdmins Group",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "AuthorizeSddcAdminGroup.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "AuthorizeSddcAdminGroup.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Create vSphere Distributed Switch",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "CreateDvs.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "CreateDvs.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Add ESXi Host to vSphere Cluster",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "AddHostToCluster.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "AddHostToCluster.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Enable/Disable EVC Mode on vSphere Cluster",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "EnableEvc.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "EnableEvc.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Add ESXi Hosts to vSphere Distributed Switch",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "AddHostToDvswitch.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "AddHostToDvswitch.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Create VM Folders",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "CreateVmFolders.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "CreateVmFolders.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Create Network Folders",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "CreateNetworkFolders.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "CreateNetworkFolders.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Create vMotion vmknics",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "CreateVmotionVmknics.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "CreateVmotionVmknics.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Create vSAN vmknics",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "CreateVsanVmknics.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "CreateVsanVmknics.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Configure VLANs on vSphere Distributed Switch Portgroups",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "TagVlanIdsOnPortgroups.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "TagVlanIdsOnPortgroups.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Migrate VMs to vSphere Distributed Switch",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "MigrateVmsToPortgroups.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "MigrateVmsToPortgroups.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Migrate ESXi Host vmknics to vSphere Distributed Switch",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "MigrateHostVmknicsToPortgroups.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "MigrateHostVmknicsToPortgroups.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Detach ESXi Host vmnics from vSphere Standard Switch",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "DetachVmnicFromVswitch.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "DetachVmnicFromVswitch.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Attach ESXi Host vmnics to vSphere Distributed Switch",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "AttachVmnicToDvs.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "AttachVmnicToDvs.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Remove vSphere Standard Switch",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "RemoveVswitch.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "RemoveVswitch.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Update vSAN Hardware Compatability List (HCL) Database",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "UpdateVsanHcl.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "UpdateVsanHcl.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Enable vSAN",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "EnableVsan.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "EnableVsan.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Enable vSAN Deduplication on Cluster",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.VspherePlugin",
"messageKey" : "EnableVsanDedupOnClusterAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.VspherePlugin",
"messageKey" : "EnableVsanDedupOnClusterAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Enable vSAN Storage Policies",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "EnableVsanPolicies.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "EnableVsanPolicies.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Create vSAN Disk Groups",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "VsanClaimDisks.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "VsanClaimDisks.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ManagementClusterConfiguration",
"processingStateDescription" : "Create Vsphere Cluster",
"name" : "Create Resource Pools in vCenter Server",
"description" : "Create Vsphere Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "CreateResourcePool.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.vsphere.action.VsphereActionPlugin",
"messageKey" : "CreateResourcePool.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.281Z",
"updateTimestamp" : "2019-08-28T08:38:37.281Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ApplyEsxLicense",
"processingStateDescription" : "Apply ESXi Host License Key",
"name" : "Apply ESXi Host License Key",
"description" : "Apply ESXi Host License Key",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.ApplyEsxLicense",
"messageKey" : "ApplyEsxiLicenseInVcAction.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.ApplyEsxLicense",
"messageKey" : "ApplyEsxiLicenseInVcAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.321Z",
"updateTimestamp" : "2019-08-28T08:38:37.321Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ApplyEsxLicense",
"processingStateDescription" : "Apply ESXi Host License Key",
"name" : "Generate ESXi License Rename Input Data",
"description" : "Apply ESXi Host License Key",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.ApplyEsxLicense",
"messageKey" : "GenerateLicenseRenameInput.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.ApplyEsxLicense",
"messageKey" : "GenerateLicenseRenameInput.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.321Z",
"updateTimestamp" : "2019-08-28T08:38:37.321Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "ApplyEsxLicense",
"processingStateDescription" : "Apply ESXi Host License Key",
"name" : "Rename the Applied ESXi License in vCenter Server",
"description" : "Apply ESXi Host License Key",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.ApplyEsxLicense",
"messageKey" : "RenameLicense.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.ApplyEsxLicense",
"messageKey" : "RenameLicense.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.321Z",
"updateTimestamp" : "2019-08-28T08:38:37.321Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Deploy NSX Manager",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "DeployNsxManager.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "DeployNsxManager.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Generate and Install VMCA Certificate on NSX Manager",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "UploadNsxManagerVmcaCert.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "UploadNsxManagerVmcaCert.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Update NSX Manager TLS Settings",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "UpdateNsxManagerTLSSettings.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "UpdateNsxManagerTLSSettings.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Register NSX Manager with vCenter Server",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action64.NsxServicePluginActionPlugin64",
"messageKey" : "RegisterVcNsx.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action64.NsxServicePluginActionPlugin64",
"messageKey" : "RegisterVcNsx.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Apply NSX Dormant License File (DLF)",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "UploadNsxDlf.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "UploadNsxDlf.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Apply NSX License",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "ApplyNsxLicense.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "ApplyNsxLicense.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Generate NSX License Rename Input Data",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.NSXvConfiguration",
"messageKey" : "GenerateLicenseRenameInputId.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.NSXvConfiguration",
"messageKey" : "GenerateLicenseRenameInputId.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Rename the Applied NSX License in vCenter Server",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.NSXvConfiguration",
"messageKey" : "RenameLicenseId.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.NSXvConfiguration",
"messageKey" : "RenameLicenseId.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Generate NSX Manager Input Data",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.vvd.plugin.VvdPlugin",
"messageKey" : "GenerateNsxInput.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.vvd.plugin.VvdPlugin",
"messageKey" : "GenerateNsxInput.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Configure DNS on the NSX Controller Cluster",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.common.nsx.NsxManagerPlugin",
"messageKey" : "ConfigureControllerDns.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.common.nsx.NsxManagerPlugin",
"messageKey" : "ConfigureControllerDns.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Configure NTP on the NSX Controller Cluster",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.common.nsx.NsxManagerPlugin",
"messageKey" : "ConfigureControllerNtp.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.common.nsx.NsxManagerPlugin",
"messageKey" : "ConfigureControllerNtp.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Create NSX Controller Cluster",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "DeployNsxController.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "DeployNsxController.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Configure VXLAN Transport",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "CreateVxlan.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "CreateVxlan.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Resolve NSX Cluster Issues",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "ResolveNsxClusterIssues.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "ResolveNsxClusterIssues.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Set Universal Sync Role on NSX Manager",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.nsx.NsxPlugin",
"messageKey" : "SetNsxRoleAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.nsx.NsxPlugin",
"messageKey" : "SetNsxRoleAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Create NSX Segment Range",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "CreateNsxSegmentRange.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "CreateNsxSegmentRange.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Create NSX Multicast Range",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.plugin.ConfigureNsxPlugin",
"messageKey" : "CreateMulticastRange.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.plugin.ConfigureNsxPlugin",
"messageKey" : "CreateMulticastRange.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Create NSX Transport Zone",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "CreateNsxTransportZone.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "CreateNsxTransportZone.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfiguration",
"processingStateDescription" : "Deploy and Configure NSX for vSphere",
"name" : "Configure SSO on NSX Manager",
"description" : "Deploy and Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "ConfigureSsoOnNSX.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "ConfigureSsoOnNSX.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.328Z",
"updateTimestamp" : "2019-08-28T08:38:37.328Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "GenerateLogInsightInput",
"processingStateDescription" : "Generate vRealize Log Insight Input Data",
"name" : "Generate vRealize Log Insight Input Data",
"description" : "Generate vRealize Log Insight Input Data",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateLogInsightInput.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateLogInsightInput.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.359Z",
"updateTimestamp" : "2019-08-28T08:38:37.359Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_LogInsightDeployment_DeployLogInsightPlugin_DeployLogInsightAction_1",
"processingStateDescription" : "Deploy vRealize Log Insight",
"name" : "Deploy vRealize Log Insight",
"description" : "Deploy vRealize Log Insight",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.DeployLogInsightPlugin",
"messageKey" : "DeployLogInsightAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.DeployLogInsightPlugin",
"messageKey" : "DeployLogInsightAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.364Z",
"updateTimestamp" : "2019-08-28T08:38:37.364Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_LogInsightDeployment_ConfigureLogInsightPlugin_AddLogInsightLicenseAction_2",
"processingStateDescription" : "Apply vRealize Log Insight License",
"name" : "Apply vRealize Log Insight License Action",
"description" : "Apply vRealize Log Insight License",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureLogInsightPlugin",
"messageKey" : "AddLogInsightLicenseAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureLogInsightPlugin",
"messageKey" : "AddLogInsightLicenseAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.368Z",
"updateTimestamp" : "2019-08-28T08:38:37.368Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_LogInsightDeployment_ConfigureLogInsightPlugin_BootstrapLogInsightClusterAction_3",
"processingStateDescription" : "Bootstrap vRealize Log Insight Cluster",
"name" : "Bootstrap vRealize Log Insight Cluster Action",
"description" : "Bootstrap vRealize Log Insight Cluster",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureLogInsightPlugin",
"messageKey" : "BootstrapLogInsightClusterAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureLogInsightPlugin",
"messageKey" : "BootstrapLogInsightClusterAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.372Z",
"updateTimestamp" : "2019-08-28T08:38:37.372Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_LogInsightDeployment_ConfigureLogInsightPlugin_GenerateLogInsightCertificateAction_4",
"processingStateDescription" : "Generate and Install VMCA Certificate for vRealize Log Insight",
"name" : "Generate and Install VMCA Certificate for vRealize Log Insight",
"description" : "Generate and Install VMCA Certificate for vRealize Log Insight",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureLogInsightPlugin",
"messageKey" : "GenerateLogInsightCertificateAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureLogInsightPlugin",
"messageKey" : "GenerateLogInsightCertificateAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.377Z",
"updateTimestamp" : "2019-08-28T08:38:37.377Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_LogInsightDeployment_ConfigureLogInsightPlugin_DisableTlsOnLogInsightAction_5",
"processingStateDescription" : "Disable TLS 1.0 on vRealize Log Insight Nodes",
"name" : "Disable TLS 1.0 on vRealize Log Insight Nodes Action",
"description" : "Disable TLS 1.0 on vRealize Log Insight Nodes",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureLogInsightPlugin",
"messageKey" : "DisableTlsOnLogInsightAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureLogInsightPlugin",
"messageKey" : "DisableTlsOnLogInsightAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.381Z",
"updateTimestamp" : "2019-08-28T08:38:37.381Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_LogInsightDeployment_ConfigureLogInsightPlugin_InstallContentPacksInLogInsightAction_6",
"processingStateDescription" : "Install vRealize Log Insight Content Packs",
"name" : "Install vRealize Log Insight Content Packs Action",
"description" : "Install vRealize Log Insight Content Packs",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureLogInsightPlugin",
"messageKey" : "InstallContentPacksInLogInsightAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureLogInsightPlugin",
"messageKey" : "InstallContentPacksInLogInsightAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.385Z",
"updateTimestamp" : "2019-08-28T08:38:37.385Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "GenerateNsxvLogInsightIntegrationInput",
"processingStateDescription" : "Generate NsxvLogInsightIntegration input",
"name" : "Generate NSX for vSphere Integration with vRealize Log Insight Input Data",
"description" : "Generate NsxvLogInsightIntegration input",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateNsxvLogInsightIntegrationInput.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateNsxvLogInsightIntegrationInput.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.389Z",
"updateTimestamp" : "2019-08-28T08:38:37.389Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_NsxvLogInsightIntegration_ConfigureSyslogInNsxPlugin_ConfigureSyslogInNsxManagerAction_1",
"processingStateDescription" : "Configure Syslog Settings for NSX Manager",
"name" : "Configure Syslog Settings for NSX Manager",
"description" : "Configure Syslog Settings for NSX Manager",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureSyslogInNsxPlugin",
"messageKey" : "ConfigureSyslogInNsxManagerAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureSyslogInNsxPlugin",
"messageKey" : "ConfigureSyslogInNsxManagerAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.392Z",
"updateTimestamp" : "2019-08-28T08:38:37.392Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_NsxvLogInsightIntegration_ConfigureSyslogInNsxPlugin_ConfigureSyslogInNsxControllerAction_2",
"processingStateDescription" : "Configure Syslog Settings for NSX Controllers",
"name" : "Configure Syslog Settings for NSX Controllers",
"description" : "Configure Syslog Settings for NSX Controllers",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureSyslogInNsxPlugin",
"messageKey" : "ConfigureSyslogInNsxControllerAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureSyslogInNsxPlugin",
"messageKey" : "ConfigureSyslogInNsxControllerAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.396Z",
"updateTimestamp" : "2019-08-28T08:38:37.396Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "GenerateSddcManagerInput",
"processingStateDescription" : "Generate SDDC Manager Input Data",
"name" : "Generate SDDC Manager Input Data",
"description" : "Generate SDDC Manager Input Data",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateSddcManagerInput.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateSddcManagerInput.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.399Z",
"updateTimestamp" : "2019-08-28T08:38:37.399Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_SDDCManagerConfiguration_SddcManagerContractPlugin_DeploySddcManagerOnClusterAction_1",
"processingStateDescription" : "Deploy SDDC Manager",
"name" : "Deploy SDDC Manager",
"description" : "Deploy SDDC Manager",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "DeploySddcManagerOnClusterAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "DeploySddcManagerOnClusterAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.405Z",
"updateTimestamp" : "2019-08-28T08:38:37.405Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_SDDCManagerConfiguration_SddcManagerContractPlugin_ConfigureLCMRepoOnSddcManagerAction_2",
"processingStateDescription" : "Configure Lifecycle Management Repository on SDDC Manager",
"name" : "Configure Lifecycle Management Repository on SDDC Manager",
"description" : "Configure Lifecycle Management Repository on SDDC Manager",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "ConfigureLCMRepoOnSddcManagerAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "ConfigureLCMRepoOnSddcManagerAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.410Z",
"updateTimestamp" : "2019-08-28T08:38:37.410Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_SDDCManagerConfiguration_HostPlugin_CreateNFSDatastoreOnHostsAction_3",
"processingStateDescription" : "Mount Repository NFS Datastore on ESXi Hosts",
"name" : "Mount Repository NFS Datastore on ESXi Hosts",
"description" : "Mount Repository NFS Datastore on ESXi Hosts",
"localizableNamePack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.HostPlugin",
"messageKey" : "CreateNFSDatastoreOnHostsAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.HostPlugin",
"messageKey" : "CreateNFSDatastoreOnHostsAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.414Z",
"updateTimestamp" : "2019-08-28T08:38:37.414Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_SDDCManagerConfiguration_SddcManagerContractPlugin_ConfigureBaseImageRepoAction_4",
"processingStateDescription" : "Configure Base Install Image Repository on SDDC Manager",
"name" : "Configure Base Install Image Repository on SDDC Manager",
"description" : "Configure Base Install Image Repository on SDDC Manager",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "ConfigureBaseImageRepoAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "ConfigureBaseImageRepoAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.417Z",
"updateTimestamp" : "2019-08-28T08:38:37.417Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_SDDCManagerConfiguration_SddcManagerContractPlugin_InstallVmcaRootCertOnSddcManagerAction_5",
"processingStateDescription" : "Install VMCA Root Certificate on SDDC Manager",
"name" : "Install VMCA Root Certificate on SDDC Manager",
"description" : "Install VMCA Root Certificate on SDDC Manager",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "InstallVmcaRootCertOnSddcManagerAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "InstallVmcaRootCertOnSddcManagerAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.421Z",
"updateTimestamp" : "2019-08-28T08:38:37.421Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_SDDCManagerConfiguration_SddcManagerContractPlugin_InstallSddcManagerVmcaCertificateAction_6",
"processingStateDescription" : "Generate and Install VMCA Certificate on SDDC Manager",
"name" : "Generate and Install VMCA Certificate on SDDC Manager",
"description" : "Generate and Install VMCA Certificate on SDDC Manager",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "InstallSddcManagerVmcaCertificateAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "InstallSddcManagerVmcaCertificateAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.425Z",
"updateTimestamp" : "2019-08-28T08:38:37.425Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "GenerateInventoryForSddcManagerConfiguration",
"processingStateDescription" : "Generate Inventory Data For SDDC Manager Configuration",
"name" : "Generate Inventory data For SDDC Manager Configuration",
"description" : "Generate Inventory Data For SDDC Manager Configuration",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateInventoryForSddcManagerConfiguration.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateInventoryForSddcManagerConfiguration.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.429Z",
"updateTimestamp" : "2019-08-28T08:38:37.429Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_SDDCManagerPostInventory_SddcManagerContractPlugin_PostInventoryAndCredentialsAction_1",
"processingStateDescription" : "Update SDDC Manager Inventory with Credential Details",
"name" : "Update SDDC Manager Inventory with Credential Details",
"description" : "Update SDDC Manager Inventory with Credential Details",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "PostInventoryAndCredentialsAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "PostInventoryAndCredentialsAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.433Z",
"updateTimestamp" : "2019-08-28T08:38:37.433Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_SDDCManagerPostInventory_SddcManagerContractPlugin_PostNetworkPoolInventoryAction_2",
"processingStateDescription" : "Update SDDC Manager Inventory with Network Pool Details",
"name" : "Update SDDC Manager Inventory with Network Pool Details",
"description" : "Update SDDC Manager Inventory with Network Pool Details",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "PostNetworkPoolInventoryAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "PostNetworkPoolInventoryAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.437Z",
"updateTimestamp" : "2019-08-28T08:38:37.437Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_SDDCManagerPostInventory_SddcManagerContractPlugin_PostSddcLicenseInventoryAction_3",
"processingStateDescription" : "Update SDDC Manager Inventory with License Details",
"name" : "Update SDDC Manager Inventory with License Details",
"description" : "Update SDDC Manager Inventory with License Details",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "PostSddcLicenseInventoryAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "PostSddcLicenseInventoryAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.441Z",
"updateTimestamp" : "2019-08-28T08:38:37.441Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_SddcManagerKnownHostsConfiguration_ProxyContractPlugin_ProxyContractAction_17",
"processingStateDescription" : "Automation Helper Action",
"name" : "ProxyContractAction",
"description" : "Automation Helper Action",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.orchestrator.core.recipes.spel.ProxyContractPlugin",
"messageKey" : "ProxyContractAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.orchestrator.core.recipes.spel.ProxyContractPlugin",
"messageKey" : "ProxyContractAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.444Z",
"updateTimestamp" : "2019-08-28T08:38:37.444Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "GenerateSddcManagerInput",
"processingStateDescription" : "Generate SDDC Manager Input Data",
"name" : "Generate SDDC Manager Input Data",
"description" : "Generate SDDC Manager Input Data",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateSddcManagerInput.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateSddcManagerInput.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.447Z",
"updateTimestamp" : "2019-08-28T08:38:37.447Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "GenerateVsphereMachineSshEntities",
"processingStateDescription" : "Generate ESXi Host SSH Key Input Data",
"name" : "Generate ESXi Host SSH Key Input Data",
"description" : "Generate ESXi Host SSH Key Input Data",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateVsphereMachineSshEntities.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateVsphereMachineSshEntities.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.453Z",
"updateTimestamp" : "2019-08-28T08:38:37.453Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_SddcManagerKnownHostsConfiguration_VsphereContractPlugin_RotateMachineSshKeys_2",
"processingStateDescription" : "Rotate ESXi Host SSH Keys",
"name" : "Rotate ESXi Host SSH Keys",
"description" : "Rotate ESXi Host SSH Keys",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.vsphere.contract.VsphereContractPlugin",
"messageKey" : "RotateMachineSshKeys.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.vsphere.contract.VsphereContractPlugin",
"messageKey" : "RotateMachineSshKeys.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.456Z",
"updateTimestamp" : "2019-08-28T08:38:37.456Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_SddcManagerKnownHostsConfiguration_SddcManagerContractPlugin_UpdateKnownHostsOnSddcManager_3",
"processingStateDescription" : "Update Known Hosts in SDDC Manager",
"name" : "Update Known Hosts in SDDC Manager",
"description" : "Update Known Hosts in SDDC Manager",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "UpdateKnownHostsOnSddcManager.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.sddcmanager.SddcManagerContractPlugin",
"messageKey" : "UpdateKnownHostsOnSddcManager.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.459Z",
"updateTimestamp" : "2019-08-28T08:38:37.459Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "GenerateVsphereInput",
"processingStateDescription" : "Generate vSphere Input Data",
"name" : "Generate vSphere Input Data",
"description" : "Generate vSphere Input Data",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateVsphereInput.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateVsphereInput.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.462Z",
"updateTimestamp" : "2019-08-28T08:38:37.462Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "GenerateSddcManagerInput",
"processingStateDescription" : "Generate SDDC Manager Input Data",
"name" : "Generate SDDC Manager Input Data",
"description" : "Generate SDDC Manager Input Data",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateSddcManagerInput.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateSddcManagerInput.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.465Z",
"updateTimestamp" : "2019-08-28T08:38:37.465Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_VcenterMessagesConfigurations_VsphereContractPlugin_PrepareVcenterMessages_2",
"processingStateDescription" : "Generate Configure vCenter Login Message and Message of the Day Input Data",
"name" : "Generate Configure vCenter Login Message and Message of the Day Input Data",
"description" : "Generate Configure vCenter Login Message and Message of the Day Input Data",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.vsphere.contract.VsphereContractPlugin",
"messageKey" : "PrepareVcenterMessages.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.vsphere.contract.VsphereContractPlugin",
"messageKey" : "PrepareVcenterMessages.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.471Z",
"updateTimestamp" : "2019-08-28T08:38:37.471Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_VcenterMessagesConfigurations_VsphereContractPlugin_ConfigureVcenterMessages_3",
"processingStateDescription" : "Configure vCenter Login Message and Message of the Day",
"name" : "Configure vCenter Login Message and Message of the Day",
"description" : "Configure vCenter Login Message and Message of the Day",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.vsphere.contract.VsphereContractPlugin",
"messageKey" : "ConfigureVcenterMessages.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.vsphere.contract.VsphereContractPlugin",
"messageKey" : "ConfigureVcenterMessages.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.474Z",
"updateTimestamp" : "2019-08-28T08:38:37.474Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "GenerateClusterConfigurationInput",
"processingStateDescription" : "Generate Cluster Configuration Input Data",
"name" : "Generate Post Cluster Configuration Input Data",
"description" : "Generate Cluster Configuration Input Data",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateClusterConfigurationInput.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateClusterConfigurationInput.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.477Z",
"updateTimestamp" : "2019-08-28T08:38:37.477Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "GenerateConfigureDeploymentDetailsActionInput",
"processingStateDescription" : "Generate Configure Deployment Details Action Input Data",
"name" : "Generate Configure Deployment Details Action Input Data",
"description" : "Generate Configure Deployment Details Action Input Data",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateConfigureDeploymentDetailsActionInput.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateConfigureDeploymentDetailsActionInput.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.483Z",
"updateTimestamp" : "2019-08-28T08:38:37.483Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_VspherePlugin_MigrateVmsToFoldersAction_2",
"processingStateDescription" : "Move VMs to VM Folders",
"name" : "Move VMs to VM Folders",
"description" : "Move VMs to VM Folders",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "MigrateVmsToFoldersAction.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "MigrateVmsToFoldersAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.486Z",
"updateTimestamp" : "2019-08-28T08:38:37.486Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_VspherePlugin_MigrateDvsToFolderAction_3",
"processingStateDescription" : "Move vSphere Distributed Switch to Network Folder",
"name" : "Move vSphere Distributed Switch to Network Folder",
"description" : "Move vSphere Distributed Switch to Network Folder",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "MigrateDvsToFolderAction.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "MigrateDvsToFolderAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.489Z",
"updateTimestamp" : "2019-08-28T08:38:37.489Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_VspherePlugin_DisableVsanForceProvisionAction_4",
"processingStateDescription" : "Disable vSAN Force Provisioning",
"name" : "Disable vSAN Force Provisioning",
"description" : "Disable vSAN Force Provisioning",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "DisableVsanForceProvisionAction.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "DisableVsanForceProvisionAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.492Z",
"updateTimestamp" : "2019-08-28T08:38:37.492Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_VspherePlugin_EnableVsanPoliciesAction_5",
"processingStateDescription" : "Enable vSAN Storage Policies",
"name" : "Enable vSAN Storage Policies",
"description" : "Enable vSAN Storage Policies",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "EnableVsanPoliciesAction.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "EnableVsanPoliciesAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.496Z",
"updateTimestamp" : "2019-08-28T08:38:37.496Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_VspherePlugin_RelocateAllVmsToResourcePoolAction_6",
"processingStateDescription" : "Move VMs to Resource Pools",
"name" : "Move VMs to Resource Pools",
"description" : "Move VMs to Resource Pools",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "RelocateAllVmsToResourcePoolAction.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "RelocateAllVmsToResourcePoolAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.499Z",
"updateTimestamp" : "2019-08-28T08:38:37.499Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_VspherePlugin_AdjustResourcePoolReservationAction_7",
"processingStateDescription" : "Set Reservations on Resource Pools",
"name" : "Set Reservations on Resource Pools",
"description" : "Set Reservations on Resource Pools",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "AdjustResourcePoolReservationAction.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "AdjustResourcePoolReservationAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.502Z",
"updateTimestamp" : "2019-08-28T08:38:37.502Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_VcPlugin_EnableClusterHaAction_8",
"processingStateDescription" : "Enable vSphere High Availability",
"name" : "Enable vSphere High Availability",
"description" : "Enable vSphere High Availability",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "EnableClusterHaAction.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "EnableClusterHaAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.505Z",
"updateTimestamp" : "2019-08-28T08:38:37.505Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_VcPlugin_CreateVmAntiAffinityRuleAction_9",
"processingStateDescription" : "Create VM Anti-Affinity Rules",
"name" : "Create VM Anti-Affinity Rules",
"description" : "Create VM Anti-Affinity Rules",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "CreateVmAntiAffinityRuleAction.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "CreateVmAntiAffinityRuleAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.508Z",
"updateTimestamp" : "2019-08-28T08:38:37.508Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_CreatePscVcVmGroupsPlugin_CreatePscVcVmGroupsContractAction_10",
"processingStateDescription" : "Create VM Groups",
"name" : "Create VM Groups",
"description" : "Create VM Groups",
"localizableNamePack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.CreatePscVcVmGroupsPlugin",
"messageKey" : "CreatePscVcVmGroupsContractAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.CreatePscVcVmGroupsPlugin",
"messageKey" : "CreatePscVcVmGroupsContractAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.511Z",
"updateTimestamp" : "2019-08-28T08:38:37.511Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_VspherePlugin_CreateClusterVmsToVmsRuleContractAction_11",
"processingStateDescription" : "Create VM-VM Startup Order Rule",
"name" : "Create VM-VM Startup Order Rule",
"description" : "Create VM-VM Startup Order Rule",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "CreateClusterVmsToVmsRuleContractAction.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "CreateClusterVmsToVmsRuleContractAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.514Z",
"updateTimestamp" : "2019-08-28T08:38:37.514Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_ClusterVmHostPlugin_CreateClusterHostGroupContractAction_12",
"processingStateDescription" : "Create vCenter VM/Host RuleNsxServiceImpl.java",
"name" : "Create vCenter VM/Host Rule",
"description" : "Create vCenter VM/Host RuleNsxServiceImpl.java",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "CreateClusterHostGroupContractAction.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "CreateClusterHostGroupContractAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.517Z",
"updateTimestamp" : "2019-08-28T08:38:37.517Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_ClusterVmHostPlugin_CreateClusterVmHostRuleContractAction_13",
"processingStateDescription" : "Create Platform Services Controller VM/Host Rule",
"name" : "Create Platform Services Controller VM/Host Rule",
"description" : "Create Platform Services Controller VM/Host Rule",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "CreatePSCVMHostRuleActionId.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "CreatePSCVMHostRuleActionId.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.520Z",
"updateTimestamp" : "2019-08-28T08:38:37.520Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_ClusterVmHostPlugin_CreateClusterVmHostRuleContractAction_14",
"processingStateDescription" : "Create Cluster Rule",
"name" : "Create Cluster Rule",
"description" : "Create Cluster Rule",
"localizableNamePack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.ClusterVmHostPlugin",
"messageKey" : "CreateClusterVmHostRuleContractAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.ClusterVmHostPlugin",
"messageKey" : "CreateClusterVmHostRuleContractAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.523Z",
"updateTimestamp" : "2019-08-28T08:38:37.523Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_VcPlugin_ConfigureEsxAdvancedOptionsAction_15",
"processingStateDescription" : "Configure ESXi Advanced Options",
"name" : "Configure ESXi Advanced Options",
"description" : "Configure ESXi Advanced Options",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "ConfigureEsxAdvancedOptionsAction.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "ConfigureEsxAdvancedOptionsAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.526Z",
"updateTimestamp" : "2019-08-28T08:38:37.526Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_VspherePlugin_ReconfigureHAOnClusterAction_16",
"processingStateDescription" : "Reconfigure vSphere High Availability",
"name" : "Reconfigure vSphere High Availability",
"description" : "Reconfigure vSphere High Availability",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "ReconfigureHAOnClusterAction.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "ReconfigureHAOnClusterAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.529Z",
"updateTimestamp" : "2019-08-28T08:38:37.529Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_VspherePlugin_ClearVsanAlarmsOnClusterAction_17",
"processingStateDescription" : "Clear Alarms on vSAN",
"name" : "Clear Alarms on vSAN",
"description" : "Clear Alarms on vSAN",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "ClearVsanAlarmsOnClusterAction.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "ClearVsanAlarmsOnClusterAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.532Z",
"updateTimestamp" : "2019-08-28T08:38:37.532Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_VspherePlugin_ClearRedAlarmsOnHostAction_18",
"processingStateDescription" : "Clear Alerts on Hosts",
"name" : "Clear Alerts on Hosts",
"description" : "Clear Alerts on Hosts",
"localizableNamePack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "ClearRedAlarmsOnHostAction.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.ems_recipes.PostClusterConfiguration",
"messageKey" : "ClearRedAlarmsOnHostAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.535Z",
"updateTimestamp" : "2019-08-28T08:38:37.535Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_PostClusterConfiguration_VspherePlugin_ConfigureDeploymentDetailsContractAction_19",
"processingStateDescription" : "Set SDDC Deployment Details on the Management vCenter Server",
"name" : "Set SDDC Deployment Details on the Management vCenter Server",
"description" : "Set SDDC Deployment Details on the Management vCenter Server",
"localizableNamePack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.VspherePlugin",
"messageKey" : "ConfigureDeploymentDetailsContractAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.vcf.common.fsm.plugins.action.VspherePlugin",
"messageKey" : "ConfigureDeploymentDetailsContractAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.539Z",
"updateTimestamp" : "2019-08-28T08:38:37.539Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "GenerateVsphereInput",
"processingStateDescription" : "Generate vSphere Input Data",
"name" : "Generate vSphere Input Data",
"description" : "Generate vSphere Input Data",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateVsphereInput.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateVsphereInput.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.542Z",
"updateTimestamp" : "2019-08-28T08:38:37.542Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_DisableBashShellOnVcAndPsc_VsphereContractPlugin_DisableBashShell_1",
"processingStateDescription" : "Disable Bash Shell on vCenter Server",
"name" : "Disable Bash Shell on vCenter Server",
"description" : "Disable Bash Shell on vCenter Server",
"localizableNamePack" : {
"component" : "workflowconfig.common_recipes.DisableBashShellOnVcAndPsc",
"messageKey" : "DisableBashShellOnVCenterId.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.common_recipes.DisableBashShellOnVcAndPsc",
"messageKey" : "DisableBashShellOnVCenterId.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.545Z",
"updateTimestamp" : "2019-08-28T08:38:37.545Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_DisableBashShellOnVcAndPsc_VsphereContractPlugin_DisableBashShell_2",
"processingStateDescription" : "Disable Bash Shell on Platform Services Controllers",
"name" : "Disable Bash Shell on Platform Services Controllers",
"description" : "Disable Bash Shell on Platform Services Controllers",
"localizableNamePack" : {
"component" : "workflowconfig.common_recipes.DisableBashShellOnVcAndPsc",
"messageKey" : "DisableBashShellOnPSCsId.name"
},
"localizableDescriptionPack" : {
"component" : "workflowconfig.common_recipes.DisableBashShellOnVcAndPsc",
"messageKey" : "DisableBashShellOnPSCsId.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.548Z",
"updateTimestamp" : "2019-08-28T08:38:37.548Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXvConfigurationForSDDCManager",
"processingStateDescription" : "Configure NSX for vSphere",
"name" : "Add VMs to NSX Distributed Firewall Exclusion List",
"description" : "Configure NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "AddVmsIntoDfwExclusionList.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.nsx.action63.NsxServicePluginActionPlugin63",
"messageKey" : "AddVmsIntoDfwExclusionList.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.551Z",
"updateTimestamp" : "2019-08-28T08:38:37.551Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "NSXBackupConfiguration",
"processingStateDescription" : "Configure Backup on NSX for vSphere",
"name" : "Configure NSX Manager Backups",
"description" : "Configure Backup on NSX for vSphere",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.bringup.plugin.spi.LcmPlugin",
"messageKey" : "ConfigureBackupForNSX.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.bringup.plugin.spi.LcmPlugin",
"messageKey" : "ConfigureBackupForNSX.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.554Z",
"updateTimestamp" : "2019-08-28T08:38:37.554Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "GenerateLogInsightInput",
"processingStateDescription" : "Generate vRealize Log Insight Input Data",
"name" : "Generate vRealize Log Insight Input Data",
"description" : "Generate vRealize Log Insight Input Data",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateLogInsightInput.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.input.generation.InputGenerationPlugin",
"messageKey" : "GenerateLogInsightInput.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.557Z",
"updateTimestamp" : "2019-08-28T08:38:37.557Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_LogInsightConfiguration_ConfigureLogInsightAgentPlugin_ConfigureSddcManagerInLogInsightAction_1",
"processingStateDescription" : "Configure Syslog Settings for SDDC Manager",
"name" : "Configure Syslog Settings for SDDC Manager",
"description" : "Configure Syslog Settings for SDDC Manager",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureLogInsightAgentPlugin",
"messageKey" : "ConfigureSddcManagerInLogInsightAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureLogInsightAgentPlugin",
"messageKey" : "ConfigureSddcManagerInLogInsightAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.561Z",
"updateTimestamp" : "2019-08-28T08:38:37.561Z"
}, {
"sddcId" : "b285bfc6-8ef2-48d3-a8e2-4ccf921b1f1a",
"processingStateName" : "_LogInsightConfiguration_ConfigureLogInsightAgentPlugin_ConfigureVCenterInLogInsightWithSyslogAction_2",
"processingStateDescription" : "Configure Syslog Settings for vCenter Server",
"name" : "Configure Syslog Settings for vCenter Server",
"description" : "Configure Syslog Settings for vCenter Server",
"localizableNamePack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureLogInsightAgentPlugin",
"messageKey" : "ConfigureVCenterInLogInsightWithSyslogAction.name"
},
"localizableDescriptionPack" : {
"component" : "com.vmware.evo.sddc.common.fsmplugins.loginsight.plugin.ConfigureLogInsightAgentPlugin",
"messageKey" : "ConfigureVCenterInLogInsightWithSyslogAction.desc"
},
"status" : "INITIALIZED",
"creationTimestamp" : "2019-08-28T08:38:37.565Z",
"updateTimestamp" : "2019-08-28T08:38:37.565Z"
} ]
}
2.2. Customer Experience Improvement Program
2.2.1. Get CEIP Status
Steps
-
Invoke the API.
cURL Request
$ curl 'https://sddc-manager.sfo01.rainpole.local/v1/system/ceip' -i -u 'admin:VMwareInfra@1' -X GET
HTTP Request
GET /v1/system/ceip HTTP/1.1
Host: sddc-manager.sfo01.rainpole.local
Authorization: Basic YWRtaW46Vk13YXJlSW5mcmFAMQ==
HTTP Response
HTTP/1.1 200 OK
Content-Length: 83
Content-Type: application/json;charset=UTF-8
{
"status" : "ENABLED",
"instanceId" : "3f39d4a1-78d2-11e8-af85-f1cf26258cdc"
}
2.2.2. Update CEIP Status
Steps
-
Invoke the API.
cURL Request
$ curl 'https://sddc-manager.sfo01.rainpole.local/v1/system/ceip' -i -u 'admin:VMwareInfra@1' -X PATCH \
-H 'Content-Type: application/json' \
-d '{
"status" : "ENABLE"
}'
HTTP Request
PATCH /v1/system/ceip HTTP/1.1
Host: sddc-manager.sfo01.rainpole.local
Authorization: Basic YWRtaW46Vk13YXJlSW5mcmFAMQ==
Content-Type: application/json
Content-Length: 25
{
"status" : "ENABLE"
}
HTTP Response
HTTP/1.1 202 Accepted
Location: /v1/tasks/3f39d4a1-78d2-11e8-af85-f1cf26258cdc
Content-Type: application/json
Content-Length: 79
{
"id" : "3f39d4a1-78d2-11e8-af85-f1cf26258cdc",
"status" : "IN_PROGRESS"
}
-
Track the task status using the "id" from the previous response. The GET URL is set in the header response and can be used directly. Refer to: Get a Task.
-
If the "status" is "IN_PROGRESS", the task is still in progress.
-
If the "status" is "SUCCESSFUL", the task is completed successfully.
-
If the "status" is "FAILED", the task can be re-executed.
-
Tip
|
To retry task refer to: Retry a Task. |
2.3. Network Pools
2.3.1. Create a Network Pool
-
Used to create a Network pool in the system. The added network pool would be used during domain deployments, host commission/expansion flows.
-
If a network pool which is already added before is added, you will get an error with HTTP status 400.
-
If a malformed network pool is added (payload for network parameters, name which is already exist), you will get an error.
Prerequisites
-
The following data is required
-
Name
-
List of networks associated with network pool in which each network has
-
Network type - It can be VSAN, VMOTION or NFS Type.
-
VLAN ID - Valid Vlan id range is 0 to 4096.
-
MTU - Valid MTU range is 1500 to 9216.
-
Subnet - Networks of diferent types (e.g. VSAN/VMOTION/NFS) must not have overlapping subnets
-
Subnet mask
-
gateway - The gateway defined for the specified subnet
-
List of IP address ranges - the start and end IP address of each IP Pool should be part of the subnet
-
-
Steps
-
Invoke the API
cURL Request
$ curl 'https://sddc-manager.sfo01.rainpole.local/v1/network-pools' -i -u 'admin:VMwareInfra@1' -X POST \
-H 'Content-Type: application/json' \
-d '{
"name" : "engineering-networkpool",
"networks" : [ {
"type" : "VSAN",
"vlanId" : 3002,
"mtu" : 9001,
"subnet" : "192.168.8.0",
"mask" : "255.255.252.0",
"gateway" : "192.168.8.1",
"ipPools" : [ {
"start" : "192.168.8.5",
"end" : "192.168.8.8"
} ]
} ]
}'
HTTP Request
POST /v1/network-pools HTTP/1.1
Host: sddc-manager.sfo01.rainpole.local
Authorization: Basic YWRtaW46Vk13YXJlSW5mcmFAMQ==
Content-Length: 304
Content-Type: application/json
{
"name" : "engineering-networkpool",
"networks" : [ {
"type" : "VSAN",
"vlanId" : 3002,
"mtu" : 9001,
"subnet" : "192.168.8.0",
"mask" : "255.255.252.0",
"gateway" : "192.168.8.1",
"ipPools" : [ {
"start" : "192.168.8.5",
"end" : "192.168.8.8"
} ]
} ]
}
HTTP Response
HTTP/1.1 201 Created
Location: /v1/network-pools/b4822234-76d2-4068-a281-7c9ca0ee7347
2.3.2. Get the Network Pools
Prerequisites
None
Steps
-
Invoke the API
cURL Request
$ curl 'https://sddc-manager.sfo01.rainpole.local/v1/network-pools' -i -u 'admin:VMwareInfra@1' -X GET \
-H 'Content-Type: application/json'
HTTP Request
GET /v1/network-pools HTTP/1.1
Host: sddc-manager.sfo01.rainpole.local
Authorization: Basic YWRtaW46Vk13YXJlSW5mcmFAMQ==
Content-Type: application/json
HTTP Response
HTTP/1.1 200 OK
Content-Type: application/json;charset=UTF-8
Content-Length: 375
{
"elements" : [ {
"id" : "7e213359-512b-456d-935a-ad47f61642cd",
"name" : "engineering-networkpool",
"networks" : [ {
"id" : "6b0033dc-8a7f-4a9c-8b64-139a9a15d326"
} ]
}, {
"id" : "ad73b695-53b1-4cef-95a2-c39c8c48b2c4",
"name" : "finance-networkpool",
"networks" : [ {
"id" : "cca551ce-8a8b-49ef-8ba6-ef0fbc21b696"
} ]
} ]
}
2.3.3. Get a Network Pool
Prerequisites
-
The following data is required
-
ID of the network pool
-
Steps
-
Invoke the API
cURL Request
$ curl 'https://sddc-manager.sfo01.rainpole.local/v1/network-pools/ed8782d8-0cad-496b-a160-7ad990d16f87' -i -u 'admin:VMwareInfra@1' -X GET \
-H 'Content-Type: application/json'
HTTP Request
GET /v1/network-pools/ed8782d8-0cad-496b-a160-7ad990d16f87 HTTP/1.1
Host: sddc-manager.sfo01.rainpole.local
Authorization: Basic YWRtaW46Vk13YXJlSW5mcmFAMQ==
Content-Type: application/json
HTTP Response
HTTP/1.1 200 OK
Content-Length: 165
Content-Type: application/json;charset=UTF-8
{
"id" : "ed8782d8-0cad-496b-a160-7ad990d16f87",
"name" : "engineering-networkpool",
"networks" : [ {
"id" : "d34e9917-fa56-452b-b625-3f8b51a8e501"
} ]
}
2.3.4. Get a Network of a Network Pool
Prerequisites
-
The following data is required
-
ID of the network
-
Steps
-
Invoke the API
cURL Request
$ curl 'https://sddc-manager.sfo01.rainpole.local/v1/network-pools/e698c5ae-3803-4b5f-ae9b-4465a1d13d70/networks/9f5a1d72-5a4b-4965-808c-29e67f30ec11' -i -u 'admin:VMwareInfra@1' -X GET \
-H 'Content-Type: application/json'
HTTP Response
HTTP/1.1 200 OK
Content-Length: 270
Content-Type: application/json;charset=UTF-8
{
"id" : "9f5a1d72-5a4b-4965-808c-29e67f30ec11",
"type" : "VSAN",
"vlanId" : 3002,
"mtu" : 9216,
"subnet" : "192.168.8.0",
"mask" : "255.255.252.0",
"gateway" : "192.168.8.1",
"ipPools" : [ {
"start" : "192.168.8.5",
"end" : "192.168.8.8"
} ]
}
2.3.5. Delete a Network Pool
-
Used to delete a Network pool.
-
Deleting a networkpool which is being used, will give an error.
-
Deleting a networkpool which does not exist, will give a HTTP response code 404.
Prerequisites
-
The following data is required
-
ID of the network pool
-
Steps
-
Invoke the API
Tip
|
Refer to: Get the Network Pools to retrieve all network pools in the system and use the ID of network pool to be deleted. |
cURL Request
$ curl 'https://sddc-manager.sfo01.rainpole.local/v1/network-pools/c7c24fdd-a86f-4dfb-a93b-e1e7a01cfefb' -i -u 'admin:VMwareInfra@1' -X DELETE \
-H 'Content-Type: application/json'
HTTP Request
DELETE /v1/network-pools/c7c24fdd-a86f-4dfb-a93b-e1e7a01cfefb HTTP/1.1
Host: sddc-manager.sfo01.rainpole.local
Authorization: Basic YWRtaW46Vk13YXJlSW5mcmFAMQ==
Content-Type: application/json
HTTP Response
HTTP/1.1 204 No Content
2.3.6. Add an IP Pool to a Network of a Network Pool
Prerequisites
-
The following data is required
-
ID of the network pool
-
Tip
|
Refer to: Get the Network Pools |
-
ID of the network.
Tip
|
Refer to: Get a Network of a Network Pool |
-
The start and end IP addresses for the IP pool
Steps
-
Invoke the API
cURL Request
$ curl 'https://sddc-manager.sfo01.rainpole.local/v1/network-pools/025865b9-6663-490b-92a8-c5ab0bec6f6b/networks/46385fad-c925-4873-8410-678d2d470f3d/ip-pools' -i -u 'admin:VMwareInfra@1' -X POST \
-H 'Content-Type: application/json' \
-d '{
"start" : "192.168.8.5",
"end" : "192.168.8.8"
}'
Request Body
POST /v1/network-pools/025865b9-6663-490b-92a8-c5ab0bec6f6b/networks/46385fad-c925-4873-8410-678d2d470f3d/ip-pools HTTP/1.1
Content-Length: 54
Host: sddc-manager.sfo01.rainpole.local
Authorization: Basic YWRtaW46Vk13YXJlSW5mcmFAMQ==
Content-Type: application/json
{
"start" : "192.168.8.5",
"end" : "192.168.8.8"
}
Response Body
HTTP/1.1 200 OK
Content-Length: 270
Content-Type: application/json;charset=UTF-8
{
"id" : "2d64834e-9eb7-42ae-905c-83cfb9dbbc9a",
"type" : "VSAN",
"vlanId" : 3002,
"mtu" : 9216,
"subnet" : "192.168.8.0",
"mask" : "255.255.252.0",
"gateway" : "192.168.8.1",
"ipPools" : [ {
"start" : "192.168.8.5",
"end" : "192.168.8.8"
} ]
}
2.3.7. Delete an IP Pool from a Network of a Network Pool
Prerequisites
-
The following data is required
-
ID of the IP pool
-
Steps
-
Invoke the API
cURL Request
$ curl 'https://sddc-manager.sfo01.rainpole.local/v1/network-pools/9b077b48-fdbd-4d01-b55d-701543aaf0f9/networks/9d58ec4c-f0d1-4f3c-a3d6-a3c7b9dae171/ip-pools' -i -u 'admin:VMwareInfra@1' -X DELETE \
-H 'Content-Type: application/json' \
-d '{
"start" : "192.168.8.5",
"end" : "192.168.8.8"
}'
Response Body
DELETE /v1/network-pools/9b077b48-fdbd-4d01-b55d-701543aaf0f9/networks/9d58ec4c-f0d1-4f3c-a3d6-a3c7b9dae171/ip-pools HTTP/1.1
Content-Length: 54
Host: sddc-manager.sfo01.rainpole.local
Authorization: Basic YWRtaW46Vk13YXJlSW5mcmFAMQ==
Content-Type: application/json
{
"start" : "192.168.8.5",
"end" : "192.168.8.8"
}
Response Body
HTTP/1.1 204 No Content
2.4. Tasks
2.4.1. Get the Tasks
Prerequisites
None
Steps
-
Invoke the API
cURL Request
$ curl 'https://sddc-manager.sfo01.rainpole.local/v1/tasks' -i -u 'admin:VMwareInfra@1' -X GET \
-H 'Content-Type: application/json'
HTTP Request
GET /v1/tasks HTTP/1.1
Host: sddc-manager.sfo01.rainpole.local
Authorization: Basic YWRtaW46Vk13YXJlSW5mcmFAMQ==
Content-Type: application/json
HTTP Response
HTTP/1.1 200 OK
Content-Length: 1808
Content-Type: application/json;charset=UTF-8
{
"elements" : [ {
"id" : "d685266a-b544-4295-86fd-bc8cee3fa297",
"name" : "Commissioning host(s) esxi-5.vrack.vsphere.local to VMware Cloud Foundation",
"status" : "Failed",
"creationTimestamp" : "2019-06-20T12:03:18.890Z",
"subTasks" : [ {
"name" : "HostVibValidationAction",
"description" : "Validate the hosts for any disallowed VIBS",
"status" : "SUCCESSFUL",
"creationTimestamp" : "2019-06-20T12:03:18.890Z"
}, {
"name" : "HostMaintenanceModeValidationAction",
"description" : "Verifies that none of the hosts are in maintenance mode",
"status" : "FAILED",
"creationTimestamp" : "2019-06-20T12:03:18.890Z"
}, {
"name" : "FetchDnsAndNtpAction",
"description" : "Fetches DNS \\u0026 NTP IPs",
"status" : "PENDING",
"creationTimestamp" : "2019-06-20T12:03:18.890Z"
} ],
"errors" : [ {
"errorCode" : "COMMISION_HOST_FAILED",
"message" : "Failed to Commissioning host(s) esxi-5.vrack.vsphere.local to VMware Cloud Foundation"
} ],
"resources" : [ {
"resourceId" : "b9f8552e-535a-4d3a-b826-99cf69f0a7e6",
"type" : "HOST"
} ],
"isCancellable" : false
}, {
"id" : "d9c054a7-81e9-4d7b-8574-fe7b0c3fd2cc",
"name" : "Credentials rotate operation",
"status" : "Successful",
"creationTimestamp" : "2019-06-20T12:03:18.890Z",
"subTasks" : [ {
"name" : "sddc-manager.vrack.vsphere.local:FTP",
"description" : "Password rotate for sddc-manager.vrack.vsphere.local and credential type FTP",
"status" : "SUCCESSFUL",
"creationTimestamp" : "2019-06-20T12:03:18.890Z"
} ],
"resources" : [ {
"resourceId" : "2191f134-fa4b-4226-9d64-e646f72892b2",
"type" : "HOST"
} ],
"isCancellable" : false
} ]
}
2.4.2. Get a Task
Prerequisites
-
The following data is required
-
ID of the task
-
Steps
-
Invoke the API
cURL Request
$ curl 'https://sddc-manager.sfo01.rainpole.local/v1/tasks/f09ffa27-9da6-41fd-a75a-50e6549d02c6' -i -u 'admin:VMwareInfra@1' -X GET \
-H 'Content-Type: application/json'
HTTP Request
GET /v1/tasks/f09ffa27-9da6-41fd-a75a-50e6549d02c6 HTTP/1.1
Host: sddc-manager.sfo01.rainpole.local
Authorization: Basic YWRtaW46Vk13YXJlSW5mcmFAMQ==
Content-Type: application/json
HTTP Response
HTTP/1.1 200 OK
Content-Length: 905
Content-Type: application/json;charset=UTF-8
{
"id" : "f09ffa27-9da6-41fd-a75a-50e6549d02c6",
"name" : "Vi workload Domain Creation",
"status" : "FAILED",
"creationTimestamp" : "1970-01-19T04:20:54.836Z",
"subTasks" : [ {
"name" : "HostVibValidationAction",
"description" : "Validate the hosts for any disallowed VIBS",
"status" : "SUCCESSFUL",
"creationTimestamp" : "2019-06-20T12:03:18.890Z"
}, {
"name" : "HostMaintenanceModeValidationAction",
"description" : "Verifies that none of the hosts are in maintenance mode",
"status" : "FAILED",
"creationTimestamp" : "2019-06-20T12:03:18.890Z"
}, {
"name" : "FetchDnsAndNtpAction",
"description" : "Fetches DNS \\u0026 NTP IPs",
"status" : "PENDING",
"creationTimestamp" : "2019-06-20T12:03:18.890Z"
} ],
"resources" : [ {
"resourceId" : "d1662e07-8698-47eb-849b-9a1121121fc3",
"type" : "HOST"
} ],
"isCancellable" : false
}
2.4.3. Retry a Task
Used to retry a failed task/workflow.
Prerequisites
-
The following data is required
-
ID of the failed task
-
Steps
-
Invoke the API
cURL Request
$ curl 'https://sddc-manager.sfo01.rainpole.local/v1/tasks/64cf103a-cfe3-4924-9702-e4e83fcff0c0' -i -u 'admin:VMwareInfra@1' -X PATCH \
-H 'Content-Type: application/json'
HTTP Request
PATCH /v1/tasks/64cf103a-cfe3-4924-9702-e4e83fcff0c0 HTTP/1.1
Host: sddc-manager.sfo01.rainpole.local
Authorization: Basic YWRtaW46Vk13YXJlSW5mcmFAMQ==
Content-Type: application/json
HTTP Response
HTTP/1.1 200 OK
Note
|
The credentials' update/rotate password tasks cannot be retried using this API. Refer to Retry a failed credentials task for a given ID section. |
2.5. Hosts
2.5.1. Commission the Hosts
Prerequisites
-
The following data is required
-
Username of each host
-
Password of each host
-
FQDN of each host
-
Network pool name to which each host has to be associated with (Optional)
-
Network pool ID to which each host has to be associated with
-
Tip
|
Refer to: Get the Network Pools and Get a Network of a Network Pool |
-
The host, if intended to be used for a vSAN domain, should be vSAN compliant and certified as per the VMware Hardware Compatibility Guide.
-
BIOS, HBA, SSD, HDD, etc. of the host must match the VMware Hardware Compatibility Guide.
-
The host must have the drivers and firmware versions specified in the VMware Hardware Compatibility Guide.
-
The host must have the supported version of ESXi (i.e 6.7.0-13006603) pre-installed on it.
-
SSH and syslog must be enabled on the host.
-
The host must be configured with DNS server for forward and reverse lookup and FQDN.
-
The host name must be same as the FQDN.
-
The host must have a standard switch with two NIC ports with a minimum 10 Gbps speed.
-
The management IP must be configured to the first NIC port.
-
Ensure that the host has a standard switch and the default uplinks with 10Gb speed are configured starting with traditional numbering (e.g., vmnic0) and increasing sequentially.
-
Ensure that the host hardware health status is healthy without any errors.
-
All disk partitions on HDD / SSD are deleted.
-
The hosts, if intended to be used for vSAN, domain must be associated with vSAN enabled network pool.
-
The hosts, if intended to be used for NFS, domain must be associated with NFS enabled network pool.
-
The hosts, if intended to be used for VMFS on FC, domain must be associated with either a NFS enabled or vMotion enabled network pool.
Steps
-
Validate the input specification.
cURL Request
$ curl 'https://sddc-manager.sfo01.rainpole.local/v1/hosts/validations' -i -u 'admin:VMwareInfra@1' -X POST \
-H 'Content-Type: application/json' \
-d '{
"hostCommissionSpecs" : [ {
"fqdn" : "esfo01m01esx01.sfo01.rainpole.local",
"username" : "root",
"password" : "VMwareInfra@1",
"storageType" : "VSAN",
"networkPoolId" : "58d74167-ee80-4eb8-90d9-cdfb3c1cd9f3",
"networkPoolName" : "engineering-networkpool"
}, {
"fqdn" : "esfo01m01esx02.sfo01.rainpole.local",
"username" : "root",
"password" : "VMwareInfra@1",
"storageType" : "VSAN",
"networkPoolId" : "1ff2838a-1983-4747-a94d-d30b2d13a973",
"networkPoolName" : "finance-networkpool"
} ]
}'
HTTP Request
POST /v1/hosts/validations HTTP/1.1
Host: sddc-manager.sfo01.rainpole.local
Content-Length: 544
Authorization: Basic YWRtaW46Vk13YXJlSW5mcmFAMQ==
Content-Type: application/json
{
"hostCommissionSpecs" : [ {
"fqdn" : "esfo01m01esx01.sfo01.rainpole.local",
"username" : "root",
"password" : "VMwareInfra@1",
"storageType" : "VSAN",
"networkPoolId" : "58d74167-ee80-4eb8-90d9-cdfb3c1cd9f3",
"networkPoolName" : "engineering-networkpool"
}, {
"fqdn" : "esfo01m01esx02.sfo01.rainpole.local",
"username" : "root",
"password" : "VMwareInfra@1",
"storageType" : "VSAN",
"networkPoolId" : "1ff2838a-1983-4747-a94d-d30b2d13a973",
"networkPoolName" : "finance-networkpool"
} ]
}
HTTP Response
HTTP/1.1 202 Accepted
Location: /v1/hosts/validations/0ac71edb-4ed3-443e-8f9f-7bbb806b7cac
Content-Type: application/json;charset=UTF-8
Content-Length: 542
{
"id" : "0ac71edb-4ed3-443e-8f9f-7bbb806b7cac",
"description" : "Validate input specification to commission one or more hosts to VMware Cloud Foundation",
"executionStatus" : "IN_PROGRESS",
"validationChecks" : [ {
"description" : "Validating input specification",
"resultStatus" : "UNKNOWN"
}, {
"description" : "Validating host esfo01m01esx01.sfo01.rainpole.local",
"resultStatus" : "UNKNOWN"
}, {
"description" : "Validating host esfo01m01esx02.sfo01.rainpole.local",
"resultStatus" : "UNKNOWN"
} ]
}
-
Poll until "executionStatus" is not "IN_PROGRESS" using the "id" from the previous response.
cURL Request
$ curl 'https://sddc-manager.sfo01.rainpole.local/v1/hosts/validations/0ac71edb-4ed3-443e-8f9f-7bbb806b7cac' -i -u 'admin:VMwareInfra@1' -X GET \
-H 'Content-Type: application/json'
HTTP Request
GET /v1/hosts/validations/0ac71edb-4ed3-443e-8f9f-7bbb806b7cac HTTP/1.1
Host: sddc-manager.sfo01.rainpole.local
Authorization: Basic YWRtaW46Vk13YXJlSW5mcmFAMQ==
Content-Type: application/json
HTTP Response
HTTP/1.1 200 OK
Content-Type: application/json;charset=UTF-8
Content-Length: 452
{
"id" : "0ac71edb-4ed3-443e-8f9f-7bbb806b7cac",
"description" : "Validate input specification to commission one or more hosts to VMware Cloud Foundation",
"executionStatus" : "IN_PROGRESS",
"validationChecks" : [ {
"description" : "Validating host esfo01m01esx01.sfo01.rainpole.local",
"resultStatus" : "SUCCEEDED"
}, {
"description" : "Validating host esfo01m01esx02.sfo01.rainpole.local",
"resultStatus" : "UNKNOWN"
} ]
}
-
In case of no errors in the input specification, the "executionStatus" is "COMPLETED" and "resultStatus" is "SUCCEEDED".
cURL Request
$ curl 'https://sddc-manager.sfo01.rainpole.local/v1/hosts/validations/0ac71edb-4ed3-443e-8f9f-7bbb806b7cac' -i -u 'admin:VMwareInfra@1' -X GET \
-H 'Content-Type: application/json'
HTTP Request
GET /v1/hosts/validations/0ac71edb-4ed3-443e-8f9f-7bbb806b7cac HTTP/1.1
Host: sddc-manager.sfo01.rainpole.local
Authorization: Basic YWRtaW46Vk13YXJlSW5mcmFAMQ==
Content-Type: application/json
HTTP Response
HTTP/1.1 200 OK
Content-Length: 484
Content-Type: application/json;charset=UTF-8
{
"id" : "0ac71edb-4ed3-443e-8f9f-7bbb806b7cac",
"description" : "Validate input specification to commission one or more hosts to VMware Cloud Foundation",
"executionStatus" : "COMPLETED",
"resultStatus" : "SUCCEEDED",
"validationChecks" : [ {
"description" : "Validating host esfo01m01esx01.sfo01.rainpole.local",
"resultStatus" : "SUCCEEDED"
}, {
"description" : "Validating host esfo01m01esx02.sfo01.rainpole.local",
"resultStatus" : "SUCCEEDED"
} ]
}
-
In case of errors in the input specification, the "executionStatus" is "COMPLETED" and "resultStatus" is "FAILED".
Note
|
Make changes to the input specification and re-validate using a new API invocation. |
-
Trigger the task using the valid input specification.
cURL Request
$ curl 'https://sddc-manager.sfo01.rainpole.local/v1/hosts' -i -u 'admin:VMwareInfra@1' -X POST \
-H 'Content-Type: application/json' \
-d '[ {
"fqdn" : "esfo01m01esx01.sfo01.rainpole.local",
"username" : "root",
"password" : "VMwareInfra@1",
"storageType" : "VSAN",
"networkPoolId" : "58d74167-ee80-4eb8-90d9-cdfb3c1cd9f3",
"networkPoolName" : "engineering-networkpool"
}, {
"fqdn" : "esfo01m01esx02.sfo01.rainpole.local",
"username" : "root",
"password" : "VMwareInfra@1",
"storageType" : "VSAN",
"networkPoolId" : "1ff2838a-1983-4747-a94d-d30b2d13a973",
"networkPoolName" : "finance-networkpool"
} ]'
HTTP Request
POST /v1/hosts HTTP/1.1
Host: sddc-manager.sfo01.rainpole.local
Authorization: Basic YWRtaW46Vk13YXJlSW5mcmFAMQ==
Content-Type: application/json
Content-Length: 486
[ {
"fqdn" : "esfo01m01esx01.sfo01.rainpole.local",
"username" : "root",
"password" : "VMwareInfra@1",
"storageType" : "VSAN",
"networkPoolId" : "58d74167-ee80-4eb8-90d9-cdfb3c1cd9f3",
"networkPoolName" : "engineering-networkpool"
}, {
"fqdn" : "esfo01m01esx02.sfo01.rainpole.local",
"username" : "root",
"password" : "VMwareInfra@1",
"storageType" : "VSAN",
"networkPoolId" : "1ff2838a-1983-4747-a94d-d30b2d13a973",
"networkPoolName" : "finance-networkpool"
} ]
HTTP Response
HTTP/1.1 202 Accepted
Location: /v1/tasks/9c342403-d05e-4b22-a89d-51d206ce9c1a
Content-Type: application/json;charset=UTF-8
Content-Length: 79
{
"id" : "9c342403-d05e-4b22-a89d-51d206ce9c1a",
"status" : "IN_PROGRESS"
}
-
Poll the task until "status" is not "IN_PROGRESS" using the "id" from the previous response.
Tip
|
Refer to: Get a Task. |
-
If the "status" is "SUCCESSFUL", the task is completed successfully.
-
If the "status" is "FAILED", the task can be re-executed.
Tip
|
Refer to: Retry a Task. |
Related APIs
Validate the input spec for hosts operations
Get the status of the validation of the input specification to commission the Hosts
Commission the Hosts
Get a Task
Retry a Task
Get the Network Pools
Get the Networks of a Network Pool
Get a Network of a Network Pool
Create a Network Pool
Add an IP Pool to a Network of a Network Pool
Delete an IP Pool from a Network of a Network Pool
2.5.2. Get the Hosts
Steps
-
Invoke the API.
cURL Request
$ curl 'https://sddc-manager.sfo01.rainpole.local/v1/hosts' -i -u 'admin:VMwareInfra@1' -X GET \
-H 'Accept: application/json'
HTTP Request
GET /v1/hosts HTTP/1.1
Accept: application/json
Host: sddc-manager.sfo01.rainpole.local
Authorization: Basic YWRtaW46Vk13YXJlSW5mcmFAMQ==
HTTP Response
HTTP/1.1 200 OK
Content-Type: application/json;charset=UTF-8
Content-Length: 4077
{
"elements" : [ {
"id" : "c0703437-6746-470b-9e1c-f9d3bbc9b1c1",
"esxiVersion" : "6.7.0-13006603",
"fqdn" : "esfo01m01esx01.sfo01.rainpole.local",
"hardwareVendor" : "VMware, Inc.",
"hardwareModel" : "VMware Virtual Platform",
"ipAddresses" : [ {
"ipAddress" : "10.0.0.100",
"type" : "MANAGEMENT"
} ],
"cpu" : {
"frequencyMHz" : 4994.0,
"cores" : 2,
"cpuCores" : [ {
"frequencyMHz" : 2497.0,
"model" : "Intel(R) Xeon(R) CPU E5-2680 v3 @ 2.50GHz",
"manufacturer" : "Intel"
}, {
"frequencyMHz" : 2497.0,
"model" : "Intel(R) Xeon(R) CPU E5-2680 v3 @ 2.50GHz",
"manufacturer" : "Intel"
} ]
},
"memory" : {
"totalCapacityMB" : 79999.0
},
"storage" : {
"totalCapacityMB" : 781250.0,
"disks" : [ {
"capacityMB" : 390625.0,
"diskType" : "HDD"
}, {
"capacityMB" : 390625.0,
"diskType" : "FLASH"
} ]
},
"physicalNics" : [ {
"deviceName" : "vmnic0",
"macAddress" : "02:00:1b:31:93:d2"
}, {
"deviceName" : "vmnic1",
"macAddress" : "02:00:1b:31:93:d3"
} ],
"domain" : {
"id" : "377236f7-4965-4179-895e-eeb4eb9a6ad1"
},
"networkpool" : {
"id" : "1205afdd-84f5-403e-a052-1a9bba09ef41"
},
"cluster" : {
"id" : "4205afdd-94f5-403e-a051-1a9bba09ef40"
},
"status" : "ASSIGNED",
"compatibleStorageType" : "VMFS_FC"
}, {
"id" : "8045e44e-974e-4f43-9862-7f0326782638",
"esxiVersion" : "6.5.0-13006603",
"fqdn" : "esfo01m01esx02.sfo01.rainpole.local",
"hardwareVendor" : "VMware, Inc.",
"hardwareModel" : "VMware Virtual Platform",
"ipAddresses" : [ {
"ipAddress" : "10.0.0.101",
"type" : "MANAGEMENT"
} ],
"cpu" : {
"frequencyMHz" : 4994.0,
"cores" : 2,
"cpuCores" : [ {
"frequencyMHz" : 2497.0,
"model" : "Intel(R) Xeon(R) CPU E5-2680 v3 @ 2.50GHz",
"manufacturer" : "Intel"
}, {
"frequencyMHz" : 2497.0,
"model" : "Intel(R) Xeon(R) CPU E5-2680 v3 @ 2.50GHz",
"manufacturer" : "Intel"
} ]
},
"memory" : {
"totalCapacityMB" : 79999.0
},
"storage" : {
"totalCapacityMB" : 781250.0,
"disks" : [ {
"capacityMB" : 390625.0,
"diskType" : "HDD"
}, {
"capacityMB" : 390625.0,
"diskType" : "FLASH"
} ]
},
"physicalNics" : [ {
"deviceName" : "vmnic0",
"macAddress" : "02:00:1b:31:93:d2"
}, {
"deviceName" : "vmnic1",
"macAddress" : "02:00:1b:31:93:d3"
} ],
"networkpool" : {
"id" : "1205afdd-84f5-403e-a052-1a9bba09ef41"
},
"status" : "UNASSIGNED_USEABLE"
}, {
"id" : "8045e44e-974e-4f43-9862-7f0326782638",
"esxiVersion" : "6.5.0-13006603",
"fqdn" : "esfo01m01esx03.sfo01.rainpole.local",
"hardwareVendor" : "VMware, Inc.",
"hardwareModel" : "VMware Virtual Platform",
"ipAddresses" : [ {
"ipAddress" : "10.0.0.102",
"type" : "MANAGEMENT"
} ],
"cpu" : {
"frequencyMHz" : 4994.0,
"cores" : 2,
"cpuCores" : [ {
"frequencyMHz" : 2497.0,
"model" : "Intel(R) Xeon(R) CPU E5-2680 v3 @ 2.50GHz",
"manufacturer" : "Intel"
}, {
"frequencyMHz" : 2497.0,
"model" : "Intel(R) Xeon(R) CPU E5-2680 v3 @ 2.50GHz",
"manufacturer" : "Intel"
} ]
},
"memory" : {
"totalCapacityMB" : 79999.0
},
"storage" : {
"totalCapacityMB" : 781250.0,
"disks" : [ {
"capacityMB" : 390625.0,
"diskType" : "HDD"
}, {
"capacityMB" : 390625.0,
"diskType" : "FLASH"
} ]
},
"physicalNics" : [ {
"deviceName" : "vmnic0",
"macAddress" : "02:00:1b:31:93:d2"
}, {
"deviceName" : "vmnic1",
"macAddress" : "02:00:1b:31:93:d3"
} ],
"networkpool" : {
"id" : "1205afdd-84f5-403e-a052-1a9bba09ef41"
},
"status" : "UNASSIGNED_UNUSEABLE"
} ]
}
Get ASSIGNED Hosts
This API can be used to fetch all the hosts that are currently assigned to any domain and hence cannot be used for other domain tasks
Steps
-
Invoke the API by specifying the "status" as "ASSIGNED".
cURL Request
$ curl 'https://sddc-manager.sfo01.rainpole.local/v1/hosts?status=ASSIGNED' -i -u 'admin:VMwareInfra@1' -X GET \
-H 'Accept: application/json'
HTTP Request
GET /v1/hosts?status=ASSIGNED HTTP/1.1
Accept: application/json
Host: sddc-manager.sfo01.rainpole.local
Authorization: Basic YWRtaW46Vk13YXJlSW5mcmFAMQ==
HTTP Response
HTTP/1.1 200 OK
Content-Length: 1495
Content-Type: application/json;charset=UTF-8
{
"elements" : [ {
"id" : "c0703437-6746-470b-9e1c-f9d3bbc9b1c1",
"esxiVersion" : "6.7.0-13006603",
"fqdn" : "esfo01m01esx01.sfo01.rainpole.local",
"hardwareVendor" : "VMware, Inc.",
"hardwareModel" : "VMware Virtual Platform",
"ipAddresses" : [ {
"ipAddress" : "10.0.0.100",
"type" : "MANAGEMENT"
} ],
"cpu" : {
"frequencyMHz" : 4994.0,
"cores" : 2,
"cpuCores" : [ {
"frequencyMHz" : 2497.0,
"model" : "Intel(R) Xeon(R) CPU E5-2680 v3 @ 2.50GHz",
"manufacturer" : "Intel"
}, {
"frequencyMHz" : 2497.0,
"model" : "Intel(R) Xeon(R) CPU E5-2680 v3 @ 2.50GHz",
"manufacturer" : "Intel"
} ]
},
"memory" : {
"totalCapacityMB" : 79999.0
},
"storage" : {
"totalCapacityMB" : 781250.0,
"disks" : [ {
"capacityMB" : 390625.0,
"diskType" : "HDD"
}, {
"capacityMB" : 390625.0,
"diskType" : "FLASH"
} ]
},
"physicalNics" : [ {
"deviceName" : "vmnic0",
"macAddress" : "02:00:1b:31:93:d2"
}, {
"deviceName" : "vmnic1",
"macAddress" : "02:00:1b:31:93:d3"
} ],
"domain" : {
"id" : "377236f7-4965-4179-895e-eeb4eb9a6ad1"
},
"networkpool" : {
"id" : "1205afdd-84f5-403e-a052-1a9bba09ef41"
},
"cluster" : {
"id" : "4205afdd-94f5-403e-a051-1a9bba09ef40"
},
"status" : "ASSIGNED",
"compatibleStorageType" : "VMFS_FC"
} ]
}
Get UNASSIGNED_USEABLE Hosts
This API can be used to fetch all the hosts that are currently not assigned to any domain and hence can be used for other domain tasks
Steps
-
Invoke the API by specifying the "status" as "UNASSIGNED_USEABLE".
cURL Request
$ curl 'https://sddc-manager.sfo01.rainpole.local/v1/hosts?status=UNASSIGNED_USEABLE' -i -u 'admin:VMwareInfra@1' -X GET \
-H 'Accept: application/json'
HTTP Request
GET /v1/hosts?status=UNASSIGNED_USEABLE HTTP/1.1
Accept: application/json
Host: sddc-manager.sfo01.rainpole.local
Authorization: Basic YWRtaW46Vk13YXJlSW5mcmFAMQ==
HTTP Response
HTTP/1.1 200 OK
Content-Length: 1311
Content-Type: application/json;charset=UTF-8
{
"elements" : [ {
"id" : "8045e44e-974e-4f43-9862-7f0326782638",
"esxiVersion" : "6.5.0-13006603",
"fqdn" : "esfo01m01esx02.sfo01.rainpole.local",
"hardwareVendor" : "VMware, Inc.",
"hardwareModel" : "VMware Virtual Platform",
"ipAddresses" : [ {
"ipAddress" : "10.0.0.101",
"type" : "MANAGEMENT"
} ],
"cpu" : {
"frequencyMHz" : 4994.0,
"cores" : 2,
"cpuCores" : [ {
"frequencyMHz" : 2497.0,
"model" : "Intel(R) Xeon(R) CPU E5-2680 v3 @ 2.50GHz",
"manufacturer" : "Intel"
}, {
"frequencyMHz" : 2497.0,
"model" : "Intel(R) Xeon(R) CPU E5-2680 v3 @ 2.50GHz",
"manufacturer" : "Intel"
} ]
},
"memory" : {
"totalCapacityMB" : 79999.0
},
"storage" : {
"totalCapacityMB" : 781250.0,
"disks" : [ {
"capacityMB" : 390625.0,
"diskType" : "HDD"
}, {
"capacityMB" : 390625.0,
"diskType" : "FLASH"
} ]
},
"physicalNics" : [ {
"deviceName" : "vmnic0",
"macAddress" : "02:00:1b:31:93:d2"
}, {
"deviceName" : "vmnic1",
"macAddress" : "02:00:1b:31:93:d3"
} ],
"networkpool" : {
"id" : "1205afdd-84f5-403e-a052-1a9bba09ef41"
},
"status" : "UNASSIGNED_USEABLE"
} ]
}
Get UNASSIGNED_UNUSEABLE Hosts
This API can be used to fetch all the hosts that are currently not assigned to any domain and can be used for other domain tasks after completion of cleanup operation
Note
|
Cleanup operations must be performed to get these host back into "UNASSIGNED" and "USEABLE" state. |
Steps
-
Invoke the API by specifying the "status" as "UNASSIGNED_UNUSEABLE".
cURL Request
$ curl 'https://sddc-manager.sfo01.rainpole.local/v1/hosts?status=UNASSIGNED_UNUSEABLE' -i -u 'admin:VMwareInfra@1' -X GET \
-H 'Accept: application/json'
HTTP Request
GET /v1/hosts?status=UNASSIGNED_UNUSEABLE HTTP/1.1
Accept: application/json
Host: sddc-manager.sfo01.rainpole.local
Authorization: Basic YWRtaW46Vk13YXJlSW5mcmFAMQ==
HTTP Response
HTTP/1.1 200 OK
Content-Length: 1313
Content-Type: application/json;charset=UTF-8
{
"elements" : [ {
"id" : "8045e44e-974e-4f43-9862-7f0326782638",
"esxiVersion" : "6.5.0-13006603",
"fqdn" : "esfo01m01esx03.sfo01.rainpole.local",
"hardwareVendor" : "VMware, Inc.",
"hardwareModel" : "VMware Virtual Platform",
"ipAddresses" : [ {
"ipAddress" : "10.0.0.102",
"type" : "MANAGEMENT"
} ],
"cpu" : {
"frequencyMHz" : 4994.0,
"cores" : 2,
"cpuCores" : [ {
"frequencyMHz" : 2497.0,
"model" : "Intel(R) Xeon(R) CPU E5-2680 v3 @ 2.50GHz",
"manufacturer" : "Intel"
}, {
"frequencyMHz" : 2497.0,
"model" : "Intel(R) Xeon(R) CPU E5-2680 v3 @ 2.50GHz",
"manufacturer" : "Intel"
} ]
},
"memory" : {
"totalCapacityMB" : 79999.0
},
"storage" : {
"totalCapacityMB" : 781250.0,
"disks" : [ {
"capacityMB" : 390625.0,
"diskType" : "HDD"
}, {
"capacityMB" : 390625.0,
"diskType" : "FLASH"
} ]
},
"physicalNics" : [ {
"deviceName" : "vmnic0",
"macAddress" : "02:00:1b:31:93:d2"
}, {
"deviceName" : "vmnic1",
"macAddress" : "02:00:1b:31:93:d3"
} ],
"networkpool" : {
"id" : "1205afdd-84f5-403e-a052-1a9bba09ef41"
},
"status" : "UNASSIGNED_UNUSEABLE"
} ]
}
Get Hosts by Domain
This API can be used to fetch all the hosts that are currently assigned to a given domain.
Steps
-
Invoke the API by specifying the "domainId".
cURL Request
$ curl 'https://sddc-manager.sfo01.rainpole.local/v1/hosts?domainId=377236f7-4965-4179-895e-eeb4eb9a6ad1' -i -u 'admin:VMwareInfra@1' -X GET \
-H 'Accept: application/json'
HTTP Request
GET /v1/hosts?domainId=377236f7-4965-4179-895e-eeb4eb9a6ad1 HTTP/1.1
Accept: application/json
Host: sddc-manager.sfo01.rainpole.local
Authorization: Basic YWRtaW46Vk13YXJlSW5mcmFAMQ==
HTTP Response
HTTP/1.1 200 OK
Content-Length: 1495
Content-Type: application/json;charset=UTF-8
{
"elements" : [ {
"id" : "c0703437-6746-470b-9e1c-f9d3bbc9b1c1",
"esxiVersion" : "6.7.0-13006603",
"fqdn" : "esfo01m01esx01.sfo01.rainpole.local",
"hardwareVendor" : "VMware, Inc.",
"hardwareModel" : "VMware Virtual Platform",
"ipAddresses" : [ {
"ipAddress" : "10.0.0.100",
"type" : "MANAGEMENT"
} ],
"cpu" : {
"frequencyMHz" : 4994.0,
"cores" : 2,
"cpuCores" : [ {
"frequencyMHz" : 2497.0,
"model" : "Intel(R) Xeon(R) CPU E5-2680 v3 @ 2.50GHz",
"manufacturer" : "Intel"
}, {
"frequencyMHz" : 2497.0,
"model" : "Intel(R) Xeon(R) CPU E5-2680 v3 @ 2.50GHz",
"manufacturer" : "Intel"
} ]
},
"memory" : {
"totalCapacityMB" : 79999.0
},
"storage" : {
"totalCapacityMB" : 781250.0,
"disks" : [ {
"capacityMB" : 390625.0,
"diskType" : "HDD"
}, {
"capacityMB" : 390625.0,
"diskType" : "FLASH"
} ]
},
"physicalNics" : [ {
"deviceName" : "vmnic0",
"macAddress" : "02:00:1b:31:93:d2"
}, {
"deviceName" : "vmnic1",
"macAddress" : "02:00:1b:31:93:d3"
} ],
"domain" : {
"id" : "377236f7-4965-4179-895e-eeb4eb9a6ad1"
},
"networkpool" : {
"id" : "1205afdd-84f5-403e-a052-1a9bba09ef41"
},
"cluster" : {
"id" : "4205afdd-94f5-403e-a051-1a9bba09ef40"
},
"status" : "ASSIGNED",
"compatibleStorageType" : "VMFS_FC"
} ]
}
Get Hosts by Cluster
This API can be used to fetch all the hosts that are currently assigned to a given cluster.
Steps
-
Invoke the API by specifying the "clusterId".
cURL Request
$ curl 'https://sddc-manager.sfo01.rainpole.local/v1/hosts?clusterId=4205afdd-94f5-403e-a051-1a9bba09ef40' -i -u 'admin:VMwareInfra@1' -X GET \
-H 'Accept: application/json'
HTTP Request
GET /v1/hosts?clusterId=4205afdd-94f5-403e-a051-1a9bba09ef40 HTTP/1.1
Accept: application/json
Host: sddc-manager.sfo01.rainpole.local
Authorization: Basic YWRtaW46Vk13YXJlSW5mcmFAMQ==
HTTP Response
HTTP/1.1 200 OK
Content-Length: 1495
Content-Type: application/json;charset=UTF-8
{
"elements" : [ {
"id" : "c0703437-6746-470b-9e1c-f9d3bbc9b1c1",
"esxiVersion" : "6.7.0-13006603",
"fqdn" : "esfo01m01esx01.sfo01.rainpole.local",
"hardwareVendor" : "VMware, Inc.",
"hardwareModel" : "VMware Virtual Platform",
"ipAddresses" : [ {
"ipAddress" : "10.0.0.100",
"type" : "MANAGEMENT"
} ],
"cpu" : {
"frequencyMHz" : 4994.0,
"cores" : 2,
"cpuCores" : [ {
"frequencyMHz" : 2497.0,
"model" : "Intel(R) Xeon(R) CPU E5-2680 v3 @ 2.50GHz",
"manufacturer" : "Intel"
}, {
"frequencyMHz" : 2497.0,
"model" : "Intel(R) Xeon(R) CPU E5-2680 v3 @ 2.50GHz",
"manufacturer" : "Intel"
} ]
},
"memory" : {
"totalCapacityMB" : 79999.0
},
"storage" : {
"totalCapacityMB" : 781250.0,
"disks" : [ {
"capacityMB" : 390625.0,
"diskType" : "HDD"
}, {
"capacityMB" : 390625.0,
"diskType" : "FLASH"
} ]
},
"physicalNics" : [ {
"deviceName" : "vmnic0",
"macAddress" : "02:00:1b:31:93:d2"
}, {
"deviceName" : "vmnic1",
"macAddress" : "02:00:1b:31:93:d3"
} ],
"domain" : {
"id" : "377236f7-4965-4179-895e-eeb4eb9a6ad1"
},
"networkpool" : {
"id" : "1205afdd-84f5-403e-a052-1a9bba09ef41"
},
"cluster" : {
"id" : "4205afdd-94f5-403e-a051-1a9bba09ef40"
},
"status" : "ASSIGNED",
"compatibleStorageType" : "VMFS_FC"
} ]
}
Get Hosts by Network Pool
This API can be used to fetch all the hosts that are currently assigned to a given network pool.
Steps
-
Invoke the API by specifying the "networkpoolId".
cURL Request
$ curl 'https://sddc-manager.sfo01.rainpole.local/v1/hosts?networkpoolId=1205afdd-84f5-403e-a052-1a9bba09ef41' -i -u 'admin:VMwareInfra@1' -X GET \
-H 'Accept: application/json'
HTTP Request
GET /v1/hosts?networkpoolId=1205afdd-84f5-403e-a052-1a9bba09ef41 HTTP/1.1
Accept: application/json
Host: sddc-manager.sfo01.rainpole.local
Authorization: Basic YWRtaW46Vk13YXJlSW5mcmFAMQ==
HTTP Response
HTTP/1.1 200 OK
Content-Length: 1495
Content-Type: application/json;charset=UTF-8
{
"elements" : [ {
"id" : "c0703437-6746-470b-9e1c-f9d3bbc9b1c1",
"esxiVersion" : "6.7.0-13006603",
"fqdn" : "esfo01m01esx01.sfo01.rainpole.local",
"hardwareVendor" : "VMware, Inc.",
"hardwareModel" : "VMware Virtual Platform",
"ipAddresses" : [ {
"ipAddress" : "10.0.0.100",
"type" : "MANAGEMENT"
} ],
"cpu" : {
"frequencyMHz" : 4994.0,
"cores" : 2,
"cpuCores" : [ {
"frequencyMHz" : 2497.0,
"model" : "Intel(R) Xeon(R) CPU E5-2680 v3 @ 2.50GHz",
"manufacturer" : "Intel"
}, {
"frequencyMHz" : 2497.0,
"model" : "Intel(R) Xeon(R) CPU E5-2680 v3 @ 2.50GHz",
"manufacturer" : "Intel"
} ]
},
"memory" : {
"totalCapacityMB" : 79999.0
},
"storage" : {
"totalCapacityMB" : 781250.0,
"disks" : [ {
"capacityMB" : 390625.0,
"diskType" : "HDD"
}, {
"capacityMB" : 390625.0,
"diskType" : "FLASH"
} ]
},
"physicalNics" : [ {
"deviceName" : "vmnic0",
"macAddress" : "02:00:1b:31:93:d2"
}, {
"deviceName" : "vmnic1",
"macAddress" : "02:00:1b:31:93:d3"
} ],
"domain" : {
"id" : "377236f7-4965-4179-895e-eeb4eb9a6ad1"
},
"networkpool" : {
"id" : "1205afdd-84f5-403e-a052-1a9bba09ef41"
},
"cluster" : {
"id" : "4205afdd-94f5-403e-a051-1a9bba09ef40"
},
"status" : "ASSIGNED",
"compatibleStorageType" : "VMFS_FC"
} ]
}
Get Hosts by Storage Type
This API can be used to fetch all the hosts that are currently configured with the given storage type.
Note
|
Supported storage type is "VMFS_FC". |
Steps
-
Invoke the API by specifying the "storageType".
cURL Request
$ curl 'https://sddc-manager.sfo01.rainpole.local/v1/hosts?storageType=VMFS_FC' -i -u 'admin:VMwareInfra@1' -X GET \
-H 'Accept: application/json'
HTTP Request
GET /v1/hosts?storageType=VMFS_FC HTTP/1.1
Accept: application/json
Host: sddc-manager.sfo01.rainpole.local
Authorization: Basic YWRtaW46Vk13YXJlSW5mcmFAMQ==
HTTP Response
HTTP/1.1 200 OK
Content-Length: 1495
Content-Type: application/json;charset=UTF-8
{
"elements" : [ {
"id" : "c0703437-6746-470b-9e1c-f9d3bbc9b1c1",
"esxiVersion" : "6.7.0-13006603",
"fqdn" : "esfo01m01esx01.sfo01.rainpole.local",
"hardwareVendor" : "VMware, Inc.",
"hardwareModel" : "VMware Virtual Platform",
"ipAddresses" : [ {
"ipAddress" : "10.0.0.100",
"type" : "MANAGEMENT"
} ],
"cpu" : {
"frequencyMHz" : 4994.0,
"cores" : 2,
"cpuCores" : [ {
"frequencyMHz" : 2497.0,
"model" : "Intel(R) Xeon(R) CPU E5-2680 v3 @ 2.50GHz",
"manufacturer" : "Intel"
}, {
"frequencyMHz" : 2497.0,
"model" : "Intel(R) Xeon(R) CPU E5-2680 v3 @ 2.50GHz",
"manufacturer" : "Intel"
} ]
},
"memory" : {
"totalCapacityMB" : 79999.0
},
"storage" : {
"totalCapacityMB" : 781250.0,
"disks" : [ {
"capacityMB" : 390625.0,
"diskType" : "HDD"
}, {
"capacityMB" : 390625.0,
"diskType" : "FLASH"
} ]
},
"physicalNics" : [ {
"deviceName" : "vmnic0",
"macAddress" : "02:00:1b:31:93:d2"
}, {
"deviceName" : "vmnic1",
"macAddress" : "02:00:1b:31:93:d3"
} ],
"domain" : {
"id" : "377236f7-4965-4179-895e-eeb4eb9a6ad1"
},
"networkpool" : {
"id" : "1205afdd-84f5-403e-a052-1a9bba09ef41"
},
"cluster" : {
"id" : "4205afdd-94f5-403e-a051-1a9bba09ef40"
},
"status" : "ASSIGNED",
"compatibleStorageType" : "VMFS_FC"
} ]
}
Get Hosts by Datastore Name
This API can be used to fetch all the hosts that are currently configured with the given datastore.
Steps
-
Invoke the API by specifying the "datastoreName".
cURL Request
$ curl 'https://sddc-manager.sfo01.rainpole.local/v1/hosts?datastoreName=datastore1' -i -u 'admin:VMwareInfra@1' -X GET \
-H 'Accept: application/json'
HTTP Request
GET /v1/hosts?datastoreName=datastore1 HTTP/1.1
Accept: application/json
Host: sddc-manager.sfo01.rainpole.local
Authorization: Basic YWRtaW46Vk13YXJlSW5mcmFAMQ==
HTTP Response
HTTP/1.1 200 OK
Content-Length: 1495
Content-Type: application/json;charset=UTF-8
{
"elements" : [ {
"id" : "c0703437-6746-470b-9e1c-f9d3bbc9b1c1",
"esxiVersion" : "6.7.0-13006603",
"fqdn" : "esfo01m01esx01.sfo01.rainpole.local",
"hardwareVendor" : "VMware, Inc.",
"hardwareModel" : "VMware Virtual Platform",
"ipAddresses" : [ {
"ipAddress" : "10.0.0.100",
"type" : "MANAGEMENT"
} ],
"cpu" : {
"frequencyMHz" : 4994.0,
"cores" : 2,
"cpuCores" : [ {
"frequencyMHz" : 2497.0,
"model" : "Intel(R) Xeon(R) CPU E5-2680 v3 @ 2.50GHz",
"manufacturer" : "Intel"
}, {
"frequencyMHz" : 2497.0,
"model" : "Intel(R) Xeon(R) CPU E5-2680 v3 @ 2.50GHz",
"manufacturer" : "Intel"
} ]
},
"memory" : {
"totalCapacityMB" : 79999.0
},
"storage" : {
"totalCapacityMB" : 781250.0,
"disks" : [ {
"capacityMB" : 390625.0,
"diskType" : "HDD"
}, {
"capacityMB" : 390625.0,
"diskType" : "FLASH"
} ]
},
"physicalNics" : [ {
"deviceName" : "vmnic0",
"macAddress" : "02:00:1b:31:93:d2"
}, {
"deviceName" : "vmnic1",
"macAddress" : "02:00:1b:31:93:d3"
} ],
"domain" : {
"id" : "377236f7-4965-4179-895e-eeb4eb9a6ad1"
},
"networkpool" : {
"id" : "1205afdd-84f5-403e-a052-1a9bba09ef41"
},
"cluster" : {
"id" : "4205afdd-94f5-403e-a051-1a9bba09ef40"
},
"status" : "ASSIGNED",
"compatibleStorageType" : "VMFS_FC"
} ]
}
2.5.3. Get a Host
Prerequisites
-
The following data is required
-
ID of the host
-
Steps
-
Invoke the API.
cURL Request
$ curl 'https://sddc-manager.sfo01.rainpole.local/v1/hosts/c0703437-6746-470b-9e1c-f9d3bbc9b1c1' -i -u 'admin:VMwareInfra@1' -X GET \
-H 'Accept: application/json'
HTTP Request
GET /v1/hosts/c0703437-6746-470b-9e1c-f9d3bbc9b1c1 HTTP/1.1
Accept: application/json
Host: sddc-manager.sfo01.rainpole.local
Authorization: Basic YWRtaW46Vk13YXJlSW5mcmFAMQ==
HTTP Response
HTTP/1.1 200 OK
Content-Length: 1364
Content-Type: application/json;charset=UTF-8
{
"id" : "c0703437-6746-470b-9e1c-f9d3bbc9b1c1",
"esxiVersion" : "6.7.0-13006603",
"fqdn" : "esfo01m01esx01.sfo01.rainpole.local",
"hardwareVendor" : "VMware, Inc.",
"hardwareModel" : "VMware Virtual Platform",
"ipAddresses" : [ {
"ipAddress" : "10.0.0.100",
"type" : "MANAGEMENT"
} ],
"cpu" : {
"frequencyMHz" : 4994.0,
"cores" : 2,
"cpuCores" : [ {
"frequencyMHz" : 2497.0,
"model" : "Intel(R) Xeon(R) CPU E5-2680 v3 @ 2.50GHz",
"manufacturer" : "Intel"
}, {
"frequencyMHz" : 2497.0,
"model" : "Intel(R) Xeon(R) CPU E5-2680 v3 @ 2.50GHz",
"manufacturer" : "Intel"
} ]
},
"memory" : {
"totalCapacityMB" : 79999.0
},
"storage" : {
"totalCapacityMB" : 781250.0,
"disks" : [ {
"capacityMB" : 390625.0,
"diskType" : "HDD"
}, {
"capacityMB" : 390625.0,
"diskType" : "FLASH"
} ]
},
"physicalNics" : [ {
"deviceName" : "vmnic0",
"macAddress" : "02:00:1b:31:93:d2"
}, {
"deviceName" : "vmnic1",
"macAddress" : "02:00:1b:31:93:d3"
} ],
"domain" : {
"id" : "377236f7-4965-4179-895e-eeb4eb9a6ad1"
},
"networkpool" : {
"id" : "1205afdd-84f5-403e-a052-1a9bba09ef41"
},
"cluster" : {
"id" : "4205afdd-94f5-403e-a051-1a9bba09ef40"
},
"status" : "ASSIGNED",
"compatibleStorageType" : "VMFS_FC"
}
2.5.4. Decommission the Hosts
Prerequisites
-
The following data is required
-
FQDN of each host
-
-
The host must not be assigned to a domain i.e "status" must be "UNASSIGNED_USEABLE".
Tip
|
Refer to: Get the Hosts to fetch the hosts with the required "status" |
Steps
-
Invoke the API
cURL Request
$ curl 'https://sddc-manager.sfo01.rainpole.local/v1/hosts' -i -u 'admin:VMwareInfra@1' -X DELETE \
-H 'Content-Type: application/json' \
-d '[ {
"fqdn" : "esfo01m01esx01.sfo01.rainpole.local"
}, {
"fqdn" : "esfo01m01esx02.sfo01.rainpole.local"
} ]'
HTTP Request
DELETE /v1/hosts HTTP/1.1
Host: sddc-manager.sfo01.rainpole.local
Content-Length: 110
Authorization: Basic YWRtaW46Vk13YXJlSW5mcmFAMQ==
Content-Type: application/json
[ {
"fqdn" : "esfo01m01esx01.sfo01.rainpole.local"
}, {
"fqdn" : "esfo01m01esx02.sfo01.rainpole.local"
} ]
HTTP Response
HTTP/1.1 202 Accepted
Location: /v1/tasks/38e8228e-76ec-4f4a-9f87-5d58f8755ab0
Content-Type: application/json;charset=UTF-8
Content-Length: 79
{
"id" : "38e8228e-76ec-4f4a-9f87-5d58f8755ab0",
"status" : "IN_PROGRESS"
}
-
Poll the task until "status" is not "IN_PROGRESS" using the "id" from the previous response.
Tip
|
Refer to: Get a Task. |
-
If the "status" is "SUCCESSFUL", the task is completed successfully.
-
If the "status" is "FAILED", the task can be re-executed.
Tip
|
Refer to: Retry a Task. |
2.6. License Keys
2.6.1. Add a License Key
-
This API is used to add a license key.
-
Adding a license key which is already added , will give an error.
Tip
|
Refer to: Get a License Key to check if a license key is already present. |
-
Adding an incorrect (key size and format) or an invalid license key (invalid or expired