Strata Cloud Manager Api Security Rule List Structure
SecurityRuleList schema from Palo Alto Networks Strata Cloud Manager API
SecurityRuleList is a JSON Structure definition published by Palo Alto Networks, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
Properties
Meta-schema: https://json-structure.org/meta/core/v0/#
JSON Structure
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-structure/strata-cloud-manager-api-security-rule-list-structure.json",
"name": "SecurityRuleList",
"description": "SecurityRuleList schema from Palo Alto Networks Strata Cloud Manager API",
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"type": "object",
"description": "A security policy rule defining traffic matching criteria and enforcement action applied by managed firewalls.",
"properties": {
"id": {
"type": "uuid"
},
"name": {
"type": "string"
},
"folder": {
"type": "string"
},
"position": {
"type": "string",
"enum": [
"pre",
"post"
]
},
"from": {
"type": "array",
"description": "Source security zones.",
"items": {
"type": "string"
}
},
"to": {
"type": "array",
"description": "Destination security zones.",
"items": {
"type": "string"
}
},
"source": {
"type": "array",
"description": "Source addresses or address groups (use \"any\" for all).",
"items": {
"type": "string"
}
},
"destination": {
"type": "array",
"description": "Destination addresses or address groups.",
"items": {
"type": "string"
}
},
"source_user": {
"type": "array",
"description": "Source users or user groups.",
"items": {
"type": "string"
}
},
"application": {
"type": "array",
"description": "Applications to match (e.g., ssl, web-browsing).",
"items": {
"type": "string"
}
},
"service": {
"type": "array",
"description": "Service objects or application-default.",
"items": {
"type": "string"
}
},
"category": {
"type": "array",
"description": "URL categories to match.",
"items": {
"type": "string"
}
},
"action": {
"type": "string",
"enum": [
"allow",
"deny",
"drop",
"reset-client",
"reset-server",
"reset-both"
]
},
"log_setting": {
"type": "string",
"description": "Log forwarding profile name."
},
"profile_setting": {
"type": "object",
"properties": {
"group": {
"type": "array",
"items": {
"type": "string"
}
}
}
},
"disabled": {
"type": "boolean",
"default": false
},
"description": {
"type": "string"
},
"tag": {
"type": "array",
"items": {
"type": "string"
}
}
}
}
},
"offset": {
"type": "int32"
},
"total": {
"type": "int32"
},
"limit": {
"type": "int32"
}
}
}
Work with this as data
Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/json-structures/strata-cloud-manager-api-security-rule-list-structure"
curl "https://apis.io/api/v1/json-structures?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.