Module netapp_ontap.models.usage
Copyright © 2022 NetApp Inc. All rights reserved.
This file has been automatically generated based on the ONTAP REST API documentation.
Classes
class UsageSchema (*, 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 Usage object
Ancestors
- netapp_ontap.resource.ResourceSchema
- marshmallow.schema.Schema
- marshmallow.base.SchemaABC
Class variables
-
count: Size GET POST PATCH
-
Number of times the inspection point has been triggered. On POST, this specifies the incremental number of uses.
Example: 12
-
milliseconds: Size GET POST PATCH
-
Cumulative elapsed time, in milliseconds, spent at this inspection point. On POST, this specifies the incremental time.
Example: 3029
-
name: str GET POST PATCH
-
Identifier for the inspection point that is being measured. Use a dotted-string representation for keys, where the first portion of the key specifies the source or application that generated the record.
Example: ocsm.volumes.inventory