InfraServerExclusionsRequest

InfraServerExclusionsRequest
Infrastructure Server Exclusions Request

Request to exclude servers from discovered servers list for a service category. This is a global exclusion list for all services within a service category.

AllOf
This class requires all of the following:
JSON Example
{
    "site_ids": [
        "string"
    ],
    "offset": 0,
    "page_size": 1000,
    "sort_ascending": false,
    "sort_by": "string",
    "site_id": "0c7d7379-3ac5-41e0-9a97-5daf80ccde17",
    "server_id_filters": [
        "IP-172.16.14.1"
    ],
    "exclude_all": false
}