NSX-T Data Center REST API

Removed Methods

The following API methods have been removed. They are organized by the version in which they were removed.

Removed in Version 9.1

API Description API Path
Monitoring > Port Mirroring (Legacy Management Plane)
List all mirror sessions
GET /api/v1/mirror-sessions (Removed in 9.1)
Monitoring > Port Mirroring (Legacy Management Plane)
Create a mirror session
POST /api/v1/mirror-sessions (Removed in 9.1)
Monitoring > Port Mirroring (Legacy Management Plane)
Delete the mirror session
DELETE /api/v1/mirror-sessions/{mirror-session-id} (Removed in 9.1)
Monitoring > Port Mirroring (Legacy Management Plane)
Get the mirror session
GET /api/v1/mirror-sessions/{mirror-session-id} (Removed in 9.1)
Monitoring > Port Mirroring (Legacy Management Plane)
Verify whether the mirror session is still valid
POST /api/v1/mirror-sessions/{mirror-session-id}?action=verify (Removed in 9.1)
Monitoring > Port Mirroring (Legacy Management Plane)
Update the mirror session
PUT /api/v1/mirror-sessions/{mirror-session-id} (Removed in 9.1)
Monitoring > Port Mirroring (Legacy Management Plane)
Get the mirror stack status on given remote L3 mirror session
GET /api/v1/mirror-sessions/{mirror-session-id}/mirror-stack-status (Removed in 9.1)

Removed in Version 9.0

