Bots From Extension: bluecat-ipam
Bluecat Address Manager API - Collect entities information from Bluecat Address Manager
This extension provides 2 bots.
Bot @bluecat-ipam:export-entities
Bot Position In Pipeline: Source
Exports all child entities for provided entity Id
This bot expects a Restricted CFXQL.
Each parameter may be specified using '=' operator and AND logical operation
Following are the parameters expected for this Bot
Parameter Name | Type | Default Value | Description |
---|---|---|---|
start_entityId* | Text | object ID of a specific entity to retrieve the entity and all of its descendants | |
object_types | Text | HostRecord | Types of entity to retrieve |
children_only | Text | False | Boolean value of true to return only the children of startEntityId. If false, returns children of children and so on, recursively. |
Bot @bluecat-ipam:get-entity-by-name
Bot Position In Pipeline: Source
Lists an object information that matches the name. If there are multiple objects matching the name, returns the first in the list
This bot expects a Restricted CFXQL.
Each parameter may be specified using '=' operator and AND logical operation
Following are the parameters expected for this Bot
Parameter Name | Type | Default Value | Description |
---|---|---|---|
name* | Text | Name of the entity object | |
object_type* | Text | Type of entity object | |
parent_id* | Text | ID of the target object’s parent object |