-
Notifications
You must be signed in to change notification settings - Fork 5.1k
/
CosmosDBManagedCassandraDataCenterList.json
39 lines (39 loc) · 1.4 KB
/
CosmosDBManagedCassandraDataCenterList.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"parameters": {
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "cassandra-prod-rg",
"api-version": "2022-11-15",
"clusterName": "cassandra-prod"
},
"responses": {
"200": {
"body": {
"value": [
{
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cassandra-prod-rg/providers/Microsoft.DocumentDB/cassandraClusters/cassandra-prod/dataCenters",
"name": "dc1",
"type": "Microsoft.DocumentDB/cassandraClusters/dataCenters",
"properties": {
"provisioningState": "Succeeded",
"dataCenterLocation": "West US 2",
"delegatedSubnetId": "/subscriptions/536e130b-d7d6-4ac7-98a5-de20d69588d2/resourceGroups/customer-vnet-rg/providers/Microsoft.Network/virtualNetworks/customer-vnet/subnets/dc1",
"nodeCount": 9,
"seedNodes": [
{
"ipAddress": "192.168.12.2"
},
{
"ipAddress": "192.168.12.3"
},
{
"ipAddress": "192.168.12.4"
}
],
"base64EncodedCassandraYamlFragment": "Y29tcGFjdGlvbl90aHJvdWdocHV0X21iX3Blcl9zZWM6IDMyCmNvbXBhY3Rpb25fbGFyZ2VfcGFydGl0aW9uX3dhcm5pbmdfdGhyZXNob2xkX21iOiAxMDA="
}
}
]
}
}
}
}