List catalog providers

POST {{baseUrl}}/internet-insights/catalog/providers/filter?aid=1234

Returns a list of catalog providers using the specified filters. Returns high-level information about each catalog provider. For more details about a specific provider, call the Get a catalog provider endpoint.

Note: Support for pagination will be added in the future.

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.

Request Body

{"providerName"=>"Amazon Web Services", "providerType"=>"IAAS", "region"=>"North America", "location"=>"San Jose, US", "asn"=>"Amazon.com, Inc.", "included"=>true}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"providers":[{"id":"85602a0a-54a7-4e97-946e-67492ef1fa26","providerName":"Amazon Web Services","providerType":"IAAS","region":"North America","dataType":"Application","asnsCount":10,"countriesCount":2,"locationsCount":50,"interfacesCount":15,"included":true,"_links":{"self":{"href":"https://api.thousandeyes.com/v7/link/to/resource/id","templated":true,"type":"dolore quis","deprecation":"deser","name":"qu","profile":"esse fugi","title":"non Ut adipisicing ex","hreflang":"sint nulla"}}},{"id":"85602a0a-54a7-4e97-946e-67492ef1fa26","providerName":"Amazon Web Services","providerType":"IAAS","region":"North America","dataType":"Application","asnsCount":10,"countriesCount":2,"locationsCount":50,"interfacesCount":15,"included":true,"_links":{"self":{"href":"https://api.thousandeyes.com/v7/link/to/resource/id","templated":false,"type":"deserunt","deprecation":"cillum minim","name":"pariatur laboris labore","profile":"sit ipsum velit","title":"sed proident aliquip dolore","hreflang":"pariatur labore sed aliqua"}}}],"_links":{"self":{"href":"https://api.thousandeyes.com/v7/link/to/resource/id","templated":true,"type":"officia ipsum","deprecation":"sint nulla cupidatat","name":"et laboris","profile":"aliqua cupidatat aliquip reprehenderit nostrud","title":"mollit in nostrud laboris fugiat","hreflang":"non deserunt Lorem esse tempor"}}}