Project

General

Profile

Actions

User story #21082

closed

User story #21083: Provide a page to list the different hooks of a Rudder server

List of hooks API

Added by Elaad FURREEDAN almost 2 years ago. Updated almost 2 years ago.

Status:
Released
Priority:
N/A
Category:
Architecture - Dependencies
Target version:
UX impact:
Suggestion strength:
User visibility:
Effort required:
Name check:
To do
Fix check:
To do
Regression:

Description

Add an API to get all hooks in order to create hook's page
The format should look like :

{
  "action": "listHooks",
  "result": "success",
  "data": {
    "root": "/opt/rudder/etc/hooks.d",
    "events": {
      "node-inventory-received-accepted": [],
      "node-inventory-received-pending": [],
      "node-post-acceptance": [],
      "node-post-deletion": [],
      "node-pre-deletion": [],
      "policy-generation-failed": [],
      "policy-generation-finished": [],
      "policy-generation-node-finished": [],
      "policy-generation-node-ready": [],
      "policy-generation-started": [],
    }
  }
}
Actions #1

Updated by Elaad FURREEDAN almost 2 years ago

  • Status changed from New to In progress
Actions #2

Updated by Anonymous almost 2 years ago

  • Status changed from In progress to Pending release
Actions #3

Updated by Anonymous almost 2 years ago

Actions #4

Updated by Anonymous almost 2 years ago

Actions #5

Updated by Anonymous almost 2 years ago

Actions #6

Updated by Anonymous almost 2 years ago

Actions #7

Updated by Anonymous almost 2 years ago

Actions #8

Updated by Alexis Mousset almost 2 years ago

  • Parent task set to #21083
Actions #9

Updated by Vincent MEMBRÉ almost 2 years ago

  • Status changed from Pending release to Released

This bug has been fixed in Rudder 7.2.0~beta1 which was released today.

Actions

Also available in: Atom PDF