-
1. Re: BMC AO send api request to pims
Jesse RichardsonApr 16, 2018 11:27 AM (in response to Syed Farukh)
Discussion successfully moved to Atrium Orchestrator space
-
2. Re: BMC AO send api request to pims
Matthew HighcoveApr 16, 2018 1:37 PM (in response to Syed Farukh)
1 of 1 people found this helpfulWhat is PIMS, what API are you using, and what help do you need? The more information you can give us on what you are doing and what problems you are seeing, the more detail we can give in our answers.
-
3. Re: BMC AO send api request to pims
Syed Farukh Apr 17, 2018 1:49 AM (in response to Matthew Highcove)process information management system,” a PIMS is a client/server application for the acquisition, display, archiving and reporting of information from a wide variety of control, plant and business systems. A critical component in a manufacturing enterprise's application architecture for creating a common
-
4. Re: BMC AO send api request to pims
Syed Farukh Apr 17, 2018 1:53 AM (in response to Syed Farukh)We are using REST API BAO calls
-
5. Re: BMC AO send api request to pims
Syed Farukh Apr 17, 2018 1:58 AM (in response to Syed Farukh)I need help on Add server to Service Identity.
server to be associated with the specified Service IDs so that the server is set up with the correct security access
How to Send API request to PIMS
-
6. Re: BMC AO send api request to pims
Aryan Anantwar Apr 17, 2018 2:49 AM (in response to Syed Farukh)Hi Syed,
Assuming you want to call the REST APIs of PIMS to perform certain operations.
So in that case, you can use BAO HTTP Adapter or REST Adapter to make REST Calls to PIMS from AO workflows.
refer: REST adapter - Documentation for BMC Atrium Orchestrator Content 20.17.01 - BMC Documentation
HTTP adapter - Documentation for BMC Atrium Orchestrator Content 20.17.01 - BMC Documentation
Regards,
Aryan Anantwar
-
7. Re: BMC AO send api request to pims
Syed Farukh Apr 17, 2018 6:57 AM (in response to Aryan Anantwar)HI Aryan,
Thanks for your response
Yes, I want to call the REST API of PIMS to perform service identity
Can you help on how to create workflow for Adding account name on server
-
8. Re: BMC AO send api request to pims
Aryan Anantwar Apr 17, 2018 7:18 AM (in response to Syed Farukh)Hi Syed,
In BAO, you have OOTB workflow available to make REST calls using HTTP adapter. look for AutoPilot-AD-Utilities module.
If you use REST Adapter then you have to build your own workflows to make REST calls.
You need to check what request you have to build in AO to make the call to PIMS for the operations you want to perform.
Regards,
Aryan Anantwar
-
9. Re: BMC AO send api request to pims
Syed Farukh Apr 17, 2018 9:19 AM (in response to Aryan Anantwar)Thanks for your support