diff --git a/README.md b/README.md
index 98fde5e..242fa41 100644
--- a/README.md
+++ b/README.md
@@ -62,6 +62,7 @@ strategies, and adding new operations.
| `node.status.get` | Get node status | Read-only | [docs](docs/orchestration/node-status.md) |
| `node.disk.get` | Get disk usage | Read-only | [docs](docs/orchestration/node-disk.md) |
| `node.memory.get` | Get memory stats | Read-only | [docs](docs/orchestration/node-memory.md) |
+| `node.uptime.get` | Get system uptime | Read-only | [docs](docs/orchestration/node-uptime.md) |
| `node.load.get` | Get load averages | Read-only | [docs](docs/orchestration/node-load.md) |
| `network.dns.get` | Get DNS configuration | Read-only | [docs](docs/orchestration/network-dns-get.md) |
| `network.dns.update` | Update DNS servers | Yes | [docs](docs/orchestration/network-dns-update.md) |
diff --git a/docs/gen/gen.md b/docs/gen/gen.md
index 5d3d689..aa7d121 100644
--- a/docs/gen/gen.md
+++ b/docs/gen/gen.md
@@ -255,6 +255,8 @@ Package gen contains generated code for the OSAPI REST API client.
- [type MemoryResponse](<#MemoryResponse>)
- [type MemoryResultItem](<#MemoryResultItem>)
- [type NATSInfo](<#NATSInfo>)
+- [type NetworkInterfaceResponse](<#NetworkInterfaceResponse>)
+- [type NetworkInterfaceResponseFamily](<#NetworkInterfaceResponseFamily>)
- [type NodeStatusCollectionResponse](<#NodeStatusCollectionResponse>)
- [type NodeStatusResponse](<#NodeStatusResponse>)
- [type OSInfoCollectionResponse](<#OSInfoCollectionResponse>)
@@ -314,7 +316,7 @@ const (
```
-## func [NewDeleteJobByIDRequest]()
+## func [NewDeleteJobByIDRequest]()
```go
func NewDeleteJobByIDRequest(server string, id openapi_types.UUID) (*http.Request, error)
@@ -323,7 +325,7 @@ func NewDeleteJobByIDRequest(server string, id openapi_types.UUID) (*http.Reques
NewDeleteJobByIDRequest generates requests for DeleteJobByID
-## func [NewGetAgentDetailsRequest]()
+## func [NewGetAgentDetailsRequest]()
```go
func NewGetAgentDetailsRequest(server string, hostname string) (*http.Request, error)
@@ -332,7 +334,7 @@ func NewGetAgentDetailsRequest(server string, hostname string) (*http.Request, e
NewGetAgentDetailsRequest generates requests for GetAgentDetails
-## func [NewGetAgentRequest]()
+## func [NewGetAgentRequest]()
```go
func NewGetAgentRequest(server string) (*http.Request, error)
@@ -341,7 +343,7 @@ func NewGetAgentRequest(server string) (*http.Request, error)
NewGetAgentRequest generates requests for GetAgent
-## func [NewGetAuditExportRequest]()
+## func [NewGetAuditExportRequest]()
```go
func NewGetAuditExportRequest(server string) (*http.Request, error)
@@ -350,7 +352,7 @@ func NewGetAuditExportRequest(server string) (*http.Request, error)
NewGetAuditExportRequest generates requests for GetAuditExport
-## func [NewGetAuditLogByIDRequest]()
+## func [NewGetAuditLogByIDRequest]()
```go
func NewGetAuditLogByIDRequest(server string, id openapi_types.UUID) (*http.Request, error)
@@ -359,7 +361,7 @@ func NewGetAuditLogByIDRequest(server string, id openapi_types.UUID) (*http.Requ
NewGetAuditLogByIDRequest generates requests for GetAuditLogByID
-## func [NewGetAuditLogsRequest]()
+## func [NewGetAuditLogsRequest]()
```go
func NewGetAuditLogsRequest(server string, params *GetAuditLogsParams) (*http.Request, error)
@@ -368,7 +370,7 @@ func NewGetAuditLogsRequest(server string, params *GetAuditLogsParams) (*http.Re
NewGetAuditLogsRequest generates requests for GetAuditLogs
-## func [NewGetHealthReadyRequest]()
+## func [NewGetHealthReadyRequest]()
```go
func NewGetHealthReadyRequest(server string) (*http.Request, error)
@@ -377,7 +379,7 @@ func NewGetHealthReadyRequest(server string) (*http.Request, error)
NewGetHealthReadyRequest generates requests for GetHealthReady
-## func [NewGetHealthRequest]()
+## func [NewGetHealthRequest]()
```go
func NewGetHealthRequest(server string) (*http.Request, error)
@@ -386,7 +388,7 @@ func NewGetHealthRequest(server string) (*http.Request, error)
NewGetHealthRequest generates requests for GetHealth
-## func [NewGetHealthStatusRequest]()
+## func [NewGetHealthStatusRequest]()
```go
func NewGetHealthStatusRequest(server string) (*http.Request, error)
@@ -395,7 +397,7 @@ func NewGetHealthStatusRequest(server string) (*http.Request, error)
NewGetHealthStatusRequest generates requests for GetHealthStatus
-## func [NewGetJobByIDRequest]()
+## func [NewGetJobByIDRequest]()
```go
func NewGetJobByIDRequest(server string, id openapi_types.UUID) (*http.Request, error)
@@ -404,7 +406,7 @@ func NewGetJobByIDRequest(server string, id openapi_types.UUID) (*http.Request,
NewGetJobByIDRequest generates requests for GetJobByID
-## func [NewGetJobRequest]()
+## func [NewGetJobRequest]()
```go
func NewGetJobRequest(server string, params *GetJobParams) (*http.Request, error)
@@ -413,7 +415,7 @@ func NewGetJobRequest(server string, params *GetJobParams) (*http.Request, error
NewGetJobRequest generates requests for GetJob
-## func [NewGetJobStatusRequest]()
+## func [NewGetJobStatusRequest]()
```go
func NewGetJobStatusRequest(server string) (*http.Request, error)
@@ -422,7 +424,7 @@ func NewGetJobStatusRequest(server string) (*http.Request, error)
NewGetJobStatusRequest generates requests for GetJobStatus
-## func [NewGetNodeDiskRequest]()
+## func [NewGetNodeDiskRequest]()
```go
func NewGetNodeDiskRequest(server string, hostname Hostname) (*http.Request, error)
@@ -431,7 +433,7 @@ func NewGetNodeDiskRequest(server string, hostname Hostname) (*http.Request, err
NewGetNodeDiskRequest generates requests for GetNodeDisk
-## func [NewGetNodeHostnameRequest]()
+## func [NewGetNodeHostnameRequest]()
```go
func NewGetNodeHostnameRequest(server string, hostname Hostname) (*http.Request, error)
@@ -440,7 +442,7 @@ func NewGetNodeHostnameRequest(server string, hostname Hostname) (*http.Request,
NewGetNodeHostnameRequest generates requests for GetNodeHostname
-## func [NewGetNodeLoadRequest]()
+## func [NewGetNodeLoadRequest]()
```go
func NewGetNodeLoadRequest(server string, hostname Hostname) (*http.Request, error)
@@ -449,7 +451,7 @@ func NewGetNodeLoadRequest(server string, hostname Hostname) (*http.Request, err
NewGetNodeLoadRequest generates requests for GetNodeLoad
-## func [NewGetNodeMemoryRequest]()
+## func [NewGetNodeMemoryRequest]()
```go
func NewGetNodeMemoryRequest(server string, hostname Hostname) (*http.Request, error)
@@ -458,7 +460,7 @@ func NewGetNodeMemoryRequest(server string, hostname Hostname) (*http.Request, e
NewGetNodeMemoryRequest generates requests for GetNodeMemory
-## func [NewGetNodeNetworkDNSByInterfaceRequest]()
+## func [NewGetNodeNetworkDNSByInterfaceRequest]()
```go
func NewGetNodeNetworkDNSByInterfaceRequest(server string, hostname Hostname, interfaceName string) (*http.Request, error)
@@ -467,7 +469,7 @@ func NewGetNodeNetworkDNSByInterfaceRequest(server string, hostname Hostname, in
NewGetNodeNetworkDNSByInterfaceRequest generates requests for GetNodeNetworkDNSByInterface
-## func [NewGetNodeOSRequest]()
+## func [NewGetNodeOSRequest]()
```go
func NewGetNodeOSRequest(server string, hostname Hostname) (*http.Request, error)
@@ -476,7 +478,7 @@ func NewGetNodeOSRequest(server string, hostname Hostname) (*http.Request, error
NewGetNodeOSRequest generates requests for GetNodeOS
-## func [NewGetNodeStatusRequest]()
+## func [NewGetNodeStatusRequest]()
```go
func NewGetNodeStatusRequest(server string, hostname Hostname) (*http.Request, error)
@@ -485,7 +487,7 @@ func NewGetNodeStatusRequest(server string, hostname Hostname) (*http.Request, e
NewGetNodeStatusRequest generates requests for GetNodeStatus
-## func [NewGetNodeUptimeRequest]()
+## func [NewGetNodeUptimeRequest]()
```go
func NewGetNodeUptimeRequest(server string, hostname Hostname) (*http.Request, error)
@@ -494,7 +496,7 @@ func NewGetNodeUptimeRequest(server string, hostname Hostname) (*http.Request, e
NewGetNodeUptimeRequest generates requests for GetNodeUptime
-## func [NewGetVersionRequest]()
+## func [NewGetVersionRequest]()
```go
func NewGetVersionRequest(server string) (*http.Request, error)
@@ -503,7 +505,7 @@ func NewGetVersionRequest(server string) (*http.Request, error)
NewGetVersionRequest generates requests for GetVersion
-## func [NewPostJobRequest]()
+## func [NewPostJobRequest]()
```go
func NewPostJobRequest(server string, body PostJobJSONRequestBody) (*http.Request, error)
@@ -512,7 +514,7 @@ func NewPostJobRequest(server string, body PostJobJSONRequestBody) (*http.Reques
NewPostJobRequest calls the generic PostJob builder with application/json body
-## func [NewPostJobRequestWithBody]()
+## func [NewPostJobRequestWithBody]()
```go
func NewPostJobRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
@@ -521,7 +523,7 @@ func NewPostJobRequestWithBody(server string, contentType string, body io.Reader
NewPostJobRequestWithBody generates requests for PostJob with any type of body
-## func [NewPostNodeCommandExecRequest]()
+## func [NewPostNodeCommandExecRequest]()
```go
func NewPostNodeCommandExecRequest(server string, hostname Hostname, body PostNodeCommandExecJSONRequestBody) (*http.Request, error)
@@ -530,7 +532,7 @@ func NewPostNodeCommandExecRequest(server string, hostname Hostname, body PostNo
NewPostNodeCommandExecRequest calls the generic PostNodeCommandExec builder with application/json body
-## func [NewPostNodeCommandExecRequestWithBody]()
+## func [NewPostNodeCommandExecRequestWithBody]()
```go
func NewPostNodeCommandExecRequestWithBody(server string, hostname Hostname, contentType string, body io.Reader) (*http.Request, error)
@@ -539,7 +541,7 @@ func NewPostNodeCommandExecRequestWithBody(server string, hostname Hostname, con
NewPostNodeCommandExecRequestWithBody generates requests for PostNodeCommandExec with any type of body
-## func [NewPostNodeCommandShellRequest]()
+## func [NewPostNodeCommandShellRequest]()
```go
func NewPostNodeCommandShellRequest(server string, hostname Hostname, body PostNodeCommandShellJSONRequestBody) (*http.Request, error)
@@ -548,7 +550,7 @@ func NewPostNodeCommandShellRequest(server string, hostname Hostname, body PostN
NewPostNodeCommandShellRequest calls the generic PostNodeCommandShell builder with application/json body
-## func [NewPostNodeCommandShellRequestWithBody]()
+## func [NewPostNodeCommandShellRequestWithBody]()
```go
func NewPostNodeCommandShellRequestWithBody(server string, hostname Hostname, contentType string, body io.Reader) (*http.Request, error)
@@ -557,7 +559,7 @@ func NewPostNodeCommandShellRequestWithBody(server string, hostname Hostname, co
NewPostNodeCommandShellRequestWithBody generates requests for PostNodeCommandShell with any type of body
-## func [NewPostNodeNetworkPingRequest]()
+## func [NewPostNodeNetworkPingRequest]()
```go
func NewPostNodeNetworkPingRequest(server string, hostname Hostname, body PostNodeNetworkPingJSONRequestBody) (*http.Request, error)
@@ -566,7 +568,7 @@ func NewPostNodeNetworkPingRequest(server string, hostname Hostname, body PostNo
NewPostNodeNetworkPingRequest calls the generic PostNodeNetworkPing builder with application/json body
-## func [NewPostNodeNetworkPingRequestWithBody]()
+## func [NewPostNodeNetworkPingRequestWithBody]()
```go
func NewPostNodeNetworkPingRequestWithBody(server string, hostname Hostname, contentType string, body io.Reader) (*http.Request, error)
@@ -575,7 +577,7 @@ func NewPostNodeNetworkPingRequestWithBody(server string, hostname Hostname, con
NewPostNodeNetworkPingRequestWithBody generates requests for PostNodeNetworkPing with any type of body
-## func [NewPutNodeNetworkDNSRequest]()
+## func [NewPutNodeNetworkDNSRequest]()
```go
func NewPutNodeNetworkDNSRequest(server string, hostname Hostname, body PutNodeNetworkDNSJSONRequestBody) (*http.Request, error)
@@ -584,7 +586,7 @@ func NewPutNodeNetworkDNSRequest(server string, hostname Hostname, body PutNodeN
NewPutNodeNetworkDNSRequest calls the generic PutNodeNetworkDNS builder with application/json body
-## func [NewPutNodeNetworkDNSRequestWithBody]()
+## func [NewPutNodeNetworkDNSRequestWithBody]()
```go
func NewPutNodeNetworkDNSRequestWithBody(server string, hostname Hostname, contentType string, body io.Reader) (*http.Request, error)
@@ -593,7 +595,7 @@ func NewPutNodeNetworkDNSRequestWithBody(server string, hostname Hostname, conte
NewPutNodeNetworkDNSRequestWithBody generates requests for PutNodeNetworkDNS with any type of body
-## func [NewRetryJobByIDRequest]()
+## func [NewRetryJobByIDRequest]()
```go
func NewRetryJobByIDRequest(server string, id openapi_types.UUID, body RetryJobByIDJSONRequestBody) (*http.Request, error)
@@ -602,7 +604,7 @@ func NewRetryJobByIDRequest(server string, id openapi_types.UUID, body RetryJobB
NewRetryJobByIDRequest calls the generic RetryJobByID builder with application/json body
-## func [NewRetryJobByIDRequestWithBody]()
+## func [NewRetryJobByIDRequestWithBody]()
```go
func NewRetryJobByIDRequestWithBody(server string, id openapi_types.UUID, contentType string, body io.Reader) (*http.Request, error)
@@ -611,7 +613,7 @@ func NewRetryJobByIDRequestWithBody(server string, id openapi_types.UUID, conten
NewRetryJobByIDRequestWithBody generates requests for RetryJobByID with any type of body
-## type [AgentDetail]()
+## type [AgentDetail]()
AgentDetail defines model for AgentDetail.
@@ -629,14 +631,30 @@ type AgentDetail struct {
```
-## type [AgentInfo]()
+## type [AgentInfo]()
AgentInfo defines model for AgentInfo.
```go
type AgentInfo struct {
+ // Architecture CPU architecture.
+ Architecture *string `json:"architecture,omitempty"`
+
+ // CpuCount Number of logical CPUs.
+ CpuCount *int `json:"cpu_count,omitempty"`
+
+ // Facts Extended facts from additional providers.
+ Facts *map[string]interface{} `json:"facts,omitempty"`
+
+ // Fqdn Fully qualified domain name.
+ Fqdn *string `json:"fqdn,omitempty"`
+
// Hostname The hostname of the agent.
- Hostname string `json:"hostname"`
+ Hostname string `json:"hostname"`
+ Interfaces *[]NetworkInterfaceResponse `json:"interfaces,omitempty"`
+
+ // KernelVersion OS kernel version.
+ KernelVersion *string `json:"kernel_version,omitempty"`
// Labels Key-value labels configured on the agent.
Labels *map[string]string `json:"labels,omitempty"`
@@ -650,9 +668,15 @@ type AgentInfo struct {
// OsInfo Operating system information.
OsInfo *OSInfoResponse `json:"os_info,omitempty"`
+ // PackageMgr Package manager.
+ PackageMgr *string `json:"package_mgr,omitempty"`
+
// RegisteredAt When the agent last refreshed its heartbeat.
RegisteredAt *time.Time `json:"registered_at,omitempty"`
+ // ServiceMgr Init system.
+ ServiceMgr *string `json:"service_mgr,omitempty"`
+
// StartedAt When the agent process started.
StartedAt *time.Time `json:"started_at,omitempty"`
@@ -665,7 +689,7 @@ type AgentInfo struct {
```
-## type [AgentInfoStatus]()
+## type [AgentInfoStatus]()
AgentInfoStatus The current status of the agent.
@@ -683,7 +707,7 @@ const (
```
-## type [AgentStats]()
+## type [AgentStats]()
AgentStats defines model for AgentStats.
@@ -701,7 +725,7 @@ type AgentStats struct {
```
-## type [AuditEntry]()
+## type [AuditEntry]()
AuditEntry defines model for AuditEntry.
@@ -740,7 +764,7 @@ type AuditEntry struct {
```
-## type [AuditEntryResponse]()
+## type [AuditEntryResponse]()
AuditEntryResponse defines model for AuditEntryResponse.
@@ -751,7 +775,7 @@ type AuditEntryResponse struct {
```
-## type [Client]()
+## type [Client]()
Client which conforms to the OpenAPI3 specification for this service.
@@ -774,7 +798,7 @@ type Client struct {
```
-### func [NewClient]()
+### func [NewClient]()
```go
func NewClient(server string, opts ...ClientOption) (*Client, error)
@@ -783,7 +807,7 @@ func NewClient(server string, opts ...ClientOption) (*Client, error)
Creates a new Client, with reasonable defaults
-### func \(\*Client\) [DeleteJobByID]()
+### func \(\*Client\) [DeleteJobByID]()
```go
func (c *Client) DeleteJobByID(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
@@ -792,7 +816,7 @@ func (c *Client) DeleteJobByID(ctx context.Context, id openapi_types.UUID, reqEd
-### func \(\*Client\) [GetAgent]()
+### func \(\*Client\) [GetAgent]()
```go
func (c *Client) GetAgent(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
@@ -801,7 +825,7 @@ func (c *Client) GetAgent(ctx context.Context, reqEditors ...RequestEditorFn) (*
-### func \(\*Client\) [GetAgentDetails]()
+### func \(\*Client\) [GetAgentDetails]()
```go
func (c *Client) GetAgentDetails(ctx context.Context, hostname string, reqEditors ...RequestEditorFn) (*http.Response, error)
@@ -810,7 +834,7 @@ func (c *Client) GetAgentDetails(ctx context.Context, hostname string, reqEditor
-### func \(\*Client\) [GetAuditExport]()
+### func \(\*Client\) [GetAuditExport]()
```go
func (c *Client) GetAuditExport(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
@@ -819,7 +843,7 @@ func (c *Client) GetAuditExport(ctx context.Context, reqEditors ...RequestEditor
-### func \(\*Client\) [GetAuditLogByID]()
+### func \(\*Client\) [GetAuditLogByID]()
```go
func (c *Client) GetAuditLogByID(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
@@ -828,7 +852,7 @@ func (c *Client) GetAuditLogByID(ctx context.Context, id openapi_types.UUID, req
-### func \(\*Client\) [GetAuditLogs]()
+### func \(\*Client\) [GetAuditLogs]()
```go
func (c *Client) GetAuditLogs(ctx context.Context, params *GetAuditLogsParams, reqEditors ...RequestEditorFn) (*http.Response, error)
@@ -837,7 +861,7 @@ func (c *Client) GetAuditLogs(ctx context.Context, params *GetAuditLogsParams, r
-### func \(\*Client\) [GetHealth]()
+### func \(\*Client\) [GetHealth]()
```go
func (c *Client) GetHealth(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
@@ -846,7 +870,7 @@ func (c *Client) GetHealth(ctx context.Context, reqEditors ...RequestEditorFn) (
-### func \(\*Client\) [GetHealthReady]()
+### func \(\*Client\) [GetHealthReady]()
```go
func (c *Client) GetHealthReady(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
@@ -855,7 +879,7 @@ func (c *Client) GetHealthReady(ctx context.Context, reqEditors ...RequestEditor
-### func \(\*Client\) [GetHealthStatus]()
+### func \(\*Client\) [GetHealthStatus]()
```go
func (c *Client) GetHealthStatus(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
@@ -864,7 +888,7 @@ func (c *Client) GetHealthStatus(ctx context.Context, reqEditors ...RequestEdito
-### func \(\*Client\) [GetJob]()
+### func \(\*Client\) [GetJob]()
```go
func (c *Client) GetJob(ctx context.Context, params *GetJobParams, reqEditors ...RequestEditorFn) (*http.Response, error)
@@ -873,7 +897,7 @@ func (c *Client) GetJob(ctx context.Context, params *GetJobParams, reqEditors ..
-### func \(\*Client\) [GetJobByID]()
+### func \(\*Client\) [GetJobByID]()
```go
func (c *Client) GetJobByID(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
@@ -882,7 +906,7 @@ func (c *Client) GetJobByID(ctx context.Context, id openapi_types.UUID, reqEdito
-### func \(\*Client\) [GetJobStatus]()
+### func \(\*Client\) [GetJobStatus]()
```go
func (c *Client) GetJobStatus(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
@@ -891,7 +915,7 @@ func (c *Client) GetJobStatus(ctx context.Context, reqEditors ...RequestEditorFn
-### func \(\*Client\) [GetNodeDisk]()
+### func \(\*Client\) [GetNodeDisk]()
```go
func (c *Client) GetNodeDisk(ctx context.Context, hostname Hostname, reqEditors ...RequestEditorFn) (*http.Response, error)
@@ -900,7 +924,7 @@ func (c *Client) GetNodeDisk(ctx context.Context, hostname Hostname, reqEditors
-### func \(\*Client\) [GetNodeHostname]()
+### func \(\*Client\) [GetNodeHostname]()
```go
func (c *Client) GetNodeHostname(ctx context.Context, hostname Hostname, reqEditors ...RequestEditorFn) (*http.Response, error)
@@ -909,7 +933,7 @@ func (c *Client) GetNodeHostname(ctx context.Context, hostname Hostname, reqEdit
-### func \(\*Client\) [GetNodeLoad]()
+### func \(\*Client\) [GetNodeLoad]()
```go
func (c *Client) GetNodeLoad(ctx context.Context, hostname Hostname, reqEditors ...RequestEditorFn) (*http.Response, error)
@@ -918,7 +942,7 @@ func (c *Client) GetNodeLoad(ctx context.Context, hostname Hostname, reqEditors
-### func \(\*Client\) [GetNodeMemory]()
+### func \(\*Client\) [GetNodeMemory]()
```go
func (c *Client) GetNodeMemory(ctx context.Context, hostname Hostname, reqEditors ...RequestEditorFn) (*http.Response, error)
@@ -927,7 +951,7 @@ func (c *Client) GetNodeMemory(ctx context.Context, hostname Hostname, reqEditor
-### func \(\*Client\) [GetNodeNetworkDNSByInterface]()
+### func \(\*Client\) [GetNodeNetworkDNSByInterface]()
```go
func (c *Client) GetNodeNetworkDNSByInterface(ctx context.Context, hostname Hostname, interfaceName string, reqEditors ...RequestEditorFn) (*http.Response, error)
@@ -936,7 +960,7 @@ func (c *Client) GetNodeNetworkDNSByInterface(ctx context.Context, hostname Host
-### func \(\*Client\) [GetNodeOS]()
+### func \(\*Client\) [GetNodeOS]()
```go
func (c *Client) GetNodeOS(ctx context.Context, hostname Hostname, reqEditors ...RequestEditorFn) (*http.Response, error)
@@ -945,7 +969,7 @@ func (c *Client) GetNodeOS(ctx context.Context, hostname Hostname, reqEditors ..
-### func \(\*Client\) [GetNodeStatus]()
+### func \(\*Client\) [GetNodeStatus]()
```go
func (c *Client) GetNodeStatus(ctx context.Context, hostname Hostname, reqEditors ...RequestEditorFn) (*http.Response, error)
@@ -954,7 +978,7 @@ func (c *Client) GetNodeStatus(ctx context.Context, hostname Hostname, reqEditor
-### func \(\*Client\) [GetNodeUptime]()
+### func \(\*Client\) [GetNodeUptime]()
```go
func (c *Client) GetNodeUptime(ctx context.Context, hostname Hostname, reqEditors ...RequestEditorFn) (*http.Response, error)
@@ -963,7 +987,7 @@ func (c *Client) GetNodeUptime(ctx context.Context, hostname Hostname, reqEditor
-### func \(\*Client\) [GetVersion]()
+### func \(\*Client\) [GetVersion]()
```go
func (c *Client) GetVersion(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
@@ -972,7 +996,7 @@ func (c *Client) GetVersion(ctx context.Context, reqEditors ...RequestEditorFn)
-### func \(\*Client\) [PostJob]()
+### func \(\*Client\) [PostJob]()
```go
func (c *Client) PostJob(ctx context.Context, body PostJobJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
@@ -981,7 +1005,7 @@ func (c *Client) PostJob(ctx context.Context, body PostJobJSONRequestBody, reqEd
-### func \(\*Client\) [PostJobWithBody]()
+### func \(\*Client\) [PostJobWithBody]()
```go
func (c *Client) PostJobWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
@@ -990,7 +1014,7 @@ func (c *Client) PostJobWithBody(ctx context.Context, contentType string, body i
-### func \(\*Client\) [PostNodeCommandExec]()
+### func \(\*Client\) [PostNodeCommandExec]()
```go
func (c *Client) PostNodeCommandExec(ctx context.Context, hostname Hostname, body PostNodeCommandExecJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
@@ -999,7 +1023,7 @@ func (c *Client) PostNodeCommandExec(ctx context.Context, hostname Hostname, bod
-### func \(\*Client\) [PostNodeCommandExecWithBody]()
+### func \(\*Client\) [PostNodeCommandExecWithBody]()
```go
func (c *Client) PostNodeCommandExecWithBody(ctx context.Context, hostname Hostname, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
@@ -1008,7 +1032,7 @@ func (c *Client) PostNodeCommandExecWithBody(ctx context.Context, hostname Hostn
-### func \(\*Client\) [PostNodeCommandShell]()
+### func \(\*Client\) [PostNodeCommandShell]()
```go
func (c *Client) PostNodeCommandShell(ctx context.Context, hostname Hostname, body PostNodeCommandShellJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
@@ -1017,7 +1041,7 @@ func (c *Client) PostNodeCommandShell(ctx context.Context, hostname Hostname, bo
-### func \(\*Client\) [PostNodeCommandShellWithBody]()
+### func \(\*Client\) [PostNodeCommandShellWithBody]()
```go
func (c *Client) PostNodeCommandShellWithBody(ctx context.Context, hostname Hostname, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
@@ -1026,7 +1050,7 @@ func (c *Client) PostNodeCommandShellWithBody(ctx context.Context, hostname Host
-### func \(\*Client\) [PostNodeNetworkPing]()
+### func \(\*Client\) [PostNodeNetworkPing]()
```go
func (c *Client) PostNodeNetworkPing(ctx context.Context, hostname Hostname, body PostNodeNetworkPingJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
@@ -1035,7 +1059,7 @@ func (c *Client) PostNodeNetworkPing(ctx context.Context, hostname Hostname, bod
-### func \(\*Client\) [PostNodeNetworkPingWithBody]()
+### func \(\*Client\) [PostNodeNetworkPingWithBody]()
```go
func (c *Client) PostNodeNetworkPingWithBody(ctx context.Context, hostname Hostname, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
@@ -1044,7 +1068,7 @@ func (c *Client) PostNodeNetworkPingWithBody(ctx context.Context, hostname Hostn
-### func \(\*Client\) [PutNodeNetworkDNS]()
+### func \(\*Client\) [PutNodeNetworkDNS]()
```go
func (c *Client) PutNodeNetworkDNS(ctx context.Context, hostname Hostname, body PutNodeNetworkDNSJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
@@ -1053,7 +1077,7 @@ func (c *Client) PutNodeNetworkDNS(ctx context.Context, hostname Hostname, body
-### func \(\*Client\) [PutNodeNetworkDNSWithBody]()
+### func \(\*Client\) [PutNodeNetworkDNSWithBody]()
```go
func (c *Client) PutNodeNetworkDNSWithBody(ctx context.Context, hostname Hostname, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
@@ -1062,7 +1086,7 @@ func (c *Client) PutNodeNetworkDNSWithBody(ctx context.Context, hostname Hostnam
-### func \(\*Client\) [RetryJobByID]()
+### func \(\*Client\) [RetryJobByID]()
```go
func (c *Client) RetryJobByID(ctx context.Context, id openapi_types.UUID, body RetryJobByIDJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
@@ -1071,7 +1095,7 @@ func (c *Client) RetryJobByID(ctx context.Context, id openapi_types.UUID, body R
-### func \(\*Client\) [RetryJobByIDWithBody]()
+### func \(\*Client\) [RetryJobByIDWithBody]()
```go
func (c *Client) RetryJobByIDWithBody(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
@@ -1080,7 +1104,7 @@ func (c *Client) RetryJobByIDWithBody(ctx context.Context, id openapi_types.UUID
-## type [ClientInterface]()
+## type [ClientInterface]()
The interface specification for the client above.
@@ -1182,7 +1206,7 @@ type ClientInterface interface {
```
-## type [ClientOption]()
+## type [ClientOption]()
ClientOption allows setting custom parameters during construction
@@ -1191,7 +1215,7 @@ type ClientOption func(*Client) error
```
-### func [WithBaseURL]()
+### func [WithBaseURL]()
```go
func WithBaseURL(baseURL string) ClientOption
@@ -1200,7 +1224,7 @@ func WithBaseURL(baseURL string) ClientOption
WithBaseURL overrides the baseURL.
-### func [WithHTTPClient]()
+### func [WithHTTPClient]()
```go
func WithHTTPClient(doer HttpRequestDoer) ClientOption
@@ -1209,7 +1233,7 @@ func WithHTTPClient(doer HttpRequestDoer) ClientOption
WithHTTPClient allows overriding the default Doer, which is automatically created using http.Client. This is useful for tests.
-### func [WithRequestEditorFn]()
+### func [WithRequestEditorFn]()
```go
func WithRequestEditorFn(fn RequestEditorFn) ClientOption
@@ -1218,7 +1242,7 @@ func WithRequestEditorFn(fn RequestEditorFn) ClientOption
WithRequestEditorFn allows setting up a callback function, which will be called right before sending the request. This can be used to mutate the request.
-## type [ClientWithResponses]()
+## type [ClientWithResponses]()
ClientWithResponses builds on ClientInterface to offer response payloads
@@ -1229,7 +1253,7 @@ type ClientWithResponses struct {
```
-### func [NewClientWithResponses]()
+### func [NewClientWithResponses]()
```go
func NewClientWithResponses(server string, opts ...ClientOption) (*ClientWithResponses, error)
@@ -1238,7 +1262,7 @@ func NewClientWithResponses(server string, opts ...ClientOption) (*ClientWithRes
NewClientWithResponses creates a new ClientWithResponses, which wraps Client with return type handling
-### func \(\*ClientWithResponses\) [DeleteJobByIDWithResponse]()
+### func \(\*ClientWithResponses\) [DeleteJobByIDWithResponse]()
```go
func (c *ClientWithResponses) DeleteJobByIDWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeleteJobByIDResponse, error)
@@ -1247,7 +1271,7 @@ func (c *ClientWithResponses) DeleteJobByIDWithResponse(ctx context.Context, id
DeleteJobByIDWithResponse request returning \*DeleteJobByIDResponse
-### func \(\*ClientWithResponses\) [GetAgentDetailsWithResponse]()
+### func \(\*ClientWithResponses\) [GetAgentDetailsWithResponse]()
```go
func (c *ClientWithResponses) GetAgentDetailsWithResponse(ctx context.Context, hostname string, reqEditors ...RequestEditorFn) (*GetAgentDetailsResponse, error)
@@ -1256,7 +1280,7 @@ func (c *ClientWithResponses) GetAgentDetailsWithResponse(ctx context.Context, h
GetAgentDetailsWithResponse request returning \*GetAgentDetailsResponse
-### func \(\*ClientWithResponses\) [GetAgentWithResponse]()
+### func \(\*ClientWithResponses\) [GetAgentWithResponse]()
```go
func (c *ClientWithResponses) GetAgentWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetAgentResponse, error)
@@ -1265,7 +1289,7 @@ func (c *ClientWithResponses) GetAgentWithResponse(ctx context.Context, reqEdito
GetAgentWithResponse request returning \*GetAgentResponse
-### func \(\*ClientWithResponses\) [GetAuditExportWithResponse]()
+### func \(\*ClientWithResponses\) [GetAuditExportWithResponse]()
```go
func (c *ClientWithResponses) GetAuditExportWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetAuditExportResponse, error)
@@ -1274,7 +1298,7 @@ func (c *ClientWithResponses) GetAuditExportWithResponse(ctx context.Context, re
GetAuditExportWithResponse request returning \*GetAuditExportResponse
-### func \(\*ClientWithResponses\) [GetAuditLogByIDWithResponse]()
+### func \(\*ClientWithResponses\) [GetAuditLogByIDWithResponse]()
```go
func (c *ClientWithResponses) GetAuditLogByIDWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetAuditLogByIDResponse, error)
@@ -1283,7 +1307,7 @@ func (c *ClientWithResponses) GetAuditLogByIDWithResponse(ctx context.Context, i
GetAuditLogByIDWithResponse request returning \*GetAuditLogByIDResponse
-### func \(\*ClientWithResponses\) [GetAuditLogsWithResponse]()
+### func \(\*ClientWithResponses\) [GetAuditLogsWithResponse]()
```go
func (c *ClientWithResponses) GetAuditLogsWithResponse(ctx context.Context, params *GetAuditLogsParams, reqEditors ...RequestEditorFn) (*GetAuditLogsResponse, error)
@@ -1292,7 +1316,7 @@ func (c *ClientWithResponses) GetAuditLogsWithResponse(ctx context.Context, para
GetAuditLogsWithResponse request returning \*GetAuditLogsResponse
-### func \(\*ClientWithResponses\) [GetHealthReadyWithResponse]()
+### func \(\*ClientWithResponses\) [GetHealthReadyWithResponse]()
```go
func (c *ClientWithResponses) GetHealthReadyWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetHealthReadyResponse, error)
@@ -1301,7 +1325,7 @@ func (c *ClientWithResponses) GetHealthReadyWithResponse(ctx context.Context, re
GetHealthReadyWithResponse request returning \*GetHealthReadyResponse
-### func \(\*ClientWithResponses\) [GetHealthStatusWithResponse]()
+### func \(\*ClientWithResponses\) [GetHealthStatusWithResponse]()
```go
func (c *ClientWithResponses) GetHealthStatusWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetHealthStatusResponse, error)
@@ -1310,7 +1334,7 @@ func (c *ClientWithResponses) GetHealthStatusWithResponse(ctx context.Context, r
GetHealthStatusWithResponse request returning \*GetHealthStatusResponse
-### func \(\*ClientWithResponses\) [GetHealthWithResponse]()
+### func \(\*ClientWithResponses\) [GetHealthWithResponse]()
```go
func (c *ClientWithResponses) GetHealthWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetHealthResponse, error)
@@ -1319,7 +1343,7 @@ func (c *ClientWithResponses) GetHealthWithResponse(ctx context.Context, reqEdit
GetHealthWithResponse request returning \*GetHealthResponse
-### func \(\*ClientWithResponses\) [GetJobByIDWithResponse]()
+### func \(\*ClientWithResponses\) [GetJobByIDWithResponse]()
```go
func (c *ClientWithResponses) GetJobByIDWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*GetJobByIDResponse, error)
@@ -1328,7 +1352,7 @@ func (c *ClientWithResponses) GetJobByIDWithResponse(ctx context.Context, id ope
GetJobByIDWithResponse request returning \*GetJobByIDResponse
-### func \(\*ClientWithResponses\) [GetJobStatusWithResponse]()
+### func \(\*ClientWithResponses\) [GetJobStatusWithResponse]()
```go
func (c *ClientWithResponses) GetJobStatusWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetJobStatusResponse, error)
@@ -1337,7 +1361,7 @@ func (c *ClientWithResponses) GetJobStatusWithResponse(ctx context.Context, reqE
GetJobStatusWithResponse request returning \*GetJobStatusResponse
-### func \(\*ClientWithResponses\) [GetJobWithResponse]()
+### func \(\*ClientWithResponses\) [GetJobWithResponse]()
```go
func (c *ClientWithResponses) GetJobWithResponse(ctx context.Context, params *GetJobParams, reqEditors ...RequestEditorFn) (*GetJobResponse, error)
@@ -1346,7 +1370,7 @@ func (c *ClientWithResponses) GetJobWithResponse(ctx context.Context, params *Ge
GetJobWithResponse request returning \*GetJobResponse
-### func \(\*ClientWithResponses\) [GetNodeDiskWithResponse]()
+### func \(\*ClientWithResponses\) [GetNodeDiskWithResponse]()
```go
func (c *ClientWithResponses) GetNodeDiskWithResponse(ctx context.Context, hostname Hostname, reqEditors ...RequestEditorFn) (*GetNodeDiskResponse, error)
@@ -1355,7 +1379,7 @@ func (c *ClientWithResponses) GetNodeDiskWithResponse(ctx context.Context, hostn
GetNodeDiskWithResponse request returning \*GetNodeDiskResponse
-### func \(\*ClientWithResponses\) [GetNodeHostnameWithResponse]()
+### func \(\*ClientWithResponses\) [GetNodeHostnameWithResponse]()
```go
func (c *ClientWithResponses) GetNodeHostnameWithResponse(ctx context.Context, hostname Hostname, reqEditors ...RequestEditorFn) (*GetNodeHostnameResponse, error)
@@ -1364,7 +1388,7 @@ func (c *ClientWithResponses) GetNodeHostnameWithResponse(ctx context.Context, h
GetNodeHostnameWithResponse request returning \*GetNodeHostnameResponse
-### func \(\*ClientWithResponses\) [GetNodeLoadWithResponse]()
+### func \(\*ClientWithResponses\) [GetNodeLoadWithResponse]()
```go
func (c *ClientWithResponses) GetNodeLoadWithResponse(ctx context.Context, hostname Hostname, reqEditors ...RequestEditorFn) (*GetNodeLoadResponse, error)
@@ -1373,7 +1397,7 @@ func (c *ClientWithResponses) GetNodeLoadWithResponse(ctx context.Context, hostn
GetNodeLoadWithResponse request returning \*GetNodeLoadResponse
-### func \(\*ClientWithResponses\) [GetNodeMemoryWithResponse]()
+### func \(\*ClientWithResponses\) [GetNodeMemoryWithResponse]()
```go
func (c *ClientWithResponses) GetNodeMemoryWithResponse(ctx context.Context, hostname Hostname, reqEditors ...RequestEditorFn) (*GetNodeMemoryResponse, error)
@@ -1382,7 +1406,7 @@ func (c *ClientWithResponses) GetNodeMemoryWithResponse(ctx context.Context, hos
GetNodeMemoryWithResponse request returning \*GetNodeMemoryResponse
-### func \(\*ClientWithResponses\) [GetNodeNetworkDNSByInterfaceWithResponse]()
+### func \(\*ClientWithResponses\) [GetNodeNetworkDNSByInterfaceWithResponse]()
```go
func (c *ClientWithResponses) GetNodeNetworkDNSByInterfaceWithResponse(ctx context.Context, hostname Hostname, interfaceName string, reqEditors ...RequestEditorFn) (*GetNodeNetworkDNSByInterfaceResponse, error)
@@ -1391,7 +1415,7 @@ func (c *ClientWithResponses) GetNodeNetworkDNSByInterfaceWithResponse(ctx conte
GetNodeNetworkDNSByInterfaceWithResponse request returning \*GetNodeNetworkDNSByInterfaceResponse
-### func \(\*ClientWithResponses\) [GetNodeOSWithResponse]()
+### func \(\*ClientWithResponses\) [GetNodeOSWithResponse]()
```go
func (c *ClientWithResponses) GetNodeOSWithResponse(ctx context.Context, hostname Hostname, reqEditors ...RequestEditorFn) (*GetNodeOSResponse, error)
@@ -1400,7 +1424,7 @@ func (c *ClientWithResponses) GetNodeOSWithResponse(ctx context.Context, hostnam
GetNodeOSWithResponse request returning \*GetNodeOSResponse
-### func \(\*ClientWithResponses\) [GetNodeStatusWithResponse]()
+### func \(\*ClientWithResponses\) [GetNodeStatusWithResponse]()
```go
func (c *ClientWithResponses) GetNodeStatusWithResponse(ctx context.Context, hostname Hostname, reqEditors ...RequestEditorFn) (*GetNodeStatusResponse, error)
@@ -1409,7 +1433,7 @@ func (c *ClientWithResponses) GetNodeStatusWithResponse(ctx context.Context, hos
GetNodeStatusWithResponse request returning \*GetNodeStatusResponse
-### func \(\*ClientWithResponses\) [GetNodeUptimeWithResponse]()
+### func \(\*ClientWithResponses\) [GetNodeUptimeWithResponse]()
```go
func (c *ClientWithResponses) GetNodeUptimeWithResponse(ctx context.Context, hostname Hostname, reqEditors ...RequestEditorFn) (*GetNodeUptimeResponse, error)
@@ -1418,7 +1442,7 @@ func (c *ClientWithResponses) GetNodeUptimeWithResponse(ctx context.Context, hos
GetNodeUptimeWithResponse request returning \*GetNodeUptimeResponse
-### func \(\*ClientWithResponses\) [GetVersionWithResponse]()
+### func \(\*ClientWithResponses\) [GetVersionWithResponse]()
```go
func (c *ClientWithResponses) GetVersionWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetVersionResponse, error)
@@ -1427,7 +1451,7 @@ func (c *ClientWithResponses) GetVersionWithResponse(ctx context.Context, reqEdi
GetVersionWithResponse request returning \*GetVersionResponse
-### func \(\*ClientWithResponses\) [PostJobWithBodyWithResponse]()
+### func \(\*ClientWithResponses\) [PostJobWithBodyWithResponse]()
```go
func (c *ClientWithResponses) PostJobWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostJobResponse, error)
@@ -1436,7 +1460,7 @@ func (c *ClientWithResponses) PostJobWithBodyWithResponse(ctx context.Context, c
PostJobWithBodyWithResponse request with arbitrary body returning \*PostJobResponse
-### func \(\*ClientWithResponses\) [PostJobWithResponse]()
+### func \(\*ClientWithResponses\) [PostJobWithResponse]()
```go
func (c *ClientWithResponses) PostJobWithResponse(ctx context.Context, body PostJobJSONRequestBody, reqEditors ...RequestEditorFn) (*PostJobResponse, error)
@@ -1445,7 +1469,7 @@ func (c *ClientWithResponses) PostJobWithResponse(ctx context.Context, body Post
-### func \(\*ClientWithResponses\) [PostNodeCommandExecWithBodyWithResponse]()
+### func \(\*ClientWithResponses\) [PostNodeCommandExecWithBodyWithResponse]()
```go
func (c *ClientWithResponses) PostNodeCommandExecWithBodyWithResponse(ctx context.Context, hostname Hostname, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostNodeCommandExecResponse, error)
@@ -1454,7 +1478,7 @@ func (c *ClientWithResponses) PostNodeCommandExecWithBodyWithResponse(ctx contex
PostNodeCommandExecWithBodyWithResponse request with arbitrary body returning \*PostNodeCommandExecResponse
-### func \(\*ClientWithResponses\) [PostNodeCommandExecWithResponse]()
+### func \(\*ClientWithResponses\) [PostNodeCommandExecWithResponse]()
```go
func (c *ClientWithResponses) PostNodeCommandExecWithResponse(ctx context.Context, hostname Hostname, body PostNodeCommandExecJSONRequestBody, reqEditors ...RequestEditorFn) (*PostNodeCommandExecResponse, error)
@@ -1463,7 +1487,7 @@ func (c *ClientWithResponses) PostNodeCommandExecWithResponse(ctx context.Contex
-### func \(\*ClientWithResponses\) [PostNodeCommandShellWithBodyWithResponse]()
+### func \(\*ClientWithResponses\) [PostNodeCommandShellWithBodyWithResponse]()
```go
func (c *ClientWithResponses) PostNodeCommandShellWithBodyWithResponse(ctx context.Context, hostname Hostname, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostNodeCommandShellResponse, error)
@@ -1472,7 +1496,7 @@ func (c *ClientWithResponses) PostNodeCommandShellWithBodyWithResponse(ctx conte
PostNodeCommandShellWithBodyWithResponse request with arbitrary body returning \*PostNodeCommandShellResponse
-### func \(\*ClientWithResponses\) [PostNodeCommandShellWithResponse]()
+### func \(\*ClientWithResponses\) [PostNodeCommandShellWithResponse]()
```go
func (c *ClientWithResponses) PostNodeCommandShellWithResponse(ctx context.Context, hostname Hostname, body PostNodeCommandShellJSONRequestBody, reqEditors ...RequestEditorFn) (*PostNodeCommandShellResponse, error)
@@ -1481,7 +1505,7 @@ func (c *ClientWithResponses) PostNodeCommandShellWithResponse(ctx context.Conte
-### func \(\*ClientWithResponses\) [PostNodeNetworkPingWithBodyWithResponse]()
+### func \(\*ClientWithResponses\) [PostNodeNetworkPingWithBodyWithResponse]()
```go
func (c *ClientWithResponses) PostNodeNetworkPingWithBodyWithResponse(ctx context.Context, hostname Hostname, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostNodeNetworkPingResponse, error)
@@ -1490,7 +1514,7 @@ func (c *ClientWithResponses) PostNodeNetworkPingWithBodyWithResponse(ctx contex
PostNodeNetworkPingWithBodyWithResponse request with arbitrary body returning \*PostNodeNetworkPingResponse
-### func \(\*ClientWithResponses\) [PostNodeNetworkPingWithResponse]()
+### func \(\*ClientWithResponses\) [PostNodeNetworkPingWithResponse]()
```go
func (c *ClientWithResponses) PostNodeNetworkPingWithResponse(ctx context.Context, hostname Hostname, body PostNodeNetworkPingJSONRequestBody, reqEditors ...RequestEditorFn) (*PostNodeNetworkPingResponse, error)
@@ -1499,7 +1523,7 @@ func (c *ClientWithResponses) PostNodeNetworkPingWithResponse(ctx context.Contex
-### func \(\*ClientWithResponses\) [PutNodeNetworkDNSWithBodyWithResponse]()
+### func \(\*ClientWithResponses\) [PutNodeNetworkDNSWithBodyWithResponse]()
```go
func (c *ClientWithResponses) PutNodeNetworkDNSWithBodyWithResponse(ctx context.Context, hostname Hostname, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutNodeNetworkDNSResponse, error)
@@ -1508,7 +1532,7 @@ func (c *ClientWithResponses) PutNodeNetworkDNSWithBodyWithResponse(ctx context.
PutNodeNetworkDNSWithBodyWithResponse request with arbitrary body returning \*PutNodeNetworkDNSResponse
-### func \(\*ClientWithResponses\) [PutNodeNetworkDNSWithResponse]()
+### func \(\*ClientWithResponses\) [PutNodeNetworkDNSWithResponse]()
```go
func (c *ClientWithResponses) PutNodeNetworkDNSWithResponse(ctx context.Context, hostname Hostname, body PutNodeNetworkDNSJSONRequestBody, reqEditors ...RequestEditorFn) (*PutNodeNetworkDNSResponse, error)
@@ -1517,7 +1541,7 @@ func (c *ClientWithResponses) PutNodeNetworkDNSWithResponse(ctx context.Context,
-### func \(\*ClientWithResponses\) [RetryJobByIDWithBodyWithResponse]()
+### func \(\*ClientWithResponses\) [RetryJobByIDWithBodyWithResponse]()
```go
func (c *ClientWithResponses) RetryJobByIDWithBodyWithResponse(ctx context.Context, id openapi_types.UUID, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*RetryJobByIDResponse, error)
@@ -1526,7 +1550,7 @@ func (c *ClientWithResponses) RetryJobByIDWithBodyWithResponse(ctx context.Conte
RetryJobByIDWithBodyWithResponse request with arbitrary body returning \*RetryJobByIDResponse
-### func \(\*ClientWithResponses\) [RetryJobByIDWithResponse]()
+### func \(\*ClientWithResponses\) [RetryJobByIDWithResponse]()
```go
func (c *ClientWithResponses) RetryJobByIDWithResponse(ctx context.Context, id openapi_types.UUID, body RetryJobByIDJSONRequestBody, reqEditors ...RequestEditorFn) (*RetryJobByIDResponse, error)
@@ -1535,7 +1559,7 @@ func (c *ClientWithResponses) RetryJobByIDWithResponse(ctx context.Context, id o
-## type [ClientWithResponsesInterface]()
+## type [ClientWithResponsesInterface]()
ClientWithResponsesInterface is the interface specification for the client with responses above.
@@ -1637,7 +1661,7 @@ type ClientWithResponsesInterface interface {
```
-## type [CommandExecRequest]()
+## type [CommandExecRequest]()
CommandExecRequest defines model for CommandExecRequest.
@@ -1658,7 +1682,7 @@ type CommandExecRequest struct {
```
-## type [CommandResultCollectionResponse]()
+## type [CommandResultCollectionResponse]()
CommandResultCollectionResponse defines model for CommandResultCollectionResponse.
@@ -1671,7 +1695,7 @@ type CommandResultCollectionResponse struct {
```
-## type [CommandResultItem]()
+## type [CommandResultItem]()
CommandResultItem defines model for CommandResultItem.
@@ -1701,7 +1725,7 @@ type CommandResultItem struct {
```
-## type [CommandShellRequest]()
+## type [CommandShellRequest]()
CommandShellRequest defines model for CommandShellRequest.
@@ -1719,7 +1743,7 @@ type CommandShellRequest struct {
```
-## type [ComponentHealth]()
+## type [ComponentHealth]()
ComponentHealth defines model for ComponentHealth.
@@ -1734,7 +1758,7 @@ type ComponentHealth struct {
```
-## type [ConsumerDetail]()
+## type [ConsumerDetail]()
ConsumerDetail defines model for ConsumerDetail.
@@ -1755,7 +1779,7 @@ type ConsumerDetail struct {
```
-## type [ConsumerStats]()
+## type [ConsumerStats]()
ConsumerStats defines model for ConsumerStats.
@@ -1770,7 +1794,7 @@ type ConsumerStats struct {
```
-## type [CreateJobRequest]()
+## type [CreateJobRequest]()
CreateJobRequest defines model for CreateJobRequest.
@@ -1785,7 +1809,7 @@ type CreateJobRequest struct {
```
-## type [CreateJobResponse]()
+## type [CreateJobResponse]()
CreateJobResponse defines model for CreateJobResponse.
@@ -1806,7 +1830,7 @@ type CreateJobResponse struct {
```
-## type [DNSConfigCollectionResponse]()
+## type [DNSConfigCollectionResponse]()
DNSConfigCollectionResponse defines model for DNSConfigCollectionResponse.
@@ -1819,7 +1843,7 @@ type DNSConfigCollectionResponse struct {
```
-## type [DNSConfigResponse]()
+## type [DNSConfigResponse]()
DNSConfigResponse defines model for DNSConfigResponse.
@@ -1840,7 +1864,7 @@ type DNSConfigResponse struct {
```
-## type [DNSConfigUpdateRequest]()
+## type [DNSConfigUpdateRequest]()
DNSConfigUpdateRequest defines model for DNSConfigUpdateRequest.
@@ -1858,7 +1882,7 @@ type DNSConfigUpdateRequest struct {
```