Event Gateways
Get an Event Gateway
Returns information about an individual Event gateway.
get/v1/event-gateways/{gatewayId}
Response
A response to retrieving a single eventgateway.
Example response
{
"id": "7f9fd312-a987-4628-b4c5-bb4f4fddd5f7",
"labels": {
"env": "test"
},
"created_at": "2022-11-04T20:10:06.927Z",
"updated_at": "2022-11-04T20:10:06.927Z",
"min_runtime_version": "1.1",
"version": "v1.123"
}Changes
Changed in 2 of the 75 revisions of this API.2
- ○
added the required property
to the response with the statusresponse-required-property-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
- ○