{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "MobileAgentInfrastructureSettings", "description": "MobileAgentInfrastructureSettings schema from Palo Alto Networks Prisma Access Configuration API", "$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-schema/prisma-access-api-mobile-agent-infrastructure-settings-schema.json", "type": "object", "properties": { "id": { "type": "string", "readOnly": true }, "name": { "type": "string", "description": "Name for the infrastructure settings configuration." }, "ip_pool": { "type": "array", "items": { "type": "string" }, "description": "IP address pools for mobile user address allocation." }, "dns_servers": { "type": "array", "items": { "type": "string" }, "description": "DNS server IP addresses for mobile users." }, "dns_suffix": { "type": "array", "items": { "type": "string" }, "description": "DNS suffixes to append for mobile users." }, "regions": { "type": "array", "items": { "type": "object", "properties": { "name": { "type": "string", "description": "Prisma Access compute region." }, "addresses": { "type": "array", "items": { "type": "string" }, "description": "IP addresses for the mobile user gateway in this region." } } }, "description": "Compute regions for mobile user connectivity." } } }