Akamai · Example Payload

Akamai Post Id Clone Example

CDNCloudEdge ComputingNetworksPlatformSecurity

Akamai Post Id Clone Example is an example object payload from Akamai, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "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
      }
    }
  ]
}