Changes to Create Backend Cluster

POST /v1/event-gateways/{gatewayId}/backend-clusters

Every recorded change to this endpoint, newest first. Back to the operation

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

  1. 658ffb748f9513
  2. 106b373707f354
  3. 5d2b35832e3f113
  4. 564d63b800a11
  5. 2724f73e1d4922
  6. ecce2daf9de61

What changed

  • 658ffb748f9513See the full diff
    • added BackendClusterAuthenticationSaslAwsIam to the authentication response property oneOf list for the response status 201

      response-property-one-of-added

    • added sasl_aws_iam discriminator mapping keys to the authentication request property

      request-property-discriminator-mapping-added

    • added BackendClusterAuthenticationSaslAwsIam to the authentication request property oneOf list

      request-property-one-of-added

    • added sasl_aws_iam discriminator mapping keys to the authentication response property for the response status 201

      response-property-discriminator-mapping-added

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

  • 106b373707f354See the full diff
    • the authentication/oneOf[BackendClusterAuthenticationSaslPlain]/password request property's minLength was increased from 0 to 1

      request-property-min-length-increased

    • the authentication/oneOf[BackendClusterAuthenticationSaslPlain]/username request property's minLength was increased from 0 to 1

      request-property-min-length-increased

    • the authentication/oneOf[BackendClusterAuthenticationSaslScram]/password request property's minLength was increased from 0 to 1

      request-property-min-length-increased

    • the authentication/oneOf[BackendClusterAuthenticationSaslScram]/username request property's minLength was increased from 0 to 1

      request-property-min-length-increased

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

      request-property-min-length-increased

    • added the new optional request property tls/client_identity

      new-optional-request-property

    • the description request property default value was added

      request-property-default-value-added

    • added the optional property tls/client_identity to the response with the 201 status

      response-optional-property-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

  • 5d2b35832e3f113See the full diff
    • added BackendClusterAuthenticationSaslPlainSensitiveDataAware BackendClusterAuthenticationSaslScramSensitiveDataAware to the authentication response property oneOf list for the response status 201

      response-property-one-of-added

    • 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

    • mapped value for discriminator key sasl_plain changed from BackendClusterAuthenticationSaslPlain to BackendClusterAuthenticationSaslPlainSensitiveDataAware for authentication response property for the response status 201

      response-property-discriminator-mapping-changed

    • mapped value for discriminator key sasl_scram changed from BackendClusterAuthenticationSaslScram to BackendClusterAuthenticationSaslScramSensitiveDataAware for authentication response property for the response status 201

      response-property-discriminator-mapping-changed

    • removed BackendClusterAuthenticationSaslPlain BackendClusterAuthenticationSaslScram from the authentication response property oneOf list for the response status 201

      response-property-one-of-removed

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

    • the request property description became not nullable

      request-property-became-not-nullable

  • 2724f73e1d4922See the full diff
    • added the new required request property tls/enabled

      new-required-request-property

    • the request property tls became required

      request-property-became-required

    • the response property tls became required for the status 201

      response-property-became-required

    • added the required property tls/enabled to the response with the 201 status

      response-required-property-added

    • endpoint added

      endpoint-added