Palo Alto Networks · JSON Structure

Strata Cloud Manager Api Address Group Request Structure

AddressGroupRequest schema from Palo Alto Networks Strata Cloud Manager API

Type: object Properties: 5 Required: 1
Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

AddressGroupRequest is a JSON Structure definition published by Palo Alto Networks, describing 5 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

name static dynamic description tag

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-structure/strata-cloud-manager-api-address-group-request-structure.json",
  "name": "AddressGroupRequest",
  "description": "AddressGroupRequest schema from Palo Alto Networks Strata Cloud Manager API",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "static": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "dynamic": {
      "type": "object",
      "properties": {
        "filter": {
          "type": "string"
        }
      }
    },
    "description": {
      "type": "string"
    },
    "tag": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  },
  "required": [
    "name"
  ]
}