NSX-T Data Center REST API

Deprecated Methods

The following API methods are deprecated in this version. Deprecated methods continue to function, but may be removed in a future NSX version. Each deprecated method's documentation will advise what new method should be called instead of the deprecated method.

API Description API Path
Cloud Service Manager > AWS Gateway AMIS
Returns a list of Aws Gateway Amis.

DeprecatedThis API is needed only in NSX Cloud as a Service workflow, which is discontinued.
GET /api/v1/csm/aws/gateway-amis (Deprecated)
Cloud Service Manager > AWS Gateway AMIS
Registers a AWS Gateway AMI for the region specified in the body. One can register only one gateway AMI ID per region. If a gateway AMI is already registered with a region, user is expected to use update API to overwrite the registerd AMI for a region.

DeprecatedThis API is needed only in NSX Cloud as a Service workflow, which is discontinued.
POST /api/v1/csm/aws/gateway-amis (Deprecated)
Cloud Service Manager > AWS Gateway AMIS
Delete a AWS Gateway AMI.

DeprecatedThis API is needed only in NSX Cloud as a Service workflow, which is discontinued.
DELETE /api/v1/csm/aws/gateway-amis/<region-id> (Deprecated)
Cloud Service Manager > AWS Gateway AMIS
Returns AWS Gateway AMI for a particular region.

DeprecatedThis API is needed only in NSX Cloud as a Service workflow, which is discontinued.
GET /api/v1/csm/aws/gateway-amis/<region-id> (Deprecated)
Cloud Service Manager > AWS Gateway AMIS
Update a AWS Gateway AMI.

DeprecatedThis API is needed only in NSX Cloud as a Service workflow, which is discontinued.
PUT /api/v1/csm/aws/gateway-amis/<region-id> (Deprecated)
Cloud Service Manager > AWS Resources
GET /api/v1/csm/aws/vpcs/security-groups (Deprecated)
Federation > Inter-Sites
Get L2 forwarder status

Deprecated
Please use below Policy API.
GET /policy/api/v1/global-infra/segments/<tier0-ls>/inter-site-forwarder/site-span-info?enforcement_point_path=/infra/sites/default/enforcement-points/default
GET /api/v1/logical-switches/<logical-switch-id>/inter-site-forwarder/status (Experimental) (Deprecated)
Federation > Inter-Sites
Get inter-site BGP summary of edge node

Deprecated
Please use below Policy API.
GET /policy/api/v1/global-infra/tier-0s/<tier-0-id>/locale-services/<tier0-locale-service>/inter-site/bgp-summary
GET /policy/api/v1/global-infra/tier-1s/<tier-1-id>/locale-services/<tier1-locale-service>/inter-site/bgp-summary
GET /api/v1/transport-nodes/<edge-node-id>/inter-site/bgp/summary (Deprecated)
Management Plane API > Associations
Get ResourceReference objects to which the given resource belongs to

DeprecatedThis API is deprecated. Please use below policy API /infra/virtual-machine-group-associations?vm_external_id= /infra/virtual-network-interface-group-associations?vif_external_id= /infra/ip-address-group-associations?ip_address=10.1.19.10 /infra/group-associations?intent_path= to get policy groups associated with the given resource.
GET /api/v1/associations (Deprecated)
Management Plane API > Grouping Objects > IP Sets
List IPSets

DeprecatedThis API is deprecated. Please use policy API /infra/domains//groups?member_types=IPAddress to fetch groups with IPAddress.
GET /api/v1/ip-sets (Deprecated)
Management Plane API > Grouping Objects > IP Sets
Delete IPSet

DeprecatedThis API is deprecated. Please use policy API /infra/domains/default/groups/ to delete group with IPAddress.
DELETE /api/v1/ip-sets/<ip-set-id> (Deprecated)
Management Plane API > Grouping Objects > IP Sets
Read IPSet

DeprecatedThis API is deprecated. Please use policy API /infra/domains//groups/ to fetch group with IPAddress.
GET /api/v1/ip-sets/<ip-set-id> (Deprecated)
Management Plane API > Grouping Objects > IP Sets
Add a IP address to a IPSet

DeprecatedThis API is deprecated. Please use policy API /infra/domains//groups//ip-address-expressions/ to add/remove IPAddress from group.
POST /api/v1/ip-sets/<ip-set-id> (Deprecated)
Management Plane API > Grouping Objects > IP Sets
Update IPSet

DeprecatedThis API is deprecated. Please use policy API /infra/domains/default/groups/ to update group with IPAddress.
PUT /api/v1/ip-sets/<ip-set-id> (Deprecated)
Management Plane API > Grouping Objects > IP Sets
Get all IPAddresses in a IPSet

DeprecatedThis API is deprecated. Please use policy API /infra/domains//groups/ to get IPAddress members from group.
GET /api/v1/ip-sets/<ip-set-id>/members (Deprecated)
Management Plane API > Grouping Objects > IP Sets
Create MACSet

DeprecatedThis API is deprecated. Please use policy API /infra/domains//groups to create a group with MACAddress.
POST /api/v1/mac-sets (Deprecated)
Management Plane API > Grouping Objects > MAC Sets
List MACSets

DeprecatedThis API is deprecated. Please use policy API /infra/domains//groups?member_types=MACAddress to fetch groups with MACAddress.
GET /api/v1/mac-sets (Deprecated)
Management Plane API > Grouping Objects > MAC Sets
Delete MACSet

DeprecatedThis API is deprecated. Please use policy API /infra/domains//groups to delete a group with MACAddress.
DELETE /api/v1/mac-sets/<mac-set-id> (Deprecated)
Management Plane API > Grouping Objects > MAC Sets
Read MACSet

DeprecatedThis API is deprecated. Please use policy API /infra/domains/default/groups/ to fetch group with MACAddress.
GET /api/v1/mac-sets/<mac-set-id> (Deprecated)
Management Plane API > Grouping Objects > MAC Sets
Update MACSet

DeprecatedThis API is deprecated. Please use policy API /infra/domains//groups to update a group with MACAddress.
PUT /api/v1/mac-sets/<mac-set-id> (Deprecated)
Management Plane API > Grouping Objects > MAC Sets
Get all MACAddresses in a MACSet

DeprecatedThis API is deprecated. Please use policy API /infra/domains//groups to get MAC addresses of a group.
GET /api/v1/mac-sets/<mac-set-id>/members (Deprecated)
Management Plane API > Grouping Objects > MAC Sets
Add a MAC address to a MACSet

DeprecatedThis API is deprecated. Please use policy API /infra/domains//groups//mac-address-expressions/ to add a MAC address to a group.
POST /api/v1/mac-sets/<mac-set-id>/members (Deprecated)
Management Plane API > Grouping Objects > MAC Sets
Remove a MAC address from given MACSet

DeprecatedThis API is deprecated. Please use policy API /infra/domains//groups//mac-address-expressions/ to remove MAC address from a group.
DELETE /api/v1/mac-sets/<mac-set-id>/members/<mac-address> (Deprecated)
Management Plane API > Grouping Objects > NS Groups
List NSGroups

DeprecatedThis API is deprecated. Please use below policy API /infra/domains//groups/ to list all NSGroups.
GET /api/v1/ns-groups (Deprecated)
Management Plane API > Grouping Objects > NS Groups
Create NSGroup

DeprecatedThis API is deprecated. Please use below policy API /infra/domains//groups/ to create Group.
POST /api/v1/ns-groups (Deprecated)
Management Plane API > Grouping Objects > NS Groups
Read NSGroup

DeprecatedThis API is deprecated. Please use below policy API /infra/domains//groups/ to read Group.
GET /api/v1/ns-groups/<ns-group-id> (Deprecated)
Management Plane API > Grouping Objects > NS Groups
Update NSGroup

DeprecatedThis API is deprecated. Please use below policy API /infra/domains//groups/ to update Group.
PUT /api/v1/ns-groups/<ns-group-id> (Deprecated)
Management Plane API > Grouping Objects > NS Groups
Get Effective IPAddress translated from the NSGroup

DeprecatedThis API is deprecated. Please use below policy API /infra/domains//groups//members/ip-addresses to get effective ip address members of a Group.
GET /api/v1/ns-groups/<ns-group-id>/effective-ip-address-members (Deprecated)
Management Plane API > Grouping Objects > NS Groups
Get Effective Logical Ports translated from the NSgroup

DeprecatedThis API is deprecated. Please use below policy API's /infra/domains//groups//members/segment-ports /infra/domains//groups//members/logical-ports to get effective logical ports of a Group.
GET /api/v1/ns-groups/<ns-group-id>/effective-logical-port-members (Deprecated)
Management Plane API > Grouping Objects > NS Groups
Get Effective switch members translated from the NSGroup

DeprecatedThis API is deprecated. Please use below policy API's /infra/domains//groups//members/segments /infra/domains//groups//members/logical-switches to get effective logical switches of a Group.
GET /api/v1/ns-groups/<ns-group-id>/effective-logical-switch-members (Deprecated)
Management Plane API > Grouping Objects > NS Groups
Get effective VIF members translated from the NSGroup

DeprecatedThis API is deprecated. Please use below policy API /infra/domains//groups//members/vifs to get effective virtual network interfaces of a Group.
GET /api/v1/ns-groups/<ns-group-id>/effective-vif-members (Deprecated)
Management Plane API > Grouping Objects > NS Groups
Get Effective Virtual Machine members of the specified NSGroup.

DeprecatedThis API is deprecated. Please use below policy API /infra/domains//groups//members/virtual-machines to get effective virtual machines of a Group.
GET /api/v1/ns-groups/<ns-group-id>/effective-virtual-machine-members (Deprecated)
Management Plane API > Grouping Objects > NS Groups
Create NSProfile

DeprecatedThis API is deprecated. Use PATCH /infra/context-profiles/
POST /api/v1/ns-profiles (Deprecated)
Management Plane API > Grouping Objects > NS Profiles
Create IPSet

DeprecatedThis API is deprecated. Please use policy API /infra/domains//groups to create a group with type IPAddress.
POST /api/v1/ip-sets (Deprecated)
Management Plane API > Grouping Objects > NS Profiles
List NSProfiles

DeprecatedThis API is deprecated. Use GET /infra/context-profiles
GET /api/v1/ns-profiles (Deprecated)
Management Plane API > Grouping Objects > NS Profiles
Delete NSProfile

DeprecatedThis API is deprecated. Use DELETE /infra/context-profiles/
DELETE /api/v1/ns-profiles/<ns-profile-id> (Deprecated)
Management Plane API > Grouping Objects > NS Profiles
Read NSProfile

DeprecatedThis API is deprecated. Use GET /infra/context-profiles/
GET /api/v1/ns-profiles/<ns-profile-id> (Deprecated)
Management Plane API > Grouping Objects > NS Profiles
Update NSProfile

DeprecatedThis API is deprecated. Use PUT /infra/context-profiles/
PUT /api/v1/ns-profiles/<ns-profile-id> (Deprecated)
Management Plane API > Grouping Objects > NS Profiles
List NSProfile supported attribute and sub-attributes

DeprecatedThis API is deprecated. Use GET /infra/context-profiles/attributes
GET /api/v1/ns-profiles/attributes (Deprecated)
Management Plane API > Grouping Objects > NS Service Groups
List all NSServiceGroups

DeprecatedThis API is deprecated. Please use policy API /infra/services to fetch all services.
GET /api/v1/ns-service-groups (Deprecated)
Management Plane API > Grouping Objects > NS Service Groups
Delete NSServiceGroup

DeprecatedThis API is deprecated. Please use policy API /infra/services/ to delete service.
DELETE /api/v1/ns-service-groups/<ns-service-group-id> (Deprecated)
Management Plane API > Grouping Objects > NS Service Groups
Read NSServiceGroup

DeprecatedThis API is deprecated. Please use policy API /infra/services/ to read service.
GET /api/v1/ns-service-groups/<ns-service-group-id> (Deprecated)
Management Plane API > Grouping Objects > NS Service Groups
Update NSServiceGroup

DeprecatedThis API is deprecated. Please use policy API /infra/services/ to update service.
PUT /api/v1/ns-service-groups/<ns-service-group-id> (Deprecated)
Management Plane API > Grouping Objects > NS Services
Create NSServiceGroup

DeprecatedThis API is deprecated. Please use policy API /infra/services/ to create service.
POST /api/v1/ns-service-groups (Deprecated)
Management Plane API > Grouping Objects > NS Services
List all NSServices

DeprecatedThis API is deprecated. Please use policy API /infra/services to fetch all services.
GET /api/v1/ns-services (Deprecated)
Management Plane API > Grouping Objects > NS Services
Create NSService

DeprecatedThis API is deprecated. Please use policy API /infra/services/ to create service.
POST /api/v1/ns-services (Deprecated)
Management Plane API > Grouping Objects > NS Services
Delete NSService

DeprecatedThis API is deprecated. Please use policy API /infra/services/ to delete service.
DELETE /api/v1/ns-services/<ns-service-id> (Deprecated)
Management Plane API > Grouping Objects > NS Services
Read NSService

DeprecatedThis API is deprecated. Please use policy API /infra/services/ to read service.
GET /api/v1/ns-services/<ns-service-id> (Deprecated)
Management Plane API > Grouping Objects > NS Services
Update NSService

DeprecatedThis API is deprecated. Please use policy API /infra/services/ to update service.
PUT /api/v1/ns-services/<ns-service-id> (Deprecated)
Management Plane API > Networking > Logical Bridging > Bridge Endpoints
POST /api/v1/bridge-endpoints (Deprecated)
Management Plane API > Networking > Logical Bridging > Bridge Endpoints
DELETE /api/v1/bridge-endpoints/<bridgeendpoint-id> (Deprecated)
Management Plane API > Networking > Logical Bridging > Bridge Endpoints
PUT /api/v1/bridge-endpoints/<bridgeendpoint-id> (Deprecated)
Management Plane API > Networking > Logical Routing And Services > BFD Peers
List static routes BFD Peers

Deprecated
Please use below Policy APIs.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/static-routes/bfd-peers
GET /api/v1/logical-routers/<logical-router-id>/routing/static-routes/bfd-peers (Deprecated)
Management Plane API > Networking > Logical Routing And Services > BFD Peers
Create a static hop BFD peer

Deprecated
Please use below Policy APIs.
POST /policy/api/v1/infra/tier-0s/<tier-0-id>/static-routes/bfd-peers
POST /api/v1/logical-routers/<logical-router-id>/routing/static-routes/bfd-peers (Deprecated)
Management Plane API > Networking > Logical Routing And Services > BFD Peers
Delete a specified static route BFD peer cofigured on a specified logical router

Deprecated
Please use below Policy APIs.
DELETE /policy/api/v1/infra/tier-0s/<tier-0-id>/static-routes/bfd-peers/<bfd-peer-id>
DELETE /api/v1/logical-routers/<logical-router-id>/routing/static-routes/bfd-peers/<bfd-peer-id> (Deprecated)
Management Plane API > Networking > Logical Routing And Services > BFD Peers
Read a static route BFD peer

Deprecated
Please use below Policy APIs.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/static-routes/bfd-peers/<bfd-peer-id>
GET /api/v1/logical-routers/<logical-router-id>/routing/static-routes/bfd-peers/<bfd-peer-id> (Deprecated)
Management Plane API > Networking > Logical Routing And Services > BFD Peers
Update a static route BFD peer

Deprecated
Please use below Policy APIs.
PUT /policy/api/v1/infra/tier-0s/<tier-0-id>/static-routes/bfd-peers/<bfd-peer-id>
PUT /api/v1/logical-routers/<logical-router-id>/routing/static-routes/bfd-peers/<bfd-peer-id> (Deprecated)
Management Plane API > Networking > Logical Routing And Services > Logical Router Ports
List Logical Router Ports

Deprecated
Please use below Policy APIs.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/interfaces
GET /policy/api/v1/infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/interfaces
GET /policy/api/v1/infra/tier-1s/<tier-1-id>/segments for DOWNLINK
GET /policy/api/v1/infra/segments for DOWNLINK
GET /api/v1/logical-router-ports (Deprecated)
Management Plane API > Networking > Logical Routing And Services > Logical Router Ports
Create a Logical Router Port

Deprecated
Please use below Policy APIs.
PATCH /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/interfaces/<interface-id>
PATCH /policy/api/v1/infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/interfaces/<interface-id>
PATCH /policy/api/v1/infra/tier-1s/<tier-1-id>/segments/<segment-id> for DOWNLINK
PATCH /policy/api/v1/infra/segments/<segment-id> for DOWNLINK
POST /api/v1/logical-router-ports (Deprecated)
Management Plane API > Networking > Logical Routing And Services > Logical Router Ports
Delete a Logical Router Port

Deprecated
Please use below Policy APIs.
DELETE /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/interfaces/<interface-id>
DELETE /policy/api/v1/infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/interfaces/<interface-id>
DELETE /policy/api/v1/infra/tier-1s/<tier-1-id>/segments/<segment-id> for DOWNLINK
DELETE /policy/api/v1/infra/segments/<segment-id> for DOWNLINK
DELETE /api/v1/logical-router-ports/<logical-router-port-id> (Deprecated)
Management Plane API > Networking > Logical Routing And Services > Logical Router Ports
Read Logical Router Port

Deprecated
Please use below Policy APIs.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/interfaces/<interface-id>
GET /policy/api/v1/infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/interfaces/<interface-id>
GET /policy/api/v1/infra/tier-1s/<tier-1-id>/segments/<segment-id> for DOWNLINK
GET /policy/api/v1/infra/segments/<segment-id> for DOWNLINK
GET /api/v1/logical-router-ports/<logical-router-port-id> (Deprecated)
Management Plane API > Networking > Logical Routing And Services > Logical Router Ports
Update a Logical Router Port

Deprecated
Please use below Policy APIs.
PUT /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/interfaces/<interface-id>
PUT /policy/api/v1/infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/interfaces/<interface-id>
PUT /policy/api/v1/infra/tier-1s/<tier-1-id>/segments/<segment-id> for DOWNLINK
PUT /policy/api/v1/infra/segments/<segment-id> for DOWNLINK
PUT /api/v1/logical-router-ports/<logical-router-port-id> (Deprecated)
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

Deprecated
Please use below Policy API.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/interfaces/<interface-id>/arp-table
GET /policy/api/v1/infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/interfaces/<interface-id>/arp-table
GET /api/v1/logical-router-ports/<logical-router-port-id>/arp-table (Deprecated)
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

Deprecated
Please use below Policy API.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/interfaces/<interface-id>/arp-table?format=csv
GET /policy/api/v1/infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/interfaces/<interface-id>/arp-table?format=csv
GET /api/v1/logical-router-ports/<logical-router-port-id>/arp-table?format=csv (Deprecated)
Management Plane API > Networking > Logical Routing And Services > Logical Router Ports
Get the Realized State of a Logical Router Port

Deprecated
To get all realized entities for the intent use below Policy API.
GET /policy/api/v1/infra/realized-state/realized-entities?intent_path=<intent-path>
For realized status of the intent use below Policy API.
GET /policy/api/v1/infra/realized-state/status?intent_path=<intent-path>
<intent-path> can be one of the following.
/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/interfaces/<interface-id>
/infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/interfaces/<interface-id>
/infra/tier-1s/<tier-1-id>/segments/<segment-id> for DOWNLINK
/infra/segments/<segment-id> for DOWNLINK
There are specific Policy APIs to get Segment state.
GET /policy/api/v1/infra/segments/<segment-id>/state
GET /policy/api/v1/infra/tier-1s/<tier-1-id>/segments/<segment-id>/state
For DAD status use below Policy APIs.
GET /policy/api/v1/infra/segments/<segment-id>/gateway-interface-dad-state
GET /policy/api/v1/infra/tier-1s/<tier-1-id>/segments/<segment-id>/gateway-interface-dad-state
For DAD status of all interfaces created on Gateway use below Policy APIs.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/state
GET /policy/api/v1/infra/tier-1s/<tier-1-id>/state
GET /api/v1/logical-router-ports/<logical-router-port-id>/state (Deprecated)
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

Deprecated
Please use below Policy API.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/interfaces/<interface-id>/statistics?enforcement_point_path=/infra/sites/default/enforcement-points/default
GET /policy/api/v1/infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/interfaces/<interface-id>/statistics?enforcement_point_path=/infra/sites/default/enforcement-points/default
GET /api/v1/logical-router-ports/<logical-router-port-id>/statistics (Deprecated)
Management Plane API > Networking > Logical Routing And Services > Logical Router Ports
Get the statistics summary of a specified logical router port

Deprecated
Please use below Policy API.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/interfaces/<interface-id>/statistics/summmary?enforcement_point_path=/infra/sites/default/enforcement-points/default
GET /policy/api/v1/infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/interfaces/<interface-id>/statistics/summmary?enforcement_point_path=/infra/sites/default/enforcement-points/default
GET /api/v1/logical-router-ports/<logical-router-port-id>/statistics/summary (Deprecated)
Management Plane API > Networking > Logical Routing And Services > Logical Routers
List Logical Routers

Deprecated
Please use below policy apis instead of this API.
GET /infra/tier-0s/
GET /infra/tier-1s/
GET /api/v1/logical-routers (Deprecated)
Management Plane API > Networking > Logical Routing And Services > Logical Routers
Create a Logical Router

Deprecated
Please use below policy apis instead of this API.
PATCH /infra/tier-0s/<id>
PATCH /infra/tier-0s/<id>/locale-services/<id>
PATCH /infra/tier-1s/<id>
PATCH /infra/tier-1s/<id>/locale-services/<id>
POST /api/v1/logical-routers (Deprecated)
Management Plane API > Networking > Logical Routing And Services > Logical Routers
Delete a Logical Router

Deprecated
Please use below policy apis instead of this API.
DELETE /infra/tier-0s/<id>
DELETE /infra/tier-1s/<id>
DELETE /api/v1/logical-routers/<logical-router-id> (Deprecated)
Management Plane API > Networking > Logical Routing And Services > Logical Routers
Read Logical Router

Deprecated
Please use below policy apis instead of this API.
GET /infra/tier-0s/<id>
GET /infra/tier-0s/<id>/locale-services/<id>
GET /infra/tier-1s/<id>
GET /infra/tier-1s/<id>/locale-services/<id>
GET /api/v1/logical-routers/<logical-router-id> (Deprecated)
Management Plane API > Networking > Logical Routing And Services > Logical Routers
Re allocate edge node placement of TIER1 service routers

Deprecated
In policy there will be no equivalent API but it will be achieved automatically when you will change edge cluster or will remove edge nodes from tier1 locale service
POST /api/v1/logical-routers/<logical-router-id>?action=reallocate (Deprecated)
Management Plane API > Networking > Logical Routing And Services > Logical Routers
Reprocesses a logical router configuration and publish updates to controller

Deprecated
Please use below policy apis instead of this API.
POST /infra/tier-0s/<tier-0-id>?action=reprocess
POST /infra/tier-1s/<tier-1-id>?action=reprocess
POST /api/v1/logical-routers/<logical-router-id>?action=reprocess (Deprecated)
Management Plane API > Networking > Logical Routing And Services > Logical Routers
Update a Logical Router

Deprecated
Please use below policy apis instead of this API.
PUT /infra/tier-0s/<id>
PUT /infra/tier-0s/<id>/locale-services/<id>
PUT /infra/tier-1s/<id>
PUT /infra/tier-1s/<id>/locale-services/<id>
PUT /api/v1/logical-routers/<logical-router-id> (Deprecated)
Management Plane API > Networking > Logical Routing And Services > Logical Routers
Get BGP neighbor advertised routes

Deprecated
Please use below Policy API.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/bgp/neighbors/to-onprem/advertised-routes
GET /policy/api/v1/infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/bgp/neighbors/to-onprem/advertised-routes
GET /api/v1/logical-routers/<logical-router-id>/routing/bgp/neighbors/<neighbor-id>/advertised-routes (Deprecated)
Management Plane API > Networking > Logical Routing And Services > Logical Routers
Get BGP neighbor advertised routes in CSV format

Deprecated
Please use below Policy API.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/bgp/neighbors/to-onprem/advertised-routes?format=csv&enforcement_point_path=/infra/sites/default/enforcement-points/default
GET /policy/api/v1/infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/bgp/neighbors/to-onprem/advertised-routes?format=csv&enforcement_point_path=/infra/sites/default/enforcement-points/default
GET /api/v1/logical-routers/<logical-router-id>/routing/bgp/neighbors/<neighbor-id>/advertised-routes?format=csv (Deprecated)
Management Plane API > Networking > Logical Routing And Services > Logical Routers
Get BGP neighbor learned routes in CSV format

Deprecated
Please use below Policy API.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/bgp/neighbors/to-onprem/routes?format=csv&enforcement_point_path=/infra/sites/default/enforcement-points/default
GET /policy/api/v1/infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/bgp/neighbors/to-onprem/routes?format=csv&enforcement_point_path=/infra/sites/default/enforcement-points/default
GET /api/v1/logical-routers/<logical-router-id>/routing/bgp/neighbors/<neighbor-id>/routes?format=csv (Deprecated)
Management Plane API > Networking > Logical Routing And Services > Logical Routers
Get BGP neighbor learned routes

Deprecated
Please use below Policy API.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/bgp/neighbors/to-onprem/routes
GET /policy/api/v1/infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/bgp/neighbors/to-onprem/routes
GET /api/v1/logical-routers/<logical-router-id>/routing/bgp/neighbors/<neighbor-id>/routes (Deprecated)
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

Deprecated
Please use below Policy API.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/bgp/neighbors/status?enforcement_point_path=/infra/sites/default/enforcement-points/default
GET /policy/api/v1/infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/bgp/neighbors/status?enforcement_point_path=/infra/sites/default/enforcement-points/default
GET /api/v1/logical-routers/<logical-router-id>/routing/bgp/neighbors/status (Deprecated)
Management Plane API > Networking > Logical Routing And Services > Logical Routers
Get FIB table on a specified node for a logical router

Deprecated
Please use below Policy API.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/forwarding-table
GET /policy/api/v1/infra/tier-1s/<tier-1-id>/forwarding-table
GET /api/v1/logical-routers/<logical-router-id>/routing/forwarding-table (Deprecated)
Management Plane API > Networking > Logical Routing And Services > Logical Routers
Get FIB table on a specified node for a logical router

Deprecated
Please use below Policy API.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/forwarding-table?format=csv
GET /policy/api/v1/infra/tier-1s/<tier-1-id>/forwarding-table?format=csv
GET /api/v1/logical-routers/<logical-router-id>/routing/forwarding-table?format=csv (Deprecated)
Management Plane API > Networking > Logical Routing And Services > Logical Routers
Get route table on a node for a logical router

Deprecated
Please use below Policy API.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/routing-table?format=csv
GET /policy/api/v1/infra/tier-1s/<tier-1-id>/routing-table?format=csv
GET /api/v1/logical-routers/<logical-router-id>/routing/route-table?format=csv (Deprecated)
Management Plane API > Networking > Logical Routing And Services > Logical Routers
Get route table on a given node for a logical router

Deprecated
Please use below Policy API.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/routing-table
GET /policy/api/v1/infra/tier-1s/<tier-1-id>/routing-table
GET /api/v1/logical-routers/<logical-router-id>/routing/route-table (Deprecated)
Management Plane API > Networking > Logical Routing And Services > Logical Routers
Get RIB table on a specified node for a logical router

Deprecated
Please use below Policy API.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/routing-table
GET /policy/api/v1/infra/tier-1s/<tier-1-id>/routing-table
GET /api/v1/logical-routers/<logical-router-id>/routing/routing-table (Deprecated)
Management Plane API > Networking > Logical Routing And Services > Logical Routers
Get RIB table on a specified node for a logical router

Deprecated
Please use below Policy API.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/routing-table?format=csv
GET /policy/api/v1/infra/tier-1s/<tier-1-id>/routing-table?format=csv
GET /api/v1/logical-routers/<logical-router-id>/routing/routing-table?format=csv (Deprecated)
Management Plane API > Networking > Logical Routing And Services > Logical Routers
Get the Realized State of a Logical Service Router Cluster

Deprecated
Please use below policy apis instead of this API.
GET /infra/tier-0s/<tier-0-id>/state
GET /infra/tier-1s/<tier-1-id>/state
GET /api/v1/logical-routers/<logical-router-id>/service-cluster/state (Deprecated)
Management Plane API > Networking > Logical Routing And Services > Logical Routers
Get the Realized State of a Logical Router

Deprecated
Please use below policy apis instead of this API.
GET /infra/tier-0s/<tier-0-id>/state
GET /infra/tier-1s/<tier-1-id>/state
GET /api/v1/logical-routers/<logical-router-id>/state (Deprecated)
Management Plane API > Networking > Logical Routing And Services > Logical Routers
Get the status for the Logical Router of the given id

Deprecated
Please use below Policy API.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/state
GET /policy/api/v1/infra/tier-1s/<tier-1-id>/state
GET /api/v1/logical-routers/<logical-router-id>/status (Deprecated)
Management Plane API > Networking > Logical Routing And Services > NAT
GET /api/v1/logical-routers/<logical-router-id>/nat/rules (Deprecated)
Management Plane API > Networking > Logical Routing And Services > NAT
Add multiple NAT rules in a specific logical router

Deprecated
Please use below hierarchical Policy API to create multiple nat rule.
POST /policy/api/v1/infra/
POST /api/v1/logical-routers/<logical-router-id>/nat/rules?action=create_multiple (Deprecated)
Management Plane API > Networking > Logical Routing And Services > NAT
POST /api/v1/logical-routers/<logical-router-id>/nat/rules (Deprecated)
Management Plane API > Networking > Logical Routing And Services > NAT
DELETE /api/v1/logical-routers/<logical-router-id>/nat/rules/<rule-id> (Deprecated)
Management Plane API > Networking > Logical Routing And Services > NAT
GET /api/v1/logical-routers/<logical-router-id>/nat/rules/<rule-id> (Deprecated)
Management Plane API > Networking > Logical Routing And Services > NAT
PUT /api/v1/logical-routers/<logical-router-id>/nat/rules/<rule-id> (Deprecated)
Management Plane API > Networking > Logical Routing And Services > NAT
GET /api/v1/logical-routers/<logical-router-id>/nat/rules/<rule-id>/statistics (Deprecated)
Management Plane API > Networking > Logical Routing And Services > NAT
GET /api/v1/logical-routers/<logical-router-id>/nat/rules/statistics (Deprecated)
Management Plane API > Networking > Logical Routing And Services > Routing BFD Configuration
Read the Routing BFD Configuration

Deprecated
Please use below Policy APIs.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>
GET /api/v1/logical-routers/<logical-router-id>/routing/bfd-config (Deprecated)
Management Plane API > Networking > Logical Routing And Services > Routing BFD Configuration
Update the BFD Configuration for BFD peers for routing

Deprecated
Please use below Policy APIs.
PUT /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>
PUT /api/v1/logical-routers/<logical-router-id>/routing/bfd-config (Deprecated)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Read All IPV6 DADProfiles

