POST
/
o
/
{organisation_id}
/
protocols
/
bigquery
/
connections

Authorizations

cookie
string
cookierequired

Cookie authentication used by the Versori Platform.

Path Parameters

organisation_id
string
required

Body

application/json
name
string
required

Name is the user-provided name of the Connection

datasetId
string

DatasetID is the ID of the BigQuery dataset, in the format "<project_id>.<dataset_name>"

environments
object[]
required

Response

201 - application/json
id
string
required

ID is the unique identifier of the Connection.

organisationId
string
required

OrganisationID is the unique identifier of the Organisation that owns the Connection.

name
string
required

Name is the user-provided name of the Connection

protocol
enum<string>
required

ProtocolType denotes the set of all valid connection types.

Available options:
http,
bigquery
authSchemeConfigs
object[]
environmentVariables
object[]

Environment Variables is a list of default variables initialised in every connection environment.

environments
object[]
required

Environments is a list of all the environments this Connection has.

versions
object[]

Versions is a list of all the versions this Connection has.

createdAt
string
required

CreatedAt is the time at which the ConnectionVersion was created.

updatedAt
string
required

UpdatedAt is the time at which the ConnectionVersion was last updated, including any changes to child resources.

datasetId
string
required

DatasetID is the ID of the BigQuery dataset, in the format "<project_id>.<dataset_name>"