- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Link copied. Please paste this link to share this article on your social media post.
Posted: 2020-05-05 10:40 AM
Dco 8.3.2 Colo Customer
HI all
is there any way to modify customer properties in Dco Colo?
now to Add a customer we need to use API
Customer does't believe that there is only API to do that
thanks
- Labels:
-
Data Center Operation
-
DCIM Support
Link copied. Please paste this link to share this article on your social media post.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Link copied. Please paste this link to share this article on your social media post.
Posted: 2020-05-06 03:42 AM
Yes.
The intention for the customers features in DCO/ITA was originally meant for colocation customers to assign ownership of assets.
When the feature was originally built we had found colocators had typically had their own customer management system in which they kept their customer information, so there was a general feeling integrations would be required, so the api's were built.
Regards
Greg Sterling
Link copied. Please paste this link to share this article on your social media post.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Link copied. Please paste this link to share this article on your social media post.
Posted: 2024-10-04 06:50 AM
Hello All,
Customer's can now be managed via the web interface. This action was previously only available via the Rest API. See the release notes for additional information and features.
Kind Regards,
Cory
Link copied. Please paste this link to share this article on your social media post.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Link copied. Please paste this link to share this article on your social media post.
Posted: 2020-05-05 02:03 PM
Hi!
That's right, there is no other way to create customer than API.
You can use API user interface with https://<your_DCO_ip>/api/current
There is a human readable UI with requests descriptions that can be also used to send requests to server.
To update customer details you need to use GET /customer request to get "id" parameter and then use PUT /customers/{customer-id} request with received id as argument.
Link copied. Please paste this link to share this article on your social media post.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Link copied. Please paste this link to share this article on your social media post.
Posted: 2020-05-06 12:49 AM . Last Modified: 2020-05-06 12:51 AM
reply from customer
"
The fact that dco's customer are managed only via API, makes me think that it is made to be interfaced with other systems, specifically the registry. All operations of create, update etc. they are done on another system and then "synchronized" on DCO.
At this point, would it be possible to have examples of real implementations? Just because we don't have the energy to reinvent the wheel :)"
thanks
Link copied. Please paste this link to share this article on your social media post.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Link copied. Please paste this link to share this article on your social media post.
Posted: 2020-05-06 03:42 AM
Yes.
The intention for the customers features in DCO/ITA was originally meant for colocation customers to assign ownership of assets.
When the feature was originally built we had found colocators had typically had their own customer management system in which they kept their customer information, so there was a general feeling integrations would be required, so the api's were built.
Regards
Greg Sterling
Link copied. Please paste this link to share this article on your social media post.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Link copied. Please paste this link to share this article on your social media post.
Posted: 2024-10-04 06:50 AM
Hello All,
Customer's can now be managed via the web interface. This action was previously only available via the Rest API. See the release notes for additional information and features.
Kind Regards,
Cory
Link copied. Please paste this link to share this article on your social media post.