Skip to main content

Get Console Alert Details

Select

SaaS
Customer Managed

This operation returns more details about a console alert.

Path Parameters
  • liveFeedId string required
Responses

OK


Schema
  • totalNoOfAlerts integer
  • numberOfNewAlert integer
  • feedsList object[]
  • severity integer
  • alertType string
  • notes string
  • escalationLevel integer
  • ntNotificationId integer
  • jobId integer
  • messageFormatType integer
  • alertName string
  • alertcriteria string
  • liveFeedId integer
  • status integer
  • detectedTime object
  • time integer
  • timeValue string
  • client object
  • clientId integer
  • clientName string
GET /alert/:livefeedid    

Authorization

type: apiKeyname: Authtokenin: header

Request

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