Palo Alto Networks · JSON Structure

Pan Os Rest Api Tag Structure

A tag for categorizing configuration objects.

Type: object Properties: 3
Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

Tag 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 color comments

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-tag-structure.json",
  "name": "Tag",
  "description": "A tag for categorizing configuration objects.",
  "type": "object",
  "properties": {
    "@name": {
      "type": "string",
      "description": "Unique name of the tag."
    },
    "color": {
      "type": "string",
      "description": "Display color for the tag (e.g., color1, color2)."
    },
    "comments": {
      "type": "string",
      "description": "Description or comments for the tag."
    }
  }
}