BaremetalServerDetailsRequest

BaremetalServerDetailsRequest
Request body for getting baremetal servers with details.

Request body for getting baremetal servers with details.

AllOf
This class requires all of the following:
JSON Example
{
    "site_ids": [
        "string"
    ],
    "offset": 0,
    "page_size": 0,
    "sort_ascending": false,
    "sort_by": "string",
    "display_name": [
        "string"
    ],
    "os_details": [
        "string"
    ],
    "agent_version": [
        "string"
    ],
    "agent_health": [
        "string"
    ],
    "last_operation_info": [
        "string"
    ]
}