NSX-T Data Center REST API
IdsSiteSettings (type)
{
"additionalProperties": false,
"description": "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.",
"id": "IdsSiteSettings",
"module_id": "IDSSiteVersionMapping",
"properties": {
"ids_events_to_syslog": {
"default": "DEFAULT_TO_LM",
"description": "If true, send the IDS events to the syslog server on the provided site.",
"enum": [
"TRUE",
"FALSE",
"DEFAULT_TO_LM"
],
"readonly": false,
"required": true,
"title": "Flag to send IDS events to syslog server.",
"type": "string"
},
"oversubscription": {
"$ref": "Oversubscription",
"default": "DEFAULT_TO_LM",
"description": "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.",
"required": true,
"title": "Toggle for whether the IDS oversubscribed packets need to be bypassed or dropped"
}
},
"title": "IDS version site mapping",
"type": "object"
}