Get Product DNS Settings Data V2
This API is used to get product DNS settings.
Request
Operation doesn't accept any path, query or header parameters.
URL
https://localhost:8080/lcm/lcops/api/v2/settings/dns
Response
Response
Response BodyResponse Body
200 OK returns
array
of
DNSConfigurationDTO
{
"hostName": "IP address of DNS server",
"name": "dns-server1"
}
string
hostName
Optional
DNS hostname
string
name
Optional
DNS name
cURL Command
curl https://localhost:8080/lcm/lcops/api/v2/settings/dns
Errors
401
The request requires user authentication.
403
The server understood the request, but is refusing to fulfill it.
404
The requested resource could not be found but may be available again in the future.
500
The server encountered an unexpected condition which prevented it from fulfilling the request.
On This Page
Settings Controller Operations
delete
delete
delete
delete