operations_info
Retrieve BloodHound Enterprise operational status and metadata, including datapipe health, analysis request details, and meta node/tree structures.
Instructions
Query read-only BloodHound Enterprise operational status and meta data.
info_type options:
datapipe_status - get datapipe status
analysis - get analysis request information
meta_nodes - get latest tier zero combo node for a domain (requires: domain_id)
meta_tree - get the meta tree graph for a domain (requires: domain_id)
meta_entity - get meta entity info (requires: object_id)
args:
info_type: what to retrieve (default: datapipe_status)
domain_id: domain ID for meta_nodes/meta_tree
object_id: object ID for meta_entity
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain_id | No | ||
| info_type | No | datapipe_status | |
| object_id | No |