- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

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,
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

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.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Is there any solution for the OAuth setup?
Thanks,
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Thanks for the update.
I'm now working on a customize alert to figure it out. Hope it works for my case.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Sure, I would like to share my solution on github (code) and update the link here.
Thanks,
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

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.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you Kevin.
Regards,
Saradhi
