Observability - TypeScript SDK
Observability - TypeScript SDK
Observability - TypeScript SDK
The TypeScript SDK and docs are currently in beta. Report issues on GitHub.
Observability endpoints
List the observability destinations configured for the authenticated entity’s default workspace. Use the workspace_id query parameter to scope the result to a different workspace. Only destinations with stable release status are surfaced — destinations of other types are excluded. Management key required.
The standalone function version of this method:
Promise<operations.ListObservabilityDestinationsResponse>
Create a new observability destination. A maximum of 5 destinations per type is allowed. Defaults to the authenticated entity’s default workspace; use the workspace_id body field to scope to a different workspace. Management key required.
The standalone function version of this method:
Promise<models.CreateObservabilityDestinationResponse>
Delete an existing observability destination. This performs a soft delete. Management key required.
The standalone function version of this method:
Promise<models.DeleteObservabilityDestinationResponse>
Fetch a single observability destination by its UUID. Management key required.
The standalone function version of this method:
Promise<models.GetObservabilityDestinationResponse>
Update an existing observability destination. Only the fields provided in the request body are updated. Management key required.
The standalone function version of this method:
Promise<models.UpdateObservabilityDestinationResponse>