Deprecated
Please use below Policy APIs.
GET /policy/api/v1/infra/ipv6-dad-profiles/
GET /api/v1/ipv6/dad-profiles (Deprecated)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Create a new DADProfile

Deprecated
Please use below Policy APIs.
POST /policy/api/v1/infra/ipv6-dad-profiles
POST /api/v1/ipv6/dad-profiles (Deprecated)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Delete DAD Profile

Deprecated
Please use below Policy APIs.
DELETE /policy/api/v1/infra/ipv6-dad-profiles/<dad-profile-id>
DELETE /api/v1/ipv6/dad-profiles/<dad-profile-id> (Deprecated)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Read specified IPV6 DADProfile

Deprecated
Please use below Policy APIs.
GET /policy/api/v1/infra/ipv6-dad-profiles/<dad-profile-id>
GET /api/v1/ipv6/dad-profiles/<dad-profile-id> (Deprecated)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Update DADProfile

Deprecated
Please use below Policy APIs.
PUT /policy/api/v1/infra/ipv6-dad-profiles/<dad-profile-id>
PUT /api/v1/ipv6/dad-profiles/<dad-profile-id> (Deprecated)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Read All IPV6 NDRA Profiles

Deprecated
Please use below Policy APIs.
GET /policy/api/v1//infra/ipv6-ndra-profiles/
GET /api/v1/ipv6/nd-ra-profiles (Deprecated)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Create a new NDRA Profile

Deprecated
Please use below Policy APIs.
POST /policy/api/v1//infra/ipv6-ndra-profiles/
POST /api/v1/ipv6/nd-ra-profiles (Deprecated)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Delete NDRA Profile

Deprecated
Please use below Policy APIs.
DELETE /policy/api/v1//infra/ipv6-ndra-profiles/<ndra-profile-id>
DELETE /api/v1/ipv6/nd-ra-profiles/<nd-ra-profile-id> (Deprecated)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Read specified IPV6 NDRA Profile

Deprecated
Please use below Policy APIs.
GET /policy/api/v1//infra/ipv6-ndra-profiles/<ndra-profile-id>
GET /api/v1/ipv6/nd-ra-profiles/<nd-ra-profile-id> (Deprecated)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Update NDRA Profile

Deprecated
Please use below Policy APIs.
PUT /policy/api/v1//infra/ipv6-ndra-profiles/<ndra-profile-id>
PUT /api/v1/ipv6/nd-ra-profiles/<nd-ra-profile-id> (Deprecated)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Read the debug information for the logical router

Deprecated
Please use below Policy APIs.
GET /infra/tier-0s/<tier-0-id>/state
GET /infra/tier-1s/<tier-1-id>/state
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/forwarding-table
GET /policy/api/v1/infra/tier-1s/<tier-1-id>/forwarding-table
GET /api/v1/logical-routers/<logical-router-id>/debug-info?format=text (Deprecated)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Read the Routing Configuration

Deprecated
Please use below Policy APIs.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>
GET /api/v1/logical-routers/<logical-router-id>/routing (Deprecated)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Update the Routing Configuration

Deprecated
Please use below Policy APIs.
PUT /policy/api/v1/infra/tier-0s/<tier-0-id>
PUT /api/v1/logical-routers/<logical-router-id>/routing (Deprecated)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Read the Advertisement Configuration on a Logical Router

Deprecated
Please use below Policy APIs.
GET /policy/api/v1/infra/tier-1s/<tier-1-id>
GET /api/v1/logical-routers/<logical-router-id>/routing/advertisement (Deprecated)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Update the Advertisement Configuration on a Logical Router

Deprecated
Please use below Policy APIs.
PUT /policy/api/v1/infra/tier-1s/<tier-1-id>
PUT /api/v1/logical-routers/<logical-router-id>/routing/advertisement (Deprecated)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Read the Advertisement Rules on a Logical Router

Deprecated
Please use below Policy APIs.
GET /policy/api/v1/infra/tier-1s/<tier-1-id>
GET /api/v1/logical-routers/<logical-router-id>/routing/advertisement/rules (Deprecated)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Update the Advertisement Rules on a Logical Router

Deprecated
Please use below Policy APIs.
PUT /policy/api/v1/infra/tier-1s/<tier-1-id>
PUT /api/v1/logical-routers/<logical-router-id>/routing/advertisement/rules (Deprecated)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Read the BGP Configuration on a Logical Router

Deprecated
Please use below Policy APIs.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/bgp
GET /api/v1/logical-routers/<logical-router-id>/routing/bgp (Deprecated)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Update the BGP Configuration on a Logical Router

Deprecated
Please use below Policy APIs.
PUT /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/bgp
PUT /api/v1/logical-routers/<logical-router-id>/routing/bgp (Deprecated)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Paginated list of BGP community lists on a logical router

Deprecated
Please use below Policy APIs.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/community-lists
GET /api/v1/logical-routers/<logical-router-id>/routing/bgp/community-lists (Deprecated)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Create a new BGP community list on a logical router

Deprecated
Please use below Policy APIs.
POST /policy/api/v1/infra/tier-0s/<tier-0-id>/community-lists/<community-list-id>
POST /api/v1/logical-routers/<logical-router-id>/routing/bgp/community-lists (Deprecated)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Delete a specific BGP community list from a logical router

Deprecated
Please use below Policy APIs.
DELETE /policy/api/v1/infra/tier-0s/<tier-0-id>/community-lists/<community-list-id>
DELETE /api/v1/logical-routers/<logical-router-id>/routing/bgp/community-lists/<community-list-id> (Deprecated)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Read a specific BGP community list from a logical router

Deprecated
Please use below Policy APIs.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/community-lists/<community-list-id>
GET /api/v1/logical-routers/<logical-router-id>/routing/bgp/community-lists/<community-list-id> (Deprecated)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Update a specific BGP community list from a logical router

Deprecated
Please use below Policy APIs.
PUT /policy/api/v1/infra/tier-0s/<tier-0-id>/community-lists/<community-list-id>
PUT /api/v1/logical-routers/<logical-router-id>/routing/bgp/community-lists/<community-list-id> (Deprecated)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
PUT /api/v1/logical-routers/<logical-router-id>/routing/bgp/communty-lists/<community-list-id> (Deprecated)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Paginated list of BGP Neighbors on a Logical Router

Deprecated
Please use below Policy APIs.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/bgp/neighbors/
GET /api/v1/logical-routers/<logical-router-id>/routing/bgp/neighbors (Deprecated)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Add a new BGP Neighbor on a Logical Router

Deprecated
Please use below Policy APIs.
POST /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/bgp/neighbors/<neighbor-id>
POST /api/v1/logical-routers/<logical-router-id>/routing/bgp/neighbors (Deprecated)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Delete a specific BGP Neighbor on a Logical Router

Deprecated
Please use below Policy APIs.
DELETE /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/bgp/neighbors/<neighbor-id>
DELETE /api/v1/logical-routers/<logical-router-id>/routing/bgp/neighbors/<id> (Deprecated)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Read a specific BGP Neighbor with password on a Logical Router

Deprecated
Please use below Policy API.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/bgp/neighbors/<neighbor-id>
GET /api/v1/logical-routers/<logical-router-id>/routing/bgp/neighbors/<id>?action=show-sensitive-data (Deprecated)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Read a specific BGP Neighbor on a Logical Router

Deprecated
Please use below Policy APIs.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/bgp/neighbors/<neighbor-id>
GET /api/v1/logical-routers/<logical-router-id>/routing/bgp/neighbors/<id> (Deprecated)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Unset/Delete password property on specific BGP Neighbor on Logical Router

Deprecated
Please use below Policy APIs.
POST /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/bgp/neighbors/<neighbor-id>
POST /api/v1/logical-routers/<logical-router-id>/routing/bgp/neighbors/<id> (Deprecated)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Update a specific BGP Neighbor on a Logical Router

Deprecated
Please use below Policy APIs.
PUT /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/bgp/neighbors/<neighbor-id>
PUT /api/v1/logical-routers/<logical-router-id>/routing/bgp/neighbors/<id> (Deprecated)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Paginated List of IPPrefixLists

Deprecated
Please use below Policy APIs.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/prefix-lists
GET /api/v1/logical-routers/<logical-router-id>/routing/ip-prefix-lists (Deprecated)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Add IPPrefixList on a Logical Router

Deprecated
Please use below Policy APIs.
POST /policy/api/v1/infra/tier-0s/<tier-0-id>/prefix-lists/<prefix-list-id>
POST /api/v1/logical-routers/<logical-router-id>/routing/ip-prefix-lists (Deprecated)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Delete a specific IPPrefixList on a Logical Router

Deprecated
Please use below Policy APIs.
DELETE /policy/api/v1/infra/tier-0s/<tier-0-id>/prefix-lists/<prefix-list-id>
DELETE /api/v1/logical-routers/<logical-router-id>/routing/ip-prefix-lists/<id> (Deprecated)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Get a specific IPPrefixList on a Logical Router

Deprecated
Please use below Policy APIs.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/prefix-lists/<prefix-list-id>
GET /api/v1/logical-routers/<logical-router-id>/routing/ip-prefix-lists/<id> (Deprecated)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Update a specific IPPrefixList on a Logical Router

Deprecated
Please use below Policy APIs.
PUT /policy/api/v1/infra/tier-0s/<tier-0-id>/prefix-lists/<prefix-list-id>
PUT /api/v1/logical-routers/<logical-router-id>/routing/ip-prefix-lists/<id> (Deprecated)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Read the Redistribution Configuration on a Logical Router

Deprecated
Please use below Policy APIs.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>
GET /api/v1/logical-routers/<logical-router-id>/routing/redistribution (Deprecated)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Update the Redistribution Configuration on a Logical Router

Deprecated
Please use below Policy APIs.
PUT /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>
PUT /api/v1/logical-routers/<logical-router-id>/routing/redistribution (Deprecated)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Read All the Redistribution Rules on a Logical Router

Deprecated
Please use below Policy APIs.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>
GET /api/v1/logical-routers/<logical-router-id>/routing/redistribution/rules (Deprecated)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Update All the Redistribution Rules on a Logical Router

Deprecated
Please use below Policy APIs.
PUT /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>
PUT /api/v1/logical-routers/<logical-router-id>/routing/redistribution/rules (Deprecated)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Paginated List of RouteMaps

Deprecated
Please use below Policy APIs.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/route-maps
GET /api/v1/logical-routers/<logical-router-id>/routing/route-maps (Deprecated)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Add RouteMap on a Logical Router

Deprecated
Please use below Policy APIs.
POST /policy/api/v1/infra/tier-0s/<tier-0-id>/route-maps/<route-maps-id>
POST /api/v1/logical-routers/<logical-router-id>/routing/route-maps (Deprecated)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Delete a specific RouteMap on a Logical Router

Deprecated
Please use below Policy APIs.
DELETE /policy/api/v1/infra/tier-0s/<tier-0-id>route-maps/<route-maps-id>
DELETE /api/v1/logical-routers/<logical-router-id>/routing/route-maps/<id> (Deprecated)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Get a specific RouteMap on a Logical Router

Deprecated
Please use below Policy APIs.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/route-maps/<route-maps-id>
GET /api/v1/logical-routers/<logical-router-id>/routing/route-maps/<id> (Deprecated)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Update a specific RouteMap on a Logical Router

Deprecated
Please use below Policy APIs.
PUT /policy/api/v1/infra/tier-0s/<tier-0-id>/route-maps/<route-maps-id>
PUT /api/v1/logical-routers/<logical-router-id>/routing/route-maps/<id> (Deprecated)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Paginated List of Static Routes

Deprecated
Please use below Policy APIs.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/static-routes
GET /policy/api/v1/infra/tier-1s/<tier-1-id>/static-routes
GET /api/v1/logical-routers/<logical-router-id>/routing/static-routes (Deprecated)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Add Static Routes on a Logical Router

Deprecated
Please use below Policy APIs.
POST /policy/api/v1/infra/tier-0s/<tier-0-id>/static-routes/<route-id>
POST /policy/api/v1/infra/tier-1s/<tier-1-id>/static-routes/<route-id>
POST /api/v1/logical-routers/<logical-router-id>/routing/static-routes (Deprecated)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Delete a specific Static Route on a Logical Router

Deprecated
Please use below Policy APIs.
DELETE /policy/api/v1/infra/tier-0s/<tier-0-id>/static-routes/<route-id>
DELETE /policy/api/v1/infra/tier-1s/<tier-1-id>/static-routes/<route-id>
DELETE /api/v1/logical-routers/<logical-router-id>/routing/static-routes/<id> (Deprecated)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Get a specific Static Route on a Logical Router

Deprecated
Please use below Policy APIs.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/static-routes/<route-id>
GET /policy/api/v1/infra/tier-1s/<tier-1-id>/static-routes/<route-id>
GET /api/v1/logical-routers/<logical-router-id>/routing/static-routes/<id> (Deprecated)
Management Plane API > Networking > Logical Routing And Services > Routing Configuration
Update a specific Static Route Rule on a Logical Router

Deprecated
Please use below Policy APIs.
PUT /policy/api/v1/infra/tier-0s/<tier-0-id>/static-routes/<route-id>
PUT /policy/api/v1/infra/tier-1s/<tier-1-id>/static-routes/<route-id>
PUT /api/v1/logical-routers/<logical-router-id>/routing/static-routes/<id> (Deprecated)
Management Plane API > Networking > Logical Switching > Logical Switch Ports
List All Logical Ports

DeprecatedThis api is now deprecated. Please use new api - /infra/segments/<segment-id>/ports
GET /api/v1/logical-ports (Deprecated)
Management Plane API > Networking > Logical Switching > Logical Switch Ports
Create a Logical Port

DeprecatedThis api is now deprecated. Please use new api PUT /infra/segments/<segment-id>/ports/<port-id>
POST /api/v1/logical-ports (Deprecated)
Management Plane API > Networking > Logical Switching > Logical Switch Ports
Delete a Logical Port

DeprecatedThis api is now deprecated. Please use new api - DELETE /infra/segments/<segment-id>/ports/<port-id>
DELETE /api/v1/logical-ports/<lport-id> (Deprecated)
Management Plane API > Networking > Logical Switching > Logical Switch Ports
Get Information About a Logical Port

DeprecatedPlease use corresponding policy API /infra/segments/<segment-id>/ports/<lport-id>
GET /api/v1/logical-ports/<lport-id> (Deprecated)
Management Plane API > Networking > Logical Switching > Logical Switch Ports
Update a Logical Port

DeprecatedThis api is now deprecated. Please use new api - /infra/segments/<segment-id>/ports/<port-id>
PUT /api/v1/logical-ports/<lport-id> (Deprecated)
Management Plane API > Networking > Logical Switching > Logical Switch Ports
Get realized state & location of a logical port

DeprecatedThis api is now deprecated. Please use new api - GET policy/api/v1/infra/realized-state/realized-entities?intent_path={{intent-path}} GET policy/api/v1/infra/realized-state/status?intent_path={{intent-path}}
GET /api/v1/logical-ports/<lport-id>/state (Deprecated)
Management Plane API > Networking > Logical Switching > Logical Switch Ports
List Switching Profiles

DeprecatedThis api is now deprecated. Please use new api - for QOS profile, please use - /infra/qos-profiles
GET /api/v1/switching-profiles (Deprecated)
Management Plane API > Networking > Logical Switching > Logical Switch Ports
Create a Switching Profile

DeprecatedThis api is now deprecated. Please use new api - For eg. for QOS profile, please use - PUT /infra/qos-profiles/<qos-profile-id>
POST /api/v1/switching-profiles (Deprecated)
Management Plane API > Networking > Logical Switching > Logical Switch Ports
Delete a Switching Profile

DeprecatedThis api is now deprecated. Use new api - for QOS profile, please use - DELETE /infra/qos-profiles/<qos-profile-id>
DELETE /api/v1/switching-profiles/<switching-profile-id> (Deprecated)
Management Plane API > Networking > Logical Switching > Logical Switch Ports
Get Switching Profile by ID

DeprecatedThis api is now deprecated. Please use new api - for QOS profile, please use - /infra/qos-profiles/<qos-profile-id>
GET /api/v1/switching-profiles/<switching-profile-id> (Deprecated)
Management Plane API > Networking > Logical Switching > Logical Switch Ports
Update a Switching Profile

DeprecatedThis api is now deprecated. Use new api, for eg., QOS profile - PATCH /infra/qos-profiles/<qos-profile-id>
PUT /api/v1/switching-profiles/<switching-profile-id> (Deprecated)
Management Plane API > Networking > Logical Switching > Logical Switch Ports
Get Counts of Ports and Switches Using This Switching Profile

DeprecatedThis api is now deprecated. Please use new api - GET policy/api/v1/infra/realized-state/status?intent_path={{intent-path}}
GET /api/v1/switching-profiles/<switching-profile-id>/summary (Deprecated)
Management Plane API > Networking > Logical Switching > Logical Switches
List all Logical Switches

DeprecatedThis api is now deprecated. Please use new api - /infra/segments
GET /api/v1/logical-switches (Deprecated)
Management Plane API > Networking > Logical Switching > Logical Switches
Create a Logical Switch

DeprecatedThis api is now deprecated. Please use new api -/infra/segments/<segment-id>
POST /api/v1/logical-switches (Deprecated)
Management Plane API > Networking > Logical Switching > Logical Switches
Delete a Logical Switch

DeprecatedThis api is now deprecated. Please use new api - /infra/segments/<segment-id>
DELETE /api/v1/logical-switches/<lswitch-id> (Deprecated)
Management Plane API > Networking > Logical Switching > Logical Switches
Get Logical Switch associated with the provided id (lswitch-id)

DeprecatedThis api is now deprecated. Please use new api - /infra/segments/<segment-id>
GET /api/v1/logical-switches/<lswitch-id> (Deprecated)
Management Plane API > Networking > Logical Switching > Logical Switches
Update a Logical Switch

DeprecatedThis api is now deprecated. Please use new api - PATCH /infra/segments/<segment-id>
PUT /api/v1/logical-switches/<lswitch-id> (Deprecated)
Management Plane API > Networking > Logical Switching > Logical Switches
Get the realized state associated with provided logical switch id

DeprecatedThis api is now deprecated. Please use new api - policy/api/v1/infra/realized-state/realized-entities?intent_path={{intent-path}}
GET /api/v1/logical-switches/<lswitch-id>/state (Deprecated)
Management Plane API > Networking > Logical Switching > Logical Switches
Get Logical Switch runtime status info for a given logical switch

DeprecatedThis api is now deprecated Please use new API - GET policy/api/v1/infra/realized-state/status?intent_path={{intent-path}}
GET /api/v1/logical-switches/<lswitch-id>/summary (Deprecated)
Management Plane API > Networking > Logical Switching > Logical Switches
List logical switches by realized state

DeprecatedThis api is now deprecated. Please use new api - policy/api/v1/infra/realized-state/realized-entities?intent_path={{intent-path}}
GET /api/v1/logical-switches/state (Deprecated)
Management Plane API > Networking > Services > DHCP
GET /api/v1/dhcp/server-profiles (Deprecated)
Management Plane API > Networking > Services > DHCP
POST /api/v1/dhcp/server-profiles (Deprecated)
Management Plane API > Networking > Services > DHCP
DELETE /api/v1/dhcp/server-profiles/<profile-id> (Deprecated)
Management Plane API > Networking > Services > DHCP
GET /api/v1/dhcp/server-profiles/<profile-id> (Deprecated)
Management Plane API > Networking > Services > DHCP
PUT /api/v1/dhcp/server-profiles/<profile-id> (Deprecated)
Management Plane API > Networking > Services > DHCP
POST /api/v1/dhcp/server-profiles/<server-profile-id>?action=reallocate (Deprecated)
Management Plane API > Networking > Services > DHCP
GET /api/v1/dhcp/servers (Deprecated)
Management Plane API > Networking > Services > DHCP
POST /api/v1/dhcp/servers (Deprecated)
Management Plane API > Networking > Services > DHCP
DELETE /api/v1/dhcp/servers/<server-id> (Deprecated)
Management Plane API > Networking > Services > DHCP
GET /api/v1/dhcp/servers/<server-id> (Deprecated)
Management Plane API > Networking > Services > DHCP
PUT /api/v1/dhcp/servers/<server-id> (Deprecated)
Management Plane API > Networking > Services > DHCP
GET /api/v1/dhcp/servers/<server-id>/ip-pools (Deprecated)
Management Plane API > Networking > Services > DHCP
POST /api/v1/dhcp/servers/<server-id>/ip-pools (Deprecated)
Management Plane API > Networking > Services > DHCP
DELETE /api/v1/dhcp/servers/<server-id>/ip-pools/<pool-id> (Deprecated)
Management Plane API > Networking > Services > DHCP
GET /api/v1/dhcp/servers/<server-id>/ip-pools/<pool-id> (Deprecated)
Management Plane API > Networking > Services > DHCP
PUT /api/v1/dhcp/servers/<server-id>/ip-pools/<pool-id> (Deprecated)
Management Plane API > Networking > Services > DHCP
GET /api/v1/dhcp/servers/<server-id>/ip-pools/<pool-id>/state (Deprecated)
Management Plane API > Networking > Services > DHCP
GET /api/v1/dhcp/servers/<server-id>/ipv6-ip-pools (Deprecated)
Management Plane API > Networking > Services > DHCP
POST /api/v1/dhcp/servers/<server-id>/ipv6-ip-pools (Deprecated)
Management Plane API > Networking > Services > DHCP
DELETE /api/v1/dhcp/servers/<server-id>/ipv6-ip-pools/<pool-id> (Deprecated)
Management Plane API > Networking > Services > DHCP
GET /api/v1/dhcp/servers/<server-id>/ipv6-ip-pools/<pool-id> (Deprecated)
Management Plane API > Networking > Services > DHCP
PUT /api/v1/dhcp/servers/<server-id>/ipv6-ip-pools/<pool-id> (Deprecated)
Management Plane API > Networking > Services > DHCP
GET /api/v1/dhcp/servers/<server-id>/ipv6-static-bindings (Deprecated)
Management Plane API > Networking > Services > DHCP
POST /api/v1/dhcp/servers/<server-id>/ipv6-static-bindings (Deprecated)
Management Plane API > Networking > Services > DHCP
DELETE /api/v1/dhcp/servers/<server-id>/ipv6-static-bindings/<binding-id> (Deprecated)
Management Plane API > Networking > Services > DHCP
GET /api/v1/dhcp/servers/<server-id>/ipv6-static-bindings/<binding-id> (Deprecated)
Management Plane API > Networking > Services > DHCP
PUT /api/v1/dhcp/servers/<server-id>/ipv6-static-bindings/<binding-id> (Deprecated)
Management Plane API > Networking > Services > DHCP
GET /api/v1/dhcp/servers/<server-id>/leases (Deprecated)
Management Plane API > Networking > Services > DHCP
GET /api/v1/dhcp/servers/<server-id>/state (Deprecated)
Management Plane API > Networking > Services > DHCP
GET /api/v1/dhcp/servers/<server-id>/static-bindings (Deprecated)
Management Plane API > Networking > Services > DHCP
POST /api/v1/dhcp/servers/<server-id>/static-bindings (Deprecated)
Management Plane API > Networking > Services > DHCP
DELETE /api/v1/dhcp/servers/<server-id>/static-bindings/<binding-id> (Deprecated)
Management Plane API > Networking > Services > DHCP
GET /api/v1/dhcp/servers/<server-id>/static-bindings/<binding-id> (Deprecated)
Management Plane API > Networking > Services > DHCP
PUT /api/v1/dhcp/servers/<server-id>/static-bindings/<binding-id> (Deprecated)
Management Plane API > Networking > Services > DHCP
GET /api/v1/dhcp/servers/<server-id>/static-bindings/<binding-id>/state (Deprecated)
Management Plane API > Networking > Services > DHCP
GET /api/v1/dhcp/servers/<server-id>/statistics (Deprecated)
Management Plane API > Networking > Services > DHCP
GET /api/v1/dhcp/servers/<server-id>/status (Deprecated)
Management Plane API > Networking > Services > DHCP Relay
GET /api/v1/dhcp/relays (Deprecated)
Management Plane API > Networking > Services > DHCP Relay
POST /api/v1/dhcp/relays (Deprecated)
Management Plane API > Networking > Services > DHCP Relay
DELETE /api/v1/dhcp/relays/<relay-id> (Deprecated)
Management Plane API > Networking > Services > DHCP Relay
GET /api/v1/dhcp/relays/<relay-id> (Deprecated)
Management Plane API > Networking > Services > DHCP Relay
PUT /api/v1/dhcp/relays/<relay-id> (Deprecated)
Management Plane API > Networking > Services > DHCP Relay Profiles
GET /api/v1/dhcp/relay-profiles (Deprecated)
Management Plane API > Networking > Services > DHCP Relay Profiles
POST /api/v1/dhcp/relay-profiles (Deprecated)
Management Plane API > Networking > Services > DHCP Relay Profiles
DELETE /api/v1/dhcp/relay-profiles/<relay-profile-id> (Deprecated)
Management Plane API > Networking > Services > DHCP Relay Profiles
GET /api/v1/dhcp/relay-profiles/<relay-profile-id> (Deprecated)
Management Plane API > Networking > Services > DHCP Relay Profiles
PUT /api/v1/dhcp/relay-profiles/<relay-profile-id> (Deprecated)
Management Plane API > Networking > Services > DNS
GET /api/v1/dns/forwarders (Deprecated)
Management Plane API > Networking > Services > DNS
POST /api/v1/dns/forwarders (Deprecated)
Management Plane API > Networking > Services > DNS
DELETE /api/v1/dns/forwarders/<forwarder-id> (Deprecated)
Management Plane API > Networking > Services > DNS
GET /api/v1/dns/forwarders/<forwarder-id> (Deprecated)
Management Plane API > Networking > Services > DNS
POST /api/v1/dns/forwarders/<forwarder-id>?action=clear_cache (Deprecated)
Management Plane API > Networking > Services > DNS
PUT /api/v1/dns/forwarders/<forwarder-id> (Deprecated)
Management Plane API > Networking > Services > DNS
GET /api/v1/dns/forwarders/<forwarder-id>/nslookup (Deprecated)
Management Plane API > Networking > Services > DNS
GET /api/v1/dns/forwarders/<forwarder-id>/state (Deprecated)
Management Plane API > Networking > Services > DNS
GET /api/v1/dns/forwarders/<forwarder-id>/statistics (Deprecated)
Management Plane API > Networking > Services > DNS
GET /api/v1/dns/forwarders/<forwarder-id>/status (Deprecated)
Management Plane API > Networking > Services > Loadbalancer
Retrieve a paginated list of load balancer application profiles

Deprecated
Use the following Policy API -
GET /policy/api/v1/infra/lb-app-profiles
GET /api/v1/loadbalancer/application-profiles (Deprecated)
Management Plane API > Networking > Services > Loadbalancer
Create a load balancer application profile

Deprecated
Use the following Policy API -
PATCH /policy/api/v1/infra/lb-app-profiles/
POST /api/v1/loadbalancer/application-profiles (Deprecated)
Management Plane API > Networking > Services > Loadbalancer
Delete a load balancer application profile

Deprecated
Use the following Policy API -
DELETE /policy/api/v1/infra/lb-app-profiles/
DELETE /api/v1/loadbalancer/application-profiles/<application-profile-id> (Deprecated)
Management Plane API > Networking > Services > Loadbalancer
Retrieve a load balancer application profile

Deprecated
Use the following Policy API -
GET /policy/api/v1/infra/lb-app-profiles/
GET /api/v1/loadbalancer/application-profiles/<application-profile-id> (Deprecated)
Management Plane API > Networking > Services > Loadbalancer
Update a load balancer application profile

Deprecated
Use the following Policy API -
PUT/PATCH /policy/api/v1/infra/lb-app-profiles/
PUT /api/v1/loadbalancer/application-profiles/<application-profile-id> (Deprecated)
Management Plane API > Networking > Services > Loadbalancer
Retrieve a paginated list of load balancer client-ssl profiles

Deprecated
NSX-T Load Balancer is deprecated.
Please take advantage of NSX Advanced Load Balancer.
Refer to Policy > Networking > Network Services > Advanced Load Balancing section of the API guide.
GET /api/v1/loadbalancer/client-ssl-profiles (Deprecated)
Management Plane API > Networking > Services > Loadbalancer
Create a load balancer client-ssl profile

Deprecated
NSX-T Load Balancer is deprecated.
Please take advantage of NSX Advanced Load Balancer.
Refer to Policy > Networking > Network Services > Advanced Load Balancing section of the API guide.
POST /api/v1/loadbalancer/client-ssl-profiles (Deprecated)
Management Plane API > Networking > Services > Loadbalancer
Delete a load balancer client-ssl profile

Deprecated
NSX-T Load Balancer is deprecated.
Please take advantage of NSX Advanced Load Balancer.
Refer to Policy > Networking > Network Services > Advanced Load Balancing section of the API guide.
DELETE /api/v1/loadbalancer/client-ssl-profiles/<client-ssl-profile-id> (Deprecated)
Management Plane API > Networking > Services > Loadbalancer
Retrieve a load balancer client-ssl profile

Deprecated
NSX-T Load Balancer is deprecated.
Please take advantage of NSX Advanced Load Balancer.
Refer to Policy > Networking > Network Services > Advanced Load Balancing section of the API guide.
GET /api/v1/loadbalancer/client-ssl-profiles/<client-ssl-profile-id> (Deprecated)
Management Plane API > Networking > Services > Loadbalancer
Update a load balancer client-ssl profile

Deprecated
NSX-T Load Balancer is deprecated.
Please take advantage of NSX Advanced Load Balancer.
Refer to Policy > Networking > Network Services > Advanced Load Balancing section of the API guide.
PUT /api/v1/loadbalancer/client-ssl-profiles/<client-ssl-profile-id> (Deprecated)
Management Plane API > Networking > Services > Loadbalancer
Retrieve a paginated list of load balancer monitors

Deprecated
NSX-T Load Balancer is deprecated.
Please take advantage of NSX Advanced Load Balancer.
Refer to Policy > Networking > Network Services > Advanced Load Balancing section of the API guide.
GET /api/v1/loadbalancer/monitors (Deprecated)
Management Plane API > Networking > Services > Loadbalancer
Create a load balancer monitor

Deprecated
NSX-T Load Balancer is deprecated.
Please take advantage of NSX Advanced Load Balancer.
Refer to Policy > Networking > Network Services > Advanced Load Balancing section of the API guide.
POST /api/v1/loadbalancer/monitors (Deprecated)
Management Plane API > Networking > Services > Loadbalancer
Delete a load balancer monitor

Deprecated
NSX-T Load Balancer is deprecated.
Please take advantage of NSX Advanced Load Balancer.
Refer to Policy > Networking > Network Services > Advanced Load Balancing section of the API guide.
DELETE /api/v1/loadbalancer/monitors/<monitor-id> (Deprecated)
Management Plane API > Networking > Services > Loadbalancer
Retrieve a load balancer monitor

