LIST Stream Groups
GET/workspaces/:workspaceId/stream-groups
LIST Stream Groups
Request
Path Parameters
workspaceId uuidrequired
Responses
- 200
- 404
- 423
List of stream groups.
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
name stringrequired
ingressVersion int32required
Possible values: [V1
, V2
]
streams string[]required
isDefaultForWorkspace booleanrequired
[
{
"name": "string",
"ingressVersion": "V1",
"streams": [
"string"
],
"isDefaultForWorkspace": true
}
]
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...