EcoStruxure IT forum
A support forum for Data Center Operation, Data Center Expert, and EcoStruxure IT product users to share knowledge on installation, configuration, and general product use.
Posted: 2020-07-04 12:54 AM
This question was originally posted on DCIM Support by Lukasz Staciwo on 2017-10-19
Hi Team,
Asking on behalf of Jimmy Leung
Please kindly advise how to find the DCE sensorID for every DCE sensor.
Client is using this to built the API queries.
(CID:126166023)
Posted: 2020-07-04 12:55 AM
This answer was originally posted on DCIM Support by Christopherus Laurentius on 2017-10-24
Suggest to use ISXCentralDeviceService_v2_0 instead of v1.
See below example on DCE 7.4.3 using SOAP UI for getAllDevices request:
(CID:126168138)
Posted: 2020-07-04 12:54 AM
This answer was originally posted on DCIM Support by Ed Tarento on 2017-10-20
HI Lukasz and Jimmy Leung
The SensorService provides a range of calls and perhaps most simply, use the getSensorsForDevice by providing the Device ID which can be obtained by using the getAllDevices call in the DeviceService.
Say Hi to Jimmy. Let me know if you need a hand
Cheers
Ed
(CID:126166364)
Posted: 2020-07-04 12:54 AM
This comment was originally posted on DCIM Support by Jimmy Leung on 2017-10-20
Hi Ed,
I tried the getAllDevices call in the DeviceService in our DCE (7.4.3) but I am getting this response:
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<soap:Fault>
<faultcode>soap:Client</faultcode>
<faultstring>Could not find appropriate operation for request getAllDevices() in service 'ISXCentralDeviceService_v1_0'</faultstring>
</soap:Fault>
Can you spot anything wrong?
Regards
(CID:126166396)
Posted: 2020-07-04 12:54 AM
This comment was originally posted on DCIM Support by Lukasz Staciwo on 2017-10-24
Hi Ed,
Thanks for helping out.
Can you kindly look at Jimmy's comments and see if you can spot something wrong?
Anyone else would like to comment please feel free to chip in...
(CID:126168046)
Posted: 2020-07-04 12:54 AM
This comment was originally posted on DCIM Support by Lukasz Staciwo on 2017-10-24
Thanks Chris,
Good pick-up with the version.
Jimmy Leung,
Please letus know if this helps.
(CID:126168087)
Posted: 2020-07-04 12:55 AM
This comment was originally posted on DCIM Support by Jimmy Leung on 2017-10-24
Chris,
Thanks for your response, Unfortunately I don't have ISXCentralDeviceService_v2_0 documentation. I only can try using V1 format which I expected to return with error. Can You please share with me the correct format for the Xmls:isx2 query format or share with me the link for the full documentation.
(CID:126168098)
Posted: 2020-07-04 12:55 AM
This comment was originally posted on DCIM Support by Christopherus Laurentius on 2017-10-24
Hi Jimmy,
Its available from the DCE itself, use:
http://<server>/integration/services/<WSDL>?wsdl
Replace <server> with your DCE's ip address.
Fore more detail explanation on the usage of the call:
StruxureWare Data Center Expert Web Services API
Regards,
Chris
(CID:126168103)
Posted: 2020-07-04 12:55 AM
This answer was originally posted on DCIM Support by Christopherus Laurentius on 2017-10-24
Suggest to use ISXCentralDeviceService_v2_0 instead of v1.
See below example on DCE 7.4.3 using SOAP UI for getAllDevices request:
(CID:126168138)
Posted: 2020-07-04 12:55 AM
This comment was originally posted on DCIM Support by Jimmy Leung on 2017-10-24
Thanks Chris/Ed/Lukasz.
Got it working now, Thanks.
For me, it is just the beginning!
Cheers
(CID:126169301)
Posted: 2020-07-04 12:55 AM
This comment was originally posted on DCIM Support by Christopherus Laurentius on 2017-10-24
No problem,glad to be of assistance.
(CID:126169303)
Posted: 2020-07-04 12:55 AM
This question is closed for comments. You're welcome to start a new topic if you have further comments on this issue.
Create your free account or log in to subscribe to the forum - and gain access to more than 10,000+ support articles along with insights from experts and peers.