Chat now with support
Chat with Support

Change Auditor 7.0.4 - SIEM Integration Guide

Integrating Change Auditor and SIEM Tools Subscription Management Webhook technical insights

Remove-CAITSSEventSubscription

Use this command to remove an IT Security Search subscription.

-Connection

A connection obtained by using the Connect-CAClient command. See the Change Auditor Command Guide for details.

-Subscription

The PSCAITSSSubscriptionStatus object that corresponds to the subscription to remove. This parameter is required if the SubscriptionId parameter is not specified.

-SubscriptionId

The ID of the subscription to remove. This parameter is required if the Subscription parameter is not specified. Use the Get-CAITSSEventSubscriptions command to find the ID.

Remove-CAITSSEventSubscription -Connection $connection -SubscriptionId $subscriptionId

3

 

Webhook technical insights

Handling webhook responses

To see the response codes, run the associated Get command and review the LastEventResponse and LastHeartbeatResponse in the output for the following response codes:

HTTP 200

Notification successfully received

This response code is expected for every notification.

HTTP 429

Too many events being sent

When this occurs, Change Auditor will automatically reduce the batch size when it sends its next notification.

HTTP 400

Bad Request

This occurs when the receiving server is unreachable or the data is improperly formatted. Review the information provided with the response for details.

HTTP 401

 

Unauthorized access

For example, the notification message has an incorrect or expired AuthorizationID configured in the subscription. In this case, the subscription will be disabled until the error is corrected.

HTTP 500

Internal Server Error

This can be either an issue with the Change Auditor coordinator or the receiving server.

 

Related Documents

The document was helpful.

Select Rating

I easily found the information I needed.

Select Rating