NSX-T Data Center REST API

# *************************************************************************** # Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential. # ***************************************************************************

IdsSiteSettings (schema)

IDS version site mapping

IDS configuration to map a version to a site.
When this object is included in the IdsSiteVersionMapping, all the properties in this object need to be provided.

Name Description Type Notes
ids_events_to_syslog Flag to send IDS events to syslog server.

If true, send the IDS events to the syslog server on the provided site.
string Required
Enum: TRUE, FALSE, DEFAULT_TO_LM
Default: "DEFAULT_TO_LM"
oversubscription Toggle for whether the IDS oversubscribed packets need to be bypassed or dropped

For the provided site, define if the oversubscribed packets need to be bypassed or dropped.
Following are the choices for oversubscription configuration at the global level.
BYPASSED: Oversubscribed packets would be bypassed from the IDPS Engine
DROPPED: Oversubscribed packets would be dropped
DEFAULT_TO_LM: This value is only applicable on the global manager in a federated
environment. If this value is provided, the local manager's value is honored for
oversubscription.
Oversubscription Required
Default: "DEFAULT_TO_LM"