Sort order in format “field:direction”. Sortable fields: id, name. Direction: asc, desc
Example:-name
Number of items to return per page. Use together with “offset” to paginate through results. If not provided, a default is used.
Number of items to skip before starting to return results. Combine with “limit”. Example: to fetch page 3 with limit 20, set offset=40.
Filter resources by policy ID (UUID format)
Filter resources by gateway ID (UUID format)
Filter resources by protocol ID in addresses (UUID format)
Filter resources by type
Allowed values:PRIVATESAASINTERNET
Filter resources by name
Filter resources by ID (UUID format)
Filter resources by name using case-insensitive pattern matching
Filter resources by type - accepts comma-separated list of types
Number of resources to skip (minimum: 0). Use with “page[limit]”. For page N (0-based), compute as N × page[limit].
Example:0
Number of resources to return per page (minimum: 1). Use with “page[offset]” for pagination.
Example:10