traffic-by-timeandresponse

The following shows how to generate the traffic-by-timeandresponse report using either the Reporting API's Generate a report POST operation or the Get a cacheable report GET operation. Details about each report's supported products, metrics, filters, and available data intervals are also available dynamically by running the API's Get a report type operation, also shown below. See also other available reports.

Report definition

Returns traffic data by HTTP response over time.

This report allows you to configure the aggregation interval for each data record. Available interval values are: MONTH, WEEK, DAY, HOUR, FIVE_MINUTES.

Business object: cpcode

Data available for: 92 days

Available metrics

MetricDescription
Data metrics
edgeHitsPerSecondThe rate of edge requests for given objects and filters.
originHitsPerSecondThe rate of origin requests for given objects and filters.

Available filters

FilterTypeDescription
Optional filters
delivery_typeEnumerationDistinguishes secure from non-secure traffic.
secure: Secure traffic.
non_secure: Non-secure traffic.
http_versionEnumerationHTTP version.
https1.1: https1.1
http2: http2
http3: http3
http1.1: http1.1
ip_versionEnumerationSupported array values are ipv4 and ipv6.
ipv4: IP address in v4 format.
ipv6: IP address in v6 format.
response_classEnumerationA class of HTTP response status codes, from 0xx through 6xx.
0xx: An aborted action on the client side.
1xx: An informational response, like Continue.
2xx: A successful response.
3xx: Success, but a redirect where the thing you want is somewhere else.
4xx: Error, where there's some problem with the client request.
5xx: Error, where there's some problem with how the API server responded to the client request.
6xx: Invalid headers (defined by Akamai).
response_codeStringAn HTTP response status code, for example, 201.
response_statusEnumerationAn indicator of whether the HTTP response resulted in success or an error.
success: Successful HTTP response status.
error: Error HTTP response status.
trafficEnumerationHTTP traffic to be included in the report data.
get_head_responses: Response header traffic from GET operations.
put_post_requests: Request traffic from PUT and POST operations.
all_responses: All response traffic.
put_post_responses: Response traffic from PUT and POST operations.

POST request

POST /reporting-api/v1/reports/traffic-by-timeandresponse/versions/1/report-data{?start,​end,​interval}

Sample: /reporting-api/v1/reports/traffic-by-timeandresponse/versions/1/report-data?start​=2019-10-08T13%3A40%3A00Z​&end​=2019-10-08T14%3A00%3A00Z​&interval​=FIVE_MINUTES

Query parameters

ParameterTypeSampleDescription
Required
startString2022-06-23T13:55:00ZSpecifies the start of the reported period as an ISO-8601 timestamp with optional time zone. The report includes data that matches the start value’s timestamp.
endString2022-06-23T14:15:00ZSpecifies the end of the reported period as an ISO-8601 timestamp with optional time zone. The report excludes any data that matches the end value’s timestamp.
intervalEnumerationFIVE_MINUTESThe duration of each data record. Available values: MONTH, WEEK, DAY, HOUR, FIVE_MINUTES.

JSON request members

MemberTypeDescription
objectIdsArraySpecifies the set of cpcode values you want to report on.
objectIdsEnumerationAs an alternative to an array of ID values, specify all as a string for unfiltered data. Either way, objectIds is required.
metricsArrayThe set of desired metrics. If omitted, the report includes all available metrics.
filtersMap of arraysSpecifies a set of custom filters, with each filter's name keying an array with each filter's set of values.

Request body:

{
    "objectIds": [
        "55232",
        "23433",
        "32433"
    ],
    "metrics": [
        "edgeHitsPerSecond",
        "originHitsPerSecond"
    ],
    "filters": {
        "ca": [
            "cacheable",
            "non_cacheable"
        ],
        "delivery_type": [
            "secure",
            "non-secure"
        ],
        "http_version": [
            "https1.1",
            "http2"
        ],
        "ip_version": [
            "ipv4",
            "ipv6"
        ],
        "response_class": [
            "1xx",
            "2xx"
        ],
        "response_code": [
            "403",
            "200"
        ],
        "response_status": [
            "success",
            "error"
        ],
        "traffic": [
            "put_post_responses",
            "put_post_requests"
        ]
    }
}

GET request

GET /reporting-api/v1/reports/traffic-by-timeandresponse/versions/1/report-data{?start,​end,​interval,​objectIds,​allObjectIds,​metrics,​filters}

Sample: /reporting-api/v1/reports/traffic-by-timeandresponse/versions/1/report-data?start​=2019-10-08T13%3A40%3A00Z​&end​=2019-10-08T14%3A00%3A00Z​&interval​=FIVE_MINUTES​&objectIds​=55232,​23433,​32433​&metrics​=edgeHitsPerSecond%2CoriginHitsPerSecond​&filters​=delivery_type%3Dsecure%2Cdelivery_type%3Dnon-secure%2Cip_version%3Dipv4%2Cip_version%3Dipv6

