sophos_get_firewall_licenses
Retrieve firewalls and their licenses for a Sophos Central tenant or partner by providing either a tenant UUID or partner UUID.
Instructions
Get firewalls and their licenses for a Sophos Central tenant or partner. Provide either tenant_id (for tenant context) or partner_id (for partner context), but not both.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number to fetch, starting at 1 (default: 1) | |
| sort | No | Sort column, optionally with direction — format: 'columnName' or 'columnName:asc' / 'columnName:desc' | |
| page_size | No | Number of results per page (default: 50) | |
| tenant_id | No | Tenant UUID — provide this for a tenant context (X-Tenant-ID). Required if partner_id is not provided. | |
| page_total | No | When true, include total page count and item count in the response (default: false) | |
| partner_id | No | Partner UUID — provide this for a partner context (X-Partner-ID). Required if tenant_id is not provided. |