Module netapp_ontap.models.analytics_histogram_by_time
Copyright © 2023 NetApp Inc. All rights reserved.
This file has been automatically generated based on the ONTAP REST API documentation.
Classes
class AnalyticsHistogramByTimeSchema (*, 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 AnalyticsHistogramByTime object
Ancestors
- netapp_ontap.resource.ResourceSchema
- marshmallow.schema.Schema
- marshmallow.base.SchemaABC
Class variables
-
labels: List[str] GET POST PATCH
-
The labels field of the analytics_histogram_by_time.
-
newest_label: str GET POST PATCH
-
The newest time label with a non-zero histogram value.
-
oldest_label: str GET POST PATCH
-
The oldest time label with a non-zero histogram value.
-
percentages: List[float] GET POST PATCH
-
Percentages for this histogram
Example: [0.1,11.24,0.18,15.75,0.75,83.5,0]
-
values: List[Size] GET POST PATCH
-
Values for this histogram
Example: [15925248,1735569408,27672576,2430595072,116105216,12889948160,0]