APIs
Last updated
Last updated
List Service Accounts
No content
Delete Service Account
ID of the service account to delete
No content
Get service account by ID
ID of the service account to retrieve
No content
Get Policy Audit Trail
UUID of the policy to get audit trail for
No content
Delete Policy
UUID of the policy to delete
No content
Get Policy by ID
UUID of the policy to retrieve
No content
List Policies
No content
List API Keys
Include revoked API keys in the response.
Include expired API keys in the response.
No content
Delete API Key
ID of the API key to delete (revoke)
No content
Delete Monitor
UUID of the monitor to delete
No content
Get Monitor Definition (YAML)
UUID of the monitor to retrieve
No content
Apply Policies to Users
List of user emails to apply policies to.
If true, replaces existing policies; otherwise appends.
List of policy UUIDs to apply.
No content
List Monitors
Maximum number of monitors to return.
1000
No content
Update Service Account
The new email address for the service account (optional).
A list of policy UUIDs to set for the service account (optional, replaces existing). Provide empty list to remove all.
The UUID of the service account to update.
No content
Create Service Account
The email address associated with the service account.
The desired name for the service account.
A list of policy UUIDs to assign to the service account.
No content
Create Policy
Optional claim role for the policy.
Optional description for the policy.
Name of the policy.
No content
Update Policy
UUID of the policy to update
Optional new claim role for the policy.
The current revision number of the policy being updated (for optimistic locking).
Optional new description for the policy.
New name for the policy.
No content
Create API Key
Optional description for the API key.
Optional expiration date for the API key. Format: date-time
User-defined name for the API key.
The UUID of the service account this key belongs to.
No content
Update Monitor
UUID of the monitor to update
No content
Create Monitor
No content
Executes a Prometheus query (instant or range) against the metrics server. Accepts either a direct 'promql' string or components ('pipeline', 'filters', 'conditions', 'subPipelines') to build the query.
No content
Retrieves a list of Kubernetes workloads based on provided source filters, conditions, sorting, and pagination.
No content
Retrieves and filters Kubernetes events, allowing for sorting and pagination.
End timestamp for the query range.
Maximum number of events to return.
Number of events to skip (for pagination).
Field to sort events by.
Sort order.
Start timestamp for the query range.
Include raw event data in the response.
No content