set multicast settings
set multicast settings
- application/json
Request Body
- is_enabled boolean required
Default value:
false
describes the feature status
- ip ipv4
Possible values:
>= 9 characters
and<= 15 characters
ip address from which listen to broadcast. Must be in a range from 224.0.1.0 to 238.255.255.255. Please be noted that this parameter is not required only in case when is_enabled: false
- port integer
Possible values:
>= 10000
and<= 65535
port from which listen to broadcast. Please be noted that this parameter is not required only in case when is_enabled: false
- 200
- 400
- 401
OK
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
error object
Describes the base error user might get
code stringPossible values: [
invalid_authentication
,permission_denied
,not_valid
,system_error
]Error code
message stringError message
data object
Did not pass validation parameters. Can be represented as an object, which can include field names, arrays, query parameters etc.
param stringDescribes the parameter that did not pass a validation
{
"error": {
"code": "not_valid",
"message": "Data validation error",
"data": {
"param": "must be a string"
}
}
}
Please log in
- application/json
- Schema
- Example (from schema)
- Example
Schema
error object
Describes the base error user might get
code stringPossible values: [
invalid_authentication
,permission_denied
,not_valid
,system_error
]Error code
message stringError message
data object
Did not pass validation parameters. Can be represented as an object, which can include field names, arrays, query parameters etc.
param stringDescribes the parameter that did not pass a validation
{
"error": {
"code": "not_valid",
"message": "Data validation error",
"data": {
"param": "must be a string"
}
}
}
{
"error": {
"code": "invalid_authentication",
"message": "Log In"
}
}