Questo contenuto non è disponibile nella lingua selezionata.
Chapter 10. Quickstarts
Name | Description |
---|---|
id | Unique identifier of the quickstart. |
search | The search term to use for the quickstart. |
10.1. List Quickstarts Copia collegamentoCollegamento copiato negli appunti!
List all available quickstarts. The client will only see this resource if there are quickstarts available, and it will be absent if there are none. Unlike other REST API calls, the following guidelines apply when retrieving a list of quickstarts:
- API versioning is not supported
- Only JSON is supported
- The body of the API response is different from other API responses
- Parse errors or unexpected data values must be handled by omitting the entry
Method | URL Structure |
---|---|
GET | /api/v1/quickstarts/promoted.json |
Not applicable
curl -X GET https://www.openshift.com/api/v1/quickstarts/promoted.json --user user@example.com
$ curl -X GET https://www.openshift.com/api/v1/quickstarts/promoted.json --user user@example.com
The API returns a list of all quickstarts that are available. See Chapter 10, Quickstarts for more information on all quickstart parameters.