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

namestring required

The unique name of the schema registry.

descriptionstring

A human-readable description.

type'confluent' required

The type of the schema registry.

labelsLabels

Labels store metadata of an entity that can be used for filtering an entity list or for searching across entity types.

Keys must be of length 1-63 characters, and cannot start with "kong", "konnect", "mesh", "kic", or "_".

Example request

{
  "config": {
    "authentication": {
      "password": "${vault.env['MY_ENV_VAR']}"
    }
  },
  "labels": {
    "env": "test"
  }
}

Response

Created

namestring required

The unique name of the schema registry.

descriptionstring

A human-readable description.

typestring required

The type of the schema registry.

configobject nullable

The configuration of the schema registry.

labelsLabels

Labels store metadata of an entity that can be used for filtering an entity list or for searching across entity types.

Keys must be of length 1-63 characters, and cannot start with "kong", "konnect", "mesh", "kic", or "_".

idstring uuid required

The unique identifier of the schema registry.

created_atstring date-time required

An ISO-8601 timestamp representation of entity creation date.

updated_atstring date-time required

An ISO-8601 timestamp representation of entity update date.

Example response

{
  "labels": {
    "env": "test"
  },
  "created_at": "2022-11-04T20:10:06.927Z",
  "updated_at": "2022-11-04T20:10:06.927Z"
}

Changes

Changed in 5 of the 30 revisions of this API.8212

    • the ////////// request property's minLength was increased from 0 to 1

      request-property-min-length-increased

    • the ////////// request property's minLength was increased from 0 to 1

      request-property-min-length-increased

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 0325d14dfc535111See the full diff
    • added the new required request property ////

      new-required-request-property

    • added the new required request property ////

      new-required-request-property

    • added the new required request property ////

      new-required-request-property

    • the /// request property type changed from no type to object

      request-property-type-changed

    • the response's body type changed from no type to object for status

      response-body-type-changed

    • removed subschema #2 from the /// request property allOf list

      request-property-all-of-removed

    • added the new optional request property ////

      new-optional-request-property

    • added the new optional request property ////

      new-optional-request-property

    • removed subschema #2 from the response body allOf list for the response status

      response-body-all-of-removed

    • added the optional property to the response with the status

      response-optional-property-added

    • added the optional property to the response with the status

      response-optional-property-added

    • added the optional property to the response with the status

      response-optional-property-added

    • added the required property to the response with the status

      response-required-property-added

    • added the required property to the response with the status

      response-required-property-added

    • added the required property to the response with the status

      response-required-property-added

    • added the required property to the response with the status

      response-required-property-added

    • added the required property to the response with the status

      response-required-property-added

    This revision also has 7 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the new type enum value to the /////// response property for the response status

      response-property-enum-value-added

    This revision also has 57 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the request property //////// became not nullable

      request-property-became-not-nullable

    • endpoint added

      endpoint-added