Get Global Exceptions
Get list of global execptions
Responses
- 200
- 500
OK
- application/json
- Schema
- Example (from schema)
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
{
"useGlobalExceptionsOnAllSubclients": true,
"windowsGlobalExceptions": [
"string"
],
"unixGlobalExceptions": [
"string"
]
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Loading...