Akamai · Example Payload

Akamai Get Sandbox Example

CDNCloudEdge ComputingNetworksPlatformSecurity

Akamai Get Sandbox 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": "get-sandbox",
  "method": "GET",
  "path": "/sandboxes/{sandboxId}",
  "summary": "Get a sandbox",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "createdBy": "jsmith",
        "createdOn": "2021-07-11T21:05:38.227Z",
        "isClonable": true,
        "name": "Sandbox-clone-1",
        "sandboxId": "2956607f-854e-11e8-898a-0242ac110002",
        "status": "OK",
        "_links": {
          "clone": {
            "href": "/sandbox-api/v1/sandboxes/2956607f-854e-11e8-898a-0242ac110002/clone"
          },
          "rotateJWT": {
            "href": "/sandbox-api/v1/sandboxes/2956607f-854e-11e8-898a-0242ac110002/rotateJWT"
          },
          "self": {
            "href": "/sandbox-api/v1/sandboxes/2956607f-854e-11e8-898a-0242ac110002"
          }
        },
        "properties": [
          {
            "requestHostnames": [
              "shop.example.com"
            ],
            "_links": {
              "property": {
                "href": "/sandbox-api/v1/sandboxes/2956607f-854e-11e8-898a-0242ac110002/properties/29b5e5a0-854e-11e8-898a-0242ac110002"
              },
              "rules": {
                "href": "/sandbox-api/v1/sandboxes/2956607f-854e-11e8-898a-0242ac110002/properties/29b5e5a0-854e-11e8-898a-0242ac110002/rules"
              }
            }
          }
        ]
      }
    }
  ]
}