InlineInfraServiceCategoriesSummaryRequest1
{
"time_selection": {
"start_time": 0
},
"site_id": "string",
"service_names": [
"string"
],
"service_category_ids": [
"string"
]
}
Time window for monitoring data (new servers, flow counts). When omitted, defaults to the last 30 days.
Scope the summary to a specific site. It is a required field.
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.
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).