Palo Alto Networks · Schema

Tag

A tag for categorizing configuration objects.

Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

Properties

Name Type Description
@name string Unique name of the tag.
color string Display color for the tag (e.g., color1, color2).
comments string Description or comments for the tag.
View JSON Schema on GitHub

JSON Schema

pan-os-rest-api-tag-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Tag",
  "description": "A tag for categorizing configuration objects.",
  "$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-schema/pan-os-rest-api-tag-schema.json",
  "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."
    }
  }
}