InlineInstanceRuntime1
InlineInstanceRuntime1
JSON Example
{
"service_vm_id": "string",
"runtime_status": "string",
"vm_nic_info": {
"nic_infos": [
{
"network_id": "string",
"subnet_mask": "string",
"ip_address": "string",
"nic_metadata": {
"interface_label": "string",
"interface_type": "string",
"interface_index": 0
},
"gateway_address": "string"
}
]
},
"error_message": "string",
"service_instance_id": "string",
"deployment_status": "string"
}
string
service_vm_id
Optional
Service-VM/SVM id of deployed virtual-machine.
string
runtime_status
Optional
Service-Instance Runtime status of the deployed Service-VM.
Possible values are : IN_SERVICE, OUT_OF_SERVICE, NEEDS_ATTENTION, NOT_AVAILABLE,
string
error_message
Optional
Error message for the Service Instance Runtime if any.
string
service_instance_id
Optional
Id of an instantiation of a registered service.
string
deployment_status
Optional
Service-Instance Runtime deployment status of the Service-VM. It shows the latest status during the process of deployment, redeploy, upgrade, and un-deployment of VM.
Possible values are : DEPLOYMENT_IN_PROGRESS, DEPLOYMENT_FAILED, DEPLOYMENT_SUCCESSFUL, UPGRADE_IN_PROGRESS, UPGRADE_FAILED, UNDEPLOYMENT_IN_PROGRESS, UNDEPLOYMENT_FAILED, UNDEPLOYMENT_SUCCESSFUL, UNKNOWN,