Check availability
Availability check
This request is performed before creation of an intercom from a specific vendor to ensure that the entered data is correct.
{
"vendor": "iscom_x1",
"schema": "http",
"ip": "192.168.18.207",
"port": "8080",
"login": "root",
"password": "123456"
}
POST /api/admin/v1/intercoms/check-available |
Parameters
string
vendor, Vendor
string
schema, The scheme by which the connection will be made
string
ip, IP address
integer
port, Port
string
login, User login
string
password, User password
200 |
A successful response . The status 200 with an empty body. |
401 |
Authorization token not sent or not valid |
422 |
Returns a JSON object with an error.
JSON
|