List all config stores for a control plane
Path parameters
The UUID of your control plane. This variable is available in the Konnect manager.
Query parameters
The maximum number of items to include per page. The last page of a collection may include fewer items.
Request the next page of data, starting with the item after this parameter.
Response
List of Config Stores
Example response
{
"meta": {
"page": {
"size": 10
}
},
"data": [
{
"id": "b9e81174-b5bb-4638-a3c3-8afe61a0abf8",
"name": "My Name",
"created_at": "2022-11-04T20:10:06.927Z",
"updated_at": "2022-11-04T20:10:06.927Z"
}
]
}Changes
Changed in 2 of the 75 revisions of this API.81
- ●
added the new
typeenum value to the///////response property for the response statusresponse-property-enum-value-added
- ●
- ▲
the response property
///////became nullable for the statusresponse-property-became-nullable
- ▲
the response property
///////became nullable for the statusresponse-property-became-nullable
- ▲
the response property
///////became nullable for the statusresponse-property-became-nullable
- ▲
the response property
///////became nullable for the statusresponse-property-became-nullable
- ▲
the response property
///////became nullable for the statusresponse-property-became-nullable
- ▲
the response property
//became nullable for the statusresponse-property-became-nullable
- ▲
the response property
//became nullable for the statusresponse-property-became-nullable
- ▲
the response property
//became nullable for the statusresponse-property-became-nullable
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