App Connections

Create a Chef Connection.

post/api/v1/app-connections/chef

Request body

method'user-key' required

The method used to authenticate with Chef.

namestring required

The name of the Chef Connection to create. Must be slug-friendly.

descriptionstring nullable

An optional description for the Chef Connection.

projectIdstring

The ID of the project to create the Chef Connection in.

isPlatformManagedCredentialsfalse

Not supported for Chef Connections.

gatewayIdstring uuid nullable

The Gateway ID to use for this connection.

gatewayPoolIdstring uuid nullable

The Gateway Pool ID to use for this connection.

isAutoRotationEnabledfalse

Not supported for Chef Connections.

rotation'null' nullable

Not supported for Chef Connections.

Response

Default Response

Changes

Changed in 1 of the 20 revisions of this API.42

  • f1a4e29016fd42See the full diff
    • removed subschema #1 subschema #2 from the allOf[subschema #2]/gatewayId request property anyOf list

      request-property-any-of-removed

    • removed subschema #1 subschema #2 from the allOf[subschema #2]/gatewayPoolId request property anyOf list

      request-property-any-of-removed

    • the allOf[subschema #2]/gatewayId request property type/format changed from / to string/uuid

      request-property-type-changed

    • the allOf[subschema #2]/gatewayPoolId request property type/format changed from / to string/uuid

      request-property-type-changed

    • the request property allOf[subschema #2]/gatewayId became nullable

      request-property-became-nullable

    • the request property allOf[subschema #2]/gatewayPoolId became nullable

      request-property-became-nullable