Description
Returns DHCPv6 service options assigned for the object specified excluding the options inherited from the higher-level parent object.
Parameters
Name | Description |
---|---|
entityId |
Location: query Type: integer (int64) The database object ID for the entity to which the deployment option is
assigned.
|
name |
Location: query Type: string The name of the DHCPv6 service option being retrieved. This name must be one
of the constants listed in
DHCPv6 service options.
|
serverId |
Location: query Type: integer (int64) Specifies the server or server group to which the option is deployed for
the specified entity. To retrieve an option that has not been assigned to
a server role, set this value to zero. Omitting this parameter from
the method call will result in an error.
|
Responses
Code | Description |
---|---|
200 |
Type: APIDeploymentOption Returns the requested DHCPv6 service option object from the database.
|