Description
Returns an array of CNAMEs with linked record name.
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 alias. 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 Alias APIEntity objects.
|