Schemas
scaleway.datawarehouse.v1beta1.Database
nameName of the database.
sizeSize of the database. (in bytes)
deployment_idIdentifier of the deployment. (UUID format)
regionRegion of the deployment.
scaleway.datawarehouse.v1beta1.Deployment
idUnique identifier. (UUID format)
nameName of the deployment.
organization_idOrganization ID. (UUID format)
project_idProject ID. (UUID format)
statusStatus of the deployment.
tagsList of tags applied to the deployment.
created_atCreation date of the deployment. (RFC 3339 format)
updated_atLast modification date of the deployment. (RFC 3339 format)
versionClickHouse® version.
replica_countNumber of replicas for the deployment.
shard_countNumber of shards for the deployment.
cpu_minMinimum CPU count for the deployment.
cpu_maxMaximum CPU count for the deployment.
List of endpoints associated with the deployment.
ram_per_cpuRAM per CPU count for the deployment (in GB).
move_factorFor the tiered storage policy, controls when data is moved from the hot volume (Block Storage) to the cold volume (Object Storage). Data is moved once free space on the hot volume drops below this fraction of its capacity. Value between 0 and 1 (default 0.1, i.e. data is moved when the hot volume is 90% full).
regionRegion of the deployment.
scaleway.datawarehouse.v1beta1.Endpoint
idUnique identifier of the endpoint. (UUID format)
dns_recordDNS record associated with the endpoint.
List of services associated with the endpoint.
Private Network endpoint details.
publicPublic endpoint details.
regionRegion of the deployment.
scaleway.datawarehouse.v1beta1.Endpoint.Service
protocolportscaleway.datawarehouse.v1beta1.Endpoint.Service.Protocol
scaleway.datawarehouse.v1beta1.ListDatabasesResponse
List of databases associated with the deployment.
total_countTotal count of databases associated with the deployment.
scaleway.datawarehouse.v1beta1.ListDeploymentsResponse
List of all deployments available in an Organization or Project.
total_countTotal count of deployments available in an Organization or Project.
scaleway.datawarehouse.v1beta1.ListPresetsResponse
List of available presets.
total_countTotal count of presets available.
scaleway.datawarehouse.v1beta1.ListUsersResponse
List of users associated with the deployment.
total_countTotal count of users associated with the deployment.
scaleway.datawarehouse.v1beta1.ListVersionsResponse
Available deployment version.
total_countTotal count of deployment version available.
scaleway.datawarehouse.v1beta1.NodePrivateNetworkDetails
node_nameName of the node.
shardThe ClickHouse shard to which the node belongs to.
replicaThe ClickHouse replica to which the node belongs to.
ip_addressPrivate static IP address of that node.
scaleway.datawarehouse.v1beta1.Preset
nameName of the preset.
categoryCategory of the preset.
cpu_minMinimum CPU count for the preset.
cpu_maxMaximum CPU count for the preset.
ram_per_cpuRAM per CPU count for the preset (in GB).
replica_countNumber of replicas for the preset.
shard_countNumber of shards for the preset.
scaleway.datawarehouse.v1beta1.User
nameName of the user.
is_adminIndicates if the user is an administrator.
deployment_idIdentifier of the deployment. (UUID format)
regionRegion of the deployment.