API Definition
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
GET /api/connections/schema HTTP/1.1
Host:
Accept: */*
{}GET /api/connections HTTP/1.1
Host:
Accept: */*
[
{
"id": "text",
"currentState": "connecting",
"targetState": "connected",
"connection": {}
}
]GET /api/connections/{id} HTTP/1.1
Host:
Accept: */*
{
"id": "text",
"currentState": "connecting",
"targetState": "connected",
"connection": {}
}PUT /api/connections/{id}/operation HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 23
{
"operation": "connect"
}{
"id": "text",
"currentState": "connecting",
"targetState": "connected",
"connection": {}
}GET /api/endpoints/schema HTTP/1.1
Host:
Accept: */*
{}GET /api/endpoints HTTP/1.1
Host:
Accept: */*
[
{
"id": "text",
"currentState": "enabling",
"targetState": "enabled",
"connectionId": "text",
"operation": "text",
"address": {}
}
]GET /api/endpoints/{id} HTTP/1.1
Host:
Accept: */*
{
"id": "text",
"currentState": "enabling",
"targetState": "enabled",
"connectionId": "text",
"operation": "text",
"address": {}
}GET /api/endpoints/{id}/topics HTTP/1.1
Host:
Accept: */*
[
"text"
]GET /api/endpoints/{id}/state HTTP/1.1
Host:
Accept: */*
textPUT /api/endpoints/{id}/operation HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 22
{
"operation": "enable"
}{
"id": "text",
"currentState": "enabling",
"targetState": "enabled",
"connectionId": "text",
"operation": "text",
"address": {}
}GET /api/mappings/schema HTTP/1.1
Host:
Accept: */*
{}GET /api/mappings HTTP/1.1
Host:
Accept: */*
[
{
"id": "text",
"currentState": "enabling",
"targetState": "enabled",
"mappings": [
{}
]
}
]GET /api/mappings/{id} HTTP/1.1
Host:
Accept: */*
{
"id": "text",
"currentState": "enabling",
"targetState": "enabled",
"mappings": [
{}
]
}PUT /api/mappings/{id}/operation HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 22
{
"operation": "enable"
}{
"id": "text",
"currentState": "enabling",
"targetState": "enabled",
"mappings": [
{}
]
}GET /api/mappings/{id}/endpoint-topics HTTP/1.1
Host:
Accept: */*
{
"ANY_ADDITIONAL_PROPERTY": [
"text"
]
}GET /api/mappings/{id}/state HTTP/1.1
Host:
Accept: */*
textGET /api/servers/schema HTTP/1.1
Host:
Accept: */*
{}GET /api/servers HTTP/1.1
Host:
Accept: */*
[
{
"id": "text",
"options": {},
"currentState": "enabling",
"targetState": "enabled",
"protocol": "Opcua"
}
]GET /api/servers/{id} HTTP/1.1
Host:
Accept: */*
{
"id": "text",
"options": {},
"currentState": "enabling",
"targetState": "enabled",
"protocol": "Opcua"
}PUT /api/servers/{id}/operation HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 22
{
"operation": "enable"
}{
"id": "text",
"options": {},
"currentState": "enabling",
"targetState": "enabled",
"protocol": "Opcua"
}GET /api/servers/{id}/state HTTP/1.1
Host:
Accept: */*
textGET /api/nodes HTTP/1.1
Host:
Accept: */*
[
{
"id": "text",
"currentState": "enabling",
"targetState": "enabled",
"nodes": [
{}
]
}
]GET /api/nodes/{id}/state HTTP/1.1
Host:
Accept: */*
textGET /api/topics HTTP/1.1
Host:
Accept: */*
{
"endpoints": [
{}
],
"mappings": [
{}
],
"nodes": [
{}
]
}POST /api/rule-engine/transform HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 54
{
"input": {},
"transformation": {
"output": {},
"error": {}
}
}{}