cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Oauth support by HTTP Template

kevin.zhang
Builder

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:

https://docs.servicenow.com/bundle/istanbul-servicenow-platform/page/integrate/inbound-rest/referenc...

 

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,

8 REPLIES 8

Saradhi.Potharaju
AppDynamics Team (Retired)

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,

Saradhi.Potharaju
AppDynamics Team (Retired)

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.

https://www.appdynamics.com/community/exchange/extension/appdynamics-servicenow-rest-api-alerting-ex...

 

Regards,
Saradhi

 

Thanks for the update.

I'm now working on a customize alert to figure it out. Hope it works for my case.

Saradhi.Potharaju
AppDynamics Team (Retired)

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.

Saradhi.Potharaju
AppDynamics Team (Retired)

Thank you Kevin.

 

Regards,
Saradhi