Logo
Akamai APIs API Documentation

User diagnostic data

Number of APIs: 3


1. Generate a diagnostic link

POST https://{{host}}/edge-diagnostics/v1/user-diagnostic-data/groups

Generates a diagnostic link for you to share with end users of a particular URL or IP acceleration hostname experiencing similar issues. After an end user clicks the link, the tool gathers necessary diagnostic data and asks the end user to submit it. Once submitted, you can check the collected data with the Get diagnostic data of a group operation. Each link is valid for 7 days of 50 submissions. To get the list of IP acceleration hostname you can collect diagnostic data for, run the List IP acceleration hostnames operation first.



2. List end user groups

GET https://{{host}}/edge-diagnostics/v1/user-diagnostic-data/groups

Lists groups created for collecting diagnostic data and their details. A group stores diagnostic data of end users of a particular domain experiencing similar issues submitted with the specific diagnostic link. To create the diagnostic link, run the Generate a diagnostic link operation. To check the data collected for a group, store the returned groupId value and use it to run the Get diagnostic data of a group operation.



3. Get diagnostic data for an end user group

GET https://{{host}}/edge-diagnostics/v1/user-diagnostic-data/groups/:groupId/records

Returns collected diagnostic data for a specific group. You can also request additional cURL, DIG, and MTR data. To get the groupId value, run the List groups operation first.



ENDPOINTS