# A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Dell Product Requirements - Dell UPS Management Card Owner's Manual

Summary

The Dell UPS Management Card M2M XML Protocol Document defines the machine-to-machine XML communication protocol for managing Dell UPS systems. Specifies web services descriptors, configuration descriptors, and GET/SET object features for remote monitoring and control. Details XML request/response formats and parameter definitions. Intended for software developers and system integrators building UPS management applications.

📄 Preview PAGE OF 13

Page 1 Text Content

Product Requirements Dell UPS Management Card

M2M XML based protocol to Get / Set parameters

Copyright © 2009 Eaton Corporation. All Rights Reserved. NOTICE TO PERSONS RECEIVING THIS DRAWING AND/OR TECHNICAL INFORMATION

Eaton Corporation claims proprietary rights to the material disclosed hereon. This drawing and/or technical information is issued in confidence for engineering information only and may not be reproduced or used to manufacture anything shown or referred to hereon without direct written permission from Eaton Corporation to the user. This drawing and/or technical information is the property of Eaton Corporation and is loaned for mutual assistance, to be returned when its purpose has been served.

THIS DRAWING AND/OR TECHNICAL INFORMATION IS THE

PROPERTY OF EATON CORPORATION

INFORMATION SUBJECT TO CHANGE WITHOUT ANY NOTICE

APPROVED BY/DATE

Approval

Signature

Software & Connectivity Project Leader, MGE – (J. Lecuivre) 12/01/2010 Firmware Engineer – (J.L. Philippe) 12/01/2010

Page Summary Contents For Dell Product Requirements - Dell UPS Management Card Owner's Manual

Page 1 Product Requirements Dell UPS Management Card M2M XML based protocol to Get / Set parameters Copyright © 2009 Eaton Corporation. All Rights Reserved. NOTICE TO PERSONS RECEIVING THIS DRAWING AND/OR TE...
Page 2 Revision History Rev. Date By Description Initial version in order to provide a M2M 0.1 05/15/09 L. Battini protocol based on XML. Set Simple request removed (Depreciated) 1.0 10/02/10 L. Battini Disc...
Page 3 1. Description The Dell UPS Management Card supports a M2M protocol that allows to ”Get” and or “Set” several parameters. The goal of this document is to describe how the parameters can be Read / Writ...
Page 4 4. Get & Set objects feature The Dell UPS Management Card supports the XML protocol over HTTP or HTTPS to set parameters. 4.1. <GET_OBJECT> Service This service downloads from the Dell UPS M...
Page 5 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. Answe...
Page 6 4.2.1. Multi Set Request The post use a multi-part file upload type field. The field name is "object List" and is define in the HTML Form as follow: <INPUT type="file" name=&quo...
Page 7 5. Appendix 1 : product.xml file <?xml version="1.0" encoding="UTF-8" ?> - <PRODUCT_INFO name="Network Management Card" type="Mosaic 4M 16M" version=&q...
Page 8 <ITEM object="System.Outlet[2].i Name" type="String:20" access="RW" default="Load Segment1" version="1" /> <ITEM object="System.Outlet[2...
Page 9 <ITEM object="System.Email[0].Event List.Overload[2].Over Threshold.1" type="Boolean" access="RW" default="0" version="1" /> <ITEM object=&qu...
Page 10 <ITEM object="System.Email[1].Event List.Power Module.Protection Lost.0" type="Boolean" access="RW" default="0" version="1" /> <ITEM object=&...
Page 11 <ITEM object="System.Email[3].Event List.ACPresent" type="Boolean" access="RW" default="0" version="1" /> <ITEM object="System.Email[3]....
Page 12 <ITEM object="System.Network Management System[2].Trap Severity" type="List:1,2,3" access="RW" default="1" version="1" </GROUP> - <GROUP i...
Page 13 7. Appendix 3 : upsprop.xml file <?xml version="1.0" encoding="UTF-8" ?> - <SUMMARY Version="2.0" xmlns=""> <OBJECT name="UPS.Power Summary....

Manual Details

Brand Dell
Pages 13
File Size 159.11 KB
Published June 29, 2026
13 views

Enter the captcha to get the download link:

captcha

Frequently Asked Questions

Where can I find information about the card's features?

All feature information is stored in the Web Service Descriptor, accessible at http://<address>/product.xml.

How do I check which parameters are writable?

The configuration descriptor at http://IPaddress/configuration_descriptor.xml lists attributes with their access type (RO for read-only, WO for write once, RW for read/write).

Does changing a parameter cause the card to restart?

Check the 'Restart' attribute; if set to TRUE, the card will automatically restart when that parameter is changed.

What protocol can I use to adjust parameters (Get & Set)?

The Dell UPS Management Card supports the XML protocol over HTTP or HTTPS for setting and getting parameters.