LIST Egress Sinks
GET/workspaces/:workspaceId/egress-sinks
List egress sinks in a workspace.
Request
Path Parameters
workspaceId uuidrequired
Name of the workspace.
Query Parameters
kind int32
Possible values: [AzureServiceBus
, AzureEventHub
, Sql
, Grafana
, Otel
, Delta
, AwsS3
]
Name of the workspace.
Responses
- 200
- 404
- 423
List of egress sinks.
- application/json
- Schema
- Example (from schema)
- example-1
Schema
Array [
]
name stringrequired
workspaceId uuidrequired
ingressVersion int32required
Possible values: [V1
, V2
]
kind int32required
Possible values: [AzureServiceBus
, AzureEventHub
, Sql
, Grafana
, Otel
, Delta
, AwsS3
]
[
{
"name": "string",
"workspaceId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"ingressVersion": "V1",
"kind": "AzureServiceBus"
}
]
[
{
"name": "example-sink-1",
"workspaceId": "00000000-0000-0000-0000-000000000001",
"ingressVersion": "V2",
"kind": "AzureServiceBus"
}
]
Workspace not found.
- application/problem+json
- Schema
- Example (from schema)
Schema
type stringnullable
title stringnullable
status int32nullable
detail stringnullable
instance stringnullable
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}
Workspace is disabled.
- application/problem+json
- Schema
- Example (from schema)
Schema
type stringnullable
title stringnullable
status int32nullable
detail stringnullable
instance stringnullable
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}
Loading...