Event Gateway Vaults

Create Vault

Creates a new vault associated with the specified Event Gateway.

post/v1/event-gateways/{gatewayId}/vaults

Request body

OR

Example request

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

Response

Created

OR

Example response

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

Changes

Changed in 6 of the 30 revisions of this API.6111

    • the description request property default value was added

      request-property-default-value-added

    • the description request property default value was added

      request-property-default-value-added

    • the description response's property default value was added for the status 201

      response-property-default-value-added

    • the description response's property default value was added for the status 201

      response-property-default-value-added

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

  • 0325d14dfc5323See the full diff
    • added EventGatewayEnvVault EventGatewayKonnectVault to the response body oneOf list for the response status 201

      response-body-one-of-added

    • the response's body type/format changed from / to object/ for status 201

      response-body-type-changed

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

      response-body-all-of-removed

    • added response discriminator for the response status 201

      response-body-discriminator-added

    • added the required property id to the response with the 201 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 allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterStandard]/rule response property for the response status 400

      response-property-enum-value-added

    • added discriminator to allOf[subschema #2]/ response property for the response status 201

      response-property-discriminator-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 oneOf[EventGatewayEnvVault]/allOf[EventGatewayBaseVault]/description became not nullable

      request-property-became-not-nullable

    • the request property oneOf[EventGatewayKonnectVault]/allOf[EventGatewayBaseVault]/description became not nullable

      request-property-became-not-nullable

    • the type request property const value konnect was added

      request-property-const-added

    • removed the enum value konnect of the request property oneOf[EventGatewayKonnectVault]/allOf[subschema #2]/type

      request-property-enum-value-removed

    • the type response property const value konnect was added for the status 201

      response-property-const-added

    • removed the konnect enum value from the allOf[subschema #2]/oneOf[EventGatewayKonnectVault]/allOf[subschema #2]/type response property for the response status 201

      response-property-enum-value-removed

    • endpoint added

      endpoint-added