SQL Processors
Returns the logs produced by a running Kubernetes Pod
Pod's cluster
Pod's namespace
Pod's name
The request input was invalid
Authentication error
The purchased Lenses license does not provide access to this feature
Authorisation error
The requested resource cannot be found
An internal server error has occurred
GET /api/v1/environments/{name}/proxy/api/v1/k8s/logs/{cluster}/{namespace}/{pod}/download HTTP/1.1
Host:
Accept: */*
text
Retrieves the SQL processor details
SQL processor unique identifier
The request input was invalid
Authentication error
The purchased Lenses license does not provide access to this feature
Authorisation error
The requested resource cannot be found
An internal server error has occurred
GET /api/v1/environments/{name}/proxy/api/v2/streams/{id} HTTP/1.1
Host:
Accept: */*
{
"id": "text",
"application": {
"name": "text",
"processorId": "text",
"sql": "text",
"inputTopics": [
{
"name": "text",
"keyFormat": "TWAVRO",
"valueFormat": "TWAVRO"
}
],
"outputTopics": [
{
"name": "text",
"keyFormat": "TWAVRO",
"valueFormat": "TWAVRO"
}
],
"otherSettings": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"metadata": {
"description": "text",
"tags": [
"text"
],
"createdBy": "text",
"createdAt": "2025-08-31T08:02:44.391Z",
"processorType": "PreDaD"
},
"deployment": {
"details": {
"replicas": 1,
"cluster": "text",
"namespace": "text",
"labels": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"otherSettings": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"status": {
"level": "NOT_RUNNING",
"startedAt": "2025-08-31T08:02:44.391Z",
"stoppedAt": "2025-08-31T08:02:44.391Z",
"replicas": [
{
"id": "text",
"status": "STOPPED",
"msg": "text"
}
]
}
}
}
Removes an existing SQL processor
SQL processor unique identifier
The request input was invalid
Authentication error
The purchased Lenses license does not provide access to this feature
Authorisation error
The requested resource cannot be found
An internal server error has occurred
DELETE /api/v1/environments/{name}/proxy/api/v1/streams/{id} HTTP/1.1
Host:
Accept: */*
text
Creates a new SQL processor
The request input was invalid
Authentication error
The purchased Lenses license does not provide access to this feature
Authorisation error
The requested resource cannot be found
An internal server error has occurred
POST /api/v1/environments/{name}/proxy/api/v2/streams HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 227
{
"name": "text",
"processorId": "text",
"sql": "text",
"description": "text",
"deployment": {
"details": {
"runners": 1,
"cluster": "text",
"namespace": "text",
"requestedCpu": 1,
"limitCpu": 1,
"requestedMemory": 1,
"limitMemory": 1
}
},
"tags": [
"text"
]
}
{
"id": "text"
}
Retrieves all SQL processor details
The request input was invalid
Authentication error
The purchased Lenses license does not provide access to this feature
Authorisation error
The requested resource cannot be found
An internal server error has occurred
GET /api/v1/environments/{name}/proxy/api/v2/streams HTTP/1.1
Host:
Accept: */*
{
"processors": [
{
"id": "text",
"application": {
"name": "text",
"processorId": "text",
"sql": "text",
"inputTopics": [
{
"name": "text",
"keyFormat": "TWAVRO",
"valueFormat": "TWAVRO"
}
],
"outputTopics": [
{
"name": "text",
"keyFormat": "TWAVRO",
"valueFormat": "TWAVRO"
}
],
"otherSettings": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"metadata": {
"description": "text",
"tags": [
"text"
],
"createdBy": "text",
"createdAt": "2025-08-31T08:02:44.391Z",
"processorType": "PreDaD"
},
"deployment": {
"details": {
"replicas": 1,
"cluster": "text",
"namespace": "text",
"labels": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"otherSettings": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"status": {
"level": "NOT_RUNNING",
"startedAt": "2025-08-31T08:02:44.391Z",
"stoppedAt": "2025-08-31T08:02:44.391Z",
"replicas": [
{
"id": "text",
"status": "STOPPED",
"msg": "text"
}
]
}
}
}
]
}
Returns the logs produced by a running Kubernetes Pod
Pod's cluster
Pod's namespace
Pod's name
The request input was invalid
Authentication error
The purchased Lenses license does not provide access to this feature
Authorisation error
The requested resource cannot be found
An internal server error has occurred
GET /api/v1/environments/{name}/proxy/api/v1/k8s/logs/{cluster}/{namespace}/{pod}/download HTTP/1.1
Host:
Accept: */*
text
Returns deployments information
The request input was invalid
Authentication error
The purchased Lenses license does not provide access to this feature
Authorisation error
The requested resource cannot be found
An internal server error has occurred
GET /api/v1/environments/{name}/proxy/api/v1/deployment/targets HTTP/1.1
Host:
Accept: */*
{
"kubernetes": [
{
"cluster": "text",
"namespaces": [
"text"
],
"version": "text"
}
],
"connect": [
{
"cluster": "text",
"version": "text"
}
]
}
Last updated
Was this helpful?