RESTAPI get computer settings fails

Hello,

I am trying to use the RESTAPI to get the computer settings https://myserver:52311/api/computer/{id}
I get the error message “{“format”:“Unexpected server error: {message}”,“arguments”:[“Requirement failure at RetrievedProperty.cpp: 53 (object.IsProperty())”]}”

However I can get the list of computer with https://myserver:52311/api/computers

I am using BigFix 9.5. Are there any logs that could help me to fix this issue ?

Thanks,

https://www.ibm.com/developerworks/community/wikis/home?lang=en#!/wiki/Tivoli%20Endpoint%20Manager/page/RESTAPI%20Computer

Hi Lionel,

I’d highly suggest opening a PMR for this issue to facilitate tracking and troubleshooting:

Hello,

I will open a PMR but I was hoping that someone else had a similar issue.

Thanks,

Did you use an actual ID of a specific computer?

like this: https://myserver:52311/api/computer/1234

Also, generally, I use session relevance to get this type of answer, not this method. To do session relevance with the rest api, you use https://myserver:52311/api/query

Yes, I used a specific computer.
I opened a ticket and it seems to be a known issue (bug).
Thanks,