set_firewall_policy_ordering
Reorder firewall policies for a specified source/destination zone pair by submitting the ordered policy list. Requires host, site, and zone IDs to apply the new sequence.
Instructions
Set the ordering of firewall policies within one source/destination zone pair.
host: console name, ID, or composite ID (MAC:numericId format). site: site name or ID. source_zone_id: UUID of the source firewall zone. REQUIRED by the API and sent as a query parameter (NOT read from the ordering body); omitting it returns HTTP 400. destination_zone_id: UUID of the destination firewall zone. Same requirement as source_zone_id. Use the same zone pair you read with get_firewall_policy_ordering. ordering: policy ordering configuration (the ordered policy list for that zone pair).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | ||
| site | Yes | ||
| ordering | Yes | ||
| source_zone_id | Yes | ||
| destination_zone_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||