-
Notifications
You must be signed in to change notification settings - Fork 2
api all projects
The api/all-projects endpoint implements access to project information in the Blackduck instances. The difference between this endpoint and the standard api/projects endpoint is the number of items returned. Since armada is talking to multiple Blackduck instances it is possible a single entry exists in more than one instance. The standard api/projects endpoint will return a single entry which is the response from the first Blackduck instance with actual data. The api/all-projects endpoint will return a list of all responses to the query. This endpoint also must be provided a identifier to retrieve, so it can not be used to list all projects in all Blackduck instances.
The following HTTP methods are implemented:
GET - Retrieve project information
A GET request to the api/all-projects/{ID} endpoint will return project information from all Blackduck instances that have the project identifier {ID}.
NOTE: This endpoint may not exist in later revisions on armada. It is implemented on a trial basis to test it's usefulness and could be removed if it is found not to add value.