Akamai · Example Payload

Akamai Put Sandbox Edgeworker Example

CDNCloudEdge ComputingNetworksPlatformSecurity

Akamai Put Sandbox Edgeworker 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-sandbox-edgeworker",
  "method": "PUT",
  "path": "/sandboxes/{sandboxId}/edgeworkers/{edgeWorkerId}",
  "summary": "Upload EdgeWorker code",
  "requestExamples": [
    {
      "contentType": "application/tar+gzip",
      "example": "A binary file bundle."
    }
  ],
  "responseExamples": []
}