NSX-T Data Center REST API

Removed Methods

The following API methods have been removed in this version.

API Description API Path
Management Plane API > Security > Intrusion Services > Dashboard
Get the list of the users affected for that signature
POST /api/v1/intrusion-services/affected-users (Removed in 4.1)
Management Plane API > Security > Intrusion Services > Dashboard
Get the list of the VMs affected for that signature
POST /api/v1/intrusion-services/affected-vms (Removed in 4.1)
Management Plane API > Security > Intrusion Services > Dashboard
Get the list of the IDS events that are detected, grouped by signature id.
POST /api/v1/intrusion-services/ids-events (Removed in 4.1)
Management Plane API > Security > Intrusion Services > Dashboard
Get the summary of the intrusions that were detected.
POST /api/v1/intrusion-services/ids-summary (Removed in 4.1)
Management Plane API > Security > Intrusion Services > IDS Profiles
Get IDSProfile
GET /api/v1/intrusion-services/profiles/{ids-profile-id} (Removed in 4.1)
Management Plane API > Security > Services > Service Insertion
Get list of members in exclude list
GET /api/v1/serviceinsertion/excludelist (Removed in 4.0)
Management Plane API > Security > Services > Service Insertion
Add a new member in the exclude list
POST /api/v1/serviceinsertion/excludelist?action=add_member (Removed in 4.0)
Management Plane API > Security > Services > Service Insertion
Remove an existing object from the exclude list
POST /api/v1/serviceinsertion/excludelist?action=remove_member (Removed in 4.0)
Management Plane API > Security > Services > Service Insertion
Modify exclude list
PUT /api/v1/serviceinsertion/excludelist (Removed in 4.0)
Management Plane API > Security > Services > Service Insertion
List All Service Insertion Sections
GET /api/v1/serviceinsertion/sections (Removed in 4.0)
Management Plane API > Security > Services > Service Insertion
Create a New Empty Section
POST /api/v1/serviceinsertion/sections (Removed in 4.0)
Management Plane API > Security > Services > Service Insertion
Create a Section with Rules
POST /api/v1/serviceinsertion/sections?action=create_with_rules (Removed in 4.0)
Management Plane API > Security > Services > Service Insertion
Delete an Existing Section and Its Associated Rules
DELETE /api/v1/serviceinsertion/sections/{section-id} (Removed in 4.0)
Management Plane API > Security > Services > Service Insertion
Get an Existing Section
GET /api/v1/serviceinsertion/sections/{section-id} (Removed in 4.0)
Management Plane API > Security > Services > Service Insertion
Update an Existing Section, Including Its Rules
POST /api/v1/serviceinsertion/sections/{section-id}?action=update_with_rules (Removed in 4.0)
Management Plane API > Security > Services > Service Insertion
Update an Existing Section with Rules
POST /api/v1/serviceinsertion/sections/{section-id}?action=revise_with_rules (Removed in 4.0)
Management Plane API > Security > Services > Service Insertion
Update an Existing Section, Including Its Position
POST /api/v1/serviceinsertion/sections/{section-id}?action=revise (Removed in 4.0)
Management Plane API > Security > Services > Service Insertion
Get an Existing Section, Including Rules
POST /api/v1/serviceinsertion/sections/{section-id}?action=list_with_rules (Removed in 4.0)
Management Plane API > Security > Services > Service Insertion
Update an Existing Section
PUT /api/v1/serviceinsertion/sections/{section-id} (Removed in 4.0)
Management Plane API > Security > Services > Service Insertion
Get All the Rules for a Section
GET /api/v1/serviceinsertion/sections/{section-id}/rules (Removed in 4.0)
Management Plane API > Security > Services > Service Insertion
Add Multiple Rules in a Section
POST /api/v1/serviceinsertion/sections/{section-id}/rules?action=create_multiple (Removed in 4.0)
Management Plane API > Security > Services > Service Insertion
Add a Single Rule in a Section
POST /api/v1/serviceinsertion/sections/{section-id}/rules (Removed in 4.0)
Management Plane API > Security > Services > Service Insertion
Delete an Existing Rule
DELETE /api/v1/serviceinsertion/sections/{section-id}/rules/{rule-id} (Removed in 4.0)
Management Plane API > Security > Services > Service Insertion
Read an Existing Rule
GET /api/v1/serviceinsertion/sections/{section-id}/rules/{rule-id} (Removed in 4.0)
Management Plane API > Security > Services > Service Insertion
Update an Existing Rule and Reorder the Rule
POST /api/v1/serviceinsertion/sections/{section-id}/rules/{rule-id}?action=revise (Removed in 4.0)
Management Plane API > Security > Services > Service Insertion
Update an Existing Rule
PUT /api/v1/serviceinsertion/sections/{section-id}/rules/{rule-id} (Removed in 4.0)
Management Plane API > Security > Services > Service Insertion
List all service insertion status for supported contexts
GET /api/v1/serviceinsertion/status (Removed in 4.0)
Management Plane API > Security > Services > Service Insertion
Get ServiceInsertion global status for a context
GET /api/v1/serviceinsertion/status/{context-type} (Removed in 4.0)
Management Plane API > Security > Services > Service Insertion
Update global ServiceInsertion status for a context
PUT /api/v1/serviceinsertion/status/{context-type} (Removed in 4.0)
System Administration > Configuration > Fabric > Nodes > Transport Node Interfaces
List the specified node's Network Interfaces
GET /api/v1/fabric/nodes/{node-id}/network/interfaces (Removed in 4.0)