|
| 1 | +usage: nsxaf [-h] |
| 2 | + {show-nsxaf-status,show-ids-cluster-status,enable-cluster-ids,disable-cluster-ids,enable-all-cluster-ids,disable-all-cluster-ids,enable-ids-auto-update,ids-update-signatures,show-ids-signature-versions,show-ids-profiles,search-product-affected,create-ids-profile,show-ids-policies,create-ids-policy,show-ids-rules,create-ids-rule} |
| 3 | + ... |
| 4 | + |
| 5 | +positional arguments: |
| 6 | + {show-nsxaf-status,show-ids-cluster-status,enable-cluster-ids,disable-cluster-ids,enable-all-cluster-ids,disable-all-cluster-ids,enable-ids-auto-update,ids-update-signatures,show-ids-signature-versions,show-ids-profiles,search-product-affected,create-ids-profile,show-ids-policies,create-ids-policy,show-ids-rules,create-ids-rule} |
| 7 | + nsxaf sub-command help |
| 8 | + show-nsxaf-status Display the status of the NSX Advanced |
| 9 | + Firewall Add-on |
| 10 | + show-ids-cluster-status Show IDS status for each cluster in |
| 11 | + the SDDC |
| 12 | + enable-cluster-ids Enable IDS on cluster |
| 13 | + disable-cluster-ids Disable IDS on cluster |
| 14 | + enable-all-cluster-ids Enable IDS on all clusters |
| 15 | + disable-all-cluster-ids Disable IDS on all clusters |
| 16 | + enable-ids-auto-update Enable IDS signature auto update |
| 17 | + ids-update-signatures Force update of IDS signatures |
| 18 | + show-ids-signature-versions Show downloaded signature versions |
| 19 | + show-ids-profiles Show all IDS profiles |
| 20 | + search-product-affected Search through the active IDS |
| 21 | + signature for specific product |
| 22 | + affected. Useful when building an IDS |
| 23 | + Profile |
| 24 | + create-ids-profile Create an IDS profile with either |
| 25 | + Product Affected, CVSS or both. |
| 26 | + show-ids-policies List all IDS policies |
| 27 | + create-ids-policy Create an IDS policy |
| 28 | + show-ids-rules List all IDS rules |
| 29 | + create-ids-rule Create an IDS rule using previously |
| 30 | + created IDS profile and inventory |
| 31 | + groups |
| 32 | + |
| 33 | +optional arguments: |
| 34 | + -h, --help show this help message and exit |
0 commit comments