diff --git a/v2/bk_compute_api_ref_v2.xml b/v2/bk_compute_api_ref_v2.xml index 14aea68..92c944f 100755 --- a/v2/bk_compute_api_ref_v2.xml +++ b/v2/bk_compute_api_ref_v2.xml @@ -1190,11 +1190,11 @@ X-Auth-Token: eaaafd18-0fed-4b3a-81b4-663c99ec1cbb ACTIVE. The server is active. - BUILD. The server has not finished the original build + BUILDING. The server has not finished the original build process. - DELETED. The server is deleted. + DELETED. The server is permanently deleted. ERROR. The server is in error. @@ -1208,6 +1208,10 @@ X-Auth-Token: eaaafd18-0fed-4b3a-81b4-663c99ec1cbb PASSWORD. The password is being reset on the server. + + PAUSED. The server is paused and continues to run in frozen state. + The state of the server is stored in RAM. + REBOOT. The server is in a soft reboot state. A reboot command was passed to the operating system. @@ -1217,17 +1221,15 @@ X-Auth-Token: eaaafd18-0fed-4b3a-81b4-663c99ec1cbb image. - RESCUE. The server is in rescue mode. + RESCUED. The server is in rescue mode. A rescue image + is running with the original server image attached. - RESIZE. Server is performing the differential copy of - data that changed during its initial copy. Server is down for this - stage. + RESIZED. The server is down while it performs a differential copy of data that changed during its initial copy. - REVERT_RESIZE. The resize or migration of a server failed - for some reason. The destination server is being cleaned up and the - original source server is restarting. + REVERT_RESIZE. Because a server resize or migration failed, the destination server is + being cleaned up as the original source server restarts. SHUTOFF. The virtual machine (VM) was powered down by the @@ -1241,9 +1243,17 @@ X-Auth-Token: eaaafd18-0fed-4b3a-81b4-663c99ec1cbb Instance model. - SUSPENDED. The server is suspended, either by request or - necessity. This status appears for only the following hypervisors: - XenServer/XCP, KVM, and ESXi. Administrative users may suspend an + SOFT_DELETED. The server is marked as deleted but the + disk images are still available to restore. + + + STOPPED. The server is powered off and the disk image + still persists. + + + SUSPENDED. The server is suspended either by request or + necessity. This status appears for only + XenServer/XCP, KVM, and ESXi hypervisors. Administrative users can suspend an instance if it is infrequently used or to perform system maintenance. When you suspend an instance, its VM state is stored on disk, all memory is written to disk, and the virtual machine is stopped. Suspending an @@ -1255,17 +1265,16 @@ X-Auth-Token: eaaafd18-0fed-4b3a-81b4-663c99ec1cbb cloud provider. - VERIFY_RESIZE. System is awaiting confirmation that the + VERIFY_RESIZE. The system awaits confirmation that the server is operational after a move or resize. - The compute provisioning algorithm has an anti-affinity property that attempts - to spread customer VMs across hosts. Under certain situations, VMs from the same - customer might be placed on the same host. hostId - represents the host your server runs on and can be used to determine this + The compute provisioning algorithm has an anti-affinity property that tries to distribute customer VMs across hosts. Under certain situations, VMs from the same + customer might be placed on the same host. The hostId property + represents the host that your server runs on and can be used to determine this scenario if it is relevant to your application. - HostId is unique per account and + The hostId property is unique per account and is not globally unique.