Description
Returns an array of objects with host record type.
Parameters
Name | Description |
---|---|
count |
Location: query Type: integer (int32) Indicates the maximum of child objects that this method will return. The value must be less than or equal to 10.Note: Starting in Address Manager API v9.2.0, this parameter is now required.
|
options |
Location: query Type: string A string containing options. The supported options are hint and retrieveFields. Separate multiple options with a pipe character. For example:hint=^abc|retrieveFields=falseIf the hint option is not specified in the string, searching criteria will be based on the same as zone host record. The following wildcards are supported in the hint option.
|
start |
Location: query Type: integer (int32) Indicates where in the list of objects to start returning objects. The list begins at an index of 0.Note: Starting in Address Manager API v9.2.0, this parameter is now required.
|
Responses
Code | Description |
---|---|
200 |
Type: Array of APIEntity Returns an array of host record APIEntity objects. |