# Functions

Creates a new Client, with reasonable defaults.
NewClientWithResponses creates a new ClientWithResponses, which wraps Client with return type handling.
NewDeleteCoreEntitiesRequest generates requests for DeleteCoreEntities.
NewDeleteDpClientCertificatesCertIdRequest generates requests for DeleteDpClientCertificatesCertId.
NewDeleteNodesNodeIdRequest generates requests for DeleteNodesNodeId.
NewGetCoreEntitiesRequest generates requests for GetCoreEntities.
NewGetDpClientCertificatesCertIdRequest generates requests for GetDpClientCertificatesCertId.
NewGetDpClientCertificatesRequest generates requests for GetDpClientCertificates.
NewGetExpectedConfigHashRequest generates requests for GetExpectedConfigHash.
NewGetNodesNodeIdRequest generates requests for GetNodesNodeId.
NewGetNodesRequest generates requests for GetNodes.
NewPostCoreEntitiesRequest generates requests for PostCoreEntities.
NewPostDpClientCertificatesRequest calls the generic PostDpClientCertificates builder with application/json body.
NewPostDpClientCertificatesRequestWithBody generates requests for PostDpClientCertificates with any type of body.
NewPutCoreEntitiesRequest generates requests for PutCoreEntities.
ParseDeleteCoreEntitiesHTTPResponse parses an HTTP response from a DeleteCoreEntitiesWithResponse call.
ParseDeleteDpClientCertificatesCertIdHTTPResponse parses an HTTP response from a DeleteDpClientCertificatesCertIdWithResponse call.
ParseDeleteNodesNodeIdHTTPResponse parses an HTTP response from a DeleteNodesNodeIdWithResponse call.
ParseGetCoreEntitiesHTTPResponse parses an HTTP response from a GetCoreEntitiesWithResponse call.
ParseGetDpClientCertificatesCertIdHTTPResponse parses an HTTP response from a GetDpClientCertificatesCertIdWithResponse call.
ParseGetDpClientCertificatesHTTPResponse parses an HTTP response from a GetDpClientCertificatesWithResponse call.
ParseGetExpectedConfigHashHTTPResponse parses an HTTP response from a GetExpectedConfigHashWithResponse call.
ParseGetNodesHTTPResponse parses an HTTP response from a GetNodesWithResponse call.
ParseGetNodesNodeIdHTTPResponse parses an HTTP response from a GetNodesNodeIdWithResponse call.
ParsePostCoreEntitiesHTTPResponse parses an HTTP response from a PostCoreEntitiesWithResponse call.
ParsePostDpClientCertificatesHTTPResponse parses an HTTP response from a PostDpClientCertificatesWithResponse call.
ParsePutCoreEntitiesHTTPResponse parses an HTTP response from a PutCoreEntitiesWithResponse call.
WithBaseURL overrides the baseURL.
WithHTTPClient allows overriding the default Doer, which is automatically created using http.Client.
WithRequestEditorFn allows setting up a callback function, which will be called right before sending the request.

# Structs

Client which conforms to the OpenAPI3 specification for this service.
ClientWithResponses builds on ClientInterface to offer response payloads.
CreateDpClientCert defines model for create-dp-client-cert.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
GetDpClientCert defines model for get-dp-client-cert.
No description provided by the author
No description provided by the author
GetDpClientCertificatesParams defines parameters for GetDpClientCertificates.
GetExpectedConfigHash defines model for get-expected-config-hash.
No description provided by the author
GetNode defines model for get-node.
No description provided by the author
No description provided by the author
GetNodesParams defines parameters for GetNodes.
ListDpClientCerts defines model for list-dp-client-certs.
ListNodes defines model for list-nodes.
No description provided by the author
No description provided by the author
PostDpClientCertificatesJSONBody defines parameters for PostDpClientCertificates.
No description provided by the author

# Interfaces

The interface specification for the client above.
ClientWithResponsesInterface is the interface specification for the client with responses above.
Doer performs HTTP requests.

# Type aliases

ClientOption allows setting custom parameters during construction.
PageNumber defines model for page_number.
PageSize defines model for page_size.
PostDpClientCertificatesJSONRequestBody defines body for PostDpClientCertificates for application/json ContentType.
RequestEditorFn is the function signature for the RequestEditor callback function.