Endpoint network topology list

GET https://{{base_url}}/v6/endpoint-data/network-topology.json?window=1h

Endpoint network topology list

Returns a list of all endpoint network topology results. Results from the last round are provided unless an explicit start and end is provided with from, to or window optional parameters.

Optional (Querystring) Parameters

  • format=json|xml optional, specifies the format of output requested. See Output Formats for more information
  • window=[0-9]+[smhdw]? specifies a window of time for the result set. See Time Ranges for more information.
  • from=YYYY-mm-ddTHH:MM:SS&to=YYYY-mm-ddTHH:MM:SS specifies an explicit start (and optionally, end) for your range of data. See Time Ranges for more information.
  • page={pageNo} specifies result page. See Pagination for more information.
  • aid={aid} optional and requires the user to be assigned to the target account group, specifies the account group context of the request, obtained from the /account-groups endpoint. Specifying this parameter without the user being assigned to the target account will result in an error response. See Account group context for more information

Warning Note that a maximum of 12h worth of data can be retreived at once. If you need more, you need to make multiple requests.

Optional Filtering

/endpoint-data endpoints support optional filtering. See Endpoint Data Filtering for more information.

Request Params

KeyDatatypeRequiredDescription
windowstring

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring