InlineDiscoveredServersRequest1
{
"time_selection": {
"start_time": 1780954226445
},
"offset": 0,
"page_size": 50,
"sort_ascending": false,
"sort_by": "last_seen_time",
"site_ids": [
"0c7d7379-3ac5-41e0-9a97-5daf80ccde17"
]
}
Time parameters for the analysis (query time window only, e.g. lower bound on activity / last_seen_time). If not provided, defaults to last 30 days. Independent of match_mode; not combined with or interpreted through match_mode.
Optional patterns matched against displayed server name (VM display name or IP portion for IP-* rows). Multiple patterns are OR-combined (under match_mode).
Optional patterns matched against stored discovered_infra_server.server_id - the canonical identifier that uniquely identifies a discovered server row (opaque string; UUID in typical deployments). CONTAINS/EXACT/NOT_CONTAINS apply to that stored value, which is distinct from display name semantics in server_name_filters.
How each pattern in server_name_filters and server_id_filters is compared (CONTAINS / EXACT / NOT_CONTAINS). Does not apply to time_selection; only to those two filter arrays. Defaults to CONTAINS when any of those filter lists is non-empty.
Optional filter by server classification. INTERNAL returns only servers classified as internal; EXTERNAL returns only external. Omitting this field returns both.
When true, returns all non-suppressed (non-user-excluded) discovered servers for the category, including servers that are already members of a published infrastructure group. When false or omitted (default), only servers that are not yet in a published group are returned (existing behavior).