Skip to main content

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

OK


Schema
  • interfaces string[]

    List of interfaces of the client

  • error object

    Error details if any

  • errorMessage string
  • errorCode integer
GET /commserv/datainterfacepairs/hostinterfaces    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
hostId — query required
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/CommServ/DataInterfacePairs/HostInterfaces' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'