Akamai · Example Payload
Akamai Get Id Resource Tier Example
CDNCloudEdge ComputingNetworksPlatformSecurity
Akamai Get Id Resource Tier 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
{
"operationId": "get-id-resource-tier",
"method": "GET",
"path": "/ids/{edgeWorkerId}/resource-tier",
"summary": "Akamai Get the Resource Tier",
"requestExamples": [],
"responseExamples": [
{
"status": "200",
"contentType": "application/json",
"example": {
"resourceTierId": 200,
"resourceTierName": "Dynamic Compute",
"edgeWorkerLimits": [
{
"limitName": "Maximum CPU time during initialization",
"limitUnit": "MILLISECOND",
"limitValue": 30
},
{
"limitName": "Maximum wall time during initialization",
"limitUnit": "MILLISECOND",
"limitValue": 100
},
{
"limitName": "Maximum number of HTTP sub-requests allowed in parallel per EdgeWorker ID",
"limitUnit": "COUNT",
"limitValue": 0
},
{
"limitName": "Maximum memory usage per event handler",
"limitUnit": "BYTE",
"limitValue": 1310720
},
{
"limitName": "Maximum CPU time per event handler",
"limitUnit": "MILLISECOND",
"limitValue": 50
},
{
"limitName": "Maximum wall time per event handler",
"limitUnit": "MILLISECOND",
"limitValue": 4000
},
{
"limitName": "Maximum number of HTTP sub-requests allowed from a parent request",
"limitUnit": "COUNT",
"limitValue": 1
},
{
"limitName": "Maximum number of HTTP sub-requests allowed in parallel with the parent request",
"limitUnit": "COUNT",
"limitValue": 1
},
{
"limitName": "Maximum wall time per HTTP sub-request",
"limitUnit": "MILLISECOND",
"limitValue": 1000
},
{
"limitName": "Maximum response size per HTTP sub-request",
"limitUnit": "BYTE",
"limitValue": 1048576
},
{
"limitName": "Maximum memory usage for responseProvider",
"limitUnit": "BYTE",
"limitValue": 2097152
},
{
"limitName": "Maximum CPU time for responseProvider",
"limitUnit": "MILLISECOND",
"limitValue": 100
},
{
"limitName": "Maximum wall time for responseProvider",
"limitUnit": "MILLISECOND",
"limitValue": 4000
},
{
"limitName": "Maximum number of HTTP sub-requests allowed for responseProvider",
"limitUnit": "COUNT",
"limitValue": 50
},
{
"limitName": "Maximum number of HTTP sub-requests allowed in parallel for responseProvider",
"limitUnit": "COUNT",
"limitValue": 5
},
{
"limitName": "Maximum walltime for HTTP sub-requests during the execution of the responseProvider event handler",
"limitUnit": "MILLISECOND",
"limitValue": 1000
},
{
"limitName": "Maximum response size for HTTP sub-requests during the responseProvider event handler",
"limitUnit": "BYTE",
"limitValue": 1048576
}
]
}
}
]
}