Description
Searches Response Policy items configured in local Response Policies or predefined BlueCat Security feed data. The search will return a list of all matching items in Address Manager across all configurations.
Parameters
Name | Description |
---|---|
count |
Location: query Type: integer (int32) The total number of results to be returned. The possible value is a positive integer ranging from 1 to 1000.Note: Starting in Address Manager API v9.2.0, this parameter is now required.
|
keyword |
Location: query Type: string The search string for which you wish to search.
|
properties |
Location: query Type: string Reserved for future use. Use an empty string "" for now. |
scope |
Location: query Type: string The scope in which the search is to be performed. The possible values are:
|
start |
Location: query Type: integer (int32) A starting number from where the search result will be returned. The possible value is a positive integer ranging from 0 to 999. For example, specifying 99 will return the search result from the 100th result to the maximum number that you specify with the count option.Note: Starting in Address Manager API v9.2.0, this parameter is now required.
|
Responses
Code | Description |
---|---|
200 |
Type: Array of ResponsePolicySearchResult Returns an array of ResponsePolicySearchResult objects. Each object contains information of one Response Policy item found either in local Response Policies or BlueCat Security feed data. |