-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshift_api_automation.json
More file actions
75 lines (75 loc) · 1.82 KB
/
shift_api_automation.json
File metadata and controls
75 lines (75 loc) · 1.82 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"executions": [
{
"execution_name": "",
"shift_server_ip": "https://",
"shift_username": "",
"shift_password": "",
"source_site_name": "",
"destination_site_name": "",
"vmware_config": {
"endpoint": "",
"username": "",
"password": "",
"skip_vmware_sll_validation": true
},
"ontap_config": {
"endpoint": "",
"username": "",
"password": "",
"skip_ontap_sll_validation": true
},
"hyperv_config": {
"endpoint": "",
"username": "",
"password": "",
"endpoint_type": ""
},
"migration_mode": "",
"vm_details": [
{
"name": "",
"boot_order": 3,
"delay": 0,
"numCPUs": 2,
"memoryMB": 4096,
"ip": "",
"vmGeneration": "1",
"isSecureBootEnable": false,
"retainMacAddress": false,
"networkDetails": [
"",
""
],
"qtree_name": "",
"datastore_name": "",
"resource_group_name": "",
"ipAllocType": "",
"powerOnFlag": true,
"serviceAccountOverrideFlag": true,
"serviceAccount": {
"loginId": "",
"password": ""
}
}
],
"blueprint_name": "",
"mappings": {
"": ""
},
"ip_type": "",
"windows_loginId": "",
"windows_password": "",
"linux_loginId": "",
"linux_password": "",
"do_create_sites": true,
"do_add_resource_group": true,
"do_create_blueprint": true,
"do_compliance": true,
"do_prepare_vm": true,
"do_trigger_migration": true,
"do_check_status": true,
"execution_id": ""
}
]
}