Query parameters

ParameterTypeSampleDescription
Required
startString2022-06-23T13:55:00ZSpecifies the start of the reported period as an ISO-8601 timestamp with optional time zone. The report includes data that matches the start value’s timestamp.
endString2022-06-23T14:15:00ZSpecifies the end of the reported period as an ISO-8601 timestamp with optional time zone. The report excludes any data that matches the end value’s timestamp.
intervalEnumerationFIVE_MINUTESThe duration of each data record. Available values: MONTH, WEEK, DAY, HOUR, FIVE_MINUTES.
Optional
allObjectIdsBooleantrueAs an alternative to objectIds, enabling this generates a report that includes all IDs available for the cpcode objectType. This parameter is ignored if the request also specifies a set of objectIds.
objectIdsString55232,​23433,​32433As an alternative to allObjectIds, specifies the set of unique IDs for the cpcode objectType you want to report on, formatted as a comma-delimited list.
metricsStringedgeHitsPerSecond,​originHitsPerSecondSpecifies a comma-separated list of metrics to include in the report, otherwise all metrics if omitted. The set of available metrics depends on the type of report. URL-encode the entire value in the GET request.
filtersStringdelivery_type=​secure,​delivery_type=​non-secure,​ip_version=​ipv4,​ip_version=​ipv6Specifies criteria to filter the report's data. The set of available filters depends on the type of report. Separate each filter name and value with an equals (=) character, and separate various name/value pairs with commas (,). To specify more than one filter value, repeat the filter name. See the accompanying example for guidance. URL-encode the entire value in the GET request.

JSON response

Status 200 application/json

Response body:

{
    "metadata": {
        "name": "traffic-by-timeandresponse",
        "version": "1",
        "outputType": "HIERARCHICAL",
        "groupBy": [
            "startdatetime",
            "response_code"
        ],
        "interval": "FIVE_MINUTES",
        "start": "2022-06-09T13:55:00Z",
        "end": "2022-06-09T14:15:00Z",
        "availableDataEnds": null,
        "suggestedRetryTime": null,
        "rowCount": 4,
        "filters": [
            {
                "name": "ca",
                "values": [
                    "cacheable",
                    "non_cacheable"
                ]
            },
            {
                "name": "delivery_type",
                "values": [
                    "secure",
                    "non-secure"
                ]
            },
            {
                "name": "http_version",
                "values": [
                    "https1.1",
                    "http2"
                ]
            },
            {
                "name": "ip_version",
                "values": [
                    "ipv4",
                    "ipv6"
                ]
            },
            {
                "name": "response_class",
                "values": [
                    "2xx",
                    "4xx"
                ]
            },
            {
                "name": "response_code",
                "values": [
                    "500",
                    "503"
                ]
            },
            {
                "name": "response_status",
                "values": [
                    "success",
                    "error"
                ]
            },
            {
                "name": "traffic",
                "values": [
                    "put_post_responses",
                    "put_post_requests"
                ]
            }
        ],
        "columns": [
            {
                "name": "groupBy",
                "label": "startdatetime"
            },
            {
                "name": "groupBy",
                "label": "response_code"
            },
            {
                "name": "edgeHitsPerSecond",
                "label": "Edge Hits/Sec"
            },
            {
                "name": "originHitsPerSecond",
                "label": "Origin Hits/Sec"
            }
        ],
        "objectType": "cpcode",
        "objectIds": [
            "55232",
            "23433",
            "32433"
        ]
    },
    "data": [
        {
            "startdatetime": "2022-06-09T13:55:00Z",
            "data": [
                {
                    "response_code": "503",
                    "edgeHitsPerSecond": "4747.853393",
                    "originHitsPerSecond": "2774.958593"
                },
                {
                    "response_code": "100",
                    "edgeHitsPerSecond": "4682.40966",
                    "originHitsPerSecond": "1329.755685"
                },
                {
                    "response_code": "404",
                    "edgeHitsPerSecond": "2063.397442",
                    "originHitsPerSecond": "4584.587889"
                },
                {
                    "response_code": "201",
                    "edgeHitsPerSecond": "622.812272",
                    "originHitsPerSecond": "2933.803929"
                }
            ]
        },
        {
            "startdatetime": "2022-06-09T14:00:00Z",
            "data": [
                {
                    "response_code": "503",
                    "edgeHitsPerSecond": "3606.249551",
                    "originHitsPerSecond": "1801.385526"
                },
                {
                    "response_code": "100",
                    "edgeHitsPerSecond": "734.465148",
                    "originHitsPerSecond": "2468.413911"
                },
                {
                    "response_code": "404",
                    "edgeHitsPerSecond": "1257.092276",
                    "originHitsPerSecond": "840.461276"
                },
                {
                    "response_code": "201",
                    "edgeHitsPerSecond": "2271.718424",
                    "originHitsPerSecond": "1689.399488"
                }
            ]
        },
        {
            "startdatetime": "2022-06-09T14:05:00Z",
            "data": [
                {
                    "response_code": "503",
                    "edgeHitsPerSecond": "494.672293",
                    "originHitsPerSecond": "1388.151852"
                },
                {
                    "response_code": "100",
                    "edgeHitsPerSecond": "1763.700893",
                    "originHitsPerSecond": "2475.58763"
                },
                {
                    "response_code": "404",
                    "edgeHitsPerSecond": "4702.005209",
                    "originHitsPerSecond": "1443.341636"
                },
                {
                    "response_code": "201",
                    "edgeHitsPerSecond": "4670.519991",
                    "originHitsPerSecond": "790.753438"
                }
            ]
        },
        {
            "startdatetime": "2022-06-09T14:10:00Z",
            "data": [
                {
                    "response_code": "503",
                    "edgeHitsPerSecond": "3172.207335",
                    "originHitsPerSecond": "433.061339"
                },
                {
                    "response_code": "100",
                    "edgeHitsPerSecond": "970.575054",
                    "originHitsPerSecond": "4111.491933"
                },
                {
                    "response_code": "404",
                    "edgeHitsPerSecond": "1822.5776",
                    "originHitsPerSecond": "1977.007169"
                },
                {
                    "response_code": "201",
                    "edgeHitsPerSecond": "461.278249",
                    "originHitsPerSecond": "4408.637485"
                }
            ]
        }
    ],
    "summaryStatistics": {}
}

