Palo Alto Networks · Example Payload

Sase Multitenant Notifications Api Notif List Api Req Body Example

Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

Sase Multitenant Notifications Api Notif List Api Req Body Example is an example object payload from Palo Alto Networks, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

filterssortByListpage

Example Payload

Raw ↑
{
  "filters": [
    {
      "field": "example-field",
      "values": [
        "inApp",
        "notifType"
      ]
    },
    {
      "field": "example-field",
      "values": [
        "subCategory",
        "notifType",
        "readState"
      ]
    },
    {
      "field": "example-field",
      "values": [
        "readState"
      ]
    }
  ],
  "sortByList": [
    {
      "field": "createdTime",
      "sortBy": "ASC"
    }
  ],
  "page": {
    "num": 1,
    "size": 838
  }
}