Skip to content

Commit a0de5c3

Browse files
DOCSP-34286 -- add path param fields to JSON examples
1 parent 9fe7f26 commit a0de5c3

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

source/includes/online-archive-create.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
2-
"collName": "string",
2+
"name":"myCluster",
3+
"groupId": "32y6e74b3g91947azb20e3b8",
4+
"collName": "myCollection",
35
"collectionType": "TIMESERIES",
46
"criteria": {
57
"type": "DATE"
@@ -11,13 +13,14 @@
1113
"cloudProvider": "AWS",
1214
"region": "US_EAST_1"
1315
},
14-
"dbName": "string",
16+
"dbName": "myDB",
1517
"partitionFields": [
1618
{
17-
"fieldName": "string",
19+
"fieldName": "exampleField",
1820
"order": 0
1921
}
2022
],
23+
2124
"paused": true,
2225
"schedule": {
2326
"type": "DEFAULT"

source/includes/online-archive-update.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"name":"myCluster",
3+
"groupId": "32y6e74b3g91947azb20e3b8",
4+
"archiveId":"32y6e74b3g32y6e74b3gyb45",
25
"criteria": {
36
"type": "DATE"
47
},

0 commit comments

Comments
 (0)