Module netapp_ontap.models.consistency_group_metrics_response_records

Copyright © 2023 NetApp Inc. All rights reserved.

This file has been automatically generated based on the ONTAP REST API documentation.

Classes

class ConsistencyGroupMetricsResponseRecordsSchema (*, only: Union[Sequence[str], Set[str]] = None, exclude: Union[Sequence[str], Set[str]] = (), many: bool = False, context: Dict = None, load_only: Union[Sequence[str], Set[str]] = (), dump_only: Union[Sequence[str], Set[str]] = (), partial: Union[bool, Sequence[str], Set[str]] = False, unknown: str = None)

The fields of the ConsistencyGroupMetricsResponseRecords object

Ancestors

  • netapp_ontap.resource.ResourceSchema
  • marshmallow.schema.Schema
  • marshmallow.base.SchemaABC

Class variables

available_space: Size GET

The total space available in the consistency group, in bytes.

Example: 4096

duration: str GET

The duration over which this sample is calculated. The time durations are represented in the ISO-8601 standard format. Samples can be calculated over the following durations:

Valid choices:

  • PT15S
  • PT4M
  • PT30M
  • PT2H
  • P1D
  • PT5M
iops: PerformanceMetricIoType GET POST PATCH

The iops field of the consistency_group_metrics_response_records.

latency: PerformanceMetricIoType GET POST PATCH

The latency field of the consistency_group_metrics_response_records.

The links field of the consistency_group_metrics_response_records.

size: Size GET

The total size of the consistency group, in bytes.

Example: 4096

status: str GET

Errors associated with the sample. For example, if the aggregation of data over multiple nodes fails, then any partial errors might return "ok" on success or "error" on an internal uncategorized failure. Whenever a sample collection is missed but done at a later time, it is back filled to the previous 15 second timestamp and tagged with "backfilled_data". "Inconsistent_ delta_time" is encountered when the time between two collections is not the same for all nodes. Therefore, the aggregated value might be over or under inflated. "Negative_delta" is returned when an expected monotonically increasing value has decreased in value. "Inconsistent_old_data" is returned when one or more nodes do not have the latest data.

Valid choices:

  • ok
  • error
  • partial_no_data
  • partial_no_uuid
  • partial_no_response
  • partial_other_error
  • negative_delta
  • backfilled_data
  • inconsistent_delta_time
  • inconsistent_old_data
throughput: PerformanceMetricIoType GET POST PATCH

The throughput field of the consistency_group_metrics_response_records.

timestamp: ImpreciseDateTime GET

The timestamp of the performance and capacity data.

Example: 2017-01-25T11:20:13.000+0000

used_space: Size GET

The total space used in the consistency group, in bytes.

Example: 4096