Palo Alto Networks · JSON Structure

Sase 5G Api Network Slice Structure

NetworkSlice schema from Palo Alto Networks SASE 5G Managed Services API

Type: object Properties: 10
Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

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

Properties

slice_id name description slice_type sst sd status security_policy_id created_at updated_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/sase-5g-api-network-slice-structure.json",
  "name": "NetworkSlice",
  "description": "NetworkSlice schema from Palo Alto Networks SASE 5G Managed Services API",
  "type": "object",
  "properties": {
    "slice_id": {
      "type": "string",
      "description": "Unique identifier of the network slice."
    },
    "name": {
      "type": "string",
      "description": "Display name of the network slice."
    },
    "description": {
      "type": "string",
      "description": "Description of the slice's purpose or use case."
    },
    "slice_type": {
      "type": "string",
      "description": "5G slice type based on 3GPP SST values. eMBB for enhanced mobile broadband, URLLC for ultra-reliable low-latency, mMTC for massive machine-type communications.",
      "enum": [
        "eMBB",
        "URLLC",
        "mMTC"
      ]
    },
    "sst": {
      "type": "int32",
      "description": "Slice/Service Type numeric value (1=eMBB, 2=URLLC, 3=mMTC)."
    },
    "sd": {
      "type": "string",
      "description": "Slice Differentiator hex string for distinguishing slices of the same type."
    },
    "status": {
      "type": "string",
      "description": "Current slice status.",
      "enum": [
        "active",
        "inactive",
        "provisioning",
        "error"
      ]
    },
    "security_policy_id": {
      "type": "string",
      "description": "ID of the security policy applied to this slice."
    },
    "created_at": {
      "type": "datetime"
    },
    "updated_at": {
      "type": "datetime"
    }
  }
}