Description
Returns IPv4 addresses and loopback addresses added to the Service interface for DNS services.
Parameters
Name | Description |
---|---|
adonisID |
Location: query Type: integer (int64) The database object ID of the server on which additional services IP
address have been added.
|
properties |
Location: query Type: string The supported property is:
|
Responses
Code | Description |
---|---|
200 |
Type: string Returns the list of additional IP addresses configured on the server in the format: [IP,serviceType|IP,serviceType]. For example, 10.0.0.10/32,loopback|11.0.0.3/24,service|12.0.0.3/32,loopback.
|