NSX-T Data Center REST API

ShaMonitorStatusParameters (type)

{
  "additionalProperties": false,
  "id": "ShaMonitorStatusParameters",
  "module_id": "PolicyShaMonitor",
  "properties": {
    "transport_node_id": {
      "description": "The transport node that the user would like to check monitor status.",
      "required": false,
      "type": "string"
    },
    "ua_node_id": {
      "description": "The unified appliance node that the user would like to check monitor status.",
      "required": false,
      "type": "string"
    }
  },
  "title": "SHA monitor status read parameters",
  "type": "object"
}