added actions; fixed cloudId of vm payload

This commit is contained in:
Sayan Naskar 2021-01-25 22:59:32 +05:30
Родитель fc690f2c26
Коммит 314e9b940e
2 изменённых файлов: 17 добавлений и 1 удалений

Просмотреть файл

@ -1,6 +1,6 @@
{
"properties": {
"cloudId": "{{cloudId}}",
"cloudId": "{{cloudQosId}}",
"templateId": "{{virtualMachineTemplateIdBlank}}",
"vmmServerId": "{{vmmServerId}}",
"hardwareProfile": {

Просмотреть файл

@ -191,6 +191,22 @@ POST {{armRoot}}{{virtualMachineId}}/start{{reqParams}}
# @name startVMAsyncGet
GET {{startVM.response.headers.Location}}
### Actions
# @name stopVM
POST {{armRoot}}{{virtualMachineId}}/stop{{reqParams}}
###
# @name stopVMAsyncGet
GET {{stopVM.response.headers.Location}}
### Actions
# @name restartVM
POST {{armRoot}}{{virtualMachineId}}/restart{{reqParams}}
###
# @name restartVMAsyncGet
GET {{restartVM.response.headers.Location}}
#------------------------------------------------------------------------------------------------
### Delete all resources
#------------------------------------------------------------------------------------------------