Web: Page load component detail
GET https://{{base_url}}/v6/web/page-load/{{testId}}/{{agentId}}/{{roundId}}.json
(Web) Page load component detail
Returns HAR (http archive) information, including component list and timing for elements loaded in a Page Load test. This is analogous to what is shown in the waterfall view for a Page Load test, with an agent selected. Includes response data, dns, connect, ssl, send, wait and receive times for each component loaded in a page.
Note: this endpoint is only available in v5 or higher of the ThousandEyes API
Optional (Querystring) Parameters
- format=json|xml optional, specifies the format of output requested. See Output Formats 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
Request
- {testId} the ID of the Page Load test you for wish to retrieve data
- {agentId} the ID of the agent for which you wish to retrieve data
- {roundId} the ID of the round for which you wish to retrieve data
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |