Palo Alto Networks · JSON Structure

Pan Os Rest Api Service Group Structure

A group of service objects for use in security policy rules.

Type: object Properties: 3
Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

ServiceGroup is a JSON Structure definition published by Palo Alto Networks, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

@name members 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/pan-os-rest-api-service-group-structure.json",
  "name": "ServiceGroup",
  "description": "A group of service objects for use in security policy rules.",
  "type": "object",
  "properties": {
    "@name": {
      "type": "string",
      "description": "Unique name of the service group."
    },
    "members": {
      "type": "object",
      "properties": {
        "member": {
          "type": "array",
          "description": "List of service object names.",
          "items": {
            "type": "string"
          }
        }
      }
    },
    "tag": {
      "type": "object",
      "properties": {
        "member": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      }
    }
  }
}