List Backend Clusters
Returns a list of backend clusters associated with the specified Event Gateway.
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.
Filter documents returned in the response.
Response
A paginated list response for a collection of backend clusters.
Example response
{
"meta": {
"page": {
"size": 10
}
},
"data": [
{
"authentication": {
"password": "${vault.env['MY_ENV_VAR']}"
},
"tls": {
"client_identity": {
"key": "${vault.env['MY_ENV_VAR']}"
}
},
"labels": {
"env": "test"
},
"created_at": "2022-11-04T20:10:06.927Z",
"updated_at": "2022-11-04T20:10:06.927Z"
}
]
}Changes
Changed in 3 of the 75 revisions of this API.3
- ○
added the optional property
///to the response with the statusresponse-optional-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
the
response's property default valuewas added for the statusresponse-property-default-value-added
- ○
- ○
endpoint added
endpoint-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○