Class CreateCollectdTimeSeriesRequest
The CreateCollectdTimeSeries request.
Implements
Inherited Members
Namespace: Google.Apis.Monitoring.v3.Data
Assembly: Google.Apis.Monitoring.v3.dll
Syntax
public class CreateCollectdTimeSeriesRequest : IDirectResponseSchema
Properties
CollectdPayloads
The collectd payloads representing the time series data. You must not include more than a single point for each time series, so no two payloads can have the same values for all of the fields plugin, plugin_instance, type, and type_instance.
Declaration
[JsonProperty("collectdPayloads")]
public virtual IList<CollectdPayload> CollectdPayloads { get; set; }
Property Value
Type | Description |
---|---|
IList<CollectdPayload> |
CollectdVersion
The version of collectd that collected the data. Example: "5.3.0-192.el6".
Declaration
[JsonProperty("collectdVersion")]
public virtual string CollectdVersion { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Resource
The monitored resource associated with the time series.
Declaration
[JsonProperty("resource")]
public virtual MonitoredResource Resource { get; set; }
Property Value
Type | Description |
---|---|
MonitoredResource |