Owner's manual

URI: aml/system/dateTime/timeZoneIDs
Method GET
Description Retrieve the available list of time zone IDs. When you are setting the time
zone use the string value reported between the values reported in
parentheses, for example, from the response data below: <ID>(GMT+13:00)
MIT (WSDT)</ID> use MIT.
Media Type Request: N/A
Response: application/xml and application/json
Parameters N/A
Response Code 200, 401, and 500
XML Response See “URI: aml/system/dateTime/timeZoneIDs (page 88) for the XML
Response code.
URI: aml/system/licenses
Method GET
Description Retrieve all license resources. This will report all the licenses that have
been applied to the library.
Media Type Request: N/A
Response: application/xml and application/json
Parameters N/A
Response Code 200, 401, and 500
Method POST
Description Add a new licensable feature to the library. The object reported in the
request data below should have a valid license key in the “feature”
element of the “license” object
Media Type Request: application/xml and application/json
Response: application/xml and application/json
Parameters N/A
Response Code 200, 401, 403, and 500
XML Request Data
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns2:license xmlns:ns2="http://automatedMediaLibrary/">
<feature>JJU2J</feature>
</ns2:license>
XML Response See “URI: aml/system/licenses (page 88) for the XML Response code.
URI: aml/system/network
Method GET
Description Retrieve the network resource information.
Media Type Request: N/A
Response: application/xml and application/json
Parameters N/A
Response Code 200, 401, and 500
XML Response See “URI: aml/system/network (page 90) for the XML Response code.
44 Resource