Insight VM API

Hi
i used this report downlaod API - /api/3/reports/{id}/history/{instance}/output - to download report but i get an error 415 Unsurported Media Type .
I undestood the error, but can’t deal with .
For the request hearder, i used Accept : /
Can somebody help me ?
Thanks.

What Content-Type are you using with the API call? This type of error can happen if the payload you’re sending isn’t in a supported format. In the case of the InsightVM API you’ll want to use application/json.

1 Like