Translate to:
Please select
  • English (English)
  • French (Français)
  • German (Deutsch)
  • Indonesian (Bahasa Indonesia)
  • Italian (Italiano)
  • Portuguese (Português)
  • Russian (Русский)
  • Spanish (Español)
  • Thai (ไทย)
  • Turkish (Türkçe)
  • Vietnamese (Tiếng Việt)
Help
  • Explore Community
  • Get Started
  • Ask the Community
  • How-To & Best Practices
  • Contact Support
Notifications
Login / Register
Community
Community
Notifications
close
  • Forums
  • Knowledge Center
  • Events & Webinars
  • Ideas
  • Blogs
Help
Help
  • Explore Community
  • Get Started
  • Ask the Community
  • How-To & Best Practices
  • Contact Support
Login / Register
Sustainability
Sustainability

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!

Device Service Methods

DCE web services API

Enter a search word
    Turn off suggestions
    Enter a search word
      Turn off suggestions
      Enter a user name or rank
        Turn off suggestions
        Enter a search word
          Turn off suggestions
          Enter a search word
            Turn off suggestions
            cancel
            Turn on suggestions
            Showing results for 
            Show  only  | Search instead for 
            Did you mean: 
            Important Note
            • Home
            • Schneider Electric Community
            • EcoStruxure IT Help Center
            • EcoStruxure IT Help Center Categories
            • Data Center Expert
            • DCE web services API
            • Device Service Methods
            Options
            • Mark as New
            • Mark as Read
            • Bookmark
            • Subscribe
            • Email to a Friend
            • Printer Friendly Page
            • Report Inappropriate Content
            Invite a Co-worker
            Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
            You have entered an invalid email address. Please re-enter the email address.
            This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
            Please enter email address
            Send Invite Cancel
            Invitation Sent
            Your invitation was sent.Thanks for sharing Exchange with your co-worker.
            Send New Invite Close

            Related Forums

            • EcoStruxure IT forum

            • APC UPS Data Center & Enterprise Solutions Forum

            Previous Next

            Invite a Colleague

            Found this content useful? Share it with a Colleague!

            Invite a Colleague Invite

            EcoStruxure IT Support

            Submit a support request for additional assistance with EcoStruxure IT software.

            Request Support
            Back to DCE web services API
            Options
            • Mark as New
            • Mark as Read
            • Bookmark
            • Subscribe
            • Email to a Friend
            • Printer Friendly Page
            • Report Inappropriate Content
            1 Like
            2316 Views

            Link copied. Please paste this link to share this article on your social media post.

            Trying to translate this page to your language?
            Select your language from the translate dropdown in the upper right. arrow
            Translate to: English
            • (Français) French
            • (Deutsche) German
            • (Italiano) Italian
            • (Português) Portuguese
            • (Русский) Russian
            • (Español) Spanish

            Device Service Methods

            Picard EcoStruxureIT
            ‎2019-11-20 06:14 AM

            Device Service SDL

            The Data Center Expert Device web service exposes information about devices being monitored by a Data Center Expert server, and some device control functionality. Third-party applications can also access this monitored device data.  Device control is supplied for select devices.

            Once an application has obtained device data through the Devices web service, it can use other Data Center Expert web services to get alarm, device group, and sensor information about the devices.

            The following methods are available through the Device web service. These methods only return information about devices the caller has permission to access.

            getAllDevices

            Returns a list of ISXCDevice objects that represent devices being monitored by the Data Center Expert server. 

            Service: ISXCentralDeviceService

            Parameter Type Description
            locale (optional) String The unique identifier of a device being monitored by the Data Center Expert server.

            getDeviceByID

            Returns an ISXCDevice object that represents a device being monitored by the Data Center Expert server, identified by the specified ID. 

            Service: ISXCentralDeviceService

            Parameter Type Description
            ISXCElementID String The unique identifier of a device being monitored by the Data Center Expert server.
            locale (optional) String

            Specifies the locale results are translated into before being returned. The default value is the locale configured in the Data Center Expert.

            getDeviceByIPAddress

            Returns an ISXCDevice object that represents a device being monitored by the Data Center Expert server, identified by the specified IP address. 

            Service: ISXCentralDeviceService

            Parameter Type Description
            ipAddress String

            The IP address of a device being monitored by the Data Center Expert server.

            locale (optional) String

            Specifies the locale results are translated into before being returned. The default value is the locale configured in the Data Center Expert.

            getDeviceByHostName

            Returns an ISXCDevice object that represents a device being monitored by the Data Center Expert server, identified by the specified host name. 

            Service: ISXCentralDeviceService

            Parameter Type Description
            hostName String

            The host name of a device being monitored by the Data Center Expert server.

            locale (optional) String

            Specifies the locale results are translated into before being returned. The default value is the locale configured in the Data Center Expert.

            getDevicesByType

            Returns a list of ISXCDevice objects that represent devices being monitored by the Data Center Expert server and are of the specified device type. 

            Service: ISXCentralDeviceService

            Parameter Type Description
            deviceType ISXCDeviceType

            One of the valid device type identifiers for devices that can be monitored by the Data Center Expert server.

            locale (optional) String

            Specifies the locale results are translated into before being returned. The default value is the locale configured in the Data Center Expert.

            getDevicesBySerialNumber

            Returns a list of ISXCDevice objects that represent devices being monitored by the Data Center Expert server and have the specified serial number. 

            Service: ISXCentralDeviceService

            Parameter Type Description
            serialNumber String

            The serial number of one of the devices being monitored by the Data Center Expert server.

            For NetBotz devices, the “virtual” parent device inherits the serial number of the child enclosure device, hence the need to return a list of devices.

            locale (optional) String

            Specifies the locale results are translated into before being returned. The default value is the locale configured in the Data Center Expert.

            getDevicesByModelNumber

            Returns a list of ISXCDevice objects that represent devices being monitored by the Data Center Expert server and have the specified model number.This method is currently not functional, so will return no devices.

            Service: ISXCentralDeviceService

            Parameter Type Description
            modelNumber String

            The model number of one or more of the devices being monitored by the Data Center Expert server.

            For NetBotz devices, the “virtual” parent device inherits the serial number of the child enclosure device, hence the need to return a list of devices.

            locale (optional) String

            Specifies the locale results are translated into before being returned. The default value is the locale configured in the Data Center Expert.

            getDevicesByModelName

            Returns a list of ISXCDevice objects that represent devices being monitored by the Data Center Expert server and have the specified model name. 

            Service: ISXCentralDeviceService

            Parameter Type Description
            modelName String

            The model name of one or more of the devices being monitored by the Data Center Expert server.

            locale (optional) String

            Specifies the locale results are translated into before being returned. The default value is the locale configured in the Data Center Expert.

            getChildDevices

            Returns a list of ISXCDevice objects that represent any devices being managed by the device with the specified ID. 

            Service: ISXCentralDeviceService

            Parameter Type Description
            ISXCElementID String

            The unique identifier of a device being monitored by the Data Center Expert server.

            locale (optional) String

            Specifies the locale results are translated into before being returned. The default value is the locale configured in the Data Center Expert.

            getParentDevice

            Returns an ISXCDevice object that represents a device managing the device with the specified ID. 

            Service: ISXCentralDeviceService

            Parameter Type Description
            ISXCElementID String

            The unique identifier of a device being monitored by the Data Center Expert server.

            locale (optional) String

            Specifies the locale results are translated into before being returned. The default value is the locale configured in the Data Center Expert.

            getDeviceControlTypes

            Returns a list of ISXCDeviceControlType objects that represent a grouping of a particular type of device control (example: Outlet Control).

            Service: ISXCentralDeviceService

            Parameter Type Description
            locale (optional) String

            Specifies the locale results are translated into before being returned. The default value is the locale configured in the Data Center Expert.

            getControllableDevicesByControlType

            Returns a list of ISXCDevice objects that represent devices being monitored by the Data Center Expert server and have controls of the specified type.

            Service: ISXCentralDeviceService

            Parameter Type Description
            controlTypeID String

            Specifies the control type ID used to identify a control type.

            locale (optional) String

            Specifies the locale results are translated into before being returned. The default value is the locale configured in the Data Center Expert.

            getDeviceControlsForDevice

            Returns a list of ISXCDeviceControl objects representing the device controls, of the specified type, supplied by this device.

            Service: ISXCentralDeviceService

            Parameter Type Description
            ISXCElementIDForDevice String

            Specifies the unique identifier of a device being monitored by the Data Center Expert server.

            controlTypeID String

            Specifies the control type ID used to identify a control type.

            locale (optional) String

            Specifies the locale results are translated into before being returned. The default value is the locale configured in the Data Center Expert.

            setDeviceControlByID

            Set the value of a device control. Note: This method does not supply a response.

            Service: ISXCentralDeviceService

            Parameter Type Description
            ISXCElementIDForDevice String

            The unique identifier of a device being monitored by the Data Center Expert server.

            controlTypeID String

            Specifies the control type ID used to identify a control type.

            locale (optional) String

            Specifies the locale results are translated into before being returned. The default value is the locale configured in the Data Center Expert.

            Attachments
            ISXCentralDeviceService_v2_0_360039288053.wsdl
            Was this article helpful? Yes No
            No ratings

            Link copied. Please paste this link to share this article on your social media post.

            Comments
            Jym
            Jym
            Cadet
            • Mark as Read
            • Mark as New
            • Bookmark
            • Permalink
            • Print
            • Email to a Friend
            • Report Inappropriate Content
            ‎2024-02-27 01:14 AM

            Hello, I tried to get the information 

            Application version and Mac address of a device but i can't find it in the API. Is the info available or not?

             

            0 Likes
            Didn't find what you are looking for? Ask our Experts
            To The Top!

            Forums

            • APC UPS Data Center Backup Solutions
            • EcoStruxure IT
            • EcoStruxure Geo SCADA Expert
            • Metering & Power Quality
            • Schneider Electric Wiser

            Knowledge Center

            Events & webinars

            Ideas

            Blogs

            Get Started

            • Ask the Community
            • Community Guidelines
            • Community User Guide
            • How-To & Best Practice
            • Experts Leaderboard
            • Contact Support
            Brand-Logo
            Welcome to Schneider Electric Community!
            Forum-Icon

            You have two options to continue your visit.

            LOGIN / Register

            Why logging in?
            • You enable the complete set of features available, such as posting, sharing, subscribing, private messaging and more.
            • You unlock the access to the whole content that Schneider Electric Community has to offer, including the gated items and the special events.
            And it’s free of charge!!!

            OR

            Continue as a guest

            Terms & Conditions Privacy Notice Change your Cookie Settings © 2025 Schneider Electric

            Welcome!

            Welcome to your new personalized space.

            of

            Translating the page…
            The page is currently translating. Please wait.
            Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.