Browse service map fleet hosts
Browse the account’s hosts with ServiceMap capability and current collection status.
Restrictions
Usage
- Unlike the other four ServiceMap read APIs, this endpoint degrades gracefully when the ServiceMap store is unavailable: matching still runs off inventory data, and affected items report
servicemap.error_code=status_unavailablewithpartial=true, instead of the whole request failing. cursoris opaque — pass back the exact value fromnext_cursor; do not construct or parse it.- Reaching
scan_limitbeforelimitmatches are found setstruncated=truewithnext_cursorstill populated — this is not the same as reaching the end of the account’s hosts. coverage.scanned/matched/returneddescribe this page’s scan only, not the account’s total host population.
Authorizations
App key issued from the Flashduty console under Account → APP Keys. Required on every public API call. Keep it secret — it grants the same access as the owning account.
Body
Filter and pagination parameters for browsing ServiceMap-capable hosts.
Opaque pagination cursor. Pass back the exact value from a previous response's next_cursor; omit for the first page.
Maximum number of matching hosts to return in this page. Default 50, range 1-100.
1 <= x <= 100Maximum number of candidate hosts to examine while filling this page. Default 1000, range limit-2000.
x <= 2000Filter to hosts currently in any of these statuses. Up to 20 values.
20active, degraded, stale, initializing, disabled, unsupported, no_data Filter to hosts on any of these exact agent versions. Up to 20 values.
20Filter to hosts in any of these exact edge cluster names. Up to 20 values.
20Filter to hosts using any of these capture modes. unknown matches hosts that have not reported a capture mode yet.
3ebpf, polling, unknown Response
Success
Success response envelope. On every 2xx response, request_id identifies the call (also mirrored in the Flashcat-Request-Id header) and data holds the endpoint-specific payload. Failure responses use a different shape — see ErrorResponse.