API Endpoints
POST | /api/v2/custom-nodes | Create a new custom node type with configuration. |
GET | /api/v2/custom-nodes | Get all custom node types and their configurations. |
GET | /api/v2/custom-nodes/{kind_name} | Get configuration for a specific node type. |
PUT | /api/v2/custom-nodes/{kind_name} | Update the configuration of an existing node type. |
DELETE | /api/v2/custom-nodes/{kind_name} | Delete a custom node type. |
POST | /api/v2/clear-database | Delete selected BloodHound data, including targeted graph data such as HasSession edges. |
GET | /api/v2/extensions | Get a list of all OpenGraph extensions. |
PUT | /api/v2/extensions | Upserts the OpenGraph extension. |
DELETE | /api/v2/extensions/{extension_id} | Delete an OpenGraph extension. |
GET | /api/v2/extensions-edges | Get a list of all edge kinds across OpenGraph schemas. |