Skip to content

Get mDNS settings

GET
/mdns/config
curl --request GET \
--url https://sylve.lan:8181/api/mdns/config \
--header 'Authorization: <Authorization>'

Retrieve the mDNS service discovery settings

Success

Media typeapplication/json
object
data
object
hostname
string
id
integer
interfaces
string
error
string
message
string
status
string
Examplegenerated
{
"data": {
"hostname": "example",
"id": 1,
"interfaces": "example"
},
"error": "example",
"message": "example",
"status": "example"
}

Internal Server Error

Media typeapplication/json
object
data
error
string
message
string
status
string
Examplegenerated
{
"data": "example",
"error": "example",
"message": "example",
"status": "example"
}