post https://{hostname}/edgeworkers/v1/ids
Register a new EdgeWorker ID within a particular group.
Recipes
Create a new EdgeWorker ID
Open Recipe
Response
Register a new EdgeWorker ID within a particular group.
xxxxxxxxxx
curl --request POST \
--url https://hostname/edgeworkers/v1/ids \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
12{
"accountId": "A-CCT7890",
"createdBy": "jsmith",
"createdTime": "2020-10-15T14:49:40Z",
"description": "Geo-blocking EdgeWorker",
"edgeWorkerId": 42,
"groupId": 32145,
"lastModifiedBy": "jsmith",
"lastModifiedTime": "2020-10-15T15:21:15Z",
"name": "Ew_42",
"resourceTierId": 200
}