Ask our Experts
Didn't find what you are looking for? Ask our experts!
Ask Me About Webinar: Data Center Assets - Modeling, Cooling, and CFD Simulation
Join our 30-minute expert session on July 10, 2025 (9:00 AM & 5:00 PM CET), to explore Digital Twins, cooling simulations, and IT infrastructure modeling. Learn how to boost resiliency and plan power capacity effectively. Register now to secure your spot!
Schneider Electric support forum about installation and configuration for DCIM including EcoStruxure IT Expert, IT Advisor, Data Center Expert, and NetBotz
Search in
Link copied. Please paste this link to share this article on your social media post.
Posted: 2021-03-24 03:52 AM
Hello everyone
Does anyone have an idea of how I can use DCE Web Services to display ONLY the Device/s being monitored in DCE that currently has an Alarm/s without displaying all the other Devices that do not have Alarms.
I used the Alarms Service but it only gives details of the Alarm and it does not give details of the Device with the Alarm.
The Devices Services shows tp display all the devices in DCE whether it has an Alarm or not.
I want to Integrate DCE with a 3rd Party Application to be able to View which Devices currently have Alarms.
Please refer to the below description:
DCE Web Services Explained
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2021-03-24 04:24 AM
Hi,
I believe this would need some logic between the request and display.
For example, to display all devices which are in fault, requests in the device service that return an ArrayOfISXCDevice, each ISXCDevice member should have an ISXCDeviceState member which enums between a list of states (OK, CRITICAL, etc) - so the application can filter against these.
Alternatively, to provide richer detail to a list of alarms, each ISXCAlarm has a deviceID member which can be cross-referenced against the device service.
If you go the later route, I would keep in mind that device service responses are very cacheable, you realistically only need getDeviceByID when an alarm changes state, not every time you poll or display alarms. If it's possible for your application to persist state between requests you'll see very notable performance gains.
Link copied. Please paste this link to share this article on your social media post.
You’ve reached the end of your document
Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.