Deprecated
NSX-T Load Balancer is deprecated.
Please take advantage of NSX Advanced Load Balancer.
Refer to Policy > Networking > Network Services > Advanced Load Balancing section of the API guide.
GET /api/v1/loadbalancer/monitors/<monitor-id> (Deprecated)
Management Plane API > Networking > Services > Loadbalancer
Update a load balancer monitor

Deprecated
NSX-T Load Balancer is deprecated.
Please take advantage of NSX Advanced Load Balancer.
Refer to Policy > Networking > Network Services > Advanced Load Balancing section of the API guide.
PUT /api/v1/loadbalancer/monitors/<monitor-id> (Deprecated)
Management Plane API > Networking > Services > Loadbalancer
Read load balancer node usage summary

Deprecated
NSX-T Load Balancer is deprecated.
Please take advantage of NSX Advanced Load Balancer.
Refer to Policy > Networking > Network Services > Advanced Load Balancing section of the API guide.
GET /api/v1/loadbalancer/node-usage-summary (Deprecated)
Management Plane API > Networking > Services > Loadbalancer
Retrieve a paginated list of load balancer persistence profiles

Deprecated
Use the following Policy API -
GET /policy/api/v1/infra/lb-persistence-profiles
GET /api/v1/loadbalancer/persistence-profiles (Deprecated)
Management Plane API > Networking > Services > Loadbalancer
Create a load balancer persistence profile

Deprecated
Use the following Policy API -
PATCH /policy/api/v1/infra/lb-persistence-profiles/
POST /api/v1/loadbalancer/persistence-profiles (Deprecated)
Management Plane API > Networking > Services > Loadbalancer
Delete a load balancer persistence profile

Deprecated
Use the following Policy API -
DELETE /policy/api/v1/infra/lb-persistence-profiles/
DELETE /api/v1/loadbalancer/persistence-profiles/<persistence-profile-id> (Deprecated)
Management Plane API > Networking > Services > Loadbalancer
Retrieve a load balancer persistence profile

Deprecated
Use the following Policy API -
GET /policy/api/v1/infra/lb-persistence-profiles/
GET /api/v1/loadbalancer/persistence-profiles/<persistence-profile-id> (Deprecated)
Management Plane API > Networking > Services > Loadbalancer
Update a load balancer persistence profile

Deprecated
Use the following Policy API -
PATCH/PUT /policy/api/v1/infra/lb-persistence-profiles/
PUT /api/v1/loadbalancer/persistence-profiles/<persistence-profile-id> (Deprecated)
Management Plane API > Networking > Services > Loadbalancer
Retrieve a paginated list of load balancer pools

Deprecated
Use the following Policy API -
GET /policy/api/v1/infra/lb-pools
GET /api/v1/loadbalancer/pools (Deprecated)
Management Plane API > Networking > Services > Loadbalancer
Create a load balancer pool

Deprecated
Use the following Policy API -
PATCH /policy/api/v1/infra/lb-pools/
POST /api/v1/loadbalancer/pools (Deprecated)
Management Plane API > Networking > Services > Loadbalancer
Delete a load balancer pool

Deprecated
Use the following Policy API -
DELETE /policy/api/v1/infra/lb-pools/
DELETE /api/v1/loadbalancer/pools/<pool-id> (Deprecated)
Management Plane API > Networking > Services > Loadbalancer
Retrieve a load balancer pool

Deprecated
Use the following Policy API -
GET /policy/api/v1/infra/lb-pools/
GET /api/v1/loadbalancer/pools/<pool-id> (Deprecated)
Management Plane API > Networking > Services > Loadbalancer
Add, remove, or modify load balancer pool members

Deprecated
Use the following Policy API -
PATCH/PUT /policy/api/v1/infra/lb-pools/
POST /api/v1/loadbalancer/pools/<pool-id> (Deprecated)
Management Plane API > Networking > Services > Loadbalancer
Update a load balancer pool

Deprecated
Use the following Policy API -
PATCH/PUT /policy/api/v1/infra/lb-pools/
PUT /api/v1/loadbalancer/pools/<pool-id> (Deprecated)
Management Plane API > Networking > Services > Loadbalancer
Retrieve a paginated list of load balancer rules

Deprecated
NSX-T Load Balancer is deprecated.
Please take advantage of NSX Advanced Load Balancer.
Refer to Policy > Networking > Network Services > Advanced Load Balancing section of the API guide.
GET /api/v1/loadbalancer/rules (Deprecated)
Management Plane API > Networking > Services > Loadbalancer
Create a load balancer rule

Deprecated
NSX-T Load Balancer is deprecated.
Please take advantage of NSX Advanced Load Balancer.
Refer to Policy > Networking > Network Services > Advanced Load Balancing section of the API guide.
POST /api/v1/loadbalancer/rules (Deprecated)
Management Plane API > Networking > Services > Loadbalancer
Delete a load balancer rule

Deprecated
NSX-T Load Balancer is deprecated.
Please take advantage of NSX Advanced Load Balancer.
Refer to Policy > Networking > Network Services > Advanced Load Balancing section of the API guide.
DELETE /api/v1/loadbalancer/rules/<rule-id> (Deprecated)
Management Plane API > Networking > Services > Loadbalancer
Retrieve a load balancer rule

Deprecated
NSX-T Load Balancer is deprecated.
Please take advantage of NSX Advanced Load Balancer.
Refer to Policy > Networking > Network Services > Advanced Load Balancing section of the API guide.
GET /api/v1/loadbalancer/rules/<rule-id> (Deprecated)
Management Plane API > Networking > Services > Loadbalancer
Update a load balancer rule

Deprecated
NSX-T Load Balancer is deprecated.
Please take advantage of NSX Advanced Load Balancer.
Refer to Policy > Networking > Network Services > Advanced Load Balancing section of the API guide.
PUT /api/v1/loadbalancer/rules/<rule-id> (Deprecated)
Management Plane API > Networking > Services > Loadbalancer
Retrieve a paginated list of load balancer server-ssl profiles

Deprecated
NSX-T Load Balancer is deprecated.
Please take advantage of NSX Advanced Load Balancer.
Refer to Policy > Networking > Network Services > Advanced Load Balancing section of the API guide.
GET /api/v1/loadbalancer/server-ssl-profiles (Deprecated)
Management Plane API > Networking > Services > Loadbalancer
Create a load balancer server-ssl profile

Deprecated
NSX-T Load Balancer is deprecated.
Please take advantage of NSX Advanced Load Balancer.
Refer to Policy > Networking > Network Services > Advanced Load Balancing section of the API guide.
POST /api/v1/loadbalancer/server-ssl-profiles (Deprecated)
Management Plane API > Networking > Services > Loadbalancer
Delete a load balancer server-ssl profile

Deprecated
NSX-T Load Balancer is deprecated.
Please take advantage of NSX Advanced Load Balancer.
Refer to Policy > Networking > Network Services > Advanced Load Balancing section of the API guide.
DELETE /api/v1/loadbalancer/server-ssl-profiles/<server-ssl-profile-id> (Deprecated)
Management Plane API > Networking > Services > Loadbalancer
Retrieve a load balancer server-ssl profile

Deprecated
NSX-T Load Balancer is deprecated.
Please take advantage of NSX Advanced Load Balancer.
Refer to Policy > Networking > Network Services > Advanced Load Balancing section of the API guide.
GET /api/v1/loadbalancer/server-ssl-profiles/<server-ssl-profile-id> (Deprecated)
Management Plane API > Networking > Services > Loadbalancer
Update a load balancer server-ssl profile

Deprecated
NSX-T Load Balancer is deprecated.
Please take advantage of NSX Advanced Load Balancer.
Refer to Policy > Networking > Network Services > Advanced Load Balancing section of the API guide.
PUT /api/v1/loadbalancer/server-ssl-profiles/<server-ssl-profile-id> (Deprecated)
Management Plane API > Networking > Services > Loadbalancer
Retrieve a paginated list of load balancer services

Deprecated
Use the following Policy API -
GET /policy/api/v1/infra/lb-services
GET /api/v1/loadbalancer/services (Deprecated)
Management Plane API > Networking > Services > Loadbalancer
Create a load balancer service

Deprecated
Use the following Policy API -
PATCH /policy/api/v1/infra/lb-services/
POST /api/v1/loadbalancer/services (Deprecated)
Management Plane API > Networking > Services > Loadbalancer
Delete a load balancer service

Deprecated
Use the following Policy API -
DELETE /policy/api/v1/infra/lb-services/
DELETE /api/v1/loadbalancer/services/<service-id> (Deprecated)
Management Plane API > Networking > Services > Loadbalancer
Retrieve a load balancer service

Deprecated
Use the following Policy API -
GET /policy/api/v1/infra/lb-services/
GET /api/v1/loadbalancer/services/<service-id> (Deprecated)
Management Plane API > Networking > Services > Loadbalancer
Update a load balancer service

Deprecated
Use the following Policy API -
PUT/PATCH /policy/api/v1/infra/lb-services/
PUT /api/v1/loadbalancer/services/<service-id> (Deprecated)
Management Plane API > Networking > Services > Loadbalancer
GET /api/v1/loadbalancer/services/<service-id>/pools/<pool-id>/statistics (Deprecated)
Management Plane API > Networking > Services > Loadbalancer
GET /api/v1/loadbalancer/services/<service-id>/pools/<pool-id>/status (Deprecated)
Management Plane API > Networking > Services > Loadbalancer
GET /api/v1/loadbalancer/services/<service-id>/pools/statistics (Deprecated)
Management Plane API > Networking > Services > Loadbalancer
GET /api/v1/loadbalancer/services/<service-id>/pools/status (Deprecated)
Management Plane API > Networking > Services > Loadbalancer
GET /api/v1/loadbalancer/services/<service-id>/statistics (Deprecated)
Management Plane API > Networking > Services > Loadbalancer
GET /api/v1/loadbalancer/services/<service-id>/status (Deprecated)
Management Plane API > Networking > Services > Loadbalancer
Read the usage information of the given load balancer service

Deprecated
Use the following Policy API -
GET /policy/api/v1/infra/lb-services//service-usage
GET /api/v1/loadbalancer/services/<service-id>/usage (Deprecated)
Management Plane API > Networking > Services > Loadbalancer
GET /api/v1/loadbalancer/services/<service-id>/virtual-servers/<virtual-server-id>/statistics (Deprecated)
Management Plane API > Networking > Services > Loadbalancer
GET /api/v1/loadbalancer/services/<service-id>/virtual-servers/<virtual-server-id>/status (Deprecated)
Management Plane API > Networking > Services > Loadbalancer
GET /api/v1/loadbalancer/services/<service-id>/virtual-servers/statistics (Deprecated)
Management Plane API > Networking > Services > Loadbalancer
GET /api/v1/loadbalancer/services/<service-id>/virtual-servers/status (Deprecated)
Management Plane API > Networking > Services > Loadbalancer
Retrieve a list of supported SSL ciphers and protocols

Deprecated
NSX-T Load Balancer is deprecated.
Please take advantage of NSX Advanced Load Balancer.
Refer to Policy > Networking > Network Services > Advanced Load Balancing section of the API guide.
GET /api/v1/loadbalancer/ssl/ciphers-and-protocols (Deprecated)
Management Plane API > Networking > Services > Loadbalancer
Read load balancer usage for the given node

Deprecated
NSX-T Load Balancer is deprecated.
Please take advantage of NSX Advanced Load Balancer.
Refer to Policy > Networking > Network Services > Advanced Load Balancing section of the API guide.
GET /api/v1/loadbalancer/usage-per-node/<node-id> (Deprecated)
Management Plane API > Networking > Services > Loadbalancer
Retrieve a paginated list of load balancer virtual servers

Deprecated
Use the following Policy API -
GET /policy/api/v1/infra/lb-virtual-servers
GET /api/v1/loadbalancer/virtual-servers (Deprecated)
Management Plane API > Networking > Services > Loadbalancer
Create a load balancer virtual server

Deprecated
Use the following Policy API -
PATCH /policy/api/v1/infra/lb-virtual-servers/
POST /api/v1/loadbalancer/virtual-servers (Deprecated)
Management Plane API > Networking > Services > Loadbalancer
Create a load balancer virtual server with rules

Deprecated
Use the following Policy API -
PATCH /policy/api/v1/infra/lb-virtual-servers/
POST /api/v1/loadbalancer/virtual-servers?action=create_with_rules (Deprecated)
Management Plane API > Networking > Services > Loadbalancer
Delete a load balancer virtual server

Deprecated
Use the following Policy API -
DELETE /policy/api/v1/infra/lb-virtual-servers/
DELETE /api/v1/loadbalancer/virtual-servers/<virtual-server-id> (Deprecated)
Management Plane API > Networking > Services > Loadbalancer
Retrieve a load balancer virtual server

Deprecated
Use the following Policy API -
GET /policy/api/v1/infra/lb-virtual-servers/
GET /api/v1/loadbalancer/virtual-servers/<virtual-server-id> (Deprecated)
Management Plane API > Networking > Services > Loadbalancer
Update a load balancer virtual server with rules

Deprecated
Use the following Policy API -
PUT/PATCH /policy/api/v1/infra/lb-virtual-servers/
PUT /api/v1/loadbalancer/virtual-servers/<virtual-server-id>?action=update_with_rules (Deprecated)
Management Plane API > Networking > Services > Loadbalancer
Update a load balancer virtual server

Deprecated
Use the following Policy API -
PUT/PATCH /policy/api/v1/infra/lb-virtual-servers/
PUT /api/v1/loadbalancer/virtual-servers/<virtual-server-id> (Deprecated)
Management Plane API > Networking > Services > Metadata Proxy
GET /api/v1/md-proxies (Deprecated)
Management Plane API > Networking > Services > Metadata Proxy
POST /api/v1/md-proxies (Deprecated)
Management Plane API > Networking > Services > Metadata Proxy
DELETE /api/v1/md-proxies/<proxy-id> (Deprecated)
Management Plane API > Networking > Services > Metadata Proxy
GET /api/v1/md-proxies/<proxy-id> (Deprecated)
Management Plane API > Networking > Services > Metadata Proxy
PUT /api/v1/md-proxies/<proxy-id> (Deprecated)
Management Plane API > Networking > Services > Metadata Proxy
GET /api/v1/md-proxies/<proxy-id>/<logical-switch-id>/status (Deprecated)
Management Plane API > Networking > Services > Metadata Proxy
GET /api/v1/md-proxies/<proxy-id>/statistics (Deprecated)
Management Plane API > Networking > VPN > IPSEC > DPD Profiles
Get IPSec dead peer detection (DPD) profile list result

Deprecated
Please use below Policy API.
GET /policy/api/v1/infra/ipsec-vpn-dpd-profiles
GET /api/v1/vpn/ipsec/dpd-profiles (Deprecated)
Management Plane API > Networking > VPN > IPSEC > DPD Profiles
Create dead peer detection (DPD) profile

Deprecated
Please use below Policy API.
PATCH /policy/api/v1/infra/ipsec-vpn-dpd-profiles/<dpd-profile-id>.
POST /api/v1/vpn/ipsec/dpd-profiles (Deprecated)
Management Plane API > Networking > VPN > IPSEC > DPD Profiles
Delete dead peer detection (DPD) profile

Deprecated
Please use below Policy API.
DELETE /policy/api/v1/infra/ipsec-vpn-dpd-profiles/<dpd-profile-id>
DELETE /api/v1/vpn/ipsec/dpd-profiles/<ipsec-vpn-dpd-profile-id> (Deprecated)
Management Plane API > Networking > VPN > IPSEC > DPD Profiles
Get IPSec dead peer detection (DPD) profile

Deprecated
Please use below Policy API.
GET /policy/api/v1/infra/ipsec-vpn-dpd-profiles/<dpd-profile-id>
GET /api/v1/vpn/ipsec/dpd-profiles/<ipsec-vpn-dpd-profile-id> (Deprecated)
Management Plane API > Networking > VPN > IPSEC > DPD Profiles
Edit IPSec dead peer detection (DPD) profile

Deprecated
Please use below Policy API.
PUT /policy/api/v1/infra/ipsec-vpn-dpd-profiles/<dpd-profile-id>
PUT /api/v1/vpn/ipsec/dpd-profiles/<ipsec-vpn-dpd-profile-id> (Deprecated)
Management Plane API > Networking > VPN > IPSEC > IKE Profiles
List IKE profiles

Deprecated
Please use below Policy API.
GET /policy/api/v1/infra/ipsec-vpn-ike-profiles
GET /api/v1/vpn/ipsec/ike-profiles (Deprecated)
Management Plane API > Networking > VPN > IPSEC > IKE Profiles
Create custom internet key exchange (IKE) Profile

Deprecated
Please use below Policy API.
PATCH /policy/api/v1/infra/ipsec-vpn-ike-profiles/<ike-profile-id>
POST /api/v1/vpn/ipsec/ike-profiles (Deprecated)
Management Plane API > Networking > VPN > IPSEC > IKE Profiles
Delete custom IKE Profile

Deprecated
Please use below Policy API.
DELETE /policy/api/v1/infra/ipsec-vpn-ike-profiles/<ike-profile-id>
DELETE /api/v1/vpn/ipsec/ike-profiles/<ipsec-vpn-ike-profile-id> (Deprecated)
Management Plane API > Networking > VPN > IPSEC > IKE Profiles
Get IKE Profile

Deprecated
Please use below Policy API.
GET /policy/api/v1/infra/ipsec-vpn-ike-profiles/<ike-profile-id>
GET /api/v1/vpn/ipsec/ike-profiles/<ipsec-vpn-ike-profile-id> (Deprecated)
Management Plane API > Networking > VPN > IPSEC > IKE Profiles
Edit custom IKE Profile

Deprecated
Please use below Policy API.
PUT /policy/api/v1/infra/ipsec-vpn-ike-profiles/<ike-profile-id>
PUT /api/v1/vpn/ipsec/ike-profiles/<ipsec-vpn-ike-profile-id> (Deprecated)
Management Plane API > Networking > VPN > IPSEC > Peer Endpoints
Get IPSec local endpoint list result

Deprecated
Please use below Policy APIs.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/ipsec-vpn-services/<service-id>/local-endpoints
GET /policy/api/v1/infra/tier-1s/<tier-1-id>/ipsec-vpn-services/<service-id>/local-endpoints
GET /api/v1/vpn/ipsec/local-endpoints (Deprecated)
Management Plane API > Networking > VPN > IPSEC > Peer Endpoints
Create custom local endpoint

Deprecated
Please use below Policy APIs.
PATCH /policy/api/v1/infra/tier-0s/<tier-0-id>/ipsec-vpn-services/<service-id>/local-endpoints/<local-endpoint-id>
PATCH /policy/api/v1/infra/tier-1s/<tier-1-id>/ipsec-vpn-services/<service-id>/local-endpoints/<local-endpoint-id>
POST /api/v1/vpn/ipsec/local-endpoints (Deprecated)
Management Plane API > Networking > VPN > IPSEC > Peer Endpoints
Delete custom IPSec local endpoint

Deprecated
Please use below Policy APIs.
DELETE /policy/api/v1/infra/tier-0s/<tier-0-id>/ipsec-vpn-services/<service-id>/local-endpoints/<local-endpoint-id>
DELETE /policy/api/v1/infra/tier-1s/<tier-1-id>/ipsec-vpn-services/<service-id>/local-endpoints/<local-endpoint-id>
DELETE /api/v1/vpn/ipsec/local-endpoints/<ipsec-vpn-local-endpoint-id> (Deprecated)
Management Plane API > Networking > VPN > IPSEC > Peer Endpoints
Get custom IPSec local endpoint

Deprecated
Please use below Policy APIs.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/ipsec-vpn-services/<service-id>/local-endpoints/<local-endpoint-id>
GET /policy/api/v1/infra/tier-1s/<tier-1-id>/ipsec-vpn-services/<service-id>/local-endpoints/<local-endpoint-id>
GET /api/v1/vpn/ipsec/local-endpoints/<ipsec-vpn-local-endpoint-id> (Deprecated)
Management Plane API > Networking > VPN > IPSEC > Peer Endpoints
Edit custom IPSec local endpoint

Deprecated
Please use below Policy APIs.
PUT /policy/api/v1/infra/tier-0s/<tier-0-id>/ipsec-vpn-services/<service-id>/local-endpoints/<local-endpoint-id>
PUT /policy/api/v1/infra/tier-1s/<tier-1-id>/ipsec-vpn-services/<service-id>/local-endpoints/<local-endpoint-id>
PUT /api/v1/vpn/ipsec/local-endpoints/<ipsec-vpn-local-endpoint-id> (Deprecated)
Management Plane API > Networking > VPN > IPSEC > Peer Endpoints
Get IPSecVPNPeerEndpoint List Result

Deprecated
Please use below Policy APIs.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/ipsec-vpn-services/<service-id>/sessions
GET /policy/api/v1/infra/tier-1s/<tier-1-id>/ipsec-vpn-services/<service-id>/sessions
GET /api/v1/vpn/ipsec/peer-endpoints (Deprecated)
Management Plane API > Networking > VPN > IPSEC > Peer Endpoints
Create custom peer endpoint

Deprecated
Please use below Policy APIs.
PATCH /policy/api/v1/infra/tier-0s/<tier-0-id>/ipsec-vpn-services/<service-id>/sessions/<session-id>
PATCH /policy/api/v1/infra/tier-1s/<tier-1-id>/ipsec-vpn-services/<service-id>/sessions/<session-id>
POST /api/v1/vpn/ipsec/peer-endpoints (Deprecated)
Management Plane API > Networking > VPN > IPSEC > Peer Endpoints
Delete custom IPSec VPN peer endpoint

Deprecated
Please use below Policy APIs.
DELETE /policy/api/v1/infra/tier-0s/<tier-0-id>/ipsec-vpn-services/<service-id>/sessions/<session-id>
DELETE /policy/api/v1/infra/tier-1s/<tier-1-id>/ipsec-vpn-services/<service-id>/sessions/<session-id>
DELETE /api/v1/vpn/ipsec/peer-endpoints/<ipsec-vpn-peer-endpoint-id> (Deprecated)
Management Plane API > Networking > VPN > IPSEC > Peer Endpoints
Get IPSec VPN peer endpoint

Deprecated
Please use below Policy APIs.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/ipsec-vpn-services/<service-id>/sessions/<session-id>
GET /policy/api/v1/infra/tier-1s/<tier-1-id>/ipsec-vpn-services/<service-id>/sessions/<session-id>
GET /api/v1/vpn/ipsec/peer-endpoints/<ipsec-vpn-peer-endpoint-id> (Deprecated)
Management Plane API > Networking > VPN > IPSEC > Peer Endpoints
Get IPSec VPN peer endpoint with PSK

Deprecated
Please use below Policy APIs.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/ipsec-vpn-services/<service-id>/sessions/<session-id>?action=show-sensitive-data
GET /policy/api/v1/infra/tier-1s/<tier-1-id>/ipsec-vpn-services/<service-id>/sessions/<session-id>?action=show-sensitive-data
GET /api/v1/vpn/ipsec/peer-endpoints/<ipsec-vpn-peer-endpoint-id>?action=show-sensitive-data (Deprecated)
Management Plane API > Networking > VPN > IPSEC > Peer Endpoints
Edit custom IPSecPeerEndpoint

Deprecated
Please use below Policy APIs.
PUT /policy/api/v1/infra/tier-0s/<tier-0-id>/ipsec-vpn-services/<service-id>/sessions/<session-id>
PUT /policy/api/v1/infra/tier-1s/<tier-1-id>/ipsec-vpn-services/<service-id>/sessions/<session-id>
PUT /api/v1/vpn/ipsec/peer-endpoints/<ipsec-vpn-peer-endpoint-id> (Deprecated)
Management Plane API > Networking > VPN > IPSEC > Services
Get IPSec VPN service list result

Deprecated
Please use below Policy APIs.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/ipsec-vpn-services
GET /policy/api/v1/infra/tier-1s/<tier-1-id>/ipsec-vpn-services
GET /api/v1/vpn/ipsec/services (Deprecated)
Management Plane API > Networking > VPN > IPSEC > Services
Create VPN service

Deprecated
Please use below Policy APIs.
PATCH /policy/api/v1/infra/tier-0s/<tier-0-id>/ipsec-vpn-services/<service-id>
PATCH /policy/api/v1/infra/tier-1s/<tier-1-id>/ipsec-vpn-services/<service-id>
POST /api/v1/vpn/ipsec/services (Deprecated)
Management Plane API > Networking > VPN > IPSEC > Services
Delete IPSec VPN service

Deprecated
Please use below Policy APIs.
DELETE /policy/api/v1/infra/tier-0s/<tier-0-id>/ipsec-vpn-services/<service-id>
DELETE /policy/api/v1/infra/tier-1s/<tier-1-id>/ipsec-vpn-services/<service-id>
DELETE /api/v1/vpn/ipsec/services/<ipsec-vpn-service-id> (Deprecated)
Management Plane API > Networking > VPN > IPSEC > Services
Get IPSec VPN service

Deprecated
Please use below Policy APIs.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/ipsec-vpn-services/<service-id>
GET /policy/api/v1/infra/tier-1s/<tier-1-id>/ipsec-vpn-services/<service-id>
GET /api/v1/vpn/ipsec/services/<ipsec-vpn-service-id> (Deprecated)
Management Plane API > Networking > VPN > IPSEC > Services
Edit IPSec VPN service

Deprecated
Please use below Policy APIs.
PUT /policy/api/v1/infra/tier-0s/<tier-0-id>/ipsec-vpn-services/<service-id>
PUT /policy/api/v1/infra/tier-1s/<tier-1-id>/ipsec-vpn-services/<service-id>
PUT /api/v1/vpn/ipsec/services/<ipsec-vpn-service-id> (Deprecated)
Management Plane API > Networking > VPN > IPSEC > Sessions
Get IPSec VPN session list result

Deprecated
Please use below Policy APIs.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/ipsec-vpn-services/<service-id>/sessions
GET /policy/api/v1/infra/tier-1s/<tier-1-id>/ipsec-vpn-services/<service-id>/sessions
GET /api/v1/vpn/ipsec/sessions (Deprecated)
Management Plane API > Networking > VPN > IPSEC > Sessions
Create new VPN session

Deprecated
Please use below Policy APIs.
PATCH /policy/api/v1/infra/tier-0s/<tier-0-id>/ipsec-vpn-services/<service-id>/sessions/<session-id>
PATCH /policy/api/v1/infra/tier-1s/<tier-1-id>/ipsec-vpn-services/<service-id>/sessions/<session-id>
POST /api/v1/vpn/ipsec/sessions (Deprecated)
Management Plane API > Networking > VPN > IPSEC > Sessions
Delete IPSec VPN session

Deprecated
Please use below Policy APIs.
DELETE /policy/api/v1/infra/tier-0s/<tier-0-id>/ipsec-vpn-services/<service-id>/sessions/<session-id>
DELETE /policy/api/v1/infra/tier-1s/<tier-1-id>/ipsec-vpn-services/<service-id>/sessions/<session-id>
DELETE /api/v1/vpn/ipsec/sessions/<ipsec-vpn-session-id> (Deprecated)
Management Plane API > Networking > VPN > IPSEC > Sessions
Fetch IPSec VPN session

Deprecated
Please use below Policy APIs.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/ipsec-vpn-services/<service-id>/sessions/<session-id>
GET /policy/api/v1/infra/tier-1s/<tier-1-id>/ipsec-vpn-services/<service-id>/sessions/<session-id>
GET /api/v1/vpn/ipsec/sessions/<ipsec-vpn-session-id> (Deprecated)
Management Plane API > Networking > VPN > IPSEC > Sessions
Edit IPSec VPN session

Deprecated
Please use below Policy APIs.
PUT /policy/api/v1/infra/tier-0s/<tier-0-id>/ipsec-vpn-services/<service-id>/sessions/<session-id>
PUT /policy/api/v1/infra/tier-1s/<tier-1-id>/ipsec-vpn-services/<service-id>/sessions/<session-id>
PUT /api/v1/vpn/ipsec/sessions/<ipsec-vpn-session-id> (Deprecated)
Management Plane API > Networking > VPN > IPSEC > Sessions
Get VPN configuration for the peer site

Deprecated
Please use below Policy APIs.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/ipsec-vpn-services/<service-id>/sessions/<session-id>/peer-config
GET /policy/api/v1/infra/tier-1s/<tier-1-id>/ipsec-vpn-services/<service-id>/sessions/<session-id>/peer-config
GET /api/v1/vpn/ipsec/sessions/<ipsec-vpn-session-id>/peer-config (Deprecated)
Management Plane API > Networking > VPN > IPSEC > Sessions
Get the Realized State of a IPSec VPN Session

Deprecated
Please use below Policy APIs.
GET /policy/api/v1/infra/realized-state/realized-entity?realized_path=/policy/api/v1/infra/tier-0s/<tier-0-id>/ipsec-vpn-services/<service-id>/sessions/<session-id>
GET /policy/api/v1/infra/realized-state/realized-entity?realized_path=/policy/api/v1/infra/tier-1s/<tier-1-id>/ipsec-vpn-services/<service-id>/sessions/<session-id>
GET /api/v1/vpn/ipsec/sessions/<ipsec-vpn-session-id>/state (Deprecated)
Management Plane API > Networking > VPN > IPSEC > Tunnel Profiles
Get IPSecTunnelProfile List Result

Deprecated
Please use below Policy API.
GET /policy/api/v1/infra/ipsec-vpn-tunnel-profiles
GET /api/v1/vpn/ipsec/tunnel-profiles (Deprecated)
Management Plane API > Networking > VPN > IPSEC > Tunnel Profiles
Create custom IPSec tunnel profile

Deprecated
Please use below Policy API.
PATCH /policy/api/v1/infra/ipsec-vpn-tunnel-profiles/<tunnel-profile-id>
POST /api/v1/vpn/ipsec/tunnel-profiles (Deprecated)
Management Plane API > Networking > VPN > IPSEC > Tunnel Profiles
Delete custom IPSecTunnelProfile

Deprecated
Please use below Policy API.
DELETE /policy/api/v1/infra/ipsec-vpn-tunnel-profiles/<tunnel-profile-id>
DELETE /api/v1/vpn/ipsec/tunnel-profiles/<ipsec-vpn-tunnel-profile-id> (Deprecated)
Management Plane API > Networking > VPN > IPSEC > Tunnel Profiles
Get IPSec tunnel profile

Deprecated
Please use below Policy API.
GET /policy/api/v1/infra/ipsec-vpn-tunnel-profiles/<tunnel-profile-id>
GET /api/v1/vpn/ipsec/tunnel-profiles/<ipsec-vpn-tunnel-profile-id> (Deprecated)
Management Plane API > Networking > VPN > IPSEC > Tunnel Profiles
Edit custom IPSecTunnelProfile

