Akamai · Example Payload

Akamai Put Id Example

CDNCloudEdge ComputingNetworksPlatformSecurity

Akamai Put Id 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": "put-id",
  "method": "PUT",
  "path": "/ids/{edgeWorkerId}",
  "summary": "Akamai Update an EdgeWorker ID",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "description": "New Description",
        "groupId": 123456,
        "name": "New EdgeWorker Name"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "accountId": "A-CCT9012",
        "createdBy": "jsmith",
        "createdTime": "2020-10-15T14:49:40Z",
        "description": "New Description",
        "edgeWorkerId": 42,
        "groupId": 72297,
        "lastModifiedBy": "jsmith",
        "lastModifiedTime": "2020-10-15T15:21:15Z",
        "name": "New EdgeWorker Name",
        "resourceTierId": 200
      }
    }
  ]
}