Retrieve a usage threshold alert
Retrieve a single usage threshold alert by its UCP alert_id. Scoped to the authenticated org; Air admins and SREs may retrieve alerts belonging to any org.
Required role: air_org_admin
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
alert_id
Response
alert_id
The UUID UCP assigned to the alert when it was registered.
alert_type
The UCP webhook event this alert is registered for.
USAGE_REMAINING_ALERT- USAGE_REMAINING_ALERTUSAGE_GRANT_THRESHOLD_REACHED- USAGE_GRANT_THRESHOLD_REACHEDUSAGE_GRANT_EXHAUSTED- USAGE_GRANT_EXHAUSTEDCONTRACT_ENDED- CONTRACT_ENDED
threshold
Remaining balance in compute hours at which UCP will fire the webhook back to Air.
recipients
Email addresses notified when UCP fires the webhook. Providing a value on update overwrites the existing recipients rather than appending to them; to add a new recipient include the existing recipients in the request as well.
last_fired
When Air last dispatched an email for this alert, or null if it has never fired.
creator
Email of the client that registered this alert.
org_display_name
Display name of the organization this alert belongs to.
ngc_org_name
NGC org name of the organization this alert belongs to.
org_nca_id
NCA id of the organization this alert belongs to.
created
modified
Errors
403
Forbidden Error
404
Not Found Error
500
Internal Server Error