-
Notifications
You must be signed in to change notification settings - Fork 2
api components
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.