InlineInfraServiceCategoriesSummaryRequest1

InlineInfraServiceCategoriesSummaryRequest1
InlineInfraServiceCategoriesSummaryRequest1
JSON Example
{
    "time_selection": {
        "start_time": 0
    },
    "site_id": "string",
    "service_names": [
        "string"
    ],
    "service_category_ids": [
        "string"
    ]
}
time_selection
Optional

Time window for monitoring data (new servers, flow counts). When omitted, defaults to the last 30 days.

string
site_id
Required  

Scope the summary to a specific site. It is a required field.

array of string
service_names
Optional

Filter results by service category display name (case-insensitive). Multiple names are OR-combined - a category is included if its name matches any value in this list. Example: ["DNS", "LDAP"] returns only DNS and LDAP categories.

array of string
service_category_ids
Optional

Optional filter by service category primary key (ID). Obtain valid IDs from GET /service-categories. When provided together with service_names, both filters are applied (AND logic - a category must match both the name filter and the ID filter).