I get a HTTP 405 Method Not Allowed error when using rest-api/topology/queryNameWithParameters endpoint.

I have two different uCMDB instances that are configured the same, including permissions, as far as I can tell. When I do a query on one it works as expected. I perform the same query on the other instance and I get the HTTP 405 method not allowed error.

I am also getting an internal error when I try to access the API Reference link from the browser.

Can anyone point me t documentation r have suggestions on how to resolves this error? I believe it has to be something simple. I just can find it. I have compared the permission between the two instances and everything looks correct.

I appreciate any thoughts or ideas.

Thanks in advance!

Tags:

Parents Reply
  • Verified Answer

    +1 in reply to   

    I am using a post. The 1st request for an OAuth token works. Then, I execute a request to rest-api/topology/result/queryNameWithParameters and that is what is failing.

    I think the issue is the /result in the url. I missed that before. I am not sure how that got there.

    Thank you Diana for making me have to actually dive down into the details.

    I will run a test later today and post the result back here.

Children