API Description API Path
Management Plane API > Associations
Get ResourceReference objects to which the given resource belongs to
GET /api/v1/associations (Removed in 9.0)
Management Plane API > Networking > Logical Bridging > Bridge Endpoint Profiles
List All Bridge Endpoint Profiles
GET /api/v1/bridge-endpoint-profiles (Removed in 9.0)
Management Plane API > Networking > Logical Bridging > Bridge Endpoint Profiles
Create a Bridge Endpoint Profile
POST /api/v1/bridge-endpoint-profiles (Removed in 9.0)
Management Plane API > Networking > Logical Bridging > Bridge Endpoint Profiles
Delete a Bridge Endpoint Profile
DELETE /api/v1/bridge-endpoint-profiles/{bridgeendpointprofile-id} (Removed in 9.0)
Management Plane API > Networking > Logical Bridging > Bridge Endpoint Profiles
Get Information about a bridge endpoint Profile
GET /api/v1/bridge-endpoint-profiles/{bridgeendpointprofile-id} (Removed in 9.0)
Management Plane API > Networking > Logical Bridging > Bridge Endpoint Profiles
Update a Bridge Endpoint Profile
PUT /api/v1/bridge-endpoint-profiles/{bridgeendpointprofile-id} (Removed in 9.0)
Management Plane API > Networking > Logical Bridging > Bridge Endpoints
List All Bridge Endpoints
GET /api/v1/bridge-endpoints (Removed in 9.0)
Management Plane API > Networking > Logical Bridging > Bridge Endpoints
Create a Bridge Endpoint
POST /api/v1/bridge-endpoints (Removed in 9.0)
Management Plane API > Networking > Logical Bridging > Bridge Endpoints
Delete a Bridge Endpoint
DELETE /api/v1/bridge-endpoints/{bridgeendpoint-id} (Removed in 9.0)
Management Plane API > Networking > Logical Bridging > Bridge Endpoints
Get Information about a bridge endpoint
GET /api/v1/bridge-endpoints/{bridgeendpoint-id} (Removed in 9.0)
Management Plane API > Networking > Logical Bridging > Bridge Endpoints
Update a Bridge Endpoint
PUT /api/v1/bridge-endpoints/{bridgeendpoint-id} (Removed in 9.0)
Management Plane API > Networking > Logical Bridging > Bridge Endpoints
Returns statistics of a specified Bridge Endpoint
GET /api/v1/bridge-endpoints/{endpoint-id}/statistics (Removed in 9.0)
Management Plane API > Networking > Logical Bridging > Bridge Endpoints
Returns status of a specified Bridge Endpoint
GET /api/v1/bridge-endpoints/{endpoint-id}/status (Removed in 9.0)
Management Plane API > Networking > Services > DHCP Relay Profiles
List All DHCP Relay Profiles
GET /api/v1/dhcp/relay-profiles (Removed in 9.0)
Management Plane API > Networking > Services > DHCP Relay Profiles
Create a DHCP Relay Profile
POST /api/v1/dhcp/relay-profiles (Removed in 9.0)
Management Plane API > Networking > Services > DHCP Relay Profiles
Delete a DHCP Relay Profile
DELETE /api/v1/dhcp/relay-profiles/{relay-profile-id} (Removed in 9.0)
Management Plane API > Networking > Services > DHCP Relay Profiles
Read a DHCP Relay Profile
GET /api/v1/dhcp/relay-profiles/{relay-profile-id} (Removed in 9.0)
Management Plane API > Networking > Services > DHCP Relay Profiles
Update a DHCP Relay Profile
PUT /api/v1/dhcp/relay-profiles/{relay-profile-id} (Removed in 9.0)
Management Plane API > Networking > Services > DHCP Relay
List all DHCP Relay Services
GET /api/v1/dhcp/relays (Removed in 9.0)
Management Plane API > Networking > Services > DHCP Relay
Create a DHCP Relay Service
POST /api/v1/dhcp/relays (Removed in 9.0)
Management Plane API > Networking > Services > DHCP Relay
Delete a DHCP Relay Service
DELETE /api/v1/dhcp/relays/{relay-id} (Removed in 9.0)
Management Plane API > Networking > Services > DHCP Relay
Read a DHCP Relay Service
GET /api/v1/dhcp/relays/{relay-id} (Removed in 9.0)
Management Plane API > Networking > Services > DHCP Relay
Update a DHCP Relay Service
PUT /api/v1/dhcp/relays/{relay-id} (Removed in 9.0)
Management Plane API > Networking > Services > DHCP
Get a paginated list of DHCP server profiles
GET /api/v1/dhcp/server-profiles (Removed in 9.0)
Management Plane API > Networking > Services > DHCP
Create a DHCP server profile
POST /api/v1/dhcp/server-profiles (Removed in 9.0)
Management Plane API > Networking > Services > DHCP
Delete a DHCP server profile
DELETE /api/v1/dhcp/server-profiles/{profile-id} (Removed in 9.0)
Management Plane API > Networking > Services > DHCP
Get a DHCP server profile
GET /api/v1/dhcp/server-profiles/{profile-id} (Removed in 9.0)
Management Plane API > Networking > Services > DHCP
Update a DHCP server profile
PUT /api/v1/dhcp/server-profiles/{profile-id} (Removed in 9.0)
Management Plane API > Networking > Services > DHCP
Reallocate edge cluster and members of given DHCP profile.
POST /api/v1/dhcp/server-profiles/{server-profile-id}?action=reallocate (Removed in 9.0)
Management Plane API > Networking > Services > DHCP
Get a paginated list of DHCP servers
GET /api/v1/dhcp/servers (Removed in 9.0)
Management Plane API > Networking > Services > DHCP
Create a DHCP server
POST /api/v1/dhcp/servers (Removed in 9.0)
Management Plane API > Networking > Services > DHCP
Delete a DHCP server
DELETE /api/v1/dhcp/servers/{server-id} (Removed in 9.0)
Management Plane API > Networking > Services > DHCP
Get a DHCP server with v4 and/or v6 servers
GET /api/v1/dhcp/servers/{server-id} (Removed in 9.0)
Management Plane API > Networking > Services > DHCP
Update a DHCP server with v4 and/or v6 servers
PUT /api/v1/dhcp/servers/{server-id} (Removed in 9.0)
Management Plane API > Networking > Services > DHCP
Get a paginated list of a DHCP server's IP pools
GET /api/v1/dhcp/servers/{server-id}/ip-pools (Removed in 9.0)
Management Plane API > Networking > Services > DHCP
Create an ip pool for a DHCP server
POST /api/v1/dhcp/servers/{server-id}/ip-pools (Removed in 9.0)
Management Plane API > Networking > Services > DHCP
Delete a DHCP server's IP pool
DELETE /api/v1/dhcp/servers/{server-id}/ip-pools/{pool-id} (Removed in 9.0)
Management Plane API > Networking > Services > DHCP
Get a DHCP server's IP pool with the specified pool ID
GET /api/v1/dhcp/servers/{server-id}/ip-pools/{pool-id} (Removed in 9.0)
Management Plane API > Networking > Services > DHCP
Update a DHCP server's IP pool
PUT /api/v1/dhcp/servers/{server-id}/ip-pools/{pool-id} (Removed in 9.0)
Management Plane API > Networking > Services > DHCP
Get the realized state of a dhcp ip pool
GET /api/v1/dhcp/servers/{server-id}/ip-pools/{pool-id}/state (Removed in 9.0)
Management Plane API > Networking > Services > DHCP
Get a paginated list of a DHCP IPv6 server's IP pools
GET /api/v1/dhcp/servers/{server-id}/ipv6-ip-pools (Removed in 9.0)
Management Plane API > Networking > Services > DHCP
Create an ip pool for a DHCP IPv6 server
POST /api/v1/dhcp/servers/{server-id}/ipv6-ip-pools (Removed in 9.0)
Management Plane API > Networking > Services > DHCP
Get a DHCP IPv6 server's IP pool with the specified pool ID
GET /api/v1/dhcp/servers/{server-id}/ipv6-ip-pools/{pool-id} (Removed in 9.0)
Management Plane API > Networking > Services > DHCP
Update a DHCP IPv6 server's IP pool
PUT /api/v1/dhcp/servers/{server-id}/ipv6-ip-pools/{pool-id} (Removed in 9.0)
Management Plane API > Networking > Services > DHCP
Get a paginated list of a DHCP IPv6 server's static bindings
GET /api/v1/dhcp/servers/{server-id}/ipv6-static-bindings (Removed in 9.0)
Management Plane API > Networking > Services > DHCP
Create a static binding for a DHCP IPv6 server
POST /api/v1/dhcp/servers/{server-id}/ipv6-static-bindings (Removed in 9.0)
Management Plane API > Networking > Services > DHCP
Delete a static binding for DHCP IPv6 server
DELETE /api/v1/dhcp/servers/{server-id}/ipv6-static-bindings/{binding-id} (Removed in 9.0)
Management Plane API > Networking > Services > DHCP
Get a DHCP IPv6 server's static binding with the specified binding ID
GET /api/v1/dhcp/servers/{server-id}/ipv6-static-bindings/{binding-id} (Removed in 9.0)
Management Plane API > Networking > Services > DHCP
Update a DHCP IPv6 server's static binding
PUT /api/v1/dhcp/servers/{server-id}/ipv6-static-bindings/{binding-id} (Removed in 9.0)
Management Plane API > Networking > Services > DHCP
Delete a single DHCP lease entry specified by ip and mac.
DELETE /api/v1/dhcp/servers/{server-id}/leases (Removed in 9.0)
Management Plane API > Networking > Services > DHCP
Get specific leases of a given dhcp server
GET /api/v1/dhcp/servers/{server-id}/leases (Removed in 9.0)
Management Plane API > Networking > Services > DHCP
Get the realized state of a dhcp server
GET /api/v1/dhcp/servers/{server-id}/state (Removed in 9.0)
Management Plane API > Networking > Services > DHCP
Get a paginated list of a DHCP server's static bindings
GET /api/v1/dhcp/servers/{server-id}/static-bindings (Removed in 9.0)
Management Plane API > Networking > Services > DHCP
Create a static binding for a DHCP server
POST /api/v1/dhcp/servers/{server-id}/static-bindings (Removed in 9.0)
Management Plane API > Networking > Services > DHCP
Delete a static binding
DELETE /api/v1/dhcp/servers/{server-id}/static-bindings/{binding-id} (Removed in 9.0)
Management Plane API > Networking > Services > DHCP
Get a DHCP server's static binding with the specified binding ID
GET /api/v1/dhcp/servers/{server-id}/static-bindings/{binding-id} (Removed in 9.0)
Management Plane API > Networking > Services > DHCP
Update a DHCP server's static binding
PUT /api/v1/dhcp/servers/{server-id}/static-bindings/{binding-id} (Removed in 9.0)
Management Plane API > Networking > Services > DHCP
Get the realized state of a dhcp static binding
GET /api/v1/dhcp/servers/{server-id}/static-bindings/{binding-id}/state (Removed in 9.0)
Management Plane API > Networking > Services > DHCP
Get DHCP statistics with given dhcp server id
GET /api/v1/dhcp/servers/{server-id}/statistics (Removed in 9.0)
Management Plane API > Networking > Services > DHCP
Get DHCP service status with given dhcp server id
GET /api/v1/dhcp/servers/{server-id}/status (Removed in 9.0)
System Administration > Configuration > Directory Service > Domains
Scan the size of a directory domain
POST /api/v1/directory/domain-size (Removed in 9.0)
System Administration > Configuration > Directory Service > Domains
List all configured domains
GET /api/v1/directory/domains (Removed in 9.0)
System Administration > Configuration > Directory Service > Domains
Create a directory domain
POST /api/v1/directory/domains (Removed in 9.0)
System Administration > Configuration > Directory Service > Domains
Delete a specific domain with given identifier
DELETE /api/v1/directory/domains/{domain-id} (Removed in 9.0)
System Administration > Configuration > Directory Service > Domains
Get a specific domain with given identifier
GET /api/v1/directory/domains/{domain-id} (Removed in 9.0)
System Administration > Configuration > Directory Service > Domains
Invoke full sync or delta sync for a specific domain, with additional delay in seconds if needed. Stop sync will try to stop any pending sync if any to return to idle state.
POST /api/v1/directory/domains/{domain-id} (Removed in 9.0)
System Administration > Configuration > Directory Service > Domains
Update a directory domain
PUT /api/v1/directory/domains/{domain-id} (Removed in 9.0)
System Administration > Configuration > Directory Service > Groups
Search for directory groups within a domain based on the substring of a distinguished name. (e.g. CN=User,DC=acme,DC=com) The search filter pattern can optionally support multiple (up to 100 maximum) search pattern separated by '|' (url encoded %7C). In this case, the search results will be returned as the union of all matching criteria. (e.g. CN=Ann,CN=Users,DC=acme,DC=com|CN=Bob,CN=Users,DC=acme,DC=com)
GET /api/v1/directory/domains/{domain-id}/groups (Removed in 9.0)
System Administration > Configuration > Directory Service > Groups
List members of a directory group
GET /api/v1/directory/domains/{domain-id}/groups/{group-id}/member-groups (Removed in 9.0)
System Administration > Configuration > Directory Service > LDAP Servers
List all configured domain LDAP servers
GET /api/v1/directory/domains/{domain-id}/ldap-servers (Removed in 9.0)
System Administration > Configuration > Directory Service > LDAP Servers
Create a LDAP server for directory domain
POST /api/v1/directory/domains/{domain-id}/ldap-servers (Removed in 9.0)
System Administration > Configuration > Directory Service > LDAP Servers
Delete a LDAP server for directory domain
DELETE /api/v1/directory/domains/{domain-id}/ldap-servers/{server-id} (Removed in 9.0)
System Administration > Configuration > Directory Service > LDAP Servers
Get a specific LDAP server for a given directory domain
GET /api/v1/directory/domains/{domain-id}/ldap-servers/{server-id} (Removed in 9.0)
System Administration > Configuration > Directory Service > LDAP Servers
Test a LDAP server connection for directory domain
POST /api/v1/directory/domains/{domain-id}/ldap-servers/{server-id} (Removed in 9.0)
System Administration > Configuration > Directory Service > LDAP Servers
Update a LDAP server for directory domain
PUT /api/v1/directory/domains/{domain-id}/ldap-servers/{server-id} (Removed in 9.0)
System Administration > Configuration > Directory Service > Domains
Fetch all organization units for a Directory domain.
POST /api/v1/directory/domains/{domain-id}/org-units (Removed in 9.0)
System Administration > Configuration > Directory Service > Domains
Get domain sync statistics for the given identifier
GET /api/v1/directory/domains/{domain-id}/sync-stats (Removed in 9.0)
System Administration > Configuration > Directory Service > LDAP Servers
Test a directory domain LDAP server connectivity
POST /api/v1/directory/ldap-server (Removed in 9.0)
System Administration > Configuration > Directory Service > Domains
Fetch all organization units for a LDAP server.
POST /api/v1/directory/org-units (Removed in 9.0)
Management Plane API > Networking > Services > DNS
Get a paginated list of DNS forwarders
GET /api/v1/dns/forwarders (Removed in 9.0)
Management Plane API > Networking > Services > DNS
Create a DNS forwader
POST /api/v1/dns/forwarders (Removed in 9.0)
Management Plane API > Networking > Services > DNS
Delete a specific DNS forwarder
DELETE /api/v1/dns/forwarders/{forwarder-id} (Removed in 9.0)
Management Plane API > Networking > Services > DNS
Retrieve a DNS forwarder
GET /api/v1/dns/forwarders/{forwarder-id} (Removed in 9.0)
Management Plane API > Networking > Services > DNS
Clear the current cache of the DNS forwarder.
POST /api/v1/dns/forwarders/{forwarder-id}?action=clear_cache (Removed in 9.0)
Management Plane API > Networking > Services > DNS
Enable the DNS forwarder.
POST /api/v1/dns/forwarders/{forwarder-id}?action=enable (Removed in 9.0)
Management Plane API > Networking > Services > DNS
Disable the DNS forwarder.
POST /api/v1/dns/forwarders/{forwarder-id}?action=disable (Removed in 9.0)
Management Plane API > Networking > Services > DNS
Update a specific DNS forwarder
PUT /api/v1/dns/forwarders/{forwarder-id} (Removed in 9.0)
Management Plane API > Networking > Services > DNS
Get the recent failed DNS queries
GET /api/v1/dns/forwarders/{forwarder-id}/failed-queries (Removed in 9.0)
Management Plane API > Networking > Services > DNS
Resolve a given address via the DNS forwarder
GET /api/v1/dns/forwarders/{forwarder-id}/nslookup (Removed in 9.0)
Management Plane API > Networking > Services > DNS
Get the realized state of a DNS forwarder
GET /api/v1/dns/forwarders/{forwarder-id}/state (Removed in 9.0)
Management Plane API > Networking > Services > DNS
Get statistics of given dns forwarder
GET /api/v1/dns/forwarders/{forwarder-id}/statistics (Removed in 9.0)
Management Plane API > Networking > Services > DNS
Get current status of the given DNS forwarder
GET /api/v1/dns/forwarders/{forwarder-id}/status (Removed in 9.0)
System Administration > Configuration > Fabric > Nodes > Physical Servers
Return the list of physical servers
GET /api/v1/fabric/physical-servers (Removed in 9.0)
System Administration > Configuration > Fabric > Nodes > Physical Servers
Return a specific physical server
GET /api/v1/fabric/physical-servers/{physical-server-id} (Removed in 9.0)
Management Plane API > Security > Services > Firewall
Get list of entities in exclude list.
GET /api/v1/firewall/excludelist (Removed in 9.0)
Management Plane API > Security > Services > Firewall
Add a new object in the exclude list.
POST /api/v1/firewall/excludelist?action=add_member (Removed in 9.0)
Management Plane API > Security > Services > Firewall
Remove an existing object from the exclude list.
POST /api/v1/firewall/excludelist?action=remove_member (Removed in 9.0)
Management Plane API > Security > Services > Firewall
Check if the object a member of the exclude list
POST /api/v1/firewall/excludelist?action=check_if_exists (Removed in 9.0)
Management Plane API > Security > Services > Firewall
Modify exclude list.
PUT /api/v1/firewall/excludelist (Removed in 9.0)
Management Plane API > Security > Services > Firewall
Get firewall profiles available.
GET /api/v1/firewall/profiles (Removed in 9.0)
Management Plane API > Security > Services > Firewall
Create a firewall profile.
POST /api/v1/firewall/profiles (Removed in 9.0)
Management Plane API > Security > Services > Firewall
Delete a firewall profile.
DELETE /api/v1/firewall/profiles/{profile-id} (Removed in 9.0)
Management Plane API > Security > Services > Firewall
Get all firewall session timer profiles.
GET /api/v1/firewall/profiles/{profile-id} (Removed in 9.0)
Management Plane API > Security > Services > Firewall
Update a firewall profile.
PUT /api/v1/firewall/profiles/{profile-id} (Removed in 9.0)
Management Plane API > Security > Services > Firewall
Read an Existing Rule
GET /api/v1/firewall/rules/{rule-id} (Removed in 9.0)
Management Plane API > Security > Services > Firewall
Get the Realized State of a Firewall Rule
GET /api/v1/firewall/rules/{rule-id}/state (Removed in 9.0)
Management Plane API > Security > Services > Firewall
List All Firewall Sections
GET /api/v1/firewall/sections (Removed in 9.0)
Management Plane API > Security > Services > Firewall
Create a New Empty Section
POST /api/v1/firewall/sections (Removed in 9.0)
Management Plane API > Security > Services > Firewall
Create a Section with Rules.
POST /api/v1/firewall/sections?action=create_with_rules (Removed in 9.0)
Management Plane API > Security > Services > Firewall
Delete an Existing Section and Its Associated Rules
DELETE /api/v1/firewall/sections/{section-id} (Removed in 9.0)
Management Plane API > Security > Services > Firewall
Get an Existing Section
GET /api/v1/firewall/sections/{section-id} (Removed in 9.0)
Management Plane API > Security > Services > Firewall
Get an Existing Section, Including Rules
POST /api/v1/firewall/sections/{section-id}?action=list_with_rules (Removed in 9.0)
Management Plane API > Security > Services > Firewall
Update an Existing Section, Including Its Rules
POST /api/v1/firewall/sections/{section-id}?action=update_with_rules (Removed in 9.0)
Management Plane API > Security > Services > Firewall
Update an Existing Section, Including Its Position
POST /api/v1/firewall/sections/{section-id}?action=revise (Removed in 9.0)
Management Plane API > Security > Services > Firewall
Update an Existing Section with Rules
POST /api/v1/firewall/sections/{section-id}?action=revise_with_rules (Removed in 9.0)
Management Plane API > Security > Services > Firewall
Lock a section
POST /api/v1/firewall/sections/{section-id}?action=lock (Removed in 9.0)
Management Plane API > Security > Services > Firewall
Unlock a section
POST /api/v1/firewall/sections/{section-id}?action=unlock (Removed in 9.0)
Management Plane API > Security > Services > Firewall
Update an Existing Section
PUT /api/v1/firewall/sections/{section-id} (Removed in 9.0)
Management Plane API > Security > Services > Firewall
Get All the Rules for a Section
GET /api/v1/firewall/sections/{section-id}/rules (Removed in 9.0)
Management Plane API > Security > Services > Firewall
Add a Single Rule in a Section
POST /api/v1/firewall/sections/{section-id}/rules (Removed in 9.0)
Management Plane API > Security > Services > Firewall
Add Multiple Rules in a Section
POST /api/v1/firewall/sections/{section-id}/rules?action=create_multiple (Removed in 9.0)
Management Plane API > Security > Services > Firewall
Delete an Existing Rule
DELETE /api/v1/firewall/sections/{section-id}/rules/{rule-id} (Removed in 9.0)
Management Plane API > Security > Services > Firewall
Read an Existing Rule
GET /api/v1/firewall/sections/{section-id}/rules/{rule-id} (Removed in 9.0)
Management Plane API > Security > Services > Firewall
Update an Existing Rule and Reorder the Rule
POST /api/v1/firewall/sections/{section-id}/rules/{rule-id}?action=revise (Removed in 9.0)
Management Plane API > Security > Services > Firewall
Update an Existing Rule
PUT /api/v1/firewall/sections/{section-id}/rules/{rule-id} (Removed in 9.0)
Management Plane API > Security > Services > Firewall
Get Firewall rule level statistics
GET /api/v1/firewall/sections/{section-id}/rules/{rule-id}/stats (Removed in 9.0)
Management Plane API > Security > Services > Firewall
Get Firewall section level statistics section
GET /api/v1/firewall/sections/{section-id}/rules/stats (Removed in 9.0)
Management Plane API > Security > Services > Firewall
Get the Realized State of a Firewall Section
GET /api/v1/firewall/sections/{section-id}/state (Removed in 9.0)
Management Plane API > Security > Services > Firewall
Get the summary of sections in the firewall configuration.
GET /api/v1/firewall/sections/summary (Removed in 9.0)
Management Plane API > Security > Services > Firewall
Reset firewall rule statistics
POST /api/v1/firewall/stats?action=reset (Removed in 9.0)
Management Plane API > Security > Services > Firewall
List all firewall status for supported contexts
GET /api/v1/firewall/status (Removed in 9.0)
Management Plane API > Security > Services > Firewall
Get firewall global status for dfw context
GET /api/v1/firewall/status/{context-type} (Removed in 9.0)
Management Plane API > Security > Services > Firewall
Update global firewall status for dfw context
PUT /api/v1/firewall/status/{context-type} (Removed in 9.0)
Management Plane API > Security > Services > Firewall
Get firewall status for target resource in dfw context
GET /api/v1/firewall/status/{context-type}/{id} (Removed in 9.0)
Management Plane API > Security > Services > Firewall
Enable firewall on target resource in dfw context
POST /api/v1/firewall/status/{context-type}/{id}?action=enable_firewall (Removed in 9.0)
Management Plane API > Security > Services > Firewall
Disable firewall on target resource in dfw context
POST /api/v1/firewall/status/{context-type}/{id}?action=disable_firewall (Removed in 9.0)
Management Plane API > Security > Identity Firewall > Monitoring
List all transport node and statuses based on idfw enabled ComputeCollection ID.
GET /api/v1/idfw/compute-collections/{cc-ext-id}/transport-nodes/status (Removed in 9.0)
Management Plane API > Security > Identity Firewall > Monitoring
Get list of compute collections and status.
GET /api/v1/idfw/compute-collections/{compute-collection-ext-id}/status (Removed in 9.0)
Management Plane API > Security > Identity Firewall > Monitoring
List all IDFW enabled ComputeCollection statuses.
GET /api/v1/idfw/compute-collections/status (Removed in 9.0)
Management Plane API > Security > Identity Firewall > Configuration
List all Identity firewall compute collections
GET /api/v1/idfw/idfw-compute-collections (Removed in 9.0)
Management Plane API > Security > Identity Firewall > Configuration
Delete IDFW compute collection.
DELETE /api/v1/idfw/idfw-compute-collections/{cc-ext-id} (Removed in 9.0)
Management Plane API > Security > Identity Firewall > Configuration
Get IDFW compute collection.
GET /api/v1/idfw/idfw-compute-collections/{cc-ext-id} (Removed in 9.0)
Management Plane API > Security > Identity Firewall > Configuration
Update IDFW compute collection
PUT /api/v1/idfw/idfw-compute-collections/{cc-ext-id} (Removed in 9.0)
Management Plane API > Security > Identity Firewall > Configuration
Get Identity Firewall master switch enabled/disabled
GET /api/v1/idfw/master-switch-setting (Removed in 9.0)
Management Plane API > Security > Identity Firewall > Configuration
Update IDFW master switch setting enabled/disabled
PUT /api/v1/idfw/master-switch-setting (Removed in 9.0)
Management Plane API > Security > Identity Firewall > Realization Data
Get all IDFW NSGroup VM details for a given NSGroup
GET /api/v1/idfw/nsgroup-vm-details/{group-id} (Removed in 9.0)
Management Plane API > Security > Identity Firewall > Configuration
Get Standalone hosts switch enabled/disabled
GET /api/v1/idfw/standalone-host-switch-setting (Removed in 9.0)
Management Plane API > Security > Identity Firewall > Configuration
Update IDFW master switch setting enabled/disabled
PUT /api/v1/idfw/standalone-host-switch-setting (Removed in 9.0)
Management Plane API > Security > Identity Firewall > Realization Data
Get IDFW system statistics data
GET /api/v1/idfw/system-stats (Removed in 9.0)
Management Plane API > Security > Identity Firewall > Monitoring
List all VM and statuses based on transport node ID of idfw enabled compute collection.
GET /api/v1/idfw/transport-nodes/{transport-node-id}/vms/status (Removed in 9.0)
Management Plane API > Security > Identity Firewall > Realization Data
Get user session data
GET /api/v1/idfw/user-session-data (Removed in 9.0)
Management Plane API > Security > Identity Firewall > Realization Data
Get IDFW user login events for a given user
GET /api/v1/idfw/user-stats/{user-id} (Removed in 9.0)
Management Plane API > Security > Identity Firewall > Realization Data
Get IDFW user login events for a given VM
GET /api/v1/idfw/vm-stats/{vm-ext-id} (Removed in 9.0)
Multi-Tenancy (Vpc) > Security (Groups)
Get Effective Physical Server Members that belong to this group.
GET /policy/api/v1/infra/domains/{domain-id}/groups/{group-id}/members/physical-servers (Removed in 9.0)
GET /policy/api/v1/global-infra/domains/{domain-id}/groups/{group-id}/members/physical-servers (Removed in 9.0)
Multi-Tenancy (Vpc) > Security (Groups)
Get groups for which the given Physical Server is a member
GET /policy/api/v1/infra/physical-server-group-associations (Removed in 9.0)
GET /policy/api/v1/global-infra/physical-server-group-associations (Removed in 9.0)
Management Plane API > Grouping Objects > IP Sets
List IPSets
GET /api/v1/ip-sets (Removed in 9.0)
Management Plane API > Grouping Objects > NS Profiles
Create IPSet
POST /api/v1/ip-sets (Removed in 9.0)
Management Plane API > Grouping Objects > IP Sets
Delete IPSet
DELETE /api/v1/ip-sets/{ip-set-id} (Removed in 9.0)
Management Plane API > Grouping Objects > IP Sets
Read IPSet
GET /api/v1/ip-sets/{ip-set-id} (Removed in 9.0)
Management Plane API > Grouping Objects > IP Sets
Add a IP address to a IPSet
POST /api/v1/ip-sets/{ip-set-id} (Removed in 9.0)
Management Plane API > Grouping Objects > IP Sets
Update IPSet
PUT /api/v1/ip-sets/{ip-set-id} (Removed in 9.0)
Management Plane API > Grouping Objects > IP Sets
Get all IPAddresses in a IPSet
GET /api/v1/ip-sets/{ip-set-id}/members (Removed in 9.0)
Management Plane API > Troubleshooting And Monitoring > IPFIX
List IPFIX Collector Profies
GET /api/v1/ipfix-collector-profiles (Removed in 9.0)
Management Plane API > Troubleshooting And Monitoring > IPFIX
Create a new IPFIX collector profile
POST /api/v1/ipfix-collector-profiles (Removed in 9.0)
Management Plane API > Troubleshooting And Monitoring > IPFIX
Delete an existing IPFIX collector profile
DELETE /api/v1/ipfix-collector-profiles/{ipfix-collector-profile-id} (Removed in 9.0)
Management Plane API > Troubleshooting And Monitoring > IPFIX
Get an existing IPFIX collector profile
GET /api/v1/ipfix-collector-profiles/{ipfix-collector-profile-id} (Removed in 9.0)
Management Plane API > Troubleshooting And Monitoring > IPFIX
Update an existing IPFIX collector profile
PUT /api/v1/ipfix-collector-profiles/{ipfix-collector-profile-id} (Removed in 9.0)
Management Plane API > Troubleshooting And Monitoring > IPFIX
List IPFIX Profies
GET /api/v1/ipfix-profiles (Removed in 9.0)
Management Plane API > Troubleshooting And Monitoring > IPFIX
Create a new IPFIX profile
POST /api/v1/ipfix-profiles (Removed in 9.0)
Management Plane API > Troubleshooting And Monitoring > IPFIX
Delete an existing IPFIX profile
DELETE /api/v1/ipfix-profiles/{ipfix-profile-id} (Removed in 9.0)
Management Plane API > Troubleshooting And Monitoring > IPFIX
Get an existing IPFIX profile
GET /api/v1/ipfix-profiles/{ipfix-profile-id} (Removed in 9.0)
Management Plane API > Troubleshooting And Monitoring > IPFIX
Update an existing IPFIX profile
PUT /api/v1/ipfix-profiles/{ipfix-profile-id} (Removed in 9.0)
Management Plane API > Troubleshooting And Monitoring > IPFIX
List IPFIX collector configurations
GET /api/v1/ipfix/collectorconfigs (Removed in 9.0)
Management Plane API > Troubleshooting And Monitoring > IPFIX
Create a new IPFIX collector configuration
POST /api/v1/ipfix/collectorconfigs (Removed in 9.0)
Management Plane API > Troubleshooting And Monitoring > IPFIX
Delete an existing IPFIX collector configuration
DELETE /api/v1/ipfix/collectorconfigs/{collector-config-id} (Removed in 9.0)
Management Plane API > Troubleshooting And Monitoring > IPFIX
Get an existing IPFIX collector configuration
GET /api/v1/ipfix/collectorconfigs/{collector-config-id} (Removed in 9.0)
Management Plane API > Troubleshooting And Monitoring > IPFIX
Update an existing IPFIX collector configuration
PUT /api/v1/ipfix/collectorconfigs/{collector-config-id} (Removed in 9.0)
Management Plane API > Troubleshooting And Monitoring > IPFIX
List IPFIX configuration
GET /api/v1/ipfix/configs (Removed in 9.0)
Management Plane API > Troubleshooting And Monitoring > IPFIX
Create a new IPFIX configuration
POST /api/v1/ipfix/configs (Removed in 9.0)
Management Plane API > Troubleshooting And Monitoring > IPFIX
Delete an existing IPFIX configuration
DELETE /api/v1/ipfix/configs/{config-id} (Removed in 9.0)
Management Plane API > Troubleshooting And Monitoring > IPFIX
Get an existing IPFIX configuration
GET /api/v1/ipfix/configs/{config-id} (Removed in 9.0)
Management Plane API > Troubleshooting And Monitoring > IPFIX
Update an existing IPFIX configuration
PUT /api/v1/ipfix/configs/{config-id} (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Read All IPV6 DADProfiles
GET /api/v1/ipv6/dad-profiles (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Create a new DADProfile
POST /api/v1/ipv6/dad-profiles (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Delete DAD Profile
DELETE /api/v1/ipv6/dad-profiles/{dad-profile-id} (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Read specified IPV6 DADProfile
GET /api/v1/ipv6/dad-profiles/{dad-profile-id} (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Update DADProfile
PUT /api/v1/ipv6/dad-profiles/{dad-profile-id} (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Read All IPV6 NDRA Profiles
GET /api/v1/ipv6/nd-ra-profiles (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Create a new NDRA Profile
POST /api/v1/ipv6/nd-ra-profiles (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Delete NDRA Profile
DELETE /api/v1/ipv6/nd-ra-profiles/{nd-ra-profile-id} (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Read specified IPV6 NDRA Profile
GET /api/v1/ipv6/nd-ra-profiles/{nd-ra-profile-id} (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Update NDRA Profile
PUT /api/v1/ipv6/nd-ra-profiles/{nd-ra-profile-id} (Removed in 9.0)
Management Plane API > Troubleshooting And Monitoring > Livetrace
List all livetrace sessions
GET /api/v1/livetraces (Removed in 9.0)
Management Plane API > Troubleshooting And Monitoring > Livetrace
Create a livetrace session
POST /api/v1/livetraces (Removed in 9.0)
Management Plane API > Troubleshooting And Monitoring > Livetrace
Delete a livetrace session
DELETE /api/v1/livetraces/{livetrace-session-id} (Removed in 9.0)
Management Plane API > Troubleshooting And Monitoring > Livetrace
Get the status of a livetrace session
GET /api/v1/livetraces/{livetrace-session-id} (Removed in 9.0)
Management Plane API > Troubleshooting And Monitoring > Livetrace
Get forward packet capture file proxy
GET /api/v1/livetraces/{livetrace-session-id}/proxy/forward/capturefile (Removed in 9.0)
Management Plane API > Troubleshooting And Monitoring > Livetrace
Get reverse packet capture file proxy
GET /api/v1/livetraces/{livetrace-session-id}/proxy/reverse/capturefile (Removed in 9.0)
Management Plane API > Troubleshooting And Monitoring > Livetrace
Get the result of a livetrace session
GET /api/v1/livetraces/{livetrace-session-id}/results (Removed in 9.0)
Management Plane API > Networking > Services > Loadbalancer
Retrieve a paginated list of load balancer application profiles
GET /api/v1/loadbalancer/application-profiles (Removed in 9.0)
Management Plane API > Networking > Services > Loadbalancer
Create a load balancer application profile
POST /api/v1/loadbalancer/application-profiles (Removed in 9.0)
Management Plane API > Networking > Services > Loadbalancer
Delete a load balancer application profile
DELETE /api/v1/loadbalancer/application-profiles/{application-profile-id} (Removed in 9.0)
Management Plane API > Networking > Services > Loadbalancer
Retrieve a load balancer application profile
GET /api/v1/loadbalancer/application-profiles/{application-profile-id} (Removed in 9.0)
Management Plane API > Networking > Services > Loadbalancer
Update a load balancer application profile
PUT /api/v1/loadbalancer/application-profiles/{application-profile-id} (Removed in 9.0)
Management Plane API > Networking > Services > Loadbalancer
Retrieve a paginated list of load balancer client-ssl profiles
GET /api/v1/loadbalancer/client-ssl-profiles (Removed in 9.0)
Management Plane API > Networking > Services > Loadbalancer
Create a load balancer client-ssl profile
POST /api/v1/loadbalancer/client-ssl-profiles (Removed in 9.0)
Management Plane API > Networking > Services > Loadbalancer
Delete a load balancer client-ssl profile
DELETE /api/v1/loadbalancer/client-ssl-profiles/{client-ssl-profile-id} (Removed in 9.0)
Management Plane API > Networking > Services > Loadbalancer
Retrieve a load balancer client-ssl profile
GET /api/v1/loadbalancer/client-ssl-profiles/{client-ssl-profile-id} (Removed in 9.0)
Management Plane API > Networking > Services > Loadbalancer
Update a load balancer client-ssl profile
PUT /api/v1/loadbalancer/client-ssl-profiles/{client-ssl-profile-id} (Removed in 9.0)
Management Plane API > Networking > Services > Loadbalancer
Retrieve a paginated list of load balancer monitors
GET /api/v1/loadbalancer/monitors (Removed in 9.0)
Management Plane API > Networking > Services > Loadbalancer
Create a load balancer monitor
POST /api/v1/loadbalancer/monitors (Removed in 9.0)
Management Plane API > Networking > Services > Loadbalancer
Delete a load balancer monitor
DELETE /api/v1/loadbalancer/monitors/{monitor-id} (Removed in 9.0)
Management Plane API > Networking > Services > Loadbalancer
Retrieve a load balancer monitor
GET /api/v1/loadbalancer/monitors/{monitor-id} (Removed in 9.0)
Management Plane API > Networking > Services > Loadbalancer
Update a load balancer monitor
PUT /api/v1/loadbalancer/monitors/{monitor-id} (Removed in 9.0)
Management Plane API > Networking > Services > Loadbalancer
Read load balancer node usage summary
GET /api/v1/loadbalancer/node-usage-summary (Removed in 9.0)
Management Plane API > Networking > Services > Loadbalancer
Retrieve a paginated list of load balancer persistence profiles
GET /api/v1/loadbalancer/persistence-profiles (Removed in 9.0)
Management Plane API > Networking > Services > Loadbalancer
Create a load balancer persistence profile
POST /api/v1/loadbalancer/persistence-profiles (Removed in 9.0)
Management Plane API > Networking > Services > Loadbalancer
Delete a load balancer persistence profile
DELETE /api/v1/loadbalancer/persistence-profiles/{persistence-profile-id} (Removed in 9.0)
Management Plane API > Networking > Services > Loadbalancer
Retrieve a load balancer persistence profile
GET /api/v1/loadbalancer/persistence-profiles/{persistence-profile-id} (Removed in 9.0)
Management Plane API > Networking > Services > Loadbalancer
Update a load balancer persistence profile
PUT /api/v1/loadbalancer/persistence-profiles/{persistence-profile-id} (Removed in 9.0)
Management Plane API > Networking > Services > Loadbalancer
Retrieve a paginated list of load balancer pools
GET /api/v1/loadbalancer/pools (Removed in 9.0)
Management Plane API > Networking > Services > Loadbalancer
Create a load balancer pool
POST /api/v1/loadbalancer/pools (Removed in 9.0)
Management Plane API > Networking > Services > Loadbalancer
Delete a load balancer pool
DELETE /api/v1/loadbalancer/pools/{pool-id} (Removed in 9.0)
Management Plane API > Networking > Services > Loadbalancer
Retrieve a load balancer pool
GET /api/v1/loadbalancer/pools/{pool-id} (Removed in 9.0)
Management Plane API > Networking > Services > Loadbalancer
Add, remove, or modify load balancer pool members
POST /api/v1/loadbalancer/pools/{pool-id} (Removed in 9.0)
Management Plane API > Networking > Services > Loadbalancer
Update a load balancer pool
PUT /api/v1/loadbalancer/pools/{pool-id} (Removed in 9.0)
Management Plane API > Networking > Services > Loadbalancer
Retrieve a paginated list of load balancer rules
GET /api/v1/loadbalancer/rules (Removed in 9.0)
Management Plane API > Networking > Services > Loadbalancer
Create a load balancer rule
POST /api/v1/loadbalancer/rules (Removed in 9.0)
Management Plane API > Networking > Services > Loadbalancer
Delete a load balancer rule
DELETE /api/v1/loadbalancer/rules/{rule-id} (Removed in 9.0)
Management Plane API > Networking > Services > Loadbalancer
Retrieve a load balancer rule
GET /api/v1/loadbalancer/rules/{rule-id} (Removed in 9.0)
Management Plane API > Networking > Services > Loadbalancer
Update a load balancer rule
PUT /api/v1/loadbalancer/rules/{rule-id} (Removed in 9.0)
Management Plane API > Networking > Services > Loadbalancer
Retrieve a paginated list of load balancer server-ssl profiles
GET /api/v1/loadbalancer/server-ssl-profiles (Removed in 9.0)
Management Plane API > Networking > Services > Loadbalancer
Create a load balancer server-ssl profile
POST /api/v1/loadbalancer/server-ssl-profiles (Removed in 9.0)
Management Plane API > Networking > Services > Loadbalancer
Delete a load balancer server-ssl profile
DELETE /api/v1/loadbalancer/server-ssl-profiles/{server-ssl-profile-id} (Removed in 9.0)
Management Plane API > Networking > Services > Loadbalancer
Retrieve a load balancer server-ssl profile
GET /api/v1/loadbalancer/server-ssl-profiles/{server-ssl-profile-id} (Removed in 9.0)
Management Plane API > Networking > Services > Loadbalancer
Update a load balancer server-ssl profile
PUT /api/v1/loadbalancer/server-ssl-profiles/{server-ssl-profile-id} (Removed in 9.0)
Management Plane API > Networking > Services > Loadbalancer
Retrieve a paginated list of load balancer services
GET /api/v1/loadbalancer/services (Removed in 9.0)
Management Plane API > Networking > Services > Loadbalancer
Create a load balancer service
POST /api/v1/loadbalancer/services (Removed in 9.0)
Management Plane API > Networking > Services > Loadbalancer
Delete a load balancer service
DELETE /api/v1/loadbalancer/services/{service-id} (Removed in 9.0)
Management Plane API > Networking > Services > Loadbalancer
Retrieve a load balancer service
GET /api/v1/loadbalancer/services/{service-id} (Removed in 9.0)
Management Plane API > Networking > Services > Loadbalancer
Update a load balancer service
PUT /api/v1/loadbalancer/services/{service-id} (Removed in 9.0)
Management Plane API > Networking > Services > Loadbalancer
Read the debug information of the load balancer service
GET /api/v1/loadbalancer/services/{service-id}/debug-info (Removed in 9.0)
Management Plane API > Networking > Services > Loadbalancer
Get the statistics of load balancer pool
GET /api/v1/loadbalancer/services/{service-id}/pools/{pool-id}/statistics (Removed in 9.0)
Management Plane API > Networking > Services > Loadbalancer
Get the status of load balancer pool
GET /api/v1/loadbalancer/services/{service-id}/pools/{pool-id}/status (Removed in 9.0)
Management Plane API > Networking > Services > Loadbalancer
Get the status list of load balancer pools
GET /api/v1/loadbalancer/services/{service-id}/pools/status (Removed in 9.0)
Management Plane API > Networking > Services > Loadbalancer
Get the statistics of load balancer service
GET /api/v1/loadbalancer/services/{service-id}/statistics (Removed in 9.0)
Management Plane API > Networking > Services > Loadbalancer
Get the status of the given load balancer service
GET /api/v1/loadbalancer/services/{service-id}/status (Removed in 9.0)
Management Plane API > Networking > Services > Loadbalancer
Read the usage information of the given load balancer service
GET /api/v1/loadbalancer/services/{service-id}/usage (Removed in 9.0)
Management Plane API > Networking > Services > Loadbalancer
Get the statistics of the given load balancer virtual server
GET /api/v1/loadbalancer/services/{service-id}/virtual-servers/{virtual-server-id}/statistics (Removed in 9.0)
Management Plane API > Networking > Services > Loadbalancer
Get the status of the load balancer virtual server
GET /api/v1/loadbalancer/services/{service-id}/virtual-servers/{virtual-server-id}/status (Removed in 9.0)
Management Plane API > Networking > Services > Loadbalancer
Get the statistics list of virtual servers
GET /api/v1/loadbalancer/services/{service-id}/virtual-servers/statistics (Removed in 9.0)
Management Plane API > Networking > Services > Loadbalancer
Get the status list of virtual servers in given load balancer service
GET /api/v1/loadbalancer/services/{service-id}/virtual-servers/status (Removed in 9.0)
Management Plane API > Networking > Services > Loadbalancer
Retrieve a list of supported SSL ciphers and protocols
GET /api/v1/loadbalancer/ssl/ciphers-and-protocols (Removed in 9.0)
Management Plane API > Networking > Services > Loadbalancer
Read load balancer usage for the given node
GET /api/v1/loadbalancer/usage-per-node/{node-id} (Removed in 9.0)
Management Plane API > Networking > Services > Loadbalancer
Retrieve a paginated list of load balancer virtual servers
GET /api/v1/loadbalancer/virtual-servers (Removed in 9.0)
Management Plane API > Networking > Services > Loadbalancer
Create a load balancer virtual server
POST /api/v1/loadbalancer/virtual-servers (Removed in 9.0)
Management Plane API > Networking > Services > Loadbalancer
Create a load balancer virtual server with rules
POST /api/v1/loadbalancer/virtual-servers?action=create_with_rules (Removed in 9.0)
Management Plane API > Networking > Services > Loadbalancer
Delete a load balancer virtual server
DELETE /api/v1/loadbalancer/virtual-servers/{virtual-server-id} (Removed in 9.0)
Management Plane API > Networking > Services > Loadbalancer
Retrieve a load balancer virtual server
GET /api/v1/loadbalancer/virtual-servers/{virtual-server-id} (Removed in 9.0)
Management Plane API > Networking > Services > Loadbalancer
Update a load balancer virtual server
PUT /api/v1/loadbalancer/virtual-servers/{virtual-server-id} (Removed in 9.0)
Management Plane API > Networking > Services > Loadbalancer
Update a load balancer virtual server with rules
PUT /api/v1/loadbalancer/virtual-servers/{virtual-server-id}?action=update_with_rules (Removed in 9.0)
Management Plane API > Networking > Logical Switching > Logical Switch Ports
List All Logical Ports
GET /api/v1/logical-ports (Removed in 9.0)
Management Plane API > Networking > Logical Switching > Logical Switch Ports
Create a Logical Port
POST /api/v1/logical-ports (Removed in 9.0)
Management Plane API > Networking > Logical Switching > Logical Switch Ports
Delete a Logical Port
DELETE /api/v1/logical-ports/{lport-id} (Removed in 9.0)
Management Plane API > Networking > Logical Switching > Logical Switch Ports
Get Information About a Logical Port
GET /api/v1/logical-ports/{lport-id} (Removed in 9.0)
Management Plane API > Networking > Logical Switching > Logical Switch Ports
Update a Logical Port
PUT /api/v1/logical-ports/{lport-id} (Removed in 9.0)
Management Plane API > Troubleshooting And Monitoring > Port Connection
Get networking entities between two logical ports with VIF attachment
GET /api/v1/logical-ports/{lport-id}/forwarding-path (Removed in 9.0)
Management Plane API > Networking > Logical Switching > Logical Switch Ports
Get MAC table of a logical port with a given port id (lport-id)
GET /api/v1/logical-ports/{lport-id}/mac-table (Removed in 9.0)
Management Plane API > Networking > Logical Switching > Logical Switch Ports
Get MAC table of a logical port with a given port id (lport-id)
GET /api/v1/logical-ports/{lport-id}/mac-table?format=csv (Removed in 9.0)
Management Plane API > Networking > Logical Switching > Logical Switch Ports
Get realized state & location of a logical port
GET /api/v1/logical-ports/{lport-id}/state (Removed in 9.0)
Management Plane API > Networking > Logical Switching > Logical Switch Ports
Get Statistics for Logical Port of a Given Port ID (lport-id)
GET /api/v1/logical-ports/{lport-id}/statistics (Removed in 9.0)
Management Plane API > Networking > Logical Switching > Logical Switch Ports
Get Operational Status for Logical Port of a Given Port ID (lport-id)
GET /api/v1/logical-ports/{lport-id}/status (Removed in 9.0)
Management Plane API > Networking > Logical Switching > Logical Switch Ports
Get Operational Status Summary of All Logical Ports in the System
GET /api/v1/logical-ports/status (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Logical Router Ports
List Logical Router Ports
GET /api/v1/logical-router-ports (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Logical Router Ports
Create a Logical Router Port
POST /api/v1/logical-router-ports (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Logical Router Ports
Delete a Logical Router Port
DELETE /api/v1/logical-router-ports/{logical-router-port-id} (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Logical Router Ports
Read Logical Router Port
GET /api/v1/logical-router-ports/{logical-router-port-id} (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Logical Router Ports
Update a Logical Router Port
PUT /api/v1/logical-router-ports/{logical-router-port-id} (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Logical Router Ports
Get the ARP table (IPv4) or Neighbor Discovery table (IPv6) for the Logical Router Port of the given id
GET /api/v1/logical-router-ports/{logical-router-port-id}/arp-table (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Logical Router Ports
Get the ARP table (IPv4) or Neighbor Discovery table (IPv6) for the Logical Router Port of the given id
GET /api/v1/logical-router-ports/{logical-router-port-id}/arp-table?format=csv (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Logical Router Ports
Get the Realized State of a Logical Router Port
GET /api/v1/logical-router-ports/{logical-router-port-id}/state (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Logical Router Ports
Get the statistics of a specified logical router port on all or a specified node
GET /api/v1/logical-router-ports/{logical-router-port-id}/statistics (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Logical Router Ports
Get the statistics summary of a specified logical router port
GET /api/v1/logical-router-ports/{logical-router-port-id}/statistics/summary (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Logical Routers
List Logical Routers
GET /api/v1/logical-routers (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Logical Routers
Create a Logical Router
POST /api/v1/logical-routers (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Logical Routers
Delete a Logical Router
DELETE /api/v1/logical-routers/{logical-router-id} (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Logical Routers
Read Logical Router
GET /api/v1/logical-routers/{logical-router-id} (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Logical Routers
Reprocesses a logical router configuration and publish updates to controller
POST /api/v1/logical-routers/{logical-router-id}?action=reprocess (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Logical Routers
Re allocate edge node placement of TIER1 service routers
POST /api/v1/logical-routers/{logical-router-id}?action=reallocate (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Logical Routers
Update a Logical Router
PUT /api/v1/logical-routers/{logical-router-id} (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Read the debug information for the logical router
GET /api/v1/logical-routers/{logical-router-id}/debug-info?format=text (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > NAT
List NAT rules of the logical router
GET /api/v1/logical-routers/{logical-router-id}/nat/rules (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > NAT
Add a NAT rule in a specific logical router
POST /api/v1/logical-routers/{logical-router-id}/nat/rules (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > NAT
Add multiple NAT rules in a specific logical router
POST /api/v1/logical-routers/{logical-router-id}/nat/rules?action=create_multiple (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > NAT
Delete a specific NAT rule from a logical router
DELETE /api/v1/logical-routers/{logical-router-id}/nat/rules/{rule-id} (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > NAT
Get a specific NAT rule from a given logical router
GET /api/v1/logical-routers/{logical-router-id}/nat/rules/{rule-id} (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > NAT
Update a specific NAT rule from a given logical router
PUT /api/v1/logical-routers/{logical-router-id}/nat/rules/{rule-id} (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > NAT
Get the statistics of a specified logical router NAT Rule
GET /api/v1/logical-routers/{logical-router-id}/nat/rules/{rule-id}/statistics (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > NAT
Get the statistics of all rules of the logical router
GET /api/v1/logical-routers/{logical-router-id}/nat/rules/statistics (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Read the Routing Configuration
GET /api/v1/logical-routers/{logical-router-id}/routing (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Update the Routing Configuration
PUT /api/v1/logical-routers/{logical-router-id}/routing (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Read the Advertisement Configuration on a Logical Router
GET /api/v1/logical-routers/{logical-router-id}/routing/advertisement (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Update the Advertisement Configuration on a Logical Router
PUT /api/v1/logical-routers/{logical-router-id}/routing/advertisement (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Read the Advertisement Rules on a Logical Router
GET /api/v1/logical-routers/{logical-router-id}/routing/advertisement/rules (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Update the Advertisement Rules on a Logical Router
PUT /api/v1/logical-routers/{logical-router-id}/routing/advertisement/rules (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Routing BFD Configuration
Read the Routing BFD Configuration
GET /api/v1/logical-routers/{logical-router-id}/routing/bfd-config (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Routing BFD Configuration
Update the BFD Configuration for BFD peers for routing
PUT /api/v1/logical-routers/{logical-router-id}/routing/bfd-config (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Read the BGP Configuration on a Logical Router
GET /api/v1/logical-routers/{logical-router-id}/routing/bgp (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Update the BGP Configuration on a Logical Router
PUT /api/v1/logical-routers/{logical-router-id}/routing/bgp (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Paginated list of BGP community lists on a logical router
GET /api/v1/logical-routers/{logical-router-id}/routing/bgp/community-lists (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Create a new BGP community list on a logical router
POST /api/v1/logical-routers/{logical-router-id}/routing/bgp/community-lists (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Delete a specific BGP community list from a logical router
DELETE /api/v1/logical-routers/{logical-router-id}/routing/bgp/community-lists/{community-list-id} (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Read a specific BGP community list from a logical router
GET /api/v1/logical-routers/{logical-router-id}/routing/bgp/community-lists/{community-list-id} (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Update a specific BGP community list from a logical router
PUT /api/v1/logical-routers/{logical-router-id}/routing/bgp/community-lists/{community-list-id} (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Update a specific BGP community list from a logical router
PUT /api/v1/logical-routers/{logical-router-id}/routing/bgp/communty-lists/{community-list-id} (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Paginated list of BGP Neighbors on a Logical Router
GET /api/v1/logical-routers/{logical-router-id}/routing/bgp/neighbors (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Add a new BGP Neighbor on a Logical Router
POST /api/v1/logical-routers/{logical-router-id}/routing/bgp/neighbors (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Delete a specific BGP Neighbor on a Logical Router
DELETE /api/v1/logical-routers/{logical-router-id}/routing/bgp/neighbors/{id} (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Read a specific BGP Neighbor on a Logical Router
GET /api/v1/logical-routers/{logical-router-id}/routing/bgp/neighbors/{id} (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Read a specific BGP Neighbor with password on a Logical Router
GET /api/v1/logical-routers/{logical-router-id}/routing/bgp/neighbors/{id}?action=show-sensitive-data (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Unset/Delete password property on specific BGP Neighbor on Logical Router
POST /api/v1/logical-routers/{logical-router-id}/routing/bgp/neighbors/{id} (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Update a specific BGP Neighbor on a Logical Router
PUT /api/v1/logical-routers/{logical-router-id}/routing/bgp/neighbors/{id} (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Logical Routers
Get BGP neighbor advertised routes
GET /api/v1/logical-routers/{logical-router-id}/routing/bgp/neighbors/{neighbor-id}/advertised-routes (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Logical Routers
Get BGP neighbor advertised routes in CSV format
GET /api/v1/logical-routers/{logical-router-id}/routing/bgp/neighbors/{neighbor-id}/advertised-routes?format=csv (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Logical Routers
Get BGP neighbor learned routes
GET /api/v1/logical-routers/{logical-router-id}/routing/bgp/neighbors/{neighbor-id}/routes (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Logical Routers
Get BGP neighbor learned routes in CSV format
GET /api/v1/logical-routers/{logical-router-id}/routing/bgp/neighbors/{neighbor-id}/routes?format=csv (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Logical Routers
Get the status of all the BGP neighbors for the Logical Router of the given id
GET /api/v1/logical-routers/{logical-router-id}/routing/bgp/neighbors/status (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Logical Routers
Get FIB table on a specified node for a logical router
GET /api/v1/logical-routers/{logical-router-id}/routing/forwarding-table (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Logical Routers
Get FIB table on a specified node for a logical router
GET /api/v1/logical-routers/{logical-router-id}/routing/forwarding-table?format=csv (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Paginated List of IPPrefixLists
GET /api/v1/logical-routers/{logical-router-id}/routing/ip-prefix-lists (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Add IPPrefixList on a Logical Router
POST /api/v1/logical-routers/{logical-router-id}/routing/ip-prefix-lists (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Delete a specific IPPrefixList on a Logical Router
DELETE /api/v1/logical-routers/{logical-router-id}/routing/ip-prefix-lists/{id} (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Get a specific IPPrefixList on a Logical Router
GET /api/v1/logical-routers/{logical-router-id}/routing/ip-prefix-lists/{id} (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Update a specific IPPrefixList on a Logical Router
PUT /api/v1/logical-routers/{logical-router-id}/routing/ip-prefix-lists/{id} (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Read the Redistribution Configuration on a Logical Router
GET /api/v1/logical-routers/{logical-router-id}/routing/redistribution (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Update the Redistribution Configuration on a Logical Router
PUT /api/v1/logical-routers/{logical-router-id}/routing/redistribution (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Read All the Redistribution Rules on a Logical Router
GET /api/v1/logical-routers/{logical-router-id}/routing/redistribution/rules (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Update All the Redistribution Rules on a Logical Router
PUT /api/v1/logical-routers/{logical-router-id}/routing/redistribution/rules (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Paginated List of RouteMaps
GET /api/v1/logical-routers/{logical-router-id}/routing/route-maps (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Add RouteMap on a Logical Router
POST /api/v1/logical-routers/{logical-router-id}/routing/route-maps (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Delete a specific RouteMap on a Logical Router
DELETE /api/v1/logical-routers/{logical-router-id}/routing/route-maps/{id} (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Get a specific RouteMap on a Logical Router
GET /api/v1/logical-routers/{logical-router-id}/routing/route-maps/{id} (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Update a specific RouteMap on a Logical Router
PUT /api/v1/logical-routers/{logical-router-id}/routing/route-maps/{id} (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Logical Routers
Get route table on a given node for a logical router
GET /api/v1/logical-routers/{logical-router-id}/routing/route-table (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Logical Routers
Get route table on a node for a logical router
GET /api/v1/logical-routers/{logical-router-id}/routing/route-table?format=csv (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Logical Routers
Get RIB table on a specified node for a logical router
GET /api/v1/logical-routers/{logical-router-id}/routing/routing-table (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Logical Routers
Get RIB table on a specified node for a logical router
GET /api/v1/logical-routers/{logical-router-id}/routing/routing-table?format=csv (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Paginated List of Static Routes
GET /api/v1/logical-routers/{logical-router-id}/routing/static-routes (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Add Static Routes on a Logical Router
POST /api/v1/logical-routers/{logical-router-id}/routing/static-routes (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Delete a specific Static Route on a Logical Router
DELETE /api/v1/logical-routers/{logical-router-id}/routing/static-routes/{id} (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Get a specific Static Route on a Logical Router
GET /api/v1/logical-routers/{logical-router-id}/routing/static-routes/{id} (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Update a specific Static Route Rule on a Logical Router
PUT /api/v1/logical-routers/{logical-router-id}/routing/static-routes/{id} (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > BFD Peers
List static routes BFD Peers
GET /api/v1/logical-routers/{logical-router-id}/routing/static-routes/bfd-peers (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > BFD Peers
Create a static hop BFD peer
POST /api/v1/logical-routers/{logical-router-id}/routing/static-routes/bfd-peers (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > BFD Peers
Delete a specified static route BFD peer cofigured on a specified logical router
DELETE /api/v1/logical-routers/{logical-router-id}/routing/static-routes/bfd-peers/{bfd-peer-id} (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > BFD Peers
Read a static route BFD peer
GET /api/v1/logical-routers/{logical-router-id}/routing/static-routes/bfd-peers/{bfd-peer-id} (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > BFD Peers
Update a static route BFD peer
PUT /api/v1/logical-routers/{logical-router-id}/routing/static-routes/bfd-peers/{bfd-peer-id} (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Logical Routers
Get the Realized State of a Logical Service Router Cluster
GET /api/v1/logical-routers/{logical-router-id}/service-cluster/state (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Logical Routers
Get the Realized State of a Logical Router
GET /api/v1/logical-routers/{logical-router-id}/state (Removed in 9.0)
Management Plane API > Networking > Logical Routing And Services > Logical Routers
Get the status for the Logical Router of the given id
GET /api/v1/logical-routers/{logical-router-id}/status (Removed in 9.0)
Management Plane API > Networking > Logical Switching > Logical Switches
List all Logical Switches
GET /api/v1/logical-switches (Removed in 9.0)
Management Plane API > Networking > Logical Switching > Logical Switches
Create a Logical Switch
POST /api/v1/logical-switches (Removed in 9.0)
Management Plane API > Networking > Logical Switching > Logical Switches
Delete a Logical Switch
DELETE /api/v1/logical-switches/{lswitch-id} (Removed in 9.0)
Management Plane API > Networking > Logical Switching > Logical Switches
Get Logical Switch associated with the provided id (lswitch-id)
GET /api/v1/logical-switches/{lswitch-id} (Removed in 9.0)
Management Plane API > Networking > Logical Switching > Logical Switches
Update a Logical Switch
PUT /api/v1/logical-switches/{lswitch-id} (Removed in 9.0)
Management Plane API > Networking > Logical Switching > Logical Switches
Get MAC Table for Logical Switch of the Given ID (lswitch-id)
GET /api/v1/logical-switches/{lswitch-id}/mac-table (Removed in 9.0)
Management Plane API > Networking > Logical Switching > Logical Switches
Get MAC Table for Logical Switch of the Given ID (lswitch-id)
GET /api/v1/logical-switches/{lswitch-id}/mac-table?format=csv (Removed in 9.0)
Management Plane API > Networking > Logical Switching > Logical Switches
Get the realized state associated with provided logical switch id
GET /api/v1/logical-switches/{lswitch-id}/state (Removed in 9.0)
Management Plane API > Networking > Logical Switching > Logical Switches
Get Statistics for Logical Switch of the Given ID (lswitch-id).
GET /api/v1/logical-switches/{lswitch-id}/statistics (Removed in 9.0)
Management Plane API > Networking > Logical Switching > Logical Switches
Get Logical Switch runtime status info for a given logical switch
GET /api/v1/logical-switches/{lswitch-id}/summary (Removed in 9.0)
Management Plane API > Networking > Logical Switching > Logical Switches
Get virtual tunnel endpoint table for logical switch of the given ID (lswitch-id)
GET /api/v1/logical-switches/{lswitch-id}/vtep-table (Removed in 9.0)
Management Plane API > Networking > Logical Switching > Logical Switches
Get virtual tunnel endpoint table for logical switch of the given ID (lswitch-id)
GET /api/v1/logical-switches/{lswitch-id}/vtep-table?format=csv (Removed in 9.0)
Management Plane API > Networking > Logical Switching > Logical Switches
List logical switches by realized state
GET /api/v1/logical-switches/state (Removed in 9.0)
Management Plane API > Networking > Logical Switching > Logical Switches
Get Status Summary of All Logical Switches in the System
GET /api/v1/logical-switches/status (Removed in 9.0)
Management Plane API > Grouping Objects > MAC Sets
List MACSets
GET /api/v1/mac-sets (Removed in 9.0)
Management Plane API > Grouping Objects > IP Sets
Create MACSet
POST /api/v1/mac-sets (Removed in 9.0)
Management Plane API > Grouping Objects > MAC Sets
Delete MACSet
DELETE /api/v1/mac-sets/{mac-set-id} (Removed in 9.0)
Management Plane API > Grouping Objects > MAC Sets
Read MACSet
GET /api/v1/mac-sets/{mac-set-id} (Removed in 9.0)
Management Plane API > Grouping Objects > MAC Sets
Update MACSet
PUT /api/v1/mac-sets/{mac-set-id} (Removed in 9.0)
Management Plane API > Grouping Objects > MAC Sets
Get all MACAddresses in a MACSet
GET /api/v1/mac-sets/{mac-set-id}/members (Removed in 9.0)
Management Plane API > Grouping Objects > MAC Sets
Add a MAC address to a MACSet
POST /api/v1/mac-sets/{mac-set-id}/members (Removed in 9.0)
Management Plane API > Grouping Objects > MAC Sets
Remove a MAC address from given MACSet
DELETE /api/v1/mac-sets/{mac-set-id}/members/{mac-address} (Removed in 9.0)
Management Plane API > Networking > Services > Metadata Proxy
Get a paginated list of metadata proxies
GET /api/v1/md-proxies (Removed in 9.0)
Management Plane API > Networking > Services > Metadata Proxy
Create a metadata proxy
POST /api/v1/md-proxies (Removed in 9.0)
Management Plane API > Networking > Services > Metadata Proxy
Delete a metadata proxy
DELETE /api/v1/md-proxies/{proxy-id} (Removed in 9.0)
Management Plane API > Networking > Services > Metadata Proxy
Get a metadata proxy
GET /api/v1/md-proxies/{proxy-id} (Removed in 9.0)
Management Plane API > Networking > Services > Metadata Proxy
Update a metadata proxy
PUT /api/v1/md-proxies/{proxy-id} (Removed in 9.0)
Management Plane API > Networking > Services > Metadata Proxy
Get Metadata Proxy status with given proxy id and attached logical switch.
GET /api/v1/md-proxies/{proxy-id}/{logical-switch-id}/status (Removed in 9.0)
Management Plane API > Networking > Services > Metadata Proxy
Get Metadata Proxy statistics with given proxy id
GET /api/v1/md-proxies/{proxy-id}/statistics (Removed in 9.0)
System (Administration) > Monitoring (Health Performance Monitoring)
Read the metrics data by transport node id and SHA plugin id
GET /api/v1/metric/node/{node-id}/plugin/{plugin-id} (Removed in 9.0)
System (Administration) > Monitoring (Health Performance Monitoring)
Delete the metrics data by transport node id and SHA plugin id
DELETE /api/v1/metric/node/{node-id}/plugin/{plugin-id}/data (Removed in 9.0)
System (Administration) > Monitoring (Health Performance Monitoring)
Read the metrics data by transport node id and SHA plugin id
GET /api/v1/metric/node/{node-id}/plugin/{plugin-id}/data (Removed in 9.0)
System (Administration) > Monitoring (Health Performance Monitoring)
Read the metrics data by transport node or unified appliance ids list and SHA plugin id
GET /api/v1/metric/nodes/plugin/{plugin-id}/data (Removed in 9.0)
System Administration > Lifecycle Management > Migration > V2T Migration > Infra
Perform steps required to finalize the infra.
POST /api/v1/migration?action=finalize_infra (Removed in 9.0)
System Administration > Lifecycle Management > Migration > V2T Migration > Stats
Delete the migration data file
DELETE /api/v1/migration/data (Removed in 9.0)
System Administration > Lifecycle Management > Migration > V2T Migration > Stats
Get Migration Data Info.
GET /api/v1/migration/data (Removed in 9.0)
System Administration > Lifecycle Management > Migration > V2T Migration > Stats
Download migration data
GET /api/v1/migration/data/download (Removed in 9.0)
System Administration > Lifecycle Management > Migration > V2T Migration > Stats
Upload migration data
POST /api/v1/migration/data/upload (Removed in 9.0)
System Administration > Lifecycle Management > Migration > V2T Migration > User Inputs
Get the list of discovered switches (DVS, VSS)
GET /api/v1/migration/discovered-switches (Removed in 9.0)
System Administration > Lifecycle Management > Migration > V2T Migration > Feedback
NSX-V feedback details
GET /api/v1/migration/feedback-requests (Removed in 9.0)
System Administration > Lifecycle Management > Migration > V2T Migration > Feedback
Accept default action for feedbacks
POST /api/v1/migration/feedback-response?action=accept-recommended (Removed in 9.0)
System Administration > Lifecycle Management > Migration > V2T Migration > Feedback
Migration feedback response
PUT /api/v1/migration/feedback-response (Removed in 9.0)
System Administration > Lifecycle Management > Migration > V2T Migration > Feedback
Feedback request summary
GET /api/v1/migration/feedback-summary (Removed in 9.0)
System Administration > Lifecycle Management > Migration > V2T Migration > Feedback
NSX-V feedback details
GET /api/v1/migration/grouped-feedback-requests (Removed in 9.0)
System Administration > Lifecycle Management > Migration > V2T Migration > Stats
Get migration stats for logical constructs phase
GET /api/v1/migration/logical-constructs/stats (Removed in 9.0)
System Administration > Lifecycle Management > Migration > V2T Migration > User Inputs
Get the list of migrated switches (DVS, VSS)
GET /api/v1/migration/migrated-switches (Removed in 9.0)
System Administration > Lifecycle Management > Migration > V2T Migration > Group
Return information of all migration unit groups
GET /api/v1/migration/migration-unit-groups (Removed in 9.0)
System Administration > Lifecycle Management > Migration > V2T Migration > Group
Create a group
POST /api/v1/migration/migration-unit-groups (Removed in 9.0)
System Administration > Lifecycle Management > Migration > V2T Migration > Group
Get migration status for migration unit groups
GET /api/v1/migration/migration-unit-groups-status (Removed in 9.0)
System Administration > Lifecycle Management > Migration > V2T Migration > Group
Delete the migration unit group
DELETE /api/v1/migration/migration-unit-groups/{group-id} (Removed in 9.0)
System Administration > Lifecycle Management > Migration > V2T Migration > Group
Return migration unit group information
GET /api/v1/migration/migration-unit-groups/{group-id} (Removed in 9.0)
System Administration > Lifecycle Management > Migration > V2T Migration > Group
Reorder migration unit group
POST /api/v1/migration/migration-unit-groups/{group-id}?action=reorder (Removed in 9.0)
System Administration > Lifecycle Management > Migration > V2T Migration > Group
Add migration units to specified migration unit group
POST /api/v1/migration/migration-unit-groups/{group-id}?action=add_migration_units (Removed in 9.0)
System Administration > Lifecycle Management > Migration > V2T Migration > Group
Update the migration unit group
PUT /api/v1/migration/migration-unit-groups/{group-id} (Removed in 9.0)
System Administration > Lifecycle Management > Migration > V2T Migration > Group
Reorder an migration unit within the migration unit group
POST /api/v1/migration/migration-unit-groups/{group-id}/migration-unit/{migration-unit-id}?action=reorder (Removed in 9.0)
System Administration > Lifecycle Management > Migration > V2T Migration > Group
Get migration status for group
GET /api/v1/migration/migration-unit-groups/{group-id}/status (Removed in 9.0)
System Administration > Lifecycle Management > Migration > V2T Migration > Group
Return aggregate information of all migration unit groups
GET /api/v1/migration/migration-unit-groups/aggregate-info (Removed in 9.0)
System Administration > Lifecycle Management > Migration > V2T Migration > Migration Units
Get migration units
GET /api/v1/migration/migration-units (Removed in 9.0)
System Administration > Lifecycle Management > Migration > V2T Migration > Migration Units
Get migration units stats
GET /api/v1/migration/migration-units-stats (Removed in 9.0)
System Administration > Lifecycle Management > Migration > V2T Migration > Migration Units
Get a specific migration unit
GET /api/v1/migration/migration-units/{migration-unit-id} (Removed in 9.0)
System Administration > Lifecycle Management > Migration > V2T Migration > Migration Units
Get migration units aggregate-info
GET /api/v1/migration/migration-units/aggregate-info (Removed in 9.0)
System Administration > Lifecycle Management > Migration > V2T Migration > Nodes
Get list of nodes across all types
GET /api/v1/migration/nodes (Removed in 9.0)
System Administration > Lifecycle Management > Migration > V2T Migration > Nodes
Get summary of nodes
GET /api/v1/migration/nodes-summary (Removed in 9.0)
System Administration > Lifecycle Management > Migration > V2T Migration > Plan
Reset migration plan to default plan
POST /api/v1/migration/plan?action=reset (Removed in 9.0)
System Administration > Lifecycle Management > Migration > V2T Migration > Plan
Start migration
POST /api/v1/migration/plan?action=start (Removed in 9.0)
System Administration > Lifecycle Management > Migration > V2T Migration > Plan
Rollbabck migration
POST /api/v1/migration/plan?action=rollback (Removed in 9.0)
System Administration > Lifecycle Management > Migration > V2T Migration > Plan
Abort migration
POST /api/v1/migration/plan?action=abort (Removed in 9.0)
System Administration > Lifecycle Management > Migration > V2T Migration > Plan
Pause migration
POST /api/v1/migration/plan?action=pause (Removed in 9.0)
System Administration > Lifecycle Management > Migration > V2T Migration > Plan
Continue migration
POST /api/v1/migration/plan?action=continue (Removed in 9.0)
System Administration > Lifecycle Management > Migration > V2T Migration > Plan
Mark completion of a migration cycle
POST /api/v1/migration/plan?action=finish (Removed in 9.0)
System Administration > Lifecycle Management > Migration > V2T Migration > Plan
Update migration-state of federation site
POST /api/v1/migration/plan?action=update_site_migration_state (Removed in 9.0)
System Administration > Lifecycle Management > Migration > V2T Migration > Plan
Get migration plan settings for the component
GET /api/v1/migration/plan/{component_type}/settings (Removed in 9.0)
System Administration > Lifecycle Management > Migration > V2T Migration > Plan
Update migration plan settings for the component
PUT /api/v1/migration/plan/{component_type}/settings (Removed in 9.0)
System Administration > Lifecycle Management > Migration > V2T Migration > Plan
Get migration-state of all the federation sites.
GET /api/v1/migration/plan/site-migration-state (Removed in 9.0)
System Administration > Lifecycle Management > Migration > V2T Migration > Setup
NSX-V setup details
GET /api/v1/migration/setup (Removed in 9.0)
System Administration > Lifecycle Management > Migration > V2T Migration > Infra
Perform V2T migration steps on newly added Host Transport Node.
POST /api/v1/migration/setup?action=migrate_newly_added_host_transport_node (Removed in 9.0)
System Administration > Lifecycle Management > Migration > V2T Migration > Setup
NSX-V setup details
PUT /api/v1/migration/setup (Removed in 9.0)
System Administration > Lifecycle Management > Migration > V2T Migration > Setup
Add ALB endpoint details for non cross VC migration modes.
PUT /api/v1/migration/setup?action=addAlbInfo (Removed in 9.0)
System Administration > Lifecycle Management > Migration > V2T Migration > Setup
Add NSX-V to NSX-T site mapping
PUT /api/v1/migration/setup?action=addV2tSiteMapping (Removed in 9.0)
System Administration > Lifecycle Management > Migration > V2T Migration > User Inputs
Set the NSX-V ESG to NSX-T Router mapping option.
PUT /api/v1/migration/setup?action=setEsgToRouterMappingOption (Removed in 9.0)
System Administration > Lifecycle Management > Migration > V2T Migration > Status
Get migration status summary
GET /api/v1/migration/status-summary (Removed in 9.0)
System Administration > Lifecycle Management > Migration > V2T Migration > Status
Get migration summary
GET /api/v1/migration/summary (Removed in 9.0)
System Administration > Lifecycle Management > Migration > V2T Migration > User Inputs
Get the switch set as current scope for migration
GET /api/v1/migration/switch (Removed in 9.0)
System Administration > Lifecycle Management > Migration > V2T Migration > User Inputs
Set the switch as current scope for migration
PUT /api/v1/migration/switch (Removed in 9.0)
System Administration > Lifecycle Management > Migration > V2T Migration > Vmgroup
Perform steps required before migrating a VM group.
POST /api/v1/migration/vmgroup?action=pre_migrate (Removed in 9.0)
System Administration > Lifecycle Management > Migration > V2T Migration > Vmgroup
Perform steps required after migrating a VM group.
POST /api/v1/migration/vmgroup?action=post_migrate (Removed in 9.0)
System Administration > Lifecycle Management > Migration > V2T Migration > Vmgroup
Retreives the VM Group Execution Details
GET /api/v1/migration/vmgroup/actions/get_vm_group_execution_details (Removed in 9.0)
System Administration > Monitoring > Sha > Monitors
Remove all the host metric data by given node id
DELETE /api/v1/monitor/node/{node-id}/data (Removed in 9.0)
System Administration > Monitoring > Sha > Monitors
Delete the SHA monitor status by transport node id
DELETE /api/v1/monitor/node/{node-id}/status (Removed in 9.0)
System Administration > Monitoring > Sha > Monitors
Read the sha monitor status by transport node id
GET /api/v1/monitor/node/{node-id}/status (Removed in 9.0)
Management Plane API > Normalization
Get normalizations based on the query parameters
GET /api/v1/normalizations (Removed in 9.0)
Management Plane API > Grouping Objects > NS Groups
List NSGroups
GET /api/v1/ns-groups (Removed in 9.0)
Management Plane API > Grouping Objects > NS Groups
Create NSGroup
POST /api/v1/ns-groups (Removed in 9.0)
Management Plane API > Grouping Objects > NS Groups
Delete NSGroup
DELETE /api/v1/ns-groups/{ns-group-id} (Removed in 9.0)
Management Plane API > Grouping Objects > NS Groups
Read NSGroup
GET /api/v1/ns-groups/{ns-group-id} (Removed in 9.0)
Management Plane API > Grouping Objects > NS Groups
Add NSGroup expression
POST /api/v1/ns-groups/{ns-group-id} (Removed in 9.0)
Management Plane API > Grouping Objects > NS Groups
Update NSGroup
PUT /api/v1/ns-groups/{ns-group-id} (Removed in 9.0)
Management Plane API > Grouping Objects > NS Groups
Get consolidated Effective IPAddress translated from the NSGroup
GET /api/v1/ns-groups/{ns-group-id}/consolidated-effective-ip-address-members (Removed in 9.0)
Management Plane API > Grouping Objects > NS Groups
Get Effective Cloud Native Service Instances of the specified NSGroup.
GET /api/v1/ns-groups/{ns-group-id}/effective-cloud-native-service-instance-members (Removed in 9.0)
Management Plane API > Grouping Objects > NS Groups
Get Effective Directory Groups of the specified NSGroup.
GET /api/v1/ns-groups/{ns-group-id}/effective-directory-group-members (Removed in 9.0)
Management Plane API > Grouping Objects > NS Groups
Get Effective IPAddress translated from the NSGroup
GET /api/v1/ns-groups/{ns-group-id}/effective-ip-address-members (Removed in 9.0)
Management Plane API > Grouping Objects > NS Groups
Get Effective IPSets of the specified NSGroup.
GET /api/v1/ns-groups/{ns-group-id}/effective-ipset-members (Removed in 9.0)
Management Plane API > Grouping Objects > NS Groups
Get Effective Logical Ports translated from the NSgroup
GET /api/v1/ns-groups/{ns-group-id}/effective-logical-port-members (Removed in 9.0)
Management Plane API > Grouping Objects > NS Groups
Get Effective switch members translated from the NSGroup
GET /api/v1/ns-groups/{ns-group-id}/effective-logical-switch-members (Removed in 9.0)
Management Plane API > Grouping Objects > NS Groups
Get Effective Physical Server Memebers of the specified NSGroup.
GET /api/v1/ns-groups/{ns-group-id}/effective-physical-server-members (Removed in 9.0)
Management Plane API > Grouping Objects > NS Groups
Get effective transport node members translated from the NSGroup
GET /api/v1/ns-groups/{ns-group-id}/effective-transport-node-members (Removed in 9.0)
Management Plane API > Grouping Objects > NS Groups
Get effective VIF members translated from the NSGroup
GET /api/v1/ns-groups/{ns-group-id}/effective-vif-members (Removed in 9.0)
Management Plane API > Grouping Objects > NS Groups
Get Effective Virtual Machine members of the specified NSGroup.
GET /api/v1/ns-groups/{ns-group-id}/effective-virtual-machine-members (Removed in 9.0)
Management Plane API > Grouping Objects > NS Groups
Get member types from NSGroup
GET /api/v1/ns-groups/{ns-group-id}/member-types (Removed in 9.0)
Management Plane API > Grouping Objects > NS Groups
Get services to which the given nsgroup belongs to
GET /api/v1/ns-groups/{nsgroup-id}/service-associations (Removed in 9.0)
Management Plane API > Grouping Objects > NS Groups
Get the list of all the virtual machines that are not a part of any existing NSGroup.
GET /api/v1/ns-groups/unassociated-virtual-machines (Removed in 9.0)
Management Plane API > Grouping Objects > NS Profiles
List NSProfiles
GET /api/v1/ns-profiles (Removed in 9.0)
Management Plane API > Grouping Objects > NS Groups
Create NSProfile
POST /api/v1/ns-profiles (Removed in 9.0)
Management Plane API > Grouping Objects > NS Profiles
Delete NSProfile
DELETE /api/v1/ns-profiles/{ns-profile-id} (Removed in 9.0)
Management Plane API > Grouping Objects > NS Profiles
Read NSProfile
GET /api/v1/ns-profiles/{ns-profile-id} (Removed in 9.0)
Management Plane API > Grouping Objects > NS Profiles
Update NSProfile
PUT /api/v1/ns-profiles/{ns-profile-id} (Removed in 9.0)
Management Plane API > Grouping Objects > NS Profiles
List NSProfile supported attribute types
GET /api/v1/ns-profiles/attribute-types (Removed in 9.0)
Management Plane API > Grouping Objects > NS Profiles
List NSProfile supported attribute and sub-attributes
GET /api/v1/ns-profiles/attributes (Removed in 9.0)
Management Plane API > Grouping Objects > NS Service Groups
List all NSServiceGroups
GET /api/v1/ns-service-groups (Removed in 9.0)
Management Plane API > Grouping Objects > NS Services
Create NSServiceGroup
POST /api/v1/ns-service-groups (Removed in 9.0)
Management Plane API > Grouping Objects > NS Service Groups
Delete NSServiceGroup
DELETE /api/v1/ns-service-groups/{ns-service-group-id} (Removed in 9.0)
Management Plane API > Grouping Objects > NS Service Groups
Read NSServiceGroup
GET /api/v1/ns-service-groups/{ns-service-group-id} (Removed in 9.0)
Management Plane API > Grouping Objects > NS Service Groups
Update NSServiceGroup
PUT /api/v1/ns-service-groups/{ns-service-group-id} (Removed in 9.0)
Management Plane API > Grouping Objects > NS Services
List all NSServices
GET /api/v1/ns-services (Removed in 9.0)
Management Plane API > Grouping Objects > NS Services
Create NSService
POST /api/v1/ns-services (Removed in 9.0)
Management Plane API > Grouping Objects > NS Services
Delete NSService
DELETE /api/v1/ns-services/{ns-service-id} (Removed in 9.0)
Management Plane API > Grouping Objects > NS Services
Read NSService
GET /api/v1/ns-services/{ns-service-id} (Removed in 9.0)
Management Plane API > Grouping Objects > NS Services
Update NSService
PUT /api/v1/ns-services/{ns-service-id} (Removed in 9.0)
System Administration > Configuration > Fabric > Pool Management > IP Blocks
Returns list of configured IP address blocks.
GET /api/v1/pools/ip-blocks (Removed in 9.0)
System Administration > Configuration > Fabric > Pool Management > IP Blocks
Create a new IP address block.
POST /api/v1/pools/ip-blocks (Removed in 9.0)
System Administration > Configuration > Fabric > Pool Management > IP Blocks
Delete an IP Address Block
DELETE /api/v1/pools/ip-blocks/{block-id} (Removed in 9.0)
System Administration > Configuration > Fabric > Pool Management > IP Blocks
Get IP address block information.
GET /api/v1/pools/ip-blocks/{block-id} (Removed in 9.0)
System Administration > Configuration > Fabric > Pool Management > IP Blocks
Update an IP Address Block
PUT /api/v1/pools/ip-blocks/{block-id} (Removed in 9.0)
Networking (Ip Management) > IP Pools (Legacy Management Plane)
Create an IP Pool
POST /api/v1/pools/ip-pools (Removed in 9.0)
Networking (Ip Management) > IP Pools (Legacy Management Plane)
Delete an IP Pool
DELETE /api/v1/pools/ip-pools/{pool-id} (Removed in 9.0)
Networking (Ip Management) > IP Pools (Legacy Management Plane)
Allocate or Release an IP Address from a Pool
POST /api/v1/pools/ip-pools/{pool-id} (Removed in 9.0)
Networking (Ip Management) > IP Pools (Legacy Management Plane)
Update an IP Pool
PUT /api/v1/pools/ip-pools/{pool-id} (Removed in 9.0)
System Administration > Configuration > Fabric > Pool Management > IP Blocks
List subnets within an IP block
GET /api/v1/pools/ip-subnets (Removed in 9.0)
System Administration > Configuration > Fabric > Pool Management > IP Blocks
Create subnet of specified size within an IP block
POST /api/v1/pools/ip-subnets (Removed in 9.0)
System Administration > Configuration > Fabric > Pool Management > IP Blocks
Delete subnet within an IP block
DELETE /api/v1/pools/ip-subnets/{subnet-id} (Removed in 9.0)
System Administration > Configuration > Fabric > Pool Management > IP Blocks
Get the subnet within an IP block
GET /api/v1/pools/ip-subnets/{subnet-id} (Removed in 9.0)
System Administration > Configuration > Fabric > Pool Management > IP Blocks
Allocate or Release an IP Address from a Ip Subnet
POST /api/v1/pools/ip-subnets/{subnet-id} (Removed in 9.0)
Management Plane API > Security > Service Configuration
List service configs
GET /api/v1/service-configs (Removed in 9.0)
Management Plane API > Security > Service Configuration
Create service config
POST /api/v1/service-configs (Removed in 9.0)
Management Plane API > Security > Service Configuration
Delete Service Config
DELETE /api/v1/service-configs/{config-set-id} (Removed in 9.0)
Management Plane API > Security > Service Configuration
Read Service Config
GET /api/v1/service-configs/{config-set-id} (Removed in 9.0)
Management Plane API > Security > Service Configuration
Update service config
PUT /api/v1/service-configs/{config-set-id} (Removed in 9.0)
Management Plane API > Security > Service Configuration
Creates/Updates service configs sent in batch request
POST /api/v1/service-configs/batch (Removed in 9.0)
Management Plane API > Security > Service Configuration
Get Effective Profiles for an Entity
GET /api/v1/service-configs/effective-profiles (Removed in 9.0)
Management Plane API > Networking > Logical Switching > Logical Switch Ports
List Switching Profiles
GET /api/v1/switching-profiles (Removed in 9.0)
Management Plane API > Networking > Logical Switching > Logical Switch Ports
Create a Switching Profile
POST /api/v1/switching-profiles (Removed in 9.0)
Management Plane API > Networking > Logical Switching > Logical Switch Ports
Delete a Switching Profile
DELETE /api/v1/switching-profiles/{switching-profile-id} (Removed in 9.0)
Management Plane API > Networking > Logical Switching > Logical Switch Ports
Get Switching Profile by ID
GET /api/v1/switching-profiles/{switching-profile-id} (Removed in 9.0)
Management Plane API > Networking > Logical Switching > Logical Switch Ports
Update a Switching Profile
PUT /api/v1/switching-profiles/{switching-profile-id} (Removed in 9.0)
Management Plane API > Networking > Logical Switching > Logical Switch Ports
Get Counts of Ports and Switches Using This Switching Profile
GET /api/v1/switching-profiles/{switching-profile-id}/summary (Removed in 9.0)
Management Plane API > Troubleshooting And Monitoring > Traceflow
List all Traceflow rounds
GET /api/v1/traceflows (Removed in 9.0)
Management Plane API > Troubleshooting And Monitoring > Traceflow
Initiate a Traceflow Operation on the Specified Port
POST /api/v1/traceflows (Removed in 9.0)
Management Plane API > Troubleshooting And Monitoring > Traceflow
Delete the Traceflow round
DELETE /api/v1/traceflows/{traceflow-id} (Removed in 9.0)
Management Plane API > Troubleshooting And Monitoring > Traceflow
Get the Traceflow round status and result summary
GET /api/v1/traceflows/{traceflow-id} (Removed in 9.0)
Management Plane API > Troubleshooting And Monitoring > Traceflow
Get observations for the Traceflow round
GET /api/v1/traceflows/{traceflow-id}/observations (Removed in 9.0)
Management Plane API > Networking > VPN > IPSEC > DPD Profiles
Get IPSec dead peer detection (DPD) profile list result
GET /api/v1/vpn/ipsec/dpd-profiles (Removed in 9.0)
Management Plane API > Networking > VPN > IPSEC > DPD Profiles
Create dead peer detection (DPD) profile
POST /api/v1/vpn/ipsec/dpd-profiles (Removed in 9.0)
Management Plane API > Networking > VPN > IPSEC > DPD Profiles
Delete dead peer detection (DPD) profile
DELETE /api/v1/vpn/ipsec/dpd-profiles/{ipsec-vpn-dpd-profile-id} (Removed in 9.0)
Management Plane API > Networking > VPN > IPSEC > DPD Profiles
Get IPSec dead peer detection (DPD) profile
GET /api/v1/vpn/ipsec/dpd-profiles/{ipsec-vpn-dpd-profile-id} (Removed in 9.0)
Management Plane API > Networking > VPN > IPSEC > DPD Profiles
Edit IPSec dead peer detection (DPD) profile
PUT /api/v1/vpn/ipsec/dpd-profiles/{ipsec-vpn-dpd-profile-id} (Removed in 9.0)
Management Plane API > Networking > VPN > IPSEC > IKE Profiles
List IKE profiles
GET /api/v1/vpn/ipsec/ike-profiles (Removed in 9.0)
Management Plane API > Networking > VPN > IPSEC > IKE Profiles
Create custom internet key exchange (IKE) Profile
POST /api/v1/vpn/ipsec/ike-profiles (Removed in 9.0)
Management Plane API > Networking > VPN > IPSEC > IKE Profiles
Delete custom IKE Profile
DELETE /api/v1/vpn/ipsec/ike-profiles/{ipsec-vpn-ike-profile-id} (Removed in 9.0)
Management Plane API > Networking > VPN > IPSEC > IKE Profiles
Get IKE Profile
GET /api/v1/vpn/ipsec/ike-profiles/{ipsec-vpn-ike-profile-id} (Removed in 9.0)
Management Plane API > Networking > VPN > IPSEC > IKE Profiles
Edit custom IKE Profile
PUT /api/v1/vpn/ipsec/ike-profiles/{ipsec-vpn-ike-profile-id} (Removed in 9.0)
Management Plane API > Networking > VPN > IPSEC > Peer Endpoints
Get IPSec local endpoint list result
GET /api/v1/vpn/ipsec/local-endpoints (Removed in 9.0)
Management Plane API > Networking > VPN > IPSEC > Peer Endpoints
Create custom local endpoint
POST /api/v1/vpn/ipsec/local-endpoints (Removed in 9.0)
Management Plane API > Networking > VPN > IPSEC > Peer Endpoints
Delete custom IPSec local endpoint
DELETE /api/v1/vpn/ipsec/local-endpoints/{ipsec-vpn-local-endpoint-id} (Removed in 9.0)
Management Plane API > Networking > VPN > IPSEC > Peer Endpoints
Get custom IPSec local endpoint
GET /api/v1/vpn/ipsec/local-endpoints/{ipsec-vpn-local-endpoint-id} (Removed in 9.0)
Management Plane API > Networking > VPN > IPSEC > Peer Endpoints
Edit custom IPSec local endpoint
PUT /api/v1/vpn/ipsec/local-endpoints/{ipsec-vpn-local-endpoint-id} (Removed in 9.0)
Management Plane API > Networking > VPN > IPSEC > Peer Endpoints
Get IPSecVPNPeerEndpoint List Result
GET /api/v1/vpn/ipsec/peer-endpoints (Removed in 9.0)
Management Plane API > Networking > VPN > IPSEC > Peer Endpoints
Create custom peer endpoint
POST /api/v1/vpn/ipsec/peer-endpoints (Removed in 9.0)
Management Plane API > Networking > VPN > IPSEC > Peer Endpoints
Delete custom IPSec VPN peer endpoint
DELETE /api/v1/vpn/ipsec/peer-endpoints/{ipsec-vpn-peer-endpoint-id} (Removed in 9.0)
Management Plane API > Networking > VPN > IPSEC > Peer Endpoints
Get IPSec VPN peer endpoint
GET /api/v1/vpn/ipsec/peer-endpoints/{ipsec-vpn-peer-endpoint-id} (Removed in 9.0)
Management Plane API > Networking > VPN > IPSEC > Peer Endpoints
Get IPSec VPN peer endpoint with PSK
GET /api/v1/vpn/ipsec/peer-endpoints/{ipsec-vpn-peer-endpoint-id}?action=show-sensitive-data (Removed in 9.0)
Management Plane API > Networking > VPN > IPSEC > Peer Endpoints
Edit custom IPSecPeerEndpoint
PUT /api/v1/vpn/ipsec/peer-endpoints/{ipsec-vpn-peer-endpoint-id} (Removed in 9.0)
Management Plane API > Networking > VPN > IPSEC > Services
Get IPSec VPN service list result
GET /api/v1/vpn/ipsec/services (Removed in 9.0)
Management Plane API > Networking > VPN > IPSEC > Services
Create VPN service
POST /api/v1/vpn/ipsec/services (Removed in 9.0)
Management Plane API > Networking > VPN > IPSEC > Services
Delete IPSec VPN service
DELETE /api/v1/vpn/ipsec/services/{ipsec-vpn-service-id} (Removed in 9.0)
Management Plane API > Networking > VPN > IPSEC > Services
Get IPSec VPN service
GET /api/v1/vpn/ipsec/services/{ipsec-vpn-service-id} (Removed in 9.0)
Management Plane API > Networking > VPN > IPSEC > Services
Edit IPSec VPN service
PUT /api/v1/vpn/ipsec/services/{ipsec-vpn-service-id} (Removed in 9.0)
Management Plane API > Networking > VPN > IPSEC > Sessions
Get IPSec VPN session list result
GET /api/v1/vpn/ipsec/sessions (Removed in 9.0)
Management Plane API > Networking > VPN > IPSEC > Sessions
Create new VPN session
POST /api/v1/vpn/ipsec/sessions (Removed in 9.0)
Management Plane API > Networking > VPN > IPSEC > Sessions
Delete IPSec VPN session
DELETE /api/v1/vpn/ipsec/sessions/{ipsec-vpn-session-id} (Removed in 9.0)
Management Plane API > Networking > VPN > IPSEC > Sessions
Fetch IPSec VPN session
GET /api/v1/vpn/ipsec/sessions/{ipsec-vpn-session-id} (Removed in 9.0)
Management Plane API > Networking > VPN > IPSEC > Sessions
Edit IPSec VPN session
PUT /api/v1/vpn/ipsec/sessions/{ipsec-vpn-session-id} (Removed in 9.0)
Management Plane API > Networking > VPN > IPSEC > Sessions
Get VPN configuration for the peer site
GET /api/v1/vpn/ipsec/sessions/{ipsec-vpn-session-id}/peer-config (Removed in 9.0)
Management Plane API > Networking > VPN > IPSEC > Sessions
Get the Realized State of a IPSec VPN Session
GET /api/v1/vpn/ipsec/sessions/{ipsec-vpn-session-id}/state (Removed in 9.0)
Management Plane API > Networking > VPN > Statistics > IPSEC Sessions Statistics
Get IPSec VPN session statistics
GET /api/v1/vpn/ipsec/sessions/{session-id}/statistics (Removed in 9.0)
Management Plane API > Networking > VPN > Statistics > IPSEC Reset Sessions Statistics
Reset the statistics of the given VPN session
POST /api/v1/vpn/ipsec/sessions/{session-id}/statistics?action=reset (Removed in 9.0)
Management Plane API > Networking > VPN > Statistics > IKE Sessions Status
Get IPSec VPN IKE session status
GET /api/v1/vpn/ipsec/sessions/{session-id}/status (Removed in 9.0)
Management Plane API > Networking > VPN > Statistics > IPSEC Sessions Summary
VPN session summary
GET /api/v1/vpn/ipsec/sessions/summary (Removed in 9.0)
Management Plane API > Networking > VPN > IPSEC > Tunnel Profiles
Get IPSecTunnelProfile List Result
GET /api/v1/vpn/ipsec/tunnel-profiles (Removed in 9.0)
Management Plane API > Networking > VPN > IPSEC > Tunnel Profiles
Create custom IPSec tunnel profile
POST /api/v1/vpn/ipsec/tunnel-profiles (Removed in 9.0)
Management Plane API > Networking > VPN > IPSEC > Tunnel Profiles
Delete custom IPSecTunnelProfile
DELETE /api/v1/vpn/ipsec/tunnel-profiles/{ipsec-vpn-tunnel-profile-id} (Removed in 9.0)
Management Plane API > Networking > VPN > IPSEC > Tunnel Profiles
Get IPSec tunnel profile
GET /api/v1/vpn/ipsec/tunnel-profiles/{ipsec-vpn-tunnel-profile-id} (Removed in 9.0)
Management Plane API > Networking > VPN > IPSEC > Tunnel Profiles
Edit custom IPSecTunnelProfile
PUT /api/v1/vpn/ipsec/tunnel-profiles/{ipsec-vpn-tunnel-profile-id} (Removed in 9.0)
Management Plane API > Networking > VPN > L2VPN > Services
Get all L2VPN services
GET /api/v1/vpn/l2vpn/services (Removed in 9.0)
Management Plane API > Networking > VPN > L2VPN > Services
Create L2VPN service
POST /api/v1/vpn/l2vpn/services (Removed in 9.0)
Management Plane API > Networking > VPN > L2VPN > Services
Delete a L2VPN service
DELETE /api/v1/vpn/l2vpn/services/{l2vpn-service-id} (Removed in 9.0)
Management Plane API > Networking > VPN > L2VPN > Services
Get L2VPN service
GET /api/v1/vpn/l2vpn/services/{l2vpn-service-id} (Removed in 9.0)
Management Plane API > Networking > VPN > L2VPN > Services
Edit a L2VPN service
PUT /api/v1/vpn/l2vpn/services/{l2vpn-service-id} (Removed in 9.0)
Management Plane API > Networking > VPN > L2VPN > Sessions
Get all L2VPN sessions
GET /api/v1/vpn/l2vpn/sessions (Removed in 9.0)
Management Plane API > Networking > VPN > L2VPN > Sessions
Create L2VPN session
POST /api/v1/vpn/l2vpn/sessions (Removed in 9.0)
Management Plane API > Networking > VPN > L2VPN > Sessions
Delete a L2VPN session
DELETE /api/v1/vpn/l2vpn/sessions/{l2vpn-session-id} (Removed in 9.0)
Management Plane API > Networking > VPN > L2VPN > Sessions
Get a L2VPN session
GET /api/v1/vpn/l2vpn/sessions/{l2vpn-session-id} (Removed in 9.0)
Management Plane API > Networking > VPN > L2VPN > Sessions
Edit a L2VPN session
PUT /api/v1/vpn/l2vpn/sessions/{l2vpn-session-id} (Removed in 9.0)
Management Plane API > Networking > VPN > L2VPN > Sessions
Get peer codes for the L2VpnSession
GET /api/v1/vpn/l2vpn/sessions/{l2vpn-session-id}/peer-codes (Removed in 9.0)
Management Plane API > Networking > VPN > Statistics > L2VPN Remote MACS
Get L2VPN session remote mac for logical switch
GET /api/v1/vpn/l2vpn/sessions/{session-id}/remote-mac (Removed in 9.0)
Management Plane API > Networking > VPN > Statistics > L2VPN Session Statistics
Get L2VPN session statistics
GET /api/v1/vpn/l2vpn/sessions/{session-id}/statistics (Removed in 9.0)
Management Plane API > Networking > VPN > Statistics > L2VPN Session Status
Get L2VPN session status
GET /api/v1/vpn/l2vpn/sessions/{session-id}/status (Removed in 9.0)
Management Plane API > Networking > VPN > Statistics > L2VPN Sessions Summary
Get status summary of all existing L2VPN sessions.
GET /api/v1/vpn/l2vpn/sessions/summary (Removed in 9.0)
Management Plane API > Networking > VPN > Statistics > IKE Service
Cumulative statistics for one IKE service instance
GET /api/v1/vpn/services/{service-id}/summary (Removed in 9.0)

Removed in Version 4.1

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)

Removed in Version 4.0

API Description API Path
System (Administration) > Transport Nodes (Interfaces)
List the specified node's Network Interfaces
GET /api/v1/fabric/nodes/{node-id}/network/interfaces (Removed in 4.0)
System (Administration) > Service Insertion
Get list of members in exclude list
GET /api/v1/serviceinsertion/excludelist (Removed in 4.0)
System (Administration) > Service Insertion
Add a new member in the exclude list
POST /api/v1/serviceinsertion/excludelist?action=add_member (Removed in 4.0)
System (Administration) > Service Insertion
Remove an existing object from the exclude list
POST /api/v1/serviceinsertion/excludelist?action=remove_member (Removed in 4.0)
System (Administration) > Service Insertion
Modify exclude list
PUT /api/v1/serviceinsertion/excludelist (Removed in 4.0)
System (Administration) > Service Insertion
List All Service Insertion Sections
GET /api/v1/serviceinsertion/sections (Removed in 4.0)
System (Administration) > Service Insertion
Create a New Empty Section
POST /api/v1/serviceinsertion/sections (Removed in 4.0)
System (Administration) > Service Insertion
Create a Section with Rules
POST /api/v1/serviceinsertion/sections?action=create_with_rules (Removed in 4.0)
System (Administration) > Service Insertion
Delete an Existing Section and Its Associated Rules
DELETE /api/v1/serviceinsertion/sections/{section-id} (Removed in 4.0)
System (Administration) > Service Insertion
Get an Existing Section
GET /api/v1/serviceinsertion/sections/{section-id} (Removed in 4.0)
System (Administration) > Service Insertion
Get an Existing Section, Including Rules
POST /api/v1/serviceinsertion/sections/{section-id}?action=list_with_rules (Removed in 4.0)
System (Administration) > Service Insertion
Update an Existing Section, Including Its Rules
POST /api/v1/serviceinsertion/sections/{section-id}?action=update_with_rules (Removed in 4.0)
System (Administration) > Service Insertion
Update an Existing Section, Including Its Position
POST /api/v1/serviceinsertion/sections/{section-id}?action=revise (Removed in 4.0)
System (Administration) > Service Insertion
Update an Existing Section with Rules
POST /api/v1/serviceinsertion/sections/{section-id}?action=revise_with_rules (Removed in 4.0)
System (Administration) > Service Insertion
Update an Existing Section
PUT /api/v1/serviceinsertion/sections/{section-id} (Removed in 4.0)
System (Administration) > Service Insertion
Get All the Rules for a Section
GET /api/v1/serviceinsertion/sections/{section-id}/rules (Removed in 4.0)
System (Administration) > Service Insertion
Add a Single Rule in a Section
POST /api/v1/serviceinsertion/sections/{section-id}/rules (Removed in 4.0)
System (Administration) > Service Insertion
Add Multiple Rules in a Section
POST /api/v1/serviceinsertion/sections/{section-id}/rules?action=create_multiple (Removed in 4.0)
System (Administration) > Service Insertion
Delete an Existing Rule
DELETE /api/v1/serviceinsertion/sections/{section-id}/rules/{rule-id} (Removed in 4.0)
System (Administration) > Service Insertion
Read an Existing Rule
GET /api/v1/serviceinsertion/sections/{section-id}/rules/{rule-id} (Removed in 4.0)
System (Administration) > 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)
System (Administration) > Service Insertion
Update an Existing Rule
PUT /api/v1/serviceinsertion/sections/{section-id}/rules/{rule-id} (Removed in 4.0)
System (Administration) > Service Insertion
List all service insertion status for supported contexts
GET /api/v1/serviceinsertion/status (Removed in 4.0)
System (Administration) > Service Insertion
Get ServiceInsertion global status for a context
GET /api/v1/serviceinsertion/status/{context-type} (Removed in 4.0)
System (Administration) > Service Insertion
Update global ServiceInsertion status for a context
PUT /api/v1/serviceinsertion/status/{context-type} (Removed in 4.0)