- GETMethod
- /v2/hosts/hostNameURL
Name |
Type |
Description |
Restrictions |
hostName |
String
|
The host name
|
- Minimum length: 4
- Maximum length: 255
|
Name |
Type |
Required / Optional |
Description |
Restrictions |
fields |
String
|
Optional |
Select fields to include in the response, comma separated list of field names. Requesting only the needed fields improves response time, especially when omitting relation fields. Identifying field(s) are always included.
|
|
Successful request
Host has been retrieved successfully
- 200 OKHTTP Status
- application/jsonContent-Type
Name |
Type |
Required / Optional |
Description |
hostName |
String
|
Required |
The host name
|
createdDate |
Timestamp
|
Required |
The date the host was created
|
updatedDate |
Timestamp
|
Optional |
The date the host was last updated
|
addresses |
List
<
addresses
> |
Optional |
Host addresses |
Name |
Type |
Required / Optional |
Description |
ipVersion |
Enum
|
Required |
Version of the IP protocol
Possible values:
|
address |
String
|
Required |
The IP Address
|
Failed requests
Generic errors can be expected.