Create Backend Cluster
Creates a new backend cluster.
Request body
Example request
{
"authentication": {
"password": "${vault.env['MY_ENV_VAR']}"
},
"tls": {
"client_identity": {
"key": "${vault.env['MY_ENV_VAR']}"
}
},
"labels": {
"env": "test"
}
}Response
Created
Example response
{
"authentication": {
"password": "${vault.env['MY_ENV_VAR']}"
},
"tls": {
"client_identity": {
"key": "${vault.env['MY_ENV_VAR']}"
}
},
"labels": {
"env": "test"
},
"created_at": "2022-11-04T20:10:06.927Z",
"updated_at": "2022-11-04T20:10:06.927Z"
}Changes
Changed in 6 of the 30 revisions of this API.10113
- ▲
added
BackendClusterAuthenticationSaslAwsIamto theauthenticationresponse propertyoneOflist for the response status201response-property-one-of-added
- ○
added
sasl_aws_iamdiscriminator mapping keys to theauthenticationrequest propertyrequest-property-discriminator-mapping-added
- ○
added
BackendClusterAuthenticationSaslAwsIamto theauthenticationrequest propertyoneOflistrequest-property-one-of-added
- ○
added
sasl_aws_iamdiscriminator mapping keys to theauthenticationresponse property for the response status201response-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
- ▲
- ▲
the
authentication/oneOf[BackendClusterAuthenticationSaslPlain]/passwordrequest property's minLength was increased from0to1request-property-min-length-increased
- ▲
the
authentication/oneOf[BackendClusterAuthenticationSaslPlain]/usernamerequest property's minLength was increased from0to1request-property-min-length-increased
- ▲
the
authentication/oneOf[BackendClusterAuthenticationSaslScram]/passwordrequest property's minLength was increased from0to1request-property-min-length-increased
- ▲
the
authentication/oneOf[BackendClusterAuthenticationSaslScram]/usernamerequest property's minLength was increased from0to1request-property-min-length-increased
- ▲
the
tls/ca_bundlerequest property's minLength was increased from0to1request-property-min-length-increased
- ○
added the new optional request property
tls/client_identitynew-optional-request-property
- ○
the
descriptionrequest property default valuewas addedrequest-property-default-value-added
- ○
added the optional property
tls/client_identityto the response with the201statusresponse-optional-property-added
- ○
the
descriptionresponse's property default valuewas added for the status201response-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
- ▲
- ▲
added
BackendClusterAuthenticationSaslPlainSensitiveDataAwareBackendClusterAuthenticationSaslScramSensitiveDataAwareto theauthenticationresponse propertyoneOflist for the response status201response-property-one-of-added
- ●
added the new
typeenum value to theallOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterStandard]/ruleresponse property for the response status400response-property-enum-value-added
- ○
mapped value for discriminator key
sasl_plainchanged fromBackendClusterAuthenticationSaslPlaintoBackendClusterAuthenticationSaslPlainSensitiveDataAwareforauthenticationresponse property for the response status201response-property-discriminator-mapping-changed
- ○
mapped value for discriminator key
sasl_scramchanged fromBackendClusterAuthenticationSaslScramtoBackendClusterAuthenticationSaslScramSensitiveDataAwareforauthenticationresponse property for the response status201response-property-discriminator-mapping-changed
- ○
removed
BackendClusterAuthenticationSaslPlainBackendClusterAuthenticationSaslScramfrom theauthenticationresponse propertyoneOflist for the response status201response-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
descriptionbecame not nullablerequest-property-became-not-nullable
- ▲
- ▲
added the new required request property
tls/enablednew-required-request-property
- ▲
the request property
tlsbecame requiredrequest-property-became-required
- ○
the response property
tlsbecame required for the status201response-property-became-required
- ○
added the required property
tls/enabledto the response with the201statusresponse-required-property-added
- ▲
- ○
endpoint added
endpoint-added
- ○