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
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
Hi,
Are you following the following document correctly?
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