Get NowIP settings
Returns NowIP settings.
They provides additional alert on alarm triggering on the internal monitor using the SIP protocol. Notification occurs by sending SIP messages to the specified SIP number on which the BAS-IP Intercom application is installed.
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
now_ip object
NowIP settings
enable booleanDetermines whether the feature is enabled
main_number stringFirst SIP number used to notify about triggers
second_number stringSecond SIP number used to notify about triggers
second_number_delay_call integerDelay between first and second SIP numbers call in seconds
auto_call object
Determines whether automatics SIP call is enabled when alarm activated
enable booleanDetermines whether the feature is enabled
number stringA call will be made to this SIP number after the sensor is triggered
heartbeat object
Enable SIP messages periodic notifications about alarm status
enable booleanDetermines whether the feature is enabled
data stringMessage content
timeout integerSIP message interval in seconds
zones object[]
List of messages that will be sent in a SIP message when proper sensor is triggered
zone_id integerPossible values:
<= 15
Zone number
zone_name stringZone name
{
"now_ip": {
"enable": false,
"main_number": "[email protected]",
"second_number": "[email protected]",
"second_number_delay_call": 20
},
"auto_call": {
"enable": false,
"number": "sip:[email protected]"
},
"heartbeat": {
"enable": false,
"data": "message string",
"timeout": 30
},
"zones": [
{
"zone_id": 0,
"zone_name": "gage sensor"
}
]
}
{
"now_ip": {
"enable": true,
"main_number": "[email protected]",
"second_number": "[email protected]",
"second_number_delay_call": 20
},
"auto_call": {
"enable": true,
"number": "sip:[email protected]"
},
"heartbeat": {
"enable": true,
"data": "message string",
"timeout": 30
},
"zones": [
{
"zone_id": 0,
"zone_name": "010012345678000000101000"
},
{
"zone_id": 1,
"zone_name": "010012345678000000101000"
},
{
"zone_id": 2,
"zone_name": "010012345678000000101000"
},
{
"zone_id": 3,
"zone_name": "010012345678000000101000"
},
{
"zone_id": 4,
"zone_name": "010012345678000000101000"
},
{
"zone_id": 5,
"zone_name": "010012345678000000101000"
},
{
"zone_id": 6,
"zone_name": "010012345678000000101000"
},
{
"zone_id": 7,
"zone_name": "010012345678000000101000"
},
{
"zone_id": 8,
"zone_name": "010012345678000000101000"
},
{
"zone_id": 9,
"zone_name": "010012345678000000101000"
},
{
"zone_id": 10,
"zone_name": "010012345678000000101000"
},
{
"zone_id": 11,
"zone_name": "010012345678000000101000"
},
{
"zone_id": 12,
"zone_name": "010012345678000000101000"
},
{
"zone_id": 13,
"zone_name": "010012345678000000101000"
},
{
"zone_id": 14,
"zone_name": "010012345678000000101000"
},
{
"zone_id": 15,
"zone_name": "010012345678000000101000"
}
]
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
Error information
{
"error": "Log In"
}
{
"error": "Log In"
}