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

Join our "Ask Me About" community webinar on May 20th at 9 AM CET and 5 PM CET to explore cybersecurity and monitoring for Data Center and edge IT. Learn about market trends, cutting-edge technologies, and best practices from industry experts.
Register and secure your Critical IT infrastructure

Device Service Methods

DCE web services API

cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Home
  • Schneider Electric Community
  • EcoStruxure IT Help Center
  • EcoStruxure IT Help Center Categories
  • Data Center Expert
  • DCE web services API
  • Device Service Methods
Options
  • Subscribe to RSS Feed
  • 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
  • Subscribe to RSS Feed
  • Mark as New
  • Mark as Read
  • Bookmark
  • Subscribe
  • Email to a Friend
  • Printer Friendly Page
  • Report Inappropriate Content
1 Like
2213 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
Subscribing is a smart move!
You can subscribe to this board after you log in or create your free account.
Forum-Icon

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.

Register today for FREE

Register Now

Already have an account? Login

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

This is a heading

With achievable small steps, users progress and continually feel satisfaction in task accomplishment.

Usetiful Onboarding Checklist remembers the progress of every user, allowing them to take bite-sized journeys and continue where they left.

of