Module netapp_ontap.models.ems_filter_rule_message_criteria

Copyright © 2022 NetApp Inc. All rights reserved.

Classes

class EmsFilterRuleMessageCriteriaSchema (*, 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 EmsFilterRuleMessageCriteria object

Ancestors

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

Class variables

The links field of the ems_filter_rule_message_criteria.

name_pattern GET POST PATCH

Message name filter on which to match. Supports wildcards. Defaults to * if not specified.

Example: callhome.*

severities GET POST PATCH

A comma-separated list of severities or a wildcard.

Example: error,informational

snmp_trap_types GET POST PATCH

A comma separated list of snmp_trap_types or a wildcard.

Example: standard|built_in