Use this command to create the subscription required to receive Change Auditor event data.
$startTimeUTC = Get-Date "March 1, 2020 12:00 PM"
$notificationUrl = "https://www.quest.com/api/webhook"
Use this command to see the details of the current subscriptions.
Get-CAEventWebhookSubscriptions -Connection $connection
The command returns the following information.
Use this command to edit the subscription.
$subscriptionId = "ed01cc15-b67f-428d-b836-25405235dd1f"
$notificationUrl = "https://www.quest.com/api/webhook"
Example: Edit the subsystems included in a webhook subscription
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. Términos de uso Privacidad Cookie Preference Center