Documentation
¶
Index ¶
- type Client
- func (a *Client) GetAnomalyDetectionHosts(params *GetAnomalyDetectionHostsParams, authInfo runtime.ClientAuthInfoWriter) (*GetAnomalyDetectionHostsOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) UpdateAnomalyDetectionHosts(params *UpdateAnomalyDetectionHostsParams, ...) (*UpdateAnomalyDetectionHostsNoContent, error)
- func (a *Client) ValidateUpdateAnomalyDetectionHosts(params *ValidateUpdateAnomalyDetectionHostsParams, ...) (*ValidateUpdateAnomalyDetectionHostsNoContent, error)
- type ClientService
- type GetAnomalyDetectionHostsOK
- type GetAnomalyDetectionHostsParams
- func NewGetAnomalyDetectionHostsParams() *GetAnomalyDetectionHostsParams
- func NewGetAnomalyDetectionHostsParamsWithContext(ctx context.Context) *GetAnomalyDetectionHostsParams
- func NewGetAnomalyDetectionHostsParamsWithHTTPClient(client *http.Client) *GetAnomalyDetectionHostsParams
- func NewGetAnomalyDetectionHostsParamsWithTimeout(timeout time.Duration) *GetAnomalyDetectionHostsParams
- func (o *GetAnomalyDetectionHostsParams) SetContext(ctx context.Context)
- func (o *GetAnomalyDetectionHostsParams) SetHTTPClient(client *http.Client)
- func (o *GetAnomalyDetectionHostsParams) SetTimeout(timeout time.Duration)
- func (o *GetAnomalyDetectionHostsParams) WithContext(ctx context.Context) *GetAnomalyDetectionHostsParams
- func (o *GetAnomalyDetectionHostsParams) WithHTTPClient(client *http.Client) *GetAnomalyDetectionHostsParams
- func (o *GetAnomalyDetectionHostsParams) WithTimeout(timeout time.Duration) *GetAnomalyDetectionHostsParams
- func (o *GetAnomalyDetectionHostsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAnomalyDetectionHostsReader
- type UpdateAnomalyDetectionHostsBadRequest
- type UpdateAnomalyDetectionHostsNoContent
- type UpdateAnomalyDetectionHostsParams
- func NewUpdateAnomalyDetectionHostsParams() *UpdateAnomalyDetectionHostsParams
- func NewUpdateAnomalyDetectionHostsParamsWithContext(ctx context.Context) *UpdateAnomalyDetectionHostsParams
- func NewUpdateAnomalyDetectionHostsParamsWithHTTPClient(client *http.Client) *UpdateAnomalyDetectionHostsParams
- func NewUpdateAnomalyDetectionHostsParamsWithTimeout(timeout time.Duration) *UpdateAnomalyDetectionHostsParams
- func (o *UpdateAnomalyDetectionHostsParams) SetBody(body *dynatrace.HostsAnomalyDetectionConfig)
- func (o *UpdateAnomalyDetectionHostsParams) SetContext(ctx context.Context)
- func (o *UpdateAnomalyDetectionHostsParams) SetHTTPClient(client *http.Client)
- func (o *UpdateAnomalyDetectionHostsParams) SetTimeout(timeout time.Duration)
- func (o *UpdateAnomalyDetectionHostsParams) WithBody(body *dynatrace.HostsAnomalyDetectionConfig) *UpdateAnomalyDetectionHostsParams
- func (o *UpdateAnomalyDetectionHostsParams) WithContext(ctx context.Context) *UpdateAnomalyDetectionHostsParams
- func (o *UpdateAnomalyDetectionHostsParams) WithHTTPClient(client *http.Client) *UpdateAnomalyDetectionHostsParams
- func (o *UpdateAnomalyDetectionHostsParams) WithTimeout(timeout time.Duration) *UpdateAnomalyDetectionHostsParams
- func (o *UpdateAnomalyDetectionHostsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateAnomalyDetectionHostsReader
- type ValidateUpdateAnomalyDetectionHostsBadRequest
- type ValidateUpdateAnomalyDetectionHostsNoContent
- type ValidateUpdateAnomalyDetectionHostsParams
- func NewValidateUpdateAnomalyDetectionHostsParams() *ValidateUpdateAnomalyDetectionHostsParams
- func NewValidateUpdateAnomalyDetectionHostsParamsWithContext(ctx context.Context) *ValidateUpdateAnomalyDetectionHostsParams
- func NewValidateUpdateAnomalyDetectionHostsParamsWithHTTPClient(client *http.Client) *ValidateUpdateAnomalyDetectionHostsParams
- func NewValidateUpdateAnomalyDetectionHostsParamsWithTimeout(timeout time.Duration) *ValidateUpdateAnomalyDetectionHostsParams
- func (o *ValidateUpdateAnomalyDetectionHostsParams) SetBody(body *dynatrace.HostsAnomalyDetectionConfig)
- func (o *ValidateUpdateAnomalyDetectionHostsParams) SetContext(ctx context.Context)
- func (o *ValidateUpdateAnomalyDetectionHostsParams) SetHTTPClient(client *http.Client)
- func (o *ValidateUpdateAnomalyDetectionHostsParams) SetTimeout(timeout time.Duration)
- func (o *ValidateUpdateAnomalyDetectionHostsParams) WithBody(body *dynatrace.HostsAnomalyDetectionConfig) *ValidateUpdateAnomalyDetectionHostsParams
- func (o *ValidateUpdateAnomalyDetectionHostsParams) WithContext(ctx context.Context) *ValidateUpdateAnomalyDetectionHostsParams
- func (o *ValidateUpdateAnomalyDetectionHostsParams) WithHTTPClient(client *http.Client) *ValidateUpdateAnomalyDetectionHostsParams
- func (o *ValidateUpdateAnomalyDetectionHostsParams) WithTimeout(timeout time.Duration) *ValidateUpdateAnomalyDetectionHostsParams
- func (o *ValidateUpdateAnomalyDetectionHostsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ValidateUpdateAnomalyDetectionHostsReader
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for anomaly detection hosts API
func (*Client) GetAnomalyDetectionHosts ¶
func (a *Client) GetAnomalyDetectionHosts(params *GetAnomalyDetectionHostsParams, authInfo runtime.ClientAuthInfoWriter) (*GetAnomalyDetectionHostsOK, error)
GetAnomalyDetectionHosts gets the configuration of anomaly detection for hosts
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) UpdateAnomalyDetectionHosts ¶
func (a *Client) UpdateAnomalyDetectionHosts(params *UpdateAnomalyDetectionHostsParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateAnomalyDetectionHostsNoContent, error)
UpdateAnomalyDetectionHosts updates the configuration of anomaly detection for hosts
func (*Client) ValidateUpdateAnomalyDetectionHosts ¶
func (a *Client) ValidateUpdateAnomalyDetectionHosts(params *ValidateUpdateAnomalyDetectionHostsParams, authInfo runtime.ClientAuthInfoWriter) (*ValidateUpdateAnomalyDetectionHostsNoContent, error)
ValidateUpdateAnomalyDetectionHosts validates the configuration of anomaly detection for hosts for the p u t anomaly detection hosts request
type ClientService ¶
type ClientService interface { GetAnomalyDetectionHosts(params *GetAnomalyDetectionHostsParams, authInfo runtime.ClientAuthInfoWriter) (*GetAnomalyDetectionHostsOK, error) UpdateAnomalyDetectionHosts(params *UpdateAnomalyDetectionHostsParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateAnomalyDetectionHostsNoContent, error) ValidateUpdateAnomalyDetectionHosts(params *ValidateUpdateAnomalyDetectionHostsParams, authInfo runtime.ClientAuthInfoWriter) (*ValidateUpdateAnomalyDetectionHostsNoContent, error) SetTransport(transport runtime.ClientTransport) }
ClientService is the interface for Client methods
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService
New creates a new anomaly detection hosts API client.
type GetAnomalyDetectionHostsOK ¶
type GetAnomalyDetectionHostsOK struct {
Payload *dynatrace.HostsAnomalyDetectionConfig
}
GetAnomalyDetectionHostsOK handles this case with default header values.
successful operation
func NewGetAnomalyDetectionHostsOK ¶
func NewGetAnomalyDetectionHostsOK() *GetAnomalyDetectionHostsOK
NewGetAnomalyDetectionHostsOK creates a GetAnomalyDetectionHostsOK with default headers values
func (*GetAnomalyDetectionHostsOK) Error ¶
func (o *GetAnomalyDetectionHostsOK) Error() string
func (*GetAnomalyDetectionHostsOK) GetPayload ¶
func (o *GetAnomalyDetectionHostsOK) GetPayload() *dynatrace.HostsAnomalyDetectionConfig
type GetAnomalyDetectionHostsParams ¶
type GetAnomalyDetectionHostsParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetAnomalyDetectionHostsParams contains all the parameters to send to the API endpoint for the get anomaly detection hosts operation typically these are written to a http.Request
func NewGetAnomalyDetectionHostsParams ¶
func NewGetAnomalyDetectionHostsParams() *GetAnomalyDetectionHostsParams
NewGetAnomalyDetectionHostsParams creates a new GetAnomalyDetectionHostsParams object with the default values initialized.
func NewGetAnomalyDetectionHostsParamsWithContext ¶
func NewGetAnomalyDetectionHostsParamsWithContext(ctx context.Context) *GetAnomalyDetectionHostsParams
NewGetAnomalyDetectionHostsParamsWithContext creates a new GetAnomalyDetectionHostsParams object with the default values initialized, and the ability to set a context for a request
func NewGetAnomalyDetectionHostsParamsWithHTTPClient ¶
func NewGetAnomalyDetectionHostsParamsWithHTTPClient(client *http.Client) *GetAnomalyDetectionHostsParams
NewGetAnomalyDetectionHostsParamsWithHTTPClient creates a new GetAnomalyDetectionHostsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetAnomalyDetectionHostsParamsWithTimeout ¶
func NewGetAnomalyDetectionHostsParamsWithTimeout(timeout time.Duration) *GetAnomalyDetectionHostsParams
NewGetAnomalyDetectionHostsParamsWithTimeout creates a new GetAnomalyDetectionHostsParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetAnomalyDetectionHostsParams) SetContext ¶
func (o *GetAnomalyDetectionHostsParams) SetContext(ctx context.Context)
SetContext adds the context to the get anomaly detection hosts params
func (*GetAnomalyDetectionHostsParams) SetHTTPClient ¶
func (o *GetAnomalyDetectionHostsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get anomaly detection hosts params
func (*GetAnomalyDetectionHostsParams) SetTimeout ¶
func (o *GetAnomalyDetectionHostsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get anomaly detection hosts params
func (*GetAnomalyDetectionHostsParams) WithContext ¶
func (o *GetAnomalyDetectionHostsParams) WithContext(ctx context.Context) *GetAnomalyDetectionHostsParams
WithContext adds the context to the get anomaly detection hosts params
func (*GetAnomalyDetectionHostsParams) WithHTTPClient ¶
func (o *GetAnomalyDetectionHostsParams) WithHTTPClient(client *http.Client) *GetAnomalyDetectionHostsParams
WithHTTPClient adds the HTTPClient to the get anomaly detection hosts params
func (*GetAnomalyDetectionHostsParams) WithTimeout ¶
func (o *GetAnomalyDetectionHostsParams) WithTimeout(timeout time.Duration) *GetAnomalyDetectionHostsParams
WithTimeout adds the timeout to the get anomaly detection hosts params
func (*GetAnomalyDetectionHostsParams) WriteToRequest ¶
func (o *GetAnomalyDetectionHostsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetAnomalyDetectionHostsReader ¶
type GetAnomalyDetectionHostsReader struct {
// contains filtered or unexported fields
}
GetAnomalyDetectionHostsReader is a Reader for the GetAnomalyDetectionHosts structure.
func (*GetAnomalyDetectionHostsReader) ReadResponse ¶
func (o *GetAnomalyDetectionHostsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateAnomalyDetectionHostsBadRequest ¶
type UpdateAnomalyDetectionHostsBadRequest struct {
Payload *dynatrace.ErrorEnvelope
}
UpdateAnomalyDetectionHostsBadRequest handles this case with default header values.
Failed. The input is invalid.
func NewUpdateAnomalyDetectionHostsBadRequest ¶
func NewUpdateAnomalyDetectionHostsBadRequest() *UpdateAnomalyDetectionHostsBadRequest
NewUpdateAnomalyDetectionHostsBadRequest creates a UpdateAnomalyDetectionHostsBadRequest with default headers values
func (*UpdateAnomalyDetectionHostsBadRequest) Error ¶
func (o *UpdateAnomalyDetectionHostsBadRequest) Error() string
func (*UpdateAnomalyDetectionHostsBadRequest) GetPayload ¶
func (o *UpdateAnomalyDetectionHostsBadRequest) GetPayload() *dynatrace.ErrorEnvelope
type UpdateAnomalyDetectionHostsNoContent ¶
type UpdateAnomalyDetectionHostsNoContent struct { }
UpdateAnomalyDetectionHostsNoContent handles this case with default header values.
Success. Configuration has been updated. Response doesn't have a body.
func NewUpdateAnomalyDetectionHostsNoContent ¶
func NewUpdateAnomalyDetectionHostsNoContent() *UpdateAnomalyDetectionHostsNoContent
NewUpdateAnomalyDetectionHostsNoContent creates a UpdateAnomalyDetectionHostsNoContent with default headers values
func (*UpdateAnomalyDetectionHostsNoContent) Error ¶
func (o *UpdateAnomalyDetectionHostsNoContent) Error() string
type UpdateAnomalyDetectionHostsParams ¶
type UpdateAnomalyDetectionHostsParams struct { /*Body The JSON body of the request. Contains parameters of the host anomaly detection configuration. */ Body *dynatrace.HostsAnomalyDetectionConfig Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateAnomalyDetectionHostsParams contains all the parameters to send to the API endpoint for the update anomaly detection hosts operation typically these are written to a http.Request
func NewUpdateAnomalyDetectionHostsParams ¶
func NewUpdateAnomalyDetectionHostsParams() *UpdateAnomalyDetectionHostsParams
NewUpdateAnomalyDetectionHostsParams creates a new UpdateAnomalyDetectionHostsParams object with the default values initialized.
func NewUpdateAnomalyDetectionHostsParamsWithContext ¶
func NewUpdateAnomalyDetectionHostsParamsWithContext(ctx context.Context) *UpdateAnomalyDetectionHostsParams
NewUpdateAnomalyDetectionHostsParamsWithContext creates a new UpdateAnomalyDetectionHostsParams object with the default values initialized, and the ability to set a context for a request
func NewUpdateAnomalyDetectionHostsParamsWithHTTPClient ¶
func NewUpdateAnomalyDetectionHostsParamsWithHTTPClient(client *http.Client) *UpdateAnomalyDetectionHostsParams
NewUpdateAnomalyDetectionHostsParamsWithHTTPClient creates a new UpdateAnomalyDetectionHostsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUpdateAnomalyDetectionHostsParamsWithTimeout ¶
func NewUpdateAnomalyDetectionHostsParamsWithTimeout(timeout time.Duration) *UpdateAnomalyDetectionHostsParams
NewUpdateAnomalyDetectionHostsParamsWithTimeout creates a new UpdateAnomalyDetectionHostsParams object with the default values initialized, and the ability to set a timeout on a request
func (*UpdateAnomalyDetectionHostsParams) SetBody ¶
func (o *UpdateAnomalyDetectionHostsParams) SetBody(body *dynatrace.HostsAnomalyDetectionConfig)
SetBody adds the body to the update anomaly detection hosts params
func (*UpdateAnomalyDetectionHostsParams) SetContext ¶
func (o *UpdateAnomalyDetectionHostsParams) SetContext(ctx context.Context)
SetContext adds the context to the update anomaly detection hosts params
func (*UpdateAnomalyDetectionHostsParams) SetHTTPClient ¶
func (o *UpdateAnomalyDetectionHostsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update anomaly detection hosts params
func (*UpdateAnomalyDetectionHostsParams) SetTimeout ¶
func (o *UpdateAnomalyDetectionHostsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update anomaly detection hosts params
func (*UpdateAnomalyDetectionHostsParams) WithBody ¶
func (o *UpdateAnomalyDetectionHostsParams) WithBody(body *dynatrace.HostsAnomalyDetectionConfig) *UpdateAnomalyDetectionHostsParams
WithBody adds the body to the update anomaly detection hosts params
func (*UpdateAnomalyDetectionHostsParams) WithContext ¶
func (o *UpdateAnomalyDetectionHostsParams) WithContext(ctx context.Context) *UpdateAnomalyDetectionHostsParams
WithContext adds the context to the update anomaly detection hosts params
func (*UpdateAnomalyDetectionHostsParams) WithHTTPClient ¶
func (o *UpdateAnomalyDetectionHostsParams) WithHTTPClient(client *http.Client) *UpdateAnomalyDetectionHostsParams
WithHTTPClient adds the HTTPClient to the update anomaly detection hosts params
func (*UpdateAnomalyDetectionHostsParams) WithTimeout ¶
func (o *UpdateAnomalyDetectionHostsParams) WithTimeout(timeout time.Duration) *UpdateAnomalyDetectionHostsParams
WithTimeout adds the timeout to the update anomaly detection hosts params
func (*UpdateAnomalyDetectionHostsParams) WriteToRequest ¶
func (o *UpdateAnomalyDetectionHostsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateAnomalyDetectionHostsReader ¶
type UpdateAnomalyDetectionHostsReader struct {
// contains filtered or unexported fields
}
UpdateAnomalyDetectionHostsReader is a Reader for the UpdateAnomalyDetectionHosts structure.
func (*UpdateAnomalyDetectionHostsReader) ReadResponse ¶
func (o *UpdateAnomalyDetectionHostsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ValidateUpdateAnomalyDetectionHostsBadRequest ¶
type ValidateUpdateAnomalyDetectionHostsBadRequest struct {
Payload *dynatrace.ErrorEnvelope
}
ValidateUpdateAnomalyDetectionHostsBadRequest handles this case with default header values.
Failed. The input is invalid.
func NewValidateUpdateAnomalyDetectionHostsBadRequest ¶
func NewValidateUpdateAnomalyDetectionHostsBadRequest() *ValidateUpdateAnomalyDetectionHostsBadRequest
NewValidateUpdateAnomalyDetectionHostsBadRequest creates a ValidateUpdateAnomalyDetectionHostsBadRequest with default headers values
func (*ValidateUpdateAnomalyDetectionHostsBadRequest) Error ¶
func (o *ValidateUpdateAnomalyDetectionHostsBadRequest) Error() string
func (*ValidateUpdateAnomalyDetectionHostsBadRequest) GetPayload ¶
func (o *ValidateUpdateAnomalyDetectionHostsBadRequest) GetPayload() *dynatrace.ErrorEnvelope
type ValidateUpdateAnomalyDetectionHostsNoContent ¶
type ValidateUpdateAnomalyDetectionHostsNoContent struct { }
ValidateUpdateAnomalyDetectionHostsNoContent handles this case with default header values.
Validated. The submitted configuration is valid. Response doesn't have a body.
func NewValidateUpdateAnomalyDetectionHostsNoContent ¶
func NewValidateUpdateAnomalyDetectionHostsNoContent() *ValidateUpdateAnomalyDetectionHostsNoContent
NewValidateUpdateAnomalyDetectionHostsNoContent creates a ValidateUpdateAnomalyDetectionHostsNoContent with default headers values
func (*ValidateUpdateAnomalyDetectionHostsNoContent) Error ¶
func (o *ValidateUpdateAnomalyDetectionHostsNoContent) Error() string
type ValidateUpdateAnomalyDetectionHostsParams ¶
type ValidateUpdateAnomalyDetectionHostsParams struct { /*Body The JSON body of the request. Contains parameters of the host anomaly detection configuration. */ Body *dynatrace.HostsAnomalyDetectionConfig Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ValidateUpdateAnomalyDetectionHostsParams contains all the parameters to send to the API endpoint for the validate update anomaly detection hosts operation typically these are written to a http.Request
func NewValidateUpdateAnomalyDetectionHostsParams ¶
func NewValidateUpdateAnomalyDetectionHostsParams() *ValidateUpdateAnomalyDetectionHostsParams
NewValidateUpdateAnomalyDetectionHostsParams creates a new ValidateUpdateAnomalyDetectionHostsParams object with the default values initialized.
func NewValidateUpdateAnomalyDetectionHostsParamsWithContext ¶
func NewValidateUpdateAnomalyDetectionHostsParamsWithContext(ctx context.Context) *ValidateUpdateAnomalyDetectionHostsParams
NewValidateUpdateAnomalyDetectionHostsParamsWithContext creates a new ValidateUpdateAnomalyDetectionHostsParams object with the default values initialized, and the ability to set a context for a request
func NewValidateUpdateAnomalyDetectionHostsParamsWithHTTPClient ¶
func NewValidateUpdateAnomalyDetectionHostsParamsWithHTTPClient(client *http.Client) *ValidateUpdateAnomalyDetectionHostsParams
NewValidateUpdateAnomalyDetectionHostsParamsWithHTTPClient creates a new ValidateUpdateAnomalyDetectionHostsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewValidateUpdateAnomalyDetectionHostsParamsWithTimeout ¶
func NewValidateUpdateAnomalyDetectionHostsParamsWithTimeout(timeout time.Duration) *ValidateUpdateAnomalyDetectionHostsParams
NewValidateUpdateAnomalyDetectionHostsParamsWithTimeout creates a new ValidateUpdateAnomalyDetectionHostsParams object with the default values initialized, and the ability to set a timeout on a request
func (*ValidateUpdateAnomalyDetectionHostsParams) SetBody ¶
func (o *ValidateUpdateAnomalyDetectionHostsParams) SetBody(body *dynatrace.HostsAnomalyDetectionConfig)
SetBody adds the body to the validate update anomaly detection hosts params
func (*ValidateUpdateAnomalyDetectionHostsParams) SetContext ¶
func (o *ValidateUpdateAnomalyDetectionHostsParams) SetContext(ctx context.Context)
SetContext adds the context to the validate update anomaly detection hosts params
func (*ValidateUpdateAnomalyDetectionHostsParams) SetHTTPClient ¶
func (o *ValidateUpdateAnomalyDetectionHostsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the validate update anomaly detection hosts params
func (*ValidateUpdateAnomalyDetectionHostsParams) SetTimeout ¶
func (o *ValidateUpdateAnomalyDetectionHostsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the validate update anomaly detection hosts params
func (*ValidateUpdateAnomalyDetectionHostsParams) WithBody ¶
func (o *ValidateUpdateAnomalyDetectionHostsParams) WithBody(body *dynatrace.HostsAnomalyDetectionConfig) *ValidateUpdateAnomalyDetectionHostsParams
WithBody adds the body to the validate update anomaly detection hosts params
func (*ValidateUpdateAnomalyDetectionHostsParams) WithContext ¶
func (o *ValidateUpdateAnomalyDetectionHostsParams) WithContext(ctx context.Context) *ValidateUpdateAnomalyDetectionHostsParams
WithContext adds the context to the validate update anomaly detection hosts params
func (*ValidateUpdateAnomalyDetectionHostsParams) WithHTTPClient ¶
func (o *ValidateUpdateAnomalyDetectionHostsParams) WithHTTPClient(client *http.Client) *ValidateUpdateAnomalyDetectionHostsParams
WithHTTPClient adds the HTTPClient to the validate update anomaly detection hosts params
func (*ValidateUpdateAnomalyDetectionHostsParams) WithTimeout ¶
func (o *ValidateUpdateAnomalyDetectionHostsParams) WithTimeout(timeout time.Duration) *ValidateUpdateAnomalyDetectionHostsParams
WithTimeout adds the timeout to the validate update anomaly detection hosts params
func (*ValidateUpdateAnomalyDetectionHostsParams) WriteToRequest ¶
func (o *ValidateUpdateAnomalyDetectionHostsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ValidateUpdateAnomalyDetectionHostsReader ¶
type ValidateUpdateAnomalyDetectionHostsReader struct {
// contains filtered or unexported fields
}
ValidateUpdateAnomalyDetectionHostsReader is a Reader for the ValidateUpdateAnomalyDetectionHosts structure.
func (*ValidateUpdateAnomalyDetectionHostsReader) ReadResponse ¶
func (o *ValidateUpdateAnomalyDetectionHostsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
Source Files
¶
- anomaly_detection_hosts_client.go
- get_anomaly_detection_hosts_parameters.go
- get_anomaly_detection_hosts_responses.go
- update_anomaly_detection_hosts_parameters.go
- update_anomaly_detection_hosts_responses.go
- validate_update_anomaly_detection_hosts_parameters.go
- validate_update_anomaly_detection_hosts_responses.go