InfraAssetsSecurityInfoRequest

InfraAssetsSecurityInfoRequest
Infra Assets Security Info Request

Request parameters for the infrastructure asset groups security info API. Supports fetching security coverage data for one or more service categories in a single paginated request.

AllOf
JSON Example
{
    "site_ids": [
        "string"
    ],
    "offset": 0,
    "page_size": 1000,
    "sort_ascending": false,
    "sort_by": "string",
    "site_id": "0c7d7379-3ac5-41e0-9a97-5daf80ccde17",
    "global_only": true,
    "service_category_ids": [
        "23745f49-fbb0-44ad-9d92-410f6370f36d"
    ]
}