Is there Rest APIs to create the HTTP request template & Actions/Policies?
I would like to automate the procedures for creating the HTTP request templates, Actions and policy.
Hi @Hiroki.Ito
I had tried to import the API using the below payload, but it gives me an error:
error :
Could not import Action Templates: the request doesn't contain a multipart/form-data or multipart/mixed stream, content type header is application/json;charset=UTF-8
--------------------------------
Payload :
Hi Hiroki,
I m able to do it with curl command but with POSTMAN its failing, not sure why.
POST : https://cisco1nonprod.saas.appdynamics.com/controller/actiontemplate/httprequest
Auth : Basic Auth
Also,
I dont see the headers getting added after the template gets created.
I mentioned the 2 headers :
Authorization and Content-Type
But both after the successful operation , I dont see it in the template.