We are getting 404 error while running system management API like get Nodes / any other api …
Tried adding roles like PegaRULES:SysOpsAdministrator as mentioned in below url as suggested by PEGA but no luck … getting 404, any help is highly appreciated
@Neeraj_Singh hi, just retried and checked in log file, no entries at all for this action
apart from adding role/privilege is there any other thing like enabling some DSS or some other step that we need to perform to make sysmgmt apis work ? any insight if you can provide, would be of great help
@Rathnach can you post the complete response you are getting from the API?
also, can you try to remove the authentication for some time from the service package rule and try if you are able to get the response? If yes then there should be some issue with authentication.
@Neeraj_Singh yeaa, when ran from service rest rule directly, its giving response .. but failing and giving 404 when ran from Postman or api help page try it now …
@Neeraj_Singh issue is now resolved, talked to pega team and its due to url wrongly forming when testing form try now / api browser. its a bug in 8.4.2 in specific for sys management apis …
url is not having prweb path unlike rest of apis .. overall this issue is now resolved. Hope this helps someone else