SVMConfigureIssue (type)

{
  "description": "Type of issue and detailed description of the issues in case of post-VM  deployment configuration failure.", 
  "id": "SVMConfigureIssue", 
  "module_id": "ServiceInsertionVMDeployment", 
  "properties": {
    "errors": {
      "description": "List of errors along with details like errorId and error messages.", 
      "items": {
        "$ref": "SIErrorClass
      }, 
      "required": false, 
      "title": "List of errors", 
      "type": "array"
    }, 
    "service_instance_id": {
      "description": "The ID of service instance which was deployed.", 
      "required": false, 
      "title": "Service Instance ID", 
      "type": "string"
    }
  }, 
  "title": "Service VM configuration issue", 
  "type": "object"
}