Adds a DNS response policy item under a specified local DNS response policy.
Output / Response
Returns true if the response policy item is successfully added and returns false if the response policy item already exists under the specified local response policy.
API Call:
boolean addResponsePolicyItem( long policyId, String
itemName, String[]options )
Parameter | Description |
---|---|
policyId | The object ID of the parent local response policy to which the response policy item is being added. |
itemName | The Fully Qualified Domain Name (FQDN) of the response policy item. |
options | Reserved for future use |