Akamai · Example Payload
Akamai Get Include Activation Example
CDNCloudEdge ComputingNetworksPlatformSecurity
Akamai Get Include Activation 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-include-activation",
"method": "GET",
"path": "/includes/{includeId}/activations/{activationId}",
"summary": "Akamai Get an Include Activation",
"requestExamples": [],
"responseExamples": [
{
"status": "200",
"contentType": "application/json",
"example": {
"accountId": "act_A-CCT5678",
"contractId": "ctr_C-0N7RAC7",
"groupId": "grp_15225",
"activations": {
"items": [
{
"activationType": "ACTIVATE",
"fmaActivationState": "received",
"includeActivationId": "5e597860-1107-461e-8dbe-4e7526e8dd02",
"includeId": "inc_173036",
"includeName": "example.inc.com",
"includeVersion": 1,
"network": "STAGING",
"note": "Sample activation",
"status": "PENDING",
"submitDate": "2022-03-02T02:22:12Z",
"updateDate": "2022-03-01T21:12:57Z",
"notifyEmails": [
"you@example.com",
"them@example.com"
]
}
]
},
"validations": {
"network": "STAGING",
"validationErrorItemList": {
"items": [
{
"hasValidationError": true,
"hasValidationWarning": true,
"propertyName": "ng-parent5-for-inc7.com",
"validationResultsLink": "/papi-backend/v0/includes/validation-results/489e0b99-e80a-4cf0-bc44-f29f810c68c0/properties/747628/versions/1?groupId=grp_15225&contractId=ctr_C-0N7RAC7",
"versionId": 185102232,
"versionNumber": 1
},
{
"hasValidationError": true,
"hasValidationWarning": false,
"propertyName": "ng-include.common7",
"validationResultsLink": "/papi-backend/v0/includes/validation-results/489e0b99-e80a-4cf0-bc44-f29f810c68c0/properties/747209/versions/6?groupId=grp_15225&contractId=ctr_C-0N7RAC7",
"versionId": 185107315,
"versionNumber": 6
}
]
},
"validationSummary": {
"completePercent": 100,
"hasClientError": false,
"hasSystemError": false,
"hasValidationError": true,
"hasValidationWarning": false,
"messageState": "SUBMITTED_FOR_ACTIVATION"
}
}
}
},
{
"status": "400",
"contentType": "application/problem+json",
"example": {
"detail": "The system cannot understand your request. Please check the syntax and correct any problems.",
"instance": "/papi/v1/properties?contractId=ctr_C-0N7RAC7&groupId=grp_12345#abc12345abcc02a7",
"status": 400,
"title": "Bad Request",
"type": "https://problems.luna.akamaiapis.net/papi/v0/http/bad-request"
}
},
{
"status": "401",
"contentType": "application/problem+json",
"example": {
"detail": "The request requires authentication.",
"instance": "/papi/v1/properties?contractId=ctr_C-0N7RAC7&groupId=grp_12345#abc12345abcc02a7",
"status": 401,
"title": "Unauthorized",
"type": "https://problems.luna.akamaiapis.net/papi/v0/http/unauthorized"
}
},
{
"status": "403",
"contentType": "application/problem+json",
"example": {
"detail": "The authorization token you provided does not allow access to this resource.",
"instance": "/papi/v1/properties?contractId=ctr_C-0N7RAC7&groupId=grp_12345#abc12345abcc02a7",
"status": 403,
"title": "Forbidden",
"type": "https://problems.luna.akamaiapis.net/papi/v1/http/forbidden"
}
},
{
"status": "404",
"contentType": "application/problem+json",
"example": {
"detail": "The system was unable to locate the requested resource.",
"instance": "/papi/v1/properties?contractId=ctr_C-0N7RAC7&groupId=grp_12345#abc12345abcc02a7",
"status": 404,
"title": "Not Found",
"type": "https://problems.luna.akamaiapis.net/papi/v1/http/not-found"
}
},
{
"status": "405",
"contentType": "application/problem+json",
"example": {
"detail": "The system does not support the method you provided for this resource.",
"instance": "/papi/v1/properties?contractId=ctr_C-0N7RAC7&groupId=grp_12345#abc12345abcc02a7",
"status": 405,
"title": "Method not allowed",
"type": "https://problems.luna.akamaiapis.net/papi/v1/http/method-not-allowed"
}
},
{
"status": "406",
"contentType": "application/problem+json",
"example": {
"detail": "The system does not support the content-type restrictions provided by your 'Accept' header.",
"instance": "papi/v1/build#abc12345abcc02a7",
"status": 406,
"title": "Not Acceptable",
"type": "https://problems.luna.akamaiapis.net/papi/v1/http/not-acceptable"
}
},
{
"status": "429",
"contentType": "application/problem+json",
"example": {
"detail": "Too many includes exist on contract ctr_1-12345. You must delete an include before continuing.",
"instance": "/papi/v1/includes?contractId=ctr_C-0N7RAC7&groupId=grp_12345#abc12345abcc02a7",
"instanceKey": "1-12345",
"limit": 500,
"limitKey": "INCLUDES_PER_CONTRACT",
"remaining": 0,
"status": 429,
"title": "Too many includes",
"type": "https://problems.luna.akamaiapis.net/papi/v1/limit-exceeded"
}
},
{
"status": "500",
"contentType": "application/problem+json",
"example": {
"detail": "Our system is experiencing errors. We''ll get this fixed as soon as possible.",
"instance": "/papi/v1/properties/12345/activations#abc12345abcc02a7",
"status": 500,
"title": "Internal Server Error",
"type": "https://problems.luna.akamaiapis.net/papi/proxy/internal-server-error"
}
}
]
}