Check status of content in each POP's cache
GET {{fastly_url}}/content/edge_check?url
Retrieve headers and MD5 hash of the content for a particular URL from each Fastly edge server. This API is limited to 200 requests per hour. If the content takes too long to download, the hash will be set to error-timeout-$pop. If the response is too large, it will be set to warning-too-large-$pop.
Authorization: API token with at least Engineer permissions (this endpoint does not accept a token with the
global:read
scope).
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
url | null | Full URL (host and path) to check on all nodes. if protocol is omitted, http will be assumed. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Host | string | ||
Accept | string |