Deprecated
Please use below Policy API.
PUT /policy/api/v1/infra/ipsec-vpn-tunnel-profiles/<tunnel-profile-id>
PUT /api/v1/vpn/ipsec/tunnel-profiles/<ipsec-vpn-tunnel-profile-id> (Deprecated)
Management Plane API > Networking > VPN > L2VPN > Services
Get all L2VPN services

Deprecated
Please use below Policy APIs.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/l2vpn-services
GET /policy/api/v1/infra/tier-1s/<tier-1-id>/l2vpn-services
GET /api/v1/vpn/l2vpn/services (Deprecated)
Management Plane API > Networking > VPN > L2VPN > Services
Create L2VPN service

Deprecated
Please use below Policy APIs.
PATCH /policy/api/v1/infra/tier-0s/<tier-0-id>/l2vpn-services/<service-id>
PATCH /policy/api/v1/infra/tier-1s/<tier-1-id>/l2vpn-services/<service-id>
POST /api/v1/vpn/l2vpn/services (Deprecated)
Management Plane API > Networking > VPN > L2VPN > Services
Delete a L2VPN service

Deprecated
Please use below Policy APIs.
DELETE /policy/api/v1/infra/tier-0s/<tier-0-id>/l2vpn-services/<service-id>
DELETE /policy/api/v1/infra/tier-1s/<tier-1-id>/l2vpn-services/<service-id>
DELETE /api/v1/vpn/l2vpn/services/<l2vpn-service-id> (Deprecated)
Management Plane API > Networking > VPN > L2VPN > Services
Get L2VPN service

Deprecated
Please use below Policy APIs.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/l2vpn-services/<service-id>
GET /policy/api/v1/infra/tier-1s/<tier-1-id>/l2vpn-services/<service-id>
GET /api/v1/vpn/l2vpn/services/<l2vpn-service-id> (Deprecated)
Management Plane API > Networking > VPN > L2VPN > Services
Edit a L2VPN service

Deprecated
Please use below Policy APIs.
PUT /policy/api/v1/infra/tier-0s/<tier-0-id>/l2vpn-services/<service-id>
PUT /policy/api/v1/infra/tier-1s/<tier-1-id>/l2vpn-services/<service-id>
PUT /api/v1/vpn/l2vpn/services/<l2vpn-service-id> (Deprecated)
Management Plane API > Networking > VPN > L2VPN > Sessions
Get all L2VPN sessions

Deprecated
Please use below Policy APIs.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/l2vpn-services/<service-id>/sessions
GET /policy/api/v1/infra/tier-1s/<tier-1-id>/l2vpn-services/<service-id>/sessions
GET /api/v1/vpn/l2vpn/sessions (Deprecated)
Management Plane API > Networking > VPN > L2VPN > Sessions
Create L2VPN session

Deprecated
Please use below Policy APIs.
PATCH /policy/api/v1/infra/tier-0s/<tier-0-id>/l2vpn-services/<service-id>/sessions/<session-id>
PATCH /policy/api/v1/infra/tier-1s/<tier-1-id>/l2vpn-services/<service-id>/sessions/<session-id>
POST /api/v1/vpn/l2vpn/sessions (Deprecated)
Management Plane API > Networking > VPN > L2VPN > Sessions
Delete a L2VPN session

Deprecated
Please use below Policy APIs.
DELETE /policy/api/v1/infra/tier-0s/<tier-0-id>/l2vpn-services/<service-id>/sessions/<session-id>
DELETE /policy/api/v1/infra/tier-1s/<tier-1-id>/l2vpn-services/<service-id>/sessions/<session-id>
DELETE /api/v1/vpn/l2vpn/sessions/<l2vpn-session-id> (Deprecated)
Management Plane API > Networking > VPN > L2VPN > Sessions
Get a L2VPN session

Deprecated
Please use below Policy APIs.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/l2vpn-services/<service-id>/sessions/<session-id>
GET /policy/api/v1/infra/tier-1s/<tier-1-id>/l2vpn-services/<service-id>/sessions/<session-id>
GET /api/v1/vpn/l2vpn/sessions/<l2vpn-session-id> (Deprecated)
Management Plane API > Networking > VPN > L2VPN > Sessions
Edit a L2VPN session

Deprecated
Please use below Policy APIs.
PUT /policy/api/v1/infra/tier-0s/<tier-0-id>/l2vpn-services/<service-id>/sessions/<session-id>
PUT /policy/api/v1/infra/tier-1s/<tier-1-id>/l2vpn-services/<service-id>/sessions/<session-id>
PUT /api/v1/vpn/l2vpn/sessions/<l2vpn-session-id> (Deprecated)
Management Plane API > Networking > VPN > L2VPN > Sessions
Get peer codes for the L2VpnSession

Deprecated
Please use below Policy APIs.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/l2vpn-services/<service-id>/sessions/<session-id>/peer-config
GET /policy/api/v1/infra/tier-1s/<tier-1-id>/l2vpn-services/<service-id>/sessions/<session-id>/peer-config
GET /api/v1/vpn/l2vpn/sessions/<l2vpn-session-id>/peer-codes (Deprecated)
Management Plane API > Networking > VPN > Statistics > IKE Service
Cumulative statistics for one IKE service instance

Deprecated
Please use below Policy APIs.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/ipsec-vpn-services/<service-id>/summary
GET /policy/api/v1/infra/tier-1s/<tier-1-id>/ipsec-vpn-services/<service-id>/summary
GET /api/v1/vpn/services/<service-id>/summary (Deprecated)
Management Plane API > Networking > VPN > Statistics > IKE Sessions Status
Get IPSec VPN IKE session status

Deprecated
Please use below Policy APIs.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/ipsec-vpn-services/<service-id>/sessions/<session-id>/detailed-status
GET /policy/api/v1/infra/tier-1s/<tier-1-id>/ipsec-vpn-services/<service-id>/sessions/<session-id>/detailed-status
GET /api/v1/vpn/ipsec/sessions/<session-id>/status (Deprecated)
Management Plane API > Networking > VPN > Statistics > IPSEC Reset Sessions Statistics
Reset the statistics of the given VPN session

Deprecated
Please use below Policy APIs.
POST /policy/api/v1/infra/tier-0s/<tier-0-id>/ipsec-vpn-services/<service-id>/sessions/<session-id>/statistics
POST /policy/api/v1/infra/tier-1s/<tier-1-id>/ipsec-vpn-services/<service-id>/sessions/<session-id>/statistics
POST /api/v1/vpn/ipsec/sessions/<session-id>/statistics?action=reset (Deprecated)
Management Plane API > Networking > VPN > Statistics > IPSEC Sessions Statistics
Get IPSec VPN session statistics

Deprecated
Please use below Policy APIs.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/ipsec-vpn-services/<service-id>/sessions/<session-id>/statistics
GET /policy/api/v1/infra/tier-1s/<tier-1-id>/ipsec-vpn-services/<service-id>/sessions/<session-id>/statistics
GET /api/v1/vpn/ipsec/sessions/<session-id>/statistics (Deprecated)
Management Plane API > Networking > VPN > Statistics > IPSEC Sessions Summary
VPN session summary

Deprecated
The information is already displayed on UI.
GET /api/v1/vpn/ipsec/sessions/summary (Deprecated)
Management Plane API > Networking > VPN > Statistics > L2VPN Remote MACS
Get L2VPN session remote mac for logical switch

Deprecated
Please use below Policy APIs.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/l2vpn-services/<service-id>/sessions/<session-id>/remote-mac
GET /policy/api/v1/infra/tier-1s/<tier-1-id>/l2vpn-services/<service-id>/sessions/<session-id>/remote-mac
GET /api/v1/vpn/l2vpn/sessions/<session-id>/remote-mac (Deprecated)
Management Plane API > Networking > VPN > Statistics > L2VPN Session Statistics
Get L2VPN session statistics

Deprecated
Please use below Policy APIs.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/l2vpn-services/<service-id>/sessions/<session-id>/statistics
GET /policy/api/v1/infra/tier-1s/<tier-1-id>/l2vpn-services/<service-id>/sessions/<session-id>/statistics
GET /api/v1/vpn/l2vpn/sessions/<session-id>/statistics (Deprecated)
Management Plane API > Networking > VPN > Statistics > L2VPN Session Status
Get L2VPN session status

Deprecated
Please use below Policy APIs.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/l2vpn-services/<service-id>/sessions/<session-id>/detailed-status
GET /policy/api/v1/infra/tier-1s/<tier-1-id>/l2vpn-services/<service-id>/sessions/<session-id>/detailed-status
GET /api/v1/vpn/l2vpn/sessions/<session-id>/status (Deprecated)
Management Plane API > Networking > VPN > Statistics > L2VPN Sessions Summary
Get status summary of all existing L2VPN sessions.

Deprecated
The information is already displayed on UI.
GET /api/v1/vpn/l2vpn/sessions/summary (Deprecated)
Management Plane API > Normalization
Get normalizations based on the query parameters

DeprecatedThis API has been deprecated, please use below effective membership APIs
GET /ns-groups/<ns-group-id>/effective-logical-switch-members GET /ns-groups/<ns-group-id>/effective-logical-port-members GET /ns-groups/<ns-group-id>/effective-ip-address-members GET /ns-groups/<ns-group-id>/effective-vif-members GET /ns-groups/<ns-group-id>/effective-transport-node-members GET /ns-groups/<ns-group-id>/effective-virtual-machine-members GET /ns-groups/<ns-group-id>/effective-cloud-native-service-instance-members GET /ns-groups/<ns-group-id>/effective-physical-server-members GET /ns-groups/<ns-group-id>/effective-directory-group-members GET /ns-groups/<ns-group-id>/effective-ipset-members
GET /api/v1/normalizations (Deprecated)
Management Plane API > Security > Identity Firewall > Configuration
List all Identity firewall compute collections

Deprecated
Use the following Policy API -
GET /policy/api/v1/infra/settings/firewall/idfw/cluster
GET /api/v1/idfw/idfw-compute-collections (Deprecated)
Management Plane API > Security > Identity Firewall > Configuration
Delete IDFW compute collection.

Deprecated
Use the following Policy API -
PUT/PATCH /policy/api/v1/infra/settings/firewall/idfw/cluster/
DELETE /api/v1/idfw/idfw-compute-collections/<cc-ext-id> (Deprecated)
Management Plane API > Security > Identity Firewall > Configuration
Get IDFW compute collection.

Deprecated
Use the following Policy API -
GET /policy/api/v1/infra/settings/firewall/idfw/cluster/
GET /api/v1/idfw/idfw-compute-collections/<cc-ext-id> (Deprecated)
Management Plane API > Security > Identity Firewall > Configuration
Update IDFW compute collection

Deprecated
Use the following Policy API -
PUT/PATCH /policy/api/v1/infra/settings/firewall/idfw/cluster/
PUT /api/v1/idfw/idfw-compute-collections/<cc-ext-id> (Deprecated)
Management Plane API > Security > Identity Firewall > Configuration
Get Identity Firewall master switch enabled/disabled

Deprecated
Use the following Policy API -
GET /policy/api/v1/infra/settings/firewall/security
GET /api/v1/idfw/master-switch-setting (Deprecated)
Management Plane API > Security > Identity Firewall > Configuration
Update IDFW master switch setting enabled/disabled

Deprecated
Use the following Policy API -
PUT /policy/api/v1/infra/settings/firewall/security
PUT /api/v1/idfw/master-switch-setting (Deprecated)
Management Plane API > Security > Identity Firewall > Configuration
Get Standalone hosts switch enabled/disabled

Deprecated
Use the following Policy API -
GET /policy/api/v1/infra/settings/firewall/idfw/standalone-host-switch-setting
GET /api/v1/idfw/standalone-host-switch-setting (Deprecated)
Management Plane API > Security > Identity Firewall > Configuration
Update IDFW master switch setting enabled/disabled

Deprecated
Use the following Policy API -
PUT/PATCH /policy/api/v1/infra/settings/firewall/idfw/standalone-host-switch-setting
PUT /api/v1/idfw/standalone-host-switch-setting (Deprecated)
Management Plane API > Security > Identity Firewall > Monitoring
List all transport node and statuses based on idfw enabled ComputeCollection ID.

Deprecated
Use the following Policy API -
GET /policy/api/v1/infra/settings/firewall/idfw/compute-collections/<compute-collection-id>/transport-nodes/status
GET /api/v1/idfw/compute-collections/<cc-ext-id>/transport-nodes/status (Deprecated)
Management Plane API > Security > Identity Firewall > Monitoring
Get list of compute collections and status.

Deprecated
Use the following Policy API -
GET /policy/api/v1/infra/settings/firewall/idfw/compute-collections/<compute-collection-id>/status
GET /api/v1/idfw/compute-collections/<compute-collection-ext-id>/status (Deprecated)
Management Plane API > Security > Identity Firewall > Monitoring
List all IDFW enabled ComputeCollection statuses.

Deprecated
Use the following Policy API -
GET /policy/api/v1/infra/settings/firewall/idfw/compute-collections/status
GET /api/v1/idfw/compute-collections/status (Deprecated)
Management Plane API > Security > Identity Firewall > Monitoring
List all VM and statuses based on transport node ID of idfw enabled compute collection.

Deprecated
Use the following Policy API -
GET /policy/api/v1/infra/settings/firewall/idfw/transport-nodes/<transport-node-id>/vms/status
GET /api/v1/idfw/transport-nodes/<transport-node-id>/vms/status (Deprecated)
Management Plane API > Security > Identity Firewall > Realization Data
Get all IDFW NSGroup VM details for a given NSGroup

Deprecated
Use the following Policy API -
GET /policy/api/v1/infra/settings/firewall/idfw/group-vm-details/
GET /api/v1/idfw/nsgroup-vm-details/<group-id> (Deprecated)
Management Plane API > Security > Identity Firewall > Realization Data
Get IDFW system statistics data

Deprecated
Use the following Policy API -
GET /policy/api/v1/infra/settings/firewall/idfw/system-stats
GET /api/v1/idfw/system-stats (Deprecated)
Management Plane API > Security > Identity Firewall > Realization Data
Get user session data

Deprecated
Use the following Policy API -
GET /policy/api/v1/infra/settings/firewall/idfw/user-session-data
GET /api/v1/idfw/user-session-data (Deprecated)
Management Plane API > Security > Identity Firewall > Realization Data
Get IDFW user login events for a given user

Deprecated
Use the following Policy API -
GET /policy/api/v1/infra/settings/firewall/idfw/user-stats/
GET /api/v1/idfw/user-stats/<user-id> (Deprecated)
Management Plane API > Security > Identity Firewall > Realization Data
Get IDFW user login events for a given VM

Deprecated
Use the following Policy API -
GET /policy/api/v1/infra/settings/firewall/idfw/vm-stats/
GET /api/v1/idfw/vm-stats/<vm-ext-id> (Deprecated)
Management Plane API > Security > Intrusion Services > Dashboard
Get the list of the users affected for that signature

Deprecated
Use the following Policy API -
POST /policy/api/v1/infra/settings/firewall/security/intrusion-services/affected-users
POST /api/v1/intrusion-services/affected-users (Deprecated)
Management Plane API > Security > Intrusion Services > Dashboard
Get the list of the VMs affected for that signature

Deprecated
Use the following Policy API -
POST /policy/api/v1/infra/settings/firewall/security/intrusion-services/affected-vms
POST /api/v1/intrusion-services/affected-vms (Deprecated)
Management Plane API > Security > Intrusion Services > Dashboard
Get the list of the IDS events that are detected, grouped by signature id.

Deprecated
Use the following Policy API -
POST /policy/api/v1/infra/settings/firewall/security/intrusion-services/ids-events
POST /api/v1/intrusion-services/ids-events (Deprecated)
Management Plane API > Security > Intrusion Services > Dashboard
Get the summary of the intrusions that were detected.

Deprecated
Use the following Policy API -
POST /policy/api/v1/infra/settings/firewall/security/intrusion-services/ids-summary
POST /api/v1/intrusion-services/ids-summary (Deprecated)
Management Plane API > Security > Intrusion Services > IDS Profiles
Get IDSProfile

Deprecated
Use the following Policy API -
GET /policy/api/v1/infra/settings/firewall/security/intrusion-services/ profiles/<profile-id>/effective-signatures
GET /api/v1/intrusion-services/profiles/<ids-profile-id> (Deprecated)
Management Plane API > Security > Services > Firewall
Get list of entities in exclude list.

Deprecated
Use the following Policy API -
GET /policy/api/v1/infra/settings/firewall/security/exclude-list
GET /api/v1/firewall/excludelist (Deprecated)
Management Plane API > Security > Services > Firewall
Remove an existing object from the exclude list.

Deprecated
Use the following Policy API -
PUT|PATCH /policy/api/v1/infra/settings/firewall/security/exclude-list
POST /api/v1/firewall/excludelist?action=remove_member (Deprecated)
Management Plane API > Security > Services > Firewall
Add a new object in the exclude list.

Deprecated
Use the following Policy API -
PUT|PATCH /policy/api/v1/infra/settings/firewall/security/exclude-list
POST /api/v1/firewall/excludelist?action=add_member (Deprecated)
Management Plane API > Security > Services > Firewall
Modify exclude list.

Deprecated
Use the following Policy API -
PUT|PATCH /policy/api/v1/infra/settings/firewall/security/exclude-list
PUT /api/v1/firewall/excludelist (Deprecated)
Management Plane API > Security > Services > Firewall
Get firewall profiles available.

Deprecated
Use one of the following Policy APIs depending upon the profile type -
GET /policy/api/v1/global-infra/settings/firewall/cpu-mem-thresholds-profiles
GET /policy/api/v1/infra/dns-security-profiles
GET /policy/api/v1/infra/flood-protection-profiles
GET /policy/api/v1/infra/firewall-session-timer-profiles
GET /api/v1/firewall/profiles (Deprecated)
Management Plane API > Security > Services > Firewall
Create a firewall profile.

Deprecated
Use one of the following Policy APIs depending upon the profile type -
PUT|PATCH /policy/api/v1/infra/settings/firewall/cpu-mem-thresholds-profiles/<profile-id>
PUT|PATCH /policy/api/v1/infra/dns-security-profiles/<profile-id>
PATCH /policy/api/v1/infra/flood-protection-profiles/<flood-protection-profile-id>
PUT|PATCH /policy/api/v1/infra/firewall-session-timer-profiles/<firewall-session-timer-profile-id>
POST /api/v1/firewall/profiles (Deprecated)
Management Plane API > Security > Services > Firewall
Delete a firewall profile.

Deprecated
Use one of the following Policy APIs depending upon the profile type -
DELETE /policy/api/v1/infra/settings/firewall/cpu-mem-thresholds-profiles/<profile-id>
DELETE /policy/api/v1/infra/dns-security-profiles/<profile-id>
DELETE /policy/api/v1/infra/flood-protection-profiles/<flood-protection-profile-id>
DELETE /policy/api/v1/infra/firewall-session-timer-profiles/<firewall-session-timer-profile-id>
DELETE /api/v1/firewall/profiles/<profile-id> (Deprecated)
Management Plane API > Security > Services > Firewall
Get all firewall session timer profiles.

Deprecated
Use one of the following Policy APIs depending upon the profile type -
GET /policy/api/v1/infra/settings/firewall/cpu-mem-thresholds-profiles/<profile-id>
GET /policy/api/v1/infra/dns-security-profiles/<profile-id>
GET /policy/api/v1/infra/flood-protection-profiles/<flood-protection-profile-id>
GET /policy/api/v1/infra/firewall-session-timer-profiles/<firewall-session-timer-profile-id>
GET /api/v1/firewall/profiles/<profile-id> (Deprecated)
Management Plane API > Security > Services > Firewall
Update a firewall profile.

Deprecated
Use one of the following Policy APIs depending upon the profile type -
PUT|PATCH /policy/api/v1/infra/settings/firewall/cpu-mem-thresholds-profiles/<profile-id>
PUT|PATCH /policy/api/v1/infra/dns-security-profiles/<profile-id>
PUT|PATCH /policy/api/v1/infra/flood-protection-profiles/<flood-protection-profile-id>
PUT|PATCH /policy/api/v1/infra/firewall-session-timer-profiles/<firewall-session-timer-profile-id>
PUT /api/v1/firewall/profiles/<profile-id> (Deprecated)
Management Plane API > Security > Services > Firewall
Read an Existing Rule

Deprecated
Use the following Policy API -
GET /policy/api/v1/infra/domains/<domain-id>/security-policies/<security-policy-id>/rules/<rule-id>
GET /api/v1/firewall/rules/<rule-id> (Deprecated)
Management Plane API > Security > Services > Firewall
Get the Realized State of a Firewall Rule

Deprecated
Use the following Policy APIs -
GET /policy/api/v1/infra/realized-state/realized-entities?intent_path=/infra/domains/<domain-id>/security-policies/<security-policy-id>/rules/<rule-id>
GET /policy/api/v1/infra/realized-state/status?intent_path=/infra/domains/<domain-id>/security-policies/<security-policy-id>/rules/<rule-id>
GET /policy/api/v1/infra/realized-state/status?include_enforced_status=true&intent_path=/infra/domains/<domain-id>/security-policies/<security-policy-id>
GET /api/v1/firewall/rules/<rule-id>/state (Deprecated)
Management Plane API > Security > Services > Firewall
List All Firewall Sections

Deprecated
Use the following Policy API -
GET /policy/api/v1/infra/domains//security-policies
GET /api/v1/firewall/sections (Deprecated)
Management Plane API > Security > Services > Firewall
Create a Section with Rules.

Deprecated
Use the following Policy API -
PUT|PATCH /policy/api/v1/infra/domains/<domain-id>/security-policies/<security-policy-id>
POST /api/v1/firewall/sections?action=create_with_rules (Deprecated)
Management Plane API > Security > Services > Firewall
Create a New Empty Section

Deprecated
Use the following Policy API -
PUT|PATCH /policy/api/v1/infra/domains/<domain-id>/security-policies/<security-policy-id>
POST /api/v1/firewall/sections (Deprecated)
Management Plane API > Security > Services > Firewall
Delete an Existing Section and Its Associated Rules

Deprecated
Use the following Policy API -
DELETE /policy/api/v1/infra/domains/<domain-id>/security-policies/<security-policy-id>
DELETE /api/v1/firewall/sections/<section-id> (Deprecated)
Management Plane API > Security > Services > Firewall
Get an Existing Section

Deprecated
Use the following Policy API -
GET /policy/api/v1/infra/domains/<domain-id>/security-policies/<security-policy-id>
GET /api/v1/firewall/sections/<section-id> (Deprecated)
Management Plane API > Security > Services > Firewall
Unlock a section

Deprecated
Use the following Policy API -
PUT|PATCH /policy/api/v1/infra/domains/<domain-id>/security-policies/<security-policy-id>
POST /api/v1/firewall/sections/<section-id>?action=unlock (Deprecated)
Management Plane API > Security > Services > Firewall
Get an Existing Section, Including Rules

Deprecated
Use the following Policy API -
GET /policy/api/v1/infra/domains/<domain-id>/security-policies/<security-policy-id>
POST /api/v1/firewall/sections/<section-id>?action=list_with_rules (Deprecated)
Management Plane API > Security > Services > Firewall
Lock a section

Deprecated
Use the following Policy API -
PUT|PATCH /policy/api/v1/infra/domains/<domain-id>/security-policies/<security-policy-id>
POST /api/v1/firewall/sections/<section-id>?action=lock (Deprecated)
Management Plane API > Security > Services > Firewall
Update an Existing Section, Including Its Rules

Deprecated
Use the following Policy API -
PUT|PATCH /policy/api/v1/infra/domains/<domain-id>/security-policies/<security-policy-id>
POST /api/v1/firewall/sections/<section-id>?action=update_with_rules (Deprecated)
Management Plane API > Security > Services > Firewall
Update an Existing Section, Including Its Position

Deprecated
Use the following Policy API -
POST /policy/api/v1/infra/domains/<domain-id>/security-policies/<security-policy-id>?action=revise
POST /api/v1/firewall/sections/<section-id>?action=revise (Deprecated)
Management Plane API > Security > Services > Firewall
Update an Existing Section with Rules

Deprecated
Use the following Policy API -
POST /policy/api/v1/infra/domains/<domain-id>/security-policies/<security-policy-id>?action=revise
POST /api/v1/firewall/sections/<section-id>?action=revise_with_rules (Deprecated)
Management Plane API > Security > Services > Firewall
Update an Existing Section

Deprecated
Use the following Policy API -
PUT|PATCH /policy/api/v1/infra/domains/<domain-id>/security-policies/<security-policy-id>
PUT /api/v1/firewall/sections/<section-id> (Deprecated)
Management Plane API > Security > Services > Firewall
Get All the Rules for a Section

Deprecated
Use the following Policy API -
GET /policy/api/v1/infra/domains/<domain-id>/security-policies/<security-policy-id>
GET /api/v1/firewall/sections/<section-id>/rules (Deprecated)
Management Plane API > Security > Services > Firewall
Add Multiple Rules in a Section

Deprecated
Use the following Policy API -
PUT|PATCH /policy/api/v1/infra/domains/<domain-id>/security-policies/<security-policy-id>
POST /api/v1/firewall/sections/<section-id>/rules?action=create_multiple (Deprecated)
Management Plane API > Security > Services > Firewall
Add a Single Rule in a Section

Deprecated
Use the following Policy API -
PUT|PATCH /policy/api/v1/infra/domains/<domain-id>/security-policies/<security-policy-id>
POST /api/v1/firewall/sections/<section-id>/rules (Deprecated)
Management Plane API > Security > Services > Firewall
Delete an Existing Rule

Deprecated
Use the following Policy API -
DELETE /policy/api/v1/infra/domains/<domain-id>/security-policies/<security-policy-id>/rules/<rule-id>
DELETE /api/v1/firewall/sections/<section-id>/rules/<rule-id> (Deprecated)
Management Plane API > Security > Services > Firewall
Read an Existing Rule

Deprecated
Use the following Policy API -
GET /policy/api/v1/infra/domains/<domain-id>/security-policies/<security-policy-id>/rules/<rule-id>
GET /api/v1/firewall/sections/<section-id>/rules/<rule-id> (Deprecated)
Management Plane API > Security > Services > Firewall
Update an Existing Rule and Reorder the Rule

Deprecated
Use the following Policy API -
POST /policy/api/v1/infra/domains/<domain-id>/security-policies/<security-policy-id>/rules/<rule-id>?action=revise
POST /api/v1/firewall/sections/<section-id>/rules/<rule-id>?action=revise (Deprecated)
Management Plane API > Security > Services > Firewall
Update an Existing Rule

Deprecated
Use the following Policy API -
PUT|PATCH /policy/api/v1/infra/domains/<domain-id>/security-policies/<security-policy-id>/rules/<rule-id>
PUT /api/v1/firewall/sections/<section-id>/rules/<rule-id> (Deprecated)
Management Plane API > Security > Services > Firewall
Get Firewall rule level statistics

Deprecated
Use the following Policy API -
GET /policy/api/v1/infra/domains/<domain-id>/security-policies/<security-policy-id>/rules/<rule-id>/statistics
GET /api/v1/firewall/sections/<section-id>/rules/<rule-id>/stats (Deprecated)
Management Plane API > Security > Services > Firewall
Get Firewall section level statistics section

Deprecated
Use the following Policy API -
GET /policy/api/v1/infra/domains/<domain-id>/security-policies/<security-policy-id>/statistics
GET /api/v1/firewall/sections/<section-id>/rules/stats (Deprecated)
Management Plane API > Security > Services > Firewall
Get the Realized State of a Firewall Section

Deprecated
Use the following Policy APIs -
GET /policy/api/v1/infra/realized-state/realized-entities?intent_path=/infra/domains/<domain-id>/security-policies/<security-policy-id>
GET /policy/api/v1/infra/realized-state/status?intent_path=/infra/domains/<domain-id>/security-policies/<security-policy-id>
GET /api/v1/firewall/sections/<section-id>/state (Deprecated)
Management Plane API > Security > Services > Firewall
Reset firewall rule statistics

Deprecated
Use the following Policy API -
POST /policy/api/v1/infra/settings/firewall/stats?action=reset
POST /api/v1/firewall/stats?action=reset (Deprecated)
Management Plane API > Security > Services > Firewall
List all firewall status for supported contexts

Deprecated
Use the following Policy APIs -
GET /policy/api/v1/infra/tier-0s
GET /policy/api/v1/infra/tier-1s
Refer disable_firewall property in the result.
GET /api/v1/firewall/status (Deprecated)
Management Plane API > Security > Services > Firewall
Get firewall global status for dfw context

Deprecated
Use the following Policy APIs -
GET /policy/api/v1/infra/settings/firewall/security
GET /policy/api/v1/infra/tier-0s
GET /policy/api/v1/infra/tier-1s
Refer disable_firewall property in the result.
GET /api/v1/firewall/status/<context-type> (Deprecated)
Management Plane API > Security > Services > Firewall
Update global firewall status for dfw context

Deprecated
Use the following Policy API -
PUT /policy/api/v1/infra/settings/firewall/security
PUT /api/v1/firewall/status/<context-type> (Deprecated)
Management Plane API > Security > Services > Firewall
Get firewall status for target resource in dfw context

Deprecated
Use the following Policy APIs -
GET /policy/api/v1/infra/tier-0s/<tier-0-id>
GET /policy/api/v1/infra/tier-1s/<tier-1-id>
Refer disable_firewall property in the result.
GET /api/v1/firewall/status/<context-type>/<id> (Deprecated)
Management Plane API > Security > Services > Firewall
Enable firewall on target resource in dfw context

Deprecated
Use the following Policy APIs -
PUT|PATCH /policy/api/v1/infra/tier-0s/<tier-0-id>
PUT|PATCH /policy/api/v1/infra/tier-1s/<tier-1-id>
The disable_firewall property must be set to false.
POST /api/v1/firewall/status/<context-type>/<id>?action=enable_firewall (Deprecated)
Management Plane API > Security > Services > Firewall
Disable firewall on target resource in dfw context

Deprecated
Use the following Policy APIs -
PUT|PATCH /policy/api/v1/infra/tier-0s/<tier-0-id>
PUT|PATCH /policy/api/v1/infra/tier-1s/<tier-1-id>
The disable_firewall property must be set to true.
POST /api/v1/firewall/status/<context-type>/<id>?action=disable_firewall (Deprecated)
Management Plane API > Security > Services > Service Insertion
Get all service attachments.

DeprecatedThis API has been deprecated, please use below Policy API
For North-South service insertion
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/service-interfaces GET /policy/api/v1/infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/service-interfaces For East-West service insertion
GET /policy/api/v1/infra/segments/service-segments
GET /api/v1/serviceinsertion/service-attachments (Deprecated)
Management Plane API > Security > Services > Service Insertion
Add a Service Attachment.

