{ "operationId": "post-id-clone", "method": "POST", "path": "/ids/{edgeWorkerId}/clone", "summary": "Akamai Clone an EdgeWorker ID", "requestExamples": [ { "contentType": "application/json", "example": { "description": "Clone of EdgeWorker ID 42", "groupId": 72297, "name": "Ew_42", "resourceTierId": 200 } } ], "responseExamples": [ { "status": "201", "contentType": "application/json", "example": { "accountId": "A-CCT5678", "createdBy": "jsmith", "createdTime": "2020-10-15T14:49:40Z", "description": "Clone of EdgeWorker ID 42", "edgeWorkerId": 43, "groupId": 72297, "lastModifiedBy": "jsmith", "lastModifiedTime": "2020-10-15T15:21:15Z", "name": "Ew_42", "resourceTierId": 100, "sourceEdgeWorkerId": 42 } } ] }