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 |
---|---|
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 Deprecated: This API is deprecated. Please use below policy API /infra/virtual-machine-group-associations?vm_external_id=<ext-id> /infra/virtual-network-interface-group-associations?vif_external_id=<ext-id> /infra/ip-address-group-associations?ip_address=10.1.19.10 /infra/group-associations?intent_path=<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 Deprecated: This API is deprecated. Please use policy API /infra/domains/ |
GET /api/v1/ip-sets
(Deprecated)
|
Management Plane API > Grouping Objects > IP Sets Delete IPSet Deprecated: This API is deprecated. Please use policy API /infra/domains/default/groups/ |
DELETE /api/v1/ip-sets/{ip-set-id}
(Deprecated)
|
Management Plane API > Grouping Objects > IP Sets Read IPSet Deprecated: This API is deprecated. Please use policy API /infra/domains/ |
GET /api/v1/ip-sets/{ip-set-id}
(Deprecated)
|
Management Plane API > Grouping Objects > IP Sets Add a IP address to a IPSet Deprecated: This API is deprecated. Please use policy API /infra/domains/ |
POST /api/v1/ip-sets/{ip-set-id}
(Deprecated)
|
Management Plane API > Grouping Objects > IP Sets Update IPSet Deprecated: This API is deprecated. Please use policy API /infra/domains/default/groups/ |
PUT /api/v1/ip-sets/{ip-set-id}
(Deprecated)
|
Management Plane API > Grouping Objects > IP Sets Get all IPAddresses in a IPSet Deprecated: This API is deprecated. Please use policy API /infra/domains/ |
GET /api/v1/ip-sets/{ip-set-id}/members
(Deprecated)
|
Management Plane API > Grouping Objects > IP Sets Create MACSet Deprecated: This API is deprecated. Please use policy API /infra/domains/ |
POST /api/v1/mac-sets
(Deprecated)
|
Management Plane API > Grouping Objects > MAC Sets List MACSets Deprecated: This API is deprecated. Please use policy API /infra/domains/ |
GET /api/v1/mac-sets
(Deprecated)
|
Management Plane API > Grouping Objects > MAC Sets Delete MACSet Deprecated: This API is deprecated. Please use policy API /infra/domains/ |
DELETE /api/v1/mac-sets/{mac-set-id}
(Deprecated)
|
Management Plane API > Grouping Objects > MAC Sets Read MACSet Deprecated: This API is deprecated. Please use policy API /infra/domains/default/groups/ |
GET /api/v1/mac-sets/{mac-set-id}
(Deprecated)
|
Management Plane API > Grouping Objects > MAC Sets Update MACSet Deprecated: This API is deprecated. Please use policy API /infra/domains/ |
PUT /api/v1/mac-sets/{mac-set-id}
(Deprecated)
|
Management Plane API > Grouping Objects > MAC Sets Get all MACAddresses in a MACSet Deprecated: This API is deprecated. Please use policy API /infra/domains/ |
GET /api/v1/mac-sets/{mac-set-id}/members
(Deprecated)
|
Management Plane API > Grouping Objects > MAC Sets Add a MAC address to a MACSet Deprecated: This API is deprecated. Please use policy API /infra/domains/ |
POST /api/v1/mac-sets/{mac-set-id}/members
(Deprecated)
|
Management Plane API > Grouping Objects > MAC Sets Remove a MAC address from given MACSet Deprecated: This API is deprecated. Please use policy API /infra/domains/ |
DELETE /api/v1/mac-sets/{mac-set-id}/members/{mac-address}
(Deprecated)
|
Management Plane API > Grouping Objects > NS Groups List NSGroups Deprecated: This API is deprecated. Please use below policy API /infra/domains/ |
GET /api/v1/ns-groups
(Deprecated)
|
Management Plane API > Grouping Objects > NS Groups Create NSGroup Deprecated: This API is deprecated. Please use below policy API /infra/domains/ |
POST /api/v1/ns-groups
(Deprecated)
|
Management Plane API > Grouping Objects > NS Groups Delete NSGroup Deprecated: This API is deprecated. Please use below policy API /infra/domains/<domain-id>/groups/<group-id> to delete a group. |
DELETE /api/v1/ns-groups/{ns-group-id}
(Deprecated)
|
Management Plane API > Grouping Objects > NS Groups Read NSGroup Deprecated: This API is deprecated. Please use below policy API /infra/domains/ |
GET /api/v1/ns-groups/{ns-group-id}
(Deprecated)
|
Management Plane API > Grouping Objects > NS Groups Add NSGroup expression Deprecated: This API is deprecated. Please use below policy API PUT /infra/domains/<domain-id>/groups/<group-id> to add or remove members to and from a group following PUT semantics. |
POST /api/v1/ns-groups/{ns-group-id}
(Deprecated)
|
Management Plane API > Grouping Objects > NS Groups Update NSGroup Deprecated: This API is deprecated. Please use below policy API /infra/domains/ |
PUT /api/v1/ns-groups/{ns-group-id}
(Deprecated)
|
Management Plane API > Grouping Objects > NS Groups Get consolidated Effective IPAddress translated from the NSGroup Deprecated: This API is deprecated. Please use below policy API /global-infra/domains/<domain-id>/groups/<group-id>/members/consolidated-effective-ip-addresses to fetch effective IP address members for a group. |
GET /api/v1/ns-groups/{ns-group-id}/consolidated-effective-ip-address-members
(Deprecated)
|
Management Plane API > Grouping Objects > NS Groups Get Effective Cloud Native Service Instances of the specified NSGroup. Deprecated: This API is deprecated. Please use below policy API /infra/domains/ |
GET /api/v1/ns-groups/{ns-group-id}/effective-cloud-native-service-instance-members
(Deprecated)
|
Management Plane API > Grouping Objects > NS Groups Get Effective Directory Groups of the specified NSGroup. Deprecated: This API is deprecated. Please use below policy API /infra/domains/ |
GET /api/v1/ns-groups/{ns-group-id}/effective-directory-group-members
(Deprecated)
|
Management Plane API > Grouping Objects > NS Groups Get Effective IPAddress translated from the NSGroup Deprecated: This API is deprecated. Please use below policy API /infra/domains/ |
GET /api/v1/ns-groups/{ns-group-id}/effective-ip-address-members
(Deprecated)
|
Management Plane API > Grouping Objects > NS Groups Get Effective IPSets of the specified NSGroup. Deprecated: This API is deprecated. Please use below policy API /infra/domains/ |
GET /api/v1/ns-groups/{ns-group-id}/effective-ipset-members
(Deprecated)
|
Management Plane API > Grouping Objects > NS Groups Get Effective Logical Ports translated from the NSgroup Deprecated: This API is deprecated. Please use below policy API's /infra/domains/ |
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 Deprecated: This API is deprecated. Please use below policy API's /infra/domains/ |
GET /api/v1/ns-groups/{ns-group-id}/effective-logical-switch-members
(Deprecated)
|
Management Plane API > Grouping Objects > NS Groups Get Effective Physical Server Memebers of the specified NSGroup. Deprecated: This API is deprecated. Please use below policy API /infra/domains/ |
GET /api/v1/ns-groups/{ns-group-id}/effective-physical-server-members
(Deprecated)
|
Management Plane API > Grouping Objects > NS Groups Get effective transport node members translated from the NSGroup Deprecated: This API is deprecated. Please use below policy API /infra/domains/ |
GET /api/v1/ns-groups/{ns-group-id}/effective-transport-node-members
(Deprecated)
|
Management Plane API > Grouping Objects > NS Groups Get effective VIF members translated from the NSGroup Deprecated: This API is deprecated. Please use below policy API /infra/domains/ |
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. Deprecated: This API is deprecated. Please use below policy API /infra/domains/ |
GET /api/v1/ns-groups/{ns-group-id}/effective-virtual-machine-members
(Deprecated)
|
Management Plane API > Grouping Objects > NS Groups Get member types from NSGroup Deprecated: This API is deprecated. Please use below policy API /infra/domains/<domain-id>/groups/<group-id>/member-types to fetch member types for a group. |
GET /api/v1/ns-groups/{ns-group-id}/member-types
(Deprecated)
|
Management Plane API > Grouping Objects > NS Groups Get services to which the given nsgroup belongs to Deprecated: This API is deprecated. Please use below policy API GET /infra/group-service-associations to fetch firewall and ipfix services associated with a given group. For further details on firewall and ipfix, please execute GET on the corresponding returned paths. |
GET /api/v1/ns-groups/{nsgroup-id}/service-associations
(Deprecated)
|
Management Plane API > Grouping Objects > NS Groups Get the list of all the virtual machines that are not a part of any existing NSGroup. Deprecated: This API is deprecated. Please use below policy API /infra/realized-state/unassociated-virtual-machines to fetch virtual machines not associated with any existing policy group. |
GET /api/v1/ns-groups/unassociated-virtual-machines
(Deprecated)
|
Management Plane API > Grouping Objects > NS Groups Create NSProfile Deprecated: This API is deprecated. Use PATCH /infra/context-profiles/ |
POST /api/v1/ns-profiles
(Deprecated)
|
Management Plane API > Grouping Objects > NS Profiles Create IPSet Deprecated: This API is deprecated. Please use policy API /infra/domains/ |
POST /api/v1/ip-sets
(Deprecated)
|
Management Plane API > Grouping Objects > NS Profiles List NSProfiles Deprecated: This API is deprecated. Use GET /infra/context-profiles |
GET /api/v1/ns-profiles
(Deprecated)
|
Management Plane API > Grouping Objects > NS Profiles Delete NSProfile Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 types Deprecated: This API is deprecated. A policy equivalent of this api will be available in later release - 4.2.1(expected). The following are the possible attribute types for 4.2.0 APP_ID DOMAIN_NAME URL_CATEGORY URL_REPUTATION CUSTOM_URL |
GET /api/v1/ns-profiles/attribute-types
(Deprecated)
|
Management Plane API > Grouping Objects > NS Profiles List NSProfile supported attribute and sub-attributes Deprecated: This 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 Deprecated: This 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 Deprecated: This API is deprecated. Please use policy API /infra/services/ |
DELETE /api/v1/ns-service-groups/{ns-service-group-id}
(Deprecated)
|
Management Plane API > Grouping Objects > NS Service Groups Read NSServiceGroup Deprecated: This API is deprecated. Please use policy API /infra/services/ |
GET /api/v1/ns-service-groups/{ns-service-group-id}
(Deprecated)
|
Management Plane API > Grouping Objects > NS Service Groups Update NSServiceGroup Deprecated: This API is deprecated. Please use policy API /infra/services/ |
PUT /api/v1/ns-service-groups/{ns-service-group-id}
(Deprecated)
|
Management Plane API > Grouping Objects > NS Services Create NSServiceGroup Deprecated: This API is deprecated. Please use policy API /infra/services/ |
POST /api/v1/ns-service-groups
(Deprecated)
|
Management Plane API > Grouping Objects > NS Services List all NSServices Deprecated: This 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 Deprecated: This API is deprecated. Please use policy API /infra/services/ |
POST /api/v1/ns-services
(Deprecated)
|
Management Plane API > Grouping Objects > NS Services Delete NSService Deprecated: This API is deprecated. Please use policy API /infra/services/ |
DELETE /api/v1/ns-services/{ns-service-id}
(Deprecated)
|
Management Plane API > Grouping Objects > NS Services Read NSService Deprecated: This API is deprecated. Please use policy API /infra/services/ |
GET /api/v1/ns-services/{ns-service-id}
(Deprecated)
|
Management Plane API > Grouping Objects > NS Services Update NSService Deprecated: This API is deprecated. Please use policy API /infra/services/ |
PUT /api/v1/ns-services/{ns-service-id}
(Deprecated)
|
Management Plane API > Networking > Logical Bridging > Bridge Endpoint Profiles List All Bridge Endpoint Profiles Deprecated: This api is now deprecated. Please use a policy based api /infra/sites/<site-id>/enforcement-points/<enforcement-point-id>/edge-bridge-profiles |
GET /api/v1/bridge-endpoint-profiles
(Deprecated)
|
Management Plane API > Networking > Logical Bridging > Bridge Endpoint Profiles Create a Bridge Endpoint Profile Deprecated: This api is now deprecated. Please use a policy based api /infra/sites/<site-id>/enforcement-points/<enforcement-point-id>/edge-bridge-profiles |
POST /api/v1/bridge-endpoint-profiles
(Deprecated)
|
Management Plane API > Networking > Logical Bridging > Bridge Endpoint Profiles Delete a Bridge Endpoint Profile Deprecated: This api is now deprecated. Please use a policy based api /infra/sites/<site-id>/enforcement-points/<enforcement-point-id>/edge-bridge-profiles |
DELETE /api/v1/bridge-endpoint-profiles/{bridgeendpointprofile-id}
(Deprecated)
|
Management Plane API > Networking > Logical Bridging > Bridge Endpoint Profiles Get Information about a bridge endpoint Profile Deprecated: This api is now deprecated. Please use a policy based api /infra/sites/<site-id>/enforcement-points/<enforcement-point-id>/edge-bridge-profiles |
GET /api/v1/bridge-endpoint-profiles/{bridgeendpointprofile-id}
(Deprecated)
|
Management Plane API > Networking > Logical Bridging > Bridge Endpoint Profiles Update a Bridge Endpoint Profile Deprecated: This api is now deprecated. Please use a policy based api /infra/sites/<site-id>/enforcement-points/<enforcement-point-id>/edge-bridge-profiles |
PUT /api/v1/bridge-endpoint-profiles/{bridgeendpointprofile-id}
(Deprecated)
|
Management Plane API > Networking > Logical Bridging > Bridge Endpoints List All Bridge Endpoints Deprecated: Start using Edge Bridge Profiles and attach to the segment to configure bridging on the segment. |
GET /api/v1/bridge-endpoints
(Deprecated)
|
Management Plane API > Networking > Logical Bridging > Bridge Endpoints Create a Bridge Endpoint Deprecated: Starting from NSXt 3.2.0, it is recommended to configure bridge endpoints using policy-based Segment APIs. This standalone API has been deprecated as of 3.2.0. Segment API for ref /policy/api/v1/infra/segments/ |
POST /api/v1/bridge-endpoints
(Deprecated)
|
Management Plane API > Networking > Logical Bridging > Bridge Endpoints Delete a Bridge Endpoint Deprecated: Starting from NSXt 3.2.0, it is recommended to configure bridge endpoints using policy-based Segment APIs. This standalone API has been deprecated as of 3.2.0. Segment API for ref /policy/api/v1/infra/segments/ |
DELETE /api/v1/bridge-endpoints/{bridgeendpoint-id}
(Deprecated)
|
Management Plane API > Networking > Logical Bridging > Bridge Endpoints Get Information about a bridge endpoint Deprecated: Start using Edge Bridge Profiles and attach to the segment to configure bridging on the segment. |
GET /api/v1/bridge-endpoints/{bridgeendpoint-id}
(Deprecated)
|
Management Plane API > Networking > Logical Bridging > Bridge Endpoints Update a Bridge Endpoint Deprecated: Starting from NSXt 3.2.0, it is recommended to configure bridge endpoints using policy-based Segment APIs. This standalone API has been deprecated as of 3.2.0. Segment API for ref /policy/api/v1/infra/segments/ |
PUT /api/v1/bridge-endpoints/{bridgeendpoint-id}
(Deprecated)
|
Management Plane API > Networking > Logical Bridging > Bridge Endpoints Returns statistics of a specified Bridge Endpoint Deprecated: Start using Edge Bridge Profiles and attach to the segment to configure bridging on the segment. |
GET /api/v1/bridge-endpoints/{endpoint-id}/statistics
(Deprecated)
|
Management Plane API > Networking > Logical Bridging > Bridge Endpoints Returns status of a specified Bridge Endpoint Deprecated: This API is now deprecated. Please use the following policy based API to fetch bridge config status of a segment policy/api/v1/infra/realized-state/realized-entities?intent_path={{segment-intent-path}} |
GET /api/v1/bridge-endpoints/{endpoint-id}/status
(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 List NAT rules of the logical router Deprecated: This API has been deprecated, please use below Policy APIs GET /policy/api/v1/infra/tier-0s/<tier-0-id>/nat/<nat-id>/nat-rules GET /policy/api/v1/global-infra/tier-0s/<tier-0-id>/nat/<nat-id>/nat-rules GET /policy/api/v1/infra/tier-1s/<tier-1-id>/nat/<nat-id>/nat-rules GET /policy/api/v1/global-infra/tier-1s/<tier-1-id>/nat/<nat-id>/nat-rules GET /policy/api/v1/orgs/<org-id>/projects/<project-id>/infra/tier-1s/<tier-1-id>/nat/<nat-id>/nat-rules |
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 Add a NAT rule in a specific logical router Deprecated: This API has been deprecated, please use below Policy APIs PATCH /policy/api/v1/infra/tier-0s/<tier-0-id>/nat/<nat-id>/nat-rules/<nat-rule-id> PATCH /policy/api/v1/infra/tier-1s/<tier-1-id>/nat/<nat-id>/nat-rules/<nat-rule-id> PATCH /policy/api/v1/orgs/<org-id>/projects/<project-id>/infra/tier-1s/<tier-1-id>/nat/<nat-id>/nat-rules/<nat-rule-id> |
POST /api/v1/logical-routers/{logical-router-id}/nat/rules
(Deprecated)
|
Management Plane API > Networking > Logical Routing And Services > NAT Delete a specific NAT rule from a logical router Deprecated: This API has been deprecated, please use below Policy APIs DELETE /policy/api/v1/infra/tier-0s/<tier-0-id>/nat/<nat-id>/nat-rules/<nat-rule-id> DELETE /policy/api/v1/infra/tier-1s/<tier-1-id>/nat/<nat-id>/nat-rules/<nat-rule-id> DELETE /policy/api/v1/orgs/<org-id>/projects/<project-id>/infra/tier-1s/<tier-1-id>/nat/<nat-id>/nat-rules/<nat-rule-id> |
DELETE /api/v1/logical-routers/{logical-router-id}/nat/rules/{rule-id}
(Deprecated)
|
Management Plane API > Networking > Logical Routing And Services > NAT Get a specific NAT rule from a given logical router Deprecated: This API has been deprecated, please use below Policy APIs GET /policy/api/v1/infra/tier-0s/<tier-0-id>/nat/<nat-id>/nat-rules<nat-rule-id> GET /policy/api/v1/global-infra/tier-0s/<tier-0-id>/nat/<nat-id>/nat-rules<nat-rule-id> GET /policy/api/v1/infra/tier-1s/<tier-1-id>/nat/<nat-id>/nat-rules<nat-rule-id> GET /policy/api/v1/global-infra/tier-1s/<tier-1-id>/nat/<nat-id>/nat-rules<nat-rule-id> GET /policy/api/v1/orgs/<org-id>/projects/<project-id>/infra/tier-1s/<tier-1-id>/nat/<nat-id>/nat-rules<nat-rule-id> |
GET /api/v1/logical-routers/{logical-router-id}/nat/rules/{rule-id}
(Deprecated)
|
Management Plane API > Networking > Logical Routing And Services > NAT Update a specific NAT rule from a given logical router Deprecated: This API has been deprecated, please use below Policy APIs PUT /policy/api/v1/infra/tier-0s/<tier-0-id>/nat/<nat-id>/nat-rules<nat-rule-id> PUT /policy/api/v1/infra/tier-1s/<tier-1-id>/nat/<nat-id>/nat-rules<nat-rule-id> PUT /policy/api/v1/orgs/<org-id>/projects/<project-id>/infra/tier-1s/<tier-1-id>/nat/<nat-id>/nat-rules<nat-rule-id> |
PUT /api/v1/logical-routers/{logical-router-id}/nat/rules/{rule-id}
(Deprecated)
|
Management Plane API > Networking > Logical Routing And Services > NAT Get the statistics of a specified logical router NAT Rule Deprecated: This API has been deprecated, please use below Policy APIs GET /policy/api/v1/infra/tier-0s/<tier-0-id>/nat/<nat-id>/nat-rules<nat-rule-id>/statistics GET /policy/api/v1/global-infra/tier-0s/<tier-0-id>/nat/<nat-id>/nat-rules<nat-rule-id>/statistics GET /policy/api/v1/infra/tier-1s/<tier-1-id>/nat/<nat-id>/nat-rules<nat-rule-id>/statistics GET /policy/api/v1/global-infra/tier-1s/<tier-1-id>/nat/<nat-id>/nat-rules<nat-rule-id>/statistics GET /policy/api/v1/orgs/<org-id>/projects/<project-id>/infra/tier-1s/<tier-1-id>/nat/<nat-id>/nat-rules<nat-rule-id>/statistics |
GET /api/v1/logical-routers/{logical-router-id}/nat/rules/{rule-id}/statistics
(Deprecated)
|
Management Plane API > Networking > Logical Routing And Services > NAT Get the statistics of all rules of the logical router Deprecated: This API has been deprecated, please use below Policy APIs GET /policy/api/v1/infra/tier-0s/<tier-0-id>/nat/statistics GET /policy/api/v1/global-infra/tier-0s/<tier-0-id>/nat/statistics GET /policy/api/v1/infra/tier-1s/<tier-1-id>/nat/statistics GET /policy/api/v1/global-infra/tier-1s/<tier-1-id>/nat/statistics GET /policy/api/v1/orgs/<org-id>/projects/<project-id>/infra/tier-1s/<tier-1-id>/nat/statistics |
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 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/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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: Please 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 Deprecated: This 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 MAC table of a logical port with a given port id (lport-id) Deprecated: This api is deprecated from 3.2.2. Please use policy api - /infra/segments/<segment-id>/ports/<segment-port-id>/mac-table |
GET /api/v1/logical-ports/{lport-id}/mac-table
(Deprecated)
|
Management Plane API > Networking > Logical Switching > Logical Switch Ports Get MAC table of a logical port with a given port id (lport-id) Deprecated: This api is deprecated from 3.2.2. Please use policy api - /infra/segments/<segment-id>/ports/<segment-port-id>/mac-table?format=csv |
GET /api/v1/logical-ports/{lport-id}/mac-table?format=csv
(Deprecated)
|
Management Plane API > Networking > Logical Switching > Logical Switch Ports Get realized state & location of a logical port Deprecated: This api is now deprecated. Please use new api - GET policy/api/v1/infra/segments/{segment-id}/ports/{segment-port-id}/state |
GET /api/v1/logical-ports/{lport-id}/state
(Deprecated)
|
Management Plane API > Networking > Logical Switching > Logical Switch Ports Get Statistics for Logical Port of a Given Port ID (lport-id) Deprecated: This api is deprecated from 3.2.2. Please use policy api - /infra/segments/<segment-id>/ports/<segment-port-id>/statistics |
GET /api/v1/logical-ports/{lport-id}/statistics
(Deprecated)
|
Management Plane API > Networking > Logical Switching > Logical Switch Ports Get Operational Status for Logical Port of a Given Port ID (lport-id) Deprecated: This api is deprecated from 3.2.2. Please use policy api - /infra/segments/<segment-id>/ports/<segment-port-id>/status |
GET /api/v1/logical-ports/{lport-id}/status
(Deprecated)
|
Management Plane API > Networking > Logical Switching > Logical Switch Ports Get Operational Status Summary of All Logical Ports in the System Deprecated: This api is deprecated from 3.2.2. Please use policy api - /search/query?query=resource_type:SegmentPort&included_fields=id&included_fields=admin_state |
GET /api/v1/logical-ports/status
(Deprecated)
|
Management Plane API > Networking > Logical Switching > Logical Switch Ports List Switching Profiles Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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) Deprecated: This 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 Deprecated: This 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 MAC Table for Logical Switch of the Given ID (lswitch-id) Deprecated: This api is now deprecated. Please use new API - GET policy/api/v1/infra/realized-state/<realized-ls-id>/mac-table?source=realtime |
GET /api/v1/logical-switches/{lswitch-id}/mac-table
(Deprecated)
|
Management Plane API > Networking > Logical Switching > Logical Switches Get MAC Table for Logical Switch of the Given ID (lswitch-id) Deprecated: This api is now deprecated. Please use new API - GET policy/api/v1/infra/realized-state/<realized-ls-id>/mac-table/format/csv?source=realtime |
GET /api/v1/logical-switches/{lswitch-id}/mac-table?format=csv
(Deprecated)
|
Management Plane API > Networking > Logical Switching > Logical Switches Get the realized state associated with provided logical switch id Deprecated: This 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 Statistics for Logical Switch of the Given ID (lswitch-id). Deprecated: This API is now deprecated. Please use new API - GET policy/api/v1/infra/segments/<segment-id>/statistics |
GET /api/v1/logical-switches/{lswitch-id}/statistics
(Deprecated)
|
Management Plane API > Networking > Logical Switching > Logical Switches Get Logical Switch runtime status info for a given logical switch Deprecated: This 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 Get virtual tunnel endpoint table for logical switch of the given ID (lswitch-id) Deprecated: This api is now deprecated. Please use new API - GET policy/api/v1/infra/realized-state/<realized-ls-id>/tep-table?source=realtime |
GET /api/v1/logical-switches/{lswitch-id}/vtep-table
(Deprecated)
|
Management Plane API > Networking > Logical Switching > Logical Switches Get virtual tunnel endpoint table for logical switch of the given ID (lswitch-id) Deprecated: This api is now deprecated. Please use new API - GET policy/api/v1/infra/realized-state/<realized-ls-id>/tep-table/format/csv?source=realtime |
GET /api/v1/logical-switches/{lswitch-id}/vtep-table?format=csv
(Deprecated)
|
Management Plane API > Networking > Logical Switching > Logical Switches List logical switches by realized state Deprecated: This 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 > Logical Switching > Logical Switches Get Status Summary of All Logical Switches in the System Deprecated: This API is now deprecated Please use new API - GET policy/api/v1/infra/segments/state?configuration_state=success to get segment in success state. And use new api - GET policy/api/v1/infra/segments to get all segment. |
GET /api/v1/logical-switches/status
(Deprecated)
|
Management Plane API > Networking > Services > DHCP Get a paginated list of DHCP server profiles Deprecated: Please use Policy API: GET /policy/api/v1/infra/dhcp-server-configs |
GET /api/v1/dhcp/server-profiles
(Deprecated)
|
Management Plane API > Networking > Services > DHCP Create a DHCP server profile Deprecated: Please use Policy API: PATCH /policy/api/v1/infra/dhcp-server-configs/{dhcp-server-config-id} |
POST /api/v1/dhcp/server-profiles
(Deprecated)
|
Management Plane API > Networking > Services > DHCP Delete a DHCP server profile Deprecated: Please use Policy API: DELETE /policy/api/v1/infra/dhcp-server-configs/{dhcp-server-config-id} |
DELETE /api/v1/dhcp/server-profiles/{profile-id}
(Deprecated)
|
Management Plane API > Networking > Services > DHCP Get a DHCP server profile Deprecated: Please use Policy API: GET /policy/api/v1/infra/dhcp-server-configs/{dhcp-server-config-id} |
GET /api/v1/dhcp/server-profiles/{profile-id}
(Deprecated)
|
Management Plane API > Networking > Services > DHCP Update a DHCP server profile Deprecated: Please use Policy API: PUT /policy/api/v1/infra/dhcp-server-configs/{dhcp-server-config-id} |
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 a paginated list of DHCP servers Deprecated: Please use Policy API: GET /policy/api/v1/infra/tier-0s/{tier-0-id} GET /policy/api/v1/infra/tier-1s/{tier-1-id} GET /policy/api/v1/infra/segments/{segment-id} |
GET /api/v1/dhcp/servers
(Deprecated)
|
Management Plane API > Networking > Services > DHCP Create a DHCP server Deprecated: Please use Policy API: PUT /policy/api/v1/infra/tier-0s/{tier-0-id} PUT /policy/api/v1/infra/tier-1s/{tier-1-id} { "dhcp_config_path" : "/infra/dhcp-server-configs/dhcp-server-profile", "_revision" : 0 } PUT /policy/api/v1/infra/segments/{segment-id} { "display_name" : "segment-1", "subnets": [ { "gateway_address": "40.1.1.1/16", "dhcp_ranges": [ "40.1.2.2-40.1.2.20" ], "dhcp_config": { "resource_type": "SegmentDhcpV4Config", "lease_time": 84600 }, "network": "40.1.2.0/24" } ], "dhcp_config_path" : "/infra/dhcp-server-configs/dhcp-server-profile", "connectivity_path": "/infra/tier-1s/mgw", "_revision" : 0 } |
POST /api/v1/dhcp/servers
(Deprecated)
|
Management Plane API > Networking > Services > DHCP Delete a DHCP server Deprecated: Please use Policy API: PUT /policy/api/v1/infra/tier-0s/{tier-0-id} PUT /policy/api/v1/infra/tier-1s/{tier-1-id} { "display_name" : "mgw", "_revision" : 0 } PUT /policy/api/v1/infra/segments/{segment-id} { "display_name" : "segment-1", "subnets": [ { "gateway_address": "40.1.1.1/16", "network": "40.1.2.0/24" } ], "connectivity_path": "/infra/tier-1s/mgw", "_revision" : 0 } |
DELETE /api/v1/dhcp/servers/{server-id}
(Deprecated)
|
Management Plane API > Networking > Services > DHCP Get a DHCP server with v4 and/or v6 servers Deprecated: Please use Policy API: GET /policy/api/v1/infra/tier-0s/{tier-0-id} GET /policy/api/v1/infra/tier-1s/{tier-1-id} GET /policy/api/v1/infra/segments/{segment-id} |
GET /api/v1/dhcp/servers/{server-id}
(Deprecated)
|
Management Plane API > Networking > Services > DHCP Update a DHCP server with v4 and/or v6 servers Deprecated: Please use Policy API: PUT /policy/api/v1/infra/tier-0s/{tier-0-id} PUT /policy/api/v1/infra/tier-1s/{tier-1-id} { "dhcp_config_path" : "/infra/dhcp-server-configs/dhcp-server-profile", "_revision" : 0 } PUT /policy/api/v1/infra/segments/{segment-id} { "display_name" : "segment-1", "subnets": [ { "gateway_address": "40.1.1.1/16", "dhcp_ranges": [ "40.1.2.2-40.1.2.20" ], "dhcp_config": { "resource_type": "SegmentDhcpV4Config", "lease_time": 84600 }, "network": "40.1.2.0/24" } ], "dhcp_config_path" : "/infra/dhcp-server-configs/dhcp-server-profile", "connectivity_path": "/infra/tier-1s/mgw", "_revision" : 0 } |
PUT /api/v1/dhcp/servers/{server-id}
(Deprecated)
|
Management Plane API > Networking > Services > DHCP Get a paginated list of a DHCP server's IP pools Deprecated: Please use Policy API: GET /policy/api/v1/infra/segments/{segment-id} |
GET /api/v1/dhcp/servers/{server-id}/ip-pools
(Deprecated)
|
Management Plane API > Networking > Services > DHCP Create an ip pool for a DHCP server Deprecated: Please use Policy API: PUT /policy/api/v1/infra/segments/{segment-id} { "display_name" : "segment-1", "subnets": [ { "gateway_address": "40.1.1.1/16", "dhcp_ranges": [ "40.1.2.2-40.1.2.20" ], "dhcp_config": { "resource_type": "SegmentDhcpV4Config", "lease_time": 84600 }, "network": "40.1.2.0/24" } ], "dhcp_config_path" : "/infra/dhcp-server-configs/dhcp-server-profile", "connectivity_path": "/infra/tier-1s/mgw", "_revision" : 0 } |
POST /api/v1/dhcp/servers/{server-id}/ip-pools
(Deprecated)
|
Management Plane API > Networking > Services > DHCP Delete a DHCP server's IP pool Deprecated: Please use Policy API: PUT /policy/api/v1/infra/segments/{segment-id} { "display_name" : "segment-1", "subnets": [ { "gateway_address": "40.1.1.1/16", "network": "40.1.2.0/24" } ], "connectivity_path": "/infra/tier-1s/mgw", "_revision" : 0 } |
DELETE /api/v1/dhcp/servers/{server-id}/ip-pools/{pool-id}
(Deprecated)
|
Management Plane API > Networking > Services > DHCP Get a DHCP server's IP pool with the specified pool ID Deprecated: Please use Policy API: GET /policy/api/v1/infra/segments/{segment-id} |
GET /api/v1/dhcp/servers/{server-id}/ip-pools/{pool-id}
(Deprecated)
|
Management Plane API > Networking > Services > DHCP Update a DHCP server's IP pool Deprecated: Please use Policy API: PUT /policy/api/v1/infra/segments/{segment-id} { "display_name" : "segment-1", "subnets": [ { "gateway_address": "40.1.1.1/16", "dhcp_ranges": [ "40.1.2.2-40.1.2.20" ], "dhcp_config": { "resource_type": "SegmentDhcpV4Config", "lease_time": 84600 }, "network": "40.1.2.0/24" } ], "dhcp_config_path" : "/infra/dhcp-server-configs/dhcp-server-profile", "connectivity_path": "/infra/tier-1s/mgw", "_revision" : 0 } |
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 a paginated list of a DHCP IPv6 server's IP pools Deprecated: Please use Policy API: GET /policy/api/v1/infra/segments/{segment-id} |
GET /api/v1/dhcp/servers/{server-id}/ipv6-ip-pools
(Deprecated)
|
Management Plane API > Networking > Services > DHCP Create an ip pool for a DHCP IPv6 server Deprecated: Please use Policy API: PUT /policy/api/v1/infra/segments/{segment-id} { "display_name" : "segment-1", "subnets": [ { "gateway_address": "2019::200.1.0.1/128", "dhcp_ranges": [ "2019::200.1.0.0-2019::200.255.255.255" ], "dhcp_config": { "resource_type": "SegmentDhcpV6Config", "lease_time": 84600 }, "network": "2019::200.1.1.1/128" } ], "dhcp_config_path" : "/infra/dhcp-server-configs/dhcp-server-profile", "connectivity_path": "/infra/tier-1s/mgw", "_revision" : 0 } |
POST /api/v1/dhcp/servers/{server-id}/ipv6-ip-pools
(Deprecated)
|
Management Plane API > Networking > Services > DHCP Delete a DHCP IPv6 server's IP pool Deprecated: Please use Policy API: PUT /policy/api/v1/infra/segments/{segment-id} { "display_name" : "segment-1", "subnets": [ { "gateway_address": "2019::200.1.0.1/128", "network": "2019::200.1.1.1/128" } ], "connectivity_path": "/infra/tier-1s/mgw", "_revision" : 0 } |
DELETE /api/v1/dhcp/servers/{server-id}/ipv6-ip-pools/{pool-id}
(Deprecated)
|
Management Plane API > Networking > Services > DHCP Get a DHCP IPv6 server's IP pool with the specified pool ID Deprecated: Please use Policy API: GET /policy/api/v1/infra/segments/{segment-id} |
GET /api/v1/dhcp/servers/{server-id}/ipv6-ip-pools/{pool-id}
(Deprecated)
|
Management Plane API > Networking > Services > DHCP Update a DHCP IPv6 server's IP pool Deprecated: Please use Policy API: PUT /policy/api/v1/infra/segments/{segment-id} { "display_name" : "segment-1", "subnets": [ { "gateway_address": "2019::200.1.0.1/128", "dhcp_ranges": [ "2019::200.1.0.0-2019::200.255.255.255" ], "dhcp_config": { "resource_type": "SegmentDhcpV6Config", "lease_time": 84600 }, "network": "2019::200.1.1.1/128" } ], "dhcp_config_path" : "/infra/dhcp-server-configs/dhcp-server-profile", "connectivity_path": "/infra/tier-1s/mgw", "_revision" : 0 } |
PUT /api/v1/dhcp/servers/{server-id}/ipv6-ip-pools/{pool-id}
(Deprecated)
|
Management Plane API > Networking > Services > DHCP Get a paginated list of a DHCP IPv6 server's static bindings Deprecated: Please use Policy API: GET /policy/api/v1/infra/segments/{segment-id}/dhcp-static-binding-configs |
GET /api/v1/dhcp/servers/{server-id}/ipv6-static-bindings
(Deprecated)
|
Management Plane API > Networking > Services > DHCP Create a static binding for a DHCP IPv6 server Deprecated: Please use Policy API: PATCH /policy/api/v1/infra/segments/{segment-id}/dhcp-static-binding-configs/{binding-id} |
POST /api/v1/dhcp/servers/{server-id}/ipv6-static-bindings
(Deprecated)
|
Management Plane API > Networking > Services > DHCP Delete a static binding for DHCP IPv6 server Deprecated: Please use Policy API: DELETE /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/dhcp-static-binding-configs/{binding-id} |
DELETE /api/v1/dhcp/servers/{server-id}/ipv6-static-bindings/{binding-id}
(Deprecated)
|
Management Plane API > Networking > Services > DHCP Get a DHCP IPv6 server's static binding with the specified binding ID Deprecated: Please use Policy API: GET /policy/api/v1/infra/segments/{segment-id}/dhcp-static-binding-configs/{binding-id} |
GET /api/v1/dhcp/servers/{server-id}/ipv6-static-bindings/{binding-id}
(Deprecated)
|
Management Plane API > Networking > Services > DHCP Update a DHCP IPv6 server's static binding Deprecated: Please use Policy API: PUT /policy/api/v1/infra/segments/{segment-id}/dhcp-static-binding-configs/{binding-id} |
PUT /api/v1/dhcp/servers/{server-id}/ipv6-static-bindings/{binding-id}
(Deprecated)
|
Management Plane API > Networking > Services > DHCP Delete a single DHCP lease entry specified by ip and mac. Deprecated: Please use Policy API: POST /policy/api/v1/infra/segments/{segment-id}?action=delete_dhcp_leases POST /policy/api/v1/infra/tier-1s/{tier1-id}/segments/{segment-id}?action=delete_dhcp_leases |
DELETE /api/v1/dhcp/servers/{server-id}/leases
(Deprecated)
|
Management Plane API > Networking > Services > DHCP Get specific leases of a given dhcp server Deprecated: Please use Policy API: GET /policy/api/v1/infra/dhcp-server-configs/{config-id}/leases |
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 a paginated list of a DHCP server's static bindings Deprecated: Please use Policy API: GET /policy/api/v1/infra/segments/{segment-id}/dhcp-static-binding-configs |
GET /api/v1/dhcp/servers/{server-id}/static-bindings
(Deprecated)
|
Management Plane API > Networking > Services > DHCP Create a static binding for a DHCP server Deprecated: Please use Policy API: PATCH /policy/api/v1/infra/segments/{segment-id}/dhcp-static-binding-configs/{binding-id} |
POST /api/v1/dhcp/servers/{server-id}/static-bindings
(Deprecated)
|
Management Plane API > Networking > Services > DHCP Delete a static binding Deprecated: Please use Policy API: DELETE /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/dhcp-static-binding-configs/{binding-id} |
DELETE /api/v1/dhcp/servers/{server-id}/static-bindings/{binding-id}
(Deprecated)
|
Management Plane API > Networking > Services > DHCP Get a DHCP server's static binding with the specified binding ID Deprecated: Please use Policy API: GET /policy/api/v1/infra/segments/{segment-id}/dhcp-static-binding-configs/{binding-id} |
GET /api/v1/dhcp/servers/{server-id}/static-bindings/{binding-id}
(Deprecated)
|
Management Plane API > Networking > Services > DHCP Update a DHCP server's static binding Deprecated: Please use Policy API: PUT /policy/api/v1/infra/segments/{segment-id}/dhcp-static-binding-configs/{binding-id} |
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 DHCP statistics with given dhcp server id Deprecated: Please use Policy API: GET /policy/api/v1/infra/dhcp-server-configs/{config-id}/stats |
GET /api/v1/dhcp/servers/{server-id}/statistics
(Deprecated)
|
Management Plane API > Networking > Services > DHCP Get DHCP service status with given dhcp server id Deprecated: Please use Policy API: GET /policy/api/v1/infra/dhcp-server-configs/{config-id}/status |
GET /api/v1/dhcp/servers/{server-id}/status
(Deprecated)
|
Management Plane API > Networking > Services > DHCP Relay List all DHCP Relay Services Deprecated: Please use Policy API: GET /policy/api/v1/infra/segments/{segment-id} |
GET /api/v1/dhcp/relays
(Deprecated)
|
Management Plane API > Networking > Services > DHCP Relay Create a DHCP Relay Service Deprecated: Please use Policy API: PUT /policy/api/v1/infra/segments/{segment-id} { "display_name" : "segment-1", "subnets": [ { "gateway_address": "40.1.1.1/16", "network": "40.1.2.0/24" } ], "dhcp_config_path" : "/infra/dhcp-relay-configs/dhcp-relay-profile", "connectivity_path": "/infra/tier-1s/mgw", "_revision" : 0 } |
POST /api/v1/dhcp/relays
(Deprecated)
|
Management Plane API > Networking > Services > DHCP Relay Delete a DHCP Relay Service Deprecated: Please use Policy API: PUT /policy/api/v1/infra/segments/{segment-id} { "display_name" : "segment-1", "subnets": [ { "gateway_address": "40.1.1.1/16", "network": "40.1.2.0/24" } ], "connectivity_path": "/infra/tier-1s/mgw", "_revision" : 0 } |
DELETE /api/v1/dhcp/relays/{relay-id}
(Deprecated)
|
Management Plane API > Networking > Services > DHCP Relay Read a DHCP Relay Service Deprecated: Please use Policy API: GET /policy/api/v1/infra/segments/{segment-id} |
GET /api/v1/dhcp/relays/{relay-id}
(Deprecated)
|
Management Plane API > Networking > Services > DHCP Relay Update a DHCP Relay Service Deprecated: Please use Policy API: PUT /policy/api/v1/infra/segments/{segment-id} { "display_name" : "segment-1", "subnets": [ { "gateway_address": "40.1.1.1/16", "network": "40.1.2.0/24" } ], "dhcp_config_path" : "/infra/dhcp-relay-configs/dhcp-relay-profile", "connectivity_path": "/infra/tier-1s/mgw", "_revision" : 0 } |
PUT /api/v1/dhcp/relays/{relay-id}
(Deprecated)
|
Management Plane API > Networking > Services > DHCP Relay Profiles List All DHCP Relay Profiles Deprecated: Please use Policy API: GET /policy/api/v1/infra/dhcp-relay-configs |
GET /api/v1/dhcp/relay-profiles
(Deprecated)
|
Management Plane API > Networking > Services > DHCP Relay Profiles Create a DHCP Relay Profile Deprecated: Please use Policy API: PATCH /policy/api/v1/infra/dhcp-relay-configs/{dhcp-relay-config-id} |
POST /api/v1/dhcp/relay-profiles
(Deprecated)
|
Management Plane API > Networking > Services > DHCP Relay Profiles Delete a DHCP Relay Profile Deprecated: Please use Policy API: DELETE /policy/api/v1/infra/dhcp-relay-configs/{dhcp-relay-config-id} |
DELETE /api/v1/dhcp/relay-profiles/{relay-profile-id}
(Deprecated)
|
Management Plane API > Networking > Services > DHCP Relay Profiles Read a DHCP Relay Profile Deprecated: Please use Policy API: GET /policy/api/v1/infra/dhcp-relay-configs/{dhcp-relay-config-id} |
GET /api/v1/dhcp/relay-profiles/{relay-profile-id}
(Deprecated)
|
Management Plane API > Networking > Services > DHCP Relay Profiles Update a DHCP Relay Profile Deprecated: Please use Policy API: PUT /policy/api/v1/infra/dhcp-relay-configs/{dhcp-relay-config-id} |
PUT /api/v1/dhcp/relay-profiles/{relay-profile-id}
(Deprecated)
|
Management Plane API > Networking > Services > DNS Get a paginated list of DNS forwarders Deprecated: Please use Policy API: GET /policy/api/v1/infra/tier-0s/{tier-0-id}/dns-forwarder GET /policy/api/v1/infra/tier-1s/{tier-1-id}/dns-forwarder |
GET /api/v1/dns/forwarders
(Deprecated)
|
Management Plane API > Networking > Services > DNS Create a DNS forwader Deprecated: Please use Policy API: PATCH /policy/api/v1/infra/tier-0s/{tier-0-id}/dns-forwarder PATCH /policy/api/v1/infra/tier-1s/{tier-1-id}/dns-forwarder |
POST /api/v1/dns/forwarders
(Deprecated)
|
Management Plane API > Networking > Services > DNS Delete a specific DNS forwarder Deprecated: Please use Policy API: DELETE /policy/api/v1/infra/tier-0s/{tier-0-id}/dns-forwarder DELETE /policy/api/v1/infra/tier-1s/{tier-1-id}/dns-forwarder |
DELETE /api/v1/dns/forwarders/{forwarder-id}
(Deprecated)
|
Management Plane API > Networking > Services > DNS Retrieve a DNS forwarder Deprecated: Please use Policy API: GET /policy/api/v1/infra/tier-0s/{tier-0-id}/dns-forwarder GET /policy/api/v1/infra/tier-1s/{tier-1-id}/dns-forwarder |
GET /api/v1/dns/forwarders/{forwarder-id}
(Deprecated)
|
Management Plane API > Networking > Services > DNS Clear the current cache of the DNS forwarder. Deprecated: Please use Policy API: POST /policy/api/v1/infra/tier-0s/{tier-0-id}/dns-forwarder?action=clear_cache POST /policy/api/v1/infra/tier-1s/{tier-1-id}/dns-forwarder?action=clear_cache |
POST /api/v1/dns/forwarders/{forwarder-id}?action=clear_cache
(Deprecated)
|
Management Plane API > Networking > Services > DNS Enable the DNS forwarder. Deprecated: Please use Policy API: PUT or PATCH /policy/api/v1/infra/tier-0s/{tier-0-id}/dns-forwarder { "display_name" : "dns-forwarder", "listener_ip" : "5.5.5.5", "default_forwarder_zone_path" : "/infra/dns-forwarder-zones/default-1", "conditional_forwarder_zone_paths" : ["/infra/dns-forwarder-zones/conditional-1"], "enabled": true, "_revision" : 0 } PUT or PATCH /policy/api/v1/infra/tier-1s/{tier-1-id}/dns-forwarder { "display_name" : "dns-forwarder", "listener_ip" : "5.5.5.5", "default_forwarder_zone_path" : "/infra/dns-forwarder-zones/default-1", "conditional_forwarder_zone_paths" : ["/infra/dns-forwarder-zones/conditional-1"], "enabled": true, "_revision" : 0 } |
POST /api/v1/dns/forwarders/{forwarder-id}?action=enable
(Deprecated)
|
Management Plane API > Networking > Services > DNS Disable the DNS forwarder. Deprecated: Please use Policy API: PUT or PATCH /policy/api/v1/infra/tier-0s/{tier-0-id}/dns-forwarder { "display_name" : "dns-forwarder", "listener_ip" : "5.5.5.5", "default_forwarder_zone_path" : "/infra/dns-forwarder-zones/default-1", "conditional_forwarder_zone_paths" : ["/infra/dns-forwarder-zones/conditional-1"], "enabled": false, "_revision" : 0 } PUT or PATCH /policy/api/v1/infra/tier-1s/{tier-1-id}/dns-forwarder { "display_name" : "dns-forwarder", "listener_ip" : "5.5.5.5", "default_forwarder_zone_path" : "/infra/dns-forwarder-zones/default-1", "conditional_forwarder_zone_paths" : ["/infra/dns-forwarder-zones/conditional-1"], "enabled": false, "_revision" : 0 } |
POST /api/v1/dns/forwarders/{forwarder-id}?action=disable
(Deprecated)
|
Management Plane API > Networking > Services > DNS Update a specific DNS forwarder Deprecated: Please use Policy API: PUT /policy/api/v1/infra/tier-0s/{tier-0-id}/dns-forwarder PUT /policy/api/v1/infra/tier-1s/{tier-1-id}/dns-forwarder |
PUT /api/v1/dns/forwarders/{forwarder-id}
(Deprecated)
|
Management Plane API > Networking > Services > DNS Get the recent failed DNS queries Deprecated: This API is deprecated, Please use policy APIs GET /policy/api/v1/infra/tier-0s/<tier-0-id>/dns-forwarder/failed-queries GET /policy/api/v1/infra/tier-1s/<tier-1-id>/dns-forwarder/failed-queries |
GET /api/v1/dns/forwarders/{forwarder-id}/failed-queries
(Deprecated)
|
Management Plane API > Networking > Services > DNS Resolve a given address via the DNS forwarder Deprecated: Please use Policy API: GET /policy/api/v1/infra/tier-0s/{tier-0-id}/dns-forwarder/nslookup GET /policy/api/v1/infra/tier-1s/{tier-1-id}/dns-forwarder/nslookup |
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 statistics of given dns forwarder Deprecated: Please use Policy API: GET /policy/api/v1/infra/tier-0s/{tier-0-id}/dns-forwarder/statistics GET /policy/api/v1/infra/tier-1s/{tier-1-id}/dns-forwarder/statistics |
GET /api/v1/dns/forwarders/{forwarder-id}/statistics
(Deprecated)
|
Management Plane API > Networking > Services > DNS Get current status of the given DNS forwarder Deprecated: Please use Policy API: GET /policy/api/v1/infra/tier-0s/{tier-0-id}/dns-forwarder/status GET /policy/api/v1/infra/tier-1s/{tier-1-id}/dns-forwarder/status |
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/<lb-app-profile-id> |
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/<lb-app-profile-id> |
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/<lb-app-profile-id> |
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/<lb-app-profile-id> |
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/<lb-persistence-profile-id> |
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/<lb-persistence-profile-id> |
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/<lb-persistence-profile-id> |
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/<lb-persistence-profile-id> |
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/<lb-pool-id> |
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/<lb-pool-id> |
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/<lb-pool-id> |
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/<lb-pool-id> |
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/<lb-pool-id> |
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/<lb-service-id> |
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/<lb-service-id> |
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/<lb-service-id> |
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/<lb-service-id> |
PUT /api/v1/loadbalancer/services/{service-id}
(Deprecated)
|
Management Plane API > Networking > Services > Loadbalancer Read the debug information of the load balancer service Deprecated: Use the following Policy API - GET /policy/api/v1/infra/lb-services/<lb-service-id>/debug-info |
GET /api/v1/loadbalancer/services/{service-id}/debug-info
(Deprecated)
|
Management Plane API > Networking > Services > Loadbalancer Get the statistics of load balancer pool Deprecated: Use the following Policy API - GET /policy/api/v1/infra/lb-services/<lb-service-id>/lb-pools/<lb-pool-id>/statistics?source=realtime |
GET /api/v1/loadbalancer/services/{service-id}/pools/{pool-id}/statistics
(Deprecated)
|
Management Plane API > Networking > Services > Loadbalancer Get the status of load balancer pool Deprecated: Use the following Policy API - GET /policy/api/v1/infra/lb-services/<lb-service-id>/lb-pools/<lb-pool-id>/detailed-status |
GET /api/v1/loadbalancer/services/{service-id}/pools/{pool-id}/status
(Deprecated)
|
Management Plane API > Networking > Services > Loadbalancer Get the statistics list of load balancer pools Deprecated: Use the following Policy API to get the pool statistics in the LB - GET /policy/api/v1/infra/lb-services/<lb-service-id>/statistics?source=realtime |
GET /api/v1/loadbalancer/services/{service-id}/pools/statistics
(Deprecated)
|
Management Plane API > Networking > Services > Loadbalancer Get the status list of load balancer pools Deprecated: Use the following Policy API to get the pool status in the LB - GET /policy/api/v1/infra/lb-services/<lb-service-id>/detailed-status |
GET /api/v1/loadbalancer/services/{service-id}/pools/status
(Deprecated)
|
Management Plane API > Networking > Services > Loadbalancer Get the statistics of load balancer service Deprecated: Use the following Policy API - GET /policy/api/v1/infra/lb-services/<lb-service-id>/statistics?source=realtime |
GET /api/v1/loadbalancer/services/{service-id}/statistics
(Deprecated)
|
Management Plane API > Networking > Services > Loadbalancer Get the status of the given load balancer service Deprecated: Use the following Policy API - GET /policy/api/v1/infra/lb-services/<lb-service-id>/detailed-status |
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/<lb-service-id>/service-usage |
GET /api/v1/loadbalancer/services/{service-id}/usage
(Deprecated)
|
Management Plane API > Networking > Services > Loadbalancer Get the statistics of the given load balancer virtual server Deprecated: Use the following Policy API - GET /policy/api/v1/infra/lb-services/<lb-service-id>/lb-virtual-servers/<lb-virtual-server-id>/statistics?source=realtime |
GET /api/v1/loadbalancer/services/{service-id}/virtual-servers/{virtual-server-id}/statistics
(Deprecated)
|
Management Plane API > Networking > Services > Loadbalancer Get the status of the load balancer virtual server Deprecated: Use the following Policy API - GET /policy/api/v1/infra/lb-services/<lb-service-id>/lb-virtual-servers/<lb-virtual-server-id>/detailed-status |
GET /api/v1/loadbalancer/services/{service-id}/virtual-servers/{virtual-server-id}/status
(Deprecated)
|
Management Plane API > Networking > Services > Loadbalancer Get the statistics list of virtual servers Deprecated: Use the following Policy API to get the virtual server statistics in the LB - GET /policy/api/v1/infra/lb-services/<lb-service-id>/statistics?source=realtime |
GET /api/v1/loadbalancer/services/{service-id}/virtual-servers/statistics
(Deprecated)
|
Management Plane API > Networking > Services > Loadbalancer Get the status list of virtual servers in given load balancer service Deprecated: Use the following Policy API to get the virtual server status in the LB - GET /policy/api/v1/infra/lb-services/<lb-service-id>/detailed-status |
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/<lb-virtual-server-id> |
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/<lb-virtual-server-id> |
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/<lb-virtual-server-id> |
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/<lb-virtual-server-id> |
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/<lb-virtual-server-id> |
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/<lb-virtual-server-id> |
PUT /api/v1/loadbalancer/virtual-servers/{virtual-server-id}
(Deprecated)
|
Management Plane API > Networking > Services > Metadata Proxy Get a paginated list of metadata proxies Deprecated: Please use Policy API: GET /policy/api/v1/infra/metadata-proxies |
GET /api/v1/md-proxies
(Deprecated)
|
Management Plane API > Networking > Services > Metadata Proxy Create a metadata proxy Deprecated: Please use Policy API: PATCH /policy/api/v1/infra/metadata-proxies/{metadata-proxy-id} |
POST /api/v1/md-proxies
(Deprecated)
|
Management Plane API > Networking > Services > Metadata Proxy Delete a metadata proxy Deprecated: Please use Policy API: DELETE /policy/api/v1/infra/metadata-proxies/{metadata-proxy-id} |
DELETE /api/v1/md-proxies/{proxy-id}
(Deprecated)
|
Management Plane API > Networking > Services > Metadata Proxy Get a metadata proxy Deprecated: Please use Policy API: GET /policy/api/v1/infra/metadata-proxies/{metadata-proxy-id} |
GET /api/v1/md-proxies/{proxy-id}
(Deprecated)
|
Management Plane API > Networking > Services > Metadata Proxy Update a metadata proxy Deprecated: Please use Policy API: PUT /policy/api/v1/infra/metadata-proxies/{metadata-proxy-id} |
PUT /api/v1/md-proxies/{proxy-id}
(Deprecated)
|
Management Plane API > Networking > Services > Metadata Proxy Get Metadata Proxy status with given proxy id and attached logical switch. Deprecated: Please use Policy API: GET /policy/api/v1/infra/metadata-proxies/{metadata-proxy-id}/status |
GET /api/v1/md-proxies/{proxy-id}/{logical-switch-id}/status
(Deprecated)
|
Management Plane API > Networking > Services > Metadata Proxy Get Metadata Proxy statistics with given proxy id Deprecated: Please use Policy API: GET /policy/api/v1/infra/metadata-proxies/{metadata-proxy-id}/statistics |
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 Deprecated: This 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 > Service Configuration List service configs Deprecated: Please use APIs in the Policy section corresponding to the profile type - IPFIX_SWITCH_PROFILE - Policy > Monitoring > IPFIX > Switch IPFIX Profiles IPFIX_COLLECTOR_PROFILE - Policy > Monitoring > IPFIX > Switch IPFIX Collectors DFW_CPU_MEM_THRESHOLDS_PROFILE - Policy > Security > Security Profiles > Cpu Memory Thresholds Profiles DFW_SESSIONTIMER_PROFILE - Policy > Security > Security Profiles > DNS Security Profiles GI_SERVICE_PROFILE - Policy > Security > Service Insertion > Service References DFW_FLOOD_PROTECTION_PROFILE - Policy > Security > Security Profiles > Flood Protection Profiles GENERAL_SECURITY_SETTINGS_PROFILE - Policy > Security > Security Profiles > General Security Profiles DFW_DNS_PROFILE - Policy > Security > Security Profiles > DNS Security Profiles PACE_HOST_CONFIG_PROFILE SHA_PROFILE - Policy > Monitoring > System Health Agent LATENCY_STAT_PROFILE - Policy > Monitoring > Latency IP_DISCOVERY_SWITCHING_UPM_PROFILE - Policy > Networking > Connectivity > Segments > Segment Profiles > IP Discovery Profiles SYSTEM_HEALTH_PLUGIN_PROFILE - Policy > Monitoring > System Health Agent COMMON_AGENT_HOST_CONFIG_PROFILE ODS_PROFILE - Policy > Monitoring > Online Diagnostic System ODS_DYNAMIC_INSTANCE - Policy > Monitoring > Online Diagnostic System |
GET /api/v1/service-configs
(Deprecated)
|
Management Plane API > Security > Service Configuration Create service config Deprecated: Please use APIs in the Policy section corresponding to the profile type - IPFIX_SWITCH_PROFILE - Policy > Monitoring > IPFIX > Switch IPFIX Profiles IPFIX_COLLECTOR_PROFILE - Policy > Monitoring > IPFIX > Switch IPFIX Collectors DFW_CPU_MEM_THRESHOLDS_PROFILE - Policy > Security > Security Profiles > Cpu Memory Thresholds Profiles DFW_SESSIONTIMER_PROFILE - Policy > Security > Security Profiles > DNS Security Profiles GI_SERVICE_PROFILE - Policy > Security > Service Insertion > Service References DFW_FLOOD_PROTECTION_PROFILE - Policy > Security > Security Profiles > Flood Protection Profiles GENERAL_SECURITY_SETTINGS_PROFILE - Policy > Security > Security Profiles > General Security Profiles DFW_DNS_PROFILE - Policy > Security > Security Profiles > DNS Security Profiles PACE_HOST_CONFIG_PROFILE SHA_PROFILE - Policy > Monitoring > System Health Agent LATENCY_STAT_PROFILE - Policy > Monitoring > Latency IP_DISCOVERY_SWITCHING_UPM_PROFILE - Policy > Networking > Connectivity > Segments > Segment Profiles > IP Discovery Profiles SYSTEM_HEALTH_PLUGIN_PROFILE - Policy > Monitoring > System Health Agent COMMON_AGENT_HOST_CONFIG_PROFILE ODS_PROFILE - Policy > Monitoring > Online Diagnostic System ODS_DYNAMIC_INSTANCE - Policy > Monitoring > Online Diagnostic System |
POST /api/v1/service-configs
(Deprecated)
|
Management Plane API > Security > Service Configuration Delete Service Config Deprecated: Please use APIs in the Policy section corresponding to the profile type - IPFIX_SWITCH_PROFILE - Policy > Monitoring > IPFIX > Switch IPFIX Profiles IPFIX_COLLECTOR_PROFILE - Policy > Monitoring > IPFIX > Switch IPFIX Collectors DFW_CPU_MEM_THRESHOLDS_PROFILE - Policy > Security > Security Profiles > Cpu Memory Thresholds Profiles DFW_SESSIONTIMER_PROFILE - Policy > Security > Security Profiles > DNS Security Profiles GI_SERVICE_PROFILE - Policy > Security > Service Insertion > Service References DFW_FLOOD_PROTECTION_PROFILE - Policy > Security > Security Profiles > Flood Protection Profiles GENERAL_SECURITY_SETTINGS_PROFILE - Policy > Security > Security Profiles > General Security Profiles DFW_DNS_PROFILE - Policy > Security > Security Profiles > DNS Security Profiles PACE_HOST_CONFIG_PROFILE SHA_PROFILE - Policy > Monitoring > System Health Agent LATENCY_STAT_PROFILE - Policy > Monitoring > Latency IP_DISCOVERY_SWITCHING_UPM_PROFILE - Policy > Networking > Connectivity > Segments > Segment Profiles > IP Discovery Profiles SYSTEM_HEALTH_PLUGIN_PROFILE - Policy > Monitoring > System Health Agent COMMON_AGENT_HOST_CONFIG_PROFILE ODS_PROFILE - Policy > Monitoring > Online Diagnostic System ODS_DYNAMIC_INSTANCE - Policy > Monitoring > Online Diagnostic System |
DELETE /api/v1/service-configs/{config-set-id}
(Deprecated)
|
Management Plane API > Security > Service Configuration Read Service Config Deprecated: Please use APIs in the Policy section corresponding to the profile type - IPFIX_SWITCH_PROFILE - Policy > Monitoring > IPFIX > Switch IPFIX Profiles IPFIX_COLLECTOR_PROFILE - Policy > Monitoring > IPFIX > Switch IPFIX Collectors DFW_CPU_MEM_THRESHOLDS_PROFILE - Policy > Security > Security Profiles > Cpu Memory Thresholds Profiles DFW_SESSIONTIMER_PROFILE - Policy > Security > Security Profiles > DNS Security Profiles GI_SERVICE_PROFILE - Policy > Security > Service Insertion > Service References DFW_FLOOD_PROTECTION_PROFILE - Policy > Security > Security Profiles > Flood Protection Profiles GENERAL_SECURITY_SETTINGS_PROFILE - Policy > Security > Security Profiles > General Security Profiles DFW_DNS_PROFILE - Policy > Security > Security Profiles > DNS Security Profiles PACE_HOST_CONFIG_PROFILE SHA_PROFILE - Policy > Monitoring > System Health Agent LATENCY_STAT_PROFILE - Policy > Monitoring > Latency IP_DISCOVERY_SWITCHING_UPM_PROFILE - Policy > Networking > Connectivity > Segments > Segment Profiles > IP Discovery Profiles SYSTEM_HEALTH_PLUGIN_PROFILE - Policy > Monitoring > System Health Agent COMMON_AGENT_HOST_CONFIG_PROFILE ODS_PROFILE - Policy > Monitoring > Online Diagnostic System ODS_DYNAMIC_INSTANCE - Policy > Monitoring > Online Diagnostic System |
GET /api/v1/service-configs/{config-set-id}
(Deprecated)
|
Management Plane API > Security > Service Configuration Update service config Deprecated: Please use APIs in the Policy section corresponding to the profile type - IPFIX_SWITCH_PROFILE - Policy > Monitoring > IPFIX > Switch IPFIX Profiles IPFIX_COLLECTOR_PROFILE - Policy > Monitoring > IPFIX > Switch IPFIX Collectors DFW_CPU_MEM_THRESHOLDS_PROFILE - Policy > Security > Security Profiles > Cpu Memory Thresholds Profiles DFW_SESSIONTIMER_PROFILE - Policy > Security > Security Profiles > DNS Security Profiles GI_SERVICE_PROFILE - Policy > Security > Service Insertion > Service References DFW_FLOOD_PROTECTION_PROFILE - Policy > Security > Security Profiles > Flood Protection Profiles GENERAL_SECURITY_SETTINGS_PROFILE - Policy > Security > Security Profiles > General Security Profiles DFW_DNS_PROFILE - Policy > Security > Security Profiles > DNS Security Profiles PACE_HOST_CONFIG_PROFILE SHA_PROFILE - Policy > Monitoring > System Health Agent LATENCY_STAT_PROFILE - Policy > Monitoring > Latency IP_DISCOVERY_SWITCHING_UPM_PROFILE - Policy > Networking > Connectivity > Segments > Segment Profiles > IP Discovery Profiles SYSTEM_HEALTH_PLUGIN_PROFILE - Policy > Monitoring > System Health Agent COMMON_AGENT_HOST_CONFIG_PROFILE ODS_PROFILE - Policy > Monitoring > Online Diagnostic System ODS_DYNAMIC_INSTANCE - Policy > Monitoring > Online Diagnostic System |
PUT /api/v1/service-configs/{config-set-id}
(Deprecated)
|
Management Plane API > Security > Service Configuration Creates/Updates service configs sent in batch request Deprecated: Please use APIs in the Policy section corresponding to the profile type - IPFIX_SWITCH_PROFILE - Policy > Monitoring > IPFIX > Switch IPFIX Profiles IPFIX_COLLECTOR_PROFILE - Policy > Monitoring > IPFIX > Switch IPFIX Collectors DFW_CPU_MEM_THRESHOLDS_PROFILE - Policy > Security > Security Profiles > Cpu Memory Thresholds Profiles DFW_SESSIONTIMER_PROFILE - Policy > Security > Security Profiles > DNS Security Profiles GI_SERVICE_PROFILE - Policy > Security > Service Insertion > Service References DFW_FLOOD_PROTECTION_PROFILE - Policy > Security > Security Profiles > Flood Protection Profiles GENERAL_SECURITY_SETTINGS_PROFILE - Policy > Security > Security Profiles > General Security Profiles DFW_DNS_PROFILE - Policy > Security > Security Profiles > DNS Security Profiles PACE_HOST_CONFIG_PROFILE SHA_PROFILE - Policy > Monitoring > System Health Agent LATENCY_STAT_PROFILE - Policy > Monitoring > Latency IP_DISCOVERY_SWITCHING_UPM_PROFILE - Policy > Networking > Connectivity > Segments > Segment Profiles > IP Discovery Profiles SYSTEM_HEALTH_PLUGIN_PROFILE - Policy > Monitoring > System Health Agent COMMON_AGENT_HOST_CONFIG_PROFILE ODS_PROFILE - Policy > Monitoring > Online Diagnostic System ODS_DYNAMIC_INSTANCE - Policy > Monitoring > Online Diagnostic System |
POST /api/v1/service-configs/batch
(Deprecated)
|
Management Plane API > Security > Service Configuration Get Effective Profiles for an Entity Deprecated: Please use APIs in the Policy section corresponding to the profile type - IPFIX_SWITCH_PROFILE - Policy > Monitoring > IPFIX > Switch IPFIX Profiles IPFIX_COLLECTOR_PROFILE - Policy > Monitoring > IPFIX > Switch IPFIX Collectors DFW_CPU_MEM_THRESHOLDS_PROFILE - Policy > Security > Security Profiles > Cpu Memory Thresholds Profiles DFW_SESSIONTIMER_PROFILE - Policy > Security > Security Profiles > DNS Security Profiles GI_SERVICE_PROFILE - Policy > Security > Service Insertion > Service References DFW_FLOOD_PROTECTION_PROFILE - Policy > Security > Security Profiles > Flood Protection Profiles GENERAL_SECURITY_SETTINGS_PROFILE - Policy > Security > Security Profiles > General Security Profiles DFW_DNS_PROFILE - Policy > Security > Security Profiles > DNS Security Profiles PACE_HOST_CONFIG_PROFILE SHA_PROFILE - Policy > Monitoring > System Health Agent LATENCY_STAT_PROFILE - Policy > Monitoring > Latency IP_DISCOVERY_SWITCHING_UPM_PROFILE - Policy > Networking > Connectivity > Segments > Segment Profiles > IP Discovery Profiles SYSTEM_HEALTH_PLUGIN_PROFILE - Policy > Monitoring > System Health Agent COMMON_AGENT_HOST_CONFIG_PROFILE ODS_PROFILE - Policy > Monitoring > Online Diagnostic System ODS_DYNAMIC_INSTANCE - Policy > Monitoring > Online Diagnostic System |
GET /api/v1/service-configs/effective-profiles
(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 Check if the object a member of the exclude list Deprecated: Use the following Policy API - POST /policy/api/v1/infra/settings/firewall/security/exclude-list?action=filter |
POST /api/v1/firewall/excludelist?action=check_if_exists
(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/ |
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 Get the summary of sections in the firewall configuration. Deprecated: This API is no longer supported, please use below policy api instead. GET https://<nsx-mgr>/policy/api/v1/infra/capacity/dashboard/usage |
GET /api/v1/firewall/sections/summary
(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. Deprecated: This 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. Deprecated: This 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 Deprecated: This 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. Deprecated: This 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. Deprecated: This 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. Deprecated: This 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 Deprecated: This 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. Deprecated: This 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. Deprecated: This 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 Deprecated: NOTE: 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 Deprecated: This 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 Deprecated: This 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. Deprecated: This 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 Deprecated: This 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. Deprecated: This 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. Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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. Deprecated: This 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. Deprecated: This 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. Deprecated: This 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. Deprecated: This 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. Deprecated: This 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. Deprecated: This 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 List IPFIX Collector Profies Deprecated: This API is deprecated. Please use Policy API /infra/ipfix-l2-collector-profiles instead. |
GET /api/v1/ipfix-collector-profiles
(Deprecated)
|
Management Plane API > Troubleshooting And Monitoring > IPFIX Create a new IPFIX collector profile Deprecated: This API is deprecated. Please use Policy API /infra/ipfix-l2-collector-profiles/ |
POST /api/v1/ipfix-collector-profiles
(Deprecated)
|
Management Plane API > Troubleshooting And Monitoring > IPFIX Delete an existing IPFIX collector profile Deprecated: This API is deprecated. Please use Policy API /infra/ipfix-l2-collector-profiles/ |
DELETE /api/v1/ipfix-collector-profiles/{ipfix-collector-profile-id}
(Deprecated)
|
Management Plane API > Troubleshooting And Monitoring > IPFIX Get an existing IPFIX collector profile Deprecated: This API is deprecated. Please use Policy API /infra/ipfix-l2-collector-profiles/ |
GET /api/v1/ipfix-collector-profiles/{ipfix-collector-profile-id}
(Deprecated)
|
Management Plane API > Troubleshooting And Monitoring > IPFIX Update an existing IPFIX collector profile Deprecated: This API is deprecated. Please use Policy API /infra/ipfix-l2-collector-profiles/ |
PUT /api/v1/ipfix-collector-profiles/{ipfix-collector-profile-id}
(Deprecated)
|
Management Plane API > Troubleshooting And Monitoring > IPFIX List IPFIX Profies Deprecated: This API is deprecated. Please use Policy API /infra/ipfix-l2-profiles instead. |
GET /api/v1/ipfix-profiles
(Deprecated)
|
Management Plane API > Troubleshooting And Monitoring > IPFIX Create a new IPFIX profile Deprecated: This API is deprecated. Please use Policy API /infra/ipfix-l2-profiles instead. |
POST /api/v1/ipfix-profiles
(Deprecated)
|
Management Plane API > Troubleshooting And Monitoring > IPFIX Delete an existing IPFIX profile Deprecated: This API is deprecated. Please use Policy API /infra/ipfix-l2-profiles instead. |
DELETE /api/v1/ipfix-profiles/{ipfix-profile-id}
(Deprecated)
|
Management Plane API > Troubleshooting And Monitoring > IPFIX Get an existing IPFIX profile Deprecated: This API is deprecated. Please use Policy API /infra/ipfix-l2-profiles instead. |
GET /api/v1/ipfix-profiles/{ipfix-profile-id}
(Deprecated)
|
Management Plane API > Troubleshooting And Monitoring > IPFIX Update an existing IPFIX profile Deprecated: This API is deprecated. Please use Policy API /infra/ipfix-l2-profiles instead. |
PUT /api/v1/ipfix-profiles/{ipfix-profile-id}
(Deprecated)
|
Management Plane API > Troubleshooting And Monitoring > IPFIX List IPFIX collector configurations Deprecated: This API is deprecated. Please use Policy API instead. For DFW IPFIX, please use /infra/ipfix-dfw-collector-profiles. For Switch IPFIX, please use /infra/ipfix-l2-collector-profiles. |
GET /api/v1/ipfix/collectorconfigs
(Deprecated)
|
Management Plane API > Troubleshooting And Monitoring > IPFIX Create a new IPFIX collector configuration Deprecated: This API is deprecated. Please use Policy API instead. For DFW IPFIX, please use /infra/ipfix-dfw-collector-profiles/ |
POST /api/v1/ipfix/collectorconfigs
(Deprecated)
|
Management Plane API > Troubleshooting And Monitoring > IPFIX Delete an existing IPFIX collector configuration Deprecated: This API is deprecated. Please use Policy API instead. For DFW IPFIX, please use /infra/ipfix-dfw-collector-profiles/ |
DELETE /api/v1/ipfix/collectorconfigs/{collector-config-id}
(Deprecated)
|
Management Plane API > Troubleshooting And Monitoring > IPFIX Get an existing IPFIX collector configuration Deprecated: This API is deprecated. Please use Policy API instead. For DFW IPFIX, please use /infra/ipfix-dfw-collector-profiles/ |
GET /api/v1/ipfix/collectorconfigs/{collector-config-id}
(Deprecated)
|
Management Plane API > Troubleshooting And Monitoring > IPFIX Update an existing IPFIX collector configuration Deprecated: This API is deprecated. Please use Policy API instead. For DFW IPFIX, please use /infra/ipfix-dfw-collector-profiles/ |
PUT /api/v1/ipfix/collectorconfigs/{collector-config-id}
(Deprecated)
|
Management Plane API > Troubleshooting And Monitoring > IPFIX List IPFIX configuration Deprecated: This API is deprecated. Please use Policy API instead. For DFW IPFIX, please use /infra/ipfix-dfw-profiles. For Switch IPFIX, please use /infra/ipfix-l2-profiles. |
GET /api/v1/ipfix/configs
(Deprecated)
|
Management Plane API > Troubleshooting And Monitoring > IPFIX Create a new IPFIX configuration Deprecated: This API is deprecated. Please use Policy API instead. For DFW IPFIX, please use /infra/ipfix-dfw-profiles/ |
POST /api/v1/ipfix/configs
(Deprecated)
|
Management Plane API > Troubleshooting And Monitoring > IPFIX Delete an existing IPFIX configuration Deprecated: This API is deprecated. Please use Policy API instead. For DFW IPFIX, please use /infra/ipfix-dfw-profiles/ |
DELETE /api/v1/ipfix/configs/{config-id}
(Deprecated)
|
Management Plane API > Troubleshooting And Monitoring > IPFIX Get an existing IPFIX configuration Deprecated: This API is deprecated. Please use Policy API instead. For DFW IPFIX, please use /infra/ipfix-dfw-profiles/ |
GET /api/v1/ipfix/configs/{config-id}
(Deprecated)
|
Management Plane API > Troubleshooting And Monitoring > IPFIX Update an existing IPFIX configuration Deprecated: This API is deprecated. Please use Policy API instead. For DFW IPFIX, please use /infra/ipfix-dfw-profiles/ |
PUT /api/v1/ipfix/configs/{config-id}
(Deprecated)
|
Management Plane API > Troubleshooting And Monitoring > Livetrace List all livetrace sessions Deprecated: This API is deprecated. Please use policy API /infra/livetraces to list all livetrace sessions. |
GET /api/v1/livetraces
(Deprecated)
|
Management Plane API > Troubleshooting And Monitoring > Livetrace Create a livetrace session Deprecated: This API is deprecated. Please use policy API /infra/livetraces/ |
POST /api/v1/livetraces
(Deprecated)
|
Management Plane API > Troubleshooting And Monitoring > Livetrace Delete a livetrace session Deprecated: This API is deprecated. Please use policy API /infra/livetraces/ |
DELETE /api/v1/livetraces/{livetrace-session-id}
(Deprecated)
|
Management Plane API > Troubleshooting And Monitoring > Livetrace Get the status of a livetrace session Deprecated: This API is deprecated. Please use policy API /infra/livetraces/ |
GET /api/v1/livetraces/{livetrace-session-id}
(Deprecated)
|
Management Plane API > Troubleshooting And Monitoring > Livetrace Get forward packet capture file proxy Deprecated: This API is deprecated. Please use policy API /infra/livetraces/ |
GET /api/v1/livetraces/{livetrace-session-id}/proxy/forward/capturefile
(Deprecated)
|
Management Plane API > Troubleshooting And Monitoring > Livetrace Get reverse packet capture file proxy Deprecated: This API is deprecated. Please use policy API /infra/livetraces/ |
GET /api/v1/livetraces/{livetrace-session-id}/proxy/reverse/capturefile
(Deprecated)
|
Management Plane API > Troubleshooting And Monitoring > Livetrace Get the result of a livetrace session Deprecated: This API is deprecated. Please use policy API /infra/livetraces/ |
GET /api/v1/livetraces/{livetrace-session-id}/results
(Deprecated)
|
Management Plane API > Troubleshooting And Monitoring > Port Connection Get networking entities between two logical ports with VIF attachment Deprecated: This API is deprecated. Please use the policy traceflow API /infra/traceflows to check connectivity between two ports. |
GET /api/v1/logical-ports/{lport-id}/forwarding-path
(Deprecated)
|
Management Plane API > Troubleshooting And Monitoring > Port Mirroring List all mirror sessions Deprecated: This api is now deprecated. Depending on source of port mirroring, use the following apis - Tier-1 Segment: /infra/tier-1s/<tier-1-id>/segments/<segment-id>/segment-monitoring-profile-binding-maps Tier-1 Segment Port: /infra/tier-1s/<tier-1-id>/segments/<segment-id>/ports/<port-id>/port-monitoring-profile-binding-maps Group: /infra/domains/<domain-id>/groups/<group-id>/group-monitoring-profile-binding-maps Infra Segment: /infra/segments/<infra-segment-id>/segment-monitoring-profile-binding-maps Infra Segment Port: /infra/segments/<infra-segment-id>/ports/<infra-port-id>/port-monitoring-profile-binding-maps |
GET /api/v1/mirror-sessions
(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 Verify whether the mirror session is still valid Deprecated: This api is now deprecated. The validation is done when creating or updating port mirroring. |
POST /api/v1/mirror-sessions/{mirror-session-id}?action=verify
(Deprecated)
|
Management Plane API > Troubleshooting And Monitoring > Port Mirroring |
PUT /api/v1/mirror-sessions/{mirror-session-id}
(Deprecated)
|
Management Plane API > Troubleshooting And Monitoring > Port Mirroring Get the mirror stack status on given remote L3 mirror session Deprecated: This api is now deprecated. Depending on source of port mirroring, use the following apis - Tier-1 Segment: /infra/tier-1s/<tier-1-id>/segments/<segment-id>/segment-monitoring-profile-binding-maps/<segment-monitoring-profile-binding-map-id>/mirror-stack-status Tier-1 Segment Port: /infra/tier-1s/<tier-1-id>/segments/<segment-id>/ports/<port-id>/port-monitoring-profile-binding-maps/<port-monitoring-profile-binding-map-id>/mirror-stack-status Group: /infra/domains/<domain-id>/groups/<group-id>/group-monitoring-profile-binding-maps/<group-monitoring-profile-binding-map-id>/mirror-stack-status Infra Segment: /infra/segments/<infra-segment-id>/segment-monitoring-profile-binding-maps/<segment-monitoring-profile-binding-map-id>/mirror-stack-status Infra Segment Port: /infra/segments/<infra-segment-id>/ports/<infra-port-id>/port-monitoring-profile-binding-maps/<port-monitoring-profile-binding-map-id>/mirror-stack-status |
GET /api/v1/mirror-sessions/{mirror-session-id}/mirror-stack-status
(Deprecated)
|
Management Plane API > Troubleshooting And Monitoring > Traceflow List all Traceflow rounds Deprecated: This API is deprecated. Please use policy API /infra/traceflows to list all traceflows. |
GET /api/v1/traceflows
(Deprecated)
|
Management Plane API > Troubleshooting And Monitoring > Traceflow Initiate a Traceflow Operation on the Specified Port Deprecated: This API is deprecated. Please use policy API /infra/traceflows/ |
POST /api/v1/traceflows
(Deprecated)
|
Management Plane API > Troubleshooting And Monitoring > Traceflow Delete the Traceflow round Deprecated: This API is deprecated. Please use policy API /infra/traceflows/ |
DELETE /api/v1/traceflows/{traceflow-id}
(Deprecated)
|
Management Plane API > Troubleshooting And Monitoring > Traceflow Get the Traceflow round status and result summary Deprecated: This API is deprecated. Please use policy API /infra/traceflows/ |
GET /api/v1/traceflows/{traceflow-id}
(Deprecated)
|
Management Plane API > Troubleshooting And Monitoring > Traceflow Get observations for the Traceflow round Deprecated: This API is deprecated. Please use policy API /infra/traceflows/ |
GET /api/v1/traceflows/{traceflow-id}/observations
(Deprecated)
|
Policy > Infra > Deployment Zones List Deployment Zones for infra Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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)
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/groups/{group-id}/statistics/virtual-machines (Deprecated) |
Policy > Inventory > Profiles > Context Profiles Update custom object attribute value list for given attribute key Deprecated: This rest routine is deprecated. Use /infra/context-profiles/custom-attributes/default for create/update custom object attribute value list for given attribute key |
PATCH /policy/api/v1/infra/context-profiles/custom-attributes
(Deprecated)
PATCH /policy/api/v1/global-infra/context-profiles/custom-attributes (Deprecated) PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/context-profiles/custom-attributes (Deprecated) |
Policy > Inventory > Profiles > Context Profiles Adds/Removes custom attribute values from list Deprecated: This rest routine is deprecated. Use /infra/context-profiles/custom-attributes/default to Adds/Removes custom attribute values from list |
POST /policy/api/v1/infra/context-profiles/custom-attributes
(Deprecated)
POST /policy/api/v1/global-infra/context-profiles/custom-attributes (Deprecated) POST /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/context-profiles/custom-attributes (Deprecated) |
Policy > Inventory > Virtual Machines Listing of Virtual machines on the NSX Manager Deprecated: This 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 > Inventory > Virtual Machines Apply tags on virtual machine Deprecated: This API has been deprecated. Please use the new API POST /infra/realized-state/virtual-machines/ |
POST /policy/api/v1/infra/realized-state/enforcement-points/{enforcement-point-name}/virtual-machines?action=update_tags
(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 > Monitoring > Traceflow Create or update a traceflow config Deprecated: Please use PUT API to start new Traceflow sessions. By default, traceflow observations will be cleanup every two hours, please use is_transient flag to avoid the cleanup. |
PATCH /policy/api/v1/infra/traceflows/{traceflow-id}
(Deprecated)
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/traceflows/{traceflow-id} (Deprecated) |
Policy > Monitoring > Traceflow Restart traceflow with same set of parameters used during create/update traceflow Deprecated: Please use PUT API to start new Traceflow sessions. By default, traceflow observations will be cleanup every two hours, please use is_transient flag to avoid the cleanup. |
POST /policy/api/v1/infra/traceflows/{traceflow-id}
(Deprecated)
POST /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/traceflows/{traceflow-id} (Deprecated) |
Policy > Networking > Connectivity > Tier-0 Gateways > ARP Proxies Get Tier-0 Address Resolution Protocol Proxies Deprecated: This API is deprecated. Please use /infra/tier-0s/<tier-0-id>/arp-proxies |
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/arp-proxies
(Deprecated)
GET /policy/api/v1/global-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 Deprecated: This 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/infra/segments/{segment-id}/gateway-interface-arp-table
(Deprecated)
GET /policy/api/v1/global-infra/segments/{segment-id}/gateway-interface-arp-table (Deprecated) GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/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 Deprecated: This 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/infra/segments/{segment-id}/gateway-interface-arp-table?format=csv
(Deprecated)
GET /policy/api/v1/global-infra/segments/{segment-id}/gateway-interface-arp-table?format=csv (Deprecated) GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/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 Deprecated: This 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/infra/tier-1s/{tier-1-id}/locale-services/{locale-service-id}/arp-proxies
(Deprecated)
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/locale-services/{locale-service-id}/arp-proxies (Deprecated) GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/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 Deprecated: This 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) GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/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 Deprecated: This 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/infra/tier-1s/{tier-1-id}/segments/{segment-id}/gateway-interface-arp-table?format=csv
(Deprecated)
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/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segment-id}/gateway-interface-arp-table?format=csv (Deprecated) |
Policy > Networking > Network Services > Forwarding Policies |
GET /policy/api/v1/infra/domains/{domain-id}/forwarding-policies
(Deprecated)
GET /policy/api/v1/global-infra/domains/{domain-id}/forwarding-policies (Deprecated) |
Policy > Networking > Network Services > Forwarding Policies |
DELETE /policy/api/v1/infra/domains/{domain-id}/forwarding-policies/{forwarding-policy-id}
(Deprecated)
|
Policy > Networking > Network Services > Forwarding Policies |
GET /policy/api/v1/infra/domains/{domain-id}/forwarding-policies/{forwarding-policy-id}
(Deprecated)
GET /policy/api/v1/global-infra/domains/{domain-id}/forwarding-policies/{forwarding-policy-id} (Deprecated) |
Policy > Networking > Network Services > Forwarding Policies |
PATCH /policy/api/v1/infra/domains/{domain-id}/forwarding-policies/{forwarding-policy-id}
(Deprecated)
|
Policy > Networking > Network Services > Forwarding Policies |
PUT /policy/api/v1/infra/domains/{domain-id}/forwarding-policies/{forwarding-policy-id}
(Deprecated)
|
Policy > Networking > Network Services > Forwarding Policies |
GET /policy/api/v1/infra/domains/{domain-id}/forwarding-policies/{forwarding-policy-id}/rules
(Deprecated)
GET /policy/api/v1/global-infra/domains/{domain-id}/forwarding-policies/{forwarding-policy-id}/rules (Deprecated) |
Policy > Networking > Network Services > Forwarding Policies |
DELETE /policy/api/v1/infra/domains/{domain-id}/forwarding-policies/{forwarding-policy-id}/rules/{rule-id}
(Deprecated)
|
Policy > Networking > Network Services > Forwarding Policies |
GET /policy/api/v1/infra/domains/{domain-id}/forwarding-policies/{forwarding-policy-id}/rules/{rule-id}
(Deprecated)
GET /policy/api/v1/global-infra/domains/{domain-id}/forwarding-policies/{forwarding-policy-id}/rules/{rule-id} (Deprecated) |
Policy > Networking > Network Services > Forwarding Policies |
PATCH /policy/api/v1/infra/domains/{domain-id}/forwarding-policies/{forwarding-policy-id}/rules/{rule-id}
(Deprecated)
|
Policy > Networking > Network Services > Forwarding Policies |
PUT /policy/api/v1/infra/domains/{domain-id}/forwarding-policies/{forwarding-policy-id}/rules/{rule-id}
(Deprecated)
|
Policy > Networking > Network Services > Forwarding Policies > Rules > Statistics |
GET /policy/api/v1/infra/domains/{domain-id}/forwarding-policies/{forwarding-policy-id}/rules/{forwarding-rule-id}/statistics
(Deprecated)
|
Policy > Networking > Network Services > Forwarding Policies > Rules > Statistics |
POST /policy/api/v1/infra/domains/{domain-id}/forwarding-policies/stats?action=reset
(Deprecated)
|
Policy > Networking > Network Services > Forwarding Policies > Statistics |
GET /policy/api/v1/infra/domains/{domain-id}/forwarding-policies/{forwarding-policy-id}/statistics
(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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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)
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/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 Deprecated: This 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)
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/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 Deprecated: This 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)
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/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 Deprecated: This 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)
POST /policy/api/v1/orgs/{org-id}/projects/{project-id}/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 Deprecated: This 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)
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/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 Deprecated: This 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)
POST /policy/api/v1/orgs/{org-id}/projects/{project-id}/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 IPSec VPN session detailed status under Tier-0 Deprecated: This 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)
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/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 Deprecated: This 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)
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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)
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/global-config (Deprecated) |
Policy > Security > East West Security > Distributed Firewall > Communication Maps List communication maps Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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)
|
Policy > Security > East West Security > Distributed Firewall > Settings > Firewall Identity Store List all firewall identity stores Deprecated: Use the following Policy API - GET /infra/identity-firewall-stores |
GET /policy/api/v1/infra/firewall-identity-stores
(Deprecated)
|
Policy > Security > East West Security > Distributed Firewall > Settings > Firewall Identity Store Delete firewall identity store Deprecated: Use the following Policy API - DELETE /infra/identity-firewall-stores/<identity-firewall-store-id> |
DELETE /policy/api/v1/infra/firewall-identity-stores/{firewall-identity-store-id}
(Deprecated)
|
Policy > Security > East West Security > Distributed Firewall > Settings > Firewall Identity Store Read firewall identity store Deprecated: Use the following Policy API - GET /infra/identity-firewall-stores/<identity-firewall-store-id> |
GET /policy/api/v1/infra/firewall-identity-stores/{firewall-identity-store-id}
(Deprecated)
|
Policy > Security > East West Security > Distributed Firewall > Settings > Firewall Identity Store Create or update a firewall identity store Deprecated: Use the following Policy API - PATCH /infra/identity-firewall-stores/<identity-firewall-store-id> |
PATCH /policy/api/v1/infra/firewall-identity-stores/{firewall-identity-store-id}
(Deprecated)
|
Policy > Security > East West Security > Distributed Firewall > Settings > Firewall Identity Store Create or update a firewall identity store Deprecated: Use the following Policy API - PUT /infra/identity-firewall-stores/<identity-firewall-store-id> |
PUT /policy/api/v1/infra/firewall-identity-stores/{firewall-identity-store-id}
(Deprecated)
|
Policy > Security > East West Security > Distributed Firewall > Settings > Firewall Identity Store > Event-Log-Server Delete a Event Log server for Firewall Identity store Deprecated: Use the following Policy API - DELETE /infra/identity-firewall-stores/<identity-firewall-store-id>/event-log-servers/<event-log-server-id> |
DELETE /policy/api/v1/infra/firewall-identity-stores/{firewall-identity-store-id}/event-log-servers/{event-log-server-id}
(Deprecated)
|
Policy > Security > East West Security > Distributed Firewall > Settings > Firewall Identity Store > Event-Log-Server Get a specific Event Log server for a given Firewall Identity store Deprecated: Use the following Policy API - GET /infra/identity-firewall-stores/<identity-firewall-store-id>/event-log-servers/<event-log-server-id> |
GET /policy/api/v1/infra/firewall-identity-stores/{firewall-identity-store-id}/event-log-servers/{event-log-server-id}
(Deprecated)
|
Policy > Security > East West Security > Distributed Firewall > Settings > Firewall Identity Store > Event-Log-Server Update a event log server for Firewall Identity store Deprecated: Use the following Policy API - PUT /infra/identity-firewall-stores/<identity-firewall-store-id>/event-log-servers/<event-log-server-id> |
PUT /policy/api/v1/infra/firewall-identity-stores/{firewall-identity-store-id}/event-log-servers/{event-log-server-id}
(Deprecated)
|
Policy > Security > East West Security > Distributed Firewall > Settings > Firewall Identity Store > Ldap-Server List all configured domain LDAP servers Deprecated: Use the following Policy API - GET /infra/identity-firewall-stores/<identity-firewall-store-id>/ldap-servers |
GET /policy/api/v1/infra/firewall-identity-stores/{firewall-identity-store-id}/ldap-servers
(Deprecated)
|
Policy > Security > East West Security > Distributed Firewall > Settings > Firewall Identity Store > Ldap-Server Delete a LDAP server for Firewall Identity store Deprecated: Use the following Policy API - DELETE /infra/identity-firewall-stores/<identity-firewall-store-id>/ldap-servers/<ldap-server-id> |
DELETE /policy/api/v1/infra/firewall-identity-stores/{firewall-identity-store-id}/ldap-servers/{ldap-server-id}
(Deprecated)
|
Policy > Security > East West Security > Distributed Firewall > Settings > Firewall Identity Store > Ldap-Server Get a specific LDAP server for a given Firewall Identity store Deprecated: Use the following Policy API - GET /infra/identity-firewall-stores/<identity-firewall-store-id>/ldap-servers/<ldap-server-id> |
GET /policy/api/v1/infra/firewall-identity-stores/{firewall-identity-store-id}/ldap-servers/{ldap-server-id}
(Deprecated)
|
Policy > Security > East West Security > Distributed Firewall > Settings > Firewall Identity Store > Ldap-Server Create a LDAP server for Firewall Identity store Deprecated: Use the following Policy API - PATCH /infra/identity-firewall-stores/<identity-firewall-store-id>/ldap-servers/<ldap-server-id> |
PATCH /policy/api/v1/infra/firewall-identity-stores/{firewall-identity-store-id}/ldap-servers/{ldap-server-id}
(Deprecated)
|
Policy > Security > East West Security > Distributed Firewall > Settings > Firewall Identity Store > Ldap-Server Update a LDAP server for Firewall Identity store Deprecated: Use the following Policy API - PUT /infra/identity-firewall-stores/<identity-firewall-store-id>/ldap-servers/<ldap-server-id> |
PUT /policy/api/v1/infra/firewall-identity-stores/{firewall-identity-store-id}/ldap-servers/{ldap-server-id}
(Deprecated)
|
Policy > Security > North South Security > Gateway Firewall > Settings > Security Configuration Delete security config Deprecated: Use the following API PUT/PATCH /infra/tier-0s/ |
DELETE /policy/api/v1/infra/tier-0s/{tier-0-id}/security-config
(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 > Event-Log-Server Create a Event Log server for Firewall Identity store Deprecated: Use the following Policy API - PATCH /infra/identity-firewall-stores/<identity-firewall-store-id>/event-log-servers/<event-log-server-id> |
PATCH /policy/api/v1/infra/firewall-identity-stores/{firewall-identity-store-id}/event-log-servers/{event-log-server-id}
(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/ |
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 > NSX Manager > Services > Policy Service Read service properties Deprecated: Please use below endpoints. GET https://<nsx-mgr>/api/v1/node/services/manager |
GET /api/v1/cluster/{cluster-node-id}/node/services/policy
(Deprecated)
GET /api/v1/node/services/policy (Deprecated) |
System Administration > Configuration > Fabric > Nodes > NSX Manager > Services > Policy Service Restart, start or stop the service Deprecated: Please use below endpoints. POST https://<nsx-mgr>/api/v1/node/services/manager?action=restart |
POST /api/v1/cluster/{cluster-node-id}/node/services/policy?action=start
(Deprecated)
POST /api/v1/cluster/{cluster-node-id}/node/services/policy?action=stop (Deprecated) POST /api/v1/cluster/{cluster-node-id}/node/services/policy?action=restart (Deprecated) POST /api/v1/node/services/policy?action=start (Deprecated) POST /api/v1/node/services/policy?action=stop (Deprecated) POST /api/v1/node/services/policy?action=restart (Deprecated) |
System Administration > Configuration > Fabric > Nodes > NSX Manager > Services > Policy Service Reset the logging levels to default values Deprecated: Please use below endpoints. POST https://<nsx-mgr>/api/v1/node/services/manager?action=reset-manager-logging-levels |
POST /api/v1/cluster/{cluster-node-id}/node/services/policy?action=reset-manager-logging-levels
(Deprecated)
POST /api/v1/node/services/policy?action=reset-manager-logging-levels (Deprecated) |
System Administration > Configuration > Fabric > Nodes > NSX Manager > Services > Policy Service Update service properties Deprecated: Please use below endpoints. PUT https://<nsx-mgr>/api/v1/node/services/manager |
PUT /api/v1/cluster/{cluster-node-id}/node/services/policy
(Deprecated)
PUT /api/v1/node/services/policy (Deprecated) |
System Administration > Configuration > Fabric > Nodes > NSX Manager > Services > Policy Service Read service status Deprecated: Please use below endpoints. GET https://<nsx-mgr>/api/v1/node/services/manager/status |
GET /api/v1/cluster/{cluster-node-id}/node/services/policy/status
(Deprecated)
GET /api/v1/node/services/policy/status (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 Deprecated: This 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 Deprecated: This 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/ |
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/ |
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/ |
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/ |
PUT /api/v1/pools/ip-blocks/{block-id}
(Deprecated)
|
System Administration > Configuration > Fabric > Pool Management > IP Blocks List subnets within an IP block Deprecated: This rest routine is deprecated. Use /infra/ip-pools/<ip-pool-id>/ip-subnets to list ip block subnets. |
GET /api/v1/pools/ip-subnets
(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/ |
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/ |
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/ |
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/ |
POST /api/v1/pools/ip-subnets/{subnet-id}
(Deprecated)
|
System Administration > Configuration > Fabric > Pool Management > IP Pools List IP Pools Deprecated: This rest routine is deprecated. Use /infra/ip-pools to get a paginated list of Ip address pools. |
GET /api/v1/pools/ip-pools
(Deprecated)
|
System Administration > Configuration > Fabric > Pool Management > IP Pools Create an IP Pool Deprecated: This rest routine is deprecated. Use /infra/ip-pools/<ip-pool-id> with method type as PATCH for creation of a new IP address pool. |
POST /api/v1/pools/ip-pools
(Deprecated)
|
System Administration > Configuration > Fabric > Pool Management > IP Pools Delete an IP Pool Deprecated: This rest routine is deprecated. Use /infra/ip-pools/<ip-pool-id> to delete a ip pool with specified id. |
DELETE /api/v1/pools/ip-pools/{pool-id}
(Deprecated)
|
System Administration > Configuration > Fabric > Pool Management > IP Pools Read IP Pool Deprecated: This rest routine is deprecated. Use /infra/ip-pools/<ip-pool-id> to get information about the IP address pool with specified id. |
GET /api/v1/pools/ip-pools/{pool-id}
(Deprecated)
|
System Administration > Configuration > Fabric > Pool Management > IP Pools Allocate or Release an IP Address from a Pool Deprecated: This rest routine is deprecated. Use /infra/ip-pools/<ip-pool-id>/ip-allocations/<ip-allocation-id> to Allocate or Release an IP Address from an IP Subnet. |
POST /api/v1/pools/ip-pools/{pool-id}
(Deprecated)
|
System Administration > Configuration > Fabric > Pool Management > IP Pools Update an IP Pool Deprecated: This rest routine is deprecated. Use /infra/ip-pools/<ip-pool-id> with method type as PUT for updating an IP address pool. |
PUT /api/v1/pools/ip-pools/{pool-id}
(Deprecated)
|
System Administration > Configuration > Fabric > Pool Management > IP Pools List IP Pool Allocations Deprecated: This rest routine is deprecated. Use /infra/ip-pools/<ip-pool-id>/ip-allocations to get all ip pool allocations. |
GET /api/v1/pools/ip-pools/{pool-id}/allocations
(Deprecated)
|
System Administration > Configuration > Fabric > Profiles > Hostswitch Profiles List Hostswitch Profiles Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 Deprecated: This 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 > Form Factors |
GET /api/v1/cluster/{cluster-node-id}/node/intelligence/form-factors
(Deprecated)
GET /api/v1/node/intelligence/form-factors (Deprecated) |
System Administration > Configuration > NSX Managers > API Services > API Request Batching Register a Collection of API Calls at a Single End Point Deprecated: Support for batched operations will be removed from a future NSX release. For policy APIs, use the hierarchical API to submit a set of updates as a single operation. For other APIs, submit the operations as individual REST API calls. |
POST /policy/api/v1/batch
(Deprecated)
POST /api/v1/batch (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/ |
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 Deprecated: Deprecated. 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 Deprecated: Use 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 Deprecated: Deprecated. 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 Deprecated: This 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 Deprecated: This 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 Deprecated: Deprecated. 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 Deprecated: Please 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 > Mp2P Migration > Plan List migrated resources Deprecated: This API is deprecated. The MP2Policy promotion tool will not be supported from VCF 9.0 release. |
GET /api/v1/migration/migrated-resources
(Deprecated)
|
System Administration > Lifecycle Management > Migration > Mp2P Migration > Plan This api is used to get mp policy promotion history. The history contains details about date and time of different promotion operations like INITIATED, CANCELLED, SUCCESS. Deprecated: This API is deprecated. The MP2Policy promotion tool will not be supported from VCF 9.0 release. |
GET /api/v1/migration/mp-policy-promotion/history
(Deprecated)
|
System Administration > Lifecycle Management > Migration > Mp2P Migration > Plan This api is used to get mp policy promotion state. Deprecated: This API is deprecated. The MP2Policy promotion tool will not be supported from VCF 9.0 release. |
GET /api/v1/migration/mp-policy-promotion/state
(Deprecated)
|
System Administration > Lifecycle Management > Migration > Mp2P Migration > Plan This will trigger the migration from mp to policy. Deprecated: This API is deprecated. The MP2Policy promotion tool will not be supported from VCF 9.0 release. |
POST /api/v1/migration/mp-to-policy
(Deprecated)
|
System Administration > Lifecycle Management > Migration > Mp2P Migration > Plan Cancel migration Deprecated: This API is deprecated. The MP2Policy promotion tool will not be supported from VCF 9.0 release. |
POST /api/v1/migration/mp-to-policy/cancel
(Deprecated)
|
System Administration > Lifecycle Management > Migration > Mp2P Migration > Plan To get MP2Policy promotion feedback. Deprecated: This API is deprecated. The MP2Policy promotion tool will not be supported from VCF 9.0 release. |
GET /api/v1/migration/mp-to-policy/feedback
(Deprecated)
|
System Administration > Lifecycle Management > Migration > Mp2P Migration > Plan This api is used to get mapping of MP and Policy objects after Mp to Policy Migration. Deprecated: This API is deprecated. The MP2Policy promotion tool will not be supported from VCF 9.0 release. |
GET /api/v1/migration/mp-to-policy/migrated-resource-status
(Deprecated)
|
System Administration > Lifecycle Management > Migration > Mp2P Migration > Plan To get MP2Policy promotion stats. Deprecated: This API is deprecated. The MP2Policy promotion tool will not be supported from VCF 9.0 release. |
GET /api/v1/migration/mp-to-policy/stats
(Deprecated)
|
System Administration > Lifecycle Management > Migration > NVDS Set the migrate status key of ExtraConfigProfile of all Transport Nodes to IGNORE Deprecated: URT 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 Deprecated: NVDS-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 Deprecated: NVDS-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 Deprecated: NVDS-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 Deprecated: NVDS-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 Deprecated: NVDS-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 Deprecated: NVDS-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 Deprecated: NVDS-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 Deprecated: NVDS-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 Deprecated: NVDS-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 Deprecated: NVDS-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 Deprecated: NVDS-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 Deprecated: NVDS-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 Deprecated: NVDS-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 > Dashboards > UI Views Returns the Views based on query criteria defined in ViewQueryParameters. Deprecated: This API is deprecated and will be unavailable in later releases. |
GET /policy/api/v1/ui-views
(Deprecated)
|
System Administration > Monitoring > Dashboards > UI Views Creates a new View. Deprecated: This API is deprecated and will be unavailable in later releases. |
POST /policy/api/v1/ui-views
(Deprecated)
|
System Administration > Monitoring > Dashboards > UI Views Delete View Deprecated: This API is deprecated and will be unavailable in later releases. |
DELETE /policy/api/v1/ui-views/{view-id}
(Deprecated)
|
System Administration > Monitoring > Dashboards > UI Views Returns View Information Deprecated: This API is deprecated and will be unavailable in later releases. |
GET /policy/api/v1/ui-views/{view-id}
(Deprecated)
|
System Administration > Monitoring > Dashboards > UI Views Update View Deprecated: This API is deprecated and will be unavailable in later releases. |
PUT /policy/api/v1/ui-views/{view-id}
(Deprecated)
|
System Administration > Monitoring > Dashboards > Widget Configuration Returns the Widget Configurations based on query criteria defined in WidgetQueryParameters. Deprecated: This API is deprecated and will be unavailable in later releases. |
GET /policy/api/v1/ui-views/{view-id}/widgetconfigurations
(Deprecated)
|
System Administration > Monitoring > Dashboards > Widget Configuration Creates a new Widget Configuration. Deprecated: This API is deprecated and will be unavailable in later releases. |
POST /policy/api/v1/ui-views/{view-id}/widgetconfigurations
(Deprecated)
|
System Administration > Monitoring > Dashboards > Widget Configuration Delete Widget Configuration Deprecated: This API is deprecated and will be unavailable in later releases. |
DELETE /policy/api/v1/ui-views/{view-id}/widgetconfigurations/{widgetconfiguration-id}
(Deprecated)
|
System Administration > Monitoring > Dashboards > Widget Configuration Returns Widget Configuration Information Deprecated: This API is deprecated and will be unavailable in later releases. |
GET /policy/api/v1/ui-views/{view-id}/widgetconfigurations/{widgetconfiguration-id}
(Deprecated)
|
System Administration > Monitoring > Dashboards > Widget Configuration Update Widget Configuration Deprecated: This API is deprecated and will be unavailable in later releases. |
PUT /policy/api/v1/ui-views/{view-id}/widgetconfigurations/{widgetconfiguration-id}
(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 > CSR Generate a New Certificate Signing Request with Extensions Deprecated: Deprecated in favor of POST /trust-management/csrs. |
POST /api/v1/trust-management/csrs-extended
(Deprecated)
|
System Administration > Settings > Certificates > Certificate 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/<cert-id>?action=apply_certificate&service_type=LOCAL_MANAGER POST https://<nsx-mgr>/api/v1/trust-management/certificates/<cert-id>?action=apply_certificate&service_type=GLOBAL_MANAGER |
POST /api/v1/trust-management/certificates?action=set_pi_certificate_for_federation
(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/<cert-id>?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 Deprecated: Deprecated. Use the GET /licenses API instead. |
GET /api/v1/license
(Deprecated)
|
System Administration > Settings > Licenses Assign an Updated Enterprise License Key Deprecated: Deprecated. Use the POST /licenses API instead |
PUT /api/v1/license
(Deprecated)
|
System Administration > Settings > Licenses Remove a license identified by the license-key Deprecated: Deprecated. 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 Deprecated: Use GET /licenses API instead. |
GET /api/v1/licenses/{license-key}
(Deprecated)
|
System Administration > Settings > Licenses |
POST /api/v1/licenses/vcf-licenses
(Deprecated)
|
System Administration > Settings > User Management > Access Token Delete registration access token Deprecated: Use API POST /api/v1/aaa/registration-token/delete |
DELETE /api/v1/aaa/registration-token/{token}
(Deprecated)
|
System Administration > Settings > User Management > Access Token Get registration access token Deprecated: Use API POST /api/v1/aaa/registration-token/retrieve |
GET /api/v1/aaa/registration-token/{token}
(Deprecated)
|
System Administration > Settings > User Management > Principal Identity Register a name-certificate combination. Deprecated: Deprecated, use POST /trust-management/principal-identities/with-certificate instead. |
POST /api/v1/trust-management/principal-identities
(Deprecated)
|