DeprecatedThis API has been deprecated, please use below Policy API
For North-South service insertion
PUT /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/service-interfaces/<interface-id> PATCH /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/service-interfaces/<interface-id> PUT /policy/api/v1/infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/service-interfaces/<interface-id> PATCH /policy/api/v1/infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/service-interfaces/<interface-id> For East-West service insertion
PUT /policy/api/v1/infra/segments/service-segments/<service-segment-id> PATCH /policy/api/v1/infra/segments/service-segments/<service-segment-id>
POST /api/v1/serviceinsertion/service-attachments (Deprecated)
Management Plane API > Security > Services > Service Insertion
Delete an existing service attachment

DeprecatedThis API has been deprecated, please use below Policy API
For North-South service insertion
DELETE /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/service-interfaces/<interface-id> DELETE /policy/api/v1/infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/service-interfaces/<interface-id> For East-West service insertion
DELETE /policy/api/v1/infra/segments/service-segments/>service-segment-id>
DELETE /api/v1/serviceinsertion/service-attachments/<service-attachment-id> (Deprecated)
Management Plane API > Security > Services > Service Insertion
Get a particular service attachment.

DeprecatedThis API has been deprecated, please use below Policy API
For North-South service insertion
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/service-interfaces/<interface-id> GET /policy/api/v1/infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/service-interfaces/<interface-id> For East-West service insertion
GET /policy/api/v1/infra/segments/service-segments/<service-segment-id>
GET /api/v1/serviceinsertion/service-attachments/<service-attachment-id> (Deprecated)
Management Plane API > Security > Services > Service Insertion
Update an existing service attachment.

DeprecatedThis API has been deprecated, please use below Policy API
For North-South service insertion
PUT /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/service-interfaces/<interface-id> PATCH /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/service-interfaces/<interface-id> PUT /policy/api/v1/infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/service-interfaces/<interface-id> PATCH /policy/api/v1/infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/service-interfaces/<interface-id> For East-West service insertion
PUT /policy/api/v1/infra/segments/service-segments/<service-segment-id> PATCH /policy/api/v1/infra/segments/service-segments/<service-segment-id>
PUT /api/v1/serviceinsertion/service-attachments/<service-attachment-id> (Deprecated)
Management Plane API > Security > Services > Service Insertion
List all ServiceChains.

DeprecatedThis API has been deprecated, for North-South service insertion please use below Policy API
GET /policy/api/v1/infra/service-chains
GET /api/v1/serviceinsertion/service-chains (Deprecated)
Management Plane API > Security > Services > Service Insertion
Add Service Chain

DeprecatedThis API has been deprecated, please use below Policy API
PUT /policy/api/v1/infra/service-chains/<service-chain-id> PATCH /policy/api/v1/infra/service-chains/<ervice-chain-id>
POST /api/v1/serviceinsertion/service-chains (Deprecated)
Management Plane API > Security > Services > Service Insertion
Delete a Service Chain.

DeprecatedThis API has been deprecated, for East-West service insertion and service chaining at the edge, please use below Policy API
DELETE /policy/api/v1/infra/service-chains/<service-chain-id>
DELETE /api/v1/serviceinsertion/service-chains/<service-chain-id> (Deprecated)
Management Plane API > Security > Services > Service Insertion
Get a particular service chain.

DeprecatedThis API has been deprecated, please use below Policy API
GET /policy/api/v1/infra/service-chains/<service-chain-id>
GET /api/v1/serviceinsertion/service-chains/<service-chain-id> (Deprecated)
Management Plane API > Security > Services > Service Insertion
List all service paths

DeprecatedNOTE: GET service paths api is deprecated, please use the policy API.
GET /api/v1/serviceinsertion/service-chains/<service-chain-id>/service-paths (Deprecated)
Management Plane API > Security > Services > Service Insertion
Update an existing Service Deployment

DeprecatedThis API is deprecated since only property we can change on service deployment is display name, which is used for the SVM name. Changing the name will cause the name of the deployment to go out of sync with the deployed VM.
PUT /api/v1/serviceinsertion/services/<service-id>/service-deployments/<service-deployment-id> (Deprecated)
Management Plane API > Security > Services > Service Insertion
Delete an existing Service-Instance

DeprecatedThis API has been deprecated, please use below Policy API
DELETE /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/service-instances/<service-instance-id> DELETE /policy/api/v1/infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/service-instances/<service-instance-id>
DELETE /api/v1/serviceinsertion/services/<service-id>/service-instances/<service-instance-id> (Deprecated)
Management Plane API > Security > Services > Service Insertion
Update an existing Service-Instance.

DeprecatedThis API has been deprecated, please use below Policy API
PATCH /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/service-instances/<service-instance-id> PATCH /policy/api/v1/infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/service-instances/<service-instance-id>
PUT /api/v1/serviceinsertion/services/<service-id>/service-instances/<service-instance-id> (Deprecated)
Management Plane API > Security > Services > Service Insertion
Add an InstanceEndpoint for a Service Instance

DeprecatedThis API has been deprecated, please use below Policy API
PUT /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/byod-service-instances/<service-instance-id>/service-instance-endpoints/<service-instance-endpoint-id> PATCH /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/byod-service-instances/<service-instance-id>/service-instance-endpoints/<service-instance-endpoint-id> PUT /policy/api/v1/infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/byod-service-instances/<service-instance-id>/service-instance-endpoints/<service-instance-endpoint-id> PATCH /policy/api/v1/infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/byod-service-instances/<service-instance-id>/service-instance-endpoints/<service-instance-endpoint-id>
POST /api/v1/serviceinsertion/services/<service-id>/service-instances/<service-instance-id>/instance-endpoints (Deprecated)
Management Plane API > Security > Services > Service Insertion
Delete a particular InstanceEndpoint.

DeprecatedThis API has been deprecated, please use below Policy API
DELETE /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/byod-service-instances/<service-instance-id>/service-instance-endpoints/<service-instance-endpoint-id> DELETE /policy/api/v1/infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/byod-service-instances/<service-instance-id>/service-instance-endpoints/<service-instance-endpoint-id>
DELETE /api/v1/serviceinsertion/services/<service-id>/service-instances/<service-instance-id>/instance-endpoints/<instance-endpoint-id> (Deprecated)
Management Plane API > Security > Services > Service Insertion
Get a particular instance endpoint for a service instance.

DeprecatedThis API has been deprecated, for North-South service insertion please use below Policy API
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/byod-service-instances/<service-instance-id>/service-instance-endpoints/<service-instance-endpoint-id> GET /policy/api/v1/infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/byod-service-instances/<service-instance-id>/service-instance-endpoints/<service-instance-endpoint-id&ggit;
GET /api/v1/serviceinsertion/services/<service-id>/service-instances/<service-instance-id>/instance-endpoints/<instance-endpoint-id> (Deprecated)
Management Plane API > Security > Services > Service Insertion
Deploy and set up service VMs either as standalone or HA

DeprecatedThis API has been deprecated, please use below Policy API
PUT /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/service-instances/<service-instance-id> PUT /policy/api/v1/infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/service-instances/<service-instance-id>
POST /api/v1/serviceinsertion/services/<service-id>/service-instances/<service-instance-id>/instance-runtimes?action=deploy (Deprecated)
Management Plane API > Security > Services > Service Insertion
Remove service VMs either as standalone or HA

DeprecatedThis API has been deprecated, please use below Policy API
DELETE /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/service-instances/<service-instance-id> DELETE /policy/api/v1/infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/service-instances/<service-instance-id>
POST /api/v1/serviceinsertion/services/<service-id>/service-instances/<service-instance-id>/instance-runtimes?action=delete (Deprecated)
Management Plane API > Security > Services > Service Insertion
Upgrade service VMs using newer version of OVF

DeprecatedThis API has been deprecated, please use below Policy API
PATCH /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/service-instances/<service-instance-id> PATCH /policy/api/v1/infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/service-instances/<service-instance-id>
POST /api/v1/serviceinsertion/services/<service-id>/service-instances/<service-instance-id>/instance-runtimes?action=upgrade (Deprecated)
Management Plane API > Security > Services > Service Insertion
Get statistics for a given interface identified by the interface index

DeprecatedThis API has been deprecated, please use below Policy API
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/service-instances/<service-instance-id>/statistics GET /policy/api/v1/infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/service-instances/<service-instance-id>/statistics
GET /api/v1/serviceinsertion/services/<service-id>/service-instances/<service-instance-id>/instance-runtimes/<instance-runtime-id>/interfaces/<interface_index>/statistics (Deprecated)
Management Plane API > Security > Services > Service Insertion
List all Service Profiles of a Service.

DeprecatedThis API has been deprecated, please use below Policy API
GET /policy/api/v1/infra/service-references/<service-reference-id>/service-profiles
GET /api/v1/serviceinsertion/services/<service-id>/service-profiles (Deprecated)
Management Plane API > Security > Services > Service Insertion
Add ServiceProfile for a given Service.

DeprecatedThis API has been deprecated, please use below Policy API
PUT /policy/api/v1/infra/service-references/<service-reference-id>/service-profiles/<service-profile-id> PATCH /policy/api/v1/infra/service-references/<service-reference-id>/service-profiles/<service-profile-id>
POST /api/v1/serviceinsertion/services/<service-id>/service-profiles (Deprecated)
Management Plane API > Security > Services > Service Insertion
Delete a particular ServiceProfile.

DeprecatedThis API has been deprecated, please use below Policy API
DELETE /policy/api/v1/infra/service-references/<service-reference-id>/service-profiles/<service-profile-id>
DELETE /api/v1/serviceinsertion/services/<service-id>/service-profiles/<service-profile-id> (Deprecated)
Management Plane API > Security > Services > Service Insertion
Get a particular ServiceProfile for a Service.

DeprecatedThis API has been deprecated, please use below Policy API
GET /policy/api/v1/infra/service-references/<service-reference-id>/service-profiles/<service-profile-id>
GET /api/v1/serviceinsertion/services/<service-id>/service-profiles/<service-profile-id> (Deprecated)
Management Plane API > Security > Services > Service Insertion
Get NSgroups for a given ServiceProfile.

DeprecatedThis API has been deprecated, for East-West service insertion and chaining at the edge, please use below Policy API
GET /policy/api/v1/infra/service-references/<service-reference-id>/service-profiles/<service-profile-id>/group-associations
GET /api/v1/serviceinsertion/services/<service-id>/service-profiles/<service-profile-id>/nsgroups (Deprecated)
Management Plane API > Security > Services > Service Insertion
List all ServiceChainMappings.

DeprecatedThis API has been deprecated, for East-West service insertion and service chaining at the edge, please use below Policy API
GET /policy/api/v1/infra/service-references/<service-reference-id>/service-profiles/<service-profile-id>/service-chain-mappings
GET /api/v1/serviceinsertion/services/<service-id>/service-profiles/<service-profile-id>/service-chain-mappings (Deprecated)
Management Plane API > Troubleshooting And Monitoring > IPFIX
DELETE /api/v1/ipfix-collector-profiles/<ipfix-collector-profile-id> (Deprecated)
Management Plane API > Troubleshooting And Monitoring > IPFIX
GET /api/v1/ipfix-collector-profiles/<ipfix-collector-profile-id> (Deprecated)
Management Plane API > Troubleshooting And Monitoring > IPFIX
PUT /api/v1/ipfix-collector-profiles/<ipfix-collector-profile-id> (Deprecated)
Management Plane API > Troubleshooting And Monitoring > IPFIX
POST /api/v1/ipfix-profiles (Deprecated)
Management Plane API > Troubleshooting And Monitoring > IPFIX
DELETE /api/v1/ipfix-profiles/<ipfix-profile-id> (Deprecated)
Management Plane API > Troubleshooting And Monitoring > IPFIX
GET /api/v1/ipfix-profiles/<ipfix-profile-id> (Deprecated)
Management Plane API > Troubleshooting And Monitoring > IPFIX
PUT /api/v1/ipfix-profiles/<ipfix-profile-id> (Deprecated)
Management Plane API > Troubleshooting And Monitoring > IPFIX
POST /api/v1/ipfix/collectorconfigs (Deprecated)
Management Plane API > Troubleshooting And Monitoring > IPFIX
DELETE /api/v1/ipfix/collectorconfigs/<collector-config-id> (Deprecated)
Management Plane API > Troubleshooting And Monitoring > IPFIX
GET /api/v1/ipfix/collectorconfigs/<collector-config-id> (Deprecated)
Management Plane API > Troubleshooting And Monitoring > IPFIX
PUT /api/v1/ipfix/collectorconfigs/<collector-config-id> (Deprecated)
Management Plane API > Troubleshooting And Monitoring > IPFIX
POST /api/v1/ipfix/configs (Deprecated)
Management Plane API > Troubleshooting And Monitoring > IPFIX
DELETE /api/v1/ipfix/configs/<config-id> (Deprecated)
Management Plane API > Troubleshooting And Monitoring > IPFIX
GET /api/v1/ipfix/configs/<config-id> (Deprecated)
Management Plane API > Troubleshooting And Monitoring > IPFIX
PUT /api/v1/ipfix/configs/<config-id> (Deprecated)
Management Plane API > Troubleshooting And Monitoring > Livetrace
GET /api/v1/livetraces (Deprecated)
Management Plane API > Troubleshooting And Monitoring > Livetrace
POST /api/v1/livetraces (Deprecated)
Management Plane API > Troubleshooting And Monitoring > Livetrace
DELETE /api/v1/livetraces/<livetrace-session-id> (Deprecated)
Management Plane API > Troubleshooting And Monitoring > Livetrace
GET /api/v1/livetraces/<livetrace-session-id> (Deprecated)
Management Plane API > Troubleshooting And Monitoring > Livetrace
GET /api/v1/livetraces/<livetrace-session-id>/results (Deprecated)
Management Plane API > Troubleshooting And Monitoring > Port Mirroring
POST /api/v1/mirror-sessions (Deprecated)
Management Plane API > Troubleshooting And Monitoring > Port Mirroring
DELETE /api/v1/mirror-sessions/<mirror-session-id> (Deprecated)
Management Plane API > Troubleshooting And Monitoring > Port Mirroring
GET /api/v1/mirror-sessions/<mirror-session-id> (Deprecated)
Management Plane API > Troubleshooting And Monitoring > Port Mirroring
PUT /api/v1/mirror-sessions/<mirror-session-id> (Deprecated)
Management Plane API > Troubleshooting And Monitoring > Traceflow
POST /api/v1/traceflows (Deprecated)
Management Plane API > Troubleshooting And Monitoring > Traceflow
DELETE /api/v1/traceflows/<traceflow-id> (Deprecated)
Management Plane API > Troubleshooting And Monitoring > Traceflow
GET /api/v1/traceflows/<traceflow-id> (Deprecated)
Management Plane API > Troubleshooting And Monitoring > Traceflow
GET /api/v1/traceflows/<traceflow-id>/observations (Deprecated)
Policy > Infra > Deployment Zones
List Deployment Zones for infra

DeprecatedThis is a deprecated API. DeploymentZone has been renamed to Site. Use GET /infra/sites.
GET /policy/api/v1/infra/deployment-zones (Deprecated)
Policy > Infra > Deployment Zones
Read a DeploymentZone

DeprecatedThis is a deprecated API. DeploymentZone has been renamed to Site. Use GET /infra/sites/site-id.
GET /policy/api/v1/infra/deployment-zones/<deployment-zone-id> (Deprecated)
Policy > Infra > Enforcement Points
List enforcementpoints for infra

DeprecatedThis is a deprecated API. DeploymentZone has been renamed to Site. Use GET /infra/sites/site-id/enforcement-points.
GET /policy/api/v1/infra/deployment-zones/<deployment-zone-id>/enforcement-points (Deprecated)
Policy > Infra > Enforcement Points
Delete EnforcementPoint

DeprecatedThis is a deprecated API. DeploymentZone has been renamed to Site. Use DELETE /infra/sites/site-id/enforcement-points/enforcementpoint-id.
DELETE /policy/api/v1/infra/deployment-zones/<deployment-zone-id>/enforcement-points/<enforcementpoint-id> (Deprecated)
Policy > Infra > Enforcement Points
Read an Enforcement Point

DeprecatedThis is a deprecated API. DeploymentZone has been renamed to Site. Use GET /infra/sites/site-id/enforcement-points/enforcementpoint-id.
GET /policy/api/v1/infra/deployment-zones/<deployment-zone-id>/enforcement-points/<enforcementpoint-id> (Deprecated)
Policy > Infra > Enforcement Points
Patch a new Enforcement Point under infra

DeprecatedThis is a deprecated API. DeploymentZone has been renamed to Site. Use PATCH /infra/sites/site-1/enforcement-points/enforcementpoint-1.
PATCH /policy/api/v1/infra/deployment-zones/<deployment-zone-id>/enforcement-points/<enforcementpoint-id> (Deprecated)
Policy > Infra > Enforcement Points
Create/update a new Enforcement Point under infra

DeprecatedThis is a deprecated API. DeploymentZone has been renamed to Site. Use PUT /infra/sites/site-id/enforcement-points/enforcementpoint-id.
PUT /policy/api/v1/infra/deployment-zones/<deployment-zone-id>/enforcement-points/<enforcementpoint-id> (Deprecated)
Policy > Infra > Realized State
GET /policy/api/v1/infra/realized-state/enforcement-points/<enforcement-point-name>/firewalls/firewall-sections (Experimental) (Deprecated)
Policy > Infra > Realized State
GET /policy/api/v1/infra/realized-state/enforcement-points/<enforcement-point-name>/firewalls/firewall-sections/<firewall-section-id> (Experimental) (Deprecated)
Policy > Infra > Realized State
GET /policy/api/v1/infra/realized-state/enforcement-points/<enforcement-point-name>/groups/nsgroups (Experimental) (Deprecated)
Policy > Infra > Realized State
GET /policy/api/v1/infra/realized-state/enforcement-points/<enforcement-point-name>/groups/nsgroups/<nsgroup-name> (Experimental) (Deprecated)
Policy > Infra > Realized State
GET /policy/api/v1/infra/realized-state/enforcement-points/<enforcement-point-name>/groups/securitygroups (Experimental) (Deprecated)
Policy > Infra > Realized State
GET /policy/api/v1/infra/realized-state/enforcement-points/<enforcement-point-name>/groups/securitygroups/<securitygroup-name> (Experimental) (Deprecated)
Policy > Infra > Realized State
GET /policy/api/v1/infra/realized-state/enforcement-points/<enforcement-point-name>/ip-sets/ip-sets-nsxt (Experimental) (Deprecated)
Policy > Infra > Realized State
GET /policy/api/v1/infra/realized-state/enforcement-points/<enforcement-point-name>/ip-sets/ip-sets-nsxt/<ip-set-name> (Experimental) (Deprecated)
Policy > Infra > Realized State
GET /policy/api/v1/infra/realized-state/enforcement-points/<enforcement-point-name>/mac-sets/mac-sets-nsxt (Experimental) (Deprecated)
Policy > Infra > Realized State
GET /policy/api/v1/infra/realized-state/enforcement-points/<enforcement-point-name>/mac-sets/mac-sets-nsxt/<mac-set-name> (Experimental) (Deprecated)
Policy > Infra > Realized State
GET /policy/api/v1/infra/realized-state/enforcement-points/<enforcement-point-name>/services/nsservices (Experimental) (Deprecated)
Policy > Infra > Realized State
GET /policy/api/v1/infra/realized-state/enforcement-points/<enforcement-point-name>/services/nsservices/<nsservice-name> (Experimental) (Deprecated)
Policy > Inventory > Groups > Group Members
GET /policy/api/v1/infra/domains/<domain-id>/groups/<group-id>/statistics/virtual-machines (Deprecated)
Policy > Inventory > Virtual Machines
Listing of Virtual machines on the NSX Manager

DeprecatedThis API has been deprecated. Please use the new API GET /infra/realized-state/virtual-machines
GET /policy/api/v1/infra/realized-state/enforcement-points/<enforcement-point-name>/virtual-machines (Deprecated)
Policy > Monitoring > Capacity Dashboard
Returns capacity usage data for NSX objects

Deprecated
This API is no longer been used by UI, please use below policy api instead.
GET https://<nsx-mgr>/policy/api/v1/infra/capacity/dashboard/usage
GET /policy/api/v1/infra/capacity/usage (Deprecated)
Policy > Networking > Connectivity > Tier-0 Gateways > ARP Proxies
Get Tier-0 Address Resolution Protocol Proxies

DeprecatedThis API is deprecated. Please use /infra/tier-0s/<tier-0-id>/arp-proxies
GET /policy/api/v1/global-infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/arp-proxies (Deprecated)
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/arp-proxies (Deprecated)
Policy > Networking > Connectivity > Tier-0 Gateways > Interfaces > ARP Table
Get ARP table for downlink router port on tier-0 router

DeprecatedThis API is deprecated because it is duplicate. Please use /infra/segments/<segment-id>/arp-table Segment ID is the ID of the segment that is connected to the the tier-0
GET /policy/api/v1/global-infra/segments/<segment-id>/gateway-interface-arp-table (Deprecated)
GET /policy/api/v1/infra/segments/<segment-id>/gateway-interface-arp-table (Deprecated)
Policy > Networking > Connectivity > Tier-0 Gateways > Interfaces > ARP Table
Get ARP table for downlink router port on tier-0 router in CSV

DeprecatedThis API is deprecated because it is duplicate. Please use /infra/segments/<segment-id>/arp-table?format=csv Segment ID is the ID of the segment that is connected to the the tier-0
GET /policy/api/v1/global-infra/segments/<segment-id>/gateway-interface-arp-table?format=csv (Deprecated)
GET /policy/api/v1/infra/segments/<segment-id>/gateway-interface-arp-table?format=csv (Deprecated)
Policy > Networking > Connectivity > Tier-1 Gateways > ARP Proxies
Get Tier-1 Address Resolution Protocol Proxies

DeprecatedThis API is deprecated. Please use /infra/tier-1s/<tier-1-id>/arp-proxies Returns ARP proxy table for a tier-1
GET /policy/api/v1/global-infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/arp-proxies (Deprecated)
GET /policy/api/v1/infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/arp-proxies (Deprecated)
Policy > Networking > Connectivity > Tier-1 Gateways > Interfaces > ARP Table
Get ARP table for downlink router port on tier-1 router

DeprecatedThis API is deprecated because it is duplicate. Please use /infra/tier-1s/<tier-1-id>/segments/<segment-id>/arp-table Segment ID is the ID of the segment that is connected to the the tier-1
GET /policy/api/v1/infra/tier-1s/<tier-1-id>/segments/<segment-id>/gateway-interface-arp-table (Deprecated)
GET /policy/api/v1/global-infra/tier-1s/<tier-1-id>/segments/<segment-id>/gateway-interface-arp-table (Deprecated)
Policy > Networking > Connectivity > Tier-1 Gateways > Interfaces > ARP Table
Get ARP table for downlink router port on tier-1 router in CSV

