Error 404 on accessing some REST API resources

I get error 404 when running the REST API call against some resources such as /api/computergroups whereas I get a valid response for many others such as /api/computers and /api/roles. Are there any limitations/scope definitions for what resources can be queried via a REST API call?

My environment runs BigFix 9.5

Hi,

You can check here for available links to API:

https://www.ibm.com/support/knowledgecenter/SSKLLW_9.5.0/com.ibm.bigfix.inventory.doc/Inventory/integration/c_rest_api.html

Or here for platform REST API usage: https://developer.bigfix.com/rest-api/api/

Specifically, computergroups requires some additional parameters to specify the site, since computer groups must exist within a specific site.

Thanks for all the pointers; I was missing the reference to site and site type. It’s all good now.