ServiceInstanceStatus (type)

{
  "id": "ServiceInstanceStatus", 
  "module_id": "ServiceInsertionVMDeployment", 
  "properties": {
    "configuration_issue": {
      "$ref": "SVMConfigureIssue, 
      "description": "This object contains the list of issues which might come during post deployment configuration for a particular service instance.", 
      "readonly": true, 
      "required": false, 
      "title": "Collection of configuration issues during service instance deployment"
    }, 
    "instance_deployment_status": {
      "$ref": "ServiceDeploymentStatus, 
      "description": "Deployment status of NXGI Partner Service-VM.", 
      "readonly": true, 
      "required": false, 
      "title": "Deployment status of a Service Instance"
    }, 
    "instance_health_status": {
      "$ref": "ServiceInstanceHealthStatus, 
      "description": "Health status of NXGI components on Partner Service-VM.", 
      "readonly": true, 
      "required": false, 
      "title": "Health status of a Service Instance"
    }, 
    "service_instance_id": {
      "description": "Id of an instantiation of a registered service.", 
      "readonly": true, 
      "required": false, 
      "title": "Service instance id", 
      "type": "string"
    }
  }, 
  "type": "object"
}