Update Global Exceptions
Add/Edit/Delete global execptions
- application/json
Request Body
Request body to be passed to the POST API
windowsGlobalExceptions object
Information conatins the operation to be done on exceptions
operationType stringPossible values: [
NONE
,OVERWRITE
,ADD
,DELETE
,CLEAR
]Default value:
OVERWRITE
The operations on global exceptions provided would be executed based on the operation type provided
exceptions string[]Array of exceptions which will be operated upon based on the operation type
unixGlobalExceptions object
Information conatins the operation to be done on exceptions
operationType stringPossible values: [
NONE
,OVERWRITE
,ADD
,DELETE
,CLEAR
]Default value:
OVERWRITE
The operations on global exceptions provided would be executed based on the operation type provided
exceptions string[]Array of exceptions which will be operated upon based on the operation type
- useGlobalExceptionsOnAllSubclients boolean
Boolean value which updates the property useGlobalExceptionsOnAllSubclients
- 200
- 400
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Bad Request
Internal Server Error