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 |
|---|---|
| Enforcement Points > Edge Clusters 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)
|
| Enforcement Points > Edge Clusters 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)
|
| Enforcement Points > Edge Clusters 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)
|
| Enforcement Points > Edge Clusters 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)
|
| Enforcement Points > Edge Clusters 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)
|
| Enforcement Points > Edge Clusters (Legacy Management Plane) List Cluster Profiles Deprecated: This API is deprecated. Please use GET /infra/sites/ |
GET /api/v1/cluster-profiles
(Deprecated)
|
| Enforcement Points > Edge Clusters (Legacy Management Plane) Create a Cluster Profile Deprecated: This API is deprecated. Please use PATCH/PUT /infra/sites/ |
POST /api/v1/cluster-profiles
(Deprecated)
|
| Enforcement Points > Edge Clusters (Legacy Management Plane) Delete a cluster profile Deprecated: This API is deprecated. Please use DELETE /infra/sites/ |
DELETE /api/v1/cluster-profiles/{cluster-profile-id}
(Deprecated)
|
| Enforcement Points > Edge Clusters (Legacy Management Plane) Get cluster profile by Id Deprecated: This API is deprecated. Please use GET /infra/sites/ |
GET /api/v1/cluster-profiles/{cluster-profile-id}
(Deprecated)
|
| Enforcement Points > Edge Clusters (Legacy Management Plane) Update a cluster profile Deprecated: This API is deprecated. Please use PATCH/PUT /infra/sites/ |
PUT /api/v1/cluster-profiles/{cluster-profile-id}
(Deprecated)
|
| Federation > Inter-Sites (Legacy Management Plane) Get infra segment cross site traffic statistics Deprecated: This API is deprecated. Please use GET /infra/segments/ |
GET /policy/api/v1/global-infra/segments/{segment-id}/inter-site-forwarder/status
(Deprecated)
|
| Federation > Inter-Sites (Legacy Management Plane) Get RTEP span and mac address-table Deprecated: This API is deprecated. Please use GET /infra/sites/ |
GET /policy/api/v1/global-infra/tier-0s/{tier-0-id}/locale-services/{locale-services-id}/inter-site/bgp-summary
(Deprecated)
|
| Federation > Inter-Sites (Legacy Management Plane) Get RTEP mesh connectivity status Deprecated: This API is deprecated. Please use GET /infra/sites/ |
GET /policy/api/v1/global-infra/tier-0s/{tier-0-id}/locale-services/{locale-services-id}/inter-site/status
(Deprecated)
|
| Federation > Inter-Sites (Legacy Management Plane) Get segment cross site traffic statistics Deprecated: This API is deprecated. Please use GET /infra/tier-1s/ |
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/inter-site-forwarder/status
(Deprecated)
|
| Federation > Inter-Sites (Legacy Management Plane) 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 (Legacy Management Plane) Get inter-site BGP summary of edge node Deprecated: Please use below Policy API. GET /policy/api/v1/infra/sites/ |
GET /api/v1/transport-nodes/{edge-node-id}/inter-site/bgp/summary
(Deprecated)
|
| Federation > Sites 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)
|
| Federation > Sites 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)
|
| Inventory > 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) |
| Inventory > 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) |
| Inventory > Group Members Get logical ports that belong to this Group Deprecated: This rest routine is deprecated. Use /infra/domains/<domain-id>/groups/<group-id>/members/segment-ports instead for effective segment-port members as LogicalPort is not a supported member type . |
GET /policy/api/v1/infra/domains/{domain-id}/groups/{group-id}/members/logical-ports
(Deprecated)
GET /policy/api/v1/global-infra/domains/{domain-id}/groups/{group-id}/members/logical-ports (Deprecated) GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/groups/{group-id}/members/logical-ports (Deprecated) |
| Inventory > Group Members Get logical switches that belong to this Group Deprecated: This rest routine is deprecated. Use /infra/domains/<domain-id>/groups/<group-id>/members/segments instead for effective segment members as LogicalSwitch is not a supported member type. |
GET /policy/api/v1/infra/domains/{domain-id}/groups/{group-id}/members/logical-switches
(Deprecated)
GET /policy/api/v1/global-infra/domains/{domain-id}/groups/{group-id}/members/logical-switches (Deprecated) GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/groups/{group-id}/members/logical-switches (Deprecated) |
| Inventory > 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) |
| Inventory > Vm 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)
|
| Inventory > Vm 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)
|
| Monitoring > Dashboard (Legacy Management Plane) Returns the Views based on query criteria defined in ViewQueryParameters. Deprecated: This API is deprecated and will be unavailable in later releases. |
GET /api/v1/ui-views
(Deprecated)
|
| Monitoring > Dashboard (Legacy Management Plane) Creates a new View. Deprecated: This API is deprecated and will be unavailable in later releases. |
POST /api/v1/ui-views
(Deprecated)
|
| Monitoring > Dashboard (Legacy Management Plane) Delete View Deprecated: This API is deprecated and will be unavailable in later releases. |
DELETE /api/v1/ui-views/{view-id}
(Deprecated)
|
| Monitoring > Dashboard (Legacy Management Plane) Returns View Information Deprecated: This API is deprecated and will be unavailable in later releases. |
GET /api/v1/ui-views/{view-id}
(Deprecated)
|
| Monitoring > Dashboard (Legacy Management Plane) Update View Deprecated: This API is deprecated and will be unavailable in later releases. |
PUT /api/v1/ui-views/{view-id}
(Deprecated)
|
| Monitoring > Dashboard (Legacy Management Plane) Returns the Widget Configurations based on query criteria defined in WidgetQueryParameters. Deprecated: This API is deprecated and will be unavailable in later releases. |
GET /api/v1/ui-views/{view-id}/widgetconfigurations
(Deprecated)
|
| Monitoring > Dashboard (Legacy Management Plane) Creates a new Widget Configuration. Deprecated: This API is deprecated and will be unavailable in later releases. |
POST /api/v1/ui-views/{view-id}/widgetconfigurations
(Deprecated)
|
| Monitoring > Dashboard (Legacy Management Plane) Delete Widget Configuration Deprecated: This API is deprecated and will be unavailable in later releases. |
DELETE /api/v1/ui-views/{view-id}/widgetconfigurations/{widgetconfiguration-id}
(Deprecated)
|
| Monitoring > Dashboard (Legacy Management Plane) Returns Widget Configuration Information Deprecated: This API is deprecated and will be unavailable in later releases. |
GET /api/v1/ui-views/{view-id}/widgetconfigurations/{widgetconfiguration-id}
(Deprecated)
|
| Monitoring > Dashboard (Legacy Management Plane) Update Widget Configuration Deprecated: This API is deprecated and will be unavailable in later releases. |
PUT /api/v1/ui-views/{view-id}/widgetconfigurations/{widgetconfiguration-id}
(Deprecated)
|
| Monitoring > Healthchecks Get automatic health check toggle Deprecated: This API is deprecated. Please use policy API /infra/auto-health-check-toggle to get automatic health check toggle. |
GET /api/v1/automatic-health-check-toggle
(Deprecated)
|
| Monitoring > Healthchecks Update automatic health check toggle Deprecated: This API is deprecated. Please use policy API /infra/auto-health-check-toggle to update automatic health check toggle. |
PUT /api/v1/automatic-health-check-toggle
(Deprecated)
|
| Monitoring > Healthchecks List automatic health checks Deprecated: This API is deprecated. Please use policy API /infra/auto-health-checks to list all the automatic health checks. |
GET /api/v1/automatic-health-checks
(Deprecated)
|
| Monitoring > Healthchecks Get an automatic health check Deprecated: This API is deprecated. Please use policy API /infra/auto-health-checks?transport_zone_path=<transport-zone-path> to get an automatic health check for a specific transport zone. |
GET /api/v1/automatic-health-checks/transport-zones/{transport-zone-id}
(Deprecated)
|
| Monitoring > Healthchecks List manual health checks Deprecated: This API is deprecated. Please use policy API /infra/manual-health-checks to list all the manual health check config entities; /infra/manual-health-checks/<manual-health-check-id>/result to get result for the specified manual health check ID. |
GET /api/v1/manual-health-checks
(Deprecated)
|
| Monitoring > Healthchecks Create a new manual health check request Deprecated: This API is deprecated. Please use policy API /infra/manual-health-checks/<manual-health-check-id> to create a new manual health check request. |
POST /api/v1/manual-health-checks
(Deprecated)
|
| Monitoring > Healthchecks Delete an existing manual health check Deprecated: This API is deprecated. Please use policy API /infra/manual-health-checks/<manual-health-check-id> to delete an existing manual health check. |
DELETE /api/v1/manual-health-checks/{manual-health-check-id}
(Deprecated)
|
| Monitoring > Healthchecks Get an existing manual health check Deprecated: This API is deprecated. Please use policy API /infra/manual-health-checks/<manual-health-check-id> to get an existing manual health check. |
GET /api/v1/manual-health-checks/{manual-health-check-id}
(Deprecated)
|
| Monitoring > LLDP List LLDP Neighbor Properties of Fabric Node Deprecated: This API is deprecated. Please use the below Policy APIs instead. For Host Transport Node, please use /infra/sites/ |
GET /api/v1/lldp/fabric-nodes/{fabric-node-id}/interfaces
(Deprecated)
|
| Monitoring > LLDP Read LLDP Neighbor Properties of Fabric Node by Interface Name Deprecated: This API is deprecated. Please use the below Policy APIs instead. For Host Transport Node, please use /infra/sites/ |
GET /api/v1/lldp/fabric-nodes/{fabric-node-id}/interfaces/{interface-name}
(Deprecated)
|
| Monitoring > LLDP List LLDP Neighbor Properties of Transport Node Deprecated: This API is deprecated. Please use the below Policy APIs instead. For Host Transport Node, please use /infra/sites/ |
GET /api/v1/lldp/transport-nodes/{node-id}/interfaces
(Deprecated)
|
| Monitoring > LLDP Read LLDP Neighbor Properties of Transport Node by Interface Name Deprecated: This API is deprecated. Please use the below Policy APIs instead. For Host Transport Node, please use /infra/sites/ |
GET /api/v1/lldp/transport-nodes/{node-id}/interfaces/{interface-name}
(Deprecated)
|
| Monitoring > Latency (Legacy Management Plane) |
GET /api/v1/latency-profiles
(Deprecated)
|
| Monitoring > Latency (Legacy Management Plane) |
POST /api/v1/latency-profiles
(Deprecated)
|
| Monitoring > Latency (Legacy Management Plane) |
DELETE /api/v1/latency-profiles/{latency-profile-id}
(Deprecated)
|
| Monitoring > Latency (Legacy Management Plane) |
GET /api/v1/latency-profiles/{latency-profile-id}
(Deprecated)
|
| Monitoring > Latency (Legacy Management Plane) |
PUT /api/v1/latency-profiles/{latency-profile-id}
(Deprecated)
|
| Monitoring > Packet Capture (Legacy Management Plane) Create an new packet capture session Deprecated: Use API POST /api/v1/infra/pktcap/session. |
POST /api/v1/pktcap/session
(Deprecated)
|
| Monitoring > Packet Capture (Legacy Management Plane) Get the status of packet capture session Deprecated: Use API POST /api/v1/infra/pktcap/session/ |
GET /api/v1/pktcap/session/{session-id}
(Deprecated)
|
| Monitoring > Packet Capture (Legacy Management Plane) Restart the packet capture session Deprecated: Use API POST /api/v1/infra/pktcap/session/ |
POST /api/v1/pktcap/session/{session-id}?action=restart
(Deprecated)
|
| Monitoring > Packet Capture (Legacy Management Plane) Terminate the packet capture session by session id Deprecated: Use API POST /api/v1/infra/pktcap/session/ |
POST /api/v1/pktcap/session/{session-id}?action=terminate
(Deprecated)
|
| Monitoring > Packet Capture (Legacy Management Plane) Delete the packet capture session by session id. Deprecated: Use API DELETE /api/v1/infra/pktcap/session/ |
POST /api/v1/pktcap/session/{session-id}?action=delete
(Deprecated)
|
| Monitoring > Packet Capture (Legacy Management Plane) Get packet capture file Deprecated: Use API GET /api/v1/infra/pktcap/session/ |
GET /api/v1/pktcap/session/{session-id}/capturefile
(Deprecated)
|
| Monitoring > Packet Capture (Legacy Management Plane) Get the information of all packet capture sessions Deprecated: Use API GET /api/v1/infra/pktcap/sessions. |
GET /api/v1/pktcap/sessions
(Deprecated)
|
| Monitoring > Packet Capture (Legacy Management Plane) Delete all the packet capture sessions Deprecated: Use API DELETE /api/v1/infra/pktcap/sessions. |
POST /api/v1/pktcap/sessions?action=delete
(Deprecated)
|
| Monitoring > System Health |
GET /api/v1/systemhealth/plugins
(Deprecated)
|
| Monitoring > System Health |
POST /api/v1/systemhealth/plugins
(Deprecated)
|
| Monitoring > System Health |
DELETE /api/v1/systemhealth/plugins/{plugin-id}
(Deprecated)
|
| Monitoring > System Health |
GET /api/v1/systemhealth/plugins/{plugin-id}
(Deprecated)
|
| Monitoring > System Health |
GET /api/v1/systemhealth/profiles
(Deprecated)
|
| Monitoring > System Health |
POST /api/v1/systemhealth/profiles
(Deprecated)
|
| Monitoring > System Health |
DELETE /api/v1/systemhealth/profiles/{profile-id}
(Deprecated)
|
| Monitoring > System Health |
GET /api/v1/systemhealth/profiles/{profile-id}
(Deprecated)
|
| Monitoring > System Health |
PUT /api/v1/systemhealth/profiles/{profile-id}
(Deprecated)
|
| Networking (Ip Management) > IP Pools (Legacy Management Plane) 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)
|
| Networking (Ip Management) > IP Pools (Legacy Management Plane) 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)
|
| Networking (Ip Management) > IP Pools (Legacy Management Plane) 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)
|
| 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) |
| Networking (Routing) > Tier-0S (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) |
| Networking (Routing) > Tier-0S (Arp Tables) 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) |
| Networking (Routing) > Tier-0S (Arp Tables) 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) |
| Networking (Routing) > Tier-1S (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) |
| Networking (Routing) > Tier-1S (Arp Tables) 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) |
| Networking (Routing) > Tier-1S (Arp Tables) 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) |
| Networking (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)
|
| Networking (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)
|
| Networking (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)
|
| Networking (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)
|
| Networking (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)
|
| Networking (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)
|
| Networking (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)
|
| Networking (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)
|
| Networking (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)
|
| Networking (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)
|
| Networking (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)
|
| Networking (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)
|
| Networking (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)
|
| Networking (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)
|
| Networking (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)
|
| Networking (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)
|
| Networking (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)
|
| Networking (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)
|
| Networking (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)
|
| Networking (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)
|
| Networking (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)
|
| Networking (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)
|
| Networking (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)
|
| Networking (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)
|
| Networking (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)
|
| Networking (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)
|
| Networking (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)
|
| Networking (Vpn) > IPSEC (Sessions) 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) |
| Networking (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)
|
| Networking (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)
|
| Networking (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)
|
| Networking (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)
|
| Networking (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)
|
| Networking (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)
|
| Networking (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)
|
| Networking (Vpn) > IPSEC (Sessions) 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) |
| Networking (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) |
| Networking (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) |
| Networking (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) |
| Networking (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) |
| Networking (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) |
| Networking (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) |
| Networking (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)
|
| Networking (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)
|
| Networking (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)
|
| Networking (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)
|
| Networking (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)
|
| Networking (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)
|
| Networking (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)
|
| Networking (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)
|
| Networking (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)
|
| Networking (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)
|
| Networking (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)
|
| Networking (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)
|
| Networking (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)
|
| Networking (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)
|
| Networking (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)
|
| Networking (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)
|
| Networking (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)
|
| Networking (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)
|
| Networking (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)
|
| Networking (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)
|
| Networking (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)
|
| Networking (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)
|
| Networking (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)
|
| Networking (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)
|
| Networking (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)
|
| Networking (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)
|
| Networking (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)
|
| Networking (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)
|
| Networking (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)
|
| Networking (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)
|
| None 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)
|
| None 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)
|
| Policy > Realized State |
GET /policy/api/v1/infra/realized-state/enforcement-points/{enforcement-point-name}/firewalls/firewall-sections
(Experimental)
(Deprecated)
|
| Policy > Realized State |
GET /policy/api/v1/infra/realized-state/enforcement-points/{enforcement-point-name}/firewalls/firewall-sections/{firewall-section-id}
(Experimental)
(Deprecated)
|
| Policy > Realized State |
GET /policy/api/v1/infra/realized-state/enforcement-points/{enforcement-point-name}/groups/nsgroups
(Experimental)
(Deprecated)
|
| Policy > Realized State |
GET /policy/api/v1/infra/realized-state/enforcement-points/{enforcement-point-name}/groups/nsgroups/{nsgroup-name}
(Experimental)
(Deprecated)
|
| Policy > Realized State |
GET /policy/api/v1/infra/realized-state/enforcement-points/{enforcement-point-name}/groups/securitygroups
(Experimental)
(Deprecated)
|
| Policy > Realized State |
GET /policy/api/v1/infra/realized-state/enforcement-points/{enforcement-point-name}/groups/securitygroups/{securitygroup-name}
(Experimental)
(Deprecated)
|
| Policy > Realized State |
GET /policy/api/v1/infra/realized-state/enforcement-points/{enforcement-point-name}/ip-sets/ip-sets-nsxt
(Experimental)
(Deprecated)
|
| Policy > 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 > Realized State |
GET /policy/api/v1/infra/realized-state/enforcement-points/{enforcement-point-name}/mac-sets/mac-sets-nsxt
(Experimental)
(Deprecated)
|
| Policy > 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 > Realized State |
GET /policy/api/v1/infra/realized-state/enforcement-points/{enforcement-point-name}/services/nsservices
(Experimental)
(Deprecated)
|
| Policy > Realized State |
GET /policy/api/v1/infra/realized-state/enforcement-points/{enforcement-point-name}/services/nsservices/{nsservice-name}
(Experimental)
(Deprecated)
|
| Security (East West) > 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)
|
| Security (East West) > 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)
|
| Security (East West) > 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)
|
| Security (East West) > 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)
|
| Security (East West) > 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)
|
| Security (East West) > 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)
|
| Security (East West) > 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)
|
| Security (East West) > 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)
|
| Security (East West) > 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)
|
| Security (East West) > 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)
|
| Security (East West) > 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)
|
| Security (East West) > 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)
|
| Security (East West) > Distributed Firewall (Identity Firewall) 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)
|
| Security (East West) > Distributed Firewall (Identity Firewall) 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)
|
| Security (East West) > Distributed Firewall (Identity Firewall) 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)
|
| Security (East West) > Distributed Firewall (Identity Firewall) 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)
|
| Security (East West) > Distributed Firewall (Identity Firewall) Invoke full sync or delta sync for a specific domain, with additional delay in seconds if needed. Stop sync will try to stop any pending sync if any to return to idle state. Deprecated: Use the following Policy API - POST /infra/identity-firewall-stores/action/delta-sync; POST /infra/identity-firewall-stores/action/full-sync; POST /infra/identity-firewall-stores/action/stop-sync; |
POST /policy/api/v1/infra/firewall-identity-stores/{firewall-identity-store-id}
(Deprecated)
POST /policy/api/v1/global-infra/firewall-identity-stores/{firewall-identity-store-id} (Deprecated) |
| Security (East West) > Distributed Firewall (Identity Firewall) 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)
|
| Security (East West) > Distributed Firewall (Identity Firewall) 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)
|
| Security (East West) > Distributed Firewall (Identity Firewall) 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)
|
| Security (East West) > Distributed Firewall (Identity Firewall) 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)
|
| Security (East West) > Distributed Firewall (Identity Firewall) 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)
|
| Security (East West) > Distributed Firewall (Identity Firewall) 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)
|
| Security (East West) > Distributed Firewall (Identity Firewall) 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)
|
| Security (East West) > Distributed Firewall (Identity Firewall) 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)
|
| Security (East West) > Distributed Firewall (Identity Firewall) 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)
|
| Security (East West) > Distributed Firewall (Identity Firewall) Test a LDAP server connection for directory domain Deprecated: Use the following Policy API - POST /infra/identity-firewall-stores/ldap-servers/action/connectivity-check |
POST /policy/api/v1/infra/firewall-identity-stores/{firewall-identity-store-id}/ldap-servers/{ldap-server-id}
(Deprecated)
POST /policy/api/v1/global-infra/firewall-identity-stores/{firewall-identity-store-id}/ldap-servers/{ldap-server-id} (Deprecated) |
| Security (East West) > Distributed Firewall (Identity Firewall) 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)
|
| Security (North South) > Gateway Firewall (Settings) 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) > API Services 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) > Capacity (Legacy Management Plane) Returns warning threshold(s) set for NSX Objects. Deprecated: MP objects are not supported in 9.0. Use /api/v1/infra/capacity/thresholds to get POLICY and FABRIC entities' capacity warning thresholds. |
GET /api/v1/capacity/threshold
(Deprecated)
|
| System (Administration) > Capacity (Legacy Management Plane) Updates the warning threshold(s) for NSX Objects. Deprecated: MP objects are not supported in 9.0. Use /api/v1/infra/capacity/thresholds to configure POLICY and FABRIC entities' capacity warning thresholds. |
PUT /api/v1/capacity/threshold
(Deprecated)
|
| System (Administration) > Capacity (Legacy Management Plane) Returns capacity usage data for NSX objects Deprecated: MP objects are not supported in 9.0. Use /api/v1/infra/capacity/dashboard/usage to get POLICY and FABRIC entities' capacity usages. |
GET /api/v1/capacity/usage
(Deprecated)
|
| System (Administration) > 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)
|
| System (Administration) > Certificates 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) > Certificates 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) > Certificates Return the list of CrlDistributionPoints Deprecated: Do not use. This is currently unused functionality that will be removed. |
GET /api/v1/trust-management/crl-distribution-points
(Deprecated)
|
| System (Administration) > Certificates Create a Crl Distribution Point Deprecated: Do not use. This is currently unused functionality that will be removed. |
POST /api/v1/trust-management/crl-distribution-points
(Deprecated)
|
| System (Administration) > Certificates Delete a CrlDistributionPoint Deprecated: Do not use. This is currently unused functionality that will be removed. |
DELETE /api/v1/trust-management/crl-distribution-points/{crl-distribution-point-id}
(Deprecated)
|
| System (Administration) > Certificates Return the CrlDistributionPoint with <crl-distribution-point-id> Deprecated: Do not use. This is currently unused functionality that will be removed. |
GET /api/v1/trust-management/crl-distribution-points/{crl-distribution-point-id}
(Deprecated)
|
| System (Administration) > Certificates Return the status of the CrlDistributionPoint Deprecated: Do not use. This is currently unused functionality that will be removed. |
GET /api/v1/trust-management/crl-distribution-points/{crl-distribution-point-id}/status
(Deprecated)
|
| System (Administration) > Certificates Return stored CRL in PEM format Deprecated: Do not use. This is currently unused functionality that will be removed. |
POST /api/v1/trust-management/crl-distribution-points/pem-file
(Deprecated)
|
| System (Administration) > Certificates 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) > Global Configurations List global configurations of a NSX domain Deprecated: The list API is disaggregated to feature verticals. Use the following Policy APIs for different global configs - OperationCollectorGlobalConfig GET /policy/api/v1/infra/ops-global-config RoutingGlobalConfig GET /policy/api/v1/infra/connectivity-global-config SecurityGlobalConfig GET /policy/api/v1/infra/security-global-config IdsGlobalConfig GET /policy/api/v1/infra/settings/firewall/security/intrusion-services FipsGlobalConfig GET /policy/api/v1/infra/connectivity-global-config SwitchingGlobalConfig GET /policy/api/v1/infra/connectivity-global-config FirewallGlobalConfig GET policy/api/v1/infra/settings/firewall/security |
GET /api/v1/global-configs
(Deprecated)
|
| System (Administration) > Global Configurations Get global configs for a config type Deprecated: Use the following Policy APIs for different global configs - OperationCollectorGlobalConfig GET /policy/api/v1/infra/ops-global-config RoutingGlobalConfig GET /policy/api/v1/infra/connectivity-global-config SecurityGlobalConfig GET /policy/api/v1/infra/security-global-config IdsGlobalConfig GET /policy/api/v1/infra/settings/firewall/security/intrusion-services FipsGlobalConfig GET /policy/api/v1/infra/connectivity-global-config SwitchingGlobalConfig GET /policy/api/v1/infra/connectivity-global-config FirewallGlobalConfig GET policy/api/v1/infra/settings/firewall/security |
GET /api/v1/global-configs/{config-type}
(Deprecated)
|
| System (Administration) > Global Configurations Update global configurations of a config type Deprecated: Use the following Policy APIs for different global configs - OperationCollectorGlobalConfig PUT /policy/api/v1/infra/ops-global-config RoutingGlobalConfig PUT /policy/api/v1/infra/connectivity-global-config SecurityGlobalConfig PUT /policy/api/v1/infra/security-global-config IdsGlobalConfig PUT /policy/api/v1/infra/settings/firewall/security/intrusion-services FipsGlobalConfig PUT /policy/api/v1/infra/connectivity-global-config SwitchingGlobalConfig PUT /policy/api/v1/infra/connectivity-global-config FirewallGlobalConfig PUT /policy/api/v1/infra/settings/firewall/security |
PUT /api/v1/global-configs/{config-type}
(Deprecated)
|
| System (Administration) > Global Configurations Resyncs global configurations of a config-type Deprecated: Use the following Policy APIs for different global configs - OperationCollectorGlobalConfig PUT /policy/api/v1/infra/ops-global-config RoutingGlobalConfig PUT /policy/api/v1/infra/connectivity-global-config SecurityGlobalConfig PUT /policy/api/v1/infra/security-global-config IdsGlobalConfig PUT /policy/api/v1/infra/settings/firewall/security/intrusion-services FipsGlobalConfig PUT /policy/api/v1/infra/connectivity-global-config SwitchingGlobalConfig PUT /policy/api/v1/infra/connectivity-global-config FirewallGlobalConfig PUT /policy/api/v1/infra/settings/firewall/security |
PUT /api/v1/global-configs/{config-type}?action=resync_config
(Deprecated)
|
| System (Administration) > NSX Intelligence |
GET /api/v1/cluster/{cluster-node-id}/node/intelligence/form-factors
(Deprecated)
GET /api/v1/node/intelligence/form-factors (Deprecated) |
| System (Administration) > NSX Manager (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) > NSX Manager (Cluster Certificate) |
POST /api/v1/cluster/api-certificate?action=clear_cluster_certificate
(Deprecated)
|
| System (Administration) > NSX Manager (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) > NSX Manager (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) > NSX Manager (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) > NSX Manager (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) > NSX Manager (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) > NSX Manager (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) > NSX Manager (Telemetry Service) Read Telemetry service properties Deprecated: This API is deprecated. Use: GET https://<nsx-mgr>/api/v1/node/services/monitoring |
GET /api/v1/cluster/{cluster-node-id}/node/services/telemetry
(Deprecated)
GET /api/v1/node/services/telemetry (Deprecated) |
| System (Administration) > NSX Manager (Telemetry Service) Restart, start or stop Telemetry service Deprecated: This API is deprecated. Use: POST https://<nsx-mgr>/api/v1/node/services/monitoring?action=restart|start|stop |
POST /api/v1/cluster/{cluster-node-id}/node/services/telemetry?action=restart
(Deprecated)
POST /api/v1/cluster/{cluster-node-id}/node/services/telemetry?action=start (Deprecated) POST /api/v1/cluster/{cluster-node-id}/node/services/telemetry?action=stop (Deprecated) POST /api/v1/node/services/telemetry?action=restart (Deprecated) POST /api/v1/node/services/telemetry?action=start (Deprecated) POST /api/v1/node/services/telemetry?action=stop (Deprecated) |
| System (Administration) > NSX Manager (Telemetry Service) Reset the logging levels to default values Deprecated: This API is deprecated. Use: POST https://<nsx-mgr>/api/v1/node/services/monitoring?action=reset-monitoring-logging-levels |
POST /api/v1/cluster/{cluster-node-id}/node/services/telemetry?action=reset-telemetry-logging-levels
(Deprecated)
POST /api/v1/node/services/telemetry?action=reset-telemetry-logging-levels (Deprecated) |
| System (Administration) > NSX Manager (Telemetry Service) Update Telemetry service properties Deprecated: This API is deprecated. Use: PUT https://<nsx-mgr>/api/v1/node/services/monitoring |
PUT /api/v1/cluster/{cluster-node-id}/node/services/telemetry
(Deprecated)
PUT /api/v1/node/services/telemetry (Deprecated) |
| System (Administration) > NSX Manager (Telemetry Service) Read Telemetry service status Deprecated: This API is deprecated. Use: GET https://<nsx-mgr>/api/v1/node/services/monitoring/status |
GET /api/v1/cluster/{cluster-node-id}/node/services/telemetry/status
(Deprecated)
GET /api/v1/node/services/telemetry/status (Deprecated) |
| System (Administration) > NSX Managers (Cluster) 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) > NSX Managers (Cluster) 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) > NSX Managers (Cluster) 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) > NSX Managers (Cluster) |
GET /api/v1/cluster/nodes/status
(Deprecated)
|
| System (Administration) > 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)
|
| System (Administration) > 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)
|
| System (Administration) > 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)
|
| System (Administration) > 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)
|
| System (Administration) > 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)
|
| System (Administration) > 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)
|
| System (Administration) > 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)
|
| System (Administration) > 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)
|
| System (Administration) > 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)
|
| System (Administration) > 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)
|
| System (Administration) > 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)
|
| System (Administration) > 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)
|
| System (Administration) > 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)
|
| System (Administration) > 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)
|
| System (Administration) > 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)
|
| System (Administration) > 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)
|
| System (Administration) > 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)
|
| System (Administration) > 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)
|
| System (Administration) > 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)
|
| System (Administration) > 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)
|
| System (Administration) > 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)
|
| System (Administration) > 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)
|
| System (Administration) > 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)
|
| System (Administration) > 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)
|
| System (Administration) > 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)
|
| System (Administration) > 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)
|
| System (Fabric) > Edge Clusters (Legacy Management Plane) List Edge Clusters Deprecated: This API is deprecated. Please use GET /infra/sites/ |
GET /api/v1/edge-clusters
(Deprecated)
|
| System (Fabric) > Edge Clusters (Legacy Management Plane) Create Edge Cluster Deprecated: This API is deprecated. Please use PATCH/PUT /infra/sites/ |
POST /api/v1/edge-clusters
(Deprecated)
|
| System (Fabric) > Edge Clusters (Legacy Management Plane) Delete Edge Cluster Deprecated: This API is deprecated. Please use DELETE /infra/sites/ |
DELETE /api/v1/edge-clusters/{edge-cluster-id}
(Deprecated)
|
| System (Fabric) > Edge Clusters (Legacy Management Plane) Read Edge Cluster Deprecated: This API is deprecated. Please use GET /infra/sites/ |
GET /api/v1/edge-clusters/{edge-cluster-id}
(Deprecated)
|
| System (Fabric) > Edge Clusters (Legacy Management Plane) Relocate service contexts from edge and remove edge node from the edge-cluster Deprecated: This API is deprecated. Please use POST /infra/sites/ |
POST /api/v1/edge-clusters/{edge-cluster-id}?action=relocate_and_remove
(Deprecated)
|
| System (Fabric) > Edge Clusters (Legacy Management Plane) Replace the transport node in the specified member of the edge-cluster Deprecated: This API is deprecated. Please use POST /infra/sites/ |
POST /api/v1/edge-clusters/{edge-cluster-id}?action=replace_transport_node
(Deprecated)
|
| System (Fabric) > Edge Clusters (Legacy Management Plane) Update Edge Cluster Deprecated: This API is deprecated. Please use PATCH/PUT /infra/sites/ |
PUT /api/v1/edge-clusters/{edge-cluster-id}
(Deprecated)
|
| System (Fabric) > Edge Clusters (Legacy Management Plane) Get the Allocation details of an edge cluster Deprecated: This API is deprecated. Please use GET /infra/sites/ |
GET /api/v1/edge-clusters/{edge-cluster-id}/allocation-status
(Deprecated)
|
| System (Fabric) > Edge Clusters (Legacy Management Plane) Get the Realized State of a Edge Cluster Deprecated: This API is deprecated. Please use GET /infra/sites/ |
GET /api/v1/edge-clusters/{edge-cluster-id}/state
(Deprecated)
|
| System (Fabric) > Edge Clusters (Legacy Management Plane) Get the status for the Edge cluster of the given id Deprecated: This API is deprecated. Please use GET /infra/sites/ |
GET /api/v1/edge-clusters/{edge-cluster-id}/status
(Deprecated)
|
| System (Fabric) > Edge Failure Domains (Legacy Management Plane) List Failure Domains Deprecated: This API is deprecated. Please use GET /infra/sites/ |
GET /api/v1/failure-domains
(Deprecated)
|
| System (Fabric) > Edge Failure Domains (Legacy Management Plane) Create Failure Domain Deprecated: This API is deprecated. Please use PATCH/PUT /infra/sites/ |
POST /api/v1/failure-domains
(Deprecated)
|
| System (Fabric) > Edge Failure Domains (Legacy Management Plane) Delete Failure Domain Deprecated: This API is deprecated. Please use DELETE /infra/sites/ |
DELETE /api/v1/failure-domains/{failure-domain-id}
(Deprecated)
|
| System (Fabric) > Edge Failure Domains (Legacy Management Plane) Get a Failure Domain Deprecated: This API is deprecated. Please use GET /infra/sites/ |
GET /api/v1/failure-domains/{failure-domain-id}
(Deprecated)
|
| System (Fabric) > Edge Failure Domains (Legacy Management Plane) Update Failure Domain Deprecated: This API is deprecated. Please use PATCH/PUT /infra/sites/ |
PUT /api/v1/failure-domains/{failure-domain-id}
(Deprecated)
|
| System (Fabric) > 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 (Fabric) > 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 (Fabric) > 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 (Fabric) > 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 (Fabric) > 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 (Fabric) > Transport Nodes 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 (Fabric) > Transport Nodes 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 (Fabric) > Transport Nodes 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 (Fabric) > Transport Nodes 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 (Fabric) > Transport Nodes 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 (Fabric) > Transport Nodes List Transport Nodes Deprecated: This API is deprecated. For Edge TN, Please use GET /infra/sites/ |
GET /api/v1/transport-nodes
(Deprecated)
|
| System (Fabric) > Transport Nodes Create a Transport Node Deprecated: This API is deprecated. For Edge TN, Please use PATCH/PUT /infra/sites/ |
POST /api/v1/transport-nodes
(Deprecated)
|
| System (Fabric) > Transport Nodes Redeploys a new node that replaces the specified edge node. Deprecated: This API is deprecated. Please use POST /infra/sites/ |
POST /api/v1/transport-nodes/{node-id}?action=redeploy
(Deprecated)
|
| System (Fabric) > 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 (Fabric) > Transport Nodes Delete a Transport Node Deprecated: This API is deprecated. For Edge TN, Please use DELETE /infra/sites/ |
DELETE /api/v1/transport-nodes/{transport-node-id}
(Deprecated)
|
| System (Fabric) > Transport Nodes Get a Transport Node Deprecated: This API is deprecated. For Edge TN, Please use GET /infra/sites/ |
GET /api/v1/transport-nodes/{transport-node-id}
(Deprecated)
|
| System (Fabric) > Transport Nodes Refresh the node configuration for the Edge node. Deprecated: This API is deprecated. Please use POST /infra/sites/ |
POST /api/v1/transport-nodes/{transport-node-id}?action=refresh_node_configuration&resource_type=EdgeNode
(Deprecated)
|
| System (Fabric) > 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 (Fabric) > Transport Nodes Update a Transport Node Deprecated: This API is deprecated. For Edge TN, Please use PATCH/PUT /infra/sites/ |
PUT /api/v1/transport-nodes/{transport-node-id}
(Deprecated)
|
| System (Fabric) > Transport Nodes Get a Transport Node's State Deprecated: This API is deprecated. For Edge TN, Please use GET /infra/sites/ |
GET /api/v1/transport-nodes/{transport-node-id}/state
(Deprecated)
|
| System (Fabric) > Transport Nodes Update transport node maintenance mode Deprecated: This API is deprecated. For Edge TN, 1. To put into maintenance mode, Please use POST /infra/sites/ |
POST /api/v1/transport-nodes/{transportnode-id}
(Deprecated)
|
| System (Fabric) > Transport Nodes List transport nodes by realized state Deprecated: This API is deprecated. For Edge TN, Please use GET /infra/sites/ |
GET /api/v1/transport-nodes/state
(Deprecated)
|
| System (Fabric) > Transport Zones (Legacy Management Plane) 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 (Fabric) > Transport Zones (Legacy Management Plane) 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 (Fabric) > Transport Zones (Legacy Management Plane) 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 (Fabric) > Transport Zones (Legacy Management Plane) 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 (Fabric) > Transport Zones (Legacy Management Plane) 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 (Fabric) > Transport Zones (Legacy Management Plane) 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 (Fabric) > Transport Zones (Legacy Management Plane) 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 (Fabric) > Transport Zones (Legacy Management Plane) 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 (Fabric) > Transport Zones (Legacy Management Plane) 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 (Fabric) > Transport Zones (Legacy Management Plane) 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 (Fabric) > Transport Zones (Legacy Management Plane) 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 (Lifecycle Management) > Backup & Restore (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 (Lifecycle Management) > Backup & Restore (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 (Lifecycle Management) > Upgrade (Bundles) |
POST /api/v1/upgrade/bundle?action=upload
(Deprecated)
|
| System (Lifecycle Management) > Upgrade (Nodes) |
GET /api/v1/cluster/{cluster-node-id}/node/upgrade
(Deprecated)
GET /api/v1/node/upgrade (Deprecated) |
| System (Lifecycle Management) > Upgrade (Plan) Start upgrade Deprecated: This rest routine is deprecated. Use /upgrade/plan?action=upgrade to start, retry or continue the upgrade. |
POST /api/v1/upgrade/plan?action=start
(Deprecated)
|
| System (Lifecycle Management) > Upgrade (Plan) Continue upgrade Deprecated: This rest routine is deprecated. Use /upgrade/plan?action=upgrade to start, retry or continue the upgrade. |
POST /api/v1/upgrade/plan?action=continue
(Deprecated)
|
| System (Settings) > Licenses Return the Enterprise License Deprecated: Deprecated. Use the GET /licenses API instead. |
GET /api/v1/license
(Deprecated)
|
| System (Settings) > Licenses Assign an Updated Enterprise License Key Deprecated: Deprecated. For all licensing related workflows, please refer to the common Licensing documentation in the VMware Cloud Foundation for this version. |
PUT /api/v1/license
(Deprecated)
|
| System (Settings) > Licenses Add a new license key Deprecated: Deprecated. For all licensing related workflows, please refer to the common Licensing documentation in the VMware Cloud Foundation for this version. |
POST /api/v1/licenses
(Deprecated)
|
| System (Settings) > Licenses Remove a license Deprecated: Deprecated. For all licensing related workflows, please refer to the common Licensing documentation in the VMware Cloud Foundation for this version. |
POST /api/v1/licenses?action=delete
(Deprecated)
|
| System (Settings) > Licenses Remove a license identified by the license-key Deprecated: Deprecated. For all licensing related workflows, please refer to the common Licensing documentation in the VMware Cloud Foundation for this version. |
DELETE /api/v1/licenses/{license-key}
(Deprecated)
|
| System (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 (Settings) > Licenses |
POST /api/v1/licenses/vcf-licenses
(Deprecated)
|
| Troubleshooting > 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) |
| Troubleshooting > 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) |
| User Management > Access Token Delete registration access token Deprecated: Use API POST /api/v1/aaa/registration-token/delete |
DELETE /policy/api/v1/aaa/registration-token/{token}
(Deprecated)
DELETE /api/v1/aaa/registration-token/{token} (Deprecated) |
| User Management > Access Token Get registration access token Deprecated: Use API POST /api/v1/aaa/registration-token/retrieve |
GET /policy/api/v1/aaa/registration-token/{token}
(Deprecated)
GET /api/v1/aaa/registration-token/{token} (Deprecated) |
| User Management > Principal Identities Register a name-certificate combination. Deprecated: Deprecated, use POST /trust-management/principal-identities/with-certificate instead. |
POST /api/v1/trust-management/principal-identities
(Deprecated)
|
| User Management > VIDM Configuration Get all the User Groups where vIDM display name matches the search key case insensitively. The search key is checked to be a substring of display name. This is a non paginated API. This API will return as many results that vIDM returns to NSX during the search query. vIDM may not send all results at once so to zero in on the group of interest more characters need to be entered. Deprecated: vIDM is deprecated by vIDB. Use API POST /api/v1/trust-management/oidc-uris/{id}/search. |
GET /policy/api/v1/aaa/vidm/groups
(Deprecated)
GET /api/v1/aaa/vidm/groups (Deprecated) |
| User Management > VIDM Configuration Get all the users and groups from vIDM matching the search key case insensitively. The search key is checked to be a substring of name or given name or family name of user and display name of group. This is a non paginated API. This API will return as many results that vIDM returns to NSX during the search query. vIDM may not send all results at once so to zero in on the user/group of interest more characters need to be entered. Deprecated: vIDM is deprecated by vIDB. Use API POST /api/v1/trust-management/oidc-uris/{id}/search. |
POST /policy/api/v1/aaa/vidm/search
(Deprecated)
POST /api/v1/aaa/vidm/search (Deprecated) |
| User Management > VIDM Configuration Get all the users from vIDM whose userName, givenName or familyName matches the search key case insensitively. The search key is checked to be a substring of name or given name or family name. This is a non paginated API. This API will return as many results that vIDM returns to NSX during the search query. vIDM may not send all results at once so to zero in on the user of interest more characters need to be entered. Deprecated: vIDM is deprecated by vIDB. Use API POST /api/v1/trust-management/oidc-uris/{id}/search. |
GET /policy/api/v1/aaa/vidm/users
(Deprecated)
GET /api/v1/aaa/vidm/users (Deprecated) |
| User Management > VIDM Configuration Read AAA provider vIDM properties Deprecated: vIDM is deprecated by vIDB. Use API GET /api/v1/trust-management/oidc-uris/ |
GET /api/v1/cluster/{cluster-node-id}/node/aaa/providers/vidm
(Deprecated)
GET /api/v1/node/aaa/providers/vidm (Deprecated) |
| User Management > VIDM Configuration Update AAA provider vIDM properties Deprecated: vIDM is deprecated by vIDB. Use API POST /api/v1/trust-management/oidc-uris/action/configure-vidb-oidc-endpoint. |
PUT /api/v1/cluster/{cluster-node-id}/node/aaa/providers/vidm
(Deprecated)
PUT /api/v1/node/aaa/providers/vidm (Deprecated) |
| User Management > VIDM Configuration Read AAA provider vIDM status Deprecated: vIDM is deprecated by vIDB. Use API GET /api/v1/trust-management/oidc-uris/{id}/health. |
GET /api/v1/cluster/{cluster-node-id}/node/aaa/providers/vidm/status
(Deprecated)
GET /api/v1/node/aaa/providers/vidm/status (Deprecated) |
| VPC Networking (Vpc) > Subnets Get statistics for downlink router port Deprecated: This API is deprecated. Please use GET /orgs/ |
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/subnets/{subnet-id}/gateway-interface-statistics/summary
(Deprecated)
|
| VPC Networking (Vpc) > Subnets (Bridge) Delete VPC Subnet bridge profile Deprecated: API is deprecated because it provides only partial functionality. We recommend using the /orgs/ |
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/subnets/{subnet-id}/bridge-profile
(Deprecated)
|
| VPC Networking (Vpc) > Subnets (Bridge) Get VPC Subnet bridge profile Deprecated: API is deprecated because it provides only partial functionality. We recommend using the /orgs/ |
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/subnets/{subnet-id}/bridge-profile
(Deprecated)
|
| VPC Networking (Vpc) > Subnets (Bridge) Create or update the VPC subnet bridge profile Deprecated: API is deprecated because it provides only partial functionality. We recommend using the /orgs/ |
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/subnets/{subnet-id}/bridge-profile
(Deprecated)
|
| VPC Networking (Vpc) > Subnets (Bridge) Create or update the VPC Subnet bridge profile Deprecated: API is deprecated because it provides only partial functionality. We recommend using the /orgs/ |
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/subnets/{subnet-id}/bridge-profile
(Deprecated)
|