EcoStruxure IT forum
Schneider Electric support forum about installation and configuration for DCIM including EcoStruxure IT Expert, IT Advisor, Data Center Expert, and NetBotz
Link copied. Please paste this link to share this article on your social media post.
Posted: 2020-07-03 11:33 PM . Last Modified: 2024-04-05 04:53 AM
Hello,
I would like to ask the following questions regarding the DCO API
a. Is it possible to list the connections of a network appliance, server? I tried the curl command
curl -s -k -X GET --header 'Accept: application/json' 'https:/user:pass@dco_installation/api/v8.1/assets/search?q=' item and it does not list any connections..
b. If there is way to import any interconnections using the DCO API? If this is possible, does anyone managed to perform a successful bulk import ?
Thanks in advance for any help or direction
(CID:125209472)
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: 2020-07-03 11:34 PM . Last Modified: 2024-04-05 04:53 AM
Hi Vasileios Baousis, thanks for posting. Let's hope you find your answer here.
Kind regards Ditte
(CID:125212617)
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: 2020-07-03 11:34 PM . Last Modified: 2024-04-05 04:53 AM
20 days now and no answer. Probably nobody has done either listing connections or successful bulk import or interconnections to DCO...
(CID:126165318)
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: 2020-07-03 11:34 PM . Last Modified: 2024-04-05 04:53 AM
I do not believe it is possible to list network connections using REST or the web client today.
This should be possible to query the connections from an ETL export database. In that case it would be a SQL based query ... the configuration_item_relation table contains information regarding the network connection relationship info.
This query shows network connections for a specific asset.
select * from configuration_item ci, configuration_item_relation cir
where ci.ci_id = '87770769-f294-4c00-ab0b-333d26b8f745'
and ( cir.ci_id_a = ci.ci_id or cir.ci_id_b = ci.ci_id)
and cir_type = 'network_connection';
Regards
Greg Sterling
(CID:126177755)
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: 2020-07-03 11:34 PM . Last Modified: 2024-04-05 04:53 AM
Hello and thanks for your answer. I have two questions :
a. How do I export the ETL database? Is there any manual for that?
b. What about the second part of my initial question? Successfully perform a bulk import of interconnections to DCO.
Thanks
Vasilis
(CID:126177759)
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: 2020-07-03 11:34 PM . Last Modified: 2024-04-05 04:53 AM
I have pasted a brief doc which describes how to create an export database.
Create-New-ETL-Export-Database.pdf
The ETL framework has two different database types.
Regarding your second question, bulk import of network connections. There is a mechanism using an ETL import database to import network connections in DCO.
Using this process requires preparation as you need to define all of the assets in the import database for which you'll make connections and these assets must be logically associated to the actual assets in DCO. Meaning, if you have a rack with a server and a switch in DCO, there must already be entries defined in the import database for the server and the switch, and those entries must be associated to their DCO assets before you can use the import database to make the network connection.
I would recommend working with a member of our services team to get a better understanding of how this works.
(CID:126177765)
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: 2020-07-03 11:34 PM . Last Modified: 2023-10-22 01:35 AM
This question is closed for comments. You're welcome to start a new topic if you have further comments on this issue.
Link copied. Please paste this link to share this article on your social media post.
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.