NSX-T Data Center REST API

All Methods

API Description API Path
Certificates > Ca Bundles
Returns information about all the CA bundles
GET /policy/api/v1/infra/cabundles
Certificates > Ca Bundles
Deletes CA bundle
DELETE /policy/api/v1/infra/cabundles/{cabundle-id}
Certificates > Ca Bundles
Returns information about a CA bundle
GET /policy/api/v1/infra/cabundles/{cabundle-id}
Certificates > Ca Bundles
Adds or updates a CA bundle
PATCH /policy/api/v1/infra/cabundles/{cabundle-id}
Certificates > Ca Bundles
Adds or replaces a CA bundle
POST /policy/api/v1/infra/cabundles/{cabundle-id}
Certificates > Ca Bundles
Adds or replaces a CA bundle
PUT /policy/api/v1/infra/cabundles/{cabundle-id}
Certificates > Ca Bundles
Downloads a CA bundle
GET /policy/api/v1/infra/cabundles/{cabundle-id}/pem-file
Certificates > Ca Bundles
Return All the User-Facing Components' Certificates
GET /policy/api/v1/infra/certificates
GET /policy/api/v1/global-infra/certificates
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/certificates
Certificates > Ca Bundles
Delete Certificate for the Given Certificate ID
DELETE /policy/api/v1/infra/certificates/{certificate-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/certificates/{certificate-id}
Certificates > Ca Bundles
Show Certificate Data for the Given Certificate ID
GET /policy/api/v1/infra/certificates/{certificate-id}
GET /policy/api/v1/global-infra/certificates/{certificate-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/certificates/{certificate-id}
Certificates > Ca Bundles
Add a New Certificate
PATCH /policy/api/v1/infra/certificates/{certificate-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/certificates/{certificate-id}
Certificates > Ca Bundles
Add a New Certificate
PUT /policy/api/v1/infra/certificates/{certificate-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/certificates/{certificate-id}
Certificates > Crls
Return All Added CRLs
GET /policy/api/v1/infra/crls
GET /policy/api/v1/global-infra/crls
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/crls
Certificates > Crls
Delete a CRL
DELETE /policy/api/v1/infra/crls/{crl-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/crls/{crl-id}
Certificates > Crls
Show CRL Data for the Given CRL id.
GET /policy/api/v1/infra/crls/{crl-id}
GET /policy/api/v1/global-infra/crls/{crl-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/crls/{crl-id}
Certificates > Crls
Create or patch a Certificate Revocation List
PATCH /policy/api/v1/infra/crls/{crl-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/crls/{crl-id}
Certificates > Crls
Create a new Certificate Revocation List
POST /policy/api/v1/infra/crls/{crl-id}?action=import
POST /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/crls/{crl-id}?action=import
Certificates > Crls
Upload a new or updated Certificate Revocation List
POST /policy/api/v1/infra/crls/{crl-id}?action=upload
POST /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/crls/{crl-id}?action=upload
Certificates > Crls
Create or fully replace a Certificate Revocation List
PUT /policy/api/v1/infra/crls/{crl-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/crls/{crl-id}
Certificates > Csrs
Return All the Generated CSRs
GET /policy/api/v1/infra/csrs
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/csrs
Certificates > Csrs
Generate a new self-signed certificate
POST /policy/api/v1/infra/csrs?action=self_sign
POST /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/csrs?action=self_sign
Certificates > Csrs
Delete a CSR
DELETE /policy/api/v1/infra/csrs/{csr-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/csrs/{csr-id}
Certificates > Csrs
Show CSR Data for the Given CSR ID
GET /policy/api/v1/infra/csrs/{csr-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/csrs/{csr-id}
Certificates > Csrs
Generate a New Certificate Signing Request
POST /policy/api/v1/infra/csrs/{csr-id}?action=create
POST /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/csrs/{csr-id}?action=create
Certificates > Csrs
Import a Certificate Associated with an Approved CSR
POST /policy/api/v1/infra/csrs/{csr-id}?action=import
POST /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/csrs/{csr-id}?action=import
Certificates > Csrs
Upload the Certificate PEM File Signed by the CA Associated with a CSR
POST /policy/api/v1/infra/csrs/{csr-id}?action=upload
POST /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/csrs/{csr-id}?action=upload
Certificates > Csrs
Self-Sign the CSR
POST /policy/api/v1/infra/csrs/{csr-id}?action=self_sign
POST /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/csrs/{csr-id}?action=self_sign
Certificates > Csrs
Get CSR PEM File for the Given CSR ID
GET /policy/api/v1/infra/csrs/{csr-id}/pem-file
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/csrs/{csr-id}/pem-file
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
List enforcementpoints under Site
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points
GET /policy/api/v1/global-infra/sites/{site-id}/enforcement-points
Enforcement Points > Edge Clusters
Full sync EnforcementPoint from Site
POST /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcement-point-id}?action=full-sync
Enforcement Points > Edge Clusters
Delete EnforcementPoint from Site
DELETE /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}
Enforcement Points > Edge Clusters
Read an Enforcement Point under Infra/Site
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}
GET /policy/api/v1/global-infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}
Enforcement Points > Edge Clusters
Patch a new Enforcement Point under Site
PATCH /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}
Enforcement Points > Edge Clusters
Reload an Enforcement Point under Site
POST /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}?action=reload
Enforcement Points > Edge Clusters
Create/update a new Enforcement Point under Site
PUT /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}
Enforcement Points > Edge Clusters
List Edge Clusters under an Enforcement Point
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/edge-clusters
GET /policy/api/v1/global-infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/edge-clusters
Enforcement Points > Edge Clusters
Read an Edge Cluster under an Enforcement Point
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/edge-clusters/{edge-cluster-id}
GET /policy/api/v1/global-infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/edge-clusters/{edge-cluster-id}
Enforcement Points > Edge Clusters (Legacy Management Plane)
List Cluster Profiles

Deprecated: This API is deprecated. Please use GET /infra/sites//enforcement-points//edge-cluster-high-availability-profiles instead.
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//enforcement-points//edge-cluster-high-availability-profiles/ instead.
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//enforcement-points//edge-cluster-high-availability-profiles/ instead.
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//enforcement-points//edge-cluster-high-availability-profiles/ instead.
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//enforcement-points//edge-cluster-high-availability-profiles/ instead.
PUT /api/v1/cluster-profiles/{cluster-profile-id} (Deprecated)
Federation > Edge Transport Node (Remote Tep)
Paginated list of BGP Neighbors on edge transport node
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/edge-clusters/{edge-cluster-id}/edge-nodes/{policy-edge-node-id}/remote-tep-connectivity/bgp/neighbors
GET /policy/api/v1/global-infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/edge-clusters/{edge-cluster-id}/edge-nodes/{policy-edge-node-id}/remote-tep-connectivity/bgp/neighbors
Federation > Edge Transport Node (Remote Tep)
Get BGP neighbor advertised routes on edge transport node.
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/edge-clusters/{edge-cluster-id}/edge-nodes/{policy-edge-node-id}/remote-tep-connectivity/bgp/neighbors/{neighbor-id}/advertised-routes
GET /policy/api/v1/global-infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/edge-clusters/{edge-cluster-id}/edge-nodes/{policy-edge-node-id}/remote-tep-connectivity/bgp/neighbors/{neighbor-id}/advertised-routes
Federation > Edge Transport Node (Remote Tep)
Get BGP neighbor learned routes on edge transport node.
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/edge-clusters/{edge-cluster-id}/edge-nodes/{policy-edge-node-id}/remote-tep-connectivity/bgp/neighbors/{neighbor-id}/routes
GET /policy/api/v1/global-infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/edge-clusters/{edge-cluster-id}/edge-nodes/{policy-edge-node-id}/remote-tep-connectivity/bgp/neighbors/{neighbor-id}/routes
Federation > Edge Transport Node (Remote Tep)
Get Remote TEP BGP summary of policy edge transport node.
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/edge-clusters/{edge-cluster-id}/edge-nodes/{policy-edge-node-id}/remote-tep-connectivity/bgp/summary
GET /policy/api/v1/global-infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/edge-clusters/{edge-cluster-id}/edge-nodes/{policy-edge-node-id}/remote-tep-connectivity/bgp/summary
Federation > Edge Transport Node (Remote Tep)
Get cross-site tunnel statistics of policy edge transport node.
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/edge-clusters/{edge-cluster-id}/edge-nodes/{policy-edge-node-id}/remote-tep-connectivity/tunnels/statistics
GET /policy/api/v1/global-infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/edge-clusters/{edge-cluster-id}/edge-nodes/{policy-edge-node-id}/remote-tep-connectivity/tunnels/statistics
Federation > Federation Configuration
Read federation config
GET /policy/api/v1/infra/federation-config
GET /policy/api/v1/global-infra/federation-config
Federation > Federation Configuration
Read Global Manager config along with sensitive data
GET /policy/api/v1/global-infra/global-manager-config?action=show-sensitive-data
Federation > Full Synchronization
Performs realized object actions specified in the action.
POST /policy/api/v1/infra/full-sync-action
Federation > Full Synchronization
List full sync states
GET /policy/api/v1/infra/full-sync-states
GET /policy/api/v1/global-infra/full-sync-states
Federation > Full Synchronization
Get full sync state
GET /policy/api/v1/infra/full-sync-states/{full-sync-id}
GET /policy/api/v1/global-infra/full-sync-states/{full-sync-id}
Federation > Global Managers
List Global Managers
GET /policy/api/v1/global-infra/global-managers
Federation > Global Managers
Read a Global Manager
GET /policy/api/v1/global-infra/global-managers/{global-manager-id}
Federation > Inter-Sites (Legacy Management Plane)
Get inter-site status of the edge cluster
GET /api/v1/edge-clusters/{edge-cluster-id}/inter-site/status
Federation > Inter-Sites (Legacy Management Plane)
Get infra segment cross site forwarder placement and HA status
GET /policy/api/v1/global-infra/segments/{segment-id}/inter-site-forwarder/site-span-info
Federation > Inter-Sites (Legacy Management Plane)
Get infra segment cross site traffic statistics
GET /policy/api/v1/global-infra/segments/{segment-id}/inter-site-forwarder/statistics
Federation > Inter-Sites (Legacy Management Plane)
Get infra segment cross site traffic statistics

Deprecated: This API is deprecated. Please use GET /infra/segments//inter-site-forwarder/stats instead.
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//enforcement-points//edge-clusters//remote-tep-connectivity/bgp/summary instead.
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//enforcement-points//edge-clusters//remote-tep-connectivity/status instead.
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 inter-site L2 forwarder status for Tier1 gateway
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/locale-services/{locale-services-id}/inter-site-forwarder/status
Federation > Inter-Sites (Legacy Management Plane)
Get segment cross site forwarder placement and HA status
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/inter-site-forwarder/site-span-info
Federation > Inter-Sites (Legacy Management Plane)
Get segment cross site traffic statistics
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/inter-site-forwarder/statistics
Federation > Inter-Sites (Legacy Management Plane)
Get segment cross site traffic statistics

Deprecated: This API is deprecated. Please use GET /infra/tier-1s//segments//inter-site-forwarder/stats instead.
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 remote mac addresses
GET /api/v1/logical-switches/{logical-switch-id}/inter-site-forwarder/site-span-info (Experimental)
Federation > Inter-Sites (Legacy Management Plane)
Get L2 forwarder statistics
GET /api/v1/logical-switches/{logical-switch-id}/inter-site-forwarder/statistics (Experimental)
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 (Deprecated) (Experimental)
Federation > Inter-Sites (Legacy Management Plane)
Paginated list of BGP Neighbors on edge transport node
GET /api/v1/transport-nodes/{edge-node-id}/inter-site/bgp/neighbors
Federation > Inter-Sites (Legacy Management Plane)
Get BGP neighbor advertised routes on edge transport node
GET /api/v1/transport-nodes/{edge-node-id}/inter-site/bgp/neighbors/{neighbor-id}/advertised-routes
Federation > Inter-Sites (Legacy Management Plane)
Get BGP neighbor learned routes on edge transport node
GET /api/v1/transport-nodes/{edge-node-id}/inter-site/bgp/neighbors/{neighbor-id}/routes
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//enforcement-points//edge-clusters//edge-nodes//remote-tep-connectivity/bgp/summary
GET /api/v1/transport-nodes/{edge-node-id}/inter-site/bgp/summary (Deprecated)
Federation > Inter-Sites (Legacy Management Plane)
Get inter-site statistics of edge node
GET /api/v1/transport-nodes/{edge-node-id}/inter-site/statistics
Federation > Observability
Get monitoring info
GET /policy/api/v1/observability/flow-details
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)
Federation > Sites
Get site offboarding status.
GET /policy/api/v1/infra/site/offboarding-status
Federation > Sites
List Sites
GET /policy/api/v1/infra/sites
GET /policy/api/v1/global-infra/sites
Federation > Sites
Delete a site
DELETE /policy/api/v1/infra/sites/{site-id}
Federation > Sites
Read a site
GET /policy/api/v1/infra/sites/{site-id}
GET /policy/api/v1/global-infra/sites/{site-id}
Federation > Sites
Create or patch Site
PATCH /policy/api/v1/infra/sites/{site-id}
Federation > Sites
Create or fully replace a Site under infra
PUT /policy/api/v1/infra/sites/{site-id}
Federation > Sites
Returns the certificate of the listener
GET /policy/api/v1/infra/sites/listener_certificate
GET /policy/api/v1/global-infra/sites/listener_certificate
Federation > Sites
Get span for an entity with specified path
GET /policy/api/v1/infra/span
GET /policy/api/v1/global-infra/span
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/span
Federation > Sites
Get the site configuration
GET /api/v1/sites
Federation > Sites
Get the site configuration, some attributes won't be shown based on version
GET /api/v1/sites?version=3.0.2
GET /api/v1/sites?version=3.1.0
GET /api/v1/sites?version=latest
Federation > Sites
Get the compatibility list of the site
GET /api/v1/sites/compatibility
Federation > Sites
Check whether the remote site version is compatible to this site
GET /api/v1/sites/compatibility/remote
Federation > Sites
Get the local site configuration
GET /api/v1/sites/self
Federation > Sites
Get overall status of the federation, including stub status
GET /api/v1/sites/status
Federation > Sites
Get the switchover status
GET /api/v1/sites/switchover-status
Federation > Sites (Security Settings)
This routine will get site security setting
GET /policy/api/v1/global-infra/sites/{site-id}/security-setting
Hide
NodeMode
GET /api/v1/cluster/{cluster-node-id}/node/mode
GET /api/v1/node/mode
Inventory > Baremetal Server Interfaces
Apply tags on bare metal server interface
POST /policy/api/v1/infra/baremetal-server-interfaces/tags
POST /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/baremetal-server-interfaces/tags
Inventory > Context Profiles
Get PolicyContextProfiles
GET /policy/api/v1/infra/context-profiles
GET /policy/api/v1/global-infra/context-profiles
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/context-profiles
Inventory > Context Profiles
Delete Policy Context Profile
DELETE /policy/api/v1/infra/context-profiles/{context-profile-id}
DELETE /policy/api/v1/global-infra/context-profiles/{context-profile-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/context-profiles/{context-profile-id}
Inventory > Context Profiles
Get PolicyContextProfile
GET /policy/api/v1/infra/context-profiles/{context-profile-id}
GET /policy/api/v1/global-infra/context-profiles/{context-profile-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/context-profiles/{context-profile-id}
Inventory > Context Profiles
Create PolicyContextProfile
PATCH /policy/api/v1/infra/context-profiles/{context-profile-id}
PATCH /policy/api/v1/global-infra/context-profiles/{context-profile-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/context-profiles/{context-profile-id}
Inventory > Context Profiles
Create PolicyContextProfile
PUT /policy/api/v1/infra/context-profiles/{context-profile-id}
PUT /policy/api/v1/global-infra/context-profiles/{context-profile-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/context-profiles/{context-profile-id}
Inventory > Context Profiles
List Context Profile supported attribute types
GET /policy/api/v1/infra/context-profiles/attribute-types
Inventory > Context Profiles
List Policy Context Profile supported attributes and sub-attributes
GET /policy/api/v1/infra/context-profiles/attributes
GET /policy/api/v1/global-infra/context-profiles/attributes
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/context-profiles/attributes
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 > Context Profiles
Retrieves custom attribute values for given attribute key
GET /policy/api/v1/infra/context-profiles/custom-attributes/default
GET /policy/api/v1/global-infra/context-profiles/custom-attributes/default
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/context-profiles/custom-attributes/default
Inventory > Context Profiles
Update custom attribute value list for given attribute key.
PATCH /policy/api/v1/infra/context-profiles/custom-attributes/default
PATCH /policy/api/v1/global-infra/context-profiles/custom-attributes/default
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/context-profiles/custom-attributes/default
Inventory > Context Profiles
Adds/Removes custom attribute values from list
POST /policy/api/v1/infra/context-profiles/custom-attributes/default
POST /policy/api/v1/global-infra/context-profiles/custom-attributes/default
POST /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/context-profiles/custom-attributes/default
Inventory > Group Members
Get groups for which the given bare metal server (BMS) is a member
GET /policy/api/v1/infra/bms-group-associations
GET /policy/api/v1/global-infra/bms-group-associations
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/bms-group-associations
Inventory > Group Members
Get groups for which the given bare metal server interface (BMSI) is a member
GET /policy/api/v1/infra/bmsi-group-associations
GET /policy/api/v1/global-infra/bmsi-group-associations
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/bmsi-group-associations
Inventory > Group Members
Get groups for which the given Cloud Native Service Instance is a member
GET /policy/api/v1/infra/cloud-native-service-group-associations
GET /policy/api/v1/global-infra/cloud-native-service-group-associations
Inventory > Group Members
Get associated kubernetes clusters for given group
GET /policy/api/v1/infra/domains/{domain-id}/groups/{group-id}/associated-kubernetes-clusters
Inventory > Group Members
Get antrea egresses that belong to this Group
GET /policy/api/v1/infra/domains/{domain-id}/groups/{group-id}/members/antrea-egresses
Inventory > Group Members
Get antrea ippools that belong to this Group
GET /policy/api/v1/infra/domains/{domain-id}/groups/{group-id}/members/antrea-ip-pools
Inventory > Group Members
Get Effective Bare Metal Servers(BMS) that belong to this group.
GET /policy/api/v1/infra/domains/{domain-id}/groups/{group-id}/members/bms
GET /policy/api/v1/global-infra/domains/{domain-id}/groups/{group-id}/members/bms
Inventory > Group Members
Get Effective Bare Metal Server Interfaces(BMSI) that belong to this group.
GET /policy/api/v1/infra/domains/{domain-id}/groups/{group-id}/members/bmsi
GET /policy/api/v1/global-infra/domains/{domain-id}/groups/{group-id}/members/bmsi
Inventory > Group Members
Get Effective Cloud Native Service Instances that belong to this group.
GET /policy/api/v1/infra/domains/{domain-id}/groups/{group-id}/members/cloud-native-service-instances
GET /policy/api/v1/global-infra/domains/{domain-id}/groups/{group-id}/members/cloud-native-service-instances
Inventory > Group Members
Get consolidated effective IPAddress translated from this group across site
GET /policy/api/v1/global-infra/domains/{domain-id}/groups/{group-id}/members/consolidated-effective-ip-addresses
Inventory > Group Members
Get Discovered Port Groups that belong to this Group
GET /policy/api/v1/infra/domains/{domain-id}/groups/{group-id}/members/dvpg
GET /policy/api/v1/global-infra/domains/{domain-id}/groups/{group-id}/members/dvpg
Inventory > Group Members
Get discovered ports that belong to this Group
GET /policy/api/v1/infra/domains/{domain-id}/groups/{group-id}/members/dvports
GET /policy/api/v1/global-infra/domains/{domain-id}/groups/{group-id}/members/dvports
Inventory > Group Members
Get Effective Identity Groups that belong to this group.
GET /policy/api/v1/infra/domains/{domain-id}/groups/{group-id}/members/identity-groups
Inventory > Group Members
Get IP addresses that belong to this Group
GET /policy/api/v1/infra/domains/{domain-id}/groups/{group-id}/members/ip-addresses
GET /policy/api/v1/global-infra/domains/{domain-id}/groups/{group-id}/members/ip-addresses
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/groups/{group-id}/members/ip-addresses
Inventory > Group Members
Get Effective IPGroups that belong to this group.
GET /policy/api/v1/infra/domains/{domain-id}/groups/{group-id}/members/ip-groups
GET /policy/api/v1/global-infra/domains/{domain-id}/groups/{group-id}/members/ip-groups
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/groups/{group-id}/members/ip-groups
Inventory > Group Members
Get kubernetes gateways that belong to this Group
GET /policy/api/v1/infra/domains/{domain-id}/groups/{group-id}/members/kubernetes-gateways
Inventory > Group Members
Get kubernetes ingress policies that belong to this Group
GET /policy/api/v1/infra/domains/{domain-id}/groups/{group-id}/members/kubernetes-ingresses
Inventory > Group Members
Get kubernetes nodes that belong to this Group
GET /policy/api/v1/infra/domains/{domain-id}/groups/{group-id}/members/kubernetes-node-ips
Inventory > Group Members
Get kubernetes node pod cidrs that belong to this Group
GET /policy/api/v1/infra/domains/{domain-id}/groups/{group-id}/members/kubernetes-node-pod-cidrs
Inventory > Group Members
Get kubernetes services that belong to this Group
GET /policy/api/v1/infra/domains/{domain-id}/groups/{group-id}/members/kubernetes-services
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 pods that belong to this Group
GET /policy/api/v1/infra/domains/{domain-id}/groups/{group-id}/members/pods
GET /policy/api/v1/global-infra/domains/{domain-id}/groups/{group-id}/members/pods
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/groups/{group-id}/members/pods
Inventory > Group Members
Get segment ports that belong to this Group
GET /policy/api/v1/infra/domains/{domain-id}/groups/{group-id}/members/segment-ports
GET /policy/api/v1/global-infra/domains/{domain-id}/groups/{group-id}/members/segment-ports
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/groups/{group-id}/members/segment-ports
Inventory > Group Members
Get segments that belong to this Group
GET /policy/api/v1/infra/domains/{domain-id}/groups/{group-id}/members/segments
GET /policy/api/v1/global-infra/domains/{domain-id}/groups/{group-id}/members/segments
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/groups/{group-id}/members/segments
Inventory > Group Members
Get effective transport node members that belong to this group
GET /policy/api/v1/infra/domains/{domain-id}/groups/{group-id}/members/transport-nodes
Inventory > Group Members
Get Virtual Network Interface instances that belong to this Group
GET /policy/api/v1/infra/domains/{domain-id}/groups/{group-id}/members/vifs
GET /policy/api/v1/global-infra/domains/{domain-id}/groups/{group-id}/members/vifs
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/groups/{group-id}/members/vifs
Inventory > Group Members
Get Virtual machines that belong to this Group
GET /policy/api/v1/infra/domains/{domain-id}/groups/{group-id}/members/virtual-machines
GET /policy/api/v1/global-infra/domains/{domain-id}/groups/{group-id}/members/virtual-machines
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/groups/{group-id}/members/virtual-machines
Inventory > Group Members
Get VPCs that belong to this Group
GET /policy/api/v1/infra/domains/{domain-id}/groups/{group-id}/members/vpcs
GET /policy/api/v1/global-infra/domains/{domain-id}/groups/{group-id}/members/vpcs
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/groups/{group-id}/members/vpcs
Inventory > Group Members
Get effective VMs for the Group
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 > Group Members
Get tags used to define conditions inside a Group
GET /policy/api/v1/infra/domains/{domain-id}/groups/{group-id}/tags
GET /policy/api/v1/global-infra/domains/{domain-id}/groups/{group-id}/tags
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/groups/{group-id}/tags
Inventory > Group Members
Get groups for which the given object is a member
GET /policy/api/v1/infra/group-associations
GET /policy/api/v1/global-infra/group-associations
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/group-associations
Inventory > Group Members
Get groups for which the given Identity Group is a member
GET /policy/api/v1/infra/identity-group-associations
Inventory > Group Members
Get groups for which the given IP address is a member
GET /policy/api/v1/infra/ip-address-group-associations
GET /policy/api/v1/global-infra/ip-address-group-associations
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/ip-address-group-associations
Inventory > Group Members
Get groups for which the given pod is a member
GET /policy/api/v1/infra/pod-group-associations
GET /policy/api/v1/global-infra/pod-group-associations
Inventory > Group Members
Get groups for which the given VM is a member
GET /policy/api/v1/infra/virtual-machine-group-associations
GET /policy/api/v1/global-infra/virtual-machine-group-associations
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/virtual-machine-group-associations
Inventory > Group Members
Get groups for which the given VIF is a member
GET /policy/api/v1/infra/virtual-network-interface-group-associations
GET /policy/api/v1/global-infra/virtual-network-interface-group-associations
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/virtual-network-interface-group-associations
Inventory > Groups
List Groups for a domain
GET /policy/api/v1/infra/domains/{domain-id}/groups
GET /policy/api/v1/global-infra/domains/{domain-id}/groups
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/groups
Inventory > Groups
Delete Group
DELETE /policy/api/v1/infra/domains/{domain-id}/groups/{group-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/groups/{group-id}
Inventory > Groups
Read group
GET /policy/api/v1/infra/domains/{domain-id}/groups/{group-id}
GET /policy/api/v1/global-infra/domains/{domain-id}/groups/{group-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/groups/{group-id}
Inventory > Groups
Patch a group
PATCH /policy/api/v1/infra/domains/{domain-id}/groups/{group-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/groups/{group-id}
Inventory > Groups
Create or update a group
PUT /policy/api/v1/infra/domains/{domain-id}/groups/{group-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/groups/{group-id}
Inventory > Groups
Delete Group External ID Expression
DELETE /policy/api/v1/infra/domains/{domain-id}/groups/{group-id}/external-id-expressions/{expression-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/groups/{group-id}/external-id-expressions/{expression-id}
Inventory > Groups
Patch a group external ID expression
PATCH /policy/api/v1/infra/domains/{domain-id}/groups/{group-id}/external-id-expressions/{expression-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/groups/{group-id}/external-id-expressions/{expression-id}
Inventory > Groups
Add or Remove external id based members from/to a Group
POST /policy/api/v1/infra/domains/{domain-id}/groups/{group-id}/external-id-expressions/{expression-id}
POST /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/groups/{group-id}/external-id-expressions/{expression-id}
Inventory > Groups
Delete Group IPAddressExpression
DELETE /policy/api/v1/infra/domains/{domain-id}/groups/{group-id}/ip-address-expressions/{expression-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/groups/{group-id}/ip-address-expressions/{expression-id}
Inventory > Groups
Patch a group IP Address expression
PATCH /policy/api/v1/infra/domains/{domain-id}/groups/{group-id}/ip-address-expressions/{expression-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/groups/{group-id}/ip-address-expressions/{expression-id}
Inventory > Groups
Add or Remove IP Addresses from/to a Group
POST /policy/api/v1/infra/domains/{domain-id}/groups/{group-id}/ip-address-expressions/{expression-id}
POST /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/groups/{group-id}/ip-address-expressions/{expression-id}
Inventory > Groups
Delete Group MACAddressExpression
DELETE /policy/api/v1/infra/domains/{domain-id}/groups/{group-id}/mac-address-expressions/{expression-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/groups/{group-id}/mac-address-expressions/{expression-id}
Inventory > Groups
Patch a group MAC Address expression
PATCH /policy/api/v1/infra/domains/{domain-id}/groups/{group-id}/mac-address-expressions/{expression-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/groups/{group-id}/mac-address-expressions/{expression-id}
Inventory > Groups
Add or Remove MAC Addresses from/to a Group
POST /policy/api/v1/infra/domains/{domain-id}/groups/{group-id}/mac-address-expressions/{expression-id}
POST /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/groups/{group-id}/mac-address-expressions/{expression-id}
Inventory > Groups
Get member types for a given Group
GET /policy/api/v1/infra/domains/{domain-id}/groups/{group-id}/member-types
GET /policy/api/v1/global-infra/domains/{domain-id}/groups/{group-id}/member-types
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/groups/{group-id}/member-types
Inventory > Groups
Delete Group Path Expression
DELETE /policy/api/v1/infra/domains/{domain-id}/groups/{group-id}/path-expressions/{expression-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/groups/{group-id}/path-expressions/{expression-id}
Inventory > Groups
Patch a group path expression
PATCH /policy/api/v1/infra/domains/{domain-id}/groups/{group-id}/path-expressions/{expression-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/groups/{group-id}/path-expressions/{expression-id}
Inventory > Groups
Add or Remove path based members from/to a Group
POST /policy/api/v1/infra/domains/{domain-id}/groups/{group-id}/path-expressions/{expression-id}
POST /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/groups/{group-id}/path-expressions/{expression-id}
Inventory > L7 Access Profiles
List l7 access Profiles
GET /policy/api/v1/infra/l7-access-profiles
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/l7-access-profiles
Inventory > L7 Access Profiles
Delete L7 Access Profile
DELETE /policy/api/v1/infra/l7-access-profiles/{l7-access-profile-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/l7-access-profiles/{l7-access-profile-id}
Inventory > L7 Access Profiles
Get L7 Access Profile
GET /policy/api/v1/infra/l7-access-profiles/{l7-access-profile-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/l7-access-profiles/{l7-access-profile-id}
Inventory > L7 Access Profiles
Create or update L7 Access Profile
PATCH /policy/api/v1/infra/l7-access-profiles/{l7-access-profile-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/l7-access-profiles/{l7-access-profile-id}
Inventory > L7 Access Profiles
Update L7 Access Profile
PUT /policy/api/v1/infra/l7-access-profiles/{l7-access-profile-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/l7-access-profiles/{l7-access-profile-id}
Inventory > L7 Access Profiles
List l7 access profile entries
GET /policy/api/v1/infra/l7-access-profiles/{l7-access-profile-id}/entries
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/l7-access-profiles/{l7-access-profile-id}/entries
Inventory > L7 Access Profiles
Delete L7 Access Profile entry
DELETE /policy/api/v1/infra/l7-access-profiles/{l7-access-profile-id}/entries/{l7-access-entry-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/l7-access-profiles/{l7-access-profile-id}/entries/{l7-access-entry-id}
Inventory > L7 Access Profiles
Read L7 Access Profile entry
GET /policy/api/v1/infra/l7-access-profiles/{l7-access-profile-id}/entries/{l7-access-entry-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/l7-access-profiles/{l7-access-profile-id}/entries/{l7-access-entry-id}
Inventory > L7 Access Profiles
Create or update L7 Access Profile entry
PATCH /policy/api/v1/infra/l7-access-profiles/{l7-access-profile-id}/entries/{l7-access-entry-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/l7-access-profiles/{l7-access-profile-id}/entries/{l7-access-entry-id}
Inventory > L7 Access Profiles
Create L7 Access Profile entry
PUT /policy/api/v1/infra/l7-access-profiles/{l7-access-profile-id}/entries/{l7-access-entry-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/l7-access-profiles/{l7-access-profile-id}/entries/{l7-access-entry-id}
Inventory > L7 Access Profiles
List Policy L7 access profile supported attributes and sub-attributes
GET /policy/api/v1/infra/l7-access-profiles/attributes
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/l7-access-profiles/attributes
Inventory > L7 Access Profiles
List static mime contents
GET /policy/api/v1/infra/static-mime-contents
Inventory > L7 Access Profiles
Delete static Mime content
DELETE /policy/api/v1/infra/static-mime-contents/{static-mime-content-id}
Inventory > L7 Access Profiles
Get Static Mime content
GET /policy/api/v1/infra/static-mime-contents/{static-mime-content-id}
Inventory > L7 Access Profiles
Create or update static mime content id
PATCH /policy/api/v1/infra/static-mime-contents/{static-mime-content-id}
Inventory > L7 Access Profiles
Update static mime content id
PUT /policy/api/v1/infra/static-mime-contents/{static-mime-content-id}
Inventory > Services
List Services
GET /policy/api/v1/infra/services
GET /policy/api/v1/global-infra/services
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/services
Inventory > Services
Delete Service
DELETE /policy/api/v1/infra/services/{service-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/services/{service-id}
Inventory > Services
Read a service
GET /policy/api/v1/infra/services/{service-id}
GET /policy/api/v1/global-infra/services/{service-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/services/{service-id}
Inventory > Services
Patch a Service
PATCH /policy/api/v1/infra/services/{service-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/services/{service-id}
Inventory > Services
Create or update a Service
PUT /policy/api/v1/infra/services/{service-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/services/{service-id}
Inventory > Services
List Service entries for the given service
GET /policy/api/v1/infra/services/{service-id}/service-entries
GET /policy/api/v1/global-infra/services/{service-id}/service-entries
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/services/{service-id}/service-entries
Inventory > Services
Delete Service entry
DELETE /policy/api/v1/infra/services/{service-id}/service-entries/{service-entry-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/services/{service-id}/service-entries/{service-entry-id}
Inventory > Services
Read service entry
GET /policy/api/v1/infra/services/{service-id}/service-entries/{service-entry-id}
GET /policy/api/v1/global-infra/services/{service-id}/service-entries/{service-entry-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/services/{service-id}/service-entries/{service-entry-id}
Inventory > Services
Patch a ServiceEntry
PATCH /policy/api/v1/infra/services/{service-id}/service-entries/{service-entry-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/services/{service-id}/service-entries/{service-entry-id}
Inventory > Services
Create or update a ServiceEntry
PUT /policy/api/v1/infra/services/{service-id}/service-entries/{service-entry-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/services/{service-id}/service-entries/{service-entry-id}
Inventory > Tags
Delete tag attachments
DELETE /policy/api/v1/infra/categories/{category-id}/tags/{tag-id}/attachments
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/categories/{category-id}/tags/{tag-id}/attachments
Inventory > Tags
Get tag attachments
GET /policy/api/v1/infra/categories/{category-id}/tags/{tag-id}/attachments
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/categories/{category-id}/tags/{tag-id}/attachments
Inventory > Tags
Create or update vm tag attachment
PATCH /policy/api/v1/infra/categories/{category-id}/tags/{tag-id}/attachments
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/categories/{category-id}/tags/{tag-id}/attachments
Inventory > Tags
List all unique tags.
GET /policy/api/v1/infra/tags
GET /policy/api/v1/global-infra/tags
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tags
Inventory > Tags
List all objects assigned with matching scope and tag values
GET /policy/api/v1/infra/tags/effective-resources
GET /policy/api/v1/global-infra/tags/effective-resources
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tags/effective-resources
Inventory > Tags
Get details of tag bulk operation request
GET /policy/api/v1/infra/tags/tag-operations/{operation-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tags/tag-operations/{operation-id}
Inventory > Tags
Assign or Unassign tag on multiple Virtual Machines.
PUT /policy/api/v1/infra/tags/tag-operations/{operation-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tags/tag-operations/{operation-id}
Inventory > Tags
Get status of tag bulk operation
GET /policy/api/v1/infra/tags/tag-operations/{operation-id}/status
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tags/tag-operations/{operation-id}/status
Inventory > Tags
Delete tag attachments for a VPC
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/categories/{category-id}/tags/{tag-id}/attachments
Inventory > Tags
Get tag attachments for VPC
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/categories/{category-id}/tags/{tag-id}/attachments
Inventory > Tags
Create or update tag attachment for a VPC
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/categories/{category-id}/tags/{tag-id}/attachments
Inventory > Virtual Interfaces
Return the List of Virtual Network Interfaces (VIFs)
GET /api/v1/fabric/vifs
Inventory > Vm
Return the List of Virtual Machines
GET /api/v1/fabric/virtual-machines
Inventory > Vm
Perform action on specified virtual machine e.g. update tags
POST /api/v1/fabric/virtual-machines?action=update_tags
Inventory > Vm
Perform action on specified virtual machine e.g. add new tags
POST /api/v1/fabric/virtual-machines?action=add_tags
Inventory > Vm
Perform action on specified virtual machine e.g. remove existing tags
POST /api/v1/fabric/virtual-machines?action=remove_tags
Inventory > Vm
Return the list of tools and agents installed in VMs.
GET /api/v1/fabric/virtual-machines/tools-info
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//tags
POST /policy/api/v1/infra/realized-state/enforcement-points/{enforcement-point-name}/virtual-machines?action=update_tags (Deprecated)
Inventory > Vm
Read the details of a virtual machine on the NSX Manager
GET /policy/api/v1/infra/realized-state/enforcement-points/{enforcement-point-name}/virtual-machines/{virtual-machine-id}/details
Inventory > Vm
Lists all the system excluded virtual machines.
GET /policy/api/v1/infra/realized-state/system-excluded-virtual-machines
Inventory > Vm
Lists all the system virtual machines.
GET /policy/api/v1/infra/realized-state/system-virtual-machines
Inventory > Vm
List all virtual machines which are not part of any group
GET /policy/api/v1/infra/realized-state/unassociated-virtual-machines
Inventory > Vm
List all virtual machines
GET /policy/api/v1/infra/realized-state/virtual-machines
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/realized-state/virtual-machines
Inventory > Vm
Apply tags on virtual machine
POST /policy/api/v1/infra/realized-state/virtual-machines/{virtual-machine-id}/tags
POST /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/realized-state/virtual-machines/{virtual-machine-id}/tags
Inventory > Vm
List all VM tag replication policies
GET /policy/api/v1/global-infra/vm-tag-replication-policies
Inventory > Vm
Get the VM tag replication policy specified by id
GET /policy/api/v1/global-infra/vm-tag-replication-policies/{id}
Monitoring > Compliance
Returns the compliance status
GET /policy/api/v1/compliance/status
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 > Finetuning
For each type of entity what are the attributes owned by policy.
GET /policy/api/v1/fine-tuning/resources
Monitoring > Health Check
Get automatic health check toggle
GET /policy/api/v1/infra/auto-health-check-toggle
Monitoring > Health Check
Update automatic health check toggle
PUT /policy/api/v1/infra/auto-health-check-toggle
Monitoring > Health Check
Get automatic health checks
GET /policy/api/v1/infra/auto-health-checks
Monitoring > Health Check
List all the manual health check config entities
GET /policy/api/v1/infra/manual-health-checks
Monitoring > Health Check
Delete an existing manual health check
DELETE /policy/api/v1/infra/manual-health-checks/{manual-health-check-id}
Monitoring > Health Check
Get a manual health check config
GET /policy/api/v1/infra/manual-health-checks/{manual-health-check-id}
Monitoring > Health Check
Create a new manual health check config
POST /policy/api/v1/infra/manual-health-checks/{manual-health-check-id}
Monitoring > Health Check
Get result for the specified manual health check ID
GET /policy/api/v1/infra/manual-health-checks/{manual-health-check-id}/result
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 > IPFIX (Firewall IPFIX Collectors)
List IPFIX Collector profiles.
GET /policy/api/v1/infra/ipfix-dfw-collector-profiles
Monitoring > IPFIX (Firewall IPFIX Collectors)
Delete IPFIX dfw Collector profile
DELETE /policy/api/v1/infra/ipfix-dfw-collector-profiles/{ipfix-dfw-collector-profile-id}
Monitoring > IPFIX (Firewall IPFIX Collectors)
Get IPFIX dfw Collector profile
GET /policy/api/v1/infra/ipfix-dfw-collector-profiles/{ipfix-dfw-collector-profile-id}
Monitoring > IPFIX (Firewall IPFIX Collectors)
IPFIX dfw collector profile id
PATCH /policy/api/v1/infra/ipfix-dfw-collector-profiles/{ipfix-dfw-collector-profile-id}
Monitoring > IPFIX (Firewall IPFIX Collectors)
Create or Replace IPFIX dfw collector profile
PUT /policy/api/v1/infra/ipfix-dfw-collector-profiles/{ipfix-dfw-collector-profile-id}
Monitoring > IPFIX (Firewall IPFIX Profiles)
List IPFIX DFW Profile
GET /policy/api/v1/infra/ipfix-dfw-profiles
Monitoring > IPFIX (Firewall IPFIX Profiles)
Delete IPFIX DFW Profile
DELETE /policy/api/v1/infra/ipfix-dfw-profiles/{ipfix-dfw-profile-id}
Monitoring > IPFIX (Firewall IPFIX Profiles)
Get IPFIX DFW Profile
GET /policy/api/v1/infra/ipfix-dfw-profiles/{ipfix-dfw-profile-id}
Monitoring > IPFIX (Firewall IPFIX Profiles)
Patch IPFIX DFW profile
PATCH /policy/api/v1/infra/ipfix-dfw-profiles/{ipfix-dfw-profile-id}
Monitoring > IPFIX (Firewall IPFIX Profiles)
Create or Replace IPFIX DFW collection Config.
PUT /policy/api/v1/infra/ipfix-dfw-profiles/{ipfix-dfw-profile-id}
Monitoring > IPFIX (Switch IPFIX Collectors)
List IPFIX Collector profiles.
GET /policy/api/v1/infra/ipfix-l2-collector-profiles
Monitoring > IPFIX (Switch IPFIX Collectors)
Delete IPFIX Collector profile
DELETE /policy/api/v1/infra/ipfix-l2-collector-profiles/{ipfix-l2-collector-profile-id}
Monitoring > IPFIX (Switch IPFIX Collectors)
Get IPFIX Collector profile
GET /policy/api/v1/infra/ipfix-l2-collector-profiles/{ipfix-l2-collector-profile-id}
Monitoring > IPFIX (Switch IPFIX Collectors)
Patch IPFIX collector profile
PATCH /policy/api/v1/infra/ipfix-l2-collector-profiles/{ipfix-l2-collector-profile-id}
Monitoring > IPFIX (Switch IPFIX Collectors)
Create or Replace IPFIX collector profile
PUT /policy/api/v1/infra/ipfix-l2-collector-profiles/{ipfix-l2-collector-profile-id}
Monitoring > IPFIX (Switch IPFIX Profiles)
List IPFIX L2 Profiles
GET /policy/api/v1/infra/ipfix-l2-profiles
Monitoring > IPFIX (Switch IPFIX Profiles)
Delete IPFIX L2 Profile
DELETE /policy/api/v1/infra/ipfix-l2-profiles/{ipfix-l2-profile-id}
Monitoring > IPFIX (Switch IPFIX Profiles)
Get IPFIX L2 Profile
GET /policy/api/v1/infra/ipfix-l2-profiles/{ipfix-l2-profile-id}
Monitoring > IPFIX (Switch IPFIX Profiles)
Patch IPFIX L2profile
PATCH /policy/api/v1/infra/ipfix-l2-profiles/{ipfix-l2-profile-id}
Monitoring > IPFIX (Switch IPFIX Profiles)
Create or Replace IPFIX L2 profile
PUT /policy/api/v1/infra/ipfix-l2-profiles/{ipfix-l2-profile-id}
Monitoring > LLDP
List LLDP Neighbor Properties of given Node
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcement-point-id}/edge-transport-nodes/{node-id}/lldp/interfaces
Monitoring > LLDP
Read LLDP Neighbor Properties of Edge Transport Node by Interface Name
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcement-point-id}/edge-transport-nodes/{node-id}/lldp/interfaces/{interface-name}
Monitoring > LLDP
List LLDP Neighbor Properties of given Node
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcement-point-id}/host-transport-nodes/{node-id}/lldp/interfaces
Monitoring > LLDP
Read LLDP Neighbor Properties of Host Transport Node by Interface Name
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcement-point-id}/host-transport-nodes/{node-id}/lldp/interfaces/{interface-name}
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//enforcement-points//host-transport-nodes//lldp/interfaces. For Edge Transport Node, please use /infra/sites//enforcement-points//edge-transport-nodes//lldp/interfaces.
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//enforcement-points//host-transport-nodes//lldp/interfaces/. For Edge Transport Node, please use /infra/sites//enforcement-points//edge-transport-nodes//lldp/interfaces/.
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//enforcement-points//host-transport-nodes//lldp/interfaces. For Edge Transport Node, please use /infra/sites//enforcement-points//edge-transport-nodes//lldp/interfaces.
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//enforcement-points//host-transport-nodes//lldp/interfaces/. For Edge Transport Node, please use /infra/sites//enforcement-points//edge-transport-nodes//lldp/interfaces/.
GET /api/v1/lldp/transport-nodes/{node-id}/interfaces/{interface-name} (Deprecated)
Monitoring > Latency
List latency profiles
GET /policy/api/v1/infra/latency-profiles
Monitoring > Latency
Delete latency profile
DELETE /policy/api/v1/infra/latency-profiles/{profile-id}
Monitoring > Latency
Read latency profile
GET /policy/api/v1/infra/latency-profiles/{profile-id}
Monitoring > Latency
Patch latency profile
PATCH /policy/api/v1/infra/latency-profiles/{profile-id}
Monitoring > Latency
Create or Replace latency profile
PUT /policy/api/v1/infra/latency-profiles/{profile-id}
Monitoring > Latency (Legacy Management Plane)
List latency profiles
GET /api/v1/latency-profiles (Deprecated)
Monitoring > Latency (Legacy Management Plane)
Create a new latency profile
POST /api/v1/latency-profiles (Deprecated)
Monitoring > Latency (Legacy Management Plane)
Delete an existing latency profile
DELETE /api/v1/latency-profiles/{latency-profile-id} (Deprecated)
Monitoring > Latency (Legacy Management Plane)
Get an existing latency profile configuration
GET /api/v1/latency-profiles/{latency-profile-id} (Deprecated)
Monitoring > Latency (Legacy Management Plane)
Update an existing latency profile
PUT /api/v1/latency-profiles/{latency-profile-id} (Deprecated)
Monitoring > Livetrace
List livetrace config entities
GET /policy/api/v1/infra/livetraces
Monitoring > Livetrace
Delete a livetrace config
DELETE /policy/api/v1/infra/livetraces/{livetrace-id}
Monitoring > Livetrace
Read a livetrace config
GET /policy/api/v1/infra/livetraces/{livetrace-id}
Monitoring > Livetrace
Create or update a livetrace config
PATCH /policy/api/v1/infra/livetraces/{livetrace-id}
Monitoring > Livetrace
Restart a livetrace session
POST /policy/api/v1/infra/livetraces/{livetrace-id}
Monitoring > Livetrace
Create or update a livetrace config
PUT /policy/api/v1/infra/livetraces/{livetrace-id}
Monitoring > Livetrace
Get forward packet capture file for the specified livetrace session
GET /policy/api/v1/infra/livetraces/{livetrace-id}/forward/capturefile
Monitoring > Livetrace
Read livetrace result
GET /policy/api/v1/infra/livetraces/{livetrace-id}/result
Monitoring > Livetrace
Get reverse packet capture file for the specified livetrace session
GET /policy/api/v1/infra/livetraces/{livetrace-id}/reverse/capturefile
Monitoring > Livetrace
Read livetrace status
GET /policy/api/v1/infra/livetraces/{livetrace-id}/status
Monitoring > Livetrace
List livetrace status entities
GET /policy/api/v1/infra/livetraces/statuses
Monitoring > Notifications
Returns a list of registered notification watchers.
GET /api/v1/notification-watchers
Monitoring > Notifications
Add a new notification watcher.
POST /api/v1/notification-watchers
Monitoring > Notifications
Delete an existing Notification-Watcher.
DELETE /api/v1/notification-watchers/{watcher-id}
Monitoring > Notifications
Returns notification watcher by watcher id.
GET /api/v1/notification-watchers/{watcher-id}
Monitoring > Notifications
Update notification watcher.
PUT /api/v1/notification-watchers/{watcher-id}
Monitoring > Notifications
Get notifications for the specified watcher ID.
GET /api/v1/notification-watchers/{watcher-id}/notifications
Monitoring > Notifications
Add uri filters for the specified watcher ID.
POST /api/v1/notification-watchers/{watcher-id}/notifications?action=add_uri_filters
Monitoring > Notifications
Delete uri filters for the specified watcher ID.
POST /api/v1/notification-watchers/{watcher-id}/notifications?action=delete_uri_filters
Monitoring > Notifications
Update notifications for the specified watcher ID.
PUT /api/v1/notification-watchers/{watcher-id}/notifications
Monitoring > Online Diagnostic System
List Dynamic Runbook Instances
GET /policy/api/v1/infra/sha/dynamic-runbook-instances
Monitoring > Online Diagnostic System
Delete the Dynamic Runbook Instance
DELETE /policy/api/v1/infra/sha/dynamic-runbook-instances/{instance-id}
Monitoring > Online Diagnostic System
Read a Dynamic Runbook Instance
GET /policy/api/v1/infra/sha/dynamic-runbook-instances/{instance-id}
Monitoring > Online Diagnostic System
Create or update a Dynamic Runbook Instance
PATCH /policy/api/v1/infra/sha/dynamic-runbook-instances/{instance-id}
Monitoring > Online Diagnostic System
Create a Dynamic Runbook Instance
POST /policy/api/v1/infra/sha/dynamic-runbook-instances/{instance-id}
Monitoring > Online Diagnostic System
Uninstall the Dynamic Runbook package from the instance
DELETE /policy/api/v1/infra/sha/dynamic-runbook-instances/{instance-id}/file
Monitoring > Online Diagnostic System
Install the Dynamic Runbook package. Please specify the header "Content-Type: application/octet-stream" in the http request.
POST /policy/api/v1/infra/sha/dynamic-runbook-instances/{instance-id}/file
Monitoring > Online Diagnostic System
Remedy the Dynamic Runbook installation
POST /policy/api/v1/infra/sha/dynamic-runbook-instances/{instance-id}/file/action/remedy
Monitoring > Online Diagnostic System
Read a Dynamic Runbook Instance state
GET /policy/api/v1/infra/sha/dynamic-runbook-instances/{instance-id}/state
Monitoring > Online Diagnostic System
List Dynamic Runbooks
GET /policy/api/v1/infra/sha/dynamic-runbooks
Monitoring > Online Diagnostic System
Read a Dynamic Runbook
GET /policy/api/v1/infra/sha/dynamic-runbooks/{runbook-id}
Monitoring > Online Diagnostic System
Read help information of a Dynamic Runbook
GET /policy/api/v1/infra/sha/dynamic-runbooks/{runbook-id}/help
Monitoring > Online Diagnostic System
List Predefined Runbooks
GET /policy/api/v1/infra/sha/pre-defined-runbooks
Monitoring > Online Diagnostic System
Read a Predefined Runbook
GET /policy/api/v1/infra/sha/pre-defined-runbooks/{runbook-id}
Monitoring > Online Diagnostic System
Read help information of a Predefined Runbook
GET /policy/api/v1/infra/sha/pre-defined-runbooks/{runbook-id}/help
Monitoring > Online Diagnostic System
List runbook invocation artifacts
GET /policy/api/v1/infra/sha/runbook-artifacts
Monitoring > Online Diagnostic System
Delete a runbook invocation artifact batch request
DELETE /policy/api/v1/infra/sha/runbook-artifacts/{request-id}
Monitoring > Online Diagnostic System
Read the status of a runbook invocation batch request
GET /policy/api/v1/infra/sha/runbook-artifacts/{request-id}
Monitoring > Online Diagnostic System
Create request to collect artifacts generated by an Online Diagnostic System runbook invocations
PATCH /policy/api/v1/infra/sha/runbook-artifacts/{request-id}
Monitoring > Online Diagnostic System
Create request to collect artifacts generated by an Online Diagnostic System runbook invocations
PUT /policy/api/v1/infra/sha/runbook-artifacts/{request-id}
Monitoring > Online Diagnostic System
Download the collection of artifacts generated by an Online Diagnostic System runbook invocations
GET /policy/api/v1/infra/sha/runbook-artifacts/{request-id}/artifact
Monitoring > Online Diagnostic System
List runbook invocations
GET /policy/api/v1/infra/sha/runbook-invocations
Monitoring > Online Diagnostic System
Delete a runbook invocation
DELETE /policy/api/v1/infra/sha/runbook-invocations/{invocation-id}
Monitoring > Online Diagnostic System
Read a runbook invocation
GET /policy/api/v1/infra/sha/runbook-invocations/{invocation-id}
Monitoring > Online Diagnostic System
Create a runbook invocation
POST /policy/api/v1/infra/sha/runbook-invocations/{invocation-id}
Monitoring > Online Diagnostic System
Download the artifacts generated by an Online Diagnostic System Runbook invocation
GET /policy/api/v1/infra/sha/runbook-invocations/{invocation-id}/artifact
Monitoring > Online Diagnostic System
Read the report of a runbook invocation
GET /policy/api/v1/infra/sha/runbook-invocations/{invocation-id}/report
Monitoring > Online Diagnostic System
List runbook settings
GET /policy/api/v1/infra/sha/runbook-settings
Monitoring > Online Diagnostic System
Delete a runbook setting
DELETE /policy/api/v1/infra/sha/runbook-settings/{runbook-setting-id}
Monitoring > Online Diagnostic System
Read a runbook setting
GET /policy/api/v1/infra/sha/runbook-settings/{runbook-setting-id}
Monitoring > Online Diagnostic System
Create or update a runbook setting
PATCH /policy/api/v1/infra/sha/runbook-settings/{runbook-setting-id}
Monitoring > Online Diagnostic System
Create a runbook setting
PUT /policy/api/v1/infra/sha/runbook-settings/{runbook-setting-id}
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/?action=restart.
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/?action=terminate.
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//CapturedFile.
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 > Port Mirroring
List all Transport node monitoring profile binding map.
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcement-point-id}/host-transport-nodes/{host-transport-node-id}/transport-node-monitoring-profile-binding-maps
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/sites/{site-id}/enforcement-points/{enforcement-point-id}/host-transport-nodes/{host-transport-node-id}/transport-node-monitoring-profile-binding-maps
Monitoring > Port Mirroring
Delete Transport node monitoring profile binding map.
DELETE /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcement-point-id}/host-transport-nodes/{host-transport-node-id}/transport-node-monitoring-profile-binding-maps/{binding-map-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/sites/{site-id}/enforcement-points/{enforcement-point-id}/host-transport-nodes/{host-transport-node-id}/transport-node-monitoring-profile-binding-maps/{binding-map-id}
Monitoring > Port Mirroring
Get Transport node monitoring profile binding map.
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcement-point-id}/host-transport-nodes/{host-transport-node-id}/transport-node-monitoring-profile-binding-maps/{binding-map-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/sites/{site-id}/enforcement-points/{enforcement-point-id}/host-transport-nodes/{host-transport-node-id}/transport-node-monitoring-profile-binding-maps/{binding-map-id}
Monitoring > Port Mirroring
Patch Transport node monitoring profile binding map
PATCH /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcement-point-id}/host-transport-nodes/{host-transport-node-id}/transport-node-monitoring-profile-binding-maps/{binding-map-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/sites/{site-id}/enforcement-points/{enforcement-point-id}/host-transport-nodes/{host-transport-node-id}/transport-node-monitoring-profile-binding-maps/{binding-map-id}
Monitoring > Port Mirroring
Update Transport Node Monitoring Profile Binding Map.
PUT /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcement-point-id}/host-transport-nodes/{host-transport-node-id}/transport-node-monitoring-profile-binding-maps/{binding-map-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/sites/{site-id}/enforcement-points/{enforcement-point-id}/host-transport-nodes/{host-transport-node-id}/transport-node-monitoring-profile-binding-maps/{binding-map-id}
Monitoring > System Health
Show the details of process status in given appliance
GET /api/v1/systemhealth/appliances/{appliance-id}/latency/status
Monitoring > System Health
Show the details of process status in given appliance
GET /api/v1/systemhealth/appliances/{appliance-id}/process/status
Monitoring > System Health
Show the details of latency status for all appliances
GET /api/v1/systemhealth/appliances/latency/status
Monitoring > System Health
Show the details of process status in all appliances.
GET /api/v1/systemhealth/appliances/process/status
Monitoring > System Health
Create container cluster status list
DELETE /api/v1/systemhealth/container-cluster/{cluster-id}/ncp/status
Monitoring > System Health
Get the container cluster status by given id
GET /api/v1/systemhealth/container-cluster/{cluster-id}/ncp/status
Monitoring > System Health
Get all the container cluster status
GET /api/v1/systemhealth/container-cluster/ncp/status
Monitoring > System Health
Create container cluster status list
POST /api/v1/systemhealth/container-cluster/ncp/status
Monitoring > System Health
Show all the system health plugin
GET /api/v1/systemhealth/plugins (Deprecated)
Monitoring > System Health
Create a system health plugin
POST /api/v1/systemhealth/plugins (Deprecated)
Monitoring > System Health
Delete an existing system health plugin
DELETE /api/v1/systemhealth/plugins/{plugin-id} (Deprecated)
Monitoring > System Health
Show the details of a system health plugin
GET /api/v1/systemhealth/plugins/{plugin-id} (Deprecated)
Monitoring > System Health
Upload a plugin File to MP
POST /api/v1/systemhealth/plugins/{plugin-id}/files/{file-name}/data
Monitoring > System Health
Show the installed system health plugin list
GET /api/v1/systemhealth/plugins/status/{node-id}
Monitoring > System Health
List all system health profiles
GET /api/v1/systemhealth/profiles (Deprecated)
Monitoring > System Health
Create a system health profile
POST /api/v1/systemhealth/profiles (Deprecated)
Monitoring > System Health
Delete an existing system health profile
DELETE /api/v1/systemhealth/profiles/{profile-id} (Deprecated)
Monitoring > System Health
Show the details of a system health profile
GET /api/v1/systemhealth/profiles/{profile-id} (Deprecated)
Monitoring > System Health
Update a system health profile
PUT /api/v1/systemhealth/profiles/{profile-id} (Deprecated)
Monitoring > System Health
Get the containter status on given node
GET /api/v1/systemhealth/transport-nodes/{node-id}/container/agent/status
Monitoring > System Health
Get the containter hyperbus status on given node
GET /api/v1/systemhealth/transport-nodes/{node-id}/container/hyperbus/status
Monitoring > System Health Agent
Get the details of latency status in given appliance.
GET /policy/api/v1/infra/sha/appliances/{appliance-id}/latency/status
Monitoring > System Health Agent
Get the details of process status in given appliance.
GET /policy/api/v1/infra/sha/appliances/{appliance-id}/process/status
Monitoring > System Health Agent
Get the details of latency status for all appliances
GET /policy/api/v1/infra/sha/appliances/latency/status
Monitoring > System Health Agent
Get the list of process status for all appliances.
GET /policy/api/v1/infra/sha/appliances/process/status
Monitoring > System Health Agent
API will provide list of Sha Dynamic plugins.
GET /policy/api/v1/infra/sha/dynamic-plugins
GET /policy/api/v1/global-infra/sha/dynamic-plugins
Monitoring > System Health Agent
Delete Sha dynamic plugin
DELETE /policy/api/v1/infra/sha/dynamic-plugins/{plugin-id}
Monitoring > System Health Agent
Read Sha dynamic plugin
GET /policy/api/v1/infra/sha/dynamic-plugins/{plugin-id}
GET /policy/api/v1/global-infra/sha/dynamic-plugins/{plugin-id}
Monitoring > System Health Agent
Create or Replace Sha dynamic plugin
PATCH /policy/api/v1/infra/sha/dynamic-plugins/{plugin-id}
Monitoring > System Health Agent
Create Sha dynamic plugin
PUT /policy/api/v1/infra/sha/dynamic-plugins/{plugin-id}
Monitoring > System Health Agent
Upload Sha dynamic plugin
POST /policy/api/v1/infra/sha/dynamic-plugins/{plugin-id}/files/{file-name}
Monitoring > System Health Agent
Read SHA existing monitor list.
GET /policy/api/v1/infra/sha/monitors
Monitoring > System Health Agent
List the status of SHA monitors
GET /policy/api/v1/infra/sha/monitors-status
Monitoring > System Health Agent
Read certain SHA monitor.
GET /policy/api/v1/infra/sha/monitors/{monitor-id}
Monitoring > System Health Agent
List SHA monitor profile
GET /policy/api/v1/infra/sha/monitors/{monitor-id}/profiles
Monitoring > System Health Agent
Delete a SHA monitor profile
DELETE /policy/api/v1/infra/sha/monitors/{monitor-id}/profiles/{monitor-profile-id}
Monitoring > System Health Agent
Read a SHA monitor profile
GET /policy/api/v1/infra/sha/monitors/{monitor-id}/profiles/{monitor-profile-id}
Monitoring > System Health Agent
Create or update a SHA monitor profile
PATCH /policy/api/v1/infra/sha/monitors/{monitor-id}/profiles/{monitor-profile-id}
Monitoring > System Health Agent
Create or update a SHA monitor profile
PUT /policy/api/v1/infra/sha/monitors/{monitor-id}/profiles/{monitor-profile-id}
Monitoring > System Health Agent
Read the SHA monitor status
GET /policy/api/v1/infra/sha/monitors/{monitor-id}/status
Monitoring > System Health Agent
API will provide list of SHA profiles.
GET /policy/api/v1/infra/sha/plugin-profiles
GET /policy/api/v1/global-infra/sha/plugin-profiles
Monitoring > System Health Agent
Delete SHA profile
DELETE /policy/api/v1/infra/sha/plugin-profiles/{sha-profile-id}
Monitoring > System Health Agent
API will return Sha profile
GET /policy/api/v1/infra/sha/plugin-profiles/{sha-profile-id}
GET /policy/api/v1/global-infra/sha/plugin-profiles/{sha-profile-id}
Monitoring > System Health Agent
Create or Replace SHA profile
PATCH /policy/api/v1/infra/sha/plugin-profiles/{sha-profile-id}
Monitoring > System Health Agent
Create or Replace Sha profile
PUT /policy/api/v1/infra/sha/plugin-profiles/{sha-profile-id}
Monitoring > System Health Agent
Show the plugins status on given node.
GET /policy/api/v1/infra/sha/plugin-status/{node-id}
GET /policy/api/v1/global-infra/sha/plugin-status/{node-id}
Monitoring > System Health Agent
API will provide list of Sha pre-defined list.
GET /policy/api/v1/infra/sha/pre-defined-plugins
GET /policy/api/v1/global-infra/sha/pre-defined-plugins
Monitoring > System Health Agent
Read Sha pre-defined plugin
GET /policy/api/v1/infra/sha/pre-defined-plugins/{plugin-id}
GET /policy/api/v1/global-infra/sha/pre-defined-plugins/{plugin-id}
Monitoring > System Health Agent
Get all the container cluster status
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcement-point-id}/container-cluster-ncpstatus
Monitoring > System Health Agent
Create container cluster status
POST /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcement-point-id}/container-cluster-ncpstatus
Monitoring > System Health Agent
Delete container cluster status
DELETE /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcement-point-id}/container-cluster/{cluster-id}/ncpstatus
Monitoring > System Health Agent
Get the container cluster status by given id
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcement-point-id}/container-cluster/{cluster-id}/ncpstatus
Monitoring > System Health Agent
Get high-level summary of all transport nodes. The service layer does not support source = realtime or cached.
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcement-point-id}/host-transport-nodes-aggstatus
Monitoring > System Health Agent
Read status of all the transport nodes
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcement-point-id}/host-transport-nodes-status
Monitoring > System Health Agent
Get the container hyperbus status on given node
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcement-point-id}/host-transport-nodes/{node-id}/hyperbus-status
Monitoring > System Health Agent
Get the container status on given node
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcement-point-id}/host-transport-nodes/{node-id}/node-agent-status
Monitoring > System Health Agent
Get high-level summary of a transport node
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcement-point-id}/host-transport-nodes/{node-id}/pnic-bond-status
Monitoring > System Health Agent
Read status of all transport nodes with tunnel connections to transport node
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcement-point-id}/host-transport-nodes/{node-id}/remote-transport-node-status
Monitoring > System Health Agent
Read status of a transport node
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcement-point-id}/host-transport-nodes/{node-id}/status
Monitoring > System Health Agent
List of tunnels
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcement-point-id}/host-transport-nodes/{node-id}/tunnels
Monitoring > System Health Agent
Tunnel properties
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcement-point-id}/host-transport-nodes/{node-id}/tunnels/{tunnel-name}
Monitoring > System Health Agent
Creates a status report of transport nodes of all the transport zones
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcement-point-id}/transport-node-status-report
Monitoring > System Health Agent
Creates a status json report of transport nodes of all the transport zones
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcement-point-id}/transport-node-status-report-json
Monitoring > System Health Agent
Get high-level summary of all transport zone status. The service layer does not support source = realtime or cached.
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcement-point-id}/transport-zones-aggstatus
Monitoring > System Health Agent
Get high-level summary of a transport zone
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcement-point-id}/transport-zones/{zone-id}/status
Monitoring > System Health Agent
Read status of transport nodes in a transport zone
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcement-point-id}/transport-zones/{zone-id}/transport-node-status
Monitoring > System Health Agent
Creates a status report of transport nodes in a transport zone
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcement-point-id}/transport-zones/{zone-id}/transport-node-status-report
Monitoring > System Health Agent
Creates a status json report of transport nodes in a transport zone
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcement-point-id}/transport-zones/{zone-id}/transport-node-status-report-json
Multi-Tenancy (Vpc) > Shared Resources
List shares
GET /policy/api/v1/infra/shares
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/shares
Multi-Tenancy (Vpc) > Shared Resources
Delete Share
DELETE /policy/api/v1/infra/shares/{share-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/shares/{share-id}
Multi-Tenancy (Vpc) > Shared Resources
Get single instance of a share
GET /policy/api/v1/infra/shares/{share-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/shares/{share-id}
Multi-Tenancy (Vpc) > Shared Resources
Create or update a Share
PATCH /policy/api/v1/infra/shares/{share-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/shares/{share-id}
Multi-Tenancy (Vpc) > Shared Resources
Create or update a Share
PUT /policy/api/v1/infra/shares/{share-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/shares/{share-id}
Multi-Tenancy (Vpc) > Shared Resources
Get Shared resource list for a given share
GET /policy/api/v1/infra/shares/{share-id}/resources
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/shares/{share-id}/resources
Multi-Tenancy (Vpc) > Shared Resources
Delete Shared Resource
DELETE /policy/api/v1/infra/shares/{share-id}/resources/{shared-resource-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/shares/{share-id}/resources/{shared-resource-id}
Multi-Tenancy (Vpc) > Shared Resources
Get Shared resource
GET /policy/api/v1/infra/shares/{share-id}/resources/{shared-resource-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/shares/{share-id}/resources/{shared-resource-id}
Multi-Tenancy (Vpc) > Shared Resources
Create or update Shared Resource
PATCH /policy/api/v1/infra/shares/{share-id}/resources/{shared-resource-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/shares/{share-id}/resources/{shared-resource-id}
Multi-Tenancy (Vpc) > Shared Resources
Create or update Shared Resource
PUT /policy/api/v1/infra/shares/{share-id}/resources/{shared-resource-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/shares/{share-id}/resources/{shared-resource-id}
Multi-Tenancy (Vpc) > Shared Resources
Get resources shared with a given project
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/shared-with-me
Multi-Tenancy (Vpc) > Shared Resources
Get resources shared with a given vpc
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/shared-with-me
Multi-Tenancy (Vpc) > Shared Resources
Get resources shared with a given org
GET /policy/api/v1/orgs/{org-id}/shared-with-me
Multi-Tenancy > Constraints
List tenant Constraints.
GET /policy/api/v1/infra/constraints
GET /policy/api/v1/global-infra/constraints
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/constraints
Multi-Tenancy > Constraints
Delete tenant Constraint.
DELETE /policy/api/v1/infra/constraints/{constraint-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/constraints/{constraint-id}
Multi-Tenancy > Constraints
Read tenant Constraint.
GET /policy/api/v1/infra/constraints/{constraint-id}
GET /policy/api/v1/global-infra/constraints/{constraint-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/constraints/{constraint-id}
Multi-Tenancy > Constraints
Create or update tenant Constraint
PATCH /policy/api/v1/infra/constraints/{constraint-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/constraints/{constraint-id}
Multi-Tenancy > Constraints
Create or update tenant Constraint
PUT /policy/api/v1/infra/constraints/{constraint-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/constraints/{constraint-id}
Multi-Tenancy > IP Allocations
List Project ip allocations
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/ip-address-allocations
Multi-Tenancy > IP Allocations
Records intent to release an IP from an IpPool.
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/ip-address-allocations/{ip-address-allocation-id}
Multi-Tenancy > IP Allocations
Get Project ip allocation by ID
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/ip-address-allocations/{ip-address-allocation-id}
Multi-Tenancy > IP Allocations
Patch a Project ip allocation
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/ip-address-allocations/{ip-address-allocation-id}
Multi-Tenancy > IP Allocations
Create or update a project ip allocation
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/ip-address-allocations/{ip-address-allocation-id}
Multi-Tenancy > Limits (Ip Quotas)
List all limit definitions
GET /policy/api/v1/infra/limits
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/limits
Multi-Tenancy > Limits (Ip Quotas)
Delete limit definition
DELETE /policy/api/v1/infra/limits/{limit-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/limits/{limit-id}
Multi-Tenancy > Limits (Ip Quotas)
Get details of a limit definition
GET /policy/api/v1/infra/limits/{limit-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/limits/{limit-id}
Multi-Tenancy > Limits (Ip Quotas)
Create or update limit
PATCH /policy/api/v1/infra/limits/{limit-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/limits/{limit-id}
Multi-Tenancy > Limits (Ip Quotas)
Create or Update limit
PUT /policy/api/v1/infra/limits/{limit-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/limits/{limit-id}
Multi-Tenancy > Limits (Ip Quotas)
Get consumption details and other operational state for a limit
GET /policy/api/v1/infra/limits/{limit-id}/state
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/limits/{limit-id}/state
Multi-Tenancy > Limits (Ip Quotas)
Get consumption details and other operational state for limits
GET /policy/api/v1/infra/limits/state
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/limits/state
Multi-Tenancy > Limits (Ip Quotas)
Get consumption details and another operational state for limits for VPCs within a project
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/limits/state
Multi-Tenancy > Limits (Ip Quotas)
Get consumption details and other operational state for limits for a VPC
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/limits/state
Multi-Tenancy > Org Root
Read Org Root
GET /policy/api/v1/org-root
Multi-Tenancy > Org Root
Update on org-root to update all the nested entities using HAPI.
PATCH /policy/api/v1/org-root
Multi-Tenancy > Orgs
List of Org
GET /policy/api/v1/orgs
Multi-Tenancy > Orgs
Get Org
GET /policy/api/v1/orgs/{org-id}
Multi-Tenancy > Projects
List of PROJECT
GET /policy/api/v1/orgs/{org-id}/projects
Multi-Tenancy > Projects
Delete PROJECT
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}
Multi-Tenancy > Projects
Get PROJECT
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}
Multi-Tenancy > Projects
Create or update PROJECT
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}
Multi-Tenancy > Projects
Update the PROJECT
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}
Multi-Tenancy > Projects
Get Project state
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/state
Multi-Tenancy > Projects
VC Folder Status for Project
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vc-folder-status
Multi-Tenancy > Quotas
Get quota details
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/quota-stats
Multi-Tenancy > Quotas
Get quota details
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/quota-stats
NSX Application Platform > Deployment
Get NSX Application Platform deployment configuration
GET /policy/api/v1/infra/sites/{site-id}/napp/deployment/platform
NSX Application Platform > Deployment
Update platform configuration
PATCH /policy/api/v1/infra/sites/{site-id}/napp/deployment/platform
NSX Application Platform > Deployment
Run pre/post checks for NSX Application Platform
PUT /policy/api/v1/infra/sites/{site-id}/napp/deployment/platform/checks
NSX Application Platform > Deployment
Get NSX Application Platform pre/post checks execution required
GET /policy/api/v1/infra/sites/{site-id}/napp/deployment/platform/checks/execution/required
NSX Application Platform > Deployment
Get NSX Application Platform pre/post checks progress status
GET /policy/api/v1/infra/sites/{site-id}/napp/deployment/platform/checks/status
NSX Application Platform > Deployment
Get available deployment form factors for NSX Application Platform
GET /policy/api/v1/infra/sites/{site-id}/napp/deployment/platform/form-factors
NSX Application Platform > Deployment
Get platform deployment or undeployment progress status
GET /policy/api/v1/infra/sites/{site-id}/napp/deployment/platform/status
NSX Application Platform > Deployment
Get NSX Application Platform versions
GET /policy/api/v1/infra/sites/{site-id}/napp/deployment/platform/versions
NSX Application Platform > Deployment
Get helm repo and docker registry url
GET /policy/api/v1/infra/sites/{site-id}/napp/deployment/registry
NSX Application Platform > Deployment
Update Docker registry and helm repository url.
PUT /policy/api/v1/infra/sites/{site-id}/napp/deployment/registry
NSX Application Platform > Deployment
Reset helm and docker url to default one
PUT /policy/api/v1/infra/sites/{site-id}/napp/deployment/registry/reset
NSX Application Platform > Deployment
Get list of Kubernetes storage classes
GET /policy/api/v1/infra/sites/{site-id}/napp/deployment/storage-classes
NSX Application Platform > Deployment
Get progress status of kubernetes tools bundle upload
GET /policy/api/v1/infra/sites/{site-id}/napp/deployment/tools/upload/status/{bundle-id}
NSX Application Platform > Deployment
Upload the Kubernetes tools on NSX Manager via remote URL
POST /policy/api/v1/infra/sites/{site-id}/napp/deployment/tools/upload_from_remote_server
NSX Application Platform > Host Agent
Get NSX Application Platform Common Agent host configuration
GET /policy/api/v1/infra/napp/common-agent/host-config
NSX Application Platform > Host Agent
Patch NSX Application Platform Common Agent host configuration
PATCH /policy/api/v1/infra/napp/common-agent/host-config
NSX Application Platform > Host Agent
Reset NSX Application Platform Common Agent host configuration
POST /policy/api/v1/infra/napp/common-agent/host-config?action=reset
NSX Application Platform > Kubernetes
Get information about kubeconfig file
GET /policy/api/v1/infra/sites/{site-id}/napp/deployment/kubeconfig
NSX Application Platform > Kubernetes
Upload kubeconfig file
POST /policy/api/v1/infra/sites/{site-id}/napp/deployment/kubeconfig
NSX Application Platform > Kubernetes
Get information about Kubernetes tools
GET /policy/api/v1/infra/sites/{site-id}/napp/deployment/kubernetes-tools
NSX Application Platform > Registration
Get all registered NSX Application Platforms
GET /policy/api/v1/infra/sites/napp/registration
NSX Application Platform > Registration
Get a registered NSX Application Platform as specified
GET /policy/api/v1/infra/sites/napp/registration/{cluster-id}
NSX Application Platform > Tools
Upload the Kubernetes tools on NSX Manager via File
POST /policy/api/v1/infra/sites/{site-id}/napp/deployment/tools/upload
NSX Application Platform > Upgrade
Get upgrade coordinator deployment configuration
GET /policy/api/v1/infra/sites/{site-id}/napp/deployment/upgrade-coordinator
NSX Application Platform > Upgrade
Update upgrade-coordinator configuration
PATCH /policy/api/v1/infra/sites/{site-id}/napp/deployment/upgrade-coordinator
NSX Application Platform > Upgrade
Run pre/post checks for NSX Application Platform upgrade-coordinator
PUT /policy/api/v1/infra/sites/{site-id}/napp/deployment/upgrade-coordinator/checks
NSX Application Platform > Upgrade
Get NSX Application Platform upgrade-coordinator pre/post checks progress status.
GET /policy/api/v1/infra/sites/{site-id}/napp/deployment/upgrade-coordinator/checks/status
NSX Application Platform > Upgrade
Get deployment or undeployment progress status
GET /policy/api/v1/infra/sites/{site-id}/napp/deployment/upgrade-coordinator/status
NSX Application Platform > Upgrade
Get NSX Application Platform upgrade-coordinator versions
GET /policy/api/v1/infra/sites/{site-id}/napp/deployment/upgrade-coordinator/versions
Networking (Dhcp) > DHCP Leases
Delete DHCP lease(s) specified by IP and MAC
POST /policy/api/v1/infra/segments/{segment-id}?action=delete_dhcp_leases
POST /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segment-id}?action=delete_dhcp_leases
Networking (Dhcp) > DHCP Leases
Delete DHCP lease(s) specified by IP and MAC
POST /policy/api/v1/infra/tier-1s/{tier1-id}/segments/{segment-id}?action=delete_dhcp_leases
POST /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier1-id}/segments/{segment-id}?action=delete_dhcp_leases
Networking (Dhcp) > DHCP Relay Configs
List DHCP relay config instances
GET /policy/api/v1/infra/dhcp-relay-configs
GET /policy/api/v1/global-infra/dhcp-relay-configs
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/dhcp-relay-configs
Networking (Dhcp) > DHCP Relay Configs
Delete DHCP relay configuration
DELETE /policy/api/v1/infra/dhcp-relay-configs/{dhcp-relay-config-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/dhcp-relay-configs/{dhcp-relay-config-id}
Networking (Dhcp) > DHCP Relay Configs
Read DHCP relay configuration
GET /policy/api/v1/infra/dhcp-relay-configs/{dhcp-relay-config-id}
GET /policy/api/v1/global-infra/dhcp-relay-configs/{dhcp-relay-config-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/dhcp-relay-configs/{dhcp-relay-config-id}
Networking (Dhcp) > DHCP Relay Configs
Create or update DHCP relay configuration
PATCH /policy/api/v1/infra/dhcp-relay-configs/{dhcp-relay-config-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/dhcp-relay-configs/{dhcp-relay-config-id}
Networking (Dhcp) > DHCP Relay Configs
Create or update DHCP relay configuration
PUT /policy/api/v1/infra/dhcp-relay-configs/{dhcp-relay-config-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/dhcp-relay-configs/{dhcp-relay-config-id}
Networking (Dhcp) > DHCP Server Configs
List DHCP server config instances
GET /policy/api/v1/infra/dhcp-server-configs
GET /policy/api/v1/global-infra/dhcp-server-configs
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/dhcp-server-configs
Networking (Dhcp) > DHCP Server Configs
Read DHCP server leases
GET /policy/api/v1/infra/dhcp-server-configs/{config-id}/leases
GET /policy/api/v1/global-infra/dhcp-server-configs/{config-id}/leases
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/dhcp-server-configs/{config-id}/leases
Networking (Dhcp) > DHCP Server Configs
Read DHCP server state
GET /policy/api/v1/infra/dhcp-server-configs/{config-id}/state
GET /policy/api/v1/global-infra/dhcp-server-configs/{config-id}/state
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/dhcp-server-configs/{config-id}/state
Networking (Dhcp) > DHCP Server Configs
Read DHCP server statistics
GET /policy/api/v1/infra/dhcp-server-configs/{config-id}/stats
GET /policy/api/v1/global-infra/dhcp-server-configs/{config-id}/stats
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/dhcp-server-configs/{config-id}/stats
Networking (Dhcp) > DHCP Server Configs
Reset DHCP server statistics counters
POST /policy/api/v1/infra/dhcp-server-configs/{config-id}/stats?action=reset
POST /policy/api/v1/global-infra/dhcp-server-configs/{config-id}/stats?action=reset
POST /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/dhcp-server-configs/{config-id}/stats?action=reset
Networking (Dhcp) > DHCP Server Configs
Read DHCP server status
GET /policy/api/v1/infra/dhcp-server-configs/{config-id}/status
GET /policy/api/v1/global-infra/dhcp-server-configs/{config-id}/status
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/dhcp-server-configs/{config-id}/status
Networking (Dhcp) > DHCP Server Configs
Delete DHCP server configuration
DELETE /policy/api/v1/infra/dhcp-server-configs/{dhcp-server-config-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/dhcp-server-configs/{dhcp-server-config-id}
Networking (Dhcp) > DHCP Server Configs
Read DHCP server configuration
GET /policy/api/v1/infra/dhcp-server-configs/{dhcp-server-config-id}
GET /policy/api/v1/global-infra/dhcp-server-configs/{dhcp-server-config-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/dhcp-server-configs/{dhcp-server-config-id}
Networking (Dhcp) > DHCP Server Configs
Create or update DHCP server configuration
PATCH /policy/api/v1/infra/dhcp-server-configs/{dhcp-server-config-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/dhcp-server-configs/{dhcp-server-config-id}
Networking (Dhcp) > DHCP Server Configs
Create or update DHCP server configuration
PUT /policy/api/v1/infra/dhcp-server-configs/{dhcp-server-config-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/dhcp-server-configs/{dhcp-server-config-id}
Networking (Dhcp) > DHCP Static Bindings (Fixed Segments)
List all DHCP static bindings
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/dhcp-static-binding-configs
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/dhcp-static-binding-configs
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segment-id}/dhcp-static-binding-configs
Networking (Dhcp) > DHCP Static Bindings (Fixed Segments)
Delete DHCP static binding
DELETE /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/dhcp-static-binding-configs/{binding-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segment-id}/dhcp-static-binding-configs/{binding-id}
Networking (Dhcp) > DHCP Static Bindings (Fixed Segments)
Read DHCP static binding
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/dhcp-static-binding-configs/{binding-id}
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/dhcp-static-binding-configs/{binding-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segment-id}/dhcp-static-binding-configs/{binding-id}
Networking (Dhcp) > DHCP Static Bindings (Fixed Segments)
Create or update DHCP static binding
PATCH /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/dhcp-static-binding-configs/{binding-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segment-id}/dhcp-static-binding-configs/{binding-id}
Networking (Dhcp) > DHCP Static Bindings (Fixed Segments)
Create or update DHCP static binding
PUT /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/dhcp-static-binding-configs/{binding-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segment-id}/dhcp-static-binding-configs/{binding-id}
Networking (Dhcp) > DHCP Static Bindings (Segments)
List all DHCP static bindings
GET /policy/api/v1/infra/segments/{segment-id}/dhcp-static-binding-configs
GET /policy/api/v1/global-infra/segments/{segment-id}/dhcp-static-binding-configs
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segment-id}/dhcp-static-binding-configs
Networking (Dhcp) > DHCP Static Bindings (Segments)
Delete DHCP static binding
DELETE /policy/api/v1/infra/segments/{segment-id}/dhcp-static-binding-configs/{binding-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segment-id}/dhcp-static-binding-configs/{binding-id}
Networking (Dhcp) > DHCP Static Bindings (Segments)
Read DHCP static binding
GET /policy/api/v1/infra/segments/{segment-id}/dhcp-static-binding-configs/{binding-id}
GET /policy/api/v1/global-infra/segments/{segment-id}/dhcp-static-binding-configs/{binding-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segment-id}/dhcp-static-binding-configs/{binding-id}
Networking (Dhcp) > DHCP Static Bindings (Segments)
Create or update DHCP static binding
PATCH /policy/api/v1/infra/segments/{segment-id}/dhcp-static-binding-configs/{binding-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segment-id}/dhcp-static-binding-configs/{binding-id}
Networking (Dhcp) > DHCP Static Bindings (Segments)
Create or update DHCP static binding
PUT /policy/api/v1/infra/segments/{segment-id}/dhcp-static-binding-configs/{binding-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segment-id}/dhcp-static-binding-configs/{binding-id}
Networking (Dhcp) > DHCP Static Bindings (Segments)
Read DHCP static binding state
GET /policy/api/v1/infra/segments/{segment-id}/dhcp-static-bindings/{binding-id}/state
GET /policy/api/v1/global-infra/segments/{segment-id}/dhcp-static-bindings/{binding-id}/state
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segment-id}/dhcp-static-bindings/{binding-id}/state
Networking (Dhcp) > DHCP Static Bindings (Segments)
Read DHCP static binding state
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/dhcp-static-bindings/{binding-id}/state
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/dhcp-static-bindings/{binding-id}/state
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segment-id}/dhcp-static-bindings/{binding-id}/state
Networking (Dns Forwarder) > DNS Zones
List Dns Forwarder Zones
GET /policy/api/v1/infra/dns-forwarder-zones
GET /policy/api/v1/global-infra/dns-forwarder-zones
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/dns-forwarder-zones
Networking (Dns Forwarder) > DNS Zones
Delete the DNS Forwarder Zone
DELETE /policy/api/v1/infra/dns-forwarder-zones/{dns-forwarder-zone-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/dns-forwarder-zones/{dns-forwarder-zone-id}
Networking (Dns Forwarder) > DNS Zones
Read the DNS Forwarder Zone
GET /policy/api/v1/infra/dns-forwarder-zones/{dns-forwarder-zone-id}
GET /policy/api/v1/global-infra/dns-forwarder-zones/{dns-forwarder-zone-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/dns-forwarder-zones/{dns-forwarder-zone-id}
Networking (Dns Forwarder) > DNS Zones
Create or update the DNS Forwarder Zone
PATCH /policy/api/v1/infra/dns-forwarder-zones/{dns-forwarder-zone-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/dns-forwarder-zones/{dns-forwarder-zone-id}
Networking (Dns Forwarder) > DNS Zones
Create or update the DNS Forwarder Zone
PUT /policy/api/v1/infra/dns-forwarder-zones/{dns-forwarder-zone-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/dns-forwarder-zones/{dns-forwarder-zone-id}
Networking (Dns Forwarder) > Tier-0S
Delete DNS configuration for tier-0 instance
DELETE /policy/api/v1/infra/tier-0s/{tier-0-id}/dns-forwarder
Networking (Dns Forwarder) > Tier-0S
Read the DNS Forwarder for the given tier-0 instance
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/dns-forwarder
GET /policy/api/v1/global-infra/tier-0s/{tier-0-id}/dns-forwarder
Networking (Dns Forwarder) > Tier-0S
Update the DNS Forwarder
PATCH /policy/api/v1/infra/tier-0s/{tier-0-id}/dns-forwarder
Networking (Dns Forwarder) > Tier-0S
Perform the specified DNS forwarder action
POST /policy/api/v1/infra/tier-0s/{tier-0-id}/dns-forwarder
POST /policy/api/v1/global-infra/tier-0s/{tier-0-id}/dns-forwarder
Networking (Dns Forwarder) > Tier-0S
Update the DNS Forwarder
PUT /policy/api/v1/infra/tier-0s/{tier-0-id}/dns-forwarder
Networking (Dns Forwarder) > Tier-0S
Get the recent failed DNS queries
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/dns-forwarder/failed-queries
GET /policy/api/v1/global-infra/tier-0s/{tier-0-id}/dns-forwarder/failed-queries
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-0s/{tier-0-id}/dns-forwarder/failed-queries
Networking (Dns Forwarder) > Tier-0S
Resolve a given address via the dns forwarder at Tier0
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/dns-forwarder/nslookup
GET /policy/api/v1/global-infra/tier-0s/{tier-0-id}/dns-forwarder/nslookup
Networking (Dns Forwarder) > Tier-0S
Get tier-0 DNS forwarder statistics
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/dns-forwarder/statistics
GET /policy/api/v1/global-infra/tier-0s/{tier-0-id}/dns-forwarder/statistics
Networking (Dns Forwarder) > Tier-0S
Get current status of tier-0 DNS forwarder
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/dns-forwarder/status
GET /policy/api/v1/global-infra/tier-0s/{tier-0-id}/dns-forwarder/status
Networking (Dns Forwarder) > Tier-1S
Delete DNS configuration for tier-1 instance
DELETE /policy/api/v1/infra/tier-1s/{tier-1-id}/dns-forwarder
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/dns-forwarder
Networking (Dns Forwarder) > Tier-1S
Read the DNS Forwarder for the given tier-1 instance
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/dns-forwarder
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/dns-forwarder
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/dns-forwarder
Networking (Dns Forwarder) > Tier-1S
Create or update the DNS Forwarder
PATCH /policy/api/v1/infra/tier-1s/{tier-1-id}/dns-forwarder
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/dns-forwarder
Networking (Dns Forwarder) > Tier-1S
Perform the specified DNS forwarder action
POST /policy/api/v1/infra/tier-1s/{tier-1-id}/dns-forwarder
POST /policy/api/v1/global-infra/tier-1s/{tier-1-id}/dns-forwarder
POST /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/dns-forwarder
Networking (Dns Forwarder) > Tier-1S
Create or update the DNS Forwarder
PUT /policy/api/v1/infra/tier-1s/{tier-1-id}/dns-forwarder
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/dns-forwarder
Networking (Dns Forwarder) > Tier-1S
Get the recent failed DNS queries
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/dns-forwarder/failed-queries
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/dns-forwarder/failed-queries
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/dns-forwarder/failed-queries
Networking (Dns Forwarder) > Tier-1S
Resolve a given address via the dns forwarder at Tier1
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/dns-forwarder/nslookup
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/dns-forwarder/nslookup
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/dns-forwarder/nslookup
Networking (Dns Forwarder) > Tier-1S
Get tier-1 DNS forwarder statistics
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/dns-forwarder/statistics
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/dns-forwarder/statistics
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/dns-forwarder/statistics
Networking (Dns Forwarder) > Tier-1S
Get current status of tier-1 DNS forwarder
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/dns-forwarder/status
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/dns-forwarder/status
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/dns-forwarder/status
Networking (Ip Management) > IP Blocks
List IpAddressBlocks
GET /policy/api/v1/infra/ip-blocks
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/ip-blocks
Networking (Ip Management) > IP Blocks
Delete an IpAddressBlock
DELETE /policy/api/v1/infra/ip-blocks/{ip-block-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/ip-blocks/{ip-block-id}
Networking (Ip Management) > IP Blocks
Read a IpAddressBlock
GET /policy/api/v1/infra/ip-blocks/{ip-block-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/ip-blocks/{ip-block-id}
Networking (Ip Management) > IP Blocks
Create a new IPBlock
PATCH /policy/api/v1/infra/ip-blocks/{ip-block-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/ip-blocks/{ip-block-id}
Networking (Ip Management) > IP Blocks
Create or Replace IpAddressBlock
PUT /policy/api/v1/infra/ip-blocks/{ip-block-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/ip-blocks/{ip-block-id}
Networking (Ip Management) > IP Blocks
IpAddressBlock allocation state
GET /policy/api/v1/infra/ip-blocks/{ip-block-id}/allocation-state
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/ip-blocks/{ip-block-id}/allocation-state
Networking (Ip Management) > IP Blocks
IpAddressBlock Free Subnets
GET /policy/api/v1/infra/ip-blocks/{ip-block-id}/available-subnets
Networking (Ip Management) > IP Blocks
Get an IpAddressBlock usage
GET /policy/api/v1/infra/ip-blocks/{ip-block-id}/usage
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/ip-blocks/{ip-block-id}/usage
Networking (Ip Management) > IP Blocks
IpAddressBlocks allocation states
GET /policy/api/v1/infra/ip-blocks/allocation-state
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/ip-blocks/allocation-state
Networking (Ip Management) > IP Blocks
Get state of the given IpAddressBlock
GET /policy/api/v1/infra/ip-blocks/state
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/ip-blocks/state
Networking (Ip Management) > IP Blocks
Usage Details for all IpAddressBlocks
GET /policy/api/v1/infra/ip-blocks/usage
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/ip-blocks/usage
Networking (Ip Management) > IP Blocks
VPC IpAddressBloock Allocation State
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/ip-blocks/allocation-state
Networking (Ip Management) > IP Blocks
IpAddressBlock usage for VPC
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/ip-blocks/usage
Networking (Ip Management) > IP Pools
List IpAddressPools
GET /policy/api/v1/infra/ip-pools
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/ip-pools
Networking (Ip Management) > IP Pools
Delete an IpAddressPool
DELETE /policy/api/v1/infra/ip-pools/{ip-pool-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/ip-pools/{ip-pool-id}
Networking (Ip Management) > IP Pools
Read an IpAddressPool
GET /policy/api/v1/infra/ip-pools/{ip-pool-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/ip-pools/{ip-pool-id}
Networking (Ip Management) > IP Pools
Create a new IP address pool
PATCH /policy/api/v1/infra/ip-pools/{ip-pool-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/ip-pools/{ip-pool-id}
Networking (Ip Management) > IP Pools
Create or Replace IpAddressPool
PUT /policy/api/v1/infra/ip-pools/{ip-pool-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/ip-pools/{ip-pool-id}
Networking (Ip Management) > IP Pools
List IpAddressPool Allocations
GET /policy/api/v1/infra/ip-pools/{ip-pool-id}/ip-allocations
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/ip-pools/{ip-pool-id}/ip-allocations
Networking (Ip Management) > IP Pools
Records intent to release an IP from an IpPool.
DELETE /policy/api/v1/infra/ip-pools/{ip-pool-id}/ip-allocations/{ip-allocation-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/ip-pools/{ip-pool-id}/ip-allocations/{ip-allocation-id}
Networking (Ip Management) > IP Pools
Read policy IpPool allocation
GET /policy/api/v1/infra/ip-pools/{ip-pool-id}/ip-allocations/{ip-allocation-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/ip-pools/{ip-pool-id}/ip-allocations/{ip-allocation-id}
Networking (Ip Management) > IP Pools
Records intent to allocate an IP Address from an IP Pool
PATCH /policy/api/v1/infra/ip-pools/{ip-pool-id}/ip-allocations/{ip-allocation-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/ip-pools/{ip-pool-id}/ip-allocations/{ip-allocation-id}
Networking (Ip Management) > IP Pools
Records intent to allocate an IP Address from an IP Pool
PUT /policy/api/v1/infra/ip-pools/{ip-pool-id}/ip-allocations/{ip-allocation-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/ip-pools/{ip-pool-id}/ip-allocations/{ip-allocation-id}
Networking (Ip Management) > IP Pools
List IpAddressPoolSubnets
GET /policy/api/v1/infra/ip-pools/{ip-pool-id}/ip-subnets
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/ip-pools/{ip-pool-id}/ip-subnets
Networking (Ip Management) > IP Pools
Delete an IpAddressPoolSubnet
DELETE /policy/api/v1/infra/ip-pools/{ip-pool-id}/ip-subnets/{ip-subnet-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/ip-pools/{ip-pool-id}/ip-subnets/{ip-subnet-id}
Networking (Ip Management) > IP Pools
Read an IpAddressPoolSubnet
GET /policy/api/v1/infra/ip-pools/{ip-pool-id}/ip-subnets/{ip-subnet-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/ip-pools/{ip-pool-id}/ip-subnets/{ip-subnet-id}
Networking (Ip Management) > IP Pools
Create a new IP Subnet
PATCH /policy/api/v1/infra/ip-pools/{ip-pool-id}/ip-subnets/{ip-subnet-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/ip-pools/{ip-pool-id}/ip-subnets/{ip-subnet-id}
Networking (Ip Management) > IP Pools
Create a new IP Subnet
PUT /policy/api/v1/infra/ip-pools/{ip-pool-id}/ip-subnets/{ip-subnet-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/ip-pools/{ip-pool-id}/ip-subnets/{ip-subnet-id}
Networking (Ip Management) > IP Pools
List Manager Ip Pools
GET /policy/api/v1/infra/manager-ip-pools
Networking (Ip Management) > IP Pools
Read a Manager Ip Pool
GET /policy/api/v1/infra/manager-ip-pools/{manager-ip-pool-id}
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 (Ip Management) > Third Party IP Pools
Create a new third party IPAM provider
PUT /policy/api/v1/infra/third-party-ipam-providers/{provider-instance-id}
Networking (Ip Management) > Third Party IP Provider
List third party IPAM Providers
GET /policy/api/v1/infra/third-party-ipam-providers
Networking (Ip Management) > Third Party IP Provider
Deletes the third party IPAM provider.
DELETE /policy/api/v1/infra/third-party-ipam-providers/{provider-instance-id}
Networking (Ip Management) > Third Party IP Provider
Read a third party IPAM provider
GET /policy/api/v1/infra/third-party-ipam-providers/{provider-instance-id}
Networking (Ip Management) > Third Party IP Provider
Read a third party IPAM provider connection status
GET /policy/api/v1/infra/third-party-ipam-providers/{provider-instance-id}/connection-status
Networking (Ip Management) > Third Party IP Provider
Sync dns records for VMs to Infoblox
POST /policy/api/v1/infra/third-party-ipam-providers/{provider-instance-id}/dns-records-sync
POST /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/third-party-ipam-providers/{provider-instance-id}/dns-records-sync
Networking (Ip Management) > Third Party IP Provider
List third party IPAM Providers CIDR info
POST /policy/api/v1/infra/third-party-ipam-providers/{provider-instance-id}/ip-cidrs
Networking (Ip Management) > Third Party IP Provider
Read a third party IPAM provider version
GET /policy/api/v1/infra/third-party-ipam-providers/{provider-instance-id}/version
Networking (Ip Management) > Third Party IP Provider
Read a third party IPAM provider views
GET /policy/api/v1/infra/third-party-ipam-providers/{provider-instance-id}/views
Networking (Load Balancing) > Lb Application Profiles
List LBAppProfiles
GET /policy/api/v1/infra/lb-app-profiles
Networking (Load Balancing) > Lb Application Profiles
Delete LBAppProfile and all the entities contained by this LBAppProfile
DELETE /policy/api/v1/infra/lb-app-profiles/{lb-app-profile-id}
Networking (Load Balancing) > Lb Application Profiles
Read LBAppProfile
GET /policy/api/v1/infra/lb-app-profiles/{lb-app-profile-id}
Networking (Load Balancing) > Lb Application Profiles
Create or update a LBAppProfile
PATCH /policy/api/v1/infra/lb-app-profiles/{lb-app-profile-id}
Networking (Load Balancing) > Lb Application Profiles
Create or update a LBAppProfile
PUT /policy/api/v1/infra/lb-app-profiles/{lb-app-profile-id}
Networking (Load Balancing) > Lb Monitor Profiles
List LBMonitorProfiles for infra
GET /policy/api/v1/infra/lb-monitor-profiles
Networking (Load Balancing) > Lb Monitor Profiles
Delete LBMonitorProfile and all the entities contained by this LBMonitorProfile
DELETE /policy/api/v1/infra/lb-monitor-profiles/{lb-monitor-profile-id}
Networking (Load Balancing) > Lb Monitor Profiles
Read LBMonitorProfile
GET /policy/api/v1/infra/lb-monitor-profiles/{lb-monitor-profile-id}
Networking (Load Balancing) > Lb Monitor Profiles
Create or update a LBMonitorProfile
PATCH /policy/api/v1/infra/lb-monitor-profiles/{lb-monitor-profile-id}
Networking (Load Balancing) > Lb Monitor Profiles
Create or update a LBMonitorProfile
PUT /policy/api/v1/infra/lb-monitor-profiles/{lb-monitor-profile-id}
Networking (Load Balancing) > Lb Persistence Profiles
List LBPersistenceProfiles for infra
GET /policy/api/v1/infra/lb-persistence-profiles
Networking (Load Balancing) > Lb Persistence Profiles
Delete LBPersistenceProfile and all the entities contained by this LBPersistenceProfile
DELETE /policy/api/v1/infra/lb-persistence-profiles/{lb-persistence-profile-id}
Networking (Load Balancing) > Lb Persistence Profiles
Read LBPersistenceProfile
GET /policy/api/v1/infra/lb-persistence-profiles/{lb-persistence-profile-id}
Networking (Load Balancing) > Lb Persistence Profiles
Create or update a LBPersistenceProfile
PATCH /policy/api/v1/infra/lb-persistence-profiles/{lb-persistence-profile-id}
Networking (Load Balancing) > Lb Persistence Profiles
Create or update a LBPersistenceProfile
PUT /policy/api/v1/infra/lb-persistence-profiles/{lb-persistence-profile-id}
Networking (Load Balancing) > Lb Pools
List LBPools
GET /policy/api/v1/infra/lb-pools
Networking (Load Balancing) > Lb Pools
Delete LBPool and all the entities contained by this LBPool
DELETE /policy/api/v1/infra/lb-pools/{lb-pool-id}
Networking (Load Balancing) > Lb Pools
Read LBPool
GET /policy/api/v1/infra/lb-pools/{lb-pool-id}
Networking (Load Balancing) > Lb Pools
Create or update a LBPool
PATCH /policy/api/v1/infra/lb-pools/{lb-pool-id}
Networking (Load Balancing) > Lb Pools
Create or update a LBPool
PUT /policy/api/v1/infra/lb-pools/{lb-pool-id}
Networking (Load Balancing) > Lb SSL Ciphers And Protocols
Retrieve a list of supported SSL ciphers and protocols
GET /policy/api/v1/infra/lb-ssl-ciphers-and-protocols
Networking (Load Balancing) > Lb Server SSL Profiles
List LBClientSslProfiles
GET /policy/api/v1/infra/lb-client-ssl-profiles
Networking (Load Balancing) > Lb Server SSL Profiles
Delete LBClientSslProfile and all the entities contained by this LBClientSslProfile
DELETE /policy/api/v1/infra/lb-client-ssl-profiles/{lb-client-ssl-profile-id}
Networking (Load Balancing) > Lb Server SSL Profiles
Read LBClientSslProfile
GET /policy/api/v1/infra/lb-client-ssl-profiles/{lb-client-ssl-profile-id}
Networking (Load Balancing) > Lb Server SSL Profiles
Create or update a LBClientSslProfile
PATCH /policy/api/v1/infra/lb-client-ssl-profiles/{lb-client-ssl-profile-id}
Networking (Load Balancing) > Lb Server SSL Profiles
Create or update a LBClientSslProfile
PUT /policy/api/v1/infra/lb-client-ssl-profiles/{lb-client-ssl-profile-id}
Networking (Load Balancing) > Lb Server SSL Profiles
List LBServerSslProfiles
GET /policy/api/v1/infra/lb-server-ssl-profiles
Networking (Load Balancing) > Lb Server SSL Profiles
Delete LBServerSslProfile and all the entities contained by this LBServerSslProfile
DELETE /policy/api/v1/infra/lb-server-ssl-profiles/{lb-server-ssl-profile-id}
Networking (Load Balancing) > Lb Server SSL Profiles
Read LBServerSslProfile
GET /policy/api/v1/infra/lb-server-ssl-profiles/{lb-server-ssl-profile-id}
Networking (Load Balancing) > Lb Server SSL Profiles
Create or update a LBServerSslProfile
PATCH /policy/api/v1/infra/lb-server-ssl-profiles/{lb-server-ssl-profile-id}
Networking (Load Balancing) > Lb Server SSL Profiles
Create or update a LBServerSslProfile
PUT /policy/api/v1/infra/lb-server-ssl-profiles/{lb-server-ssl-profile-id}
Networking (Load Balancing) > Lb Services
List LBService
GET /policy/api/v1/infra/lb-services
Networking (Load Balancing) > Lb Services
Delete LBService and all the entities contained by this LBService
DELETE /policy/api/v1/infra/lb-services/{lb-service-id}
Networking (Load Balancing) > Lb Services
Read LBService
GET /policy/api/v1/infra/lb-services/{lb-service-id}
Networking (Load Balancing) > Lb Services
Create or update a LBVirtualServer
PATCH /policy/api/v1/infra/lb-services/{lb-service-id}
Networking (Load Balancing) > Lb Services
Create or update a LBService
PUT /policy/api/v1/infra/lb-services/{lb-service-id}
Networking (Load Balancing) > Lb Services
Read the debug information of the load balancer service
GET /policy/api/v1/infra/lb-services/{lb-service-id}/debug-info
Networking (Load Balancing) > Lb Statistics
Get LBPool statistics information
GET /policy/api/v1/infra/lb-services/{lb-service-id}/lb-pools/{lb-pool-id}/statistics
Networking (Load Balancing) > Lb Statistics
Get LBVirtualServer statistics information
GET /policy/api/v1/infra/lb-services/{lb-service-id}/lb-virtual-servers/{lb-virtual-server-id}/statistics
Networking (Load Balancing) > Lb Statistics
Get LBService statistics information
GET /policy/api/v1/infra/lb-services/{lb-service-id}/statistics
Networking (Load Balancing) > Lb Statistics
Get load balancer statistics information
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/vpc-lbs/{vpc-lb-id}/statistics
Networking (Load Balancing) > Lb Statistics
Get LBPool statistics information
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/vpc-lbs/{vpc-lb-id}/vpc-lb-pools/{vpc-lb-pool-id}/statistics
Networking (Load Balancing) > Lb Statistics
Get LBVirtualServer statistics information
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/vpc-lbs/{vpc-lb-id}/vpc-lb-virtual-servers/{vpc-lb-virtual-server-id}/statistics
Networking (Load Balancing) > Lb Status
Get LBService status information
GET /policy/api/v1/infra/lb-services/{lb-service-id}/detailed-status
Networking (Load Balancing) > Lb Status
Get LBPool status information
GET /policy/api/v1/infra/lb-services/{lb-service-id}/lb-pools/{lb-pool-id}/detailed-status
Networking (Load Balancing) > Lb Status
Get LBVirtualServer status information
GET /policy/api/v1/infra/lb-services/{lb-service-id}/lb-virtual-servers/{lb-virtual-server-id}/detailed-status
Networking (Load Balancing) > Lb Status
Get load balancer status information
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/vpc-lbs/{vpc-lb-id}/detailed-status
Networking (Load Balancing) > Lb Status
Get LBPool status information
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/vpc-lbs/{vpc-lb-id}/vpc-lb-pools/{vpc-lb-pool-id}/detailed-status
Networking (Load Balancing) > Lb Status
Get LBVirtualServer status information
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/vpc-lbs/{vpc-lb-id}/vpc-lb-virtual-servers/{vpc-lb-virtual-server-id}/detailed-status
Networking (Load Balancing) > Lb Usage
Read load balancer usage for the given node
GET /policy/api/v1/infra/lb-node-usage
Networking (Load Balancing) > Lb Usage
Read load balancer node usage summary
GET /policy/api/v1/infra/lb-node-usage-summary
Networking (Load Balancing) > Lb Usage
Read load balancer service usage summary
GET /policy/api/v1/infra/lb-service-usage-summary
Networking (Load Balancing) > Lb Usage
Get LBService usage information
GET /policy/api/v1/infra/lb-services/{lb-service-id}/service-usage
Networking (Load Balancing) > Lb Usage
Get LB node capacity
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/lb-node-capacity-status
Networking (Load Balancing) > Lb Usage
Get LB node capacity
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/vpc-lb-node-capacity-status
Networking (Load Balancing) > Lb Usage
Get load balancer usage information
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/vpc-lbs/{vpc-lb-id}/usage
Networking (Load Balancing) > Lb Virtual Servers
List LBVirtualServers
GET /policy/api/v1/infra/lb-virtual-servers
Networking (Load Balancing) > Lb Virtual Servers
Delete LBVirtualServer and all the entities contained by this LBVirtualServer.
DELETE /policy/api/v1/infra/lb-virtual-servers/{lb-virtual-server-id}
Networking (Load Balancing) > Lb Virtual Servers
Read LBVirtualServer
GET /policy/api/v1/infra/lb-virtual-servers/{lb-virtual-server-id}
Networking (Load Balancing) > Lb Virtual Servers
Create or update a LBVirtualServer
PATCH /policy/api/v1/infra/lb-virtual-servers/{lb-virtual-server-id}
Networking (Load Balancing) > Lb Virtual Servers
Create or update a LBVirtualServer
PUT /policy/api/v1/infra/lb-virtual-servers/{lb-virtual-server-id}
Networking (Nat) > NAT Rules (Tier-0S)
List Policy NAT types.
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/nat
GET /policy/api/v1/global-infra/tier-0s/{tier-0-id}/nat
Networking (Nat) > NAT Rules (Tier-0S)
List NAT Rules
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/nat/{nat-id}/nat-rules
GET /policy/api/v1/global-infra/tier-0s/{tier-0-id}/nat/{nat-id}/nat-rules
Networking (Nat) > NAT Rules (Tier-0S)
Delete NAT Rule
DELETE /policy/api/v1/infra/tier-0s/{tier-0-id}/nat/{nat-id}/nat-rules/{nat-rule-id}
Networking (Nat) > NAT Rules (Tier-0S)
Get NAT Rule
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/nat/{nat-id}/nat-rules/{nat-rule-id}
GET /policy/api/v1/global-infra/tier-0s/{tier-0-id}/nat/{nat-id}/nat-rules/{nat-rule-id}
Networking (Nat) > NAT Rules (Tier-0S)
Create or update a NAT Rule on tier-0
PATCH /policy/api/v1/infra/tier-0s/{tier-0-id}/nat/{nat-id}/nat-rules/{nat-rule-id}
Networking (Nat) > NAT Rules (Tier-0S)
Create or update NAT Rule
PUT /policy/api/v1/infra/tier-0s/{tier-0-id}/nat/{nat-id}/nat-rules/{nat-rule-id}
Networking (Nat) > NAT Rules (Tier-1S)
List Policy NAT types.
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/nat
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/nat
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/nat
Networking (Nat) > NAT Rules (Tier-1S)
List NAT Rules
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/nat/{nat-id}/nat-rules
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/nat/{nat-id}/nat-rules
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/nat/{nat-id}/nat-rules
Networking (Nat) > NAT Rules (Tier-1S)
Delete NAT Rule
DELETE /policy/api/v1/infra/tier-1s/{tier-1-id}/nat/{nat-id}/nat-rules/{nat-rule-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/nat/{nat-id}/nat-rules/{nat-rule-id}
Networking (Nat) > NAT Rules (Tier-1S)
Get NAT Rule
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/nat/{nat-id}/nat-rules/{nat-rule-id}
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/nat/{nat-id}/nat-rules/{nat-rule-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/nat/{nat-id}/nat-rules/{nat-rule-id}
Networking (Nat) > NAT Rules (Tier-1S)
Create or update a Nat Rule
PATCH /policy/api/v1/infra/tier-1s/{tier-1-id}/nat/{nat-id}/nat-rules/{nat-rule-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/nat/{nat-id}/nat-rules/{nat-rule-id}
Networking (Nat) > NAT Rules (Tier-1S)
Create or update NAT Rule
PUT /policy/api/v1/infra/tier-1s/{tier-1-id}/nat/{nat-id}/nat-rules/{nat-rule-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/nat/{nat-id}/nat-rules/{nat-rule-id}
Networking (Nat) > NAT Statistics
Get NAT Rule Statistics
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/nat/{nat-id}/nat-rules/{nat-rule-id}/statistics
GET /policy/api/v1/global-infra/tier-0s/{tier-0-id}/nat/{nat-id}/nat-rules/{nat-rule-id}/statistics
Networking (Nat) > NAT Statistics
List NAT Rules Statistics
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/nat/statistics
GET /policy/api/v1/global-infra/tier-0s/{tier-0-id}/nat/statistics
Networking (Nat) > NAT Statistics
Get NAT Rule Statistics
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/nat/{nat-id}/nat-rules/{nat-rule-id}/statistics
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/nat/{nat-id}/nat-rules/{nat-rule-id}/statistics
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/nat/{nat-id}/nat-rules/{nat-rule-id}/statistics
Networking (Nat) > NAT Statistics
List NAT Rules Statistics
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/nat/statistics
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/nat/statistics
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/nat/statistics
Networking (Network Services) > Metadata Proxies
Get metadata proxy status
GET /policy/api/v1/infra/metadata-proxies/{metadata-proxy-id}/statistics
GET /policy/api/v1/global-infra/metadata-proxies/{metadata-proxy-id}/statistics
Networking (Network Services) > Metadata Proxies
Get metadata proxy status
GET /policy/api/v1/infra/metadata-proxies/{metadata-proxy-id}/status
GET /policy/api/v1/global-infra/metadata-proxies/{metadata-proxy-id}/status
Networking (Networking Profiles) > BFD Profiles
List BfdProfiles
GET /policy/api/v1/infra/bfd-profiles
GET /policy/api/v1/global-infra/bfd-profiles
Networking (Networking Profiles) > BFD Profiles
Delete BFD Config and all the entities contained by this BfdProfile
DELETE /policy/api/v1/infra/bfd-profiles/{bfd-profile-id}
DELETE /policy/api/v1/global-infra/bfd-profiles/{bfd-profile-id}
Networking (Networking Profiles) > BFD Profiles
Read a BfdProfile
GET /policy/api/v1/infra/bfd-profiles/{bfd-profile-id}
GET /policy/api/v1/global-infra/bfd-profiles/{bfd-profile-id}
Networking (Networking Profiles) > BFD Profiles
Create or update a BfdProfile
PATCH /policy/api/v1/infra/bfd-profiles/{bfd-profile-id}
PATCH /policy/api/v1/global-infra/bfd-profiles/{bfd-profile-id}
Networking (Networking Profiles) > BFD Profiles
Create or update a BfdProfile
PUT /policy/api/v1/infra/bfd-profiles/{bfd-profile-id}
PUT /policy/api/v1/global-infra/bfd-profiles/{bfd-profile-id}
Networking (Networking Profiles) > EVPN Tenant Configuration
List Evpn Tenant Configuration
GET /policy/api/v1/infra/evpn-tenant-configs
Networking (Networking Profiles) > EVPN Tenant Configuration
Read Evpn Tenant Configuration
GET /policy/api/v1/infra/evpn-tenant-configs/{config-id}
Networking (Networking Profiles) > EVPN Tenant Configuration
Create or Update Evpn Tenant Configuration
PATCH /policy/api/v1/infra/evpn-tenant-configs/{config-id}
Networking (Networking Profiles) > EVPN Tenant Configuration
Create or Update Evpn Tenant Configuration
PUT /policy/api/v1/infra/evpn-tenant-configs/{config-id}
Networking (Networking Profiles) > Gateway QOS Profiles
List all gateway QoS profiles
GET /policy/api/v1/infra/gateway-qos-profiles
GET /policy/api/v1/global-infra/gateway-qos-profiles
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/gateway-qos-profiles
Networking (Networking Profiles) > Gateway QOS Profiles
Delete gateway QoS profile
DELETE /policy/api/v1/infra/gateway-qos-profiles/{qos-profile-id}
DELETE /policy/api/v1/global-infra/gateway-qos-profiles/{qos-profile-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/gateway-qos-profiles/{qos-profile-id}
Networking (Networking Profiles) > Gateway QOS Profiles
Read gateway QoS profile
GET /policy/api/v1/infra/gateway-qos-profiles/{qos-profile-id}
GET /policy/api/v1/global-infra/gateway-qos-profiles/{qos-profile-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/gateway-qos-profiles/{qos-profile-id}
Networking (Networking Profiles) > Gateway QOS Profiles
Create or update Gateway QoS profile
PATCH /policy/api/v1/infra/gateway-qos-profiles/{qos-profile-id}
PATCH /policy/api/v1/global-infra/gateway-qos-profiles/{qos-profile-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/gateway-qos-profiles/{qos-profile-id}
Networking (Networking Profiles) > Gateway QOS Profiles
Create or update Gateway QoS profile
PUT /policy/api/v1/infra/gateway-qos-profiles/{qos-profile-id}
PUT /policy/api/v1/global-infra/gateway-qos-profiles/{qos-profile-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/gateway-qos-profiles/{qos-profile-id}
Networking (Networking Profiles) > Global Gateway Configuration
Read the connectivity global configuration
GET /policy/api/v1/infra/connectivity-global-config
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/connectivity-global-config
Networking (Networking Profiles) > Global Gateway Configuration
Update the connectivity global configuration
PATCH /policy/api/v1/infra/connectivity-global-config
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/connectivity-global-config
Networking (Networking Profiles) > Global Gateway Configuration
Update the connectivity global configuration
PUT /policy/api/v1/infra/connectivity-global-config
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/connectivity-global-config
Networking (Networking Profiles) > Global Gateway Configuration
Read global configuration
GET /policy/api/v1/infra/global-config
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/global-config
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 (Networking Profiles) > Global Gateway Configuration
Update the global configuration
PUT /policy/api/v1/infra/global-config
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/global-config
Networking (Networking Profiles) > Global Gateway Configuration
Read global Operations Configuration
GET /policy/api/v1/infra/ops-global-config
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/ops-global-config
Networking (Networking Profiles) > Global Gateway Configuration
Update the global Operationconfiguration
PATCH /policy/api/v1/infra/ops-global-config
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/ops-global-config
Networking (Networking Profiles) > Global Gateway Configuration
Update the global Operations Configuration
PUT /policy/api/v1/infra/ops-global-config
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/ops-global-config
Networking (Networking Profiles) > Global Gateway Configuration
Read security global configuration
GET /policy/api/v1/infra/security-global-config
GET /policy/api/v1/global-infra/security-global-config
Networking (Networking Profiles) > Global Gateway Configuration
Update the security global configuration
PUT /policy/api/v1/infra/security-global-config
PUT /policy/api/v1/global-infra/security-global-config
Networking (Networking Profiles) > IPV6 DAD Profiles
List all IPv6 DAD profiles
GET /policy/api/v1/infra/ipv6-dad-profiles
GET /policy/api/v1/global-infra/ipv6-dad-profiles
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/ipv6-dad-profiles
Networking (Networking Profiles) > IPV6 DAD Profiles
Delete IPv6 DAD profile
DELETE /policy/api/v1/infra/ipv6-dad-profiles/{dad-profile-id}
DELETE /policy/api/v1/global-infra/ipv6-dad-profiles/{dad-profile-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/ipv6-dad-profiles/{dad-profile-id}
Networking (Networking Profiles) > IPV6 DAD Profiles
Read IPv6 DAD profile
GET /policy/api/v1/infra/ipv6-dad-profiles/{dad-profile-id}
GET /policy/api/v1/global-infra/ipv6-dad-profiles/{dad-profile-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/ipv6-dad-profiles/{dad-profile-id}
Networking (Networking Profiles) > IPV6 DAD Profiles
Create or update IPv6 DAD profile
PATCH /policy/api/v1/infra/ipv6-dad-profiles/{dad-profile-id}
PATCH /policy/api/v1/global-infra/ipv6-dad-profiles/{dad-profile-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/ipv6-dad-profiles/{dad-profile-id}
Networking (Networking Profiles) > IPV6 DAD Profiles
Create or update IPv6 DAD profile
PUT /policy/api/v1/infra/ipv6-dad-profiles/{dad-profile-id}
PUT /policy/api/v1/global-infra/ipv6-dad-profiles/{dad-profile-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/ipv6-dad-profiles/{dad-profile-id}
Networking (Networking Profiles) > IPV6 NDRA Profiles
List all IPv6 NDRA profiles
GET /policy/api/v1/infra/ipv6-ndra-profiles
GET /policy/api/v1/global-infra/ipv6-ndra-profiles
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/ipv6-ndra-profiles
Networking (Networking Profiles) > IPV6 NDRA Profiles
Delete IPv6 NDRA profile
DELETE /policy/api/v1/infra/ipv6-ndra-profiles/{ndra-profile-id}
DELETE /policy/api/v1/global-infra/ipv6-ndra-profiles/{ndra-profile-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/ipv6-ndra-profiles/{ndra-profile-id}
Networking (Networking Profiles) > IPV6 NDRA Profiles
Read IPv6 NDRA profile
GET /policy/api/v1/infra/ipv6-ndra-profiles/{ndra-profile-id}
GET /policy/api/v1/global-infra/ipv6-ndra-profiles/{ndra-profile-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/ipv6-ndra-profiles/{ndra-profile-id}
Networking (Networking Profiles) > IPV6 NDRA Profiles
Create or update IPv6 NDRA profile
PATCH /policy/api/v1/infra/ipv6-ndra-profiles/{ndra-profile-id}
PATCH /policy/api/v1/global-infra/ipv6-ndra-profiles/{ndra-profile-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/ipv6-ndra-profiles/{ndra-profile-id}
Networking (Networking Profiles) > IPV6 NDRA Profiles
Create or update IPv6 NDRA profile
PUT /policy/api/v1/infra/ipv6-ndra-profiles/{ndra-profile-id}
PUT /policy/api/v1/global-infra/ipv6-ndra-profiles/{ndra-profile-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/ipv6-ndra-profiles/{ndra-profile-id}
Networking (Networking Profiles) > Multicast Profiles
List Igmp Profile
GET /policy/api/v1/infra/igmp-profiles
Networking (Networking Profiles) > Multicast Profiles
Delete Igmp Profile
DELETE /policy/api/v1/infra/igmp-profiles/{igmp-profile-id}
Networking (Networking Profiles) > Multicast Profiles
Read Igmp Profile
GET /policy/api/v1/infra/igmp-profiles/{igmp-profile-id}
Networking (Networking Profiles) > Multicast Profiles
Update igmp profile
PATCH /policy/api/v1/infra/igmp-profiles/{igmp-profile-id}
Networking (Networking Profiles) > Multicast Profiles
Update igmp profile
PUT /policy/api/v1/infra/igmp-profiles/{igmp-profile-id}
Networking (Networking Profiles) > Multicast Profiles
List Pim Profile
GET /policy/api/v1/infra/pim-profiles
Networking (Networking Profiles) > Multicast Profiles
Delete Pim Profile
DELETE /policy/api/v1/infra/pim-profiles/{pim-profile-id}
Networking (Networking Profiles) > Multicast Profiles
Read Pim Profile
GET /policy/api/v1/infra/pim-profiles/{pim-profile-id}
Networking (Networking Profiles) > Multicast Profiles
Update pim profile
PATCH /policy/api/v1/infra/pim-profiles/{pim-profile-id}
Networking (Networking Profiles) > Multicast Profiles
Update pim profile
PUT /policy/api/v1/infra/pim-profiles/{pim-profile-id}
Networking (Networking Profiles) > Transport Zone Profiles
List Policy Transport Zone Profiles
GET /policy/api/v1/infra/transport-zone-profiles
GET /policy/api/v1/global-infra/transport-zone-profiles
Networking (Networking Profiles) > Transport Zone Profiles
Delete Policy Transport Zone Profile
DELETE /policy/api/v1/infra/transport-zone-profiles/{tz-profile-id}
Networking (Networking Profiles) > Transport Zone Profiles
Get Policy Transport Zone Profile
GET /policy/api/v1/infra/transport-zone-profiles/{tz-profile-id}
GET /policy/api/v1/global-infra/transport-zone-profiles/{tz-profile-id}
Networking (Networking Profiles) > Transport Zone Profiles
Create Policy Transport Zone Profile
PATCH /policy/api/v1/infra/transport-zone-profiles/{tz-profile-id}
Networking (Networking Profiles) > Transport Zone Profiles
Update Policy Transport Zone Profile
PUT /policy/api/v1/infra/transport-zone-profiles/{tz-profile-id}
Networking (Routing) > Prefix List
List prefix lists
GET /policy/api/v1/infra/routing-config/prefix-lists
Networking (Routing) > Prefix List
Delete a prefix list
DELETE /policy/api/v1/infra/routing-config/prefix-lists/{prefix-list-id}
Networking (Routing) > Prefix List
Read a prefix list
GET /policy/api/v1/infra/routing-config/prefix-lists/{prefix-list-id}
Networking (Routing) > Prefix List
Create or patch a prefix list
PATCH /policy/api/v1/infra/routing-config/prefix-lists/{prefix-list-id}
Networking (Routing) > Prefix List
Create or update a prefix list
PUT /policy/api/v1/infra/routing-config/prefix-lists/{prefix-list-id}
Networking (Routing) > Project Route Filters
List project route filter lists
GET /policy/api/v1/infra/routing-config/project-route-filters
Networking (Routing) > Project Route Filters
Delete a route filter
DELETE /policy/api/v1/infra/routing-config/project-route-filters/{route-filter-id}
Networking (Routing) > Project Route Filters
Read a project route filter
GET /policy/api/v1/infra/routing-config/project-route-filters/{route-filter-id}
Networking (Routing) > Project Route Filters
Create or patch a route filter
PATCH /policy/api/v1/infra/routing-config/project-route-filters/{route-filter-id}
Networking (Routing) > Project Route Filters
Create or update project route filter
PUT /policy/api/v1/infra/routing-config/project-route-filters/{route-filter-id}
Networking (Routing) > Tier-0S
List Tier-0s
GET /policy/api/v1/infra/tier-0s
GET /policy/api/v1/global-infra/tier-0s
Networking (Routing) > Tier-0S
Recover of Tier0 and linked tier1 gateway(s).
POST /policy/api/v1/infra/tier-0s?action=site_failover
Networking (Routing) > Tier-0S
Delete Tier-0
DELETE /policy/api/v1/infra/tier-0s/{tier-0-id}
Networking (Routing) > Tier-0S
Read Tier-0
GET /policy/api/v1/infra/tier-0s/{tier-0-id}
GET /policy/api/v1/global-infra/tier-0s/{tier-0-id}
Networking (Routing) > Tier-0S
Create or update a Tier-0
PATCH /policy/api/v1/infra/tier-0s/{tier-0-id}
Networking (Routing) > Tier-0S
Reprocess Tier0 gateway configuration and publish updates to NSX controller
POST /policy/api/v1/infra/tier-0s/{tier-0-id}?action=reprocess
Networking (Routing) > Tier-0S
Create or update a Tier-0
PUT /policy/api/v1/infra/tier-0s/{tier-0-id}
Networking (Routing) > Tier-0S
Manual failover of the active-standby tier0 gateway to the preferred edge node
POST /policy/api/v1/infra/tier-0s/{tier-0-id}/actions/failover
POST /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-0s/{tier-0-id}/actions/failover
Networking (Routing) > Tier-0S (Arp Proxies)
Get Tier-0 Address Resolution Protocol Proxies
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/arp-proxies
GET /policy/api/v1/global-infra/tier-0s/{tier-0-id}/arp-proxies
Networking (Routing) > Tier-0S (Arp Proxies)
Get Tier-0 Address Resolution Protocol Proxies in CSV format
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/arp-proxies?format=csv
GET /policy/api/v1/global-infra/tier-0s/{tier-0-id}/arp-proxies?format=csv
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 Proxies)
Get Tier-0 Interface Address Resolution Protocol Proxies
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/interfaces/{interface-id}/arp-proxy
GET /policy/api/v1/global-infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/interfaces/{interface-id}/arp-proxy
Networking (Routing) > Tier-0S (Arp Proxies)
Get Tier-0 Interface Address Resolution Protocol Proxies in CSV format
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/interfaces/{interface-id}/arp-proxy?format=csv
GET /policy/api/v1/global-infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/interfaces/{interface-id}/arp-proxy?format=csv
Networking (Routing) > Tier-0S (Arp Tables)
Get ARP table from segment interface (downlink)
GET /policy/api/v1/infra/segments/{segment-id}/arp-table
GET /policy/api/v1/global-infra/segments/{segment-id}/arp-table
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segment-id}/arp-table
Networking (Routing) > Tier-0S (Arp Tables)
Get ARP table from segment interface (downlink) in CSV format
GET /policy/api/v1/infra/segments/{segment-id}/arp-table?format=csv
GET /policy/api/v1/global-infra/segments/{segment-id}/arp-table?format=csv
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segment-id}/arp-table?format=csv
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-0S (Arp Tables)
Get ARP table from tier-0 interface
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/interfaces/{interface-id}/arp-table
GET /policy/api/v1/global-infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/interfaces/{interface-id}/arp-table
Networking (Routing) > Tier-0S (Arp Tables)
Get ARP table from tier-0 interface in CSV format
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/interfaces/{interface-id}/arp-table?format=csv
GET /policy/api/v1/global-infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/interfaces/{interface-id}/arp-table?format=csv
Networking (Routing) > Tier-0S (Arp Tables)
Get tier-0 router link arp information
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/tier-1-interface/arp-table
GET /policy/api/v1/global-infra/tier-0s/{tier-0-id}/tier-1-interface/arp-table
Networking (Routing) > Tier-0S (Arp Tables)
Get ARP table from tier-0 router link interface in CSV format
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/tier-1-interface/arp-table?format=csv
GET /policy/api/v1/global-infra/tier-0s/{tier-0-id}/tier-1-interface/arp-table?format=csv
Networking (Routing) > Tier-0S (Bgp)
Delete overridden BGP routing config
DELETE /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/bgp
DELETE /policy/api/v1/global-infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/bgp
Networking (Routing) > Tier-0S (Bgp)
Read BGP routing config
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/bgp
GET /policy/api/v1/global-infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/bgp
Networking (Routing) > Tier-0S (Bgp)
Create or update BGP routing config
PATCH /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/bgp
PATCH /policy/api/v1/global-infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/bgp
Networking (Routing) > Tier-0S (Bgp)
Create or update a BGP routing config
PUT /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/bgp
PUT /policy/api/v1/global-infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/bgp
Networking (Routing) > Tier-0S (Bgp)
List BGP neighbor configurations
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/bgp/neighbors
GET /policy/api/v1/global-infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/bgp/neighbors
Networking (Routing) > Tier-0S (Bgp)
Delete BGP neighbor config
DELETE /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/bgp/neighbors/{neighbor-id}
DELETE /policy/api/v1/global-infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/bgp/neighbors/{neighbor-id}
Networking (Routing) > Tier-0S (Bgp)
Read BGP neighbor config
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/bgp/neighbors/{neighbor-id}
GET /policy/api/v1/global-infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/bgp/neighbors/{neighbor-id}
Networking (Routing) > Tier-0S (Bgp)
Create or update a BGP neighbor config
PATCH /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/bgp/neighbors/{neighbor-id}
PATCH /policy/api/v1/global-infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/bgp/neighbors/{neighbor-id}
Networking (Routing) > Tier-0S (Bgp)
Create or update a BGP neighbor config
PUT /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/bgp/neighbors/{neighbor-id}
PUT /policy/api/v1/global-infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/bgp/neighbors/{neighbor-id}
Networking (Routing) > Tier-0S (Bgp)
Get BGP neighbor advertised routes
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/bgp/neighbors/{neighbor-id}/advertised-routes
GET /policy/api/v1/global-infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/bgp/neighbors/{neighbor-id}/advertised-routes
Networking (Routing) > Tier-0S (Bgp)
Get BGP neighbor advertised routes in CSV format
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/bgp/neighbors/{neighbor-id}/advertised-routes?format=csv
GET /policy/api/v1/global-infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/bgp/neighbors/{neighbor-id}/advertised-routes?format=csv
Networking (Routing) > Tier-0S (Bgp)
Get routes learned by BGP neighbor
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/bgp/neighbors/{neighbor-id}/routes
GET /policy/api/v1/global-infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/bgp/neighbors/{neighbor-id}/routes
Networking (Routing) > Tier-0S (Bgp)
Get routes learned by BGP neighbor in CSV format
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/bgp/neighbors/{neighbor-id}/routes?format=csv
GET /policy/api/v1/global-infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/bgp/neighbors/{neighbor-id}/routes?format=csv
Networking (Routing) > Tier-0S (Bgp)
Get BGP neighbor status for the Tier0
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/bgp/neighbors/status
GET /policy/api/v1/global-infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/bgp/neighbors/status
Networking (Routing) > Tier-0S (Bgp)
Read BGP troubleshoot config
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/bgp/troubleshoot (Experimental)
GET /policy/api/v1/global-infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/bgp/troubleshoot (Experimental)
Networking (Routing) > Tier-0S (Bgp)
Create or update a BGP troubleshoot config
PATCH /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/bgp/troubleshoot (Experimental)
PATCH /policy/api/v1/global-infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/bgp/troubleshoot (Experimental)
Networking (Routing) > Tier-0S (Bgp)
Create or update a BGP troubleshoot config
PUT /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/bgp/troubleshoot (Experimental)
PUT /policy/api/v1/global-infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/bgp/troubleshoot (Experimental)
Networking (Routing) > Tier-0S (Community Lists)
List BGP community lists
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/community-lists
GET /policy/api/v1/global-infra/tier-0s/{tier-0-id}/community-lists
Networking (Routing) > Tier-0S (Community Lists)
Delete a BGP community list
DELETE /policy/api/v1/infra/tier-0s/{tier-0-id}/community-lists/{community-list-id}
Networking (Routing) > Tier-0S (Community Lists)
Read a BGP community list
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/community-lists/{community-list-id}
GET /policy/api/v1/global-infra/tier-0s/{tier-0-id}/community-lists/{community-list-id}
Networking (Routing) > Tier-0S (Community Lists)
Create or update a BGP community list
PATCH /policy/api/v1/infra/tier-0s/{tier-0-id}/community-lists/{community-list-id}
Networking (Routing) > Tier-0S (Community Lists)
Create or update a BGP community list
PUT /policy/api/v1/infra/tier-0s/{tier-0-id}/community-lists/{community-list-id}
Networking (Routing) > Tier-0S (Dad States)
Get DAD state for downlink router port on tier-0 router
GET /policy/api/v1/infra/segments/{segment-id}/gateway-interface-dad-state
GET /policy/api/v1/global-infra/segments/{segment-id}/gateway-interface-dad-state
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segment-id}/gateway-interface-dad-state
Networking (Routing) > Tier-0S (Dad States)
Get DAD status by interface
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/interfaces/{interface-id}/dad-state
GET /policy/api/v1/global-infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/interfaces/{interface-id}/dad-state
Networking (Routing) > Tier-0S (Dad States)
Get DAD status by interface
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/locale-services/{locale-service-id}/interfaces/{interface-id}/dad-state
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/locale-services/{locale-service-id}/interfaces/{interface-id}/dad-state
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/locale-services/{locale-service-id}/interfaces/{interface-id}/dad-state
Networking (Routing) > Tier-0S (Deployment Maps)
List Tier-0 Deployment maps
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/tier-0-deployment-maps
GET /policy/api/v1/global-infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/tier-0-deployment-maps
Networking (Routing) > Tier-0S (Deployment Maps)
Delete Tier-0 Deployment Map
DELETE /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/tier-0-deployment-maps/{tier-0-deployment-map-id}
Networking (Routing) > Tier-0S (Deployment Maps)
Read a Tier-0 Deployment Map
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/tier-0-deployment-maps/{tier-0-deployment-map-id}
GET /policy/api/v1/global-infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/tier-0-deployment-maps/{tier-0-deployment-map-id}
Networking (Routing) > Tier-0S (Deployment Maps)
Patch a Tier-0 Deployment Map under Tier-0
PATCH /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/tier-0-deployment-maps/{tier-0-deployment-map-id}
Networking (Routing) > Tier-0S (Deployment Maps)
Create a new Tier-0 Deployment Map under Tier-0
PUT /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/tier-0-deployment-maps/{tier-0-deployment-map-id}
Networking (Routing) > Tier-0S (Evpn)
Delete evpn tunnel endpoint configuration
DELETE /policy/api/v1/infra/evpn-tenant-configs/{config-id}
Networking (Routing) > Tier-0S (Evpn)
Read Evpn Configuration
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/evpn
Networking (Routing) > Tier-0S (Evpn)
Create or Update evpn configuration
PATCH /policy/api/v1/infra/tier-0s/{tier-0-id}/evpn
Networking (Routing) > Tier-0S (Evpn)
Create or Update evpn configuration
PUT /policy/api/v1/infra/tier-0s/{tier-0-id}/evpn
Networking (Routing) > Tier-0S (Evpn)
List evpn tunnel endpoint configuration
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-services-id}/evpn-tunnel-endpoints
Networking (Routing) > Tier-0S (Evpn)
Delete evpn tunnel endpoint configuration
DELETE /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-services-id}/evpn-tunnel-endpoints/{tunnel-endpoint-id}
Networking (Routing) > Tier-0S (Evpn)
Read evpn tunnel endpoint configuration
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-services-id}/evpn-tunnel-endpoints/{tunnel-endpoint-id}
Networking (Routing) > Tier-0S (Evpn)
Create or Update evpn tunnel endpoint configuration
PATCH /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-services-id}/evpn-tunnel-endpoints/{tunnel-endpoint-id}
Networking (Routing) > Tier-0S (Evpn)
Create or Update evpn tunnel endpoint configuration
PUT /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-services-id}/evpn-tunnel-endpoints/{tunnel-endpoint-id}
Networking (Routing) > Tier-0S (Evpn)
List Vni Pool Configuration
GET /policy/api/v1/infra/vni-pools
Networking (Routing) > Tier-0S (Evpn)
Delete Vni Pool Configuration
DELETE /policy/api/v1/infra/vni-pools/{vni-pool-id}
Networking (Routing) > Tier-0S (Evpn)
Read Vni Pool Configuration
GET /policy/api/v1/infra/vni-pools/{vni-pool-id}
Networking (Routing) > Tier-0S (Evpn)
Create or Update Vni Pool Configuration
PATCH /policy/api/v1/infra/vni-pools/{vni-pool-id}
Networking (Routing) > Tier-0S (Evpn)
Create or Update Vni Pool Configuration
PUT /policy/api/v1/infra/vni-pools/{vni-pool-id}
Networking (Routing) > Tier-0S (Forwarding Tables)
Get forwarding table from tier-0
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/forwarding-table
GET /policy/api/v1/global-infra/tier-0s/{tier-0-id}/forwarding-table
Networking (Routing) > Tier-0S (Forwarding Tables)
Get forwarding table from tier-0 in CSV format
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/forwarding-table?format=csv
GET /policy/api/v1/global-infra/tier-0s/{tier-0-id}/forwarding-table?format=csv
Networking (Routing) > Tier-0S (Inter-Vrfs)
List inter-vrf routing configurations
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/inter-vrf-routing
Networking (Routing) > Tier-0S (Inter-Vrfs)
Delete inter-vrf routing config
DELETE /policy/api/v1/infra/tier-0s/{tier-0-id}/inter-vrf-routing/{inter-vrf-routing-id}
Networking (Routing) > Tier-0S (Inter-Vrfs)
Read inter-vrf routing config
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/inter-vrf-routing/{inter-vrf-routing-id}
Networking (Routing) > Tier-0S (Inter-Vrfs)
Create or update inter-vrf routing config
PATCH /policy/api/v1/infra/tier-0s/{tier-0-id}/inter-vrf-routing/{inter-vrf-routing-id}
Networking (Routing) > Tier-0S (Inter-Vrfs)
Create or update inter-vrf routing config
PUT /policy/api/v1/infra/tier-0s/{tier-0-id}/inter-vrf-routing/{inter-vrf-routing-id}
Networking (Routing) > Tier-0S (Inter-Vrfs)
List advertised networks
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/inter-vrf-routing/{inter-vrf-routing-id}/advertised-networks
Networking (Routing) > Tier-0S (Inter-Vrfs)
List advertised networks in CSV format
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/inter-vrf-routing/{inter-vrf-routing-id}/advertised-networks?format=csv
Networking (Routing) > Tier-0S (Interface Groups)
List Tier-0 Interface groups
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/interface-groups
Networking (Routing) > Tier-0S (Interface Groups)
Delete Tier-0 Interface group
DELETE /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/interface-groups/{label-id}
Networking (Routing) > Tier-0S (Interface Groups)
Read Tier-0 Interface group
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/interface-groups/{label-id}
Networking (Routing) > Tier-0S (Interface Groups)
Create or update a Tier-0 Interface group.
PATCH /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/interface-groups/{label-id}
Networking (Routing) > Tier-0S (Interface Groups)
Update a Tier-0 Interface group.
PUT /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/interface-groups/{label-id}
Networking (Routing) > Tier-0S (Interfaces)
List Tier-0 Interfaces
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/interfaces
GET /policy/api/v1/global-infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/interfaces
Networking (Routing) > Tier-0S (Interfaces)
Delete Tier-0 interface
DELETE /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/interfaces/{interface-id}
DELETE /policy/api/v1/global-infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/interfaces/{interface-id}
Networking (Routing) > Tier-0S (Interfaces)
Read Tier-0 interface
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/interfaces/{interface-id}
GET /policy/api/v1/global-infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/interfaces/{interface-id}
Networking (Routing) > Tier-0S (Interfaces)
Create or update a Tier-0 interface
PATCH /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/interfaces/{interface-id}
PATCH /policy/api/v1/global-infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/interfaces/{interface-id}
Networking (Routing) > Tier-0S (Interfaces)
Create or update a Tier-0 interface
PUT /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/interfaces/{interface-id}
PUT /policy/api/v1/global-infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/interfaces/{interface-id}
Networking (Routing) > Tier-0S (Interfaces)
List Service Interfaces
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/service-interfaces
GET /policy/api/v1/global-infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/service-interfaces
Networking (Routing) > Tier-0S (Interfaces)
Delete service interface
DELETE /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/service-interfaces/{interface-id}
Networking (Routing) > Tier-0S (Interfaces)
Read service interface
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/service-interfaces/{interface-id}
GET /policy/api/v1/global-infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/service-interfaces/{interface-id}
Networking (Routing) > Tier-0S (Interfaces)
Create or update a Tier-0 interface
PATCH /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/service-interfaces/{interface-id}
Networking (Routing) > Tier-0S (Interfaces)
Create a service interface
PUT /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/service-interfaces/{interface-id}
Networking (Routing) > Tier-0S (Locale Services)
List Tier-0 locale-services
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services
GET /policy/api/v1/global-infra/tier-0s/{tier-0-id}/locale-services
Networking (Routing) > Tier-0S (Locale Services)
Delete Tier-0 locale-services
DELETE /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-services-id}
Networking (Routing) > Tier-0S (Locale Services)
Read Tier-0 locale-services
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-services-id}
GET /policy/api/v1/global-infra/tier-0s/{tier-0-id}/locale-services/{locale-services-id}
Networking (Routing) > Tier-0S (Locale Services)
Create or update a tier-0 locale-services
PATCH /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-services-id}
Networking (Routing) > Tier-0S (Locale Services)
Create or update a Tier-0 locale-services
PUT /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-services-id}
Networking (Routing) > Tier-0S (Locale Services)
List Tunnel
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-svc-id}/tunnels
Networking (Routing) > Tier-0S (Locale Services)
Delete Tunnel(GRE as of now) by given tunnel Id
DELETE /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-svc-id}/tunnels/{tunnel-id}
Networking (Routing) > Tier-0S (Locale Services)
Get Policy Tunnel(GRE as of now)
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-svc-id}/tunnels/{tunnel-id}
Networking (Routing) > Tier-0S (Locale Services)
Patch Tunnel(GRE as of now)
PATCH /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-svc-id}/tunnels/{tunnel-id}
Networking (Routing) > Tier-0S (Locale Services)
Create or Update Tunnel(GRE as of now)
PUT /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-svc-id}/tunnels/{tunnel-id}
Networking (Routing) > Tier-0S (Locale Services)
Get policy Tunnel(GRE as of now) statistics for given tunnel-id
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-svc-id}/tunnels/{tunnel-id}/statistics
Networking (Routing) > Tier-0S (Locale Services)
Get policy Tunnel(GRE as of now) statistics summary for given tunnel-id
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-svc-id}/tunnels/{tunnel-id}/statistics/summary
Networking (Routing) > Tier-0S (Locale Services)
Get policy Tunnel(GRE as of now) status for given tunnel-id
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-svc-id}/tunnels/{tunnel-id}/status
Networking (Routing) > Tier-0S (Multicast)
Read Multicast Configuration
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-services-id}/multicast
Networking (Routing) > Tier-0S (Multicast)
Create or update multicast configuration
PATCH /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-services-id}/multicast
Networking (Routing) > Tier-0S (Multicast)
Create or update multicast configuration
PUT /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-services-id}/multicast
Networking (Routing) > Tier-0S (Multicast)
Get Multicast Forwarding
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-services-id}/multicast/forwarding
Networking (Routing) > Tier-0S (Multicast)
Get Multicast Forwarding In Csv Format
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-services-id}/multicast/forwarding?format=csv
Networking (Routing) > Tier-0S (Multicast)
Get IGMP Memberships
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-services-id}/multicast/igmp-memberships
Networking (Routing) > Tier-0S (Multicast)
Get IGMP Memberships in CSV format
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-services-id}/multicast/igmp-memberships?format=csv
Networking (Routing) > Tier-0S (Multicast)
Get PIM Rendezvous Point Mappings
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-services-id}/multicast/pim-rp-mappings
Networking (Routing) > Tier-0S (Multicast)
Get PIM Rendezvous Point Mappings In CSV Format
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-services-id}/multicast/pim-rp-mappings?format=csv
Networking (Routing) > Tier-0S (Multicast)
Get Multicast Routes
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-services-id}/multicast/routes
Networking (Routing) > Tier-0S (Multicast)
Get Multicast Routes in Csv Format
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-services-id}/multicast/routes?format=csv
Networking (Routing) > Tier-0S (Ospf)
Read OSPF routing config
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/ospf
Networking (Routing) > Tier-0S (Ospf)
Create or update a OSPF routing config
PATCH /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/ospf
Networking (Routing) > Tier-0S (Ospf)
Create or update a OSPF routing config
PUT /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/ospf
Networking (Routing) > Tier-0S (Ospf)
List OSPF area configurations
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/ospf/areas
Networking (Routing) > Tier-0S (Ospf)
Delete OSPF Area config
DELETE /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/ospf/areas/{area-id}
Networking (Routing) > Tier-0S (Ospf)
Read OSPF Area config
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/ospf/areas/{area-id}
Networking (Routing) > Tier-0S (Ospf)
Create or update a OSPF Area config
PATCH /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/ospf/areas/{area-id}
Networking (Routing) > Tier-0S (Ospf)
Create or update a OSPF Area config
PUT /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/ospf/areas/{area-id}
Networking (Routing) > Tier-0S (Ospf)
Get OSPF database information
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/ospf/database
Networking (Routing) > Tier-0S (Ospf)
Get OSPF Database information in CSV format
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/ospf/database?format=csv
Networking (Routing) > Tier-0S (Ospf)
Get OSPF neighbor information
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/ospf/neighbors
Networking (Routing) > Tier-0S (Ospf)
Get OSPF route information
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/ospf/routes
Networking (Routing) > Tier-0S (Ospf)
Get OSPF route information in CSV format
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/ospf/routes?format=csv
Networking (Routing) > Tier-0S (Prefix Lists)
List prefix lists
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/prefix-lists
GET /policy/api/v1/global-infra/tier-0s/{tier-0-id}/prefix-lists
Networking (Routing) > Tier-0S (Prefix Lists)
Delete a prefix list
DELETE /policy/api/v1/infra/tier-0s/{tier-0-id}/prefix-lists/{prefix-list-id}
Networking (Routing) > Tier-0S (Prefix Lists)
Read a prefix list
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/prefix-lists/{prefix-list-id}
GET /policy/api/v1/global-infra/tier-0s/{tier-0-id}/prefix-lists/{prefix-list-id}
Networking (Routing) > Tier-0S (Prefix Lists)
Create or patch a prefix list
PATCH /policy/api/v1/infra/tier-0s/{tier-0-id}/prefix-lists/{prefix-list-id}
Networking (Routing) > Tier-0S (Prefix Lists)
Create or update a prefix list
PUT /policy/api/v1/infra/tier-0s/{tier-0-id}/prefix-lists/{prefix-list-id}
Networking (Routing) > Tier-0S (Route Maps)
List route maps
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/route-maps
GET /policy/api/v1/global-infra/tier-0s/{tier-0-id}/route-maps
Networking (Routing) > Tier-0S (Route Maps)
Delete a route map
DELETE /policy/api/v1/infra/tier-0s/{tier-0-id}/route-maps/{route-map-id}
Networking (Routing) > Tier-0S (Route Maps)
Read a route map
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/route-maps/{route-map-id}
GET /policy/api/v1/global-infra/tier-0s/{tier-0-id}/route-maps/{route-map-id}
Networking (Routing) > Tier-0S (Route Maps)
Create or update a route map
PATCH /policy/api/v1/infra/tier-0s/{tier-0-id}/route-maps/{route-map-id}
Networking (Routing) > Tier-0S (Route Maps)
Create or update a route map
PUT /policy/api/v1/infra/tier-0s/{tier-0-id}/route-maps/{route-map-id}
Networking (Routing) > Tier-0S (Routing Tables)
Get routing table from tier-0
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/routing-table
GET /policy/api/v1/global-infra/tier-0s/{tier-0-id}/routing-table
Networking (Routing) > Tier-0S (Routing Tables)
Get routing table from tier-0 in CSV format
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/routing-table?format=csv
GET /policy/api/v1/global-infra/tier-0s/{tier-0-id}/routing-table?format=csv
Networking (Routing) > Tier-0S (Routing)
Get total number of IPv4 or IPv6 routes on a Tier0
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/number-of-routes
GET /policy/api/v1/global-infra/tier-0s/{tier-0-id}/number-of-routes
Networking (Routing) > Tier-0S (States)
Get Tier0 state
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/state
GET /policy/api/v1/global-infra/tier-0s/{tier-0-id}/state
Networking (Routing) > Tier-0S (Static Routes BFD Peers)
List StaticRouteBfdPeers
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/static-routes/bfd-peers
GET /policy/api/v1/global-infra/tier-0s/{tier-0-id}/static-routes/bfd-peers
Networking (Routing) > Tier-0S (Static Routes BFD Peers)
Delete this StaticRouteBfdPeer and all the entities contained by it.
DELETE /policy/api/v1/infra/tier-0s/{tier-0-id}/static-routes/bfd-peers/{bfd-peer-id}
Networking (Routing) > Tier-0S (Static Routes BFD Peers)
Read a StaticRouteBfdPeer
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/static-routes/bfd-peers/{bfd-peer-id}
GET /policy/api/v1/global-infra/tier-0s/{tier-0-id}/static-routes/bfd-peers/{bfd-peer-id}
Networking (Routing) > Tier-0S (Static Routes BFD Peers)
Create or update a StaticRouteBfdPeer
PATCH /policy/api/v1/infra/tier-0s/{tier-0-id}/static-routes/bfd-peers/{bfd-peer-id}
Networking (Routing) > Tier-0S (Static Routes BFD Peers)
Create or update a StaticRouteBfdPeer
PUT /policy/api/v1/infra/tier-0s/{tier-0-id}/static-routes/bfd-peers/{bfd-peer-id}
Networking (Routing) > Tier-0S (Static Routes BFD Peers)
Read a StaticRouteBfdTroubleshootConfig
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/static-routes/bfd-peers/troubleshoot (Experimental)
GET /policy/api/v1/global-infra/tier-0s/{tier-0-id}/static-routes/bfd-peers/troubleshoot (Experimental)
Networking (Routing) > Tier-0S (Static Routes BFD Peers)
Create or update a StaticRouteBfdTroubleshootConfig
PATCH /policy/api/v1/infra/tier-0s/{tier-0-id}/static-routes/bfd-peers/troubleshoot (Experimental)
PATCH /policy/api/v1/global-infra/tier-0s/{tier-0-id}/static-routes/bfd-peers/troubleshoot (Experimental)
Networking (Routing) > Tier-0S (Static Routes BFD Peers)
Create or update a StaticRouteBfdTroubleshootConfig
PUT /policy/api/v1/infra/tier-0s/{tier-0-id}/static-routes/bfd-peers/troubleshoot (Experimental)
PUT /policy/api/v1/global-infra/tier-0s/{tier-0-id}/static-routes/bfd-peers/troubleshoot (Experimental)
Networking (Routing) > Tier-0S (Static Routes)
List Tier-0 Static Routes
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/static-routes
GET /policy/api/v1/global-infra/tier-0s/{tier-0-id}/static-routes
Networking (Routing) > Tier-0S (Static Routes)
Delete Tier-0 static routes
DELETE /policy/api/v1/infra/tier-0s/{tier-0-id}/static-routes/{route-id}
Networking (Routing) > Tier-0S (Static Routes)
Read Tier-0 static routes
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/static-routes/{route-id}
GET /policy/api/v1/global-infra/tier-0s/{tier-0-id}/static-routes/{route-id}
Networking (Routing) > Tier-0S (Static Routes)
Create or update a Tier-0 static routes
PATCH /policy/api/v1/infra/tier-0s/{tier-0-id}/static-routes/{route-id}
Networking (Routing) > Tier-0S (Static Routes)
Create or update a Tier-0 static routes
PUT /policy/api/v1/infra/tier-0s/{tier-0-id}/static-routes/{route-id}
PUT /policy/api/v1/global-infra/tier-0s/{tier-0-id}/static-routes/{route-id}
Networking (Routing) > Tier-0S (Statistics)
Get statistics for downlink router port on tier-0 router
GET /policy/api/v1/infra/segments/{segment-id}/gateway-interface-statistics
GET /policy/api/v1/global-infra/segments/{segment-id}/gateway-interface-statistics
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segment-id}/gateway-interface-statistics
Networking (Routing) > Tier-0S (Statistics)
Get statistics for downlink router port on tier-0 router
GET /policy/api/v1/infra/segments/{segment-id}/gateway-interface-statistics/summary
GET /policy/api/v1/global-infra/segments/{segment-id}/gateway-interface-statistics/summary
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segment-id}/gateway-interface-statistics/summary
Networking (Routing) > Tier-0S (Statistics)
Get tier-0 interface group statistics information
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/interface-groups/{interface-group-id}/statistics
GET /policy/api/v1/global-infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/interface-groups/{interface-group-id}/statistics
Networking (Routing) > Tier-0S (Statistics)
Get tier-0 interface statistics information
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/interfaces/{interface-id}/statistics
GET /policy/api/v1/global-infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/interfaces/{interface-id}/statistics
Networking (Routing) > Tier-0S (Statistics)
Get tier-0 interface statistics summary information
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/interfaces/{interface-id}/statistics/summary
GET /policy/api/v1/global-infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/interfaces/{interface-id}/statistics/summary
Networking (Routing) > Tier-0S (Statistics)
Get tier-0 router link statistics information
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/tier-1-interface/statistics
GET /policy/api/v1/global-infra/tier-0s/{tier-0-id}/tier-1-interface/statistics
Networking (Routing) > Tier-0S (Statistics)
Get tier-0 router link statistics summary information
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/tier-1-interface/statistics/summary
GET /policy/api/v1/global-infra/tier-0s/{tier-0-id}/tier-1-interface/statistics/summary
Networking (Routing) > Tier-1S
API to reallocate or re-balance service instances of gateways within edge or VNA cluster
POST /policy/api/v1/infra/gateways/action/reallocate
POST /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/gateways/action/reallocate
Networking (Routing) > Tier-1S
List Tier-1 instances
GET /policy/api/v1/infra/tier-1s
GET /policy/api/v1/global-infra/tier-1s
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s
Networking (Routing) > Tier-1S
Delete Tier-1 configuration
DELETE /policy/api/v1/infra/tier-1s/{tier-1-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}
Networking (Routing) > Tier-1S
Read Tier-1 configuration
GET /policy/api/v1/infra/tier-1s/{tier-1-id}
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}
Networking (Routing) > Tier-1S
Create or update Tier-1 configuration
PATCH /policy/api/v1/infra/tier-1s/{tier-1-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}
Networking (Routing) > Tier-1S
Reprocess Tier1 gateway configuration and publish updates to NSX controller
POST /policy/api/v1/infra/tier-1s/{tier-1-id}?action=reprocess
POST /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}?action=reprocess
Networking (Routing) > Tier-1S
Create or update tier-1 configuration
PUT /policy/api/v1/infra/tier-1s/{tier-1-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}
Networking (Routing) > Tier-1S
Manual failover of the active-standby tier1 gateway to the preferred edge node
POST /policy/api/v1/infra/tier-1s/{tier-1-id}/actions/failover
POST /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/actions/failover
Networking (Routing) > Tier-1S (Arp Proxies)
Get Tier-1 Address Resolution Protocol Proxies
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/arp-proxies
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/arp-proxies
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/arp-proxies
Networking (Routing) > Tier-1S (Arp Proxies)
Get Tier-1 Address Resolution Protocol Proxies in CSV format
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/arp-proxies?format=csv
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/arp-proxies?format=csv
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/arp-proxies?format=csv
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 Proxies)
Get Tier-1 Interface Address Resolution Protocol Proxies
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/locale-services/{locale-service-id}/interfaces/{interface-id}/arp-proxy
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/locale-services/{locale-service-id}/interfaces/{interface-id}/arp-proxy
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/locale-services/{locale-service-id}/interfaces/{interface-id}/arp-proxy
Networking (Routing) > Tier-1S (Arp Proxies)
Get Tier-1 Interface Address Resolution Protocol Proxies in CSV format
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/locale-services/{locale-service-id}/interfaces/{interface-id}/arp-proxy?format=csv
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/locale-services/{locale-service-id}/interfaces/{interface-id}/arp-proxy?format=csv
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/locale-services/{locale-service-id}/interfaces/{interface-id}/arp-proxy?format=csv
Networking (Routing) > Tier-1S (Arp Tables)
Get ARP table from tier-1 interface
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/locale-services/{locale-service-id}/interfaces/{interface-id}/arp-table
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/locale-services/{locale-service-id}/interfaces/{interface-id}/arp-table
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/locale-services/{locale-service-id}/interfaces/{interface-id}/arp-table
Networking (Routing) > Tier-1S (Arp Tables)
Get ARP table from tier-1 interface in CSV format
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/locale-services/{locale-service-id}/interfaces/{interface-id}/arp-table?format=csv
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/locale-services/{locale-service-id}/interfaces/{interface-id}/arp-table?format=csv
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/locale-services/{locale-service-id}/interfaces/{interface-id}/arp-table?format=csv
Networking (Routing) > Tier-1S (Arp Tables)
Get ARP table from segment interface (downlink)
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/arp-table
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/arp-table
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segment-id}/arp-table
Networking (Routing) > Tier-1S (Arp Tables)
Get ARP table from segment interface (downlink) in CSV format
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/arp-table?format=csv
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/arp-table?format=csv
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segment-id}/arp-table?format=csv
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 (Routing) > Tier-1S (Arp Tables)
Get tier-1 router link arp information
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/tier-0-interface/arp-table
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/tier-0-interface/arp-table
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/tier-0-interface/arp-table
Networking (Routing) > Tier-1S (Arp Tables)
Get ARP table from tier-1 router link interface in CSV format
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/tier-0-interface/arp-table?format=csv
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/tier-0-interface/arp-table?format=csv
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/tier-0-interface/arp-table?format=csv
Networking (Routing) > Tier-1S (Dad States)
Get DAD state for downlink router port on tier-1 router
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/gateway-interface-dad-state
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/gateway-interface-dad-state
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segment-id}/gateway-interface-dad-state
Networking (Routing) > Tier-1S (Forwarding Tables)
Get forwarding table from tier-1
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/forwarding-table
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/forwarding-table
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/forwarding-table
Networking (Routing) > Tier-1S (Forwarding Tables)
Get forwarding table from tier-1 in CSV format
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/forwarding-table?format=csv
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/forwarding-table?format=csv
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/forwarding-table?format=csv
Networking (Routing) > Tier-1S (Interface Groups)
List Tier-1 Interface groups
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/locale-services/{locale-service-id}/interface-groups
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/locale-services/{locale-service-id}/interface-groups
Networking (Routing) > Tier-1S (Interface Groups)
Delete Tier-1 Interface group
DELETE /policy/api/v1/infra/tier-1s/{tier-1-id}/locale-services/{locale-service-id}/interface-groups/{group-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/locale-services/{locale-service-id}/interface-groups/{group-id}
Networking (Routing) > Tier-1S (Interface Groups)
Read Tier-1 Interface group
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/locale-services/{locale-service-id}/interface-groups/{group-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/locale-services/{locale-service-id}/interface-groups/{group-id}
Networking (Routing) > Tier-1S (Interface Groups)
Create or update a Tier-1 Interface group.
PATCH /policy/api/v1/infra/tier-1s/{tier-1-id}/locale-services/{locale-service-id}/interface-groups/{group-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/locale-services/{locale-service-id}/interface-groups/{group-id}
Networking (Routing) > Tier-1S (Interface Groups)
Update a Tier-1 Interface group.
PUT /policy/api/v1/infra/tier-1s/{tier-1-id}/locale-services/{locale-service-id}/interface-groups/{group-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/locale-services/{locale-service-id}/interface-groups/{group-id}
Networking (Routing) > Tier-1S (Interfaces)
List Tier 1 Service Interfaces
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/locale-services/{locale-service-id}/service-interfaces
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/locale-services/{locale-service-id}/service-interfaces
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/locale-services/{locale-service-id}/service-interfaces
Networking (Routing) > Tier-1S (Interfaces)
Delete Tier 1 service interface
DELETE /policy/api/v1/infra/tier-1s/{tier-1-id}/locale-services/{locale-service-id}/service-interfaces/{interface-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/locale-services/{locale-service-id}/service-interfaces/{interface-id}
Networking (Routing) > Tier-1S (Interfaces)
Read Tier 1 service interface
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/locale-services/{locale-service-id}/service-interfaces/{interface-id}
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/locale-services/{locale-service-id}/service-interfaces/{interface-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/locale-services/{locale-service-id}/service-interfaces/{interface-id}
Networking (Routing) > Tier-1S (Interfaces)
Create or update a Tier-1 service interface
PATCH /policy/api/v1/infra/tier-1s/{tier-1-id}/locale-services/{locale-service-id}/service-interfaces/{interface-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/locale-services/{locale-service-id}/service-interfaces/{interface-id}
Networking (Routing) > Tier-1S (Interfaces)
Create a Tier1 service interface
PUT /policy/api/v1/infra/tier-1s/{tier-1-id}/locale-services/{locale-service-id}/service-interfaces/{interface-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/locale-services/{locale-service-id}/service-interfaces/{interface-id}
Networking (Routing) > Tier-1S (Interfaces)
List Tier-1 interfaces
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/locale-services/{locale-services-id}/interfaces
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/locale-services/{locale-services-id}/interfaces
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/locale-services/{locale-services-id}/interfaces
Networking (Routing) > Tier-1S (Interfaces)
Delete Tier-1 interface
DELETE /policy/api/v1/infra/tier-1s/{tier-1-id}/locale-services/{locale-services-id}/interfaces/{interface-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/locale-services/{locale-services-id}/interfaces/{interface-id}
Networking (Routing) > Tier-1S (Interfaces)
Read Tier-1 interface
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/locale-services/{locale-services-id}/interfaces/{interface-id}
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/locale-services/{locale-services-id}/interfaces/{interface-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/locale-services/{locale-services-id}/interfaces/{interface-id}
Networking (Routing) > Tier-1S (Interfaces)
Create or update a Tier-1 interface
PATCH /policy/api/v1/infra/tier-1s/{tier-1-id}/locale-services/{locale-services-id}/interfaces/{interface-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/locale-services/{locale-services-id}/interfaces/{interface-id}
Networking (Routing) > Tier-1S (Interfaces)
Create or update a tier-1 interface
PUT /policy/api/v1/infra/tier-1s/{tier-1-id}/locale-services/{locale-services-id}/interfaces/{interface-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/locale-services/{locale-services-id}/interfaces/{interface-id}
Networking (Routing) > Tier-1S (Locale Services)
List Tier-1 locale-services
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/locale-services
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/locale-services
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/locale-services
Networking (Routing) > Tier-1S (Locale Services)
Delete Tier-1 locale-services
DELETE /policy/api/v1/infra/tier-1s/{tier-1-id}/locale-services/{locale-services-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/locale-services/{locale-services-id}
Networking (Routing) > Tier-1S (Locale Services)
Read Tier-1 locale-services
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/locale-services/{locale-services-id}
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/locale-services/{locale-services-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/locale-services/{locale-services-id}
Networking (Routing) > Tier-1S (Locale Services)
Create or update a Tier-1 locale-services
PATCH /policy/api/v1/infra/tier-1s/{tier-1-id}/locale-services/{locale-services-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/locale-services/{locale-services-id}
Networking (Routing) > Tier-1S (Locale Services)
Create or update a Tier-1 locale-services
PUT /policy/api/v1/infra/tier-1s/{tier-1-id}/locale-services/{locale-services-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/locale-services/{locale-services-id}
Networking (Routing) > Tier-1S (Multicast)
Read Multicast Configuration
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/locale-services/{locale-services-id}/multicast
Networking (Routing) > Tier-1S (Multicast)
Create or update multicast configuration
PATCH /policy/api/v1/infra/tier-1s/{tier-1-id}/locale-services/{locale-services-id}/multicast
Networking (Routing) > Tier-1S (Multicast)
Create or update multicast configuration
PUT /policy/api/v1/infra/tier-1s/{tier-1-id}/locale-services/{locale-services-id}/multicast
Networking (Routing) > Tier-1S (Multicast)
Get Multicast Forwarding
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/locale-services/{locale-services-id}/multicast/forwarding
Networking (Routing) > Tier-1S (Multicast)
Get Multicast Forwarding In Csv Format
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/locale-services/{locale-services-id}/multicast/forwarding?format=csv
Networking (Routing) > Tier-1S (Multicast)
Get IGMP Memberships
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/locale-services/{locale-services-id}/multicast/igmp-memberships
Networking (Routing) > Tier-1S (Multicast)
Get IGMP Memberships in CSV format
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/locale-services/{locale-services-id}/multicast/igmp-memberships?format=csv
Networking (Routing) > Tier-1S (Routing)
List advertised networks
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/advertised-networks
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/advertised-networks
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/advertised-networks
Networking (Routing) > Tier-1S (Routing)
List advertised networks in CSV format
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/advertised-networks/csv
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/advertised-networks/csv
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/advertised-networks/csv
Networking (Routing) > Tier-1S (States)
Get Tier1 state
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/state
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/state
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/state
Networking (Routing) > Tier-1S (Static Routes)
List Tier-1 Static Routes
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/static-routes
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/static-routes
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/static-routes
Networking (Routing) > Tier-1S (Static Routes)
Delete Tier-1 static routes
DELETE /policy/api/v1/infra/tier-1s/{tier-1-id}/static-routes/{route-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/static-routes/{route-id}
Networking (Routing) > Tier-1S (Static Routes)
Read Tier-1 static routes
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/static-routes/{route-id}
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/static-routes/{route-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/static-routes/{route-id}
Networking (Routing) > Tier-1S (Static Routes)
Create or update a Tier-1 static routes
PATCH /policy/api/v1/infra/tier-1s/{tier-1-id}/static-routes/{route-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/static-routes/{route-id}
Networking (Routing) > Tier-1S (Static Routes)
Create or update a Tier-1 static routes
PUT /policy/api/v1/infra/tier-1s/{tier-1-id}/static-routes/{route-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/static-routes/{route-id}
Networking (Routing) > Tier-1S (Statistics)
Get tier-1 interface group statistics information
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/locale-services/{locale-service-id}/interface-groups/{interface-group-id}/statistics
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/locale-services/{locale-service-id}/interface-groups/{interface-group-id}/statistics
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/locale-services/{locale-service-id}/interface-groups/{interface-group-id}/statistics
Networking (Routing) > Tier-1S (Statistics)
Get tier-1 interface statistics information
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/locale-services/{locale-service-id}/interfaces/{interface-id}/statistics
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/locale-services/{locale-service-id}/interfaces/{interface-id}/statistics
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/locale-services/{locale-service-id}/interfaces/{interface-id}/statistics
Networking (Routing) > Tier-1S (Statistics)
Get tier-1 interface statistics summary information
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/locale-services/{locale-service-id}/interfaces/{interface-id}/statistics/summary
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/locale-services/{locale-service-id}/interfaces/{interface-id}/statistics/summary
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/locale-services/{locale-service-id}/interfaces/{interface-id}/statistics/summary
Networking (Routing) > Tier-1S (Statistics)
Get statistics for downlink router port on tier-1 router
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/gateway-interface-statistics
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/gateway-interface-statistics
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segment-id}/gateway-interface-statistics
Networking (Routing) > Tier-1S (Statistics)
Get statistics for downlink router port on tier-1 router
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/gateway-interface-statistics/summary
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/gateway-interface-statistics/summary
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segment-id}/gateway-interface-statistics/summary
Networking (Routing) > Tier-1S (Statistics)
Get tier-1 router link statistics information
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/tier-0-interface/statistics
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/tier-0-interface/statistics
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/tier-0-interface/statistics
Networking (Routing) > Tier-1S (Statistics)
Get tier-1 router link statistics summary information
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/tier-0-interface/statistics/summary
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/tier-0-interface/statistics/summary
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/tier-0-interface/statistics/summary
Networking (Services) > Metadata Proxy
List Metadata Proxy Configurations
GET /policy/api/v1/infra/metadata-proxies
Networking (Services) > Metadata Proxy
Delete Metadata Proxy Config
DELETE /policy/api/v1/infra/metadata-proxies/{metadata-proxy-id}
Networking (Services) > Metadata Proxy
Get Metadata Proxy Config
GET /policy/api/v1/infra/metadata-proxies/{metadata-proxy-id}
Networking (Services) > Metadata Proxy
Create or update Metadata Proxy Config
PATCH /policy/api/v1/infra/metadata-proxies/{metadata-proxy-id}
Networking (Services) > Metadata Proxy
Create or update Metadata Proxy Config
PUT /policy/api/v1/infra/metadata-proxies/{metadata-proxy-id}
Networking (Services) > Metadata Proxy
Read Metadata-proxy service properties
GET /api/v1/transport-nodes/{transport-node-id}/node/services/metadata-proxy
Networking (Services) > Metadata Proxy
Read Metadata-proxy service status
GET /api/v1/transport-nodes/{transport-node-id}/node/services/metadata-proxy/status
Networking (Switching) > Segment Ports
List infra segment ports
GET /policy/api/v1/infra/segments/{segment-id}/ports
GET /policy/api/v1/global-infra/segments/{segment-id}/ports
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segment-id}/ports
Networking (Switching) > Segment Ports
Delete an infra segment port
DELETE /policy/api/v1/infra/segments/{segment-id}/ports/{port-id}
DELETE /policy/api/v1/global-infra/segments/{segment-id}/ports/{port-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segment-id}/ports/{port-id}
Networking (Switching) > Segment Ports
Get infra segment port by ID
GET /policy/api/v1/infra/segments/{segment-id}/ports/{port-id}
GET /policy/api/v1/global-infra/segments/{segment-id}/ports/{port-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segment-id}/ports/{port-id}
Networking (Switching) > Segment Ports
Patch an infra segment port
PATCH /policy/api/v1/infra/segments/{segment-id}/ports/{port-id}
PATCH /policy/api/v1/global-infra/segments/{segment-id}/ports/{port-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segment-id}/ports/{port-id}
Networking (Switching) > Segment Ports
Create or update an infra segment port
PUT /policy/api/v1/infra/segments/{segment-id}/ports/{port-id}
PUT /policy/api/v1/global-infra/segments/{segment-id}/ports/{port-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segment-id}/ports/{port-id}
Networking (Switching) > Segment Ports
List all effective profiles for infra segment port
GET /policy/api/v1/infra/segments/{segment-id}/ports/{port-id}/effective-profiles
GET /policy/api/v1/global-infra/segments/{segment-id}/ports/{port-id}/effective-profiles
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segment-id}/ports/{port-id}/effective-profiles
Networking (Switching) > Segment Ports
Get infra segment port statistics information
GET /policy/api/v1/infra/segments/{segments-id}/ports/{port-id}/statistics
GET /policy/api/v1/global-infra/segments/{segments-id}/ports/{port-id}/statistics
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segments-id}/ports/{port-id}/statistics
Networking (Switching) > Segment Ports
Get infra segment port status information
GET /policy/api/v1/infra/segments/{segments-id}/ports/{port-id}/status
GET /policy/api/v1/global-infra/segments/{segments-id}/ports/{port-id}/status
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segments-id}/ports/{port-id}/status
Networking (Switching) > Segment Ports
List Tier-1 segment ports
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports
Networking (Switching) > Segment Ports
Delete a Tier-1 segment port. Please note that this operation will not delete the segment port from vCenter Server if the port was connected to a Virtual Machine. Please connect Virtual Machine to another network for the segment port to be deleted from vCenter Server.
DELETE /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}
DELETE /policy/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}
Networking (Switching) > Segment Ports
Get Tier-1 segment port by ID
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}
Networking (Switching) > Segment Ports
Patch a Tier-1 segment port
PATCH /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}
PATCH /policy/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}
Networking (Switching) > Segment Ports
Create or update a Tier-1 segment port
PUT /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}
PUT /policy/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}
Networking (Switching) > Segment Ports
List all effective profiles for tier-1 segment port
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}/effective-profiles
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}/effective-profiles
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}/effective-profiles
Networking (Switching) > Segment Ports
Get tier-1 segment port statistics information
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segments-id}/ports/{port-id}/statistics
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segments-id}/ports/{port-id}/statistics
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segments-id}/ports/{port-id}/statistics
Networking (Switching) > Segment Ports
Get segment port status information
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segments-id}/ports/{port-id}/status
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segments-id}/ports/{port-id}/status
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segments-id}/ports/{port-id}/status
Networking (Switching) > Segment Ports (Mac Tables)
Get MAC table for infra segment port
GET /policy/api/v1/infra/segments/{segment-id}/ports/{port-id}/mac-table
GET /policy/api/v1/global-infra/segments/{segment-id}/ports/{port-id}/mac-table
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segment-id}/ports/{port-id}/mac-table
Networking (Switching) > Segment Ports (Mac Tables)
Get infra segment port MAC table in CSV
GET /policy/api/v1/infra/segments/{segment-id}/ports/{port-id}/mac-table?format=csv
GET /policy/api/v1/global-infra/segments/{segment-id}/ports/{port-id}/mac-table?format=csv
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segment-id}/ports/{port-id}/mac-table?format=csv
Networking (Switching) > Segment Ports (Mac Tables)
Get MAC table for tier-1 segment port
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}/mac-table
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}/mac-table
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}/mac-table
Networking (Switching) > Segment Ports (Mac Tables)
Get tier-1 segment port MAC table in CSV
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}/mac-table?format=csv
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}/mac-table?format=csv
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}/mac-table?format=csv
Networking (Switching) > Segment Ports (States)
Get infra segment port state
GET /policy/api/v1/infra/segments/{segment-id}/ports/{port-id}/state
GET /policy/api/v1/global-infra/segments/{segment-id}/ports/{port-id}/state
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segment-id}/ports/{port-id}/state
Networking (Switching) > Segment Ports (States)
Get tier-1 segment port state
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}/state
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}/state
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}/state
Networking (Switching) > Segments
List all segments under infra
GET /policy/api/v1/infra/segments
GET /policy/api/v1/global-infra/segments
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments
Networking (Switching) > Segments
Delete infra segment
DELETE /policy/api/v1/infra/segments/{segment-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segment-id}
Networking (Switching) > Segments
Force delete infra segment
DELETE /policy/api/v1/infra/segments/{segment-id}?force=true
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segment-id}?force=true
Networking (Switching) > Segments
Read infra segment
GET /policy/api/v1/infra/segments/{segment-id}
GET /policy/api/v1/global-infra/segments/{segment-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segment-id}
Networking (Switching) > Segments
Create or update a segment
PATCH /policy/api/v1/infra/segments/{segment-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segment-id}
Networking (Switching) > Segments
Create or update a segment
PATCH /policy/api/v1/infra/segments/{segment-id}?force=true
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segment-id}?force=true
Networking (Switching) > Segments
Create or update a infra segment
PUT /policy/api/v1/infra/segments/{segment-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segment-id}
Networking (Switching) > Segments
Create or update a infra segment
PUT /policy/api/v1/infra/segments/{segment-id}?force=true
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segment-id}?force=true
Networking (Switching) > Segments
List all effective profiles for infra segment
GET /policy/api/v1/infra/segments/{segment-id}/effective-profiles
GET /policy/api/v1/global-infra/segments/{segment-id}/effective-profiles
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segment-id}/effective-profiles
Networking (Switching) > Segments
List SegmentConnectionBindingMap specific Segment
GET /policy/api/v1/infra/segments/{segment-id}/segment-connection-binding-maps
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segment-id}/segment-connection-binding-maps
Networking (Switching) > Segments
Deletes infra SegmentConnectionBindingMap.
DELETE /policy/api/v1/infra/segments/{segment-id}/segment-connection-binding-maps/{map-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segment-id}/segment-connection-binding-maps/{map-id}
Networking (Switching) > Segments
Read infra SegmentConnectionBindingMap
GET /policy/api/v1/infra/segments/{segment-id}/segment-connection-binding-maps/{map-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segment-id}/segment-connection-binding-maps/{map-id}
Networking (Switching) > Segments
Patch a infra segment connection binding map
PATCH /policy/api/v1/infra/segments/{segment-id}/segment-connection-binding-maps/{map-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segment-id}/segment-connection-binding-maps/{map-id}
Networking (Switching) > Segments
Patch a infra segment connection binding map
PUT /policy/api/v1/infra/segments/{segment-id}/segment-connection-binding-maps/{map-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segment-id}/segment-connection-binding-maps/{map-id}
Networking (Switching) > Segments
List Service Segments
GET /policy/api/v1/infra/segments/service-segments
Networking (Switching) > Segments
Delete Service Segment
DELETE /policy/api/v1/infra/segments/service-segments/{service-segment-id}
Networking (Switching) > Segments
Read Service Segment
GET /policy/api/v1/infra/segments/service-segments/{service-segment-id}
Networking (Switching) > Segments
Create a service segment
PATCH /policy/api/v1/infra/segments/service-segments/{service-segment-id}
Networking (Switching) > Segments
Create service segment
PUT /policy/api/v1/infra/segments/service-segments/{service-segment-id}
Networking (Switching) > Segments
List SegmentConnectionBindingMap specific Segment
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/segment-connection-binding-maps
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segment-id}/segment-connection-binding-maps
Networking (Switching) > Segments
Deletes infra SegmentConnectionBindingMap.
DELETE /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/segment-connection-binding-maps/{map-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segment-id}/segment-connection-binding-maps/{map-id}
Networking (Switching) > Segments
Read Tier1 SegmentConnectionBindingMap
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/segment-connection-binding-maps/{map-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segment-id}/segment-connection-binding-maps/{map-id}
Networking (Switching) > Segments
Patch a tier1 segment connection binding map
PATCH /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/segment-connection-binding-maps/{map-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segment-id}/segment-connection-binding-maps/{map-id}
Networking (Switching) > Segments
Patch a tier1 segment connection binding map
PUT /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/segment-connection-binding-maps/{map-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segment-id}/segment-connection-binding-maps/{map-id}
Networking (Switching) > Segments (Arp Proxies)
Get downlink port Address Resolution Protocol Proxies for infra segment
GET /policy/api/v1/infra/segments/{segment-id}/arp-proxy
GET /policy/api/v1/global-infra/segments/{segment-id}/arp-proxy
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segment-id}/arp-proxy
Networking (Switching) > Segments (Arp Proxies)
Get downlink port Address Resolution Protocol Proxies for infra segment in CSV format
GET /policy/api/v1/infra/segments/{segment-id}/arp-proxy?format=csv
GET /policy/api/v1/global-infra/segments/{segment-id}/arp-proxy?format=csv
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segment-id}/arp-proxy?format=csv
Networking (Switching) > Segments (Arp Proxies)
Get downlink port Address Resolution Protocol Proxies for tier-1 segment
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/arp-proxy
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/arp-proxy
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segment-id}/arp-proxy
Networking (Switching) > Segments (Arp Proxies)
Get downlink port Address Resolution Protocol Proxies for tier-1 segment in CSV
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/arp-proxy?format=csv
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/arp-proxy?format=csv
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segment-id}/arp-proxy?format=csv
Networking (Switching) > Segments (Edge Bridge)
Get infra segment bridge end point statistics using segment ID and profile path.
GET /policy/api/v1/infra/segments/{segment-id}/bep-statistics
Networking (Switching) > Segments (Edge Bridge)
Get Tier-1 segment bridge end point status using segment ID and profile path.
GET /policy/api/v1/infra/segments/{segment-id}/bep-status
Networking (Switching) > Segments (Edge Bridge)
List L2 Bridge Endpoint Profiles
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcement-point-id}/edge-bridge-profiles
GET /policy/api/v1/global-infra/sites/{site-id}/enforcement-points/{enforcement-point-id}/edge-bridge-profiles
Networking (Switching) > Segments (Edge Bridge)
Delete L2 Bridge Endpoint Profile
DELETE /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcement-point-id}/edge-bridge-profiles/{profile-id}
DELETE /policy/api/v1/global-infra/sites/{site-id}/enforcement-points/{enforcement-point-id}/edge-bridge-profiles/{profile-id}
Networking (Switching) > Segments (Edge Bridge)
Get L2 Bridge Endpoint Profile
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcement-point-id}/edge-bridge-profiles/{profile-id}
GET /policy/api/v1/global-infra/sites/{site-id}/enforcement-points/{enforcement-point-id}/edge-bridge-profiles/{profile-id}
Networking (Switching) > Segments (Edge Bridge)
Create or update L2 Bridge Endpoint Profile
PATCH /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcement-point-id}/edge-bridge-profiles/{profile-id}
PATCH /policy/api/v1/global-infra/sites/{site-id}/enforcement-points/{enforcement-point-id}/edge-bridge-profiles/{profile-id}
Networking (Switching) > Segments (Edge Bridge)
Create or update L2 Bridge Endpoint Profile
PUT /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcement-point-id}/edge-bridge-profiles/{profile-id}
PUT /policy/api/v1/global-infra/sites/{site-id}/enforcement-points/{enforcement-point-id}/edge-bridge-profiles/{profile-id}
Networking (Switching) > Segments (Edge Bridge)
Get Tier-1 segment bridge end point statistics using segment ID and profile path.
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/bep-statistics
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/bep-statistics
Networking (Switching) > Segments (Edge Bridge)
Get Tier-1 segment bridge end point status using segment ID and profile path.
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/bep-status
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/bep-status
Networking (Switching) > Segments (Fixed)
Paginated list of all fixed segments (identified as /policy/api/v1/infra/tier-1s//segments/) under Tier-1 instance.
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/segments
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/segments
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments
Networking (Switching) > Segments (Fixed)
Delete segment
DELETE /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segment-id}
Networking (Switching) > Segments (Fixed)
Force delete segment
DELETE /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}?force=true
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segment-id}?force=true
Networking (Switching) > Segments (Fixed)
Read segment
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segment-id}
Networking (Switching) > Segments (Fixed)
Create or update a segment
PATCH /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segment-id}
Networking (Switching) > Segments (Fixed)
Create or update a segment
PUT /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segment-id}
Networking (Switching) > Segments (Fixed)
List all effective profiles for segment
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/effective-profiles
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/effective-profiles
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segment-id}/effective-profiles
Networking (Switching) > Segments (Fixed)
Delete static ARP config
DELETE /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/static-arp
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segment-id}/static-arp
Networking (Switching) > Segments (Fixed)
Read static ARP config
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/static-arp
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/static-arp
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segment-id}/static-arp
Networking (Switching) > Segments (Fixed)
Create or update a static ARP config
PATCH /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/static-arp
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segment-id}/static-arp
Networking (Switching) > Segments (Fixed)
Create or update a static ARP config
PUT /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/static-arp
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segment-id}/static-arp
Networking (Switching) > Segments (Mac Tables)
Get infra segment MAC table
GET /policy/api/v1/infra/segments/{segment-id}/mac-table
GET /policy/api/v1/global-infra/segments/{segment-id}/mac-table
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segment-id}/mac-table
Networking (Switching) > Segments (Mac Tables)
Get infra segment MAC table in CSV
GET /policy/api/v1/infra/segments/{segment-id}/mac-table?format=csv
GET /policy/api/v1/global-infra/segments/{segment-id}/mac-table?format=csv
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segment-id}/mac-table?format=csv
Networking (Switching) > Segments (Mac Tables)
Get Tier-1 segment MAC table
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/mac-table
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/mac-table
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segment-id}/mac-table
Networking (Switching) > Segments (Mac Tables)
Get Tier-1 segment MAC table in CSV
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/mac-table?format=csv
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/mac-table?format=csv
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segment-id}/mac-table?format=csv
Networking (Switching) > Segments (States)
Get infra segment state information
GET /policy/api/v1/infra/segments/{segments-id}/state
GET /policy/api/v1/global-infra/segments/{segments-id}/state
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segments-id}/state
Networking (Switching) > Segments (States)
Get segment state information
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segments-id}/state
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segments-id}/state
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segments-id}/state
Networking (Switching) > Segments (States)
Get tier-1 segments by configuration state
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/state
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/segments/state
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/state
Networking (Switching) > Segments (Statistics)
Get infra segment statistics information
GET /policy/api/v1/infra/segments/{segments-id}/statistics
GET /policy/api/v1/global-infra/segments/{segments-id}/statistics
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segments-id}/statistics
Networking (Switching) > Segments (Statistics)
Get infra segments by configuration state
GET /policy/api/v1/infra/segments/state
GET /policy/api/v1/global-infra/segments/state
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/state
Networking (Switching) > Segments (Statistics)
Get segment statistics information
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segments-id}/statistics
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segments-id}/statistics
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segments-id}/statistics
Networking (Switching) > Segments (Tep Tables)
Get infra segment TEP table
GET /policy/api/v1/infra/segments/{segment-id}/tep-table
GET /policy/api/v1/global-infra/segments/{segment-id}/tep-table
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segment-id}/tep-table
Networking (Switching) > Segments (Tep Tables)
Get tier-1 segment TEP table in CSV
GET /policy/api/v1/infra/segments/{segment-id}/tep-table?format=csv
GET /policy/api/v1/global-infra/segments/{segment-id}/tep-table?format=csv
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segment-id}/tep-table?format=csv
Networking (Switching) > Segments (Tep Tables)
Get tier-1 segment TEP table
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/tep-table
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/tep-table
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segment-id}/tep-table
Networking (Switching) > Segments (Tep Tables)
Get tier-1 segment TEP table in CSV
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/tep-table?format=csv
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/tep-table?format=csv
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segment-id}/tep-table?format=csv
Networking (Switching) > Segments Profiles (Discovery Profiles)
Get Group discovery profile binding map
GET /policy/api/v1/infra/domains/{domain-id}/groups/{group-id}/discovery-profile-binding-maps
GET /policy/api/v1/global-infra/domains/{domain-id}/groups/{group-id}/discovery-profile-binding-maps
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/groups/{group-id}/discovery-profile-binding-maps
Networking (Switching) > Segments Profiles (Discovery Profiles)
Delete Group discovery profile binding map
DELETE /policy/api/v1/infra/domains/{domain-id}/groups/{group-id}/discovery-profile-binding-maps/{discovery-profile-binding-map-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/groups/{group-id}/discovery-profile-binding-maps/{discovery-profile-binding-map-id}
Networking (Switching) > Segments Profiles (Discovery Profiles)
Get Group discovery profile binding map
GET /policy/api/v1/infra/domains/{domain-id}/groups/{group-id}/discovery-profile-binding-maps/{discovery-profile-binding-map-id}
GET /policy/api/v1/global-infra/domains/{domain-id}/groups/{group-id}/discovery-profile-binding-maps/{discovery-profile-binding-map-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/groups/{group-id}/discovery-profile-binding-maps/{discovery-profile-binding-map-id}
Networking (Switching) > Segments Profiles (Discovery Profiles)
Create or update Group discovery profile binding map
PATCH /policy/api/v1/infra/domains/{domain-id}/groups/{group-id}/discovery-profile-binding-maps/{discovery-profile-binding-map-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/groups/{group-id}/discovery-profile-binding-maps/{discovery-profile-binding-map-id}
Networking (Switching) > Segments Profiles (Discovery Profiles)
Update Group discovery profile binding map
PUT /policy/api/v1/infra/domains/{domain-id}/groups/{group-id}/discovery-profile-binding-maps/{discovery-profile-binding-map-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/groups/{group-id}/discovery-profile-binding-maps/{discovery-profile-binding-map-id}
Networking (Switching) > Segments Profiles (Discovery Profiles)
List Infra Port Discovery Profile Binding Maps
GET /policy/api/v1/infra/segments/{infra-segment-id}/ports/{infra-port-id}/port-discovery-profile-binding-maps
GET /policy/api/v1/global-infra/segments/{infra-segment-id}/ports/{infra-port-id}/port-discovery-profile-binding-maps
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{infra-segment-id}/ports/{infra-port-id}/port-discovery-profile-binding-maps
Networking (Switching) > Segments Profiles (Discovery Profiles)
Delete Infra Port Discovery Profile Binding Profile
DELETE /policy/api/v1/infra/segments/{infra-segment-id}/ports/{infra-port-id}/port-discovery-profile-binding-maps/{port-discovery-profile-binding-map-id}
DELETE /policy/api/v1/global-infra/segments/{infra-segment-id}/ports/{infra-port-id}/port-discovery-profile-binding-maps/{port-discovery-profile-binding-map-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{infra-segment-id}/ports/{infra-port-id}/port-discovery-profile-binding-maps/{port-discovery-profile-binding-map-id}
Networking (Switching) > Segments Profiles (Discovery Profiles)
Get Infra Port Discovery Profile Binding Map
GET /policy/api/v1/infra/segments/{infra-segment-id}/ports/{infra-port-id}/port-discovery-profile-binding-maps/{port-discovery-profile-binding-map-id}
GET /policy/api/v1/global-infra/segments/{infra-segment-id}/ports/{infra-port-id}/port-discovery-profile-binding-maps/{port-discovery-profile-binding-map-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{infra-segment-id}/ports/{infra-port-id}/port-discovery-profile-binding-maps/{port-discovery-profile-binding-map-id}
Networking (Switching) > Segments Profiles (Discovery Profiles)
Create Infra Port Discovery Profile Binding Map
PATCH /policy/api/v1/infra/segments/{infra-segment-id}/ports/{infra-port-id}/port-discovery-profile-binding-maps/{port-discovery-profile-binding-map-id}
PATCH /policy/api/v1/global-infra/segments/{infra-segment-id}/ports/{infra-port-id}/port-discovery-profile-binding-maps/{port-discovery-profile-binding-map-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{infra-segment-id}/ports/{infra-port-id}/port-discovery-profile-binding-maps/{port-discovery-profile-binding-map-id}
Networking (Switching) > Segments Profiles (Discovery Profiles)
Update Infra Port Discovery Profile Binding Map
PUT /policy/api/v1/infra/segments/{infra-segment-id}/ports/{infra-port-id}/port-discovery-profile-binding-maps/{port-discovery-profile-binding-map-id}
PUT /policy/api/v1/global-infra/segments/{infra-segment-id}/ports/{infra-port-id}/port-discovery-profile-binding-maps/{port-discovery-profile-binding-map-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{infra-segment-id}/ports/{infra-port-id}/port-discovery-profile-binding-maps/{port-discovery-profile-binding-map-id}
Networking (Switching) > Segments Profiles (Discovery Profiles)
List Infra Segment Discovery Profile Binding Maps
GET /policy/api/v1/infra/segments/{infra-segment-id}/segment-discovery-profile-binding-maps
GET /policy/api/v1/global-infra/segments/{infra-segment-id}/segment-discovery-profile-binding-maps
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{infra-segment-id}/segment-discovery-profile-binding-maps
Networking (Switching) > Segments Profiles (Discovery Profiles)
Delete Segment Discovery Profile Binding Profile
DELETE /policy/api/v1/infra/segments/{infra-segment-id}/segment-discovery-profile-binding-maps/{segment-discovery-profile-binding-map-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{infra-segment-id}/segment-discovery-profile-binding-maps/{segment-discovery-profile-binding-map-id}
Networking (Switching) > Segments Profiles (Discovery Profiles)
Get Infra Segment Discovery Profile Binding Map
GET /policy/api/v1/infra/segments/{infra-segment-id}/segment-discovery-profile-binding-maps/{segment-discovery-profile-binding-map-id}
GET /policy/api/v1/global-infra/segments/{infra-segment-id}/segment-discovery-profile-binding-maps/{segment-discovery-profile-binding-map-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{infra-segment-id}/segment-discovery-profile-binding-maps/{segment-discovery-profile-binding-map-id}
Networking (Switching) > Segments Profiles (Discovery Profiles)
Create Infra Segment Discovery Profile Binding Map
PATCH /policy/api/v1/infra/segments/{infra-segment-id}/segment-discovery-profile-binding-maps/{segment-discovery-profile-binding-map-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{infra-segment-id}/segment-discovery-profile-binding-maps/{segment-discovery-profile-binding-map-id}
Networking (Switching) > Segments Profiles (Discovery Profiles)
Update Infra Segment Discovery Profile Binding Map
PUT /policy/api/v1/infra/segments/{infra-segment-id}/segment-discovery-profile-binding-maps/{segment-discovery-profile-binding-map-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{infra-segment-id}/segment-discovery-profile-binding-maps/{segment-discovery-profile-binding-map-id}
Networking (Switching) > Segments Profiles (Discovery Profiles)
List Port Discovery Profile Binding Maps
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}/port-discovery-profile-binding-maps
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}/port-discovery-profile-binding-maps
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}/port-discovery-profile-binding-maps
Networking (Switching) > Segments Profiles (Discovery Profiles)
Delete Port Discovery Profile Binding Profile
DELETE /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}/port-discovery-profile-binding-maps/{port-discovery-profile-binding-map-id}
DELETE /policy/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}/port-discovery-profile-binding-maps/{port-discovery-profile-binding-map-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}/port-discovery-profile-binding-maps/{port-discovery-profile-binding-map-id}
Networking (Switching) > Segments Profiles (Discovery Profiles)
Get Port Discovery Profile Binding Map
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}/port-discovery-profile-binding-maps/{port-discovery-profile-binding-map-id}
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}/port-discovery-profile-binding-maps/{port-discovery-profile-binding-map-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}/port-discovery-profile-binding-maps/{port-discovery-profile-binding-map-id}
Networking (Switching) > Segments Profiles (Discovery Profiles)
Create Port Discovery Profile Binding Map
PATCH /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}/port-discovery-profile-binding-maps/{port-discovery-profile-binding-map-id}
PATCH /policy/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}/port-discovery-profile-binding-maps/{port-discovery-profile-binding-map-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}/port-discovery-profile-binding-maps/{port-discovery-profile-binding-map-id}
Networking (Switching) > Segments Profiles (Discovery Profiles)
Update Port Discovery Profile Binding Map
PUT /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}/port-discovery-profile-binding-maps/{port-discovery-profile-binding-map-id}
PUT /policy/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}/port-discovery-profile-binding-maps/{port-discovery-profile-binding-map-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}/port-discovery-profile-binding-maps/{port-discovery-profile-binding-map-id}
Networking (Switching) > Segments Profiles (Discovery Profiles)
List Segment Discovery Profile Binding Maps
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/segment-discovery-profile-binding-maps
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/segment-discovery-profile-binding-maps
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segment-id}/segment-discovery-profile-binding-maps
Networking (Switching) > Segments Profiles (Discovery Profiles)
Delete Segment Discovery Profile Binding Profile
DELETE /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/segment-discovery-profile-binding-maps/{segment-discovery-profile-binding-map-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segment-id}/segment-discovery-profile-binding-maps/{segment-discovery-profile-binding-map-id}
Networking (Switching) > Segments Profiles (Discovery Profiles)
Get Segment Discovery Profile Binding Map
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/segment-discovery-profile-binding-maps/{segment-discovery-profile-binding-map-id}
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/segment-discovery-profile-binding-maps/{segment-discovery-profile-binding-map-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segment-id}/segment-discovery-profile-binding-maps/{segment-discovery-profile-binding-map-id}
Networking (Switching) > Segments Profiles (Discovery Profiles)
Create Segment Discovery Profile Binding Map
PATCH /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/segment-discovery-profile-binding-maps/{segment-discovery-profile-binding-map-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segment-id}/segment-discovery-profile-binding-maps/{segment-discovery-profile-binding-map-id}
Networking (Switching) > Segments Profiles (Discovery Profiles)
Update Segment Discovery Profile Binding Map
PUT /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/segment-discovery-profile-binding-maps/{segment-discovery-profile-binding-map-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segment-id}/segment-discovery-profile-binding-maps/{segment-discovery-profile-binding-map-id}
Networking (Switching) > Segments Profiles (Ip Discovery Profiles)
List IP Discovery Profiles
GET /policy/api/v1/infra/ip-discovery-profiles
GET /policy/api/v1/global-infra/ip-discovery-profiles
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/ip-discovery-profiles
Networking (Switching) > Segments Profiles (Ip Discovery Profiles)
Delete IP Discovery Profile
DELETE /policy/api/v1/infra/ip-discovery-profiles/{ip-discovery-profile-id}
DELETE /policy/api/v1/global-infra/ip-discovery-profiles/{ip-discovery-profile-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/ip-discovery-profiles/{ip-discovery-profile-id}
Networking (Switching) > Segments Profiles (Ip Discovery Profiles)
Get IP Discovery Profile
GET /policy/api/v1/infra/ip-discovery-profiles/{ip-discovery-profile-id}
GET /policy/api/v1/global-infra/ip-discovery-profiles/{ip-discovery-profile-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/ip-discovery-profiles/{ip-discovery-profile-id}
Networking (Switching) > Segments Profiles (Ip Discovery Profiles)
Create IP Discovery Profile
PATCH /policy/api/v1/infra/ip-discovery-profiles/{ip-discovery-profile-id}
PATCH /policy/api/v1/global-infra/ip-discovery-profiles/{ip-discovery-profile-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/ip-discovery-profiles/{ip-discovery-profile-id}
Networking (Switching) > Segments Profiles (Ip Discovery Profiles)
Update IP Discovery Profile
PUT /policy/api/v1/infra/ip-discovery-profiles/{ip-discovery-profile-id}
PUT /policy/api/v1/global-infra/ip-discovery-profiles/{ip-discovery-profile-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/ip-discovery-profiles/{ip-discovery-profile-id}
Networking (Switching) > Segments Profiles (Mac Discovery Profiles)
List Mac Discovery Profiles
GET /policy/api/v1/infra/mac-discovery-profiles
GET /policy/api/v1/global-infra/mac-discovery-profiles
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/mac-discovery-profiles
Networking (Switching) > Segments Profiles (Mac Discovery Profiles)
Delete Mac Discovery Profile
DELETE /policy/api/v1/infra/mac-discovery-profiles/{mac-discovery-profile-id}
DELETE /policy/api/v1/global-infra/mac-discovery-profiles/{mac-discovery-profile-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/mac-discovery-profiles/{mac-discovery-profile-id}
Networking (Switching) > Segments Profiles (Mac Discovery Profiles)
Get Mac Discovery Profile
GET /policy/api/v1/infra/mac-discovery-profiles/{mac-discovery-profile-id}
GET /policy/api/v1/global-infra/mac-discovery-profiles/{mac-discovery-profile-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/mac-discovery-profiles/{mac-discovery-profile-id}
Networking (Switching) > Segments Profiles (Mac Discovery Profiles)
Create Mac Discovery Profile
PATCH /policy/api/v1/infra/mac-discovery-profiles/{mac-discovery-profile-id}
PATCH /policy/api/v1/global-infra/mac-discovery-profiles/{mac-discovery-profile-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/mac-discovery-profiles/{mac-discovery-profile-id}
Networking (Switching) > Segments Profiles (Mac Discovery Profiles)
Update Mac Discovery Profile
PUT /policy/api/v1/infra/mac-discovery-profiles/{mac-discovery-profile-id}
PUT /policy/api/v1/global-infra/mac-discovery-profiles/{mac-discovery-profile-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/mac-discovery-profiles/{mac-discovery-profile-id}
Networking (Switching) > Segments Profiles (Monitoring Profile Bindings)
Get mirror stack status for Group Monitoring Profile Binding Map.
GET /policy/api/v1/infra/domains/{domain-id}/groups/{group-id}/group-monitoring-profile-binding-maps/{group-monitoring-profile-binding-map-id}/mirror-stack-status
Networking (Switching) > Segments Profiles (Monitoring Profile Bindings)
List Infra Port Monitoring Profile Binding Maps
GET /policy/api/v1/infra/segments/{infra-segment-id}/ports/{infra-port-id}/port-monitoring-profile-binding-maps
Networking (Switching) > Segments Profiles (Monitoring Profile Bindings)
Delete Infra Port Monitoring Profile Binding Profile
DELETE /policy/api/v1/infra/segments/{infra-segment-id}/ports/{infra-port-id}/port-monitoring-profile-binding-maps/{port-monitoring-profile-binding-map-id}
Networking (Switching) > Segments Profiles (Monitoring Profile Bindings)
Get Infra Port Monitoring Profile Binding Map
GET /policy/api/v1/infra/segments/{infra-segment-id}/ports/{infra-port-id}/port-monitoring-profile-binding-maps/{port-monitoring-profile-binding-map-id}
Networking (Switching) > Segments Profiles (Monitoring Profile Bindings)
Create Infra Port Monitoring Profile Binding Map
PATCH /policy/api/v1/infra/segments/{infra-segment-id}/ports/{infra-port-id}/port-monitoring-profile-binding-maps/{port-monitoring-profile-binding-map-id}
Networking (Switching) > Segments Profiles (Monitoring Profile Bindings)
Update Infra Port Monitoring Profile Binding Map
PUT /policy/api/v1/infra/segments/{infra-segment-id}/ports/{infra-port-id}/port-monitoring-profile-binding-maps/{port-monitoring-profile-binding-map-id}
Networking (Switching) > Segments Profiles (Monitoring Profile Bindings)
Get mirror stack status for Infra Port Monitoring Profile Binding Map
GET /policy/api/v1/infra/segments/{infra-segment-id}/ports/{infra-port-id}/port-monitoring-profile-binding-maps/{port-monitoring-profile-binding-map-id}/mirror-stack-status
Networking (Switching) > Segments Profiles (Monitoring Profile Bindings)
List Infra Segment Monitoring Profile Binding Maps
GET /policy/api/v1/infra/segments/{infra-segment-id}/segment-monitoring-profile-binding-maps
Networking (Switching) > Segments Profiles (Monitoring Profile Bindings)
Delete Infra Segment Monitoring Profile Binding Profile
DELETE /policy/api/v1/infra/segments/{infra-segment-id}/segment-monitoring-profile-binding-maps/{segment-monitoring-profile-binding-map-id}
Networking (Switching) > Segments Profiles (Monitoring Profile Bindings)
Get Infra Segment Monitoring Profile Binding Map
GET /policy/api/v1/infra/segments/{infra-segment-id}/segment-monitoring-profile-binding-maps/{segment-monitoring-profile-binding-map-id}
Networking (Switching) > Segments Profiles (Monitoring Profile Bindings)
Create Infra Segment Monitoring Profile Binding Map
PATCH /policy/api/v1/infra/segments/{infra-segment-id}/segment-monitoring-profile-binding-maps/{segment-monitoring-profile-binding-map-id}
Networking (Switching) > Segments Profiles (Monitoring Profile Bindings)
Update Infra Segment Monitoring Profile Binding Map
PUT /policy/api/v1/infra/segments/{infra-segment-id}/segment-monitoring-profile-binding-maps/{segment-monitoring-profile-binding-map-id}
Networking (Switching) > Segments Profiles (Monitoring Profile Bindings)
Get Infra Segment Monitoring Profile Binding Map
GET /policy/api/v1/infra/segments/{infra-segment-id}/segment-monitoring-profile-binding-maps/{segment-monitoring-profile-binding-map-id}/mirror-stack-status
Networking (Switching) > Segments Profiles (Monitoring Profile Bindings)
List Port QoS Profile Binding Maps
GET /policy/api/v1/infra/segments/{segment-id}/ports/{port-id}/port-qos-profile-binding-maps
GET /policy/api/v1/global-infra/segments/{segment-id}/ports/{port-id}/port-qos-profile-binding-maps
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segment-id}/ports/{port-id}/port-qos-profile-binding-maps
Networking (Switching) > Segments Profiles (Monitoring Profile Bindings)
Delete Port QoS Profile Binding Profile
DELETE /policy/api/v1/infra/segments/{segment-id}/ports/{port-id}/port-qos-profile-binding-maps/{port-qos-profile-binding-map-id}
DELETE /policy/api/v1/global-infra/segments/{segment-id}/ports/{port-id}/port-qos-profile-binding-maps/{port-qos-profile-binding-map-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segment-id}/ports/{port-id}/port-qos-profile-binding-maps/{port-qos-profile-binding-map-id}
Networking (Switching) > Segments Profiles (Monitoring Profile Bindings)
Get Port QoS Profile Binding Map
GET /policy/api/v1/infra/segments/{segment-id}/ports/{port-id}/port-qos-profile-binding-maps/{port-qos-profile-binding-map-id}
GET /policy/api/v1/global-infra/segments/{segment-id}/ports/{port-id}/port-qos-profile-binding-maps/{port-qos-profile-binding-map-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segment-id}/ports/{port-id}/port-qos-profile-binding-maps/{port-qos-profile-binding-map-id}
Networking (Switching) > Segments Profiles (Monitoring Profile Bindings)
Create Port QoS Profile Binding Map
PATCH /policy/api/v1/infra/segments/{segment-id}/ports/{port-id}/port-qos-profile-binding-maps/{port-qos-profile-binding-map-id}
PATCH /policy/api/v1/global-infra/segments/{segment-id}/ports/{port-id}/port-qos-profile-binding-maps/{port-qos-profile-binding-map-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segment-id}/ports/{port-id}/port-qos-profile-binding-maps/{port-qos-profile-binding-map-id}
Networking (Switching) > Segments Profiles (Monitoring Profile Bindings)
Update Port QoS Profile Binding Map
PUT /policy/api/v1/infra/segments/{segment-id}/ports/{port-id}/port-qos-profile-binding-maps/{port-qos-profile-binding-map-id}
PUT /policy/api/v1/global-infra/segments/{segment-id}/ports/{port-id}/port-qos-profile-binding-maps/{port-qos-profile-binding-map-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segment-id}/ports/{port-id}/port-qos-profile-binding-maps/{port-qos-profile-binding-map-id}
Networking (Switching) > Segments Profiles (Monitoring Profile Bindings)
List Segment QoS Profile Binding Maps
GET /policy/api/v1/infra/segments/{segment-id}/segment-qos-profile-binding-maps
GET /policy/api/v1/global-infra/segments/{segment-id}/segment-qos-profile-binding-maps
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segment-id}/segment-qos-profile-binding-maps
Networking (Switching) > Segments Profiles (Monitoring Profile Bindings)
Delete Segment QoS Profile Binding Profile
DELETE /policy/api/v1/infra/segments/{segment-id}/segment-qos-profile-binding-maps/{segment-qos-profile-binding-map-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segment-id}/segment-qos-profile-binding-maps/{segment-qos-profile-binding-map-id}
Networking (Switching) > Segments Profiles (Monitoring Profile Bindings)
Get Segment QoS Profile Binding Map
GET /policy/api/v1/infra/segments/{segment-id}/segment-qos-profile-binding-maps/{segment-qos-profile-binding-map-id}
GET /policy/api/v1/global-infra/segments/{segment-id}/segment-qos-profile-binding-maps/{segment-qos-profile-binding-map-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segment-id}/segment-qos-profile-binding-maps/{segment-qos-profile-binding-map-id}
Networking (Switching) > Segments Profiles (Monitoring Profile Bindings)
Create Segment QoS Profile Binding Map
PATCH /policy/api/v1/infra/segments/{segment-id}/segment-qos-profile-binding-maps/{segment-qos-profile-binding-map-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segment-id}/segment-qos-profile-binding-maps/{segment-qos-profile-binding-map-id}
Networking (Switching) > Segments Profiles (Monitoring Profile Bindings)
Update Segment QoS Profile Binding Map
PUT /policy/api/v1/infra/segments/{segment-id}/segment-qos-profile-binding-maps/{segment-qos-profile-binding-map-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segment-id}/segment-qos-profile-binding-maps/{segment-qos-profile-binding-map-id}
Networking (Switching) > Segments Profiles (Monitoring Profile Bindings)
List Port Monitoring Profile Binding Maps
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}/port-monitoring-profile-binding-maps
Networking (Switching) > Segments Profiles (Monitoring Profile Bindings)
Delete Port Monitoring Profile Binding Profile
DELETE /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}/port-monitoring-profile-binding-maps/{port-monitoring-profile-binding-map-id}
Networking (Switching) > Segments Profiles (Monitoring Profile Bindings)
Get Port Monitoring Profile Binding Map
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}/port-monitoring-profile-binding-maps/{port-monitoring-profile-binding-map-id}
Networking (Switching) > Segments Profiles (Monitoring Profile Bindings)
Create Port Monitoring Profile Binding Map
PATCH /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}/port-monitoring-profile-binding-maps/{port-monitoring-profile-binding-map-id}
Networking (Switching) > Segments Profiles (Monitoring Profile Bindings)
Update Port Monitoring Profile Binding Map
PUT /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}/port-monitoring-profile-binding-maps/{port-monitoring-profile-binding-map-id}
Networking (Switching) > Segments Profiles (Monitoring Profile Bindings)
Get mirror stack status for Port Monitoring Profile Binding Map
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}/port-monitoring-profile-binding-maps/{port-monitoring-profile-binding-map-id}/mirror-stack-status
Networking (Switching) > Segments Profiles (Monitoring Profile Bindings)
List Port QoS Profile Binding Maps
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}/port-qos-profile-binding-maps
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}/port-qos-profile-binding-maps
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}/port-qos-profile-binding-maps
Networking (Switching) > Segments Profiles (Monitoring Profile Bindings)
Delete Port QoS Profile Binding Profile
DELETE /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}/port-qos-profile-binding-maps/{port-qos-profile-binding-map-id}
DELETE /policy/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}/port-qos-profile-binding-maps/{port-qos-profile-binding-map-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}/port-qos-profile-binding-maps/{port-qos-profile-binding-map-id}
Networking (Switching) > Segments Profiles (Monitoring Profile Bindings)
Get Port QoS Profile Binding Map
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}/port-qos-profile-binding-maps/{port-qos-profile-binding-map-id}
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}/port-qos-profile-binding-maps/{port-qos-profile-binding-map-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}/port-qos-profile-binding-maps/{port-qos-profile-binding-map-id}
Networking (Switching) > Segments Profiles (Monitoring Profile Bindings)
Create Port QoS Profile Binding Map
PATCH /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}/port-qos-profile-binding-maps/{port-qos-profile-binding-map-id}
PATCH /policy/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}/port-qos-profile-binding-maps/{port-qos-profile-binding-map-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}/port-qos-profile-binding-maps/{port-qos-profile-binding-map-id}
Networking (Switching) > Segments Profiles (Monitoring Profile Bindings)
Update Port QoS Profile Binding Map
PUT /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}/port-qos-profile-binding-maps/{port-qos-profile-binding-map-id}
PUT /policy/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}/port-qos-profile-binding-maps/{port-qos-profile-binding-map-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}/port-qos-profile-binding-maps/{port-qos-profile-binding-map-id}
Networking (Switching) > Segments Profiles (Monitoring Profile Bindings)
List Segment Monitoring Profile Binding Maps
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/segment-monitoring-profile-binding-maps
Networking (Switching) > Segments Profiles (Monitoring Profile Bindings)
Delete Segment Monitoring Profile Binding Profile
DELETE /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/segment-monitoring-profile-binding-maps/{segment-monitoring-profile-binding-map-id}
Networking (Switching) > Segments Profiles (Monitoring Profile Bindings)
Get Segment Monitoring Profile Binding Map
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/segment-monitoring-profile-binding-maps/{segment-monitoring-profile-binding-map-id}
Networking (Switching) > Segments Profiles (Monitoring Profile Bindings)
Create Segment Monitoring Profile Binding Map
PATCH /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/segment-monitoring-profile-binding-maps/{segment-monitoring-profile-binding-map-id}
Networking (Switching) > Segments Profiles (Monitoring Profile Bindings)
Update Segment Monitoring Profile Binding Map
PUT /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/segment-monitoring-profile-binding-maps/{segment-monitoring-profile-binding-map-id}
Networking (Switching) > Segments Profiles (Monitoring Profile Bindings)
Get mirror stack status for Segment Monitoring Profile Binding Map
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/segment-monitoring-profile-binding-maps/{segment-monitoring-profile-binding-map-id}/mirror-stack-status
Networking (Switching) > Segments Profiles (Monitoring Profile Bindings)
List Segment QoS Profile Binding Maps
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/segment-qos-profile-binding-maps
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/segment-qos-profile-binding-maps
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segment-id}/segment-qos-profile-binding-maps
Networking (Switching) > Segments Profiles (Monitoring Profile Bindings)
Delete Segment QoS Profile Binding Profile
DELETE /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/segment-qos-profile-binding-maps/{segment-qos-profile-binding-map-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segment-id}/segment-qos-profile-binding-maps/{segment-qos-profile-binding-map-id}
Networking (Switching) > Segments Profiles (Monitoring Profile Bindings)
Get Segment QoS Profile Binding Map
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/segment-qos-profile-binding-maps/{segment-qos-profile-binding-map-id}
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/segment-qos-profile-binding-maps/{segment-qos-profile-binding-map-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segment-id}/segment-qos-profile-binding-maps/{segment-qos-profile-binding-map-id}
Networking (Switching) > Segments Profiles (Monitoring Profile Bindings)
Create Segment QoS Profile Binding Map
PATCH /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/segment-qos-profile-binding-maps/{segment-qos-profile-binding-map-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segment-id}/segment-qos-profile-binding-maps/{segment-qos-profile-binding-map-id}
Networking (Switching) > Segments Profiles (Monitoring Profile Bindings)
Update Segment QoS Profile Binding Map
PUT /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/segment-qos-profile-binding-maps/{segment-qos-profile-binding-map-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segment-id}/segment-qos-profile-binding-maps/{segment-qos-profile-binding-map-id}
Networking (Switching) > Segments Profiles (Qos Profiles)
List QoS Profiles
GET /policy/api/v1/infra/qos-profiles
GET /policy/api/v1/global-infra/qos-profiles
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/qos-profiles
Networking (Switching) > Segments Profiles (Qos Profiles)
Delete QoS profile
DELETE /policy/api/v1/infra/qos-profiles/{qos-profile-id}
DELETE /policy/api/v1/global-infra/qos-profiles/{qos-profile-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/qos-profiles/{qos-profile-id}
Networking (Switching) > Segments Profiles (Qos Profiles)
Details of QoS profile
GET /policy/api/v1/infra/qos-profiles/{qos-profile-id}
GET /policy/api/v1/global-infra/qos-profiles/{qos-profile-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/qos-profiles/{qos-profile-id}
Networking (Switching) > Segments Profiles (Qos Profiles)
Patch QoS profile.
PATCH /policy/api/v1/infra/qos-profiles/{qos-profile-id}
PATCH /policy/api/v1/global-infra/qos-profiles/{qos-profile-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/qos-profiles/{qos-profile-id}
Networking (Switching) > Segments Profiles (Qos Profiles)
Create or Replace QoS profile.
PUT /policy/api/v1/infra/qos-profiles/{qos-profile-id}
PUT /policy/api/v1/global-infra/qos-profiles/{qos-profile-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/qos-profiles/{qos-profile-id}
Networking (Switching) > Segments Profiles (Real Time Eth Profiles)
List Real Time Eth Profiles
GET /policy/api/v1/infra/real-time-eth-profiles
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/real-time-eth-profiles
Networking (Switching) > Segments Profiles (Real Time Eth Profiles)
Delete Real Time Eth profile
DELETE /policy/api/v1/infra/real-time-eth-profiles/{real-time-eth-profile-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/real-time-eth-profiles/{real-time-eth-profile-id}
Networking (Switching) > Segments Profiles (Real Time Eth Profiles)
Details of Real Time Eth profile
GET /policy/api/v1/infra/real-time-eth-profiles/{real-time-eth-profile-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/real-time-eth-profiles/{real-time-eth-profile-id}
Networking (Switching) > Segments Profiles (Real Time Eth Profiles)
Patch Real Time Eth profile.
PATCH /policy/api/v1/infra/real-time-eth-profiles/{real-time-eth-profile-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/real-time-eth-profiles/{real-time-eth-profile-id}
Networking (Switching) > Segments Profiles (Real Time Eth Profiles)
Create or Replace Real Time Eth profile.
PUT /policy/api/v1/infra/real-time-eth-profiles/{real-time-eth-profile-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/real-time-eth-profiles/{real-time-eth-profile-id}
Networking (Switching) > Segments Profiles (Real Time Eth Profiles)
List Port Real Time Eth Profile Binding Maps
GET /policy/api/v1/infra/segments/{segment-id}/ports/{port-id}/port-real-time-eth-profile-binding-maps
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segment-id}/ports/{port-id}/port-real-time-eth-profile-binding-maps
Networking (Switching) > Segments Profiles (Real Time Eth Profiles)
Delete Port Real Time Eth Profile Binding Profile
DELETE /policy/api/v1/infra/segments/{segment-id}/ports/{port-id}/port-real-time-eth-profile-binding-maps/{port-real-time-eth-profile-binding-map-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segment-id}/ports/{port-id}/port-real-time-eth-profile-binding-maps/{port-real-time-eth-profile-binding-map-id}
Networking (Switching) > Segments Profiles (Real Time Eth Profiles)
Get Port Real Time Eth Profile Binding Map
GET /policy/api/v1/infra/segments/{segment-id}/ports/{port-id}/port-real-time-eth-profile-binding-maps/{port-real-time-eth-profile-binding-map-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segment-id}/ports/{port-id}/port-real-time-eth-profile-binding-maps/{port-real-time-eth-profile-binding-map-id}
Networking (Switching) > Segments Profiles (Real Time Eth Profiles)
Create Port Real Time Eth Profile Binding Map
PATCH /policy/api/v1/infra/segments/{segment-id}/ports/{port-id}/port-real-time-eth-profile-binding-maps/{port-real-time-eth-profile-binding-map-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segment-id}/ports/{port-id}/port-real-time-eth-profile-binding-maps/{port-real-time-eth-profile-binding-map-id}
Networking (Switching) > Segments Profiles (Real Time Eth Profiles)
Update Port Real Time Eth Profile Binding Map
PUT /policy/api/v1/infra/segments/{segment-id}/ports/{port-id}/port-real-time-eth-profile-binding-maps/{port-real-time-eth-profile-binding-map-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segment-id}/ports/{port-id}/port-real-time-eth-profile-binding-maps/{port-real-time-eth-profile-binding-map-id}
Networking (Switching) > Segments Profiles (Real Time Eth Profiles)
List Segment Real Time Eth Profile Binding Maps
GET /policy/api/v1/infra/segments/{segment-id}/segment-real-time-eth-profile-binding-maps
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segment-id}/segment-real-time-eth-profile-binding-maps
Networking (Switching) > Segments Profiles (Real Time Eth Profiles)
Delete Segment Real Time Eth Profile Binding Profile
DELETE /policy/api/v1/infra/segments/{segment-id}/segment-real-time-eth-profile-binding-maps/{segment-real-time-eth-profile-binding-map-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segment-id}/segment-real-time-eth-profile-binding-maps/{segment-real-time-eth-profile-binding-map-id}
Networking (Switching) > Segments Profiles (Real Time Eth Profiles)
Get Segment Real Time Eth Profile Binding Map
GET /policy/api/v1/infra/segments/{segment-id}/segment-real-time-eth-profile-binding-maps/{segment-real-time-eth-profile-binding-map-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segment-id}/segment-real-time-eth-profile-binding-maps/{segment-real-time-eth-profile-binding-map-id}
Networking (Switching) > Segments Profiles (Real Time Eth Profiles)
Create Segment Real Time Eth Profile Binding Map
PATCH /policy/api/v1/infra/segments/{segment-id}/segment-real-time-eth-profile-binding-maps/{segment-real-time-eth-profile-binding-map-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segment-id}/segment-real-time-eth-profile-binding-maps/{segment-real-time-eth-profile-binding-map-id}
Networking (Switching) > Segments Profiles (Real Time Eth Profiles)
Update Segment Real Time Eth Profile Binding Map
PUT /policy/api/v1/infra/segments/{segment-id}/segment-real-time-eth-profile-binding-maps/{segment-real-time-eth-profile-binding-map-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segment-id}/segment-real-time-eth-profile-binding-maps/{segment-real-time-eth-profile-binding-map-id}
Networking (Switching) > Segments Profiles (Security Profile Bindings)
List infra segment port security profile binding maps
GET /policy/api/v1/infra/segments/{segment-id}/ports/{port-id}/port-security-profile-binding-maps
GET /policy/api/v1/global-infra/segments/{segment-id}/ports/{port-id}/port-security-profile-binding-maps
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segment-id}/ports/{port-id}/port-security-profile-binding-maps
Networking (Switching) > Segments Profiles (Security Profile Bindings)
Delete the infra segment port security profile binding map
DELETE /policy/api/v1/infra/segments/{segment-id}/ports/{port-id}/port-security-profile-binding-maps/{port-security-profile-binding-map-id}
DELETE /policy/api/v1/global-infra/segments/{segment-id}/ports/{port-id}/port-security-profile-binding-maps/{port-security-profile-binding-map-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segment-id}/ports/{port-id}/port-security-profile-binding-maps/{port-security-profile-binding-map-id}
Networking (Switching) > Segments Profiles (Security Profile Bindings)
Get infra segment port security profile binding map
GET /policy/api/v1/infra/segments/{segment-id}/ports/{port-id}/port-security-profile-binding-maps/{port-security-profile-binding-map-id}
GET /policy/api/v1/global-infra/segments/{segment-id}/ports/{port-id}/port-security-profile-binding-maps/{port-security-profile-binding-map-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segment-id}/ports/{port-id}/port-security-profile-binding-maps/{port-security-profile-binding-map-id}
Networking (Switching) > Segments Profiles (Security Profile Bindings)
Patch infra segment port security profile binding map
PATCH /policy/api/v1/infra/segments/{segment-id}/ports/{port-id}/port-security-profile-binding-maps/{port-security-profile-binding-map-id}
PATCH /policy/api/v1/global-infra/segments/{segment-id}/ports/{port-id}/port-security-profile-binding-maps/{port-security-profile-binding-map-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segment-id}/ports/{port-id}/port-security-profile-binding-maps/{port-security-profile-binding-map-id}
Networking (Switching) > Segments Profiles (Security Profile Bindings)
Create or replace the infra segment port security profile binding map
PUT /policy/api/v1/infra/segments/{segment-id}/ports/{port-id}/port-security-profile-binding-maps/{port-security-profile-binding-map-id}
PUT /policy/api/v1/global-infra/segments/{segment-id}/ports/{port-id}/port-security-profile-binding-maps/{port-security-profile-binding-map-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segment-id}/ports/{port-id}/port-security-profile-binding-maps/{port-security-profile-binding-map-id}
Networking (Switching) > Segments Profiles (Security Profile Bindings)
List infra segment security profile binding maps
GET /policy/api/v1/infra/segments/{segment-id}/segment-security-profile-binding-maps
GET /policy/api/v1/global-infra/segments/{segment-id}/segment-security-profile-binding-maps
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segment-id}/segment-security-profile-binding-maps
Networking (Switching) > Segments Profiles (Security Profile Bindings)
Delete infra segment security profile binding map
DELETE /policy/api/v1/infra/segments/{segment-id}/segment-security-profile-binding-maps/{segment-security-profile-binding-map-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segment-id}/segment-security-profile-binding-maps/{segment-security-profile-binding-map-id}
Networking (Switching) > Segments Profiles (Security Profile Bindings)
Get infra segment security profile binding map
GET /policy/api/v1/infra/segments/{segment-id}/segment-security-profile-binding-maps/{segment-security-profile-binding-map-id}
GET /policy/api/v1/global-infra/segments/{segment-id}/segment-security-profile-binding-maps/{segment-security-profile-binding-map-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segment-id}/segment-security-profile-binding-maps/{segment-security-profile-binding-map-id}
Networking (Switching) > Segments Profiles (Security Profile Bindings)
Patch infra segment security profile binding map
PATCH /policy/api/v1/infra/segments/{segment-id}/segment-security-profile-binding-maps/{segment-security-profile-binding-map-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segment-id}/segment-security-profile-binding-maps/{segment-security-profile-binding-map-id}
Networking (Switching) > Segments Profiles (Security Profile Bindings)
Create or replace infra segment security profile binding map
PUT /policy/api/v1/infra/segments/{segment-id}/segment-security-profile-binding-maps/{segment-security-profile-binding-map-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segment-id}/segment-security-profile-binding-maps/{segment-security-profile-binding-map-id}
Networking (Switching) > Segments Profiles (Security Profile Bindings)
List port security profile binding maps
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}/port-security-profile-binding-maps
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}/port-security-profile-binding-maps
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}/port-security-profile-binding-maps
Networking (Switching) > Segments Profiles (Security Profile Bindings)
Delete the port security profile binding map
DELETE /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}/port-security-profile-binding-maps/{port-security-profile-binding-map-id}
DELETE /policy/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}/port-security-profile-binding-maps/{port-security-profile-binding-map-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}/port-security-profile-binding-maps/{port-security-profile-binding-map-id}
Networking (Switching) > Segments Profiles (Security Profile Bindings)
Get port security profile binding map
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}/port-security-profile-binding-maps/{port-security-profile-binding-map-id}
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}/port-security-profile-binding-maps/{port-security-profile-binding-map-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}/port-security-profile-binding-maps/{port-security-profile-binding-map-id}
Networking (Switching) > Segments Profiles (Security Profile Bindings)
Patch port security profile binding map
PATCH /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}/port-security-profile-binding-maps/{port-security-profile-binding-map-id}
PATCH /policy/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}/port-security-profile-binding-maps/{port-security-profile-binding-map-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}/port-security-profile-binding-maps/{port-security-profile-binding-map-id}
Networking (Switching) > Segments Profiles (Security Profile Bindings)
Create or replace the port security profile binding map
PUT /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}/port-security-profile-binding-maps/{port-security-profile-binding-map-id}
PUT /policy/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}/port-security-profile-binding-maps/{port-security-profile-binding-map-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}/port-security-profile-binding-maps/{port-security-profile-binding-map-id}
Networking (Switching) > Segments Profiles (Security Profile Bindings)
List segment security profile binding maps
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/segment-security-profile-binding-maps
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/segment-security-profile-binding-maps
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segment-id}/segment-security-profile-binding-maps
Networking (Switching) > Segments Profiles (Security Profile Bindings)
Delete segment security profile binding map
DELETE /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/segment-security-profile-binding-maps/{segment-security-profile-binding-map-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segment-id}/segment-security-profile-binding-maps/{segment-security-profile-binding-map-id}
Networking (Switching) > Segments Profiles (Security Profile Bindings)
Get segment security profile binding map
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/segment-security-profile-binding-maps/{segment-security-profile-binding-map-id}
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/segment-security-profile-binding-maps/{segment-security-profile-binding-map-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segment-id}/segment-security-profile-binding-maps/{segment-security-profile-binding-map-id}
Networking (Switching) > Segments Profiles (Security Profile Bindings)
Patch segment security profile binding map
PATCH /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/segment-security-profile-binding-maps/{segment-security-profile-binding-map-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segment-id}/segment-security-profile-binding-maps/{segment-security-profile-binding-map-id}
Networking (Switching) > Segments Profiles (Security Profile Bindings)
Create or replace segment security profile binding map
PUT /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/segment-security-profile-binding-maps/{segment-security-profile-binding-map-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segment-id}/segment-security-profile-binding-maps/{segment-security-profile-binding-map-id}
Networking (Switching) > Segments Profiles (Security Profiles)
List segment security profiles
GET /policy/api/v1/infra/segment-security-profiles
GET /policy/api/v1/global-infra/segment-security-profiles
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segment-security-profiles
Networking (Switching) > Segments Profiles (Security Profiles)
DELETE segment security profile
DELETE /policy/api/v1/infra/segment-security-profiles/{segment-security-profile-id}
DELETE /policy/api/v1/global-infra/segment-security-profiles/{segment-security-profile-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segment-security-profiles/{segment-security-profile-id}
Networking (Switching) > Segments Profiles (Security Profiles)
GET Segment security profile id
GET /policy/api/v1/infra/segment-security-profiles/{segment-security-profile-id}
GET /policy/api/v1/global-infra/segment-security-profiles/{segment-security-profile-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segment-security-profiles/{segment-security-profile-id}
Networking (Switching) > Segments Profiles (Security Profiles)
PATCH segment security profile id
PATCH /policy/api/v1/infra/segment-security-profiles/{segment-security-profile-id}
PATCH /policy/api/v1/global-infra/segment-security-profiles/{segment-security-profile-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segment-security-profiles/{segment-security-profile-id}
Networking (Switching) > Segments Profiles (Security Profiles)
PUT segment security profile id
PUT /policy/api/v1/infra/segment-security-profiles/{segment-security-profile-id}
PUT /policy/api/v1/global-infra/segment-security-profiles/{segment-security-profile-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segment-security-profiles/{segment-security-profile-id}
Networking (Switching) > Segments Profiles (Spoofguard Profiles)
List SpoofGuard profiles
GET /policy/api/v1/infra/spoofguard-profiles
GET /policy/api/v1/global-infra/spoofguard-profiles
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/spoofguard-profiles
Networking (Switching) > Segments Profiles (Spoofguard Profiles)
Delete SpoofGuard profile
DELETE /policy/api/v1/infra/spoofguard-profiles/{spoofguard-profile-id}
DELETE /policy/api/v1/global-infra/spoofguard-profiles/{spoofguard-profile-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/spoofguard-profiles/{spoofguard-profile-id}
Networking (Switching) > Segments Profiles (Spoofguard Profiles)
Get SpoofGuard profile
GET /policy/api/v1/infra/spoofguard-profiles/{spoofguard-profile-id}
GET /policy/api/v1/global-infra/spoofguard-profiles/{spoofguard-profile-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/spoofguard-profiles/{spoofguard-profile-id}
Networking (Switching) > Segments Profiles (Spoofguard Profiles)
Patch SpoofGuard profile
PATCH /policy/api/v1/infra/spoofguard-profiles/{spoofguard-profile-id}
PATCH /policy/api/v1/global-infra/spoofguard-profiles/{spoofguard-profile-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/spoofguard-profiles/{spoofguard-profile-id}
Networking (Switching) > Segments Profiles (Spoofguard Profiles)
Create or replace SpoofGuard profile
PUT /policy/api/v1/infra/spoofguard-profiles/{spoofguard-profile-id}
PUT /policy/api/v1/global-infra/spoofguard-profiles/{spoofguard-profile-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/spoofguard-profiles/{spoofguard-profile-id}
Networking (Switching) > Transport Zones
List Transport Zones under an Enforcement Point
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/transport-zones
GET /policy/api/v1/global-infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/transport-zones
Networking (Switching) > Transport Zones
Delete a Transport Zone under an Enforcement Point
DELETE /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/transport-zones/{transport-zone-id}
Networking (Switching) > Transport Zones
Read a Transport Zone under an Enforcement Point
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/transport-zones/{transport-zone-id}
GET /policy/api/v1/global-infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/transport-zones/{transport-zone-id}
Networking (Switching) > Transport Zones
Patch a Transport Zone under an Enforcement Point
PATCH /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/transport-zones/{transport-zone-id}
Networking (Switching) > Transport Zones
PUT a Transport Zone under an Enforcement Point
PUT /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/transport-zones/{transport-zone-id}
Networking (Vpn) > IPSEC (Dpd Profiles)
List DPD profiles
GET /policy/api/v1/infra/ipsec-vpn-dpd-profiles
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/ipsec-vpn-dpd-profiles
Networking (Vpn) > IPSEC (Dpd Profiles)
Delete custom dead peer detection (DPD) profile
DELETE /policy/api/v1/infra/ipsec-vpn-dpd-profiles/{dpd-profile-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/ipsec-vpn-dpd-profiles/{dpd-profile-id}
Networking (Vpn) > IPSEC (Dpd Profiles)
Get dead peer detection (DPD) profile
GET /policy/api/v1/infra/ipsec-vpn-dpd-profiles/{dpd-profile-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/ipsec-vpn-dpd-profiles/{dpd-profile-id}
Networking (Vpn) > IPSEC (Dpd Profiles)
Create or patch a custom DPD Profile
PATCH /policy/api/v1/infra/ipsec-vpn-dpd-profiles/{dpd-profile-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/ipsec-vpn-dpd-profiles/{dpd-profile-id}
Networking (Vpn) > IPSEC (Dpd Profiles)
Create or fully replace a custom IPSec tunnel Profile
PUT /policy/api/v1/infra/ipsec-vpn-dpd-profiles/{dpd-profile-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/ipsec-vpn-dpd-profiles/{dpd-profile-id}
Networking (Vpn) > IPSEC (Ike Profiles)
List IKE profiles
GET /policy/api/v1/infra/ipsec-vpn-ike-profiles
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/ipsec-vpn-ike-profiles
Networking (Vpn) > IPSEC (Ike Profiles)
Delete custom IKE Profile
DELETE /policy/api/v1/infra/ipsec-vpn-ike-profiles/{ike-profile-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/ipsec-vpn-ike-profiles/{ike-profile-id}
Networking (Vpn) > IPSEC (Ike Profiles)
Get IKE Profile
GET /policy/api/v1/infra/ipsec-vpn-ike-profiles/{ike-profile-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/ipsec-vpn-ike-profiles/{ike-profile-id}
Networking (Vpn) > IPSEC (Ike Profiles)
Create or patch a custom internet key exchange (IKE) Profile
PATCH /policy/api/v1/infra/ipsec-vpn-ike-profiles/{ike-profile-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/ipsec-vpn-ike-profiles/{ike-profile-id}
Networking (Vpn) > IPSEC (Ike Profiles)
Create or fully replace a custom internet key exchange (IKE) Profile
PUT /policy/api/v1/infra/ipsec-vpn-ike-profiles/{ike-profile-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/ipsec-vpn-ike-profiles/{ike-profile-id}
Networking (Vpn) > IPSEC (Ipsec Profiles)
List IPSec tunnel profiles
GET /policy/api/v1/infra/ipsec-vpn-tunnel-profiles
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/ipsec-vpn-tunnel-profiles
Networking (Vpn) > IPSEC (Ipsec Profiles)
Delete custom IPSec tunnel Profile
DELETE /policy/api/v1/infra/ipsec-vpn-tunnel-profiles/{tunnel-profile-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/ipsec-vpn-tunnel-profiles/{tunnel-profile-id}
Networking (Vpn) > IPSEC (Ipsec Profiles)
Get IPSec tunnel Profile
GET /policy/api/v1/infra/ipsec-vpn-tunnel-profiles/{tunnel-profile-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/ipsec-vpn-tunnel-profiles/{tunnel-profile-id}
Networking (Vpn) > IPSEC (Ipsec Profiles)
Create or patch a custom IPSec tunnel Profile
PATCH /policy/api/v1/infra/ipsec-vpn-tunnel-profiles/{tunnel-profile-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/ipsec-vpn-tunnel-profiles/{tunnel-profile-id}
Networking (Vpn) > IPSEC (Ipsec Profiles)
Create or fully replace a custom IPSec tunnel Profile
PUT /policy/api/v1/infra/ipsec-vpn-tunnel-profiles/{tunnel-profile-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/ipsec-vpn-tunnel-profiles/{tunnel-profile-id}
Networking (Vpn) > IPSEC (Local Endpoints)
Get IPSec VPN local endpoint list result
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/ipsec-vpn-services/{service-id}/local-endpoints
Networking (Vpn) > IPSEC (Local Endpoints)
Delete IPSec VPN local endpoint
DELETE /policy/api/v1/infra/tier-0s/{tier-0-id}/ipsec-vpn-services/{service-id}/local-endpoints/{local-endpoint-id}
Networking (Vpn) > IPSEC (Local Endpoints)
Get IPSec VPN local endpoint
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/ipsec-vpn-services/{service-id}/local-endpoints/{local-endpoint-id}
Networking (Vpn) > IPSEC (Local Endpoints)
Create or patch a custom IPSec VPN local endpoint
PATCH /policy/api/v1/infra/tier-0s/{tier-0-id}/ipsec-vpn-services/{service-id}/local-endpoints/{local-endpoint-id}
Networking (Vpn) > IPSEC (Local Endpoints)
Create or fully replace IPSec VPN local endpoint
PUT /policy/api/v1/infra/tier-0s/{tier-0-id}/ipsec-vpn-services/{service-id}/local-endpoints/{local-endpoint-id}
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
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/ipsec-vpn-services/{service-id}/local-endpoints
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/ipsec-vpn-services/{service-id}/local-endpoints
Networking (Vpn) > IPSEC (Local Endpoints)
Delete IPSec VPN local endpoint
DELETE /policy/api/v1/infra/tier-1s/{tier-1-id}/ipsec-vpn-services/{service-id}/local-endpoints/{local-endpoint-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/ipsec-vpn-services/{service-id}/local-endpoints/{local-endpoint-id}
Networking (Vpn) > IPSEC (Local Endpoints)
Get IPSec VPN local endpoint
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/ipsec-vpn-services/{service-id}/local-endpoints/{local-endpoint-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/ipsec-vpn-services/{service-id}/local-endpoints/{local-endpoint-id}
Networking (Vpn) > IPSEC (Local Endpoints)
Create or patch a custom IPSec VPN local endpoint
PATCH /policy/api/v1/infra/tier-1s/{tier-1-id}/ipsec-vpn-services/{service-id}/local-endpoints/{local-endpoint-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/ipsec-vpn-services/{service-id}/local-endpoints/{local-endpoint-id}
Networking (Vpn) > IPSEC (Local Endpoints)
Create or fully replace IPSec VPN local endpoint
PUT /policy/api/v1/infra/tier-1s/{tier-1-id}/ipsec-vpn-services/{service-id}/local-endpoints/{local-endpoint-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/ipsec-vpn-services/{service-id}/local-endpoints/{local-endpoint-id}
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
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/ipsec-vpn-services
Networking (Vpn) > IPSEC (Services)
Delete IPSec VPN service
DELETE /policy/api/v1/infra/tier-0s/{tier-0-id}/ipsec-vpn-services/{service-id}
Networking (Vpn) > IPSEC (Services)
Get IPSec VPN service
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/ipsec-vpn-services/{service-id}
Networking (Vpn) > IPSEC (Services)
Create or patch IPSec VPN service
PATCH /policy/api/v1/infra/tier-0s/{tier-0-id}/ipsec-vpn-services/{service-id}
Networking (Vpn) > IPSEC (Services)
Create or fully replace IPSec VPN service
PUT /policy/api/v1/infra/tier-0s/{tier-0-id}/ipsec-vpn-services/{service-id}
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
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/ipsec-vpn-services
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/ipsec-vpn-services
Networking (Vpn) > IPSEC (Services)
Delete IPSec VPN service
DELETE /policy/api/v1/infra/tier-1s/{tier-1-id}/ipsec-vpn-services/{service-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/ipsec-vpn-services/{service-id}
Networking (Vpn) > IPSEC (Services)
Get IPSec VPN service
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/ipsec-vpn-services/{service-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/ipsec-vpn-services/{service-id}
Networking (Vpn) > IPSEC (Services)
Create or patch IPSec VPN service
PATCH /policy/api/v1/infra/tier-1s/{tier-1-id}/ipsec-vpn-services/{service-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/ipsec-vpn-services/{service-id}
Networking (Vpn) > IPSEC (Services)
Create or fully replace IPSec VPN service
PUT /policy/api/v1/infra/tier-1s/{tier-1-id}/ipsec-vpn-services/{service-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/ipsec-vpn-services/{service-id}
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
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/ipsec-vpn-services/{service-id}/sessions
Networking (Vpn) > IPSEC (Sessions)
Delete IPSec VPN session
DELETE /policy/api/v1/infra/tier-0s/{tier-0-id}/ipsec-vpn-services/{service-id}/sessions/{session-id}
Networking (Vpn) > IPSEC (Sessions)
Get IPSec VPN Session
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/ipsec-vpn-services/{service-id}/sessions/{session-id}
Networking (Vpn) > IPSEC (Sessions)
Get IPSec VPN Session
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/ipsec-vpn-services/{service-id}/sessions/{session-id}?action=show_sensitive_data
Networking (Vpn) > IPSEC (Sessions)
Create or patch an IPSec VPN session
PATCH /policy/api/v1/infra/tier-0s/{tier-0-id}/ipsec-vpn-services/{service-id}/sessions/{session-id}
Networking (Vpn) > IPSEC (Sessions)
Create or fully replace IPSec VPN session
PUT /policy/api/v1/infra/tier-0s/{tier-0-id}/ipsec-vpn-services/{service-id}/sessions/{session-id}
Networking (Vpn) > IPSEC (Sessions)
Get IPSec VPN configuration for the peer site
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/ipsec-vpn-services/{service-id}/sessions/{session-id}/peer-config
Networking (Vpn) > IPSEC (Sessions)
Get IPSec VPN Session Summary
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/ipsec-vpn-services/{service-id}/summary
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-0s/{tier-0-id}/ipsec-vpn-services/{service-id}/summary
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
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/ipsec-vpn-services/{service-id}/sessions
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/ipsec-vpn-services/{service-id}/sessions
Networking (Vpn) > IPSEC (Sessions)
Delete IPSec VPN session
DELETE /policy/api/v1/infra/tier-1s/{tier-1-id}/ipsec-vpn-services/{service-id}/sessions/{session-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/ipsec-vpn-services/{service-id}/sessions/{session-id}
Networking (Vpn) > IPSEC (Sessions)
Get IPSec VPN Session
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/ipsec-vpn-services/{service-id}/sessions/{session-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/ipsec-vpn-services/{service-id}/sessions/{session-id}
Networking (Vpn) > IPSEC (Sessions)
Get IPSec VPN Session
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/ipsec-vpn-services/{service-id}/sessions/{session-id}?action=show_sensitive_data
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/ipsec-vpn-services/{service-id}/sessions/{session-id}?action=show_sensitive_data
Networking (Vpn) > IPSEC (Sessions)
Create or patch an IPSec VPN session
PATCH /policy/api/v1/infra/tier-1s/{tier-1-id}/ipsec-vpn-services/{service-id}/sessions/{session-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/ipsec-vpn-services/{service-id}/sessions/{session-id}
Networking (Vpn) > IPSEC (Sessions)
Create or fully replace IPSec VPN session
PUT /policy/api/v1/infra/tier-1s/{tier-1-id}/ipsec-vpn-services/{service-id}/sessions/{session-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/ipsec-vpn-services/{service-id}/sessions/{session-id}
Networking (Vpn) > IPSEC (Sessions)
Get IPSec VPN configuration for the peer site
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/ipsec-vpn-services/{service-id}/sessions/{session-id}/peer-config
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/ipsec-vpn-services/{service-id}/sessions/{session-id}/peer-config
Networking (Vpn) > IPSEC (Sessions)
Get IPSec VPN Session Summary
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/ipsec-vpn-services/{service-id}/summary
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/ipsec-vpn-services/{service-id}/summary
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 (Sessions)
Get NSX Edge IPSec Determ RSS setting
GET /api/v1/transport-nodes/{transport-node-id}/node/services/vpn/ipsec/deterministic-esp-rss
Networking (Vpn) > IPSEC (Sessions)
Update NSX Edge IPSec Determ RSS setting
PUT /api/v1/transport-nodes/{transport-node-id}/node/services/vpn/ipsec/deterministic-esp-rss
Networking (Vpn) > IPSEC (Sessions)
Get NSX Edge IPSec Determ RSS setting
GET /api/v1/transport-nodes/{transport-node-id}/node/services/vpn/ipsec/deterministic-esp-rss/status
Networking (Vpn) > IPSEC (Sessions)
Reset IPSec VPN session statistics
POST /api/v1/vpn/ipsec/sessions/{sessionid}/statistics?action=reset
Networking (Vpn) > IPSEC (Statistics)
Get IPSec VPN session statistics under Tier-0
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/ipsec-vpn-services/{service-id}/sessions/{session-id}/statistics
Networking (Vpn) > IPSEC (Statistics)
Reset the statistics of the given VPN session
POST /policy/api/v1/infra/tier-0s/{tier-0-id}/ipsec-vpn-services/{service-id}/sessions/{session-id}/statistics
POST /policy/api/v1/global-infra/tier-0s/{tier-0-id}/ipsec-vpn-services/{service-id}/sessions/{session-id}/statistics
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
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/ipsec-vpn-services/{service-id}/sessions/{session-id}/statistics
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/ipsec-vpn-services/{service-id}/sessions/{session-id}/statistics
Networking (Vpn) > IPSEC (Statistics)
Reset the statistics of the given VPN session
POST /policy/api/v1/infra/tier-1s/{tier-1-id}/ipsec-vpn-services/{service-id}/sessions/{session-id}/statistics
POST /policy/api/v1/global-infra/tier-1s/{tier-1-id}/ipsec-vpn-services/{service-id}/sessions/{session-id}/statistics
POST /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/ipsec-vpn-services/{service-id}/sessions/{session-id}/statistics
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
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/ipsec-vpn-services/{service-id}/sessions/{session-id}/detailed-status
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
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/ipsec-vpn-services/{service-id}/sessions/{session-id}/detailed-status
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/ipsec-vpn-services/{service-id}/sessions/{session-id}/detailed-status
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
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/l2vpn-services/{service-id}/sessions/{session-id}/remote-mac
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
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/l2vpn-services/{service-id}/sessions/{session-id}/remote-mac
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/l2vpn-services/{service-id}/sessions/{session-id}/remote-mac
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
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/l2vpn-services
Networking (Vpn) > L2VPN (Services)
Delete L2VPN service under Tier-0
DELETE /policy/api/v1/infra/tier-0s/{tier-0-id}/l2vpn-services/{service-id}
Networking (Vpn) > L2VPN (Services)
Get L2VPN service under Tier-0
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/l2vpn-services/{service-id}
Networking (Vpn) > L2VPN (Services)
Create or patch L2VPN service under Tier-0
PATCH /policy/api/v1/infra/tier-0s/{tier-0-id}/l2vpn-services/{service-id}
Networking (Vpn) > L2VPN (Services)
Create or fully replace L2VPN service under Tier-0
PUT /policy/api/v1/infra/tier-0s/{tier-0-id}/l2vpn-services/{service-id}
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
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/l2vpn-services
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/l2vpn-services
Networking (Vpn) > L2VPN (Services)
Delete L2VPN service under Tier-1
DELETE /policy/api/v1/infra/tier-1s/{tier-1-id}/l2vpn-services/{service-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/l2vpn-services/{service-id}
Networking (Vpn) > L2VPN (Services)
Get L2VPN service under Tier-1
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/l2vpn-services/{service-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/l2vpn-services/{service-id}
Networking (Vpn) > L2VPN (Services)
Create or patch L2VPN service under Tier-1
PATCH /policy/api/v1/infra/tier-1s/{tier-1-id}/l2vpn-services/{service-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/l2vpn-services/{service-id}
Networking (Vpn) > L2VPN (Services)
Create or fully replace L2VPN service under Tier-1
PUT /policy/api/v1/infra/tier-1s/{tier-1-id}/l2vpn-services/{service-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/l2vpn-services/{service-id}
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
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/l2vpn-services/{service-id}/sessions
Networking (Vpn) > L2VPN (Sessions)
Delete L2VPN session under Tier-0
DELETE /policy/api/v1/infra/tier-0s/{tier-0-id}/l2vpn-services/{service-id}/sessions/{session-id}
Networking (Vpn) > L2VPN (Sessions)
Get L2VPN Session under Tier-0
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/l2vpn-services/{service-id}/sessions/{session-id}
Networking (Vpn) > L2VPN (Sessions)
Create or patch an L2VPN session under Tier-0
PATCH /policy/api/v1/infra/tier-0s/{tier-0-id}/l2vpn-services/{service-id}/sessions/{session-id}
Networking (Vpn) > L2VPN (Sessions)
Create or patch an L2VPN session under Tier-0 from Peer Codes
POST /policy/api/v1/infra/tier-0s/{tier-0-id}/l2vpn-services/{service-id}/sessions/{session-id}?action=create_with_peer_code
Networking (Vpn) > L2VPN (Sessions)
Create or fully replace L2VPN session under Tier-0
PUT /policy/api/v1/infra/tier-0s/{tier-0-id}/l2vpn-services/{service-id}/sessions/{session-id}
Networking (Vpn) > L2VPN (Sessions)
Get Tier-0 L2VPN session configuration for the peer site
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/l2vpn-services/{service-id}/sessions/{session-id}/peer-config
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
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/l2vpn-services/{service-id}/sessions
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/l2vpn-services/{service-id}/sessions
Networking (Vpn) > L2VPN (Sessions)
Delete L2VPN session under Tier-1
DELETE /policy/api/v1/infra/tier-1s/{tier-1-id}/l2vpn-services/{service-id}/sessions/{session-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/l2vpn-services/{service-id}/sessions/{session-id}
Networking (Vpn) > L2VPN (Sessions)
Get L2VPN Session under Tier-1
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/l2vpn-services/{service-id}/sessions/{session-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/l2vpn-services/{service-id}/sessions/{session-id}
Networking (Vpn) > L2VPN (Sessions)
Create or patch an L2VPN session under Tier-1
PATCH /policy/api/v1/infra/tier-1s/{tier-1-id}/l2vpn-services/{service-id}/sessions/{session-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/l2vpn-services/{service-id}/sessions/{session-id}
Networking (Vpn) > L2VPN (Sessions)
Create or patch an L2VPN session under Tier-1 from Peer Codes
POST /policy/api/v1/infra/tier-1s/{tier-1-id}/l2vpn-services/{service-id}/sessions/{session-id}?action=create_with_peer_code
POST /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/l2vpn-services/{service-id}/sessions/{session-id}?action=create_with_peer_code
Networking (Vpn) > L2VPN (Sessions)
Create or fully replace L2VPN session under Tier-1
PUT /policy/api/v1/infra/tier-1s/{tier-1-id}/l2vpn-services/{service-id}/sessions/{session-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/l2vpn-services/{service-id}/sessions/{session-id}
Networking (Vpn) > L2VPN (Sessions)
Get Tier-1 L2VPN session configuration for the peer site
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/l2vpn-services/{service-id}/sessions/{session-id}/peer-config
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/l2vpn-services/{service-id}/sessions/{session-id}/peer-config
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
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/l2vpn-services/{service-id}/sessions/{session-id}/statistics
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
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/l2vpn-services/{service-id}/sessions/{session-id}/statistics
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/l2vpn-services/{service-id}/sessions/{session-id}/statistics
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
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/l2vpn-services/{service-id}/sessions/{session-id}/detailed-status
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
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/l2vpn-services/{service-id}/sessions/{session-id}/detailed-status
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/l2vpn-services/{service-id}/sessions/{session-id}/detailed-status
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
NodeMode
POST /api/v1/configs/node/mode
None
Gets the realization state barrier configuration
GET /api/v1/realization-state-barrier/config
None
Updates the barrier configuration
PUT /api/v1/realization-state-barrier/config
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 > Domains
List domains for infra
GET /policy/api/v1/infra/domains
GET /policy/api/v1/global-infra/domains
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains
Policy > Domains
Delete Domain and all the entities contained by this domain
DELETE /policy/api/v1/infra/domains/{domain-id}
Policy > Domains
Read domain
GET /policy/api/v1/infra/domains/{domain-id}
GET /policy/api/v1/global-infra/domains/{domain-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}
Policy > Domains
Patch a domain
PATCH /policy/api/v1/infra/domains/{domain-id}
Policy > Domains
Create or update a domain
PUT /policy/api/v1/infra/domains/{domain-id}
Policy > Domains (Domain Deployment Maps)
List Domain Deployment maps for infra
GET /policy/api/v1/infra/domains/{domain-id}/domain-deployment-maps
GET /policy/api/v1/global-infra/domains/{domain-id}/domain-deployment-maps
Policy > Domains (Domain Deployment Maps)
Delete Domain Deployment Map
DELETE /policy/api/v1/infra/domains/{domain-id}/domain-deployment-maps/{domain-deployment-map-id}
Policy > Domains (Domain Deployment Maps)
Read a DomainDeploymentMap
GET /policy/api/v1/infra/domains/{domain-id}/domain-deployment-maps/{domain-deployment-map-id}
GET /policy/api/v1/global-infra/domains/{domain-id}/domain-deployment-maps/{domain-deployment-map-id}
Policy > Domains (Domain Deployment Maps)
Patch Domain Deployment Map under infra
PATCH /policy/api/v1/infra/domains/{domain-id}/domain-deployment-maps/{domain-deployment-map-id}
Policy > Domains (Domain Deployment Maps)
Create a new Domain Deployment Map under infra
PUT /policy/api/v1/infra/domains/{domain-id}/domain-deployment-maps/{domain-deployment-map-id}
Policy > Hierarchical API
Read infra
GET /policy/api/v1/infra
GET /policy/api/v1/global-infra
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra
Policy > Hierarchical API
Update the infra including all the nested entities
PATCH /policy/api/v1/infra
PATCH /policy/api/v1/global-infra
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra
Policy > Hierarchical API
Update the infra object
PUT /policy/api/v1/infra
Policy > Labels
List labels for infra
GET /policy/api/v1/infra/labels
GET /policy/api/v1/global-infra/labels
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/labels
Policy > Labels
Delete PolicyLabel object
DELETE /policy/api/v1/infra/labels/{label-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/labels/{label-id}
Policy > Labels
Read lable
GET /policy/api/v1/infra/labels/{label-id}
GET /policy/api/v1/global-infra/labels/{label-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/labels/{label-id}
Policy > Labels
Patch an existing label object
PATCH /policy/api/v1/infra/labels/{label-id}
Policy > Labels
Create or replace label
PUT /policy/api/v1/infra/labels/{label-id}
Policy > Monitoring
Create a new packet capture session
POST /policy/api/v1/infra/pktcap/session
Policy > Monitoring
Delete the packet capture session by session id.
DELETE /policy/api/v1/infra/pktcap/session/{session-id}
Policy > Monitoring
Get the status of packet capture session
GET /policy/api/v1/infra/pktcap/session/{session-id}
Policy > Monitoring
Restart the packet capture session
POST /policy/api/v1/infra/pktcap/session/{session-id}
Policy > Monitoring
Get packet capture file
GET /policy/api/v1/infra/pktcap/session/{session-id}/CapturedFile
Policy > Monitoring
Delete all the packet capture sessions
DELETE /policy/api/v1/infra/pktcap/sessions
Policy > Monitoring
Get the information of all packet capture sessions
GET /policy/api/v1/infra/pktcap/sessions
Policy > Network Span > Operational Data
List Network Span Members
GET /policy/api/v1/infra/network-spans/{span-id}/members
Policy > Networking > Connectivity > Route Controllers
List route controllers
GET /policy/api/v1/infra/route-controllers
Policy > Networking > Connectivity > Route Controllers
Get forwarding table from route controller
GET /policy/api/v1/infra/route-controllers/{route-controller-id}/forwarding-table
Policy > Networking > Connectivity > Route Controllers
Get forwarding table from route controller in CSV format.
GET /policy/api/v1/infra/route-controllers/{route-controller-id}/forwarding-table/download
Policy > Networking > Connectivity > Route Controllers
Get routing table from route controller
GET /policy/api/v1/infra/route-controllers/{route-controller-id}/routing-table
Policy > Networking > Connectivity > Route Controllers
Get routing table from route controller in CSV format.
GET /policy/api/v1/infra/route-controllers/{route-controller-id}/routing-table/download
Policy > Networking > Connectivity > Route Controllers
Get the route controller state
GET /policy/api/v1/infra/route-controllers/{route-controller-id}/state
Policy > Networking > Connectivity > Route Controllers
Delete a route controller
DELETE /policy/api/v1/infra/route-controllers/{router-controller-id}
Policy > Networking > Connectivity > Route Controllers
Read a route controller
GET /policy/api/v1/infra/route-controllers/{router-controller-id}
Policy > Networking > Connectivity > Route Controllers
Patch a route controller
PATCH /policy/api/v1/infra/route-controllers/{router-controller-id}
Policy > Networking > Connectivity > Route Controllers
Create or update route controller
PUT /policy/api/v1/infra/route-controllers/{router-controller-id}
Policy > Networking > Connectivity > Route Controllers > BGP
Get BGP neighbor advertised routes
GET /policy/api/v1/infra/route-controllers/{route-controller-id}/bgp/neighbors/{neighbor-id}/advertised-routes
Policy > Networking > Connectivity > Route Controllers > BGP
Get BGP neighbor advertised routes in CSV format
GET /policy/api/v1/infra/route-controllers/{route-controller-id}/bgp/neighbors/{neighbor-id}/advertised-routes/download
Policy > Networking > Connectivity > Route Controllers > BGP
Get routes learned by BGP neighbor
GET /policy/api/v1/infra/route-controllers/{route-controller-id}/bgp/neighbors/{neighbor-id}/routes
Policy > Networking > Connectivity > Route Controllers > BGP
Get routes learned by BGP neighbor in CSV format
GET /policy/api/v1/infra/route-controllers/{route-controller-id}/bgp/neighbors/{neighbor-id}/routes/download
Policy > Networking > Connectivity > Route Controllers > BGP
Get BGP neighbor status for the route controller
GET /policy/api/v1/infra/route-controllers/{route-controller-id}/bgp/neighbors/status
Policy > Networking > Connectivity > Route Controllers > BGP
Delete a BGP routing config
DELETE /policy/api/v1/infra/route-controllers/{router-controller-id}/bgp
Policy > Networking > Connectivity > Route Controllers > BGP
Read a BGP routing config
GET /policy/api/v1/infra/route-controllers/{router-controller-id}/bgp
Policy > Networking > Connectivity > Route Controllers > BGP
Patch a BGP routing config
PATCH /policy/api/v1/infra/route-controllers/{router-controller-id}/bgp
Policy > Networking > Connectivity > Route Controllers > BGP
Create or update route controller BGP routing config
PUT /policy/api/v1/infra/route-controllers/{router-controller-id}/bgp
Policy > Networking > Connectivity > Route Controllers > BGP
List BGP neighbor configs
GET /policy/api/v1/infra/route-controllers/{router-controller-id}/bgp/neighbors
Policy > Networking > Connectivity > Route Controllers > BGP
Delete a BGP neighbor config
DELETE /policy/api/v1/infra/route-controllers/{router-controller-id}/bgp/neighbors/{neighbor-id}
Policy > Networking > Connectivity > Route Controllers > BGP
Read a BGP neighbor config
GET /policy/api/v1/infra/route-controllers/{router-controller-id}/bgp/neighbors/{neighbor-id}
Policy > Networking > Connectivity > Route Controllers > BGP
Patch a BGP neighbor config
PATCH /policy/api/v1/infra/route-controllers/{router-controller-id}/bgp/neighbors/{neighbor-id}
Policy > Networking > Connectivity > Route Controllers > BGP
Create or update BGP neighbor config
PUT /policy/api/v1/infra/route-controllers/{router-controller-id}/bgp/neighbors/{neighbor-id}
Policy > Networking > Connectivity > Route Controllers > BGP
Delete BGP troubleshoot config
DELETE /policy/api/v1/infra/route-controllers/{router-controller-id}/bgp/troubleshoot
Policy > Networking > Connectivity > Route Controllers > BGP
Read BGP troubleshoot config
GET /policy/api/v1/infra/route-controllers/{router-controller-id}/bgp/troubleshoot
Policy > Networking > Connectivity > Route Controllers > BGP
Create or update a BGP troubleshoot config
PATCH /policy/api/v1/infra/route-controllers/{router-controller-id}/bgp/troubleshoot
Policy > Networking > Connectivity > Route Controllers > BGP
Create or update a BGP troubleshoot config
PUT /policy/api/v1/infra/route-controllers/{router-controller-id}/bgp/troubleshoot
Policy > Networking > Connectivity > Route Controllers > Interfaces
Get policy route controller interface statistics for given interface-id
GET /policy/api/v1/infra/route-controllers/{route-controller-id}/interfaces/{interface-id}/statistics
Policy > Networking > Connectivity > Route Controllers > Interfaces
Get policy route controller interface statistics summary for given interface-id
GET /policy/api/v1/infra/route-controllers/{route-controller-id}/interfaces/{interface-id}/statistics/summary
Policy > Networking > Connectivity > Route Controllers > Interfaces
List route controller interfaces
GET /policy/api/v1/infra/route-controllers/{router-controller-id}/interfaces
Policy > Networking > Connectivity > Route Controllers > Interfaces
Delete a route controller interface
DELETE /policy/api/v1/infra/route-controllers/{router-controller-id}/interfaces/{interface-id}
Policy > Networking > Connectivity > Route Controllers > Interfaces
Read a route controller interface
GET /policy/api/v1/infra/route-controllers/{router-controller-id}/interfaces/{interface-id}
Policy > Networking > Connectivity > Route Controllers > Interfaces
Patch a route controller interface
PATCH /policy/api/v1/infra/route-controllers/{router-controller-id}/interfaces/{interface-id}
Policy > Networking > Connectivity > Route Controllers > Interfaces
Create or update route controller interface
PUT /policy/api/v1/infra/route-controllers/{router-controller-id}/interfaces/{interface-id}
Policy > Networking > Connectivity > Transport Zones
Get Network Span for the transport Zone
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/transport-zones/{transport-zone-id}/spans
Policy > Networking > IP Management > Third Party IP Pools
Create a new third party IPAM provider
PATCH /policy/api/v1/infra/third-party-ipam-providers/{provider-instance-id}
Policy > Realized State
List All alarms in the system
GET /policy/api/v1/infra/realized-state/alarms
Policy > Realized State
List Enforcement Points
GET /policy/api/v1/infra/realized-state/enforcement-points (Experimental)
Policy > Realized State
Read Enforcement Point
GET /policy/api/v1/infra/realized-state/enforcement-points/{enforcement-point-name} (Experimental)
Policy > Realized State
List Firewall Sections
GET /policy/api/v1/infra/realized-state/enforcement-points/{enforcement-point-name}/firewalls/firewall-sections (Deprecated) (Experimental)
Policy > Realized State
Read Firewall
GET /policy/api/v1/infra/realized-state/enforcement-points/{enforcement-point-name}/firewalls/firewall-sections/{firewall-section-id} (Deprecated) (Experimental)
Policy > Realized State
List NS Groups
GET /policy/api/v1/infra/realized-state/enforcement-points/{enforcement-point-name}/groups/nsgroups (Deprecated) (Experimental)
Policy > Realized State
Read Group
GET /policy/api/v1/infra/realized-state/enforcement-points/{enforcement-point-name}/groups/nsgroups/{nsgroup-name} (Deprecated) (Experimental)
Policy > Realized State
List Security Groups
GET /policy/api/v1/infra/realized-state/enforcement-points/{enforcement-point-name}/groups/securitygroups (Deprecated) (Experimental)
Policy > Realized State
Read Group
GET /policy/api/v1/infra/realized-state/enforcement-points/{enforcement-point-name}/groups/securitygroups/{securitygroup-name} (Deprecated) (Experimental)
Policy > Realized State
List IPSets
GET /policy/api/v1/infra/realized-state/enforcement-points/{enforcement-point-name}/ip-sets/ip-sets-nsxt (Deprecated) (Experimental)
Policy > Realized State
Read IPSet Realized state
GET /policy/api/v1/infra/realized-state/enforcement-points/{enforcement-point-name}/ip-sets/ip-sets-nsxt/{ip-set-name} (Deprecated) (Experimental)
Policy > Realized State
List MACSets
GET /policy/api/v1/infra/realized-state/enforcement-points/{enforcement-point-name}/mac-sets/mac-sets-nsxt (Deprecated) (Experimental)
Policy > Realized State
Read MACSet Realized state
GET /policy/api/v1/infra/realized-state/enforcement-points/{enforcement-point-name}/mac-sets/mac-sets-nsxt/{mac-set-name} (Deprecated) (Experimental)
Policy > Realized State
List Realized NSServices
GET /policy/api/v1/infra/realized-state/enforcement-points/{enforcement-point-name}/services/nsservices (Deprecated) (Experimental)
Policy > Realized State
Read NSService
GET /policy/api/v1/infra/realized-state/enforcement-points/{enforcement-point-name}/services/nsservices/{nsservice-name} (Deprecated) (Experimental)
Policy > Realized State
Listing of VIFs on the NSX Manager
GET /policy/api/v1/infra/realized-state/enforcement-points/{enforcement-point-name}/vifs
Policy > Realized State
Get list of realized objects associated with intent object
GET /policy/api/v1/infra/realized-state/realized-entities
GET /policy/api/v1/global-infra/realized-state/realized-entities
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/realized-state/realized-entities
Policy > Realized State
Get realized entity uniquely identified by realized path
GET /policy/api/v1/infra/realized-state/realized-entity
Policy > Realized State
Refresh all realized entities associated with the intent-path
POST /policy/api/v1/infra/realized-state/realized-entity?action=refresh
POST /policy/api/v1/global-infra/realized-state/realized-entity?action=refresh
POST /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/realized-state/realized-entity?action=refresh
Policy > Realized State
Get consolidated status of an intent object
GET /policy/api/v1/infra/realized-state/status
GET /policy/api/v1/global-infra/realized-state/status
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/realized-state/status
Policy > Sandboxing
Get sandbox resources
GET /policy/api/v1/infra/sandboxed-resources
Search > Search API
DSL (Domain Specific Language) search API
GET /policy/api/v1/search/dsl (Experimental)
GET /api/v1/search/dsl (Experimental)
Search > Search API
Full text search API
GET /policy/api/v1/search/query
GET /api/v1/search/query
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 (Container Cluster)
List all container cluster span of a security policy
GET /policy/api/v1/infra/domains/{domain-id}/security-policies/{security-policy-id}/container-cluster-span
Security (East West) > Distributed Firewall (Container Cluster)
Deletes a security policy from this domain
DELETE /policy/api/v1/infra/domains/{domain-id}/security-policies/{security-policy-id}/container-cluster-span/{antrea-cluster-1}
Security (East West) > Distributed Firewall (Container Cluster)
Read container cluster for a security policy
GET /policy/api/v1/infra/domains/{domain-id}/security-policies/{security-policy-id}/container-cluster-span/{antrea-cluster-1}
Security (East West) > Distributed Firewall (Container Cluster)
Add a container cluster as a span of this security policy
PATCH /policy/api/v1/infra/domains/{domain-id}/security-policies/{security-policy-id}/container-cluster-span/{container-cluster-id}
Security (East West) > Distributed Firewall (Container Cluster)
Add a container cluster as a span of this security policy
PUT /policy/api/v1/infra/domains/{domain-id}/security-policies/{security-policy-id}/container-cluster-span/{container-cluster-id}
Security (East West) > Distributed Firewall (Drafts)
List policy drafts
GET /policy/api/v1/infra/drafts
GET /policy/api/v1/global-infra/drafts
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/drafts
Security (East West) > Distributed Firewall (Drafts)
Delete a manual draft
DELETE /policy/api/v1/infra/drafts/{draft-id}
DELETE /policy/api/v1/global-infra/drafts/{draft-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/drafts/{draft-id}
Security (East West) > Distributed Firewall (Drafts)
Read draft
GET /policy/api/v1/infra/drafts/{draft-id}
GET /policy/api/v1/global-infra/drafts/{draft-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/drafts/{draft-id}
Security (East West) > Distributed Firewall (Drafts)
Patch a manual draft
PATCH /policy/api/v1/infra/drafts/{draft-id}
PATCH /policy/api/v1/global-infra/drafts/{draft-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/drafts/{draft-id}
Security (East West) > Distributed Firewall (Drafts)
Publish a draft
POST /policy/api/v1/infra/drafts/{draft-id}?action=publish
POST /policy/api/v1/global-infra/drafts/{draft-id}?action=publish
POST /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/drafts/{draft-id}?action=publish
Security (East West) > Distributed Firewall (Drafts)
Create or update a manual draft
PUT /policy/api/v1/infra/drafts/{draft-id}
PUT /policy/api/v1/global-infra/drafts/{draft-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/drafts/{draft-id}
Security (East West) > Distributed Firewall (Drafts)
Get an aggregated configuration for the draft
GET /policy/api/v1/infra/drafts/{draft-id}/aggregated
GET /policy/api/v1/global-infra/drafts/{draft-id}/aggregated
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/drafts/{draft-id}/aggregated
Security (East West) > Distributed Firewall (Drafts)
Get paginated aggregated configuration for the draft
GET /policy/api/v1/infra/drafts/{draft-id}/aggregated_with_pagination
GET /policy/api/v1/global-infra/drafts/{draft-id}/aggregated_with_pagination
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/drafts/{draft-id}/aggregated_with_pagination
Security (East West) > Distributed Firewall (Drafts)
Get a preview of a configuration after publish of a draft
GET /policy/api/v1/infra/drafts/{draft-id}/complete
GET /policy/api/v1/global-infra/drafts/{draft-id}/complete
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/drafts/{draft-id}/complete
Security (East West) > Distributed Firewall (Exclusion List)
Read security policy exclude list
GET /policy/api/v1/infra/settings/firewall/security/exclude-list
GET /policy/api/v1/global-infra/settings/firewall/security/exclude-list
Security (East West) > Distributed Firewall (Exclusion List)
Read security policy exclude list including system and user excluded members
GET /policy/api/v1/infra/settings/firewall/security/exclude-list?system_owned=true
GET /policy/api/v1/global-infra/settings/firewall/security/exclude-list?system_owned=true
Security (East West) > Distributed Firewall (Exclusion List)
Patch exclusion list for security policy
PATCH /policy/api/v1/infra/settings/firewall/security/exclude-list
Security (East West) > Distributed Firewall (Exclusion List)
Filter the firewall exclude list
POST /policy/api/v1/infra/settings/firewall/security/exclude-list?action=filter
POST /policy/api/v1/global-infra/settings/firewall/security/exclude-list?action=filter
Security (East West) > Distributed Firewall (Exclusion List)
Create or update exclusion list for security policy
PUT /policy/api/v1/infra/settings/firewall/security/exclude-list
Security (East West) > Distributed Firewall (Exclusion List)
Get count of IP addresses in firewall exclude list
GET /policy/api/v1/infra/settings/firewall/security/exclude-list/members-count
GET /policy/api/v1/global-infra/settings/firewall/security/exclude-list/members-count
Security (East West) > Distributed Firewall (Firewall Scheduler)
Get PolicyFirewallSchedulers
GET /policy/api/v1/infra/firewall-schedulers
GET /policy/api/v1/global-infra/firewall-schedulers
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/firewall-schedulers
Security (East West) > Distributed Firewall (Firewall Scheduler)
Delete Policy Firewall Scheduler
DELETE /policy/api/v1/infra/firewall-schedulers/{firewall-scheduler-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/firewall-schedulers/{firewall-scheduler-id}
Security (East West) > Distributed Firewall (Firewall Scheduler)
Get PolicyFirewallScheduler
GET /policy/api/v1/infra/firewall-schedulers/{firewall-scheduler-id}
GET /policy/api/v1/global-infra/firewall-schedulers/{firewall-scheduler-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/firewall-schedulers/{firewall-scheduler-id}
Security (East West) > Distributed Firewall (Firewall Scheduler)
Create or Update PolicyFirewallScheduler
PATCH /policy/api/v1/infra/firewall-schedulers/{firewall-scheduler-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/firewall-schedulers/{firewall-scheduler-id}
Security (East West) > Distributed Firewall (Firewall Scheduler)
Create or Update PolicyFirewallScheduler
PUT /policy/api/v1/infra/firewall-schedulers/{firewall-scheduler-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/firewall-schedulers/{firewall-scheduler-id}
Security (East West) > Distributed Firewall (Group/Service Associations)
Get the list of services where the given group is consumed.
GET /policy/api/v1/infra/group-service-associations
GET /policy/api/v1/global-infra/group-service-associations
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/group-service-associations
Security (East West) > Distributed Firewall (Identity Firewall)
Test a directory domain event log server connectivity
POST /policy/api/v1/infra/firewall-identity-store-event-log-servers/status
POST /policy/api/v1/global-infra/firewall-identity-store-event-log-servers/status
Security (East West) > Distributed Firewall (Identity Firewall)
Test a directory domain LDAP server connectivity
POST /policy/api/v1/infra/firewall-identity-store-ldap-server
POST /policy/api/v1/global-infra/firewall-identity-store-ldap-server
Security (East West) > Distributed Firewall (Identity Firewall)
Scan the size of a directory domain
POST /policy/api/v1/infra/firewall-identity-store-size
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)
Fetch all organization units for a LDAP server.
POST /policy/api/v1/infra/firewall-identity-stores-org-units
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)
Search for directory groups within a domain based on the substring of a distinguished name. (e.g. CN=User,DC=acme,DC=com) The search filter pattern can optionally support multiple (up to 100 maximum) search pattern separated by '|' (url encoded %7C). In this case, the search results will be returned as the union of all matching criteria. (e.g. CN=Ann,CN=Users,DC=acme,DC=com|CN=Bob,CN=Users,DC=acme,DC=com)
GET /policy/api/v1/infra/firewall-identity-stores/{firewall-identity-store-id}/groups
GET /policy/api/v1/global-infra/firewall-identity-stores/{firewall-identity-store-id}/groups
Security (East West) > Distributed Firewall (Identity Firewall)
List members of a directory group
GET /policy/api/v1/infra/firewall-identity-stores/{firewall-identity-store-id}/groups/{group-id}/member-groups
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 (East West) > Distributed Firewall (Identity Firewall)
Fetch all organization units for a Firewall Identity Store.
GET /policy/api/v1/infra/firewall-identity-stores/{firewall-identity-store-id}/org-units
GET /policy/api/v1/global-infra/firewall-identity-stores/{firewall-identity-store-id}/org-units
Security (East West) > Distributed Firewall (Identity Firewall)
Get Firewall identity store sync statistics for the given identifier
GET /policy/api/v1/infra/firewall-identity-stores/{firewall-identity-store-id}/sync-stats
GET /policy/api/v1/global-infra/firewall-identity-stores/{firewall-identity-store-id}/sync-stats
Security (East West) > Distributed Firewall (Identity Firewall)
List all firewall identity stores
GET /policy/api/v1/infra/identity-firewall-stores
GET /policy/api/v1/global-infra/identity-firewall-stores
Security (East West) > Distributed Firewall (Identity Firewall)
Delete firewall identity store
DELETE /policy/api/v1/infra/identity-firewall-stores/{identity-firewall-store-id}
Security (East West) > Distributed Firewall (Identity Firewall)
Read firewall identity store
GET /policy/api/v1/infra/identity-firewall-stores/{identity-firewall-store-id}
GET /policy/api/v1/global-infra/identity-firewall-stores/{identity-firewall-store-id}
Security (East West) > Distributed Firewall (Identity Firewall)
Create or update a firewall identity store
PATCH /policy/api/v1/infra/identity-firewall-stores/{identity-firewall-store-id}
Security (East West) > Distributed Firewall (Identity Firewall)
Create or update a firewall identity store
PUT /policy/api/v1/infra/identity-firewall-stores/{identity-firewall-store-id}
Security (East West) > Distributed Firewall (Identity Firewall)
Delete a Event Log server for Firewall Identity store
DELETE /policy/api/v1/infra/identity-firewall-stores/{identity-firewall-store-id}/event-log-servers/{event-log-server-id}
Security (East West) > Distributed Firewall (Identity Firewall)
Get a specific Event Log server for a given Firewall Identity store
GET /policy/api/v1/infra/identity-firewall-stores/{identity-firewall-store-id}/event-log-servers/{event-log-server-id}
GET /policy/api/v1/global-infra/identity-firewall-stores/{identity-firewall-store-id}/event-log-servers/{event-log-server-id}
Security (East West) > Distributed Firewall (Identity Firewall)
Create a Event Log server for Firewall Identity store
PATCH /policy/api/v1/infra/identity-firewall-stores/{identity-firewall-store-id}/event-log-servers/{event-log-server-id}
Security (East West) > Distributed Firewall (Identity Firewall)
Update a event log server for Firewall Identity store
PUT /policy/api/v1/infra/identity-firewall-stores/{identity-firewall-store-id}/event-log-servers/{event-log-server-id}
Security (East West) > Distributed Firewall (Identity Firewall)
List group's children groups and Users
GET /policy/api/v1/infra/identity-firewall-stores/{identity-firewall-store-id}/groups/{group-id}/children
GET /policy/api/v1/global-infra/identity-firewall-stores/{identity-firewall-store-id}/groups/{group-id}/children
Security (East West) > Distributed Firewall (Identity Firewall)
List group's all direct and grand parent groups
GET /policy/api/v1/infra/identity-firewall-stores/{identity-firewall-store-id}/groups/{group-id}/parent-groups
GET /policy/api/v1/global-infra/identity-firewall-stores/{identity-firewall-store-id}/groups/{group-id}/parent-groups
Security (East West) > Distributed Firewall (Identity Firewall)
List all configured domain LDAP servers
GET /policy/api/v1/infra/identity-firewall-stores/{identity-firewall-store-id}/ldap-servers
GET /policy/api/v1/global-infra/identity-firewall-stores/{identity-firewall-store-id}/ldap-servers
Security (East West) > Distributed Firewall (Identity Firewall)
Delete a LDAP server for Firewall Identity store
DELETE /policy/api/v1/infra/identity-firewall-stores/{identity-firewall-store-id}/ldap-servers/{ldap-server-id}
Security (East West) > Distributed Firewall (Identity Firewall)
Get a specific LDAP server for a given Firewall Identity store
GET /policy/api/v1/infra/identity-firewall-stores/{identity-firewall-store-id}/ldap-servers/{ldap-server-id}
GET /policy/api/v1/global-infra/identity-firewall-stores/{identity-firewall-store-id}/ldap-servers/{ldap-server-id}
Security (East West) > Distributed Firewall (Identity Firewall)
Create a LDAP server for Firewall Identity store
PATCH /policy/api/v1/infra/identity-firewall-stores/{identity-firewall-store-id}/ldap-servers/{ldap-server-id}
Security (East West) > Distributed Firewall (Identity Firewall)
Update a LDAP server for Firewall Identity store
PUT /policy/api/v1/infra/identity-firewall-stores/{identity-firewall-store-id}/ldap-servers/{ldap-server-id}
Security (East West) > Distributed Firewall (Identity Firewall)
List All site to ELS server mapping for given identity firewall store
GET /policy/api/v1/global-infra/identity-firewall-stores/{identity-firewall-store-id}/site-to-els-server-mappings
Security (East West) > Distributed Firewall (Identity Firewall)
Get Identity firewall store to ELS server mapping.
GET /policy/api/v1/global-infra/identity-firewall-stores/{identity-firewall-store-id}/site-to-els-server-mappings/{site-mapping-id}
Security (East West) > Distributed Firewall (Identity Firewall)
List all site to LDAP server mapping for given identity firewall store
GET /policy/api/v1/global-infra/identity-firewall-stores/{identity-firewall-store-id}/site-to-ldap-server-mappings
Security (East West) > Distributed Firewall (Identity Firewall)
Get Identity firewall store to LDAP server mapping.
GET /policy/api/v1/global-infra/identity-firewall-stores/{identity-firewall-store-id}/site-to-ldap-server-mappings/{site-mapping-id}
Security (East West) > Distributed Firewall (Identity Firewall)
List users by user name
GET /policy/api/v1/infra/identity-firewall-stores/{identity-firewall-store-id}/users
GET /policy/api/v1/global-infra/identity-firewall-stores/{identity-firewall-store-id}/users
Security (East West) > Distributed Firewall (Identity Firewall)
List user's all direct and grand parent groups
GET /policy/api/v1/infra/identity-firewall-stores/{identity-firewall-store-id}/users/{user-id}/parent-groups
GET /policy/api/v1/global-infra/identity-firewall-stores/{identity-firewall-store-id}/users/{user-id}/parent-groups
Security (East West) > Distributed Firewall (Identity Firewall)
Initiate Delta Sync on Identity Firewall Store.
POST /policy/api/v1/infra/identity-firewall-stores/action/delta-sync
Security (East West) > Distributed Firewall (Identity Firewall)
Initiate Full Sync on Identity Firewall Store.
POST /policy/api/v1/infra/identity-firewall-stores/action/full-sync
Security (East West) > Distributed Firewall (Identity Firewall)
Initiate Stop Sync on Identity Firewall Store.
POST /policy/api/v1/infra/identity-firewall-stores/action/stop-sync
Security (East West) > Distributed Firewall (Identity Firewall)
Test LDAP Server connectivity for an Identity Firewall Store.
POST /policy/api/v1/infra/identity-firewall-stores/ldap-servers/action/connectivity-check
Security (East West) > Distributed Firewall (Identity Firewall)
List compute cluster idfw Configuration
GET /policy/api/v1/infra/settings/firewall/idfw/cluster
Security (East West) > Distributed Firewall (Identity Firewall)
Delete compute cluster idfw configuration
DELETE /policy/api/v1/infra/settings/firewall/idfw/cluster/{cluster-id}
Security (East West) > Distributed Firewall (Identity Firewall)
Read compute cluster idfw configuration
GET /policy/api/v1/infra/settings/firewall/idfw/cluster/{cluster-id}
Security (East West) > Distributed Firewall (Identity Firewall)
Patch compute cluster idfw configuration
PATCH /policy/api/v1/infra/settings/firewall/idfw/cluster/{cluster-id}
Security (East West) > Distributed Firewall (Identity Firewall)
Create or update compute cluster idfw configuration
PUT /policy/api/v1/infra/settings/firewall/idfw/cluster/{cluster-id}
Security (East West) > Distributed Firewall (Identity Firewall)
Get IDFW status for a Compute Collection
GET /policy/api/v1/infra/settings/firewall/idfw/compute-collections/{compute-collection-id}/status
Security (East West) > Distributed Firewall (Identity Firewall)
List IDFW status for Transport Nodes in a Compute Collection
GET /policy/api/v1/infra/settings/firewall/idfw/compute-collections/{compute-collection-id}/transport-nodes/status
Security (East West) > Distributed Firewall (Identity Firewall)
Get IDFW status for all Compute Collections
GET /policy/api/v1/infra/settings/firewall/idfw/compute-collections/status
Security (East West) > Distributed Firewall (Identity Firewall)
Get all IDFW Group VM details for a given Group
GET /policy/api/v1/infra/settings/firewall/idfw/group-vm-details
GET /policy/api/v1/global-infra/settings/firewall/idfw/group-vm-details
Security (East West) > Distributed Firewall (Identity Firewall)
Read idfw configuration for standalone host
GET /policy/api/v1/infra/settings/firewall/idfw/standalone-host-switch-setting
Security (East West) > Distributed Firewall (Identity Firewall)
Patch idfw configuration for standalone host
PATCH /policy/api/v1/infra/settings/firewall/idfw/standalone-host-switch-setting
Security (East West) > Distributed Firewall (Identity Firewall)
Create or update idfw configuration for standalone host
PUT /policy/api/v1/infra/settings/firewall/idfw/standalone-host-switch-setting
Security (East West) > Distributed Firewall (Identity Firewall)
Get IDFW system statistics data
GET /policy/api/v1/infra/settings/firewall/idfw/system-stats
GET /policy/api/v1/global-infra/settings/firewall/idfw/system-stats
Security (East West) > Distributed Firewall (Identity Firewall)
List IDFW status of VMs by transport node id
GET /policy/api/v1/infra/settings/firewall/idfw/transport-nodes/{transport-node-id}/vms/status
Security (East West) > Distributed Firewall (Identity Firewall)
Get user session data
GET /policy/api/v1/infra/settings/firewall/idfw/user-session-data
GET /policy/api/v1/global-infra/settings/firewall/idfw/user-session-data
Security (East West) > Distributed Firewall (Identity Firewall)
Get IDFW user login events for a given user
GET /policy/api/v1/infra/settings/firewall/idfw/user-stats/{user-id}
Security (East West) > Distributed Firewall (Identity Firewall)
Get IDFW user login events for a given VM
GET /policy/api/v1/infra/settings/firewall/idfw/vm-stats/{vm-id}
GET /policy/api/v1/global-infra/settings/firewall/idfw/vm-stats/{vm-id}
Security (East West) > Distributed Firewall (Identity Firewall)
Post User Login/Logout events for IDFW
POST /policy/api/v1/system/input/login-logout-events
Security (East West) > Distributed Firewall (Ip Reputation)
IP Reputation feed configuration.
GET /policy/api/v1/infra/firewall-ip-reputation-feed
GET /policy/api/v1/global-infra/firewall-ip-reputation-feed
Security (East West) > Distributed Firewall (Ip Reputation)
IP reputation feed actions.
POST /policy/api/v1/infra/firewall-ip-reputation-feed
POST /policy/api/v1/global-infra/firewall-ip-reputation-feed
Security (East West) > Distributed Firewall (Ip Reputation)
Retrieves the IP reputation exclusion list from the default malicious IP group
GET /policy/api/v1/infra/ip-reputation-exclusion-list
Security (East West) > Distributed Firewall (Ip Reputation)
List IP reputation site mappings configured across federated sites
GET /policy/api/v1/global-infra/ip-reputation-site-mappings
Security (East West) > Distributed Firewall (Ip Reputation)
Retrieves a specific IP reputation site mapping configuration
GET /policy/api/v1/global-infra/ip-reputation-site-mappings/{mapping-id}
Security (East West) > Distributed Firewall (Rules)
List security policies
GET /policy/api/v1/infra/domains/{domain-id}/security-policies
GET /policy/api/v1/global-infra/domains/{domain-id}/security-policies
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/security-policies
Security (East West) > Distributed Firewall (Rules)
Deletes a security policy from this domain
DELETE /policy/api/v1/infra/domains/{domain-id}/security-policies/{security-policy-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/security-policies/{security-policy-id}
Security (East West) > Distributed Firewall (Rules)
Read security policy
GET /policy/api/v1/infra/domains/{domain-id}/security-policies/{security-policy-id}
GET /policy/api/v1/global-infra/domains/{domain-id}/security-policies/{security-policy-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/security-policies/{security-policy-id}
Security (East West) > Distributed Firewall (Rules)
Patch security policy
PATCH /policy/api/v1/infra/domains/{domain-id}/security-policies/{security-policy-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/security-policies/{security-policy-id}
Security (East West) > Distributed Firewall (Rules)
Revise the positioning of security policies
POST /policy/api/v1/infra/domains/{domain-id}/security-policies/{security-policy-id}?action=revise
POST /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/security-policies/{security-policy-id}?action=revise
Security (East West) > Distributed Firewall (Rules)
Create or Update security policy
PUT /policy/api/v1/infra/domains/{domain-id}/security-policies/{security-policy-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/security-policies/{security-policy-id}
Security (East West) > Distributed Firewall (Rules)
List rules
GET /policy/api/v1/infra/domains/{domain-id}/security-policies/{security-policy-id}/rules
GET /policy/api/v1/global-infra/domains/{domain-id}/security-policies/{security-policy-id}/rules
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/security-policies/{security-policy-id}/rules
Security (East West) > Distributed Firewall (Rules)
Delete rule
DELETE /policy/api/v1/infra/domains/{domain-id}/security-policies/{security-policy-id}/rules/{rule-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/security-policies/{security-policy-id}/rules/{rule-id}
Security (East West) > Distributed Firewall (Rules)
Read rule
GET /policy/api/v1/infra/domains/{domain-id}/security-policies/{security-policy-id}/rules/{rule-id}
GET /policy/api/v1/global-infra/domains/{domain-id}/security-policies/{security-policy-id}/rules/{rule-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/security-policies/{security-policy-id}/rules/{rule-id}
Security (East West) > Distributed Firewall (Rules)
Patch a rule
PATCH /policy/api/v1/infra/domains/{domain-id}/security-policies/{security-policy-id}/rules/{rule-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/security-policies/{security-policy-id}/rules/{rule-id}
Security (East West) > Distributed Firewall (Rules)
Revise the positioning of rule
POST /policy/api/v1/infra/domains/{domain-id}/security-policies/{security-policy-id}/rules/{rule-id}?action=revise
POST /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/security-policies/{security-policy-id}/rules/{rule-id}?action=revise
Security (East West) > Distributed Firewall (Rules)
Create or update a rule
PUT /policy/api/v1/infra/domains/{domain-id}/security-policies/{security-policy-id}/rules/{rule-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/security-policies/{security-policy-id}/rules/{rule-id}
Security (East West) > Distributed Firewall (Rules)
Import K8s network policies to DFW Security Policies
POST /policy/api/v1/infra/import-k8s-np-to-dfw
POST /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/import-k8s-np-to-dfw
Security (East West) > Distributed Firewall (Settings)
Get dfw firewall configuration
GET /policy/api/v1/infra/settings/firewall/security
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/settings/firewall/security
Security (East West) > Distributed Firewall (Settings)
Update dfw firewall configuration
PATCH /policy/api/v1/infra/settings/firewall/security
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/settings/firewall/security
Security (East West) > Distributed Firewall (Settings)
Update dfw firewall configuration
PUT /policy/api/v1/infra/settings/firewall/security
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/settings/firewall/security
Security (East West) > Distributed Firewall (Settings)
Get the list of distributed firewall dependent services
GET /policy/api/v1/infra/settings/firewall/security/dependent-services
Security (East West) > Distributed Firewall (Settings)
Get global distributed firewall configuration for the specified site
GET /policy/api/v1/infra/sites/{site-id}/settings/firewall/security
GET /policy/api/v1/global-infra/sites/{site-id}/settings/firewall/security
Security (East West) > Distributed Firewall (Settings)
Get global distributed firewall configurations for all the sites
GET /policy/api/v1/infra/sites/settings/firewall/security
GET /policy/api/v1/global-infra/sites/settings/firewall/security
Security (East West) > Distributed Firewall (Statistics)
Get rule statistics
GET /policy/api/v1/infra/domains/{domain-id}/security-policies/{security-policy-id}/rules/{rule-id}/statistics
GET /policy/api/v1/global-infra/domains/{domain-id}/security-policies/{security-policy-id}/rules/{rule-id}/statistics
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/security-policies/{security-policy-id}/rules/{rule-id}/statistics
Security (East West) > Distributed Firewall (Statistics)
Get security policy statistics
GET /policy/api/v1/infra/domains/{domain-id}/security-policies/{security-policy-id}/statistics
GET /policy/api/v1/global-infra/domains/{domain-id}/security-policies/{security-policy-id}/statistics
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/security-policies/{security-policy-id}/statistics
Security (East West) > Distributed Firewall (Statistics)
Reset firewall rule statistics
POST /policy/api/v1/infra/settings/firewall/stats?action=reset
POST /policy/api/v1/global-infra/settings/firewall/stats?action=reset
Security (East West) > Distributed Firewall (Tasks)
Get the information of export task
GET /policy/api/v1/infra/settings/firewall/export
GET /policy/api/v1/global-infra/settings/firewall/export
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/settings/firewall/export
Security (East West) > Distributed Firewall (Tasks)
Download exported file
GET /policy/api/v1/infra/settings/firewall/export?action=download
GET /policy/api/v1/global-infra/settings/firewall/export?action=download
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/settings/firewall/export?action=download
Security (East West) > Distributed Firewall (Tasks)
Invoke export task
POST /policy/api/v1/infra/settings/firewall/export
POST /policy/api/v1/global-infra/settings/firewall/export
POST /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/settings/firewall/export
Security (East West) > Distributed Firewall (Tasks)
Cancel a running export task
POST /policy/api/v1/infra/settings/firewall/export?action=cancel
POST /policy/api/v1/global-infra/settings/firewall/export?action=cancel
POST /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/settings/firewall/export?action=cancel
Security (East West) > Distributed Firewall (Tasks)
Get the information of import task
GET /policy/api/v1/infra/settings/firewall/import
GET /policy/api/v1/global-infra/settings/firewall/import
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/settings/firewall/import
Security (East West) > Distributed Firewall (Tasks)
Invoke import task
POST /policy/api/v1/infra/settings/firewall/import
POST /policy/api/v1/global-infra/settings/firewall/import
POST /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/settings/firewall/import
Security (East West) > Distributed Firewall (Tasks)
Cancel a running import task
POST /policy/api/v1/infra/settings/firewall/import?action=cancel
POST /policy/api/v1/global-infra/settings/firewall/import?action=cancel
POST /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/settings/firewall/import?action=cancel
Security (East West) > Distributed IDS (Signatures)
Get IDS signature version
GET /policy/api/v1/infra/settings/firewall/security/intrusion-services/signature-versions/{version-id}
Security (East West) > Ips & Malware (Rules)
List IDS security policies
GET /policy/api/v1/infra/domains/{domain-id}/intrusion-service-policies
GET /policy/api/v1/global-infra/domains/{domain-id}/intrusion-service-policies
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/intrusion-service-policies
Security (East West) > Ips & Malware (Rules)
Delete IDS security policy
DELETE /policy/api/v1/infra/domains/{domain-id}/intrusion-service-policies/{policy-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/intrusion-service-policies/{policy-id}
Security (East West) > Ips & Malware (Rules)
Get IDS security policy.
GET /policy/api/v1/infra/domains/{domain-id}/intrusion-service-policies/{policy-id}
GET /policy/api/v1/global-infra/domains/{domain-id}/intrusion-service-policies/{policy-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/intrusion-service-policies/{policy-id}
Security (East West) > Ips & Malware (Rules)
Patch IDS security policy
PATCH /policy/api/v1/infra/domains/{domain-id}/intrusion-service-policies/{policy-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/intrusion-service-policies/{policy-id}
Security (East West) > Ips & Malware (Rules)
Revise the positioning of IDS security policies
POST /policy/api/v1/infra/domains/{domain-id}/intrusion-service-policies/{policy-id}?action=revise
POST /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/intrusion-service-policies/{policy-id}?action=revise
Security (East West) > Ips & Malware (Rules)
create or update IDS security policy
PUT /policy/api/v1/infra/domains/{domain-id}/intrusion-service-policies/{policy-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/intrusion-service-policies/{policy-id}
Security (East West) > Ips & Malware (Rules)
List IDS rules
GET /policy/api/v1/infra/domains/{domain-id}/intrusion-service-policies/{policy-id}/rules
GET /policy/api/v1/global-infra/domains/{domain-id}/intrusion-service-policies/{policy-id}/rules
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/intrusion-service-policies/{policy-id}/rules
Security (East West) > Ips & Malware (Rules)
Delete IDS rule
DELETE /policy/api/v1/infra/domains/{domain-id}/intrusion-service-policies/{policy-id}/rules/{rule-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/intrusion-service-policies/{policy-id}/rules/{rule-id}
Security (East West) > Ips & Malware (Rules)
Get IDS rule.
GET /policy/api/v1/infra/domains/{domain-id}/intrusion-service-policies/{policy-id}/rules/{rule-id}
GET /policy/api/v1/global-infra/domains/{domain-id}/intrusion-service-policies/{policy-id}/rules/{rule-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/intrusion-service-policies/{policy-id}/rules/{rule-id}
Security (East West) > Ips & Malware (Rules)
Patch IDS rule
PATCH /policy/api/v1/infra/domains/{domain-id}/intrusion-service-policies/{policy-id}/rules/{rule-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/intrusion-service-policies/{policy-id}/rules/{rule-id}
Security (East West) > Ips & Malware (Rules)
Revise the positioning of IDS rule
POST /policy/api/v1/infra/domains/{domain-id}/intrusion-service-policies/{policy-id}/rules/{rule-id}?action=revise
POST /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/intrusion-service-policies/{policy-id}/rules/{rule-id}?action=revise
Security (East West) > Ips & Malware (Rules)
create or update IDS rule
PUT /policy/api/v1/infra/domains/{domain-id}/intrusion-service-policies/{policy-id}/rules/{rule-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/intrusion-service-policies/{policy-id}/rules/{rule-id}
Security (North South) > Bridge Firewall (Policies)
List of Bridge Firewall Policies
GET /policy/api/v1/infra/domains/{domain-id}/bridge-policies
Security (North South) > Bridge Firewall (Policies)
Delete Bridge Firewall Policy
DELETE /policy/api/v1/infra/domains/{domain-id}/bridge-policies/{bridge-firewall-policy-id}
Security (North South) > Bridge Firewall (Policies)
Get Bridge Firewall Policy
GET /policy/api/v1/infra/domains/{domain-id}/bridge-policies/{bridge-firewall-policy-id}
Security (North South) > Bridge Firewall (Policies)
Create or update Bridge Firewall Policy
PATCH /policy/api/v1/infra/domains/{domain-id}/bridge-policies/{bridge-firewall-policy-id}
Security (North South) > Bridge Firewall (Policies)
Revise the positioning of bridge firewall policy
POST /policy/api/v1/infra/domains/{domain-id}/bridge-policies/{bridge-firewall-policy-id}
Security (North South) > Bridge Firewall (Policies)
Update the Bridge Firewall Policy
PUT /policy/api/v1/infra/domains/{domain-id}/bridge-policies/{bridge-firewall-policy-id}
Security (North South) > Bridge Firewall (Rules)
List Bridge Firewall Rules
GET /policy/api/v1/infra/domains/{domain-id}/bridge-policies/{bridge-firewall-policy-id}/rules
Security (North South) > Bridge Firewall (Rules)
Delete Bridge Firewall Rule
DELETE /policy/api/v1/infra/domains/{domain-id}/bridge-policies/{bridge-firewall-policy-id}/rules/{rule-id}
Security (North South) > Bridge Firewall (Rules)
Read Bridge Firewall Rule
GET /policy/api/v1/infra/domains/{domain-id}/bridge-policies/{bridge-firewall-policy-id}/rules/{rule-id}
Security (North South) > Bridge Firewall (Rules)
Create or update Bridge Firewall Rule
PATCH /policy/api/v1/infra/domains/{domain-id}/bridge-policies/{bridge-firewall-policy-id}/rules/{rule-id}
Security (North South) > Bridge Firewall (Rules)
Revise the positioning of bridge firewall rule
POST /policy/api/v1/infra/domains/{domain-id}/bridge-policies/{bridge-firewall-policy-id}/rules/{rule-id}
Security (North South) > Bridge Firewall (Rules)
Update Bridge Firewall Rule
PUT /policy/api/v1/infra/domains/{domain-id}/bridge-policies/{bridge-firewall-policy-id}/rules/{rule-id}
Security (North South) > Bridge Firewall (Rules)
Get bridge firewall rule statistics
GET /policy/api/v1/infra/domains/{domain-id}/bridge-policies/{bridge-firewall-policy-id}/rules/{rule-id}/statistics
Security (North South) > Bridge Firewall (Rules)
Get bridge firewall policy statistics
GET /policy/api/v1/infra/domains/{domain-id}/bridge-policies/{bridge-firewall-policy-id}/statistics
Security (North South) > Bridge Firewall (Settings)
Create or Update security configuration for Segment
PATCH /policy/api/v1/infra/segments/{segment-id}/security-config
Security (North South) > Bridge Firewall (Settings)
Create or Update security configuration for Segment
PUT /policy/api/v1/infra/segments/{segment-id}/security-config
Security (North South) > Bridge Firewall (Settings)
Create or Update security configuration for Tier1 Segment
PATCH /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/security-config
Security (North South) > Bridge Firewall (Settings)
Create or Update security configuration for Tier1 Segment
PUT /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/security-config
Security (North South) > Gateway Firewall (Rules)
List gateway policies
GET /policy/api/v1/infra/domains/{domain-id}/gateway-policies
GET /policy/api/v1/global-infra/domains/{domain-id}/gateway-policies
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/gateway-policies
Security (North South) > Gateway Firewall (Rules)
Delete GatewayPolicy
DELETE /policy/api/v1/infra/domains/{domain-id}/gateway-policies/{gateway-policy-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/gateway-policies/{gateway-policy-id}
Security (North South) > Gateway Firewall (Rules)
Read gateway policy
GET /policy/api/v1/infra/domains/{domain-id}/gateway-policies/{gateway-policy-id}
GET /policy/api/v1/global-infra/domains/{domain-id}/gateway-policies/{gateway-policy-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/gateway-policies/{gateway-policy-id}
Security (North South) > Gateway Firewall (Rules)
Update gateway policy
PATCH /policy/api/v1/infra/domains/{domain-id}/gateway-policies/{gateway-policy-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/gateway-policies/{gateway-policy-id}
Security (North South) > Gateway Firewall (Rules)
Revise the positioning of gateway policy
POST /policy/api/v1/infra/domains/{domain-id}/gateway-policies/{gateway-policy-id}?action=revise
POST /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/gateway-policies/{gateway-policy-id}?action=revise
Security (North South) > Gateway Firewall (Rules)
Update gateway policy
PUT /policy/api/v1/infra/domains/{domain-id}/gateway-policies/{gateway-policy-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/gateway-policies/{gateway-policy-id}
Security (North South) > Gateway Firewall (Rules)
List rules
GET /policy/api/v1/infra/domains/{domain-id}/gateway-policies/{gateway-policy-id}/rules
GET /policy/api/v1/global-infra/domains/{domain-id}/gateway-policies/{gateway-policy-id}/rules
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/gateway-policies/{gateway-policy-id}/rules
Security (North South) > Gateway Firewall (Rules)
Delete rule
DELETE /policy/api/v1/infra/domains/{domain-id}/gateway-policies/{gateway-policy-id}/rules/{rule-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/gateway-policies/{gateway-policy-id}/rules/{rule-id}
Security (North South) > Gateway Firewall (Rules)
Read rule
GET /policy/api/v1/infra/domains/{domain-id}/gateway-policies/{gateway-policy-id}/rules/{rule-id}
GET /policy/api/v1/global-infra/domains/{domain-id}/gateway-policies/{gateway-policy-id}/rules/{rule-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/gateway-policies/{gateway-policy-id}/rules/{rule-id}
Security (North South) > Gateway Firewall (Rules)
Update gateway rule
PATCH /policy/api/v1/infra/domains/{domain-id}/gateway-policies/{gateway-policy-id}/rules/{rule-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/gateway-policies/{gateway-policy-id}/rules/{rule-id}
Security (North South) > Gateway Firewall (Rules)
Revise the positioning of gateway rule
POST /policy/api/v1/infra/domains/{domain-id}/gateway-policies/{gateway-policy-id}/rules/{rule-id}?action=revise
POST /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/gateway-policies/{gateway-policy-id}/rules/{rule-id}?action=revise
Security (North South) > Gateway Firewall (Rules)
Update gateway rule
PUT /policy/api/v1/infra/domains/{domain-id}/gateway-policies/{gateway-policy-id}/rules/{rule-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/gateway-policies/{gateway-policy-id}/rules/{rule-id}
Security (North South) > Gateway Firewall (Settings)
Get gateway rule statistics
GET /policy/api/v1/infra/domains/{domain-id}/gateway-policies/{gateway-policy-id}/rules/{rule-id}/statistics
GET /policy/api/v1/global-infra/domains/{domain-id}/gateway-policies/{gateway-policy-id}/rules/{rule-id}/statistics
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/gateway-policies/{gateway-policy-id}/rules/{rule-id}/statistics
Security (North South) > Gateway Firewall (Settings)
Get gateway policy statistics
GET /policy/api/v1/infra/domains/{domain-id}/gateway-policies/{gateway-policy-id}/statistics
GET /policy/api/v1/global-infra/domains/{domain-id}/gateway-policies/{gateway-policy-id}/statistics
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/gateway-policies/{gateway-policy-id}/statistics
Security (North South) > Gateway Firewall (Settings)
Read security configuration for Segment
GET /policy/api/v1/infra/segments/{segment-id}/security-config
Security (North South) > Gateway Firewall (Settings)
Get the list of gateway firewall dependent services
GET /policy/api/v1/infra/settings/firewall/gateway/dependent-services
Security (North South) > Gateway Firewall (Settings)
Delete security config

Deprecated: Use the following API PUT/PATCH /infra/tier-0s//security-config
DELETE /policy/api/v1/infra/tier-0s/{tier-0-id}/security-config (Deprecated)
Security (North South) > Gateway Firewall (Settings)
Read Security Feature
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/security-config
GET /policy/api/v1/global-infra/tier-0s/{tier-0-id}/security-config
Security (North South) > Gateway Firewall (Settings)
Create or Update security configuration
PATCH /policy/api/v1/infra/tier-0s/{tier-0-id}/security-config
Security (North South) > Gateway Firewall (Settings)
Create or Update security configuration
PUT /policy/api/v1/infra/tier-0s/{tier-0-id}/security-config
Security (North South) > Gateway Firewall (Settings)
Read Security Feature
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/security-config
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/security-config
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/security-config
Security (North South) > Gateway Firewall (Settings)
Create or Update security configuration
PATCH /policy/api/v1/infra/tier-1s/{tier-1-id}/security-config
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/security-config
Security (North South) > Gateway Firewall (Settings)
Create or Update security configuration
PUT /policy/api/v1/infra/tier-1s/{tier-1-id}/security-config
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/security-config
Security (North South) > Gateway Firewall (Settings)
Read security configuration for Segment
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/security-config
Security (North South) > Gateway Firewall (Settings)
Read Transit Gateway Security Feature
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/security-config
Security (North South) > Gateway Firewall (Settings)
Update transit gateway security features configuration.
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/security-config
Security (North South) > Gateway Firewall (Settings)
Update transit gateway security features configuration.
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/security-config
Security (North South) > Gateway Firewall (Tier-0S)
Get list of gateway policies with rules that belong to the specific Tier-0 logical router.
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/gateway-firewall
GET /policy/api/v1/global-infra/tier-0s/{tier-0-id}/gateway-firewall
Security (North South) > Gateway Firewall (Tier-0S)
Get list of gateway policies with rules that belong to the specific Tier-0 LocalServices.
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-services-id}/gateway-firewall
GET /policy/api/v1/global-infra/tier-0s/{tier-0-id}/locale-services/{locale-services-id}/gateway-firewall
Security (North South) > Gateway Firewall (Tier-1S)
Get list of gateway policies with rules that belong to the specific Tier-1.
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/gateway-firewall
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/gateway-firewall
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/gateway-firewall
Security (North South) > Gateway Firewall (Tier-1S)
Get list of gateway policies with rules that belong to the specific Tier-1 LocalServices.
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/locale-services/{locale-services-id}/gateway-firewall
GET /policy/api/v1/global-infra/tier-1s/{tier-1-id}/locale-services/{locale-services-id}/gateway-firewall
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/locale-services/{locale-services-id}/gateway-firewall
Security (North South) > Gateway Firewall (Tls Inspection)
TLS inspection execution state details for the tier1
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/tls-inspection-state
Security (North South) > Gateway Firewall (Tls Inspection)
TLS inspection execution state fqdn details for the tier1
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/tls-inspection-state/fqdns
Security (North South) > Gateway Firewall (Tls Inspection)
Get TLS inspection FQDN state
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/tls-inspection-state/fqdns/{fqdn-id}
Security (North South) > Gateway Firewall (Tls Inspection)
Get Tls profiles available.
GET /policy/api/v1/infra/tls-inspection-action-profiles
Security (North South) > Gateway Firewall (Tls Inspection)
Delete a Tls profile.
DELETE /policy/api/v1/infra/tls-inspection-action-profiles/{action-profile-id}
Security (North South) > Gateway Firewall (Tls Inspection)
Get TLS profile with id.
GET /policy/api/v1/infra/tls-inspection-action-profiles/{action-profile-id}
Security (North South) > Gateway Firewall (Tls Inspection)
Create a Tls profile.
PATCH /policy/api/v1/infra/tls-inspection-action-profiles/{action-profile-id}
Security (North South) > Gateway Firewall (Tls Inspection)
Update a Tls profile.
PUT /policy/api/v1/infra/tls-inspection-action-profiles/{action-profile-id}
Security (North South) > Gateway Firewall (Tls Inspection)
List TLS policies
GET /policy/api/v1/infra/tls-inspection-policies
Security (North South) > Gateway Firewall (Tls Inspection)
Delete TlsPolicy
DELETE /policy/api/v1/infra/tls-inspection-policies/{policy-id}
Security (North South) > Gateway Firewall (Tls Inspection)
Read tls policy
GET /policy/api/v1/infra/tls-inspection-policies/{policy-id}
Security (North South) > Gateway Firewall (Tls Inspection)
Update TLS policy
PATCH /policy/api/v1/infra/tls-inspection-policies/{policy-id}
Security (North South) > Gateway Firewall (Tls Inspection)
Update TLS policy
PUT /policy/api/v1/infra/tls-inspection-policies/{policy-id}
Security (North South) > Gateway Firewall (Tls Inspection)
List TLS rules
GET /policy/api/v1/infra/tls-inspection-policies/{policy-id}/rules
Security (North South) > Gateway Firewall (Tls Inspection)
Delete rule
DELETE /policy/api/v1/infra/tls-inspection-policies/{policy-id}/rules/{rule-id}
Security (North South) > Gateway Firewall (Tls Inspection)
Read rule
GET /policy/api/v1/infra/tls-inspection-policies/{policy-id}/rules/{rule-id}
Security (North South) > Gateway Firewall (Tls Inspection)
Update TLS rule
PATCH /policy/api/v1/infra/tls-inspection-policies/{policy-id}/rules/{rule-id}
Security (North South) > Gateway Firewall (Tls Inspection)
Update TLS rule
PUT /policy/api/v1/infra/tls-inspection-policies/{policy-id}/rules/{rule-id}
Security (North South) > Gateway Firewall (Url Categorization)
Delete FqdnAnalysisConfig
DELETE /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcement-point-id}/edge-clusters/{edge-cluster-id}/fqdn-analysis-config
Security (North South) > Gateway Firewall (Url Categorization)
Get FqdnAnalysisConfig
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcement-point-id}/edge-clusters/{edge-cluster-id}/fqdn-analysis-config
Security (North South) > Gateway Firewall (Url Categorization)
Create or Update FqdnAnalysisConfig
PATCH /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcement-point-id}/edge-clusters/{edge-cluster-id}/fqdn-analysis-config
Security (North South) > Gateway Firewall (Url Categorization)
Create or Update FqdnAnalysisConfig
PUT /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcement-point-id}/edge-clusters/{edge-cluster-id}/fqdn-analysis-config
Security (North South) > Gateway Firewall (Url Categorization)
Delete PolicyUrlCategorizationConfig
DELETE /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcement-point-id}/edge-clusters/{edge-cluster-id}/url-categorization-configs/{url-categorization-config-id}
Security (North South) > Gateway Firewall (Url Categorization)
Get PolicyUrlCategorizationConfig
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcement-point-id}/edge-clusters/{edge-cluster-id}/url-categorization-configs/{url-categorization-config-id}
Security (North South) > Gateway Firewall (Url Categorization)
Create or Update PolicyUrlCategorizationConfig
PATCH /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcement-point-id}/edge-clusters/{edge-cluster-id}/url-categorization-configs/{url-categorization-config-id}
Security (North South) > Gateway Firewall (Url Categorization)
Create or Update PolicyUrlCategorizationConfig
PUT /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcement-point-id}/edge-clusters/{edge-cluster-id}/url-categorization-configs/{url-categorization-config-id}
Security (North South) > Gateway Firewall (Url Categorization)
Get the list of URL categories.
GET /policy/api/v1/infra/url-categories
Security (North South) > Gateway Firewall (Url Categorization)
Get the list of reputation severity
GET /policy/api/v1/infra/url-reputation-severities
Security (North South) > Geo IP
Get Geo IP Blocked Events
GET /policy/api/v1/infra/geo-ip/blocked-events
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/geo-ip/blocked-events
Security (North South) > Geo IP
Get Current Geo IP Bundle Information
GET /policy/api/v1/infra/geo-ip/bundle
Security (North South) > Geo IP
Download Latest Geo IP Bundle
POST /policy/api/v1/infra/geo-ip/bundle
Security (North South) > Geo IP
Get Geo IP Look Up
GET /policy/api/v1/infra/geo-ip/look-up
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/geo-ip/look-up
Security (North South) > Geo IP
Get Geo IP Setting Configuration
GET /policy/api/v1/infra/geo-ip/setting
Security (North South) > Geo IP
Patch Geo IP Setting Configuration
PATCH /policy/api/v1/infra/geo-ip/setting
Security (North South) > Geo IP
Update Geo IP Setting Configuration
PUT /policy/api/v1/infra/geo-ip/setting
Security (North South) > Ips & Malware (Rules)
List IDS gateway policies
GET /policy/api/v1/infra/domains/{domain-id}/intrusion-service-gateway-policies
GET /policy/api/v1/global-infra/domains/{domain-id}/intrusion-service-gateway-policies
Security (North South) > Ips & Malware (Rules)
Delete IDS GatewayPolicy
DELETE /policy/api/v1/infra/domains/{domain-id}/intrusion-service-gateway-policies/{policy-id}
Security (North South) > Ips & Malware (Rules)
Read IDS gateway policy
GET /policy/api/v1/infra/domains/{domain-id}/intrusion-service-gateway-policies/{policy-id}
GET /policy/api/v1/global-infra/domains/{domain-id}/intrusion-service-gateway-policies/{policy-id}
Security (North South) > Ips & Malware (Rules)
Update IDS gateway policy
PATCH /policy/api/v1/infra/domains/{domain-id}/intrusion-service-gateway-policies/{policy-id}
Security (North South) > Ips & Malware (Rules)
Revise the positioning of IDS gateway policy
POST /policy/api/v1/infra/domains/{domain-id}/intrusion-service-gateway-policies/{policy-id}?action=revise
Security (North South) > Ips & Malware (Rules)
Update IDS gateway policy
PUT /policy/api/v1/infra/domains/{domain-id}/intrusion-service-gateway-policies/{policy-id}
Security (North South) > Ips & Malware (Rules)
List IDS Gateway rules
GET /policy/api/v1/infra/domains/{domain-id}/intrusion-service-gateway-policies/{policy-id}/rules
GET /policy/api/v1/global-infra/domains/{domain-id}/intrusion-service-gateway-policies/{policy-id}/rules
Security (North South) > Ips & Malware (Rules)
Delete IDS Gateway rule
DELETE /policy/api/v1/infra/domains/{domain-id}/intrusion-service-gateway-policies/{policy-id}/rules/{rule-id}
Security (North South) > Ips & Malware (Rules)
Read IDS rule
GET /policy/api/v1/infra/domains/{domain-id}/intrusion-service-gateway-policies/{policy-id}/rules/{rule-id}
GET /policy/api/v1/global-infra/domains/{domain-id}/intrusion-service-gateway-policies/{policy-id}/rules/{rule-id}
Security (North South) > Ips & Malware (Rules)
Update IDS gateway rule
PATCH /policy/api/v1/infra/domains/{domain-id}/intrusion-service-gateway-policies/{policy-id}/rules/{rule-id}
Security (North South) > Ips & Malware (Rules)
Revise the positioning of IDS gateway rule
POST /policy/api/v1/infra/domains/{domain-id}/intrusion-service-gateway-policies/{policy-id}/rules/{rule-id}?action=revise
Security (North South) > Ips & Malware (Rules)
Create or Update IDS gateway rule
PUT /policy/api/v1/infra/domains/{domain-id}/intrusion-service-gateway-policies/{policy-id}/rules/{rule-id}
Security (Security Profiles) > Cpu Memory Tresholds Profiles
List Firewall CPU Memory Thresholds Profile Binding Maps
GET /policy/api/v1/infra/settings/firewall/cpu-mem-thresholds-profile-binding-maps
GET /policy/api/v1/global-infra/settings/firewall/cpu-mem-thresholds-profile-binding-maps
Security (Security Profiles) > Cpu Memory Tresholds Profiles
Delete Firewall CPU Memory Thresholds Profile Binding
DELETE /policy/api/v1/infra/settings/firewall/cpu-mem-thresholds-profile-binding-maps/{cpu-mem-thresholds-profile-binding-map-id}
Security (Security Profiles) > Cpu Memory Tresholds Profiles
Get Firewall CPU Memory Thresholds Profile Binding Map
GET /policy/api/v1/infra/settings/firewall/cpu-mem-thresholds-profile-binding-maps/{cpu-mem-thresholds-profile-binding-map-id}
Security (Security Profiles) > Cpu Memory Tresholds Profiles
Create or update Firewall CPU Memory Thresholds Profile Binding Map
PATCH /policy/api/v1/infra/settings/firewall/cpu-mem-thresholds-profile-binding-maps/{cpu-mem-thresholds-profile-binding-map-id}
Security (Security Profiles) > Cpu Memory Tresholds Profiles
Update Firewall CPU Memory Thresholds Profile Binding Map
PUT /policy/api/v1/infra/settings/firewall/cpu-mem-thresholds-profile-binding-maps/{cpu-mem-thresholds-profile-binding-map-id}
Security (Security Profiles) > Cpu Memory Tresholds Profiles
List all CPU and memory thresholds profiles
GET /policy/api/v1/infra/settings/firewall/cpu-mem-thresholds-profiles
GET /policy/api/v1/global-infra/settings/firewall/cpu-mem-thresholds-profiles
Security (Security Profiles) > Cpu Memory Tresholds Profiles
Delete CPU and memory thresholds profile
DELETE /policy/api/v1/infra/settings/firewall/cpu-mem-thresholds-profiles/{profile-id}
DELETE /policy/api/v1/global-infra/settings/firewall/cpu-mem-thresholds-profiles/{profile-id}
Security (Security Profiles) > Cpu Memory Tresholds Profiles
Read the CPU and memory thresholds profile
GET /policy/api/v1/infra/settings/firewall/cpu-mem-thresholds-profiles/{profile-id}
GET /policy/api/v1/global-infra/settings/firewall/cpu-mem-thresholds-profiles/{profile-id}
Security (Security Profiles) > Cpu Memory Tresholds Profiles
Create or update CPU and memory thresholds profile
PATCH /policy/api/v1/infra/settings/firewall/cpu-mem-thresholds-profiles/{profile-id}
PATCH /policy/api/v1/global-infra/settings/firewall/cpu-mem-thresholds-profiles/{profile-id}
Security (Security Profiles) > Cpu Memory Tresholds Profiles
Create or update CPU and memory thresholds profile
PUT /policy/api/v1/infra/settings/firewall/cpu-mem-thresholds-profiles/{profile-id}
PUT /policy/api/v1/global-infra/settings/firewall/cpu-mem-thresholds-profiles/{profile-id}
Security (Security Profiles) > DNS Security Profile Bindings
Get DNS security profile binding map
GET /policy/api/v1/infra/domains/{domain-id}/groups/{group-id}/dns-security-profile-binding-maps
GET /policy/api/v1/global-infra/domains/{domain-id}/groups/{group-id}/dns-security-profile-binding-maps
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/groups/{group-id}/dns-security-profile-binding-maps
Security (Security Profiles) > DNS Security Profile Bindings
Delete DNS security profile binding map
DELETE /policy/api/v1/infra/domains/{domain-id}/groups/{group-id}/dns-security-profile-binding-maps/{dns-security-profile-binding-map-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/groups/{group-id}/dns-security-profile-binding-maps/{dns-security-profile-binding-map-id}
Security (Security Profiles) > DNS Security Profile Bindings
Get DNS security profile binding map
GET /policy/api/v1/infra/domains/{domain-id}/groups/{group-id}/dns-security-profile-binding-maps/{dns-security-profile-binding-map-id}
GET /policy/api/v1/global-infra/domains/{domain-id}/groups/{group-id}/dns-security-profile-binding-maps/{dns-security-profile-binding-map-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/groups/{group-id}/dns-security-profile-binding-maps/{dns-security-profile-binding-map-id}
Security (Security Profiles) > DNS Security Profile Bindings
Create or update DNS security profile binding map
PATCH /policy/api/v1/infra/domains/{domain-id}/groups/{group-id}/dns-security-profile-binding-maps/{dns-security-profile-binding-map-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/groups/{group-id}/dns-security-profile-binding-maps/{dns-security-profile-binding-map-id}
Security (Security Profiles) > DNS Security Profile Bindings
Update DNS security profile binding map
PUT /policy/api/v1/infra/domains/{domain-id}/groups/{group-id}/dns-security-profile-binding-maps/{dns-security-profile-binding-map-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/groups/{group-id}/dns-security-profile-binding-maps/{dns-security-profile-binding-map-id}
Security (Security Profiles) > DNS Security Profiles
List all DNS security profiles
GET /policy/api/v1/infra/dns-security-profiles
GET /policy/api/v1/global-infra/dns-security-profiles
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/dns-security-profiles
Security (Security Profiles) > DNS Security Profiles
Delete DNS security profile
DELETE /policy/api/v1/infra/dns-security-profiles/{profile-id}
DELETE /policy/api/v1/global-infra/dns-security-profiles/{profile-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/dns-security-profiles/{profile-id}
Security (Security Profiles) > DNS Security Profiles
Read the DNS Forwarder for the given tier-0 instance
GET /policy/api/v1/infra/dns-security-profiles/{profile-id}
GET /policy/api/v1/global-infra/dns-security-profiles/{profile-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/dns-security-profiles/{profile-id}
Security (Security Profiles) > DNS Security Profiles
Create or update DNS security profile
PATCH /policy/api/v1/infra/dns-security-profiles/{profile-id}
PATCH /policy/api/v1/global-infra/dns-security-profiles/{profile-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/dns-security-profiles/{profile-id}
Security (Security Profiles) > DNS Security Profiles
Create or update DNS security profile
PUT /policy/api/v1/infra/dns-security-profiles/{profile-id}
PUT /policy/api/v1/global-infra/dns-security-profiles/{profile-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/dns-security-profiles/{profile-id}
Security (Security Profiles) > Flood Protection Profile Bindings
List Firewall Flood Protection Profile Binding Maps
GET /policy/api/v1/infra/domains/{domain-id}/groups/{group-id}/firewall-flood-protection-profile-binding-maps
GET /policy/api/v1/global-infra/domains/{domain-id}/groups/{group-id}/firewall-flood-protection-profile-binding-maps
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/groups/{group-id}/firewall-flood-protection-profile-binding-maps
Security (Security Profiles) > Flood Protection Profile Bindings
Delete Firewall Flood Protection Profile Binding
DELETE /policy/api/v1/infra/domains/{domain-id}/groups/{group-id}/firewall-flood-protection-profile-binding-maps/{firewall-flood-protection-profile-binding-map-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/groups/{group-id}/firewall-flood-protection-profile-binding-maps/{firewall-flood-protection-profile-binding-map-id}
Security (Security Profiles) > Flood Protection Profile Bindings
Get Firewall Flood Protection Profile Binding Map
GET /policy/api/v1/infra/domains/{domain-id}/groups/{group-id}/firewall-flood-protection-profile-binding-maps/{firewall-flood-protection-profile-binding-map-id}
GET /policy/api/v1/global-infra/domains/{domain-id}/groups/{group-id}/firewall-flood-protection-profile-binding-maps/{firewall-flood-protection-profile-binding-map-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/groups/{group-id}/firewall-flood-protection-profile-binding-maps/{firewall-flood-protection-profile-binding-map-id}
Security (Security Profiles) > Flood Protection Profile Bindings
Create or update Firewall Flood Protection Profile Binding Map
PATCH /policy/api/v1/infra/domains/{domain-id}/groups/{group-id}/firewall-flood-protection-profile-binding-maps/{firewall-flood-protection-profile-binding-map-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/groups/{group-id}/firewall-flood-protection-profile-binding-maps/{firewall-flood-protection-profile-binding-map-id}
Security (Security Profiles) > Flood Protection Profile Bindings
Update Firewall Flood Protection Profile Binding Map
PUT /policy/api/v1/infra/domains/{domain-id}/groups/{group-id}/firewall-flood-protection-profile-binding-maps/{firewall-flood-protection-profile-binding-map-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/groups/{group-id}/firewall-flood-protection-profile-binding-maps/{firewall-flood-protection-profile-binding-map-id}
Security (Security Profiles) > Flood Protection Profile Bindings
List Firewall Flood Protection Profile Binding Maps for all domains
GET /policy/api/v1/infra/domains/firewall-flood-protection-profile-binding-maps
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/firewall-flood-protection-profile-binding-maps
Security (Security Profiles) > Flood Protection Profile Bindings
Delete Flood Protection Profile Binding for Tier-0 Logical Router
DELETE /policy/api/v1/infra/tier-0s/{tier0-id}/flood-protection-profile-bindings/{flood-protection-profile-binding-id}
Security (Security Profiles) > Flood Protection Profile Bindings
Get Flood Protection Profile Binding Map for Tier-0 Logical Router
GET /policy/api/v1/infra/tier-0s/{tier0-id}/flood-protection-profile-bindings/{flood-protection-profile-binding-id}
GET /policy/api/v1/global-infra/tier-0s/{tier0-id}/flood-protection-profile-bindings/{flood-protection-profile-binding-id}
Security (Security Profiles) > Flood Protection Profile Bindings
Create or update Flood Protection Profile Binding Map for Tier-0 Logical Router
PATCH /policy/api/v1/infra/tier-0s/{tier0-id}/flood-protection-profile-bindings/{flood-protection-profile-binding-id}
Security (Security Profiles) > Flood Protection Profile Bindings
Create or update Flood Protection Profile Binding Map for Tier-0 Logical Router
PUT /policy/api/v1/infra/tier-0s/{tier0-id}/flood-protection-profile-bindings/{flood-protection-profile-binding-id}
Security (Security Profiles) > Flood Protection Profile Bindings
Delete Flood Protection Profile Binding for Tier-0 Logical Router LocaleServices
DELETE /policy/api/v1/infra/tier-0s/{tier0-id}/locale-services/{locale-services-id}/flood-protection-profile-bindings/{flood-protection-profile-binding-id}
Security (Security Profiles) > Flood Protection Profile Bindings
Get Flood Protection Profile Binding Map for Tier-0 Logical Router LocaleServices
GET /policy/api/v1/infra/tier-0s/{tier0-id}/locale-services/{locale-services-id}/flood-protection-profile-bindings/{flood-protection-profile-binding-id}
GET /policy/api/v1/global-infra/tier-0s/{tier0-id}/locale-services/{locale-services-id}/flood-protection-profile-bindings/{flood-protection-profile-binding-id}
Security (Security Profiles) > Flood Protection Profile Bindings
Create or update Flood Protection Profile Binding Map for Tier-0 Logical Router LocaleServices
PATCH /policy/api/v1/infra/tier-0s/{tier0-id}/locale-services/{locale-services-id}/flood-protection-profile-bindings/{flood-protection-profile-binding-id}
Security (Security Profiles) > Flood Protection Profile Bindings
Create or update Flood Protection Profile Binding Map for Tier-0 Logical Router LocaleServices
PUT /policy/api/v1/infra/tier-0s/{tier0-id}/locale-services/{locale-services-id}/flood-protection-profile-bindings/{flood-protection-profile-binding-id}
Security (Security Profiles) > Flood Protection Profile Bindings
Delete Flood Protection Profile Binding for Tier-1 Logical Router
DELETE /policy/api/v1/infra/tier-1s/{tier1-id}/flood-protection-profile-bindings/{flood-protection-profile-binding-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier1-id}/flood-protection-profile-bindings/{flood-protection-profile-binding-id}
Security (Security Profiles) > Flood Protection Profile Bindings
Get Flood Protection Profile Binding Map for Tier-1 Logical Router
GET /policy/api/v1/infra/tier-1s/{tier1-id}/flood-protection-profile-bindings/{flood-protection-profile-binding-id}
GET /policy/api/v1/global-infra/tier-1s/{tier1-id}/flood-protection-profile-bindings/{flood-protection-profile-binding-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier1-id}/flood-protection-profile-bindings/{flood-protection-profile-binding-id}
Security (Security Profiles) > Flood Protection Profile Bindings
Create or update Flood Protection Profile Binding Map for Tier-1 Logical Router
PATCH /policy/api/v1/infra/tier-1s/{tier1-id}/flood-protection-profile-bindings/{flood-protection-profile-binding-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier1-id}/flood-protection-profile-bindings/{flood-protection-profile-binding-id}
Security (Security Profiles) > Flood Protection Profile Bindings
Create or update Flood Protection Profile Binding Map for Tier-1 Logical Router
PUT /policy/api/v1/infra/tier-1s/{tier1-id}/flood-protection-profile-bindings/{flood-protection-profile-binding-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier1-id}/flood-protection-profile-bindings/{flood-protection-profile-binding-id}
Security (Security Profiles) > Flood Protection Profile Bindings
Delete Flood Protection Profile Binding for Tier-1 Logical Router LocaleServices
DELETE /policy/api/v1/infra/tier-1s/{tier1-id}/locale-services/{locale-services-id}/flood-protection-profile-bindings/{flood-protection-profile-binding-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier1-id}/locale-services/{locale-services-id}/flood-protection-profile-bindings/{flood-protection-profile-binding-id}
Security (Security Profiles) > Flood Protection Profile Bindings
Get Flood Protection Profile Binding Map for Tier-1 Logical Router LocaleServices
GET /policy/api/v1/infra/tier-1s/{tier1-id}/locale-services/{locale-services-id}/flood-protection-profile-bindings/{flood-protection-profile-binding-id}
GET /policy/api/v1/global-infra/tier-1s/{tier1-id}/locale-services/{locale-services-id}/flood-protection-profile-bindings/{flood-protection-profile-binding-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier1-id}/locale-services/{locale-services-id}/flood-protection-profile-bindings/{flood-protection-profile-binding-id}
Security (Security Profiles) > Flood Protection Profile Bindings
Create or update Flood Protection Profile Binding Map for Tier-1 Logical Router LocaleServices
PATCH /policy/api/v1/infra/tier-1s/{tier1-id}/locale-services/{locale-services-id}/flood-protection-profile-bindings/{flood-protection-profile-binding-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier1-id}/locale-services/{locale-services-id}/flood-protection-profile-bindings/{flood-protection-profile-binding-id}
Security (Security Profiles) > Flood Protection Profile Bindings
Create or update Flood Protection Profile Binding Map for Tier-1 Logical Router LocaleServices
PUT /policy/api/v1/infra/tier-1s/{tier1-id}/locale-services/{locale-services-id}/flood-protection-profile-bindings/{flood-protection-profile-binding-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier1-id}/locale-services/{locale-services-id}/flood-protection-profile-bindings/{flood-protection-profile-binding-id}
Security (Security Profiles) > Flood Protection Profiles
List Flood Protection Profiles
GET /policy/api/v1/infra/flood-protection-profiles
GET /policy/api/v1/global-infra/flood-protection-profiles
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/flood-protection-profiles
Security (Security Profiles) > Flood Protection Profiles
Delete Flood Protection Profile
DELETE /policy/api/v1/infra/flood-protection-profiles/{flood-protection-profile-id}
DELETE /policy/api/v1/global-infra/flood-protection-profiles/{flood-protection-profile-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/flood-protection-profiles/{flood-protection-profile-id}
Security (Security Profiles) > Flood Protection Profiles
Get Flood Protection Profile
GET /policy/api/v1/infra/flood-protection-profiles/{flood-protection-profile-id}
GET /policy/api/v1/global-infra/flood-protection-profiles/{flood-protection-profile-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/flood-protection-profiles/{flood-protection-profile-id}
Security (Security Profiles) > Flood Protection Profiles
Create or update Flood Protection Profile
PATCH /policy/api/v1/infra/flood-protection-profiles/{flood-protection-profile-id}
PATCH /policy/api/v1/global-infra/flood-protection-profiles/{flood-protection-profile-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/flood-protection-profiles/{flood-protection-profile-id}
Security (Security Profiles) > Flood Protection Profiles
Update Firewall Flood Protection Profile
PUT /policy/api/v1/infra/flood-protection-profiles/{flood-protection-profile-id}
PUT /policy/api/v1/global-infra/flood-protection-profiles/{flood-protection-profile-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/flood-protection-profiles/{flood-protection-profile-id}
Security (Security Profiles) > Flood Protection Profiles
List Flood Protection Profiles
GET /policy/api/v1/infra/flood-protection-profiles/{flood-protection-profile-id}/bindings
GET /policy/api/v1/global-infra/flood-protection-profiles/{flood-protection-profile-id}/bindings
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/flood-protection-profiles/{flood-protection-profile-id}/bindings
Security (Security Profiles) > Monitoring Profile Bindings
List Group Monitoring Profile Binding Maps
GET /policy/api/v1/infra/domains/{domain-id}/groups/{group-id}/group-monitoring-profile-binding-maps
Security (Security Profiles) > Monitoring Profile Bindings
Delete Group Monitoring Profile Binding
DELETE /policy/api/v1/infra/domains/{domain-id}/groups/{group-id}/group-monitoring-profile-binding-maps/{group-monitoring-profile-binding-map-id}
Security (Security Profiles) > Monitoring Profile Bindings
Get Group Monitoring Profile Binding Map
GET /policy/api/v1/infra/domains/{domain-id}/groups/{group-id}/group-monitoring-profile-binding-maps/{group-monitoring-profile-binding-map-id}
Security (Security Profiles) > Monitoring Profile Bindings
Create Group Monitoring Profile Binding Map
PATCH /policy/api/v1/infra/domains/{domain-id}/groups/{group-id}/group-monitoring-profile-binding-maps/{group-monitoring-profile-binding-map-id}
Security (Security Profiles) > Monitoring Profile Bindings
Update Group Monitoring Profile Binding Map
PUT /policy/api/v1/infra/domains/{domain-id}/groups/{group-id}/group-monitoring-profile-binding-maps/{group-monitoring-profile-binding-map-id}
Security (Security Profiles) > Session Timer Profile Bindings
List Firewall Session Timer Profile Binding Maps
GET /policy/api/v1/infra/domains/{domain-id}/groups/{group-id}/firewall-session-timer-profile-binding-maps
GET /policy/api/v1/global-infra/domains/{domain-id}/groups/{group-id}/firewall-session-timer-profile-binding-maps
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/groups/{group-id}/firewall-session-timer-profile-binding-maps
Security (Security Profiles) > Session Timer Profile Bindings
Delete Firewall Session Timer Profile Binding
DELETE /policy/api/v1/infra/domains/{domain-id}/groups/{group-id}/firewall-session-timer-profile-binding-maps/{firewall-session-timer-profile-binding-map-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/groups/{group-id}/firewall-session-timer-profile-binding-maps/{firewall-session-timer-profile-binding-map-id}
Security (Security Profiles) > Session Timer Profile Bindings
Get Firewall Session Timer Profile Binding Map
GET /policy/api/v1/infra/domains/{domain-id}/groups/{group-id}/firewall-session-timer-profile-binding-maps/{firewall-session-timer-profile-binding-map-id}
GET /policy/api/v1/global-infra/domains/{domain-id}/groups/{group-id}/firewall-session-timer-profile-binding-maps/{firewall-session-timer-profile-binding-map-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/groups/{group-id}/firewall-session-timer-profile-binding-maps/{firewall-session-timer-profile-binding-map-id}
Security (Security Profiles) > Session Timer Profile Bindings
Create or update Firewall Session Timer Profile Binding Map
PATCH /policy/api/v1/infra/domains/{domain-id}/groups/{group-id}/firewall-session-timer-profile-binding-maps/{firewall-session-timer-profile-binding-map-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/groups/{group-id}/firewall-session-timer-profile-binding-maps/{firewall-session-timer-profile-binding-map-id}
Security (Security Profiles) > Session Timer Profile Bindings
Update Firewall Session Timer Profile Binding Map
PUT /policy/api/v1/infra/domains/{domain-id}/groups/{group-id}/firewall-session-timer-profile-binding-maps/{firewall-session-timer-profile-binding-map-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/groups/{group-id}/firewall-session-timer-profile-binding-maps/{firewall-session-timer-profile-binding-map-id}
Security (Security Profiles) > Session Timer Profile Bindings
List Firewall Session Timer Profile Binding Maps for all domains
GET /policy/api/v1/infra/domains/firewall-session-timer-profile-binding-maps
GET /policy/api/v1/global-infra/domains/firewall-session-timer-profile-binding-maps
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/firewall-session-timer-profile-binding-maps
Security (Security Profiles) > Session Timer Profile Bindings
Delete Session Timer Profile Binding for Tier-0 Logical Router LocaleServices
DELETE /policy/api/v1/infra/tier-0s/{tier0-id}/locale-services/{locale-services-id}/session-timer-profile-bindings/{session-timer-profile-binding-id}
Security (Security Profiles) > Session Timer Profile Bindings
Get Session Timer Profile Binding Map for Tier-0 Logical Router LocaleServices
GET /policy/api/v1/infra/tier-0s/{tier0-id}/locale-services/{locale-services-id}/session-timer-profile-bindings/{session-timer-profile-binding-id}
GET /policy/api/v1/global-infra/tier-0s/{tier0-id}/locale-services/{locale-services-id}/session-timer-profile-bindings/{session-timer-profile-binding-id}
Security (Security Profiles) > Session Timer Profile Bindings
Create or update Session Timer Profile Binding Map for Tier-0 Logical Router LocaleServices
PATCH /policy/api/v1/infra/tier-0s/{tier0-id}/locale-services/{locale-services-id}/session-timer-profile-bindings/{session-timer-profile-binding-id}
Security (Security Profiles) > Session Timer Profile Bindings
Create or update Session Timer Profile Binding Map for Tier-0 Logical Router LocaleServices
PUT /policy/api/v1/infra/tier-0s/{tier0-id}/locale-services/{locale-services-id}/session-timer-profile-bindings/{session-timer-profile-binding-id}
Security (Security Profiles) > Session Timer Profile Bindings
Delete Session Timer Profile Binding for Tier-0 Logical Router
DELETE /policy/api/v1/infra/tier-0s/{tier0-id}/session-timer-profile-bindings/{session-timer-profile-binding-id}
Security (Security Profiles) > Session Timer Profile Bindings
Get Session Timer Profile Binding Map for Tier-0 Logical Router
GET /policy/api/v1/infra/tier-0s/{tier0-id}/session-timer-profile-bindings/{session-timer-profile-binding-id}
GET /policy/api/v1/global-infra/tier-0s/{tier0-id}/session-timer-profile-bindings/{session-timer-profile-binding-id}
Security (Security Profiles) > Session Timer Profile Bindings
Create or update Session Timer Profile Binding Map for Tier-0 Logical Router
PATCH /policy/api/v1/infra/tier-0s/{tier0-id}/session-timer-profile-bindings/{session-timer-profile-binding-id}
Security (Security Profiles) > Session Timer Profile Bindings
Create or update Session Timer Profile Binding Map for Tier-0 Logical Router
PUT /policy/api/v1/infra/tier-0s/{tier0-id}/session-timer-profile-bindings/{session-timer-profile-binding-id}
Security (Security Profiles) > Session Timer Profile Bindings
Delete Session Timer Profile Binding for Tier-1 Logical Router LocaleServices
DELETE /policy/api/v1/infra/tier-1s/{tier1-id}/locale-services/{locale-services-id}/session-timer-profile-bindings/{session-timer-profile-binding-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier1-id}/locale-services/{locale-services-id}/session-timer-profile-bindings/{session-timer-profile-binding-id}
Security (Security Profiles) > Session Timer Profile Bindings
Get Session Timer Profile Binding Map for Tier-1 Logical Router LocaleServices
GET /policy/api/v1/infra/tier-1s/{tier1-id}/locale-services/{locale-services-id}/session-timer-profile-bindings/{session-timer-profile-binding-id}
GET /policy/api/v1/global-infra/tier-1s/{tier1-id}/locale-services/{locale-services-id}/session-timer-profile-bindings/{session-timer-profile-binding-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier1-id}/locale-services/{locale-services-id}/session-timer-profile-bindings/{session-timer-profile-binding-id}
Security (Security Profiles) > Session Timer Profile Bindings
Create or update Session Timer Profile Binding Map for Tier-1 Logical Router LocaleServices
PATCH /policy/api/v1/infra/tier-1s/{tier1-id}/locale-services/{locale-services-id}/session-timer-profile-bindings/{session-timer-profile-binding-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier1-id}/locale-services/{locale-services-id}/session-timer-profile-bindings/{session-timer-profile-binding-id}
Security (Security Profiles) > Session Timer Profile Bindings
Create or update Session Timer Profile Binding Map for Tier-1 Logical Router LocaleServices
PUT /policy/api/v1/infra/tier-1s/{tier1-id}/locale-services/{locale-services-id}/session-timer-profile-bindings/{session-timer-profile-binding-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier1-id}/locale-services/{locale-services-id}/session-timer-profile-bindings/{session-timer-profile-binding-id}
Security (Security Profiles) > Session Timer Profile Bindings
Delete Session Timer Profile Binding for Tier-1 Logical Router
DELETE /policy/api/v1/infra/tier-1s/{tier1-id}/session-timer-profile-bindings/{session-timer-profile-binding-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier1-id}/session-timer-profile-bindings/{session-timer-profile-binding-id}
Security (Security Profiles) > Session Timer Profile Bindings
Get Session Timer Profile Binding Map for Tier-1 Logical Router
GET /policy/api/v1/infra/tier-1s/{tier1-id}/session-timer-profile-bindings/{session-timer-profile-binding-id}
GET /policy/api/v1/global-infra/tier-1s/{tier1-id}/session-timer-profile-bindings/{session-timer-profile-binding-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier1-id}/session-timer-profile-bindings/{session-timer-profile-binding-id}
Security (Security Profiles) > Session Timer Profile Bindings
Create or update Session Timer Profile Binding Map for Tier-1 Logical Router
PATCH /policy/api/v1/infra/tier-1s/{tier1-id}/session-timer-profile-bindings/{session-timer-profile-binding-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier1-id}/session-timer-profile-bindings/{session-timer-profile-binding-id}
Security (Security Profiles) > Session Timer Profile Bindings
Create or update Session Timer Profile Binding Map for Tier-1 Logical Router
PUT /policy/api/v1/infra/tier-1s/{tier1-id}/session-timer-profile-bindings/{session-timer-profile-binding-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier1-id}/session-timer-profile-bindings/{session-timer-profile-binding-id}
Security (Security Profiles) > Session Timer Profiles
List Firewall Session Timer Profiles
GET /policy/api/v1/infra/firewall-session-timer-profiles
GET /policy/api/v1/global-infra/firewall-session-timer-profiles
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/firewall-session-timer-profiles
Security (Security Profiles) > Session Timer Profiles
Delete Firewall Session Timer Profile
DELETE /policy/api/v1/infra/firewall-session-timer-profiles/{firewall-session-timer-profile-id}
DELETE /policy/api/v1/global-infra/firewall-session-timer-profiles/{firewall-session-timer-profile-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/firewall-session-timer-profiles/{firewall-session-timer-profile-id}
Security (Security Profiles) > Session Timer Profiles
Get Firewall Session Timer Profile
GET /policy/api/v1/infra/firewall-session-timer-profiles/{firewall-session-timer-profile-id}
GET /policy/api/v1/global-infra/firewall-session-timer-profiles/{firewall-session-timer-profile-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/firewall-session-timer-profiles/{firewall-session-timer-profile-id}
Security (Security Profiles) > Session Timer Profiles
Create or update Firewall Session Timer Profile
PATCH /policy/api/v1/infra/firewall-session-timer-profiles/{firewall-session-timer-profile-id}
PATCH /policy/api/v1/global-infra/firewall-session-timer-profiles/{firewall-session-timer-profile-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/firewall-session-timer-profiles/{firewall-session-timer-profile-id}
Security (Security Profiles) > Session Timer Profiles
Update Firewall Session Timer Profile
PUT /policy/api/v1/infra/firewall-session-timer-profiles/{firewall-session-timer-profile-id}
PUT /policy/api/v1/global-infra/firewall-session-timer-profiles/{firewall-session-timer-profile-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/firewall-session-timer-profiles/{firewall-session-timer-profile-id}
Security (Security Profiles) > Session Timer Profiles
List Session Timer Profiles
GET /policy/api/v1/infra/session-timer-profiles/{session-timer-profile-id}/bindings
GET /policy/api/v1/global-infra/session-timer-profiles/{session-timer-profile-id}/bindings
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/session-timer-profiles/{session-timer-profile-id}/bindings
Security (Service Insertion) > Configuration Status
Get service insertion configuration status
GET /policy/api/v1/infra/settings/service-insertion/security/status
Security (Service Insertion) > Configuration Status
Update service insertion status configuration
PATCH /policy/api/v1/infra/settings/service-insertion/security/status
Security (Service Insertion) > Configuration Status
Update service insertion status configuration
PUT /policy/api/v1/infra/settings/service-insertion/security/status
Security (Service Insertion) > Exclusion List
Default API to read service insertion exclude list with system owned members filtered out
GET /policy/api/v1/infra/settings/service-insertion/security/exclude-list
Security (Service Insertion) > Exclusion List
Additional API to read service insertion exclude list without filtering out the system owned members
GET /policy/api/v1/infra/settings/service-insertion/security/exclude-list?system_owned=true
Security (Service Insertion) > Exclusion List
Patch service insertion exclusion list for security policy
PATCH /policy/api/v1/infra/settings/service-insertion/security/exclude-list
Security (Service Insertion) > Exclusion List
Update service insertion exclusion list
PUT /policy/api/v1/infra/settings/service-insertion/security/exclude-list
Security (Service Insertion) > Partner Services
Read partner services
GET /policy/api/v1/infra/partner-services
Security (Service Insertion) > Partner Services
Read partner service identified by provided name
GET /policy/api/v1/infra/partner-services/{service-name}
Security (Service Insertion) > Redirection Policies
List redirection policies for a domain
GET /policy/api/v1/infra/domains/{domain-id}/redirection-policies
Security (Service Insertion) > Redirection Policies
Delete redirection policy
DELETE /policy/api/v1/infra/domains/{domain-id}/redirection-policies/{redirection-policy-id}
Security (Service Insertion) > Redirection Policies
Read redirection policy
GET /policy/api/v1/infra/domains/{domain-id}/redirection-policies/{redirection-policy-id}
Security (Service Insertion) > Redirection Policies
Create or update redirection policy
PATCH /policy/api/v1/infra/domains/{domain-id}/redirection-policies/{redirection-policy-id}
Security (Service Insertion) > Redirection Policies
Create or update redirection policy
PUT /policy/api/v1/infra/domains/{domain-id}/redirection-policies/{redirection-policy-id}
Security (Service Insertion) > Redirection Policies
List rules
GET /policy/api/v1/infra/domains/{domain-id}/redirection-policies/{redirection-policy-id}/rules
Security (Service Insertion) > Redirection Policies
Delete RedirectionRule
DELETE /policy/api/v1/infra/domains/{domain-id}/redirection-policies/{redirection-policy-id}/rules/{rule-id}
Security (Service Insertion) > Redirection Policies
Read rule
GET /policy/api/v1/infra/domains/{domain-id}/redirection-policies/{redirection-policy-id}/rules/{rule-id}
Security (Service Insertion) > Redirection Policies
Update redirection rule
PATCH /policy/api/v1/infra/domains/{domain-id}/redirection-policies/{redirection-policy-id}/rules/{rule-id}
Security (Service Insertion) > Redirection Policies
Update redirection rule
PUT /policy/api/v1/infra/domains/{domain-id}/redirection-policies/{redirection-policy-id}/rules/{rule-id}
Security (Service Insertion) > Redirection Policies
List redirection policies
GET /policy/api/v1/infra/domains/redirection-policies
Security (Service Insertion) > Service Chains
List service chains
GET /policy/api/v1/infra/service-chains
Security (Service Insertion) > Service Chains
Delete Service chain
DELETE /policy/api/v1/infra/service-chains/{service-chain-id}
Security (Service Insertion) > Service Chains
Read service chain
GET /policy/api/v1/infra/service-chains/{service-chain-id}
Security (Service Insertion) > Service Chains
Create service chain
PATCH /policy/api/v1/infra/service-chains/{service-chain-id}
Security (Service Insertion) > Service Chains
Create or update service chain
PUT /policy/api/v1/infra/service-chains/{service-chain-id}
Security (Service Insertion) > Service Chains
Read service paths for a given service chain
GET /policy/api/v1/infra/service-chains/{service-chain-id}/service-paths
Security (Service Insertion) > Service Chains
List all service chain mappings for given service profile.
GET /policy/api/v1/infra/service-references/{service-reference-id}/service-profiles/{service-profile-id}/service-chain-mappings
Security (Service Insertion) > Service Definitions
List all Service Definitions registered on given enforcement point.
GET /policy/api/v1/enforcement-points/{enforcement-point-id}/service-definitions
Security (Service Insertion) > Service Definitions
Create a Service Definition on given enforcement point.
POST /policy/api/v1/enforcement-points/{enforcement-point-id}/service-definitions
Security (Service Insertion) > Service Definitions
Delete an existing Service Definition on the given enforcement point
DELETE /policy/api/v1/enforcement-points/{enforcement-point-id}/service-definitions/{service-definition-id}
Security (Service Insertion) > Service Definitions
Read Service Definition with given service-definition-id.
GET /policy/api/v1/enforcement-points/{enforcement-point-id}/service-definitions/{service-definition-id}
Security (Service Insertion) > Service Definitions
Update an existing Service Definition on the given enforcement point
PUT /policy/api/v1/enforcement-points/{enforcement-point-id}/service-definitions/{service-definition-id}
Security (Service Insertion) > Service Instances (Tier-0 Gateways)
Read all BYOD service instance objects under a tier-0
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/byod-service-instances
Security (Service Insertion) > Service Instances (Tier-0 Gateways)
Delete BYOD policy service instance
DELETE /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/byod-service-instances/{service-instance-id}
Security (Service Insertion) > Service Instances (Tier-0 Gateways)
Read BYOD service instance
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/byod-service-instances/{service-instance-id}
Security (Service Insertion) > Service Instances (Tier-0 Gateways)
Create BYOD service instance
PATCH /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/byod-service-instances/{service-instance-id}
Security (Service Insertion) > Service Instances (Tier-0 Gateways)
Create BYOD service instance
PUT /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/byod-service-instances/{service-instance-id}
Security (Service Insertion) > Service Instances (Tier-0 Gateways)
List all service instance endpoint
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/byod-service-instances/{service-instance-id}/service-instance-endpoints
Security (Service Insertion) > Service Instances (Tier-0 Gateways)
Delete service instance endpoint
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}
Security (Service Insertion) > Service Instances (Tier-0 Gateways)
Read service instance endpoint
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}
Security (Service Insertion) > Service Instances (Tier-0 Gateways)
Create service instance endpoint
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}
Security (Service Insertion) > Service Instances (Tier-0 Gateways)
Create service instance endpoint
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}
Security (Service Insertion) > Service Instances (Tier-0 Gateways)
Read all service instance objects under a tier-0
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/service-instances
Security (Service Insertion) > Service Instances (Tier-0 Gateways)
Delete policy service instance
DELETE /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/service-instances/{service-instance-id}
Security (Service Insertion) > Service Instances (Tier-0 Gateways)
Read service instance
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/service-instances/{service-instance-id}
Security (Service Insertion) > Service Instances (Tier-0 Gateways)
Create service instance
PATCH /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/service-instances/{service-instance-id}
Security (Service Insertion) > Service Instances (Tier-0 Gateways)
Create service instance
PUT /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/service-instances/{service-instance-id}
Security (Service Insertion) > Service Instances (Tier-0 Gateways)
Delete Tier1 policy service instance
DELETE /policy/api/v1/infra/tier-1s/{tier-1-id}/locale-services/{locale-service-id}/service-instances/{service-instance-id}
Security (Service Insertion) > Service Instances (Tier-1 Gateways)
Read all Tier1 BYOD service instance objects under a tier-1
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/locale-services/{locale-service-id}/byod-service-instances
Security (Service Insertion) > Service Instances (Tier-1 Gateways)
Delete BYOD policy service instance
DELETE /policy/api/v1/infra/tier-1s/{tier-1-id}/locale-services/{locale-service-id}/byod-service-instances/{service-instance-id}
Security (Service Insertion) > Service Instances (Tier-1 Gateways)
Read Tier1 BYOD service instance
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/locale-services/{locale-service-id}/byod-service-instances/{service-instance-id}
Security (Service Insertion) > Service Instances (Tier-1 Gateways)
Create Tier1 BYOD service instance
PATCH /policy/api/v1/infra/tier-1s/{tier-1-id}/locale-services/{locale-service-id}/byod-service-instances/{service-instance-id}
Security (Service Insertion) > Service Instances (Tier-1 Gateways)
Create Tier1 BYOD service instance
PUT /policy/api/v1/infra/tier-1s/{tier-1-id}/locale-services/{locale-service-id}/byod-service-instances/{service-instance-id}
Security (Service Insertion) > Service Instances (Tier-1 Gateways)
List all Tier1 service instance endpoint
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/locale-services/{locale-service-id}/byod-service-instances/{service-instance-id}/service-instance-endpoints
Security (Service Insertion) > Service Instances (Tier-1 Gateways)
Delete Tier1 service instance endpoint
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}
Security (Service Insertion) > Service Instances (Tier-1 Gateways)
Read Tier1 service instance endpoint
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}
Security (Service Insertion) > Service Instances (Tier-1 Gateways)
Create Tier1 service instance endpoint
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}
Security (Service Insertion) > Service Instances (Tier-1 Gateways)
Create Tier1 service instance endpoint
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}
Security (Service Insertion) > Service Instances (Tier-1 Gateways)
Read all service instance objects under a tier-1
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/locale-services/{locale-service-id}/service-instances
Security (Service Insertion) > Service Instances (Tier-1 Gateways)
Read Tier1 service instance
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/locale-services/{locale-service-id}/service-instances/{service-instance-id}
Security (Service Insertion) > Service Instances (Tier-1 Gateways)
Create Tier1 service instance
PATCH /policy/api/v1/infra/tier-1s/{tier-1-id}/locale-services/{locale-service-id}/service-instances/{service-instance-id}
Security (Service Insertion) > Service Instances (Tier-1 Gateways)
Create Tier1 service instance
PUT /policy/api/v1/infra/tier-1s/{tier-1-id}/locale-services/{locale-service-id}/service-instances/{service-instance-id}
Security (Service Insertion) > Service References
List service references
GET /policy/api/v1/infra/service-references
Security (Service Insertion) > Service References
Delete Service Reference
DELETE /policy/api/v1/infra/service-references/{service-reference-id}
Security (Service Insertion) > Service References
Read service reference
GET /policy/api/v1/infra/service-references/{service-reference-id}
Security (Service Insertion) > Service References
Create service reference
PATCH /policy/api/v1/infra/service-references/{service-reference-id}
Security (Service Insertion) > Service References
Create service reference
PUT /policy/api/v1/infra/service-references/{service-reference-id}
Security (Service Insertion) > Service References
List service profiles
GET /policy/api/v1/infra/service-references/{service-reference-id}/service-profiles
Security (Service Insertion) > Service References
Delete Service profile
DELETE /policy/api/v1/infra/service-references/{service-reference-id}/service-profiles/{service-profile-id}
Security (Service Insertion) > Service References
Read service profile
GET /policy/api/v1/infra/service-references/{service-reference-id}/service-profiles/{service-profile-id}
Security (Service Insertion) > Service References
Create service profile
PATCH /policy/api/v1/infra/service-references/{service-reference-id}/service-profiles/{service-profile-id}
Security (Service Insertion) > Service References
Create or update service profile
PUT /policy/api/v1/infra/service-references/{service-reference-id}/service-profiles/{service-profile-id}
Security (Service Insertion) > Service References
Get Groups used in Redirection rules for a given Service Profile.
GET /policy/api/v1/infra/service-references/{service-reference-id}/service-profiles/{service-profile-id}/group-associations
Security (Service Insertion) > Statistics
Get statistics for all runtimes associated with this PolicyServiceInstance
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/service-instances/{service-instance-id}/statistics
Security (Service Insertion) > Statistics
Get statistics for all runtimes associated with this Tier1 PolicyServiceInstance
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/locale-services/{locale-service-id}/service-instances/{service-instance-id}/statistics
Security (Service Insertion) > Virtual Endpoints (Tier-0 Gateways)
List all virtual endpoints
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/endpoints/virtual-endpoints
Security (Service Insertion) > Virtual Endpoints (Tier-0 Gateways)
Delete virtual endpoint
DELETE /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/endpoints/virtual-endpoints/{virtual-endpoint-id}
Security (Service Insertion) > Virtual Endpoints (Tier-0 Gateways)
Read virtual endpoint
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/endpoints/virtual-endpoints/{virtual-endpoint-id}
Security (Service Insertion) > Virtual Endpoints (Tier-0 Gateways)
Create or update virtual endpoint
PATCH /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/endpoints/virtual-endpoints/{virtual-endpoint-id}
Security (Service Insertion) > Virtual Endpoints (Tier-0 Gateways)
Create or update virtual endpoint
PUT /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/endpoints/virtual-endpoints/{virtual-endpoint-id}
Security (Service Insertion) > Virtual Endpoints (Tier-1 Gateways)
List all virtual endpoints
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/locale-services/{locale-service-id}/endpoints/virtual-endpoints
Security (Service Insertion) > Virtual Endpoints (Tier-1 Gateways)
Delete virtual endpoint
DELETE /policy/api/v1/infra/tier-1s/{tier-1-id}/locale-services/{locale-service-id}/endpoints/virtual-endpoints/{virtual-endpoint-id}
Security (Service Insertion) > Virtual Endpoints (Tier-1 Gateways)
Read virtual endpoint
GET /policy/api/v1/infra/tier-1s/{tier-1-id}/locale-services/{locale-service-id}/endpoints/virtual-endpoints/{virtual-endpoint-id}
Security (Service Insertion) > Virtual Endpoints (Tier-1 Gateways)
Create or update virtual endpoint
PATCH /policy/api/v1/infra/tier-1s/{tier-1-id}/locale-services/{locale-service-id}/endpoints/virtual-endpoints/{virtual-endpoint-id}
Security (Service Insertion) > Virtual Endpoints (Tier-1 Gateways)
Create or update virtual endpoint
PUT /policy/api/v1/infra/tier-1s/{tier-1-id}/locale-services/{locale-service-id}/endpoints/virtual-endpoints/{virtual-endpoint-id}
Security > Advanced Threat Protection (Security Configuration)
Get ATP security configuration
GET /policy/api/v1/infra/settings/advanced-security-configuration
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/settings/advanced-security-configuration
Security > Advanced Threat Protection (Security Configuration)
Update ATP security configuration
PATCH /policy/api/v1/infra/settings/advanced-security-configuration
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/settings/advanced-security-configuration
Security > Advanced Threat Protection (Security Configuration)
Update ATP security configuration
PUT /policy/api/v1/infra/settings/advanced-security-configuration
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/settings/advanced-security-configuration
Security > Endpoint Protection
Delete Endpoint policy
DELETE /policy/api/v1/infra/domains/{domain-id}/endpoint-policies/{endpoint-policy-id}
Security > Endpoint Protection
Read Endpoint policy
GET /policy/api/v1/infra/domains/{domain-id}/endpoint-policies/{endpoint-policy-id}
Security > Endpoint Protection
Create or update Endpoint policy
PATCH /policy/api/v1/infra/domains/{domain-id}/endpoint-policies/{endpoint-policy-id}
Security > Endpoint Protection
Create or update Endpoint policy
PUT /policy/api/v1/infra/domains/{domain-id}/endpoint-policies/{endpoint-policy-id}
Security > Endpoint Protection
List Endpoint rules
GET /policy/api/v1/infra/domains/{domain-id}/endpoint-policies/{endpoint-policy-id}/endpoint-rules
Security > Endpoint Protection
Delete EndpointRule
DELETE /policy/api/v1/infra/domains/{domain-id}/endpoint-policies/{endpoint-policy-id}/endpoint-rules/{endpoint-rule-id}
Security > Endpoint Protection
Read Endpoint rule
GET /policy/api/v1/infra/domains/{domain-id}/endpoint-policies/{endpoint-policy-id}/endpoint-rules/{endpoint-rule-id}
Security > Endpoint Protection
Update Endpoint rule
PATCH /policy/api/v1/infra/domains/{domain-id}/endpoint-policies/{endpoint-policy-id}/endpoint-rules/{endpoint-rule-id}
Security > Endpoint Protection
Update Endpoint rule
PUT /policy/api/v1/infra/domains/{domain-id}/endpoint-policies/{endpoint-policy-id}/endpoint-rules/{endpoint-rule-id}
Security > Endpoint Protection
List Endpoint policies
GET /policy/api/v1/infra/domains/endpoint-policies
Security > Firewall
Get policies filtered based on the given criteria
GET /policy/api/v1/infra/firewall/policies
GET /policy/api/v1/global-infra/firewall/policies
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/firewall/policies
Security > Firewall
Get rules filtered based on the given criteria
GET /policy/api/v1/infra/firewall/rules
GET /policy/api/v1/global-infra/firewall/rules
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/firewall/rules
Security > Firewall
Generate host configuration report in CSV format
POST /policy/api/v1/infra/settings/security/host-configuration-report
Security > Ips & Malware (Dashboard)
Get the list of gateways where an intrusion event was detected
POST /policy/api/v1/infra/settings/firewall/security/intrusion-services/affected-ips
POST /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/settings/firewall/security/intrusion-services/affected-ips
Security > Ips & Malware (Dashboard)
Get the list of the users affected for that signature
POST /policy/api/v1/infra/settings/firewall/security/intrusion-services/affected-users
POST /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/settings/firewall/security/intrusion-services/affected-users
Security > Ips & Malware (Dashboard)
Get the list of the VMs affected for that signature
POST /policy/api/v1/infra/settings/firewall/security/intrusion-services/affected-vms
POST /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/settings/firewall/security/intrusion-services/affected-vms
Security > Ips & Malware (Dashboard)
Get the list of the IDS events that are detected, grouped by signature id.
POST /policy/api/v1/infra/settings/firewall/security/intrusion-services/ids-events
POST /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/settings/firewall/security/intrusion-services/ids-events
Security > Ips & Malware (Dashboard)
Get the summary of the intrusions that were detected.
POST /policy/api/v1/infra/settings/firewall/security/intrusion-services/ids-summary
POST /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/settings/firewall/security/intrusion-services/ids-summary
Security > Ips & Malware (Intrusion Services)
Get IDS system settings
GET /policy/api/v1/infra/settings/firewall/security/intrusion-services
Security > Ips & Malware (Intrusion Services)
Patch Intrusion detection system settings
PATCH /policy/api/v1/infra/settings/firewall/security/intrusion-services
Security > Ips & Malware (Intrusion Services)
Update Intrusion detection system settings
PUT /policy/api/v1/infra/settings/firewall/security/intrusion-services
Security > Ips & Malware (Intrusion Services)
Get IDS custom signature settings
GET /policy/api/v1/infra/settings/firewall/security/intrusion-services/custom-signature-versions/{version-id}/settings
Security > Ips & Malware (Intrusion Services)
Patch IDS custom signature settings
PATCH /policy/api/v1/infra/settings/firewall/security/intrusion-services/custom-signature-versions/{version-id}/settings
Security > Ips & Malware (Intrusion Services)
Update IDS custom signature settings
PUT /policy/api/v1/infra/settings/firewall/security/intrusion-services/custom-signature-versions/{version-id}/settings
Security > Ips & Malware (Profiles)
List IDS PCAP file metadata
GET /policy/api/v1/infra/settings/firewall/security/intrusion-services/pcaps
GET /policy/api/v1/global-infra/settings/firewall/security/intrusion-services/pcaps
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/settings/firewall/security/intrusion-services/pcaps
Security > Ips & Malware (Profiles)
Download exported pcap file
GET /policy/api/v1/infra/settings/firewall/security/intrusion-services/pcaps/{file-name}/download
GET /policy/api/v1/global-infra/settings/firewall/security/intrusion-services/pcaps/{file-name}/download
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/settings/firewall/security/intrusion-services/pcaps/{file-name}/download
Security > Ips & Malware (Profiles)
Delete the IDS Pcap File
DELETE /policy/api/v1/infra/settings/firewall/security/intrusion-services/pcaps/{id}
DELETE /policy/api/v1/global-infra/settings/firewall/security/intrusion-services/pcaps/{id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/settings/firewall/security/intrusion-services/pcaps/{id}
Security > Ips & Malware (Profiles)
Request the IDS Pcap File Download
POST /policy/api/v1/infra/settings/firewall/security/intrusion-services/pcaps/export (Experimental)
POST /policy/api/v1/global-infra/settings/firewall/security/intrusion-services/pcaps/export (Experimental)
POST /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/settings/firewall/security/intrusion-services/pcaps/export (Experimental)
Security > Ips & Malware (Profiles)
This routine will list IDS profiles
GET /policy/api/v1/infra/settings/firewall/security/intrusion-services/profiles
GET /policy/api/v1/global-infra/settings/firewall/security/intrusion-services/profiles
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/settings/firewall/security/intrusion-services/profiles
Security > Ips & Malware (Profiles)
This routine will Delete existing IDS profile
DELETE /policy/api/v1/infra/settings/firewall/security/intrusion-services/profiles/{profile-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/settings/firewall/security/intrusion-services/profiles/{profile-id}
Security > Ips & Malware (Profiles)
This routine will get existing IDS Profile .
GET /policy/api/v1/infra/settings/firewall/security/intrusion-services/profiles/{profile-id}
GET /policy/api/v1/global-infra/settings/firewall/security/intrusion-services/profiles/{profile-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/settings/firewall/security/intrusion-services/profiles/{profile-id}
Security > Ips & Malware (Profiles)
This routine will create IDS profile.
PATCH /policy/api/v1/infra/settings/firewall/security/intrusion-services/profiles/{profile-id}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/settings/firewall/security/intrusion-services/profiles/{profile-id}
Security > Ips & Malware (Profiles)
This routine will create or update IDS profile
PUT /policy/api/v1/infra/settings/firewall/security/intrusion-services/profiles/{profile-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/settings/firewall/security/intrusion-services/profiles/{profile-id}
Security > Ips & Malware (Profiles)
Get IDS profile signatures.
GET /policy/api/v1/infra/settings/firewall/security/intrusion-services/profiles/{profile-id}/effective-signatures (Experimental)
GET /policy/api/v1/global-infra/settings/firewall/security/intrusion-services/profiles/{profile-id}/effective-signatures (Experimental)
Security > Ips & Malware (Profiles)
List Malware Prevention profiles
GET /policy/api/v1/infra/settings/firewall/security/malware-prevention-service/profiles
Security > Ips & Malware (Profiles)
Delete Malware Prevention profile
DELETE /policy/api/v1/infra/settings/firewall/security/malware-prevention-service/profiles/{profile-id}
Security > Ips & Malware (Profiles)
Get Malware Prevention profile.
GET /policy/api/v1/infra/settings/firewall/security/malware-prevention-service/profiles/{profile-id}
Security > Ips & Malware (Profiles)
Patch Malware Prevention profile
PATCH /policy/api/v1/infra/settings/firewall/security/malware-prevention-service/profiles/{profile-id}
Security > Ips & Malware (Profiles)
Create or Update Malware Prevention profile
PUT /policy/api/v1/infra/settings/firewall/security/malware-prevention-service/profiles/{profile-id}
Security > Ips & Malware (Profiles)
List Malware Prevention signatures
GET /policy/api/v1/infra/settings/firewall/security/malware-prevention-service/signatures
Security > Ips & Malware (Settings)
List IDS cluster configs
GET /policy/api/v1/infra/settings/firewall/security/intrusion-services/cluster-configs
Security > Ips & Malware (Settings)
Read IDS cluster config.
GET /policy/api/v1/infra/settings/firewall/security/intrusion-services/cluster-configs/{cluster-config-id}
Security > Ips & Malware (Settings)
Patch IDS config on cluster level
PATCH /policy/api/v1/infra/settings/firewall/security/intrusion-services/cluster-configs/{cluster-config-id}
Security > Ips & Malware (Settings)
create or update IDS config on cluster level
PUT /policy/api/v1/infra/settings/firewall/security/intrusion-services/cluster-configs/{cluster-config-id}
Security > Ips & Malware (Settings)
Read IDS config
GET /policy/api/v1/infra/settings/firewall/security/intrusion-services/ids-standalone-host-config
Security > Ips & Malware (Settings)
Patch IDS configuration
PATCH /policy/api/v1/infra/settings/firewall/security/intrusion-services/ids-standalone-host-config
Security > Ips & Malware (Settings)
Create or update IDS configuration
PUT /policy/api/v1/infra/settings/firewall/security/intrusion-services/ids-standalone-host-config
Security > Ips & Malware (Settings)
List IDS signature version site mappings on GM
GET /policy/api/v1/global-infra/settings/firewall/security/intrusion-services/site-version-mappings
Security > Ips & Malware (Settings)
Read IDS signature version site mapping on GM
GET /policy/api/v1/global-infra/settings/firewall/security/intrusion-services/site-version-mappings/{mapping-id}
Security > Ips & Malware (Signatures)
List IDS Custom Signature Versions
GET /policy/api/v1/infra/settings/firewall/security/intrusion-services/custom-signature-versions
GET /policy/api/v1/global-infra/settings/firewall/security/intrusion-services/custom-signature-versions
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/settings/firewall/security/intrusion-services/custom-signature-versions
Security > Ips & Malware (Signatures)
Get IDS Custom Signature Version
GET /policy/api/v1/infra/settings/firewall/security/intrusion-services/custom-signature-versions/{version-id}
GET /policy/api/v1/global-infra/settings/firewall/security/intrusion-services/custom-signature-versions/{version-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/settings/firewall/security/intrusion-services/custom-signature-versions/{version-id}
Security > Ips & Malware (Signatures)
Add IDS custom signatures
POST /policy/api/v1/infra/settings/firewall/security/intrusion-services/custom-signature-versions/{version-id}
Security > Ips & Malware (Signatures)
List IDS Custom Signatures
GET /policy/api/v1/infra/settings/firewall/security/intrusion-services/custom-signature-versions/{version-id}/custom-signatures
GET /policy/api/v1/global-infra/settings/firewall/security/intrusion-services/custom-signature-versions/{version-id}/custom-signatures
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/settings/firewall/security/intrusion-services/custom-signature-versions/{version-id}/custom-signatures
Security > Ips & Malware (Signatures)
Publish/Cancel/Validate the custom signatures
POST /policy/api/v1/infra/settings/firewall/security/intrusion-services/custom-signature-versions/{version-id}/custom-signatures
Security > Ips & Malware (Signatures)
Get IDS Custom Signature difference
GET /policy/api/v1/infra/settings/firewall/security/intrusion-services/custom-signature-versions/{version-id}/custom-signatures-diff
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/settings/firewall/security/intrusion-services/custom-signature-versions/{version-id}/custom-signatures-diff
Security > Ips & Malware (Signatures)
Get IDS Custom Signature
GET /policy/api/v1/infra/settings/firewall/security/intrusion-services/custom-signature-versions/{version-id}/custom-signatures/{sig-id}
GET /policy/api/v1/global-infra/settings/firewall/security/intrusion-services/custom-signature-versions/{version-id}/custom-signatures/{sig-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/settings/firewall/security/intrusion-services/custom-signature-versions/{version-id}/custom-signatures/{sig-id}
Security > Ips & Malware (Signatures)
Export Custom signatures into a file.
GET /policy/api/v1/infra/settings/firewall/security/intrusion-services/custom-signature-versions/{version-id}/custom-signatures/export
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/settings/firewall/security/intrusion-services/custom-signature-versions/{version-id}/custom-signatures/export
Security > Ips & Malware (Signatures)
Upload IDS custom signature bundle
POST /policy/api/v1/infra/settings/firewall/security/intrusion-services/custom-signature-versions/{version-id}/custom-signatures/upload-custom-signatures
Security > Ips & Malware (Signatures)
List Global IDS signatures
GET /policy/api/v1/infra/settings/firewall/security/intrusion-services/global-signatures
Security > Ips & Malware (Signatures)
Delete Global IDS signature
DELETE /policy/api/v1/infra/settings/firewall/security/intrusion-services/global-signatures/{signature-id}
Security > Ips & Malware (Signatures)
Get Global IDS signature.
GET /policy/api/v1/infra/settings/firewall/security/intrusion-services/global-signatures/{signature-id}
Security > Ips & Malware (Signatures)
Patch Global IDS Signature
PATCH /policy/api/v1/infra/settings/firewall/security/intrusion-services/global-signatures/{signature-id}
Security > Ips & Malware (Signatures)
create or update Global IDS Signature
PUT /policy/api/v1/infra/settings/firewall/security/intrusion-services/global-signatures/{signature-id}
Security > Ips & Malware (Signatures)
List all threshold configurations for IDS system signature
GET /policy/api/v1/infra/settings/firewall/security/intrusion-services/global-signatures/threshold-configs
GET /policy/api/v1/global-infra/settings/firewall/security/intrusion-services/global-signatures/threshold-configs
Security > Ips & Malware (Signatures)
Delete threshold configuration for IDS system signature
DELETE /policy/api/v1/infra/settings/firewall/security/intrusion-services/global-signatures/threshold-configs/{signature-id}
Security > Ips & Malware (Signatures)
Get threshold configuration for IDS system signature
GET /policy/api/v1/infra/settings/firewall/security/intrusion-services/global-signatures/threshold-configs/{signature-id}
GET /policy/api/v1/global-infra/settings/firewall/security/intrusion-services/global-signatures/threshold-configs/{signature-id}
Security > Ips & Malware (Signatures)
Patch threshold configuration for IDS system signature
PATCH /policy/api/v1/infra/settings/firewall/security/intrusion-services/global-signatures/threshold-configs/{signature-id}
Security > Ips & Malware (Signatures)
Update threshold configuration for IDS system signature
PUT /policy/api/v1/infra/settings/firewall/security/intrusion-services/global-signatures/threshold-configs/{signature-id}
Security > Ips & Malware (Signatures)
List Global IDS signatures
GET /policy/api/v1/infra/settings/firewall/security/intrusion-services/gsm/global-signatures
GET /policy/api/v1/global-infra/settings/firewall/security/intrusion-services/gsm/global-signatures
Security > Ips & Malware (Signatures)
Get Global IDS signature.
GET /policy/api/v1/global-infra/settings/firewall/security/intrusion-services/gsm/global-signatures/{signature-id}
Security > Ips & Malware (Signatures)
Get IDS signature versions
GET /policy/api/v1/infra/settings/firewall/security/intrusion-services/signature-versions
Security > Ips & Malware (Signatures)
Change the state of IDS Signature Version
POST /policy/api/v1/infra/settings/firewall/security/intrusion-services/signature-versions?action=make_active_version
Security > Ips & Malware (Signatures)
List IDS signatures
GET /policy/api/v1/infra/settings/firewall/security/intrusion-services/signature-versions/{version-id}/signatures
GET /policy/api/v1/global-infra/settings/firewall/security/intrusion-services/signature-versions/{version-id}/signatures
Security > Ips & Malware (Signatures)
Get IDS Signature
GET /policy/api/v1/infra/settings/firewall/security/intrusion-services/signature-versions/{version-id}/signatures/{sig-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/settings/firewall/security/intrusion-services/signature-versions/{version-id}/signatures/{sig-id}
Security > Ips & Malware (Signatures)
Download and update IDS signatures
POST /policy/api/v1/infra/settings/firewall/security/intrusion-services/signatures?action=update_signatures
Security > Ips & Malware (Signatures)
Upload IDS signatures bundle
POST /policy/api/v1/infra/settings/firewall/security/intrusion-services/signatures?action=upload_signatures
Security > Ips & Malware (Signatures)
Get IDS signature status
GET /policy/api/v1/infra/settings/firewall/security/intrusion-services/signatures/status
Security > Ips & Malware (Signatures)
Checks if there is a new bundle available on vtis
GET /policy/api/v1/infra/settings/firewall/security/intrusion-services/signatures/vtis-bundle-status
Security > Ips & Malware (Statistics)
Get IDS gateway rule statistics
GET /policy/api/v1/infra/domains/{domain-id}/intrusion-service-gateway-policies/{policy-id}/rules/{rule-id}/statistics
GET /policy/api/v1/global-infra/domains/{domain-id}/intrusion-service-gateway-policies/{policy-id}/rules/{rule-id}/statistics
Security > Ips & Malware (Statistics)
Get IDS gateway policy statistics
GET /policy/api/v1/infra/domains/{domain-id}/intrusion-service-gateway-policies/{policy-id}/statistics
GET /policy/api/v1/global-infra/domains/{domain-id}/intrusion-service-gateway-policies/{policy-id}/statistics
Security > Ips & Malware (Statistics)
Get IDS-IPS rule statistics
GET /policy/api/v1/infra/domains/{domain-id}/intrusion-service-policies/{ids-policy-id}/rules/{rule-id}/statistics
GET /policy/api/v1/global-infra/domains/{domain-id}/intrusion-service-policies/{ids-policy-id}/rules/{rule-id}/statistics
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/intrusion-service-policies/{ids-policy-id}/rules/{rule-id}/statistics
Security > Ips & Malware (Statistics)
Get IDS security policy statistics
GET /policy/api/v1/infra/domains/{domain-id}/intrusion-service-policies/{ids-policy-id}/statistics
GET /policy/api/v1/global-infra/domains/{domain-id}/intrusion-service-policies/{ids-policy-id}/statistics
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/intrusion-service-policies/{ids-policy-id}/statistics
Security > Ips & Malware (Statistics)
Reset IDS-IPS rule statistics
POST /policy/api/v1/infra/settings/firewall/security/intrusion-services/stats?action=reset
POST /policy/api/v1/global-infra/settings/firewall/security/intrusion-services/stats?action=reset
Security > Scrxconfig
List all available SCRX cluster configs.
GET /policy/api/v1/infra/settings/scrx/cluster-configs
Security > Scrxconfig
Read SCRX cluster config.
GET /policy/api/v1/infra/settings/scrx/cluster-configs/{cluster-id}
Security > Scrxconfig
Patch SCRX config on cluster level
PATCH /policy/api/v1/infra/settings/scrx/cluster-configs/{cluster-id}
Security > Scrxconfig
create or update SCRX config on cluster level
PUT /policy/api/v1/infra/settings/scrx/cluster-configs/{cluster-id}
Security > Scrxconfig
Read default SCRX size.
GET /policy/api/v1/infra/settings/scrx/default-scrxsize
Security > Settings (Enablement)
List cluster security configuration
GET /policy/api/v1/infra/settings/security/cluster-configs
Security > Settings (Enablement)
Read cluster security configuration
GET /policy/api/v1/infra/settings/security/cluster-configs/{cluster-external-id}
Security > Settings (Enablement)
Patch cluster security configuration. New cluster security config creation is not supported. User can only update the existing cluster security config.
PATCH /policy/api/v1/infra/settings/security/cluster-configs/{cluster-external-id}
Security > Settings (Enablement)
Update cluster security configuration. New cluster security config creation is not supported. User can only update the existing cluster security config
PUT /policy/api/v1/infra/settings/security/cluster-configs/{cluster-external-id}
System (Administration) > Configuration (Auto-Enable Gateway Firewall)
Fetch the auto enable gateway firewall configuration value.
GET /policy/api/v1/system-config/auto-enable-gateway-firewall
System (Administration) > Configuration (Auto-Enable Gateway Firewall)
Saves the configuration for auto enable gateway firewall config
PATCH /policy/api/v1/system-config/auto-enable-gateway-firewall
System (Administration) > Configuration (Avi Load Balancer)
Create portal certificate CSR for Avi Load Balancer Controller.
POST /policy/api/v1/alb/controller-nodes/certificate/csr
System (Administration) > Configuration (Avi Load Balancer)
Install and update portal certificate in Avi Load Balancer Controller.
POST /policy/api/v1/alb/controller-nodes/certificate/install
System (Administration) > Configuration (Avi Load Balancer)
Validate admin password for Avi Load Balancer Controller.
PUT /policy/api/v1/alb/controller-nodes/check-password
System (Administration) > Configuration (Avi Load Balancer)
Create NSX cloud in Avi Load Balancer Controller.
POST /policy/api/v1/alb/controller-nodes/cloud
System (Administration) > Configuration (Avi Load Balancer)
Returns information for Avi Load Balancer Controller cluster.
GET /policy/api/v1/alb/controller-nodes/cluster
System (Administration) > Configuration (Avi Load Balancer)
Re-trigger clustering for Avi Load Balancer Controller Nodes.
PUT /policy/api/v1/alb/controller-nodes/cluster
System (Administration) > Configuration (Avi Load Balancer)
Delete the cluster configuration for the Avi Load Balancer Controller cluster configuration. If Avi Load Balancer Controllers are present delete will fail.
DELETE /policy/api/v1/alb/controller-nodes/clusterconfig
System (Administration) > Configuration (Avi Load Balancer)
Returns info for of the cluster configuration for the Avi Load Balancer Controller cluster
GET /policy/api/v1/alb/controller-nodes/clusterconfig
System (Administration) > Configuration (Avi Load Balancer)
Set the cluster configuration for the Avi Load Balancer Controller node. The VIP can be set once. Attempting to change the VIP once set will return an error in case Avi Controllers are deployed.
POST /policy/api/v1/alb/controller-nodes/clusterconfig
System (Administration) > Configuration (Avi Load Balancer)
Returns info for all Avi Load Balancer cluster node auto-deployment attempts
GET /policy/api/v1/alb/controller-nodes/deployments
System (Administration) > Configuration (Avi Load Balancer)
Deploy and register a Avi Load Balancer Controller node
POST /policy/api/v1/alb/controller-nodes/deployments
System (Administration) > Configuration (Avi Load Balancer)
Returns info for a Avi Load Balancer Controller deployment attempt
GET /policy/api/v1/alb/controller-nodes/deployments/{node-id}
System (Administration) > Configuration (Avi Load Balancer)
Attempt to delete an auto-deployed Avi Load Balancer Controller node
POST /policy/api/v1/alb/controller-nodes/deployments/{node-id}?action=delete
System (Administration) > Configuration (Avi Load Balancer)
Update a Avi Load Balancer Controller cluster node. Only updating password, ntp and dns servers are supported. If controller is in a cluster then all nodes in the cluster are updated with the provided values
PUT /policy/api/v1/alb/controller-nodes/deployments/{node-id}
System (Administration) > Configuration (Avi Load Balancer)
Returns the status of the node creation/deletion
GET /policy/api/v1/alb/controller-nodes/deployments/{node-id}/status
System (Administration) > Configuration (Avi Load Balancer)
List available Avi Load Balancer Controller form factors
GET /policy/api/v1/alb/controller-nodes/form-factors
System (Administration) > Configuration (Avi Load Balancer)
Setup PKI Profile as Cloud Connector Trust Store in Avi Load Balancer Controller.
POST /policy/api/v1/alb/controller-nodes/pki-profile
System (Administration) > Configuration (Avi Load Balancer)
Update DNS, NTP and Backup server config in Avi Load Balancer Controller.
PUT /policy/api/v1/alb/controller-nodes/system-configuration
System (Administration) > Configuration (Avi Load Balancer)
Create user in Avi Load Balancer Controller.
POST /policy/api/v1/alb/controller-nodes/user
System (Administration) > Configuration (Avi Load Balancer)
Update user information in Avi Load Balancer Controller.
PUT /policy/api/v1/alb/controller-nodes/user
System (Administration) > Configuration (Avi Load Balancer)
Create service user object credential in Avi Load Balancer Controller cluster.
POST /policy/api/v1/alb/controller-nodes/user-credential
System (Administration) > Configuration (Avi Load Balancer)
Update admin user or service user object password in Avi Load Balancer Controller.
PUT /policy/api/v1/alb/controller-nodes/user-credential
System (Administration) > Configuration (Avi Load Balancer)
Delete user credential from Avi Load Balancer Controller cluster.
DELETE /policy/api/v1/alb/controller-nodes/user-credential/{username}
System (Administration) > Configuration (Avi Load Balancer)
Delete user from Avi Load Balancer Controller.
DELETE /policy/api/v1/alb/controller-nodes/user/{username}
System (Administration) > Configuration (Avi Load Balancer)
Create VCenter server in Avi Load Balancer Controller.
POST /policy/api/v1/alb/controller-nodes/vcenterserver
System (Administration) > Configuration (Avi Load Balancer)
Delete VCenter server from Avi Load Balancer Controller.
DELETE /policy/api/v1/alb/controller-nodes/vcenterserver/{vcenter-server-name}
System (Administration) > Configuration (Avi Load Balancer)
Auth Token API call to Avi Controller.
PUT /policy/api/v1/infra/alb-auth-token
System (Administration) > Configuration (Avi Load Balancer)
This is Post Avi Controller Deployment Workflow. It will create role if not exist Create Service User Set System Configuration Create Enforcement Point Save Infra-Admin Creds to DB.
PUT /policy/api/v1/infra/alb-onboarding-workflow
System (Administration) > Configuration (Avi Load Balancer)
Delete Avi EnforcementPoint and the Infra Admin credentials contained by this workflow.
DELETE /policy/api/v1/infra/alb-onboarding-workflow/{managed-by}
System (Administration) > Configuration (Partial Patch)
Fetch the policy partial patch configuration value.
GET /policy/api/v1/system-config/nsx-partial-patch-config
System (Administration) > Configuration (Partial Patch)
Saves the configuration for policy partial patch
PATCH /policy/api/v1/system-config/nsx-partial-patch-config
System (Administration) > Systeam Health (Bmc)
Read BMC cluster status list
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/bm-ccpn-status
System (Administration) > Systeam Health (Bmc)
Read BMC cluster status
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/bm-ccpn/{cluster-control-plane-id}/status
System (Administration) > System Health (Antrea)
Read Antrea cluster heartbeat config list
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/cluster-control-planes-heartbeat-config
System (Administration) > System Health (Antrea)
Read Antrea cluster status list
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/cluster-control-planes-status
System (Administration) > System Health (Antrea)
Read Antrea heartbeat configuration
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/cluster-control-planes/{cluster-control-plane-id}/heartbeat-config
System (Administration) > System Health (Antrea)
Patch the Antrea heartbeat configuration
PATCH /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/cluster-control-planes/{cluster-control-plane-id}/heartbeat-config
System (Administration) > System Health (Antrea)
Update the Antrea heartbeat configuration
PUT /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/cluster-control-planes/{cluster-control-plane-id}/heartbeat-config
System (Administration) > System Health (Antrea)
Read Antrea cluster status
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/cluster-control-planes/{cluster-control-plane-id}/status
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) > API Services
Get information about all tasks
GET /policy/api/v1/tasks
GET /api/v1/tasks
System (Administration) > API Services
Get information about the specified task
GET /policy/api/v1/tasks/{task-id}
GET /api/v1/tasks/{task-id}
System (Administration) > API Services
Get the response of a task
GET /policy/api/v1/tasks/{task-id}/response
GET /api/v1/tasks/{task-id}/response
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
GET /policy/api/v1/infra/capacity/dashboard/usage
System (Administration) > Capacity Dashboard
Returns warning threshold(s) set for NSX Objects.
GET /policy/api/v1/infra/capacity/threshold
System (Administration) > Capacity Dashboard
Updates the thresholds for specified NSX Objects.
PATCH /policy/api/v1/infra/capacity/threshold
System (Administration) > Capacity Dashboard
Updates the warning threshold(s) for NSX Objects.
PUT /policy/api/v1/infra/capacity/threshold
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
Get JWT token that has new certificate
GET /api/v1/certificate-management/certificate-bundle
System (Administration) > Certificates
Return the Properties of a Trust Manager
GET /api/v1/trust-management
System (Administration) > Certificates
Get the certificate profile for the given service type
GET /api/v1/trust-management/certificate-profile/{service-type}
System (Administration) > Certificates
Return the list of certificate profiles.
GET /api/v1/trust-management/certificate-profiles
System (Administration) > Certificates
Return All the User-Facing Components' Certificates
GET /api/v1/trust-management/certificates
System (Administration) > Certificates
Add a New Certificate
POST /api/v1/trust-management/certificates?action=import
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
Fetch the server certificate chain of a TLS service endpoint
POST /api/v1/trust-management/certificates?action=fetch_peer_certificate_chain
System (Administration) > Certificates
Add a CA certificate as a trust anchor
POST /api/v1/trust-management/certificates/{alias}?action=import_trusted_ca
System (Administration) > Certificates
Delete Certificate for the Given Certificate ID
DELETE /api/v1/trust-management/certificates/{cert-id}
System (Administration) > Certificates
Show Certificate Data for the Given Certificate ID
GET /api/v1/trust-management/certificates/{cert-id}
System (Administration) > Certificates
Validate a certificate
GET /api/v1/trust-management/certificates/{cert-id}?action=validate
System (Administration) > Certificates
Apply a certificate for a CertificateProfile
POST /api/v1/trust-management/certificates/{cert-id}?action=apply_certificate
System (Administration) > Certificates
Batch replace certificates
POST /api/v1/trust-management/certificates/action/batch-replace
System (Administration) > Certificates
Renew all internal appliance certificates that will expire soon
POST /api/v1/trust-management/certificates/action/renew-appliance-certificates
System (Administration) > Certificates
Replace a Host Certificate
POST /api/v1/trust-management/certificates/action/replace-host-certificate/{host-id}
System (Administration) > Certificates
Delete result of certificates batch operation
DELETE /api/v1/trust-management/certificates/batch-results
System (Administration) > Certificates
Get result of certificates batch operation
GET /api/v1/trust-management/certificates/batch-results
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
Update CrlDistributionPoint with <crl-distribution-point-id> This allows updating the ManagedResource fields.
PUT /api/v1/trust-management/crl-distribution-points/{crl-distribution-point-id}
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
Return All Added CRLs
GET /api/v1/trust-management/crls
System (Administration) > Certificates
Add a New Certificate Revocation List
POST /api/v1/trust-management/crls?action=import
System (Administration) > Certificates
Delete a CRL
DELETE /api/v1/trust-management/crls/{crl-id}
System (Administration) > Certificates
Show CRL Data for the Given CRL ID
GET /api/v1/trust-management/crls/{crl-id}
System (Administration) > Certificates
Update CRL for the Given CRL ID
PUT /api/v1/trust-management/crls/{crl-id}
System (Administration) > Certificates
Return All the Generated CSRs
GET /api/v1/trust-management/csrs
System (Administration) > Certificates
Generate a New Certificate Signing Request
POST /api/v1/trust-management/csrs
System (Administration) > Certificates
Generate a New Self-Signed Certificate
POST /api/v1/trust-management/csrs?action=self_sign
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) > Certificates
Delete a CSR
DELETE /api/v1/trust-management/csrs/{csr-id}
System (Administration) > Certificates
Show CSR Data for the Given CSR ID
GET /api/v1/trust-management/csrs/{csr-id}
System (Administration) > Certificates
Import a Certificate Associated with an Approved CSR
POST /api/v1/trust-management/csrs/{csr-id}?action=import
System (Administration) > Certificates
Self-Sign the CSR
POST /api/v1/trust-management/csrs/{csr-id}?action=self_sign
System (Administration) > Certificates
Upload the Certificate PEM File Signed by the CA Associated with a CSR
POST /api/v1/trust-management/csrs/{csr-id}?action=upload
System (Administration) > Certificates
Get CSR PEM File for the Given CSR ID
GET /api/v1/trust-management/csrs/{csr-id}/pem-file
System (Administration) > Certificates
Get stale certificates
GET /api/v1/trust-management/stale-certificates
System (Administration) > Features
Read Aggregated Feature State
GET /policy/api/v1/infra/features
System (Administration) > Features
Read Aggregated Feature State with details
GET /policy/api/v1/infra/features/detailed-view
System (Administration) > Global Configurations
List all nodes logging-server configuration status
GET /api/v1/configs/central-config/logging-servers
System (Administration) > Global Configurations
List all Central Node Config profiles
GET /api/v1/configs/central-config/node-config-profiles
System (Administration) > Global Configurations
Configure Node Config profile
PUT /api/v1/configs/central-config/node-config-profiles/{node-config-profile-id}
System (Administration) > Global Configurations
Read Central Node Config profile
GET /api/v1/configs/central-config/node-config-profiles/{profile-id}
System (Administration) > Global Configurations
Read NSX Management nodes global configuration.
GET /policy/api/v1/configs/management
GET /api/v1/configs/management
System (Administration) > Global Configurations
Update NSX Management nodes global configuration
PUT /policy/api/v1/configs/management
PUT /api/v1/configs/management
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) > Global Configurations
Read the constraint global configuration
GET /policy/api/v1/infra/constraint-global-config
GET /policy/api/v1/global-infra/constraint-global-config
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/constraint-global-config
System (Administration) > Global Configurations
Update the constraint global configuration
PATCH /policy/api/v1/infra/constraint-global-config
PATCH /policy/api/v1/global-infra/constraint-global-config
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/constraint-global-config
System (Administration) > Global Configurations
Update the constraint global configuration
PUT /policy/api/v1/infra/constraint-global-config
PUT /policy/api/v1/global-infra/constraint-global-config
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/constraint-global-config
System (Administration) > Global Configurations
Read Central Config properties
GET /api/v1/cluster/{cluster-node-id}/node/central-config
GET /api/v1/node/central-config
System (Administration) > Global Configurations
Update Central Config properties
PUT /api/v1/cluster/{cluster-node-id}/node/central-config
PUT /api/v1/node/central-config
System (Administration) > Global Configurations
Delete MPA configuration for this node
DELETE /api/v1/cluster/{cluster-node-id}/node/mpa-config
DELETE /api/v1/node/mpa-config
System (Administration) > Global Configurations
Get MPA configuration for this node
GET /api/v1/cluster/{cluster-node-id}/node/mpa-config (Experimental)
GET /api/v1/node/mpa-config (Experimental)
System (Administration) > Global Configurations
Update MPA configuration for this node
PUT /api/v1/cluster/{cluster-node-id}/node/mpa-config (Experimental)
PUT /api/v1/node/mpa-config (Experimental)
System (Administration) > Grub
Return node GRUB properties
GET /api/v1/transport-nodes/{transport-node-id}/node/grub
GET /api/v1/cluster/{cluster-node-id}/node/grub
GET /api/v1/node/grub
System (Administration) > Grub
Update node GRUB properties
PUT /api/v1/transport-nodes/{transport-node-id}/node/grub
PUT /api/v1/cluster/{cluster-node-id}/node/grub
PUT /api/v1/node/grub
System (Administration) > Grub
Update node GRUB user properties
PUT /api/v1/transport-nodes/{transport-node-id}/node/grub/{grub-username}
PUT /api/v1/cluster/{cluster-node-id}/node/grub/{grub-username}
PUT /api/v1/node/grub/{grub-username}
System (Administration) > Intelligence
Get list of bundle-ids which are available in repository or in-progress
GET /api/v1/repository/bundles
System (Administration) > Intelligence
Upload bundle
POST /api/v1/repository/bundles?action=upload
System (Administration) > Intelligence
Upload bundle using remote file
POST /api/v1/repository/bundles
System (Administration) > Intelligence
Cancel bundle upload
POST /api/v1/repository/bundles/{bundle-id}?action=cancel_upload
System (Administration) > Intelligence
Get bundle upload status
GET /api/v1/repository/bundles/{bundle-id}/upload-status
System (Administration) > Intelligence
Get information of the OVF which will be getting deployed.
GET /api/v1/repository/bundles/ovf-deploy-info
System (Administration) > Intelligence
Checks bundle upload permissions
GET /api/v1/repository/bundles/upload-allowed
System (Administration) > Malware Prevention
Get status for MPS Compute collection.
GET /policy/api/v1/malware-prevention/compute-collection/{compute-collection-id}/status
GET /api/v1/malware-prevention/compute-collection/{compute-collection-id}/status
System (Administration) > Malware Prevention
Remove service deployment
DELETE /policy/api/v1/malware-prevention/compute-collection/{compute-collection-id}/svm-deployment
DELETE /api/v1/malware-prevention/compute-collection/{compute-collection-id}/svm-deployment
System (Administration) > Malware Prevention
Get the Malware Prevention Service deployment on the specified compute-collection
GET /policy/api/v1/malware-prevention/compute-collection/{compute-collection-id}/svm-deployment
GET /api/v1/malware-prevention/compute-collection/{compute-collection-id}/svm-deployment
System (Administration) > Malware Prevention
Deploys a the Malware Prevention Service on the specified compute-collection
POST /policy/api/v1/malware-prevention/compute-collection/{compute-collection-id}/svm-deployment
POST /api/v1/malware-prevention/compute-collection/{compute-collection-id}/svm-deployment
System (Administration) > Malware Prevention
Upgrade all VMs part of this service deployment to new OVF specification on the given datastore.
POST /policy/api/v1/malware-prevention/compute-collection/{compute-collection-id}/svm-deployment/action/change-appliance
POST /api/v1/malware-prevention/compute-collection/{compute-collection-id}/svm-deployment/action/change-appliance
System (Administration) > Malware Prevention
List OVF specifications
GET /policy/api/v1/malware-prevention/ovf-spec
GET /api/v1/malware-prevention/ovf-spec
System (Administration) > Malware Prevention
List available regions
GET /policy/api/v1/malware-prevention/teaser/regions
GET /api/v1/malware-prevention/teaser/regions
System (Administration) > Malware Prevention
Registration URL
POST /policy/api/v1/malware-prevention/teaser/registration_url
POST /api/v1/malware-prevention/teaser/registration_url
System (Administration) > Malware Prevention
Registration status
GET /policy/api/v1/malware-prevention/teaser/status
GET /api/v1/malware-prevention/teaser/status
System (Administration) > Malware Prevention
Get status for MPS Transport Node.
GET /policy/api/v1/malware-prevention/transport-node/{transport-node-id}/status
GET /api/v1/malware-prevention/transport-node/{transport-node-id}/status
System (Administration) > Monitoring
Fetches a list of metadata for all the registered error resolvers
GET /policy/api/v1/error-resolver
GET /api/v1/error-resolver
System (Administration) > Monitoring
Resolves the error
POST /policy/api/v1/error-resolver?action=resolve_error
POST /api/v1/error-resolver?action=resolve_error
System (Administration) > Monitoring
Fetches metadata about the given error_id
GET /policy/api/v1/error-resolver/{error_id}
GET /api/v1/error-resolver/{error_id}
System (Administration) > Monitoring
Get health stats for policy and the dependent services.
GET /policy/api/v1/management-plane-health
GET /api/v1/management-plane-health
System (Administration) > Monitoring
Update node core dump configuration
POST /api/v1/transport-nodes/{transport-node-id}/node?action=set_coredump_config
POST /api/v1/cluster/{cluster-node-id}/node?action=set_coredump_config
POST /api/v1/node?action=set_coredump_config
System (Administration) > Monitoring
List system core dumps
GET /api/v1/transport-nodes/{transport-node-id}/node/core-dumps
GET /api/v1/cluster/{cluster-node-id}/node/core-dumps
GET /api/v1/node/core-dumps
System (Administration) > Monitoring
Delete core dump file
DELETE /api/v1/transport-nodes/{transport-node-id}/node/core-dumps/{file-name}
DELETE /api/v1/cluster/{cluster-node-id}/node/core-dumps/{file-name}
DELETE /api/v1/node/core-dumps/{file-name}
System (Administration) > Monitoring
Copy system generated core dump file to a remote file store
POST /api/v1/transport-nodes/{transport-node-id}/node/core-dumps/{file-name}?action=copy_to_remote_file
POST /api/v1/cluster/{cluster-node-id}/node/core-dumps/{file-name}?action=copy_to_remote_file
POST /api/v1/node/core-dumps/{file-name}?action=copy_to_remote_file
System (Administration) > Monitoring
List available node logs
GET /api/v1/transport-nodes/{transport-node-id}/node/logs
GET /api/v1/cluster/{cluster-node-id}/node/logs
GET /api/v1/node/logs
System (Administration) > Monitoring
Read node log properties
GET /api/v1/transport-nodes/{transport-node-id}/node/logs/{log-name}
GET /api/v1/cluster/{cluster-node-id}/node/logs/{log-name}
GET /api/v1/node/logs/{log-name}
System (Administration) > Monitoring
Read node log contents
GET /api/v1/transport-nodes/{transport-node-id}/node/logs/{log-name}/data
GET /api/v1/cluster/{cluster-node-id}/node/logs/{log-name}/data
GET /api/v1/node/logs/{log-name}/data
System (Administration) > Monitoring (Alarms And Events)
Get the list of all Alarms currently known to the system.
GET /api/v1/alarms
System (Administration) > Monitoring (Alarms And Events)
Bulk update the status of zero or more Alarms.
POST /api/v1/alarms?action=set_status
System (Administration) > Monitoring (Alarms And Events)
Get Alarm identified by alarm-id.
GET /api/v1/alarms/{alarm-id}
System (Administration) > Monitoring (Alarms And Events)
Update staus of alarm identified by alarm-id.
POST /api/v1/alarms/{alarm-id}?action=set_status
System (Administration) > Monitoring (Alarms And Events)
Get the list of all Events defined in NSX.
GET /api/v1/events
System (Administration) > Monitoring (Alarms And Events)
Get Events identified by event-id.
GET /api/v1/events/{event-id}
System (Administration) > Monitoring (Alarms And Events)
Reset all user configurable values to factory defaults.
POST /api/v1/events/{event-id}?action=set_default
System (Administration) > Monitoring (Alarms And Events)
Update event associated with event-id.
PUT /api/v1/events/{event-id}
System (Administration) > Monitoring (Health Performance Monitoring)
List all health performance monitoring feature stacks
GET /api/v1/hpm/features
System (Administration) > Monitoring (Health Performance Monitoring)
Read health performance monitoring configuration for feature stack
GET /api/v1/hpm/features/{feature-stack-name}
System (Administration) > Monitoring (Health Performance Monitoring)
Reset the data collection frequency configuration setting to the default values
POST /api/v1/hpm/features/{feature-stack-name}?action=reset_collection_frequency
System (Administration) > Monitoring (Health Performance Monitoring)
Update health performance monitoring configuration for feature stack
PUT /api/v1/hpm/features/{feature-stack-name}
System (Administration) > Monitoring (Health Performance Monitoring)
Read global health performance monitoring configuration
GET /api/v1/hpm/global-config
System (Administration) > Monitoring (Health Performance Monitoring)
Set the global configuration for aggregation service related data collection
PUT /api/v1/hpm/global-config
System (Administration) > Monitoring (Health Performance Monitoring)
Read health metrics of edge cluster
GET /api/v1/systemhealth-extended/edge-cluster (Experimental)
System (Administration) > Monitoring (Health Performance Monitoring)
Read health metrics of all the edge transport nodes
GET /api/v1/systemhealth-extended/edge-transport-nodes (Experimental)
System (Administration) > Monitoring (Health Performance Monitoring)
Read health metrics of all the host transport nodes
GET /api/v1/systemhealth-extended/host-transport-nodes (Experimental)
System (Administration) > Monitoring (Health Performance Monitoring)
Read health metrics of unified appliance cluster
GET /api/v1/systemhealth-extended/management-cluster (Experimental)
System (Administration) > Monitoring (Health Performance Monitoring)
Read health metrics of all unified appliances and the summary status of their services
GET /api/v1/systemhealth-extended/management-nodes (Experimental)
System (Administration) > Monitoring (Health Performance Monitoring)
Read health metrics of an unified appliance service
GET /api/v1/systemhealth-extended/management-nodes/{node-id}/services/{service-name} (Experimental)
System (Administration) > Monitoring (Health Performance Monitoring)
Read the metrics metadata for all health metrics API
GET /api/v1/systemhealth-extended/metadata (Experimental)
System (Administration) > Monitoring (Health Performance Monitoring)
Read health metrics of virtual network appliance cluster
GET /api/v1/systemhealth-extended/virtual-network-appliance-cluster (Experimental)
System (Administration) > Monitoring (Health Performance Monitoring)
Read health metrics of all the virtual network appliance nodes
GET /api/v1/systemhealth-extended/virtual-network-appliance-nodes (Experimental)
System (Administration) > Monitoring (Logs)
Collect audit logs from registered manager nodes
POST /api/v1/administration/audit-logs
System (Administration) > NSX Intelligence
List available Napp appliance form factors
GET /api/v1/cluster/{cluster-node-id}/node/intelligence/form-factors (Deprecated)
GET /api/v1/node/intelligence/form-factors (Deprecated)
System (Administration) > NSX Manager (Appliance Proxy)
Read the Appliance Proxy service properties
GET /api/v1/cluster/{cluster-node-id}/node/services/applianceproxy
GET /api/v1/node/services/applianceproxy
System (Administration) > NSX Manager (Appliance Proxy)
Restart, start or stop the Appliance Proxy Service
POST /api/v1/cluster/{cluster-node-id}/node/services/applianceproxy?action=restart
POST /api/v1/cluster/{cluster-node-id}/node/services/applianceproxy?action=start
POST /api/v1/cluster/{cluster-node-id}/node/services/applianceproxy?action=stop
POST /api/v1/node/services/applianceproxy?action=restart
POST /api/v1/node/services/applianceproxy?action=start
POST /api/v1/node/services/applianceproxy?action=stop
System (Administration) > NSX Manager (Appliance Proxy)
Read the Appliance Proxy service status
GET /api/v1/cluster/{cluster-node-id}/node/services/applianceproxy/status
GET /api/v1/node/services/applianceproxy/status
System (Administration) > NSX Manager (Async Replicator Service)
Read the Async Replicator service properties
GET /api/v1/cluster/{cluster-node-id}/node/services/async_replicator
GET /api/v1/node/services/async_replicator
System (Administration) > NSX Manager (Async Replicator Service)
Restart, start or stop the Async Replicator service
POST /api/v1/cluster/{cluster-node-id}/node/services/async_replicator?action=restart
POST /api/v1/cluster/{cluster-node-id}/node/services/async_replicator?action=start
POST /api/v1/cluster/{cluster-node-id}/node/services/async_replicator?action=stop
POST /api/v1/node/services/async_replicator?action=restart
POST /api/v1/node/services/async_replicator?action=start
POST /api/v1/node/services/async_replicator?action=stop
System (Administration) > NSX Manager (Async Replicator Service)
Update the async_replicator service properties
PUT /api/v1/cluster/{cluster-node-id}/node/services/async_replicator
PUT /api/v1/node/services/async_replicator
System (Administration) > NSX Manager (Async Replicator Service)
Read the Async Replicator service status
GET /api/v1/cluster/{cluster-node-id}/node/services/async_replicator/status
GET /api/v1/node/services/async_replicator/status
System (Administration) > NSX Manager (Auth Service)
Read auth service properties
GET /api/v1/cluster/{cluster-node-id}/node/services/auth
GET /api/v1/node/services/auth
System (Administration) > NSX Manager (Auth Service)
Stop the auth service
POST /api/v1/cluster/{cluster-node-id}/node/services/auth?action=stop
POST /api/v1/node/services/auth?action=stop
System (Administration) > NSX Manager (Auth Service)
Restart the auth service
POST /api/v1/cluster/{cluster-node-id}/node/services/auth?action=restart
POST /api/v1/node/services/auth?action=restart
System (Administration) > NSX Manager (Auth Service)
Start the auth service
POST /api/v1/cluster/{cluster-node-id}/node/services/auth?action=start
POST /api/v1/node/services/auth?action=start
System (Administration) > NSX Manager (Auth Service)
Update auth service properties
PUT /api/v1/cluster/{cluster-node-id}/node/services/auth
PUT /api/v1/node/services/auth
System (Administration) > NSX Manager (Auth Service)
Read auth service status
GET /api/v1/cluster/{cluster-node-id}/node/services/auth/status
GET /api/v1/node/services/auth/status
System (Administration) > NSX Manager (Cluster Certificate)
Read cluster certificate ID
GET /api/v1/cluster/api-certificate
System (Administration) > NSX Manager (Cluster Certificate)
Set the cluster certificate

Deprecated: Please use below APIs.
POST https://<nsx-mgr>/api/v1/trust-management/certificates/?action=apply_certificate&service_type=MGMT_CLUSTER
POST /api/v1/cluster/api-certificate?action=set_cluster_certificate (Deprecated)
System (Administration) > NSX Manager (Cluster Certificate)
Clear the cluster certificate
POST /api/v1/cluster/api-certificate?action=clear_cluster_certificate (Deprecated)
System (Administration) > NSX Manager (Cluster)
Read cluster virtual IP addresses
GET /api/v1/cluster/api-virtual-ip
System (Administration) > NSX Manager (Cluster)
Set cluster virtual IP addresses
POST /api/v1/cluster/api-virtual-ip?action=set_virtual_ip
System (Administration) > NSX Manager (Cluster)
Clear cluster virtual IP address
POST /api/v1/cluster/api-virtual-ip?action=clear_virtual_ip
POST /api/v1/cluster/api-virtual-ip?action=clear_virtual_ip6
System (Administration) > NSX Manager (Cluster)
Read cluster boot manager service properties
GET /api/v1/cluster/{cluster-node-id}/node/services/cluster_manager
GET /api/v1/node/services/cluster_manager
System (Administration) > NSX Manager (Cluster)
Restart, start or stop the cluster boot manager service
POST /api/v1/cluster/{cluster-node-id}/node/services/cluster_manager?action=start
POST /api/v1/cluster/{cluster-node-id}/node/services/cluster_manager?action=stop
POST /api/v1/cluster/{cluster-node-id}/node/services/cluster_manager?action=restart
POST /api/v1/node/services/cluster_manager?action=start
POST /api/v1/node/services/cluster_manager?action=stop
POST /api/v1/node/services/cluster_manager?action=restart
System (Administration) > NSX Manager (Cluster)
Read cluster boot manager service status
GET /api/v1/cluster/{cluster-node-id}/node/services/cluster_manager/status
GET /api/v1/node/services/cluster_manager/status
System (Administration) > NSX Manager (Cm Inventory Service)
Read cm inventory service properties
GET /api/v1/cluster/{cluster-node-id}/node/services/cm-inventory
GET /api/v1/node/services/cm-inventory
System (Administration) > NSX Manager (Cm Inventory Service)
Restart, start or stop the manager service
POST /api/v1/cluster/{cluster-node-id}/node/services/cm-inventory?action=start
POST /api/v1/cluster/{cluster-node-id}/node/services/cm-inventory?action=stop
POST /api/v1/cluster/{cluster-node-id}/node/services/cm-inventory?action=restart
POST /api/v1/node/services/cm-inventory?action=start
POST /api/v1/node/services/cm-inventory?action=stop
POST /api/v1/node/services/cm-inventory?action=restart
System (Administration) > NSX Manager (Cm Inventory Service)
Read manager service status
GET /api/v1/cluster/{cluster-node-id}/node/services/cm-inventory/status
GET /api/v1/node/services/cm-inventory/status
System (Administration) > NSX Manager (Control Plane Agent Service)
Read NSX Control Plane Agent service properties
GET /api/v1/transport-nodes/{transport-node-id}/node/services/nsx-control-plane-agent
System (Administration) > NSX Manager (Control Plane Agent Service)
Restart, start or stop the NSX Control Plane Agent service
POST /api/v1/transport-nodes/{transport-node-id}/node/services/nsx-control-plane-agent?action=restart
POST /api/v1/transport-nodes/{transport-node-id}/node/services/nsx-control-plane-agent?action=start
POST /api/v1/transport-nodes/{transport-node-id}/node/services/nsx-control-plane-agent?action=stop
System (Administration) > NSX Manager (Control Plane Agent Service)
Read NSX Control Plane Agent service status
GET /api/v1/transport-nodes/{transport-node-id}/node/services/nsx-control-plane-agent/status
System (Administration) > NSX Manager (Controller Service)
Read controller service properties
GET /api/v1/cluster/{cluster-node-id}/node/services/controller
GET /api/v1/node/services/controller
System (Administration) > NSX Manager (Controller Service)
Restart, start or stop the controller service
POST /api/v1/cluster/{cluster-node-id}/node/services/controller?action=restart
POST /api/v1/cluster/{cluster-node-id}/node/services/controller?action=start
POST /api/v1/cluster/{cluster-node-id}/node/services/controller?action=stop
POST /api/v1/node/services/controller?action=restart
POST /api/v1/node/services/controller?action=start
POST /api/v1/node/services/controller?action=stop
System (Administration) > NSX Manager (Controller Service)
Read controller server certificate properties
GET /api/v1/cluster/{cluster-node-id}/node/services/controller/controller-certificate
GET /api/v1/node/services/controller/controller-certificate
System (Administration) > NSX Manager (Controller Service)
Get the status (Enabled/Disabled) of controller profiler
GET /api/v1/cluster/{cluster-node-id}/node/services/controller/profiler
GET /api/v1/node/services/controller/profiler
System (Administration) > NSX Manager (Controller Service)
Enable or disable controller profiler
PUT /api/v1/cluster/{cluster-node-id}/node/services/controller/profiler
PUT /api/v1/node/services/controller/profiler
System (Administration) > NSX Manager (Controller Service)
Read controller service status
GET /api/v1/cluster/{cluster-node-id}/node/services/controller/status
GET /api/v1/node/services/controller/status
System (Administration) > NSX Manager (Corfu Server)
Read the Corfu Server service properties
GET /api/v1/cluster/{cluster-node-id}/node/services/datastore
GET /api/v1/node/services/datastore
System (Administration) > NSX Manager (Corfu Server)
Restart, start or stop the Corfu Server service
POST /api/v1/cluster/{cluster-node-id}/node/services/datastore?action=restart
POST /api/v1/cluster/{cluster-node-id}/node/services/datastore?action=start
POST /api/v1/cluster/{cluster-node-id}/node/services/datastore?action=stop
POST /api/v1/node/services/datastore?action=restart
POST /api/v1/node/services/datastore?action=start
POST /api/v1/node/services/datastore?action=stop
System (Administration) > NSX Manager (Corfu Server)
Get the status of Corfu Certificate Expiry Check. Enabled or disabled
GET /api/v1/cluster/{cluster-node-id}/node/services/datastore/corfu_cert_expiry_check
GET /api/v1/node/services/datastore/corfu_cert_expiry_check
System (Administration) > NSX Manager (Corfu Server)
Enable or Disable Corfu Certificate Expiry Check. Default is enabled
POST /api/v1/cluster/{cluster-node-id}/node/services/datastore/corfu_cert_expiry_check?action=enable
POST /api/v1/cluster/{cluster-node-id}/node/services/datastore/corfu_cert_expiry_check?action=disable
POST /api/v1/node/services/datastore/corfu_cert_expiry_check?action=enable
POST /api/v1/node/services/datastore/corfu_cert_expiry_check?action=disable
System (Administration) > NSX Manager (Corfu Server)
Read the Corfu Server service status
GET /api/v1/cluster/{cluster-node-id}/node/services/datastore/status
GET /api/v1/node/services/datastore/status
System (Administration) > NSX Manager (Corfu Server)
Read the Corfu Nonconfig Server service properties
GET /api/v1/cluster/{cluster-node-id}/node/services/datastore_nonconfig
GET /api/v1/node/services/datastore_nonconfig
System (Administration) > NSX Manager (Corfu Server)
Restart, start or stop the Corfu Nonconfig Server service
POST /api/v1/cluster/{cluster-node-id}/node/services/datastore_nonconfig?action=restart
POST /api/v1/cluster/{cluster-node-id}/node/services/datastore_nonconfig?action=start
POST /api/v1/cluster/{cluster-node-id}/node/services/datastore_nonconfig?action=stop
POST /api/v1/node/services/datastore_nonconfig?action=restart
POST /api/v1/node/services/datastore_nonconfig?action=start
POST /api/v1/node/services/datastore_nonconfig?action=stop
System (Administration) > NSX Manager (Corfu Server)
Read the Corfu Nonconfig Server service status
GET /api/v1/cluster/{cluster-node-id}/node/services/datastore_nonconfig/status
GET /api/v1/node/services/datastore_nonconfig/status
System (Administration) > NSX Manager (Dispatcher Service)
Read NSX Edge Dispatcher service properties
GET /api/v1/transport-nodes/{transport-node-id}/node/services/dispatcher
System (Administration) > NSX Manager (Dispatcher Service)
Restart, start or stop the NSX Edge Dispatcher service
POST /api/v1/transport-nodes/{transport-node-id}/node/services/dispatcher?action=restart
POST /api/v1/transport-nodes/{transport-node-id}/node/services/dispatcher?action=start
POST /api/v1/transport-nodes/{transport-node-id}/node/services/dispatcher?action=stop
System (Administration) > NSX Manager (Dispatcher Service)
Read NSX Edge Dispatcher service status
GET /api/v1/transport-nodes/{transport-node-id}/node/services/dispatcher/status
System (Administration) > NSX Manager (Http Service)
Read http service properties
GET /api/v1/cluster/{cluster-node-id}/node/services/http
GET /api/v1/node/services/http
System (Administration) > NSX Manager (Http Service)
Update http service certificate

Deprecated: Please use below APIs.
POST https://<nsx-mgr>/api/v1/trust-management/certificates/?action=apply_certificate&service_type=API&node_id=
POST /api/v1/cluster/{cluster-node-id}/node/services/http?action=apply_certificate (Deprecated)
POST /api/v1/node/services/http?action=apply_certificate (Deprecated)
System (Administration) > NSX Manager (Http Service)
Start the http service
POST /api/v1/cluster/{cluster-node-id}/node/services/http?action=start
POST /api/v1/node/services/http?action=start
System (Administration) > NSX Manager (Http Service)
Restart the http service
POST /api/v1/cluster/{cluster-node-id}/node/services/http?action=restart
POST /api/v1/node/services/http?action=restart
System (Administration) > NSX Manager (Http Service)
Stop the http service
POST /api/v1/cluster/{cluster-node-id}/node/services/http?action=stop
POST /api/v1/node/services/http?action=stop
System (Administration) > NSX Manager (Http Service)
Update http service properties
PUT /api/v1/cluster/{cluster-node-id}/node/services/http
PUT /api/v1/node/services/http
System (Administration) > NSX Manager (Http Service)
Read http service status
GET /api/v1/cluster/{cluster-node-id}/node/services/http/status
GET /api/v1/node/services/http/status
System (Administration) > NSX Manager (Idps Service)
Read the idps-reporting service properties
GET /api/v1/cluster/{cluster-node-id}/node/services/idps-reporting
GET /api/v1/node/services/idps-reporting
System (Administration) > NSX Manager (Idps Service)
Restart, start or stop the idps-reporting service
POST /api/v1/cluster/{cluster-node-id}/node/services/idps-reporting?action=restart
POST /api/v1/cluster/{cluster-node-id}/node/services/idps-reporting?action=start
POST /api/v1/cluster/{cluster-node-id}/node/services/idps-reporting?action=stop
POST /api/v1/node/services/idps-reporting?action=restart
POST /api/v1/node/services/idps-reporting?action=start
POST /api/v1/node/services/idps-reporting?action=stop
System (Administration) > NSX Manager (Idps Service)
Read the idps-reporting service status
GET /api/v1/cluster/{cluster-node-id}/node/services/idps-reporting/status
GET /api/v1/node/services/idps-reporting/status
System (Administration) > NSX Manager (Install Upgrade Service)
Read NSX install-upgrade service properties
GET /api/v1/cluster/{cluster-node-id}/node/services/install-upgrade
GET /api/v1/node/services/install-upgrade
System (Administration) > NSX Manager (Install Upgrade Service)
Restart, start or stop the NSX install-upgrade service
POST /api/v1/cluster/{cluster-node-id}/node/services/install-upgrade?action=restart
POST /api/v1/cluster/{cluster-node-id}/node/services/install-upgrade?action=start
POST /api/v1/cluster/{cluster-node-id}/node/services/install-upgrade?action=stop
POST /api/v1/node/services/install-upgrade?action=restart
POST /api/v1/node/services/install-upgrade?action=start
POST /api/v1/node/services/install-upgrade?action=stop
System (Administration) > NSX Manager (Install Upgrade Service)
Update NSX install-upgrade service properties
PUT /api/v1/cluster/{cluster-node-id}/node/services/install-upgrade
PUT /api/v1/node/services/install-upgrade
System (Administration) > NSX Manager (Install Upgrade Service)
Read NSX install-upgrade service status
GET /api/v1/cluster/{cluster-node-id}/node/services/install-upgrade/status
GET /api/v1/node/services/install-upgrade/status
System (Administration) > NSX Manager (Install Upgrade Service)
Update UC state properties
PUT /api/v1/cluster/{cluster-node-id}/node/services/install-upgrade/uc-state
PUT /api/v1/node/services/install-upgrade/uc-state
System (Administration) > NSX Manager (Local Controller Service)
Update NSX Edge NSXA service properties
PUT /api/v1/transport-nodes/{transport-node-id}/node/services/local-controller
System (Administration) > NSX Manager (Manager Service)
Read service properties
GET /api/v1/cluster/{cluster-node-id}/node/services/manager
GET /api/v1/node/services/manager
System (Administration) > NSX Manager (Manager Service)
Restart, start or stop the service
POST /api/v1/cluster/{cluster-node-id}/node/services/manager?action=start
POST /api/v1/cluster/{cluster-node-id}/node/services/manager?action=stop
POST /api/v1/cluster/{cluster-node-id}/node/services/manager?action=restart
POST /api/v1/node/services/manager?action=start
POST /api/v1/node/services/manager?action=stop
POST /api/v1/node/services/manager?action=restart
System (Administration) > NSX Manager (Manager Service)
Reset the logging levels to default values
POST /api/v1/cluster/{cluster-node-id}/node/services/manager?action=reset-manager-logging-levels
POST /api/v1/node/services/manager?action=reset-manager-logging-levels
System (Administration) > NSX Manager (Manager Service)
Update service properties
PUT /api/v1/cluster/{cluster-node-id}/node/services/manager
PUT /api/v1/node/services/manager
System (Administration) > NSX Manager (Manager Service)
Read service status
GET /api/v1/cluster/{cluster-node-id}/node/services/manager/status
GET /api/v1/node/services/manager/status
System (Administration) > NSX Manager (Messaging Manager Service)
Read NSX Messaging Manager service properties
GET /api/v1/cluster/{cluster-node-id}/node/services/messaging-manager
GET /api/v1/node/services/messaging-manager
System (Administration) > NSX Manager (Messaging Manager Service)
Restart, start or stop the NSX Messaging Manager service
POST /api/v1/cluster/{cluster-node-id}/node/services/messaging-manager?action=restart
POST /api/v1/cluster/{cluster-node-id}/node/services/messaging-manager?action=start
POST /api/v1/cluster/{cluster-node-id}/node/services/messaging-manager?action=stop
POST /api/v1/node/services/messaging-manager?action=restart
POST /api/v1/node/services/messaging-manager?action=start
POST /api/v1/node/services/messaging-manager?action=stop
System (Administration) > NSX Manager (Messaging Manager Service)
Read NSX Messaging Manager service status
GET /api/v1/cluster/{cluster-node-id}/node/services/messaging-manager/status
GET /api/v1/node/services/messaging-manager/status
System (Administration) > NSX Manager (Migration Coordinator Service)
Read migration coordinator service properties
GET /api/v1/cluster/{cluster-node-id}/node/services/migration-coordinator
GET /api/v1/node/services/migration-coordinator
System (Administration) > NSX Manager (Migration Coordinator Service)
Restart, start or stop the migration coordinator service
POST /api/v1/cluster/{cluster-node-id}/node/services/migration-coordinator?action=start
POST /api/v1/cluster/{cluster-node-id}/node/services/migration-coordinator?action=stop
POST /api/v1/cluster/{cluster-node-id}/node/services/migration-coordinator?action=restart
POST /api/v1/node/services/migration-coordinator?action=start
POST /api/v1/node/services/migration-coordinator?action=stop
POST /api/v1/node/services/migration-coordinator?action=restart
System (Administration) > NSX Manager (Migration Coordinator Service)
Read migration coordinator service status
GET /api/v1/cluster/{cluster-node-id}/node/services/migration-coordinator/status
GET /api/v1/node/services/migration-coordinator/status
System (Administration) > NSX Manager (Node Stats Service)
Read NSX node-stats service properties
GET /api/v1/cluster/{cluster-node-id}/node/services/node-stats
GET /api/v1/node/services/node-stats
System (Administration) > NSX Manager (Node Stats Service)
Restart, start or stop the NSX node-stats service
POST /api/v1/cluster/{cluster-node-id}/node/services/node-stats?action=restart
POST /api/v1/cluster/{cluster-node-id}/node/services/node-stats?action=start
POST /api/v1/cluster/{cluster-node-id}/node/services/node-stats?action=stop
POST /api/v1/node/services/node-stats?action=restart
POST /api/v1/node/services/node-stats?action=start
POST /api/v1/node/services/node-stats?action=stop
System (Administration) > NSX Manager (Node Stats Service)
Read NSX node-stats service status
GET /api/v1/cluster/{cluster-node-id}/node/services/node-stats/status
GET /api/v1/node/services/node-stats/status
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 (Search Service)
Read NSX Search service properties
GET /api/v1/cluster/{cluster-node-id}/node/services/search
GET /api/v1/node/services/search
System (Administration) > NSX Manager (Search Service)
Restart, start or stop the NSX Search service
POST /api/v1/cluster/{cluster-node-id}/node/services/search?action=restart
POST /api/v1/cluster/{cluster-node-id}/node/services/search?action=start
POST /api/v1/cluster/{cluster-node-id}/node/services/search?action=stop
POST /api/v1/node/services/search?action=restart
POST /api/v1/node/services/search?action=start
POST /api/v1/node/services/search?action=stop
System (Administration) > NSX Manager (Search Service)
Read NSX Search service status
GET /api/v1/cluster/{cluster-node-id}/node/services/search/status
GET /api/v1/node/services/search/status
System (Administration) > NSX Manager (Sha Service)
Read SHA service properties
GET /api/v1/cluster/{cluster-node-id}/node/services/sha
GET /api/v1/node/services/sha
System (Administration) > NSX Manager (Sha Service)
Restart, start or stop the SHA service
POST /api/v1/cluster/{cluster-node-id}/node/services/sha?action=restart
POST /api/v1/cluster/{cluster-node-id}/node/services/sha?action=start
POST /api/v1/cluster/{cluster-node-id}/node/services/sha?action=stop
POST /api/v1/node/services/sha?action=restart
POST /api/v1/node/services/sha?action=start
POST /api/v1/node/services/sha?action=stop
System (Administration) > NSX Manager (Sha Service)
Read SHA service status
GET /api/v1/cluster/{cluster-node-id}/node/services/sha/status
GET /api/v1/node/services/sha/status
System (Administration) > NSX Manager (Site Manager Service)
Read the Site Manager service properties
GET /api/v1/cluster/{cluster-node-id}/node/services/site_manager
GET /api/v1/node/services/site_manager
System (Administration) > NSX Manager (Site Manager Service)
Restart, start or stop the Site Manager service
POST /api/v1/cluster/{cluster-node-id}/node/services/site_manager?action=restart
POST /api/v1/cluster/{cluster-node-id}/node/services/site_manager?action=start
POST /api/v1/cluster/{cluster-node-id}/node/services/site_manager?action=stop
POST /api/v1/node/services/site_manager?action=restart
POST /api/v1/node/services/site_manager?action=start
POST /api/v1/node/services/site_manager?action=stop
System (Administration) > NSX Manager (Site Manager Service)
Read the Site Manager service status
GET /api/v1/cluster/{cluster-node-id}/node/services/site_manager/status
GET /api/v1/node/services/site_manager/status
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 Manager (User Interface Service)
Read ui service properties
GET /api/v1/cluster/{cluster-node-id}/node/services/ui-service
GET /api/v1/node/services/ui-service
System (Administration) > NSX Manager (User Interface Service)
Restart, Start and Stop the ui service
POST /api/v1/cluster/{cluster-node-id}/node/services/ui-service?action=restart
POST /api/v1/cluster/{cluster-node-id}/node/services/ui-service?action=start
POST /api/v1/cluster/{cluster-node-id}/node/services/ui-service?action=stop
POST /api/v1/node/services/ui-service?action=restart
POST /api/v1/node/services/ui-service?action=start
POST /api/v1/node/services/ui-service?action=stop
System (Administration) > NSX Manager (User Interface Service)
Read ui service status
GET /api/v1/cluster/{cluster-node-id}/node/services/ui-service/status
GET /api/v1/node/services/ui-service/status
System (Administration) > NSX Managers
Delete management plane configuration for this node
DELETE /api/v1/cluster/{cluster-node-id}/node/management-plane
DELETE /api/v1/node/management-plane
System (Administration) > NSX Managers
Get management plane configuration for this node
GET /api/v1/cluster/{cluster-node-id}/node/management-plane (Experimental)
GET /api/v1/node/management-plane (Experimental)
System (Administration) > NSX Managers
Update management plane configuration for this node
PUT /api/v1/cluster/{cluster-node-id}/node/management-plane (Experimental)
PUT /api/v1/node/management-plane (Experimental)
System (Administration) > NSX Managers (Api Services)
Read API service properties
GET /api/v1/cluster/api-service
System (Administration) > NSX Managers (Api Services)
Update API service properties
PUT /api/v1/cluster/api-service
System (Administration) > NSX Managers (Cluster)
Read Cluster Configuration
GET /api/v1/cluster
System (Administration) > NSX Managers (Cluster)
Join this node to a NSX Cluster
POST /api/v1/cluster?action=join_cluster
System (Administration) > NSX Managers (Cluster)
Read cluster node configuration
GET /api/v1/cluster/{node-id}
System (Administration) > NSX Managers (Cluster)
Detach a node from the Cluster
POST /api/v1/cluster/{node-id}?action=remove_node
System (Administration) > NSX Managers (Cluster)
Invoke DELETE request on target cluster node
DELETE /api/v1/cluster/{target-node-id}/{target-uri}
System (Administration) > NSX Managers (Cluster)
Invoke GET request on target cluster node
GET /api/v1/cluster/{target-node-id}/{target-uri}
System (Administration) > NSX Managers (Cluster)
Invoke POST request on target cluster node
POST /api/v1/cluster/{target-node-id}/{target-uri}
System (Administration) > NSX Managers (Cluster)
Invoke PUT request on target cluster node
PUT /api/v1/cluster/{target-node-id}/{target-uri}
System (Administration) > NSX Managers (Cluster)
Get backup frames for UI
GET /api/v1/cluster/backups/ui_frames
System (Administration) > NSX Managers (Cluster)
Synchronizes the repository data between nsx managers.
POST /api/v1/cluster/node?action=repo_sync
System (Administration) > NSX Managers (Cluster)
List Cluster Node Configurations
GET /api/v1/cluster/nodes
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)
Synchronizes the repository data between nsx managers.
GET /api/v1/cluster/nodes/{node-id}/repo_sync/status
System (Administration) > NSX Managers (Cluster)
Read cluster node runtime status
GET /api/v1/cluster/nodes/{node-id}/status
System (Administration) > NSX Managers (Cluster)
Returns info for all cluster node VM auto-deployment attempts
GET /api/v1/cluster/nodes/deployments
System (Administration) > NSX Managers (Cluster)
Deploy and register a cluster node VM
POST /api/v1/cluster/nodes/deployments
System (Administration) > NSX Managers (Cluster)
Returns info for a cluster-node VM auto-deployment attempt
GET /api/v1/cluster/nodes/deployments/{node-id}
System (Administration) > NSX Managers (Cluster)
Attempt to delete an auto-deployed cluster node VM
POST /api/v1/cluster/nodes/deployments/{node-id}?action=delete
System (Administration) > NSX Managers (Cluster)
Returns the status of the VM creation/deletion
GET /api/v1/cluster/nodes/deployments/{node-id}/status
System (Administration) > NSX Managers (Cluster)
Read cluster runtime status
GET /api/v1/cluster/nodes/status (Deprecated)
System (Administration) > NSX Managers (Cluster)
Read Cluster Status
GET /api/v1/cluster/status
System (Administration) > NSX Managers (Interfaces)
List the specified node's Network Interfaces
GET /api/v1/cluster/nodes/{node-id}/network/interfaces
System (Administration) > NSX Managers (Interfaces)
Read the node's Network Interface
GET /api/v1/cluster/nodes/{node-id}/network/interfaces/{interface-id}
System (Administration) > NSX Managers (Interfaces)
Read the NSX Manager/Controller's Network Interface Statistics
GET /api/v1/cluster/nodes/{node-id}/network/interfaces/{interface-id}/stats
System (Administration) > NSX Managers (Monitoring)
Read Monitoring service properties
GET /api/v1/cluster/{cluster-node-id}/node/services/monitoring
GET /api/v1/node/services/monitoring
System (Administration) > NSX Managers (Monitoring)
Restart, start or stop Monitoring service
POST /api/v1/cluster/{cluster-node-id}/node/services/monitoring?action=restart
POST /api/v1/cluster/{cluster-node-id}/node/services/monitoring?action=start
POST /api/v1/cluster/{cluster-node-id}/node/services/monitoring?action=stop
POST /api/v1/node/services/monitoring?action=restart
POST /api/v1/node/services/monitoring?action=start
POST /api/v1/node/services/monitoring?action=stop
System (Administration) > NSX Managers (Monitoring)
Reset the logging levels to default values
POST /api/v1/cluster/{cluster-node-id}/node/services/monitoring?action=reset-monitoring-logging-levels
POST /api/v1/node/services/monitoring?action=reset-monitoring-logging-levels
System (Administration) > NSX Managers (Monitoring)
Update Monitoring service properties
PUT /api/v1/cluster/{cluster-node-id}/node/services/monitoring
PUT /api/v1/node/services/monitoring
System (Administration) > NSX Managers (Monitoring)
Read Monitoring service status
GET /api/v1/cluster/{cluster-node-id}/node/services/monitoring/status
GET /api/v1/node/services/monitoring/status
System (Administration) > NSX Managers (Watermark)
Delete deployment information.
DELETE /api/v1/watermark
System (Administration) > NSX Managers (Watermark)
Get deployment information.
GET /api/v1/watermark
System (Administration) > NSX Managers (Watermark)
Create or update deployment information.
POST /api/v1/watermark
System (Administration) > NSX Managers (Watermark)
Create or update deployment information.
PUT /api/v1/watermark
System (Administration) > Proxy Settings
Returns the proxy configuration
GET /api/v1/proxy/config
System (Administration) > Proxy Settings
Creates or updates the proxy configuration
PUT /api/v1/proxy/config
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
Get all Service-Instances present in system
GET /api/v1/serviceinsertion/service-instances
System (Administration) > Service Insertion
List service managers
GET /api/v1/serviceinsertion/service-managers
System (Administration) > Service Insertion
Register service manager
POST /api/v1/serviceinsertion/service-managers
System (Administration) > Service Insertion
Delete service manager
DELETE /api/v1/serviceinsertion/service-managers/{service-manager-id}
System (Administration) > Service Insertion
Get service manager
GET /api/v1/serviceinsertion/service-managers/{service-manager-id}
System (Administration) > Service Insertion
Update service manager
PUT /api/v1/serviceinsertion/service-managers/{service-manager-id}
System (Administration) > Service Insertion
List all Service-Insertion Services.
GET /api/v1/serviceinsertion/services
System (Administration) > Service Insertion
Create a Service-Insertion Service
POST /api/v1/serviceinsertion/services
System (Administration) > Service Insertion
Delete an existing Service and the Service-Instance associated with it.
DELETE /api/v1/serviceinsertion/services/{service-id}
System (Administration) > Service Insertion
Get an existing Service
GET /api/v1/serviceinsertion/services/{service-id}
System (Administration) > Service Insertion
Update an existing Service
PUT /api/v1/serviceinsertion/services/{service-id}
System (Administration) > Service Insertion
Get all service deployments for the given service id
GET /api/v1/serviceinsertion/services/{service-id}/service-deployments
System (Administration) > Service Insertion
Deploys a particular service
POST /api/v1/serviceinsertion/services/{service-id}/service-deployments
System (Administration) > Service Insertion
Remove service deployment
DELETE /api/v1/serviceinsertion/services/{service-id}/service-deployments/{service-deployment-id}
System (Administration) > Service Insertion
Get a particular service deployment.
GET /api/v1/serviceinsertion/services/{service-id}/service-deployments/{service-deployment-id}
System (Administration) > Service Insertion
Upgrade all VMs part of this service deployment to new Spec OVF.
POST /api/v1/serviceinsertion/services/{service-id}/service-deployments/{service-deployment-id}?action=upgrade
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
Get Service-Deployment state for Service.
GET /api/v1/serviceinsertion/services/{service-id}/service-deployments/{service-deployment-id}/state
System (Administration) > Service Insertion
Get a particular service deployment status.
GET /api/v1/serviceinsertion/services/{service-id}/service-deployments/{service-deployment-id}/status
System (Administration) > Service Insertion
Get all Service-Instances for Service.
GET /api/v1/serviceinsertion/services/{service-id}/service-instances
System (Administration) > Service Insertion
Add a Service Instance for a specified Service.
POST /api/v1/serviceinsertion/services/{service-id}/service-instances
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
Get Service-Instance for Service.
GET /api/v1/serviceinsertion/services/{service-id}/service-instances/{service-instance-id}
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
Get NSgroups for a given ServiceInstance.
GET /api/v1/serviceinsertion/services/{service-id}/service-instances/{service-instance-id}/group-associations
System (Administration) > Service Insertion
List all InstanceEndpoints of a Service Instance.
GET /api/v1/serviceinsertion/services/{service-id}/service-instances/{service-instance-id}/instance-endpoints
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
Returns list of instance runtimes of service VM being deployed
GET /api/v1/serviceinsertion/services/{service-id}/service-instances/{service-instance-id}/instance-runtimes
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
Update maintenance mode or runtime state of a service VM
POST /api/v1/serviceinsertion/services/{service-id}/service-instances/{service-instance-id}/instance-runtimes/{instance-runtime-id}
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
Get operational status for an interface
GET /api/v1/serviceinsertion/services/{service-id}/service-instances/{service-instance-id}/instance-runtimes/{instance-runtime-id}/interfaces/{interface_index}/status
System (Administration) > Service Insertion
Get Service-Instance state for Service.
GET /api/v1/serviceinsertion/services/{service-id}/service-instances/{service-instance-id}/state
System (Administration) > Service Insertion
Get Service-Instance status for Service.
GET /api/v1/serviceinsertion/services/{service-id}/service-instances/{service-instance-id}/status
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 (Administration) > Service Insertion
Get Solution Config Information associated with a given service.
GET /api/v1/serviceinsertion/services/{service-id}/solution-configs
System (Administration) > Service Insertion
Add Solution Config for a given Service
POST /api/v1/serviceinsertion/services/{service-id}/solution-configs
System (Administration) > Service Insertion
Deletes solution config information.
DELETE /api/v1/serviceinsertion/services/{service-id}/solution-configs/{solution-config-id}
System (Administration) > Service Insertion
Get Solution Config Information for a given solution config id.
GET /api/v1/serviceinsertion/services/{service-id}/solution-configs/{solution-config-id}
System (Administration) > Service Insertion
Updates Solution Config for a given Service
PUT /api/v1/serviceinsertion/services/{service-id}/solution-configs/{solution-config-id}
System (Administration) > Service Insertion
Deletes extended solution config information.
DELETE /api/v1/serviceinsertion/services/{service-id}/solution-configs/{solution-config-id}/extended-solution-config
System (Administration) > Service Insertion
Get extended solution Config Information for a given solution config id.
GET /api/v1/serviceinsertion/services/{service-id}/solution-configs/{solution-config-id}/extended-solution-config
System (Administration) > Service Insertion
Add Extended solution Config for a given Service
POST /api/v1/serviceinsertion/services/{service-id}/solution-configs/{solution-config-id}/extended-solution-config
System (Administration) > Service Insertion
Updates extended solution Config for a given Service
PUT /api/v1/serviceinsertion/services/{service-id}/solution-configs/{solution-config-id}/extended-solution-config
System (Administration) > Service Insertion
List all VendorTemplates of a Service.
GET /api/v1/serviceinsertion/services/{service-id}/vendor-templates
System (Administration) > Service Insertion
Add Vendor Template for a given Service
POST /api/v1/serviceinsertion/services/{service-id}/vendor-templates
System (Administration) > Service Insertion
Delete a particular vendor tempalte.
DELETE /api/v1/serviceinsertion/services/{service-id}/vendor-templates/{vendor-template-id}
System (Administration) > Service Insertion
Get a particular vendor template for a given service.
GET /api/v1/serviceinsertion/services/{service-id}/vendor-templates/{vendor-template-id}
System (Administration) > Service Insertion
Resolve 'source node id' value to source entities.
GET /api/v1/serviceinsertion/source-entities
System (Administration) > Support Bundle
Collect support bundles from registered cluster and fabric nodes
POST /api/v1/administration/support-bundles?action=collect
System (Administration) > Support Bundle
Delete existing support bundles waiting to be downloaded
POST /api/v1/administration/support-bundles?action=delete_async_response
System (Administration) > Support Bundle
Get support bundle configuration
GET /api/v1/administration/support-bundles/config
System (Administration) > Support Bundle
Update support bundle configuration
PUT /api/v1/administration/support-bundles/config
System (Administration) > Support Bundle
Get list of supported content filters
GET /api/v1/administration/support-bundles/dynamic-content-filters
System (Administration) > Support Bundle
Read node support bundle
GET /api/v1/node/support-bundle
System (Administration) > Telemetry
Returns telemetry agreement information
GET /api/v1/telemetry/agreement
System (Administration) > Telemetry
Set telemetry agreement information
PUT /api/v1/telemetry/agreement
System (Administration) > Telemetry
Returns the telemetry configuration
GET /api/v1/telemetry/config
System (Administration) > Telemetry
Creates or updates the telemetry configuration
PUT /api/v1/telemetry/config
System (Administration) > Transport Nodes
List node services
GET /api/v1/transport-nodes/{transport-node-id}/node/services
GET /api/v1/cluster/{cluster-node-id}/node/services
GET /api/v1/node/services
System (Administration) > Transport Nodes (Dns)
Read the Node's Name Servers
GET /api/v1/transport-nodes/{transport-node-id}/node/network/name-servers
GET /api/v1/cluster/{cluster-node-id}/node/network/name-servers
GET /api/v1/node/network/name-servers
System (Administration) > Transport Nodes (Dns)
Update the Node's Name Servers
PUT /api/v1/transport-nodes/{transport-node-id}/node/network/name-servers
PUT /api/v1/cluster/{cluster-node-id}/node/network/name-servers
PUT /api/v1/node/network/name-servers
System (Administration) > Transport Nodes (Dns)
Read the Node's Search Domains
GET /api/v1/transport-nodes/{transport-node-id}/node/network/search-domains
GET /api/v1/cluster/{cluster-node-id}/node/network/search-domains
GET /api/v1/node/network/search-domains
System (Administration) > Transport Nodes (Dns)
Update the Node's Search Domains
PUT /api/v1/transport-nodes/{transport-node-id}/node/network/search-domains
PUT /api/v1/cluster/{cluster-node-id}/node/network/search-domains
PUT /api/v1/node/network/search-domains
System (Administration) > Transport Nodes (Interfaces)
Read network configuration properties
GET /api/v1/transport-nodes/{transport-node-id}/node/network
GET /api/v1/cluster/{cluster-node-id}/node/network
GET /api/v1/node/network
System (Administration) > Transport Nodes (Interfaces)
List the Node's Network Interfaces
GET /api/v1/transport-nodes/{transport-node-id}/node/network/interfaces
GET /api/v1/cluster/{cluster-node-id}/node/network/interfaces
GET /api/v1/node/network/interfaces
System (Administration) > Transport Nodes (Interfaces)
Read the Node's Network Interface
GET /api/v1/transport-nodes/{transport-node-id}/node/network/interfaces/{interface-id}
GET /api/v1/cluster/{cluster-node-id}/node/network/interfaces/{interface-id}
GET /api/v1/node/network/interfaces/{interface-id}
System (Administration) > Transport Nodes (Interfaces)
Update the Node's Network Interface
PUT /api/v1/transport-nodes/{transport-node-id}/node/network/interfaces/{interface-id}
PUT /api/v1/cluster/{cluster-node-id}/node/network/interfaces/{interface-id}
PUT /api/v1/node/network/interfaces/{interface-id}
System (Administration) > Transport Nodes (Interfaces)
Read the Node's Network Interface Statistics
GET /api/v1/transport-nodes/{transport-node-id}/node/network/interfaces/{interface-id}/stats
GET /api/v1/cluster/{cluster-node-id}/node/network/interfaces/{interface-id}/stats
GET /api/v1/node/network/interfaces/{interface-id}/stats
System (Administration) > Transport Nodes (Interfaces)
Delete an IPv4 link local sub interface
DELETE /api/v1/cluster/{cluster-node-id}/node/network/interfaces/link-local
DELETE /api/v1/node/network/interfaces/link-local
System (Administration) > Transport Nodes (Interfaces)
Get information of IPv4 link local sub interface
GET /api/v1/cluster/{cluster-node-id}/node/network/interfaces/link-local
GET /api/v1/node/network/interfaces/link-local
System (Administration) > Transport Nodes (Interfaces)
Create an IPv4 link local sub interface
POST /api/v1/cluster/{cluster-node-id}/node/network/interfaces/link-local
POST /api/v1/node/network/interfaces/link-local
System (Administration) > Transport Nodes (Interfaces)
List the specified transport node's network interfaces
GET /api/v1/transport-nodes/{transport-node-id}/network/interfaces
System (Administration) > Transport Nodes (Interfaces)
Read the transport node's network interface
GET /api/v1/transport-nodes/{transport-node-id}/network/interfaces/{interface-id}
System (Administration) > Transport Nodes (Interfaces)
Read counters for transport node interfaces.
GET /api/v1/transport-nodes/{transport-node-id}/network/interfaces/{interface-id}/stats
System (Administration) > Transport Nodes (Log Insight)
Read liagent service properties
GET /api/v1/transport-nodes/{transport-node-id}/node/services/liagent
GET /api/v1/cluster/{cluster-node-id}/node/services/liagent
GET /api/v1/node/services/liagent
System (Administration) > Transport Nodes (Log Insight)
Restart, start or stop the liagent service
POST /api/v1/transport-nodes/{transport-node-id}/node/services/liagent?action=restart
POST /api/v1/transport-nodes/{transport-node-id}/node/services/liagent?action=start
POST /api/v1/transport-nodes/{transport-node-id}/node/services/liagent?action=stop
POST /api/v1/cluster/{cluster-node-id}/node/services/liagent?action=restart
POST /api/v1/cluster/{cluster-node-id}/node/services/liagent?action=start
POST /api/v1/cluster/{cluster-node-id}/node/services/liagent?action=stop
POST /api/v1/node/services/liagent?action=restart
POST /api/v1/node/services/liagent?action=start
POST /api/v1/node/services/liagent?action=stop
System (Administration) > Transport Nodes (Log Insight)
Read liagent service status
GET /api/v1/transport-nodes/{transport-node-id}/node/services/liagent/status
GET /api/v1/cluster/{cluster-node-id}/node/services/liagent/status
GET /api/v1/node/services/liagent/status
System (Administration) > Transport Nodes (Ntp Service)
Read NTP service properties
GET /api/v1/transport-nodes/{transport-node-id}/node/services/ntp
GET /api/v1/cluster/{cluster-node-id}/node/services/ntp
GET /api/v1/node/services/ntp
System (Administration) > Transport Nodes (Ntp Service)
Restart, start or stop the NTP service
POST /api/v1/transport-nodes/{transport-node-id}/node/services/ntp?action=restart
POST /api/v1/transport-nodes/{transport-node-id}/node/services/ntp?action=start
POST /api/v1/transport-nodes/{transport-node-id}/node/services/ntp?action=stop
POST /api/v1/cluster/{cluster-node-id}/node/services/ntp?action=restart
POST /api/v1/cluster/{cluster-node-id}/node/services/ntp?action=start
POST /api/v1/cluster/{cluster-node-id}/node/services/ntp?action=stop
POST /api/v1/node/services/ntp?action=restart
POST /api/v1/node/services/ntp?action=start
POST /api/v1/node/services/ntp?action=stop
System (Administration) > Transport Nodes (Ntp Service)
Update NTP service properties
PUT /api/v1/transport-nodes/{transport-node-id}/node/services/ntp
PUT /api/v1/cluster/{cluster-node-id}/node/services/ntp
PUT /api/v1/node/services/ntp
System (Administration) > Transport Nodes (Ntp Service)
Read NTP service status
GET /api/v1/transport-nodes/{transport-node-id}/node/services/ntp/status
GET /api/v1/cluster/{cluster-node-id}/node/services/ntp/status
GET /api/v1/node/services/ntp/status
System (Administration) > Transport Nodes (Snmp Service)
Read SNMP service properties
GET /api/v1/transport-nodes/{transport-node-id}/node/services/snmp
GET /api/v1/cluster/{cluster-node-id}/node/services/snmp
GET /api/v1/node/services/snmp
System (Administration) > Transport Nodes (Snmp Service)
Restart, start or stop the SNMP service
POST /api/v1/transport-nodes/{transport-node-id}/node/services/snmp?action=restart
POST /api/v1/transport-nodes/{transport-node-id}/node/services/snmp?action=start
POST /api/v1/transport-nodes/{transport-node-id}/node/services/snmp?action=stop
POST /api/v1/cluster/{cluster-node-id}/node/services/snmp?action=restart
POST /api/v1/cluster/{cluster-node-id}/node/services/snmp?action=start
POST /api/v1/cluster/{cluster-node-id}/node/services/snmp?action=stop
POST /api/v1/node/services/snmp?action=restart
POST /api/v1/node/services/snmp?action=start
POST /api/v1/node/services/snmp?action=stop
System (Administration) > Transport Nodes (Snmp Service)
Update SNMP service properties
PUT /api/v1/transport-nodes/{transport-node-id}/node/services/snmp
PUT /api/v1/cluster/{cluster-node-id}/node/services/snmp
PUT /api/v1/node/services/snmp
System (Administration) > Transport Nodes (Snmp Service)
Read SNMP service status
GET /api/v1/transport-nodes/{transport-node-id}/node/services/snmp/status
GET /api/v1/cluster/{cluster-node-id}/node/services/snmp/status
GET /api/v1/node/services/snmp/status
System (Administration) > Transport Nodes (Snmp Service)
Read SNMP V3 Engine ID
GET /api/v1/transport-nodes/{transport-node-id}/node/services/snmp/v3-engine-id
GET /api/v1/cluster/{cluster-node-id}/node/services/snmp/v3-engine-id
GET /api/v1/node/services/snmp/v3-engine-id
System (Administration) > Transport Nodes (Snmp Service)
Update SNMP V3 Engine ID
PUT /api/v1/transport-nodes/{transport-node-id}/node/services/snmp/v3-engine-id
PUT /api/v1/cluster/{cluster-node-id}/node/services/snmp/v3-engine-id
PUT /api/v1/node/services/snmp/v3-engine-id
System (Administration) > Transport Nodes (Ssh Service)
Clear SSH login banner
DELETE /api/v1/transport-nodes/{transport-node-id}/node/services/ssh?action=clear_banner
DELETE /api/v1/cluster/{cluster-node-id}/node/services/ssh?action=clear_banner
DELETE /api/v1/node/services/ssh?action=clear_banner
System (Administration) > Transport Nodes (Ssh Service)
Read ssh service properties
GET /api/v1/transport-nodes/{transport-node-id}/node/services/ssh
GET /api/v1/cluster/{cluster-node-id}/node/services/ssh
GET /api/v1/node/services/ssh
System (Administration) > Transport Nodes (Ssh Service)
Remove a host's fingerprint from known hosts file
POST /api/v1/transport-nodes/{transport-node-id}/node/services/ssh?action=remove_host_fingerprint
POST /api/v1/cluster/{cluster-node-id}/node/services/ssh?action=remove_host_fingerprint
POST /api/v1/node/services/ssh?action=remove_host_fingerprint
System (Administration) > Transport Nodes (Ssh Service)
Restart, start or stop the ssh service
POST /api/v1/transport-nodes/{transport-node-id}/node/services/ssh?action=start
POST /api/v1/transport-nodes/{transport-node-id}/node/services/ssh?action=stop
POST /api/v1/transport-nodes/{transport-node-id}/node/services/ssh?action=restart
POST /api/v1/cluster/{cluster-node-id}/node/services/ssh?action=start
POST /api/v1/cluster/{cluster-node-id}/node/services/ssh?action=stop
POST /api/v1/cluster/{cluster-node-id}/node/services/ssh?action=restart
POST /api/v1/node/services/ssh?action=start
POST /api/v1/node/services/ssh?action=stop
POST /api/v1/node/services/ssh?action=restart
System (Administration) > Transport Nodes (Ssh Service)
Update ssh service properties
PUT /api/v1/transport-nodes/{transport-node-id}/node/services/ssh
PUT /api/v1/cluster/{cluster-node-id}/node/services/ssh
PUT /api/v1/node/services/ssh
System (Administration) > Transport Nodes (Ssh Service)
Restart, start or stop the ssh service
POST /api/v1/transport-nodes/{transport-node-id}/node/services/ssh/notify_mpa?action=start
POST /api/v1/transport-nodes/{transport-node-id}/node/services/ssh/notify_mpa?action=stop
POST /api/v1/transport-nodes/{transport-node-id}/node/services/ssh/notify_mpa?action=restart
POST /api/v1/cluster/{cluster-node-id}/node/services/ssh/notify_mpa?action=start
POST /api/v1/cluster/{cluster-node-id}/node/services/ssh/notify_mpa?action=stop
POST /api/v1/cluster/{cluster-node-id}/node/services/ssh/notify_mpa?action=restart
POST /api/v1/node/services/ssh/notify_mpa?action=start
POST /api/v1/node/services/ssh/notify_mpa?action=stop
POST /api/v1/node/services/ssh/notify_mpa?action=restart
System (Administration) > Transport Nodes (Ssh Service)
Read ssh service status
GET /api/v1/transport-nodes/{transport-node-id}/node/services/ssh/status
GET /api/v1/cluster/{cluster-node-id}/node/services/ssh/status
GET /api/v1/node/services/ssh/status
System (Administration) > Transport Nodes (Syslog Service)
Read syslog service properties
GET /api/v1/transport-nodes/{transport-node-id}/node/services/syslog
GET /api/v1/cluster/{cluster-node-id}/node/services/syslog
GET /api/v1/node/services/syslog
System (Administration) > Transport Nodes (Syslog Service)
Restart, start or stop the syslog service
POST /api/v1/transport-nodes/{transport-node-id}/node/services/syslog?action=restart
POST /api/v1/transport-nodes/{transport-node-id}/node/services/syslog?action=start
POST /api/v1/transport-nodes/{transport-node-id}/node/services/syslog?action=stop
POST /api/v1/cluster/{cluster-node-id}/node/services/syslog?action=restart
POST /api/v1/cluster/{cluster-node-id}/node/services/syslog?action=start
POST /api/v1/cluster/{cluster-node-id}/node/services/syslog?action=stop
POST /api/v1/node/services/syslog?action=restart
POST /api/v1/node/services/syslog?action=start
POST /api/v1/node/services/syslog?action=stop
System (Administration) > Transport Nodes (Syslog Service)
Delete all node syslog exporters
DELETE /api/v1/transport-nodes/{transport-node-id}/node/services/syslog/exporters
DELETE /api/v1/cluster/{cluster-node-id}/node/services/syslog/exporters
DELETE /api/v1/node/services/syslog/exporters
System (Administration) > Transport Nodes (Syslog Service)
List node syslog exporters
GET /api/v1/transport-nodes/{transport-node-id}/node/services/syslog/exporters
GET /api/v1/cluster/{cluster-node-id}/node/services/syslog/exporters
GET /api/v1/node/services/syslog/exporters
System (Administration) > Transport Nodes (Syslog Service)
Delete all node syslog exporters not managed by VCF Operations
POST /api/v1/transport-nodes/{transport-node-id}/node/services/syslog/exporters?action=delete_all_non_vcf_ops_managed_exporters
POST /api/v1/cluster/{cluster-node-id}/node/services/syslog/exporters?action=delete_all_non_vcf_ops_managed_exporters
POST /api/v1/node/services/syslog/exporters?action=delete_all_non_vcf_ops_managed_exporters
System (Administration) > Transport Nodes (Syslog Service)
Add node syslog exporter
POST /api/v1/transport-nodes/{transport-node-id}/node/services/syslog/exporters
POST /api/v1/cluster/{cluster-node-id}/node/services/syslog/exporters
POST /api/v1/node/services/syslog/exporters
System (Administration) > Transport Nodes (Syslog Service)
Verify node syslog exporter
POST /api/v1/transport-nodes/{transport-node-id}/node/services/syslog/exporters?action=verify
POST /api/v1/cluster/{cluster-node-id}/node/services/syslog/exporters?action=verify
POST /api/v1/node/services/syslog/exporters?action=verify
System (Administration) > Transport Nodes (Syslog Service)
Delete node syslog exporter
DELETE /api/v1/transport-nodes/{transport-node-id}/node/services/syslog/exporters/{exporter-name}
DELETE /api/v1/cluster/{cluster-node-id}/node/services/syslog/exporters/{exporter-name}
DELETE /api/v1/node/services/syslog/exporters/{exporter-name}
System (Administration) > Transport Nodes (Syslog Service)
Read node syslog exporter
GET /api/v1/transport-nodes/{transport-node-id}/node/services/syslog/exporters/{exporter-name}
GET /api/v1/cluster/{cluster-node-id}/node/services/syslog/exporters/{exporter-name}
GET /api/v1/node/services/syslog/exporters/{exporter-name}
System (Administration) > Transport Nodes (Syslog Service)
Read syslog service status
GET /api/v1/transport-nodes/{transport-node-id}/node/services/syslog/status
GET /api/v1/cluster/{cluster-node-id}/node/services/syslog/status
GET /api/v1/node/services/syslog/status
System (Administration) > Transport Nodes (Tasks Service)
List appliance management tasks
GET /api/v1/transport-nodes/{transport-node-id}/node/tasks
GET /api/v1/cluster/{cluster-node-id}/node/tasks
GET /api/v1/node/tasks
System (Administration) > Transport Nodes (Tasks Service)
Delete task
DELETE /api/v1/transport-nodes/{transport-node-id}/node/tasks/{task-id}
DELETE /api/v1/cluster/{cluster-node-id}/node/tasks/{task-id}
DELETE /api/v1/node/tasks/{task-id}
System (Administration) > Transport Nodes (Tasks Service)
Read task properties
GET /api/v1/transport-nodes/{transport-node-id}/node/tasks/{task-id}
GET /api/v1/cluster/{cluster-node-id}/node/tasks/{task-id}
GET /api/v1/node/tasks/{task-id}
System (Administration) > Transport Nodes (Tasks Service)
Cancel specified task
POST /api/v1/transport-nodes/{transport-node-id}/node/tasks/{task-id}?action=cancel
POST /api/v1/cluster/{cluster-node-id}/node/tasks/{task-id}?action=cancel
POST /api/v1/node/tasks/{task-id}?action=cancel
System (Administration) > Transport Nodes (Tasks Service)
Read asynchronous task response
GET /api/v1/transport-nodes/{transport-node-id}/node/tasks/{task-id}/response
GET /api/v1/cluster/{cluster-node-id}/node/tasks/{task-id}/response
GET /api/v1/node/tasks/{task-id}/response
System (Administration) > Transport Nodes (Upgrade Agent Service)
Read NSX upgrade Agent service properties
GET /api/v1/transport-nodes/{transport-node-id}/node/services/nsx-upgrade-agent
GET /api/v1/cluster/{cluster-node-id}/node/services/nsx-upgrade-agent
GET /api/v1/node/services/nsx-upgrade-agent
System (Administration) > Transport Nodes (Upgrade Agent Service)
Restart, start or stop the NSX upgrade agent service
POST /api/v1/transport-nodes/{transport-node-id}/node/services/nsx-upgrade-agent?action=restart
POST /api/v1/transport-nodes/{transport-node-id}/node/services/nsx-upgrade-agent?action=start
POST /api/v1/transport-nodes/{transport-node-id}/node/services/nsx-upgrade-agent?action=stop
POST /api/v1/cluster/{cluster-node-id}/node/services/nsx-upgrade-agent?action=restart
POST /api/v1/cluster/{cluster-node-id}/node/services/nsx-upgrade-agent?action=start
POST /api/v1/cluster/{cluster-node-id}/node/services/nsx-upgrade-agent?action=stop
POST /api/v1/node/services/nsx-upgrade-agent?action=restart
POST /api/v1/node/services/nsx-upgrade-agent?action=start
POST /api/v1/node/services/nsx-upgrade-agent?action=stop
System (Administration) > Transport Nodes (Upgrade Agent Service)
Read Nsx upgrade agent service status
GET /api/v1/transport-nodes/{transport-node-id}/node/services/nsx-upgrade-agent/status
GET /api/v1/cluster/{cluster-node-id}/node/services/nsx-upgrade-agent/status
GET /api/v1/node/services/nsx-upgrade-agent/status
System (Administration) > User Management (Ldap)
List LDAP identity sources
GET /policy/api/v1/aaa/ldap-identity-sources
System (Administration) > User Management (Ldap)
Probe an LDAP identity source
POST /policy/api/v1/aaa/ldap-identity-sources?action=probe_identity_source
System (Administration) > User Management (Ldap)
Test an LDAP server
POST /policy/api/v1/aaa/ldap-identity-sources?action=probe_ldap_server
System (Administration) > User Management (Ldap)
Fetch the server certificate of an LDAP server
POST /policy/api/v1/aaa/ldap-identity-sources?action=fetch_certificate
System (Administration) > User Management (Ldap)
Delete an LDAP identity source
DELETE /policy/api/v1/aaa/ldap-identity-sources/{ldap-identity-source-id}
System (Administration) > User Management (Ldap)
Read a single LDAP identity source
GET /policy/api/v1/aaa/ldap-identity-sources/{ldap-identity-source-id}
System (Administration) > User Management (Ldap)
Test the configuration of an existing LDAP identity source
POST /policy/api/v1/aaa/ldap-identity-sources/{ldap-identity-source-id}?action=probe
System (Administration) > User Management (Ldap)
Create or update an LDAP identity source
PUT /policy/api/v1/aaa/ldap-identity-sources/{ldap-identity-source-id}
System (Administration) > User Management (Ldap)
Search the LDAP identity source
POST /policy/api/v1/aaa/ldap-identity-sources/{ldap-identity-source-id}/search
System (Administration) > User Management (Ldap)
Search a SCIM endpoint
POST /api/v1/trust-management/oidc-uris/{id}/search
System (Administration) > User Management (Ldap)
Verify that a given user or group exists on the SCIM endpoint
GET /api/v1/trust-management/oidc-uris/{id}/user-or-group-exists
System (Fabric) > Transport Nodes (User Management)
Read node authentication policy and password complexity configuration
GET /api/v1/transport-nodes/{transport-node-id}/node/aaa/auth-policy
GET /api/v1/cluster/{cluster-node-id}/node/aaa/auth-policy
GET /api/v1/node/aaa/auth-policy
System (Fabric) > Transport Nodes (User Management)
Resets node authentication policy and password complexity configuration
POST /api/v1/transport-nodes/{transport-node-id}/node/aaa/auth-policy?action=reset-all
POST /api/v1/transport-nodes/{transport-node-id}/node/aaa/auth-policy?action=reset-auth-policies
POST /api/v1/transport-nodes/{transport-node-id}/node/aaa/auth-policy?action=reset-pwd-complexity
POST /api/v1/cluster/{cluster-node-id}/node/aaa/auth-policy?action=reset-all
POST /api/v1/cluster/{cluster-node-id}/node/aaa/auth-policy?action=reset-auth-policies
POST /api/v1/cluster/{cluster-node-id}/node/aaa/auth-policy?action=reset-pwd-complexity
POST /api/v1/node/aaa/auth-policy?action=reset-all
POST /api/v1/node/aaa/auth-policy?action=reset-auth-policies
POST /api/v1/node/aaa/auth-policy?action=reset-pwd-complexity
System (Fabric) > Transport Nodes (User Management)
Update node authentication policy and password complexity configuration
PUT /api/v1/transport-nodes/{transport-node-id}/node/aaa/auth-policy
PUT /api/v1/cluster/{cluster-node-id}/node/aaa/auth-policy
PUT /api/v1/node/aaa/auth-policy
System (Fabric) > Bare Metals
Return the List of interfaces for all bare metal servers.
GET /api/v1/fabric/baremetal-server-interfaces
System (Fabric) > Bare Metals
Return the list of all bare metal servers
GET /api/v1/fabric/baremetal-servers
System (Fabric) > Bare Metals
Apply tags on bare metal server
POST /policy/api/v1/infra/baremetal-servers/tags
POST /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/baremetal-servers/tags
System (Fabric) > Certificates
Read node certificate properties
GET /api/v1/transport-nodes/{transport-node-id}/node/certificate
System (Fabric) > Cloud Native Service Instance
Returns the List of cloud native service instances
GET /api/v1/fabric/cloud-native-service-instances
System (Fabric) > Cloud Native Service Instance
Returns information about a particular cloud native service instance by external-id.
GET /api/v1/fabric/cloud-native-service-instances/{external-id}
System (Fabric) > Cluster Control Planes
List Cluster Control Plane
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/cluster-control-planes
System (Fabric) > Cluster Control Planes
Delete a Cluster Control Plane Node
DELETE /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/cluster-control-planes/{cluster-control-plane-id}
System (Fabric) > Cluster Control Planes
Get a Cluster Control Plane
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/cluster-control-planes/{cluster-control-plane-id}
System (Fabric) > Cluster Control Planes
Create or Update Cluster Control Plane to NSX-T
PUT /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/cluster-control-planes/{cluster-control-plane-id}
System (Fabric) > Compute Collections
Return the List of Compute Collections
GET /api/v1/fabric/compute-collections
System (Fabric) > Compute Collections
Return Compute Collection Information
GET /api/v1/fabric/compute-collections/{cc-ext-id}
System (Fabric) > Compute Collections
Perform action specific to NSX on the compute-collection. cc-ext-id should be of type VC_Cluster.
POST /api/v1/fabric/compute-collections/{cc-ext-id}
System (Fabric) > Compute Collections
Get status of member host nodes of the compute-collection. Only nsx prepared host nodes in the specified compute-collection are included in the response. cc-ext-id should be of type VC_Cluster.
GET /api/v1/fabric/compute-collections/{cc-ext-id}/member-status
System (Fabric) > Compute Collections
List the Physical Network Interface for all discovered nodes
GET /api/v1/fabric/compute-collections/{cc-ext-id}/network/physical-interfaces
System (Fabric) > Compute Managers
Return inventory configuration
GET /api/v1/configs/inventory
System (Fabric) > Compute Managers
Return the List of Compute managers
GET /api/v1/fabric/compute-managers
System (Fabric) > Compute Managers
Register compute manager with NSX
POST /api/v1/fabric/compute-managers
System (Fabric) > Compute Managers
Unregister a compute manager
DELETE /api/v1/fabric/compute-managers/{compute-manager-id}
System (Fabric) > Compute Managers
Return compute manager Information
GET /api/v1/fabric/compute-managers/{compute-manager-id}
System (Fabric) > Compute Managers
Update compute manager
PUT /api/v1/fabric/compute-managers/{compute-manager-id}
System (Fabric) > Compute Managers
Get the realized state of a compute manager
GET /api/v1/fabric/compute-managers/{compute-manager-id}/state
System (Fabric) > Compute Managers
Return runtime status information for a compute manager
GET /api/v1/fabric/compute-managers/{compute-manager-id}/status
System (Fabric) > Compute Managers
Return thumbprint hashing algorithm config used for compute manager extension
GET /api/v1/fabric/compute-managers/thumbprint-hashing-algorithm
System (Fabric) > Compute Managers
Update thumbprint hashing algorithm used for compute manager extension
PUT /api/v1/fabric/compute-managers/thumbprint-hashing-algorithm
System (Fabric) > Containers
Return the list of container application instance
GET /api/v1/fabric/container-application-instances
System (Fabric) > Containers
Return a container application instance
GET /api/v1/fabric/container-application-instances/{container-application-instance-id}
System (Fabric) > Containers
Return the List of Container Applications
GET /api/v1/fabric/container-applications
System (Fabric) > Containers
Return a Container Application within a container project
GET /api/v1/fabric/container-applications/{container-application-id}
System (Fabric) > Containers
Return the list of container cluster nodes
GET /api/v1/fabric/container-cluster-nodes
System (Fabric) > Containers
Return a container cluster node
GET /api/v1/fabric/container-cluster-nodes/{container-cluster-node-id}
System (Fabric) > Containers
Return the List of Container Clusters
GET /api/v1/fabric/container-clusters
System (Fabric) > Containers
Return a container cluster
GET /api/v1/fabric/container-clusters/{container-cluster-id}
System (Fabric) > Containers
Returns an egress details
GET /api/v1/fabric/container-egress/{egress-id}
System (Fabric) > Containers
Return the List of Container Egress
GET /api/v1/fabric/container-egresses
System (Fabric) > Containers
Returns an container gateway
GET /api/v1/fabric/container-gateway/{gateway-id}
System (Fabric) > Containers
Return the List of container gateway
GET /api/v1/fabric/container-gateways
System (Fabric) > Containers
Return the List of Container Ingress Policies
GET /api/v1/fabric/container-ingress-policies
System (Fabric) > Containers
Returns an ingress policy spec
GET /api/v1/fabric/container-ingress-policies/{ingress-policy-id}
System (Fabric) > Containers
Returns an container ip pool
GET /api/v1/fabric/container-ip-pool/{ip-pool-id}
System (Fabric) > Containers
Return the List of Container ip pool
GET /api/v1/fabric/container-ip-pools
System (Fabric) > Containers
Return the List of Container Network Policies
GET /api/v1/fabric/container-network-policies
System (Fabric) > Containers
Return a network policy spec
GET /api/v1/fabric/container-network-policies/{network-policy-id}
System (Fabric) > Containers
Return the list of container projects
GET /api/v1/fabric/container-projects
System (Fabric) > Containers
Return a container project
GET /api/v1/fabric/container-projects/{container-project-id}
System (Fabric) > Discovered Nodes
Return the List of Discovered Nodes
GET /api/v1/fabric/discovered-nodes
System (Fabric) > Discovered Nodes
Return Discovered Node Information
GET /api/v1/fabric/discovered-nodes/{node-ext-id}
System (Fabric) > Discovered Nodes
Created Transport Node for Discovered Node
POST /api/v1/fabric/discovered-nodes/{node-ext-id}?action=create_transport_node
System (Fabric) > Discovered Nodes
Apply cluster level config on Discovered Node
POST /api/v1/fabric/discovered-nodes/{node-ext-id}?action=reapply_cluster_config
System (Fabric) > Edge Clusters
List Policy Edge Cluster High Availability Profiles
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/edge-cluster-high-availability-profiles
System (Fabric) > Edge Clusters
Delete a Policy Edge Cluster High Availability Profile
DELETE /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/edge-cluster-high-availability-profiles/{edge-cluster-high-availability-profile-id}
System (Fabric) > Edge Clusters
Get a Policy Edge Cluster High Availability Profile
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/edge-cluster-high-availability-profiles/{edge-cluster-high-availability-profile-id}
System (Fabric) > Edge Clusters
Patch a Policy EdgeCluster High Availability Profile
PATCH /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/edge-cluster-high-availability-profiles/{edge-cluster-high-availability-profile-id}
System (Fabric) > Edge Clusters
Create or Update a Policy Edge Cluster High Availability Profile
PUT /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/edge-cluster-high-availability-profiles/{edge-cluster-high-availability-profile-id}
System (Fabric) > Edge Clusters
Delete the specified edge cluster.
DELETE /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/edge-clusters/{edge-cluster-id}
System (Fabric) > Edge Clusters
Patch a Policy Edge Cluster
PATCH /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/edge-clusters/{edge-cluster-id}
System (Fabric) > Edge Clusters
Create Or Update a Policy Edge Cluster
PUT /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/edge-clusters/{edge-cluster-id}
System (Fabric) > Edge Clusters
Relocate service contexts from policy edge node and remove policy edge node from the edge-cluster
POST /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/edge-clusters/{edge-cluster-id}/action/relocate-and-remove-edge-transport-node
System (Fabric) > Edge Clusters
Replace the policy edge node at the specified member-index in the edge-cluster
POST /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/edge-clusters/{edge-cluster-id}/action/replace-edge-transport-node
System (Fabric) > Edge Clusters
Get a Policy Edge Cluster allocation status under an Enforcement Point
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/edge-clusters/{edge-cluster-id}/allocation/status
GET /policy/api/v1/global-infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/edge-clusters/{edge-cluster-id}/allocation/status
System (Fabric) > Edge Clusters
List Edge Nodes under an Enforcement Point, Edge Cluster
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/edge-clusters/{edge-cluster-id}/edge-nodes
GET /policy/api/v1/global-infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/edge-clusters/{edge-cluster-id}/edge-nodes
System (Fabric) > Edge Clusters
Get RTEP span and mac address-table
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/edge-clusters/{edge-cluster-id}/remote-tep-connectivity/bgp/summary
GET /policy/api/v1/global-infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/edge-clusters/{edge-cluster-id}/remote-tep-connectivity/bgp/summary
System (Fabric) > Edge Clusters
Get a Policy Edge Cluster Remote TEP Connectivity status under an Enforcement Point
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/edge-clusters/{edge-cluster-id}/remote-tep-connectivity/status
GET /policy/api/v1/global-infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/edge-clusters/{edge-cluster-id}/remote-tep-connectivity/status
System (Fabric) > Edge Clusters
Get a Policy Edge Cluster State info under an Enforcement Point
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/edge-clusters/{edge-cluster-id}/state
System (Fabric) > Edge Clusters
Get a Policy Edge Cluster real time status under an Enforcement Point
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/edge-clusters/{edge-cluster-id}/status
GET /policy/api/v1/global-infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/edge-clusters/{edge-cluster-id}/status
System (Fabric) > Edge Clusters (Legacy Management Plane)
List Edge Clusters

Deprecated: This API is deprecated. Please use GET /infra/sites//enforcement-points//edge-clusters instead.
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//enforcement-points//edge-clusters/ instead.
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//enforcement-points//edge-clusters/ instead.
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//enforcement-points//edge-clusters/ instead.
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//enforcement-points//edge-clusters//action/relocate-and-remove-edge-transport-node instead.
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//enforcement-points//edge-clusters//action/replace-edge-transport-node instead.
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//enforcement-points//edge-clusters/ instead.
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//enforcement-points//edge-clusters//allocation/status instead.
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//enforcement-points//edge-clusters//state instead.
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//enforcement-points//edge-clusters//status instead.
GET /api/v1/edge-clusters/{edge-cluster-id}/status (Deprecated)
System (Fabric) > Edge Failure Domains
List Policy Failure Domains
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/failure-domains
System (Fabric) > Edge Failure Domains
Delete a Failure Domain
DELETE /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/failure-domains/{failure-domain-id}
System (Fabric) > Edge Failure Domains
Get a Failure Domain
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/failure-domains/{failure-domain-id}
System (Fabric) > Edge Failure Domains
Patch a Policy FailureDomain
PATCH /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/failure-domains/{failure-domain-id}
System (Fabric) > Edge Failure Domains
Update a Failure Domain
PUT /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/failure-domains/{failure-domain-id}
System (Fabric) > Edge Failure Domains (Legacy Management Plane)
List Failure Domains

Deprecated: This API is deprecated. Please use GET /infra/sites//enforcement-points//failure-domains instead.
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//enforcement-points//failure-domains/ instead.
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//enforcement-points//failure-domains/ instead.
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//enforcement-points//failure-domains/ instead.
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//enforcement-points//failure-domains/ instead.
PUT /api/v1/failure-domains/{failure-domain-id} (Deprecated)
System (Fabric) > Edge Transport Nodes
Sync the edge node configuration
POST /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcement-point-id}/edge-transport-nodes/{edge-transport-node-id}/action/sync-edge-configuration
System (Fabric) > Edge Transport Nodes
Get datapath troubleshoot config of edge transport nodes
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcement-point-id}/edge-transport-nodes/troubleshoot/datapath (Experimental)
System (Fabric) > Edge Transport Nodes
Enable or Disable the datapath troubleshoot config on edge transport nodes
PATCH /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcement-point-id}/edge-transport-nodes/troubleshoot/datapath (Experimental)
System (Fabric) > Edge Transport Nodes
Read an Edge Node under an Enforcement Point, Edge Cluster
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/edge-clusters/{edge-cluster-id}/edge-nodes/{edge-node-id}
GET /policy/api/v1/global-infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/edge-clusters/{edge-cluster-id}/edge-nodes/{edge-node-id}
System (Fabric) > Edge Transport Nodes
List Edge Transport Node under an Enforcement Point
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/edge-transport-nodes
System (Fabric) > Edge Transport Nodes
Delete Edge Transport Node
DELETE /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/edge-transport-nodes/{edge-transport-node-id}
System (Fabric) > Edge Transport Nodes
Read an Edge Transport Node under an Enforcement Point
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/edge-transport-nodes/{edge-transport-node-id}
System (Fabric) > Edge Transport Nodes
Patch a new LCM Edge Transport Node under Enforcement Point
PATCH /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/edge-transport-nodes/{edge-transport-node-id}
System (Fabric) > Edge Transport Nodes
Create or update a LCM Edge Transport Node under Enforcement Point
PUT /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/edge-transport-nodes/{edge-transport-node-id}
System (Fabric) > Edge Transport Nodes
Policy Edge Transport Node Enter Maintenance Mode Action API
POST /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/edge-transport-nodes/{edge-transport-node-id}/action/enter-maintenance-mode
System (Fabric) > Edge Transport Nodes
Policy Edge Transport Node Exit Maintenance Mode Action API
POST /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/edge-transport-nodes/{edge-transport-node-id}/action/exit-maintenance-mode
System (Fabric) > Edge Transport Nodes
Redeploy Edge Transport Node
POST /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/edge-transport-nodes/{edge-transport-node-id}/action/redeploy
System (Fabric) > Edge Transport Nodes
List the specified edge transport node's network interfaces.
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/edge-transport-nodes/{edge-transport-node-id}/network/interfaces
System (Fabric) > Edge Transport Nodes
Read counters for edge transport node interfaces.
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/edge-transport-nodes/{edge-transport-node-id}/network/interfaces/{interface-id}/statistics
System (Fabric) > Edge Transport Nodes
Get a Policy EdgeTransport Node's State info under an Enforcement Point
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/edge-transport-nodes/{edge-transport-node-id}/state
System (Fabric) > Edge Transport Nodes
Get a Policy EdgeTransport Node's status info under an Enforcement Point
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/edge-transport-nodes/{edge-transport-node-id}/status
System (Fabric) > Edge Transport Nodes
Get a Policy EdgeTransport Node's State info under an Enforcement Point
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/edge-transport-nodes/state
System (Fabric) > Edge Transport Nodes
Get high-level summary of all edge transport nodes. The service layer does not support source = realtime or cached.
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/edge-transport-nodes/status
System (Fabric) > Edge Transport Nodes
Current configuration for this node
GET /api/v1/transport-nodes/{transport-node-id}/node/configuration
System (Fabric) > Edge Transport Nodes
Read NSX Nestdb service properties
GET /api/v1/transport-nodes/{transport-node-id}/node/services/nestdb
System (Fabric) > Edge Transport Nodes
Restart, start or stop the NSX Nestdb service
POST /api/v1/transport-nodes/{transport-node-id}/node/services/nestdb?action=restart
POST /api/v1/transport-nodes/{transport-node-id}/node/services/nestdb?action=start
POST /api/v1/transport-nodes/{transport-node-id}/node/services/nestdb?action=stop
System (Fabric) > Edge Transport Nodes
Read NSX Nestdb service status
GET /api/v1/transport-nodes/{transport-node-id}/node/services/nestdb/status
System (Fabric) > Edge Transport Nodes
Read NSX EdgeMSR service properties
GET /api/v1/transport-nodes/{transport-node-id}/node/services/router
System (Fabric) > Edge Transport Nodes
Read NSX EdgeMSRConfig service properties
GET /api/v1/transport-nodes/{transport-node-id}/node/services/router-config
System (Fabric) > Edge Transport Nodes
Read NSX EdgeMSRConfig service status
GET /api/v1/transport-nodes/{transport-node-id}/node/services/router-config/status
System (Fabric) > Edge Transport Nodes
Read NSX EdgeMSR service status
GET /api/v1/transport-nodes/{transport-node-id}/node/services/router/status
System (Fabric) > Edge Transport Nodes (Dataplane)
Get NSX Edge stateful flows
GET /api/v1/transport-nodes/{transport-node-id}/node/flows
System (Fabric) > Edge Transport Nodes (Dataplane)
Get NSX Edge stateful flows by interface
GET /api/v1/transport-nodes/{transport-node-id}/node/flows/interfaces/{iface-uuid}
System (Fabric) > Edge Transport Nodes (Dataplane)
Get NSX Edge stateful flows by router
GET /api/v1/transport-nodes/{transport-node-id}/node/flows/logical-routers/{uuid}
System (Fabric) > Edge Transport Nodes (Dataplane)
Read NSX EdgeDatapath service properties
GET /api/v1/transport-nodes/{transport-node-id}/node/services/dataplane
System (Fabric) > Edge Transport Nodes (Dataplane)
Restart, start or stop the NSX EdgeDatapath service
POST /api/v1/transport-nodes/{transport-node-id}/node/services/dataplane?action=restart
POST /api/v1/transport-nodes/{transport-node-id}/node/services/dataplane?action=start
POST /api/v1/transport-nodes/{transport-node-id}/node/services/dataplane?action=stop
System (Fabric) > Edge Transport Nodes (Dataplane)
Update NSX Edge Datapath service properties
PUT /api/v1/transport-nodes/{transport-node-id}/node/services/dataplane
System (Fabric) > Edge Transport Nodes (Dataplane)
Get NSX Edge dataplane cpu stats
GET /api/v1/transport-nodes/{transport-node-id}/node/services/dataplane/cpu-stats
System (Fabric) > Edge Transport Nodes (Dataplane)
Update NSX Edge dataplane control packets prioritization setting
PUT /api/v1/transport-nodes/{transport-node-id}/node/services/dataplane/ctrl-prio
System (Fabric) > Edge Transport Nodes (Dataplane)
Get NSX Edge dataplane flow cache setting
GET /api/v1/transport-nodes/{transport-node-id}/node/services/dataplane/flow-cache
System (Fabric) > Edge Transport Nodes (Dataplane)
Update NSX Edge dataplane flow cache setting
PUT /api/v1/transport-nodes/{transport-node-id}/node/services/dataplane/flow-cache
System (Fabric) > Edge Transport Nodes (Dataplane)
Return top 10 flows information
GET /api/v1/transport-nodes/{transport-node-id}/node/services/dataplane/flow-mon
System (Fabric) > Edge Transport Nodes (Dataplane)
Start NSX Edge dataplane flow monitor
PUT /api/v1/transport-nodes/{transport-node-id}/node/services/dataplane/flow-mon
System (Fabric) > Edge Transport Nodes (Dataplane)
Get NSX Edge dataplane firewall connections
GET /api/v1/transport-nodes/{transport-node-id}/node/services/dataplane/fw-conns
System (Fabric) > Edge Transport Nodes (Dataplane)
Get NSX Edge dataplane firewall stats
GET /api/v1/transport-nodes/{transport-node-id}/node/services/dataplane/fw-stats
System (Fabric) > Edge Transport Nodes (Dataplane)
Get NSX Edge dataplane geneve cbit setting
GET /api/v1/transport-nodes/{transport-node-id}/node/services/dataplane/geneve-cbit
System (Fabric) > Edge Transport Nodes (Dataplane)
Update NSX Edge dataplane geneve cbit setting
PUT /api/v1/transport-nodes/{transport-node-id}/node/services/dataplane/geneve-cbit
System (Fabric) > Edge Transport Nodes (Dataplane)
Update NSX Edge dataplane interrupt mode setting
PUT /api/v1/transport-nodes/{transport-node-id}/node/services/dataplane/intr-mode
System (Fabric) > Edge Transport Nodes (Dataplane)
Get NSX Edge dataplane l2vpn pmtu message generation setting
GET /api/v1/transport-nodes/{transport-node-id}/node/services/dataplane/l2vpn-pmtu
System (Fabric) > Edge Transport Nodes (Dataplane)
Update NSX Edge dataplane l2vpn pmtu message generation setting
PUT /api/v1/transport-nodes/{transport-node-id}/node/services/dataplane/l2vpn-pmtu
System (Fabric) > Edge Transport Nodes (Dataplane)
Get the physical port statistics
GET /api/v1/transport-nodes/{transport-node-id}/node/services/dataplane/physical-ports/{physical-port}/stats
System (Fabric) > Edge Transport Nodes (Dataplane)
Get the physical port extended statistics
GET /api/v1/transport-nodes/{transport-node-id}/node/services/dataplane/physical-ports/{physical-port}/xstats
System (Fabric) > Edge Transport Nodes (Dataplane)
Get NSX Edge dataplane pmtu learning setting
GET /api/v1/transport-nodes/{transport-node-id}/node/services/dataplane/pmtu-learning
System (Fabric) > Edge Transport Nodes (Dataplane)
Update NSX Edge dataplane pmtu learning setting
PUT /api/v1/transport-nodes/{transport-node-id}/node/services/dataplane/pmtu-learning
System (Fabric) > Edge Transport Nodes (Dataplane)
Update NSX Edge dataplane QAT feature enabled status
PUT /api/v1/transport-nodes/{transport-node-id}/node/services/dataplane/qat-enable
System (Fabric) > Edge Transport Nodes (Dataplane)
Get NSX Edge dataplane QAT setting
GET /api/v1/transport-nodes/{transport-node-id}/node/services/dataplane/qat-status
System (Fabric) > Edge Transport Nodes (Dataplane)
Get NSX Edge rx and tx queue number per port per core
GET /api/v1/transport-nodes/{transport-node-id}/node/services/dataplane/queue-num-per-port-per-core
System (Fabric) > Edge Transport Nodes (Dataplane)
Set NSX Edge rx and tx queue number per port per core
PUT /api/v1/transport-nodes/{transport-node-id}/node/services/dataplane/queue-num-per-port-per-core
System (Fabric) > Edge Transport Nodes (Dataplane)
Return rx/tx ring size information
GET /api/v1/transport-nodes/{transport-node-id}/node/services/dataplane/ring-size
System (Fabric) > Edge Transport Nodes (Dataplane)
Set NSX Edge rx ring size for physical ports
PUT /api/v1/transport-nodes/{transport-node-id}/node/services/dataplane/rx-ring-size
System (Fabric) > Edge Transport Nodes (Dataplane)
Read NSX EdgeDatapath service status
GET /api/v1/transport-nodes/{transport-node-id}/node/services/dataplane/status
System (Fabric) > Edge Transport Nodes (Dataplane)
Set NSX Edge tx ring size for physical ports
PUT /api/v1/transport-nodes/{transport-node-id}/node/services/dataplane/tx-ring-size
System (Fabric) > Edge Transport Nodes (Dataplane)
Check UPT mode enabled status of NSX Edge dataplane
GET /api/v1/transport-nodes/{transport-node-id}/node/services/dataplane/upt-mode
System (Fabric) > Edge Transport Nodes (Dhcp)
Read NSX Edge DHCP service properties
GET /api/v1/transport-nodes/{transport-node-id}/node/services/dhcp
System (Fabric) > Edge Transport Nodes (Dhcp)
Update NSX Edge DHCP service properties
PUT /api/v1/transport-nodes/{transport-node-id}/node/services/dhcp
System (Fabric) > Edge Transport Nodes (Dhcp)
Read NSX Edge DHCP service status
GET /api/v1/transport-nodes/{transport-node-id}/node/services/dhcp/status
System (Fabric) > Edge Transport Nodes (Diagnosis)
Read edge config diagnosis
GET /api/v1/transport-nodes/{transport-node-id}/node/diagnosis
System (Fabric) > Edge Transport Nodes (Diagnosis)
Read edge diagnosis inconsistency
GET /api/v1/transport-nodes/{transport-node-id}/node/diagnosis/inconsistency
System (Fabric) > Edge Transport Nodes (Diagnosis)
Logical-router diagnosis
GET /api/v1/transport-nodes/{transport-node-id}/node/logical-routers/{logical-router-id}/diagnosis
System (Fabric) > Edge Transport Nodes (Diagnosis)
Logical-routers diagnosis
GET /api/v1/transport-nodes/{transport-node-id}/node/logical-routers/diagnosis
System (Fabric) > Edge Transport Nodes (Ipsec VPN Service)
Read NSX Edge Ipsec VPN service properties
GET /api/v1/transport-nodes/{transport-node-id}/node/services/ipsecvpn
System (Fabric) > Edge Transport Nodes (Ipsec VPN Service)
Update NSX Edge Ipsec VPN service properties
PUT /api/v1/transport-nodes/{transport-node-id}/node/services/ipsecvpn
System (Fabric) > Edge Transport Nodes (Ipsec VPN Service)
Read NSX Edge Ipsec VPN service status
GET /api/v1/transport-nodes/{transport-node-id}/node/services/ipsecvpn/status
System (Fabric) > Edge Transport Nodes (Local Controller)
Read NSX Edge NSXA service properties
GET /api/v1/transport-nodes/{transport-node-id}/node/services/local-controller
System (Fabric) > Edge Transport Nodes (Local Controller)
Restart, start or stop the NSX EdgeNSXA service
POST /api/v1/transport-nodes/{transport-node-id}/node/services/local-controller?action=restart
POST /api/v1/transport-nodes/{transport-node-id}/node/services/local-controller?action=start
POST /api/v1/transport-nodes/{transport-node-id}/node/services/local-controller?action=stop
System (Fabric) > Edge Transport Nodes (Local Controller)
Read NSX EdgeNSXA service status
GET /api/v1/transport-nodes/{transport-node-id}/node/services/local-controller/status
System (Fabric) > Edge Transport Nodes (Maintenance Mode)
Get Edge maintenance mode
GET /api/v1/transport-nodes/{transport-node-id}/node/maintenance-mode
System (Fabric) > Edge Transport Nodes (Maintenance Mode)
Set Edge maintenance mode
PUT /api/v1/transport-nodes/{transport-node-id}/node/maintenance-mode
System (Fabric) > Edge Transport Nodes (Nat Statistics)
Get statistics for all logical router NAT rules on a policy edge transport node
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/edge-clusters/{edge-cluster-id}/edge-nodes/{policy-edge-node-id}/nat/statistics
GET /policy/api/v1/global-infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/edge-clusters/{edge-cluster-id}/edge-nodes/{policy-edge-node-id}/nat/statistics
System (Fabric) > Edge Transport Nodes (Nat Statistics)
Get statistics for all logical router NAT rules on a edge transport node
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/edge-transport-nodes/{node-id}/nat/statistics
System (Fabric) > Edge Transport Nodes (Security Hub Service)
Read NSX security-hub service properties
GET /api/v1/transport-nodes/{transport-node-id}/node/services/security-hub
System (Fabric) > Edge Transport Nodes (Security Hub Service)
Read NSX Edge security-hub service status
GET /api/v1/transport-nodes/{transport-node-id}/node/services/security-hub/status
System (Fabric) > Edge Transport Nodes (Services)
Read NSX Edge Docker service properties
GET /api/v1/transport-nodes/{transport-node-id}/node/services/docker
System (Fabric) > Edge Transport Nodes (Services)
Read NSX Edge Docker service status
GET /api/v1/transport-nodes/{transport-node-id}/node/services/docker/status
System (Fabric) > Edge Transport Nodes (Services)
Read NSX OpsAgent service properties
GET /api/v1/transport-nodes/{transport-node-id}/node/services/nsx-opsagent
System (Fabric) > Edge Transport Nodes (Services)
Restart, start or stop the NSX OpsAgent service
POST /api/v1/transport-nodes/{transport-node-id}/node/services/nsx-opsagent?action=restart
POST /api/v1/transport-nodes/{transport-node-id}/node/services/nsx-opsagent?action=start
POST /api/v1/transport-nodes/{transport-node-id}/node/services/nsx-opsagent?action=stop
System (Fabric) > Edge Transport Nodes (Services)
Read NSX OpsAgent service status
GET /api/v1/transport-nodes/{transport-node-id}/node/services/nsx-opsagent/status
System (Fabric) > Edge Transport Nodes (Tunnels)
List of tunnels
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcement-point-id}/edge-transport-nodes/{node-id}/tunnels
System (Fabric) > Edge Transport Nodes (Tunnels)
Tunnel properties
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcement-point-id}/edge-transport-nodes/{node-id}/tunnels/{tunnel-name}
System (Fabric) > Hardening
Gets the enable status for Mandatory Access Control
GET /api/v1/transport-nodes/{transport-node-id}/node/hardening-policy/mandatory-access-control
GET /api/v1/cluster/{cluster-node-id}/node/hardening-policy/mandatory-access-control
GET /api/v1/node/hardening-policy/mandatory-access-control
System (Fabric) > Hardening
Enable or disable Mandatory Access Control
PUT /api/v1/transport-nodes/{transport-node-id}/node/hardening-policy/mandatory-access-control
PUT /api/v1/cluster/{cluster-node-id}/node/hardening-policy/mandatory-access-control
PUT /api/v1/node/hardening-policy/mandatory-access-control
System (Fabric) > Hardening
Get the report for Mandatory Access Control
GET /api/v1/transport-nodes/{transport-node-id}/node/hardening-policy/mandatory-access-control/report
GET /api/v1/cluster/{cluster-node-id}/node/hardening-policy/mandatory-access-control/report
GET /api/v1/node/hardening-policy/mandatory-access-control/report
System (Fabric) > Host Transport Nodes Profiles
List Host Transport Nodes
GET /policy/api/v1/infra/host-transport-node-profiles
System (Fabric) > Host Transport Nodes Profiles
Get a Transport Node
GET /policy/api/v1/infra/host-transport-node-profiles/{host-transport-node-profile-id}
System (Fabric) > Host Transport Nodes Profiles
Delete a Host Transport Node Profile
DELETE /policy/api/v1/infra/host-transport-node-profiles/{transport-node-profile-id}
System (Fabric) > Host Transport Nodes Profiles
Update a Host Transport Node Profile
PUT /policy/api/v1/infra/host-transport-node-profiles/{transport-node-profile-id}
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) > Hostswitch Profiles
List Hostswitch Profiles
GET /policy/api/v1/infra/host-switch-profiles
System (Fabric) > Hostswitch Profiles
Delete a Hostswitch Profile
DELETE /policy/api/v1/infra/host-switch-profiles/{host-switch-profile-id}
System (Fabric) > Hostswitch Profiles
Get a Hostswitch Profile by ID
GET /policy/api/v1/infra/host-switch-profiles/{host-switch-profile-id}
System (Fabric) > Hostswitch Profiles
Create or update a Hostswitch Profile
PATCH /policy/api/v1/infra/host-switch-profiles/{host-switch-profile-id}
System (Fabric) > Hostswitch Profiles
Create or update a Hostswitch Profile
PUT /policy/api/v1/infra/host-switch-profiles/{host-switch-profile-id}
System (Fabric) > Pool Management (Mac Pools)
List MAC Pools
GET /api/v1/pools/mac-pools
System (Fabric) > Pool Management (Mac Pools)
Read MAC Pool
GET /api/v1/pools/mac-pools/{pool-id}
System (Fabric) > Pool Management (Vni Pools)
List VNI Pools
GET /api/v1/pools/vni-pools
System (Fabric) > Pool Management (Vni Pools)
Create a new VNI Pool.
POST /api/v1/pools/vni-pools
System (Fabric) > Pool Management (Vni Pools)
Delete a VNI Pool
DELETE /api/v1/pools/vni-pools/{pool-id}
System (Fabric) > Pool Management (Vni Pools)
Read VNI Pool
GET /api/v1/pools/vni-pools/{pool-id}
System (Fabric) > Pool Management (Vni Pools)
Update a VNI Pool
PUT /api/v1/pools/vni-pools/{pool-id}
System (Fabric) > Pool Management (Vtep Pools)
List virtual tunnel endpoint Label Pools
GET /api/v1/pools/vtep-label-pools
System (Fabric) > Pool Management (Vtep Pools)
Read a virtual tunnel endpoint label pool
GET /api/v1/pools/vtep-label-pools/{pool-id}
System (Fabric) > Scope Associations
Retrieve scope associations for discovered resources
GET /api/v1/fabric/scope-associations
System (Fabric) > Scope Associations
Add scope associations for discovered resources
POST /api/v1/fabric/scope-associations?action=add
System (Fabric) > Scope Associations
Delete scope associations for discovered resources
POST /api/v1/fabric/scope-associations?action=delete
System (Fabric) > Transport Nodes
List Host Transport Nodes
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/host-transport-nodes
System (Fabric) > Transport Nodes
Delete a Transport Node
DELETE /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/host-transport-nodes/{host-transport-node-id}
System (Fabric) > Transport Nodes
Get a Host Transport Node
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/host-transport-nodes/{host-transport-node-id}
System (Fabric) > Transport Nodes
Patch a Host Transport Node
PATCH /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/host-transport-nodes/{host-transport-node-id}
System (Fabric) > Transport Nodes
Resync a Host Transport Node
POST /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/host-transport-nodes/{host-transport-node-id}?action=resync_host_config
System (Fabric) > Transport Nodes
Update transport node maintenance mode
POST /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/host-transport-nodes/{host-transport-node-id}
System (Fabric) > Transport Nodes
Create or update a Host Transport Node
PUT /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/host-transport-nodes/{host-transport-node-id}
System (Fabric) > Transport Nodes
Apply cluster level Transport Node Profile on overridden host
PUT /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/host-transport-nodes/{host-transport-node-id}?action=restore_cluster_config
System (Fabric) > Transport Nodes
Fetch Discovered VIF State on given TransportNode
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/host-transport-nodes/{host-transport-node-id}/discovered-vifs
System (Fabric) > Transport Nodes
Get the module details of a host transport node
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/host-transport-nodes/{host-transport-node-id}/modules
System (Fabric) > Transport Nodes
Get a Host Transport Node's State
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/host-transport-nodes/{host-transport-node-id}/state
System (Fabric) > Transport Nodes
Get the counter values for realtime datapath statistics.
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/host-transport-nodes/{host-transport-node-id}/statistics/debug (Experimental)
System (Fabric) > Transport Nodes
Get the counter values for cached datapath statistics.
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/host-transport-nodes/{host-transport-node-id}/statistics/monitor (Experimental)
System (Fabric) > Transport Nodes
Submit a new TransportNode VTEP action
POST /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/host-transport-nodes/{host-transport-node-id}/vteps/actions
System (Fabric) > Transport Nodes
List all TransportNode VTEP actions' status
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/host-transport-nodes/{host-transport-node-id}/vteps/actions/status
System (Fabric) > Transport Nodes
List transport nodes by realized state
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/host-transport-nodes/state
System (Fabric) > Transport Nodes
List sub-clusters
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/sub-clusters
System (Fabric) > Transport Nodes
Move host from one sub-cluster to another sub-cluster. When a node is moved from one sub-cluster to another sub-cluster, based on the TransportNodeCollection configuration appropriate sub-configuration will be applied to the node. If TransportNodeCollection does not have sub-configurations for the sub-cluster, then global configuration will be applied.
POST /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/sub-clusters?action=move
System (Fabric) > Transport Nodes
Delete a Sub-Cluster
DELETE /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/sub-clusters/{subcluster-id}
System (Fabric) > Transport Nodes
Read a Sub-cluster configuration
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/sub-clusters/{subcluster-id}
System (Fabric) > Transport Nodes
Patch Sub-Cluster
PATCH /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/sub-clusters/{subcluster-id}
System (Fabric) > Transport Nodes
Create or Update a sub-cluster
PUT /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/sub-clusters/{subcluster-id}
System (Fabric) > Transport Nodes
List Transport Node collections
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/transport-node-collections
System (Fabric) > Transport Nodes
Detach transport node profile from compute collection.
DELETE /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/transport-node-collections/{transport-node-collection-id}
System (Fabric) > Transport Nodes
Get Transport Node collection by id
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/transport-node-collections/{transport-node-collection-id}
System (Fabric) > Transport Nodes
Patch Transport Node collection
PATCH /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/transport-node-collections/{transport-node-collection-id}
System (Fabric) > Transport Nodes
Retry the process on applying transport node profile
POST /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/transport-node-collections/{transport-node-collection-id}?action=retry_profile_realization
System (Fabric) > Transport Nodes
Configure the cluster for security
POST /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/transport-node-collections/{transport-node-collection-id}?action=install_for_microseg
System (Fabric) > Transport Nodes
Uninstall NSX from the specified Transport Node Collection
POST /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/transport-node-collections/{transport-node-collection-id}?action=remove_nsx
System (Fabric) > Transport Nodes
Get Transport Node collection application state
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/transport-node-collections/{transport-node-collection-id}/state
System (Fabric) > Transport Nodes
Create transport node collection by attaching Transport Node Profile to cluster.
PUT /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/transport-node-collections/{transport-node-collections-id}
System (Fabric) > Transport Nodes
Read node properties
GET /api/v1/transport-nodes/{transport-node-id}/node
GET /api/v1/cluster/{cluster-node-id}/node
GET /api/v1/node
System (Fabric) > Transport Nodes
Restart or shutdown node
POST /api/v1/transport-nodes/{transport-node-id}/node?action=restart
POST /api/v1/transport-nodes/{transport-node-id}/node?action=shutdown
POST /api/v1/cluster/{cluster-node-id}/node?action=restart
POST /api/v1/cluster/{cluster-node-id}/node?action=shutdown
POST /api/v1/node?action=restart
POST /api/v1/node?action=shutdown
System (Fabric) > Transport Nodes
Set the node system time
POST /api/v1/transport-nodes/{transport-node-id}/node?action=set_system_time
POST /api/v1/cluster/{cluster-node-id}/node?action=set_system_time
POST /api/v1/node?action=set_system_time
System (Fabric) > Transport Nodes
Update node properties
PUT /api/v1/transport-nodes/{transport-node-id}/node
PUT /api/v1/cluster/{cluster-node-id}/node
PUT /api/v1/node
System (Fabric) > Transport Nodes
Delete directory in remote file server
DELETE /api/v1/transport-nodes/{transport-node-id}/node/file-store?action=delete_remote_directory
DELETE /api/v1/cluster/{cluster-node-id}/node/file-store?action=delete_remote_directory
DELETE /api/v1/node/file-store?action=delete_remote_directory
System (Fabric) > Transport Nodes
List node files
GET /api/v1/transport-nodes/{transport-node-id}/node/file-store
GET /api/v1/cluster/{cluster-node-id}/node/file-store
GET /api/v1/node/file-store
System (Fabric) > Transport Nodes
Create directory in remote file server
POST /api/v1/transport-nodes/{transport-node-id}/node/file-store?action=create_remote_directory
POST /api/v1/cluster/{cluster-node-id}/node/file-store?action=create_remote_directory
POST /api/v1/node/file-store?action=create_remote_directory
System (Fabric) > Transport Nodes
Retrieve ssh fingerprint for given remote server
POST /api/v1/transport-nodes/{transport-node-id}/node/file-store?action=retrieve_ssh_fingerprint
POST /api/v1/cluster/{cluster-node-id}/node/file-store?action=retrieve_ssh_fingerprint
POST /api/v1/node/file-store?action=retrieve_ssh_fingerprint
System (Fabric) > Transport Nodes
Retrieve matching host key algorithm for the ssh fingerprint provided
POST /api/v1/transport-nodes/{transport-node-id}/node/file-store?action=retrieve_matching_host_key_algorithm
POST /api/v1/cluster/{cluster-node-id}/node/file-store?action=retrieve_matching_host_key_algorithm
POST /api/v1/node/file-store?action=retrieve_matching_host_key_algorithm
System (Fabric) > Transport Nodes
Delete file
DELETE /api/v1/transport-nodes/{transport-node-id}/node/file-store/{file-name}
DELETE /api/v1/cluster/{cluster-node-id}/node/file-store/{file-name}
DELETE /api/v1/node/file-store/{file-name}
System (Fabric) > Transport Nodes
Read file properties
GET /api/v1/transport-nodes/{transport-node-id}/node/file-store/{file-name}
GET /api/v1/cluster/{cluster-node-id}/node/file-store/{file-name}
GET /api/v1/node/file-store/{file-name}
System (Fabric) > Transport Nodes
Upload a file to the file store
POST /api/v1/transport-nodes/{transport-node-id}/node/file-store/{file-name}
POST /api/v1/cluster/{cluster-node-id}/node/file-store/{file-name}
POST /api/v1/node/file-store/{file-name}
System (Fabric) > Transport Nodes
Copy a remote file to the file store
POST /api/v1/transport-nodes/{transport-node-id}/node/file-store/{file-name}?action=copy_from_remote_file
POST /api/v1/cluster/{cluster-node-id}/node/file-store/{file-name}?action=copy_from_remote_file
POST /api/v1/node/file-store/{file-name}?action=copy_from_remote_file
System (Fabric) > Transport Nodes
Copy file in the file store to a remote file store
POST /api/v1/transport-nodes/{transport-node-id}/node/file-store/{file-name}?action=copy_to_remote_file
POST /api/v1/cluster/{cluster-node-id}/node/file-store/{file-name}?action=copy_to_remote_file
POST /api/v1/node/file-store/{file-name}?action=copy_to_remote_file
System (Fabric) > Transport Nodes
Read file contents
GET /api/v1/node/file-store/{file-name}/data
System (Fabric) > Transport Nodes
Replace file contents
PUT /api/v1/node/file-store/{file-name}/data
System (Fabric) > Transport Nodes
Read file thumbprint
GET /api/v1/transport-nodes/{transport-node-id}/node/file-store/{file-name}/thumbprint
GET /api/v1/cluster/{cluster-node-id}/node/file-store/{file-name}/thumbprint
GET /api/v1/node/file-store/{file-name}/thumbprint
System (Fabric) > Transport Nodes
Read node message of the day
GET /api/v1/transport-nodes/{transport-node-id}/node/motd
GET /api/v1/cluster/{cluster-node-id}/node/motd
GET /api/v1/node/motd
System (Fabric) > Transport Nodes
List node network routes
GET /api/v1/transport-nodes/{transport-node-id}/node/network/routes
GET /api/v1/cluster/{cluster-node-id}/node/network/routes
GET /api/v1/node/network/routes
System (Fabric) > Transport Nodes
Create node network route
POST /api/v1/transport-nodes/{transport-node-id}/node/network/routes
POST /api/v1/cluster/{cluster-node-id}/node/network/routes
POST /api/v1/node/network/routes
System (Fabric) > Transport Nodes
Delete node network route
DELETE /api/v1/transport-nodes/{transport-node-id}/node/network/routes/{route-id}
DELETE /api/v1/cluster/{cluster-node-id}/node/network/routes/{route-id}
DELETE /api/v1/node/network/routes/{route-id}
System (Fabric) > Transport Nodes
Read node network route
GET /api/v1/transport-nodes/{transport-node-id}/node/network/routes/{route-id}
GET /api/v1/cluster/{cluster-node-id}/node/network/routes/{route-id}
GET /api/v1/node/network/routes/{route-id}
System (Fabric) > Transport Nodes
List node processes
GET /api/v1/transport-nodes/{transport-node-id}/node/processes
GET /api/v1/cluster/{cluster-node-id}/node/processes
GET /api/v1/node/processes
System (Fabric) > Transport Nodes
Read node process
GET /api/v1/transport-nodes/{transport-node-id}/node/processes/{process-id}
GET /api/v1/cluster/{cluster-node-id}/node/processes/{process-id}
GET /api/v1/node/processes/{process-id}
System (Fabric) > Transport Nodes
Read appliance management service properties
GET /api/v1/transport-nodes/{transport-node-id}/node/services/node-mgmt
GET /api/v1/cluster/{cluster-node-id}/node/services/node-mgmt
GET /api/v1/node/services/node-mgmt
System (Fabric) > Transport Nodes
Restart the node management service
POST /api/v1/transport-nodes/{transport-node-id}/node/services/node-mgmt?action=restart
POST /api/v1/cluster/{cluster-node-id}/node/services/node-mgmt?action=restart
POST /api/v1/node/services/node-mgmt?action=restart
System (Fabric) > Transport Nodes
Retrieve Node Management loglevel
GET /api/v1/transport-nodes/{transport-node-id}/node/services/node-mgmt/loglevel
GET /api/v1/cluster/{cluster-node-id}/node/services/node-mgmt/loglevel
GET /api/v1/node/services/node-mgmt/loglevel
System (Fabric) > Transport Nodes
Set Node Management loglevel
PUT /api/v1/transport-nodes/{transport-node-id}/node/services/node-mgmt/loglevel
PUT /api/v1/cluster/{cluster-node-id}/node/services/node-mgmt/loglevel
PUT /api/v1/node/services/node-mgmt/loglevel
System (Fabric) > Transport Nodes
Read appliance management service status
GET /api/v1/transport-nodes/{transport-node-id}/node/services/node-mgmt/status
GET /api/v1/cluster/{cluster-node-id}/node/services/node-mgmt/status
GET /api/v1/node/services/node-mgmt/status
System (Fabric) > Transport Nodes
Read NSX Platform Client service properties
GET /api/v1/transport-nodes/{transport-node-id}/node/services/nsx-platform-client
GET /api/v1/cluster/{cluster-node-id}/node/services/nsx-platform-client
GET /api/v1/node/services/nsx-platform-client
System (Fabric) > Transport Nodes
Restart, start or stop the NSX Platform Client service
POST /api/v1/transport-nodes/{transport-node-id}/node/services/nsx-platform-client?action=restart
POST /api/v1/transport-nodes/{transport-node-id}/node/services/nsx-platform-client?action=start
POST /api/v1/transport-nodes/{transport-node-id}/node/services/nsx-platform-client?action=stop
POST /api/v1/cluster/{cluster-node-id}/node/services/nsx-platform-client?action=restart
POST /api/v1/cluster/{cluster-node-id}/node/services/nsx-platform-client?action=start
POST /api/v1/cluster/{cluster-node-id}/node/services/nsx-platform-client?action=stop
POST /api/v1/node/services/nsx-platform-client?action=restart
POST /api/v1/node/services/nsx-platform-client?action=start
POST /api/v1/node/services/nsx-platform-client?action=stop
System (Fabric) > Transport Nodes
Read NSX Platform Client service status
GET /api/v1/transport-nodes/{transport-node-id}/node/services/nsx-platform-client/status
GET /api/v1/cluster/{cluster-node-id}/node/services/nsx-platform-client/status
GET /api/v1/node/services/nsx-platform-client/status
System (Fabric) > Transport Nodes
Read node status
GET /api/v1/transport-nodes/{transport-node-id}/node/status
GET /api/v1/cluster/{cluster-node-id}/node/status
GET /api/v1/node/status
System (Fabric) > Transport Nodes
Update node status
POST /api/v1/transport-nodes/{transport-node-id}/node/status?action=clear_bootup_error
POST /api/v1/cluster/{cluster-node-id}/node/status?action=clear_bootup_error
POST /api/v1/node/status?action=clear_bootup_error
System (Fabric) > Transport Nodes
Read node version
GET /api/v1/transport-nodes/{transport-node-id}/node/version
GET /api/v1/cluster/{cluster-node-id}/node/version
GET /api/v1/node/version
System (Fabric) > Transport Nodes
List Transport Node collections
GET /api/v1/transport-node-collections
System (Fabric) > Transport Nodes
Create transport node collection by attaching Transport Node Profile to cluster.
POST /api/v1/transport-node-collections
System (Fabric) > Transport Nodes
Detach transport node profile from compute collection.
DELETE /api/v1/transport-node-collections/{transport-node-collection-id}
System (Fabric) > Transport Nodes
Get Transport Node collection by id
GET /api/v1/transport-node-collections/{transport-node-collection-id}
System (Fabric) > Transport Nodes
Retry the process on applying transport node profile
POST /api/v1/transport-node-collections/{transport-node-collection-id}?action=retry_profile_realization
System (Fabric) > Transport Nodes
Update Transport Node collection
PUT /api/v1/transport-node-collections/{transport-node-collection-id}
System (Fabric) > Transport Nodes
Get Transport Node collection application state
GET /api/v1/transport-node-collections/{transport-node-collection-id}/state
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//enforcement-points//edge-transport-nodes instead. For Host TN, Please use GET /infra/sites//enforcement-points//host-transport-nodes instead.
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//enforcement-points//edge-transport-nodes/ instead. For Host TN, Please use PATCH/PUT /infra/sites//enforcement-points//host-transport-nodes/ instead.
POST /api/v1/transport-nodes (Deprecated)
System (Fabric) > Transport Nodes
Clear edge transport node stale entries
POST /api/v1/transport-nodes?action=clean_stale_entries
System (Fabric) > Transport Nodes
Clear edge transport node stale entry
POST /api/v1/transport-nodes/{edge-node-id}/action/clean-stale-entries
System (Fabric) > Transport Nodes
Redeploys a new node that replaces the specified edge node.

Deprecated: This API is deprecated. Please use POST /infra/sites//enforcement-points//edge-transport-nodes//action/redeploy instead.
POST /api/v1/transport-nodes/{node-id}?action=redeploy (Deprecated)
System (Fabric) > Transport Nodes
Add or update deployment references of edge VM.
POST /api/v1/transport-nodes/{node-id}?action=addOrUpdatePlacementReferences
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
Get statistics for all logical router NAT rules on a transport node
GET /api/v1/transport-nodes/{node-id}/statistics/nat-rules
System (Fabric) > Transport Nodes
Invoke DELETE request on target transport node
DELETE /api/v1/transport-nodes/{target-node-id}/{target-uri}
System (Fabric) > Transport Nodes
Invoke GET request on target transport node
GET /api/v1/transport-nodes/{target-node-id}/{target-uri}
System (Fabric) > Transport Nodes
Invoke POST request on target transport node
POST /api/v1/transport-nodes/{target-node-id}/{target-uri}
System (Fabric) > Transport Nodes
Invoke PUT request on target transport node
PUT /api/v1/transport-nodes/{target-node-id}/{target-uri}
System (Fabric) > Transport Nodes
Delete a Transport Node

Deprecated: This API is deprecated. For Edge TN, Please use DELETE /infra/sites//enforcement-points//edge-transport-nodes/ instead. For Host TN, Please use DELETE /infra/sites//enforcement-points//host-transport-nodes/ instead.
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//enforcement-points//edge-transport-nodes/ instead. For Host TN, Please use GET /infra/sites//enforcement-points//host-transport-nodes/ instead.
GET /api/v1/transport-nodes/{transport-node-id} (Deprecated)
System (Fabric) > Transport Nodes
Restart the inventory sync for the node if it is paused currently.
POST /api/v1/transport-nodes/{transport-node-id}?action=restart_inventory_sync
System (Fabric) > Transport Nodes
Disable flow cache for an edge transport node
POST /api/v1/transport-nodes/{transport-node-id}?action=disable_flow_cache
System (Fabric) > Transport Nodes
Enable flow cache for an edge transport node
POST /api/v1/transport-nodes/{transport-node-id}?action=enable_flow_cache
System (Fabric) > Transport Nodes
Refresh the node configuration for the Edge node.

Deprecated: This API is deprecated. Please use POST /infra/sites//enforcement-points//edge-transport-nodes//action/sync-edge-configuration instead.
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//enforcement-points//edge-transport-nodes/ instead. For Host TN, Please use PATCH/PUT /infra/sites//enforcement-points//host-transport-nodes/ instead.
PUT /api/v1/transport-nodes/{transport-node-id} (Deprecated)
System (Fabric) > Transport Nodes
Return the list of capabilities of transport node
GET /api/v1/transport-nodes/{transport-node-id}/capabilities
System (Fabric) > Transport Nodes
Get a Transport Node's State

Deprecated: This API is deprecated. For Edge TN, Please use GET /infra/sites//enforcement-points//edge-transport-nodes//state instead. For Host TN, Please use GET /infra/sites//enforcement-points//host-transport-nodes//state instead.
GET /api/v1/transport-nodes/{transport-node-id}/state (Deprecated)
System (Fabric) > Transport Nodes
Resync a Transport Node
POST /api/v1/transport-nodes/{transportnode-id}?action=resync_host_config
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//enforcement-points//edge-transport-nodes//action/enter-maintenance-mode instead. 2. To exit from the maintenance mode, Please use POST /infra/sites//enforcement-points//edge-transport-nodes//action/exit-maintenance-mode instead. For Host TN, Please use POST /infra/sites//enforcement-points//host-transport-nodes/?action= instead.
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//enforcement-points///state instead. For Host TN, Please use GET /infra/sites//enforcement-points///state instead.
GET /api/v1/transport-nodes/state (Deprecated)
System (Fabric) > Transport Nodes (Status)
Get high-level summary of a transport node
GET /api/v1/transport-nodes/{node-id}/pnic-bond-status
System (Fabric) > Transport Nodes (Status)
Read status of all transport nodes with tunnel connections to transport node
GET /api/v1/transport-nodes/{node-id}/remote-transport-node-status
System (Fabric) > Transport Nodes (Status)
Read status of a transport node
GET /api/v1/transport-nodes/{node-id}/status
System (Fabric) > Transport Nodes (Status)
Get high-level summary of all transport nodes. The service layer does not support source = realtime or cached.
GET /api/v1/transport-nodes/status
System (Fabric) > Transport Nodes (Status)
Read status of transport nodes in a transport zone
GET /api/v1/transport-zones/{zone-id}/transport-node-status
System (Fabric) > Transport Nodes (Status)
Creates a status report of transport nodes in a transport zone
GET /api/v1/transport-zones/{zone-id}/transport-node-status-report
System (Fabric) > Transport Nodes (Status)
Creates a status json report of transport nodes in a transport zone
GET /api/v1/transport-zones/{zone-id}/transport-node-status-report-json
System (Fabric) > Transport Nodes (Status)
Read status of all the transport nodes
GET /api/v1/transport-zones/transport-node-status
System (Fabric) > Transport Nodes (Status)
Creates a status report of transport nodes of all the transport zones
GET /api/v1/transport-zones/transport-node-status-report
System (Fabric) > Transport Nodes (Status)
Creates a status json report of transport nodes of all the transport zones
GET /api/v1/transport-zones/transport-node-status-report-json
System (Fabric) > Transport Nodes (Tunnels)
List of tunnels
GET /api/v1/transport-nodes/{node-id}/tunnels
System (Fabric) > Transport Nodes (Tunnels)
Tunnel properties
GET /api/v1/transport-nodes/{node-id}/tunnels/{tunnel-name}
System (Fabric) > Transport Nodes (User Management)
List node users
GET /api/v1/transport-nodes/{transport-node-id}/node/users
GET /api/v1/cluster/{cluster-node-id}/node/users
GET /api/v1/node/users
System (Fabric) > Transport Nodes (User Management)
Reset a user's own password. Requires current password
POST /api/v1/cluster/{cluster-node-id}/node/users?action=reset_own_password
POST /api/v1/node/users?action=reset_own_password
System (Fabric) > Transport Nodes (User Management)
Create node users
POST /api/v1/cluster/{cluster-node-id}/node/users?action=create_user
POST /api/v1/cluster/{cluster-node-id}/node/users?action=create_audit_user
POST /api/v1/cluster/{cluster-node-id}/node/users?action=create_service_user
POST /api/v1/node/users?action=create_user
POST /api/v1/node/users?action=create_audit_user
POST /api/v1/node/users?action=create_service_user
System (Fabric) > Transport Nodes (User Management)
Delete node user
DELETE /api/v1/transport-nodes/{transport-node-id}/node/users/{userid}
DELETE /api/v1/cluster/{cluster-node-id}/node/users/{userid}
DELETE /api/v1/node/users/{userid}
System (Fabric) > Transport Nodes (User Management)
Read node user
GET /api/v1/transport-nodes/{transport-node-id}/node/users/{userid}
GET /api/v1/cluster/{cluster-node-id}/node/users/{userid}
GET /api/v1/node/users/{userid}
System (Fabric) > Transport Nodes (User Management)
Reset a user's password without requiring their current password
POST /api/v1/transport-nodes/{transport-node-id}/node/users/{userid}?action=reset_password
System (Fabric) > Transport Nodes (User Management)
Deactivate a user account
POST /api/v1/cluster/{cluster-node-id}/node/users/{userid}?action=deactivate
POST /api/v1/node/users/{userid}?action=deactivate
System (Fabric) > Transport Nodes (User Management)
Activate a user account with a password
POST /api/v1/cluster/{cluster-node-id}/node/users/{userid}?action=activate
POST /api/v1/node/users/{userid}?action=activate
System (Fabric) > Transport Nodes (User Management)
Reset a user's password without requiring their current password
POST /api/v1/cluster/{cluster-node-id}/node/users/{userid}?action=reset_password
POST /api/v1/node/users/{userid}?action=reset_password
System (Fabric) > Transport Nodes (User Management)
Update node user
PUT /api/v1/transport-nodes/{transport-node-id}/node/users/{userid}
PUT /api/v1/cluster/{cluster-node-id}/node/users/{userid}
PUT /api/v1/node/users/{userid}
System (Fabric) > Transport Nodes (User Management)
List SSH keys from authorized_keys file for node user
GET /api/v1/transport-nodes/{transport-node-id}/node/users/{userid}/ssh-keys
GET /api/v1/cluster/{cluster-node-id}/node/users/{userid}/ssh-keys
GET /api/v1/node/users/{userid}/ssh-keys
System (Fabric) > Transport Nodes (User Management)
Remove SSH public key from authorized_keys file for node user
POST /api/v1/transport-nodes/{transport-node-id}/node/users/{userid}/ssh-keys?action=remove_ssh_key
POST /api/v1/cluster/{cluster-node-id}/node/users/{userid}/ssh-keys?action=remove_ssh_key
POST /api/v1/node/users/{userid}/ssh-keys?action=remove_ssh_key
System (Fabric) > Transport Nodes (User Management)
Add SSH public key to authorized_keys file for node user
POST /api/v1/transport-nodes/{transport-node-id}/node/users/{userid}/ssh-keys?action=add_ssh_key
POST /api/v1/cluster/{cluster-node-id}/node/users/{userid}/ssh-keys?action=add_ssh_key
POST /api/v1/node/users/{userid}/ssh-keys?action=add_ssh_key
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 high-level summary of a transport zone
GET /api/v1/transport-zones/{zone-id}/status
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)
Get high-level summary of a transport zone. The service layer does not support source = realtime or cached.
GET /api/v1/transport-zones/status
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 (Fabric) > Virtual Network Appliance Cluster
List VirtualNetworkAppliance Clusters under an Enforcement Point
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/virtual-network-appliance-clusters
System (Fabric) > Virtual Network Appliance Cluster
Delete a VirtualNetworkAppliance Cluster under an Enforcement Point
DELETE /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/virtual-network-appliance-clusters/{virtual-network-appliance-cluster-id}
System (Fabric) > Virtual Network Appliance Cluster
Read a VirtualNetworkAppliance Cluster under an Enforcement Point
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/virtual-network-appliance-clusters/{virtual-network-appliance-cluster-id}
System (Fabric) > Virtual Network Appliance Cluster
Patch a Policy VirtualNetworkAppliance Cluster
PATCH /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/virtual-network-appliance-clusters/{virtual-network-appliance-cluster-id}
System (Fabric) > Virtual Network Appliance Cluster
Create Or Update a Policy VirtualNetworkAppliance Cluster
PUT /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/virtual-network-appliance-clusters/{virtual-network-appliance-cluster-id}
System (Fabric) > Virtual Network Appliance Cluster
Get a virtual network appliance cluster allocation status under an Enforcement Point
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/virtual-network-appliance-clusters/{virtual-network-appliance-cluster-id}/allocation/status
System (Fabric) > Virtual Network Appliance Cluster
Get a Policy VirtualNetworkAppliance Cluster State info under an Enforcement Point
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/virtual-network-appliance-clusters/{virtual-network-appliance-cluster-id}/state
System (Fabric) > Virtual Network Appliance Cluster
Get a virtual network appliance Cluster real time status under an Enforcement Point
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/virtual-network-appliance-clusters/{virtual-network-appliance-cluster-id}/status
System (Fabric) > Virtual Network Appliance Cluster
List Virtual Network Appliance(VNA)
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/virtual-network-appliance-clusters/{virtual-network-appliance-cluster-id}/virtual-network-appliances
System (Fabric) > Virtual Network Appliance Cluster
Delete virtual network appliance(VNA)
DELETE /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/virtual-network-appliance-clusters/{virtual-network-appliance-cluster-id}/virtual-network-appliances/{virtual-network-appliance-id}
System (Fabric) > Virtual Network Appliance Cluster
Read a virtual network appliance(VNA)
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/virtual-network-appliance-clusters/{virtual-network-appliance-cluster-id}/virtual-network-appliances/{virtual-network-appliance-id}
System (Fabric) > Virtual Network Appliance Cluster
Patch a new virtual network appliance(VNA)
PATCH /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/virtual-network-appliance-clusters/{virtual-network-appliance-cluster-id}/virtual-network-appliances/{virtual-network-appliance-id}
System (Fabric) > Virtual Network Appliance Cluster
Create or update virtual network appliance(VNA)
PUT /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/virtual-network-appliance-clusters/{virtual-network-appliance-cluster-id}/virtual-network-appliances/{virtual-network-appliance-id}
System (Fabric) > Virtual Network Appliance Cluster
Virtual Network Appliance(VNA) Enter Maintenance Mode Action API
POST /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/virtual-network-appliance-clusters/{virtual-network-appliance-cluster-id}/virtual-network-appliances/{virtual-network-appliance-id}/action/enter-maintenance-mode
System (Fabric) > Virtual Network Appliance Cluster
Evacuate the service contexts from virtual network appliance(VNA)
POST /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/virtual-network-appliance-clusters/{virtual-network-appliance-cluster-id}/virtual-network-appliances/{virtual-network-appliance-id}/action/evacuate
System (Fabric) > Virtual Network Appliance Cluster
Virtual network appliance(VNA) Exit Maintenance Mode Action API
POST /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/virtual-network-appliance-clusters/{virtual-network-appliance-cluster-id}/virtual-network-appliances/{virtual-network-appliance-id}/action/exit-maintenance-mode
System (Fabric) > Virtual Network Appliance Cluster
Redeploy virtual network appliance(VNA)
POST /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/virtual-network-appliance-clusters/{virtual-network-appliance-cluster-id}/virtual-network-appliances/{virtual-network-appliance-id}/action/redeploy
System (Fabric) > Virtual Network Appliance Cluster
Get a Virtual Network Appliance(VNA) State
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/virtual-network-appliance-clusters/{virtual-network-appliance-cluster-id}/virtual-network-appliances/{virtual-network-appliance-id}/state
System (Fabric) > Virtual Switches
Return the List of Virtual Switches
GET /api/v1/fabric/virtual-switches
System (Fabric) > Zones
Returns all the discovered zones
GET /api/v1/fabric/zones
System (Fabric) > Zones
Returns information about the discovered zone
GET /api/v1/fabric/zones/{zone-ext-id}
System (Lifecycle Management) > Backup & Restore (Restore)
Request one-time backup
POST /policy/api/v1/cluster?action=backup_to_remote
POST /api/v1/cluster?action=backup_to_remote
System (Lifecycle Management) > Backup & Restore (Restore)
Request one-time inventory summary.
POST /policy/api/v1/cluster?action=summarize_inventory_to_remote
POST /api/v1/cluster?action=summarize_inventory_to_remote
System (Lifecycle Management) > Backup & Restore (Restore)
Get ssh fingerprint of remote(backup) server
POST /policy/api/v1/cluster/backups?action=retrieve_ssh_fingerprint
POST /api/v1/cluster/backups?action=retrieve_ssh_fingerprint
System (Lifecycle Management) > Backup & Restore (Restore)
Get backup configuration
GET /policy/api/v1/cluster/backups/config
GET /api/v1/cluster/backups/config
System (Lifecycle Management) > Backup & Restore (Restore)
Configure backup
PUT /policy/api/v1/cluster/backups/config
PUT /api/v1/cluster/backups/config
System (Lifecycle Management) > Backup & Restore (Restore)
Get backup history
GET /policy/api/v1/cluster/backups/history
GET /api/v1/cluster/backups/history
System (Lifecycle Management) > Backup & Restore (Restore)
Get all backup related information for a site
GET /policy/api/v1/cluster/backups/overview
GET /api/v1/cluster/backups/overview
System (Lifecycle Management) > Backup & Restore (Restore)
Get backup status
GET /policy/api/v1/cluster/backups/status
GET /api/v1/cluster/backups/status
System (Lifecycle Management) > Backup & Restore (Restore)
Initiate a restore operation
POST /policy/api/v1/cluster/restore?action=start
POST /api/v1/cluster/restore?action=start
System (Lifecycle Management) > Backup & Restore (Restore)
Suspend any running restore operation
POST /policy/api/v1/cluster/restore?action=suspend
POST /api/v1/cluster/restore?action=suspend
System (Lifecycle Management) > Backup & Restore (Restore)
Advance any suspended restore operation
POST /policy/api/v1/cluster/restore?action=advance
POST /api/v1/cluster/restore?action=advance
System (Lifecycle Management) > Backup & Restore (Restore)
Cancel any running restore operation
POST /policy/api/v1/cluster/restore?action=cancel
POST /api/v1/cluster/restore?action=cancel
System (Lifecycle Management) > Backup & Restore (Restore)
Retry any failed restore operation
POST /policy/api/v1/cluster/restore?action=retry
POST /api/v1/cluster/restore?action=retry
System (Lifecycle Management) > Backup & Restore (Restore)
Retry any failed restore operation
POST /policy/api/v1/cluster/restore/action/retry_with_updated_config
POST /api/v1/cluster/restore/action/retry_with_updated_config
System (Lifecycle Management) > Backup & Restore (Restore)
List timestamps of all available Cluster Backups.
GET /policy/api/v1/cluster/restore/backuptimestamps
GET /api/v1/cluster/restore/backuptimestamps
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) > Backup & Restore (Restore)
List resources for a given instruction, to be shown to/executed by users.
GET /policy/api/v1/cluster/restore/instruction-resources
GET /api/v1/cluster/restore/instruction-resources
System (Lifecycle Management) > Backup & Restore (Restore)
Query Restore Request Status
GET /api/v1/cluster/restore/status
System (Lifecycle Management) > Migration (Overlay Adoption)
Get vCenters
GET /api/v1/migration/overlay-adoption/vcenters
System (Lifecycle Management) > Migration (Overlay Adoption)
Provide vCenter details
POST /api/v1/migration/overlay-adoption/vcenters
System (Lifecycle Management) > Migration (Overlay Adoption)
Add vCenter to scope of migration
PUT /api/v1/migration/overlay-adoption/vcenters/{vcenter-id}/add_to_migration_scope
System (Lifecycle Management) > Migration (Overlay Adoption)
Get assessment units
POST /api/v1/migration/overlay-adoption/vcenters/{vcenter-id}/assessment/assessment-units/search
System (Lifecycle Management) > Migration (Overlay Adoption)
Get assessment messages
POST /api/v1/migration/overlay-adoption/vcenters/{vcenter-id}/assessment/messages/search
System (Lifecycle Management) > Migration (Overlay Adoption)
Get VMs by DVPG and VnicIpSubnets.
POST /api/v1/migration/overlay-adoption/vcenters/{vcenter-id}/inventory/dvpg/virtual-machines/search
System (Lifecycle Management) > Migration (Overlay Adoption)
Get DVPGs in vCenter
POST /api/v1/migration/overlay-adoption/vcenters/{vcenter-id}/inventory/dvpgs/search
System (Lifecycle Management) > Migration (Overlay Adoption)
Get segment to DVPGs mapping
POST /api/v1/migration/overlay-adoption/vcenters/{vcenter-id}/inventory/segment-to-dvpgs-mapping/search
System (Lifecycle Management) > Migration (Overlay Adoption)
Get VMs by segment
POST /api/v1/migration/overlay-adoption/vcenters/{vcenter-id}/inventory/segment/virtual-machines/search
System (Lifecycle Management) > Migration (Overlay Adoption)
Continue workflow
POST /api/v1/migration/overlay-adoption/vcenters/{vcenter-id}/workflow/action/continue
System (Lifecycle Management) > Migration (Overlay Adoption)
Reset workflow
POST /api/v1/migration/overlay-adoption/vcenters/{vcenter-id}/workflow/action/reset
System (Lifecycle Management) > Migration (Overlay Adoption)
Rollback workflow
POST /api/v1/migration/overlay-adoption/vcenters/{vcenter-id}/workflow/action/rollback
System (Lifecycle Management) > Migration (Overlay Adoption)
Start workflow.
POST /api/v1/migration/overlay-adoption/vcenters/{vcenter-id}/workflow/action/start
System (Lifecycle Management) > Migration (Overlay Adoption)
Get feedbacks
POST /api/v1/migration/overlay-adoption/vcenters/{vcenter-id}/workflow/feedbacks/search
System (Lifecycle Management) > Migration (Overlay Adoption)
Get workflow details
POST /api/v1/migration/overlay-adoption/vcenters/{vcenter-id}/workflow/search
System (Lifecycle Management) > Migration (Overlay Adoption)
Get workflow spec
POST /api/v1/migration/overlay-adoption/vcenters/{vcenter-id}/workflow/spec/search
System (Lifecycle Management) > Migration (Overlay Adoption)
Get aggregate info for VMs that belong to VM group
POST /api/v1/migration/overlay-adoption/vcenters/{vcenter-id}/workflow/vm-group/vm-aggregate-info-list/search
System (Lifecycle Management) > Migration (Overlay Adoption)
Get DVPG aggregate info list
POST /api/v1/migration/overlay-adoption/vcenters/{vcenter-id}/workflows/dvpg-aggregate-info-list/search
System (Lifecycle Management) > Migration (Overlay Adoption)
Get DVPG migration info
GET /api/v1/migration/overlay-adoption/vcenters/{vcenter-id}/workflows/dvpg-migration-info
System (Lifecycle Management) > Migration (Overlay Adoption)
Get workflows for DVPG and segment pair
POST /api/v1/migration/overlay-adoption/vcenters/{vcenter-id}/workflows/dvpg-segment-pair/search
System (Lifecycle Management) > Migration (Overlay Adoption)
Get workflow specs for DVPG and segment pair
POST /api/v1/migration/overlay-adoption/vcenters/{vcenter-id}/workflows/specs/dvpg-segment-pair/search
System (Lifecycle Management) > Migration (Overlay Adoption)
Get vCenter workflow timestamp list
GET /api/v1/migration/overlay-adoption/workflows/vc-workflow-timestamp-list
System (Lifecycle Management) > Upgrade (Bundles)
Upgrade the upgrade coordinator.
POST /api/v1/upgrade?action=upgrade_uc
System (Lifecycle Management) > Upgrade (Bundles)
Initiate the rollback of the selected component to a previous version.
POST /api/v1/upgrade?action=rollback
System (Lifecycle Management) > Upgrade (Bundles)
Lists the supported releases , available on VMware Download site to upgrade current system.
GET /api/v1/upgrade/available-releases
System (Lifecycle Management) > Upgrade (Bundles)
Upload upgrade bundle
POST /api/v1/upgrade/bundle?action=upload (Deprecated)
System (Lifecycle Management) > Upgrade (Bundles)
Fetch upgrade bundle from given url
POST /api/v1/upgrade/bundles
System (Lifecycle Management) > Upgrade (Bundles)
Upload upgrade bundle
POST /api/v1/upgrade/bundles?action=upload
System (Lifecycle Management) > Upgrade (Bundles)
Get uploaded upgrade bundle information
GET /api/v1/upgrade/bundles/{bundle-id}
System (Lifecycle Management) > Upgrade (Bundles)
Cancel upgrade bundle upload
POST /api/v1/upgrade/bundles/{bundle-id}?action=cancel_upload
System (Lifecycle Management) > Upgrade (Bundles)
Get uploaded upgrade bundle status
GET /api/v1/upgrade/bundles/{bundle-id}/status
System (Lifecycle Management) > Upgrade (Bundles)
Get uploaded upgrade bundle upload status
GET /api/v1/upgrade/bundles/{bundle-id}/upload-status
System (Lifecycle Management) > Upgrade (Coordinator)
Triggers Repository driven Uc Upgrade
POST /api/v1/cluster/{cluster-node-id}/node/upgrade/uc
POST /api/v1/node/upgrade/uc
System (Lifecycle Management) > Upgrade (Edges)
Lists the changeable parameters for enabling or disabling the pre-checks
GET /api/v1/upgrade/pre-upgrade-checks/edge-failover-readiness/config
System (Lifecycle Management) > Upgrade (Edges)
Updates the config to enable/disable the pre-checks
PUT /api/v1/upgrade/pre-upgrade-checks/edge-failover-readiness/config
System (Lifecycle Management) > Upgrade (Edges)
Execute peer edge health checks of the given edge
POST /api/v1/upgrade/pre-upgrade-checks/edge/planned-maintenance
System (Lifecycle Management) > Upgrade (Eula)
Accept end user license agreement
POST /api/v1/upgrade/eula/accept
System (Lifecycle Management) > Upgrade (Eula)
Return the acceptance status of end user license agreement
GET /api/v1/upgrade/eula/acceptance
System (Lifecycle Management) > Upgrade (Eula)
Return the content of end user license agreement
GET /api/v1/upgrade/eula/content
System (Lifecycle Management) > Upgrade (Groups)
Get upgrade banners
GET /api/v1/upgrade/banners
System (Lifecycle Management) > Upgrade (Groups)
Return aggregate information of upgrade unit groups filtered using given query.
POST /api/v1/upgrade/filter/upgrade-unit-groups
System (Lifecycle Management) > Upgrade (Groups)
Return aggregate information of upgrade-units filtered using given query.
POST /api/v1/upgrade/filter/upgrade-units
System (Lifecycle Management) > Upgrade (Groups)
Get upgrade unit groups based on the filter
GET /api/v1/upgrade/filterGroups
System (Lifecycle Management) > Upgrade (Groups)
Get upgrade unit based on the filter
GET /api/v1/upgrade/filterUnits
System (Lifecycle Management) > Upgrade (Groups)
Return information of all upgrade unit groups
GET /api/v1/upgrade/upgrade-unit-groups
System (Lifecycle Management) > Upgrade (Groups)
Create a group
POST /api/v1/upgrade/upgrade-unit-groups
System (Lifecycle Management) > Upgrade (Groups)
Get upgrade status for upgrade unit groups
GET /api/v1/upgrade/upgrade-unit-groups-status
System (Lifecycle Management) > Upgrade (Groups)
Delete the upgrade unit group
DELETE /api/v1/upgrade/upgrade-unit-groups/{group-id}
System (Lifecycle Management) > Upgrade (Groups)
Return upgrade unit group information
GET /api/v1/upgrade/upgrade-unit-groups/{group-id}
System (Lifecycle Management) > Upgrade (Groups)
Reorder upgrade unit group
POST /api/v1/upgrade/upgrade-unit-groups/{group-id}?action=reorder
System (Lifecycle Management) > Upgrade (Groups)
Add upgrade units to specified upgrade unit group
POST /api/v1/upgrade/upgrade-unit-groups/{group-id}?action=add_upgrade_units
System (Lifecycle Management) > Upgrade (Groups)
Update the upgrade unit group
PUT /api/v1/upgrade/upgrade-unit-groups/{group-id}
System (Lifecycle Management) > Upgrade (Groups)
Get upgrade status for group
GET /api/v1/upgrade/upgrade-unit-groups/{group-id}/status
System (Lifecycle Management) > Upgrade (Groups)
Reorder an upgrade unit within the upgrade unit group
POST /api/v1/upgrade/upgrade-unit-groups/{group-id}/upgrade-unit/{upgrade-unit-id}?action=reorder
System (Lifecycle Management) > Upgrade (Groups)
Return aggregate information of all upgrade unit groups
GET /api/v1/upgrade/upgrade-unit-groups/aggregate-info
System (Lifecycle Management) > Upgrade (History)
Get upgrade history
GET /api/v1/upgrade/history
System (Lifecycle Management) > Upgrade (Hosts)
Execute checks before entering host into maintenance mode
POST /api/v1/upgrade/pre-upgrade-checks/host/planned-maintenance
System (Lifecycle Management) > Upgrade (Nodes)
Get upgrade task status
GET /api/v1/cluster/{cluster-node-id}/node/upgrade (Deprecated)
GET /api/v1/node/upgrade (Deprecated)
System (Lifecycle Management) > Upgrade (Nodes)
Execute upgrade task
POST /api/v1/cluster/{cluster-node-id}/node/upgrade/performtask
POST /api/v1/node/upgrade/performtask
System (Lifecycle Management) > Upgrade (Nodes)
Get upgrade progress status
GET /api/v1/cluster/{cluster-node-id}/node/upgrade/progress-status
GET /api/v1/node/upgrade/progress-status
System (Lifecycle Management) > Upgrade (Nodes)
Get upgrade status summary
GET /api/v1/cluster/{cluster-node-id}/node/upgrade/status-summary
GET /api/v1/node/upgrade/status-summary
System (Lifecycle Management) > Upgrade (Nodes)
Get list of nodes across all types
GET /api/v1/upgrade/nodes
System (Lifecycle Management) > Upgrade (Nodes)
Get summary of nodes
GET /api/v1/upgrade/nodes-summary
System (Lifecycle Management) > Upgrade (Nodes)
Get the version whitelist
GET /policy/api/v1/upgrade/version-whitelist
GET /api/v1/upgrade/version-whitelist
System (Lifecycle Management) > Upgrade (Nodes)
Get the version whitelist for the specified component
GET /policy/api/v1/upgrade/version-whitelist/{component_type}
GET /api/v1/upgrade/version-whitelist/{component_type}
System (Lifecycle Management) > Upgrade (Nodes)
Update the version whitelist for the specified component type
PUT /policy/api/v1/upgrade/version-whitelist/{component_type}
PUT /api/v1/upgrade/version-whitelist/{component_type}
System (Lifecycle Management) > Upgrade (Plan)
Execute pre-upgrade checks
POST /api/v1/upgrade?action=execute_pre_upgrade_checks
System (Lifecycle Management) > Upgrade (Plan)
Abort pre-upgrade checks
POST /api/v1/upgrade?action=abort_pre_upgrade_checks
System (Lifecycle Management) > Upgrade (Plan)
Execute post-upgrade checks
POST /api/v1/upgrade/{component-type}?action=execute_post_upgrade_checks
System (Lifecycle Management) > Upgrade (Plan)
Reset upgrade plan to default plan
POST /api/v1/upgrade/plan?action=reset
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)
Pause upgrade
POST /api/v1/upgrade/plan?action=pause
System (Lifecycle Management) > Upgrade (Plan)
Execute the upgrade
POST /api/v1/upgrade/plan?action=upgrade
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 (Lifecycle Management) > Upgrade (Plan)
Stage the upgrade bits
POST /api/v1/upgrade/plan?action=stage-upgrade
System (Lifecycle Management) > Upgrade (Plan)
Upgrade selected units
POST /api/v1/upgrade/plan?action=upgrade_selected_units
System (Lifecycle Management) > Upgrade (Plan)
Get upgrade plan settings for the component
GET /api/v1/upgrade/plan/{component_type}/settings
System (Lifecycle Management) > Upgrade (Plan)
Update upgrade plan settings for the component
PUT /api/v1/upgrade/plan/{component_type}/settings
System (Lifecycle Management) > Upgrade (Plan)
Returns pre-upgrade checks in csv format
GET /api/v1/upgrade/pre-upgrade-checks?format=csv
System (Lifecycle Management) > Upgrade (Plan)
Auto resolve the pre upgrade check.
POST /api/v1/upgrade/pre-upgrade-checks/{pre-upgrade-check-id}?action=resolve
System (Lifecycle Management) > Upgrade (Plan)
Acknowledge the pre upgrade check.
POST /api/v1/upgrade/pre-upgrade-checks/{pre-upgrade-check-id}?action=acknowledge
System (Lifecycle Management) > Upgrade (Plan)
Get Pre-upgrade Check Failures
GET /api/v1/upgrade/pre-upgrade-checks/failures
System (Lifecycle Management) > Upgrade (Plan)
Get Pre-upgrade Check Success
GET /api/v1/upgrade/pre-upgrade-checks/success
System (Lifecycle Management) > Upgrade (Plan)
Returns information about upgrade checks
GET /api/v1/upgrade/upgrade-checks-info
System (Lifecycle Management) > Upgrade (Status)
Fetches the upgrade consistency report for a component or all components.
GET /api/v1/upgrade/consistency-report
System (Lifecycle Management) > Upgrade (Status)
Fetches the upgrade consistency report for a component or all components.
GET /api/v1/upgrade/consistency-report
System (Lifecycle Management) > Upgrade (Status)
Get functional state of the upgrade coordinator
GET /api/v1/upgrade/functional-state
System (Lifecycle Management) > Upgrade (Status)
Get upgrade status summary
GET /api/v1/upgrade/status-summary
System (Lifecycle Management) > Upgrade (Status)
Get upgrade summary
GET /api/v1/upgrade/summary
System (Lifecycle Management) > Upgrade (Status)
Get Uc Bundle metadata for last uploaded bundle.
GET /api/v1/upgrade/uc-bundle-metadata
System (Lifecycle Management) > Upgrade (Status)
Get Uc Upgrade metadata.
GET /api/v1/upgrade/uc-upgrade-metadata
System (Lifecycle Management) > Upgrade (Status)
Get upgrade-coordinator upgrade status
GET /api/v1/upgrade/uc-upgrade-status
System (Lifecycle Management) > Upgrade (Ui Preferences)
Get preferences for rendering the UI.
GET /api/v1/upgrade/ui/preferences
System (Lifecycle Management) > Upgrade (Upgrade Units)
Get upgrade units
GET /api/v1/upgrade/upgrade-units
System (Lifecycle Management) > Upgrade (Upgrade Units)
Get upgrade units stats
GET /api/v1/upgrade/upgrade-units-stats
System (Lifecycle Management) > Upgrade (Upgrade Units)
Get a specific upgrade unit
GET /api/v1/upgrade/upgrade-units/{upgrade-unit-id}
System (Lifecycle Management) > Upgrade (Upgrade Units)
Get upgrade units aggregate-info
GET /api/v1/upgrade/upgrade-units/aggregate-info
System (Settings) > Licenses
Accept end user license agreement
POST /policy/api/v1/eula/accept
POST /api/v1/eula/accept
System (Settings) > Licenses
Return the acceptance status of end user license agreement
GET /policy/api/v1/eula/acceptance
GET /api/v1/eula/acceptance
System (Settings) > Licenses
Return the content of end user license agreement
GET /policy/api/v1/eula/content
GET /api/v1/eula/content
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
Get all licenses
GET /api/v1/licenses
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
Trigger to query licenses from all registered vCenters and License Hub asynchronous
POST /api/v1/licenses/action/async-query
System (Settings) > Licenses
Get status of asynchronous query operation
GET /api/v1/licenses/action/async-query/status
System (Settings) > Licenses
Query the license token info by request parameter
GET /api/v1/licenses/license/action/query-token
System (Settings) > Licenses
Get usage report of all registered modules
GET /api/v1/licenses/licenses-usage
System (Settings) > Licenses
Get usage report of all registred modules in CSV format
GET /api/v1/licenses/licenses-usage?format=csv
System (Settings) > Licenses
Get the security feature license usage report.
GET /api/v1/licenses/security-usage
System (Settings) > Licenses
Get the security feature license usage report in CSV format.
GET /api/v1/licenses/security-usage?format=csv
System (Settings) > Licenses
Synchronize VCF licenses from all registered vCenters
POST /api/v1/licenses/vcf-licenses (Deprecated)
System (Settings) > Licenses
Trigger to query VCF licenses from all registered vCenters asynchronous
POST /api/v1/licenses/vcf/action/async
System (Settings) > Licenses
Get status of asynchronous query operation
GET /api/v1/licenses/vcf/action/async/status
System (Settings) > Licenses
Synchronize VCF licenses from all registered vCenters
POST /api/v1/licenses/vcf/action/sync
System (Settings) > System Properties
Return list of supported host OS types
GET /api/v1/fabric/ostypes
System Administration > Configuration > Auto-Reject-Ip-Options-Gateway-Firewall
Fetch the auto reject IP options gateway firewall configuration value.
GET /policy/api/v1/system-config/auto-reject-ip-options-gateway-firewall
System Administration > Configuration > Auto-Reject-Ip-Options-Gateway-Firewall
Saves the configuration for auto reject IP options gateway firewall configuration
PATCH /policy/api/v1/system-config/auto-reject-ip-options-gateway-firewall
System Administration > Configuration > Fabric > Nodes > Services > NSX Message Service
Read NSX Message Bus service properties
GET /api/v1/cluster/{cluster-node-id}/node/services/nsx-message-bus
GET /api/v1/node/services/nsx-message-bus
System Administration > Configuration > Fabric > Nodes > Services > NSX Message Service
Restart, start or stop the NSX Message Bus service
POST /api/v1/cluster/{cluster-node-id}/node/services/nsx-message-bus?action=restart
POST /api/v1/cluster/{cluster-node-id}/node/services/nsx-message-bus?action=start
POST /api/v1/cluster/{cluster-node-id}/node/services/nsx-message-bus?action=stop
POST /api/v1/node/services/nsx-message-bus?action=restart
POST /api/v1/node/services/nsx-message-bus?action=start
POST /api/v1/node/services/nsx-message-bus?action=stop
System Administration > Configuration > Fabric > Nodes > Services > NSX Message Service
Read NSX Message Bus service status
GET /api/v1/cluster/{cluster-node-id}/node/services/nsx-message-bus/status
GET /api/v1/node/services/nsx-message-bus/status
System Administration > Configuration > Fabric > Nodes > Settings
List node FIPs modules
GET /api/v1/transport-nodes/{transport-node-id}/node/fips/modules
GET /api/v1/transport-nodes/{transport-node-id}/node/fips/modules?component_name=nsx-manager
GET /api/v1/transport-nodes/{transport-node-id}/node/fips/modules?component_name=nsx-global-manager
GET /api/v1/transport-nodes/{transport-node-id}/node/fips/modules?component_name=nsx-edge
GET /api/v1/cluster/{cluster-node-id}/node/fips/modules
GET /api/v1/cluster/{cluster-node-id}/node/fips/modules?component_name=nsx-manager
GET /api/v1/cluster/{cluster-node-id}/node/fips/modules?component_name=nsx-global-manager
GET /api/v1/cluster/{cluster-node-id}/node/fips/modules?component_name=nsx-edge
GET /api/v1/node/fips/modules
GET /api/v1/node/fips/modules?component_name=nsx-manager
GET /api/v1/node/fips/modules?component_name=nsx-global-manager
GET /api/v1/node/fips/modules?component_name=nsx-edge
System Administration > Configuration > Ssp > Registration
Get all registered Security Services Platforms
GET /policy/api/v1/infra/ssp/registration
System Administration > Configuration > Ssp > Registration
Get a registered Security Services Platform as specified
GET /policy/api/v1/infra/ssp/registration/{cluster-id}
System Administration > Diagnosis
Perform host resolution test
POST /api/v1/administration/network-diagnosis/host-resolution-test
System Administration > Diagnosis
Perform ping reachability test
POST /api/v1/administration/network-diagnosis/ping-reachability-test
System Administration > Monitoring > NSX Manager Health
Gets Node health status
GET /api/v1/reverse-proxy/node/health
Troubleshooting > Port Mirroring
List Port Mirroring Profiles
GET /policy/api/v1/infra/port-mirroring-profiles
Troubleshooting > Port Mirroring
Delete Port Mirroring Profile
DELETE /policy/api/v1/infra/port-mirroring-profiles/{port-mirroring-profile-id}
Troubleshooting > Port Mirroring
Details of Port Mirroring Profile
GET /policy/api/v1/infra/port-mirroring-profiles/{port-mirroring-profile-id}
Troubleshooting > Port Mirroring
Patch Port Mirroring Profile.
PATCH /policy/api/v1/infra/port-mirroring-profiles/{port-mirroring-profile-id}
Troubleshooting > Port Mirroring
Create or Replace Port Mirroring Profile.
PUT /policy/api/v1/infra/port-mirroring-profiles/{port-mirroring-profile-id}
Troubleshooting > Traceflow
List AntreaTraceflowConfig for infra
GET /policy/api/v1/infra/antrea/traceflows
Troubleshooting > Traceflow
Delete Antrea traceflow config
DELETE /policy/api/v1/infra/antrea/traceflows/{traceflow-id}
Troubleshooting > Traceflow
Read Antrea traceflow config
GET /policy/api/v1/infra/antrea/traceflows/{traceflow-id}
Troubleshooting > Traceflow
Create an Antrea traceflow config
PATCH /policy/api/v1/infra/antrea/traceflows/{traceflow-id}
Troubleshooting > Traceflow
Restart Antrea traceflow with same set of parameters used during create traceflow
POST /policy/api/v1/infra/antrea/traceflows/{traceflow-id}
Troubleshooting > Traceflow
Create an Antrea traceflow config
PUT /policy/api/v1/infra/antrea/traceflows/{traceflow-id}
Troubleshooting > Traceflow
Read Antrea traceflow observations
GET /policy/api/v1/infra/antrea/traceflows/{traceflow-id}/observations
Troubleshooting > Traceflow
Read Antrea traceflow status
GET /policy/api/v1/infra/antrea/traceflows/{traceflow-id}/status
Troubleshooting > Traceflow
List TraceflowConfig for infra
GET /policy/api/v1/infra/traceflows
GET /policy/api/v1/global-infra/traceflows
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/traceflows
Troubleshooting > Traceflow
Delete traceflow config
DELETE /policy/api/v1/infra/traceflows/{traceflow-id}
DELETE /policy/api/v1/global-infra/traceflows/{traceflow-id}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/traceflows/{traceflow-id}
Troubleshooting > Traceflow
Read traceflow config
GET /policy/api/v1/infra/traceflows/{traceflow-id}
GET /policy/api/v1/global-infra/traceflows/{traceflow-id}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/traceflows/{traceflow-id}
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)
Troubleshooting > Traceflow
Create or update a traceflow config
PUT /policy/api/v1/infra/traceflows/{traceflow-id}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/traceflows/{traceflow-id}
Troubleshooting > Traceflow
Read traceflow observations
GET /policy/api/v1/infra/traceflows/{traceflow-id}/observations
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/traceflows/{traceflow-id}/observations
Troubleshooting > Traceflow
Read traceflow status
GET /policy/api/v1/infra/traceflows/{traceflow-id}/status
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/traceflows/{traceflow-id}/status
Uncategorized APIs
List controllers registered to NSX for licensing
GET /policy/api/v1/alb/controller-info/info
Uncategorized APIs
Delete information of Avi controller in NSX
DELETE /policy/api/v1/alb/controller-info/info/{controller-id}
Uncategorized APIs
Read controller info
GET /policy/api/v1/alb/controller-info/info/{controller-id}
Uncategorized APIs
Create information of Avi controller in NSX
PUT /policy/api/v1/alb/controller-info/info/{controller-id}
Uncategorized APIs
Get current status of maintenance mode for Analytics agents
GET /policy/api/v1/infra/sites/agents/intelligence/maintenance
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/sites/agents/intelligence/maintenance
Uncategorized APIs
Activate/deactivate maintenance mode for Analytics agents
PUT /policy/api/v1/infra/sites/agents/intelligence/maintenance
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/sites/agents/intelligence/maintenance
Uncategorized APIs
Fetch current Metric agent config
GET /policy/api/v1/infra/sites/agents/metrics
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/sites/agents/metrics
Uncategorized APIs
Create Metrics agent intent resource
PUT /policy/api/v1/infra/sites/agents/metrics
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/sites/agents/metrics
User Management > Access Token
Create registration access token
POST /policy/api/v1/aaa/registration-token
POST /api/v1/aaa/registration-token
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 > Access Token
Delete registration access token
POST /policy/api/v1/aaa/registration-token/delete
POST /api/v1/aaa/registration-token/delete
User Management > Access Token
Get registration access token
POST /policy/api/v1/aaa/registration-token/retrieve
POST /api/v1/aaa/registration-token/retrieve
User Management > Access Token
Create sensor registration access token
POST /policy/api/v1/security/sensor-registration-token
POST /api/v1/security/sensor-registration-token
User Management > Principal Identities
Return the list of OpenID Connect end-points.
GET /api/v1/trust-management/oidc-uris
User Management > Principal Identities
Add an OpenID Connect end-point.
POST /api/v1/trust-management/oidc-uris
User Management > Principal Identities
Update a OpenID Connect end-point's thumbprint
POST /api/v1/trust-management/oidc-uris?action=update_thumbprint
User Management > Principal Identities
Get an OpenID Connect end-point.
GET /api/v1/trust-management/oidc-uris/{id}
User Management > Principal Identities
Refresh an OpenID Connect end-point
POST /api/v1/trust-management/oidc-uris/{id}?action=refresh
User Management > Principal Identities
Update an OpenID Connect end-point.
PUT /api/v1/trust-management/oidc-uris/{id}
User Management > Principal Identities
Check the health of an OpenID Connect end-point
GET /api/v1/trust-management/oidc-uris/{id}/health
User Management > Principal Identities
Configure NSX for OIDC authentication with VIDB
POST /api/v1/trust-management/oidc-uris/action/configure-vidb-oidc-endpoint
User Management > Principal Identities
Configure NSX for OIDC authentication with VC/WS1B
POST /api/v1/trust-management/oidc-uris/action/configure-ws1b-oidc-endpoint
User Management > Principal Identities
Unconfigure NSX for OIDC authentication with VC/WS1B
POST /api/v1/trust-management/oidc-uris/action/remove-ws1b-oidc-endpoint
User Management > Principal Identities
Test connection to VIDB
POST /api/v1/trust-management/oidc-uris/action/test-vidb-oidc-endpoint-connection
User Management > Principal Identities
Return the list of principal identities
GET /api/v1/trust-management/principal-identities
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 > Principal Identities
Update a principal identity's certificate
POST /api/v1/trust-management/principal-identities?action=update_certificate
User Management > Principal Identities
Delete a principal identity
DELETE /api/v1/trust-management/principal-identities/{principal-identity-id}
User Management > Principal Identities
Get a principal identity
GET /api/v1/trust-management/principal-identities/{principal-identity-id}
User Management > Principal Identities
Register a name-certificate combination.
POST /api/v1/trust-management/principal-identities/with-certificate
User Management > Principal Identities
Return the list of token-based principal identities. | These don't have certificate or role information.
GET /api/v1/trust-management/token-principal-identities
User Management > Principal Identities
Register a token-based principal identity.
POST /api/v1/trust-management/token-principal-identities
User Management > Principal Identities
Delete a token-based principal identity
DELETE /api/v1/trust-management/token-principal-identities/{principal-identity-id}
User Management > Principal Identities
Get a token-based principal identity
GET /api/v1/trust-management/token-principal-identities/{principal-identity-id}
User Management > Roles
List RBAC features
GET /policy/api/v1/aaa/features-with-properties
GET /api/v1/aaa/features-with-properties
User Management > Roles
Get all users and groups with their roles
GET /policy/api/v1/aaa/role-bindings
GET /api/v1/aaa/role-bindings
User Management > Roles
Assign roles to User or Group
POST /policy/api/v1/aaa/role-bindings
POST /api/v1/aaa/role-bindings
User Management > Roles
Delete all stale role assignments
POST /policy/api/v1/aaa/role-bindings?action=delete_stale_bindings
POST /api/v1/aaa/role-bindings?action=delete_stale_bindings
User Management > Roles
Delete user/group's roles assignment
DELETE /policy/api/v1/aaa/role-bindings/{binding-id}
DELETE /api/v1/aaa/role-bindings/{binding-id}
User Management > Roles
Get user/group's role information
GET /policy/api/v1/aaa/role-bindings/{binding-id}
GET /api/v1/aaa/role-bindings/{binding-id}
User Management > Roles
Update User or Group's roles
PUT /policy/api/v1/aaa/role-bindings/{binding-id}
PUT /api/v1/aaa/role-bindings/{binding-id}
User Management > Roles
Get information about all roles
GET /policy/api/v1/aaa/roles
GET /api/v1/aaa/roles
User Management > Roles
Validate a new feature permission set
POST /policy/api/v1/aaa/roles?action=validate
POST /api/v1/aaa/roles?action=validate
User Management > Roles
Get information about all roles with features and their permissions
GET /policy/api/v1/aaa/roles-with-feature-permissions
GET /api/v1/aaa/roles-with-feature-permissions
User Management > Roles
Delete custom role
DELETE /policy/api/v1/aaa/roles/{role}
DELETE /api/v1/aaa/roles/{role}
User Management > Roles
Get role information
GET /policy/api/v1/aaa/roles/{role}
GET /api/v1/aaa/roles/{role}
User Management > Roles
Clone an already present role
POST /policy/api/v1/aaa/roles/{role}?action=clone
POST /api/v1/aaa/roles/{role}?action=clone
User Management > Roles
Update custom role
PUT /policy/api/v1/aaa/roles/{role}
PUT /api/v1/aaa/roles/{role}
User Management > Roles
Set role assignment permission configuration
PUT /policy/api/v1/aaa/roles/{role}/role-assignment-permission-config
PUT /api/v1/aaa/roles/{role}/role-assignment-permission-config
User Management > Roles
Get all users and groups with their roles
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/aaa/role-bindings
User Management > Roles
Assign roles to User or Group
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/aaa/role-bindings
User Management > Roles
Delete user/group's roles assignment
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/aaa/role-bindings/{binding-id}
User Management > Roles
Get user/group's role information from CSP
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/aaa/role-bindings/{binding-id}
User Management > Roles
Get information about all roles
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/aaa/roles
User Management > Roles
Get all users and groups with their roles
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/aaa/role-bindings
User Management > Roles
Assign roles to User or Group
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/aaa/role-bindings
User Management > Roles
Delete user/group's roles assignment
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/aaa/role-bindings/{binding-id}
User Management > Roles
Get user/group's role information from CSP
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/aaa/role-bindings/{binding-id}
User Management > Roles
Get information about all roles
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/aaa/roles
User Management > User Authentication
Authenticate and create a session
POST /api/session/create
User Management > User Authentication
Destroy an authenticated session
POST /api/session/destroy
User Management > Users
Get the name and role information of the user.
GET /policy/api/v1/aaa/user-info
GET /api/v1/aaa/user-info
User Management > Users
Get the name and role information of the user.
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/aaa/user-info
User Management > Users
Get the name and role information of the user.
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/aaa/user-info
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 (Transit Gateway) > Attachments
List transit gateway attachments
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/attachments
VPC Networking (Transit Gateway) > Attachments
Delete transit gateway attachment
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/attachments/{attachment-id}
VPC Networking (Transit Gateway) > Attachments
Read transit gateway attachment
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/attachments/{attachment-id}
VPC Networking (Transit Gateway) > Attachments
Create or Update transit gateway attachment
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/attachments/{attachment-id}
VPC Networking (Transit Gateway) > Attachments
Create or Update transit gateway attachment
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/attachments/{attachment-id}
VPC Networking (Transit Gateway) > Attachments
Get per node state for transit gateway attachment interfaces.
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/attachments/{attachment-id}/state/interfaces
VPC Networking (Transit Gateway) > Attachments
Get per node statistics for transit gateway attachment interfaces.
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/attachments/{attachment-id}/state/interfaces/{interface-id}/statistics
VPC Networking (Transit Gateway) > Attachments
Get transit gateway attachment statistics.
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/attachments/{attachment-id}/statistics
VPC Networking (Transit Gateway) > Attachments
List networks advertised to the TGW external attachment
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/attachments/{external-attachment-id}/advertised-networks
VPC Networking (Transit Gateway) > Attachments
List networks advertised to the TGW external attachment in CSV format
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/attachments/{external-attachment-id}/advertised-networks/download
VPC Networking (Transit Gateway) > Centralized Configs
List transit gateway centralized service configurations
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/centralized-configs
VPC Networking (Transit Gateway) > Centralized Configs
Delete transit gateway centralized service configuration
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/centralized-configs/{centralized-config-id}
VPC Networking (Transit Gateway) > Centralized Configs
Read transit gateway centralized service configuration
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/centralized-configs/{centralized-config-id}
VPC Networking (Transit Gateway) > Centralized Configs
Update transit gateway centralized service configuration
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/centralized-configs/{centralized-config-id}
VPC Networking (Transit Gateway) > Centralized Configs
Create or replace transit gateway centralized service configuration
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/centralized-configs/{centralized-config-id}
VPC Networking (Transit Gateway) > Connectivity Policies
List of all VPCs connected to the Transit Gateway
POST /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/connected-vpcs
VPC Networking (Transit Gateway) > Connectivity Policies
List transit gateway connectivity policies
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/connectivity-policies
VPC Networking (Transit Gateway) > Connectivity Policies
Delete transit gateway connectivity policy
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/connectivity-policies/{connectivity-policy-id}
VPC Networking (Transit Gateway) > Connectivity Policies
Read transit gateway connectivity policy
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/connectivity-policies/{connectivity-policy-id}
VPC Networking (Transit Gateway) > Connectivity Policies
Create or update transit gateway connectivity policy
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/connectivity-policies/{connectivity-policy-id}
VPC Networking (Transit Gateway) > Connectivity Policies
Create or update transit gateway connectivity policy
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/connectivity-policies/{connectivity-policy-id}
VPC Networking (Transit Gateway) > External Connections
List distributed vlan connections
GET /policy/api/v1/infra/distributed-vlan-connections
VPC Networking (Transit Gateway) > External Connections
Delete a distributed vlan connection
DELETE /policy/api/v1/infra/distributed-vlan-connections/{distributed-vlan-connection-id}
VPC Networking (Transit Gateway) > External Connections
Read a distributed vlan connection
GET /policy/api/v1/infra/distributed-vlan-connections/{distributed-vlan-connection-id}
VPC Networking (Transit Gateway) > External Connections
Patch a distributed vlan connection
PATCH /policy/api/v1/infra/distributed-vlan-connections/{distributed-vlan-connection-id}
VPC Networking (Transit Gateway) > External Connections
Create or update distributed vlan connection
PUT /policy/api/v1/infra/distributed-vlan-connections/{distributed-vlan-connection-id}
VPC Networking (Transit Gateway) > External Connections
List distributed vxlan connection
GET /policy/api/v1/infra/distributed-vxlan-connections
VPC Networking (Transit Gateway) > External Connections
Delete a distributed vxlan connection
DELETE /policy/api/v1/infra/distributed-vxlan-connections/{distributed-vxlan-connection-id}
VPC Networking (Transit Gateway) > External Connections
Read a distributed vxlan connection
GET /policy/api/v1/infra/distributed-vxlan-connections/{distributed-vxlan-connection-id}
VPC Networking (Transit Gateway) > External Connections
Patch a distributed vxlan connection
PATCH /policy/api/v1/infra/distributed-vxlan-connections/{distributed-vxlan-connection-id}
VPC Networking (Transit Gateway) > External Connections
Create or update distributed vxlan connection
PUT /policy/api/v1/infra/distributed-vxlan-connections/{distributed-vxlan-connection-id}
VPC Networking (Transit Gateway) > External Connections
List gateway connections
GET /policy/api/v1/infra/gateway-connections
VPC Networking (Transit Gateway) > External Connections
Delete a gateway connection
DELETE /policy/api/v1/infra/gateway-connections/{gateway-connection-id}
VPC Networking (Transit Gateway) > External Connections
Read a gateway connection
GET /policy/api/v1/infra/gateway-connections/{gateway-connection-id}
VPC Networking (Transit Gateway) > External Connections
Patch a gateway connection
PATCH /policy/api/v1/infra/gateway-connections/{gateway-connection-id}
VPC Networking (Transit Gateway) > External Connections
Create or update a gateway connection
PUT /policy/api/v1/infra/gateway-connections/{gateway-connection-id}
VPC Networking (Transit Gateway) > IPSEC VPN (Local Endpoints)
Get IPSec VPN local endpoint list result
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/ipsec-vpn-services/{ipsec-vpn-service-id}/local-endpoints
VPC Networking (Transit Gateway) > IPSEC VPN (Local Endpoints)
Delete IPSec VPN local endpoint
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/ipsec-vpn-services/{ipsec-vpn-service-id}/local-endpoints/{local-endpoint-id}
VPC Networking (Transit Gateway) > IPSEC VPN (Local Endpoints)
Get IPSec VPN local endpoint
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/ipsec-vpn-services/{ipsec-vpn-service-id}/local-endpoints/{local-endpoint-id}
VPC Networking (Transit Gateway) > IPSEC VPN (Local Endpoints)
Create or patch a custom IPSec VPN local endpoint
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/ipsec-vpn-services/{ipsec-vpn-service-id}/local-endpoints/{local-endpoint-id}
VPC Networking (Transit Gateway) > IPSEC VPN (Local Endpoints)
Create or fully replace IPSec VPN local endpoint
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/ipsec-vpn-services/{ipsec-vpn-service-id}/local-endpoints/{local-endpoint-id}
VPC Networking (Transit Gateway) > IPSEC VPN (Services)
Get IPSec VPN service list result
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/ipsec-vpn-services
VPC Networking (Transit Gateway) > IPSEC VPN (Services)
Delete IPSec VPN service
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/ipsec-vpn-services/{ipsec-vpn-service-id}
VPC Networking (Transit Gateway) > IPSEC VPN (Services)
Get IPSec VPN service
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/ipsec-vpn-services/{ipsec-vpn-service-id}
VPC Networking (Transit Gateway) > IPSEC VPN (Services)
Create or patch IPSec VPN service
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/ipsec-vpn-services/{ipsec-vpn-service-id}
VPC Networking (Transit Gateway) > IPSEC VPN (Services)
Create or fully replace IPSec VPN service
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/ipsec-vpn-services/{ipsec-vpn-service-id}
VPC Networking (Transit Gateway) > IPSEC VPN (Sessions)
Get IPSec VPN sessions list result
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/ipsec-vpn-services/{ipsec-vpn-service-id}/sessions
VPC Networking (Transit Gateway) > IPSEC VPN (Sessions)
Delete IPSec VPN session
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/ipsec-vpn-services/{ipsec-vpn-service-id}/sessions/{session-id}
VPC Networking (Transit Gateway) > IPSEC VPN (Sessions)
Get IPSec VPN Session
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/ipsec-vpn-services/{ipsec-vpn-service-id}/sessions/{session-id}
VPC Networking (Transit Gateway) > IPSEC VPN (Sessions)
Get IPSec VPN Session
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/ipsec-vpn-services/{ipsec-vpn-service-id}/sessions/{session-id}?action=show_sensitive_data
VPC Networking (Transit Gateway) > IPSEC VPN (Sessions)
Create or patch an IPSec VPN session
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/ipsec-vpn-services/{ipsec-vpn-service-id}/sessions/{session-id}
VPC Networking (Transit Gateway) > IPSEC VPN (Sessions)
Create or fully replace IPSec VPN session
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/ipsec-vpn-services/{ipsec-vpn-service-id}/sessions/{session-id}
VPC Networking (Transit Gateway) > IPSEC VPN (Sessions)
Get IPSec VPN configuration for the peer site
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/ipsec-vpn-services/{ipsec-vpn-service-id}/sessions/{session-id}/peer-config
VPC Networking (Transit Gateway) > IPSEC VPN (Statistics)
Get IPSec VPN session statistics under Transit Gateway
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/ipsec-vpn-services/{service-id}/sessions/{session-id}/statistics
VPC Networking (Transit Gateway) > IPSEC VPN (Statistics)
Reset the statistics of the given VPN session under a transit gateway
POST /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/ipsec-vpn-services/{service-id}/sessions/{session-id}/statistics
VPC Networking (Transit Gateway) > IPSEC VPN (Status)
Get IPSec VPN session detailed status under Transit Gateway
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/ipsec-vpn-services/{service-id}/sessions/{session-id}/detailed-status
VPC Networking (Transit Gateway) > IPSEC VPN (Summary)
Get IPSec VPN Session Summary
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/ipsec-vpn-services/{service-id}/summary
VPC Networking (Transit Gateway) > NAT
List TransitGateway NAT types.
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{tgw-id}/nat
VPC Networking (Transit Gateway) > NAT
GET TransitGateway NAT types /section
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{tgw-id}/nat/{nat-id}
VPC Networking (Transit Gateway) > NAT
List NAT Rules
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{tgw-id}/nat/{nat-id}/nat-rules
VPC Networking (Transit Gateway) > NAT
Delete NAT Rule
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{tgw-id}/nat/{nat-id}/nat-rules/{nat-rule-id}
VPC Networking (Transit Gateway) > NAT
Get NAT Rule
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{tgw-id}/nat/{nat-id}/nat-rules/{nat-rule-id}
VPC Networking (Transit Gateway) > NAT
Create or update a Nat Rule
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{tgw-id}/nat/{nat-id}/nat-rules/{nat-rule-id}
VPC Networking (Transit Gateway) > NAT
Update NAT Rule
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{tgw-id}/nat/{nat-id}/nat-rules/{nat-rule-id}
VPC Networking (Transit Gateway) > NAT
Get transit gateway NAT Rule Statistics
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/nat/{nat-id}/nat-rules/{nat-rule-id}/statistics
VPC Networking (Transit Gateway) > NAT
List NAT Rules Statistics
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/nat/statistics
VPC Networking (Transit Gateway) > Network Span
List Network Spans
GET /policy/api/v1/infra/network-spans
VPC Networking (Transit Gateway) > Network Span
Delete Network Span
DELETE /policy/api/v1/infra/network-spans/{span-id}
VPC Networking (Transit Gateway) > Network Span
Read Network Span
GET /policy/api/v1/infra/network-spans/{span-id}
VPC Networking (Transit Gateway) > Network Span
Create or Update Network Span
PATCH /policy/api/v1/infra/network-spans/{span-id}
VPC Networking (Transit Gateway) > Network Span
Create or replace Network Span
PUT /policy/api/v1/infra/network-spans/{span-id}
VPC Networking (Transit Gateway) > Network Span
List Zone Members
GET /policy/api/v1/infra/zones/{zone-id}/members
VPC Networking (Transit Gateway) > Routing (Static Routes)
List of Transit Gateway Static Route
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/static-routes
VPC Networking (Transit Gateway) > Routing (Static Routes)
Delete Transit Gateway static route
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/static-routes/{route-id}
VPC Networking (Transit Gateway) > Routing (Static Routes)
Read a Transit Gateway static route
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/static-routes/{route-id}
VPC Networking (Transit Gateway) > Routing (Static Routes)
Create or update a Transit Gateway static route
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/static-routes/{route-id}
VPC Networking (Transit Gateway) > Routing (Static Routes)
Create or update a Transit Gateway static route
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/static-routes/{route-id}
VPC Networking (Transit Gateway) > Status
Get Transit Gateway Address Resolution Protocol Proxies
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/arp-proxies
VPC Networking (Transit Gateway) > Status
Get Transit Gateway Address Resolution Protocol Proxies in CSV format
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/arp-proxies/download
VPC Networking (Transit Gateway) > Status
Get forwarding table from TGW
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/forwarding-table
VPC Networking (Transit Gateway) > Status
Get forwarding table from TGW in CSV format
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/forwarding-table/download
VPC Networking (Transit Gateway) > Status
Get transit gateway realization failures
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/realization-failures (Experimental)
VPC Networking (Transit Gateway) > Status
Get routing table from TGW
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/routing-table
VPC Networking (Transit Gateway) > Status
Get routing table from TGW in CSV format
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/routing-table/download
VPC Networking (Transit Gateway) > Status
Get Transit Gateway state
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/state
VPC Networking (Transit Gateway) > Status
Get Transit Gateway statistics
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/statistics
VPC Networking (Transit Gateway) > Status
Get current status of TGW
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/status
VPC Networking (Transit Gateway) > Transit Gateway
List VPC transit gateways
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways
VPC Networking (Transit Gateway) > Transit Gateway
Delete VPC transit gateway
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}
VPC Networking (Transit Gateway) > Transit Gateway
Read VPC transit gateway
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}
VPC Networking (Transit Gateway) > Transit Gateway
Create or Update VPC transit gateway
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}
VPC Networking (Transit Gateway) > Transit Gateway
Create or Update VPC transit gateway
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}
VPC Networking (Transit Gateway) > Transit Gateway
Manual failover of the active-standby centralized transit gateway to the preferred edge node
POST /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/actions/failover
VPC Networking (Vpc) > Lb Application Profiles
List LBAppProfiles
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/vpc-lb-app-profiles
VPC Networking (Vpc) > Lb Application Profiles
Delete LBAppProfile and all the entities contained by this LBAppProfile
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/vpc-lb-app-profiles/{vpc-lb-app-profile-id}
VPC Networking (Vpc) > Lb Application Profiles
Read LBAppProfile
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/vpc-lb-app-profiles/{vpc-lb-app-profile-id}
VPC Networking (Vpc) > Lb Application Profiles
Create or update a LBAppProfile
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/vpc-lb-app-profiles/{vpc-lb-app-profile-id}
VPC Networking (Vpc) > Lb Application Profiles
Create or update a LBAppProfile
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/vpc-lb-app-profiles/{vpc-lb-app-profile-id}
VPC Networking (Vpc) > Lb Monitor Profiles
List LBMonitorProfiles specified Vpc
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/vpc-lb-monitor-profiles
VPC Networking (Vpc) > Lb Monitor Profiles
Delete LBMonitorProfile and all the entities contained by this LBMonitorProfile
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/vpc-lb-monitor-profiles/{vpc-lb-monitor-profile-id}
VPC Networking (Vpc) > Lb Monitor Profiles
Read LBMonitorProfile
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/vpc-lb-monitor-profiles/{vpc-lb-monitor-profile-id}
VPC Networking (Vpc) > Lb Monitor Profiles
Create or update a LBMonitorProfile
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/vpc-lb-monitor-profiles/{vpc-lb-monitor-profile-id}
VPC Networking (Vpc) > Lb Monitor Profiles
Create or update a LBMonitorProfile
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/vpc-lb-monitor-profiles/{vpc-lb-monitor-profile-id}
VPC Networking (Vpc) > Lb Persistence Profiles
List LBPersistenceProfiles for the specified Vpc
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/vpc-lb-persistence-profiles
VPC Networking (Vpc) > Lb Persistence Profiles
Delete LBPersistenceProfile and all the entities contained by this LBPersistenceProfile
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/vpc-lb-persistence-profiles/{vpc-lb-persistence-profile-id}
VPC Networking (Vpc) > Lb Persistence Profiles
Read LBPersistenceProfile
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/vpc-lb-persistence-profiles/{vpc-lb-persistence-profile-id}
VPC Networking (Vpc) > Lb Persistence Profiles
Create or update a LBPersistenceProfile
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/vpc-lb-persistence-profiles/{vpc-lb-persistence-profile-id}
VPC Networking (Vpc) > Lb Persistence Profiles
Create or update a LBPersistenceProfile
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/vpc-lb-persistence-profiles/{vpc-lb-persistence-profile-id}
VPC Networking (Vpc) > Lb Pools
List LBPools
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/vpc-lb-pools
VPC Networking (Vpc) > Lb Pools
Delete LBPool and all the entities contained by this LBPool
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/vpc-lb-pools/{vpc-lb-pool-id}
VPC Networking (Vpc) > Lb Pools
Read LBPool
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/vpc-lb-pools/{vpc-lb-pool-id}
VPC Networking (Vpc) > Lb Pools
Create or update a LBPool
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/vpc-lb-pools/{vpc-lb-pool-id}
VPC Networking (Vpc) > Lb Pools
Create or update a LBPool
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/vpc-lb-pools/{vpc-lb-pool-id}
VPC Networking (Vpc) > Lb Virtual Servers
List LBVirtualServers
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/vpc-lb-virtual-servers
VPC Networking (Vpc) > Lb Virtual Servers
Delete LBVirtualServer and all the entities contained by this LBVirtualServer.
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/vpc-lb-virtual-servers/{vpc-lb-virtual-server-id}
VPC Networking (Vpc) > Lb Virtual Servers
Read LBVirtualServer
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/vpc-lb-virtual-servers/{vpc-lb-virtual-server-id}
VPC Networking (Vpc) > Lb Virtual Servers
Create or update a LBVirtualServer
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/vpc-lb-virtual-servers/{vpc-lb-virtual-server-id}
VPC Networking (Vpc) > Lb Virtual Servers
Create or update a LBVirtualServer
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/vpc-lb-virtual-servers/{vpc-lb-virtual-server-id}
VPC Networking (Vpc) > Attachments
List of VPC Attachment
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/attachments
VPC Networking (Vpc) > Attachments
Delete VPC Attachment
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/attachments/{vpc-attachment-id}
VPC Networking (Vpc) > Attachments
Get VPC Attachment
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/attachments/{vpc-attachment-id}
VPC Networking (Vpc) > Attachments
Update VPC Attachment
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/attachments/{vpc-attachment-id}
VPC Networking (Vpc) > Attachments
Update the VPC attachment
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/attachments/{vpc-attachment-id}
VPC Networking (Vpc) > Attachments
Get VPC Statistics Summary
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/statistics/summary
VPC Networking (Vpc) > Attachments
VC Folder Status for Vpc
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/vc-folder-status
VPC Networking (Vpc) > DNS Forwarder
Get DNS Forwarder statistics
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/dns-forwarder-statistics
VPC Networking (Vpc) > Distributed Firewall
List of VPC security policies
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/security-policies
VPC Networking (Vpc) > Distributed Firewall
Delete SecurityPolicy
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/security-policies/{security-policy-id}
VPC Networking (Vpc) > Distributed Firewall
Get SecurityPolicy
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/security-policies/{security-policy-id}
VPC Networking (Vpc) > Distributed Firewall
Create or update SecurityPolicy
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/security-policies/{security-policy-id}
VPC Networking (Vpc) > Distributed Firewall
Revise the positioning of VPC security policies
POST /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/security-policies/{security-policy-id}?action=revise
VPC Networking (Vpc) > Distributed Firewall
Update the SecurityPolicy
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/security-policies/{security-policy-id}
VPC Networking (Vpc) > Distributed Firewall
List E-W Firewall Rules
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/security-policies/{security-policy-id}/rules
VPC Networking (Vpc) > Distributed Firewall
Delete E-W Firewall Rule
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/security-policies/{security-policy-id}/rules/{rule-id}
VPC Networking (Vpc) > Distributed Firewall
Read E-W Firewall Rule
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/security-policies/{security-policy-id}/rules/{rule-id}
VPC Networking (Vpc) > Distributed Firewall
Patch E-W Firewall Rule
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/security-policies/{security-policy-id}/rules/{rule-id}
VPC Networking (Vpc) > Distributed Firewall
Revise the positioning of VPC E-W Firewall rule
POST /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/security-policies/{security-policy-id}/rules/{rule-id}?action=revise
VPC Networking (Vpc) > Distributed Firewall
Create or update E-W Firewall Rule
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/security-policies/{security-policy-id}/rules/{rule-id}
VPC Networking (Vpc) > Distributed Firewall
Get rule statistics
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/security-policies/{security-policy-id}/rules/{rule-id}/statistics
VPC Networking (Vpc) > Distributed Firewall
Get security policy statistics
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/security-policies/{security-policy-id}/statistics
VPC Networking (Vpc) > Distributed Firewall
Get security policy realization failures for vpc
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/security-policies/realization-failures (Experimental)
VPC Networking (Vpc) > Gateway Firewall
List of VPC gateway policies
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/gateway-policies
VPC Networking (Vpc) > Gateway Firewall
Delete Gateway Policy
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/gateway-policies/{gateway-policy-id}
VPC Networking (Vpc) > Gateway Firewall
Get Gateway Policy
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/gateway-policies/{gateway-policy-id}
VPC Networking (Vpc) > Gateway Firewall
Create or update Gateway Policy
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/gateway-policies/{gateway-policy-id}
VPC Networking (Vpc) > Gateway Firewall
Revise the positioning of VPC gateway policies
POST /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/gateway-policies/{gateway-policy-id}?action=revise
VPC Networking (Vpc) > Gateway Firewall
Update the Gateway Policy
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/gateway-policies/{gateway-policy-id}
VPC Networking (Vpc) > Gateway Firewall
List N-S Firewall Rules
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/gateway-policies/{gateway-policy-id}/rules
VPC Networking (Vpc) > Gateway Firewall
Delete N-S Firewall Rule
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/gateway-policies/{gateway-policy-id}/rules/{rule-id}
VPC Networking (Vpc) > Gateway Firewall
Read N-S Firewall Rule
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/gateway-policies/{gateway-policy-id}/rules/{rule-id}
VPC Networking (Vpc) > Gateway Firewall
Patch N-S Firewall Rule
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/gateway-policies/{gateway-policy-id}/rules/{rule-id}
VPC Networking (Vpc) > Gateway Firewall
Revise the positioning of VPC N-S Firewall rule
POST /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/gateway-policies/{gateway-policy-id}/rules/{rule-id}?action=revise
VPC Networking (Vpc) > Gateway Firewall
Create or update N-S Firewall Rule
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/gateway-policies/{gateway-policy-id}/rules/{rule-id}
VPC Networking (Vpc) > Gateway Firewall
Get rule statistics
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/gateway-policies/{gateway-policy-id}/rules/{rule-id}/statistics
VPC Networking (Vpc) > Gateway Firewall
Get gateway policy statistics
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/gateway-policies/{gateway-policy-id}/statistics
VPC Networking (Vpc) > IP Allocations
List VPC ip allocations
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/ip-address-allocations
VPC Networking (Vpc) > IP Allocations
Records intent to release an IP from an IpPool.
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/ip-address-allocations/{ip-address-allocation-id}
VPC Networking (Vpc) > IP Allocations
Get VPC ip allocation by ID
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/ip-address-allocations/{ip-address-allocation-id}
VPC Networking (Vpc) > IP Allocations
Patch a VPC ip allocation
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/ip-address-allocations/{ip-address-allocation-id}
VPC Networking (Vpc) > IP Allocations
Create or update a VPC ip allocation
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/ip-address-allocations/{ip-address-allocation-id}
VPC Networking (Vpc) > Inventory (Groups)
Get groups for which the given object is a member
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/group-associations
VPC Networking (Vpc) > Inventory (Groups)
List VPC Groups
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/groups
VPC Networking (Vpc) > Inventory (Groups)
Delete VPC Group
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/groups/{group-id}
VPC Networking (Vpc) > Inventory (Groups)
Get VPC Group
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/groups/{group-id}
VPC Networking (Vpc) > Inventory (Groups)
Create or update VPC Group
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/groups/{group-id}
VPC Networking (Vpc) > Inventory (Groups)
Create or update VPC Group
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/groups/{group-id}
VPC Networking (Vpc) > Inventory (Groups)
Get member types for a given VPC Group
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/groups/{group-id}/member-types
VPC Networking (Vpc) > Inventory (Groups)
Get IP addresses that belong to this VPC Group
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/groups/{group-id}/members/ip-addresses
VPC Networking (Vpc) > Inventory (Groups)
Get subnet ports that belong to this VPC Group
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/groups/{group-id}/members/subnet-ports
VPC Networking (Vpc) > Inventory (Groups)
Get subnets that belong to this VPC Group
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/groups/{group-id}/members/subnets
VPC Networking (Vpc) > Inventory (Groups)
Get Virtual Network Interface instances that belong to this Group
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/groups/{group-id}/members/vifs
VPC Networking (Vpc) > Inventory (Groups)
Get Virtual machines that belong to this VPC Group
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/groups/{group-id}/members/virtual-machines
VPC Networking (Vpc) > Inventory (Groups)
Get groups for which the given IP address is a member
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/ip-address-group-associations
VPC Networking (Vpc) > Inventory (Groups)
Get groups for which the given VM is a member
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/virtual-machine-group-associations
VPC Networking (Vpc) > Inventory (Groups)
Get groups for which the given VIF is a member
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/virtual-network-interface-group-associations
VPC Networking (Vpc) > Inventory (Tags)
List all unique tags.
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/tags
VPC Networking (Vpc) > Inventory (Tags)
List all objects assigned with matching scope and tag values
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/tags/effective-resources
VPC Networking (Vpc) > Inventory (Tags)
Get details of tag bulk operation request
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/tags/vpc-tag-operations/{operation-id}
VPC Networking (Vpc) > Inventory (Tags)
Assign or Unassign tag on multiple Virtual Machines.
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/tags/vpc-tag-operations/{operation-id}
VPC Networking (Vpc) > Inventory (Tags)
Get status of tag bulk operation
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/tags/vpc-tag-operations/{operation-id}/status
VPC Networking (Vpc) > Inventory (Virtual Machines)
List all virtual machines for this VPC
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/virtual-machines
VPC Networking (Vpc) > Inventory (Virtual Machines)
Apply tags on virtual machine under VPC
POST /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/virtual-machines/{virtual-machine-id}/tags
VPC Networking (Vpc) > Lb Client SSL Profiles
List LBClientSslProfiles
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/vpc-lb-client-ssl-profiles
VPC Networking (Vpc) > Lb Client SSL Profiles
Delete LBClientSslProfile and all the entities contained by this LBClientSslProfile
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/vpc-lb-client-ssl-profiles/{vpc-lb-client-ssl-profile-id}
VPC Networking (Vpc) > Lb Client SSL Profiles
Read LBClientSslProfile
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/vpc-lb-client-ssl-profiles/{vpc-lb-client-ssl-profile-id}
VPC Networking (Vpc) > Lb Client SSL Profiles
Create or update a LBClientSslProfile
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/vpc-lb-client-ssl-profiles/{vpc-lb-client-ssl-profile-id}
VPC Networking (Vpc) > Lb Client SSL Profiles
Create or update a LBClientSslProfile
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/vpc-lb-client-ssl-profiles/{vpc-lb-client-ssl-profile-id}
VPC Networking (Vpc) > Lb Server SSL Profiles
List LBServerSslProfiles
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/vpc-lb-server-ssl-profiles
VPC Networking (Vpc) > Lb Server SSL Profiles
Delete LBServerSslProfile and all the entities contained by this LBServerSslProfile
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/vpc-lb-server-ssl-profiles/{vpc-lb-server-ssl-profile-id}
VPC Networking (Vpc) > Lb Server SSL Profiles
Read LBServerSslProfile
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/vpc-lb-server-ssl-profiles/{vpc-lb-server-ssl-profile-id}
VPC Networking (Vpc) > Lb Server SSL Profiles
Create or update a LBServerSslProfile
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/vpc-lb-server-ssl-profiles/{vpc-lb-server-ssl-profile-id}
VPC Networking (Vpc) > Lb Server SSL Profiles
Create or update a LBServerSslProfile
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/vpc-lb-server-ssl-profiles/{vpc-lb-server-ssl-profile-id}
VPC Networking (Vpc) > Load Balancers
List load balancers
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/vpc-lbs
VPC Networking (Vpc) > Load Balancers
Delete the load balancer and all the entities contained by this load balancer
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/vpc-lbs/{vpc-lb-id}
VPC Networking (Vpc) > Load Balancers
Read a load balancer
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/vpc-lbs/{vpc-lb-id}
VPC Networking (Vpc) > Load Balancers
Create or update a load balancer
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/vpc-lbs/{vpc-lb-id}
VPC Networking (Vpc) > Load Balancers
Create or update a load balancer
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/vpc-lbs/{vpc-lb-id}
VPC Networking (Vpc) > NAT
List Policy NAT types.
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/nat
VPC Networking (Vpc) > NAT
GET Policy NAT types.
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/nat/{nat-id}
VPC Networking (Vpc) > NAT
List NAT Rules
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/nat/{nat-id}/nat-rules
VPC Networking (Vpc) > NAT
Delete NAT Rule
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/nat/{nat-id}/nat-rules/{nat-rule-id}
VPC Networking (Vpc) > NAT
Get NAT Rule
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/nat/{nat-id}/nat-rules/{nat-rule-id}
VPC Networking (Vpc) > NAT
Create or update a Nat Rule
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/nat/{nat-id}/nat-rules/{nat-rule-id}
VPC Networking (Vpc) > NAT
Update NAT Rule
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/nat/{nat-id}/nat-rules/{nat-rule-id}
VPC Networking (Vpc) > NAT
Get NAT Rule Statistics
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/nat/{nat-id}/nat-rules/{nat-rule-id}/statistics
VPC Networking (Vpc) > NAT
List NAT Rules Statistics
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/nat/statistics
VPC Networking (Vpc) > Profiles (Connectivity Profiles)
List VPC Connectivity Profiles
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpc-connectivity-profiles
VPC Networking (Vpc) > Profiles (Connectivity Profiles)
Delete VPC Connectivity Profile
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpc-connectivity-profiles/{vpc-connectivity-profile-id}
VPC Networking (Vpc) > Profiles (Connectivity Profiles)
Get the VPC Connectivity Profile
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpc-connectivity-profiles/{vpc-connectivity-profile-id}
VPC Networking (Vpc) > Profiles (Connectivity Profiles)
Patch VPC Connectivity Profile
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpc-connectivity-profiles/{vpc-connectivity-profile-id}
VPC Networking (Vpc) > Profiles (Connectivity Profiles)
Create Or Replace VPC Connectivity Profile
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpc-connectivity-profiles/{vpc-connectivity-profile-id}
VPC Networking (Vpc) > Profiles (Service Profiles)
List VPC Service Profiles
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpc-service-profiles
VPC Networking (Vpc) > Profiles (Service Profiles)
Delete VPC Service Profile
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpc-service-profiles/{vpc-service-profile-id}
VPC Networking (Vpc) > Profiles (Service Profiles)
Get the VPC Service Profile
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpc-service-profiles/{vpc-service-profile-id}
VPC Networking (Vpc) > Profiles (Service Profiles)
Patch VPC Service Profile
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpc-service-profiles/{vpc-service-profile-id}
VPC Networking (Vpc) > Profiles (Service Profiles)
Create Or Replace VPC Service Profile
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpc-service-profiles/{vpc-service-profile-id}
VPC Networking (Vpc) > Routing(Advertised Networks)
List networks advertised to the VPC
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/advertised-networks
VPC Networking (Vpc) > Routing(Advertised Networks)
List networks advertised to the VPC in CSV format
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/advertised-networks/download
VPC Networking (Vpc) > Routing(Arp Proxy)
Get VPC Address Resolution Protocol proxies
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/arp-proxies
VPC Networking (Vpc) > Routing(Arp Proxy)
Get VPC Address Resolution Protocol proxies in CSV format
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/arp-proxies/download
VPC Networking (Vpc) > Routing(Forwarding Table)
Get forwarding table from VPC
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/forwarding-table
VPC Networking (Vpc) > Routing(Forwarding Table)
Get forwarding table from VPC in CSV format
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/forwarding-table/download
VPC Networking (Vpc) > Routing(Static Routes)
List VPC Static Routes
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/static-routes
VPC Networking (Vpc) > Routing(Static Routes)
Delete VPC static routes
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/static-routes/{route-id}
VPC Networking (Vpc) > Routing(Static Routes)
Read VPC static routes
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/static-routes/{route-id}
VPC Networking (Vpc) > Routing(Static Routes)
Create or update a VPC static routes
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/static-routes/{route-id}
VPC Networking (Vpc) > Routing(Static Routes)
Create or update a VPC static routes
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/static-routes/{route-id}
VPC Networking (Vpc) > Security (Security Profile Attachment)
List of SecurityProfileAttachments
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/security-profile-attachments
VPC Networking (Vpc) > Security (Security Profile Attachment)
Get SecurityProfileAttachment
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/security-profile-attachments/{security-profile-attachment-id}
VPC Networking (Vpc) > Security (Security Profile Attachment)
Update Security Profile
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/security-profile-attachments/{security-profile-attachment-id}
VPC Networking (Vpc) > Security (Security Profile Attachment)
Update SecurityProfileAttachment
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/security-profile-attachments/{security-profile-attachment-id}
VPC Networking (Vpc) > Security (Security Profile)
List of VpcSecurityProfiles
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpc-security-profiles
VPC Networking (Vpc) > Security (Security Profile)
Get VpcSecurityProfile
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpc-security-profiles/{vpc-security-profile-id}
VPC Networking (Vpc) > Security (Security Profile)
Update Security Profile
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpc-security-profiles/{vpc-security-profile-id}
VPC Networking (Vpc) > Security (Security Profile)
Update Security Profile
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpc-security-profiles/{vpc-security-profile-id}
VPC Networking (Vpc) > Security (Security Strategy)
List of VpcSecurityStrategies
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/security-strategies
VPC Networking (Vpc) > Security (Security Strategy)
Get SecurityStrategy
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/security-strategies/{security-strategy-id}
VPC Networking (Vpc) > Subnets
List of VPC Subnet
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/subnets
VPC Networking (Vpc) > Subnets
Delete VPC Subnet
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/subnets/{subnet-id}
VPC Networking (Vpc) > Subnets
Get VPC Subnet
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/subnets/{subnet-id}
VPC Networking (Vpc) > Subnets
Create or update VPC Subnet
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/subnets/{subnet-id}
VPC Networking (Vpc) > Subnets
Update the VPC Subnet
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/subnets/{subnet-id}
VPC Networking (Vpc) > Subnets
Get downlink port Address Resolution Protocol Proxy for VPC subnet
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/subnets/{subnet-id}/arp-proxy
VPC Networking (Vpc) > Subnets
Get downlink port Address Resolution Protocol Proxy for VPC subnet in CSV format
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/subnets/{subnet-id}/arp-proxy/download
VPC Networking (Vpc) > Subnets
Get ARP table from VPC subnet (downlink)
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/subnets/{subnet-id}/arp-table
VPC Networking (Vpc) > Subnets
Get ARP table from VPC subnet (downlink) in CSV format
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/subnets/{subnet-id}/arp-table/download
VPC Networking (Vpc) > Subnets
List all bridge connections under a vpc subnet
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/subnets/{subnet-id}/bridge-connections (Experimental)
VPC Networking (Vpc) > Subnets
Delete VPC Subnet bridge profile
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/subnets/{subnet-id}/bridge-connections/{bridge-connection-id} (Experimental)
VPC Networking (Vpc) > Subnets
Get VPC Subnet bridge connection
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/subnets/{subnet-id}/bridge-connections/{bridge-connection-id} (Experimental)
VPC Networking (Vpc) > Subnets
Create or update the Bridge Connection
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/subnets/{subnet-id}/bridge-connections/{bridge-connection-id} (Experimental)
VPC Networking (Vpc) > Subnets
Create or update the VPC Subnet bridge profile
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/subnets/{subnet-id}/bridge-connections/{bridge-connection-id} (Experimental)
VPC Networking (Vpc) > Subnets
List VPC Subnet Dynamic IP Address Reservation.
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/subnets/{subnet-id}/dynamic-ip-reservations
VPC Networking (Vpc) > Subnets
Records intent to release Dynamic IP Reservations from IpPool.
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/subnets/{subnet-id}/dynamic-ip-reservations/{dynamic-ip-reservation-id}
VPC Networking (Vpc) > Subnets
Get a VPC Subnet Dynamic IP Address Reservation.
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/subnets/{subnet-id}/dynamic-ip-reservations/{dynamic-ip-reservation-id}
VPC Networking (Vpc) > Subnets
Patch a VPC Subnet IP Address Reservation.
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/subnets/{subnet-id}/dynamic-ip-reservations/{dynamic-ip-reservation-id}
VPC Networking (Vpc) > Subnets
Create or update a VPC Subnet IP Address Reservation.
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/subnets/{subnet-id}/dynamic-ip-reservations/{dynamic-ip-reservation-id}
VPC Networking (Vpc) > Subnets
Get statistics for downlink router port

Deprecated: This API is deprecated. Please use GET /orgs//projects//vpcs//subnets//statistics instead.
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
List of static ip pools of the Subnet.
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/subnets/{subnet-id}/ip-pools
VPC Networking (Vpc) > Subnets
Read an IpAddressPool of VPC Subnet.
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/subnets/{subnet-id}/ip-pools/{ip-pool-id}
VPC Networking (Vpc) > Subnets
List VPC Subnet ip allocations
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/subnets/{subnet-id}/ip-pools/{ip-pool-id}/ip-allocations
VPC Networking (Vpc) > Subnets
Records intent to release an IP from an IpPool.
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/subnets/{subnet-id}/ip-pools/{ip-pool-id}/ip-allocations/{ip-allocation-id}
VPC Networking (Vpc) > Subnets
Get VPC Subnet ip allocation by ID
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/subnets/{subnet-id}/ip-pools/{ip-pool-id}/ip-allocations/{ip-allocation-id}
VPC Networking (Vpc) > Subnets
Patch a VPC Subnet ip_allocations
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/subnets/{subnet-id}/ip-pools/{ip-pool-id}/ip-allocations/{ip-allocation-id}
VPC Networking (Vpc) > Subnets
Create or update a VPC Subnet ip allocation
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/subnets/{subnet-id}/ip-pools/{ip-pool-id}/ip-allocations/{ip-allocation-id}
VPC Networking (Vpc) > Subnets
Get VPC subnet MAC table
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/subnets/{subnet-id}/mac-table
VPC Networking (Vpc) > Subnets
Get VPC subnet MAC table in CSV format
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/subnets/{subnet-id}/mac-table/download
VPC Networking (Vpc) > Subnets
Get Vpc Subnet state information
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/subnets/{subnet-id}/state
VPC Networking (Vpc) > Subnets
Get VPC Subnet statistics information
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/subnets/{subnet-id}/statistics
VPC Networking (Vpc) > Subnets
Get VPC Subnet status
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/subnets/{subnet-id}/status
VPC Networking (Vpc) > Subnets
Get subnet realization failures for vpc
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/subnets/realization-failures (Experimental)
VPC Networking (Vpc) > Subnets (Binding Map)
List SubnetConnectionBindingMap specific Segment
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/subnets/{subnet-id}/subnet-connection-binding-maps
VPC Networking (Vpc) > Subnets (Binding Map)
Deletes infra SubnetConnectionBindingMap.
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/subnets/{subnet-id}/subnet-connection-binding-maps/{map-id}
VPC Networking (Vpc) > Subnets (Binding Map)
Read SubnetConnectionBindingMap
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/subnets/{subnet-id}/subnet-connection-binding-maps/{map-id}
VPC Networking (Vpc) > Subnets (Binding Map)
Patch a vpc subnet connection binding map
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/subnets/{subnet-id}/subnet-connection-binding-maps/{map-id}
VPC Networking (Vpc) > Subnets (Binding Map)
Patch a subnet connection binding map
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/subnets/{subnet-id}/subnet-connection-binding-maps/{map-id}
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//projects//vpcs//subnets//bridge-connections/ API instead.
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//projects//vpcs//subnets//bridge-connections/ API instead.
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//projects//vpcs//subnets//bridge-connections/ API instead.
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//projects//vpcs//subnets//bridge-connections/ API instead.
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/subnets/{subnet-id}/bridge-profile (Deprecated)
VPC Networking (Vpc) > Subnets (Dhcp)
Remove Subnet DHCP server leases
POST /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/subnets/{subnet-id}/actions/release-dhcp-server-leases
VPC Networking (Vpc) > Subnets (Dhcp)
Read VPC Subnet DHCP server statistics
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/subnets/{subnet-id}/dhcp-server-config/stats
VPC Networking (Vpc) > Subnets (Dhcp)
Read Vpc Subnet DHCP server status
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/subnets/{subnet-id}/dhcp-server-config/status
VPC Networking (Vpc) > Subnets (Dhcp)
List all VPC Subnet DHCP static bindings
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/subnets/{subnet-id}/dhcp-static-binding-configs
VPC Networking (Vpc) > Subnets (Dhcp)
Delete VPC Subnet DHCP static binding
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/subnets/{subnet-id}/dhcp-static-binding-configs/{binding-id}
VPC Networking (Vpc) > Subnets (Dhcp)
Read VPC Subnet DHCP static binding
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/subnets/{subnet-id}/dhcp-static-binding-configs/{binding-id}
VPC Networking (Vpc) > Subnets (Dhcp)
Create or update VPC Subnet DHCP static binding
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/subnets/{subnet-id}/dhcp-static-binding-configs/{binding-id}
VPC Networking (Vpc) > Subnets (Dhcp)
Create or update VPC Subnet DHCP static binding
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/subnets/{subnet-id}/dhcp-static-binding-configs/{binding-id}
VPC Networking (Vpc) > Subnets (Dhcp)
List Subnet DHCP server leases
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/subnets/{subnet-id}/state/dhcp-server-leases
VPC Networking (Vpc) > Subnets (Dhcp)
This API retrieves information about IP allocation for ports within the specified subnet that are managed by a DHCP server.
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/subnets/{subnet-id}/state/dhcp-server-managed-ports
VPC Networking (Vpc) > Subnets (Ports)
List VPC Subnet Ports
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/subnets/{subnet-id}/ports
VPC Networking (Vpc) > Subnets (Ports)
Delete a VPC Subnet Port
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/subnets/{subnet-id}/ports/{port-id}
VPC Networking (Vpc) > Subnets (Ports)
Get VPC Subnet Port by ID
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/subnets/{subnet-id}/ports/{port-id}
VPC Networking (Vpc) > Subnets (Ports)
Patch a VPC Subnet Port
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/subnets/{subnet-id}/ports/{port-id}
VPC Networking (Vpc) > Subnets (Ports)
Create or update a VPC Subnet Port
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/subnets/{subnet-id}/ports/{port-id}
VPC Networking (Vpc) > Subnets (Ports)
Get MAC table for VPC Subnet port
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/subnets/{subnet-id}/ports/{port-id}/mac-table
VPC Networking (Vpc) > Subnets (Ports)
Get VPC Subnet port MAC table in CSV
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/subnets/{subnet-id}/ports/{port-id}/mac-table/csv
VPC Networking (Vpc) > Subnets (Ports)
Get VPC Subnet port state
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/subnets/{subnet-id}/ports/{port-id}/state
VPC Networking (Vpc) > Subnets (Ports)
Get Vpc subnet port statistics information
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/subnets/{subnet-id}/ports/{port-id}/statistics
VPC Networking (Vpc) > Subnets (Ports)
Get Vpc subnet port status information
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/subnets/{subnet-id}/ports/{port-id}/status
VPC Networking (Vpc) > VPCS
List of VPC
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs
VPC Networking (Vpc) > VPCS
Delete VPC and its children
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}
VPC Networking (Vpc) > VPCS
Get VPC
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}
VPC Networking (Vpc) > VPCS
Create or update VPC
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}
VPC Networking (Vpc) > VPCS
Update the VPC
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}
VPC Networking (Vpc) > VPCS
Manual failover of the active-standby VPC gateway to the preferred edge node
POST /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/actions/failover
VPC Networking (Vpc) > VPCS
Get ip address usage for vpc
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/ip-address-usage
VPC Networking (Vpc) > VPCS
Get realization failures for vpc
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/realization-failures (Experimental)
VPC Networking (Vpc) > VPCS
Get VPC state
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/state
VPC Networking (Vpc) > VPCS
Get VPC Statistics
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/statistics
VPC Networking (Vpc) > VPCS
Get VPC Status
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/status (Experimental)