List configuration bundles
List configuration bundles in your account, or list versions of a specific bundle. Two operations are available:
-
ListConfigurationBundles — Returns all bundles in your account with summary information.
-
ListConfigurationBundleVersions — Returns all versions of a specific bundle, with optional filtering by branch or creation source.
Both operations support pagination.
Code samples
Example
Request parameters
ListConfigurationBundles
| Parameter | Type | Required | Description |
|---|---|---|---|
|
|
Integer |
No |
Maximum number of results to return per page. Range: 1–100. |
|
|
String |
No |
Pagination token from a previous response. |
ListConfigurationBundleVersions
| Parameter | Type | Required | Description |
|---|---|---|---|
|
|
String |
Yes |
The ID of the configuration bundle. Passed as a path parameter. |
|
|
Object |
No |
Optional filter. See Version filter below. |
|
|
Integer |
No |
Maximum number of results to return per page. Range: 1–100. |
|
|
String |
No |
Pagination token from a previous response. |
Version filter
| Field | Type | Description |
|---|---|---|
|
|
String |
Return only versions on this branch. |
|
|
String |
Return only versions created by this source name (for example, |
|
|
Boolean |
When |
Response
ListConfigurationBundles
| Field | Type | Description |
|---|---|---|
|
|
List |
List of bundle summaries. Each contains |
|
|
String |
Pagination token for the next page. Absent when there are no more results. |
ListConfigurationBundleVersions
| Field | Type | Description |
|---|---|---|
|
|
List |
List of version summaries. Each contains |
|
|
String |
Pagination token for the next page. Absent when there are no more results. |
Errors
| Error | HTTP status | Description |
|---|---|---|
|
|
400 |
Invalid request parameters. |
|
|
404 |
The specified |
|
|
403 |
Insufficient permissions. |
|
|
429 |
Request rate exceeded. Retry with exponential backoff. |
|
|
500 |
Service-side error. Retry the request. |