InlinePlatformFullConfig1
{
"desired_state": "string",
"compute": {
"datacenter_name": "string",
"datacenter_id": "string",
"cluster_name": "string",
"cluster_id": "string",
"resource_pool_name": "string",
"resource_pool_id": "string",
"ssp_resource_pool_name": "string",
"ssp_resource_pool_id": "string",
"enable_resource_reservation": false,
"vm_folder_name": "string",
"storage_policy_name": "string",
"storage_policy_id": "string",
"content_datastore_name": "string",
"content_datastore_id": "string",
"vm_template": "string"
},
"network": {
"ntp": "string",
"dns": [
"string"
],
"search_domain": "string",
"network_configs": [
{
"platform_subnet": "string",
"platform_default_gateway": "string",
"network_name": "string",
"network_id": "string",
"portgroup_name": "string",
"portgroup_id": "string",
"node_pools": [
{
"start": "string",
"end": "string",
"name": "string"
}
],
"service_pools": [
{
"start": "string",
"end": "string",
"name": "string"
}
]
}
]
},
"service": {
"ingress_fqdn": "string",
"kafka_fqdn": "string",
"ssp_bundle_version": "string",
"ssp_bundle_id": "string",
"password_configuration": {
"admin_password": "string",
"audit_password": "string"
},
"instance_name": "string",
"addon_ids": [
"string"
],
"preserve_addons": false
},
"system": {
"ssp_type": "string",
"controller_count": 0,
"worker_count": 0,
"form_factor": "SMALL"
},
"provider_id": "string",
"instance_id": "string"
}
Enum for the desired_state.
PRECHECK_ONLY: Saves the configuration and performs only the precheck workflow. This operation can only be performed when the LCM workflow has not started. RESET_PRECHECK: Resets the precheck workflow. This operation can only be performed when the precheck workflow is FAILED. CONTINUE: Starts the LCM workflow with the current configuration. This operation can only be used when the precheck workflow is COMPLETED. START: Saves the configuration and performs the precheck and LCM (Lifecycle Management) workflow. If a previous FAILED or STOPPED LCM workflow exists, use the RETRY operation to continue the workflow or the CLEAN operation to clean it up. STOP: Stops the LCM workflow. RETRY: Retries the current workflow with the current configuration. This operation can only be used when the LCM workflow is in a FAILED or STOPPED state. CLEAN: Cleans up the LCM (Lifecycle Management) workflow. This operation is only supported for the deployment workflow; the configuration update workflow is not supported.
The UUID for the provider in the platform. This is the UUID returned from the POST /sspi/providers API.
The Platform instance ID.