Skip to main content

Query and Get Site or Path Level Aggregated Statistics (v2.0)

POST 

https://api.sase.paloaltonetworks.com/sdwan/v2.0/api/monitor/aiops/aggregates

Query and get the site or path level aggregated statistics.

Request

Body

Details of app object stats query

    aggregatesobject[]required

    The aggregate number of supported app stats. Max number = 10.

    end_timedate

    The end time to get the app stats.

    filter AggregateStatsFilterrequired

    Filters according to the specifications.

    appstring[]required

    Filter by aggregate stats app ID.

    pathstring[]

    Filter by path.

    sitestring[]required

    Filter by aggregate stats filter site ID.

    namestring

    The description of the app. Maz size = 128.

    start_timedate

    The start time to get the app statistics.

Responses

Successful Operation

Schema
    aggregatesobject[]

    The aggregate number of supported app stats. Max number = 10.

    end_timedate

    The end time to get the app stats.

    start_timedate

    The start time to get the app statistics.

curl -L 'https://api.sase.paloaltonetworks.com/sdwan/v2.0/api/monitor/aiops/aggregates' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-d '{
"aggregates": [
{}
],
"end_time": "2024-07-29",
"filter": {
"app": [
"string"
],
"path": [
"string"
],
"site": [
"string"
]
},
"name": "string",
"start_time": "2024-07-29"
}'
Request Collapse all
Base URL
https://api.sase.paloaltonetworks.com
Body
{
  "aggregates": [
    {}
  ],
  "end_time": "2024-07-29",
  "filter": {
    "app": [
      "string"
    ],
    "path": [
      "string"
    ],
    "site": [
      "string"
    ]
  },
  "name": "string",
  "start_time": "2024-07-29"
}
ResponseClear

Click the Send API Request button above and see the response here!