Products | Versions |
---|---|
TIBCO DataSynapse GridServer | 7.1.0 |
GET all-users API throws a 404 error when we hit the URL which is specified in the developer guide ==> http://hostname:8080/livecluster/rest/users/all-users
If we invoke this API in tools like soapUI, Postman, etc, then it returns an HTTP 404 error. (Attached screenshot from Postman)
Error message => The requested resource could not be found, but may be available again in the future. Subsequent requests by the client are permissible.
All
To avoid this error, you need to use the correct API class and method name as below:
Expected URL => http://hostname:8080/livecluster/rest/user/all-users (extra s is removed from the user)
This returns response code 200, and a list of users is available on the provided manager URL. (Attached screenshot from Postman)
GET all-users Rest API is not working in Gridserver 7.1.0, as mentioned in the developer guide.