Akamai · Example Payload

Akamai Post Sandbox Example

CDNCloudEdge ComputingNetworksPlatformSecurity

Akamai Post 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": "post-sandbox",
  "method": "POST",
  "path": "/sandboxes",
  "summary": "Create a sandbox",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "isClonable": true,
        "name": "Sandbox-123",
        "property": {
          "propertyName": "exampledevops.com",
          "propertyVersion": 12345
        }
      }
    }
  ],
  "responseExamples": [
    {
      "status": "201",
      "contentType": "application/json",
      "example": {
        "createdBy": "hgildong",
        "createdOn": "2021-10-09T15:20:36.441Z",
        "isClonable": true,
        "jwtToken": "eyJ0eXA ... qggqqw",
        "name": "Sandbox-123",
        "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": [
          {
            "sandboxPropertyId": "e7b77afe-271b-4159-bdd1-c312ef560cdb",
            "additionalRequestHostnamesInProperty": [
              "www.abc1234def.com"
            ],
            "editedRuleBehaviors": [
              "cpCode"
            ],
            "filteredRuleBehaviors": [
              "http2"
            ],
            "requestHostnames": [
              "shop.exampledevops.com",
              "info.abc1234def.com"
            ],
            "_links": {
              "property": {
                "href": "/sandbox-api/v1/sandboxes/2956607f-854e-11e8-898a-0242ac110002/properties/e7b77afe-271b-4159-bdd1-c312ef560cdb"
              },
              "rules": {
                "href": "/sandbox-api/v1/sandboxes/2956607f-854e-11e8-898a-0242ac110002/properties/e7b77afe-271b-4159-bdd1-c312ef560cdb/rules"
              }
            },
            "validationWarnings": [
              {
                "detail": "If your `Origin Server` uses HTTPS, make sure to follow <a href=\"/dl/property-manager/property-manager-help/csh_lookup.html?id=PM_0034\" target=\"_blank\">this procedure</a> to avoid a service outage or a security breach when you rotate your origin's certificate.",
                "errorLocation": "#/rules/behaviors/0",
                "type": "https://problems.luna.akamaiapis.net/papi/v1/validation/validation_message.ssl_delegate_warning_rotate"
              }
            ]
          }
        ]
      }
    }
  ]
}