JUNOScope enables you to import configuration files using the Import feature and store the imported files in the server. You can associate an imported configuration file with a set of criteria. JUNOScope returns a configuration file to a device if the attributes of the requesting device match its associated criteria.
http://< ACS server >:< port >/jtk/download/config/getURL?hostname=?& osVersion=?&model=?&serialNumber=?
Where ACS server is the ip address or hostname of the JUNOScope server.
For example, the URL that the device uses to send a request with values asd for hostname, asdf for OS Version, sdf for model, and sdfg for serial number is as follows:
If no match is found, and the default option is set (See Table 21), JUNOScope returns the URL of the default configuration file.
The URL which JUNOScope returns to the device has this format:
http://< ACS server >:< port >/jtk/download/config/getConfig?configName=< ConfigPath >configVersion=< ConfigRevision >
For example, the URL which JUNOScope returns to the device with values user-supplied/ archivedHCL for configName, and 1.1 for configVersion is as follows:
If no match is found, and the default option is not set, JUNOScope returns an HTTP 404 error to the device.