|
14 | 14 | "/api/vmm/v4.0.a1/ahv/config/vms" |
15 | 15 | "/api/vmm/v4.0.b1/ahv/config/vms" |
16 | 16 | "/api/clustermgmt/v4.0.b2/config/storage-containers" |
| 17 | +"/api/prism/v4.0/config/tasks" |
| 18 | +"/api/volumes/v4.0/config/volume-groups/" |
| 19 | +"/api/prism/v4.0/config/categories" |
| 20 | +"/api/dataprotection/v4.0/config/recovery-points" |
| 21 | +"/api/clustermgmt/v4.0/config/clusters" |
| 22 | +"/api/clustermgmt/v4.0/config/storage-containers" |
| 23 | +"/api/networking/v4.0/config/subnets" |
| 24 | +"/api/vmm/v4.0/content/images" |
| 25 | +"/api/vmm/v4.0/ahv/config/vms" |
| 26 | +"/api/clustermgmt/v4.0.b2/config/clusters" |
| 27 | +"/api/dataprotection/v4.0.b1/config/recovery-points" |
| 28 | +"/api/files/v4.0/config/file-servers" |
17 | 29 | }} |
18 | 30 |
|
19 | 31 | # POST url |
|
25 | 37 | "/api/dataprotection/v4.0.a3/config/recovery-points" |
26 | 38 | "/api/vmm/v4.0.a1/ahv/config/vms" |
27 | 39 | "/api/vmm/v4.0.a1/images" |
| 40 | +"/api/volumes/v4.0/config/volume-groups" |
| 41 | +"/api/prism/v4.0/config/categories" |
| 42 | +"/api/dataprotection/v4.0/config/recovery-points" |
| 43 | +"/api/vmm/v4.0/ahv/config/vms" |
| 44 | +"/api/vmm/v4.0/content/images" |
| 45 | +"/api/dataprotection/v4.0.b1/config/recovery-points" |
| 46 | +"/api/files/v4.0/config/file-servers" |
28 | 47 | }} |
29 | 48 |
|
30 | 49 | # PUT url |
31 | 50 | {{ $PUTendpoints := list |
32 | | -"/api/vmm/v4.0.a1/ahv/config/vms" |
| 51 | +"/api/vmm/v4.0/ahv/config/vms" |
| 52 | +"/api/files/v4.0/config/file-servers" |
33 | 53 | }} |
34 | 54 |
|
35 | 55 | # PATCH url |
36 | 56 | {{ $PATCHendpoints := list |
37 | 57 | "/api/storage/v4.0.a3/config/volume-groups" |
38 | 58 | "/api/volumes/v4.0.b1/config/volume-groups" |
| 59 | +"/api/volumes/v4.0/config/volume-groups" |
39 | 60 | }} |
40 | 61 |
|
41 | 62 | # DELETE url |
42 | 63 | {{ $DELETEendpoints := list |
43 | | -"/api/storage/v4.0.a3/config/volume-groups" |
44 | | -"/api/vmm/v4.0.a1/ahv/config/vms" |
45 | | -"/api/vmm/v4.0.a1/images" |
| 64 | +"/api/volumes/v4.0/config/volume-groups" |
| 65 | +"/api/vmm/v4.0/ahv/config/vms" |
| 66 | +"/api/vmm/v4.0/content/images" |
| 67 | +"/api/volumes/v4.0.b1/config/volume-groups" |
| 68 | +"/api/files/v4.0.b1/config/file-servers" |
46 | 69 | }} |
47 | 70 |
|
48 | 71 | {{define "route"}} |
|
0 commit comments