Akamai · Example Payload

Akamai Get Endpoint Version Example

CDNCloudEdge ComputingNetworksPlatformSecurity

Akamai Get Endpoint Version 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-endpoint-version",
  "method": "GET",
  "path": "/endpoints/{apiEndPointId}/versions/{versionNumber}",
  "summary": "Get a version summary",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "apiVersionId": 574127,
        "basePath": "/bookstore",
        "description": "An API for bookstore users allowing them to retrieve book items, add new items (admin users), and modify existing items.",
        "hidden": false,
        "productionStatus": "ACTIVE",
        "source": null,
        "stagingStatus": "ACTIVE",
        "apiCategoryIds": [],
        "apiEndPointHosts": [
          "bookstore.api.akamai.com"
        ],
        "apiResourceNames": [
          "book",
          "user",
          "magazine"
        ],
        "availableActions": [
          "ACTIVATE_ON_STAGING",
          "VIEW_AAG_SETTINGS",
          "ACTIVATE_ON_PRODUCTION",
          "COMPARE_RAPID_SETTINGS",
          "DELETE",
          "HIDE_VERSION",
          "CLONE_VERSION",
          "EDIT_AAG_SETTINGS",
          "EDIT_ENDPOINT_DEFINITION",
          "RESOURCES",
          "COMPARE_ENDPOINT"
        ]
      }
    }
  ]
}