API Definition
Body
operationstring · enumRequiredPossible values:
Responses
200
Updated connection
application/json
500
Failed to update the connection
put
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": {}
}
Body
operationstring · enumRequiredPossible values:
Responses
200
Updated endpoint
application/json
500
Failed to update the endpoint
put
PUT /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": {}
}
Body
operationstring · enumRequiredPossible values:
Responses
200
Updated mapping
application/json
500
Failed to update the mapping
put
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": [
{}
]
}
Body
operationstring · enumRequiredPossible values:
Responses
200
Updated server
application/json
500
Failed to update the server
put
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"
}
Body
inputobjectRequired
The body being inputted for transformation
Responses
200
Transformed output
application/json
Responseobject
500
Failed to transform input
post
POST /api/rule-engine/transform HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 54
{
"input": {},
"transformation": {
"output": {},
"error": {}
}
}
{}
Last updated
Was this helpful?