Palo Alto Networks · JSON Structure

Iot Security Api Device Tag Structure

DeviceTag schema from Palo Alto Networks IoT Security API

Type: object Properties: 5
Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

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

Properties

id name description device_count created_at

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/iot-security-api-device-tag-structure.json",
  "name": "DeviceTag",
  "description": "DeviceTag schema from Palo Alto Networks IoT Security API",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique tag identifier."
    },
    "name": {
      "type": "string",
      "description": "Tag name."
    },
    "description": {
      "type": "string",
      "description": "Tag description."
    },
    "device_count": {
      "type": "int32",
      "description": "Number of devices assigned this tag."
    },
    "created_at": {
      "type": "datetime",
      "description": "Timestamp when the tag was created."
    }
  }
}