Skip to main content

removeEventsAnalyserPartitionOverrides

A Graze API POST request that removes all the partition overrides in the Events Analyser configuration.

Back to Graze API EndPoint Reference.

Request arguments

Endpoint removeEventsAnalyserPartitionOverrides takes the following request argument:

Endpoint removeEventsAnalyserPartitionOverrides takes no other arguments because it removes all the partition overrides information in the Events Analyser configuration.

Response

Endpoint removeEventsAnalyserPartitionOverrides returns the following response:

Examples

The following examples demonstrate typical use of endpoint removeEventsAnalyserPartitionOverrides:

Request example

Example cURL request to remove all the partition overrides in the Events Analyser:

curl -X POST -u graze:graze -k -v "https://localhost/graze/v1/removeEventsAnalyserPartitionOverrides" -H "Content-Type: application/json; charset=UTF-8"

Response example