Returns multicast paging settings
Get multicast paging settings
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- is_enabled boolean
Default value:
falsedescribes the feature status
- address string
Possible values:
>= 15 charactersand<= 21 charactersfull address (ip+port) from which listen to broadcast.
{
"is_enabled": true,
"address": "238.0.0.1:10001"
}
{
"is_enabled": false,
"address": "224.0.1.0:50001"
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
Error information
{
"error": "Log In"
}
{
"error": "Log In"
}
Loading...