Owner's manual

URI: aml/system/CVTLStation
Method GET
Description Report the HP CommandView TL Management Station registered with the
library.
Media Type Request: N/A
Response: application/xml, and application/json
Parameters N/A
Response Code 200, 401, and 500
Method DELETE
Description Unregister the HP Command View TL Management Station registered with
the library.
Media Type Request: N/A
Response: application/xml and application/json
Parameters N/A
Response Code 200, 401, 403, and 500
XML Response See “URI: aml/system/CVTLStation (page 87) for the XML Response code.
URI: aml/system/dateTime
Method GET
Description Retrieve the date and time resource. This reports the time on the library
with time zone included.
Media Type Request: N/A
Response: application/xml and application/json
Parameters N/A
Response Code 200, 401, and 500
Method PUT
Description Update the current date time resource on the library. The example XML
object below shows the request body data used to update the time. This
data could have been JSON, but all the examples in this document are
XML. To discover all the available time zone IDs use the URI
aml/system/dateTime/timeZoneIDs.
Media Type Request: application/xml and application/json
Response: application/xml and application/json
Parameters N/A
Response Code 200, 401, and 500
XML Request Data
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns2:dateTime xmlns:ns2="http://automatedMediaLibrary/">
<date>2013-05-22</date>
<time>13:56:15</time>
<timezone>American/Denver</timezone>
</ns2:ping>
XML Response See “URI: aml/system/dateTime (page 87) for the XML Response code.
URI: aml/system/CVTLStation 43