Skip to main content

Get All Agents

Select

SaaS
Customer Managed

This operation returns a list of agents for a client.

More Details

Query Parameters
  • clientId integer required

    ID of the client

  • propertyLevel integer

    Possible values: [0, 10, 20, 30]

    Higher the property level more properties are fetched

Responses

OK


Schema
  • agentProperties object[]
  • AgentProperties object
  • installDate integer
  • agentVersion string
  • isMarkedDeleted boolean
  • idaActivityControl object
  • activityControlOptions object[]
  • activityType integer
  • enableAfterADelay boolean
  • enableActivityType boolean
  • idaEntity object
  • clientId integer
  • clientName string
  • appName string
  • commCellId integer
  • applicationId integer
GET /agent    

Authorization

type: apiKeyname: Authtokenin: header

Request

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