- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-06-2022 09:49 PM
Hi, I am new to ITOM Discovery.
I want to tie CI and application services together automatically.
I confirmed that it is possible to set CI releation with "manual" method mannually from [Configuration] -> [Application Services].
But I want to automate this tying, for example by Import Set.
I understand that this connection is defined in "cmdb_rel_ci" as a record. So, I made a record in "cmdb_rel_ci" manually, however, a new relationship is not displayed in Application map.
Please show me how to realize what I want to do.
(I want to make such relationships for specific CIs automatically.)
Solved! Go to Solution.
- Labels:
-
Service Mapping
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-10-2022 08:31 PM
You can use BusinessServiceManager API with in a transform script to achieve this.
https://developer.servicenow.com/dev.do#!/reference/api/rome/server_legacy/BusinessServiceManagerAPI

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-06-2022 10:42 PM
Can u make application service - Operational. It should show,
refer this URL for details on same
https://docs.servicenow.com/bundle/quebec-servicenow-platform/page/product/service-mapping/task/manually-add-ci-to-business-service.html
Regards
RP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-10-2022 07:39 PM
Thanks for your reply.
I want to automate this operatiton in workflow.
We can't repeat this operation for the number of CIs.
Input)
* Application Service (empty)
* Configuration Items
Desired Output)
* Application Service(manually connected to each Configuration Item)
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-10-2022 08:31 PM
You can use BusinessServiceManager API with in a transform script to achieve this.
https://developer.servicenow.com/dev.do#!/reference/api/rome/server_legacy/BusinessServiceManagerAPI