NodeListRequestParameters (type)

{
  "additionalProperties": false, 
  "extends": {
    "$ref": "ListRequestParameters
  }, 
  "id": "NodeListRequestParameters", 
  "module_id": "FabricNode", 
  "properties": {
    "cursor": {
      "readonly": false, 
      "title": "Opaque cursor to be used for getting next page of records (supplied by current result page)", 
      "type": "string"
    }, 
    "discovered_node_id": {
      "required": false, 
      "title": "Id of the discovered node which was converted to create this node", 
      "type": "string"
    }, 
    "display_name": {
      "required": false, 
      "title": "HostNode display name", 
      "type": "string"
    }, 
    "external_id": {
      "required": false, 
      "title": "HostNode external id", 
      "type": "string"
    }, 
    "hardware_id": {
      "description": "HardwareId of the host is used to get fabric node on reboot.", 
      "required": false, 
      "title": "Hardware Id of the host", 
      "type": "string"
    }, 
    "hypervisor_os_type": {
      "enum": [
        "ESXI", 
        "RHELKVM", 
        "UBUNTUKVM", 
        "HYPERV", 
        "RHELCONTAINER", 
        "CENTOSCONTAINER", 
        "RHELSERVER", 
        "WINDOWSSERVER", 
        "UBUNTUSERVER", 
        "CENTOSSERVER", 
        "CENTOSKVM", 
        "SLESKVM", 
        "SLESSERVER"
      ], 
      "required": false, 
      "title": "HostNode's Hypervisor type, for example ESXi, RHEL KVM or UBUNTU KVM.", 
      "type": "string"
    }, 
    "included_fields": {
      "title": "Comma separated list of fields that should be included in query result", 
      "type": "string"
    }, 
    "ip_address": {
      "required": false, 
      "title": "Management IP address of the node", 
      "type": "string"
    }, 
    "page_size": {
      "default": 1000, 
      "maximum": 1000, 
      "minimum": 0, 
      "title": "Maximum number of results to return in this page (server may return fewer)", 
      "type": "integer"
    }, 
    "resource_type": {
      "enum": [
        "HostNode", 
        "EdgeNode", 
        "PublicCloudGatewayNode"
      ], 
      "required": false, 
      "title": "Node type from 'HostNode', 'EdgeNode', 'PublicCloudGatewayNode'", 
      "type": "string"
    }, 
    "sort_ascending": {
      "type": "boolean"
    }, 
    "sort_by": {
      "title": "Field by which records are sorted", 
      "type": "string"
    }
  }, 
  "title": "Node list parameters", 
  "type": "object"
}