Hi I'm trying to use the Jasper server REST API to pull some details but it returns a 404 Not Found response for all the endpoints
http://servername:8080/jasperserver/rest_v2/permissions
http://servername:8080/jasperserver/rest_v2/resources
http://servername:8080/jasperserver-pro/rest_v2/resources
I'm using the Basic Authentication with superuser and corresponding password. All I get is the following response for all endpoints. I tried jasperserver-pro as well but same response. Can you please help me resolve this issue? Thank you.
Response Status: 404 Not Found
Response Text:
<html>
<head><title>Jaspersoft Application Server Issue</title></head>
<body style="background-color:#f3f3f3;">
<div style="color: crimson;padding:208px; text-align:center">
<p>
<h2>Currently Not Able To Load</h2> </br>
<h3>There was an issue with processing your request.</h3>
<h3>Please try again after sometime. If the issue persists, please contact the App Support Team.</h3>
</p>
</div>
<b><b><b><b>
</body></html>