V2 connection method of BlueCat Address Manager.
External DocumentationTo learn more, visit the BlueCat Address Manager documentation.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
V2 connection method of BlueCat Address Manager.
| Parameter | Description |
|---|---|
| Child Objects Offset | The maximum number of child objects to return. valid value is count <= 10. |
| Hint | A string of options to filter the results by. For example: ^abcHint 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 Objects | The pagination offset indicating the starting point for the next set of results. |
| Retrieve Fields | Select whether to retrieve fields in the response. |
[
{
"id": 12345,
"name": "...",
"type": "...",
"properties": "..."
}
]
Was this page helpful?