Event Gateway Schema Registries
Create Schema Registry
Creates a new schema registry associated with the specified Event Gateway.
post/v1/event-gateways/{gatewayId}/schema-registries
Request body
Example request
{
"config": {
"authentication": {
"password": "${vault.env['MY_ENV_VAR']}"
}
},
"labels": {
"env": "test"
}
}Response
Created
Example response
{
"labels": {
"env": "test"
},
"created_at": "2022-11-04T20:10:06.927Z",
"updated_at": "2022-11-04T20:10:06.927Z"
}