Skip to main content

Get GlobalExceptions

Select

SaaS
Customer Managed

Get list of global execptions

Responses

OK


Schema
  • useGlobalExceptionsOnAllSubclients boolean

    Boolean which signifies application of global execption on all subclients

  • windowsGlobalExceptions string[]

    gives list of all the windowsglobal execptions

  • unixGlobalExceptions string[]

    List of global unix execptions

GET /v4/globalexceptions    

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/V4/GlobalExceptions' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'