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
{
"interfaces": [
"string"
],
"error": {
"errorMessage": "string",
"errorCode": 0
}
}
{
"interfaces": [
"1.2.236.192",
"1.2.236.195"
],
"error": {
"errorMessage": "",
"errorCode": 0
}
}
GET /commserv/datainterfacepairs/hostinterfaces
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/CommServ/DataInterfacePairs/HostInterfaces' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/CommServ/DataInterfacePairs/HostInterfaces' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/CommServ/DataInterfacePairs/HostInterfaces' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/CommServ/DataInterfacePairs/HostInterfaces' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/CommServ/DataInterfacePairs/HostInterfaces' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/CommServ/DataInterfacePairs/HostInterfaces' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/CommServ/DataInterfacePairs/HostInterfaces' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'