<set_object> service – Dell UPS 4200R User Manual
Page 5

3 |
P a g e
N M C D e l l M 2 M p r o t o c o l ( X M L ) – 1 . 1
If "∗" suffix is used then the name expression represents all objects whose name begins with
prefix.
Note: The “*” suffix is implemented only for “UPS.*” and “System.*” objects.
4.1.3. Answer
Server response is the same for the both mode. This is an XML file with format:
<?xml version='1.0'?>
<GET_OBJECT>
< OBJECT name="
Name
">
Value
</OBJECT>
...
</GET_OBJECT>
Attribute
Description
Name
The object name.
Value
The object value.
4.2.
<SET_OBJECT> Service
This service allows setting individually one or many parameters inside of the Dell UPS
Management Card.
<SET_OBJECT url="Forms/set_obj_2" security="basic" mode="FORM" /> :
Attribute
Description
url
Indicates the URL to access to the main menu.
Securi
ty
Indicates the security level available for connection.
Note: The security level is depending on the security mode defined using the Web
interface.
none
: No security in exchange.
basic
: The client is authenticated with a login/password.
ssl
: The client is authenticated with a login/password through HTTPS connection.
Mode
Indicates the interface access mode
By default use the FORM POST mode
.
FORM
: The x-form-urlencoded mode used by HTTP.