Share Your Feedback – Help Us Improve Search on Community!
Please take a few minutes to participate in our Search Feedback Survey. Your insights will help us deliver the results you need faster and more accurately.
Click here to take the survey
Data Center Expert Web Services API
DCE web services API
Search in
Improve your search experience:
Exact phrase→Use quotes " "(e.g., "error 404")
Wildcard→Use * for partial words(e.g., build*, *tion)
AND / OR→Combine keywords(e.g., login AND error, login OR sign‑in)
Keep it short→Use 2–3 relevant words, not full sentences
Filters→Narrow results by section(Knowledge Base, Users, Products)
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 InviteCancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
The Data Center Expert web services API is vendor-neutral, scalable monitoring software that collects, organizes, and distributes critical alerts, surveillance video, and key information. It provides a unified view of complex physical infrastructure environments from anywhere on the network.
Manage your APC devices from a single system by forwarding SNMP traps (events) to your preferred enterprise management system.
Device Access, Authentication and Permissions
Data Center Expert web services supports basic authentication over HTTP or HTTPS (SSL).
User credentials (username/password) must be provided for every web service method invocation; the concept of a single-login-session is not supported. The credentials used must belong to a valid Data Center Expert user account configured on the Data Center Expert server being queried.
The permissions configured on the Data Center Expert server for the user account can affect the contents of web service query responses. Responses to web service queries will only contain references to devices and other entities that the user account has been granted permission to access.
Localization and Internationalization
Most of the methods specified in the Data Center Expert web service interface accept a locale parameter which may affect the representation of data returned by those methods. In all instances, a locale is specified as a string in the format “xx-YY” where xx represents a two letter language identifier (in compliance with ISO-639 language codes) and YY represents a two letter country identifier (in compliance with ISO-3166 country codes).
Note: If no locale (null) or an unsupported locale is specified in a method call, the current server locale configuration is assumed.
If a specified locale has a language code that matches the language code of a supported locale, even though the country codes may not match, the supported locale will be used.
Supported locales in Data Center Expert
US English (en-US)
Japanese (ja-JP)
Korean (ko-KR)
Simplified Chinese (zh-CN)
Russian (ru-RU)
Brazilian Portuguese (pt-BR)
French (fr-FR)
Spanish (es-ES)
Italian (it-IT)
German (de-DE)
Web Service Description Language Files
Web services often employ one or more Web Service Description Language (WSDL) files to describe, in a standardized format, the methods of a web service interface and the data passed to and from those methods.
WSDL files can be used by client application developers to generate “stub” code for invoking the methods of a particular web service. There are a large number of publicly available WSDL-to-code generators. WSDL files can also be used at run-time to format data sent to, or validate received from, a web service method.
Data Center Expert server provides access to separate WSDL files.
The Data Center Expert server publishes WSDL files at this URL:
http://<server>/integration/services/<WSDL>?wsdl
This URL returns dynamically generated WSDL files, guaranteeing the files reflect the version of the Data Center Expert software currently installed on the server. Access to this URL requires authentication credentials of a valid Data Center Expert user. Note the “?” in the URL.
Note: The dynamically generated WSDL contains references to the server from which it was obtained. In the static WSDL, server references are replaced with the string “SERVER_REPLACE_ME”.