Owner's manual

<segment>
<coordinate>
<frame>0</frame>
<rack>1</rack>
<section>1</section>
<column>4</column>
<row>1</row>
<type>2</type>
</coordinate>
<size>6</size>
<owner>LL1</owner>
<configuredType>0</configuredType>
</segment>
.....
.....
</ns2:segmentList>
Resource code See “URI: aml/physicalLibrary/segments (page 42) for the Resource
code description.
URI: aml/system/CVTLStation
Method GET
XML Response Data
<ns2:CVTLStation
xmlns:ns2="http://automatedMediaLibrary/">
<uri>HTTP://10.50.120.9:8099</uri>
</ns2:CVTLStation>
Or if none configure or an error occurred
<ns2:WSResultCode
xmlns:ns2="http://automatedMediaLibrary/">
<code>404</code>
<description>Not Found</description>
<summary>The HP CommandView TL Managment station
is not registered with the library.</summary>
<action>Get CVTL Station registered with the
library</action>
<customCode>0</customCode>
</ns2:WSResultCode>
Method DELETE
XML Response Data
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns2:WSResultCode
xmlns:ns2="http://automatedMediaLibrary/">
<code>200</code>
<description>OK</description>
<summary>Operation Completed Successfully</summary>
<action>Unregister CVTL Station</action>
<customCode>0</customCode>
</ns2:WSResultCode>
Resource code See “URI: aml/system/CVTLStation (page 43) for the Resource code
description.
URI: aml/system/dateTime
Method GET
XML Response Data
<?xml version="1.0" encoding=
"UTF-8" standalone="yes"?>
<ns2:dateTime xmlns:ns2=
"http://automatedMediaLibrary/">
<date>2012-08-14</date>
<time>21:34:02</time>
<datetime>2012-08-14 21:34:02 -0600</datetime>
URI: aml/system/CVTLStation 87