Any potential customer who wants to explore applications and solutions based on Optics technology. Register now to get started!
We offer a Dedicated Private Labs which can be requested from our Lab Catalog. While we continue to enrich our offering, we welcome your feedback to help us build the labs that meet your needs.
All Labs are deployed on bare metal servers in the Equinix public cloud. You can choose to deploy in their Silicon Valley or Amsterdam data centers.
Your lab is available until 23:59 UTC of the teardown date. After that it will be automatically torn down.
Yes, the teardown date can be changed by requesting for a new teardown date. Select the Info icon from My Labs to see the lab details and request a new teardown date.
Yes, simply select the Delete icon for your lab from My Labs.
There is no SLA for the Sandbox. Please contact us with your questions. We will make our best effort to get back to you.
You can setup a VPN tunnel to your lab following the platform specific instructions:
NOTE: If you are connectting through a HTTP proxy then you will need to enable the http-proxy option in the client.ovpn file
See https://community.openvpn.net/openvpn/wiki/Openvpn24ManPage for more details
A popular OpenVPN client for MacOSX is Tunnelblick. It can be obtained for free from https://tunnelblick.net/. Follow these basic steps to use Tunnelblick with OpenVPN
For more information on using Tunnelblick, see https://tunnelblick.net/czUsing.html
NOTE: If you are connectting through a HTTP proxy then you will need to enable the http-proxy option in the client.ovpn file
See https://community.openvpn.net/openvpn/wiki/Openvpn24ManPage for more details
yum install openvpn
apt-get install openvpn
openvpn --config client.ovpn
NOTE: If you are connectting through a HTTP proxy then you will need to enable the http-proxy option in the client.ovpn file
See https://community.openvpn.net/openvpn/wiki/Openvpn24ManPage for more details
Please refer to the OpenVPN site for more details.
Go to My Labs page, click on icon to exand the lab details section. Select the 'Backup and Restore' tab, provide a description and click on the Backup button as shown below.
Go to My Labs page, click on icon to exand the lab details section. Select the 'Backup and Restore' tab, select the Default or custom created backup from the drop-down and click on the Restore button as shown below.
The lab can be accessed by anyone who is connected to the vpn (openvpn in this case), details of which is provided in the email that the user receives upon successful deployment of the lab. If the customer connects to the openvpn from his OSS server then the applications in lab will be accessible for integration from the OSS server.
Important features for WaveSuite application are captured as How-to use cases. User can access HTML page of swagger and also the postman collection for each use case. From network developer portal home page, navigate to navigate to Resources > Optical Networking and click required WaveSuite application How-to for the list of use-cases.
WaveSuite application user guides are hosted in the Nokia Doc center. New users will be prompted to login when trying to access restricted content from the Doc Center.
There is a link to a form labeled “New User?” that needs to be completed to gain access to the Nokia Doc Center documentation. The Portal Registration form is located at https://online.networks.nokia.com/newaccount/email.faces. To know more about the support Portal User Registration Process, see the video https://onestore.nokia.com/asset/212293 .
Follow the steps below to enable swagger in WS-P application:
a. Navigate to the service configuration file by entering the following command: /usr/lib/systemd/system/wsp-xx.x.service.d/ where xx.x is the WaveSuite Planner release number.
Example: /usr/lib/systemd/system/wsp-23.7.service.d
b. Edit wsp.conf configuration file, for the WSP_OPTIONS variable, add the swagger ui enable command and set it to true as shown in the example and save the configuration file.
Example: --springdoc.swagger-ui.enabled=true
c. Reload the configuration and restart the WaveSuite Planner. # sudo systemctl daemon-reload # sudo systemctl restart wsp-xx.x where xx.x is the WaveSuite Planner release number
d. Enable the service if disabled. # sudo systemctl enable wsp-xx.x where xx.x is the WaveSuite Planner release number.
For more details, see Enabling Swagger from the WaveSuite Planner application section in WaveSuite Planner REST API Guide. Release specific link for REST API Guide can be found at https://network.developer.nokia.com/learn/optical-management-apis/ws-p-downloads/
Quick links to resources in network developer portal can be accessed here:
On the home page of network developer portal, User can click Create account and register in the network developer portal.
Email, Name, Company, Role and Password details are required to create a new account. Once an account is created, user can login using the registered the Email.
Single step authentication procedure is specifically designed to be used for North Bound Interface (NBI) in WS-NOC, WS-RC, and WS-O. The authentication procedure includes the REST calls to Get token and Refresh token. Revoke token can be used to invalidate the token and prevent any further calls to the applications.
Note: Refer the table to execute the deployment scenarios. n the following table:
HTTP Method Type | Sample URL | Body | Returns | HTTP Status Code | |
Get Token | POST | https://{{serverIP}}/rest-gateway/rest/api/v1/auth/token | grant_type=client_credentials | {access_token}, {refresh_token}, {expires_in} | 200 |
Refresh Token | POST | https://{{serverIP}}/rest-gateway/rest/api/v1/auth/token | grant_type=refresh_token | {access_token}, {refresh_token}, {expires_in} | 200 |
Revoke Token | POST | https://{{serverIP}}/rest-gateway/rest/api/v1/auth/token | token = VEtOLWFkbWluOTI5ZjU3NjktMTBkNy0 & token_type_hint=token | 200 |
Optical Network Release Changes page in network developer portal gives the release specific features for WaveSuite application.
Navigate from Learn > Optical Networking and click required wavesuite application. To view the list of new and updated features supported for the release, click Optical Networking Releases link. Also, Release Change link for each application can be found at https://network.developer.nokia.com/learn/wavesuite/optical-network-automation/#Quick_links_to_resources
API Diff tab in the API documentation page provides the API change log between two releases. To view the list of APIs that are new, deleted/deprecated, and changed, select the Source and Target releases from the drop-down. From the network developer portal home page, navigate to Resources > Optical Networking and click required WaveSuite application API documentation to see API Diff tab.