Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Introduction

New WebHook framework using Python payload parsers and reusing agent registration module and PlatformEngine.

...

  • Click "Agent Management" under the Admin section.

  • To configure WebHook, click Add button on the top right corner.

Image RemovedImage Added

  • WebHook configuration from Agent Management screen is supported from version v8.0.

  • Select the OS type, type as WebHook, version and tool for which WebHook needs to be configured.

...

  • Add WebHook details and click on add button below to register. Change Dynamic template as per client needs

  • Once WebHook is registered successfully, then URL for the selected WebHook can be copied by using Copy to Clipboard Icon.

...

  • Once the link is copied then it needs to be added in the actual tool’s WebHook.

...

  • please refer Agent Management section under 'Configuration' helps to Add / Change Status / Edit / Delete Agents. for more Agent operation.

WebHook Subscriber

  • Tool WebHook will push data to WebHook Subscriber when an event occurs and WebHook subscriber will publish the received data to the WebHook queue mentioned in WebhookPayloadDataQueue.

WebHook Agent

Registered WebHook agent will consume data from WebhookPayloadDataQueue, processes message according to the dynamic template in config.json and publish to the data queue.

...