Description
Retrieves deployment options for Address Manager DNS and DHCP services.
Parameters
Name | Description |
---|---|
entityId |
Location: query Type: integer (int64) The object ID of the entity to which the DNS or DHCP deployment option is assigned.Note: Starting in Address
Manager API v9.2.0, this parameter is now
required.
|
optionTypes |
Location: query Type: string The type of deployment options. Multiple options can be separated by a | (pipe) character. This value must be one of the following items:
Note: Start of Authority (SOA) records can be
retrieved using the DNSOption option type.
For complete list of Option Types and Object Types
constants, refer to Option types and Object types.
|
serverId |
Location: query Type: integer (int64) The specific server or server group to which options are deployed. The valid values are as follows:
Note: Starting in Address Manager API v9.2.0, this
parameter is now required.
|
Responses
Code | Description |
---|---|
200 |
Type: Array of APIDeploymentOption Returns all deployment options assigned to the specified object including inherited options from higher level parent objects. If an option is inherited and overridden, then only the overriding option will be returned. |