Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
78 changes: 78 additions & 0 deletions doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1432,6 +1432,14 @@ <h2>Table of Contents</h2>
<a href="#metalstack.admin.v2.MachineServiceListResponse"><span class="badge">M</span>MachineServiceListResponse</a>
</li>

<li>
<a href="#metalstack.admin.v2.MachineServiceSetStateRequest"><span class="badge">M</span>MachineServiceSetStateRequest</a>
</li>

<li>
<a href="#metalstack.admin.v2.MachineServiceSetStateResponse"><span class="badge">M</span>MachineServiceSetStateResponse</a>
</li>




Expand Down Expand Up @@ -12507,6 +12515,69 @@ <h3 id="metalstack.admin.v2.MachineServiceListResponse">MachineServiceListRespon



<h3 id="metalstack.admin.v2.MachineServiceSetStateRequest">MachineServiceSetStateRequest</h3>
<p>MachineServiceSetStateRequest is the request payload for a machine set state request</p>


<table class="field-table">
<thead>
<tr><td>Field</td><td>Type</td><td>Label</td><td>Description</td></tr>
</thead>
<tbody>

<tr>
<td>uuid</td>
<td><a href="#string">string</a></td>
<td></td>
<td><p>UUID of the machine to set the state to </p></td>
</tr>

<tr>
<td>state</td>
<td><a href="#metalstack.api.v2.MachineState">metalstack.api.v2.MachineState</a></td>
<td></td>
<td><p>State the state of this machine.
If State set to available, description is also cleared. </p></td>
</tr>

<tr>
<td>description</td>
<td><a href="#string">string</a></td>
<td></td>
<td><p>Description a description why this machine is in the given state </p></td>
</tr>

</tbody>
</table>





<h3 id="metalstack.admin.v2.MachineServiceSetStateResponse">MachineServiceSetStateResponse</h3>
<p>MachineServiceSetStateResponse is the response payload for a machine set state request</p>


<table class="field-table">
<thead>
<tr><td>Field</td><td>Type</td><td>Label</td><td>Description</td></tr>
</thead>
<tbody>

<tr>
<td>machine</td>
<td><a href="#metalstack.api.v2.Machine">metalstack.api.v2.Machine</a></td>
<td></td>
<td><p>Machine with the changed state. </p></td>
</tr>

</tbody>
</table>








Expand Down Expand Up @@ -12563,6 +12634,13 @@ <h3 id="metalstack.admin.v2.MachineService">MachineService</h3>
<td><p>GetConsolePassword returns the password to access the serial console of the machine.</p></td>
</tr>

<tr>
<td>SetState</td>
<td><a href="#metalstack.admin.v2.MachineServiceSetStateRequest">MachineServiceSetStateRequest</a></td>
<td><a href="#metalstack.admin.v2.MachineServiceSetStateResponse">MachineServiceSetStateResponse</a></td>
<td><p>SetState set the state of a machine.</p></td>
</tr>

</tbody>
</table>

Expand Down
34 changes: 34 additions & 0 deletions go/metalstack/admin/v2/adminv2connect/machine.connect.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading