Get a list of host records. Important Note: This action is only available when using the V2 connection method of BlueCat Address Manager.
External DocumentationTo learn more, visit the BlueCat Address Manager documentation.

Parameters

ParameterDescription
Child Objects OffsetThe maximum number of child objects to return. valid value is count <= 10.
HintA string of options to filter the results by.

For example: ^abc

Hint supported wildcards:
* ^ start of string (For example ^ex - to find text)
* $ end of string (For example - ple$ - to find please)
* ^…$ exact match (For example - ^example$ - example only)
* ? single character (For example - ex?t - exit)
Maximum Child ObjectsThe pagination offset indicating the starting point for the next set of results.
Retrieve FieldsSelect whether to retrieve fields in the response.

Example Output

[
	{
		"id": 12345,
		"name": "...",
		"type": "...",
		"properties": "..."
	}
]

Workflow Library Example

Get Host Records by Hint with Bluecat Address Manager and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop