InfraServerExclusionsResponse

InfraServerExclusionsResponse
Infrastructure Server Exclusions Response

Response containing excluded servers for a service category

AllOf
This class requires all of the following:
JSON Example
{
    "offset": 0,
    "number_of_results": 1,
    "total_result_count": 1,
    "total_pages": 0,
    "sort_ascending": false,
    "sort_by": "serverId",
    "results": [
        {
            "server_id": "IP-172.16.14.1",
            "display_name": "172.16.14.1",
            "site_id": "0c7d7379-3ac5-41e0-9a97-5daf80ccde17",
            "server_classification": "INTERNAL"
        }
    ]
}