Akamai · Example Payload

Akamai Post Sandbox Properties Example

CDNCloudEdge ComputingNetworksPlatformSecurity

Akamai Post Sandbox Properties 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-properties",
  "method": "POST",
  "path": "/sandboxes/{sandboxId}/properties",
  "summary": "Add a property to a sandbox",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "propertyId": "470031",
        "ruleFormat": "latest",
        "requestHostnames": [
          "portal.example.com"
        ]
      }
    }
  ],
  "responseExamples": [
    {
      "status": "201",
      "contentType": "application/json",
      "example": {
        "cpcode": 1234567,
        "productId": "prd_Fresca",
        "propertyId": 470031,
        "ruleFormat": "latest",
        "sandboxPropertyId": "e4ae2447-7430-11e8-8f80-0242ac110007",
        "validationStatus": "SUCCESS",
        "additionalRequestHostnamesInProperty": [
          "portal.example.com"
        ],
        "editedRuleBehaviors": [
          "cpCode"
        ],
        "filteredRuleBehaviors": [
          "http2"
        ],
        "requestHostnames": [
          "shop.example.com"
        ],
        "_links": {
          "rules": {
            "href": "/sandbox-api/v1/sandboxes/e43a53d6-7430-11e8-8f80-0242ac110007/properties/e4ae2447-7430-11e8-8f80-0242ac110007/rules"
          },
          "sandbox": {
            "href": "/sandbox-api/v1/sandboxes/e43a53d6-7430-11e8-8f80-0242ac110007"
          },
          "self": {
            "href": "/sandbox-api/v1/sandboxes/e43a53d6-7430-11e8-8f80-0242ac110007/properties/e4ae2447-7430-11e8-8f80-0242ac110007"
          }
        },
        "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"
          }
        ]
      }
    }
  ]
}