GET /v1/getAdditionalIPAddresses - BlueCat Integrity - 9.3.0

Address Manager API Guide

Locale
English
Product name
BlueCat Integrity
Version
9.3.0

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:
  • serviceType —type of service for which a list of IP addresses will be retrieved. Available types are AdditionalIPServiceType.SERVICE and AdditionalIPServiceType.LOOPBACK. If serviceType is not provided, all additional IP addresses of the services interface will be returned.

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.