Event Activation Policy
Event Activation is activated for event generation for the selected location. We can find this on Activation Widgets where we can see the status of the event activation and intrusion prevention policies. We can always make changes to the policies or even activate or deactivate them.
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. |
recursiveApply | boolean | A true or false value indicating whether any change in the policy is applicable to all sub-locations. True indicates that the changes will be applicable to all sub-locations. This attribute is applicable only to Save policies and not to Get Policies. |
eventGenerationActivated | boolean | A true or false value indicating whether event generation at this location is enabled. True indicates that this setting is enabled. |
Copy Sample JSON
Sample JSON
{ "policyCreatedAtLocId": { "type": "locallocationid", "id": 0 }, "policyType": "EVENT_ACTIVATION_POLICY", "recursiveApply": false, "eventGenerationActivated": true }
API Calls
/V5/policies/eventactivation/{fetch_factory_default}
<Base_URL>/V2/analytics/associationdata/{startdate}/{enddate}
/V5/policies/eventactivation