Module netapp_ontap.models.ems_event_response_records
Copyright © 2023 NetApp Inc. All rights reserved.
This file has been automatically generated based on the ONTAP REST API documentation.
Classes
class EmsEventResponseRecordsSchema (*, 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 EmsEventResponseRecords object
Ancestors
- netapp_ontap.resource.ResourceSchema
- marshmallow.schema.Schema
- marshmallow.base.SchemaABC
Class variables
-
index: Size GET
-
Index of the event. Returned by default.
Example: 1
-
links: EmsEventLinks GET POST PATCH
-
The links field of the ems_event_response_records.
-
log_message: str GET PATCH
-
A formatted text string populated with parameter details. Returned by default.
-
message: EmsEventMessage1 GET POST PATCH
-
The message field of the ems_event_response_records.
-
node: Node GET POST PATCH
-
The node field of the ems_event_response_records.
-
parameters: List[EmsEventParameters] GET
-
A list of parameters provided with the EMS event.
-
source: str GET
-
Source
-
time: ImpreciseDateTime GET
-
Timestamp of the event. Returned by default.