Description
Returns an array of objects with host record type.
Note: This API method supports read-only API sessions. For more information on
read-only API sessions and a list of API methods that support read-only
API session, refer to Read-only API sessions.
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.
|
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:
If 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.
|
Responses
Code | Description |
---|---|
200 |
Type: Array of APIEntity Returns an array of host record APIEntity objects.
|