Stat Metadata
Stat metadata contains headers with the information about the object and the agent, and payload with metadata for each of the object’s stat.
The returned metadata depends on who updated the stat metadata last — the agent or the user with the Set Object’s Stat Metadata request. If you set object’s metadata with the this request, the metadata would lack agent-related fields in the header and the payload would contain only those stats whose metadata was set in that request. If the agents updates the stats later, the metadata would show all fields related to the agent and all stats again.
Headers
The metadata headers contain the following fields:
Parameter | Type | Description |
---|---|---|
agentId |
String |
The ID of the agent. |
agentVersion |
String |
The version of the agent. |
agentBuild |
String |
The build number of the agent. |
entityId |
String |
The ID of an object whose metadata was retrieved. |
entityType |
Integer |
The type of an entity whose metadata was retrieved. For an object, this value is |
period |
Integer |
The period between executing the monitoring processes (in milliseconds). |
taskType |
String |
The probe type. See the Monitoring and checks settings - probes section on the SAYMON wiki for more information. |
timestamp |
Integer |
Timestamp of when the agent started performing the selected monitoring process. |
Payload
Metadata for a stat field may contain the following information:
-
type
— stat’s data type. Possible values:-
STRING
-
BOOLEAN
-
BYTE_QUANTITY
-
TIMESTAMP
-
PERCENTILE
-
ID
-
BINARY
-
LIST
-
-
changeRate
— frequency of data change. Possible values:-
ALWAYS
— the data changes after every measurement. -
SOMETIMES
— the data changes from time to time, consecutive measurements will often show equal results. -
NEVER
— the data either never changes or change probability is negligible.
-