ThresholdΒΆ
Used to set packet per second thresholds that will trigger warnings for collectors
- Resource URL:
https://[replicator]/api/1/collector/threshold/[collector]/[threshold]
Parameter
Description
[replicator]
Hostname or IP address of the Plixer Replicator
[collector]
IP address of the collector
[threshold]
Threshold value in packets per second; disabled if set to 0
- Example request:
https://10.30.17.131/api/1/collector/threshold/10.1.5.2/10000
- Example response:
{ "description": "Success: Collector [10.1.5.2] threshold set to 10000", "result": "success" }