Owner's manual

Response: application/xml and application/json
Parameters N/A
Response Code 200, 401, 404, and 500
XML Request Data
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns2:accessDevice
xmlns:ns2="http://automatedMediaLibrary/">
<serialNumber>F001396025</serialNumber>
<type>1</type>
<port>
<id>1</id>
<access>false</access>
</port>
<port>
<id>2</id>
<access>true</access>
</port>
</ns2:accessDevice>
XML Response See “URI: aml/access/group/{name}/device (page 61) for the XML
Response code.
URI: aml/access/group/{name}/device/{serialNumber}
Method DELETE
Description Remove the access device whose serial number is given by URI path template
serialNumber” from the access group given by URI path template name.
This access device (drive or partition) will no longer be seen by hosts
belonging to this access group.
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/access/group/{name}/device/{serialNumber}” (page 62)
for the XML Response code.
URI: aml/access/group/{name}/devices
Method GET
Description Retrieve the access devices configured for the access group whose name
is given by URI path template name.
Media Type Request: N/A
Response: application/xml and application/json
Parameters N/A
Response Code 201, 401, 404, and 500
Method POST
Description Add the access device list to the access group whose name is given by
URI path template name.
None of the access devices must already belong to the Access Group.
NOTE: The access is on a port basis, so the access element of each
port must be set to true to grant access to each port on the device. Not
all devices have multiple ports.
16 Resource