NSX-T Data Center REST API
# ***************************************************************************
# Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential.
# ***************************************************************************
IdsProfileSignature (schema)
IDS Profile Signature
Provides a single IDPS signature's information—its ID, revision, and action.
This signature is effective on the given profile.
| Name | Description | Type | Notes |
|---|---|---|---|
| action | IDS signature's action The action that has to be performed when the signature is matched. |
string | Required Enum: ALERT, DROP, REJECT |
| revision | Signature Revision The revision number of the IDS signature. |
integer | Required |
| signature_id | Signature ID Represents the IDS Signature's id. |
string | Required |