Introduction
In large-scale SD-WAN deployments, both enterprises and Managed Security Service Providers (MSSPs) place a high priority on ensuring that SD-WAN CPEs seamlessly integrate with the nearest Netskope NewEdge Network Point of Presence (PoP). Automating this integration process is crucial as it not only saves considerable time but also boosts business agility. Furthermore, automation plays a critical role in support operations by minimizing human error and streamlining troubleshooting and monitoring procedures, thereby enhancing overall operational efficiency and reliability.
To foster seamless integration with SD-WAN vendors and accelerate secure access service edge (SASE) adoption, Netskope has unveiled steering RESTful APIs for IPsec and GRE tunnels. These APIs empower SD-WAN vendors to seamlessly establish tunnels to the Netskope NewEdge network. Leveraging automation, this streamlined process simplifies large-scale SD-WAN deployments, ensuring swift implementation with minimal effort.
What are Netskope Steering APIs ?
Netskope steering RESTful APIs are a new set of endpoints designed and developed specifically for IPsec and GRE configuration. Essentially, this enables SD-WAN orchestrators to establish IPsec or GRE tunnels between the CPEs and the Netskope New Edge Network Point of Presence (PoP) seamlessly. Moreover, these enhanced APIs also provide the flexibility to choose the geographically nearest Netskope PoP, thereby ensuring swift and efficient connectivity.
More about Netskope Steering APIs
Steering APIs support following Create Replace Update Delete (CRUD) operations for the IPsec and GRE.
For IPsec
REST Method | Endpoint |
---|---|
GET | /api/v2/steering/ipsec/pops |
GET | /api/v2/steering/ipsec/pops/{popid} |
GET | /api/v2/steering/ipsec/tunnels/{tunnelid} |
POST | /api/v2/steering/ipsec/tunnels |
PATCH | /api/v2/steering/ipsec/tunnels/{tunnelid} |
DELETE | /api/v2/steering/ipsec/tunnels/{tunnelid} |
For GRE
REST Method | Endpoint |
---|---|
GET | /api/v2/steering/gre/pops |
GET | /api/v2/steering/gre/pops/{popid} |
GET | /api/v2/steering/gre/tunnels |
GET | /api/v2/steering/gre/tunnels/{tunnelid} |
POST | /api/v2/steering/gre/tunnels |
PATCH | /api/v2/steering/gre/tunnels/{tunnelid} |
DELETE | /api/v2/steering/gre/tunnels/{tunnelid} |
These APIs can be accessed and tried by navigating to the “Tools” > “REST API v2” and “API Documentation” option.
Netskope’s API Documentation is crafted using Swagger, providing a clear delineation of API structures. Additionally, it generates corresponding curl commands for each API, empowering users to promptly test them with ease.
Nearest PoP Selection
Performance optimization and connectivity enhancement hinges on selecting the nearest PoP.. By leveraging steering APIs, customers gain the ability to pinpoint the closest PoP, either through WAN IP address on CPE or geographical coordinates, ensuring expedited connections and optimal performance.
Conclusion
Netskope is committed to simplifying and securing day-to-day operations of our customers and partners through continuous innovation. Large-scale SD-WAN deployments demand seamless connectivity between CPEs and Netskope NewEdge Network PoPs. Automating this process not only saves time but also boosts business agility while minimizing human error in support operations. Netskope’s steering RESTful APIs address these challenges by enabling SD-WAN vendors to establish tunnels effortlessly, streamlining deployment, and accelerating SASE adoption.