Intrusion Prevention Activation Policy
The Activation Switch widget displays the status of the event activation along with intrusion prevention policies. Any user can make changes to these intrusion policies. You can access either of the switch and activate or deactivate the event activation or wireless intrusion prevention.
JSON Table
Parameter | Data Type | Description |
---|---|---|
policyCreatedAtLocId | application/json | ID of the location at which the policy has been defined. For details about the JSON, click Location ID. |
policyType | String | A read-only field for internal use. |
intrusionPreventionActivated | boolean | A true or false value indicating that the intrusion prevention setting is enabled at this location. True indicates that the intrusion prevention setting is enabled. |
recursiveApply | boolean | A true or false value indicating that the changes in the policy are applicable to all sub-locations. This attribute is only applicable for saving the policy and not for fetching policy details. True indicates that the changes in the policy must apply to all sub-locations. |
Copy Sample JSON
Sample JSON
{ "policyCreatedAtLocId": { "type": "locallocationid", "id": 0 }, "policyType": "INTRUSION_PREVENTION_ACTIVATION", "intrusionPreventionActivated": false, "recursiveApply": false }
API Calls
/V5/policies/intrusionpreventionactivation/{fetch_factory_default}
<Base_URL>/V2/analytics/associationdata/{startdate}/{enddate}
/V5/policies/intrusionpreventionactivation