DeprecatedThis API is deprecated because it is duplicate. Please use /infra/tier-1s/<tier-1-id>/segments/<segment-id>/arp-table?format=csv Segment ID is the ID of the segment that is connected to the the tier-1
GET /policy/api/v1/global-infra/tier-1s/<tier-1-id>/segments/<segment-id>/gateway-interface-arp-table?format=csv (Deprecated)
GET /policy/api/v1/infra/tier-1s/<tier-1-id>/segments/<segment-id>/gateway-interface-arp-table?format=csv (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Analytics Profiles
GET /policy/api/v1/infra/alb-analytics-profiles (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Analytics Profiles
DELETE /policy/api/v1/infra/alb-analytics-profiles/<alb-analyticsprofile-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Analytics Profiles
GET /policy/api/v1/infra/alb-analytics-profiles/<alb-analyticsprofile-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Analytics Profiles
PATCH /policy/api/v1/infra/alb-analytics-profiles/<alb-analyticsprofile-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Analytics Profiles
PUT /policy/api/v1/infra/alb-analytics-profiles/<alb-analyticsprofile-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Application Persistence Profiles
GET /policy/api/v1/infra/alb-application-persistence-profiles (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Application Persistence Profiles
DELETE /policy/api/v1/infra/alb-application-persistence-profiles/<alb-applicationpersistenceprofile-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Application Persistence Profiles
GET /policy/api/v1/infra/alb-application-persistence-profiles/<alb-applicationpersistenceprofile-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Application Persistence Profiles
PATCH /policy/api/v1/infra/alb-application-persistence-profiles/<alb-applicationpersistenceprofile-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Application Persistence Profiles
PUT /policy/api/v1/infra/alb-application-persistence-profiles/<alb-applicationpersistenceprofile-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Application Profiles
GET /policy/api/v1/infra/alb-application-profiles (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Application Profiles
DELETE /policy/api/v1/infra/alb-application-profiles/<alb-applicationprofile-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Application Profiles
GET /policy/api/v1/infra/alb-application-profiles/<alb-applicationprofile-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Application Profiles
PATCH /policy/api/v1/infra/alb-application-profiles/<alb-applicationprofile-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Application Profiles
PUT /policy/api/v1/infra/alb-application-profiles/<alb-applicationprofile-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Auth Profiles
GET /policy/api/v1/infra/alb-auth-profiles (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Auth Profiles
DELETE /policy/api/v1/infra/alb-auth-profiles/<alb-authprofile-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Auth Profiles
GET /policy/api/v1/infra/alb-auth-profiles/<alb-authprofile-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Auth Profiles
PATCH /policy/api/v1/infra/alb-auth-profiles/<alb-authprofile-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Auth Profiles
PUT /policy/api/v1/infra/alb-auth-profiles/<alb-authprofile-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Auto Scale Launch Configs
GET /policy/api/v1/infra/alb-auto-scale-launch-configs (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Auto Scale Launch Configs
DELETE /policy/api/v1/infra/alb-auto-scale-launch-configs/<alb-autoscalelaunchconfig-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Auto Scale Launch Configs
GET /policy/api/v1/infra/alb-auto-scale-launch-configs/<alb-autoscalelaunchconfig-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Auto Scale Launch Configs
PATCH /policy/api/v1/infra/alb-auto-scale-launch-configs/<alb-autoscalelaunchconfig-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Auto Scale Launch Configs
PUT /policy/api/v1/infra/alb-auto-scale-launch-configs/<alb-autoscalelaunchconfig-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Controller Version
GET /policy/api/v1/infra/alb-controller-version (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb DNS Policies
GET /policy/api/v1/infra/alb-dns-policies (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb DNS Policies
DELETE /policy/api/v1/infra/alb-dns-policies/<alb-dnspolicy-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb DNS Policies
GET /policy/api/v1/infra/alb-dns-policies/<alb-dnspolicy-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb DNS Policies
PATCH /policy/api/v1/infra/alb-dns-policies/<alb-dnspolicy-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb DNS Policies
PUT /policy/api/v1/infra/alb-dns-policies/<alb-dnspolicy-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Error Page Bodies
GET /policy/api/v1/infra/alb-error-page-bodies (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Error Page Bodies
DELETE /policy/api/v1/infra/alb-error-page-bodies/<alb-errorpagebody-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Error Page Bodies
GET /policy/api/v1/infra/alb-error-page-bodies/<alb-errorpagebody-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Error Page Bodies
PATCH /policy/api/v1/infra/alb-error-page-bodies/<alb-errorpagebody-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Error Page Bodies
PUT /policy/api/v1/infra/alb-error-page-bodies/<alb-errorpagebody-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Error Page Profiles
GET /policy/api/v1/infra/alb-error-page-profiles (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Error Page Profiles
DELETE /policy/api/v1/infra/alb-error-page-profiles/<alb-errorpageprofile-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Error Page Profiles
GET /policy/api/v1/infra/alb-error-page-profiles/<alb-errorpageprofile-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Error Page Profiles
PATCH /policy/api/v1/infra/alb-error-page-profiles/<alb-errorpageprofile-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Error Page Profiles
PUT /policy/api/v1/infra/alb-error-page-profiles/<alb-errorpageprofile-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb HTTP Policy Sets
GET /policy/api/v1/infra/alb-http-policy-sets (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb HTTP Policy Sets
DELETE /policy/api/v1/infra/alb-http-policy-sets/<alb-httppolicyset-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb HTTP Policy Sets
GET /policy/api/v1/infra/alb-http-policy-sets/<alb-httppolicyset-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb HTTP Policy Sets
PATCH /policy/api/v1/infra/alb-http-policy-sets/<alb-httppolicyset-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb HTTP Policy Sets
PUT /policy/api/v1/infra/alb-http-policy-sets/<alb-httppolicyset-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Hardware Security Module Groups
GET /policy/api/v1/infra/alb-hardware-security-module-groups (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Hardware Security Module Groups
DELETE /policy/api/v1/infra/alb-hardware-security-module-groups/<alb-hardwaresecuritymodulegroup-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Hardware Security Module Groups
GET /policy/api/v1/infra/alb-hardware-security-module-groups/<alb-hardwaresecuritymodulegroup-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Hardware Security Module Groups
PATCH /policy/api/v1/infra/alb-hardware-security-module-groups/<alb-hardwaresecuritymodulegroup-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Hardware Security Module Groups
PUT /policy/api/v1/infra/alb-hardware-security-module-groups/<alb-hardwaresecuritymodulegroup-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Health Monitors
GET /policy/api/v1/infra/alb-health-monitors (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Health Monitors
DELETE /policy/api/v1/infra/alb-health-monitors/<alb-healthmonitor-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Health Monitors
GET /policy/api/v1/infra/alb-health-monitors/<alb-healthmonitor-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Health Monitors
PATCH /policy/api/v1/infra/alb-health-monitors/<alb-healthmonitor-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Health Monitors
PUT /policy/api/v1/infra/alb-health-monitors/<alb-healthmonitor-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb IP Addr Groups
GET /policy/api/v1/infra/alb-ip-addr-groups (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb IP Addr Groups
DELETE /policy/api/v1/infra/alb-ip-addr-groups/<alb-ipaddrgroup-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb IP Addr Groups
GET /policy/api/v1/infra/alb-ip-addr-groups/<alb-ipaddrgroup-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb IP Addr Groups
PATCH /policy/api/v1/infra/alb-ip-addr-groups/<alb-ipaddrgroup-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb IP Addr Groups
PUT /policy/api/v1/infra/alb-ip-addr-groups/<alb-ipaddrgroup-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb L4 Policy Sets
GET /policy/api/v1/infra/alb-l4-policy-sets (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb L4 Policy Sets
DELETE /policy/api/v1/infra/alb-l4-policy-sets/<alb-l4policyset-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb L4 Policy Sets
GET /policy/api/v1/infra/alb-l4-policy-sets/<alb-l4policyset-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb L4 Policy Sets
PATCH /policy/api/v1/infra/alb-l4-policy-sets/<alb-l4policyset-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb L4 Policy Sets
PUT /policy/api/v1/infra/alb-l4-policy-sets/<alb-l4policyset-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Network Profiles
GET /policy/api/v1/infra/alb-network-profiles (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Network Profiles
DELETE /policy/api/v1/infra/alb-network-profiles/<alb-networkprofile-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Network Profiles
GET /policy/api/v1/infra/alb-network-profiles/<alb-networkprofile-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Network Profiles
PATCH /policy/api/v1/infra/alb-network-profiles/<alb-networkprofile-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Network Profiles
PUT /policy/api/v1/infra/alb-network-profiles/<alb-networkprofile-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Network Security Policies
GET /policy/api/v1/infra/alb-network-security-policies (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Network Security Policies
DELETE /policy/api/v1/infra/alb-network-security-policies/<alb-networksecuritypolicy-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Network Security Policies
GET /policy/api/v1/infra/alb-network-security-policies/<alb-networksecuritypolicy-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Network Security Policies
PATCH /policy/api/v1/infra/alb-network-security-policies/<alb-networksecuritypolicy-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Network Security Policies
PUT /policy/api/v1/infra/alb-network-security-policies/<alb-networksecuritypolicy-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Pki Profiles
GET /policy/api/v1/infra/alb-pki-profiles (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Pki Profiles
DELETE /policy/api/v1/infra/alb-pki-profiles/<alb-pkiprofile-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Pki Profiles
GET /policy/api/v1/infra/alb-pki-profiles/<alb-pkiprofile-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Pki Profiles
PATCH /policy/api/v1/infra/alb-pki-profiles/<alb-pkiprofile-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Pki Profiles
PUT /policy/api/v1/infra/alb-pki-profiles/<alb-pkiprofile-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Pool Group Deployment Policies
GET /policy/api/v1/infra/alb-pool-group-deployment-policies (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Pool Group Deployment Policies
DELETE /policy/api/v1/infra/alb-pool-group-deployment-policies/<alb-poolgroupdeploymentpolicy-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Pool Group Deployment Policies
GET /policy/api/v1/infra/alb-pool-group-deployment-policies/<alb-poolgroupdeploymentpolicy-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Pool Group Deployment Policies
PATCH /policy/api/v1/infra/alb-pool-group-deployment-policies/<alb-poolgroupdeploymentpolicy-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Pool Group Deployment Policies
PUT /policy/api/v1/infra/alb-pool-group-deployment-policies/<alb-poolgroupdeploymentpolicy-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Pool Groups
GET /policy/api/v1/infra/alb-pool-groups (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Pool Groups
DELETE /policy/api/v1/infra/alb-pool-groups/<alb-poolgroup-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Pool Groups
GET /policy/api/v1/infra/alb-pool-groups/<alb-poolgroup-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Pool Groups
PATCH /policy/api/v1/infra/alb-pool-groups/<alb-poolgroup-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Pool Groups
PUT /policy/api/v1/infra/alb-pool-groups/<alb-poolgroup-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Pools
GET /policy/api/v1/infra/alb-pools (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Pools
DELETE /policy/api/v1/infra/alb-pools/<alb-pool-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Pools
GET /policy/api/v1/infra/alb-pools/<alb-pool-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Pools
PATCH /policy/api/v1/infra/alb-pools/<alb-pool-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Pools
PUT /policy/api/v1/infra/alb-pools/<alb-pool-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Priority Labels
GET /policy/api/v1/infra/alb-priority-labels (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Priority Labels
DELETE /policy/api/v1/infra/alb-priority-labels/<alb-prioritylabels-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Priority Labels
GET /policy/api/v1/infra/alb-priority-labels/<alb-prioritylabels-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Priority Labels
PATCH /policy/api/v1/infra/alb-priority-labels/<alb-prioritylabels-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Priority Labels
PUT /policy/api/v1/infra/alb-priority-labels/<alb-prioritylabels-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Protocol Parsers
GET /policy/api/v1/infra/alb-protocol-parsers (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Protocol Parsers
DELETE /policy/api/v1/infra/alb-protocol-parsers/<alb-protocolparser-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Protocol Parsers
GET /policy/api/v1/infra/alb-protocol-parsers/<alb-protocolparser-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Protocol Parsers
PATCH /policy/api/v1/infra/alb-protocol-parsers/<alb-protocolparser-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Protocol Parsers
PUT /policy/api/v1/infra/alb-protocol-parsers/<alb-protocolparser-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb SSL Key And Certificates
GET /policy/api/v1/infra/alb-ssl-key-and-certificates (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb SSL Key And Certificates
DELETE /policy/api/v1/infra/alb-ssl-key-and-certificates/<alb-sslkeyandcertificate-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb SSL Key And Certificates
GET /policy/api/v1/infra/alb-ssl-key-and-certificates/<alb-sslkeyandcertificate-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb SSL Key And Certificates
PATCH /policy/api/v1/infra/alb-ssl-key-and-certificates/<alb-sslkeyandcertificate-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb SSL Key And Certificates
PUT /policy/api/v1/infra/alb-ssl-key-and-certificates/<alb-sslkeyandcertificate-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb SSL Profiles
GET /policy/api/v1/infra/alb-ssl-profiles (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb SSL Profiles
DELETE /policy/api/v1/infra/alb-ssl-profiles/<alb-sslprofile-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb SSL Profiles
GET /policy/api/v1/infra/alb-ssl-profiles/<alb-sslprofile-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb SSL Profiles
PATCH /policy/api/v1/infra/alb-ssl-profiles/<alb-sslprofile-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb SSL Profiles
PUT /policy/api/v1/infra/alb-ssl-profiles/<alb-sslprofile-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Security Policies
GET /policy/api/v1/infra/alb-security-policies (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Security Policies
DELETE /policy/api/v1/infra/alb-security-policies/<alb-securitypolicy-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Security Policies
GET /policy/api/v1/infra/alb-security-policies/<alb-securitypolicy-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Security Policies
PATCH /policy/api/v1/infra/alb-security-policies/<alb-securitypolicy-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Security Policies
PUT /policy/api/v1/infra/alb-security-policies/<alb-securitypolicy-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Server Auto Scale Policies
GET /policy/api/v1/infra/alb-server-auto-scale-policies (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Server Auto Scale Policies
DELETE /policy/api/v1/infra/alb-server-auto-scale-policies/<alb-serverautoscalepolicy-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Server Auto Scale Policies
GET /policy/api/v1/infra/alb-server-auto-scale-policies/<alb-serverautoscalepolicy-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Server Auto Scale Policies
PATCH /policy/api/v1/infra/alb-server-auto-scale-policies/<alb-serverautoscalepolicy-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Server Auto Scale Policies
PUT /policy/api/v1/infra/alb-server-auto-scale-policies/<alb-serverautoscalepolicy-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Sso Policies
GET /policy/api/v1/infra/alb-sso-policies (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Sso Policies
DELETE /policy/api/v1/infra/alb-sso-policies/<alb-ssopolicy-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Sso Policies
GET /policy/api/v1/infra/alb-sso-policies/<alb-ssopolicy-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Sso Policies
PATCH /policy/api/v1/infra/alb-sso-policies/<alb-ssopolicy-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Sso Policies
PUT /policy/api/v1/infra/alb-sso-policies/<alb-ssopolicy-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb String Groups
GET /policy/api/v1/infra/alb-string-groups (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb String Groups
DELETE /policy/api/v1/infra/alb-string-groups/<alb-stringgroup-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb String Groups
GET /policy/api/v1/infra/alb-string-groups/<alb-stringgroup-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb String Groups
PATCH /policy/api/v1/infra/alb-string-groups/<alb-stringgroup-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb String Groups
PUT /policy/api/v1/infra/alb-string-groups/<alb-stringgroup-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Traffic Clone Profiles
GET /policy/api/v1/infra/alb-traffic-clone-profiles (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Traffic Clone Profiles
DELETE /policy/api/v1/infra/alb-traffic-clone-profiles/<alb-trafficcloneprofile-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Traffic Clone Profiles
GET /policy/api/v1/infra/alb-traffic-clone-profiles/<alb-trafficcloneprofile-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Traffic Clone Profiles
PATCH /policy/api/v1/infra/alb-traffic-clone-profiles/<alb-trafficcloneprofile-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Traffic Clone Profiles
PUT /policy/api/v1/infra/alb-traffic-clone-profiles/<alb-trafficcloneprofile-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Virtual Services
GET /policy/api/v1/infra/alb-virtual-services (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Virtual Services
DELETE /policy/api/v1/infra/alb-virtual-services/<alb-virtualservice-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Virtual Services
GET /policy/api/v1/infra/alb-virtual-services/<alb-virtualservice-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Virtual Services
PATCH /policy/api/v1/infra/alb-virtual-services/<alb-virtualservice-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Virtual Services
PUT /policy/api/v1/infra/alb-virtual-services/<alb-virtualservice-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Vs Data Script Sets
GET /policy/api/v1/infra/alb-vs-data-script-sets (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Vs Data Script Sets
DELETE /policy/api/v1/infra/alb-vs-data-script-sets/<alb-vsdatascriptset-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Vs Data Script Sets
GET /policy/api/v1/infra/alb-vs-data-script-sets/<alb-vsdatascriptset-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Vs Data Script Sets
PATCH /policy/api/v1/infra/alb-vs-data-script-sets/<alb-vsdatascriptset-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Vs Data Script Sets
PUT /policy/api/v1/infra/alb-vs-data-script-sets/<alb-vsdatascriptset-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Vs Vips
GET /policy/api/v1/infra/alb-vs-vips (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Vs Vips
DELETE /policy/api/v1/infra/alb-vs-vips/<alb-vsvip-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Vs Vips
GET /policy/api/v1/infra/alb-vs-vips/<alb-vsvip-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Vs Vips
PATCH /policy/api/v1/infra/alb-vs-vips/<alb-vsvip-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Vs Vips
PUT /policy/api/v1/infra/alb-vs-vips/<alb-vsvip-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Waf Crs
GET /policy/api/v1/infra/alb-waf-crs (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Waf Crs
DELETE /policy/api/v1/infra/alb-waf-crs/<alb-wafcrs-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Waf Crs
GET /policy/api/v1/infra/alb-waf-crs/<alb-wafcrs-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Waf Crs
PATCH /policy/api/v1/infra/alb-waf-crs/<alb-wafcrs-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Waf Crs
PUT /policy/api/v1/infra/alb-waf-crs/<alb-wafcrs-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Waf Policies
GET /policy/api/v1/infra/alb-waf-policies (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Waf Policies
DELETE /policy/api/v1/infra/alb-waf-policies/<alb-wafpolicy-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Waf Policies
GET /policy/api/v1/infra/alb-waf-policies/<alb-wafpolicy-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Waf Policies
PATCH /policy/api/v1/infra/alb-waf-policies/<alb-wafpolicy-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Waf Policies
PUT /policy/api/v1/infra/alb-waf-policies/<alb-wafpolicy-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Waf Policy Psm Groups
GET /policy/api/v1/infra/alb-waf-policy-psm-groups (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Waf Policy Psm Groups
DELETE /policy/api/v1/infra/alb-waf-policy-psm-groups/<alb-wafpolicypsmgroup-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Waf Policy Psm Groups
GET /policy/api/v1/infra/alb-waf-policy-psm-groups/<alb-wafpolicypsmgroup-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Waf Policy Psm Groups
PATCH /policy/api/v1/infra/alb-waf-policy-psm-groups/<alb-wafpolicypsmgroup-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Waf Policy Psm Groups
PUT /policy/api/v1/infra/alb-waf-policy-psm-groups/<alb-wafpolicypsmgroup-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Waf Profiles
GET /policy/api/v1/infra/alb-waf-profiles (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Waf Profiles
DELETE /policy/api/v1/infra/alb-waf-profiles/<alb-wafprofile-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Waf Profiles
GET /policy/api/v1/infra/alb-waf-profiles/<alb-wafprofile-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Waf Profiles
PATCH /policy/api/v1/infra/alb-waf-profiles/<alb-wafprofile-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Waf Profiles
PUT /policy/api/v1/infra/alb-waf-profiles/<alb-wafprofile-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Webhooks
GET /policy/api/v1/infra/alb-webhooks (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Webhooks
DELETE /policy/api/v1/infra/alb-webhooks/<alb-webhook-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Webhooks
GET /policy/api/v1/infra/alb-webhooks/<alb-webhook-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Webhooks
PATCH /policy/api/v1/infra/alb-webhooks/<alb-webhook-id> (Deprecated)
Policy > Networking > Network Services > Advanced Load Balancing > Alb Webhooks
PUT /policy/api/v1/infra/alb-webhooks/<alb-webhook-id> (Deprecated)
Policy > Networking > Network Services > Load Balancing > Load Balancer Profiles > Load Balancer Monitor Profiles
List LBMonitorProfiles for infra

Deprecated
NSX-T Load Balancer is deprecated.
Please take advantage of NSX Advanced Load Balancer.
Refer to Policy > Networking > Network Services > Advanced Load Balancing section of the API guide.
GET /policy/api/v1/infra/lb-monitor-profiles (Deprecated)
Policy > Networking > Network Services > Load Balancing > Load Balancer Profiles > Load Balancer Monitor Profiles
Delete LBMonitorProfile and all the entities contained by this LBMonitorProfile

Deprecated
NSX-T Load Balancer is deprecated.
Please take advantage of NSX Advanced Load Balancer.
Refer to Policy > Networking > Network Services > Advanced Load Balancing section of the API guide.
DELETE /policy/api/v1/infra/lb-monitor-profiles/<lb-monitor-profile-id> (Deprecated)
Policy > Networking > Network Services > Load Balancing > Load Balancer Profiles > Load Balancer Monitor Profiles
Read LBMonitorProfile

Deprecated
NSX-T Load Balancer is deprecated.
Please take advantage of NSX Advanced Load Balancer.
Refer to Policy > Networking > Network Services > Advanced Load Balancing section of the API guide.
GET /policy/api/v1/infra/lb-monitor-profiles/<lb-monitor-profile-id> (Deprecated)
Policy > Networking > Network Services > Load Balancing > Load Balancer Profiles > Load Balancer Monitor Profiles
Create or update a LBMonitorProfile

Deprecated
NSX-T Load Balancer is deprecated.
Please take advantage of NSX Advanced Load Balancer.
Refer to Policy > Networking > Network Services > Advanced Load Balancing section of the API guide.
PATCH /policy/api/v1/infra/lb-monitor-profiles/<lb-monitor-profile-id> (Deprecated)
Policy > Networking > Network Services > Load Balancing > Load Balancer Profiles > Load Balancer Monitor Profiles
Create or update a LBMonitorProfile

Deprecated
NSX-T Load Balancer is deprecated.
Please take advantage of NSX Advanced Load Balancer.
Refer to Policy > Networking > Network Services > Advanced Load Balancing section of the API guide.
PUT /policy/api/v1/infra/lb-monitor-profiles/<lb-monitor-profile-id> (Deprecated)
Policy > Networking > Network Services > Load Balancing > Load Balancer Profiles > Load Balancer SSL Profiles > Load Balancer Client SSL Profiles
List LBClientSslProfiles

Deprecated
NSX-T Load Balancer is deprecated.
Please take advantage of NSX Advanced Load Balancer.
Refer to Policy > Networking > Network Services > Advanced Load Balancing section of the API guide.
GET /policy/api/v1/infra/lb-client-ssl-profiles (Deprecated)
Policy > Networking > Network Services > Load Balancing > Load Balancer Profiles > Load Balancer SSL Profiles > Load Balancer Client SSL Profiles
Delete LBClientSslProfile and all the entities contained by this LBClientSslProfile

Deprecated
NSX-T Load Balancer is deprecated.
Please take advantage of NSX Advanced Load Balancer.
Refer to Policy > Networking > Network Services > Advanced Load Balancing section of the API guide.
DELETE /policy/api/v1/infra/lb-client-ssl-profiles/<lb-client-ssl-profile-id> (Deprecated)
Policy > Networking > Network Services > Load Balancing > Load Balancer Profiles > Load Balancer SSL Profiles > Load Balancer Client SSL Profiles
Read LBClientSslProfile

Deprecated
NSX-T Load Balancer is deprecated.
Please take advantage of NSX Advanced Load Balancer.
Refer to Policy > Networking > Network Services > Advanced Load Balancing section of the API guide.
GET /policy/api/v1/infra/lb-client-ssl-profiles/<lb-client-ssl-profile-id> (Deprecated)
Policy > Networking > Network Services > Load Balancing > Load Balancer Profiles > Load Balancer SSL Profiles > Load Balancer Client SSL Profiles
Create or update a LBClientSslProfile

Deprecated
NSX-T Load Balancer is deprecated.
Please take advantage of NSX Advanced Load Balancer.
Refer to Policy > Networking > Network Services > Advanced Load Balancing section of the API guide.
PATCH /policy/api/v1/infra/lb-client-ssl-profiles/<lb-client-ssl-profile-id> (Deprecated)
Policy > Networking > Network Services > Load Balancing > Load Balancer Profiles > Load Balancer SSL Profiles > Load Balancer Client SSL Profiles
Create or update a LBClientSslProfile

Deprecated
NSX-T Load Balancer is deprecated.
Please take advantage of NSX Advanced Load Balancer.
Refer to Policy > Networking > Network Services > Advanced Load Balancing section of the API guide.
PUT /policy/api/v1/infra/lb-client-ssl-profiles/<lb-client-ssl-profile-id> (Deprecated)
Policy > Networking > Network Services > Load Balancing > Load Balancer Profiles > Load Balancer SSL Profiles > Load Balancer SSL Ciphers And Protocols
Retrieve a list of supported SSL ciphers and protocols

Deprecated
NSX-T Load Balancer is deprecated.
Please take advantage of NSX Advanced Load Balancer.
Refer to Policy > Networking > Network Services > Advanced Load Balancing section of the API guide.
GET /policy/api/v1/infra/lb-ssl-ciphers-and-protocols (Deprecated)
Policy > Networking > Network Services > Load Balancing > Load Balancer Profiles > Load Balancer SSL Profiles > Load Balancer Server SSL Profiles
List LBServerSslProfiles

Deprecated
NSX-T Load Balancer is deprecated.
Please take advantage of NSX Advanced Load Balancer.
Refer to Policy > Networking > Network Services > Advanced Load Balancing section of the API guide.
GET /policy/api/v1/infra/lb-server-ssl-profiles (Deprecated)
Policy > Networking > Network Services > Load Balancing > Load Balancer Profiles > Load Balancer SSL Profiles > Load Balancer Server SSL Profiles
Delete LBServerSslProfile and all the entities contained by this LBServerSslProfile

Deprecated
NSX-T Load Balancer is deprecated.
Please take advantage of NSX Advanced Load Balancer.
Refer to Policy > Networking > Network Services > Advanced Load Balancing section of the API guide.
DELETE /policy/api/v1/infra/lb-server-ssl-profiles/<lb-server-ssl-profile-id> (Deprecated)
Policy > Networking > Network Services > Load Balancing > Load Balancer Profiles > Load Balancer SSL Profiles > Load Balancer Server SSL Profiles
Read LBServerSslProfile

Deprecated
NSX-T Load Balancer is deprecated.
Please take advantage of NSX Advanced Load Balancer.
Refer to Policy > Networking > Network Services > Advanced Load Balancing section of the API guide.
GET /policy/api/v1/infra/lb-server-ssl-profiles/<lb-server-ssl-profile-id> (Deprecated)
Policy > Networking > Network Services > Load Balancing > Load Balancer Profiles > Load Balancer SSL Profiles > Load Balancer Server SSL Profiles
Create or update a LBServerSslProfile

Deprecated
NSX-T Load Balancer is deprecated.
Please take advantage of NSX Advanced Load Balancer.
Refer to Policy > Networking > Network Services > Advanced Load Balancing section of the API guide.
PATCH /policy/api/v1/infra/lb-server-ssl-profiles/<lb-server-ssl-profile-id> (Deprecated)
Policy > Networking > Network Services > Load Balancing > Load Balancer Profiles > Load Balancer SSL Profiles > Load Balancer Server SSL Profiles
Create or update a LBServerSslProfile

Deprecated
NSX-T Load Balancer is deprecated.
Please take advantage of NSX Advanced Load Balancer.
Refer to Policy > Networking > Network Services > Advanced Load Balancing section of the API guide.
PUT /policy/api/v1/infra/lb-server-ssl-profiles/<lb-server-ssl-profile-id> (Deprecated)
Policy > Networking > Network Services > Load Balancing > Load Balancer Usage > Usage
Read load balancer usage for the given node

Deprecated
NSX-T Load Balancer is deprecated.
Please take advantage of NSX Advanced Load Balancer.
Refer to Policy > Networking > Network Services > Advanced Load Balancing section of the API guide.
GET /policy/api/v1/infra/lb-node-usage (Deprecated)
Policy > Networking > Network Services > Load Balancing > Load Balancer Usage > Usage
Read load balancer node usage summary

Deprecated
NSX-T Load Balancer is deprecated.
Please take advantage of NSX Advanced Load Balancer.
Refer to Policy > Networking > Network Services > Advanced Load Balancing section of the API guide.
GET /policy/api/v1/infra/lb-node-usage-summary (Deprecated)
Policy > Networking > Network Services > VPN > IPSEC > Local Endpoints
Get IPSec VPN local endpoint list result

DeprecatedThis API is deprecated. Please use GET /infra/tier-0s/<tier-0-id>/ipsec-vpn-services/<service-id>/local-endpoints instead. Note: Please note that request is validated and any error messages returned from validation may include the new VPN path instead of the deprecated path. Both new path and old path refer to same resource.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/ipsec-vpn-services/<service-id>/local-endpoints (Deprecated)
Policy > Networking > Network Services > VPN > IPSEC > Local Endpoints
Delete IPSec VPN local endpoint

DeprecatedThis API is deprecated. Please use DELETE /infra/tier-0s/<tier-0-id>/ipsec-vpn-services/<service-id>/local-endpoints/<local-endpoint-id> instead. Note: Please note that request is validated and any error messages returned from validation may include the new VPN path instead of the deprecated path. Both new path and old path refer to same resource. Also VPN path returned in the Alarm, GPRR payload may include the new VPN path
DELETE /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/ipsec-vpn-services/<service-id>/local-endpoints/<local-endpoint-id> (Deprecated)
Policy > Networking > Network Services > VPN > IPSEC > Local Endpoints
Get IPSec VPN local endpoint

DeprecatedThis API is deprecated. Please use GET /infra/tier-0s/<tier-0-id>/ipsec-vpn-services/<service-id>/local-endpoints/<local-endpoint-id> instead. Note: Please note that request is validated and any error messages returned from validation may include the new VPN path instead of the deprecated path. Both new path and old path refer to same resource.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/ipsec-vpn-services/<service-id>/local-endpoints/<local-endpoint-id> (Deprecated)
Policy > Networking > Network Services > VPN > IPSEC > Local Endpoints
Create or patch a custom IPSec VPN local endpoint

DeprecatedThis API is deprecated. Please use PATCH /infra/tier-0s/<tier-0-id>/ipsec-vpn-services/<service-id>/local-endpoints/<local-endpoint-id> instead. Note: Please note that request is validated and any error messages returned from validation may include the new VPN path instead of the deprecated path. Both new path and old path refer to same resource. Also VPN path returned in the Alarm, GPRR payload may include the new VPN path
PATCH /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/ipsec-vpn-services/<service-id>/local-endpoints/<local-endpoint-id> (Deprecated)
Policy > Networking > Network Services > VPN > IPSEC > Local Endpoints
Create or fully replace IPSec VPN local endpoint

DeprecatedThis API is deprecated. Please use PUT /infra/tier-0s/<tier-0-id>/ipsec-vpn-services/<service-id>/local-endpoints/<local-endpoint-id> instead.
PUT /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/ipsec-vpn-services/<service-id>/local-endpoints/<local-endpoint-id> (Deprecated)
Policy > Networking > Network Services > VPN > IPSEC > Local Endpoints
Get IPSec VPN local endpoint list result

DeprecatedThis API is deprecated. Please use GET /infra/tier-1s/<tier-1-id>/ipsec-vpn-services/<service-id>/local-endpoints instead. Note: Please note that request is validated and any error messages returned from validation may include the new VPN path instead of the deprecated path. Both new path and old path refer to same resource.
GET /policy/api/v1/infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/ipsec-vpn-services/<service-id>/local-endpoints (Deprecated)
Policy > Networking > Network Services > VPN > IPSEC > Local Endpoints
Delete IPSec VPN local endpoint

DeprecatedThis API is deprecated. Please use DELETE /infra/tier-1s/<tier-1-id>/ipsec-vpn-services/<service-id>/ local-endpoints/<local-endpoint-id> instead. Note: Please note that request is validated and any error messages returned from validation may include the new VPN path instead of the deprecated path. Both new path and old path refer to same resource. Also VPN path returned in the Alarm, GPRR payload may include the new VPN path
DELETE /policy/api/v1/infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/ipsec-vpn-services/<service-id>/local-endpoints/<local-endpoint-id> (Deprecated)
Policy > Networking > Network Services > VPN > IPSEC > Local Endpoints
Get IPSec VPN local endpoint

DeprecatedThis API is deprecated. Please use GET /infra/tier-1s/<tier-1-id>/ipsec-vpn-services/<service-id>/ local-endpoints/<local-endpoint-id> instead. Note: Please note that request is validated and any error messages returned from validation may include the new VPN path instead of the deprecated path. Both new path and old path refer to same resource.
GET /policy/api/v1/infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/ipsec-vpn-services/<service-id>/local-endpoints/<local-endpoint-id> (Deprecated)
Policy > Networking > Network Services > VPN > IPSEC > Local Endpoints
Create or patch a custom IPSec VPN local endpoint

DeprecatedThis API is deprecated. Please use PATCH /infra/tier-1s/<tier-1-id>/ipsec-vpn-services/<service-id>/ local-endpoints/<local-endpoint-id> instead. Note: Please note that request is validated and any error messages returned from validation may include the new VPN path instead of the deprecated path. Both new path and old path refer to same resource. Also VPN path returned in the Alarm, GPRR payload may include the new VPN path
PATCH /policy/api/v1/infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/ipsec-vpn-services/<service-id>/local-endpoints/<local-endpoint-id> (Deprecated)
Policy > Networking > Network Services > VPN > IPSEC > Local Endpoints
Create or fully replace IPSec VPN local endpoint

DeprecatedThis API is deprecated. Please use PUT /infra/tier-1s/<tier-1-id>/ipsec-vpn-services/<service-id>/ local-endpoints/<local-endpoint-id> instead. Note: Please note that request is validated and any error messages returned from validation may include the new VPN path instead of the deprecated path. Both new path and old path refer to same resource. Also VPN path returned in the Alarm, GPRR payload may include the new VPN path
PUT /policy/api/v1/infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/ipsec-vpn-services/<service-id>/local-endpoints/<local-endpoint-id> (Deprecated)
Policy > Networking > Network Services > VPN > IPSEC > Services
Get IPSec VPN service list result

DeprecatedThis API is deprecated. Please use GET /infra/tier-0s/<tier-0-id>/ipsec-vpn-services instead.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/ipsec-vpn-services (Deprecated)
Policy > Networking > Network Services > VPN > IPSEC > Services
Delete IPSec VPN service

DeprecatedThis API is deprecated. Please use DELETE /infra/tier-0s/<tier-0-id>/ipsec-vpn-services/<service-id> instead. Note: Please note that request is validated and any error messages returned from validation may include the new VPN path instead of the deprecated path. Both new path and old path refer to same resource. Also VPN path returned in the Alarm, GPRR payload may include the new VPN path.
DELETE /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/ipsec-vpn-services/<service-id> (Deprecated)
Policy > Networking > Network Services > VPN > IPSEC > Services
Get IPSec VPN service

DeprecatedThis API is deprecated. Please use GET /infra/tier-0s/<tier-0-id>/ipsec-vpn-services/<service-id> instead. Note: Please note that request is validated and any error messages returned from validation may include the new VPN path instead of the deprecated path. Both new path and old path refer to same resource.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/ipsec-vpn-services/<service-id> (Deprecated)
Policy > Networking > Network Services > VPN > IPSEC > Services
Create or patch IPSec VPN service

DeprecatedThis API is deprecated. Please use PATCH /infra/tier-0s/<tier-0-id>/ ipsec-vpn-services/<service-id> instead. Note: Please note that request is validated and any error messages returned from validation may include the new VPN path instead of the deprecated path. Both new path and old path refer to same resource. Also VPN path returned in the Alarm, GPRR payload may include the new VPN path.
PATCH /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/ipsec-vpn-services/<service-id> (Deprecated)
Policy > Networking > Network Services > VPN > IPSEC > Services
Create or fully replace IPSec VPN service

DeprecatedThis API is deprecated. Please use PUT /infra/tier-0s/<tier-0-id>/ipsec-vpn-services/<service-id> instead. Note: Please note that request is validated and any error messages returned from validation may include the new VPN path instead of the deprecated path. Both new path and old path refer to same resource. Also VPN path returned in the Alarm, GPRR payload may include the new VPN path.
PUT /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/ipsec-vpn-services/<service-id> (Deprecated)
Policy > Networking > Network Services > VPN > IPSEC > Services
Get IPSec VPN service list result

DeprecatedThis API is deprecated. Please use GET /infra/tier-1s/<tier-1-id>/ipsec-vpn-services instead. Note: Please note that request is validated and any error messages returned from validation may include the new VPN path instead of the deprecated path. Both new path and old path refer to same resource.
GET /policy/api/v1/infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/ipsec-vpn-services (Deprecated)
Policy > Networking > Network Services > VPN > IPSEC > Services
Delete IPSec VPN service

DeprecatedThis API is deprecated. Please use DELETE /infra/tier-1s/<tier-1-id>/psec-vpn-services/<service-id> instead. Note: Please note that request is validated and any error messages returned from validation may include the new VPN path instead of the deprecated path. Both new path and old path refer to same resource. Also VPN path returned in the Alarm, GPRR payload may include the new VPN path
DELETE /policy/api/v1/infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/ipsec-vpn-services/<service-id> (Deprecated)
Policy > Networking > Network Services > VPN > IPSEC > Services
Get IPSec VPN service

DeprecatedThis API is deprecated. Please use GET /infra/tier-1s/<tier-1-id>/ipsec-vpn-services/<service-id> instead. Note: Please note that request is validated and any error messages returned from validation may include the new VPN path instead of the deprecated path. Both new path and old path refer to same resource.
GET /policy/api/v1/infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/ipsec-vpn-services/<service-id> (Deprecated)
Policy > Networking > Network Services > VPN > IPSEC > Services
Create or patch IPSec VPN service

DeprecatedThis API is deprecated. Please use PATCH /infra/tier-1s/<tier-1-id>/ipsec-vpn-services/<service-id> instead. Note: Please note that request is validated and any error messages returned from validation may include the new VPN path instead of the deprecated path. Both new path and old path refer to same resource. Also VPN path returned in the Alarm, GPRR payload may include the new VPN path.
PATCH /policy/api/v1/infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/ipsec-vpn-services/<service-id> (Deprecated)
Policy > Networking > Network Services > VPN > IPSEC > Services
Create or fully replace IPSec VPN service

DeprecatedThis API is deprecated. Please use PUT /infra/tier-1s/<tier-1-id>/ipsec-vpn-services/<service-id> instead. Note: Please note that request is validated and any error messages returned from validation may include the new VPN path instead of the deprecated path. Both new path and old path refer to same resource. Also VPN path returned in the Alarm, GPRR payload may include the new VPN path.
PUT /policy/api/v1/infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/ipsec-vpn-services/<service-id> (Deprecated)
Policy > Networking > Network Services > VPN > IPSEC > Sessions
Get IPSec VPN sessions list result

DeprecatedThis API is deprecated. Please use GET /infra/tier-0s/<tier-0-id>/ipsec-vpn-services/<service-id>/sessions instead. Note: Please note that request is validated and any error messages returned from validation may include the new VPN path instead of the deprecated path. Both new path and old path refer to same resource.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/ipsec-vpn-services/<service-id>/sessions (Deprecated)
Policy > Networking > Network Services > VPN > IPSEC > Sessions
Delete IPSec VPN session

DeprecatedThis API is deprecated. Please use DELETE /infra/tier-0s/<tier-0-id>/ipsec-vpn-services/<service-id>/sessions/<session-id> instead. Note: Please note that request is validated and any error messages returned from validation may include the new VPN path instead of the deprecated path. Both new path and old path refer to same resource. Also VPN path returned in the Alarm, GPRR payload may include the new VPN path
DELETE /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/ipsec-vpn-services/<service-id>/sessions/<session-id> (Deprecated)
Policy > Networking > Network Services > VPN > IPSEC > Sessions
Get IPSec VPN Session

DeprecatedThis API is deprecated. Please use GET /infra/tier-0s/<tier-0-id>/ipsec-vpn-services/<service-id>/sessions/<session-id>?action=show_sensitive_data instead. Note: Please note that request is validated and any error messages returned from validation may include the new VPN path instead of the deprecated path. Both new path and old path refer to same resource.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/ipsec-vpn-services/<service-id>/sessions/<session-id>?action=show_sensitive_data (Deprecated)
Policy > Networking > Network Services > VPN > IPSEC > Sessions
Get IPSec VPN Session

DeprecatedThis API is deprecated. Please use GET /infra/tier-0s/<tier-0-id>/ipsec-vpn-services/<service-id>/sessions/<session-id> instead. Note: Please note that request is validated and any error messages returned from validation may include the new VPN path instead of the deprecated path. Both new path and old path refer to same resource.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/ipsec-vpn-services/<service-id>/sessions/<session-id> (Deprecated)
Policy > Networking > Network Services > VPN > IPSEC > Sessions
Create or patch an IPSec VPN session

DeprecatedThis API is deprecated. Please use PATCH /infra/tier-0s/<tier-0-id>/ipsec-vpn-services/<service-id>/sessions/<session-id> instead. Note: Please note that request is validated and any error messages returned from validation may include the new VPN path instead of the deprecated path. Both new path and old path refer to same resource. Also VPN path returned in the Alarm, GPRR payload may include the new VPN path
PATCH /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/ipsec-vpn-services/<service-id>/sessions/<session-id> (Deprecated)
Policy > Networking > Network Services > VPN > IPSEC > Sessions
Create or fully replace IPSec VPN session

DeprecatedThis API is deprecated. Please use PUT /infra/tier-0s/<tier-0-id>/ipsec-vpn-services/<service-id>/sessions/<session-id> instead. Note: Please note that request is validated and any error messages returned from validation may include the new VPN path instead of the deprecated path. Both new path and old path refer to same resource. Also VPN path returned in the Alarm, GPRR payload may include the new VPN path
PUT /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/ipsec-vpn-services/<service-id>/sessions/<session-id> (Deprecated)
Policy > Networking > Network Services > VPN > IPSEC > Sessions
Get IPSec VPN configuration for the peer site

DeprecatedThis API is deprecated. Please use GET /infra/tier-0s/<tier-0-id>/ipsec-vpn-services/<service-id>/sessions/<session-id>/peer-config instead. Note: Please note that request is validated and any error messages returned from validation may include the new VPN path instead of the deprecated path. Both new path and old path refer to same resource.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/ipsec-vpn-services/<service-id>/sessions/<session-id>/peer-config (Deprecated)
Policy > Networking > Network Services > VPN > IPSEC > Sessions
Get IPSec VPN sessions list result

DeprecatedThis API is deprecated. Please use GET /infra/tier-1s/<tier-1-id>/ipsec-vpn-services/<service-id>/sessions instead. Note: Please note that request is validated and any error messages returned from validation may include the new VPN path instead of the deprecated path. Both new path and old path refer to same resource.
GET /policy/api/v1/infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/ipsec-vpn-services/<service-id>/sessions (Deprecated)
Policy > Networking > Network Services > VPN > IPSEC > Sessions
Delete IPSec VPN session

DeprecatedThis API is deprecated. Please use DELETE /infra/tier-1s/<tier-1-id>/ipsec-vpn-services/<service-id>/ sessions/<session-id> instead. Note: Please note that request is validated and any error messages returned from validation may include the new VPN path instead of the deprecated path. Both new path and old path refer to same resource. Also VPN path returned in the Alarm, GPRR payload may include the new VPN path.
DELETE /policy/api/v1/infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/ipsec-vpn-services/<service-id>/sessions/<session-id> (Deprecated)
Policy > Networking > Network Services > VPN > IPSEC > Sessions
Get IPSec VPN Session

DeprecatedThis API is deprecated. Please use GET /infra/tier-1s/<tier-1-id>/ipsec-vpn-services/<service-id>/sessions/<session-id>?action=show_sensitive_data instead. Note: Please note that request is validated and any error messages returned from validation may include the new VPN path instead of the deprecated path. Both new path and old path refer to same resource.
GET /policy/api/v1/infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/ipsec-vpn-services/<service-id>/sessions/<session-id>?action=show_sensitive_data (Deprecated)
Policy > Networking > Network Services > VPN > IPSEC > Sessions
Get IPSec VPN Session

DeprecatedThis API is deprecated. Please use GET /infra/tier-1s/<tier-1-id>/ipsec-vpn-services/<service-id>/sessions/<session-id> instead. Note: Please note that request is validated and any error messages returned from validation may include the new VPN path instead of the deprecated path. Both new path and old path refer to same resource.
GET /policy/api/v1/infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/ipsec-vpn-services/<service-id>/sessions/<session-id> (Deprecated)
Policy > Networking > Network Services > VPN > IPSEC > Sessions
Create or patch an IPSec VPN session

DeprecatedThis API is deprecated. Please use PATCH /infra/tier-1s/<tier-1-id>/ipsec-vpn-services/<service-id>/sessions/<session-id> instead. Note: Please note that request is validated and any error messages returned from validation may include the new VPN path instead of the deprecated path. Both new path and old path refer to same resource. Also VPN path returned in the Alarm, GPRR payload may include the new VPN path
PATCH /policy/api/v1/infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/ipsec-vpn-services/<service-id>/sessions/<session-id> (Deprecated)
Policy > Networking > Network Services > VPN > IPSEC > Sessions
Create or fully replace IPSec VPN session

DeprecatedThis API is deprecated. Please use PUT /infra/tier-1s/<tier-1-id>/ipsec-vpn-services/<service-id>/sessions/<session-id> instead. Note: Please note that request is validated and any error messages returned from validation may include the new VPN path instead of the deprecated path. Both new path and old path refer to same resource. Also VPN path returned in the Alarm, GPRR payload may include the new VPN path.
PUT /policy/api/v1/infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/ipsec-vpn-services/<service-id>/sessions/<session-id> (Deprecated)
Policy > Networking > Network Services > VPN > IPSEC > Sessions
Get IPSec VPN configuration for the peer site

DeprecatedThis API is deprecated. Please use GET /infra/tier-1s/<tier-1-id>/ipsec-vpn-services/<service-id>/sessions/<session-id>/peer-config instead. Note: Please note that request is validated and any error messages returned from validation may include the new VPN path instead of the deprecated path. Both new path and old path refer to same resource.
GET /policy/api/v1/infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/ipsec-vpn-services/<service-id>/sessions/<session-id>/peer-config (Deprecated)
Policy > Networking > Network Services > VPN > IPSEC > Sessions > Summary
Get IPSec VPN Session Summary

DeprecatedThis API is deprecated. Please use GET /infra/tier-0s/<tier-0-id>/ipsec-vpn-services/<service-id>/summary instead.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/ipsec-vpn-services/<service-id>/summary (Deprecated)
Policy > Networking > Network Services > VPN > IPSEC > Sessions > Summary
Get IPSec VPN Session Summary

DeprecatedThis API is deprecated. Please use GET /infra/tier-1s/<tier-1-id>/ipsec-vpn-services/<service-id>/summary instead.
GET /policy/api/v1/infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/ipsec-vpn-services/<service-id>/summary (Deprecated)
Policy > Networking > Network Services > VPN > IPSEC > Statistics
Get IPSec VPN session statistics under Tier-0

DeprecatedThis API is deprecated. Please use GET /infra/tier-0s/<tier-0-id>/ipsec-vpn-services/<service-id>/ sessions/<session-id>/statisticsinstead.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/ipsec-vpn-services/<service-id>/sessions/<session-id>/statistics (Deprecated)
Policy > Networking > Network Services > VPN > IPSEC > Statistics
Reset the statistics of the given VPN session

DeprecatedThis API is deprecated. Please use GET /infra/tier-0s/<tier-0-id>/ipsec-vpn-services/<service-id>/ sessions/<session-id>/statistics instead.
POST /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/ipsec-vpn-services/<service-id>/sessions/<session-id>/statistics (Deprecated)
Policy > Networking > Network Services > VPN > IPSEC > Statistics
Get IPSec VPN session statistics under Tier-1

DeprecatedThis API is deprecated. Please use GET /infra/tier-1s/<tier-1-id>/ipsec-vpn-services/<service-id>/ sessions/<session-id>/statistics instead.
GET /policy/api/v1/infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/ipsec-vpn-services/<service-id>/sessions/<session-id>/statistics (Deprecated)
Policy > Networking > Network Services > VPN > IPSEC > Statistics
Reset the statistics of the given VPN session

DeprecatedThis API is deprecated. Please use GET /infra/tier-1s/<tier-1-id>/ipsec-vpn-services/<service-id>/ sessions/<session-id>/statistics instead.
POST /policy/api/v1/infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/ipsec-vpn-services/<service-id>/sessions/<session-id>/statistics (Deprecated)
Policy > Networking > Network Services > VPN > IPSEC > Status
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/ipsec-vpn-services/<service-id>/sessions/<session-id>/detailed-status (Deprecated)
Policy > Networking > Network Services > VPN > IPSEC > Status
Get IPSec VPN session detailed status under Tier-0

DeprecatedThis API is deprecated. Please use GET /infra/tier-0s/<tier-0-id>/ipsec-vpn-services/<service-id>/ sessions/<session-id>/detailed-status instead.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/ipsec-vpn-services/<service-id>/sessions/<session-id>/detailed-status (Deprecated)
Policy > Networking > Network Services > VPN > IPSEC > Status
Get IPSec VPN session detailed status under Tier-1

DeprecatedThis API is deprecated. Please use GET /infra/tier-1s/<tier-1-id>/ipsec-vpn-services/<service-id>/sessions/<session-id>/detailed-status instead.
GET /policy/api/v1/infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/ipsec-vpn-services/<service-id>/sessions/<session-id>/detailed-status (Deprecated)
Policy > Networking > Network Services > VPN > L2VPN > Remote-Mac
Get L2Vpn session remote mac for logical switch

DeprecatedThis API is deprecated. Please use GET /infra/tier-0s/<tier-0-id>/l2vpn-services/<service-id>/ sessions/<session-id>/remote-mac instead.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/l2vpn-services/<service-id>/sessions/<session-id>/remote-mac (Deprecated)
Policy > Networking > Network Services > VPN > L2VPN > Remote-Mac
Get L2Vpn session remote mac for logical switch

DeprecatedThis API is deprecated. Please use GET /infra/tier-1s/<tier-1-id>/l2vpn-services/<service-id>/sessions/<session-id>/remote-mac instead.
GET /policy/api/v1/infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/l2vpn-services/<service-id>/sessions/<session-id>/remote-mac (Deprecated)
Policy > Networking > Network Services > VPN > L2VPN > Services
Get L2VPN service list result under Tier-0

DeprecatedThis API is deprecated. Please use GET /infra/tier-0s/<tier-0-id>/l2vpn-services instead. Note: Please note that request is validated and any error messages returned from validation may include the new VPN path instead of the deprecated path. Both new path and old path refer to same resource.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/l2vpn-services (Deprecated)
Policy > Networking > Network Services > VPN > L2VPN > Services
Delete L2VPN service under Tier-0

DeprecatedThis API is deprecated. Please use DELETE /infra/tier-0s/<tier-0-id>/l2vpn-services/<service-id> instead. Note: Please note that request is validated and any error messages returned from validation may include the new VPN path instead of the deprecated path. Both new path and old path refer to same resource. Also VPN path returned in the Alarm, GPRR payload may include the new VPN path.
DELETE /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/l2vpn-services/<service-id> (Deprecated)
Policy > Networking > Network Services > VPN > L2VPN > Services
Get L2VPN service under Tier-0

DeprecatedThis API is deprecated. Please use GET /infra/tier-0s/<tier-0-id>/l2vpn-services/<service-id> instead. Note: Please note that request is validated and any error messages returned from validation may include the new VPN path instead of the deprecated path. Both new path and old path refer to same resource.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/l2vpn-services/<service-id> (Deprecated)
Policy > Networking > Network Services > VPN > L2VPN > Services
Create or patch L2VPN service under Tier-0

DeprecatedThis API is deprecated. Please use PATCH /infra/tier-0s/<tier-0-id>/l2vpn-services/<service-id> instead. Note: Please note that request is validated and any error messages returned from validation may include the new VPN path instead of the deprecated path. Both new path and old path refer to same resource. Also VPN path returned in the Alarm, GPRR payload may include the new VPN path.
PATCH /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/l2vpn-services/<service-id> (Deprecated)
Policy > Networking > Network Services > VPN > L2VPN > Services
Create or fully replace L2VPN service under Tier-0

DeprecatedThis API is deprecated. Please use PUT /infra/tier-0s/<tier-0-id>/l2vpn-services/<service-id> instead. Note: Please note that request is validated and any error messages returned from validation may include the new VPN path instead of the deprecated path. Both new path and old path refer to same resource. Also VPN path returned in the Alarm, GPRR payload may include the new VPN path.
PUT /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/l2vpn-services/<service-id> (Deprecated)
Policy > Networking > Network Services > VPN > L2VPN > Services
Get L2VPN service list result under Tier-1

DeprecatedThis API is deprecated. Please use GET /infra/tier-1s/<tier-1-id>/l2vpn-services> instead. Note: Please note that request is validated and any error messages returned from validation may include the new VPN path instead of the deprecated path. Both new path and old path refer to same resource.
GET /policy/api/v1/infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/l2vpn-services (Deprecated)
Policy > Networking > Network Services > VPN > L2VPN > Services
Delete L2VPN service under Tier-1

DeprecatedThis API is deprecated. Please use DELETE /infra/tier-1s/<tier-1-id>/l2vpn-services/<service-id> instead. Note: Please note that request is validated and any error messages returned from validation may include the new VPN path instead of the deprecated path. Both new path and old path refer to same resource. Also VPN path returned in the Alarm, GPRR payload may include the new VPN path.
DELETE /policy/api/v1/infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/l2vpn-services/<service-id> (Deprecated)
Policy > Networking > Network Services > VPN > L2VPN > Services
Get L2VPN service under Tier-1

DeprecatedThis API is deprecated. Please use GET /infra/tier-1s/<tier-1-id>/l2vpn-services/<service-id> instead. Note: Please note that request is validated and any error messages returned from validation may include the new VPN path instead of the deprecated path. Both new path and old path refer to same resource.
GET /policy/api/v1/infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/l2vpn-services/<service-id> (Deprecated)
Policy > Networking > Network Services > VPN > L2VPN > Services
Create or patch L2VPN service under Tier-1

DeprecatedThis API is deprecated. Please use PATCH /infra/tier-1s/<tier-1-id>/l2vpn-services/<service-id> instead. Note: Please note that request is validated and any error messages returned from validation may include the new VPN path instead of the deprecated path. Both new path and old path refer to same resource. Also VPN path returned in the Alarm, GPRR payload may include the new VPN path.
PATCH /policy/api/v1/infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/l2vpn-services/<service-id> (Deprecated)
Policy > Networking > Network Services > VPN > L2VPN > Services
Create or fully replace L2VPN service under Tier-1

DeprecatedThis API is deprecated. Please use PUT /infra/tier-1s/<tier-1-id>/l2vpn-services/<service-id> instead. Note: Please note that request is validated and any error messages returned from validation may include the new VPN path instead of the deprecated path. Both new path and old path refer to same resource. Also VPN path returned in the Alarm, GPRR payload may include the new VPN path.
PUT /policy/api/v1/infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/l2vpn-services/<service-id> (Deprecated)
Policy > Networking > Network Services > VPN > L2VPN > Sessions
Get L2VPN sessions list result under Tier-0

DeprecatedThis API is deprecated. Please use GET /infra/tier-0s/<tier-0-id>/ l2vpn-services/<service-id>/sessions instead. Note: The API will return a new VPN path for "transport_tunnels" in the response payload instead of the deprecated API path Both paths refer to the same object. Please note that request is validated and any error messages returned from validation may include the new VPN path instead of the deprecated path. Both new path and old path refer to same resource.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/l2vpn-services/<service-id>/sessions (Deprecated)
Policy > Networking > Network Services > VPN > L2VPN > Sessions
Delete L2VPN session under Tier-0

DeprecatedThis API is deprecated. Please use DELETE /infra/tier-0s/<tier-0-id>/ l2vpn-services/<service-id>/sessions/<session-id> instead. Note: Please note that request is validated and any error messages returned from validation may include the new VPN path instead of the deprecated path. Both new path and old path refer to same resource. Also VPN path returned in the Alarm, GPRR payload may include the new VPN path.
DELETE /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/l2vpn-services/<service-id>/sessions/<session-id> (Deprecated)
Policy > Networking > Network Services > VPN > L2VPN > Sessions
Get L2VPN Session under Tier-0

DeprecatedThis API is deprecated. Please use GET /infra/tier-0s/<tier-0-id>/ l2vpn-services/<service-id>/sessions/<session-id> instead. Note: The API will return a new VPN path for "transport_tunnels" in the response payload instead of the deprecated API path Both paths refer to the same object. Please note that request is validated and any error messages returned from validation may include the new VPN path instead of the deprecated path. Both new path and old path refer to same resource.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/l2vpn-services/<service-id>/sessions/<session-id> (Deprecated)
Policy > Networking > Network Services > VPN > L2VPN > Sessions
Create or patch an L2VPN session under Tier-0

DeprecatedThis API is deprecated. Please use PATCH /infra/tier-0s/<tier-0-id>/ l2vpn-services/<service-id>/sessions/<session-id> instead. Note: Please note that request is validated and any error messages returned from validation may include the new VPN path instead of the deprecated path. Both new path and old path refer to same resource. Also VPN path returned in the Alarm, GPRR payload may include the new VPN path.
PATCH /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/l2vpn-services/<service-id>/sessions/<session-id> (Deprecated)
Policy > Networking > Network Services > VPN > L2VPN > Sessions
Create or patch an L2VPN session under Tier-0 from Peer Codes

DeprecatedThis API is deprecated. Please use POST /infra/tier-0s/<tier-0-id>/l2vpn-services/<service-id>/sessions/<session-id>?action=create_with_peer_code instead.
POST /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/l2vpn-services/<service-id>/sessions/<session-id>?action=create_with_peer_code (Deprecated)
Policy > Networking > Network Services > VPN > L2VPN > Sessions
Create or fully replace L2VPN session under Tier-0

DeprecatedThis API is deprecated. Please use PUT /infra/tier-0s/<tier-0-id>/ l2vpn-services/<service-id>/sessions/<session-id> instead. Note: The API will return a new VPN path for "transport_tunnels" in the response payload instead of the deprecated API path Both paths refer to the same object. Please note that request is validated and any error messages returned from validation may include the new VPN path instead of the deprecated path. Both new path and old path refer to same resource. Also VPN path returned in the Alarm, GPRR payload may include the new VPN path.
PUT /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/l2vpn-services/<service-id>/sessions/<session-id> (Deprecated)
Policy > Networking > Network Services > VPN > L2VPN > Sessions
Get Tier-0 L2VPN session configuration for the peer site

DeprecatedThis API is deprecated. Please use GET /infra/tier-0s/<tier-0-id>/l2vpn-services/<service-id>/ sessions/<session-id>/peer-config instead. Note: The "transport_tunnel_path" returned in the payload wil be a new vpn path instead of the deprecated API path. Please note that request is validated and any error messages returned from validation may include the new VPN path instead of the deprecated path. Both new path and old path refer to same resource.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/l2vpn-services/<service-id>/sessions/<session-id>/peer-config (Deprecated)
Policy > Networking > Network Services > VPN > L2VPN > Sessions
Get L2VPN sessions list result under Tier-1

DeprecatedThis API is deprecated. Please use GET /infra/tier-1s/<tier-1-id>/l2vpn-services/<service-id>/sessions instead. Note: The API will return a new VPN path for "transport_tunnels" in the response payload instead of the deprecated API path Both paths refer to the same object. Please note that request is validated and any error messages returned from validation may include the new VPN path instead of the deprecated path. Both new path and old path refer to same resource.
GET /policy/api/v1/infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/l2vpn-services/<service-id>/sessions (Deprecated)
Policy > Networking > Network Services > VPN > L2VPN > Sessions
Delete L2VPN session under Tier-1

DeprecatedThis API is deprecated. Please use DELETE /infra/tier-1s/<tier-1-id>/l2vpn-services/<service-id>/ sessions/<session-id> instead. Note: Please note that request is validated and any error messages returned from validation may include the new VPN path instead of the deprecated path. Both new path and old path refer to same resource. Also VPN path returned in the Alarm, GPRR payload may include the new VPN path.
DELETE /policy/api/v1/infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/l2vpn-services/<service-id>/sessions/<session-id> (Deprecated)
Policy > Networking > Network Services > VPN > L2VPN > Sessions
Get L2VPN Session under Tier-1

DeprecatedThis API is deprecated. Please use GET /infra/tier-1s/<tier-1-id>/l2vpn-services/<service-id>/ sessions/<session-id> instead. Note: The API will return a new VPN path for "transport_tunnels" in the response payload instead of the deprecated API path Both paths refer to the same object. Please note that request is validated and any error messages returned from validation may include the new VPN path instead of the deprecated path. Both new path and old path refer to same resource.
GET /policy/api/v1/infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/l2vpn-services/<service-id>/sessions/<session-id> (Deprecated)
Policy > Networking > Network Services > VPN > L2VPN > Sessions
Create or patch an L2VPN session under Tier-1

DeprecatedThis API is deprecated. Please use PATCH /infra/tier-1s/<tier-1-id>/l2vpn-services/<service-id>/ sessions/<session-id> instead. Note: Please note that request is validated and any error messages returned from validation may include the new VPN path instead of the deprecated path. Both new path and old path refer to same resource. Also VPN path returned in the Alarm, GPRR payload may include the new VPN path.
PATCH /policy/api/v1/infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/l2vpn-services/<service-id>/sessions/<session-id> (Deprecated)
Policy > Networking > Network Services > VPN > L2VPN > Sessions
Create or patch an L2VPN session under Tier-1 from Peer Codes

DeprecatedThis API is deprecated. Please use POST /infra/tier-1s/<tier-1-id>/l2vpn-services/<service-id>/sessions/<session-id>?action=create_with_peer_code instead. Note: Please note that request is validated and any error messages returned from validation may include the new VPN path instead of the deprecated path. Both new path and old path refer to same resource. Also VPN path returned in the Alarm, GPRR payload may include the new VPN path.
POST /policy/api/v1/infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/l2vpn-services/<service-id>/sessions/<session-id>?action=create_with_peer_code (Deprecated)
Policy > Networking > Network Services > VPN > L2VPN > Sessions
Create or fully replace L2VPN session under Tier-1

DeprecatedThis API is deprecated. Please use PUT /infra/tier-1s/<tier-1-id>/l2vpn-services/<service-id>/ sessions/<session-id> instead. Note: The API will return a new VPN path for "transport_tunnels" in the response payload instead of the deprecated API path Both paths refer to the same object. Please note that request is validated and any error messages returned from validation may include the new VPN path instead of the deprecated path. Both new path and old path refer to same resource. Also VPN path returned in the Alarm, GPRR payload may include the new VPN path.
PUT /policy/api/v1/infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/l2vpn-services/<service-id>/sessions/<session-id> (Deprecated)
Policy > Networking > Network Services > VPN > L2VPN > Sessions
Get Tier-1 L2VPN session configuration for the peer site

DeprecatedThis API is deprecated. Please use GET /infra/tier-1s/<tier-1-id>/l2vpn-services/<service-id>/ sessions/<session-id>/peer-config instead. Note: The API will return a new VPN path for "transport_tunnel_path" in the response payload instead of the deprecated API path Both paths refer to the same object. Please note that request is validated and any error messages returned from validation may include the new VPN path instead of the deprecated path. Both new path and old path refer to same resource.
GET /policy/api/v1/infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/l2vpn-services/<service-id>/sessions/<session-id>/peer-config (Deprecated)
Policy > Networking > Network Services > VPN > L2VPN > Statistics
Get L2VPN session statistics under Tier-0

DeprecatedThis API is deprecated. Please use GET /infra/tier-0s/<tier-0-id>/l2vpn-services/<service-id>/ sessions/<session-id>/statistics instead.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/l2vpn-services/<service-id>/sessions/<session-id>/statistics (Deprecated)
Policy > Networking > Network Services > VPN > L2VPN > Statistics
Get L2VPN session statistics under Tier-1

DeprecatedThis API is deprecated. Please use GET //infra/tier-1s/<tier-1-id>/l2vpn-services/<service-id>/ sessions/<session-id>/statistics instead.
GET /policy/api/v1/infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/l2vpn-services/<service-id>/sessions/<session-id>/statistics (Deprecated)
Policy > Networking > Network Services > VPN > L2VPN > Status
Get L2VPN session detailed status under Tier-0

DeprecatedThis API is deprecated. Please use GET /infra/tier-0s/<tier-0-id>/l2vpn-services/<service-id>/ sessions/<session-id>/detailed-status instead.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/l2vpn-services/<service-id>/sessions/<session-id>/detailed-status (Deprecated)
Policy > Networking > Network Services > VPN > L2VPN > Status
Get L2VPN session detailed status under Tier-1

DeprecatedThis API is deprecated. Please use GET /infra/tier-1s/<tier-1-id>/l2vpn-services/<service-id>/
GET /policy/api/v1/infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/l2vpn-services/<service-id>/sessions/<session-id>/detailed-status (Deprecated)
Policy > Networking > Networking Profiles > Global Gateway Configuration
Update the global configuration

DeprecatedThis rest routine is deprecated. Use /infra/connectivity-global-config for Connectivity global config and /infra/ops-global-config for Operations global config.
PATCH /policy/api/v1/infra/global-config (Deprecated)
Policy > Security > East West Security > Distributed Firewall > Communication Maps
List communication maps

DeprecatedThis API is deprecated. Please use the following API instead. GET /infra/domains/domain-id/security-policies
GET /policy/api/v1/infra/domains/<domain-id>/communication-maps (Deprecated)
Policy > Security > East West Security > Distributed Firewall > Communication Maps
Deletes a communication map from this domain

DeprecatedThis API is deprecated. Please use the following API instead. DELETE /infra/domains/domain-id/security-policies/security-policy-id
DELETE /policy/api/v1/infra/domains/<domain-id>/communication-maps/<communication-map-id> (Deprecated)
Policy > Security > East West Security > Distributed Firewall > Communication Maps
Read communication-map

DeprecatedThis API is deprecated. Please use the following API instead. GET /infra/domains/domain-id/security-policies/security-policy-id
GET /policy/api/v1/infra/domains/<domain-id>/communication-maps/<communication-map-id> (Deprecated)
Policy > Security > East West Security > Distributed Firewall > Communication Maps
Patch communication map

DeprecatedThis API is deprecated. Please use the following API instead. PATCH /infra/domains/domain-id/security-policies/security-policy-id
PATCH /policy/api/v1/infra/domains/<domain-id>/communication-maps/<communication-map-id> (Deprecated)
Policy > Security > East West Security > Distributed Firewall > Communication Maps
Revise the positioning of communication maps

DeprecatedThis API is deprecated. Please use the following API instead. POST /infra/domains/domain-id/security-policies/security-policy-id?action=revise
POST /policy/api/v1/infra/domains/<domain-id>/communication-maps/<communication-map-id>?action=revise (Deprecated)
Policy > Security > East West Security > Distributed Firewall > Communication Maps
Create or Update communication map

DeprecatedThis API is deprecated. Please use the following API instead. PUT /infra/domains/domain-id/security-policies/security-policy-id
PUT /policy/api/v1/infra/domains/<domain-id>/communication-maps/<communication-map-id> (Deprecated)
Policy > Security > East West Security > Distributed Firewall > Communication Maps
List CommunicationEntries

DeprecatedThis API is deprecated. Please use the following API instead. GET /infra/domains/domain-id/security-policies/security-policy-id/rules
GET /policy/api/v1/infra/domains/<domain-id>/communication-maps/<communication-map-id>/communication-entries (Deprecated)
Policy > Security > East West Security > Distributed Firewall > Communication Maps
Delete CommunicationEntry

DeprecatedThis API is deprecated. Please use the following API instead. DELETE /infra/domains/domain-id/security-policies/security-policy-id/rules/rule-id
DELETE /policy/api/v1/infra/domains/<domain-id>/communication-maps/<communication-map-id>/communication-entries/<communication-entry-id> (Deprecated)
Policy > Security > East West Security > Distributed Firewall > Communication Maps
Read CommunicationEntry

DeprecatedThis API is deprecated. Please use the following API instead. GET /infra/domains/domain-id/security-policies/security-policy-id/rules/rule-id
GET /policy/api/v1/infra/domains/<domain-id>/communication-maps/<communication-map-id>/communication-entries/<communication-entry-id> (Deprecated)
Policy > Security > East West Security > Distributed Firewall > Communication Maps
Patch a CommunicationEntry

DeprecatedThis API is deprecated. Please use the following API instead. PATCH /infra/domains/domain-id/security-policies/security-policy-id/rules/rule-id
PATCH /policy/api/v1/infra/domains/<domain-id>/communication-maps/<communication-map-id>/communication-entries/<communication-entry-id> (Deprecated)
Policy > Security > East West Security > Distributed Firewall > Communication Maps
Revise the positioning of communication entry

DeprecatedThis API is deprecated. Please use the following API instead. POST /infra/domains/domain-id/security-policies/security-policy-id/rules/rule-id?action=revise
POST /policy/api/v1/infra/domains/<domain-id>/communication-maps/<communication-map-id>/communication-entries/<communication-entry-id>?action=revise (Deprecated)
Policy > Security > East West Security > Distributed Firewall > Communication Maps
Create or update a CommunicationEntry

DeprecatedThis API is deprecated. Please use the following API instead PUT /infra/domains/domain-id/security-policies/securit-policy-id/rules/rule-id
PUT /policy/api/v1/infra/domains/<domain-id>/communication-maps/<communication-map-id>/communication-entries/<communication-entry-id> (Deprecated)
System Administration > Configuration > Directory Service > Domains
Scan the size of a directory domain

Deprecated
Use the following Policy API -
POST /policy/api/v1/infra/firewall-identity-store-size
POST /api/v1/directory/domain-size (Deprecated)
System Administration > Configuration > Directory Service > Domains
List all configured domains

Deprecated
Use the following Policy API -
GET /policy/api/v1/infra/firewall-identity-stores
GET /api/v1/directory/domains (Deprecated)
System Administration > Configuration > Directory Service > Domains
Create a directory domain

Deprecated
Use the following Policy API -
PUT /policy/api/v1/infra/firewall-identity-stores/<firewall-identity-store-id>
POST /api/v1/directory/domains (Deprecated)
System Administration > Configuration > Directory Service > Domains
Delete a specific domain with given identifier

Deprecated
Use the following Policy API -
DELETE /policy/api/v1/infra/firewall-identity-stores/<firewall-identity-store-id>
DELETE /api/v1/directory/domains/<domain-id> (Deprecated)
System Administration > Configuration > Directory Service > Domains
Get a specific domain with given identifier

Deprecated
Use the following Policy API -
GET /policy/api/v1/infra/firewall-identity-stores/<firewall-identity-store-id>
GET /api/v1/directory/domains/<domain-id> (Deprecated)
System Administration > Configuration > Directory Service > Domains
POST /api/v1/directory/domains/<domain-id> (Deprecated)
System Administration > Configuration > Directory Service > Domains
Update a directory domain

Deprecated
Use the following Policy API -
PUT /policy/api/v1/infra/firewall-identity-stores/<firewall-identity-store-id>
PUT /api/v1/directory/domains/<domain-id> (Deprecated)
System Administration > Configuration > Directory Service > Domains
Fetch all organization units for a Directory domain.

Deprecated
Use the following Policy API -
GET /policy/api/v1/infra/firewall-identity-stores/<firewall-identity-store-id>/org-units
POST /api/v1/directory/domains/<domain-id>/org-units (Deprecated)
System Administration > Configuration > Directory Service > Domains
Get domain sync statistics for the given identifier

Deprecated
Use the following Policy API -
GET /policy/api/v1/infra/firewall-identity-stores/<firewall-identity-store-id>/sync-stats
GET /api/v1/directory/domains/<domain-id>/sync-stats (Deprecated)
System Administration > Configuration > Directory Service > Domains
Fetch all organization units for a LDAP server.

Deprecated
Use the following Policy API -
POST /policy/api/v1/infra/firewall-identity-stores-org-units
POST /api/v1/directory/org-units (Deprecated)
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)

Deprecated
Use the following Policy API -
GET /policy/api/v1/infra/firewall-identity-stores/<firewall-identity-store-id>/groups
GET /api/v1/directory/domains/<domain-id>/groups (Deprecated)
System Administration > Configuration > Directory Service > Groups
List members of a directory group

Deprecated
Use the following Policy API -
GET /policy/api/v1/infra/firewall-identity-stores/<firewall-identity-store-id>/groups/<group-id>/member-groups
GET /api/v1/directory/domains/<domain-id>/groups/<group-id>/member-groups (Deprecated)
System Administration > Configuration > Directory Service > LDAP Servers
List all configured domain LDAP servers

Deprecated
Use the following Policy API -
GET /policy/api/v1/infra/firewall-identity-stores/<firewall-identity-store-id>/ldap-servers
GET /api/v1/directory/domains/<domain-id>/ldap-servers (Deprecated)
System Administration > Configuration > Directory Service > LDAP Servers
Create a LDAP server for directory domain

Deprecated
Use the following Policy API -
POST /policy/api/v1/infra/firewall-identity-stores/<firewall-identity-store-id>/ldap-servers/<ldap-server-id>
POST /api/v1/directory/domains/<domain-id>/ldap-servers (Deprecated)
System Administration > Configuration > Directory Service > LDAP Servers
Delete a LDAP server for directory domain

Deprecated
Use the following Policy API -
DELETE /policy/api/v1/infra/firewall-identity-stores/<firewall-identity-store-id>/ldap-servers/<ldap-server-id>
DELETE /api/v1/directory/domains/<domain-id>/ldap-servers/<server-id> (Deprecated)
System Administration > Configuration > Directory Service > LDAP Servers
Get a specific LDAP server for a given directory domain

Deprecated
Use the following Policy API -
GET /policy/api/v1/infra/firewall-identity-stores/<firewall-identity-store-id>/ldap-servers/<ldap-server-id>
GET /api/v1/directory/domains/<domain-id>/ldap-servers/<server-id> (Deprecated)
System Administration > Configuration > Directory Service > LDAP Servers
Test a LDAP server connection for directory domain

Deprecated
Use the following Policy API -
POST /policy/api/v1/infra/firewall-identity-stores/<firewall-identity-store-id>/ldap-servers/<ldap-server-id>
POST /api/v1/directory/domains/<domain-id>/ldap-servers/<server-id> (Deprecated)
System Administration > Configuration > Directory Service > LDAP Servers
Update a LDAP server for directory domain

Deprecated
Use the following Policy API -
PUT /policy/api/v1/infra/firewall-identity-stores/<firewall-identity-store-id>/ldap-servers/<ldap-server-id>
PUT /api/v1/directory/domains/<domain-id>/ldap-servers/<server-id> (Deprecated)
System Administration > Configuration > Directory Service > LDAP Servers
Test a directory domain LDAP server connectivity

Deprecated
Use the following Policy API -
POST /policy/api/v1/infra/firewall-identity-store-ldap-server
POST /api/v1/directory/ldap-server (Deprecated)
System Administration > Configuration > Fabric > Nodes > NSX Edge > Dataplane
GET /api/v1/transport-nodes/<transport-node-id>/node/services/dataplane/l3vpn-pmtu (Deprecated)
System Administration > Configuration > Fabric > Nodes > NSX Edge > Dataplane
PUT /api/v1/transport-nodes/<transport-node-id>/node/services/dataplane/l3vpn-pmtu (Deprecated)
System Administration > Configuration > Fabric > Nodes > NSX Manager > Services > HTTP Service
Update http service certificate

Deprecated
Please use below APIs.
POST https://<nsx-mgr>/api/v1/trust-management/certificates/?action=apply_certificate&service_type=API&node_id=
POST /api/v1/cluster/<cluster-node-id>/node/services/http?action=apply_certificate (Deprecated)
POST /api/v1/node/services/http?action=apply_certificate (Deprecated)
System Administration > Configuration > Fabric > Nodes > Transport Nodes
POST /api/v1/nvds-urt?action=cleanup (Deprecated)
System Administration > Configuration > Fabric > Nodes > Transport Nodes
POST /api/v1/nvds-urt?action=ignore_migrate_status (Deprecated)
System Administration > Configuration > Fabric > Nodes > Transport Nodes
GET /api/v1/nvds-urt/precheck (Deprecated)
System Administration > Configuration > Fabric > Nodes > Transport Nodes
POST /api/v1/nvds-urt/precheck (Deprecated)
System Administration > Configuration > Fabric > Nodes > Transport Nodes
GET /api/v1/nvds-urt/precheck-by-cluster/<cluster_id> (Deprecated)
System Administration > Configuration > Fabric > Nodes > Transport Nodes
POST /api/v1/nvds-urt/precheck-by-cluster/<cluster_id> (Deprecated)
System Administration > Configuration > Fabric > Nodes > Transport Nodes
POST /api/v1/nvds-urt/precheck-by-clusters (Deprecated)
System Administration > Configuration > Fabric > Nodes > Transport Nodes
GET /api/v1/nvds-urt/status-summary-by-cluster/<precheck-id> (Deprecated)
System Administration > Configuration > Fabric > Nodes > Transport Nodes
GET /api/v1/nvds-urt/status-summary/<precheck-id> (Deprecated)
System Administration > Configuration > Fabric > Nodes > Transport Nodes
POST /api/v1/nvds-urt/topology?action=revert (Deprecated)
System Administration > Configuration > Fabric > Nodes > Transport Nodes
POST /api/v1/nvds-urt/topology?action=apply (Deprecated)
System Administration > Configuration > Fabric > Nodes > Transport Nodes
GET /api/v1/nvds-urt/topology-by-cluster/<precheck-id> (Deprecated)
System Administration > Configuration > Fabric > Nodes > Transport Nodes
POST /api/v1/nvds-urt/topology-by-cluster/<precheck-id>?action=apply (Deprecated)
System Administration > Configuration > Fabric > Nodes > Transport Nodes
GET /api/v1/nvds-urt/topology/<precheck-id> (Deprecated)
System Administration > Configuration > Fabric > Nodes > Transport Nodes
Get the module details of a transport node

DeprecatedThis api is now deprecated. Please use new api - /infra/sites/<site-id>/enforcement-points/<enforcementpoint-id>/host-transport-nodes/<host-transport-node-id>/modules
GET /api/v1/transport-nodes/<node-id>/modules (Deprecated)
System Administration > Configuration > Fabric > Nodes > Transport Nodes
Apply cluster level Transport Node Profile on overridden host

DeprecatedThis api is now deprecated. Please use new api - /infra/sites/<site-id>/enforcement-points/<enforcementpoint-id>/host-transport-nodes/<host-transport-node-id>?action=restore_cluster_config
POST /api/v1/transport-nodes/<transport-node-id>?action=restore_cluster_config (Deprecated)
System Administration > Configuration > Fabric > Pool Management > IP Blocks
Returns list of configured IP address blocks.

Deprecated
This rest routine is deprecated. Use /infra/ip-blocks to get list of configured IP address blocks.
GET /api/v1/pools/ip-blocks (Deprecated)
System Administration > Configuration > Fabric > Pool Management > IP Blocks
Create a new IP address block.

Deprecated
This rest routine is deprecated. Use /infra/ip-blocks/ with method type as PATCH for creation of a new IP address block.
POST /api/v1/pools/ip-blocks (Deprecated)
System Administration > Configuration > Fabric > Pool Management > IP Blocks
Delete an IP Address Block

Deprecated
This rest routine is deprecated. Use /infra/ip-blocks/ to delete an IP address block with specified id.
DELETE /api/v1/pools/ip-blocks/<block-id> (Deprecated)
System Administration > Configuration > Fabric > Pool Management > IP Blocks
Get IP address block information.

Deprecated
This rest routine is deprecated. Use /infra/ip-blocks/ to get information about the IP address block with specified id.
GET /api/v1/pools/ip-blocks/<block-id> (Deprecated)
System Administration > Configuration > Fabric > Pool Management > IP Blocks
Update an IP Address Block

Deprecated
This rest routine is deprecated. Use /infra/ip-blocks/ to modify an IP address block with specified id.
PUT /api/v1/pools/ip-blocks/<block-id> (Deprecated)
System Administration > Configuration > Fabric > Pool Management > IP Blocks
Create subnet of specified size within an IP block

Deprecated
This rest routine is deprecated. Use /infra/ip-pools//ip-subnets/ with method type as PATCH to create a subnet of specified size within an IP address block. Use resourcetype as IpAddressPoolBlockSubnet.
POST /api/v1/pools/ip-subnets (Deprecated)
System Administration > Configuration > Fabric > Pool Management > IP Blocks
Delete subnet within an IP block

Deprecated
This rest routine is deprecated. Use /infra/ip-pools//ip-subnets/ to delete a subnet with specified id within an IP address block.
DELETE /api/v1/pools/ip-subnets/<subnet-id> (Deprecated)
System Administration > Configuration > Fabric > Pool Management > IP Blocks
Get the subnet within an IP block

Deprecated
This rest routine is deprecated. Use /infra/ip-pools//ip-subnets/ to get a subnet with specified id within an IP address block.
GET /api/v1/pools/ip-subnets/<subnet-id> (Deprecated)
System Administration > Configuration > Fabric > Pool Management > IP Blocks
Allocate or Release an IP Address from a Ip Subnet

Deprecated
This rest routine is deprecated. Use /infra/ip-pools//ip-subnets/ to Allocate or Release an IP Address from an IP Subnet.
POST /api/v1/pools/ip-subnets/<subnet-id> (Deprecated)
System Administration > Configuration > Fabric > Profiles > Hostswitch Profiles
List Hostswitch Profiles

DeprecatedThis api is now deprecated. Please use new api - policy/api/v1/infra/host-switch-profiles
GET /api/v1/host-switch-profiles (Deprecated)
System Administration > Configuration > Fabric > Profiles > Hostswitch Profiles
Create a Hostswitch Profile

DeprecatedThis api is now deprecated. Please use new api - PUT policy/api/v1/infra/host-switch-profiles/uplinkProfile1
POST /api/v1/host-switch-profiles (Deprecated)
System Administration > Configuration > Fabric > Profiles > Hostswitch Profiles
Delete a Hostswitch Profile

DeprecatedThis api is now deprecated. Please use new api - DELETE policy/api/v1/infra/host-switch-profiles/uplinkProfile1
DELETE /api/v1/host-switch-profiles/<host-switch-profile-id> (Deprecated)
System Administration > Configuration > Fabric > Profiles > Hostswitch Profiles
Get a Hostswitch Profile by ID

DeprecatedThis api is now deprecated. Please use new api - policy/api/v1/infra/host-switch-profiles/uplinkProfile1
GET /api/v1/host-switch-profiles/<host-switch-profile-id> (Deprecated)
System Administration > Configuration > Fabric > Profiles > Hostswitch Profiles
Update a Hostswitch Profile

DeprecatedThis api is now deprecated. Please use new api - PATCH policy/api/v1/infra/host-switch-profiles/uplinkProfile1
PUT /api/v1/host-switch-profiles/<host-switch-profile-id> (Deprecated)
System Administration > Configuration > Fabric > Profiles > Transport Node Profiles
List Transport Nodes

DeprecatedThis api is now deprecated. Please use new api - /policy/api/v1/infra/host-transport-node-profiles
GET /api/v1/transport-node-profiles (Deprecated)
System Administration > Configuration > Fabric > Profiles > Transport Node Profiles
Create a Transport Node Profile

DeprecatedThis api is now deprecated. Please use new api - /policy/api/v1/infra/host-transport-node-profiles/<host-transport-node-profile-id>
POST /api/v1/transport-node-profiles (Deprecated)
System Administration > Configuration > Fabric > Profiles > Transport Node Profiles
Delete a Transport Node Profile

DeprecatedThis api is now deprecated. Please use new api - /policy/api/v1/infra/host-transport-node-profiles/<host-transport-node-profile-id>
DELETE /api/v1/transport-node-profiles/<transport-node-profile-id> (Deprecated)
System Administration > Configuration > Fabric > Profiles > Transport Node Profiles
Get a Transport Node

DeprecatedThis api is now deprecated. Please use new api - /policy/api/v1/infra/host-transport-node-profiles/<host-transport-node-profile-id>
GET /api/v1/transport-node-profiles/<transport-node-profile-id> (Deprecated)
System Administration > Configuration > Fabric > Profiles > Transport Node Profiles
Update a Transport Node Profile

DeprecatedThis api is now deprecated. Please use new api - /policy/api/v1/infra/host-transport-node-profiles/<host-transport-node-profile-id>
PUT /api/v1/transport-node-profiles/<transport-node-profile-id> (Deprecated)
System Administration > Configuration > Fabric > Profiles > Transport Zone Profiles
List transport zone profiles

DeprecatedThis api is now deprecated. Please use new api - /policy/api/v1/infra/transport-zone-profiles
GET /api/v1/transportzone-profiles (Deprecated)
System Administration > Configuration > Fabric > Profiles > Transport Zone Profiles
Create a transport zone Profile

DeprecatedThis api is now deprecated. Please use new api - PUT /policy/api/v1/infra/transport-zone-profiles/<tz-profile>
POST /api/v1/transportzone-profiles (Deprecated)
System Administration > Configuration > Fabric > Profiles > Transport Zone Profiles
Delete a transport zone Profile

DeprecatedThis api is now deprecated. Please use new api - DELETE /policy/api/v1/infra/transport-zone-profiles/<tz-profile>
DELETE /api/v1/transportzone-profiles/<transportzone-profile-id> (Deprecated)
System Administration > Configuration > Fabric > Profiles > Transport Zone Profiles
Get transport zone profile by identifier

DeprecatedThis api is now deprecated. Please use new api - /policy/api/v1/infra/transport-zone-profiles/<tz-profile>
GET /api/v1/transportzone-profiles/<transportzone-profile-id> (Deprecated)
System Administration > Configuration > Fabric > Profiles > Transport Zone Profiles
Update a transport zone profile

DeprecatedThis api is now deprecated. Please use new api - PATCH /policy/api/v1/infra/transport-zone-profiles/<tz-profile>
PUT /api/v1/transportzone-profiles/<transportzone-profile-id> (Deprecated)
System Administration > Configuration > Fabric > Transport Zones
List Transport Zones

DeprecatedThis api is now deprecated. Please use new api - /policy/api/v1/infra/sites/<site-id>/enforcement-points/ <enforcementpoint-id>/transport-zones
GET /api/v1/transport-zones (Deprecated)
System Administration > Configuration > Fabric > Transport Zones
Create a Transport Zone

DeprecatedThis api is now deprecated. Please use new api - PUT /policy/api/v1/infra/sites/<site-id>/enforcement-points/<enforcementpoint- id>/transport-zones/<zone-id>
POST /api/v1/transport-zones (Deprecated)
System Administration > Configuration > Fabric > Transport Zones
Delete a Transport Zone

DeprecatedThis api is now deprecated. Please use new api - DELETE /infra/sites/<site-id>/enforcement-points/<enforcementpoint-id>/transport-zones/<zone-id>
DELETE /api/v1/transport-zones/<zone-id> (Deprecated)
System Administration > Configuration > Fabric > Transport Zones
Get a Transport Zone

DeprecatedThis api is now deprecated. Please use new api - /policy/api/v1/infra/sites/<site-id>/enforcement-points/<enforcementpoint- id>/transport-zones/<zone-id>
GET /api/v1/transport-zones/<zone-id> (Deprecated)
System Administration > Configuration > Fabric > Transport Zones
Update a Transport Zone

DeprecatedThis api is now deprecated. Use new api - PATCH /infra/sites/<site-id>/enforcement-points/<enforcementpoint- id>/transport-zones/<zone-id>
PUT /api/v1/transport-zones/<zone-id> (Deprecated)
System Administration > Configuration > Fabric > Transport Zones
Get a Transport Zone's Current Runtime Status Information

DeprecatedThis api is now deprecated. Please use new api - GET policy/api/v1/infra/realized-state/realized-entities?intent_path={{intent-path}}
GET /api/v1/transport-zones/<zone-id>/summary (Deprecated)
System Administration > Configuration > NSX Intelligence > Deployments
POST /api/v1/intelligence/nodes/deployments (Deprecated)
System Administration > Configuration > NSX Intelligence > Form Factors
GET /api/v1/node/intelligence/form-factors (Deprecated)
GET /api/v1/cluster/<cluster-node-id>/node/intelligence/form-factors (Deprecated)
System Administration > Configuration > NSX Intelligence > Host
Get NSX-Intelligence host configuration

DeprecatedDeprecated - Please use the intelligence API /napp/api/v1/intelligence/data-collection/host-config instead, after installing NSX Intelligence.
GET /api/v1/intelligence/host-config (Deprecated)
System Administration > Configuration > NSX Intelligence > Host
Patch NSX-Intelligence host configuration

DeprecatedDeprecated - Please use the intelligence API /napp/api/v1/intelligence/data-collection/host-config instead, after installing NSX Intelligence.
PATCH /api/v1/intelligence/host-config (Deprecated)
System Administration > Configuration > NSX Intelligence > Host
Reset NSX-Intelligence host configuration

DeprecatedDeprecated - Please use the intelligence API /napp/api/v1/intelligence/data-collection/host-config?action=reset instead, after installing NSX Intelligence.
POST /api/v1/intelligence/host-config?action=reset (Deprecated)
System Administration > Configuration > NSX Managers > Clusters > Cluster Certificate
POST /api/v1/cluster/api-certificate?action=clear_cluster_certificate (Deprecated)
System Administration > Configuration > NSX Managers > Clusters > Cluster Certificate
Set the cluster certificate

Deprecated
Please use below APIs.
POST https://<nsx-mgr>/api/v1/trust-management/certificates/?action=apply_certificate&service_type=MGMT_CLUSTER
POST /api/v1/cluster/api-certificate?action=set_cluster_certificate (Deprecated)
System Administration > Configuration > NSX Managers > Clusters > Cluster Configuration
Add a controller to the cluster

DeprecatedDeprecated. Use POST /cluster?action=join_cluster to join a node to cluster.
POST /api/v1/cluster/nodes (Deprecated)
System Administration > Configuration > NSX Managers > Clusters > Cluster Configuration
Remove a controller from the cluster

DeprecatedUse POST /cluster/<node-id>?action=remove_node to detach a node from cluster. The controller is removed with the node.
DELETE /api/v1/cluster/nodes/<node-id> (Deprecated)
System Administration > Configuration > NSX Managers > Clusters > Cluster Configuration
Read Cluster Node Configuration

DeprecatedDeprecated. Use GET /cluster/<node-id> to get cluster node configuration.
GET /api/v1/cluster/nodes/<node-id> (Deprecated)
System Administration > Configuration > NSX Managers > Clusters > Cluster Status
GET /api/v1/cluster/nodes/status (Deprecated)
System Administration > Configuration > System Properties > Realization State Barrier
Gets the current barrier number

DeprecatedThis method has been deprecated. To track realization state, use X-NSX-REQUESTID request header instead.
GET /api/v1/realization-state-barrier/current (Deprecated)
System Administration > Configuration > System Properties > Realization State Barrier
Increments the barrier count by 1

DeprecatedThis method has been deprecated. To track realization state, use X-NSX-REQUESTID request header instead.
POST /api/v1/realization-state-barrier/current?action=increment (Deprecated)
System Administration > Lifecycle Management > Backup Restore Management > Restore
Get Restore configuration

DeprecatedDeprecated. Please use API /cluster/backups/config, to get remote file server(where backed-up files are stored) details durign restore.
GET /policy/api/v1/cluster/restore/config (Deprecated)
GET /api/v1/cluster/restore/config (Deprecated)
System Administration > Lifecycle Management > Backup Restore Management > Restore
Deprecated. Configure Restore SFTP server credentials

DeprecatedPlease use API /cluster/backups/config, to configure remote file server(where backed-up files are stored) details during restore.
PUT /policy/api/v1/cluster/restore/config (Deprecated)
PUT /api/v1/cluster/restore/config (Deprecated)
System Administration > Lifecycle Management > Migration > NVDS
Set the migrate status key of ExtraConfigProfile of all Transport Nodes to IGNORE

DeprecatedURT feature won't be supported
PUT /policy/api/v1/infra/nvds-urt?action=ignore_migrate_status (Deprecated)
System Administration > Lifecycle Management > Migration > NVDS
Clean up all nvds upgrade related configurations

DeprecatedNVDS-to-CVDS Upgrade Readiness Tool feature won't be supported
PUT /policy/api/v1/infra/nvds-urt?action=cleanup (Deprecated)
System Administration > Lifecycle Management > Migration > NVDS
Retrieve latest precheck ID of the N-VDS to VDS migration

DeprecatedNVDS-to-CVDS Upgrade Readiness Tool feature won't be supported
GET /policy/api/v1/infra/nvds-urt/precheck (Deprecated)
System Administration > Lifecycle Management > Migration > NVDS
Start precheck for N-VDS to VDS migration

DeprecatedNVDS-to-CVDS Upgrade Readiness Tool feature won't be supported
PUT /policy/api/v1/infra/nvds-urt/precheck (Deprecated)
System Administration > Lifecycle Management > Migration > NVDS
Retrieve latest precheck ID of the N-VDS to VDS migration for the cluster

DeprecatedNVDS-to-CVDS Upgrade Readiness Tool feature won't be supported
GET /policy/api/v1/infra/nvds-urt/precheck-by-cluster/<cluster_id> (Deprecated)
System Administration > Lifecycle Management > Migration > NVDS
Start precheck for N-VDS to VDS migration by cluster

DeprecatedNVDS-to-CVDS Upgrade Readiness Tool feature won't be supported
PUT /policy/api/v1/infra/nvds-urt/precheck-by-cluster/<cluster_id> (Deprecated)
System Administration > Lifecycle Management > Migration > NVDS
Start precheck for N-VDS to VDS migration by clusters

DeprecatedNVDS-to-CVDS Upgrade Readiness Tool feature won't be supported
PUT /policy/api/v1/infra/nvds-urt/precheck-by-clusters (Deprecated)
System Administration > Lifecycle Management > Migration > NVDS
Get summary of N-VDS to VDS migration

DeprecatedNVDS-to-CVDS Upgrade Readiness Tool feature won't be supported
GET /policy/api/v1/infra/nvds-urt/status-summary-by-cluster/<precheck-id> (Deprecated)
System Administration > Lifecycle Management > Migration > NVDS
Get summary of N-VDS to VDS migration

DeprecatedNVDS-to-CVDS Upgrade Readiness Tool feature won't be supported
GET /policy/api/v1/infra/nvds-urt/status-summary/<precheck-id> (Deprecated)
System Administration > Lifecycle Management > Migration > NVDS
Set VDS configuration and create it in vCenter

DeprecatedNVDS-to-CVDS Upgrade Readiness Tool feature won't be supported
PUT /policy/api/v1/infra/nvds-urt/topology?action=apply (Deprecated)
System Administration > Lifecycle Management > Migration > NVDS
Unset VDS configuration and remove it from vCenter

DeprecatedNVDS-to-CVDS Upgrade Readiness Tool feature won't be supported
PUT /policy/api/v1/infra/nvds-urt/topology?action=revert (Deprecated)
System Administration > Lifecycle Management > Migration > NVDS
Recommmended topology

DeprecatedNVDS-to-CVDS Upgrade Readiness Tool feature won't be supported
GET /policy/api/v1/infra/nvds-urt/topology-by-cluster/<precheck-id> (Deprecated)
System Administration > Lifecycle Management > Migration > NVDS
Set VDS configuration and create it in vCenter

DeprecatedNVDS-to-CVDS Upgrade Readiness Tool feature won't be supported
PUT /policy/api/v1/infra/nvds-urt/topology-by-cluster/<precheck-id>?action=apply (Deprecated)
System Administration > Lifecycle Management > Migration > NVDS
Recommmended topology

DeprecatedNVDS-to-CVDS Upgrade Readiness Tool feature won't be supported
GET /policy/api/v1/infra/nvds-urt/topology/<precheck-id> (Deprecated)
System Administration > Lifecycle Management > Upgrade > Bundles
POST /api/v1/upgrade/bundle?action=upload (Deprecated)
System Administration > Lifecycle Management > Upgrade > Nodes
GET /api/v1/cluster/<cluster-node-id>/node/upgrade (Deprecated)
GET /api/v1/node/upgrade (Deprecated)
System Administration > Monitoring > Latency Profiles
GET /api/v1/latency-profiles (Deprecated)
System Administration > Monitoring > Latency Profiles
POST /api/v1/latency-profiles (Deprecated)
System Administration > Monitoring > Latency Profiles
DELETE /api/v1/latency-profiles/<latency-profile-id> (Deprecated)
System Administration > Monitoring > Latency Profiles
GET /api/v1/latency-profiles/<latency-profile-id> (Deprecated)
System Administration > Monitoring > Latency Profiles
PUT /api/v1/latency-profiles/<latency-profile-id> (Deprecated)
System Administration > Monitoring > System Health > Plugins
GET /api/v1/systemhealth/plugins (Deprecated)
System Administration > Monitoring > System Health > Plugins
POST /api/v1/systemhealth/plugins (Deprecated)
System Administration > Monitoring > System Health > Plugins
DELETE /api/v1/systemhealth/plugins/<plugin-id> (Deprecated)
System Administration > Monitoring > System Health > Plugins
GET /api/v1/systemhealth/plugins/<plugin-id> (Deprecated)
System Administration > Monitoring > System Health > Profiles
GET /api/v1/systemhealth/profiles (Deprecated)
System Administration > Monitoring > System Health > Profiles
POST /api/v1/systemhealth/profiles (Deprecated)
System Administration > Monitoring > System Health > Profiles
DELETE /api/v1/systemhealth/profiles/<profile-id> (Deprecated)
System Administration > Monitoring > System Health > Profiles
GET /api/v1/systemhealth/profiles/<profile-id> (Deprecated)
System Administration > Monitoring > System Health > Profiles
PUT /api/v1/systemhealth/profiles/<profile-id> (Deprecated)
System Administration > Settings > Certificates > Certificate
Set a certificate as the Appliance Proxy certificate to be used in inter-site communication

Deprecated
Please use below APIs.
POST https://<nsx-mgr>/api/v1/trust-management/certificates/?action=apply_certificate&service_type=APH
POST /api/v1/trust-management/certificates?action=set_appliance_proxy_certificate_for_inter_site_communication (Deprecated)
System Administration > Settings > Licenses
Return the Enterprise License

DeprecatedDeprecated. Use the GET /licenses API instead.
GET /api/v1/license (Deprecated)
System Administration > Settings > Licenses
Assign an Updated Enterprise License Key

DeprecatedDeprecated. Use the POST /licenses API instead
PUT /api/v1/license (Deprecated)
System Administration > Settings > Licenses
Remove a license identified by the license-key

DeprecatedDeprecated. Use POST /licenses?action=delete API instead.
DELETE /api/v1/licenses/<license-key> (Deprecated)
System Administration > Settings > Licenses
Get license properties for license identified by the license-key

DeprecatedUse GET /licenses API instead.
GET /api/v1/licenses/<license-key> (Deprecated)
System Administration > Settings > User Management > Principal Identity
Register a name-certificate combination.

DeprecatedDeprecated, use POST /trust-management/principal-identities/with-certificate instead.
POST /api/v1/trust-management/principal-identities (Deprecated)
Uncategorized APIs
Set a certificate as a GM or LM Principal Identity certificate

Deprecated
Please use below APIs.
POST https://<nsx-mgr>/api/v1/trust-management/certificates/?action=apply_certificate&service_type=GLOBAL_MANAGER
POST https://<nsx-mgr>/api/v1/trust-management/certificates/?action=apply_certificate&service_type=GLOBAL_MANAGER
POST /api/v1/trust-management/certificates?action=set_pi_certificate_for_federation (Deprecated)