The carbondata-by-servergeo report is being discontinued
This report is deprecated and will be deactivated on January 16, 2025. As an alternative, use the new delivery/traffic/emissions report, based on the Reporting API v2.
The following shows how to generate the carbondata-by-servergeo
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.
The methodology used to calculate the carbon emissions information is believed to be accurate. However, no responsibility for either the accuracy of the information or the precision of the methodology will be assumed, and no liability for any decisions made or actions taken in reliance on the report will be accepted. For more details, see report documentation.
Report definition
Provides traffic volume and carbon calculated emissions data by country or area generating traffic.
This report allows you to configure the aggregation interval for each data record. Available interval
values are: DAY
.
Business object: cpcode
Data available for: 92 days
Available metrics
Metric | Description | |
---|---|---|
Data metrics | ||
server_country | The country or area generating traffic, for example, "US". | |
edgeBytes | The volume for the amount of API traffic that left the Akamai network. | |
calculatedEmissionsGrams | Calculated emissions in grams. |
Available filters
Filter | Type | Description |
---|---|---|
Optional filters | ||
delivery_type | Enumeration | Distinguishes secure from non-secure traffic. |
secure : Secure traffic. | ||
non_secure : Non-secure traffic. | ||
cpcode | String | Content Provider code. |
country | Enumeration | Country. |
POST request
POST /reporting-api/v1/reports/carbondata-by-servergeo/versions/1/report-data{?start,end,interval}
Sample: /reporting-api/v1/reports/carbondata-by-servergeo/versions/1/report-data?start=2019-10-08T13%3A40%3A00Z&end=2019-10-08T14%3A00%3A00Z&interval=DAY
Query parameters
Parameter | Type | Sample | Description |
---|---|---|---|
Required | |||
start | String | 2022-06-23T13:55:00Z | Specifies 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. |
end | String | 2022-06-23T14:15:00Z | Specifies 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. |
interval | Enumeration | DAY | The duration of each data record. Available values: DAY . |
JSON request members
Member | Type | Description |
---|---|---|
objectIds | Array, Enumeration | Specifies the set of cpcode values you want to report on. As an alternative to an array of ID values, specify all as a string for unfiltered data. Either way, objectIds is required. |
metrics | Array | The set of desired metrics. If omitted, the report includes all available metrics. |
filters | Map of arrays | Specifies a set of custom filters, with each filter's name keying an array with each filter's set of values. |
Request body:
{
"objectIds": ["123456","654321"],
"metrics": ["edgeBytes"],
"filters": {
"country": ["US"]
}
}
GET request
GET /reporting-api/v1/reports/carbondata-by-servergeo/versions/1/report-data{?start,end,interval,objectIds,allObjectIds,metrics,filters}
Sample: /reporting-api/v1/reports/carbondata-by-servergeo/versions/1/report-data?start=2019-10-08T13%3A40%3A00Z&end=2019-10-08T14%3A00%3A00Z&interval=DAY&objectIds=55232,23433,32433&metrics=calculatedEmissionsGrams%2CedgeBytes&filters=delivery_type%3Dsecure%2Cdelivery_type%3Dnon-secure
Query parameters
Parameter | Type | Sample | Description |
---|---|---|---|
Required | |||
start | String | 2022-06-23T13:55:00Z | Specifies 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. |
end | String | 2022-06-23T14:15:00Z | Specifies 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. |
interval | Enumeration | DAY | The duration of each data record. Available values: DAY . |
Optional | |||
allObjectIds | Boolean | true | As 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. |
objectIds | String | 55232,23433,32433 | As 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. |
metrics | String | edgeBytes,calculatedEmissionsGrams | Specifies 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. |
filters | String | delivery_type=secure,country=ES | Specifies 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": "carbondata-by-servergeo",
"version": "1",
"outputType": "FLAT",
"groupBy": [
"ghost_country_geo"
],
"interval": "DAY",
"start": "2022-03-01T00:00:00Z",
"end": "2022-03-14T00:00:00Z",
"availableDataEnds": "2022-03-21T20:00:00Z",
"suggestedRetryTime": null,
"rowCount": 47,
"filters": [],
"columns": [
{
"name": "groupBy",
"label": "ghost_country_geo"
},
{
"name": "server_country",
"label": "Country/Area"
},
{
"name": "calculatedEmissionsGrams",
"label": "Calculated emissions in grams"
},
{
"name": "edgeBytes",
"label": "Edge Bytes"
}
],
"objectType": "cpcode",
"objectIds": [
"3310851",
"3310852",
"3310853"
]
},
"data": [
{
"ghost_country_geo": "10000",
"server_country": "US",
"calculatedEmissionsGrams": "215.05922270119188000000000000000000",
"edgeBytes": "12068418782334"
},
{
"ghost_country_geo": "193",
"server_country": "SG",
"calculatedEmissionsGrams": "0.48096215740646500000000000000000",
"edgeBytes": "4341244685"
},
{
"ghost_country_geo": "16",
"server_country": "AU",
"calculatedEmissionsGrams": "0.48013343040975000000000000000000",
"edgeBytes": "1764528250"
},
{
"ghost_country_geo": "104",
"server_country": "IN",
"calculatedEmissionsGrams": "0.1960227129052500000000000000",
"edgeBytes": "893245445"
},
{
"ghost_country_geo": "112",
"server_country": "JP",
"calculatedEmissionsGrams": "0.03125242109663400000000000000000",
"edgeBytes": "240925863"
},
{
"ghost_country_geo": "2",
"server_country": "GB",
"calculatedEmissionsGrams": "0.00509859425827500000000000000000",
"edgeBytes": "1533411807"
},
{
"ghost_country_geo": "212",
"server_country": "TW",
"calculatedEmissionsGrams": "0.00022829330471200000000000000000",
"edgeBytes": "1371889"
},
{
"ghost_country_geo": "85",
"server_country": "DE",
"calculatedEmissionsGrams": "0.00016111576745000000000000000000",
"edgeBytes": "2243015"
},
{
"ghost_country_geo": "134",
"server_country": "MY",
"calculatedEmissionsGrams": "0.00015659417657400000000000000000",
"edgeBytes": "596838"
},
{
"ghost_country_geo": "173",
"server_country": "PH",
"calculatedEmissionsGrams": "0.0001225450390340000000000000",
"edgeBytes": "202871"
},
{
"ghost_country_geo": "101",
"server_country": "HK",
"calculatedEmissionsGrams": "0.00008411216031400000000000000000",
"edgeBytes": "289079"
},
{
"ghost_country_geo": "118",
"server_country": "KR",
"calculatedEmissionsGrams": "0.0000552122705100000000000000",
"edgeBytes": "75305"
},
{
"ghost_country_geo": "105",
"server_country": "ID",
"calculatedEmissionsGrams": "0.0000502196312700000000000000",
"edgeBytes": "214870"
},
{
"ghost_country_geo": "77",
"server_country": "FR",
"calculatedEmissionsGrams": "0.00004715352697600000000000000000",
"edgeBytes": "18876512"
},
{
"ghost_country_geo": "215",
"server_country": "TH",
"calculatedEmissionsGrams": "0.0000393113365200000000000000",
"edgeBytes": "371960"
},
{
"ghost_country_geo": "109",
"server_country": "IL",
"calculatedEmissionsGrams": "0.0000385094955720000000000000",
"edgeBytes": "298829"
},
{
"ghost_country_geo": "233",
"server_country": "VN",
"calculatedEmissionsGrams": "0.0000229719316840000000000000",
"edgeBytes": "155306"
},
{
"ghost_country_geo": "60",
"server_country": "CZ",
"calculatedEmissionsGrams": "0.0000162458055630000000000000",
"edgeBytes": "170001"
},
{
"ghost_country_geo": "122",
"server_country": "LV",
"calculatedEmissionsGrams": "0.0000133371790440000000000000",
"edgeBytes": "153412"
},
{
"ghost_country_geo": "110",
"server_country": "IT",
"calculatedEmissionsGrams": "0.00001176741655000000000000000000",
"edgeBytes": "320350"
},
{
"ghost_country_geo": "143",
"server_country": "MX",
"calculatedEmissionsGrams": "0.0000048331975860000000000000",
"edgeBytes": "81441"
},
{
"ghost_country_geo": "33",
"server_country": "BR",
"calculatedEmissionsGrams": "0.00000473580196200000000000000000",
"edgeBytes": "309186"
},
{
"ghost_country_geo": "198",
"server_country": "ZA",
"calculatedEmissionsGrams": "0.0000045068809290000000000000",
"edgeBytes": "26823"
},
{
"ghost_country_geo": "46",
"server_country": "CL",
"calculatedEmissionsGrams": "0.0000032368645050000000000000",
"edgeBytes": "20517"
},
{
"ghost_country_geo": "10001",
"server_country": "CA",
"calculatedEmissionsGrams": "0.00000310644236800000000000000000",
"edgeBytes": "310148"
},
{
"ghost_country_geo": "189",
"server_country": "SA",
"calculatedEmissionsGrams": "0.0000030027233180000000000000",
"edgeBytes": "13118"
},
{
"ghost_country_geo": "13",
"server_country": "AR",
"calculatedEmissionsGrams": "0.00000236744097100000000000000000",
"edgeBytes": "54887"
},
{
"ghost_country_geo": "178",
"server_country": "QA",
"calculatedEmissionsGrams": "0.0000022625158330000000000000",
"edgeBytes": "6847"
},
{
"ghost_country_geo": "50",
"server_country": "CO",
"calculatedEmissionsGrams": "0.0000018408527130000000000000",
"edgeBytes": "33981"
},
{
"ghost_country_geo": "175",
"server_country": "PL",
"calculatedEmissionsGrams": "0.0000016719193590000000000000",
"edgeBytes": "13827"
},
{
"ghost_country_geo": "221",
"server_country": "TR",
"calculatedEmissionsGrams": "0.0000015789283800000000000000",
"edgeBytes": "21828"
},
{
"ghost_country_geo": "24",
"server_country": "BE",
"calculatedEmissionsGrams": "0.0000013539500640000000000000",
"edgeBytes": "92889"
},
{
"ghost_country_geo": "158",
"server_country": "NZ",
"calculatedEmissionsGrams": "0.0000007017509840000000000000",
"edgeBytes": "33704"
},
{
"ghost_country_geo": "208",
"server_country": "SE",
"calculatedEmissionsGrams": "0.00000066967893500000000000000000",
"edgeBytes": "152027"
},
{
"ghost_country_geo": "181",
"server_country": "RU",
"calculatedEmissionsGrams": "0.00000065968857900000000000000000",
"edgeBytes": "13761"
},
{
"ghost_country_geo": "130",
"server_country": "MO",
"calculatedEmissionsGrams": "0.0000005620514680000000000000",
"edgeBytes": "6782"
},
{
"ghost_country_geo": "61",
"server_country": "DK",
"calculatedEmissionsGrams": "0.0000002858958400000000000000",
"edgeBytes": "20392"
},
{
"ghost_country_geo": "76",
"server_country": "FI",
"calculatedEmissionsGrams": "0.00000028038015000000000000000000",
"edgeBytes": "17361"
},
{
"ghost_country_geo": "229",
"server_country": "UY",
"calculatedEmissionsGrams": "0.0000001652653560000000000000",
"edgeBytes": "13198"
},
{
"ghost_country_geo": "108",
"server_country": "IE",
"calculatedEmissionsGrams": "0.0000001135802800000000000000",
"edgeBytes": "37510"
},
{
"ghost_country_geo": "172",
"server_country": "PE",
"calculatedEmissionsGrams": "0.0000000780503400000000000000",
"edgeBytes": "6990"
},
{
"ghost_country_geo": "200",
"server_country": "ES",
"calculatedEmissionsGrams": "0.00000006593040000000000000000000",
"edgeBytes": "219768"
},
{
"ghost_country_geo": "55",
"server_country": "CR",
"calculatedEmissionsGrams": "0.0000000430181880000000000000",
"edgeBytes": "311726"
},
{
"ghost_country_geo": "17",
"server_country": "AT",
"calculatedEmissionsGrams": "0.00000002862845500000000000000000",
"edgeBytes": "79745"
},
{
"ghost_country_geo": "209",
"server_country": "CH",
"calculatedEmissionsGrams": "0.0000000267607080000000000000",
"edgeBytes": "32916"
},
{
"ghost_country_geo": "155",
"server_country": "NL",
"calculatedEmissionsGrams": "0.00000001271552400000000000000000",
"edgeBytes": "747972"
},
{
"ghost_country_geo": "165",
"server_country": "NO",
"calculatedEmissionsGrams": "0.0000000000000000000000000000",
"edgeBytes": "6847"
}
],
"summaryStatistics": {}
}
CSV response
Status 200 text/csv
Response Body:
#METADATA_START
name,carbondata-by-servergeo
version,1
source,carbondata-by-servergeo/versions/1
groupBy,ghost_country_geo
start,2022-03-01T00:00:00Z
end,2022-03-14T00:00:00Z
interval,DAY
availableDataEnds,2022-03-21T20:00:00Z
suggestedRetryTime,
rowCount,47
objectType,cpcode
objectIds,3310851,3310852,3310853
#METADATA_END
#SUMMARYSTATISTICS_START
#SUMMARYSTATISTICS_END
#COLUMNS_START
ghost_country_geo,server_country,calculatedEmissionsGrams,edgeBytes
#COLUMNS_END
#DATA_START
10000,US,215.05922270119188000000000000000000,12068418782334
193,SG,0.48096215740646500000000000000000,4341244685
16,AU,0.48013343040975000000000000000000,1764528250
104,IN,0.1960227129052500000000000000,893245445
112,JP,0.03125242109663400000000000000000,240925863
2,GB,0.00509859425827500000000000000000,1533411807
212,TW,0.00022829330471200000000000000000,1371889
85,DE,0.00016111576745000000000000000000,2243015
134,MY,0.00015659417657400000000000000000,596838
173,PH,0.0001225450390340000000000000,202871
101,HK,0.00008411216031400000000000000000,289079
118,KR,0.0000552122705100000000000000,75305
105,ID,0.0000502196312700000000000000,214870
77,FR,0.00004715352697600000000000000000,18876512
215,TH,0.0000393113365200000000000000,371960
109,IL,0.0000385094955720000000000000,298829
233,VN,0.0000229719316840000000000000,155306
60,CZ,0.0000162458055630000000000000,170001
122,LV,0.0000133371790440000000000000,153412
110,IT,0.00001176741655000000000000000000,320350
143,MX,0.0000048331975860000000000000,81441
33,BR,0.00000473580196200000000000000000,309186
198,ZA,0.0000045068809290000000000000,26823
46,CL,0.0000032368645050000000000000,20517
10001,CA,0.00000310644236800000000000000000,310148
189,SA,0.0000030027233180000000000000,13118
13,AR,0.00000236744097100000000000000000,54887
178,QA,0.0000022625158330000000000000,6847
50,CO,0.0000018408527130000000000000,33981
175,PL,0.0000016719193590000000000000,13827
221,TR,0.0000015789283800000000000000,21828
24,BE,0.0000013539500640000000000000,92889
158,NZ,0.0000007017509840000000000000,33704
208,SE,0.00000066967893500000000000000000,152027
181,RU,0.00000065968857900000000000000000,13761
130,MO,0.0000005620514680000000000000,6782
61,DK,0.0000002858958400000000000000,20392
76,FI,0.00000028038015000000000000000000,17361
229,UY,0.0000001652653560000000000000,13198
108,IE,0.0000001135802800000000000000,37510
172,PE,0.0000000780503400000000000000,6990
200,ES,0.00000006593040000000000000000000,219768
55,CR,0.0000000430181880000000000000,311726
17,AT,0.00000002862845500000000000000000,79745
209,CH,0.0000000267607080000000000000,32916
155,NL,0.00000001271552400000000000000000,747972
165,NO,0.0000000000000000000000000000,6847
#DATA_END
Get report details
This sample Get a report type operation gets the same information you need to run the hits-by-time
report as provided in this reference documentation, but available dynamically to your API client application.
GET /reporting-api/v1/reports/carbondata-by-servergeo/versions/1
Status 200 application/json
Response body:
{
"name": "carbondata-by-servergeo",
"businessObjectName": "cpcode",
"version": 1,
"status": "DEPRECATED",
"deprecated": true,
"internalOnly": false,
"timeBased": false,
"supportsPagination": false,
"outputType": "FLAT",
"requiredProducts": [
"Basic Traffic Reports"
],
"requiredRoles": [
"Reports - View only"
],
"available": true,
"metrics": [
{
"name": "server_country",
"label": "Country/Area",
"unit": "STRING",
"summaryStatistic": false
},
{
"name": "calculatedEmissionsGrams",
"label": "Calculated emissions in grams",
"unit": "BYTE",
"summaryStatistic": false
},
{
"name": "edgeBytes",
"label": "Edge Bytes",
"unit": "BYTE",
"summaryStatistic": false
}
],
"groupOutlyingValues": {
"enabled": false
},
"groupBy": [
"ghost_country_geo"
],
"filters": [
{
"name": "country",
"type": "enum",
"values": [
{
"value": "PR"
},
{
"value": "PS"
},
{
"value": "PT"
},
{
"value": "PW"
},
{
"value": "PY"
},
{
"value": "QA"
},
{
"value": "AD"
},
{
"value": "AE"
},
{
"value": "AF"
},
{
"value": "AG"
},
{
"value": "AI"
},
{
"value": "AL"
},
{
"value": "AM"
},
{
"value": "AO"
},
{
"value": "AQ"
},
{
"value": "AR"
},
{
"value": "AS"
},
{
"value": "AT"
},
{
"value": "RE"
},
{
"value": "AU"
},
{
"value": "AW"
},
{
"value": "AZ"
},
{
"value": "RO"
},
{
"value": "BA"
},
{
"value": "BB"
},
{
"value": "RS"
},
{
"value": "BD"
},
{
"value": "BE"
},
{
"value": "RU"
},
{
"value": "BF"
},
{
"value": "BG"
},
{
"value": "RW"
},
{
"value": "BH"
},
{
"value": "BI"
},
{
"value": "BJ"
},
{
"value": "BL"
},
{
"value": "BM"
},
{
"value": "BN"
},
{
"value": "BO"
},
{
"value": "SA"
},
{
"value": "BQ"
},
{
"value": "SB"
},
{
"value": "BR"
},
{
"value": "SC"
},
{
"value": "BS"
},
{
"value": "SD"
},
{
"value": "BT"
},
{
"value": "SE"
},
{
"value": "BV"
},
{
"value": "SG"
},
{
"value": "BW"
},
{
"value": "SH"
},
{
"value": "SI"
},
{
"value": "BY"
},
{
"value": "SJ"
},
{
"value": "BZ"
},
{
"value": "SK"
},
{
"value": "SL"
},
{
"value": "SM"
},
{
"value": "SN"
},
{
"value": "SO"
},
{
"value": "CA"
},
{
"value": "SR"
},
{
"value": "CC"
},
{
"value": "SS"
},
{
"value": "CD"
},
{
"value": "ST"
},
{
"value": "CF"
},
{
"value": "SV"
},
{
"value": "CG"
},
{
"value": "CH"
},
{
"value": "SX"
},
{
"value": "CI"
},
{
"value": "SY"
},
{
"value": "SZ"
},
{
"value": "CK"
},
{
"value": "CL"
},
{
"value": "CM"
},
{
"value": "CN"
},
{
"value": "CO"
},
{
"value": "CR"
},
{
"value": "TC"
},
{
"value": "TD"
},
{
"value": "CU"
},
{
"value": "TF"
},
{
"value": "CV"
},
{
"value": "TG"
},
{
"value": "CW"
},
{
"value": "TH"
},
{
"value": "CX"
},
{
"value": "CY"
},
{
"value": "TJ"
},
{
"value": "CZ"
},
{
"value": "TK"
},
{
"value": "TL"
},
{
"value": "TM"
},
{
"value": "TN"
},
{
"value": "TO"
},
{
"value": "TR"
},
{
"value": "TT"
},
{
"value": "DE"
},
{
"value": "TV"
},
{
"value": "TW"
},
{
"value": "DJ"
},
{
"value": "TZ"
},
{
"value": "DK"
},
{
"value": "DM"
},
{
"value": "DO"
},
{
"value": "UA"
},
{
"value": "UG"
},
{
"value": "DZ"
},
{
"value": "UM"
},
{
"value": "EC"
},
{
"value": "US"
},
{
"value": "EE"
},
{
"value": "EG"
},
{
"value": "EH"
},
{
"value": "UY"
},
{
"value": "UZ"
},
{
"value": "VA"
},
{
"value": "ER"
},
{
"value": "VC"
},
{
"value": "ES"
},
{
"value": "ET"
},
{
"value": "VE"
},
{
"value": "EU"
},
{
"value": "VG"
},
{
"value": "VI"
},
{
"value": "VN"
},
{
"value": "VU"
},
{
"value": "FI"
},
{
"value": "FJ"
},
{
"value": "FK"
},
{
"value": "FM"
},
{
"value": "FO"
},
{
"value": "FR"
},
{
"value": "WF"
},
{
"value": "GA"
},
{
"value": "GB"
},
{
"value": "WS"
},
{
"value": "GD"
},
{
"value": "GE"
},
{
"value": "GF"
},
{
"value": "GG"
},
{
"value": "GH"
},
{
"value": "GI"
},
{
"value": "GL"
},
{
"value": "GM"
},
{
"value": "GN"
},
{
"value": "GP"
},
{
"value": "GQ"
},
{
"value": "GR"
},
{
"value": "GS"
},
{
"value": "GT"
},
{
"value": "GU"
},
{
"value": "GW"
},
{
"value": "GY"
},
{
"value": "HK"
},
{
"value": "HM"
},
{
"value": "HN"
},
{
"value": "HR"
},
{
"value": "HT"
},
{
"value": "YE"
},
{
"value": "HU"
},
{
"value": "ID"
},
{
"value": "YT"
},
{
"value": "IE"
},
{
"value": "IL"
},
{
"value": "IM"
},
{
"value": "IN"
},
{
"value": "IO"
},
{
"value": "ZA"
},
{
"value": "IQ"
},
{
"value": "IR"
},
{
"value": "IS"
},
{
"value": "IT"
},
{
"value": "ZM"
},
{
"value": "JE"
},
{
"value": "ZW"
},
{
"value": "JM"
},
{
"value": "JO"
},
{
"value": "JP"
},
{
"value": "KE"
},
{
"value": "KG"
},
{
"value": "KH"
},
{
"value": "KI"
},
{
"value": "KM"
},
{
"value": "KN"
},
{
"value": "KP"
},
{
"value": "KR"
},
{
"value": "KW"
},
{
"value": "KY"
},
{
"value": "KZ"
},
{
"value": "LA"
},
{
"value": "LB"
},
{
"value": "LC"
},
{
"value": "LI"
},
{
"value": "LK"
},
{
"value": "LR"
},
{
"value": "LS"
},
{
"value": "LT"
},
{
"value": "LU"
},
{
"value": "LV"
},
{
"value": "LY"
},
{
"value": "MA"
},
{
"value": "MC"
},
{
"value": "MD"
},
{
"value": "ME"
},
{
"value": "MF"
},
{
"value": "MG"
},
{
"value": "MH"
},
{
"value": "MK"
},
{
"value": "ML"
},
{
"value": "MM"
},
{
"value": "MN"
},
{
"value": "MO"
},
{
"value": "MP"
},
{
"value": "MQ"
},
{
"value": "MR"
},
{
"value": "MS"
},
{
"value": "MT"
},
{
"value": "MU"
},
{
"value": "MV"
},
{
"value": "MW"
},
{
"value": "MX"
},
{
"value": "MY"
},
{
"value": "MZ"
},
{
"value": "NA"
},
{
"value": "NC"
},
{
"value": "NE"
},
{
"value": "NF"
},
{
"value": "NG"
},
{
"value": "NI"
},
{
"value": "NL"
},
{
"value": "NO"
},
{
"value": "NP"
},
{
"value": "NR"
},
{
"value": "NU"
},
{
"value": "NZ"
},
{
"value": "OM"
},
{
"value": "PA"
},
{
"value": "PE"
},
{
"value": "PF"
},
{
"value": "PG"
},
{
"value": "PH"
},
{
"value": "PK"
},
{
"value": "PL"
},
{
"value": "PM"
},
{
"value": "PN"
}
],
"required": false
},
{
"name": "delivery_type",
"type": "enum",
"values": [
{
"value": "secure"
},
{
"value": "non_secure"
}
],
"required": false
}
],
"intervals": [
"DAY"
],
"dataRetentionDays": 92,
"links": [
{
"rel": "self",
"href": "/reporting-api/v1/reports/carbondata-by-servergeo/versions/1"
},
{
"rel": "versions",
"href": "/reporting-api/v1/reports/carbondata-by-servergeo/versions"
},
{
"rel": "all-reports",
"href": "/reporting-api/v1/reports"
},
{
"rel": "execute-report",
"href": "/reporting-api/v1/reports/carbondata-by-servergeo/versions/1/report-data"
}
]
}