Fields Description
Field | Type | Required/Optional | Description | |
Task_UID |
String |
optional |
READ ONLY. Unique Task ID used by API to distribute gathered monitoring results.
Example:
|
|
Agent_UID |
String |
required |
Collector UID. Messages containing any statistical value (statistical data should be presented in in numerical terms the floating-point) are received by “Custom Collector” and then “distributed” to underlying Tasks.
Each Collector has unique UID. This UID is used afterwards to address counter’ data flow to the exact collector using MetricsView API interface. UID Can be regereated at Collector’s Edit page ( “Downloads” –> “Metricsview” –> “Edit” button) Example:
|
|
PerformanceCounterPath |
String |
required |
Descriptive field. It describes monitored object at client side. Value of this field interconnected with underlying fields “Host”, “Category”, “Instance” and “Counter”.
Example:
|
|
Aggregate |
String |
required |
All received data will be aggregated on a regular basis, according to the adjusted device frequency.
Example:
|
|
MaxThreshold |
int32 |
optional |
Threshold. Exceeding will result alerting.
Example:
|
|
MinThreshold |
in32 |
optional |
Threshold. Exceeding will result alerting.
Example:
|
|
IgnoreErrors |
String |
required *”NO” value is required |
NOT SUPPORTED UNDER CUSTOM COLLECTOR | |
Device_Id |
int32 |
required |
READ ONLY Field. Unique device id.
Example:
|
|
Id | int32 |
required *Only for edit operations |
READ ONLY Field. Unique task id.
Example:
|
|
Task_Type_Id | int32 | required | Type of the task field. Please check Potential values for “Task_type_id” in appropriate table
Example:
|
|
Name |
String |
optional |
Task name.
Example:
|