Documentation
¶
Index ¶
- type Client
- func (a *Client) GetAnomalyDetectionServices(params *GetAnomalyDetectionServicesParams, ...) (*GetAnomalyDetectionServicesOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) UpdateAnomalyDetectionServices(params *UpdateAnomalyDetectionServicesParams, ...) (*UpdateAnomalyDetectionServicesNoContent, error)
- func (a *Client) ValidateUpdateAnomalyDetectionServices(params *ValidateUpdateAnomalyDetectionServicesParams, ...) (*ValidateUpdateAnomalyDetectionServicesNoContent, error)
- type ClientService
- type GetAnomalyDetectionServicesOK
- type GetAnomalyDetectionServicesParams
- func NewGetAnomalyDetectionServicesParams() *GetAnomalyDetectionServicesParams
- func NewGetAnomalyDetectionServicesParamsWithContext(ctx context.Context) *GetAnomalyDetectionServicesParams
- func NewGetAnomalyDetectionServicesParamsWithHTTPClient(client *http.Client) *GetAnomalyDetectionServicesParams
- func NewGetAnomalyDetectionServicesParamsWithTimeout(timeout time.Duration) *GetAnomalyDetectionServicesParams
- func (o *GetAnomalyDetectionServicesParams) SetContext(ctx context.Context)
- func (o *GetAnomalyDetectionServicesParams) SetHTTPClient(client *http.Client)
- func (o *GetAnomalyDetectionServicesParams) SetTimeout(timeout time.Duration)
- func (o *GetAnomalyDetectionServicesParams) WithContext(ctx context.Context) *GetAnomalyDetectionServicesParams
- func (o *GetAnomalyDetectionServicesParams) WithHTTPClient(client *http.Client) *GetAnomalyDetectionServicesParams
- func (o *GetAnomalyDetectionServicesParams) WithTimeout(timeout time.Duration) *GetAnomalyDetectionServicesParams
- func (o *GetAnomalyDetectionServicesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAnomalyDetectionServicesReader
- type UpdateAnomalyDetectionServicesBadRequest
- type UpdateAnomalyDetectionServicesNoContent
- type UpdateAnomalyDetectionServicesParams
- func NewUpdateAnomalyDetectionServicesParams() *UpdateAnomalyDetectionServicesParams
- func NewUpdateAnomalyDetectionServicesParamsWithContext(ctx context.Context) *UpdateAnomalyDetectionServicesParams
- func NewUpdateAnomalyDetectionServicesParamsWithHTTPClient(client *http.Client) *UpdateAnomalyDetectionServicesParams
- func NewUpdateAnomalyDetectionServicesParamsWithTimeout(timeout time.Duration) *UpdateAnomalyDetectionServicesParams
- func (o *UpdateAnomalyDetectionServicesParams) SetBody(body *dynatrace.ServiceAnomalyDetectionConfig)
- func (o *UpdateAnomalyDetectionServicesParams) SetContext(ctx context.Context)
- func (o *UpdateAnomalyDetectionServicesParams) SetHTTPClient(client *http.Client)
- func (o *UpdateAnomalyDetectionServicesParams) SetTimeout(timeout time.Duration)
- func (o *UpdateAnomalyDetectionServicesParams) WithBody(body *dynatrace.ServiceAnomalyDetectionConfig) *UpdateAnomalyDetectionServicesParams
- func (o *UpdateAnomalyDetectionServicesParams) WithContext(ctx context.Context) *UpdateAnomalyDetectionServicesParams
- func (o *UpdateAnomalyDetectionServicesParams) WithHTTPClient(client *http.Client) *UpdateAnomalyDetectionServicesParams
- func (o *UpdateAnomalyDetectionServicesParams) WithTimeout(timeout time.Duration) *UpdateAnomalyDetectionServicesParams
- func (o *UpdateAnomalyDetectionServicesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateAnomalyDetectionServicesReader
- type ValidateUpdateAnomalyDetectionServicesBadRequest
- type ValidateUpdateAnomalyDetectionServicesNoContent
- type ValidateUpdateAnomalyDetectionServicesParams
- func NewValidateUpdateAnomalyDetectionServicesParams() *ValidateUpdateAnomalyDetectionServicesParams
- func NewValidateUpdateAnomalyDetectionServicesParamsWithContext(ctx context.Context) *ValidateUpdateAnomalyDetectionServicesParams
- func NewValidateUpdateAnomalyDetectionServicesParamsWithHTTPClient(client *http.Client) *ValidateUpdateAnomalyDetectionServicesParams
- func NewValidateUpdateAnomalyDetectionServicesParamsWithTimeout(timeout time.Duration) *ValidateUpdateAnomalyDetectionServicesParams
- func (o *ValidateUpdateAnomalyDetectionServicesParams) SetBody(body *dynatrace.ServiceAnomalyDetectionConfig)
- func (o *ValidateUpdateAnomalyDetectionServicesParams) SetContext(ctx context.Context)
- func (o *ValidateUpdateAnomalyDetectionServicesParams) SetHTTPClient(client *http.Client)
- func (o *ValidateUpdateAnomalyDetectionServicesParams) SetTimeout(timeout time.Duration)
- func (o *ValidateUpdateAnomalyDetectionServicesParams) WithBody(body *dynatrace.ServiceAnomalyDetectionConfig) *ValidateUpdateAnomalyDetectionServicesParams
- func (o *ValidateUpdateAnomalyDetectionServicesParams) WithContext(ctx context.Context) *ValidateUpdateAnomalyDetectionServicesParams
- func (o *ValidateUpdateAnomalyDetectionServicesParams) WithHTTPClient(client *http.Client) *ValidateUpdateAnomalyDetectionServicesParams
- func (o *ValidateUpdateAnomalyDetectionServicesParams) WithTimeout(timeout time.Duration) *ValidateUpdateAnomalyDetectionServicesParams
- func (o *ValidateUpdateAnomalyDetectionServicesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ValidateUpdateAnomalyDetectionServicesReader
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 services API
func (*Client) GetAnomalyDetectionServices ¶
func (a *Client) GetAnomalyDetectionServices(params *GetAnomalyDetectionServicesParams, authInfo runtime.ClientAuthInfoWriter) (*GetAnomalyDetectionServicesOK, error)
GetAnomalyDetectionServices gets the service anomaly detection configuration
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) UpdateAnomalyDetectionServices ¶
func (a *Client) UpdateAnomalyDetectionServices(params *UpdateAnomalyDetectionServicesParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateAnomalyDetectionServicesNoContent, error)
UpdateAnomalyDetectionServices updates the service anomaly detection configuration
func (*Client) ValidateUpdateAnomalyDetectionServices ¶
func (a *Client) ValidateUpdateAnomalyDetectionServices(params *ValidateUpdateAnomalyDetectionServicesParams, authInfo runtime.ClientAuthInfoWriter) (*ValidateUpdateAnomalyDetectionServicesNoContent, error)
ValidateUpdateAnomalyDetectionServices validates the payload for the p u t anomaly detection services request
type ClientService ¶
type ClientService interface { GetAnomalyDetectionServices(params *GetAnomalyDetectionServicesParams, authInfo runtime.ClientAuthInfoWriter) (*GetAnomalyDetectionServicesOK, error) UpdateAnomalyDetectionServices(params *UpdateAnomalyDetectionServicesParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateAnomalyDetectionServicesNoContent, error) ValidateUpdateAnomalyDetectionServices(params *ValidateUpdateAnomalyDetectionServicesParams, authInfo runtime.ClientAuthInfoWriter) (*ValidateUpdateAnomalyDetectionServicesNoContent, 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 services API client.
type GetAnomalyDetectionServicesOK ¶
type GetAnomalyDetectionServicesOK struct {
Payload *dynatrace.ServiceAnomalyDetectionConfig
}
GetAnomalyDetectionServicesOK handles this case with default header values.
successful operation
func NewGetAnomalyDetectionServicesOK ¶
func NewGetAnomalyDetectionServicesOK() *GetAnomalyDetectionServicesOK
NewGetAnomalyDetectionServicesOK creates a GetAnomalyDetectionServicesOK with default headers values
func (*GetAnomalyDetectionServicesOK) Error ¶
func (o *GetAnomalyDetectionServicesOK) Error() string
func (*GetAnomalyDetectionServicesOK) GetPayload ¶
func (o *GetAnomalyDetectionServicesOK) GetPayload() *dynatrace.ServiceAnomalyDetectionConfig
type GetAnomalyDetectionServicesParams ¶
type GetAnomalyDetectionServicesParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetAnomalyDetectionServicesParams contains all the parameters to send to the API endpoint for the get anomaly detection services operation typically these are written to a http.Request
func NewGetAnomalyDetectionServicesParams ¶
func NewGetAnomalyDetectionServicesParams() *GetAnomalyDetectionServicesParams
NewGetAnomalyDetectionServicesParams creates a new GetAnomalyDetectionServicesParams object with the default values initialized.
func NewGetAnomalyDetectionServicesParamsWithContext ¶
func NewGetAnomalyDetectionServicesParamsWithContext(ctx context.Context) *GetAnomalyDetectionServicesParams
NewGetAnomalyDetectionServicesParamsWithContext creates a new GetAnomalyDetectionServicesParams object with the default values initialized, and the ability to set a context for a request
func NewGetAnomalyDetectionServicesParamsWithHTTPClient ¶
func NewGetAnomalyDetectionServicesParamsWithHTTPClient(client *http.Client) *GetAnomalyDetectionServicesParams
NewGetAnomalyDetectionServicesParamsWithHTTPClient creates a new GetAnomalyDetectionServicesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetAnomalyDetectionServicesParamsWithTimeout ¶
func NewGetAnomalyDetectionServicesParamsWithTimeout(timeout time.Duration) *GetAnomalyDetectionServicesParams
NewGetAnomalyDetectionServicesParamsWithTimeout creates a new GetAnomalyDetectionServicesParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetAnomalyDetectionServicesParams) SetContext ¶
func (o *GetAnomalyDetectionServicesParams) SetContext(ctx context.Context)
SetContext adds the context to the get anomaly detection services params
func (*GetAnomalyDetectionServicesParams) SetHTTPClient ¶
func (o *GetAnomalyDetectionServicesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get anomaly detection services params
func (*GetAnomalyDetectionServicesParams) SetTimeout ¶
func (o *GetAnomalyDetectionServicesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get anomaly detection services params
func (*GetAnomalyDetectionServicesParams) WithContext ¶
func (o *GetAnomalyDetectionServicesParams) WithContext(ctx context.Context) *GetAnomalyDetectionServicesParams
WithContext adds the context to the get anomaly detection services params
func (*GetAnomalyDetectionServicesParams) WithHTTPClient ¶
func (o *GetAnomalyDetectionServicesParams) WithHTTPClient(client *http.Client) *GetAnomalyDetectionServicesParams
WithHTTPClient adds the HTTPClient to the get anomaly detection services params
func (*GetAnomalyDetectionServicesParams) WithTimeout ¶
func (o *GetAnomalyDetectionServicesParams) WithTimeout(timeout time.Duration) *GetAnomalyDetectionServicesParams
WithTimeout adds the timeout to the get anomaly detection services params
func (*GetAnomalyDetectionServicesParams) WriteToRequest ¶
func (o *GetAnomalyDetectionServicesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetAnomalyDetectionServicesReader ¶
type GetAnomalyDetectionServicesReader struct {
// contains filtered or unexported fields
}
GetAnomalyDetectionServicesReader is a Reader for the GetAnomalyDetectionServices structure.
func (*GetAnomalyDetectionServicesReader) ReadResponse ¶
func (o *GetAnomalyDetectionServicesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateAnomalyDetectionServicesBadRequest ¶
type UpdateAnomalyDetectionServicesBadRequest struct {
Payload *dynatrace.ErrorEnvelope
}
UpdateAnomalyDetectionServicesBadRequest handles this case with default header values.
Failed. The input is invalid
func NewUpdateAnomalyDetectionServicesBadRequest ¶
func NewUpdateAnomalyDetectionServicesBadRequest() *UpdateAnomalyDetectionServicesBadRequest
NewUpdateAnomalyDetectionServicesBadRequest creates a UpdateAnomalyDetectionServicesBadRequest with default headers values
func (*UpdateAnomalyDetectionServicesBadRequest) Error ¶
func (o *UpdateAnomalyDetectionServicesBadRequest) Error() string
func (*UpdateAnomalyDetectionServicesBadRequest) GetPayload ¶
func (o *UpdateAnomalyDetectionServicesBadRequest) GetPayload() *dynatrace.ErrorEnvelope
type UpdateAnomalyDetectionServicesNoContent ¶
type UpdateAnomalyDetectionServicesNoContent struct { }
UpdateAnomalyDetectionServicesNoContent handles this case with default header values.
Success. Configuration has been updated. Response doesn't have a body.
func NewUpdateAnomalyDetectionServicesNoContent ¶
func NewUpdateAnomalyDetectionServicesNoContent() *UpdateAnomalyDetectionServicesNoContent
NewUpdateAnomalyDetectionServicesNoContent creates a UpdateAnomalyDetectionServicesNoContent with default headers values
func (*UpdateAnomalyDetectionServicesNoContent) Error ¶
func (o *UpdateAnomalyDetectionServicesNoContent) Error() string
type UpdateAnomalyDetectionServicesParams ¶
type UpdateAnomalyDetectionServicesParams struct { /*Body The JSON body of the request. Contains parameters of the service anomaly detection configuration. */ Body *dynatrace.ServiceAnomalyDetectionConfig Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateAnomalyDetectionServicesParams contains all the parameters to send to the API endpoint for the update anomaly detection services operation typically these are written to a http.Request
func NewUpdateAnomalyDetectionServicesParams ¶
func NewUpdateAnomalyDetectionServicesParams() *UpdateAnomalyDetectionServicesParams
NewUpdateAnomalyDetectionServicesParams creates a new UpdateAnomalyDetectionServicesParams object with the default values initialized.
func NewUpdateAnomalyDetectionServicesParamsWithContext ¶
func NewUpdateAnomalyDetectionServicesParamsWithContext(ctx context.Context) *UpdateAnomalyDetectionServicesParams
NewUpdateAnomalyDetectionServicesParamsWithContext creates a new UpdateAnomalyDetectionServicesParams object with the default values initialized, and the ability to set a context for a request
func NewUpdateAnomalyDetectionServicesParamsWithHTTPClient ¶
func NewUpdateAnomalyDetectionServicesParamsWithHTTPClient(client *http.Client) *UpdateAnomalyDetectionServicesParams
NewUpdateAnomalyDetectionServicesParamsWithHTTPClient creates a new UpdateAnomalyDetectionServicesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUpdateAnomalyDetectionServicesParamsWithTimeout ¶
func NewUpdateAnomalyDetectionServicesParamsWithTimeout(timeout time.Duration) *UpdateAnomalyDetectionServicesParams
NewUpdateAnomalyDetectionServicesParamsWithTimeout creates a new UpdateAnomalyDetectionServicesParams object with the default values initialized, and the ability to set a timeout on a request
func (*UpdateAnomalyDetectionServicesParams) SetBody ¶
func (o *UpdateAnomalyDetectionServicesParams) SetBody(body *dynatrace.ServiceAnomalyDetectionConfig)
SetBody adds the body to the update anomaly detection services params
func (*UpdateAnomalyDetectionServicesParams) SetContext ¶
func (o *UpdateAnomalyDetectionServicesParams) SetContext(ctx context.Context)
SetContext adds the context to the update anomaly detection services params
func (*UpdateAnomalyDetectionServicesParams) SetHTTPClient ¶
func (o *UpdateAnomalyDetectionServicesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update anomaly detection services params
func (*UpdateAnomalyDetectionServicesParams) SetTimeout ¶
func (o *UpdateAnomalyDetectionServicesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update anomaly detection services params
func (*UpdateAnomalyDetectionServicesParams) WithBody ¶
func (o *UpdateAnomalyDetectionServicesParams) WithBody(body *dynatrace.ServiceAnomalyDetectionConfig) *UpdateAnomalyDetectionServicesParams
WithBody adds the body to the update anomaly detection services params
func (*UpdateAnomalyDetectionServicesParams) WithContext ¶
func (o *UpdateAnomalyDetectionServicesParams) WithContext(ctx context.Context) *UpdateAnomalyDetectionServicesParams
WithContext adds the context to the update anomaly detection services params
func (*UpdateAnomalyDetectionServicesParams) WithHTTPClient ¶
func (o *UpdateAnomalyDetectionServicesParams) WithHTTPClient(client *http.Client) *UpdateAnomalyDetectionServicesParams
WithHTTPClient adds the HTTPClient to the update anomaly detection services params
func (*UpdateAnomalyDetectionServicesParams) WithTimeout ¶
func (o *UpdateAnomalyDetectionServicesParams) WithTimeout(timeout time.Duration) *UpdateAnomalyDetectionServicesParams
WithTimeout adds the timeout to the update anomaly detection services params
func (*UpdateAnomalyDetectionServicesParams) WriteToRequest ¶
func (o *UpdateAnomalyDetectionServicesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateAnomalyDetectionServicesReader ¶
type UpdateAnomalyDetectionServicesReader struct {
// contains filtered or unexported fields
}
UpdateAnomalyDetectionServicesReader is a Reader for the UpdateAnomalyDetectionServices structure.
func (*UpdateAnomalyDetectionServicesReader) ReadResponse ¶
func (o *UpdateAnomalyDetectionServicesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ValidateUpdateAnomalyDetectionServicesBadRequest ¶
type ValidateUpdateAnomalyDetectionServicesBadRequest struct {
Payload *dynatrace.ErrorEnvelope
}
ValidateUpdateAnomalyDetectionServicesBadRequest handles this case with default header values.
Failed. The input is invalid.
func NewValidateUpdateAnomalyDetectionServicesBadRequest ¶
func NewValidateUpdateAnomalyDetectionServicesBadRequest() *ValidateUpdateAnomalyDetectionServicesBadRequest
NewValidateUpdateAnomalyDetectionServicesBadRequest creates a ValidateUpdateAnomalyDetectionServicesBadRequest with default headers values
func (*ValidateUpdateAnomalyDetectionServicesBadRequest) Error ¶
func (o *ValidateUpdateAnomalyDetectionServicesBadRequest) Error() string
func (*ValidateUpdateAnomalyDetectionServicesBadRequest) GetPayload ¶
func (o *ValidateUpdateAnomalyDetectionServicesBadRequest) GetPayload() *dynatrace.ErrorEnvelope
type ValidateUpdateAnomalyDetectionServicesNoContent ¶
type ValidateUpdateAnomalyDetectionServicesNoContent struct { }
ValidateUpdateAnomalyDetectionServicesNoContent handles this case with default header values.
Validated. The submitted configuration is valid. Response doesn't have a body.
func NewValidateUpdateAnomalyDetectionServicesNoContent ¶
func NewValidateUpdateAnomalyDetectionServicesNoContent() *ValidateUpdateAnomalyDetectionServicesNoContent
NewValidateUpdateAnomalyDetectionServicesNoContent creates a ValidateUpdateAnomalyDetectionServicesNoContent with default headers values
func (*ValidateUpdateAnomalyDetectionServicesNoContent) Error ¶
func (o *ValidateUpdateAnomalyDetectionServicesNoContent) Error() string
type ValidateUpdateAnomalyDetectionServicesParams ¶
type ValidateUpdateAnomalyDetectionServicesParams struct { /*Body The JSON body of the request. Contains parameters of the service anomaly detection configuration. */ Body *dynatrace.ServiceAnomalyDetectionConfig Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ValidateUpdateAnomalyDetectionServicesParams contains all the parameters to send to the API endpoint for the validate update anomaly detection services operation typically these are written to a http.Request
func NewValidateUpdateAnomalyDetectionServicesParams ¶
func NewValidateUpdateAnomalyDetectionServicesParams() *ValidateUpdateAnomalyDetectionServicesParams
NewValidateUpdateAnomalyDetectionServicesParams creates a new ValidateUpdateAnomalyDetectionServicesParams object with the default values initialized.
func NewValidateUpdateAnomalyDetectionServicesParamsWithContext ¶
func NewValidateUpdateAnomalyDetectionServicesParamsWithContext(ctx context.Context) *ValidateUpdateAnomalyDetectionServicesParams
NewValidateUpdateAnomalyDetectionServicesParamsWithContext creates a new ValidateUpdateAnomalyDetectionServicesParams object with the default values initialized, and the ability to set a context for a request
func NewValidateUpdateAnomalyDetectionServicesParamsWithHTTPClient ¶
func NewValidateUpdateAnomalyDetectionServicesParamsWithHTTPClient(client *http.Client) *ValidateUpdateAnomalyDetectionServicesParams
NewValidateUpdateAnomalyDetectionServicesParamsWithHTTPClient creates a new ValidateUpdateAnomalyDetectionServicesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewValidateUpdateAnomalyDetectionServicesParamsWithTimeout ¶
func NewValidateUpdateAnomalyDetectionServicesParamsWithTimeout(timeout time.Duration) *ValidateUpdateAnomalyDetectionServicesParams
NewValidateUpdateAnomalyDetectionServicesParamsWithTimeout creates a new ValidateUpdateAnomalyDetectionServicesParams object with the default values initialized, and the ability to set a timeout on a request
func (*ValidateUpdateAnomalyDetectionServicesParams) SetBody ¶
func (o *ValidateUpdateAnomalyDetectionServicesParams) SetBody(body *dynatrace.ServiceAnomalyDetectionConfig)
SetBody adds the body to the validate update anomaly detection services params
func (*ValidateUpdateAnomalyDetectionServicesParams) SetContext ¶
func (o *ValidateUpdateAnomalyDetectionServicesParams) SetContext(ctx context.Context)
SetContext adds the context to the validate update anomaly detection services params
func (*ValidateUpdateAnomalyDetectionServicesParams) SetHTTPClient ¶
func (o *ValidateUpdateAnomalyDetectionServicesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the validate update anomaly detection services params
func (*ValidateUpdateAnomalyDetectionServicesParams) SetTimeout ¶
func (o *ValidateUpdateAnomalyDetectionServicesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the validate update anomaly detection services params
func (*ValidateUpdateAnomalyDetectionServicesParams) WithBody ¶
func (o *ValidateUpdateAnomalyDetectionServicesParams) WithBody(body *dynatrace.ServiceAnomalyDetectionConfig) *ValidateUpdateAnomalyDetectionServicesParams
WithBody adds the body to the validate update anomaly detection services params
func (*ValidateUpdateAnomalyDetectionServicesParams) WithContext ¶
func (o *ValidateUpdateAnomalyDetectionServicesParams) WithContext(ctx context.Context) *ValidateUpdateAnomalyDetectionServicesParams
WithContext adds the context to the validate update anomaly detection services params
func (*ValidateUpdateAnomalyDetectionServicesParams) WithHTTPClient ¶
func (o *ValidateUpdateAnomalyDetectionServicesParams) WithHTTPClient(client *http.Client) *ValidateUpdateAnomalyDetectionServicesParams
WithHTTPClient adds the HTTPClient to the validate update anomaly detection services params
func (*ValidateUpdateAnomalyDetectionServicesParams) WithTimeout ¶
func (o *ValidateUpdateAnomalyDetectionServicesParams) WithTimeout(timeout time.Duration) *ValidateUpdateAnomalyDetectionServicesParams
WithTimeout adds the timeout to the validate update anomaly detection services params
func (*ValidateUpdateAnomalyDetectionServicesParams) WriteToRequest ¶
func (o *ValidateUpdateAnomalyDetectionServicesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ValidateUpdateAnomalyDetectionServicesReader ¶
type ValidateUpdateAnomalyDetectionServicesReader struct {
// contains filtered or unexported fields
}
ValidateUpdateAnomalyDetectionServicesReader is a Reader for the ValidateUpdateAnomalyDetectionServices structure.
func (*ValidateUpdateAnomalyDetectionServicesReader) ReadResponse ¶
func (o *ValidateUpdateAnomalyDetectionServicesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
Source Files
¶
- anomaly_detection_services_client.go
- get_anomaly_detection_services_parameters.go
- get_anomaly_detection_services_responses.go
- update_anomaly_detection_services_parameters.go
- update_anomaly_detection_services_responses.go
- validate_update_anomaly_detection_services_parameters.go
- validate_update_anomaly_detection_services_responses.go