Akamai · Example Payload

Akamai Get Properties Example

CDNCloudEdge ComputingNetworksPlatformSecurity

Akamai Get 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": "get-properties",
  "method": "GET",
  "path": "/ids/{edgeWorkerId}/properties",
  "summary": "Akamai List Properties",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "limitedAccessToProperties": false,
        "properties": [
          {
            "latestVersion": 147,
            "productionVersion": null,
            "propertyId": 4567,
            "propertyName": "www.customer.com",
            "stagingVersion": 147
          },
          {
            "latestVersion": 56,
            "productionVersion": 55,
            "propertyId": 6789,
            "propertyName": "www.other.customer.com",
            "stagingVersion": 56
          }
        ]
      }
    }
  ]
}