Skip to content
ClickHouse Docs
ClickHouse DocsClickHouse Docs

Create BYOC Infrastructure

POST/v1/organizations/{organizationId}/byocInfrastructure

Create a new BYOC Infrastructure in the organization. Returns the configuration of the newly created infrastructure

Authorizations

Path parameters

  • organizationIdstringrequired

    ID of the requested organization.

    format: uuid

Request bodyJSON

  • regionIdoptionalap-northeast-1orap-northeast-2orap-south-1orap-southeast-1orap-southeast-2orca-central-1+18 more

    Region in which the BYOC infrastructure will be located

  • accountIdoptionalstring

    Cloud account ID the BYOC infrastructure is configured for

  • availabilityZoneSuffixesoptionalarray ofaorborcordoreorf

    List of availability zone suffixes

  • vpcCidrRangeoptionalstring

    CIDR range for VPC

  • displayNameoptionalstring

    Human readable name for infrastructure

Response

JSON

200

Successful response

JSON
  • statusoptionalnumber

    HTTP status code.

    Example: 200
  • requestIdoptionalstring

    Unique id assigned to every request. UUIDv4

    format: uuid
  • resultoptionalobject
    6 properties
    • idoptionalstring

      Unique identifier of the BYOC configuration

    • stateoptionalinfra-readyorinfra-provisioningorinfra-terminated

      State of the infrastructure

    • accountNameoptionalstring

      Name of the account

    • regionIdoptionalap-northeast-1orap-northeast-2orap-south-1orap-southeast-1orap-southeast-2orca-central-1+18 more

      Region for which the BYOC has been configured and where it is possible to create services

    • cloudProvideroptionalgcporawsorazure

      Cloud provider of the region

    • displayNameoptionalstring

      Human readable name for infrastructure

Navigation