get https://{hostname}/eccu-api/v1/requests
Returns a summary of submitted ECCU refresh requests under your account. Use this to view the status
of all refresh requests.
Recipes
List ECCU requests
Open Recipe
Response
Returns a summary of submitted ECCU refresh requests under your account. Use this to view the status
of all refresh requests.
xxxxxxxxxx
curl --request GET \
--url https://hostname/eccu-api/v1/requests \
--header 'accept: application/json'
xxxxxxxxxx
36}
{
"requests": [
{
"notes": "Invalidate images in store",
"propertyName": "www.example.com",
"propertyNameExactMatch": true,
"propertyType": "HOST_HEADER",
"requestDate": "2018-11-30T16:25:15.000+0000",
"requestId": 263529762,
"requestName": "Invalidate Images",
"requestor": "john.doe@example.com",
"status": "PENDING",
"statusMessage": "File uploaded and awaiting validation",
"statusUpdateDate": "2018-11-30T16:25:15.000+0000",
"statusUpdateEmails": [
"john.doe@example.com"
]
},
{
"notes": "Invalidate more images",
"propertyName": "www.another-example.com",
"propertyNameExactMatch": true,
"propertyType": "HOST_HEADER",
"requestDate": "2018-12-11T16:25:15.000+0000",
"requestId": 263529762,