Base URLs

Devices use the REST APIs described in this Getting Started with Updates and Insights section to communicate with the Notification Server or the FlexNet Edge Server.

The following sections describe the base URL for these servers:

Notification Server
FlexNet Edge Server

Notification Server

The REST API paths for the Notification Server that are described in this section must be prefixed with the following base URL:

https://siteID-ns-uat.flexnetoperations.com/

where siteID is your organization’s specific site ID supplied by Flexera.

Note that the URL above points to a User Acceptance Test (UAT) environment indicated by the -uat part following the siteID. For production environments, the -uat is omitted.

FlexNet Edge Server

The REST endpoint base URL for the FlexNet Edge Server includes the server's host name and port number in the format EdgeServerHostName:port. The host name can be either a network address (such as myserver.example.com) or an IP address. Example:

http://192.0.2.1:8080/

Note that currently the FlexNet Edge Server only supports http from the client. For more information on the FlexNet Edge Server, see FlexNet Edge Server.