List backups and restores for each node in a given cluster, for the last 7 days.
{- "clusterDataCentres": [
- {
- "id": "a8c32b20-c8f0-11e7-abc4-cec278b6b50a",
- "name": "AWS_VPC_US_EAST_1",
- "nodes": [
- {
- "events": [
- {
- "end": 1510585212265,
- "progress": 0.5,
- "start": 1510585212265,
- "state": "ACTIVE",
- "type": "snapshot-upload"
}
], - "id": "cb986e08-f6be-4d08-8de2-4352c2cfaf1f",
- "privateAddress": "10.0.0.1",
- "publicAddress": "50.0.0.1"
}
]
}
], - "id": "77b5a4e1-c422-4a78-b551-d8fa5c42ad95",
- "name": "example-cluster"
}
Successfully retrieved compatible node sizes for Cassandra.
[- {
- "cloudProviderNodeSizes": [
- {
- "nodeSizes": [
- "m5xl-400-v2",
- "r5xl-2000-v2"
], - "cloudProvider": "AWS_VPC",
- "document": "string"
}
]
}
]
Successfully retrieved versions of applications compatible with a Cassandra version.
[- {
- "compatibleVersions": [
- {
- "compatibleApplicationGroup": [
- {
- "application": "[APPLICATION]",
- "version": "1.0.0"
}
]
}
]
}
]
Successfully retrieved applications and versions for Cassandra.
[- {
- "applicationVersions": [
- {
- "application": "[APPLICATION]",
- "versions": [
- "1.0.0",
- "1.0.1"
]
}
]
}
]
Cassandra cluster certificates are returned as a .zip file. The file contains an X.509 cluster Certificate Authority certificate in JKS file, an X.509 cluster Certificate Authority certificate in PEM-encoded (ASCII) format, and an X.509 cluster Certificate Authority certificate in DER-encoded (binary) format.
Successfully create the Cassandra cluster's certificate
Cassandra Cluster Restore requested
{- "cdcConfigs": [
- {
- "cdcId": "a8c32b20-c8f0-11e7-abc4-cec278b6b50a",
- "customVpcSettings": {
- "network": "10.0.0.0/16",
- "vpcId": "vpc-002512aa"
}, - "restoreMode": "CUSTOM_VPC"
}
], - "clusterId": "c0e5e2ff-affe-444c-bdca-707c7b48aaad",
- "clusterNetwork": "10.0.0.0/16",
- "keyspaceTables": "keyspace1.test1,keyspace1.test2",
- "pointInTime": 1420070400000,
- "restoredClusterId": "b8a32a20-d8e0-11a7-def4-sdc278a6a50b",
- "restoredClusterName": "my-restored-cluster"
}
{- "cdcConfigs": [
- {
- "cdcId": "a8c32b20-c8f0-11e7-abc4-cec278b6b50a",
- "customVpcSettings": {
- "network": "10.0.0.0/16",
- "vpcId": "vpc-002512aa"
}, - "restoreMode": "CUSTOM_VPC"
}
], - "clusterId": "c0e5e2ff-affe-444c-bdca-707c7b48aaad",
- "clusterNetwork": "10.0.0.0/16",
- "keyspaceTables": "keyspace1.test1,keyspace1.test2",
- "pointInTime": 1420070400000,
- "restoredClusterId": "b8a32a20-d8e0-11a7-def4-sdc278a6a50b",
- "restoredClusterName": "my-restored-cluster"
}
pciComplianceMode required | boolean Creates a PCI compliant cluster, see PCI Compliance. |
description | string A description of the cluster |
Array of objects (TwoFactorDeleteSettingsV2) <= 1 items | |
required | Array of objects (CassandraDataCentreV2) non-empty List of data centre settings. |
currentClusterOperationStatus | string (CurrentClusterOperationStatusV2) Indicates if the cluster is currently performing any restructuring operation such as being created or resized |
privateNetworkCluster required | boolean Creates the cluster with private network only, see Private Network Clusters. |
cassandraVersion required | string[0-9]+\.[0-9]+\.[0-9]+ Version of Cassandra to run on the cluster. Available versions:
|
luceneEnabled required | boolean Adds Apache Lucene to the Cassandra cluster. |
passwordAndUserAuth required | boolean Enables Password Authentication and User Authorization. |
name required | string [ 3 .. 48 ] characters [a-zA-Z0-9][a-zA-Z0-9_-]* Name of the cluster. |
bundledUseOnly | boolean Provision this cluster for Bundled Use only. |
Array of objects (ResizeSettingsV2) <= 1 items Settings to determine how resize requests will be performed for the cluster. | |
slaTier required | string (SlaTierV2) SLA Tier of the cluster. Non-production clusters may receive lower priority support and reduced SLAs. Production tier is not available when using Developer class nodes. See SLA Tier for more information. |
Cassandra Cluster provisioning requested.
{- "cassandraVersion": "[x.y.z]",
- "dataCentres": [
- {
- "clientToClusterEncryption": true,
- "cloudProvider": "AWS_VPC",
- "continuousBackup": true,
- "name": "MyTestDataCentre1",
- "network": "10.0.0.0/16",
- "nodeSize": "CAS-PRD-m6g.large-120",
- "numberOfNodes": 3,
- "privateIpBroadcastForDiscovery": true,
- "region": "US_EAST_1",
- "replicationFactor": 3
}, - {
- "clientToClusterEncryption": true,
- "cloudProvider": "AWS_VPC",
- "continuousBackup": true,
- "debezium": [
- {
- "kafkaCdcId": "d363b575-3d22-4235-80ad-7699bed3123c",
- "kafkaTopicPrefix": "MyTopicPrefix",
- "kafkaVpcType": "VPC_PEERED",
- "version": "[x.y.z]"
}
], - "name": "MyTestDataCentre2",
- "network": "10.1.0.0/16",
- "nodeSize": "CAS-PRD-m6g.large-120",
- "numberOfNodes": 3,
- "privateIpBroadcastForDiscovery": true,
- "region": "US_EAST_2",
- "replicationFactor": 3
}
], - "luceneEnabled": true,
- "name": "MyTestCluster",
- "passwordAndUserAuth": true,
- "pciComplianceMode": false,
- "privateNetworkCluster": false,
- "slaTier": "PRODUCTION",
- "twoFactorDelete": [
- {
- "confirmationEmail": "test@email.com"
}
]
}
{- "cassandraVersion": "[x.y.z]",
- "dataCentres": [
- {
- "clientToClusterEncryption": true,
- "cloudProvider": "AWS_VPC",
- "continuousBackup": true,
- "name": "MyTestDataCentre1",
- "network": "10.0.0.0/16",
- "nodeSize": "CAS-PRD-m6g.large-120",
- "numberOfNodes": 3,
- "privateIpBroadcastForDiscovery": true,
- "region": "US_EAST_1",
- "replicationFactor": 3
}, - {
- "clientToClusterEncryption": true,
- "cloudProvider": "AWS_VPC",
- "continuousBackup": true,
- "debezium": [
- {
- "kafkaCdcId": "d363b575-3d22-4235-80ad-7699bed3123c",
- "kafkaTopicPrefix": "MyTopicPrefix",
- "kafkaVpcType": "VPC_PEERED",
- "version": "[x.y.z]"
}
], - "name": "MyTestDataCentre2",
- "network": "10.1.0.0/16",
- "nodeSize": "CAS-PRD-m6g.large-120",
- "numberOfNodes": 3,
- "privateIpBroadcastForDiscovery": true,
- "region": "US_EAST_2",
- "replicationFactor": 3
}
], - "luceneEnabled": true,
- "name": "MyTestCluster",
- "passwordAndUserAuth": true,
- "pciComplianceMode": false,
- "privateNetworkCluster": false,
- "slaTier": "PRODUCTION",
- "twoFactorDelete": [
- {
- "confirmationEmail": "test@email.com"
}
]
}
Cassandra cluster details retrieved.
{- "cassandraVersion": "[x.y.z]",
- "dataCentres": [
- {
- "clientToClusterEncryption": true,
- "cloudProvider": "AWS_VPC",
- "continuousBackup": true,
- "name": "MyTestDataCentre1",
- "network": "10.0.0.0/16",
- "nodeSize": "CAS-PRD-m6g.large-120",
- "numberOfNodes": 3,
- "privateIpBroadcastForDiscovery": true,
- "region": "US_EAST_1",
- "replicationFactor": 3
}, - {
- "clientToClusterEncryption": true,
- "cloudProvider": "AWS_VPC",
- "continuousBackup": true,
- "debezium": [
- {
- "kafkaCdcId": "d363b575-3d22-4235-80ad-7699bed3123c",
- "kafkaTopicPrefix": "MyTopicPrefix",
- "kafkaVpcType": "VPC_PEERED",
- "version": "[x.y.z]"
}
], - "name": "MyTestDataCentre2",
- "network": "10.1.0.0/16",
- "nodeSize": "CAS-PRD-m6g.large-120",
- "numberOfNodes": 3,
- "privateIpBroadcastForDiscovery": true,
- "region": "US_EAST_2",
- "replicationFactor": 3
}
], - "luceneEnabled": true,
- "name": "MyTestCluster",
- "passwordAndUserAuth": true,
- "pciComplianceMode": false,
- "privateNetworkCluster": false,
- "slaTier": "PRODUCTION",
- "twoFactorDelete": [
- {
- "confirmationEmail": "test@email.com"
}
]
}
Cassandra cluster update request accepted.
Cassandra cluster not found
{- "dataCentres": [
- {
- "continuousBackup": false,
- "replicationFactor": 2,
- "debezium": "",
- "awsSettings": [
- {
- "ebsEncryptionKey": "9a27373a-0451-4121-94ba-873fc441f313",
- "customVirtualNetworkId": "string"
}
], - "shotoverProxy": "",
- "numberOfNodes": 6,
- "customSubjectAlternativeNames": "[\"www.abc.com.au\", \"www.instaclustr.com\"]",
- "privateIpBroadcastForDiscovery": true,
- "network": "192.168.0.0/18",
- "tags": [
- {
- "value": "myTagValue",
- "key": "myTagKey"
}
], - "gcpSettings": [
- {
- "customVirtualNetworkId": "string"
}
], - "clientToClusterEncryption": true,
- "nodeSize": "t3.small-v2",
- "cloudProvider": "AWS_VPC",
- "azureSettings": [
- {
- "resourceGroup": "string",
- "customVirtualNetworkId": "/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/providers/Microsoft.Network/virtualNetworks/{virtual-network-name}",
- "storageNetwork": "192.168.1.0/24"
}
], - "name": "US_EAST_1_DC",
- "region": "US_EAST_1",
- "privateLink": false,
- "providerAccountName": "string"
}
], - "description": "Cluster managed by the integration team.",
- "twoFactorDelete": [
- {
- "confirmationPhoneNumber": "string",
- "confirmationEmail": "string"
}
], - "resizeSettings": [
- {
- "notifySupportContacts": true,
- "concurrency": 0
}
]
}
{- "cassandraVersion": "[x.y.z]",
- "dataCentres": [
- {
- "clientToClusterEncryption": true,
- "cloudProvider": "AWS_VPC",
- "continuousBackup": true,
- "name": "MyTestDataCentre1",
- "network": "10.0.0.0/16",
- "nodeSize": "CAS-PRD-m6g.large-120",
- "numberOfNodes": 3,
- "privateIpBroadcastForDiscovery": true,
- "region": "US_EAST_1",
- "replicationFactor": 3
}, - {
- "clientToClusterEncryption": true,
- "cloudProvider": "AWS_VPC",
- "continuousBackup": true,
- "debezium": [
- {
- "kafkaCdcId": "d363b575-3d22-4235-80ad-7699bed3123c",
- "kafkaTopicPrefix": "MyTopicPrefix",
- "kafkaVpcType": "VPC_PEERED",
- "version": "[x.y.z]"
}
], - "name": "MyTestDataCentre2",
- "network": "10.1.0.0/16",
- "nodeSize": "CAS-PRD-m6g.large-120",
- "numberOfNodes": 3,
- "privateIpBroadcastForDiscovery": true,
- "region": "US_EAST_2",
- "replicationFactor": 3
}
], - "luceneEnabled": true,
- "name": "MyTestCluster",
- "passwordAndUserAuth": true,
- "pciComplianceMode": false,
- "privateNetworkCluster": false,
- "slaTier": "PRODUCTION",
- "twoFactorDelete": [
- {
- "confirmationEmail": "test@email.com"
}
]
}