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

Use API to create Health Rules and Policy

hemanth.vootla
New Member

HI Team,

 

I have succesfull exported an health rule using the rest api. When i am try to impor the health rule i am getting the below error 

 

Header

  1. Status Code: 200 OK
  2. Server: AppDynamics
  3. Date: Tue, 29 May 2018 16:09:19 GMT
  4. X-Varnish: 1737302797
  5. Age: 0
  6. Via: 1.1 varnish
  7. Connection: keep-alive
  8. Transfer-Encoding: chunked
  9. X-Iinfo: 14-6700949-6700951 NNNN CT(21 46 0) RT(1527610158501 20) q(0 0 0 -1) r(1 1) U6
  10. X-CDN: Incapsula

Response

is below

the request doesn't contain a multipart/form-data or multipart/mixed stream, content type header is text/plain;charset=UTF-8 

 

Can some one please help out on this

 

1 REPLY 1

Pratik.Maskey
AppDynamics Team (Retired)

Hi, 

 

Are you following the following document correctly?

 

https://docs.appdynamics.com/display/PRO44/Configuration+Import+and+Export+API#ConfigurationImportan...

 

Format -

curl -X POST --user user1@customer1:secret http://demo.appdynamics.com/controller/healthrules/38 -F file=@uploadhealthrule.xml

 pass "overwrite=true" if the health rule already.

If the issue exists, let us know the command/ client you are using.

 

-Thanks



Found something helpful? Click the Accept as Solution button to help others find answers faster.
Liked something? Click the Thumbs Up button.