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.
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
now_ip object
enable booleanmain_number stringsecond_number stringsecond_number_delay_call integerauto_call object
enable booleannumber stringheartbeat object
enable booleandata stringtimeout integerzones object[]
zone_id integerrange is [0-15]
zone_name string
{
"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": "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": "Log In"
}
{
"error": "Log In"
}
Loading...