Event Gateway Static Keys
Get a Static Key
Returns information about an individual static key.
get/v1/event-gateways/{gatewayId}/static-keys/{staticKeyId}
Response
A single static key.
Example response
{
"labels": {
"env": "test"
},
"value": "${vault.env['MY_ENV_VAR']}",
"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.2
- ○
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
- ○