Get Host Interface List for client
Select
SaaS
Customer Managed
This opertion returns list of interfaces for a client.
Query Parameters
- hostId integer required
ID of the client. Use Get Client ID if ID is not available
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- interfaces string[]
List of interfaces of the client
error object
Error details if any
errorMessage stringerrorCode integer
{
"interfaces": [
"string"
],
"error": {
"errorMessage": "string",
"errorCode": 0
}
}
{
"interfaces": [
"1.2.236.192",
"1.2.236.195"
],
"error": {
"errorMessage": "",
"errorCode": 0
}
}
Loading...