diff --git a/docs/gen/gen.md b/docs/gen/gen.md
index f262fee..393d406 100644
--- a/docs/gen/gen.md
+++ b/docs/gen/gen.md
@@ -40,8 +40,7 @@ Package gen contains generated code for the OSAPI REST API client.
- [func NewGetNodeStatusRequest\(server string, hostname Hostname\) \(\*http.Request, error\)](<#NewGetNodeStatusRequest>)
- [func NewGetNodeUptimeRequest\(server string, hostname Hostname\) \(\*http.Request, error\)](<#NewGetNodeUptimeRequest>)
- [func NewGetVersionRequest\(server string\) \(\*http.Request, error\)](<#NewGetVersionRequest>)
-- [func NewPostFileRequest\(server string, body PostFileJSONRequestBody\) \(\*http.Request, error\)](<#NewPostFileRequest>)
-- [func NewPostFileRequestWithBody\(server string, contentType string, body io.Reader\) \(\*http.Request, error\)](<#NewPostFileRequestWithBody>)
+- [func NewPostFileRequestWithBody\(server string, params \*PostFileParams, contentType string, body io.Reader\) \(\*http.Request, error\)](<#NewPostFileRequestWithBody>)
- [func NewPostJobRequest\(server string, body PostJobJSONRequestBody\) \(\*http.Request, error\)](<#NewPostJobRequest>)
- [func NewPostJobRequestWithBody\(server string, contentType string, body io.Reader\) \(\*http.Request, error\)](<#NewPostJobRequestWithBody>)
- [func NewPostNodeCommandExecRequest\(server string, hostname Hostname, body PostNodeCommandExecJSONRequestBody\) \(\*http.Request, error\)](<#NewPostNodeCommandExecRequest>)
@@ -93,8 +92,7 @@ Package gen contains generated code for the OSAPI REST API client.
- [func \(c \*Client\) GetNodeStatus\(ctx context.Context, hostname Hostname, reqEditors ...RequestEditorFn\) \(\*http.Response, error\)](<#Client.GetNodeStatus>)
- [func \(c \*Client\) GetNodeUptime\(ctx context.Context, hostname Hostname, reqEditors ...RequestEditorFn\) \(\*http.Response, error\)](<#Client.GetNodeUptime>)
- [func \(c \*Client\) GetVersion\(ctx context.Context, reqEditors ...RequestEditorFn\) \(\*http.Response, error\)](<#Client.GetVersion>)
- - [func \(c \*Client\) PostFile\(ctx context.Context, body PostFileJSONRequestBody, reqEditors ...RequestEditorFn\) \(\*http.Response, error\)](<#Client.PostFile>)
- - [func \(c \*Client\) PostFileWithBody\(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn\) \(\*http.Response, error\)](<#Client.PostFileWithBody>)
+ - [func \(c \*Client\) PostFileWithBody\(ctx context.Context, params \*PostFileParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn\) \(\*http.Response, error\)](<#Client.PostFileWithBody>)
- [func \(c \*Client\) PostJob\(ctx context.Context, body PostJobJSONRequestBody, reqEditors ...RequestEditorFn\) \(\*http.Response, error\)](<#Client.PostJob>)
- [func \(c \*Client\) PostJobWithBody\(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn\) \(\*http.Response, error\)](<#Client.PostJobWithBody>)
- [func \(c \*Client\) PostNodeCommandExec\(ctx context.Context, hostname Hostname, body PostNodeCommandExecJSONRequestBody, reqEditors ...RequestEditorFn\) \(\*http.Response, error\)](<#Client.PostNodeCommandExec>)
@@ -144,8 +142,7 @@ Package gen contains generated code for the OSAPI REST API client.
- [func \(c \*ClientWithResponses\) GetNodeStatusWithResponse\(ctx context.Context, hostname Hostname, reqEditors ...RequestEditorFn\) \(\*GetNodeStatusResponse, error\)](<#ClientWithResponses.GetNodeStatusWithResponse>)
- [func \(c \*ClientWithResponses\) GetNodeUptimeWithResponse\(ctx context.Context, hostname Hostname, reqEditors ...RequestEditorFn\) \(\*GetNodeUptimeResponse, error\)](<#ClientWithResponses.GetNodeUptimeWithResponse>)
- [func \(c \*ClientWithResponses\) GetVersionWithResponse\(ctx context.Context, reqEditors ...RequestEditorFn\) \(\*GetVersionResponse, error\)](<#ClientWithResponses.GetVersionWithResponse>)
- - [func \(c \*ClientWithResponses\) PostFileWithBodyWithResponse\(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn\) \(\*PostFileResponse, error\)](<#ClientWithResponses.PostFileWithBodyWithResponse>)
- - [func \(c \*ClientWithResponses\) PostFileWithResponse\(ctx context.Context, body PostFileJSONRequestBody, reqEditors ...RequestEditorFn\) \(\*PostFileResponse, error\)](<#ClientWithResponses.PostFileWithResponse>)
+ - [func \(c \*ClientWithResponses\) PostFileWithBodyWithResponse\(ctx context.Context, params \*PostFileParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn\) \(\*PostFileResponse, error\)](<#ClientWithResponses.PostFileWithBodyWithResponse>)
- [func \(c \*ClientWithResponses\) PostJobWithBodyWithResponse\(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn\) \(\*PostJobResponse, error\)](<#ClientWithResponses.PostJobWithBodyWithResponse>)
- [func \(c \*ClientWithResponses\) PostJobWithResponse\(ctx context.Context, body PostJobJSONRequestBody, reqEditors ...RequestEditorFn\) \(\*PostJobResponse, error\)](<#ClientWithResponses.PostJobWithResponse>)
- [func \(c \*ClientWithResponses\) PostNodeCommandExecWithBodyWithResponse\(ctx context.Context, hostname Hostname, contentType string, body io.Reader, reqEditors ...RequestEditorFn\) \(\*PostNodeCommandExecResponse, error\)](<#ClientWithResponses.PostNodeCommandExecWithBodyWithResponse>)
@@ -206,7 +203,6 @@ Package gen contains generated code for the OSAPI REST API client.
- [type FileName](<#FileName>)
- [type FileStatusRequest](<#FileStatusRequest>)
- [type FileStatusResponse](<#FileStatusResponse>)
-- [type FileUploadRequest](<#FileUploadRequest>)
- [type FileUploadResponse](<#FileUploadResponse>)
- [type GetAgentDetailsResponse](<#GetAgentDetailsResponse>)
- [func ParseGetAgentDetailsResponse\(rsp \*http.Response\) \(\*GetAgentDetailsResponse, error\)](<#ParseGetAgentDetailsResponse>)
@@ -328,7 +324,10 @@ Package gen contains generated code for the OSAPI REST API client.
- [type OSInfoResultItem](<#OSInfoResultItem>)
- [type PingCollectionResponse](<#PingCollectionResponse>)
- [type PingResponse](<#PingResponse>)
-- [type PostFileJSONRequestBody](<#PostFileJSONRequestBody>)
+- [type PostFileMultipartBody](<#PostFileMultipartBody>)
+- [type PostFileMultipartBodyContentType](<#PostFileMultipartBodyContentType>)
+- [type PostFileMultipartRequestBody](<#PostFileMultipartRequestBody>)
+- [type PostFileParams](<#PostFileParams>)
- [type PostFileResponse](<#PostFileResponse>)
- [func ParsePostFileResponse\(rsp \*http.Response\) \(\*PostFileResponse, error\)](<#ParsePostFileResponse>)
- [func \(r PostFileResponse\) Status\(\) string](<#PostFileResponse.Status>)
@@ -401,7 +400,7 @@ const (
```
-## func [NewDeleteFileByNameRequest]()
+## func [NewDeleteFileByNameRequest]()
```go
func NewDeleteFileByNameRequest(server string, name FileName) (*http.Request, error)
@@ -410,7 +409,7 @@ func NewDeleteFileByNameRequest(server string, name FileName) (*http.Request, er
NewDeleteFileByNameRequest generates requests for DeleteFileByName
-## func [NewDeleteJobByIDRequest]()
+## func [NewDeleteJobByIDRequest]()
```go
func NewDeleteJobByIDRequest(server string, id openapi_types.UUID) (*http.Request, error)
@@ -419,7 +418,7 @@ func NewDeleteJobByIDRequest(server string, id openapi_types.UUID) (*http.Reques
NewDeleteJobByIDRequest generates requests for DeleteJobByID
-## func [NewDrainAgentRequest]()
+## func [NewDrainAgentRequest]()
```go
func NewDrainAgentRequest(server string, hostname string) (*http.Request, error)
@@ -428,7 +427,7 @@ func NewDrainAgentRequest(server string, hostname string) (*http.Request, error)
NewDrainAgentRequest generates requests for DrainAgent
-## func [NewGetAgentDetailsRequest]()
+## func [NewGetAgentDetailsRequest]()
```go
func NewGetAgentDetailsRequest(server string, hostname string) (*http.Request, error)
@@ -437,7 +436,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)
@@ -446,7 +445,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)
@@ -455,7 +454,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)
@@ -464,7 +463,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)
@@ -473,7 +472,7 @@ func NewGetAuditLogsRequest(server string, params *GetAuditLogsParams) (*http.Re
NewGetAuditLogsRequest generates requests for GetAuditLogs
-## func [NewGetFileByNameRequest]()
+## func [NewGetFileByNameRequest]()
```go
func NewGetFileByNameRequest(server string, name FileName) (*http.Request, error)
@@ -482,7 +481,7 @@ func NewGetFileByNameRequest(server string, name FileName) (*http.Request, error
NewGetFileByNameRequest generates requests for GetFileByName
-## func [NewGetFilesRequest]()
+## func [NewGetFilesRequest]()
```go
func NewGetFilesRequest(server string) (*http.Request, error)
@@ -491,7 +490,7 @@ func NewGetFilesRequest(server string) (*http.Request, error)
NewGetFilesRequest generates requests for GetFiles
-## func [NewGetHealthReadyRequest]()
+## func [NewGetHealthReadyRequest]()
```go
func NewGetHealthReadyRequest(server string) (*http.Request, error)
@@ -500,7 +499,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)
@@ -509,7 +508,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)
@@ -518,7 +517,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)
@@ -527,7 +526,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)
@@ -536,7 +535,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)
@@ -545,7 +544,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)
@@ -554,7 +553,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)
@@ -563,7 +562,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)
@@ -572,7 +571,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)
@@ -581,7 +580,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)
@@ -590,7 +589,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)
@@ -599,7 +598,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)
@@ -608,7 +607,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)
@@ -617,7 +616,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)
@@ -625,26 +624,17 @@ func NewGetVersionRequest(server string) (*http.Request, error)
NewGetVersionRequest generates requests for GetVersion
-
-## func [NewPostFileRequest]()
-
-```go
-func NewPostFileRequest(server string, body PostFileJSONRequestBody) (*http.Request, error)
-```
-
-NewPostFileRequest calls the generic PostFile builder with application/json body
-
-## func [NewPostFileRequestWithBody]()
+## func [NewPostFileRequestWithBody]()
```go
-func NewPostFileRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)
+func NewPostFileRequestWithBody(server string, params *PostFileParams, contentType string, body io.Reader) (*http.Request, error)
```
NewPostFileRequestWithBody generates requests for PostFile with any type of body
-## func [NewPostJobRequest]()
+## func [NewPostJobRequest]()
```go
func NewPostJobRequest(server string, body PostJobJSONRequestBody) (*http.Request, error)
@@ -653,7 +643,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)
@@ -662,7 +652,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)
@@ -671,7 +661,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)
@@ -680,7 +670,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)
@@ -689,7 +679,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)
@@ -698,7 +688,7 @@ func NewPostNodeCommandShellRequestWithBody(server string, hostname Hostname, co
NewPostNodeCommandShellRequestWithBody generates requests for PostNodeCommandShell with any type of body
-## func [NewPostNodeFileDeployRequest]()
+## func [NewPostNodeFileDeployRequest]()
```go
func NewPostNodeFileDeployRequest(server string, hostname Hostname, body PostNodeFileDeployJSONRequestBody) (*http.Request, error)
@@ -707,7 +697,7 @@ func NewPostNodeFileDeployRequest(server string, hostname Hostname, body PostNod
NewPostNodeFileDeployRequest calls the generic PostNodeFileDeploy builder with application/json body
-## func [NewPostNodeFileDeployRequestWithBody]()
+## func [NewPostNodeFileDeployRequestWithBody]()
```go
func NewPostNodeFileDeployRequestWithBody(server string, hostname Hostname, contentType string, body io.Reader) (*http.Request, error)
@@ -716,7 +706,7 @@ func NewPostNodeFileDeployRequestWithBody(server string, hostname Hostname, cont
NewPostNodeFileDeployRequestWithBody generates requests for PostNodeFileDeploy with any type of body
-## func [NewPostNodeFileStatusRequest]()
+## func [NewPostNodeFileStatusRequest]()
```go
func NewPostNodeFileStatusRequest(server string, hostname Hostname, body PostNodeFileStatusJSONRequestBody) (*http.Request, error)
@@ -725,7 +715,7 @@ func NewPostNodeFileStatusRequest(server string, hostname Hostname, body PostNod
NewPostNodeFileStatusRequest calls the generic PostNodeFileStatus builder with application/json body
-## func [NewPostNodeFileStatusRequestWithBody]()
+## func [NewPostNodeFileStatusRequestWithBody]()
```go
func NewPostNodeFileStatusRequestWithBody(server string, hostname Hostname, contentType string, body io.Reader) (*http.Request, error)
@@ -734,7 +724,7 @@ func NewPostNodeFileStatusRequestWithBody(server string, hostname Hostname, cont
NewPostNodeFileStatusRequestWithBody generates requests for PostNodeFileStatus with any type of body
-## func [NewPostNodeNetworkPingRequest]()
+## func [NewPostNodeNetworkPingRequest]()
```go
func NewPostNodeNetworkPingRequest(server string, hostname Hostname, body PostNodeNetworkPingJSONRequestBody) (*http.Request, error)
@@ -743,7 +733,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)
@@ -752,7 +742,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)
@@ -761,7 +751,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)
@@ -770,7 +760,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)
@@ -779,7 +769,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)
@@ -788,7 +778,7 @@ func NewRetryJobByIDRequestWithBody(server string, id openapi_types.UUID, conten
NewRetryJobByIDRequestWithBody generates requests for RetryJobByID with any type of body
-## func [NewUndrainAgentRequest]()
+## func [NewUndrainAgentRequest]()
```go
func NewUndrainAgentRequest(server string, hostname string) (*http.Request, error)
@@ -797,7 +787,7 @@ func NewUndrainAgentRequest(server string, hostname string) (*http.Request, erro
NewUndrainAgentRequest generates requests for UndrainAgent
-## type [AgentDetail]()
+## type [AgentDetail]()
AgentDetail defines model for AgentDetail.
@@ -815,7 +805,7 @@ type AgentDetail struct {
```
-## type [AgentInfo]()
+## type [AgentInfo]()
AgentInfo defines model for AgentInfo.
@@ -888,7 +878,7 @@ type AgentInfo struct {
```
-## type [AgentInfoState]()
+## type [AgentInfoState]()
AgentInfoState Agent scheduling state.
@@ -907,7 +897,7 @@ const (
```
-## type [AgentInfoStatus]()
+## type [AgentInfoStatus]()
AgentInfoStatus The current status of the agent.
@@ -925,7 +915,7 @@ const (
```
-## type [AgentStats]()
+## type [AgentStats]()
AgentStats defines model for AgentStats.
@@ -943,7 +933,7 @@ type AgentStats struct {
```
-## type [AuditEntry]()
+## type [AuditEntry]()
AuditEntry defines model for AuditEntry.
@@ -982,7 +972,7 @@ type AuditEntry struct {
```
-## type [AuditEntryResponse]()
+## type [AuditEntryResponse]()
AuditEntryResponse defines model for AuditEntryResponse.
@@ -993,7 +983,7 @@ type AuditEntryResponse struct {
```
-## type [Client]()
+## type [Client]()
Client which conforms to the OpenAPI3 specification for this service.
@@ -1016,7 +1006,7 @@ type Client struct {
```
-### func [NewClient]()
+### func [NewClient]()
```go
func NewClient(server string, opts ...ClientOption) (*Client, error)
@@ -1025,7 +1015,7 @@ func NewClient(server string, opts ...ClientOption) (*Client, error)
Creates a new Client, with reasonable defaults
-### func \(\*Client\) [DeleteFileByName]()
+### func \(\*Client\) [DeleteFileByName]()
```go
func (c *Client) DeleteFileByName(ctx context.Context, name FileName, reqEditors ...RequestEditorFn) (*http.Response, error)
@@ -1034,7 +1024,7 @@ func (c *Client) DeleteFileByName(ctx context.Context, name FileName, reqEditors
-### func \(\*Client\) [DeleteJobByID]()
+### func \(\*Client\) [DeleteJobByID]()
```go
func (c *Client) DeleteJobByID(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*http.Response, error)
@@ -1043,7 +1033,7 @@ func (c *Client) DeleteJobByID(ctx context.Context, id openapi_types.UUID, reqEd
-### func \(\*Client\) [DrainAgent]()
+### func \(\*Client\) [DrainAgent]()
```go
func (c *Client) DrainAgent(ctx context.Context, hostname string, reqEditors ...RequestEditorFn) (*http.Response, error)
@@ -1052,7 +1042,7 @@ func (c *Client) DrainAgent(ctx context.Context, hostname string, reqEditors ...
-### func \(\*Client\) [GetAgent]()
+### func \(\*Client\) [GetAgent]()
```go
func (c *Client) GetAgent(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
@@ -1061,7 +1051,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)
@@ -1070,7 +1060,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)
@@ -1079,7 +1069,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)
@@ -1088,7 +1078,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)
@@ -1097,7 +1087,7 @@ func (c *Client) GetAuditLogs(ctx context.Context, params *GetAuditLogsParams, r
-### func \(\*Client\) [GetFileByName]()
+### func \(\*Client\) [GetFileByName]()
```go
func (c *Client) GetFileByName(ctx context.Context, name FileName, reqEditors ...RequestEditorFn) (*http.Response, error)
@@ -1106,7 +1096,7 @@ func (c *Client) GetFileByName(ctx context.Context, name FileName, reqEditors ..
-### func \(\*Client\) [GetFiles]()
+### func \(\*Client\) [GetFiles]()
```go
func (c *Client) GetFiles(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
@@ -1115,7 +1105,7 @@ func (c *Client) GetFiles(ctx context.Context, reqEditors ...RequestEditorFn) (*
-### func \(\*Client\) [GetHealth]()
+### func \(\*Client\) [GetHealth]()
```go
func (c *Client) GetHealth(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
@@ -1124,7 +1114,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)
@@ -1133,7 +1123,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)
@@ -1142,7 +1132,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)
@@ -1151,7 +1141,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)
@@ -1160,7 +1150,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)
@@ -1169,7 +1159,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)
@@ -1178,7 +1168,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)
@@ -1187,7 +1177,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)
@@ -1196,7 +1186,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)
@@ -1205,7 +1195,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)
@@ -1214,7 +1204,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)
@@ -1223,7 +1213,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)
@@ -1232,7 +1222,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)
@@ -1241,7 +1231,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)
@@ -1249,26 +1239,17 @@ func (c *Client) GetVersion(ctx context.Context, reqEditors ...RequestEditorFn)
-
-### func \(\*Client\) [PostFile]()
-
-```go
-func (c *Client) PostFile(ctx context.Context, body PostFileJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
-```
-
-
-
-### func \(\*Client\) [PostFileWithBody]()
+### func \(\*Client\) [PostFileWithBody]()
```go
-func (c *Client) PostFileWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
+func (c *Client) PostFileWithBody(ctx context.Context, params *PostFileParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
```
-### func \(\*Client\) [PostJob]()
+### func \(\*Client\) [PostJob]()
```go
func (c *Client) PostJob(ctx context.Context, body PostJobJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
@@ -1277,7 +1258,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)
@@ -1286,7 +1267,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)
@@ -1295,7 +1276,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)
@@ -1304,7 +1285,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)
@@ -1313,7 +1294,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)
@@ -1322,7 +1303,7 @@ func (c *Client) PostNodeCommandShellWithBody(ctx context.Context, hostname Host
-### func \(\*Client\) [PostNodeFileDeploy]()
+### func \(\*Client\) [PostNodeFileDeploy]()
```go
func (c *Client) PostNodeFileDeploy(ctx context.Context, hostname Hostname, body PostNodeFileDeployJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
@@ -1331,7 +1312,7 @@ func (c *Client) PostNodeFileDeploy(ctx context.Context, hostname Hostname, body
-### func \(\*Client\) [PostNodeFileDeployWithBody]()
+### func \(\*Client\) [PostNodeFileDeployWithBody]()
```go
func (c *Client) PostNodeFileDeployWithBody(ctx context.Context, hostname Hostname, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
@@ -1340,7 +1321,7 @@ func (c *Client) PostNodeFileDeployWithBody(ctx context.Context, hostname Hostna
-### func \(\*Client\) [PostNodeFileStatus]()
+### func \(\*Client\) [PostNodeFileStatus]()
```go
func (c *Client) PostNodeFileStatus(ctx context.Context, hostname Hostname, body PostNodeFileStatusJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
@@ -1349,7 +1330,7 @@ func (c *Client) PostNodeFileStatus(ctx context.Context, hostname Hostname, body
-### func \(\*Client\) [PostNodeFileStatusWithBody]()
+### func \(\*Client\) [PostNodeFileStatusWithBody]()
```go
func (c *Client) PostNodeFileStatusWithBody(ctx context.Context, hostname Hostname, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
@@ -1358,7 +1339,7 @@ func (c *Client) PostNodeFileStatusWithBody(ctx context.Context, hostname Hostna
-### func \(\*Client\) [PostNodeNetworkPing]()
+### func \(\*Client\) [PostNodeNetworkPing]()
```go
func (c *Client) PostNodeNetworkPing(ctx context.Context, hostname Hostname, body PostNodeNetworkPingJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
@@ -1367,7 +1348,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)
@@ -1376,7 +1357,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)
@@ -1385,7 +1366,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)
@@ -1394,7 +1375,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)
@@ -1403,7 +1384,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)
@@ -1412,7 +1393,7 @@ func (c *Client) RetryJobByIDWithBody(ctx context.Context, id openapi_types.UUID
-### func \(\*Client\) [UndrainAgent]()
+### func \(\*Client\) [UndrainAgent]()
```go
func (c *Client) UndrainAgent(ctx context.Context, hostname string, reqEditors ...RequestEditorFn) (*http.Response, error)
@@ -1421,7 +1402,7 @@ func (c *Client) UndrainAgent(ctx context.Context, hostname string, reqEditors .
-## type [ClientInterface]()
+## type [ClientInterface]()
The interface specification for the client above.
@@ -1452,9 +1433,7 @@ type ClientInterface interface {
GetFiles(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)
// PostFileWithBody request with any body
- PostFileWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
-
- PostFile(ctx context.Context, body PostFileJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)
+ PostFileWithBody(ctx context.Context, params *PostFileParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)
// DeleteFileByName request
DeleteFileByName(ctx context.Context, name FileName, reqEditors ...RequestEditorFn) (*http.Response, error)
@@ -1553,7 +1532,7 @@ type ClientInterface interface {
```
-## type [ClientOption]()
+## type [ClientOption]()
ClientOption allows setting custom parameters during construction
@@ -1562,7 +1541,7 @@ type ClientOption func(*Client) error
```
-### func [WithBaseURL]()
+### func [WithBaseURL]()
```go
func WithBaseURL(baseURL string) ClientOption
@@ -1571,7 +1550,7 @@ func WithBaseURL(baseURL string) ClientOption
WithBaseURL overrides the baseURL.
-### func [WithHTTPClient]()
+### func [WithHTTPClient]()
```go
func WithHTTPClient(doer HttpRequestDoer) ClientOption
@@ -1580,7 +1559,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
@@ -1589,7 +1568,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
@@ -1600,7 +1579,7 @@ type ClientWithResponses struct {
```
-### func [NewClientWithResponses]()
+### func [NewClientWithResponses]()
```go
func NewClientWithResponses(server string, opts ...ClientOption) (*ClientWithResponses, error)
@@ -1609,7 +1588,7 @@ func NewClientWithResponses(server string, opts ...ClientOption) (*ClientWithRes
NewClientWithResponses creates a new ClientWithResponses, which wraps Client with return type handling
-### func \(\*ClientWithResponses\) [DeleteFileByNameWithResponse]()
+### func \(\*ClientWithResponses\) [DeleteFileByNameWithResponse]()
```go
func (c *ClientWithResponses) DeleteFileByNameWithResponse(ctx context.Context, name FileName, reqEditors ...RequestEditorFn) (*DeleteFileByNameResponse, error)
@@ -1618,7 +1597,7 @@ func (c *ClientWithResponses) DeleteFileByNameWithResponse(ctx context.Context,
DeleteFileByNameWithResponse request returning \*DeleteFileByNameResponse
-### func \(\*ClientWithResponses\) [DeleteJobByIDWithResponse]()
+### func \(\*ClientWithResponses\) [DeleteJobByIDWithResponse]()
```go
func (c *ClientWithResponses) DeleteJobByIDWithResponse(ctx context.Context, id openapi_types.UUID, reqEditors ...RequestEditorFn) (*DeleteJobByIDResponse, error)
@@ -1627,7 +1606,7 @@ func (c *ClientWithResponses) DeleteJobByIDWithResponse(ctx context.Context, id
DeleteJobByIDWithResponse request returning \*DeleteJobByIDResponse
-### func \(\*ClientWithResponses\) [DrainAgentWithResponse]()
+### func \(\*ClientWithResponses\) [DrainAgentWithResponse]()
```go
func (c *ClientWithResponses) DrainAgentWithResponse(ctx context.Context, hostname string, reqEditors ...RequestEditorFn) (*DrainAgentResponse, error)
@@ -1636,7 +1615,7 @@ func (c *ClientWithResponses) DrainAgentWithResponse(ctx context.Context, hostna
DrainAgentWithResponse request returning \*DrainAgentResponse
-### func \(\*ClientWithResponses\) [GetAgentDetailsWithResponse]()
+### func \(\*ClientWithResponses\) [GetAgentDetailsWithResponse]()
```go
func (c *ClientWithResponses) GetAgentDetailsWithResponse(ctx context.Context, hostname string, reqEditors ...RequestEditorFn) (*GetAgentDetailsResponse, error)
@@ -1645,7 +1624,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)
@@ -1654,7 +1633,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)
@@ -1663,7 +1642,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)
@@ -1672,7 +1651,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)
@@ -1681,7 +1660,7 @@ func (c *ClientWithResponses) GetAuditLogsWithResponse(ctx context.Context, para
GetAuditLogsWithResponse request returning \*GetAuditLogsResponse
-### func \(\*ClientWithResponses\) [GetFileByNameWithResponse]()
+### func \(\*ClientWithResponses\) [GetFileByNameWithResponse]()
```go
func (c *ClientWithResponses) GetFileByNameWithResponse(ctx context.Context, name FileName, reqEditors ...RequestEditorFn) (*GetFileByNameResponse, error)
@@ -1690,7 +1669,7 @@ func (c *ClientWithResponses) GetFileByNameWithResponse(ctx context.Context, nam
GetFileByNameWithResponse request returning \*GetFileByNameResponse
-### func \(\*ClientWithResponses\) [GetFilesWithResponse]()
+### func \(\*ClientWithResponses\) [GetFilesWithResponse]()
```go
func (c *ClientWithResponses) GetFilesWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetFilesResponse, error)
@@ -1699,7 +1678,7 @@ func (c *ClientWithResponses) GetFilesWithResponse(ctx context.Context, reqEdito
GetFilesWithResponse request returning \*GetFilesResponse
-### func \(\*ClientWithResponses\) [GetHealthReadyWithResponse]()
+### func \(\*ClientWithResponses\) [GetHealthReadyWithResponse]()
```go
func (c *ClientWithResponses) GetHealthReadyWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetHealthReadyResponse, error)
@@ -1708,7 +1687,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)
@@ -1717,7 +1696,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)
@@ -1726,7 +1705,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)
@@ -1735,7 +1714,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)
@@ -1744,7 +1723,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)
@@ -1753,7 +1732,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)
@@ -1762,7 +1741,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)
@@ -1771,7 +1750,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)
@@ -1780,7 +1759,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)
@@ -1789,7 +1768,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)
@@ -1798,7 +1777,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)
@@ -1807,7 +1786,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)
@@ -1816,7 +1795,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)
@@ -1825,7 +1804,7 @@ func (c *ClientWithResponses) GetNodeUptimeWithResponse(ctx context.Context, hos
GetNodeUptimeWithResponse request returning \*GetNodeUptimeResponse