Broker
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
POST /api/broker HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 33
{
"name": "text",
"connections": [
1
]
}{
"key_id": "text",
"secret_key": "text"
}DELETE /api/broker?broker_id=1 HTTP/1.1
Host:
Accept: */*
POST /api/broker/secrets?broker_id=1 HTTP/1.1
Host:
Accept: */*
{
"key_id": "text",
"secret_key": "text"
}GET /api/broker/connections HTTP/1.1
Host:
Accept: */*
[
{
"connection_name": "text",
"connection_id": 1,
"connection_type": "text",
"group": "text"
}
]POST /api/broker/connections HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 33
{
"broker_id": 1,
"connections": [
1
]
}GET /api/broker/brokers HTTP/1.1
Host:
Accept: */*
[
{
"broker_name": "text",
"broker_id": 1,
"broker_status": "text",
"broker_key_id": "text",
"broker_status_details": [
{
"instance_id": "text",
"cpu_utilization": 1,
"memory_utilization": 1,
"disk_utilization": 1,
"current_jobs": [
"text"
],
"connections": {
"ANY_ADDITIONAL_PROPERTY": 1
},
"missing_connections": [
1
],
"invalid_connections": {
"ANY_ADDITIONAL_PROPERTY": 1
},
"connection_status": {
"ANY_ADDITIONAL_PROPERTY": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"build_version": "text",
"websocket_status": "text",
"log_status": "text",
"last_updated": 1
}
],
"broker_connections": [
{
"connection_name": "text",
"connection_id": 1,
"connection_type": "text",
"connection_details": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
}
]
}
]