Akamai · Example Payload

Akamai Get Revision Bom Example

CDNCloudEdge ComputingNetworksPlatformSecurity

Akamai Get Revision Bom 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-revision-bom",
  "method": "GET",
  "path": "/ids/{edgeWorkerId}/revisions/{revisionId}/bom",
  "summary": "Akamai Get a Revision BOM",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "edgeWorkerId": 42,
        "version": "0.7",
        "dependencies": {
          "redirect-geo-query": {
            "edgeWorkerId": 23,
            "version": "4.0",
            "dependencies": {}
          }
        }
      }
    }
  ]
}