You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rob Rati edited this page Nov 15, 2018
·
4 revisions
The api/components endpoint implements access to the components in the Blackduck instances.
The following HTTP methods are implemented:
GET - Retrieve components from the Blackduck instances
A GET request to the api/components endpoint will return components from all Blackduck instances, but query options must be used to retrieve any components. A GET request without any query options will result in an error.
It is possible to retrieve information for a single component by performing a GET request to api/components/{ID} where {ID} is a component identifier from a Blackduck instance.