Description
Finds local DNS response policies with their associated response policy items.
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 Legacy v1 API sessions.
Parameters
Name | Description |
---|---|
configurationId |
Location: query Type: integer (int64) The object ID of the configuration to which the local response policies
are located.
To view a complete list of all local response policies under all configurations that have an associated response policy item, set the value of this parameter to 0. |
itemName |
Location: query Type: string The FQDN of the response policy item.
Note: The exact FQDN of the response policy item must be used when
conducting a search.
|
options |
Location: query Type: array Reserved for future use.
|
Responses
Code | Description |
---|---|
201 |
Type: Array of APIEntity Returns a list of local response policies along with the associated response policy item under a specific configuration or all configurations. This is determined by the input provided for the configurationId parameter.
|