Class PostMetricDataResponseDetails
The response object returned from a PostMetricData operation.
Inherited Members
Namespace: Oci.MonitoringService.Models
Assembly: OCI.DotNetSDK.Monitoring.dll
Syntax
public class PostMetricDataResponseDetailsProperties
FailedMetrics
Declaration
[JsonProperty(PropertyName = "failedMetrics")]
public List<FailedMetricRecord> FailedMetrics { get; set; }Property Value
| Type | Description | 
|---|---|
| List<FailedMetricRecord> | A list of records identifying metric objects that failed input validation and the reasons for the failures. | 
FailedMetricsCount
Declaration
[Required(ErrorMessage = "FailedMetricsCount is required.")]
[JsonProperty(PropertyName = "failedMetricsCount")]
public int? FailedMetricsCount { get; set; }Property Value
| Type | Description | 
|---|---|
| int? | The number of metric objects that failed input validation. | 
Remarks
Required