Added ClickHouse Domain Integration
{- "clusterId": "71e4380e-32ac-4fa7-ab42-c165fe35aa55",
- "domains": [
- {
- "target": "www.example.com"
}, - {
- "target": "www.anotherexample.com"
}
]
}
{- "clusterId": "71e4380e-32ac-4fa7-ab42-c165fe35aa55",
- "domains": [
- {
- "status": "RUNNING",
- "target": "www.example.com"
}, - {
- "status": "GENESIS",
- "target": "www.anotherexample.com"
}
], - "id": "domain-71e4380e-32ac-4fa7-ab42-c165fe35aa55"
}
Get a ClickHouse Domain integration
ClickHouse Domain integration retrieved
ClickHouse Domain integration not found
{- "clusterId": "71e4380e-32ac-4fa7-ab42-c165fe35aa55",
- "domains": [
- {
- "status": "RUNNING",
- "target": "www.example.com"
}, - {
- "status": "GENESIS",
- "target": "www.anotherexample.com"
}
], - "id": "domain-71e4380e-32ac-4fa7-ab42-c165fe35aa55"
}
Update an existing ClickHouse Domain integration
Updated ClickHouse Domain Integration
ClickHouse Domain integration not found
{- "clusterId": "71e4380e-32ac-4fa7-ab42-c165fe35aa55",
- "domains": [
- {
- "target": "www.example.com"
}, - {
- "target": "www.anotherexample.com"
}
]
}
{- "clusterId": "71e4380e-32ac-4fa7-ab42-c165fe35aa55",
- "domains": [
- {
- "status": "RUNNING",
- "target": "www.example.com"
}, - {
- "status": "GENESIS",
- "target": "www.anotherexample.com"
}
], - "id": "s3-71e4380e-32ac-4fa7-ab42-c165fe35aa55"
}
Delete a ClickHouse Domain integration
ClickHouse Domain integration deleted
ClickHouse Domain integration not found
{- "errors": [
- {
- "name": "string",
- "message": "string"
}
]
}
Added ClickHouse Kafka Integration
{- "clusterId": "12aq0751-a169-8732-287a-21aedc6d23fd",
- "id": "kafka-12345678-a169-8732-287a-21aedc6d23fd",
- "kafkaCluster": {
- "format": "Avro",
- "id": "12aq0751-a169-8732-287a-21aedc6d23fc",
- "topicName": "kafka-topic"
}, - "namedCollection": "kafka-cluster-15gb5751-a184-8298-627a-29aedc6d23tg"
}
{- "clusterId": "71e4380e-32ac-4fa7-ab42-c165fe35aa55",
- "id": "kafka-12345678-32ac-4fa7-ab42-c165fe35aa55",
- "kafkaCluster": {
- "format": "Avro",
- "id": "10e4320e-32ac-4le7-39ft-c165fe353gb4",
- "topicName": "example-topic"
}
}
Get a list of all ClickHouse Kafka integrations for a cluster
ClickHouse Kafka integrations retrieved
ClickHouse Kafka integrations not found
{- "integrations": [
- {
- "clusterId": "12aq0751-a169-8732-287a-21aedc6d23fd",
- "id": "kafka-12345678-a169-8732-287a-21aedc6d23fd",
- "kafkaCluster": {
- "format": "Avro",
- "id": "12aq0751-a169-8732-287a-21aedc6d23fc",
- "topicName": "kafka-topic"
}, - "namedCollection": "kafka-cluster-15gb5751-a184-8298-627a-29aedc6d23tg"
}
]
}
Get a ClickHouse Kafka integration
ClickHouse Kafka integration retrieved
ClickHouse Kafka integration not found
{- "clusterId": "71e4380e-32ac-4fa7-ab42-c165fe35aa55",
- "id": "abce1234-12ec-5bd3-fg53-cg32ed15g7th",
- "kafkaCluster": {
- "format": "Avro",
- "id": "abce1234-12ec-5bd3-fg53-cg32ed15g7th",
- "topicName": "example-topic"
}, - "namedCollection": "kafka_cluster_f06c9a8f_2a64_4904_8e16_bb82bf254a72_topic_test1",
- "status": "APPLIED"
}
Delete a ClickHouse Kafka integration
ClickHouse Kafka integration deleted
ClickHouse Kafka integration not found
{- "errors": [
- {
- "name": "string",
- "message": "string"
}
]
}
Added ClickHouse Private S3 Integration
{- "buckets": [
- {
- "arn": "arn:aws:s3:::example-s3-bucket",
- "readOnly": false
}, - {
- "arn": "arn:aws:s3:::example-s3-bucket2",
- "readOnly": true
}
], - "clusterId": "71e4380e-32ac-4fa7-ab42-c165fe35aa55",
- "kmsKeyArns": [
- "arn:aws:kms:us-west-1:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"
]
}
{- "buckets": [
- {
- "arn": "arn:aws:s3:::example-s3-bucket",
- "readOnly": false
}, - {
- "arn": "arn:aws:s3:::example-s3-bucket2",
- "readOnly": true
}
], - "clusterId": "71e4380e-32ac-4fa7-ab42-c165fe35aa55",
- "id": "privateS3-71e4380e-32ac-4fa7-ab42-c165fe35aa55",
- "kmsKeyArns": [
- "arn:aws:kms:us-west-1:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"
], - "status": "APPLIED"
}
Get a ClickHouse Private S3 integration
ClickHouse Private S3 integration retrieved
ClickHouse Private S3 integration not found
{- "buckets": [
- {
- "arn": "arn:aws:s3:::example-s3-bucket",
- "readOnly": false
}, - {
- "arn": "arn:aws:s3:::example-s3-bucket2",
- "readOnly": true
}
], - "clusterId": "71e4380e-32ac-4fa7-ab42-c165fe35aa55",
- "id": "privateS3-71e4380e-32ac-4fa7-ab42-c165fe35aa55",
- "kmsKeyArns": [
- "arn:aws:kms:us-west-1:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"
], - "status": "APPLIED"
}
Update an existing ClickHouse Private S3 integration
Details of Private S3 Integration
Updated ClickHouse Private S3 Integration
ClickHouse Private S3 integration not found
{- "buckets": [
- {
- "arn": "arn:aws:s3:::example-s3-bucket",
- "readOnly": false
}, - {
- "arn": "arn:aws:s3:::example-s3-bucket2",
- "readOnly": true
}
], - "clusterId": "71e4380e-32ac-4fa7-ab42-c165fe35aa55",
- "kmsKeyArns": [
- "arn:aws:kms:us-west-1:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"
]
}
{- "buckets": [
- {
- "arn": "arn:aws:s3:::example-s3-bucket",
- "readOnly": false
}, - {
- "arn": "arn:aws:s3:::example-s3-bucket2",
- "readOnly": true
}
], - "clusterId": "71e4380e-32ac-4fa7-ab42-c165fe35aa55",
- "id": "privateS3-71e4380e-32ac-4fa7-ab42-c165fe35aa55",
- "kmsKeyArns": [
- "arn:aws:kms:us-west-1:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"
], - "status": "APPLIED"
}
Delete a ClickHouse Private S3 integration
ClickHouse Private S3 integration deleted
ClickHouse Private S3 integration not found
{- "errors": [
- {
- "name": "string",
- "message": "string"
}
]
}
Added ClickHouse S3 Integration
{- "clusterId": "71e4380e-32ac-4fa7-ab42-c165fe35aa55",
- "regions": [
- {
- "target": "US-EAST-1"
}, - {
- "target": "US-WEST-1"
}
]
}
{- "clusterId": "71e4380e-32ac-4fa7-ab42-c165fe35aa55",
- "id": "s3-71e4380e-32ac-4fa7-ab42-c165fe35aa55",
- "regions": [
- {
- "status": "RUNNING",
- "target": "US-EAST-1"
}, - {
- "status": "GENESIS",
- "target": "US-WEST-1"
}
]
}
Get a ClickHouse S3 integration
ClickHouse S3 integration retrieved
ClickHouse S3 integration not found
{- "clusterId": "71e4380e-32ac-4fa7-ab42-c165fe35aa55",
- "id": "s3-71e4380e-32ac-4fa7-ab42-c165fe35aa55",
- "regions": [
- {
- "status": "RUNNING",
- "target": "US-EAST-1"
}, - {
- "status": "GENESIS",
- "target": "US-WEST-1"
}
]
}
Update an existing ClickHouse S3 integration
Updated ClickHouse S3 Integration
ClickHouse S3 integration not found
{- "clusterId": "71e4380e-32ac-4fa7-ab42-c165fe35aa55",
- "regions": [
- {
- "target": "US-EAST-1"
}, - {
- "target": "US-WEST-1"
}
]
}
{- "clusterId": "71e4380e-32ac-4fa7-ab42-c165fe35aa55",
- "id": "s3-71e4380e-32ac-4fa7-ab42-c165fe35aa55",
- "regions": [
- {
- "status": "RUNNING",
- "target": "US-EAST-1"
}, - {
- "status": "GENESIS",
- "target": "US-WEST-1"
}
]
}
Delete a ClickHouse S3 integration
ClickHouse S3 integration deleted
ClickHouse S3 integration not found
{- "errors": [
- {
- "name": "string",
- "message": "string"
}
]
}