Validate the User ID access
To list the user configured on Hitachi Device Manager, use the Hitachi Device Manager XML API, connecting via:
http://<DeviceManagerIP>:2001/service/ServerAdmin
where:
DeviceManagerIP
Hitachi Device Manager IP address
2001
Default port number allocated to this server
Copy and paste the following XML request into the Server Administration Service API window and click .
<?xml version="1.0"?> <HiCommandServerMessage> <APIInfo version="7.2"/> <Request> <SecurityAdmin> <Get target="User"> <User> </User> </Get> </SecurityAdmin> </Request> </HiCommandServerMessage>
Sample output from this request:
This XML response lists the user as a Guest role. The Guest role has read-only permission, sufficient for collecting data from Hitachi storage arrays.