NSX-T Data Center Global Manager REST API
Associated URIs:
API Description | API Path |
---|---|
List IDS PCAP file metadataList IDS PCAP file metadata. |
GET /global-manager/api/v1/global-infra/settings/firewall/security/intrusion-services/pcaps
|
Download exported pcap fileDownload the exported pcap file generated from the export IdsPcapFile api. The request should have proper headers set to download the file. Please add the below two headers, if it is not already present Accept application/json, text/plain, */* Accept-Encoding gzip, deflate, br |
GET /global-manager/api/v1/global-infra/settings/firewall/security/intrusion-services/pcaps/{file-name}/download
|
Delete the IDS Pcap FileDelete IDS Pcap file entry from corfu and from file system. |
DELETE /global-manager/api/v1/global-infra/settings/firewall/security/intrusion-services/pcaps/{id}
|
Request the IDS Pcap File DownloadTrigger the process to collect all pcap files of all the pcap_ids mentioned in request payload. |
POST /global-manager/api/v1/global-infra/settings/firewall/security/intrusion-services/pcaps/export
(Experimental)
|
This routine will list IDS profilesThis routine will list all IDS profiles present in system. |
GET /global-manager/api/v1/global-infra/settings/firewall/security/intrusion-services/profiles
|
This routine will Delete existing IDS profileThis routine will delete IDS profile for provided profile id |
DELETE /global-manager/api/v1/global-infra/settings/firewall/security/intrusion-services/profiles/{profile-id}
|
This routine will get existing IDS Profile .This routine will read intrusion detection profile for provided profile id |
GET /global-manager/api/v1/global-infra/settings/firewall/security/intrusion-services/profiles/{profile-id}
|
This routine will create IDS profile.User can provide Profile Severity, Criteria and Override the Signature in the request |
PATCH /global-manager/api/v1/global-infra/settings/firewall/security/intrusion-services/profiles/{profile-id}
|
This routine will create or update IDS profileThis routine will create or update IDS profile. User can provide Profile Severity, Criteria and can also Override the Signature in the request |
PUT /global-manager/api/v1/global-infra/settings/firewall/security/intrusion-services/profiles/{profile-id}
|
Get IDS profile signatures.Get all the IDS signatures attached to the Profile. |
GET /global-manager/api/v1/global-infra/settings/firewall/security/intrusion-services/profiles/{profile-id}/effective-signatures
(Experimental)
|