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
71 changes: 71 additions & 0 deletions doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1388,6 +1388,14 @@ <h2>Table of Contents</h2>
<a href="#metalstack.admin.v2.MachineServiceBMCCommandResponse"><span class="badge">M</span>MachineServiceBMCCommandResponse</a>
</li>

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

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

<li>
<a href="#metalstack.admin.v2.MachineServiceConsolePasswordRequest"><span class="badge">M</span>MachineServiceConsolePasswordRequest</a>
</li>
Expand Down Expand Up @@ -12206,6 +12214,62 @@ <h3 id="metalstack.admin.v2.MachineServiceBMCCommandResponse">MachineServiceBMCC



<h3 id="metalstack.admin.v2.MachineServiceConditionCommandRequest">MachineServiceConditionCommandRequest</h3>
<p>MachineServiceConditionCommandRequest is the request payload for a machine condition command</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 send the condition command to </p></td>
</tr>

<tr>
<td>condition</td>
<td><a href="#metalstack.api.v2.MachineCondition">metalstack.api.v2.MachineCondition</a></td>
<td></td>
<td><p>Condition to set the machine to.
If condition.State set to available, description is also cleared. </p></td>
</tr>

</tbody>
</table>





<h3 id="metalstack.admin.v2.MachineServiceConditionCommandResponse">MachineServiceConditionCommandResponse</h3>
<p>MachineServiceConditionCommandResponse is the response payload for a machine condition command</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 condition. </p></td>
</tr>

</tbody>
</table>





<h3 id="metalstack.admin.v2.MachineServiceConsolePasswordRequest">MachineServiceConsolePasswordRequest</h3>
<p>MachineServiceConsolePasswordRequest is the request payload for getting the console password.</p>

Expand Down Expand Up @@ -12563,6 +12627,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>ConditionCommand</td>
<td><a href="#metalstack.admin.v2.MachineServiceConditionCommandRequest">MachineServiceConditionCommandRequest</a></td>
<td><a href="#metalstack.admin.v2.MachineServiceConditionCommandResponse">MachineServiceConditionCommandResponse</a></td>
<td><p>ConditionCommand sends a condition command to a machine.</p></td>
</tr>

</tbody>
</table>

Expand Down
47 changes: 41 additions & 6 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