get https://{hostname}/edgeworkers/v1/ids/
View details for a specific EdgeWorker.
Recipes
Get an EdgeWorker ID
Open Recipe
Response
View details for a specific EdgeWorker.
xxxxxxxxxx
curl --request GET \
--url https://hostname/edgeworkers/v1/ids/edgeWorkerId \
--header 'accept: application/json'
xxxxxxxxxx
12{
"accountId": "A-CCT1234",
"createdBy": "jsmith",
"createdTime": "2020-10-15T14:49:40Z",
"description": "Geo-blocking EdgeWorker",
"edgeWorkerId": 42,
"groupId": 12345,
"lastModifiedBy": "jsmith",
"lastModifiedTime": "2020-10-15T15:21:15Z",
"name": "Ew_1",
"resourceTierId": 200
}