Owner's manual
Response: application/xml and application/json
Parameters N/A
Response Code 200, 401, and 500
Method POST
Description Create a new Access Group with the name given by the path template name.
To create a new access group with the name βAG3β use
aml/access/group/AG3.
Media Type Request: N/A
Response: application/xml and aapplication/json
Parameters N/A
Response Code 200, 401, 403, and 500
Method DELETE
Description Delete Access Group with the name given by the URI path template name.
Media Type Request: N/A
Response: application/xml and aapplication/json
Parameters N/A
Response Code 200, 401, 403, 404, and 500
XML Response See βURI: aml/access/group/{name}β (page 60) for the XML Response code.
URI: aml/access/group/{name}/device
Method POST
Description Add a new Access Device to the Access Group given by the URI path
template name. The <access> element must be set to true, otherwise
access will not be granted on that port. A partition accessDevice (type=2)
is really a drive that is configured as a control path drive.
Media Type Request: N/A
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>true</access>
</port>
</ns2:accessDevice>
Method PUT
Description Update Access Device that belongs to the Access Group given by the
name path template parameter.
The example below modifies access so the first port on the device will
no longer be seen and the second port will be seen by all hosts in the
access group.
Media Type Request: application/xml and application/json
URI: aml/access/group/{name}/device 15