v1
latestOpenAPI 3.0.22026-07-144652931.4 MBAnalytics
Get aggregated PD Advance usage data
Provides aggregated metrics for the usage of PD Advance.
<!-- theme: info -->Note: Data availability reflects pipeline processing cycles and is generally within 24 hours under normal conditions.
Scoped OAuth requires: analytics.write
post/analytics/metrics/pd_advance_usage/features
Headers
Acceptstring required
The Accept header is used as a versioning header.
Content-Type'application/json' required
Request body
Example request
{
"filters": {
"created_at_start": "2024-01-01T00:00:00+05:00",
"created_at_end": "2024-02-01T00:00:00Z",
"incident_created_at_start": "2024-01-01T00:00:00+05:00",
"incident_created_at_end": "2024-02-01T00:00:00Z",
"urgency": "high",
"major": true,
"min_ackowledgements": 1,
"min_timeout_escalations": 1,
"min_manual_escalations": 1,
"team_ids": [
"P373JQQ",
"PAECHJV",
"P7SYGW6"
],
"service_ids": [
"PSEJLIN",
"PSLWBL8",
"PT4KHLX"
],
"escalation_policy_ids": [
"PDJXDF3",
"PG4EHNS"
],
"priority_ids": [
"PC8O0L3",
"PX01HJD",
"P5FK83M"
],
"priority_names": [
"P1",
"P2",
"P3"
]
},
"time_zone": "Etc/UTC"
}Response
OK
Example response
{
"filters": {
"created_at_start": "2024-01-01T00:00:00+05:00",
"created_at_end": "2024-02-01T00:00:00Z",
"incident_created_at_start": "2024-01-01T00:00:00+05:00",
"incident_created_at_end": "2024-02-01T00:00:00Z",
"urgency": "high",
"major": true,
"min_ackowledgements": 1,
"min_timeout_escalations": 1,
"min_manual_escalations": 1,
"team_ids": [
"P373JQQ",
"PAECHJV",
"P7SYGW6"
],
"service_ids": [
"PSEJLIN",
"PSLWBL8",
"PT4KHLX"
],
"escalation_policy_ids": [
"PDJXDF3",
"PG4EHNS"
],
"priority_ids": [
"PC8O0L3",
"PX01HJD",
"P5FK83M"
],
"priority_names": [
"P1",
"P2",
"P3"
]
},
"time_zone": "Etc/UTC"
}