API Reference
Sentry
Get Sentry status
Returns the current Sentry configuration and status for the instance.
Authorization
Authorization<token>JWT Bearer token (format: Bearer {token})
In: header
Path Parameters
idRequiredstringInstance ID (UUID)
OK
Setup Sentry integration
Enqueues a background job to configure Sentry error tracking on the instance. Returns 202 Accepted.
Authorization
Authorization<token>JWT Bearer token (format: Bearer {token})
In: header
Request Body
application/jsonRequiredSentry config (dsn, environment, loggingLevel)
bodyRequiredobjectPath Parameters
idRequiredstringInstance ID (UUID)
Accepted
Disable Sentry integration
Disables and removes Sentry error tracking from the instance.
Authorization
Authorization<token>JWT Bearer token (format: Bearer {token})
In: header
Path Parameters
idRequiredstringInstance ID (UUID)
OK
Update Sentry configuration
Updates the Sentry DSN and configuration for the instance.
Authorization
Authorization<token>JWT Bearer token (format: Bearer {token})
In: header
Request Body
application/jsonRequiredUpdated Sentry config (dsn, environment, loggingLevel)
bodyRequiredobjectPath Parameters
idRequiredstringInstance ID (UUID)
OK
Was this page helpful?