- Look up the A-End
productUidusing GET Product List to identify the Port in your Megaport location. - Look up the B-End
productUidusing GET Partner Megaports to identify the internet router (Port). Use vxcPermitted True and connectType TRANSIT. - Validate the configuration with the required request Body.
- Buy the Megaport Internet connection with the validated request Body.
For more information about creating a Megaport Internet connection for an MVE to provide connectivity, and to register and communicate with the SD-WAN overlay network, see Megaport Virtual Edge (MVE) in the API developer portal.
- In Postman, click Product Details in the left navigation and click GET Product List.
- Click Send.
-
From the returned product details, locate the
productUidvalue for the Port you want to connect from.
This example uses this Port:
- In Postman, click Locations in the left navigation and click GET Partner Megaports.
-
Update the Query Parameters so that connectType is set to TRANSIT and vxcPermitted is set to True.
This will return Ports that support a Megaport Internet connection and where new connections are accepted. - Click Send.
-
From the returned Partner Megaport details, locate the
productUidvalue for the internet router or Port you want to connect to.
This example uses this Port:
- In Postman, expand Connections > Megaport Internet in the left navigation and click POST Validate Megaport Internet Order (v3).
-
Update the Body with the
productUidfor each end of the connection.
You can also change additional values, such as name, rate limit, and contract terms. -
Click Send to make a POST request.
- Copy the validated Body from POST Validate Megaport Internet Order (v3) and paste it into the Body of POST Buy Megaport Internet (v3).
-
Click Send to post the request.
The resulting Megaport Internet connection appears in the Megaport Portal.