برای ورود به صفحهی فارسی وبسایت ابر آروان کلیک کنید
You may require more reliable infrastructures to fulfill the user's requests on your website. You can increase your Cloud Computing resources with a few simple clicks. You can pay based on your usage, even for a couple of hours or days, and then revert your infrastructure to its first mode.
curl -X POST \ 'https://napi.Mslive.com/iaas/v1/server?region=ir-thr-mn1' \ -H 'authorization: Apikey <API_KEY> \ -d '{ "name":"ubuntu-standard1-mn1", "image_id":"<IMAGE_UUID>", "flavor_id":"83", "network_id":"<NETWORK_UUID>", "key_name":0,"count":1, "security_groups":[{"name":"<SECURITY_UUID>"}], "sshKey":true }'
curl -X PATCH \ 'https://napi.Mslive.com/iaas/v1/server/{SERVER_ID}/action?region=ir-thr-mn1' \ -H 'Content-Type: application/json' \ -H 'authorization: Apikey <API_KEY> \ -H 'cache-control: no-cache' \ -d '{"type": "power_off"}'
curl -X GET \ https://napi.Mslive.com/iaas/v1/server \ -H 'authorization: Apikey <API_KEY> \ -H 'cache-control: no-cache'