Skip to content

Commit d7ff8c5

Browse files
Fix up sync servers example (#267)
1 parent ad7010b commit d7ff8c5

File tree

1 file changed

+31
-24
lines changed

1 file changed

+31
-24
lines changed

pages/tidal tools/syncservers.md

Lines changed: 31 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -36,29 +36,31 @@ already exist." %}
3636
{
3737
"servers": [
3838
{
39-
"host_name": "ewrfceapcfg03",
40-
"description": "This is a general description for this server.",
41-
"custom_fields": {
42-
"tcp_port": 11441,
43-
"database_software": "SQL 2008 SP3",
44-
"database_version": "10.0.5538.0"
45-
},
46-
"fqdn": "ewrfceapcfg03.com",
47-
"environment_id": 2,
48-
"assigned_id": "198",
49-
"zone": "Data",
50-
"ram_allocated_gb": 8,
51-
"storage_allocated_gb": 83.8,
52-
"storage_used_gb": 52.06,
53-
"cluster_id": 48337,
54-
"role": "Administrator",
55-
"cpu_count": 4,
56-
"ram_used_gb": 2,
57-
"virtual": true,
58-
"environment": "Production",
59-
"cluster": {
60-
"host_name": "rrfedfds"
61-
}
39+
"host_name": "ewrfceapcfg03",
40+
"description": "This is a general description for this server.",
41+
"custom_fields": {
42+
"tcp_port": 11441,
43+
"database_software": "SQL 2008 SP3",
44+
"database_version": "10.0.5538.0"
45+
},
46+
"fqdn": "ewrfceapcfg03.com",
47+
"environment_id": 2,
48+
"assigned_id": "198",
49+
"zone": "Data",
50+
"ram_allocated_gb": 8,
51+
"storage_allocated_gb": 83.8,
52+
"storage_used_gb": 52.06,
53+
"cluster_id": 48337,
54+
"role": "Administrator",
55+
"cpu_count": 4,
56+
"ram_used_gb": 2,
57+
"virtual": true,
58+
"environment": {
59+
"name": "Production",
60+
},
61+
"cluster": {
62+
"host_name": "rrfedfds"
63+
}
6264
}
6365
]
6466
}
@@ -187,6 +189,9 @@ To synchronize your Application data, It must have the following JSON format.
187189
"url": "https://approvalmanagementsystem.com"
188190
}
189191
],
192+
"environment": {
193+
"name": "Production"
194+
},
190195
"source_code_location": [
191196
"/filepath/location",
192197
"folder1/file1"
@@ -219,7 +224,9 @@ To synchronize your Database Instances data, It must have the following JSON for
219224
"database_size_mb": 1870,
220225
"database_path": "C:\\system\\databases\\720_TASK_DB",
221226
"description": "This is a general description for this database instance. This database primarily purpose it to server an application that needs this data.",
222-
"environment": "production",
227+
"environment": {
228+
"production"
229+
},
223230
"custom_fields": {
224231
"technologies": "Approval Management System DB"
225232
}

0 commit comments

Comments
 (0)