Get existing hosts
Note
Use the API with pagination endpoint Get page of existing hosts
Responses
Status | Meaning | Description | Schema |
|---|---|---|---|
200 | OK | Inline | |
400 | Bad Request | None | |
401 | Unauthorized | None | |
403 | Access Forbidden | None | |
404 | Not Found | None | |
406 | Not Acceptable | None | |
429 | Too Many Requests | None | |
500 | Internal Server Error | None |
[
{
"connectors": [
{
"description": "string",
"id": "string",
"ipV4Address": "string",
"ipV6Address": "string",
"name": "string",
"networkItemId": "string",
"networkItemType": "HOST",
"vpnRegionId": "string"
}
],
"description": "string",
"domain": "string",
"id": "string",
"internetAccess": "string",
"name": "string",
"systemSubnets": [
"string"
]
}
]