NSX-T Data Center REST API

ActionAndFilterParameters (type)

{
  "additionalProperties": false,
  "id": "ActionAndFilterParameters",
  "module_id": "SystemHealth",
  "properties": {
    "compact_mode": {
      "description": "This parameter is used to decide whether the caller needs more compact response body. If it is absent or the value is false, the response will contain full information. Otherwise, it means the response just provides necessary runtime information and avoid duplicating description information which is already provided by corresponding metadata API.",
      "title": "Enable compact response mode",
      "type": "boolean"
    },
    "node_id": {
      "description": "This parameter is to filter the specific node. If node_id is not provided, it means to query all unified appliances.",
      "title": "The UUID of node",
      "type": "string"
    }
  },
  "title": "Action and filter parameters",
  "type": "object"
}