NSX-T Data Center REST API

ServiceInstanceHealthStatus (type)

{
  "description": "Health Status of a third party partner VM.",
  "id": "ServiceInstanceHealthStatus",
  "module_id": "ServiceInsertionVMDeployment",
  "properties": {
    "connect_timestamp": {
      "description": "Latest timestamp when mux was connected to SVA.",
      "required": false,
      "title": "Timestamp when mux was connected to SVA",
      "type": "string"
    },
    "is_stale": {
      "description": "The parameter is set if the last received health status is older than the predefined interval.",
      "readonly": true,
      "required": false,
      "title": "Flag is true when health status is stale",
      "type": "boolean"
    },
    "is_sva_mux_incompatible": {
      "description": "Protocol version might be different in both Mux and SVA.",
      "required": false,
      "title": "Flag is true when Mux and SVA are incompatible",
      "type": "boolean"
    },
    "mux_connected_status": {
      "description": "Status of multiplexer which forwards the events from guest virtual machines to the partner appliance.",
      "required": false,
      "title": "Context Multiplexer Status",
      "type": "string"
    },
    "mux_incompatible_version": {
      "description": "Mux version when Mux and SVA are incompatible",
      "required": false,
      "title": "Mux incompatible version",
      "type": "string"
    },
    "solution_status": {
      "description": "Status of third party partner solution application.",
      "required": false,
      "title": "Third party partner solution status",
      "type": "string"
    },
    "solution_version": {
      "description": "Version of third party partner solution application.",
      "required": false,
      "title": "Solution version of partner application",
      "type": "string"
    },
    "sync_time": {
      "description": "Latest timestamp when health status is received.",
      "required": false,
      "title": "Health status timestamp",
      "type": "string"
    }
  },
  "title": "Service instance health status",
  "type": "object"
}