Connection Management Controller
post
Authorizations
Path parameters
connectionIdstringRequired
Responses
204
No Content
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
post
POST /api/connections/{connectionId}/stop HTTP/1.1
Host: inscada.cloud
Accept: */*
No content
post
Authorizations
Path parameters
connectionIdstringRequired
Responses
204
No Content
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
post
POST /api/connections/{connectionId}/start HTTP/1.1
Host: inscada.cloud
Accept: */*
No content
post
Authorizations
Query parameters
projectIdstringRequired
Responses
204
No Content
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
post
POST /api/connections/stop/by-project HTTP/1.1
Host: inscada.cloud
Accept: */*
No content
post
Authorizations
Query parameters
projectIdstringRequired
namestringRequired
Responses
204
No Content
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
post
POST /api/connections/stop/by-project-and-name HTTP/1.1
Host: inscada.cloud
Accept: */*
No content
post
Authorizations
Query parameters
projectIdstringRequired
namestringRequired
Responses
204
No Content
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
post
POST /api/connections/start HTTP/1.1
Host: inscada.cloud
Accept: */*
No content
post
Authorizations
Query parameters
projectIdstringRequired
Responses
204
No Content
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
post
POST /api/connections/start/by-project HTTP/1.1
Host: inscada.cloud
Accept: */*
No content
post
Authorizations
Query parameters
projectIdstringRequired
namestringRequired
Responses
204
No Content
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
post
POST /api/connections/start/by-project-and-name HTTP/1.1
Host: inscada.cloud
Accept: */*
No content
get
Authorizations
Path parameters
connectionIdstringRequired
Responses
200
OK
*/*
Responsestring · enumPossible values:
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
get
GET /api/connections/{connectionId}/status HTTP/1.1
Host: inscada.cloud
Accept: */*
Connected
get
Authorizations
Path parameters
connectionIdstringRequired
Responses
200
OK
*/*
Responseobject
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
get
GET /api/connections/{connectionId}/browse HTTP/1.1
Host: inscada.cloud
Accept: */*
{}
get
Authorizations
Query parameters
projectIdstringRequired
namestringRequired
Responses
200
OK
*/*
Responsestring · enumPossible values:
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
get
GET /api/connections/status/by-project-and-name HTTP/1.1
Host: inscada.cloud
Accept: */*
Connected
get
Authorizations
Query parameters
connectionIdsstring[]Required
Responses
200
OK
*/*
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
get
GET /api/connections/status/by-ids HTTP/1.1
Host: inscada.cloud
Accept: */*
{
"ANY_ADDITIONAL_PROPERTY": "Connected"
}