The resources of the data receiver service enable sending entities,
metric data points, and events directly to Zenoss Cloud.
The data receiver service also supports
gRPC methods.
Provide specific feedback when parsing fails (true) or no specific feedback (false).
models (array, required)
An array of one or more entity objects.
timestamp (number, required)
The date and time for the entity, specified as milliseconds since the epoch
(January 1, 1970 at 00:00:00 UTC). Zenoss Cloud rejects requests with
timestamp values that are more than 24 hours old.
dimensions (object, required)
One or more key-value pairs that uniquely identify the entity.
Some reserved key-value pairs are either required or commonly used in this field.
See Dimension attributes.
The name key may not be included in this object.
metadataFields (object, required)
One or more key-value pairs of additional information about the entity.
Some reserved key-value pairs are either required or commonly used in this field.
See Metadata attributes.
The name key may be included in this object.
Status codes
200 (full or partial success; see response message)
Provide specific feedback when parsing fails (true) or no specific feedback (false).
metrics (array, required)
An array of one or more metric data point objects.
timestamp (number, required)
The date and time for the metric, specified as milliseconds since the epoch
(January 1, 1970 at 00:00:00 UTC). Zenoss Cloud rejects requests with
timestamp values that are more than 24 hours old.
metric (string, required)
The name of the metric.
value (number, required)
The measurement record for the metric.
dimensions (object, required)
One or more key-value pairs that uniquely identify the entity associated with the metric.
The contents of this object must match the key-value pairs of one entity's dimensions field.
Some reserved key-value pairs are either required or commonly used in this field.
See Dimension attributes.
The name key may not be included in this object.
metadataFields (object, optional)
One or more key-value pairs of additional information about the metric.
Some reserved key-value pairs are either required or commonly used in this field.
See Metadata attributes.
The name key may not be included in this object.
Status codes
200 (full or partial success; see response message)
Provide specific feedback when parsing fails (true) or no specific feedback (false).
events (array, required)
An array of one of more event objects.
timestamp (string, required)
The date and time for the event, specified as milliseconds since the epoch
(January 1, 1970 at 00:00:00 UTC). Zenoss Cloud rejects requests with
timestamp values that are more than 24 hours old.
name (string, required)
The name of the event. The value of this field and the key-value pairs of the
dimensions field are used to identify one unique event.
For systems that employ event IDs, the value of this field should be the ID.
Otherwise, the same value as the type field is commonly used.
dimensions (object, required)
One or more key-value pair that uniquely identify the entity associated with the event.
The contents of this object must match the key-value pairs of one entity's dimension field.
The pairs may be arranged in any order. The name key may not be included in this object.