Description
Retrieves deployment options for Address Manager DNS and DHCP services.
Note: This API method supports read-only API sessions. For more information on
read-only API sessions and a list of API methods that support read-only
API session, refer to Read-only API sessions.
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.
|
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:
|
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.
|