Akamai · Example Payload

Akamai Put Sandbox Property Example

CDNCloudEdge ComputingNetworksPlatformSecurity

Akamai Put Sandbox Property 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-property",
  "method": "PUT",
  "path": "/sandboxes/{sandboxId}/properties/{sandboxPropertyId}",
  "summary": "Update a property",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "cpcode": 1234567,
        "requestHostnames": [
          "host1.example.com",
          "host2.example.com"
        ]
      }
    }
  ],
  "responseExamples": []
}