Returns DHCPv6 service options assigned for the object specified excluding the options inherited from the higher-level parent object.
Output / Response
Returns the requested DHCPv6 service option object from the database.
Note: Depending on the type of deployment option being returned,
the format of the value might differ. For more information, refer to Reference: Deployment Option value formats.
API call:
APIDeploymentOption getDHCP6ServiceDeploymentOption ( long
entityId, String name, long
serverId )
Parameter | Description |
---|---|
entityId | The database object ID for the entity to which the deployment option is assigned. |
name | The name of the DHCPv6 service option being added. This name must be one of the constants listed in DHCP6 Service Options. |
serverId | 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 0(zero). Omitting this parameter from the method call will result in an error. |