Click or drag to resize
ServerBaseRescue Method
Places the server in rescue mode.

Namespace: net.openstack.Core.Domain
Assembly: openstacknet (in openstacknet.dll) Version: 1.7.7+Branch.master.Sha.25d803f397c8693c2c13777ef6675f796f520f2c
Syntax
public string Rescue()

Return Value

Type: String
The root password assigned for use during rescue mode.
Exceptions
ExceptionCondition
ResponseExceptionIf the REST API request failed.
Remarks
This operation is completed asynchronously. To wait for the server to enter rescue mode, call WaitForState Overload with the state Rescue.
Note Note
The provider may limit the duration of rescue mode, after which the rescue image is destroyed and the server attempts to reboot. Rescue mode may be explicitly exited at any time by calling UnRescue.
Version Information

.NET Framework

Supported in: 4.5

openstack.net

Supported in: 1.6, 1.5, 1.4, 1.3.6
See Also