post https://{hostname}/edge-diagnostics/v1/grep
Launches an asynchronous request to fetch logs for an edge server IP address using the grep
command. To verify if an IP belongs to an edge server, run the Verify an IP operation first. For operations in progress, the returned object consists of only three members, retryAfter
, requestId
, and link
. In this case, wait for the duration of the retryAfter
interval, then either use the requestId
to run the Check a GREP request status operation, or simply GET the link
. If you known the exact values to filter the logs by and you want to get the data directly, run the synchronous Launch a GREP request operation.