ResponsePolicySearchResult - BlueCat Integrity - 9.5.0

Address Manager Legacy v1 API Guide

Locale
English
Product name
BlueCat Integrity
Version
9.5.0

Description

Represents the Response Policy items that are configured either in local Response Policies or BlueCat Security feed data.

Properties

Property name Description Data type Read-only
name The name of the Response Policy item. string No
policyType The type of response policy. For example, whitelist, blacklist, redirect or blackhole. string No
parentIds Comma-separated values of the parent Response Policy or RP Zone object(s) ID. If policy item is associated with a Response Policy, it is the Response Policy object ID. If policy item is associated with BlueCat Security feed data, it is the RP Zone object ID. string No
category The name of the BlueCat Security feed category associated with the policy item. For example, Malicious, Spam or Botnet command and control. For local response policy items, this will be null. string No
configId The object ID of the parent configuration in which the Response Policy item is configured. integer (int64) No

Example

{
    "name": "...",
    "policyType": "...",
    "parentIds": "...",
    "category": "...",
    "configId": 12345
}