NSX-T Data Center Global Manager REST API
IdsProfileSignatures (type)
{
"additionalProperties": false,
"description": "This entity holds the list of IDS signatures attached to an IDS Profile. These signatures are determined either by using the criteria given on that profile or by directly including the signatures in the profile.",
"id": "IdsProfileSignatures",
"module_id": "PolicyIDS",
"properties": {
"profile_path": {
"description": "Represents the Path of the IDS Profile.",
"title": "IDS Profile path",
"type": "string"
},
"signatures": {
"description": "Effective signatures of the IDS profile. Each signature contains the signature ID, revision number, and the action to be performed when matched.",
"items": {
"$ref": "IdsProfileSignature"
},
"maxItems": 30000,
"title": "IDS profile's Signatures",
"type": "array"
}
},
"title": "IDS Profile Signatures",
"type": "object"
}