I'm working on AppDynamic and ServiceNow integration : new serviceNow ticket by RESTful API when APPDynamic alert is triggered.
My serivceNow instance running on OAuth authentication method, here is an example of the authentication:
I'm following this sample for my integration:
https://community.appdynamics.com/t5/tkb/articleprintpage/tkb-id/knowledge-base/article-id/118
My question is : how can I catch response value in HTTP Template and pass it to other templates?
Thanks,
I have finished a simple application for OAuth authentication sample for reference.
https://github.com/NetBrainDev/AppDynamics-CustomAlert
I'll add detail description later.
Thanks,
Update this on airplane, Because of some legal stuff, I have to remove my sample shortly. I would like to provide another sample once I have minutes. Sorry for the inconvenience.
Hi Kevin,
There is no way to pass reponse of one HTTP template to another in Controller unless the API being called itself is coded in a way to invoke another API. We can only define success and failure criteria based on response.
https://docs.appdynamics.com/display/PRO42/HTTP+Request+Actions+and+Templates
Regards,
Saradhi
Is there any solution for the OAuth setup?
Thanks,
Hi Kevin,
Currently there is no way to achieve this using the HTTP request templates.
@Satish.Muddam Our ServiceNow extensions expert is looking at providing this feature to integrate with OAuth using the Service Now REST API alerting extension but there is no ETA on this yet.
Regards,
Saradhi
Thanks for the update.
I'm now working on a customize alert to figure it out. Hope it works for my case.
Hi Kevin,
Once you configure the custom alert could you please share your solution here so that it would help other customers till the OAuth support is implemented?
Regards,
Saradhi
Sure, I would like to share my solution on github (code) and update the link here.
Thanks,
I have finished a simple application for OAuth authentication sample for reference.
https://github.com/NetBrainDev/AppDynamics-CustomAlert
I'll add detail description later.
Thanks,
Update this on airplane, Because of some legal stuff, I have to remove my sample shortly. I would like to provide another sample once I have minutes. Sorry for the inconvenience.
Thank you Kevin.
Regards,
Saradhi