CSV response

Status 200 text/csv

Response Body:

#METADATA_START
name,traffic-by-timeandresponse
version,1
source,traffic-by-timeandresponse/versions/1
groupBy,startdatetime,response_code
start,2022-06-09T13:55:00Z
end,2022-06-09T14:15:00Z
interval,`FIVE_MINUTES`
availableDataEnds,
suggestedRetryTime,
rowCount,4
objectType,cpcode
objectIds,55232,23433,32433
ca,cacheable,non_cacheable
delivery_type,secure,non-secure
http_version,https1.1,http2
ip_version,ipv4,ipv6
response_class,2xx,4xx
response_code,500,503
response_status,success,error
traffic,put_post_responses,put_post_requests
#METADATA_END

#SUMMARYSTATISTICS_START

#SUMMARYSTATISTICS_END

#COLUMNS_START
startdatetime,response_code,edgeHitsPerSecond,originHitsPerSecond
#COLUMNS_END

#DATA_START
2022-06-09T13:55:00Z,503,4747.853393,2774.958593
2022-06-09T13:55:00Z,100,4682.40966,1329.755685
2022-06-09T13:55:00Z,404,2063.397442,4584.587889
2022-06-09T13:55:00Z,201,622.812272,2933.803929
2022-06-09T14:00:00Z,503,3606.249551,1801.385526
2022-06-09T14:00:00Z,100,734.465148,2468.413911
2022-06-09T14:00:00Z,404,1257.092276,840.461276
2022-06-09T14:00:00Z,201,2271.718424,1689.399488
2022-06-09T14:05:00Z,503,494.672293,1388.151852
2022-06-09T14:05:00Z,100,1763.700893,2475.58763
2022-06-09T14:05:00Z,404,4702.005209,1443.341636
2022-06-09T14:05:00Z,201,4670.519991,790.753438
2022-06-09T14:10:00Z,503,3172.207335,433.061339
2022-06-09T14:10:00Z,100,970.575054,4111.491933
2022-06-09T14:10:00Z,404,1822.5776,1977.007169
2022-06-09T14:10:00Z,201,461.278249,4408.637485
#DATA_END

Get report details

This sample Get a report type operation gets the same information you need to run the traffic-by-timeandresponse report as provided in this reference documentation, but available dynamically to your API client application.

GET /reporting-api/v1/reports/traffic-by-timeandresponse/versions/1

Status 200 application/json

Response body:

