Module netapp_ontap.models.top_metrics_client_response_observation_window

Copyright © 2026 NetApp Inc. All rights reserved.

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

Classes

class TopMetricsClientResponseObservationWindowSchema (*, only: types.StrSequenceOrSet | None = None, exclude: types.StrSequenceOrSet = (), many: bool | None = None, context: dict | None = None, load_only: types.StrSequenceOrSet = (), dump_only: types.StrSequenceOrSet = (), partial: bool | types.StrSequenceOrSet | None = None, unknown: str | None = None)

The fields of the TopMetricsClientResponseObservationWindow object

Ancestors

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

Class variables

duration: Size GET

Duration of the observation window in seconds.

Example: 60

end: str GET

End timestamp of the observation window in UTC.

Example: 2026-01-11T01:30:00.000+0000

start: str GET

Start timestamp of the observation window in UTC.

Example: 2026-01-11T01:29:55.000+0000