Skip to main content

Get Commcell Events

This operation returns a list of CommCell events.

More Details

Query Parameters
  • showInfo boolean
  • showMinor boolean
  • showMajor boolean
  • showCritical boolean
  • fromTime string
  • toTime string
  • jobId string
  • clientId string
Header Parameters
  • paginginfo string
Responses

OK


Schema
  • commservEvents object[]
  • severity integer
  • eventCode string
  • jobId integer
  • acknowledge integer
  • eventCodeString string
  • subsystem string
  • description string
  • id integer
  • timeSource integer
  • type integer
  • clientEntity object
  • clientId integer
  • clientName string
GET /events    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
showInfo — query
showMinor — query
showMajor — query
showCritical — query
fromTime — query
toTime — query
jobId — query
clientId — query
paginginfo — header
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Events' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'