{
    "name": "traffic-by-timeandresponse",
    "description": "Returns traffic data by HTTP response over time.",
    "businessObjectName": "cpcode",
    "version": 1,
    "status": "PUBLISHED",
    "deprecated": false,
    "timeBased": true,
    "supportsPagination": false,
    "outputType": "HIERARCHICAL",
    "requiredProducts": [
        "Basic Traffic Reports"
    ],
    "requiredRoles": [
        "Reports - All privileges",
        "Reports - View only",
        "OTA App User"
    ],
    "available": true,
    "metrics": [
        {
            "name": "edgeHitsPerSecond",
            "description": "The rate of edge requests for given objects and filters.",
            "label": "Edge Hits/Sec",
            "unit": "COUNT_PER_SECOND",
            "summaryStatistic": false
        },
        {
            "name": "originHitsPerSecond",
            "description": "The rate of origin requests for given objects and filters. ",
            "label": "Origin Hits/Sec",
            "unit": "COUNT_PER_SECOND",
            "summaryStatistic": false
        }
    ],
    "groupOutlyingValues": {
        "enabled": false
    },
    "groupBy": [
        "startdatetime",
        "response_code"
    ],
    "filters": [
        {
            "name": "ip_version",
            "type": "enum",
            "description": "Supported array values are ipv4 and ipv6. ",
            "values": [
                {
                    "value": "ipv4",
                    "description": "IP address in v4 format."
                },
                {
                    "value": "ipv6",
                    "description": "IP address in v6 format."
                }
            ],
            "required": false
        },
        {
            "name": "traffic",
            "type": "enum",
            "description": "HTTP traffic to be included in the report data.",
            "values": [
                {
                    "value": "put_post_requests",
                    "description": "Request traffic from PUT and POST operations."
                },
                {
                    "value": "get_head_responses",
                    "description": "Response header traffic from GET operations."
                },
                {
                    "value": "all_responses",
                    "description": "All response traffic."
                },
                {
                    "value": "put_post_responses",
                    "description": "Response traffic from PUT and POST operations."
                }
            ],
            "required": false
        },
        {
            "name": "response_status",
            "type": "enum",
            "description": "An indicator of whether the HTTP response resulted in success or an error. ",
            "values": [
                {
                    "value": "success",
                    "description": "Successful HTTP response status."
                },
                {
                    "value": "error",
                    "description": "Error HTTP response status."
                }
            ],
            "required": false
        },
        {
            "name": "http_version",
            "type": "enum",
            "description": "HTTP version.",
            "values": [
                {
                    "value": "https1.1",
                    "description": "https1.1"
                },
                {
                    "value": "http2",
                    "description": "http2"
                },
                {
                    "value": "http3",
                    "description": "http3"
                },
                {
                    "value": "http1.1",
                    "description": "http1.1"
                }
            ],
            "required": false
        },
        {
            "name": "response_code",
            "type": "string",
            "description": "An HTTP response status code, for example, 201. ",
            "required": false
        },
        {
            "name": "delivery_type",
            "type": "enum",
            "description": "Distinguishes secure from non-secure traffic. ",
            "values": [
                {
                    "value": "secure",
                    "description": "Secure traffic."
                },
                {
                    "value": "non_secure",
                    "description": "Non-secure traffic."
                }
            ],
            "required": false
        },
        {
            "name": "response_class",
            "type": "enum",
            "description": "A class of HTTP response status codes, from 0xx through 6xx.",
            "values": [
                {
                    "value": "0xx",
                    "description": "An aborted action on the client side."
                },
                {
                    "value": "1xx",
                    "description": "An informational response, like Continue."
                },
                {
                    "value": "2xx",
                    "description": "A successful response."
                },
                {
                    "value": "3xx",
                    "description": "Success, but a redirect where the thing you want is somewhere else."
                },
                {
                    "value": "4xx",
                    "description": "Error, where there’s some problem with the client request."
                },
                {
                    "value": "5xx",
                    "description": "Error, where there’s some problem with how the API server responded to the client request."
                },
                {
                    "value": "6xx",
                    "description": "Invalid headers (defined by Akamai). "
                }
            ],
            "required": false
        },
        {
            "name": "ca",
            "type": "enum",
            "description": "Indicates whether content is storable. ",
            "values": [
                {
                    "value": "non_cacheable",
                    "description": "Can't be stored (identified as 'no-store' or has a 0 TTL) and will always trigger an origin request."
                },
                {
                    "value": "cacheable",
                    "description": "Can be stored after an initial request for faster future delivery."
                }
            ],
            "required": false
        }
    ],
    "intervals": [
        "MONTH",
        "WEEK",
        "DAY",
        "HOUR",
        "FIVE_MINUTES"
    ],
    "dataRetentionDays": 92,
    "links": [
        {
            "rel": "self",
            "href": "/reporting-api/v1/reports/traffic-by-timeandresponse/versions/1"
        },
        {
            "rel": "versions",
            "href": "/reporting-api/v1/reports/traffic-by-timeandresponse/versions"
        },
        {
            "rel": "all-reports",
            "href": "/reporting-api/v1/reports"
        },
        {
            "rel": "execute-report",
            "href": "/reporting-api/v1/reports/traffic-by-timeandresponse/versions/1/report-data"
        }
    ]
}