Skip to main content

Cloud Apps Pseudo Clients

Select

SaaS
Customer Managed

This operation returns a list of clients. More Details

Query Parameters
  • PseudoClientType string required
Responses

OK


Schema
  • VSPseudoClientsList object[]
  • VSInstanceType integer
  • clientActivityControl object
  • activityControlOptions object[]
  • activityType integer
  • enableAfterADelay boolean
  • enableActivityType boolean
  • entity object
  • _type_ integer
  • client object
  • hostName string
  • clientId integer
  • clientName string
  • displayName string
  • clientGUID string
GET /client    

Authorization

type: apiKeyname: Authtokenin: header

Request

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