VBrick 9000 Series Getting Started Manual page 64

Encoding/decoding appliance
Hide thumbs Also See for 9000 Series:
Table of Contents

Advertisement

The WSDL file for the web service methods can be obtained by calling the following URL
where
<appliance_ip_address>
resolved to an IP by the local DNS server.
http://<appliance_ip_address>/VBrickWebSrvc/VBrickWebSrvc.wsdl
All methods return
methods that complete successfully.
returns the input string as an echo. In order to set parameters, the user must be
test
authenticated and must also be an active editor (by calling
calls to the methods is shown below.
Note There are multiple ways to locate and verify VBrick parameters. See Setting VBrick
Parameters on page 48 for more information.
To Get a parameter value:
1. Get a new SessionId by calling
2. Login into the appliance by calling the
hashed password value. The algorithm to hash the password is provided as "C" code and
also as a VBCrypt package for the Microsoft .NET and C# environments.
3. Get the parameter value by calling the
name and parameter Index (if any). Note: Some parameters may require the user to be
the active editor. More parameters can be retrieved by calling the method several times.
4. Logout of the session by calling the
To Set a parameter value:
1. Get a new SessionId by calling
2. Login into the appliance by calling the
hashed password value. The algorithm to hash the password is provided as "C" code and
also as a VBCrypt package for the Microsoft .NET and C# environments.
3. Call the
beginEdit
4. Set the parameter value by calling the
name, parameter Index (if any), and parameter value. More parameters can be set by
calling the method several times, or by calling the
5. End the edit by calling
6. Logout of the session by calling the
Note If you successfully login to the appliance, you must logout when your session
completes or subsequent users will be unable to access the appliance. You should end
edit and logout if login or begin edit were successful regardless of the success or
failure of your Get or Set call.
54
is the IP address of the appliance or a host name that can be
as the response if the request cannot be fulfilled.
ERROR
GetNewSessionId
getNewSessionId
login
getParameterValue
logout
getNewSessionId
login
method to become the active editor in the box.
setParameterValue
endEdit
logout
returns a new SessionId if it succeeds;
). A typical sequence of
beginEdit
.
method and supplying the login name and
method supplying the MIB
method.
.
method and supplying the login name and
method supplying the MIB
setMultipleParameterValue
method.
© 2012 VBrick Systems, Inc.
is returned for
OK
method.

Hide quick links:

Advertisement

Table of Contents
loading

Related Products for VBrick 9000 Series

Table of Contents