3.26.4. Start host

 
MethodURIDescription
GET/v2/{tenant_id}/os-hosts/{host_name}/startup

Starts a host.

Normal response codes: 200

 3.26.4.1. Request

This table shows the URI parameters for the start host request:

NameTypeDescription

{tenant_id}

​String

The ID for the tenant or account in a multi-tenancy cloud.

{host_name}

​String

The name of the host of interest to you.

This operation does not require a request body.

 3.26.4.2. Response

 

Example 3.223. Start host: JSON response

{
    "host": "57f5de2fa5b44f14974a4f50b9ffcbf8",
    "power_action": "startup"
}

 

Example 3.224. Start host: XML response

<?xml version='1.0' encoding='UTF-8'?>
<host host="7fae168ed18140d5a785ade2ac1bd420" power_action="startup"/>

This operation does not return a response body.

Questions? Discuss on ask.openstack.org
Found an error? Report a bug against this page


loading table of contents...