@@ -36,29 +36,31 @@ already exist." %}
36
36
{
37
37
"servers": [
38
38
{
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
+ }
62
64
}
63
65
]
64
66
}
@@ -187,6 +189,9 @@ To synchronize your Application data, It must have the following JSON format.
187
189
"url": "https://approvalmanagementsystem.com"
188
190
}
189
191
],
192
+ "environment": {
193
+ "name": "Production"
194
+ },
190
195
"source_code_location": [
191
196
"/filepath/location",
192
197
"folder1/file1"
@@ -219,7 +224,9 @@ To synchronize your Database Instances data, It must have the following JSON for
219
224
"database_size_mb": 1870,
220
225
"database_path": "C:\\system\\databases\\720_TASK_DB",
221
226
"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
+ },
223
230
"custom_fields": {
224
231
"technologies": "Approval Management System DB"
225
232
}
0 commit comments