List local networks

GET {{baseUrl}}/endpoint/test-results/local-networks?aid=1234

Returns a list of all the networks used by endpoint agents.

Sends back a localNetworks array.

Request Params

KeyDatatypeRequiredDescription
aidnumberA unique identifier associated with your account group. You can retrieve your AccountGroupId from the /account-groups endpoint. Note that you must be assigned to the target account group. Specifying this parameter without being assigned to the target account group will result in an error response.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"localNetworks":[{"networkId":"006c4fa7a054","networkName":"10.5.51.0 (in 178.216.56.0/21)","localPrefix":"10.5.51.0","publicIpRange":"178.216.56.0-178.216.63.255"},{"networkId":"006c4fa7a054","networkName":"10.5.51.0 (in 178.216.56.0/21)","localPrefix":"10.5.51.0","publicIpRange":"178.216.56.0-178.216.63.255"}],"_links":{"self":{"href":"https://api.thousandeyes.com/v7/link/to/resource/id","templated":false,"type":"laborum Ut irure","deprecation":"ullamco quis cupidatat sint","name":"incididunt dolore adipisicing laborum","profile":"r","title":"amet","hreflang":"ipsum in nostrud ex"}}}