List

GET {{baseUrl}}/applications/:application_id/hosts.json?filter[hostname]=<string>&filter[ids]=<string>,<string>&page=<integer>

This API endpoint returns a paginated list of hosts associated with the given application. The time range for summary data is the last 3-4 minutes.

Application hosts can be filtered by hostname, or the list of application host IDs.

See our documentation for a discussion and examples of using filters and summary data output.

Request Params

KeyDatatypeRequiredDescription
filter[hostname]stringFilter by server hostname
filter[ids]stringFilter by application host ids
pagestringPagination index

RESPONSES

status: OK

{&quot;application_hosts&quot;:[{&quot;host&quot;:&quot;ut est exercitation&quot;,&quot;application_name&quot;:&quot;reprehenderit ut Excepteur&quot;,&quot;application_summary&quot;:{&quot;apdex_score&quot;:54619729.664771646,&quot;error_rate&quot;:-66012120.22765246,&quot;instance_count&quot;:23393360,&quot;response_time&quot;:1702131.455874905,&quot;throughput&quot;:58720480.15043694},&quot;end_user_summary&quot;:{&quot;apdex_score&quot;:33689199.55323775,&quot;response_time&quot;:47877890.976783335,&quot;throughput&quot;:14884833.51459387},&quot;health_status&quot;:&quot;occaecat deserunt elit cillum&quot;,&quot;id&quot;:-67383467,&quot;language&quot;:-92981056,&quot;links&quot;:{&quot;application&quot;:-24537796,&quot;application_instances&quot;:[26589999,57465430],&quot;server&quot;:76115272}},{&quot;host&quot;:&quot;Excepteur esse&quot;,&quot;application_name&quot;:&quot;dolore occaecat&quot;,&quot;application_summary&quot;:{&quot;apdex_score&quot;:14746007.631767184,&quot;error_rate&quot;:51582378.76545587,&quot;instance_count&quot;:-62135909,&quot;response_time&quot;:-79852146.52121812,&quot;throughput&quot;:31251511.357861757},&quot;end_user_summary&quot;:{&quot;apdex_score&quot;:69742217.25641412,&quot;response_time&quot;:-52262922.4143095,&quot;throughput&quot;:-28712768.244086325},&quot;health_status&quot;:&quot;dolore magna sunt&quot;,&quot;id&quot;:60951539,&quot;language&quot;:-77279202,&quot;links&quot;:{&quot;application&quot;:-74021365,&quot;application_instances&quot;:[77496110,67153373],&quot;server&quot;:70572731}}]}