Module netapp_ontap.models.ems_destination_response_records
Copyright © 2023 NetApp Inc. All rights reserved.
This file has been automatically generated based on the ONTAP REST API documentation.
Classes
class EmsDestinationResponseRecordsSchema (*, 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 EmsDestinationResponseRecords object
Ancestors
- netapp_ontap.resource.ResourceSchema
- marshmallow.schema.Schema
- marshmallow.base.SchemaABC
Class variables
-
access_control_role: Role GET
-
The access_control_role field of the ems_destination_response_records.
-
certificate: EmsCertificate GET POST PATCH
-
The certificate field of the ems_destination_response_records.
-
connectivity: EmsDestinationResponseRecordsConnectivity GET POST PATCH
-
The connectivity field of the ems_destination_response_records.
-
destination: str GET POST PATCH
-
Event destination
Example: administrator@mycompany.com
-
filters: List[EmsDestinationFilters] GET POST PATCH
-
The filters field of the ems_destination_response_records.
-
links: SelfLink GET
-
The links field of the ems_destination_response_records.
-
name: str GET POST
-
Destination name. Valid in POST.
Example: Admin_Email
-
syslog: EmsSyslog GET POST PATCH
-
The syslog field of the ems_destination_response_records.
-
system_defined: bool GET
-
Flag indicating system-defined destinations.
Example: true
-
type: str GET POST
-
Type of destination. Valid in POST.
Valid choices:
- snmp
- syslog
- rest_api