Skip to main content

Get Virtual Server Agent Clients

Select

SaaS
Customer Managed

This operation returns a list of clients where the Virtual Server agent is installed.

More Details

Responses

OK


Schema
  • clients object[]
  • hostName string
  • clientId integer
  • clientName string
  • displayName string
  • _type_ integer
  • csGUID string
GET /vsaclientlist    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/VSAclientlist' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'