Configures multicast paging settings
Set multicast paging settings
- application/json
Request Body
- is_enabled boolean required
Default value:
falsedescribes the feature status
- ip ipv4
Possible values:
>= 9 charactersand<= 15 charactersip address from which listen to broadcast. Must be in a range from 224.0.1.0 to 238.255.255.255
- port integer
Possible values:
>= 10000and<= 65535port from which listen to broadcast.
Responses
- 200
- 400
- 401
OK
Validation error. Required fields are not provided.
Wrong number
Concierge forwarding is enabled
Missed json body or wrong param. Response sample:
"error": "Wrong JSON body"
- Required field is not provided. Response sample:
"error": "Wrong JSON body: no value for `param`"
where param - is a required field that was not provided
- Field was of the wrong type. Response sample:
"error": "Wrong JSON body: value `param` was of the wrong type"
where param - is a field of the wrong type
- application/json
- Schema
- Example (from schema)
- Wrong I P
- Wrong port
- Base
- No value
- Wrong param type
Schema
- error string
Error information
{
"error": true
}
{
"error": "Wrong JSON body: invalid IP"
}
{
"error": "Wrong JSON body: invalid port"
}
{
"error": "Wrong JSON body"
}
{
"error": "Wrong JSON body: no value for `param`"
}
{
"error": "Wrong JSON body: value `param` was of the wrong type"
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
Error information
{
"error": "Log In"
}
{
"error": "Log In"
}
Loading...