Akamai · Example Payload

Akamai Post Endpoint Version Activate Example

CDNCloudEdge ComputingNetworksPlatformSecurity

Akamai Post Endpoint Version Activate 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-endpoint-version-activate",
  "method": "POST",
  "path": "/endpoints/{apiEndPointId}/versions/{versionNumber}/activate",
  "summary": "Activate a version",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "notes": "Activating the first version of the Bookstore API on both staging and production networks.",
        "networks": [
          "STAGING",
          "PRODUCTION"
        ],
        "notificationRecipients": [
          "bookstore_shared@akamai.com"
        ]
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "notes": "Activating the first version of the Bookstore API on both staging and production networks.",
        "networks": [
          "STAGING",
          "PRODUCTION"
        ],
        "notificationRecipients": [
          "bookstore_shared@akamai.com"
        ]
      }
    }
  ]
}