List all security policies
Air Admin and SRE clients may view all security policies. All other clients may view policies for their organization’s emulation types only.
Required scope: air:manifest_read (roles: air_simengine_debugger, air_simengine_developer)
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
emulation_type
Filter by emulation type (exact match, case-sensitive).
limit
Number of results to return per page.
offset
The initial index from which to return the results.
ordering
Order objects by field. Prefix with - for descending order.
policy_type
Filter by policy type: seccomp or apparmor.
* `seccomp` - Seccomp
* `apparmor` - AppArmor
Allowed values:
search
Search by emulation_type, policy_type, or version.
version
Filter by version string.
Response
count
results
next
previous
Errors
400
Bad Request Error
403
Forbidden Error
500
Internal Server Error