lm

package
v2.0.0-temp116-1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 12, 2021 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation ¶

Index ¶

Constants ¶

This section is empty.

Variables ¶

This section is empty.

Functions ¶

This section is empty.

Types ¶

type AckAlertByIDDefault ¶

type AckAlertByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

AckAlertByIDDefault handles this case with default header values.

Error

func NewAckAlertByIDDefault ¶

func NewAckAlertByIDDefault(code int) *AckAlertByIDDefault

NewAckAlertByIDDefault creates a AckAlertByIDDefault with default headers values

func (*AckAlertByIDDefault) Code ¶

func (o *AckAlertByIDDefault) Code() int

Code gets the status code for the ack alert by Id default response

func (*AckAlertByIDDefault) Error ¶

func (o *AckAlertByIDDefault) Error() string

type AckAlertByIDOK ¶

type AckAlertByIDOK struct {
	Payload interface{}
}

AckAlertByIDOK handles this case with default header values.

successful operation

func NewAckAlertByIDOK ¶

func NewAckAlertByIDOK() *AckAlertByIDOK

NewAckAlertByIDOK creates a AckAlertByIDOK with default headers values

func (*AckAlertByIDOK) Error ¶

func (o *AckAlertByIDOK) Error() string

type AckAlertByIDParams ¶

type AckAlertByIDParams struct {

	/*Body*/
	Body *models.AlertAck
	/*ID*/
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

AckAlertByIDParams contains all the parameters to send to the API endpoint for the ack alert by Id operation typically these are written to a http.Request

func NewAckAlertByIDParams ¶

func NewAckAlertByIDParams() *AckAlertByIDParams

NewAckAlertByIDParams creates a new AckAlertByIDParams object with the default values initialized.

func NewAckAlertByIDParamsWithContext ¶

func NewAckAlertByIDParamsWithContext(ctx context.Context) *AckAlertByIDParams

NewAckAlertByIDParamsWithContext creates a new AckAlertByIDParams object with the default values initialized, and the ability to set a context for a request

func NewAckAlertByIDParamsWithHTTPClient ¶

func NewAckAlertByIDParamsWithHTTPClient(client *http.Client) *AckAlertByIDParams

NewAckAlertByIDParamsWithHTTPClient creates a new AckAlertByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewAckAlertByIDParamsWithTimeout ¶

func NewAckAlertByIDParamsWithTimeout(timeout time.Duration) *AckAlertByIDParams

NewAckAlertByIDParamsWithTimeout creates a new AckAlertByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*AckAlertByIDParams) SetBody ¶

func (o *AckAlertByIDParams) SetBody(body *models.AlertAck)

SetBody adds the body to the ack alert by Id params

func (*AckAlertByIDParams) SetContext ¶

func (o *AckAlertByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the ack alert by Id params

func (*AckAlertByIDParams) SetHTTPClient ¶

func (o *AckAlertByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the ack alert by Id params

func (*AckAlertByIDParams) SetID ¶

func (o *AckAlertByIDParams) SetID(id string)

SetID adds the id to the ack alert by Id params

func (*AckAlertByIDParams) SetTimeout ¶

func (o *AckAlertByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the ack alert by Id params

func (*AckAlertByIDParams) WithBody ¶

WithBody adds the body to the ack alert by Id params

func (*AckAlertByIDParams) WithContext ¶

WithContext adds the context to the ack alert by Id params

func (*AckAlertByIDParams) WithHTTPClient ¶

func (o *AckAlertByIDParams) WithHTTPClient(client *http.Client) *AckAlertByIDParams

WithHTTPClient adds the HTTPClient to the ack alert by Id params

func (*AckAlertByIDParams) WithID ¶

WithID adds the id to the ack alert by Id params

func (*AckAlertByIDParams) WithTimeout ¶

func (o *AckAlertByIDParams) WithTimeout(timeout time.Duration) *AckAlertByIDParams

WithTimeout adds the timeout to the ack alert by Id params

func (*AckAlertByIDParams) WriteToRequest ¶

func (o *AckAlertByIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type AckAlertByIDReader ¶

type AckAlertByIDReader struct {
	// contains filtered or unexported fields
}

AckAlertByIDReader is a Reader for the AckAlertByID structure.

func (*AckAlertByIDReader) ReadResponse ¶

func (o *AckAlertByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AckCollectorDownAlertByIDDefault ¶

type AckCollectorDownAlertByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

AckCollectorDownAlertByIDDefault handles this case with default header values.

Error

func NewAckCollectorDownAlertByIDDefault ¶

func NewAckCollectorDownAlertByIDDefault(code int) *AckCollectorDownAlertByIDDefault

NewAckCollectorDownAlertByIDDefault creates a AckCollectorDownAlertByIDDefault with default headers values

func (*AckCollectorDownAlertByIDDefault) Code ¶

Code gets the status code for the ack collector down alert by Id default response

func (*AckCollectorDownAlertByIDDefault) Error ¶

type AckCollectorDownAlertByIDOK ¶

type AckCollectorDownAlertByIDOK struct {
	Payload interface{}
}

AckCollectorDownAlertByIDOK handles this case with default header values.

successful operation

func NewAckCollectorDownAlertByIDOK ¶

func NewAckCollectorDownAlertByIDOK() *AckCollectorDownAlertByIDOK

NewAckCollectorDownAlertByIDOK creates a AckCollectorDownAlertByIDOK with default headers values

func (*AckCollectorDownAlertByIDOK) Error ¶

type AckCollectorDownAlertByIDParams ¶

type AckCollectorDownAlertByIDParams struct {

	/*Body*/
	Body *models.AckCollectorDown
	/*ID*/
	ID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

AckCollectorDownAlertByIDParams contains all the parameters to send to the API endpoint for the ack collector down alert by Id operation typically these are written to a http.Request

func NewAckCollectorDownAlertByIDParams ¶

func NewAckCollectorDownAlertByIDParams() *AckCollectorDownAlertByIDParams

NewAckCollectorDownAlertByIDParams creates a new AckCollectorDownAlertByIDParams object with the default values initialized.

func NewAckCollectorDownAlertByIDParamsWithContext ¶

func NewAckCollectorDownAlertByIDParamsWithContext(ctx context.Context) *AckCollectorDownAlertByIDParams

NewAckCollectorDownAlertByIDParamsWithContext creates a new AckCollectorDownAlertByIDParams object with the default values initialized, and the ability to set a context for a request

func NewAckCollectorDownAlertByIDParamsWithHTTPClient ¶

func NewAckCollectorDownAlertByIDParamsWithHTTPClient(client *http.Client) *AckCollectorDownAlertByIDParams

NewAckCollectorDownAlertByIDParamsWithHTTPClient creates a new AckCollectorDownAlertByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewAckCollectorDownAlertByIDParamsWithTimeout ¶

func NewAckCollectorDownAlertByIDParamsWithTimeout(timeout time.Duration) *AckCollectorDownAlertByIDParams

NewAckCollectorDownAlertByIDParamsWithTimeout creates a new AckCollectorDownAlertByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*AckCollectorDownAlertByIDParams) SetBody ¶

SetBody adds the body to the ack collector down alert by Id params

func (*AckCollectorDownAlertByIDParams) SetContext ¶

func (o *AckCollectorDownAlertByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the ack collector down alert by Id params

func (*AckCollectorDownAlertByIDParams) SetHTTPClient ¶

func (o *AckCollectorDownAlertByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the ack collector down alert by Id params

func (*AckCollectorDownAlertByIDParams) SetID ¶

SetID adds the id to the ack collector down alert by Id params

func (*AckCollectorDownAlertByIDParams) SetTimeout ¶

func (o *AckCollectorDownAlertByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the ack collector down alert by Id params

func (*AckCollectorDownAlertByIDParams) WithBody ¶

WithBody adds the body to the ack collector down alert by Id params

func (*AckCollectorDownAlertByIDParams) WithContext ¶

WithContext adds the context to the ack collector down alert by Id params

func (*AckCollectorDownAlertByIDParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the ack collector down alert by Id params

func (*AckCollectorDownAlertByIDParams) WithID ¶

WithID adds the id to the ack collector down alert by Id params

func (*AckCollectorDownAlertByIDParams) WithTimeout ¶

WithTimeout adds the timeout to the ack collector down alert by Id params

func (*AckCollectorDownAlertByIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type AckCollectorDownAlertByIDReader ¶

type AckCollectorDownAlertByIDReader struct {
	// contains filtered or unexported fields
}

AckCollectorDownAlertByIDReader is a Reader for the AckCollectorDownAlertByID structure.

func (*AckCollectorDownAlertByIDReader) ReadResponse ¶

func (o *AckCollectorDownAlertByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AddAPITokenByAdminIDDefault ¶

type AddAPITokenByAdminIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

AddAPITokenByAdminIDDefault handles this case with default header values.

Error

func NewAddAPITokenByAdminIDDefault ¶

func NewAddAPITokenByAdminIDDefault(code int) *AddAPITokenByAdminIDDefault

NewAddAPITokenByAdminIDDefault creates a AddAPITokenByAdminIDDefault with default headers values

func (*AddAPITokenByAdminIDDefault) Code ¶

func (o *AddAPITokenByAdminIDDefault) Code() int

Code gets the status code for the add Api token by admin Id default response

func (*AddAPITokenByAdminIDDefault) Error ¶

type AddAPITokenByAdminIDOK ¶

type AddAPITokenByAdminIDOK struct {
	Payload *models.APIToken
}

AddAPITokenByAdminIDOK handles this case with default header values.

successful operation

func NewAddAPITokenByAdminIDOK ¶

func NewAddAPITokenByAdminIDOK() *AddAPITokenByAdminIDOK

NewAddAPITokenByAdminIDOK creates a AddAPITokenByAdminIDOK with default headers values

func (*AddAPITokenByAdminIDOK) Error ¶

func (o *AddAPITokenByAdminIDOK) Error() string

type AddAPITokenByAdminIDParams ¶

type AddAPITokenByAdminIDParams struct {

	/*AdminID*/
	AdminID int32
	/*Body*/
	Body *models.APIToken

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

AddAPITokenByAdminIDParams contains all the parameters to send to the API endpoint for the add Api token by admin Id operation typically these are written to a http.Request

func NewAddAPITokenByAdminIDParams ¶

func NewAddAPITokenByAdminIDParams() *AddAPITokenByAdminIDParams

NewAddAPITokenByAdminIDParams creates a new AddAPITokenByAdminIDParams object with the default values initialized.

func NewAddAPITokenByAdminIDParamsWithContext ¶

func NewAddAPITokenByAdminIDParamsWithContext(ctx context.Context) *AddAPITokenByAdminIDParams

NewAddAPITokenByAdminIDParamsWithContext creates a new AddAPITokenByAdminIDParams object with the default values initialized, and the ability to set a context for a request

func NewAddAPITokenByAdminIDParamsWithHTTPClient ¶

func NewAddAPITokenByAdminIDParamsWithHTTPClient(client *http.Client) *AddAPITokenByAdminIDParams

NewAddAPITokenByAdminIDParamsWithHTTPClient creates a new AddAPITokenByAdminIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewAddAPITokenByAdminIDParamsWithTimeout ¶

func NewAddAPITokenByAdminIDParamsWithTimeout(timeout time.Duration) *AddAPITokenByAdminIDParams

NewAddAPITokenByAdminIDParamsWithTimeout creates a new AddAPITokenByAdminIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*AddAPITokenByAdminIDParams) SetAdminID ¶

func (o *AddAPITokenByAdminIDParams) SetAdminID(adminID int32)

SetAdminID adds the adminId to the add Api token by admin Id params

func (*AddAPITokenByAdminIDParams) SetBody ¶

func (o *AddAPITokenByAdminIDParams) SetBody(body *models.APIToken)

SetBody adds the body to the add Api token by admin Id params

func (*AddAPITokenByAdminIDParams) SetContext ¶

func (o *AddAPITokenByAdminIDParams) SetContext(ctx context.Context)

SetContext adds the context to the add Api token by admin Id params

func (*AddAPITokenByAdminIDParams) SetHTTPClient ¶

func (o *AddAPITokenByAdminIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the add Api token by admin Id params

func (*AddAPITokenByAdminIDParams) SetTimeout ¶

func (o *AddAPITokenByAdminIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the add Api token by admin Id params

func (*AddAPITokenByAdminIDParams) WithAdminID ¶

WithAdminID adds the adminID to the add Api token by admin Id params

func (*AddAPITokenByAdminIDParams) WithBody ¶

WithBody adds the body to the add Api token by admin Id params

func (*AddAPITokenByAdminIDParams) WithContext ¶

WithContext adds the context to the add Api token by admin Id params

func (*AddAPITokenByAdminIDParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the add Api token by admin Id params

func (*AddAPITokenByAdminIDParams) WithTimeout ¶

WithTimeout adds the timeout to the add Api token by admin Id params

func (*AddAPITokenByAdminIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type AddAPITokenByAdminIDReader ¶

type AddAPITokenByAdminIDReader struct {
	// contains filtered or unexported fields
}

AddAPITokenByAdminIDReader is a Reader for the AddAPITokenByAdminID structure.

func (*AddAPITokenByAdminIDReader) ReadResponse ¶

func (o *AddAPITokenByAdminIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AddAdminDefault ¶

type AddAdminDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

AddAdminDefault handles this case with default header values.

Error

func NewAddAdminDefault ¶

func NewAddAdminDefault(code int) *AddAdminDefault

NewAddAdminDefault creates a AddAdminDefault with default headers values

func (*AddAdminDefault) Code ¶

func (o *AddAdminDefault) Code() int

Code gets the status code for the add admin default response

func (*AddAdminDefault) Error ¶

func (o *AddAdminDefault) Error() string

type AddAdminOK ¶

type AddAdminOK struct {
	Payload *models.Admin
}

AddAdminOK handles this case with default header values.

successful operation

func NewAddAdminOK ¶

func NewAddAdminOK() *AddAdminOK

NewAddAdminOK creates a AddAdminOK with default headers values

func (*AddAdminOK) Error ¶

func (o *AddAdminOK) Error() string

type AddAdminParams ¶

type AddAdminParams struct {

	/*Body*/
	Body *models.Admin

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

AddAdminParams contains all the parameters to send to the API endpoint for the add admin operation typically these are written to a http.Request

func NewAddAdminParams ¶

func NewAddAdminParams() *AddAdminParams

NewAddAdminParams creates a new AddAdminParams object with the default values initialized.

func NewAddAdminParamsWithContext ¶

func NewAddAdminParamsWithContext(ctx context.Context) *AddAdminParams

NewAddAdminParamsWithContext creates a new AddAdminParams object with the default values initialized, and the ability to set a context for a request

func NewAddAdminParamsWithHTTPClient ¶

func NewAddAdminParamsWithHTTPClient(client *http.Client) *AddAdminParams

NewAddAdminParamsWithHTTPClient creates a new AddAdminParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewAddAdminParamsWithTimeout ¶

func NewAddAdminParamsWithTimeout(timeout time.Duration) *AddAdminParams

NewAddAdminParamsWithTimeout creates a new AddAdminParams object with the default values initialized, and the ability to set a timeout on a request

func (*AddAdminParams) SetBody ¶

func (o *AddAdminParams) SetBody(body *models.Admin)

SetBody adds the body to the add admin params

func (*AddAdminParams) SetContext ¶

func (o *AddAdminParams) SetContext(ctx context.Context)

SetContext adds the context to the add admin params

func (*AddAdminParams) SetHTTPClient ¶

func (o *AddAdminParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the add admin params

func (*AddAdminParams) SetTimeout ¶

func (o *AddAdminParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the add admin params

func (*AddAdminParams) WithBody ¶

func (o *AddAdminParams) WithBody(body *models.Admin) *AddAdminParams

WithBody adds the body to the add admin params

func (*AddAdminParams) WithContext ¶

func (o *AddAdminParams) WithContext(ctx context.Context) *AddAdminParams

WithContext adds the context to the add admin params

func (*AddAdminParams) WithHTTPClient ¶

func (o *AddAdminParams) WithHTTPClient(client *http.Client) *AddAdminParams

WithHTTPClient adds the HTTPClient to the add admin params

func (*AddAdminParams) WithTimeout ¶

func (o *AddAdminParams) WithTimeout(timeout time.Duration) *AddAdminParams

WithTimeout adds the timeout to the add admin params

func (*AddAdminParams) WriteToRequest ¶

func (o *AddAdminParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type AddAdminReader ¶

type AddAdminReader struct {
	// contains filtered or unexported fields
}

AddAdminReader is a Reader for the AddAdmin structure.

func (*AddAdminReader) ReadResponse ¶

func (o *AddAdminReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AddAlertNoteByIDDefault ¶

type AddAlertNoteByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

AddAlertNoteByIDDefault handles this case with default header values.

Error

func NewAddAlertNoteByIDDefault ¶

func NewAddAlertNoteByIDDefault(code int) *AddAlertNoteByIDDefault

NewAddAlertNoteByIDDefault creates a AddAlertNoteByIDDefault with default headers values

func (*AddAlertNoteByIDDefault) Code ¶

func (o *AddAlertNoteByIDDefault) Code() int

Code gets the status code for the add alert note by Id default response

func (*AddAlertNoteByIDDefault) Error ¶

func (o *AddAlertNoteByIDDefault) Error() string

type AddAlertNoteByIDOK ¶

type AddAlertNoteByIDOK struct {
	Payload interface{}
}

AddAlertNoteByIDOK handles this case with default header values.

successful operation

func NewAddAlertNoteByIDOK ¶

func NewAddAlertNoteByIDOK() *AddAlertNoteByIDOK

NewAddAlertNoteByIDOK creates a AddAlertNoteByIDOK with default headers values

func (*AddAlertNoteByIDOK) Error ¶

func (o *AddAlertNoteByIDOK) Error() string

type AddAlertNoteByIDParams ¶

type AddAlertNoteByIDParams struct {

	/*Body*/
	Body *models.AlertAck
	/*ID*/
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

AddAlertNoteByIDParams contains all the parameters to send to the API endpoint for the add alert note by Id operation typically these are written to a http.Request

func NewAddAlertNoteByIDParams ¶

func NewAddAlertNoteByIDParams() *AddAlertNoteByIDParams

NewAddAlertNoteByIDParams creates a new AddAlertNoteByIDParams object with the default values initialized.

func NewAddAlertNoteByIDParamsWithContext ¶

func NewAddAlertNoteByIDParamsWithContext(ctx context.Context) *AddAlertNoteByIDParams

NewAddAlertNoteByIDParamsWithContext creates a new AddAlertNoteByIDParams object with the default values initialized, and the ability to set a context for a request

func NewAddAlertNoteByIDParamsWithHTTPClient ¶

func NewAddAlertNoteByIDParamsWithHTTPClient(client *http.Client) *AddAlertNoteByIDParams

NewAddAlertNoteByIDParamsWithHTTPClient creates a new AddAlertNoteByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewAddAlertNoteByIDParamsWithTimeout ¶

func NewAddAlertNoteByIDParamsWithTimeout(timeout time.Duration) *AddAlertNoteByIDParams

NewAddAlertNoteByIDParamsWithTimeout creates a new AddAlertNoteByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*AddAlertNoteByIDParams) SetBody ¶

func (o *AddAlertNoteByIDParams) SetBody(body *models.AlertAck)

SetBody adds the body to the add alert note by Id params

func (*AddAlertNoteByIDParams) SetContext ¶

func (o *AddAlertNoteByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the add alert note by Id params

func (*AddAlertNoteByIDParams) SetHTTPClient ¶

func (o *AddAlertNoteByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the add alert note by Id params

func (*AddAlertNoteByIDParams) SetID ¶

func (o *AddAlertNoteByIDParams) SetID(id string)

SetID adds the id to the add alert note by Id params

func (*AddAlertNoteByIDParams) SetTimeout ¶

func (o *AddAlertNoteByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the add alert note by Id params

func (*AddAlertNoteByIDParams) WithBody ¶

WithBody adds the body to the add alert note by Id params

func (*AddAlertNoteByIDParams) WithContext ¶

WithContext adds the context to the add alert note by Id params

func (*AddAlertNoteByIDParams) WithHTTPClient ¶

func (o *AddAlertNoteByIDParams) WithHTTPClient(client *http.Client) *AddAlertNoteByIDParams

WithHTTPClient adds the HTTPClient to the add alert note by Id params

func (*AddAlertNoteByIDParams) WithID ¶

WithID adds the id to the add alert note by Id params

func (*AddAlertNoteByIDParams) WithTimeout ¶

WithTimeout adds the timeout to the add alert note by Id params

func (*AddAlertNoteByIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type AddAlertNoteByIDReader ¶

type AddAlertNoteByIDReader struct {
	// contains filtered or unexported fields
}

AddAlertNoteByIDReader is a Reader for the AddAlertNoteByID structure.

func (*AddAlertNoteByIDReader) ReadResponse ¶

func (o *AddAlertNoteByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AddAlertRuleDefault ¶

type AddAlertRuleDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

AddAlertRuleDefault handles this case with default header values.

Error

func NewAddAlertRuleDefault ¶

func NewAddAlertRuleDefault(code int) *AddAlertRuleDefault

NewAddAlertRuleDefault creates a AddAlertRuleDefault with default headers values

func (*AddAlertRuleDefault) Code ¶

func (o *AddAlertRuleDefault) Code() int

Code gets the status code for the add alert rule default response

func (*AddAlertRuleDefault) Error ¶

func (o *AddAlertRuleDefault) Error() string

type AddAlertRuleOK ¶

type AddAlertRuleOK struct {
	Payload *models.AlertRule
}

AddAlertRuleOK handles this case with default header values.

successful operation

func NewAddAlertRuleOK ¶

func NewAddAlertRuleOK() *AddAlertRuleOK

NewAddAlertRuleOK creates a AddAlertRuleOK with default headers values

func (*AddAlertRuleOK) Error ¶

func (o *AddAlertRuleOK) Error() string

type AddAlertRuleParams ¶

type AddAlertRuleParams struct {

	/*Body*/
	Body *models.AlertRule

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

AddAlertRuleParams contains all the parameters to send to the API endpoint for the add alert rule operation typically these are written to a http.Request

func NewAddAlertRuleParams ¶

func NewAddAlertRuleParams() *AddAlertRuleParams

NewAddAlertRuleParams creates a new AddAlertRuleParams object with the default values initialized.

func NewAddAlertRuleParamsWithContext ¶

func NewAddAlertRuleParamsWithContext(ctx context.Context) *AddAlertRuleParams

NewAddAlertRuleParamsWithContext creates a new AddAlertRuleParams object with the default values initialized, and the ability to set a context for a request

func NewAddAlertRuleParamsWithHTTPClient ¶

func NewAddAlertRuleParamsWithHTTPClient(client *http.Client) *AddAlertRuleParams

NewAddAlertRuleParamsWithHTTPClient creates a new AddAlertRuleParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewAddAlertRuleParamsWithTimeout ¶

func NewAddAlertRuleParamsWithTimeout(timeout time.Duration) *AddAlertRuleParams

NewAddAlertRuleParamsWithTimeout creates a new AddAlertRuleParams object with the default values initialized, and the ability to set a timeout on a request

func (*AddAlertRuleParams) SetBody ¶

func (o *AddAlertRuleParams) SetBody(body *models.AlertRule)

SetBody adds the body to the add alert rule params

func (*AddAlertRuleParams) SetContext ¶

func (o *AddAlertRuleParams) SetContext(ctx context.Context)

SetContext adds the context to the add alert rule params

func (*AddAlertRuleParams) SetHTTPClient ¶

func (o *AddAlertRuleParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the add alert rule params

func (*AddAlertRuleParams) SetTimeout ¶

func (o *AddAlertRuleParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the add alert rule params

func (*AddAlertRuleParams) WithBody ¶

WithBody adds the body to the add alert rule params

func (*AddAlertRuleParams) WithContext ¶

WithContext adds the context to the add alert rule params

func (*AddAlertRuleParams) WithHTTPClient ¶

func (o *AddAlertRuleParams) WithHTTPClient(client *http.Client) *AddAlertRuleParams

WithHTTPClient adds the HTTPClient to the add alert rule params

func (*AddAlertRuleParams) WithTimeout ¶

func (o *AddAlertRuleParams) WithTimeout(timeout time.Duration) *AddAlertRuleParams

WithTimeout adds the timeout to the add alert rule params

func (*AddAlertRuleParams) WriteToRequest ¶

func (o *AddAlertRuleParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type AddAlertRuleReader ¶

type AddAlertRuleReader struct {
	// contains filtered or unexported fields
}

AddAlertRuleReader is a Reader for the AddAlertRule structure.

func (*AddAlertRuleReader) ReadResponse ¶

func (o *AddAlertRuleReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AddCollectorDefault ¶

type AddCollectorDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

AddCollectorDefault handles this case with default header values.

Error

func NewAddCollectorDefault ¶

func NewAddCollectorDefault(code int) *AddCollectorDefault

NewAddCollectorDefault creates a AddCollectorDefault with default headers values

func (*AddCollectorDefault) Code ¶

func (o *AddCollectorDefault) Code() int

Code gets the status code for the add collector default response

func (*AddCollectorDefault) Error ¶

func (o *AddCollectorDefault) Error() string

type AddCollectorGroupDefault ¶

type AddCollectorGroupDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

AddCollectorGroupDefault handles this case with default header values.

Error

func NewAddCollectorGroupDefault ¶

func NewAddCollectorGroupDefault(code int) *AddCollectorGroupDefault

NewAddCollectorGroupDefault creates a AddCollectorGroupDefault with default headers values

func (*AddCollectorGroupDefault) Code ¶

func (o *AddCollectorGroupDefault) Code() int

Code gets the status code for the add collector group default response

func (*AddCollectorGroupDefault) Error ¶

func (o *AddCollectorGroupDefault) Error() string

type AddCollectorGroupOK ¶

type AddCollectorGroupOK struct {
	Payload *models.CollectorGroup
}

AddCollectorGroupOK handles this case with default header values.

successful operation

func NewAddCollectorGroupOK ¶

func NewAddCollectorGroupOK() *AddCollectorGroupOK

NewAddCollectorGroupOK creates a AddCollectorGroupOK with default headers values

func (*AddCollectorGroupOK) Error ¶

func (o *AddCollectorGroupOK) Error() string

type AddCollectorGroupParams ¶

type AddCollectorGroupParams struct {

	/*Body*/
	Body *models.CollectorGroup

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

AddCollectorGroupParams contains all the parameters to send to the API endpoint for the add collector group operation typically these are written to a http.Request

func NewAddCollectorGroupParams ¶

func NewAddCollectorGroupParams() *AddCollectorGroupParams

NewAddCollectorGroupParams creates a new AddCollectorGroupParams object with the default values initialized.

func NewAddCollectorGroupParamsWithContext ¶

func NewAddCollectorGroupParamsWithContext(ctx context.Context) *AddCollectorGroupParams

NewAddCollectorGroupParamsWithContext creates a new AddCollectorGroupParams object with the default values initialized, and the ability to set a context for a request

func NewAddCollectorGroupParamsWithHTTPClient ¶

func NewAddCollectorGroupParamsWithHTTPClient(client *http.Client) *AddCollectorGroupParams

NewAddCollectorGroupParamsWithHTTPClient creates a new AddCollectorGroupParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewAddCollectorGroupParamsWithTimeout ¶

func NewAddCollectorGroupParamsWithTimeout(timeout time.Duration) *AddCollectorGroupParams

NewAddCollectorGroupParamsWithTimeout creates a new AddCollectorGroupParams object with the default values initialized, and the ability to set a timeout on a request

func (*AddCollectorGroupParams) SetBody ¶

func (o *AddCollectorGroupParams) SetBody(body *models.CollectorGroup)

SetBody adds the body to the add collector group params

func (*AddCollectorGroupParams) SetContext ¶

func (o *AddCollectorGroupParams) SetContext(ctx context.Context)

SetContext adds the context to the add collector group params

func (*AddCollectorGroupParams) SetHTTPClient ¶

func (o *AddCollectorGroupParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the add collector group params

func (*AddCollectorGroupParams) SetTimeout ¶

func (o *AddCollectorGroupParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the add collector group params

func (*AddCollectorGroupParams) WithBody ¶

WithBody adds the body to the add collector group params

func (*AddCollectorGroupParams) WithContext ¶

WithContext adds the context to the add collector group params

func (*AddCollectorGroupParams) WithHTTPClient ¶

func (o *AddCollectorGroupParams) WithHTTPClient(client *http.Client) *AddCollectorGroupParams

WithHTTPClient adds the HTTPClient to the add collector group params

func (*AddCollectorGroupParams) WithTimeout ¶

WithTimeout adds the timeout to the add collector group params

func (*AddCollectorGroupParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type AddCollectorGroupReader ¶

type AddCollectorGroupReader struct {
	// contains filtered or unexported fields
}

AddCollectorGroupReader is a Reader for the AddCollectorGroup structure.

func (*AddCollectorGroupReader) ReadResponse ¶

func (o *AddCollectorGroupReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AddCollectorOK ¶

type AddCollectorOK struct {
	Payload *models.Collector
}

AddCollectorOK handles this case with default header values.

successful operation

func NewAddCollectorOK ¶

func NewAddCollectorOK() *AddCollectorOK

NewAddCollectorOK creates a AddCollectorOK with default headers values

func (*AddCollectorOK) Error ¶

func (o *AddCollectorOK) Error() string

type AddCollectorParams ¶

type AddCollectorParams struct {

	/*Body*/
	Body *models.Collector

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

AddCollectorParams contains all the parameters to send to the API endpoint for the add collector operation typically these are written to a http.Request

func NewAddCollectorParams ¶

func NewAddCollectorParams() *AddCollectorParams

NewAddCollectorParams creates a new AddCollectorParams object with the default values initialized.

func NewAddCollectorParamsWithContext ¶

func NewAddCollectorParamsWithContext(ctx context.Context) *AddCollectorParams

NewAddCollectorParamsWithContext creates a new AddCollectorParams object with the default values initialized, and the ability to set a context for a request

func NewAddCollectorParamsWithHTTPClient ¶

func NewAddCollectorParamsWithHTTPClient(client *http.Client) *AddCollectorParams

NewAddCollectorParamsWithHTTPClient creates a new AddCollectorParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewAddCollectorParamsWithTimeout ¶

func NewAddCollectorParamsWithTimeout(timeout time.Duration) *AddCollectorParams

NewAddCollectorParamsWithTimeout creates a new AddCollectorParams object with the default values initialized, and the ability to set a timeout on a request

func (*AddCollectorParams) SetBody ¶

func (o *AddCollectorParams) SetBody(body *models.Collector)

SetBody adds the body to the add collector params

func (*AddCollectorParams) SetContext ¶

func (o *AddCollectorParams) SetContext(ctx context.Context)

SetContext adds the context to the add collector params

func (*AddCollectorParams) SetHTTPClient ¶

func (o *AddCollectorParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the add collector params

func (*AddCollectorParams) SetTimeout ¶

func (o *AddCollectorParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the add collector params

func (*AddCollectorParams) WithBody ¶

WithBody adds the body to the add collector params

func (*AddCollectorParams) WithContext ¶

WithContext adds the context to the add collector params

func (*AddCollectorParams) WithHTTPClient ¶

func (o *AddCollectorParams) WithHTTPClient(client *http.Client) *AddCollectorParams

WithHTTPClient adds the HTTPClient to the add collector params

func (*AddCollectorParams) WithTimeout ¶

func (o *AddCollectorParams) WithTimeout(timeout time.Duration) *AddCollectorParams

WithTimeout adds the timeout to the add collector params

func (*AddCollectorParams) WriteToRequest ¶

func (o *AddCollectorParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type AddCollectorReader ¶

type AddCollectorReader struct {
	// contains filtered or unexported fields
}

AddCollectorReader is a Reader for the AddCollector structure.

func (*AddCollectorReader) ReadResponse ¶

func (o *AddCollectorReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AddDashboardDefault ¶

type AddDashboardDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

AddDashboardDefault handles this case with default header values.

Error

func NewAddDashboardDefault ¶

func NewAddDashboardDefault(code int) *AddDashboardDefault

NewAddDashboardDefault creates a AddDashboardDefault with default headers values

func (*AddDashboardDefault) Code ¶

func (o *AddDashboardDefault) Code() int

Code gets the status code for the add dashboard default response

func (*AddDashboardDefault) Error ¶

func (o *AddDashboardDefault) Error() string

type AddDashboardGroupDefault ¶

type AddDashboardGroupDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

AddDashboardGroupDefault handles this case with default header values.

Error

func NewAddDashboardGroupDefault ¶

func NewAddDashboardGroupDefault(code int) *AddDashboardGroupDefault

NewAddDashboardGroupDefault creates a AddDashboardGroupDefault with default headers values

func (*AddDashboardGroupDefault) Code ¶

func (o *AddDashboardGroupDefault) Code() int

Code gets the status code for the add dashboard group default response

func (*AddDashboardGroupDefault) Error ¶

func (o *AddDashboardGroupDefault) Error() string

type AddDashboardGroupOK ¶

type AddDashboardGroupOK struct {
	Payload *models.DashboardGroup
}

AddDashboardGroupOK handles this case with default header values.

successful operation

func NewAddDashboardGroupOK ¶

func NewAddDashboardGroupOK() *AddDashboardGroupOK

NewAddDashboardGroupOK creates a AddDashboardGroupOK with default headers values

func (*AddDashboardGroupOK) Error ¶

func (o *AddDashboardGroupOK) Error() string

type AddDashboardGroupParams ¶

type AddDashboardGroupParams struct {

	/*Body*/
	Body *models.DashboardGroup

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

AddDashboardGroupParams contains all the parameters to send to the API endpoint for the add dashboard group operation typically these are written to a http.Request

func NewAddDashboardGroupParams ¶

func NewAddDashboardGroupParams() *AddDashboardGroupParams

NewAddDashboardGroupParams creates a new AddDashboardGroupParams object with the default values initialized.

func NewAddDashboardGroupParamsWithContext ¶

func NewAddDashboardGroupParamsWithContext(ctx context.Context) *AddDashboardGroupParams

NewAddDashboardGroupParamsWithContext creates a new AddDashboardGroupParams object with the default values initialized, and the ability to set a context for a request

func NewAddDashboardGroupParamsWithHTTPClient ¶

func NewAddDashboardGroupParamsWithHTTPClient(client *http.Client) *AddDashboardGroupParams

NewAddDashboardGroupParamsWithHTTPClient creates a new AddDashboardGroupParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewAddDashboardGroupParamsWithTimeout ¶

func NewAddDashboardGroupParamsWithTimeout(timeout time.Duration) *AddDashboardGroupParams

NewAddDashboardGroupParamsWithTimeout creates a new AddDashboardGroupParams object with the default values initialized, and the ability to set a timeout on a request

func (*AddDashboardGroupParams) SetBody ¶

func (o *AddDashboardGroupParams) SetBody(body *models.DashboardGroup)

SetBody adds the body to the add dashboard group params

func (*AddDashboardGroupParams) SetContext ¶

func (o *AddDashboardGroupParams) SetContext(ctx context.Context)

SetContext adds the context to the add dashboard group params

func (*AddDashboardGroupParams) SetHTTPClient ¶

func (o *AddDashboardGroupParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the add dashboard group params

func (*AddDashboardGroupParams) SetTimeout ¶

func (o *AddDashboardGroupParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the add dashboard group params

func (*AddDashboardGroupParams) WithBody ¶

WithBody adds the body to the add dashboard group params

func (*AddDashboardGroupParams) WithContext ¶

WithContext adds the context to the add dashboard group params

func (*AddDashboardGroupParams) WithHTTPClient ¶

func (o *AddDashboardGroupParams) WithHTTPClient(client *http.Client) *AddDashboardGroupParams

WithHTTPClient adds the HTTPClient to the add dashboard group params

func (*AddDashboardGroupParams) WithTimeout ¶

WithTimeout adds the timeout to the add dashboard group params

func (*AddDashboardGroupParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type AddDashboardGroupReader ¶

type AddDashboardGroupReader struct {
	// contains filtered or unexported fields
}

AddDashboardGroupReader is a Reader for the AddDashboardGroup structure.

func (*AddDashboardGroupReader) ReadResponse ¶

func (o *AddDashboardGroupReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AddDashboardOK ¶

type AddDashboardOK struct {
	Payload *models.Dashboard
}

AddDashboardOK handles this case with default header values.

successful operation

func NewAddDashboardOK ¶

func NewAddDashboardOK() *AddDashboardOK

NewAddDashboardOK creates a AddDashboardOK with default headers values

func (*AddDashboardOK) Error ¶

func (o *AddDashboardOK) Error() string

type AddDashboardParams ¶

type AddDashboardParams struct {

	/*Body*/
	Body *models.Dashboard

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

AddDashboardParams contains all the parameters to send to the API endpoint for the add dashboard operation typically these are written to a http.Request

func NewAddDashboardParams ¶

func NewAddDashboardParams() *AddDashboardParams

NewAddDashboardParams creates a new AddDashboardParams object with the default values initialized.

func NewAddDashboardParamsWithContext ¶

func NewAddDashboardParamsWithContext(ctx context.Context) *AddDashboardParams

NewAddDashboardParamsWithContext creates a new AddDashboardParams object with the default values initialized, and the ability to set a context for a request

func NewAddDashboardParamsWithHTTPClient ¶

func NewAddDashboardParamsWithHTTPClient(client *http.Client) *AddDashboardParams

NewAddDashboardParamsWithHTTPClient creates a new AddDashboardParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewAddDashboardParamsWithTimeout ¶

func NewAddDashboardParamsWithTimeout(timeout time.Duration) *AddDashboardParams

NewAddDashboardParamsWithTimeout creates a new AddDashboardParams object with the default values initialized, and the ability to set a timeout on a request

func (*AddDashboardParams) SetBody ¶

func (o *AddDashboardParams) SetBody(body *models.Dashboard)

SetBody adds the body to the add dashboard params

func (*AddDashboardParams) SetContext ¶

func (o *AddDashboardParams) SetContext(ctx context.Context)

SetContext adds the context to the add dashboard params

func (*AddDashboardParams) SetHTTPClient ¶

func (o *AddDashboardParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the add dashboard params

func (*AddDashboardParams) SetTimeout ¶

func (o *AddDashboardParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the add dashboard params

func (*AddDashboardParams) WithBody ¶

WithBody adds the body to the add dashboard params

func (*AddDashboardParams) WithContext ¶

WithContext adds the context to the add dashboard params

func (*AddDashboardParams) WithHTTPClient ¶

func (o *AddDashboardParams) WithHTTPClient(client *http.Client) *AddDashboardParams

WithHTTPClient adds the HTTPClient to the add dashboard params

func (*AddDashboardParams) WithTimeout ¶

func (o *AddDashboardParams) WithTimeout(timeout time.Duration) *AddDashboardParams

WithTimeout adds the timeout to the add dashboard params

func (*AddDashboardParams) WriteToRequest ¶

func (o *AddDashboardParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type AddDashboardReader ¶

type AddDashboardReader struct {
	// contains filtered or unexported fields
}

AddDashboardReader is a Reader for the AddDashboard structure.

func (*AddDashboardReader) ReadResponse ¶

func (o *AddDashboardReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AddDeviceDatasourceInstanceDefault ¶

type AddDeviceDatasourceInstanceDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

AddDeviceDatasourceInstanceDefault handles this case with default header values.

Error

func NewAddDeviceDatasourceInstanceDefault ¶

func NewAddDeviceDatasourceInstanceDefault(code int) *AddDeviceDatasourceInstanceDefault

NewAddDeviceDatasourceInstanceDefault creates a AddDeviceDatasourceInstanceDefault with default headers values

func (*AddDeviceDatasourceInstanceDefault) Code ¶

Code gets the status code for the add device datasource instance default response

func (*AddDeviceDatasourceInstanceDefault) Error ¶

type AddDeviceDatasourceInstanceGroupDefault ¶

type AddDeviceDatasourceInstanceGroupDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

AddDeviceDatasourceInstanceGroupDefault handles this case with default header values.

Error

func NewAddDeviceDatasourceInstanceGroupDefault ¶

func NewAddDeviceDatasourceInstanceGroupDefault(code int) *AddDeviceDatasourceInstanceGroupDefault

NewAddDeviceDatasourceInstanceGroupDefault creates a AddDeviceDatasourceInstanceGroupDefault with default headers values

func (*AddDeviceDatasourceInstanceGroupDefault) Code ¶

Code gets the status code for the add device datasource instance group default response

func (*AddDeviceDatasourceInstanceGroupDefault) Error ¶

type AddDeviceDatasourceInstanceGroupOK ¶

type AddDeviceDatasourceInstanceGroupOK struct {
	Payload *models.DeviceDataSourceInstanceGroup
}

AddDeviceDatasourceInstanceGroupOK handles this case with default header values.

successful operation

func NewAddDeviceDatasourceInstanceGroupOK ¶

func NewAddDeviceDatasourceInstanceGroupOK() *AddDeviceDatasourceInstanceGroupOK

NewAddDeviceDatasourceInstanceGroupOK creates a AddDeviceDatasourceInstanceGroupOK with default headers values

func (*AddDeviceDatasourceInstanceGroupOK) Error ¶

type AddDeviceDatasourceInstanceGroupParams ¶

type AddDeviceDatasourceInstanceGroupParams struct {

	/*Body*/
	Body *models.DeviceDataSourceInstanceGroup
	/*DeviceDsID
	  The device-datasource ID you'd like to add an instance group for

	*/
	DeviceDsID int32
	/*DeviceID*/
	DeviceID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

AddDeviceDatasourceInstanceGroupParams contains all the parameters to send to the API endpoint for the add device datasource instance group operation typically these are written to a http.Request

func NewAddDeviceDatasourceInstanceGroupParams ¶

func NewAddDeviceDatasourceInstanceGroupParams() *AddDeviceDatasourceInstanceGroupParams

NewAddDeviceDatasourceInstanceGroupParams creates a new AddDeviceDatasourceInstanceGroupParams object with the default values initialized.

func NewAddDeviceDatasourceInstanceGroupParamsWithContext ¶

func NewAddDeviceDatasourceInstanceGroupParamsWithContext(ctx context.Context) *AddDeviceDatasourceInstanceGroupParams

NewAddDeviceDatasourceInstanceGroupParamsWithContext creates a new AddDeviceDatasourceInstanceGroupParams object with the default values initialized, and the ability to set a context for a request

func NewAddDeviceDatasourceInstanceGroupParamsWithHTTPClient ¶

func NewAddDeviceDatasourceInstanceGroupParamsWithHTTPClient(client *http.Client) *AddDeviceDatasourceInstanceGroupParams

NewAddDeviceDatasourceInstanceGroupParamsWithHTTPClient creates a new AddDeviceDatasourceInstanceGroupParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewAddDeviceDatasourceInstanceGroupParamsWithTimeout ¶

func NewAddDeviceDatasourceInstanceGroupParamsWithTimeout(timeout time.Duration) *AddDeviceDatasourceInstanceGroupParams

NewAddDeviceDatasourceInstanceGroupParamsWithTimeout creates a new AddDeviceDatasourceInstanceGroupParams object with the default values initialized, and the ability to set a timeout on a request

func (*AddDeviceDatasourceInstanceGroupParams) SetBody ¶

SetBody adds the body to the add device datasource instance group params

func (*AddDeviceDatasourceInstanceGroupParams) SetContext ¶

SetContext adds the context to the add device datasource instance group params

func (*AddDeviceDatasourceInstanceGroupParams) SetDeviceDsID ¶

func (o *AddDeviceDatasourceInstanceGroupParams) SetDeviceDsID(deviceDsID int32)

SetDeviceDsID adds the deviceDsId to the add device datasource instance group params

func (*AddDeviceDatasourceInstanceGroupParams) SetDeviceID ¶

func (o *AddDeviceDatasourceInstanceGroupParams) SetDeviceID(deviceID int32)

SetDeviceID adds the deviceId to the add device datasource instance group params

func (*AddDeviceDatasourceInstanceGroupParams) SetHTTPClient ¶

func (o *AddDeviceDatasourceInstanceGroupParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the add device datasource instance group params

func (*AddDeviceDatasourceInstanceGroupParams) SetTimeout ¶

func (o *AddDeviceDatasourceInstanceGroupParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the add device datasource instance group params

func (*AddDeviceDatasourceInstanceGroupParams) WithBody ¶

WithBody adds the body to the add device datasource instance group params

func (*AddDeviceDatasourceInstanceGroupParams) WithContext ¶

WithContext adds the context to the add device datasource instance group params

func (*AddDeviceDatasourceInstanceGroupParams) WithDeviceDsID ¶

WithDeviceDsID adds the deviceDsID to the add device datasource instance group params

func (*AddDeviceDatasourceInstanceGroupParams) WithDeviceID ¶

WithDeviceID adds the deviceID to the add device datasource instance group params

func (*AddDeviceDatasourceInstanceGroupParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the add device datasource instance group params

func (*AddDeviceDatasourceInstanceGroupParams) WithTimeout ¶

WithTimeout adds the timeout to the add device datasource instance group params

func (*AddDeviceDatasourceInstanceGroupParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type AddDeviceDatasourceInstanceGroupReader ¶

type AddDeviceDatasourceInstanceGroupReader struct {
	// contains filtered or unexported fields
}

AddDeviceDatasourceInstanceGroupReader is a Reader for the AddDeviceDatasourceInstanceGroup structure.

func (*AddDeviceDatasourceInstanceGroupReader) ReadResponse ¶

func (o *AddDeviceDatasourceInstanceGroupReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AddDeviceDatasourceInstanceOK ¶

type AddDeviceDatasourceInstanceOK struct {
	Payload *models.DeviceDataSourceInstance
}

AddDeviceDatasourceInstanceOK handles this case with default header values.

successful operation

func NewAddDeviceDatasourceInstanceOK ¶

func NewAddDeviceDatasourceInstanceOK() *AddDeviceDatasourceInstanceOK

NewAddDeviceDatasourceInstanceOK creates a AddDeviceDatasourceInstanceOK with default headers values

func (*AddDeviceDatasourceInstanceOK) Error ¶

type AddDeviceDatasourceInstanceParams ¶

type AddDeviceDatasourceInstanceParams struct {

	/*Body*/
	Body *models.DeviceDataSourceInstance
	/*DeviceID*/
	DeviceID int32
	/*HdsID
	  The device-datasource ID

	*/
	HdsID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

AddDeviceDatasourceInstanceParams contains all the parameters to send to the API endpoint for the add device datasource instance operation typically these are written to a http.Request

func NewAddDeviceDatasourceInstanceParams ¶

func NewAddDeviceDatasourceInstanceParams() *AddDeviceDatasourceInstanceParams

NewAddDeviceDatasourceInstanceParams creates a new AddDeviceDatasourceInstanceParams object with the default values initialized.

func NewAddDeviceDatasourceInstanceParamsWithContext ¶

func NewAddDeviceDatasourceInstanceParamsWithContext(ctx context.Context) *AddDeviceDatasourceInstanceParams

NewAddDeviceDatasourceInstanceParamsWithContext creates a new AddDeviceDatasourceInstanceParams object with the default values initialized, and the ability to set a context for a request

func NewAddDeviceDatasourceInstanceParamsWithHTTPClient ¶

func NewAddDeviceDatasourceInstanceParamsWithHTTPClient(client *http.Client) *AddDeviceDatasourceInstanceParams

NewAddDeviceDatasourceInstanceParamsWithHTTPClient creates a new AddDeviceDatasourceInstanceParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewAddDeviceDatasourceInstanceParamsWithTimeout ¶

func NewAddDeviceDatasourceInstanceParamsWithTimeout(timeout time.Duration) *AddDeviceDatasourceInstanceParams

NewAddDeviceDatasourceInstanceParamsWithTimeout creates a new AddDeviceDatasourceInstanceParams object with the default values initialized, and the ability to set a timeout on a request

func (*AddDeviceDatasourceInstanceParams) SetBody ¶

SetBody adds the body to the add device datasource instance params

func (*AddDeviceDatasourceInstanceParams) SetContext ¶

SetContext adds the context to the add device datasource instance params

func (*AddDeviceDatasourceInstanceParams) SetDeviceID ¶

func (o *AddDeviceDatasourceInstanceParams) SetDeviceID(deviceID int32)

SetDeviceID adds the deviceId to the add device datasource instance params

func (*AddDeviceDatasourceInstanceParams) SetHTTPClient ¶

func (o *AddDeviceDatasourceInstanceParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the add device datasource instance params

func (*AddDeviceDatasourceInstanceParams) SetHdsID ¶

func (o *AddDeviceDatasourceInstanceParams) SetHdsID(hdsID int32)

SetHdsID adds the hdsId to the add device datasource instance params

func (*AddDeviceDatasourceInstanceParams) SetTimeout ¶

func (o *AddDeviceDatasourceInstanceParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the add device datasource instance params

func (*AddDeviceDatasourceInstanceParams) WithBody ¶

WithBody adds the body to the add device datasource instance params

func (*AddDeviceDatasourceInstanceParams) WithContext ¶

WithContext adds the context to the add device datasource instance params

func (*AddDeviceDatasourceInstanceParams) WithDeviceID ¶

WithDeviceID adds the deviceID to the add device datasource instance params

func (*AddDeviceDatasourceInstanceParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the add device datasource instance params

func (*AddDeviceDatasourceInstanceParams) WithHdsID ¶

WithHdsID adds the hdsID to the add device datasource instance params

func (*AddDeviceDatasourceInstanceParams) WithTimeout ¶

WithTimeout adds the timeout to the add device datasource instance params

func (*AddDeviceDatasourceInstanceParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type AddDeviceDatasourceInstanceReader ¶

type AddDeviceDatasourceInstanceReader struct {
	// contains filtered or unexported fields
}

AddDeviceDatasourceInstanceReader is a Reader for the AddDeviceDatasourceInstance structure.

func (*AddDeviceDatasourceInstanceReader) ReadResponse ¶

func (o *AddDeviceDatasourceInstanceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AddDeviceDefault ¶

type AddDeviceDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

AddDeviceDefault handles this case with default header values.

Error

func NewAddDeviceDefault ¶

func NewAddDeviceDefault(code int) *AddDeviceDefault

NewAddDeviceDefault creates a AddDeviceDefault with default headers values

func (*AddDeviceDefault) Code ¶

func (o *AddDeviceDefault) Code() int

Code gets the status code for the add device default response

func (*AddDeviceDefault) Error ¶

func (o *AddDeviceDefault) Error() string

type AddDeviceGroupClusterAlertConfDefault ¶

type AddDeviceGroupClusterAlertConfDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

AddDeviceGroupClusterAlertConfDefault handles this case with default header values.

Error

func NewAddDeviceGroupClusterAlertConfDefault ¶

func NewAddDeviceGroupClusterAlertConfDefault(code int) *AddDeviceGroupClusterAlertConfDefault

NewAddDeviceGroupClusterAlertConfDefault creates a AddDeviceGroupClusterAlertConfDefault with default headers values

func (*AddDeviceGroupClusterAlertConfDefault) Code ¶

Code gets the status code for the add device group cluster alert conf default response

func (*AddDeviceGroupClusterAlertConfDefault) Error ¶

type AddDeviceGroupClusterAlertConfOK ¶

type AddDeviceGroupClusterAlertConfOK struct {
	Payload *models.DeviceClusterAlertConfig
}

AddDeviceGroupClusterAlertConfOK handles this case with default header values.

successful operation

func NewAddDeviceGroupClusterAlertConfOK ¶

func NewAddDeviceGroupClusterAlertConfOK() *AddDeviceGroupClusterAlertConfOK

NewAddDeviceGroupClusterAlertConfOK creates a AddDeviceGroupClusterAlertConfOK with default headers values

func (*AddDeviceGroupClusterAlertConfOK) Error ¶

type AddDeviceGroupClusterAlertConfParams ¶

type AddDeviceGroupClusterAlertConfParams struct {

	/*Body*/
	Body *models.DeviceClusterAlertConfig
	/*DeviceGroupID*/
	DeviceGroupID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

AddDeviceGroupClusterAlertConfParams contains all the parameters to send to the API endpoint for the add device group cluster alert conf operation typically these are written to a http.Request

func NewAddDeviceGroupClusterAlertConfParams ¶

func NewAddDeviceGroupClusterAlertConfParams() *AddDeviceGroupClusterAlertConfParams

NewAddDeviceGroupClusterAlertConfParams creates a new AddDeviceGroupClusterAlertConfParams object with the default values initialized.

func NewAddDeviceGroupClusterAlertConfParamsWithContext ¶

func NewAddDeviceGroupClusterAlertConfParamsWithContext(ctx context.Context) *AddDeviceGroupClusterAlertConfParams

NewAddDeviceGroupClusterAlertConfParamsWithContext creates a new AddDeviceGroupClusterAlertConfParams object with the default values initialized, and the ability to set a context for a request

func NewAddDeviceGroupClusterAlertConfParamsWithHTTPClient ¶

func NewAddDeviceGroupClusterAlertConfParamsWithHTTPClient(client *http.Client) *AddDeviceGroupClusterAlertConfParams

NewAddDeviceGroupClusterAlertConfParamsWithHTTPClient creates a new AddDeviceGroupClusterAlertConfParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewAddDeviceGroupClusterAlertConfParamsWithTimeout ¶

func NewAddDeviceGroupClusterAlertConfParamsWithTimeout(timeout time.Duration) *AddDeviceGroupClusterAlertConfParams

NewAddDeviceGroupClusterAlertConfParamsWithTimeout creates a new AddDeviceGroupClusterAlertConfParams object with the default values initialized, and the ability to set a timeout on a request

func (*AddDeviceGroupClusterAlertConfParams) SetBody ¶

SetBody adds the body to the add device group cluster alert conf params

func (*AddDeviceGroupClusterAlertConfParams) SetContext ¶

SetContext adds the context to the add device group cluster alert conf params

func (*AddDeviceGroupClusterAlertConfParams) SetDeviceGroupID ¶

func (o *AddDeviceGroupClusterAlertConfParams) SetDeviceGroupID(deviceGroupID int32)

SetDeviceGroupID adds the deviceGroupId to the add device group cluster alert conf params

func (*AddDeviceGroupClusterAlertConfParams) SetHTTPClient ¶

func (o *AddDeviceGroupClusterAlertConfParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the add device group cluster alert conf params

func (*AddDeviceGroupClusterAlertConfParams) SetTimeout ¶

func (o *AddDeviceGroupClusterAlertConfParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the add device group cluster alert conf params

func (*AddDeviceGroupClusterAlertConfParams) WithBody ¶

WithBody adds the body to the add device group cluster alert conf params

func (*AddDeviceGroupClusterAlertConfParams) WithContext ¶

WithContext adds the context to the add device group cluster alert conf params

func (*AddDeviceGroupClusterAlertConfParams) WithDeviceGroupID ¶

WithDeviceGroupID adds the deviceGroupID to the add device group cluster alert conf params

func (*AddDeviceGroupClusterAlertConfParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the add device group cluster alert conf params

func (*AddDeviceGroupClusterAlertConfParams) WithTimeout ¶

WithTimeout adds the timeout to the add device group cluster alert conf params

func (*AddDeviceGroupClusterAlertConfParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type AddDeviceGroupClusterAlertConfReader ¶

type AddDeviceGroupClusterAlertConfReader struct {
	// contains filtered or unexported fields
}

AddDeviceGroupClusterAlertConfReader is a Reader for the AddDeviceGroupClusterAlertConf structure.

func (*AddDeviceGroupClusterAlertConfReader) ReadResponse ¶

func (o *AddDeviceGroupClusterAlertConfReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AddDeviceGroupDefault ¶

type AddDeviceGroupDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

AddDeviceGroupDefault handles this case with default header values.

Error

func NewAddDeviceGroupDefault ¶

func NewAddDeviceGroupDefault(code int) *AddDeviceGroupDefault

NewAddDeviceGroupDefault creates a AddDeviceGroupDefault with default headers values

func (*AddDeviceGroupDefault) Code ¶

func (o *AddDeviceGroupDefault) Code() int

Code gets the status code for the add device group default response

func (*AddDeviceGroupDefault) Error ¶

func (o *AddDeviceGroupDefault) Error() string

type AddDeviceGroupOK ¶

type AddDeviceGroupOK struct {
	Payload *models.DeviceGroup
}

AddDeviceGroupOK handles this case with default header values.

successful operation

func NewAddDeviceGroupOK ¶

func NewAddDeviceGroupOK() *AddDeviceGroupOK

NewAddDeviceGroupOK creates a AddDeviceGroupOK with default headers values

func (*AddDeviceGroupOK) Error ¶

func (o *AddDeviceGroupOK) Error() string

type AddDeviceGroupParams ¶

type AddDeviceGroupParams struct {

	/*Body*/
	Body *models.DeviceGroup

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

AddDeviceGroupParams contains all the parameters to send to the API endpoint for the add device group operation typically these are written to a http.Request

func NewAddDeviceGroupParams ¶

func NewAddDeviceGroupParams() *AddDeviceGroupParams

NewAddDeviceGroupParams creates a new AddDeviceGroupParams object with the default values initialized.

func NewAddDeviceGroupParamsWithContext ¶

func NewAddDeviceGroupParamsWithContext(ctx context.Context) *AddDeviceGroupParams

NewAddDeviceGroupParamsWithContext creates a new AddDeviceGroupParams object with the default values initialized, and the ability to set a context for a request

func NewAddDeviceGroupParamsWithHTTPClient ¶

func NewAddDeviceGroupParamsWithHTTPClient(client *http.Client) *AddDeviceGroupParams

NewAddDeviceGroupParamsWithHTTPClient creates a new AddDeviceGroupParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewAddDeviceGroupParamsWithTimeout ¶

func NewAddDeviceGroupParamsWithTimeout(timeout time.Duration) *AddDeviceGroupParams

NewAddDeviceGroupParamsWithTimeout creates a new AddDeviceGroupParams object with the default values initialized, and the ability to set a timeout on a request

func (*AddDeviceGroupParams) SetBody ¶

func (o *AddDeviceGroupParams) SetBody(body *models.DeviceGroup)

SetBody adds the body to the add device group params

func (*AddDeviceGroupParams) SetContext ¶

func (o *AddDeviceGroupParams) SetContext(ctx context.Context)

SetContext adds the context to the add device group params

func (*AddDeviceGroupParams) SetHTTPClient ¶

func (o *AddDeviceGroupParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the add device group params

func (*AddDeviceGroupParams) SetTimeout ¶

func (o *AddDeviceGroupParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the add device group params

func (*AddDeviceGroupParams) WithBody ¶

WithBody adds the body to the add device group params

func (*AddDeviceGroupParams) WithContext ¶

WithContext adds the context to the add device group params

func (*AddDeviceGroupParams) WithHTTPClient ¶

func (o *AddDeviceGroupParams) WithHTTPClient(client *http.Client) *AddDeviceGroupParams

WithHTTPClient adds the HTTPClient to the add device group params

func (*AddDeviceGroupParams) WithTimeout ¶

func (o *AddDeviceGroupParams) WithTimeout(timeout time.Duration) *AddDeviceGroupParams

WithTimeout adds the timeout to the add device group params

func (*AddDeviceGroupParams) WriteToRequest ¶

func (o *AddDeviceGroupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type AddDeviceGroupPropertyDefault ¶

type AddDeviceGroupPropertyDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

AddDeviceGroupPropertyDefault handles this case with default header values.

Error

func NewAddDeviceGroupPropertyDefault ¶

func NewAddDeviceGroupPropertyDefault(code int) *AddDeviceGroupPropertyDefault

NewAddDeviceGroupPropertyDefault creates a AddDeviceGroupPropertyDefault with default headers values

func (*AddDeviceGroupPropertyDefault) Code ¶

Code gets the status code for the add device group property default response

func (*AddDeviceGroupPropertyDefault) Error ¶

type AddDeviceGroupPropertyOK ¶

type AddDeviceGroupPropertyOK struct {
	Payload *models.EntityProperty
}

AddDeviceGroupPropertyOK handles this case with default header values.

successful operation

func NewAddDeviceGroupPropertyOK ¶

func NewAddDeviceGroupPropertyOK() *AddDeviceGroupPropertyOK

NewAddDeviceGroupPropertyOK creates a AddDeviceGroupPropertyOK with default headers values

func (*AddDeviceGroupPropertyOK) Error ¶

func (o *AddDeviceGroupPropertyOK) Error() string

type AddDeviceGroupPropertyParams ¶

type AddDeviceGroupPropertyParams struct {

	/*Body*/
	Body *models.EntityProperty
	/*Gid
	  group ID

	*/
	Gid int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

AddDeviceGroupPropertyParams contains all the parameters to send to the API endpoint for the add device group property operation typically these are written to a http.Request

func NewAddDeviceGroupPropertyParams ¶

func NewAddDeviceGroupPropertyParams() *AddDeviceGroupPropertyParams

NewAddDeviceGroupPropertyParams creates a new AddDeviceGroupPropertyParams object with the default values initialized.

func NewAddDeviceGroupPropertyParamsWithContext ¶

func NewAddDeviceGroupPropertyParamsWithContext(ctx context.Context) *AddDeviceGroupPropertyParams

NewAddDeviceGroupPropertyParamsWithContext creates a new AddDeviceGroupPropertyParams object with the default values initialized, and the ability to set a context for a request

func NewAddDeviceGroupPropertyParamsWithHTTPClient ¶

func NewAddDeviceGroupPropertyParamsWithHTTPClient(client *http.Client) *AddDeviceGroupPropertyParams

NewAddDeviceGroupPropertyParamsWithHTTPClient creates a new AddDeviceGroupPropertyParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewAddDeviceGroupPropertyParamsWithTimeout ¶

func NewAddDeviceGroupPropertyParamsWithTimeout(timeout time.Duration) *AddDeviceGroupPropertyParams

NewAddDeviceGroupPropertyParamsWithTimeout creates a new AddDeviceGroupPropertyParams object with the default values initialized, and the ability to set a timeout on a request

func (*AddDeviceGroupPropertyParams) SetBody ¶

SetBody adds the body to the add device group property params

func (*AddDeviceGroupPropertyParams) SetContext ¶

func (o *AddDeviceGroupPropertyParams) SetContext(ctx context.Context)

SetContext adds the context to the add device group property params

func (*AddDeviceGroupPropertyParams) SetGid ¶

func (o *AddDeviceGroupPropertyParams) SetGid(gid int32)

SetGid adds the gid to the add device group property params

func (*AddDeviceGroupPropertyParams) SetHTTPClient ¶

func (o *AddDeviceGroupPropertyParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the add device group property params

func (*AddDeviceGroupPropertyParams) SetTimeout ¶

func (o *AddDeviceGroupPropertyParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the add device group property params

func (*AddDeviceGroupPropertyParams) WithBody ¶

WithBody adds the body to the add device group property params

func (*AddDeviceGroupPropertyParams) WithContext ¶

WithContext adds the context to the add device group property params

func (*AddDeviceGroupPropertyParams) WithGid ¶

WithGid adds the gid to the add device group property params

func (*AddDeviceGroupPropertyParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the add device group property params

func (*AddDeviceGroupPropertyParams) WithTimeout ¶

WithTimeout adds the timeout to the add device group property params

func (*AddDeviceGroupPropertyParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type AddDeviceGroupPropertyReader ¶

type AddDeviceGroupPropertyReader struct {
	// contains filtered or unexported fields
}

AddDeviceGroupPropertyReader is a Reader for the AddDeviceGroupProperty structure.

func (*AddDeviceGroupPropertyReader) ReadResponse ¶

func (o *AddDeviceGroupPropertyReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AddDeviceGroupReader ¶

type AddDeviceGroupReader struct {
	// contains filtered or unexported fields
}

AddDeviceGroupReader is a Reader for the AddDeviceGroup structure.

func (*AddDeviceGroupReader) ReadResponse ¶

func (o *AddDeviceGroupReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AddDeviceOK ¶

type AddDeviceOK struct {
	Payload *models.Device
}

AddDeviceOK handles this case with default header values.

successful operation

func NewAddDeviceOK ¶

func NewAddDeviceOK() *AddDeviceOK

NewAddDeviceOK creates a AddDeviceOK with default headers values

func (*AddDeviceOK) Error ¶

func (o *AddDeviceOK) Error() string

type AddDeviceParams ¶

type AddDeviceParams struct {

	/*AddFromWizard*/
	AddFromWizard *bool
	/*Body*/
	Body *models.Device
	/*End*/
	End *int64
	/*NetflowFilter*/
	NetflowFilter *string
	/*Start*/
	Start *int64

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

AddDeviceParams contains all the parameters to send to the API endpoint for the add device operation typically these are written to a http.Request

func NewAddDeviceParams ¶

func NewAddDeviceParams() *AddDeviceParams

NewAddDeviceParams creates a new AddDeviceParams object with the default values initialized.

func NewAddDeviceParamsWithContext ¶

func NewAddDeviceParamsWithContext(ctx context.Context) *AddDeviceParams

NewAddDeviceParamsWithContext creates a new AddDeviceParams object with the default values initialized, and the ability to set a context for a request

func NewAddDeviceParamsWithHTTPClient ¶

func NewAddDeviceParamsWithHTTPClient(client *http.Client) *AddDeviceParams

NewAddDeviceParamsWithHTTPClient creates a new AddDeviceParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewAddDeviceParamsWithTimeout ¶

func NewAddDeviceParamsWithTimeout(timeout time.Duration) *AddDeviceParams

NewAddDeviceParamsWithTimeout creates a new AddDeviceParams object with the default values initialized, and the ability to set a timeout on a request

func (*AddDeviceParams) SetAddFromWizard ¶

func (o *AddDeviceParams) SetAddFromWizard(addFromWizard *bool)

SetAddFromWizard adds the addFromWizard to the add device params

func (*AddDeviceParams) SetBody ¶

func (o *AddDeviceParams) SetBody(body *models.Device)

SetBody adds the body to the add device params

func (*AddDeviceParams) SetContext ¶

func (o *AddDeviceParams) SetContext(ctx context.Context)

SetContext adds the context to the add device params

func (*AddDeviceParams) SetEnd ¶

func (o *AddDeviceParams) SetEnd(end *int64)

SetEnd adds the end to the add device params

func (*AddDeviceParams) SetHTTPClient ¶

func (o *AddDeviceParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the add device params

func (*AddDeviceParams) SetNetflowFilter ¶

func (o *AddDeviceParams) SetNetflowFilter(netflowFilter *string)

SetNetflowFilter adds the netflowFilter to the add device params

func (*AddDeviceParams) SetStart ¶

func (o *AddDeviceParams) SetStart(start *int64)

SetStart adds the start to the add device params

func (*AddDeviceParams) SetTimeout ¶

func (o *AddDeviceParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the add device params

func (*AddDeviceParams) WithAddFromWizard ¶

func (o *AddDeviceParams) WithAddFromWizard(addFromWizard *bool) *AddDeviceParams

WithAddFromWizard adds the addFromWizard to the add device params

func (*AddDeviceParams) WithBody ¶

func (o *AddDeviceParams) WithBody(body *models.Device) *AddDeviceParams

WithBody adds the body to the add device params

func (*AddDeviceParams) WithContext ¶

func (o *AddDeviceParams) WithContext(ctx context.Context) *AddDeviceParams

WithContext adds the context to the add device params

func (*AddDeviceParams) WithEnd ¶

func (o *AddDeviceParams) WithEnd(end *int64) *AddDeviceParams

WithEnd adds the end to the add device params

func (*AddDeviceParams) WithHTTPClient ¶

func (o *AddDeviceParams) WithHTTPClient(client *http.Client) *AddDeviceParams

WithHTTPClient adds the HTTPClient to the add device params

func (*AddDeviceParams) WithNetflowFilter ¶

func (o *AddDeviceParams) WithNetflowFilter(netflowFilter *string) *AddDeviceParams

WithNetflowFilter adds the netflowFilter to the add device params

func (*AddDeviceParams) WithStart ¶

func (o *AddDeviceParams) WithStart(start *int64) *AddDeviceParams

WithStart adds the start to the add device params

func (*AddDeviceParams) WithTimeout ¶

func (o *AddDeviceParams) WithTimeout(timeout time.Duration) *AddDeviceParams

WithTimeout adds the timeout to the add device params

func (*AddDeviceParams) WriteToRequest ¶

func (o *AddDeviceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type AddDevicePropertyDefault ¶

type AddDevicePropertyDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

AddDevicePropertyDefault handles this case with default header values.

Error

func NewAddDevicePropertyDefault ¶

func NewAddDevicePropertyDefault(code int) *AddDevicePropertyDefault

NewAddDevicePropertyDefault creates a AddDevicePropertyDefault with default headers values

func (*AddDevicePropertyDefault) Code ¶

func (o *AddDevicePropertyDefault) Code() int

Code gets the status code for the add device property default response

func (*AddDevicePropertyDefault) Error ¶

func (o *AddDevicePropertyDefault) Error() string

type AddDevicePropertyOK ¶

type AddDevicePropertyOK struct {
	Payload *models.EntityProperty
}

AddDevicePropertyOK handles this case with default header values.

successful operation

func NewAddDevicePropertyOK ¶

func NewAddDevicePropertyOK() *AddDevicePropertyOK

NewAddDevicePropertyOK creates a AddDevicePropertyOK with default headers values

func (*AddDevicePropertyOK) Error ¶

func (o *AddDevicePropertyOK) Error() string

type AddDevicePropertyParams ¶

type AddDevicePropertyParams struct {

	/*Body*/
	Body *models.EntityProperty
	/*DeviceID*/
	DeviceID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

AddDevicePropertyParams contains all the parameters to send to the API endpoint for the add device property operation typically these are written to a http.Request

func NewAddDevicePropertyParams ¶

func NewAddDevicePropertyParams() *AddDevicePropertyParams

NewAddDevicePropertyParams creates a new AddDevicePropertyParams object with the default values initialized.

func NewAddDevicePropertyParamsWithContext ¶

func NewAddDevicePropertyParamsWithContext(ctx context.Context) *AddDevicePropertyParams

NewAddDevicePropertyParamsWithContext creates a new AddDevicePropertyParams object with the default values initialized, and the ability to set a context for a request

func NewAddDevicePropertyParamsWithHTTPClient ¶

func NewAddDevicePropertyParamsWithHTTPClient(client *http.Client) *AddDevicePropertyParams

NewAddDevicePropertyParamsWithHTTPClient creates a new AddDevicePropertyParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewAddDevicePropertyParamsWithTimeout ¶

func NewAddDevicePropertyParamsWithTimeout(timeout time.Duration) *AddDevicePropertyParams

NewAddDevicePropertyParamsWithTimeout creates a new AddDevicePropertyParams object with the default values initialized, and the ability to set a timeout on a request

func (*AddDevicePropertyParams) SetBody ¶

func (o *AddDevicePropertyParams) SetBody(body *models.EntityProperty)

SetBody adds the body to the add device property params

func (*AddDevicePropertyParams) SetContext ¶

func (o *AddDevicePropertyParams) SetContext(ctx context.Context)

SetContext adds the context to the add device property params

func (*AddDevicePropertyParams) SetDeviceID ¶

func (o *AddDevicePropertyParams) SetDeviceID(deviceID int32)

SetDeviceID adds the deviceId to the add device property params

func (*AddDevicePropertyParams) SetHTTPClient ¶

func (o *AddDevicePropertyParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the add device property params

func (*AddDevicePropertyParams) SetTimeout ¶

func (o *AddDevicePropertyParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the add device property params

func (*AddDevicePropertyParams) WithBody ¶

WithBody adds the body to the add device property params

func (*AddDevicePropertyParams) WithContext ¶

WithContext adds the context to the add device property params

func (*AddDevicePropertyParams) WithDeviceID ¶

func (o *AddDevicePropertyParams) WithDeviceID(deviceID int32) *AddDevicePropertyParams

WithDeviceID adds the deviceID to the add device property params

func (*AddDevicePropertyParams) WithHTTPClient ¶

func (o *AddDevicePropertyParams) WithHTTPClient(client *http.Client) *AddDevicePropertyParams

WithHTTPClient adds the HTTPClient to the add device property params

func (*AddDevicePropertyParams) WithTimeout ¶

WithTimeout adds the timeout to the add device property params

func (*AddDevicePropertyParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type AddDevicePropertyReader ¶

type AddDevicePropertyReader struct {
	// contains filtered or unexported fields
}

AddDevicePropertyReader is a Reader for the AddDeviceProperty structure.

func (*AddDevicePropertyReader) ReadResponse ¶

func (o *AddDevicePropertyReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AddDeviceReader ¶

type AddDeviceReader struct {
	// contains filtered or unexported fields
}

AddDeviceReader is a Reader for the AddDevice structure.

func (*AddDeviceReader) ReadResponse ¶

func (o *AddDeviceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AddEscalationChainDefault ¶

type AddEscalationChainDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

AddEscalationChainDefault handles this case with default header values.

Error

func NewAddEscalationChainDefault ¶

func NewAddEscalationChainDefault(code int) *AddEscalationChainDefault

NewAddEscalationChainDefault creates a AddEscalationChainDefault with default headers values

func (*AddEscalationChainDefault) Code ¶

func (o *AddEscalationChainDefault) Code() int

Code gets the status code for the add escalation chain default response

func (*AddEscalationChainDefault) Error ¶

func (o *AddEscalationChainDefault) Error() string

type AddEscalationChainOK ¶

type AddEscalationChainOK struct {
	Payload *models.EscalatingChain
}

AddEscalationChainOK handles this case with default header values.

successful operation

func NewAddEscalationChainOK ¶

func NewAddEscalationChainOK() *AddEscalationChainOK

NewAddEscalationChainOK creates a AddEscalationChainOK with default headers values

func (*AddEscalationChainOK) Error ¶

func (o *AddEscalationChainOK) Error() string

type AddEscalationChainParams ¶

type AddEscalationChainParams struct {

	/*Body*/
	Body *models.EscalatingChain

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

AddEscalationChainParams contains all the parameters to send to the API endpoint for the add escalation chain operation typically these are written to a http.Request

func NewAddEscalationChainParams ¶

func NewAddEscalationChainParams() *AddEscalationChainParams

NewAddEscalationChainParams creates a new AddEscalationChainParams object with the default values initialized.

func NewAddEscalationChainParamsWithContext ¶

func NewAddEscalationChainParamsWithContext(ctx context.Context) *AddEscalationChainParams

NewAddEscalationChainParamsWithContext creates a new AddEscalationChainParams object with the default values initialized, and the ability to set a context for a request

func NewAddEscalationChainParamsWithHTTPClient ¶

func NewAddEscalationChainParamsWithHTTPClient(client *http.Client) *AddEscalationChainParams

NewAddEscalationChainParamsWithHTTPClient creates a new AddEscalationChainParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewAddEscalationChainParamsWithTimeout ¶

func NewAddEscalationChainParamsWithTimeout(timeout time.Duration) *AddEscalationChainParams

NewAddEscalationChainParamsWithTimeout creates a new AddEscalationChainParams object with the default values initialized, and the ability to set a timeout on a request

func (*AddEscalationChainParams) SetBody ¶

SetBody adds the body to the add escalation chain params

func (*AddEscalationChainParams) SetContext ¶

func (o *AddEscalationChainParams) SetContext(ctx context.Context)

SetContext adds the context to the add escalation chain params

func (*AddEscalationChainParams) SetHTTPClient ¶

func (o *AddEscalationChainParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the add escalation chain params

func (*AddEscalationChainParams) SetTimeout ¶

func (o *AddEscalationChainParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the add escalation chain params

func (*AddEscalationChainParams) WithBody ¶

WithBody adds the body to the add escalation chain params

func (*AddEscalationChainParams) WithContext ¶

WithContext adds the context to the add escalation chain params

func (*AddEscalationChainParams) WithHTTPClient ¶

func (o *AddEscalationChainParams) WithHTTPClient(client *http.Client) *AddEscalationChainParams

WithHTTPClient adds the HTTPClient to the add escalation chain params

func (*AddEscalationChainParams) WithTimeout ¶

WithTimeout adds the timeout to the add escalation chain params

func (*AddEscalationChainParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type AddEscalationChainReader ¶

type AddEscalationChainReader struct {
	// contains filtered or unexported fields
}

AddEscalationChainReader is a Reader for the AddEscalationChain structure.

func (*AddEscalationChainReader) ReadResponse ¶

func (o *AddEscalationChainReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AddNetscanDefault ¶

type AddNetscanDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

AddNetscanDefault handles this case with default header values.

Error

func NewAddNetscanDefault ¶

func NewAddNetscanDefault(code int) *AddNetscanDefault

NewAddNetscanDefault creates a AddNetscanDefault with default headers values

func (*AddNetscanDefault) Code ¶

func (o *AddNetscanDefault) Code() int

Code gets the status code for the add netscan default response

func (*AddNetscanDefault) Error ¶

func (o *AddNetscanDefault) Error() string

type AddNetscanOK ¶

type AddNetscanOK struct {
	Payload models.Netscan
}

AddNetscanOK handles this case with default header values.

successful operation

func NewAddNetscanOK ¶

func NewAddNetscanOK() *AddNetscanOK

NewAddNetscanOK creates a AddNetscanOK with default headers values

func (*AddNetscanOK) Error ¶

func (o *AddNetscanOK) Error() string

type AddNetscanParams ¶

type AddNetscanParams struct {

	/*Body*/
	Body models.Netscan

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

AddNetscanParams contains all the parameters to send to the API endpoint for the add netscan operation typically these are written to a http.Request

func NewAddNetscanParams ¶

func NewAddNetscanParams() *AddNetscanParams

NewAddNetscanParams creates a new AddNetscanParams object with the default values initialized.

func NewAddNetscanParamsWithContext ¶

func NewAddNetscanParamsWithContext(ctx context.Context) *AddNetscanParams

NewAddNetscanParamsWithContext creates a new AddNetscanParams object with the default values initialized, and the ability to set a context for a request

func NewAddNetscanParamsWithHTTPClient ¶

func NewAddNetscanParamsWithHTTPClient(client *http.Client) *AddNetscanParams

NewAddNetscanParamsWithHTTPClient creates a new AddNetscanParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewAddNetscanParamsWithTimeout ¶

func NewAddNetscanParamsWithTimeout(timeout time.Duration) *AddNetscanParams

NewAddNetscanParamsWithTimeout creates a new AddNetscanParams object with the default values initialized, and the ability to set a timeout on a request

func (*AddNetscanParams) SetBody ¶

func (o *AddNetscanParams) SetBody(body models.Netscan)

SetBody adds the body to the add netscan params

func (*AddNetscanParams) SetContext ¶

func (o *AddNetscanParams) SetContext(ctx context.Context)

SetContext adds the context to the add netscan params

func (*AddNetscanParams) SetHTTPClient ¶

func (o *AddNetscanParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the add netscan params

func (*AddNetscanParams) SetTimeout ¶

func (o *AddNetscanParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the add netscan params

func (*AddNetscanParams) WithBody ¶

func (o *AddNetscanParams) WithBody(body models.Netscan) *AddNetscanParams

WithBody adds the body to the add netscan params

func (*AddNetscanParams) WithContext ¶

func (o *AddNetscanParams) WithContext(ctx context.Context) *AddNetscanParams

WithContext adds the context to the add netscan params

func (*AddNetscanParams) WithHTTPClient ¶

func (o *AddNetscanParams) WithHTTPClient(client *http.Client) *AddNetscanParams

WithHTTPClient adds the HTTPClient to the add netscan params

func (*AddNetscanParams) WithTimeout ¶

func (o *AddNetscanParams) WithTimeout(timeout time.Duration) *AddNetscanParams

WithTimeout adds the timeout to the add netscan params

func (*AddNetscanParams) WriteToRequest ¶

func (o *AddNetscanParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type AddNetscanReader ¶

type AddNetscanReader struct {
	// contains filtered or unexported fields
}

AddNetscanReader is a Reader for the AddNetscan structure.

func (*AddNetscanReader) ReadResponse ¶

func (o *AddNetscanReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AddOpsNoteDefault ¶

type AddOpsNoteDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

AddOpsNoteDefault handles this case with default header values.

Error

func NewAddOpsNoteDefault ¶

func NewAddOpsNoteDefault(code int) *AddOpsNoteDefault

NewAddOpsNoteDefault creates a AddOpsNoteDefault with default headers values

func (*AddOpsNoteDefault) Code ¶

func (o *AddOpsNoteDefault) Code() int

Code gets the status code for the add ops note default response

func (*AddOpsNoteDefault) Error ¶

func (o *AddOpsNoteDefault) Error() string

type AddOpsNoteOK ¶

type AddOpsNoteOK struct {
	Payload *models.OpsNote
}

AddOpsNoteOK handles this case with default header values.

successful operation

func NewAddOpsNoteOK ¶

func NewAddOpsNoteOK() *AddOpsNoteOK

NewAddOpsNoteOK creates a AddOpsNoteOK with default headers values

func (*AddOpsNoteOK) Error ¶

func (o *AddOpsNoteOK) Error() string

type AddOpsNoteParams ¶

type AddOpsNoteParams struct {

	/*Body*/
	Body *models.OpsNote

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

AddOpsNoteParams contains all the parameters to send to the API endpoint for the add ops note operation typically these are written to a http.Request

func NewAddOpsNoteParams ¶

func NewAddOpsNoteParams() *AddOpsNoteParams

NewAddOpsNoteParams creates a new AddOpsNoteParams object with the default values initialized.

func NewAddOpsNoteParamsWithContext ¶

func NewAddOpsNoteParamsWithContext(ctx context.Context) *AddOpsNoteParams

NewAddOpsNoteParamsWithContext creates a new AddOpsNoteParams object with the default values initialized, and the ability to set a context for a request

func NewAddOpsNoteParamsWithHTTPClient ¶

func NewAddOpsNoteParamsWithHTTPClient(client *http.Client) *AddOpsNoteParams

NewAddOpsNoteParamsWithHTTPClient creates a new AddOpsNoteParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewAddOpsNoteParamsWithTimeout ¶

func NewAddOpsNoteParamsWithTimeout(timeout time.Duration) *AddOpsNoteParams

NewAddOpsNoteParamsWithTimeout creates a new AddOpsNoteParams object with the default values initialized, and the ability to set a timeout on a request

func (*AddOpsNoteParams) SetBody ¶

func (o *AddOpsNoteParams) SetBody(body *models.OpsNote)

SetBody adds the body to the add ops note params

func (*AddOpsNoteParams) SetContext ¶

func (o *AddOpsNoteParams) SetContext(ctx context.Context)

SetContext adds the context to the add ops note params

func (*AddOpsNoteParams) SetHTTPClient ¶

func (o *AddOpsNoteParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the add ops note params

func (*AddOpsNoteParams) SetTimeout ¶

func (o *AddOpsNoteParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the add ops note params

func (*AddOpsNoteParams) WithBody ¶

func (o *AddOpsNoteParams) WithBody(body *models.OpsNote) *AddOpsNoteParams

WithBody adds the body to the add ops note params

func (*AddOpsNoteParams) WithContext ¶

func (o *AddOpsNoteParams) WithContext(ctx context.Context) *AddOpsNoteParams

WithContext adds the context to the add ops note params

func (*AddOpsNoteParams) WithHTTPClient ¶

func (o *AddOpsNoteParams) WithHTTPClient(client *http.Client) *AddOpsNoteParams

WithHTTPClient adds the HTTPClient to the add ops note params

func (*AddOpsNoteParams) WithTimeout ¶

func (o *AddOpsNoteParams) WithTimeout(timeout time.Duration) *AddOpsNoteParams

WithTimeout adds the timeout to the add ops note params

func (*AddOpsNoteParams) WriteToRequest ¶

func (o *AddOpsNoteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type AddOpsNoteReader ¶

type AddOpsNoteReader struct {
	// contains filtered or unexported fields
}

AddOpsNoteReader is a Reader for the AddOpsNote structure.

func (*AddOpsNoteReader) ReadResponse ¶

func (o *AddOpsNoteReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AddRecipientGroupDefault ¶

type AddRecipientGroupDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

AddRecipientGroupDefault handles this case with default header values.

Error

func NewAddRecipientGroupDefault ¶

func NewAddRecipientGroupDefault(code int) *AddRecipientGroupDefault

NewAddRecipientGroupDefault creates a AddRecipientGroupDefault with default headers values

func (*AddRecipientGroupDefault) Code ¶

func (o *AddRecipientGroupDefault) Code() int

Code gets the status code for the add recipient group default response

func (*AddRecipientGroupDefault) Error ¶

func (o *AddRecipientGroupDefault) Error() string

type AddRecipientGroupOK ¶

type AddRecipientGroupOK struct {
	Payload *models.RecipientGroup
}

AddRecipientGroupOK handles this case with default header values.

successful operation

func NewAddRecipientGroupOK ¶

func NewAddRecipientGroupOK() *AddRecipientGroupOK

NewAddRecipientGroupOK creates a AddRecipientGroupOK with default headers values

func (*AddRecipientGroupOK) Error ¶

func (o *AddRecipientGroupOK) Error() string

type AddRecipientGroupParams ¶

type AddRecipientGroupParams struct {

	/*Body*/
	Body *models.RecipientGroup

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

AddRecipientGroupParams contains all the parameters to send to the API endpoint for the add recipient group operation typically these are written to a http.Request

func NewAddRecipientGroupParams ¶

func NewAddRecipientGroupParams() *AddRecipientGroupParams

NewAddRecipientGroupParams creates a new AddRecipientGroupParams object with the default values initialized.

func NewAddRecipientGroupParamsWithContext ¶

func NewAddRecipientGroupParamsWithContext(ctx context.Context) *AddRecipientGroupParams

NewAddRecipientGroupParamsWithContext creates a new AddRecipientGroupParams object with the default values initialized, and the ability to set a context for a request

func NewAddRecipientGroupParamsWithHTTPClient ¶

func NewAddRecipientGroupParamsWithHTTPClient(client *http.Client) *AddRecipientGroupParams

NewAddRecipientGroupParamsWithHTTPClient creates a new AddRecipientGroupParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewAddRecipientGroupParamsWithTimeout ¶

func NewAddRecipientGroupParamsWithTimeout(timeout time.Duration) *AddRecipientGroupParams

NewAddRecipientGroupParamsWithTimeout creates a new AddRecipientGroupParams object with the default values initialized, and the ability to set a timeout on a request

func (*AddRecipientGroupParams) SetBody ¶

func (o *AddRecipientGroupParams) SetBody(body *models.RecipientGroup)

SetBody adds the body to the add recipient group params

func (*AddRecipientGroupParams) SetContext ¶

func (o *AddRecipientGroupParams) SetContext(ctx context.Context)

SetContext adds the context to the add recipient group params

func (*AddRecipientGroupParams) SetHTTPClient ¶

func (o *AddRecipientGroupParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the add recipient group params

func (*AddRecipientGroupParams) SetTimeout ¶

func (o *AddRecipientGroupParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the add recipient group params

func (*AddRecipientGroupParams) WithBody ¶

WithBody adds the body to the add recipient group params

func (*AddRecipientGroupParams) WithContext ¶

WithContext adds the context to the add recipient group params

func (*AddRecipientGroupParams) WithHTTPClient ¶

func (o *AddRecipientGroupParams) WithHTTPClient(client *http.Client) *AddRecipientGroupParams

WithHTTPClient adds the HTTPClient to the add recipient group params

func (*AddRecipientGroupParams) WithTimeout ¶

WithTimeout adds the timeout to the add recipient group params

func (*AddRecipientGroupParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type AddRecipientGroupReader ¶

type AddRecipientGroupReader struct {
	// contains filtered or unexported fields
}

AddRecipientGroupReader is a Reader for the AddRecipientGroup structure.

func (*AddRecipientGroupReader) ReadResponse ¶

func (o *AddRecipientGroupReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AddReportDefault ¶

type AddReportDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

AddReportDefault handles this case with default header values.

Error

func NewAddReportDefault ¶

func NewAddReportDefault(code int) *AddReportDefault

NewAddReportDefault creates a AddReportDefault with default headers values

func (*AddReportDefault) Code ¶

func (o *AddReportDefault) Code() int

Code gets the status code for the add report default response

func (*AddReportDefault) Error ¶

func (o *AddReportDefault) Error() string

type AddReportGroupDefault ¶

type AddReportGroupDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

AddReportGroupDefault handles this case with default header values.

Error

func NewAddReportGroupDefault ¶

func NewAddReportGroupDefault(code int) *AddReportGroupDefault

NewAddReportGroupDefault creates a AddReportGroupDefault with default headers values

func (*AddReportGroupDefault) Code ¶

func (o *AddReportGroupDefault) Code() int

Code gets the status code for the add report group default response

func (*AddReportGroupDefault) Error ¶

func (o *AddReportGroupDefault) Error() string

type AddReportGroupOK ¶

type AddReportGroupOK struct {
	Payload *models.ReportGroup
}

AddReportGroupOK handles this case with default header values.

successful operation

func NewAddReportGroupOK ¶

func NewAddReportGroupOK() *AddReportGroupOK

NewAddReportGroupOK creates a AddReportGroupOK with default headers values

func (*AddReportGroupOK) Error ¶

func (o *AddReportGroupOK) Error() string

type AddReportGroupParams ¶

type AddReportGroupParams struct {

	/*Body*/
	Body *models.ReportGroup

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

AddReportGroupParams contains all the parameters to send to the API endpoint for the add report group operation typically these are written to a http.Request

func NewAddReportGroupParams ¶

func NewAddReportGroupParams() *AddReportGroupParams

NewAddReportGroupParams creates a new AddReportGroupParams object with the default values initialized.

func NewAddReportGroupParamsWithContext ¶

func NewAddReportGroupParamsWithContext(ctx context.Context) *AddReportGroupParams

NewAddReportGroupParamsWithContext creates a new AddReportGroupParams object with the default values initialized, and the ability to set a context for a request

func NewAddReportGroupParamsWithHTTPClient ¶

func NewAddReportGroupParamsWithHTTPClient(client *http.Client) *AddReportGroupParams

NewAddReportGroupParamsWithHTTPClient creates a new AddReportGroupParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewAddReportGroupParamsWithTimeout ¶

func NewAddReportGroupParamsWithTimeout(timeout time.Duration) *AddReportGroupParams

NewAddReportGroupParamsWithTimeout creates a new AddReportGroupParams object with the default values initialized, and the ability to set a timeout on a request

func (*AddReportGroupParams) SetBody ¶

func (o *AddReportGroupParams) SetBody(body *models.ReportGroup)

SetBody adds the body to the add report group params

func (*AddReportGroupParams) SetContext ¶

func (o *AddReportGroupParams) SetContext(ctx context.Context)

SetContext adds the context to the add report group params

func (*AddReportGroupParams) SetHTTPClient ¶

func (o *AddReportGroupParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the add report group params

func (*AddReportGroupParams) SetTimeout ¶

func (o *AddReportGroupParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the add report group params

func (*AddReportGroupParams) WithBody ¶

WithBody adds the body to the add report group params

func (*AddReportGroupParams) WithContext ¶

WithContext adds the context to the add report group params

func (*AddReportGroupParams) WithHTTPClient ¶

func (o *AddReportGroupParams) WithHTTPClient(client *http.Client) *AddReportGroupParams

WithHTTPClient adds the HTTPClient to the add report group params

func (*AddReportGroupParams) WithTimeout ¶

func (o *AddReportGroupParams) WithTimeout(timeout time.Duration) *AddReportGroupParams

WithTimeout adds the timeout to the add report group params

func (*AddReportGroupParams) WriteToRequest ¶

func (o *AddReportGroupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type AddReportGroupReader ¶

type AddReportGroupReader struct {
	// contains filtered or unexported fields
}

AddReportGroupReader is a Reader for the AddReportGroup structure.

func (*AddReportGroupReader) ReadResponse ¶

func (o *AddReportGroupReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AddReportOK ¶

type AddReportOK struct {
	Payload models.ReportBase
}

AddReportOK handles this case with default header values.

successful operation

func NewAddReportOK ¶

func NewAddReportOK() *AddReportOK

NewAddReportOK creates a AddReportOK with default headers values

func (*AddReportOK) Error ¶

func (o *AddReportOK) Error() string

type AddReportParams ¶

type AddReportParams struct {

	/*Body*/
	Body models.ReportBase

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

AddReportParams contains all the parameters to send to the API endpoint for the add report operation typically these are written to a http.Request

func NewAddReportParams ¶

func NewAddReportParams() *AddReportParams

NewAddReportParams creates a new AddReportParams object with the default values initialized.

func NewAddReportParamsWithContext ¶

func NewAddReportParamsWithContext(ctx context.Context) *AddReportParams

NewAddReportParamsWithContext creates a new AddReportParams object with the default values initialized, and the ability to set a context for a request

func NewAddReportParamsWithHTTPClient ¶

func NewAddReportParamsWithHTTPClient(client *http.Client) *AddReportParams

NewAddReportParamsWithHTTPClient creates a new AddReportParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewAddReportParamsWithTimeout ¶

func NewAddReportParamsWithTimeout(timeout time.Duration) *AddReportParams

NewAddReportParamsWithTimeout creates a new AddReportParams object with the default values initialized, and the ability to set a timeout on a request

func (*AddReportParams) SetBody ¶

func (o *AddReportParams) SetBody(body models.ReportBase)

SetBody adds the body to the add report params

func (*AddReportParams) SetContext ¶

func (o *AddReportParams) SetContext(ctx context.Context)

SetContext adds the context to the add report params

func (*AddReportParams) SetHTTPClient ¶

func (o *AddReportParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the add report params

func (*AddReportParams) SetTimeout ¶

func (o *AddReportParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the add report params

func (*AddReportParams) WithBody ¶

func (o *AddReportParams) WithBody(body models.ReportBase) *AddReportParams

WithBody adds the body to the add report params

func (*AddReportParams) WithContext ¶

func (o *AddReportParams) WithContext(ctx context.Context) *AddReportParams

WithContext adds the context to the add report params

func (*AddReportParams) WithHTTPClient ¶

func (o *AddReportParams) WithHTTPClient(client *http.Client) *AddReportParams

WithHTTPClient adds the HTTPClient to the add report params

func (*AddReportParams) WithTimeout ¶

func (o *AddReportParams) WithTimeout(timeout time.Duration) *AddReportParams

WithTimeout adds the timeout to the add report params

func (*AddReportParams) WriteToRequest ¶

func (o *AddReportParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type AddReportReader ¶

type AddReportReader struct {
	// contains filtered or unexported fields
}

AddReportReader is a Reader for the AddReport structure.

func (*AddReportReader) ReadResponse ¶

func (o *AddReportReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AddRoleDefault ¶

type AddRoleDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

AddRoleDefault handles this case with default header values.

Error

func NewAddRoleDefault ¶

func NewAddRoleDefault(code int) *AddRoleDefault

NewAddRoleDefault creates a AddRoleDefault with default headers values

func (*AddRoleDefault) Code ¶

func (o *AddRoleDefault) Code() int

Code gets the status code for the add role default response

func (*AddRoleDefault) Error ¶

func (o *AddRoleDefault) Error() string

type AddRoleOK ¶

type AddRoleOK struct {
	Payload *models.Role
}

AddRoleOK handles this case with default header values.

successful operation

func NewAddRoleOK ¶

func NewAddRoleOK() *AddRoleOK

NewAddRoleOK creates a AddRoleOK with default headers values

func (*AddRoleOK) Error ¶

func (o *AddRoleOK) Error() string

type AddRoleParams ¶

type AddRoleParams struct {

	/*Body*/
	Body *models.Role

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

AddRoleParams contains all the parameters to send to the API endpoint for the add role operation typically these are written to a http.Request

func NewAddRoleParams ¶

func NewAddRoleParams() *AddRoleParams

NewAddRoleParams creates a new AddRoleParams object with the default values initialized.

func NewAddRoleParamsWithContext ¶

func NewAddRoleParamsWithContext(ctx context.Context) *AddRoleParams

NewAddRoleParamsWithContext creates a new AddRoleParams object with the default values initialized, and the ability to set a context for a request

func NewAddRoleParamsWithHTTPClient ¶

func NewAddRoleParamsWithHTTPClient(client *http.Client) *AddRoleParams

NewAddRoleParamsWithHTTPClient creates a new AddRoleParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewAddRoleParamsWithTimeout ¶

func NewAddRoleParamsWithTimeout(timeout time.Duration) *AddRoleParams

NewAddRoleParamsWithTimeout creates a new AddRoleParams object with the default values initialized, and the ability to set a timeout on a request

func (*AddRoleParams) SetBody ¶

func (o *AddRoleParams) SetBody(body *models.Role)

SetBody adds the body to the add role params

func (*AddRoleParams) SetContext ¶

func (o *AddRoleParams) SetContext(ctx context.Context)

SetContext adds the context to the add role params

func (*AddRoleParams) SetHTTPClient ¶

func (o *AddRoleParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the add role params

func (*AddRoleParams) SetTimeout ¶

func (o *AddRoleParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the add role params

func (*AddRoleParams) WithBody ¶

func (o *AddRoleParams) WithBody(body *models.Role) *AddRoleParams

WithBody adds the body to the add role params

func (*AddRoleParams) WithContext ¶

func (o *AddRoleParams) WithContext(ctx context.Context) *AddRoleParams

WithContext adds the context to the add role params

func (*AddRoleParams) WithHTTPClient ¶

func (o *AddRoleParams) WithHTTPClient(client *http.Client) *AddRoleParams

WithHTTPClient adds the HTTPClient to the add role params

func (*AddRoleParams) WithTimeout ¶

func (o *AddRoleParams) WithTimeout(timeout time.Duration) *AddRoleParams

WithTimeout adds the timeout to the add role params

func (*AddRoleParams) WriteToRequest ¶

func (o *AddRoleParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type AddRoleReader ¶

type AddRoleReader struct {
	// contains filtered or unexported fields
}

AddRoleReader is a Reader for the AddRole structure.

func (*AddRoleReader) ReadResponse ¶

func (o *AddRoleReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AddSDTDefault ¶

type AddSDTDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

AddSDTDefault handles this case with default header values.

Error

func NewAddSDTDefault ¶

func NewAddSDTDefault(code int) *AddSDTDefault

NewAddSDTDefault creates a AddSDTDefault with default headers values

func (*AddSDTDefault) Code ¶

func (o *AddSDTDefault) Code() int

Code gets the status code for the add SDT default response

func (*AddSDTDefault) Error ¶

func (o *AddSDTDefault) Error() string

type AddSDTOK ¶

type AddSDTOK struct {
	Payload models.SDT
}

AddSDTOK handles this case with default header values.

successful operation

func NewAddSDTOK ¶

func NewAddSDTOK() *AddSDTOK

NewAddSDTOK creates a AddSDTOK with default headers values

func (*AddSDTOK) Error ¶

func (o *AddSDTOK) Error() string

type AddSDTParams ¶

type AddSDTParams struct {

	/*Body*/
	Body models.SDT

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

AddSDTParams contains all the parameters to send to the API endpoint for the add SDT operation typically these are written to a http.Request

func NewAddSDTParams ¶

func NewAddSDTParams() *AddSDTParams

NewAddSDTParams creates a new AddSDTParams object with the default values initialized.

func NewAddSDTParamsWithContext ¶

func NewAddSDTParamsWithContext(ctx context.Context) *AddSDTParams

NewAddSDTParamsWithContext creates a new AddSDTParams object with the default values initialized, and the ability to set a context for a request

func NewAddSDTParamsWithHTTPClient ¶

func NewAddSDTParamsWithHTTPClient(client *http.Client) *AddSDTParams

NewAddSDTParamsWithHTTPClient creates a new AddSDTParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewAddSDTParamsWithTimeout ¶

func NewAddSDTParamsWithTimeout(timeout time.Duration) *AddSDTParams

NewAddSDTParamsWithTimeout creates a new AddSDTParams object with the default values initialized, and the ability to set a timeout on a request

func (*AddSDTParams) SetBody ¶

func (o *AddSDTParams) SetBody(body models.SDT)

SetBody adds the body to the add SDT params

func (*AddSDTParams) SetContext ¶

func (o *AddSDTParams) SetContext(ctx context.Context)

SetContext adds the context to the add SDT params

func (*AddSDTParams) SetHTTPClient ¶

func (o *AddSDTParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the add SDT params

func (*AddSDTParams) SetTimeout ¶

func (o *AddSDTParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the add SDT params

func (*AddSDTParams) WithBody ¶

func (o *AddSDTParams) WithBody(body models.SDT) *AddSDTParams

WithBody adds the body to the add SDT params

func (*AddSDTParams) WithContext ¶

func (o *AddSDTParams) WithContext(ctx context.Context) *AddSDTParams

WithContext adds the context to the add SDT params

func (*AddSDTParams) WithHTTPClient ¶

func (o *AddSDTParams) WithHTTPClient(client *http.Client) *AddSDTParams

WithHTTPClient adds the HTTPClient to the add SDT params

func (*AddSDTParams) WithTimeout ¶

func (o *AddSDTParams) WithTimeout(timeout time.Duration) *AddSDTParams

WithTimeout adds the timeout to the add SDT params

func (*AddSDTParams) WriteToRequest ¶

func (o *AddSDTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type AddSDTReader ¶

type AddSDTReader struct {
	// contains filtered or unexported fields
}

AddSDTReader is a Reader for the AddSDT structure.

func (*AddSDTReader) ReadResponse ¶

func (o *AddSDTReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AddWebsiteDefault ¶

type AddWebsiteDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

AddWebsiteDefault handles this case with default header values.

Error

func NewAddWebsiteDefault ¶

func NewAddWebsiteDefault(code int) *AddWebsiteDefault

NewAddWebsiteDefault creates a AddWebsiteDefault with default headers values

func (*AddWebsiteDefault) Code ¶

func (o *AddWebsiteDefault) Code() int

Code gets the status code for the add website default response

func (*AddWebsiteDefault) Error ¶

func (o *AddWebsiteDefault) Error() string

type AddWebsiteGroupDefault ¶

type AddWebsiteGroupDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

AddWebsiteGroupDefault handles this case with default header values.

Error

func NewAddWebsiteGroupDefault ¶

func NewAddWebsiteGroupDefault(code int) *AddWebsiteGroupDefault

NewAddWebsiteGroupDefault creates a AddWebsiteGroupDefault with default headers values

func (*AddWebsiteGroupDefault) Code ¶

func (o *AddWebsiteGroupDefault) Code() int

Code gets the status code for the add website group default response

func (*AddWebsiteGroupDefault) Error ¶

func (o *AddWebsiteGroupDefault) Error() string

type AddWebsiteGroupOK ¶

type AddWebsiteGroupOK struct {
	Payload *models.WebsiteGroup
}

AddWebsiteGroupOK handles this case with default header values.

successful operation

func NewAddWebsiteGroupOK ¶

func NewAddWebsiteGroupOK() *AddWebsiteGroupOK

NewAddWebsiteGroupOK creates a AddWebsiteGroupOK with default headers values

func (*AddWebsiteGroupOK) Error ¶

func (o *AddWebsiteGroupOK) Error() string

type AddWebsiteGroupParams ¶

type AddWebsiteGroupParams struct {

	/*Body*/
	Body *models.WebsiteGroup

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

AddWebsiteGroupParams contains all the parameters to send to the API endpoint for the add website group operation typically these are written to a http.Request

func NewAddWebsiteGroupParams ¶

func NewAddWebsiteGroupParams() *AddWebsiteGroupParams

NewAddWebsiteGroupParams creates a new AddWebsiteGroupParams object with the default values initialized.

func NewAddWebsiteGroupParamsWithContext ¶

func NewAddWebsiteGroupParamsWithContext(ctx context.Context) *AddWebsiteGroupParams

NewAddWebsiteGroupParamsWithContext creates a new AddWebsiteGroupParams object with the default values initialized, and the ability to set a context for a request

func NewAddWebsiteGroupParamsWithHTTPClient ¶

func NewAddWebsiteGroupParamsWithHTTPClient(client *http.Client) *AddWebsiteGroupParams

NewAddWebsiteGroupParamsWithHTTPClient creates a new AddWebsiteGroupParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewAddWebsiteGroupParamsWithTimeout ¶

func NewAddWebsiteGroupParamsWithTimeout(timeout time.Duration) *AddWebsiteGroupParams

NewAddWebsiteGroupParamsWithTimeout creates a new AddWebsiteGroupParams object with the default values initialized, and the ability to set a timeout on a request

func (*AddWebsiteGroupParams) SetBody ¶

func (o *AddWebsiteGroupParams) SetBody(body *models.WebsiteGroup)

SetBody adds the body to the add website group params

func (*AddWebsiteGroupParams) SetContext ¶

func (o *AddWebsiteGroupParams) SetContext(ctx context.Context)

SetContext adds the context to the add website group params

func (*AddWebsiteGroupParams) SetHTTPClient ¶

func (o *AddWebsiteGroupParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the add website group params

func (*AddWebsiteGroupParams) SetTimeout ¶

func (o *AddWebsiteGroupParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the add website group params

func (*AddWebsiteGroupParams) WithBody ¶

WithBody adds the body to the add website group params

func (*AddWebsiteGroupParams) WithContext ¶

WithContext adds the context to the add website group params

func (*AddWebsiteGroupParams) WithHTTPClient ¶

func (o *AddWebsiteGroupParams) WithHTTPClient(client *http.Client) *AddWebsiteGroupParams

WithHTTPClient adds the HTTPClient to the add website group params

func (*AddWebsiteGroupParams) WithTimeout ¶

func (o *AddWebsiteGroupParams) WithTimeout(timeout time.Duration) *AddWebsiteGroupParams

WithTimeout adds the timeout to the add website group params

func (*AddWebsiteGroupParams) WriteToRequest ¶

func (o *AddWebsiteGroupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type AddWebsiteGroupReader ¶

type AddWebsiteGroupReader struct {
	// contains filtered or unexported fields
}

AddWebsiteGroupReader is a Reader for the AddWebsiteGroup structure.

func (*AddWebsiteGroupReader) ReadResponse ¶

func (o *AddWebsiteGroupReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AddWebsiteOK ¶

type AddWebsiteOK struct {
	Payload models.Website
}

AddWebsiteOK handles this case with default header values.

successful operation

func NewAddWebsiteOK ¶

func NewAddWebsiteOK() *AddWebsiteOK

NewAddWebsiteOK creates a AddWebsiteOK with default headers values

func (*AddWebsiteOK) Error ¶

func (o *AddWebsiteOK) Error() string

type AddWebsiteParams ¶

type AddWebsiteParams struct {

	/*Body*/
	Body models.Website

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

AddWebsiteParams contains all the parameters to send to the API endpoint for the add website operation typically these are written to a http.Request

func NewAddWebsiteParams ¶

func NewAddWebsiteParams() *AddWebsiteParams

NewAddWebsiteParams creates a new AddWebsiteParams object with the default values initialized.

func NewAddWebsiteParamsWithContext ¶

func NewAddWebsiteParamsWithContext(ctx context.Context) *AddWebsiteParams

NewAddWebsiteParamsWithContext creates a new AddWebsiteParams object with the default values initialized, and the ability to set a context for a request

func NewAddWebsiteParamsWithHTTPClient ¶

func NewAddWebsiteParamsWithHTTPClient(client *http.Client) *AddWebsiteParams

NewAddWebsiteParamsWithHTTPClient creates a new AddWebsiteParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewAddWebsiteParamsWithTimeout ¶

func NewAddWebsiteParamsWithTimeout(timeout time.Duration) *AddWebsiteParams

NewAddWebsiteParamsWithTimeout creates a new AddWebsiteParams object with the default values initialized, and the ability to set a timeout on a request

func (*AddWebsiteParams) SetBody ¶

func (o *AddWebsiteParams) SetBody(body models.Website)

SetBody adds the body to the add website params

func (*AddWebsiteParams) SetContext ¶

func (o *AddWebsiteParams) SetContext(ctx context.Context)

SetContext adds the context to the add website params

func (*AddWebsiteParams) SetHTTPClient ¶

func (o *AddWebsiteParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the add website params

func (*AddWebsiteParams) SetTimeout ¶

func (o *AddWebsiteParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the add website params

func (*AddWebsiteParams) WithBody ¶

func (o *AddWebsiteParams) WithBody(body models.Website) *AddWebsiteParams

WithBody adds the body to the add website params

func (*AddWebsiteParams) WithContext ¶

func (o *AddWebsiteParams) WithContext(ctx context.Context) *AddWebsiteParams

WithContext adds the context to the add website params

func (*AddWebsiteParams) WithHTTPClient ¶

func (o *AddWebsiteParams) WithHTTPClient(client *http.Client) *AddWebsiteParams

WithHTTPClient adds the HTTPClient to the add website params

func (*AddWebsiteParams) WithTimeout ¶

func (o *AddWebsiteParams) WithTimeout(timeout time.Duration) *AddWebsiteParams

WithTimeout adds the timeout to the add website params

func (*AddWebsiteParams) WriteToRequest ¶

func (o *AddWebsiteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type AddWebsiteReader ¶

type AddWebsiteReader struct {
	// contains filtered or unexported fields
}

AddWebsiteReader is a Reader for the AddWebsite structure.

func (*AddWebsiteReader) ReadResponse ¶

func (o *AddWebsiteReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AddWidgetDefault ¶

type AddWidgetDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

AddWidgetDefault handles this case with default header values.

Error

func NewAddWidgetDefault ¶

func NewAddWidgetDefault(code int) *AddWidgetDefault

NewAddWidgetDefault creates a AddWidgetDefault with default headers values

func (*AddWidgetDefault) Code ¶

func (o *AddWidgetDefault) Code() int

Code gets the status code for the add widget default response

func (*AddWidgetDefault) Error ¶

func (o *AddWidgetDefault) Error() string

type AddWidgetOK ¶

type AddWidgetOK struct {
	Payload models.Widget
}

AddWidgetOK handles this case with default header values.

successful operation

func NewAddWidgetOK ¶

func NewAddWidgetOK() *AddWidgetOK

NewAddWidgetOK creates a AddWidgetOK with default headers values

func (*AddWidgetOK) Error ¶

func (o *AddWidgetOK) Error() string

type AddWidgetParams ¶

type AddWidgetParams struct {

	/*Body*/
	Body models.Widget

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

AddWidgetParams contains all the parameters to send to the API endpoint for the add widget operation typically these are written to a http.Request

func NewAddWidgetParams ¶

func NewAddWidgetParams() *AddWidgetParams

NewAddWidgetParams creates a new AddWidgetParams object with the default values initialized.

func NewAddWidgetParamsWithContext ¶

func NewAddWidgetParamsWithContext(ctx context.Context) *AddWidgetParams

NewAddWidgetParamsWithContext creates a new AddWidgetParams object with the default values initialized, and the ability to set a context for a request

func NewAddWidgetParamsWithHTTPClient ¶

func NewAddWidgetParamsWithHTTPClient(client *http.Client) *AddWidgetParams

NewAddWidgetParamsWithHTTPClient creates a new AddWidgetParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewAddWidgetParamsWithTimeout ¶

func NewAddWidgetParamsWithTimeout(timeout time.Duration) *AddWidgetParams

NewAddWidgetParamsWithTimeout creates a new AddWidgetParams object with the default values initialized, and the ability to set a timeout on a request

func (*AddWidgetParams) SetBody ¶

func (o *AddWidgetParams) SetBody(body models.Widget)

SetBody adds the body to the add widget params

func (*AddWidgetParams) SetContext ¶

func (o *AddWidgetParams) SetContext(ctx context.Context)

SetContext adds the context to the add widget params

func (*AddWidgetParams) SetHTTPClient ¶

func (o *AddWidgetParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the add widget params

func (*AddWidgetParams) SetTimeout ¶

func (o *AddWidgetParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the add widget params

func (*AddWidgetParams) WithBody ¶

func (o *AddWidgetParams) WithBody(body models.Widget) *AddWidgetParams

WithBody adds the body to the add widget params

func (*AddWidgetParams) WithContext ¶

func (o *AddWidgetParams) WithContext(ctx context.Context) *AddWidgetParams

WithContext adds the context to the add widget params

func (*AddWidgetParams) WithHTTPClient ¶

func (o *AddWidgetParams) WithHTTPClient(client *http.Client) *AddWidgetParams

WithHTTPClient adds the HTTPClient to the add widget params

func (*AddWidgetParams) WithTimeout ¶

func (o *AddWidgetParams) WithTimeout(timeout time.Duration) *AddWidgetParams

WithTimeout adds the timeout to the add widget params

func (*AddWidgetParams) WriteToRequest ¶

func (o *AddWidgetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type AddWidgetReader ¶

type AddWidgetReader struct {
	// contains filtered or unexported fields
}

AddWidgetReader is a Reader for the AddWidget structure.

func (*AddWidgetReader) ReadResponse ¶

func (o *AddWidgetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type Client ¶

type Client struct {
	// contains filtered or unexported fields
}

Client for lm API

func New ¶

func New(transport runtime.ClientTransport, formats strfmt.Registry, authInfo runtime.ClientAuthInfoWriter) *Client

New creates a new lm API client.

func (*Client) AckAlertByID ¶

func (a *Client) AckAlertByID(params *AckAlertByIDParams) (*AckAlertByIDOK, error)

AckAlertByID acks alert by id

func (*Client) AckCollectorDownAlertByID ¶

func (a *Client) AckCollectorDownAlertByID(params *AckCollectorDownAlertByIDParams) (*AckCollectorDownAlertByIDOK, error)

AckCollectorDownAlertByID acks collector down alert

func (*Client) AddAPITokenByAdminID ¶

func (a *Client) AddAPITokenByAdminID(params *AddAPITokenByAdminIDParams) (*AddAPITokenByAdminIDOK, error)

AddAPITokenByAdminID adds api tokens for a user

func (*Client) AddAdmin ¶

func (a *Client) AddAdmin(params *AddAdminParams) (*AddAdminOK, error)

AddAdmin adds user

func (*Client) AddAlertNoteByID ¶

func (a *Client) AddAlertNoteByID(params *AddAlertNoteByIDParams) (*AddAlertNoteByIDOK, error)

AddAlertNoteByID adds alert note

func (*Client) AddAlertRule ¶

func (a *Client) AddAlertRule(params *AddAlertRuleParams) (*AddAlertRuleOK, error)

AddAlertRule adds alert rule

func (*Client) AddCollector ¶

func (a *Client) AddCollector(params *AddCollectorParams) (*AddCollectorOK, error)

AddCollector adds collector

func (*Client) AddCollectorGroup ¶

func (a *Client) AddCollectorGroup(params *AddCollectorGroupParams) (*AddCollectorGroupOK, error)

AddCollectorGroup adds collector group

func (*Client) AddDashboard ¶

func (a *Client) AddDashboard(params *AddDashboardParams) (*AddDashboardOK, error)

AddDashboard adds dashboard

func (*Client) AddDashboardGroup ¶

func (a *Client) AddDashboardGroup(params *AddDashboardGroupParams) (*AddDashboardGroupOK, error)

AddDashboardGroup adds dashboard group

func (*Client) AddDevice ¶

func (a *Client) AddDevice(params *AddDeviceParams) (*AddDeviceOK, error)

AddDevice adds a new device

func (*Client) AddDeviceDatasourceInstance ¶

func (a *Client) AddDeviceDatasourceInstance(params *AddDeviceDatasourceInstanceParams) (*AddDeviceDatasourceInstanceOK, error)

AddDeviceDatasourceInstance adds device instance

func (*Client) AddDeviceDatasourceInstanceGroup ¶

func (a *Client) AddDeviceDatasourceInstanceGroup(params *AddDeviceDatasourceInstanceGroupParams) (*AddDeviceDatasourceInstanceGroupOK, error)

AddDeviceDatasourceInstanceGroup adds device datasource instance group

func (*Client) AddDeviceGroup ¶

func (a *Client) AddDeviceGroup(params *AddDeviceGroupParams) (*AddDeviceGroupOK, error)

AddDeviceGroup adds device group

func (*Client) AddDeviceGroupClusterAlertConf ¶

func (a *Client) AddDeviceGroupClusterAlertConf(params *AddDeviceGroupClusterAlertConfParams) (*AddDeviceGroupClusterAlertConfOK, error)

AddDeviceGroupClusterAlertConf adds cluster alert configuration

func (*Client) AddDeviceGroupProperty ¶

func (a *Client) AddDeviceGroupProperty(params *AddDeviceGroupPropertyParams) (*AddDeviceGroupPropertyOK, error)

AddDeviceGroupProperty adds device group property

func (*Client) AddDeviceProperty ¶

func (a *Client) AddDeviceProperty(params *AddDevicePropertyParams) (*AddDevicePropertyOK, error)

AddDeviceProperty adds device property

func (*Client) AddEscalationChain ¶

func (a *Client) AddEscalationChain(params *AddEscalationChainParams) (*AddEscalationChainOK, error)

AddEscalationChain adds escalation chain

func (*Client) AddNetscan ¶

func (a *Client) AddNetscan(params *AddNetscanParams) (*AddNetscanOK, error)

AddNetscan adds a new netscan

func (*Client) AddOpsNote ¶

func (a *Client) AddOpsNote(params *AddOpsNoteParams) (*AddOpsNoteOK, error)

AddOpsNote adds opsnote

func (*Client) AddRecipientGroup ¶

func (a *Client) AddRecipientGroup(params *AddRecipientGroupParams) (*AddRecipientGroupOK, error)

AddRecipientGroup adds recipient group

func (*Client) AddReport ¶

func (a *Client) AddReport(params *AddReportParams) (*AddReportOK, error)

AddReport adds report

func (*Client) AddReportGroup ¶

func (a *Client) AddReportGroup(params *AddReportGroupParams) (*AddReportGroupOK, error)

AddReportGroup adds report group

func (*Client) AddRole ¶

func (a *Client) AddRole(params *AddRoleParams) (*AddRoleOK, error)

AddRole adds role

func (*Client) AddSDT ¶

func (a *Client) AddSDT(params *AddSDTParams) (*AddSDTOK, error)

AddSDT adds SDT

func (*Client) AddWebsite ¶

func (a *Client) AddWebsite(params *AddWebsiteParams) (*AddWebsiteOK, error)

AddWebsite adds website

func (*Client) AddWebsiteGroup ¶

func (a *Client) AddWebsiteGroup(params *AddWebsiteGroupParams) (*AddWebsiteGroupOK, error)

AddWebsiteGroup adds website group

func (*Client) AddWidget ¶

func (a *Client) AddWidget(params *AddWidgetParams) (*AddWidgetOK, error)

AddWidget adds widget

func (*Client) CollectDeviceConfigSourceConfig ¶

func (a *Client) CollectDeviceConfigSourceConfig(params *CollectDeviceConfigSourceConfigParams) (*CollectDeviceConfigSourceConfigOK, error)

CollectDeviceConfigSourceConfig collects a config for a device

func (*Client) DeleteAPITokenByID ¶

func (a *Client) DeleteAPITokenByID(params *DeleteAPITokenByIDParams) (*DeleteAPITokenByIDOK, error)

DeleteAPITokenByID deletes api token

func (*Client) DeleteAdminByID ¶

func (a *Client) DeleteAdminByID(params *DeleteAdminByIDParams) (*DeleteAdminByIDOK, error)

DeleteAdminByID deletes user

func (*Client) DeleteAlertRuleByID ¶

func (a *Client) DeleteAlertRuleByID(params *DeleteAlertRuleByIDParams) (*DeleteAlertRuleByIDOK, error)

DeleteAlertRuleByID deletes alert rule

func (*Client) DeleteCollectorByID ¶

func (a *Client) DeleteCollectorByID(params *DeleteCollectorByIDParams) (*DeleteCollectorByIDOK, error)

DeleteCollectorByID deletes collector

func (*Client) DeleteCollectorGroupByID ¶

func (a *Client) DeleteCollectorGroupByID(params *DeleteCollectorGroupByIDParams) (*DeleteCollectorGroupByIDOK, error)

DeleteCollectorGroupByID deletes collector group

func (*Client) DeleteDashboardByID ¶

func (a *Client) DeleteDashboardByID(params *DeleteDashboardByIDParams) (*DeleteDashboardByIDOK, error)

DeleteDashboardByID deletes dashboard

func (*Client) DeleteDashboardGroupByID ¶

func (a *Client) DeleteDashboardGroupByID(params *DeleteDashboardGroupByIDParams) (*DeleteDashboardGroupByIDOK, error)

DeleteDashboardGroupByID deletes dashboard group

func (*Client) DeleteDatasourceByID ¶

func (a *Client) DeleteDatasourceByID(params *DeleteDatasourceByIDParams) (*DeleteDatasourceByIDOK, error)

DeleteDatasourceByID deletes datasource

func (*Client) DeleteDeviceByID ¶

func (a *Client) DeleteDeviceByID(params *DeleteDeviceByIDParams) (*DeleteDeviceByIDOK, error)

DeleteDeviceByID deletes a device

func (*Client) DeleteDeviceDatasourceInstanceByID ¶

func (a *Client) DeleteDeviceDatasourceInstanceByID(params *DeleteDeviceDatasourceInstanceByIDParams) (*DeleteDeviceDatasourceInstanceByIDOK, error)

DeleteDeviceDatasourceInstanceByID deletes a device instance

func (*Client) DeleteDeviceGroupByID ¶

func (a *Client) DeleteDeviceGroupByID(params *DeleteDeviceGroupByIDParams) (*DeleteDeviceGroupByIDOK, error)

DeleteDeviceGroupByID deletes device group

func (*Client) DeleteDeviceGroupClusterAlertConfByID ¶

func (a *Client) DeleteDeviceGroupClusterAlertConfByID(params *DeleteDeviceGroupClusterAlertConfByIDParams) (*DeleteDeviceGroupClusterAlertConfByIDOK, error)

DeleteDeviceGroupClusterAlertConfByID deletes cluster alert configuration

func (*Client) DeleteDeviceGroupPropertyByName ¶

func (a *Client) DeleteDeviceGroupPropertyByName(params *DeleteDeviceGroupPropertyByNameParams) (*DeleteDeviceGroupPropertyByNameOK, error)

DeleteDeviceGroupPropertyByName deletes device group property

func (*Client) DeleteDevicePropertyByName ¶

func (a *Client) DeleteDevicePropertyByName(params *DeleteDevicePropertyByNameParams) (*DeleteDevicePropertyByNameOK, error)

DeleteDevicePropertyByName deletes device property

func (*Client) DeleteEscalationChainByID ¶

func (a *Client) DeleteEscalationChainByID(params *DeleteEscalationChainByIDParams) (*DeleteEscalationChainByIDOK, error)

DeleteEscalationChainByID deletes escalation chain

func (*Client) DeleteNetscanByID ¶

func (a *Client) DeleteNetscanByID(params *DeleteNetscanByIDParams) (*DeleteNetscanByIDOK, error)

DeleteNetscanByID deletes a netscan

func (*Client) DeleteOpsNoteByID ¶

func (a *Client) DeleteOpsNoteByID(params *DeleteOpsNoteByIDParams) (*DeleteOpsNoteByIDOK, error)

DeleteOpsNoteByID deletes opsnote

func (*Client) DeleteRecipientGroupByID ¶

func (a *Client) DeleteRecipientGroupByID(params *DeleteRecipientGroupByIDParams) (*DeleteRecipientGroupByIDOK, error)

DeleteRecipientGroupByID deletes recipient group

func (*Client) DeleteReportByID ¶

func (a *Client) DeleteReportByID(params *DeleteReportByIDParams) (*DeleteReportByIDOK, error)

DeleteReportByID deletes report

func (*Client) DeleteReportGroupByID ¶

func (a *Client) DeleteReportGroupByID(params *DeleteReportGroupByIDParams) (*DeleteReportGroupByIDOK, error)

DeleteReportGroupByID deletes report group

func (*Client) DeleteRoleByID ¶

func (a *Client) DeleteRoleByID(params *DeleteRoleByIDParams) (*DeleteRoleByIDOK, error)

DeleteRoleByID deletes role

func (*Client) DeleteSDTByID ¶

func (a *Client) DeleteSDTByID(params *DeleteSDTByIDParams) (*DeleteSDTByIDOK, error)

DeleteSDTByID deletes SDT

func (*Client) DeleteWebsiteByID ¶

func (a *Client) DeleteWebsiteByID(params *DeleteWebsiteByIDParams) (*DeleteWebsiteByIDOK, error)

DeleteWebsiteByID deletes website

func (*Client) DeleteWebsiteGroupByID ¶

func (a *Client) DeleteWebsiteGroupByID(params *DeleteWebsiteGroupByIDParams) (*DeleteWebsiteGroupByIDOK, error)

DeleteWebsiteGroupByID deletes website group

func (*Client) DeleteWidgetByID ¶

func (a *Client) DeleteWidgetByID(params *DeleteWidgetByIDParams) (*DeleteWidgetByIDOK, error)

DeleteWidgetByID deletes widget

func (*Client) ExecuteDebugCommand ¶

func (a *Client) ExecuteDebugCommand(params *ExecuteDebugCommandParams) (*ExecuteDebugCommandOK, error)

ExecuteDebugCommand executes a collector debug command

func (*Client) GenerateReportByID ¶

func (a *Client) GenerateReportByID(params *GenerateReportByIDParams) (*GenerateReportByIDOK, error)

GenerateReportByID runs a report

func (*Client) GetAPITokenList ¶

func (a *Client) GetAPITokenList(params *GetAPITokenListParams) (*GetAPITokenListOK, error)

GetAPITokenList gets a list of api tokens across users

func (*Client) GetAPITokenListByAdminID ¶

func (a *Client) GetAPITokenListByAdminID(params *GetAPITokenListByAdminIDParams) (*GetAPITokenListByAdminIDOK, error)

GetAPITokenListByAdminID gets api tokens for a user

func (*Client) GetAdminByID ¶

func (a *Client) GetAdminByID(params *GetAdminByIDParams) (*GetAdminByIDOK, error)

GetAdminByID gets user

func (*Client) GetAdminList ¶

func (a *Client) GetAdminList(params *GetAdminListParams) (*GetAdminListOK, error)

GetAdminList gets user list

func (*Client) GetAlertByID ¶

func (a *Client) GetAlertByID(params *GetAlertByIDParams) (*GetAlertByIDOK, error)

GetAlertByID gets alert

func (*Client) GetAlertList ¶

func (a *Client) GetAlertList(params *GetAlertListParams) (*GetAlertListOK, error)

GetAlertList gets alert list

func (*Client) GetAlertListByDeviceGroupID ¶

func (a *Client) GetAlertListByDeviceGroupID(params *GetAlertListByDeviceGroupIDParams) (*GetAlertListByDeviceGroupIDOK, error)

GetAlertListByDeviceGroupID gets device group alerts

func (*Client) GetAlertListByDeviceID ¶

func (a *Client) GetAlertListByDeviceID(params *GetAlertListByDeviceIDParams) (*GetAlertListByDeviceIDOK, error)

GetAlertListByDeviceID gets alerts

func (*Client) GetAlertRuleByID ¶

func (a *Client) GetAlertRuleByID(params *GetAlertRuleByIDParams) (*GetAlertRuleByIDOK, error)

GetAlertRuleByID gets alert rule by id

func (*Client) GetAlertRuleList ¶

func (a *Client) GetAlertRuleList(params *GetAlertRuleListParams) (*GetAlertRuleListOK, error)

GetAlertRuleList gets alert rule list

func (*Client) GetAllSDTListByDeviceID ¶

func (a *Client) GetAllSDTListByDeviceID(params *GetAllSDTListByDeviceIDParams) (*GetAllSDTListByDeviceIDOK, error)

GetAllSDTListByDeviceID gets sdts for a device

func (*Client) GetAllSDTListByWebsiteGroupID ¶

func (a *Client) GetAllSDTListByWebsiteGroupID(params *GetAllSDTListByWebsiteGroupIDParams) (*GetAllSDTListByWebsiteGroupIDOK, error)

GetAllSDTListByWebsiteGroupID gets a list of sdts for a website group

func (*Client) GetAssociatedDeviceListByDataSourceID ¶

func (a *Client) GetAssociatedDeviceListByDataSourceID(params *GetAssociatedDeviceListByDataSourceIDParams) (*GetAssociatedDeviceListByDataSourceIDOK, error)

GetAssociatedDeviceListByDataSourceID gets devices associated with a datasource

func (*Client) GetAuditLogByID ¶

func (a *Client) GetAuditLogByID(params *GetAuditLogByIDParams) (*GetAuditLogByIDOK, error)

GetAuditLogByID gets audit log by id

func (*Client) GetAuditLogList ¶

func (a *Client) GetAuditLogList(params *GetAuditLogListParams) (*GetAuditLogListOK, error)

GetAuditLogList gets audit logs

func (*Client) GetAwsExternalID ¶

func (a *Client) GetAwsExternalID(params *GetAwsExternalIDParams) (*GetAwsExternalIDOK, error)

GetAwsExternalID gets a w s external id

func (*Client) GetCollectorByID ¶

func (a *Client) GetCollectorByID(params *GetCollectorByIDParams) (*GetCollectorByIDOK, error)

GetCollectorByID gets collector

func (*Client) GetCollectorGroupByID ¶

func (a *Client) GetCollectorGroupByID(params *GetCollectorGroupByIDParams) (*GetCollectorGroupByIDOK, error)

GetCollectorGroupByID gets collector group

func (*Client) GetCollectorGroupList ¶

func (a *Client) GetCollectorGroupList(params *GetCollectorGroupListParams) (*GetCollectorGroupListOK, error)

GetCollectorGroupList gets collector group list

func (*Client) GetCollectorInstaller ¶

func (a *Client) GetCollectorInstaller(params *GetCollectorInstallerParams, writer io.Writer) (*GetCollectorInstallerOK, error)

GetCollectorInstaller gets collector installer

func (*Client) GetCollectorList ¶

func (a *Client) GetCollectorList(params *GetCollectorListParams) (*GetCollectorListOK, error)

GetCollectorList gets collector list

func (*Client) GetDashboardByID ¶

func (a *Client) GetDashboardByID(params *GetDashboardByIDParams) (*GetDashboardByIDOK, error)

GetDashboardByID gets dashboard

func (*Client) GetDashboardGroupByID ¶

func (a *Client) GetDashboardGroupByID(params *GetDashboardGroupByIDParams) (*GetDashboardGroupByIDOK, error)

GetDashboardGroupByID gets dashboard group

func (*Client) GetDashboardGroupList ¶

func (a *Client) GetDashboardGroupList(params *GetDashboardGroupListParams) (*GetDashboardGroupListOK, error)

GetDashboardGroupList gets dashboard group list

func (*Client) GetDashboardList ¶

func (a *Client) GetDashboardList(params *GetDashboardListParams) (*GetDashboardListOK, error)

GetDashboardList gets dashboard list

func (*Client) GetDataSourceOverviewGraphByID ¶

func (a *Client) GetDataSourceOverviewGraphByID(params *GetDataSourceOverviewGraphByIDParams) (*GetDataSourceOverviewGraphByIDOK, error)

GetDataSourceOverviewGraphByID gets datasource overview graph by id

func (*Client) GetDataSourceOverviewGraphList ¶

func (a *Client) GetDataSourceOverviewGraphList(params *GetDataSourceOverviewGraphListParams) (*GetDataSourceOverviewGraphListOK, error)

GetDataSourceOverviewGraphList gets datasource overview graph list

func (*Client) GetDatasourceByID ¶

func (a *Client) GetDatasourceByID(params *GetDatasourceByIDParams) (*GetDatasourceByIDOK, error)

GetDatasourceByID gets datasource by id

func (*Client) GetDatasourceList ¶

func (a *Client) GetDatasourceList(params *GetDatasourceListParams) (*GetDatasourceListOK, error)

GetDatasourceList gets datasource list

func (*Client) GetDebugCommandResult ¶

func (a *Client) GetDebugCommandResult(params *GetDebugCommandResultParams) (*GetDebugCommandResultOK, error)

GetDebugCommandResult gets the result of a collector debug command

func (*Client) GetDeviceByID ¶

func (a *Client) GetDeviceByID(params *GetDeviceByIDParams) (*GetDeviceByIDOK, error)

GetDeviceByID gets device by id

func (*Client) GetDeviceConfigSourceConfigByID ¶

func (a *Client) GetDeviceConfigSourceConfigByID(params *GetDeviceConfigSourceConfigByIDParams) (*GetDeviceConfigSourceConfigByIDOK, error)

GetDeviceConfigSourceConfigByID gets a config for a device

func (*Client) GetDeviceConfigSourceConfigList ¶

func (a *Client) GetDeviceConfigSourceConfigList(params *GetDeviceConfigSourceConfigListParams) (*GetDeviceConfigSourceConfigListOK, error)

GetDeviceConfigSourceConfigList gets config instances for a configsource

func (*Client) GetDeviceDatasourceByID ¶

func (a *Client) GetDeviceDatasourceByID(params *GetDeviceDatasourceByIDParams) (*GetDeviceDatasourceByIDOK, error)

GetDeviceDatasourceByID gets device datasource

func (*Client) GetDeviceDatasourceDataByID ¶

func (a *Client) GetDeviceDatasourceDataByID(params *GetDeviceDatasourceDataByIDParams) (*GetDeviceDatasourceDataByIDOK, error)

GetDeviceDatasourceDataByID gets device datasource data

func (*Client) GetDeviceDatasourceInstanceAlertSettingByID ¶

func (a *Client) GetDeviceDatasourceInstanceAlertSettingByID(params *GetDeviceDatasourceInstanceAlertSettingByIDParams) (*GetDeviceDatasourceInstanceAlertSettingByIDOK, error)

GetDeviceDatasourceInstanceAlertSettingByID gets device instance alert setting

func (*Client) GetDeviceDatasourceInstanceAlertSettingList ¶

func (a *Client) GetDeviceDatasourceInstanceAlertSettingList(params *GetDeviceDatasourceInstanceAlertSettingListParams) (*GetDeviceDatasourceInstanceAlertSettingListOK, error)

GetDeviceDatasourceInstanceAlertSettingList gets a list of alert settings for a device

func (*Client) GetDeviceDatasourceInstanceByID ¶

func (a *Client) GetDeviceDatasourceInstanceByID(params *GetDeviceDatasourceInstanceByIDParams) (*GetDeviceDatasourceInstanceByIDOK, error)

GetDeviceDatasourceInstanceByID gets device instance

func (*Client) GetDeviceDatasourceInstanceData ¶

func (a *Client) GetDeviceDatasourceInstanceData(params *GetDeviceDatasourceInstanceDataParams) (*GetDeviceDatasourceInstanceDataOK, error)

GetDeviceDatasourceInstanceData gets device instance data

func (*Client) GetDeviceDatasourceInstanceGraphData ¶

func (a *Client) GetDeviceDatasourceInstanceGraphData(params *GetDeviceDatasourceInstanceGraphDataParams) (*GetDeviceDatasourceInstanceGraphDataOK, error)

GetDeviceDatasourceInstanceGraphData gets device instance graph data

func (*Client) GetDeviceDatasourceInstanceGroupByID ¶

func (a *Client) GetDeviceDatasourceInstanceGroupByID(params *GetDeviceDatasourceInstanceGroupByIDParams) (*GetDeviceDatasourceInstanceGroupByIDOK, error)

GetDeviceDatasourceInstanceGroupByID gets device datasource instance group

func (*Client) GetDeviceDatasourceInstanceGroupList ¶

func (a *Client) GetDeviceDatasourceInstanceGroupList(params *GetDeviceDatasourceInstanceGroupListParams) (*GetDeviceDatasourceInstanceGroupListOK, error)

GetDeviceDatasourceInstanceGroupList gets device datasource instance group list

func (*Client) GetDeviceDatasourceInstanceGroupOverviewGraphData ¶

func (a *Client) GetDeviceDatasourceInstanceGroupOverviewGraphData(params *GetDeviceDatasourceInstanceGroupOverviewGraphDataParams) (*GetDeviceDatasourceInstanceGroupOverviewGraphDataOK, error)

GetDeviceDatasourceInstanceGroupOverviewGraphData gets device instance group overview graph data

func (*Client) GetDeviceDatasourceInstanceList ¶

func (a *Client) GetDeviceDatasourceInstanceList(params *GetDeviceDatasourceInstanceListParams) (*GetDeviceDatasourceInstanceListOK, error)

GetDeviceDatasourceInstanceList gets device instance list

func (*Client) GetDeviceDatasourceInstanceSDTHistory ¶

func (a *Client) GetDeviceDatasourceInstanceSDTHistory(params *GetDeviceDatasourceInstanceSDTHistoryParams) (*GetDeviceDatasourceInstanceSDTHistoryOK, error)

GetDeviceDatasourceInstanceSDTHistory gets device instance SDT history

func (*Client) GetDeviceDatasourceList ¶

func (a *Client) GetDeviceDatasourceList(params *GetDeviceDatasourceListParams) (*GetDeviceDatasourceListOK, error)

GetDeviceDatasourceList gets device datasource list

func (*Client) GetDeviceGroupByID ¶

func (a *Client) GetDeviceGroupByID(params *GetDeviceGroupByIDParams) (*GetDeviceGroupByIDOK, error)

GetDeviceGroupByID gets device group

func (*Client) GetDeviceGroupClusterAlertConfByID ¶

func (a *Client) GetDeviceGroupClusterAlertConfByID(params *GetDeviceGroupClusterAlertConfByIDParams) (*GetDeviceGroupClusterAlertConfByIDOK, error)

GetDeviceGroupClusterAlertConfByID gets cluster alert configuration by id

func (*Client) GetDeviceGroupClusterAlertConfList ¶

func (a *Client) GetDeviceGroupClusterAlertConfList(params *GetDeviceGroupClusterAlertConfListParams) (*GetDeviceGroupClusterAlertConfListOK, error)

GetDeviceGroupClusterAlertConfList gets a list of cluster alert configurations for a device group

func (*Client) GetDeviceGroupDatasourceAlertSetting ¶

func (a *Client) GetDeviceGroupDatasourceAlertSetting(params *GetDeviceGroupDatasourceAlertSettingParams) (*GetDeviceGroupDatasourceAlertSettingOK, error)

GetDeviceGroupDatasourceAlertSetting gets device group datasource alert setting

func (*Client) GetDeviceGroupDatasourceByID ¶

func (a *Client) GetDeviceGroupDatasourceByID(params *GetDeviceGroupDatasourceByIDParams) (*GetDeviceGroupDatasourceByIDOK, error)

GetDeviceGroupDatasourceByID gets device group datasource

func (*Client) GetDeviceGroupDatasourceList ¶

func (a *Client) GetDeviceGroupDatasourceList(params *GetDeviceGroupDatasourceListParams) (*GetDeviceGroupDatasourceListOK, error)

GetDeviceGroupDatasourceList gets device group datasource list

func (*Client) GetDeviceGroupList ¶

func (a *Client) GetDeviceGroupList(params *GetDeviceGroupListParams) (*GetDeviceGroupListOK, error)

GetDeviceGroupList gets device group list

func (*Client) GetDeviceGroupPropertyByName ¶

func (a *Client) GetDeviceGroupPropertyByName(params *GetDeviceGroupPropertyByNameParams) (*GetDeviceGroupPropertyByNameOK, error)

GetDeviceGroupPropertyByName gets device group property by name

func (*Client) GetDeviceGroupPropertyList ¶

func (a *Client) GetDeviceGroupPropertyList(params *GetDeviceGroupPropertyListParams) (*GetDeviceGroupPropertyListOK, error)

GetDeviceGroupPropertyList gets device group properties

func (*Client) GetDeviceGroupSDTList ¶

func (a *Client) GetDeviceGroupSDTList(params *GetDeviceGroupSDTListParams) (*GetDeviceGroupSDTListOK, error)

GetDeviceGroupSDTList gets device group sdts

func (*Client) GetDeviceInstanceGraphDataOnlyByInstanceID ¶

func (a *Client) GetDeviceInstanceGraphDataOnlyByInstanceID(params *GetDeviceInstanceGraphDataOnlyByInstanceIDParams) (*GetDeviceInstanceGraphDataOnlyByInstanceIDOK, error)

GetDeviceInstanceGraphDataOnlyByInstanceID gets device instance data

func (*Client) GetDeviceList ¶

func (a *Client) GetDeviceList(params *GetDeviceListParams) (*GetDeviceListOK, error)

GetDeviceList gets device list

func (*Client) GetDevicePropertyByName ¶

func (a *Client) GetDevicePropertyByName(params *GetDevicePropertyByNameParams) (*GetDevicePropertyByNameOK, error)

GetDevicePropertyByName gets device property by name

func (*Client) GetDevicePropertyList ¶

func (a *Client) GetDevicePropertyList(params *GetDevicePropertyListParams) (*GetDevicePropertyListOK, error)

GetDevicePropertyList gets device properties

func (*Client) GetEscalationChainByID ¶

func (a *Client) GetEscalationChainByID(params *GetEscalationChainByIDParams) (*GetEscalationChainByIDOK, error)

GetEscalationChainByID gets escalation chain by id

func (*Client) GetEscalationChainList ¶

func (a *Client) GetEscalationChainList(params *GetEscalationChainListParams) (*GetEscalationChainListOK, error)

GetEscalationChainList gets escalation chain list

func (*Client) GetImmediateDeviceListByDeviceGroupID ¶

func (a *Client) GetImmediateDeviceListByDeviceGroupID(params *GetImmediateDeviceListByDeviceGroupIDParams) (*GetImmediateDeviceListByDeviceGroupIDOK, error)

GetImmediateDeviceListByDeviceGroupID gets immediate devices under group

func (*Client) GetImmediateWebsiteListByWebsiteGroupID ¶

func (a *Client) GetImmediateWebsiteListByWebsiteGroupID(params *GetImmediateWebsiteListByWebsiteGroupIDParams) (*GetImmediateWebsiteListByWebsiteGroupIDOK, error)

GetImmediateWebsiteListByWebsiteGroupID gets a list of websites for a group

func (*Client) GetNetflowEndpointList ¶

func (a *Client) GetNetflowEndpointList(params *GetNetflowEndpointListParams) (*GetNetflowEndpointListOK, error)

GetNetflowEndpointList gets netflow endpoint list

func (*Client) GetNetflowFlowList ¶

func (a *Client) GetNetflowFlowList(params *GetNetflowFlowListParams) (*GetNetflowFlowListOK, error)

GetNetflowFlowList gets netflow flow list

func (*Client) GetNetflowPortList ¶

func (a *Client) GetNetflowPortList(params *GetNetflowPortListParams) (*GetNetflowPortListOK, error)

GetNetflowPortList gets netflow port list

func (*Client) GetNetscanByID ¶

func (a *Client) GetNetscanByID(params *GetNetscanByIDParams) (*GetNetscanByIDOK, error)

GetNetscanByID gets netscan by id

func (*Client) GetNetscanList ¶

func (a *Client) GetNetscanList(params *GetNetscanListParams) (*GetNetscanListOK, error)

GetNetscanList gets netscan list

func (*Client) GetOpsNoteByID ¶

func (a *Client) GetOpsNoteByID(params *GetOpsNoteByIDParams) (*GetOpsNoteByIDOK, error)

GetOpsNoteByID gets opsnote by id

func (*Client) GetOpsNoteList ¶

func (a *Client) GetOpsNoteList(params *GetOpsNoteListParams) (*GetOpsNoteListOK, error)

GetOpsNoteList gets opsnote list

func (*Client) GetRecipientGroupByID ¶

func (a *Client) GetRecipientGroupByID(params *GetRecipientGroupByIDParams) (*GetRecipientGroupByIDOK, error)

GetRecipientGroupByID gets recipient group by id

func (*Client) GetRecipientGroupList ¶

func (a *Client) GetRecipientGroupList(params *GetRecipientGroupListParams) (*GetRecipientGroupListOK, error)

GetRecipientGroupList gets recipient group list

func (*Client) GetReportByID ¶

func (a *Client) GetReportByID(params *GetReportByIDParams) (*GetReportByIDOK, error)

GetReportByID gets report by id

func (*Client) GetReportGroupByID ¶

func (a *Client) GetReportGroupByID(params *GetReportGroupByIDParams) (*GetReportGroupByIDOK, error)

GetReportGroupByID gets report group by id

func (*Client) GetReportGroupList ¶

func (a *Client) GetReportGroupList(params *GetReportGroupListParams) (*GetReportGroupListOK, error)

GetReportGroupList gets report group list

func (*Client) GetReportList ¶

func (a *Client) GetReportList(params *GetReportListParams) (*GetReportListOK, error)

GetReportList gets report list

func (*Client) GetRoleByID ¶

func (a *Client) GetRoleByID(params *GetRoleByIDParams) (*GetRoleByIDOK, error)

GetRoleByID gets role by id

func (*Client) GetRoleList ¶

func (a *Client) GetRoleList(params *GetRoleListParams) (*GetRoleListOK, error)

GetRoleList gets role list

func (*Client) GetSDTByID ¶

func (a *Client) GetSDTByID(params *GetSDTByIDParams) (*GetSDTByIDOK, error)

GetSDTByID gets SDT by id

func (*Client) GetSDTHistoryByDeviceDataSourceID ¶

func (a *Client) GetSDTHistoryByDeviceDataSourceID(params *GetSDTHistoryByDeviceDataSourceIDParams) (*GetSDTHistoryByDeviceDataSourceIDOK, error)

GetSDTHistoryByDeviceDataSourceID gets SDT history for the device data source

func (*Client) GetSDTHistoryByDeviceGroupID ¶

func (a *Client) GetSDTHistoryByDeviceGroupID(params *GetSDTHistoryByDeviceGroupIDParams) (*GetSDTHistoryByDeviceGroupIDOK, error)

GetSDTHistoryByDeviceGroupID gets SDT history for the group

func (*Client) GetSDTHistoryByDeviceID ¶

func (a *Client) GetSDTHistoryByDeviceID(params *GetSDTHistoryByDeviceIDParams) (*GetSDTHistoryByDeviceIDOK, error)

GetSDTHistoryByDeviceID gets SDT history for the device

func (*Client) GetSDTHistoryByWebsiteGroupID ¶

func (a *Client) GetSDTHistoryByWebsiteGroupID(params *GetSDTHistoryByWebsiteGroupIDParams) (*GetSDTHistoryByWebsiteGroupIDOK, error)

GetSDTHistoryByWebsiteGroupID gets SDT history for the website group

func (*Client) GetSDTHistoryByWebsiteID ¶

func (a *Client) GetSDTHistoryByWebsiteID(params *GetSDTHistoryByWebsiteIDParams) (*GetSDTHistoryByWebsiteIDOK, error)

GetSDTHistoryByWebsiteID gets SDT history for the website

func (*Client) GetSDTList ¶

func (a *Client) GetSDTList(params *GetSDTListParams) (*GetSDTListOK, error)

GetSDTList gets SDT list

func (*Client) GetSiteMonitorCheckPointList ¶

func (a *Client) GetSiteMonitorCheckPointList(params *GetSiteMonitorCheckPointListParams) (*GetSiteMonitorCheckPointListOK, error)

GetSiteMonitorCheckPointList gets website checkpoint list

func (*Client) GetTopTalkersGraph ¶

func (a *Client) GetTopTalkersGraph(params *GetTopTalkersGraphParams) (*GetTopTalkersGraphOK, error)

GetTopTalkersGraph gets top talkers graph

func (*Client) GetUnmonitoredDeviceList ¶

func (a *Client) GetUnmonitoredDeviceList(params *GetUnmonitoredDeviceListParams) (*GetUnmonitoredDeviceListOK, error)

GetUnmonitoredDeviceList gets unmonitored device list

func (*Client) GetUpdateReasonListByDataSourceID ¶

func (a *Client) GetUpdateReasonListByDataSourceID(params *GetUpdateReasonListByDataSourceIDParams) (*GetUpdateReasonListByDataSourceIDOK, error)

GetUpdateReasonListByDataSourceID gets update history for a datasource

func (*Client) GetWebsiteAlertListByWebsiteID ¶

func (a *Client) GetWebsiteAlertListByWebsiteID(params *GetWebsiteAlertListByWebsiteIDParams) (*GetWebsiteAlertListByWebsiteIDOK, error)

GetWebsiteAlertListByWebsiteID gets alerts for a website

func (*Client) GetWebsiteByID ¶

func (a *Client) GetWebsiteByID(params *GetWebsiteByIDParams) (*GetWebsiteByIDOK, error)

GetWebsiteByID gets website by id

func (*Client) GetWebsiteCheckpointDataByID ¶

func (a *Client) GetWebsiteCheckpointDataByID(params *GetWebsiteCheckpointDataByIDParams) (*GetWebsiteCheckpointDataByIDOK, error)

GetWebsiteCheckpointDataByID gets data for a website checkpoint

func (*Client) GetWebsiteDataByGraphName ¶

func (a *Client) GetWebsiteDataByGraphName(params *GetWebsiteDataByGraphNameParams) (*GetWebsiteDataByGraphNameOK, error)

GetWebsiteDataByGraphName gets website data by graph name

func (*Client) GetWebsiteGraphData ¶

func (a *Client) GetWebsiteGraphData(params *GetWebsiteGraphDataParams) (*GetWebsiteGraphDataOK, error)

GetWebsiteGraphData gets website graph data

func (*Client) GetWebsiteGroupByID ¶

func (a *Client) GetWebsiteGroupByID(params *GetWebsiteGroupByIDParams) (*GetWebsiteGroupByIDOK, error)

GetWebsiteGroupByID gets website group

func (*Client) GetWebsiteGroupList ¶

func (a *Client) GetWebsiteGroupList(params *GetWebsiteGroupListParams) (*GetWebsiteGroupListOK, error)

GetWebsiteGroupList gets website group list

func (*Client) GetWebsiteList ¶

func (a *Client) GetWebsiteList(params *GetWebsiteListParams) (*GetWebsiteListOK, error)

GetWebsiteList gets website list

func (*Client) GetWebsitePropertyListByWebsiteID ¶

func (a *Client) GetWebsitePropertyListByWebsiteID(params *GetWebsitePropertyListByWebsiteIDParams) (*GetWebsitePropertyListByWebsiteIDOK, error)

GetWebsitePropertyListByWebsiteID gets a list of properties for a website

func (*Client) GetWebsiteSDTListByWebsiteID ¶

func (a *Client) GetWebsiteSDTListByWebsiteID(params *GetWebsiteSDTListByWebsiteIDParams) (*GetWebsiteSDTListByWebsiteIDOK, error)

GetWebsiteSDTListByWebsiteID gets a list of sdts for a website

func (*Client) GetWidgetByID ¶

func (a *Client) GetWidgetByID(params *GetWidgetByIDParams) (*GetWidgetByIDOK, error)

GetWidgetByID gets widget by id

func (*Client) GetWidgetDataByID ¶

func (a *Client) GetWidgetDataByID(params *GetWidgetDataByIDParams) (*GetWidgetDataByIDOK, error)

GetWidgetDataByID gets widget data

func (*Client) GetWidgetList ¶

func (a *Client) GetWidgetList(params *GetWidgetListParams) (*GetWidgetListOK, error)

GetWidgetList gets widget list

func (*Client) GetWidgetListByDashboardID ¶

func (a *Client) GetWidgetListByDashboardID(params *GetWidgetListByDashboardIDParams) (*GetWidgetListByDashboardIDOK, error)

GetWidgetListByDashboardID gets widget list by dashboard Id

func (*Client) ImportBatchJob ¶

func (a *Client) ImportBatchJob(params *ImportBatchJobParams) (*ImportBatchJobOK, error)

ImportBatchJob imports batch job via xml

func (*Client) ImportConfigSource ¶

func (a *Client) ImportConfigSource(params *ImportConfigSourceParams) (*ImportConfigSourceOK, error)

ImportConfigSource imports config source via xml

func (*Client) ImportDataSource ¶

func (a *Client) ImportDataSource(params *ImportDataSourceParams) (*ImportDataSourceOK, error)

ImportDataSource imports datasource via xml

func (*Client) ImportEventSource ¶

func (a *Client) ImportEventSource(params *ImportEventSourceParams) (*ImportEventSourceOK, error)

ImportEventSource imports eventsource via xml

func (*Client) PatchAPITokenByAdminID ¶

func (a *Client) PatchAPITokenByAdminID(params *PatchAPITokenByAdminIDParams) (*PatchAPITokenByAdminIDOK, error)

PatchAPITokenByAdminID updates api tokens for a user

func (*Client) PatchAdminByID ¶

func (a *Client) PatchAdminByID(params *PatchAdminByIDParams) (*PatchAdminByIDOK, error)

PatchAdminByID updates user

func (*Client) PatchAlertRuleByID ¶

func (a *Client) PatchAlertRuleByID(params *PatchAlertRuleByIDParams) (*PatchAlertRuleByIDOK, error)

PatchAlertRuleByID updates alert rule

func (*Client) PatchCollectorByID ¶

func (a *Client) PatchCollectorByID(params *PatchCollectorByIDParams) (*PatchCollectorByIDOK, error)

PatchCollectorByID updates collector

func (*Client) PatchCollectorGroupByID ¶

func (a *Client) PatchCollectorGroupByID(params *PatchCollectorGroupByIDParams) (*PatchCollectorGroupByIDOK, error)

PatchCollectorGroupByID updates collector group

func (*Client) PatchDashboardByID ¶

func (a *Client) PatchDashboardByID(params *PatchDashboardByIDParams) (*PatchDashboardByIDOK, error)

PatchDashboardByID updates dashboard

func (*Client) PatchDashboardGroupByID ¶

func (a *Client) PatchDashboardGroupByID(params *PatchDashboardGroupByIDParams) (*PatchDashboardGroupByIDOK, error)

PatchDashboardGroupByID updates dashboard group

func (*Client) PatchDevice ¶

func (a *Client) PatchDevice(params *PatchDeviceParams) (*PatchDeviceOK, error)

PatchDevice updates a device

func (*Client) PatchDeviceDatasourceInstanceAlertSettingByID ¶

func (a *Client) PatchDeviceDatasourceInstanceAlertSettingByID(params *PatchDeviceDatasourceInstanceAlertSettingByIDParams) (*PatchDeviceDatasourceInstanceAlertSettingByIDOK, error)

PatchDeviceDatasourceInstanceAlertSettingByID updates device instance alert setting

func (*Client) PatchDeviceDatasourceInstanceByID ¶

func (a *Client) PatchDeviceDatasourceInstanceByID(params *PatchDeviceDatasourceInstanceByIDParams) (*PatchDeviceDatasourceInstanceByIDOK, error)

PatchDeviceDatasourceInstanceByID updates device instance

func (*Client) PatchDeviceDatasourceInstanceGroupByID ¶

func (a *Client) PatchDeviceDatasourceInstanceGroupByID(params *PatchDeviceDatasourceInstanceGroupByIDParams) (*PatchDeviceDatasourceInstanceGroupByIDOK, error)

PatchDeviceDatasourceInstanceGroupByID updates device datasource instance group

func (*Client) PatchDeviceGroupByID ¶

func (a *Client) PatchDeviceGroupByID(params *PatchDeviceGroupByIDParams) (*PatchDeviceGroupByIDOK, error)

PatchDeviceGroupByID updates device group

func (*Client) PatchDeviceGroupClusterAlertConfByID ¶

func (a *Client) PatchDeviceGroupClusterAlertConfByID(params *PatchDeviceGroupClusterAlertConfByIDParams) (*PatchDeviceGroupClusterAlertConfByIDOK, error)

PatchDeviceGroupClusterAlertConfByID updates cluster alert configuration

func (*Client) PatchDeviceGroupDatasourceAlertSetting ¶

func (a *Client) PatchDeviceGroupDatasourceAlertSetting(params *PatchDeviceGroupDatasourceAlertSettingParams) (*PatchDeviceGroupDatasourceAlertSettingOK, error)

PatchDeviceGroupDatasourceAlertSetting updates device group datasource alert setting

func (*Client) PatchDeviceGroupPropertyByName ¶

func (a *Client) PatchDeviceGroupPropertyByName(params *PatchDeviceGroupPropertyByNameParams) (*PatchDeviceGroupPropertyByNameOK, error)

PatchDeviceGroupPropertyByName updates device group property

func (*Client) PatchDevicePropertyByName ¶

func (a *Client) PatchDevicePropertyByName(params *PatchDevicePropertyByNameParams) (*PatchDevicePropertyByNameOK, error)

PatchDevicePropertyByName updates device property

func (*Client) PatchEscalationChainByID ¶

func (a *Client) PatchEscalationChainByID(params *PatchEscalationChainByIDParams) (*PatchEscalationChainByIDOK, error)

PatchEscalationChainByID updates escalation chain

func (*Client) PatchNetscan ¶

func (a *Client) PatchNetscan(params *PatchNetscanParams) (*PatchNetscanOK, error)

PatchNetscan updates a netscan

func (*Client) PatchOpsNoteByID ¶

func (a *Client) PatchOpsNoteByID(params *PatchOpsNoteByIDParams) (*PatchOpsNoteByIDOK, error)

PatchOpsNoteByID updates opsnote

func (*Client) PatchRecipientGroupByID ¶

func (a *Client) PatchRecipientGroupByID(params *PatchRecipientGroupByIDParams) (*PatchRecipientGroupByIDOK, error)

PatchRecipientGroupByID updates recipient group

func (*Client) PatchReportByID ¶

func (a *Client) PatchReportByID(params *PatchReportByIDParams) (*PatchReportByIDOK, error)

PatchReportByID updates report

func (*Client) PatchReportGroupByID ¶

func (a *Client) PatchReportGroupByID(params *PatchReportGroupByIDParams) (*PatchReportGroupByIDOK, error)

PatchReportGroupByID updates report group

func (*Client) PatchRoleByID ¶

func (a *Client) PatchRoleByID(params *PatchRoleByIDParams) (*PatchRoleByIDOK, error)

PatchRoleByID updates role

func (*Client) PatchSDTByID ¶

func (a *Client) PatchSDTByID(params *PatchSDTByIDParams) (*PatchSDTByIDOK, error)

PatchSDTByID updates SDT

func (*Client) PatchWebsiteByID ¶

func (a *Client) PatchWebsiteByID(params *PatchWebsiteByIDParams) (*PatchWebsiteByIDOK, error)

PatchWebsiteByID updates website

func (*Client) PatchWebsiteGroupByID ¶

func (a *Client) PatchWebsiteGroupByID(params *PatchWebsiteGroupByIDParams) (*PatchWebsiteGroupByIDOK, error)

PatchWebsiteGroupByID updates website group

func (*Client) PatchWidgetByID ¶

func (a *Client) PatchWidgetByID(params *PatchWidgetByIDParams) (*PatchWidgetByIDOK, error)

PatchWidgetByID updates widget

func (*Client) ScheduleAutoDiscoveryByDeviceID ¶

func (a *Client) ScheduleAutoDiscoveryByDeviceID(params *ScheduleAutoDiscoveryByDeviceIDParams) (*ScheduleAutoDiscoveryByDeviceIDOK, error)

ScheduleAutoDiscoveryByDeviceID schedules active discovery for a device

func (*Client) SetTransport ¶

func (a *Client) SetTransport(transport runtime.ClientTransport)

SetTransport changes the transport on the client

func (*Client) UpdateAPITokenByAdminID ¶

func (a *Client) UpdateAPITokenByAdminID(params *UpdateAPITokenByAdminIDParams) (*UpdateAPITokenByAdminIDOK, error)

UpdateAPITokenByAdminID updates api tokens for a user

func (*Client) UpdateAdminByID ¶

func (a *Client) UpdateAdminByID(params *UpdateAdminByIDParams) (*UpdateAdminByIDOK, error)

UpdateAdminByID updates user

func (*Client) UpdateAlertRuleByID ¶

func (a *Client) UpdateAlertRuleByID(params *UpdateAlertRuleByIDParams) (*UpdateAlertRuleByIDOK, error)

UpdateAlertRuleByID updates alert rule

func (*Client) UpdateCollectorByID ¶

func (a *Client) UpdateCollectorByID(params *UpdateCollectorByIDParams) (*UpdateCollectorByIDOK, error)

UpdateCollectorByID updates collector

func (*Client) UpdateCollectorGroupByID ¶

func (a *Client) UpdateCollectorGroupByID(params *UpdateCollectorGroupByIDParams) (*UpdateCollectorGroupByIDOK, error)

UpdateCollectorGroupByID updates collector group

func (*Client) UpdateDashboardByID ¶

func (a *Client) UpdateDashboardByID(params *UpdateDashboardByIDParams) (*UpdateDashboardByIDOK, error)

UpdateDashboardByID updates dashboard

func (*Client) UpdateDashboardGroupByID ¶

func (a *Client) UpdateDashboardGroupByID(params *UpdateDashboardGroupByIDParams) (*UpdateDashboardGroupByIDOK, error)

UpdateDashboardGroupByID updates dashboard group

func (*Client) UpdateDevice ¶

func (a *Client) UpdateDevice(params *UpdateDeviceParams) (*UpdateDeviceOK, error)

UpdateDevice updates a device

func (*Client) UpdateDeviceDatasourceInstanceAlertSettingByID ¶

func (a *Client) UpdateDeviceDatasourceInstanceAlertSettingByID(params *UpdateDeviceDatasourceInstanceAlertSettingByIDParams) (*UpdateDeviceDatasourceInstanceAlertSettingByIDOK, error)

UpdateDeviceDatasourceInstanceAlertSettingByID updates device instance alert setting

func (*Client) UpdateDeviceDatasourceInstanceByID ¶

func (a *Client) UpdateDeviceDatasourceInstanceByID(params *UpdateDeviceDatasourceInstanceByIDParams) (*UpdateDeviceDatasourceInstanceByIDOK, error)

UpdateDeviceDatasourceInstanceByID updates device instance

func (*Client) UpdateDeviceDatasourceInstanceGroupByID ¶

func (a *Client) UpdateDeviceDatasourceInstanceGroupByID(params *UpdateDeviceDatasourceInstanceGroupByIDParams) (*UpdateDeviceDatasourceInstanceGroupByIDOK, error)

UpdateDeviceDatasourceInstanceGroupByID updates device datasource instance group

func (*Client) UpdateDeviceGroupByID ¶

func (a *Client) UpdateDeviceGroupByID(params *UpdateDeviceGroupByIDParams) (*UpdateDeviceGroupByIDOK, error)

UpdateDeviceGroupByID updates device group

func (*Client) UpdateDeviceGroupClusterAlertConfByID ¶

func (a *Client) UpdateDeviceGroupClusterAlertConfByID(params *UpdateDeviceGroupClusterAlertConfByIDParams) (*UpdateDeviceGroupClusterAlertConfByIDOK, error)

UpdateDeviceGroupClusterAlertConfByID updates cluster alert configuration

func (*Client) UpdateDeviceGroupDatasourceAlertSetting ¶

func (a *Client) UpdateDeviceGroupDatasourceAlertSetting(params *UpdateDeviceGroupDatasourceAlertSettingParams) (*UpdateDeviceGroupDatasourceAlertSettingOK, error)

UpdateDeviceGroupDatasourceAlertSetting updates device group datasource alert setting

func (*Client) UpdateDeviceGroupPropertyByName ¶

func (a *Client) UpdateDeviceGroupPropertyByName(params *UpdateDeviceGroupPropertyByNameParams) (*UpdateDeviceGroupPropertyByNameOK, error)

UpdateDeviceGroupPropertyByName updates device group property

func (*Client) UpdateDevicePropertyByName ¶

func (a *Client) UpdateDevicePropertyByName(params *UpdateDevicePropertyByNameParams) (*UpdateDevicePropertyByNameOK, error)

UpdateDevicePropertyByName updates device property

func (*Client) UpdateEscalationChainByID ¶

func (a *Client) UpdateEscalationChainByID(params *UpdateEscalationChainByIDParams) (*UpdateEscalationChainByIDOK, error)

UpdateEscalationChainByID updates escalation chain

func (*Client) UpdateNetscan ¶

func (a *Client) UpdateNetscan(params *UpdateNetscanParams) (*UpdateNetscanOK, error)

UpdateNetscan updates a netscan

func (*Client) UpdateOpsNoteByID ¶

func (a *Client) UpdateOpsNoteByID(params *UpdateOpsNoteByIDParams) (*UpdateOpsNoteByIDOK, error)

UpdateOpsNoteByID updates opsnote

func (*Client) UpdateRecipientGroupByID ¶

func (a *Client) UpdateRecipientGroupByID(params *UpdateRecipientGroupByIDParams) (*UpdateRecipientGroupByIDOK, error)

UpdateRecipientGroupByID updates recipient group

func (*Client) UpdateReportByID ¶

func (a *Client) UpdateReportByID(params *UpdateReportByIDParams) (*UpdateReportByIDOK, error)

UpdateReportByID updates report

func (*Client) UpdateReportGroupByID ¶

func (a *Client) UpdateReportGroupByID(params *UpdateReportGroupByIDParams) (*UpdateReportGroupByIDOK, error)

UpdateReportGroupByID updates report group

func (*Client) UpdateRoleByID ¶

func (a *Client) UpdateRoleByID(params *UpdateRoleByIDParams) (*UpdateRoleByIDOK, error)

UpdateRoleByID updates role

func (*Client) UpdateSDTByID ¶

func (a *Client) UpdateSDTByID(params *UpdateSDTByIDParams) (*UpdateSDTByIDOK, error)

UpdateSDTByID updates SDT

func (*Client) UpdateWebsiteByID ¶

func (a *Client) UpdateWebsiteByID(params *UpdateWebsiteByIDParams) (*UpdateWebsiteByIDOK, error)

UpdateWebsiteByID updates website

func (*Client) UpdateWebsiteGroupByID ¶

func (a *Client) UpdateWebsiteGroupByID(params *UpdateWebsiteGroupByIDParams) (*UpdateWebsiteGroupByIDOK, error)

UpdateWebsiteGroupByID updates website group

func (*Client) UpdateWidgetByID ¶

func (a *Client) UpdateWidgetByID(params *UpdateWidgetByIDParams) (*UpdateWidgetByIDOK, error)

UpdateWidgetByID updates widget

type CollectDeviceConfigSourceConfigDefault ¶

type CollectDeviceConfigSourceConfigDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

CollectDeviceConfigSourceConfigDefault handles this case with default header values.

Error

func NewCollectDeviceConfigSourceConfigDefault ¶

func NewCollectDeviceConfigSourceConfigDefault(code int) *CollectDeviceConfigSourceConfigDefault

NewCollectDeviceConfigSourceConfigDefault creates a CollectDeviceConfigSourceConfigDefault with default headers values

func (*CollectDeviceConfigSourceConfigDefault) Code ¶

Code gets the status code for the collect device config source config default response

func (*CollectDeviceConfigSourceConfigDefault) Error ¶

type CollectDeviceConfigSourceConfigOK ¶

type CollectDeviceConfigSourceConfigOK struct {
	Payload interface{}
}

CollectDeviceConfigSourceConfigOK handles this case with default header values.

successful operation

func NewCollectDeviceConfigSourceConfigOK ¶

func NewCollectDeviceConfigSourceConfigOK() *CollectDeviceConfigSourceConfigOK

NewCollectDeviceConfigSourceConfigOK creates a CollectDeviceConfigSourceConfigOK with default headers values

func (*CollectDeviceConfigSourceConfigOK) Error ¶

type CollectDeviceConfigSourceConfigParams ¶

type CollectDeviceConfigSourceConfigParams struct {

	/*DeviceID*/
	DeviceID int32
	/*HdsID*/
	HdsID int32
	/*InstanceID*/
	InstanceID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

CollectDeviceConfigSourceConfigParams contains all the parameters to send to the API endpoint for the collect device config source config operation typically these are written to a http.Request

func NewCollectDeviceConfigSourceConfigParams ¶

func NewCollectDeviceConfigSourceConfigParams() *CollectDeviceConfigSourceConfigParams

NewCollectDeviceConfigSourceConfigParams creates a new CollectDeviceConfigSourceConfigParams object with the default values initialized.

func NewCollectDeviceConfigSourceConfigParamsWithContext ¶

func NewCollectDeviceConfigSourceConfigParamsWithContext(ctx context.Context) *CollectDeviceConfigSourceConfigParams

NewCollectDeviceConfigSourceConfigParamsWithContext creates a new CollectDeviceConfigSourceConfigParams object with the default values initialized, and the ability to set a context for a request

func NewCollectDeviceConfigSourceConfigParamsWithHTTPClient ¶

func NewCollectDeviceConfigSourceConfigParamsWithHTTPClient(client *http.Client) *CollectDeviceConfigSourceConfigParams

NewCollectDeviceConfigSourceConfigParamsWithHTTPClient creates a new CollectDeviceConfigSourceConfigParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewCollectDeviceConfigSourceConfigParamsWithTimeout ¶

func NewCollectDeviceConfigSourceConfigParamsWithTimeout(timeout time.Duration) *CollectDeviceConfigSourceConfigParams

NewCollectDeviceConfigSourceConfigParamsWithTimeout creates a new CollectDeviceConfigSourceConfigParams object with the default values initialized, and the ability to set a timeout on a request

func (*CollectDeviceConfigSourceConfigParams) SetContext ¶

SetContext adds the context to the collect device config source config params

func (*CollectDeviceConfigSourceConfigParams) SetDeviceID ¶

func (o *CollectDeviceConfigSourceConfigParams) SetDeviceID(deviceID int32)

SetDeviceID adds the deviceId to the collect device config source config params

func (*CollectDeviceConfigSourceConfigParams) SetHTTPClient ¶

func (o *CollectDeviceConfigSourceConfigParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the collect device config source config params

func (*CollectDeviceConfigSourceConfigParams) SetHdsID ¶

func (o *CollectDeviceConfigSourceConfigParams) SetHdsID(hdsID int32)

SetHdsID adds the hdsId to the collect device config source config params

func (*CollectDeviceConfigSourceConfigParams) SetInstanceID ¶

func (o *CollectDeviceConfigSourceConfigParams) SetInstanceID(instanceID int32)

SetInstanceID adds the instanceId to the collect device config source config params

func (*CollectDeviceConfigSourceConfigParams) SetTimeout ¶

func (o *CollectDeviceConfigSourceConfigParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the collect device config source config params

func (*CollectDeviceConfigSourceConfigParams) WithContext ¶

WithContext adds the context to the collect device config source config params

func (*CollectDeviceConfigSourceConfigParams) WithDeviceID ¶

WithDeviceID adds the deviceID to the collect device config source config params

func (*CollectDeviceConfigSourceConfigParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the collect device config source config params

func (*CollectDeviceConfigSourceConfigParams) WithHdsID ¶

WithHdsID adds the hdsID to the collect device config source config params

func (*CollectDeviceConfigSourceConfigParams) WithInstanceID ¶

WithInstanceID adds the instanceID to the collect device config source config params

func (*CollectDeviceConfigSourceConfigParams) WithTimeout ¶

WithTimeout adds the timeout to the collect device config source config params

func (*CollectDeviceConfigSourceConfigParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type CollectDeviceConfigSourceConfigReader ¶

type CollectDeviceConfigSourceConfigReader struct {
	// contains filtered or unexported fields
}

CollectDeviceConfigSourceConfigReader is a Reader for the CollectDeviceConfigSourceConfig structure.

func (*CollectDeviceConfigSourceConfigReader) ReadResponse ¶

func (o *CollectDeviceConfigSourceConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteAPITokenByIDDefault ¶

type DeleteAPITokenByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

DeleteAPITokenByIDDefault handles this case with default header values.

Error

func NewDeleteAPITokenByIDDefault ¶

func NewDeleteAPITokenByIDDefault(code int) *DeleteAPITokenByIDDefault

NewDeleteAPITokenByIDDefault creates a DeleteAPITokenByIDDefault with default headers values

func (*DeleteAPITokenByIDDefault) Code ¶

func (o *DeleteAPITokenByIDDefault) Code() int

Code gets the status code for the delete Api token by Id default response

func (*DeleteAPITokenByIDDefault) Error ¶

func (o *DeleteAPITokenByIDDefault) Error() string

type DeleteAPITokenByIDOK ¶

type DeleteAPITokenByIDOK struct {
	Payload interface{}
}

DeleteAPITokenByIDOK handles this case with default header values.

successful operation

func NewDeleteAPITokenByIDOK ¶

func NewDeleteAPITokenByIDOK() *DeleteAPITokenByIDOK

NewDeleteAPITokenByIDOK creates a DeleteAPITokenByIDOK with default headers values

func (*DeleteAPITokenByIDOK) Error ¶

func (o *DeleteAPITokenByIDOK) Error() string

type DeleteAPITokenByIDParams ¶

type DeleteAPITokenByIDParams struct {

	/*AdminID*/
	AdminID int32
	/*ApitokenID*/
	ApitokenID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteAPITokenByIDParams contains all the parameters to send to the API endpoint for the delete Api token by Id operation typically these are written to a http.Request

func NewDeleteAPITokenByIDParams ¶

func NewDeleteAPITokenByIDParams() *DeleteAPITokenByIDParams

NewDeleteAPITokenByIDParams creates a new DeleteAPITokenByIDParams object with the default values initialized.

func NewDeleteAPITokenByIDParamsWithContext ¶

func NewDeleteAPITokenByIDParamsWithContext(ctx context.Context) *DeleteAPITokenByIDParams

NewDeleteAPITokenByIDParamsWithContext creates a new DeleteAPITokenByIDParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteAPITokenByIDParamsWithHTTPClient ¶

func NewDeleteAPITokenByIDParamsWithHTTPClient(client *http.Client) *DeleteAPITokenByIDParams

NewDeleteAPITokenByIDParamsWithHTTPClient creates a new DeleteAPITokenByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteAPITokenByIDParamsWithTimeout ¶

func NewDeleteAPITokenByIDParamsWithTimeout(timeout time.Duration) *DeleteAPITokenByIDParams

NewDeleteAPITokenByIDParamsWithTimeout creates a new DeleteAPITokenByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteAPITokenByIDParams) SetAdminID ¶

func (o *DeleteAPITokenByIDParams) SetAdminID(adminID int32)

SetAdminID adds the adminId to the delete Api token by Id params

func (*DeleteAPITokenByIDParams) SetApitokenID ¶

func (o *DeleteAPITokenByIDParams) SetApitokenID(apitokenID int32)

SetApitokenID adds the apitokenId to the delete Api token by Id params

func (*DeleteAPITokenByIDParams) SetContext ¶

func (o *DeleteAPITokenByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the delete Api token by Id params

func (*DeleteAPITokenByIDParams) SetHTTPClient ¶

func (o *DeleteAPITokenByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete Api token by Id params

func (*DeleteAPITokenByIDParams) SetTimeout ¶

func (o *DeleteAPITokenByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete Api token by Id params

func (*DeleteAPITokenByIDParams) WithAdminID ¶

func (o *DeleteAPITokenByIDParams) WithAdminID(adminID int32) *DeleteAPITokenByIDParams

WithAdminID adds the adminID to the delete Api token by Id params

func (*DeleteAPITokenByIDParams) WithApitokenID ¶

func (o *DeleteAPITokenByIDParams) WithApitokenID(apitokenID int32) *DeleteAPITokenByIDParams

WithApitokenID adds the apitokenID to the delete Api token by Id params

func (*DeleteAPITokenByIDParams) WithContext ¶

WithContext adds the context to the delete Api token by Id params

func (*DeleteAPITokenByIDParams) WithHTTPClient ¶

func (o *DeleteAPITokenByIDParams) WithHTTPClient(client *http.Client) *DeleteAPITokenByIDParams

WithHTTPClient adds the HTTPClient to the delete Api token by Id params

func (*DeleteAPITokenByIDParams) WithTimeout ¶

WithTimeout adds the timeout to the delete Api token by Id params

func (*DeleteAPITokenByIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type DeleteAPITokenByIDReader ¶

type DeleteAPITokenByIDReader struct {
	// contains filtered or unexported fields
}

DeleteAPITokenByIDReader is a Reader for the DeleteAPITokenByID structure.

func (*DeleteAPITokenByIDReader) ReadResponse ¶

func (o *DeleteAPITokenByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteAdminByIDDefault ¶

type DeleteAdminByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

DeleteAdminByIDDefault handles this case with default header values.

Error

func NewDeleteAdminByIDDefault ¶

func NewDeleteAdminByIDDefault(code int) *DeleteAdminByIDDefault

NewDeleteAdminByIDDefault creates a DeleteAdminByIDDefault with default headers values

func (*DeleteAdminByIDDefault) Code ¶

func (o *DeleteAdminByIDDefault) Code() int

Code gets the status code for the delete admin by Id default response

func (*DeleteAdminByIDDefault) Error ¶

func (o *DeleteAdminByIDDefault) Error() string

type DeleteAdminByIDOK ¶

type DeleteAdminByIDOK struct {
	Payload interface{}
}

DeleteAdminByIDOK handles this case with default header values.

successful operation

func NewDeleteAdminByIDOK ¶

func NewDeleteAdminByIDOK() *DeleteAdminByIDOK

NewDeleteAdminByIDOK creates a DeleteAdminByIDOK with default headers values

func (*DeleteAdminByIDOK) Error ¶

func (o *DeleteAdminByIDOK) Error() string

type DeleteAdminByIDParams ¶

type DeleteAdminByIDParams struct {

	/*ID*/
	ID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteAdminByIDParams contains all the parameters to send to the API endpoint for the delete admin by Id operation typically these are written to a http.Request

func NewDeleteAdminByIDParams ¶

func NewDeleteAdminByIDParams() *DeleteAdminByIDParams

NewDeleteAdminByIDParams creates a new DeleteAdminByIDParams object with the default values initialized.

func NewDeleteAdminByIDParamsWithContext ¶

func NewDeleteAdminByIDParamsWithContext(ctx context.Context) *DeleteAdminByIDParams

NewDeleteAdminByIDParamsWithContext creates a new DeleteAdminByIDParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteAdminByIDParamsWithHTTPClient ¶

func NewDeleteAdminByIDParamsWithHTTPClient(client *http.Client) *DeleteAdminByIDParams

NewDeleteAdminByIDParamsWithHTTPClient creates a new DeleteAdminByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteAdminByIDParamsWithTimeout ¶

func NewDeleteAdminByIDParamsWithTimeout(timeout time.Duration) *DeleteAdminByIDParams

NewDeleteAdminByIDParamsWithTimeout creates a new DeleteAdminByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteAdminByIDParams) SetContext ¶

func (o *DeleteAdminByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the delete admin by Id params

func (*DeleteAdminByIDParams) SetHTTPClient ¶

func (o *DeleteAdminByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete admin by Id params

func (*DeleteAdminByIDParams) SetID ¶

func (o *DeleteAdminByIDParams) SetID(id int32)

SetID adds the id to the delete admin by Id params

func (*DeleteAdminByIDParams) SetTimeout ¶

func (o *DeleteAdminByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete admin by Id params

func (*DeleteAdminByIDParams) WithContext ¶

WithContext adds the context to the delete admin by Id params

func (*DeleteAdminByIDParams) WithHTTPClient ¶

func (o *DeleteAdminByIDParams) WithHTTPClient(client *http.Client) *DeleteAdminByIDParams

WithHTTPClient adds the HTTPClient to the delete admin by Id params

func (*DeleteAdminByIDParams) WithID ¶

WithID adds the id to the delete admin by Id params

func (*DeleteAdminByIDParams) WithTimeout ¶

func (o *DeleteAdminByIDParams) WithTimeout(timeout time.Duration) *DeleteAdminByIDParams

WithTimeout adds the timeout to the delete admin by Id params

func (*DeleteAdminByIDParams) WriteToRequest ¶

func (o *DeleteAdminByIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type DeleteAdminByIDReader ¶

type DeleteAdminByIDReader struct {
	// contains filtered or unexported fields
}

DeleteAdminByIDReader is a Reader for the DeleteAdminByID structure.

func (*DeleteAdminByIDReader) ReadResponse ¶

func (o *DeleteAdminByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteAlertRuleByIDDefault ¶

type DeleteAlertRuleByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

DeleteAlertRuleByIDDefault handles this case with default header values.

Error

func NewDeleteAlertRuleByIDDefault ¶

func NewDeleteAlertRuleByIDDefault(code int) *DeleteAlertRuleByIDDefault

NewDeleteAlertRuleByIDDefault creates a DeleteAlertRuleByIDDefault with default headers values

func (*DeleteAlertRuleByIDDefault) Code ¶

func (o *DeleteAlertRuleByIDDefault) Code() int

Code gets the status code for the delete alert rule by Id default response

func (*DeleteAlertRuleByIDDefault) Error ¶

type DeleteAlertRuleByIDOK ¶

type DeleteAlertRuleByIDOK struct {
	Payload interface{}
}

DeleteAlertRuleByIDOK handles this case with default header values.

successful operation

func NewDeleteAlertRuleByIDOK ¶

func NewDeleteAlertRuleByIDOK() *DeleteAlertRuleByIDOK

NewDeleteAlertRuleByIDOK creates a DeleteAlertRuleByIDOK with default headers values

func (*DeleteAlertRuleByIDOK) Error ¶

func (o *DeleteAlertRuleByIDOK) Error() string

type DeleteAlertRuleByIDParams ¶

type DeleteAlertRuleByIDParams struct {

	/*ID*/
	ID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteAlertRuleByIDParams contains all the parameters to send to the API endpoint for the delete alert rule by Id operation typically these are written to a http.Request

func NewDeleteAlertRuleByIDParams ¶

func NewDeleteAlertRuleByIDParams() *DeleteAlertRuleByIDParams

NewDeleteAlertRuleByIDParams creates a new DeleteAlertRuleByIDParams object with the default values initialized.

func NewDeleteAlertRuleByIDParamsWithContext ¶

func NewDeleteAlertRuleByIDParamsWithContext(ctx context.Context) *DeleteAlertRuleByIDParams

NewDeleteAlertRuleByIDParamsWithContext creates a new DeleteAlertRuleByIDParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteAlertRuleByIDParamsWithHTTPClient ¶

func NewDeleteAlertRuleByIDParamsWithHTTPClient(client *http.Client) *DeleteAlertRuleByIDParams

NewDeleteAlertRuleByIDParamsWithHTTPClient creates a new DeleteAlertRuleByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteAlertRuleByIDParamsWithTimeout ¶

func NewDeleteAlertRuleByIDParamsWithTimeout(timeout time.Duration) *DeleteAlertRuleByIDParams

NewDeleteAlertRuleByIDParamsWithTimeout creates a new DeleteAlertRuleByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteAlertRuleByIDParams) SetContext ¶

func (o *DeleteAlertRuleByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the delete alert rule by Id params

func (*DeleteAlertRuleByIDParams) SetHTTPClient ¶

func (o *DeleteAlertRuleByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete alert rule by Id params

func (*DeleteAlertRuleByIDParams) SetID ¶

func (o *DeleteAlertRuleByIDParams) SetID(id int32)

SetID adds the id to the delete alert rule by Id params

func (*DeleteAlertRuleByIDParams) SetTimeout ¶

func (o *DeleteAlertRuleByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete alert rule by Id params

func (*DeleteAlertRuleByIDParams) WithContext ¶

WithContext adds the context to the delete alert rule by Id params

func (*DeleteAlertRuleByIDParams) WithHTTPClient ¶

func (o *DeleteAlertRuleByIDParams) WithHTTPClient(client *http.Client) *DeleteAlertRuleByIDParams

WithHTTPClient adds the HTTPClient to the delete alert rule by Id params

func (*DeleteAlertRuleByIDParams) WithID ¶

WithID adds the id to the delete alert rule by Id params

func (*DeleteAlertRuleByIDParams) WithTimeout ¶

WithTimeout adds the timeout to the delete alert rule by Id params

func (*DeleteAlertRuleByIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type DeleteAlertRuleByIDReader ¶

type DeleteAlertRuleByIDReader struct {
	// contains filtered or unexported fields
}

DeleteAlertRuleByIDReader is a Reader for the DeleteAlertRuleByID structure.

func (*DeleteAlertRuleByIDReader) ReadResponse ¶

func (o *DeleteAlertRuleByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteCollectorByIDDefault ¶

type DeleteCollectorByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

DeleteCollectorByIDDefault handles this case with default header values.

Error

func NewDeleteCollectorByIDDefault ¶

func NewDeleteCollectorByIDDefault(code int) *DeleteCollectorByIDDefault

NewDeleteCollectorByIDDefault creates a DeleteCollectorByIDDefault with default headers values

func (*DeleteCollectorByIDDefault) Code ¶

func (o *DeleteCollectorByIDDefault) Code() int

Code gets the status code for the delete collector by Id default response

func (*DeleteCollectorByIDDefault) Error ¶

type DeleteCollectorByIDOK ¶

type DeleteCollectorByIDOK struct {
	Payload interface{}
}

DeleteCollectorByIDOK handles this case with default header values.

successful operation

func NewDeleteCollectorByIDOK ¶

func NewDeleteCollectorByIDOK() *DeleteCollectorByIDOK

NewDeleteCollectorByIDOK creates a DeleteCollectorByIDOK with default headers values

func (*DeleteCollectorByIDOK) Error ¶

func (o *DeleteCollectorByIDOK) Error() string

type DeleteCollectorByIDParams ¶

type DeleteCollectorByIDParams struct {

	/*ID*/
	ID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteCollectorByIDParams contains all the parameters to send to the API endpoint for the delete collector by Id operation typically these are written to a http.Request

func NewDeleteCollectorByIDParams ¶

func NewDeleteCollectorByIDParams() *DeleteCollectorByIDParams

NewDeleteCollectorByIDParams creates a new DeleteCollectorByIDParams object with the default values initialized.

func NewDeleteCollectorByIDParamsWithContext ¶

func NewDeleteCollectorByIDParamsWithContext(ctx context.Context) *DeleteCollectorByIDParams

NewDeleteCollectorByIDParamsWithContext creates a new DeleteCollectorByIDParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteCollectorByIDParamsWithHTTPClient ¶

func NewDeleteCollectorByIDParamsWithHTTPClient(client *http.Client) *DeleteCollectorByIDParams

NewDeleteCollectorByIDParamsWithHTTPClient creates a new DeleteCollectorByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteCollectorByIDParamsWithTimeout ¶

func NewDeleteCollectorByIDParamsWithTimeout(timeout time.Duration) *DeleteCollectorByIDParams

NewDeleteCollectorByIDParamsWithTimeout creates a new DeleteCollectorByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteCollectorByIDParams) SetContext ¶

func (o *DeleteCollectorByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the delete collector by Id params

func (*DeleteCollectorByIDParams) SetHTTPClient ¶

func (o *DeleteCollectorByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete collector by Id params

func (*DeleteCollectorByIDParams) SetID ¶

func (o *DeleteCollectorByIDParams) SetID(id int32)

SetID adds the id to the delete collector by Id params

func (*DeleteCollectorByIDParams) SetTimeout ¶

func (o *DeleteCollectorByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete collector by Id params

func (*DeleteCollectorByIDParams) WithContext ¶

WithContext adds the context to the delete collector by Id params

func (*DeleteCollectorByIDParams) WithHTTPClient ¶

func (o *DeleteCollectorByIDParams) WithHTTPClient(client *http.Client) *DeleteCollectorByIDParams

WithHTTPClient adds the HTTPClient to the delete collector by Id params

func (*DeleteCollectorByIDParams) WithID ¶

WithID adds the id to the delete collector by Id params

func (*DeleteCollectorByIDParams) WithTimeout ¶

WithTimeout adds the timeout to the delete collector by Id params

func (*DeleteCollectorByIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type DeleteCollectorByIDReader ¶

type DeleteCollectorByIDReader struct {
	// contains filtered or unexported fields
}

DeleteCollectorByIDReader is a Reader for the DeleteCollectorByID structure.

func (*DeleteCollectorByIDReader) ReadResponse ¶

func (o *DeleteCollectorByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteCollectorGroupByIDDefault ¶

type DeleteCollectorGroupByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

DeleteCollectorGroupByIDDefault handles this case with default header values.

Error

func NewDeleteCollectorGroupByIDDefault ¶

func NewDeleteCollectorGroupByIDDefault(code int) *DeleteCollectorGroupByIDDefault

NewDeleteCollectorGroupByIDDefault creates a DeleteCollectorGroupByIDDefault with default headers values

func (*DeleteCollectorGroupByIDDefault) Code ¶

Code gets the status code for the delete collector group by Id default response

func (*DeleteCollectorGroupByIDDefault) Error ¶

type DeleteCollectorGroupByIDOK ¶

type DeleteCollectorGroupByIDOK struct {
	Payload interface{}
}

DeleteCollectorGroupByIDOK handles this case with default header values.

successful operation

func NewDeleteCollectorGroupByIDOK ¶

func NewDeleteCollectorGroupByIDOK() *DeleteCollectorGroupByIDOK

NewDeleteCollectorGroupByIDOK creates a DeleteCollectorGroupByIDOK with default headers values

func (*DeleteCollectorGroupByIDOK) Error ¶

type DeleteCollectorGroupByIDParams ¶

type DeleteCollectorGroupByIDParams struct {

	/*ID*/
	ID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteCollectorGroupByIDParams contains all the parameters to send to the API endpoint for the delete collector group by Id operation typically these are written to a http.Request

func NewDeleteCollectorGroupByIDParams ¶

func NewDeleteCollectorGroupByIDParams() *DeleteCollectorGroupByIDParams

NewDeleteCollectorGroupByIDParams creates a new DeleteCollectorGroupByIDParams object with the default values initialized.

func NewDeleteCollectorGroupByIDParamsWithContext ¶

func NewDeleteCollectorGroupByIDParamsWithContext(ctx context.Context) *DeleteCollectorGroupByIDParams

NewDeleteCollectorGroupByIDParamsWithContext creates a new DeleteCollectorGroupByIDParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteCollectorGroupByIDParamsWithHTTPClient ¶

func NewDeleteCollectorGroupByIDParamsWithHTTPClient(client *http.Client) *DeleteCollectorGroupByIDParams

NewDeleteCollectorGroupByIDParamsWithHTTPClient creates a new DeleteCollectorGroupByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteCollectorGroupByIDParamsWithTimeout ¶

func NewDeleteCollectorGroupByIDParamsWithTimeout(timeout time.Duration) *DeleteCollectorGroupByIDParams

NewDeleteCollectorGroupByIDParamsWithTimeout creates a new DeleteCollectorGroupByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteCollectorGroupByIDParams) SetContext ¶

func (o *DeleteCollectorGroupByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the delete collector group by Id params

func (*DeleteCollectorGroupByIDParams) SetHTTPClient ¶

func (o *DeleteCollectorGroupByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete collector group by Id params

func (*DeleteCollectorGroupByIDParams) SetID ¶

SetID adds the id to the delete collector group by Id params

func (*DeleteCollectorGroupByIDParams) SetTimeout ¶

func (o *DeleteCollectorGroupByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete collector group by Id params

func (*DeleteCollectorGroupByIDParams) WithContext ¶

WithContext adds the context to the delete collector group by Id params

func (*DeleteCollectorGroupByIDParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the delete collector group by Id params

func (*DeleteCollectorGroupByIDParams) WithID ¶

WithID adds the id to the delete collector group by Id params

func (*DeleteCollectorGroupByIDParams) WithTimeout ¶

WithTimeout adds the timeout to the delete collector group by Id params

func (*DeleteCollectorGroupByIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type DeleteCollectorGroupByIDReader ¶

type DeleteCollectorGroupByIDReader struct {
	// contains filtered or unexported fields
}

DeleteCollectorGroupByIDReader is a Reader for the DeleteCollectorGroupByID structure.

func (*DeleteCollectorGroupByIDReader) ReadResponse ¶

func (o *DeleteCollectorGroupByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteDashboardByIDDefault ¶

type DeleteDashboardByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

DeleteDashboardByIDDefault handles this case with default header values.

Error

func NewDeleteDashboardByIDDefault ¶

func NewDeleteDashboardByIDDefault(code int) *DeleteDashboardByIDDefault

NewDeleteDashboardByIDDefault creates a DeleteDashboardByIDDefault with default headers values

func (*DeleteDashboardByIDDefault) Code ¶

func (o *DeleteDashboardByIDDefault) Code() int

Code gets the status code for the delete dashboard by Id default response

func (*DeleteDashboardByIDDefault) Error ¶

type DeleteDashboardByIDOK ¶

type DeleteDashboardByIDOK struct {
	Payload interface{}
}

DeleteDashboardByIDOK handles this case with default header values.

successful operation

func NewDeleteDashboardByIDOK ¶

func NewDeleteDashboardByIDOK() *DeleteDashboardByIDOK

NewDeleteDashboardByIDOK creates a DeleteDashboardByIDOK with default headers values

func (*DeleteDashboardByIDOK) Error ¶

func (o *DeleteDashboardByIDOK) Error() string

type DeleteDashboardByIDParams ¶

type DeleteDashboardByIDParams struct {

	/*ID*/
	ID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteDashboardByIDParams contains all the parameters to send to the API endpoint for the delete dashboard by Id operation typically these are written to a http.Request

func NewDeleteDashboardByIDParams ¶

func NewDeleteDashboardByIDParams() *DeleteDashboardByIDParams

NewDeleteDashboardByIDParams creates a new DeleteDashboardByIDParams object with the default values initialized.

func NewDeleteDashboardByIDParamsWithContext ¶

func NewDeleteDashboardByIDParamsWithContext(ctx context.Context) *DeleteDashboardByIDParams

NewDeleteDashboardByIDParamsWithContext creates a new DeleteDashboardByIDParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteDashboardByIDParamsWithHTTPClient ¶

func NewDeleteDashboardByIDParamsWithHTTPClient(client *http.Client) *DeleteDashboardByIDParams

NewDeleteDashboardByIDParamsWithHTTPClient creates a new DeleteDashboardByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteDashboardByIDParamsWithTimeout ¶

func NewDeleteDashboardByIDParamsWithTimeout(timeout time.Duration) *DeleteDashboardByIDParams

NewDeleteDashboardByIDParamsWithTimeout creates a new DeleteDashboardByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteDashboardByIDParams) SetContext ¶

func (o *DeleteDashboardByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the delete dashboard by Id params

func (*DeleteDashboardByIDParams) SetHTTPClient ¶

func (o *DeleteDashboardByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete dashboard by Id params

func (*DeleteDashboardByIDParams) SetID ¶

func (o *DeleteDashboardByIDParams) SetID(id int32)

SetID adds the id to the delete dashboard by Id params

func (*DeleteDashboardByIDParams) SetTimeout ¶

func (o *DeleteDashboardByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete dashboard by Id params

func (*DeleteDashboardByIDParams) WithContext ¶

WithContext adds the context to the delete dashboard by Id params

func (*DeleteDashboardByIDParams) WithHTTPClient ¶

func (o *DeleteDashboardByIDParams) WithHTTPClient(client *http.Client) *DeleteDashboardByIDParams

WithHTTPClient adds the HTTPClient to the delete dashboard by Id params

func (*DeleteDashboardByIDParams) WithID ¶

WithID adds the id to the delete dashboard by Id params

func (*DeleteDashboardByIDParams) WithTimeout ¶

WithTimeout adds the timeout to the delete dashboard by Id params

func (*DeleteDashboardByIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type DeleteDashboardByIDReader ¶

type DeleteDashboardByIDReader struct {
	// contains filtered or unexported fields
}

DeleteDashboardByIDReader is a Reader for the DeleteDashboardByID structure.

func (*DeleteDashboardByIDReader) ReadResponse ¶

func (o *DeleteDashboardByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteDashboardGroupByIDDefault ¶

type DeleteDashboardGroupByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

DeleteDashboardGroupByIDDefault handles this case with default header values.

Error

func NewDeleteDashboardGroupByIDDefault ¶

func NewDeleteDashboardGroupByIDDefault(code int) *DeleteDashboardGroupByIDDefault

NewDeleteDashboardGroupByIDDefault creates a DeleteDashboardGroupByIDDefault with default headers values

func (*DeleteDashboardGroupByIDDefault) Code ¶

Code gets the status code for the delete dashboard group by Id default response

func (*DeleteDashboardGroupByIDDefault) Error ¶

type DeleteDashboardGroupByIDOK ¶

type DeleteDashboardGroupByIDOK struct {
	Payload interface{}
}

DeleteDashboardGroupByIDOK handles this case with default header values.

OK

func NewDeleteDashboardGroupByIDOK ¶

func NewDeleteDashboardGroupByIDOK() *DeleteDashboardGroupByIDOK

NewDeleteDashboardGroupByIDOK creates a DeleteDashboardGroupByIDOK with default headers values

func (*DeleteDashboardGroupByIDOK) Error ¶

type DeleteDashboardGroupByIDParams ¶

type DeleteDashboardGroupByIDParams struct {

	/*AllowNonEmptyGroup*/
	AllowNonEmptyGroup *bool
	/*ID*/
	ID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteDashboardGroupByIDParams contains all the parameters to send to the API endpoint for the delete dashboard group by Id operation typically these are written to a http.Request

func NewDeleteDashboardGroupByIDParams ¶

func NewDeleteDashboardGroupByIDParams() *DeleteDashboardGroupByIDParams

NewDeleteDashboardGroupByIDParams creates a new DeleteDashboardGroupByIDParams object with the default values initialized.

func NewDeleteDashboardGroupByIDParamsWithContext ¶

func NewDeleteDashboardGroupByIDParamsWithContext(ctx context.Context) *DeleteDashboardGroupByIDParams

NewDeleteDashboardGroupByIDParamsWithContext creates a new DeleteDashboardGroupByIDParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteDashboardGroupByIDParamsWithHTTPClient ¶

func NewDeleteDashboardGroupByIDParamsWithHTTPClient(client *http.Client) *DeleteDashboardGroupByIDParams

NewDeleteDashboardGroupByIDParamsWithHTTPClient creates a new DeleteDashboardGroupByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteDashboardGroupByIDParamsWithTimeout ¶

func NewDeleteDashboardGroupByIDParamsWithTimeout(timeout time.Duration) *DeleteDashboardGroupByIDParams

NewDeleteDashboardGroupByIDParamsWithTimeout creates a new DeleteDashboardGroupByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteDashboardGroupByIDParams) SetAllowNonEmptyGroup ¶

func (o *DeleteDashboardGroupByIDParams) SetAllowNonEmptyGroup(allowNonEmptyGroup *bool)

SetAllowNonEmptyGroup adds the allowNonEmptyGroup to the delete dashboard group by Id params

func (*DeleteDashboardGroupByIDParams) SetContext ¶

func (o *DeleteDashboardGroupByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the delete dashboard group by Id params

func (*DeleteDashboardGroupByIDParams) SetHTTPClient ¶

func (o *DeleteDashboardGroupByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete dashboard group by Id params

func (*DeleteDashboardGroupByIDParams) SetID ¶

SetID adds the id to the delete dashboard group by Id params

func (*DeleteDashboardGroupByIDParams) SetTimeout ¶

func (o *DeleteDashboardGroupByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete dashboard group by Id params

func (*DeleteDashboardGroupByIDParams) WithAllowNonEmptyGroup ¶

func (o *DeleteDashboardGroupByIDParams) WithAllowNonEmptyGroup(allowNonEmptyGroup *bool) *DeleteDashboardGroupByIDParams

WithAllowNonEmptyGroup adds the allowNonEmptyGroup to the delete dashboard group by Id params

func (*DeleteDashboardGroupByIDParams) WithContext ¶

WithContext adds the context to the delete dashboard group by Id params

func (*DeleteDashboardGroupByIDParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the delete dashboard group by Id params

func (*DeleteDashboardGroupByIDParams) WithID ¶

WithID adds the id to the delete dashboard group by Id params

func (*DeleteDashboardGroupByIDParams) WithTimeout ¶

WithTimeout adds the timeout to the delete dashboard group by Id params

func (*DeleteDashboardGroupByIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type DeleteDashboardGroupByIDReader ¶

type DeleteDashboardGroupByIDReader struct {
	// contains filtered or unexported fields
}

DeleteDashboardGroupByIDReader is a Reader for the DeleteDashboardGroupByID structure.

func (*DeleteDashboardGroupByIDReader) ReadResponse ¶

func (o *DeleteDashboardGroupByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteDatasourceByIDDefault ¶

type DeleteDatasourceByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

DeleteDatasourceByIDDefault handles this case with default header values.

Error

func NewDeleteDatasourceByIDDefault ¶

func NewDeleteDatasourceByIDDefault(code int) *DeleteDatasourceByIDDefault

NewDeleteDatasourceByIDDefault creates a DeleteDatasourceByIDDefault with default headers values

func (*DeleteDatasourceByIDDefault) Code ¶

func (o *DeleteDatasourceByIDDefault) Code() int

Code gets the status code for the delete datasource by Id default response

func (*DeleteDatasourceByIDDefault) Error ¶

type DeleteDatasourceByIDOK ¶

type DeleteDatasourceByIDOK struct {
	Payload interface{}
}

DeleteDatasourceByIDOK handles this case with default header values.

successful operation

func NewDeleteDatasourceByIDOK ¶

func NewDeleteDatasourceByIDOK() *DeleteDatasourceByIDOK

NewDeleteDatasourceByIDOK creates a DeleteDatasourceByIDOK with default headers values

func (*DeleteDatasourceByIDOK) Error ¶

func (o *DeleteDatasourceByIDOK) Error() string

type DeleteDatasourceByIDParams ¶

type DeleteDatasourceByIDParams struct {

	/*ID*/
	ID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteDatasourceByIDParams contains all the parameters to send to the API endpoint for the delete datasource by Id operation typically these are written to a http.Request

func NewDeleteDatasourceByIDParams ¶

func NewDeleteDatasourceByIDParams() *DeleteDatasourceByIDParams

NewDeleteDatasourceByIDParams creates a new DeleteDatasourceByIDParams object with the default values initialized.

func NewDeleteDatasourceByIDParamsWithContext ¶

func NewDeleteDatasourceByIDParamsWithContext(ctx context.Context) *DeleteDatasourceByIDParams

NewDeleteDatasourceByIDParamsWithContext creates a new DeleteDatasourceByIDParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteDatasourceByIDParamsWithHTTPClient ¶

func NewDeleteDatasourceByIDParamsWithHTTPClient(client *http.Client) *DeleteDatasourceByIDParams

NewDeleteDatasourceByIDParamsWithHTTPClient creates a new DeleteDatasourceByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteDatasourceByIDParamsWithTimeout ¶

func NewDeleteDatasourceByIDParamsWithTimeout(timeout time.Duration) *DeleteDatasourceByIDParams

NewDeleteDatasourceByIDParamsWithTimeout creates a new DeleteDatasourceByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteDatasourceByIDParams) SetContext ¶

func (o *DeleteDatasourceByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the delete datasource by Id params

func (*DeleteDatasourceByIDParams) SetHTTPClient ¶

func (o *DeleteDatasourceByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete datasource by Id params

func (*DeleteDatasourceByIDParams) SetID ¶

func (o *DeleteDatasourceByIDParams) SetID(id int32)

SetID adds the id to the delete datasource by Id params

func (*DeleteDatasourceByIDParams) SetTimeout ¶

func (o *DeleteDatasourceByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete datasource by Id params

func (*DeleteDatasourceByIDParams) WithContext ¶

WithContext adds the context to the delete datasource by Id params

func (*DeleteDatasourceByIDParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the delete datasource by Id params

func (*DeleteDatasourceByIDParams) WithID ¶

WithID adds the id to the delete datasource by Id params

func (*DeleteDatasourceByIDParams) WithTimeout ¶

WithTimeout adds the timeout to the delete datasource by Id params

func (*DeleteDatasourceByIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type DeleteDatasourceByIDReader ¶

type DeleteDatasourceByIDReader struct {
	// contains filtered or unexported fields
}

DeleteDatasourceByIDReader is a Reader for the DeleteDatasourceByID structure.

func (*DeleteDatasourceByIDReader) ReadResponse ¶

func (o *DeleteDatasourceByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteDeviceByIDDefault ¶

type DeleteDeviceByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

DeleteDeviceByIDDefault handles this case with default header values.

Error

func NewDeleteDeviceByIDDefault ¶

func NewDeleteDeviceByIDDefault(code int) *DeleteDeviceByIDDefault

NewDeleteDeviceByIDDefault creates a DeleteDeviceByIDDefault with default headers values

func (*DeleteDeviceByIDDefault) Code ¶

func (o *DeleteDeviceByIDDefault) Code() int

Code gets the status code for the delete device by Id default response

func (*DeleteDeviceByIDDefault) Error ¶

func (o *DeleteDeviceByIDDefault) Error() string

type DeleteDeviceByIDOK ¶

type DeleteDeviceByIDOK struct {
	Payload interface{}
}

DeleteDeviceByIDOK handles this case with default header values.

successful operation

func NewDeleteDeviceByIDOK ¶

func NewDeleteDeviceByIDOK() *DeleteDeviceByIDOK

NewDeleteDeviceByIDOK creates a DeleteDeviceByIDOK with default headers values

func (*DeleteDeviceByIDOK) Error ¶

func (o *DeleteDeviceByIDOK) Error() string

type DeleteDeviceByIDParams ¶

type DeleteDeviceByIDParams struct {

	/*DeleteHard*/
	DeleteHard *bool
	/*End*/
	End *int64
	/*ID*/
	ID int32
	/*NetflowFilter*/
	NetflowFilter *string
	/*Start*/
	Start *int64

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteDeviceByIDParams contains all the parameters to send to the API endpoint for the delete device by Id operation typically these are written to a http.Request

func NewDeleteDeviceByIDParams ¶

func NewDeleteDeviceByIDParams() *DeleteDeviceByIDParams

NewDeleteDeviceByIDParams creates a new DeleteDeviceByIDParams object with the default values initialized.

func NewDeleteDeviceByIDParamsWithContext ¶

func NewDeleteDeviceByIDParamsWithContext(ctx context.Context) *DeleteDeviceByIDParams

NewDeleteDeviceByIDParamsWithContext creates a new DeleteDeviceByIDParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteDeviceByIDParamsWithHTTPClient ¶

func NewDeleteDeviceByIDParamsWithHTTPClient(client *http.Client) *DeleteDeviceByIDParams

NewDeleteDeviceByIDParamsWithHTTPClient creates a new DeleteDeviceByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteDeviceByIDParamsWithTimeout ¶

func NewDeleteDeviceByIDParamsWithTimeout(timeout time.Duration) *DeleteDeviceByIDParams

NewDeleteDeviceByIDParamsWithTimeout creates a new DeleteDeviceByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteDeviceByIDParams) SetContext ¶

func (o *DeleteDeviceByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the delete device by Id params

func (*DeleteDeviceByIDParams) SetDeleteHard ¶

func (o *DeleteDeviceByIDParams) SetDeleteHard(deleteHard *bool)

SetDeleteHard adds the deleteHard to the delete device by Id params

func (*DeleteDeviceByIDParams) SetEnd ¶

func (o *DeleteDeviceByIDParams) SetEnd(end *int64)

SetEnd adds the end to the delete device by Id params

func (*DeleteDeviceByIDParams) SetHTTPClient ¶

func (o *DeleteDeviceByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete device by Id params

func (*DeleteDeviceByIDParams) SetID ¶

func (o *DeleteDeviceByIDParams) SetID(id int32)

SetID adds the id to the delete device by Id params

func (*DeleteDeviceByIDParams) SetNetflowFilter ¶

func (o *DeleteDeviceByIDParams) SetNetflowFilter(netflowFilter *string)

SetNetflowFilter adds the netflowFilter to the delete device by Id params

func (*DeleteDeviceByIDParams) SetStart ¶

func (o *DeleteDeviceByIDParams) SetStart(start *int64)

SetStart adds the start to the delete device by Id params

func (*DeleteDeviceByIDParams) SetTimeout ¶

func (o *DeleteDeviceByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete device by Id params

func (*DeleteDeviceByIDParams) WithContext ¶

WithContext adds the context to the delete device by Id params

func (*DeleteDeviceByIDParams) WithDeleteHard ¶

func (o *DeleteDeviceByIDParams) WithDeleteHard(deleteHard *bool) *DeleteDeviceByIDParams

WithDeleteHard adds the deleteHard to the delete device by Id params

func (*DeleteDeviceByIDParams) WithEnd ¶

WithEnd adds the end to the delete device by Id params

func (*DeleteDeviceByIDParams) WithHTTPClient ¶

func (o *DeleteDeviceByIDParams) WithHTTPClient(client *http.Client) *DeleteDeviceByIDParams

WithHTTPClient adds the HTTPClient to the delete device by Id params

func (*DeleteDeviceByIDParams) WithID ¶

WithID adds the id to the delete device by Id params

func (*DeleteDeviceByIDParams) WithNetflowFilter ¶

func (o *DeleteDeviceByIDParams) WithNetflowFilter(netflowFilter *string) *DeleteDeviceByIDParams

WithNetflowFilter adds the netflowFilter to the delete device by Id params

func (*DeleteDeviceByIDParams) WithStart ¶

func (o *DeleteDeviceByIDParams) WithStart(start *int64) *DeleteDeviceByIDParams

WithStart adds the start to the delete device by Id params

func (*DeleteDeviceByIDParams) WithTimeout ¶

WithTimeout adds the timeout to the delete device by Id params

func (*DeleteDeviceByIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type DeleteDeviceByIDReader ¶

type DeleteDeviceByIDReader struct {
	// contains filtered or unexported fields
}

DeleteDeviceByIDReader is a Reader for the DeleteDeviceByID structure.

func (*DeleteDeviceByIDReader) ReadResponse ¶

func (o *DeleteDeviceByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteDeviceDatasourceInstanceByIDDefault ¶

type DeleteDeviceDatasourceInstanceByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

DeleteDeviceDatasourceInstanceByIDDefault handles this case with default header values.

Error

func NewDeleteDeviceDatasourceInstanceByIDDefault ¶

func NewDeleteDeviceDatasourceInstanceByIDDefault(code int) *DeleteDeviceDatasourceInstanceByIDDefault

NewDeleteDeviceDatasourceInstanceByIDDefault creates a DeleteDeviceDatasourceInstanceByIDDefault with default headers values

func (*DeleteDeviceDatasourceInstanceByIDDefault) Code ¶

Code gets the status code for the delete device datasource instance by Id default response

func (*DeleteDeviceDatasourceInstanceByIDDefault) Error ¶

type DeleteDeviceDatasourceInstanceByIDOK ¶

type DeleteDeviceDatasourceInstanceByIDOK struct {
	Payload interface{}
}

DeleteDeviceDatasourceInstanceByIDOK handles this case with default header values.

successful operation

func NewDeleteDeviceDatasourceInstanceByIDOK ¶

func NewDeleteDeviceDatasourceInstanceByIDOK() *DeleteDeviceDatasourceInstanceByIDOK

NewDeleteDeviceDatasourceInstanceByIDOK creates a DeleteDeviceDatasourceInstanceByIDOK with default headers values

func (*DeleteDeviceDatasourceInstanceByIDOK) Error ¶

type DeleteDeviceDatasourceInstanceByIDParams ¶

type DeleteDeviceDatasourceInstanceByIDParams struct {

	/*DeviceID*/
	DeviceID int32
	/*HdsID
	  The device-datasource ID

	*/
	HdsID int32
	/*ID*/
	ID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteDeviceDatasourceInstanceByIDParams contains all the parameters to send to the API endpoint for the delete device datasource instance by Id operation typically these are written to a http.Request

func NewDeleteDeviceDatasourceInstanceByIDParams ¶

func NewDeleteDeviceDatasourceInstanceByIDParams() *DeleteDeviceDatasourceInstanceByIDParams

NewDeleteDeviceDatasourceInstanceByIDParams creates a new DeleteDeviceDatasourceInstanceByIDParams object with the default values initialized.

func NewDeleteDeviceDatasourceInstanceByIDParamsWithContext ¶

func NewDeleteDeviceDatasourceInstanceByIDParamsWithContext(ctx context.Context) *DeleteDeviceDatasourceInstanceByIDParams

NewDeleteDeviceDatasourceInstanceByIDParamsWithContext creates a new DeleteDeviceDatasourceInstanceByIDParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteDeviceDatasourceInstanceByIDParamsWithHTTPClient ¶

func NewDeleteDeviceDatasourceInstanceByIDParamsWithHTTPClient(client *http.Client) *DeleteDeviceDatasourceInstanceByIDParams

NewDeleteDeviceDatasourceInstanceByIDParamsWithHTTPClient creates a new DeleteDeviceDatasourceInstanceByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteDeviceDatasourceInstanceByIDParamsWithTimeout ¶

func NewDeleteDeviceDatasourceInstanceByIDParamsWithTimeout(timeout time.Duration) *DeleteDeviceDatasourceInstanceByIDParams

NewDeleteDeviceDatasourceInstanceByIDParamsWithTimeout creates a new DeleteDeviceDatasourceInstanceByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteDeviceDatasourceInstanceByIDParams) SetContext ¶

SetContext adds the context to the delete device datasource instance by Id params

func (*DeleteDeviceDatasourceInstanceByIDParams) SetDeviceID ¶

func (o *DeleteDeviceDatasourceInstanceByIDParams) SetDeviceID(deviceID int32)

SetDeviceID adds the deviceId to the delete device datasource instance by Id params

func (*DeleteDeviceDatasourceInstanceByIDParams) SetHTTPClient ¶

func (o *DeleteDeviceDatasourceInstanceByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete device datasource instance by Id params

func (*DeleteDeviceDatasourceInstanceByIDParams) SetHdsID ¶

SetHdsID adds the hdsId to the delete device datasource instance by Id params

func (*DeleteDeviceDatasourceInstanceByIDParams) SetID ¶

SetID adds the id to the delete device datasource instance by Id params

func (*DeleteDeviceDatasourceInstanceByIDParams) SetTimeout ¶

SetTimeout adds the timeout to the delete device datasource instance by Id params

func (*DeleteDeviceDatasourceInstanceByIDParams) WithContext ¶

WithContext adds the context to the delete device datasource instance by Id params

func (*DeleteDeviceDatasourceInstanceByIDParams) WithDeviceID ¶

WithDeviceID adds the deviceID to the delete device datasource instance by Id params

func (*DeleteDeviceDatasourceInstanceByIDParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the delete device datasource instance by Id params

func (*DeleteDeviceDatasourceInstanceByIDParams) WithHdsID ¶

WithHdsID adds the hdsID to the delete device datasource instance by Id params

func (*DeleteDeviceDatasourceInstanceByIDParams) WithID ¶

WithID adds the id to the delete device datasource instance by Id params

func (*DeleteDeviceDatasourceInstanceByIDParams) WithTimeout ¶

WithTimeout adds the timeout to the delete device datasource instance by Id params

func (*DeleteDeviceDatasourceInstanceByIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type DeleteDeviceDatasourceInstanceByIDReader ¶

type DeleteDeviceDatasourceInstanceByIDReader struct {
	// contains filtered or unexported fields
}

DeleteDeviceDatasourceInstanceByIDReader is a Reader for the DeleteDeviceDatasourceInstanceByID structure.

func (*DeleteDeviceDatasourceInstanceByIDReader) ReadResponse ¶

func (o *DeleteDeviceDatasourceInstanceByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteDeviceGroupByIDDefault ¶

type DeleteDeviceGroupByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

DeleteDeviceGroupByIDDefault handles this case with default header values.

Error

func NewDeleteDeviceGroupByIDDefault ¶

func NewDeleteDeviceGroupByIDDefault(code int) *DeleteDeviceGroupByIDDefault

NewDeleteDeviceGroupByIDDefault creates a DeleteDeviceGroupByIDDefault with default headers values

func (*DeleteDeviceGroupByIDDefault) Code ¶

Code gets the status code for the delete device group by Id default response

func (*DeleteDeviceGroupByIDDefault) Error ¶

type DeleteDeviceGroupByIDOK ¶

type DeleteDeviceGroupByIDOK struct {
	Payload interface{}
}

DeleteDeviceGroupByIDOK handles this case with default header values.

successful operation

func NewDeleteDeviceGroupByIDOK ¶

func NewDeleteDeviceGroupByIDOK() *DeleteDeviceGroupByIDOK

NewDeleteDeviceGroupByIDOK creates a DeleteDeviceGroupByIDOK with default headers values

func (*DeleteDeviceGroupByIDOK) Error ¶

func (o *DeleteDeviceGroupByIDOK) Error() string

type DeleteDeviceGroupByIDParams ¶

type DeleteDeviceGroupByIDParams struct {

	/*DeleteChildren*/
	DeleteChildren *bool
	/*DeleteHard*/
	DeleteHard *bool
	/*ID*/
	ID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteDeviceGroupByIDParams contains all the parameters to send to the API endpoint for the delete device group by Id operation typically these are written to a http.Request

func NewDeleteDeviceGroupByIDParams ¶

func NewDeleteDeviceGroupByIDParams() *DeleteDeviceGroupByIDParams

NewDeleteDeviceGroupByIDParams creates a new DeleteDeviceGroupByIDParams object with the default values initialized.

func NewDeleteDeviceGroupByIDParamsWithContext ¶

func NewDeleteDeviceGroupByIDParamsWithContext(ctx context.Context) *DeleteDeviceGroupByIDParams

NewDeleteDeviceGroupByIDParamsWithContext creates a new DeleteDeviceGroupByIDParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteDeviceGroupByIDParamsWithHTTPClient ¶

func NewDeleteDeviceGroupByIDParamsWithHTTPClient(client *http.Client) *DeleteDeviceGroupByIDParams

NewDeleteDeviceGroupByIDParamsWithHTTPClient creates a new DeleteDeviceGroupByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteDeviceGroupByIDParamsWithTimeout ¶

func NewDeleteDeviceGroupByIDParamsWithTimeout(timeout time.Duration) *DeleteDeviceGroupByIDParams

NewDeleteDeviceGroupByIDParamsWithTimeout creates a new DeleteDeviceGroupByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteDeviceGroupByIDParams) SetContext ¶

func (o *DeleteDeviceGroupByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the delete device group by Id params

func (*DeleteDeviceGroupByIDParams) SetDeleteChildren ¶

func (o *DeleteDeviceGroupByIDParams) SetDeleteChildren(deleteChildren *bool)

SetDeleteChildren adds the deleteChildren to the delete device group by Id params

func (*DeleteDeviceGroupByIDParams) SetDeleteHard ¶

func (o *DeleteDeviceGroupByIDParams) SetDeleteHard(deleteHard *bool)

SetDeleteHard adds the deleteHard to the delete device group by Id params

func (*DeleteDeviceGroupByIDParams) SetHTTPClient ¶

func (o *DeleteDeviceGroupByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete device group by Id params

func (*DeleteDeviceGroupByIDParams) SetID ¶

func (o *DeleteDeviceGroupByIDParams) SetID(id int32)

SetID adds the id to the delete device group by Id params

func (*DeleteDeviceGroupByIDParams) SetTimeout ¶

func (o *DeleteDeviceGroupByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete device group by Id params

func (*DeleteDeviceGroupByIDParams) WithContext ¶

WithContext adds the context to the delete device group by Id params

func (*DeleteDeviceGroupByIDParams) WithDeleteChildren ¶

func (o *DeleteDeviceGroupByIDParams) WithDeleteChildren(deleteChildren *bool) *DeleteDeviceGroupByIDParams

WithDeleteChildren adds the deleteChildren to the delete device group by Id params

func (*DeleteDeviceGroupByIDParams) WithDeleteHard ¶

func (o *DeleteDeviceGroupByIDParams) WithDeleteHard(deleteHard *bool) *DeleteDeviceGroupByIDParams

WithDeleteHard adds the deleteHard to the delete device group by Id params

func (*DeleteDeviceGroupByIDParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the delete device group by Id params

func (*DeleteDeviceGroupByIDParams) WithID ¶

WithID adds the id to the delete device group by Id params

func (*DeleteDeviceGroupByIDParams) WithTimeout ¶

WithTimeout adds the timeout to the delete device group by Id params

func (*DeleteDeviceGroupByIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type DeleteDeviceGroupByIDReader ¶

type DeleteDeviceGroupByIDReader struct {
	// contains filtered or unexported fields
}

DeleteDeviceGroupByIDReader is a Reader for the DeleteDeviceGroupByID structure.

func (*DeleteDeviceGroupByIDReader) ReadResponse ¶

func (o *DeleteDeviceGroupByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteDeviceGroupClusterAlertConfByIDDefault ¶

type DeleteDeviceGroupClusterAlertConfByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

DeleteDeviceGroupClusterAlertConfByIDDefault handles this case with default header values.

Error

func NewDeleteDeviceGroupClusterAlertConfByIDDefault ¶

func NewDeleteDeviceGroupClusterAlertConfByIDDefault(code int) *DeleteDeviceGroupClusterAlertConfByIDDefault

NewDeleteDeviceGroupClusterAlertConfByIDDefault creates a DeleteDeviceGroupClusterAlertConfByIDDefault with default headers values

func (*DeleteDeviceGroupClusterAlertConfByIDDefault) Code ¶

Code gets the status code for the delete device group cluster alert conf by Id default response

func (*DeleteDeviceGroupClusterAlertConfByIDDefault) Error ¶

type DeleteDeviceGroupClusterAlertConfByIDOK ¶

type DeleteDeviceGroupClusterAlertConfByIDOK struct {
	Payload interface{}
}

DeleteDeviceGroupClusterAlertConfByIDOK handles this case with default header values.

successful operation

func NewDeleteDeviceGroupClusterAlertConfByIDOK ¶

func NewDeleteDeviceGroupClusterAlertConfByIDOK() *DeleteDeviceGroupClusterAlertConfByIDOK

NewDeleteDeviceGroupClusterAlertConfByIDOK creates a DeleteDeviceGroupClusterAlertConfByIDOK with default headers values

func (*DeleteDeviceGroupClusterAlertConfByIDOK) Error ¶

type DeleteDeviceGroupClusterAlertConfByIDParams ¶

type DeleteDeviceGroupClusterAlertConfByIDParams struct {

	/*DeviceGroupID*/
	DeviceGroupID int32
	/*ID*/
	ID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteDeviceGroupClusterAlertConfByIDParams contains all the parameters to send to the API endpoint for the delete device group cluster alert conf by Id operation typically these are written to a http.Request

func NewDeleteDeviceGroupClusterAlertConfByIDParams ¶

func NewDeleteDeviceGroupClusterAlertConfByIDParams() *DeleteDeviceGroupClusterAlertConfByIDParams

NewDeleteDeviceGroupClusterAlertConfByIDParams creates a new DeleteDeviceGroupClusterAlertConfByIDParams object with the default values initialized.

func NewDeleteDeviceGroupClusterAlertConfByIDParamsWithContext ¶

func NewDeleteDeviceGroupClusterAlertConfByIDParamsWithContext(ctx context.Context) *DeleteDeviceGroupClusterAlertConfByIDParams

NewDeleteDeviceGroupClusterAlertConfByIDParamsWithContext creates a new DeleteDeviceGroupClusterAlertConfByIDParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteDeviceGroupClusterAlertConfByIDParamsWithHTTPClient ¶

func NewDeleteDeviceGroupClusterAlertConfByIDParamsWithHTTPClient(client *http.Client) *DeleteDeviceGroupClusterAlertConfByIDParams

NewDeleteDeviceGroupClusterAlertConfByIDParamsWithHTTPClient creates a new DeleteDeviceGroupClusterAlertConfByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteDeviceGroupClusterAlertConfByIDParamsWithTimeout ¶

func NewDeleteDeviceGroupClusterAlertConfByIDParamsWithTimeout(timeout time.Duration) *DeleteDeviceGroupClusterAlertConfByIDParams

NewDeleteDeviceGroupClusterAlertConfByIDParamsWithTimeout creates a new DeleteDeviceGroupClusterAlertConfByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteDeviceGroupClusterAlertConfByIDParams) SetContext ¶

SetContext adds the context to the delete device group cluster alert conf by Id params

func (*DeleteDeviceGroupClusterAlertConfByIDParams) SetDeviceGroupID ¶

func (o *DeleteDeviceGroupClusterAlertConfByIDParams) SetDeviceGroupID(deviceGroupID int32)

SetDeviceGroupID adds the deviceGroupId to the delete device group cluster alert conf by Id params

func (*DeleteDeviceGroupClusterAlertConfByIDParams) SetHTTPClient ¶

func (o *DeleteDeviceGroupClusterAlertConfByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete device group cluster alert conf by Id params

func (*DeleteDeviceGroupClusterAlertConfByIDParams) SetID ¶

SetID adds the id to the delete device group cluster alert conf by Id params

func (*DeleteDeviceGroupClusterAlertConfByIDParams) SetTimeout ¶

SetTimeout adds the timeout to the delete device group cluster alert conf by Id params

func (*DeleteDeviceGroupClusterAlertConfByIDParams) WithContext ¶

WithContext adds the context to the delete device group cluster alert conf by Id params

func (*DeleteDeviceGroupClusterAlertConfByIDParams) WithDeviceGroupID ¶

WithDeviceGroupID adds the deviceGroupID to the delete device group cluster alert conf by Id params

func (*DeleteDeviceGroupClusterAlertConfByIDParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the delete device group cluster alert conf by Id params

func (*DeleteDeviceGroupClusterAlertConfByIDParams) WithID ¶

WithID adds the id to the delete device group cluster alert conf by Id params

func (*DeleteDeviceGroupClusterAlertConfByIDParams) WithTimeout ¶

WithTimeout adds the timeout to the delete device group cluster alert conf by Id params

func (*DeleteDeviceGroupClusterAlertConfByIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type DeleteDeviceGroupClusterAlertConfByIDReader ¶

type DeleteDeviceGroupClusterAlertConfByIDReader struct {
	// contains filtered or unexported fields
}

DeleteDeviceGroupClusterAlertConfByIDReader is a Reader for the DeleteDeviceGroupClusterAlertConfByID structure.

func (*DeleteDeviceGroupClusterAlertConfByIDReader) ReadResponse ¶

func (o *DeleteDeviceGroupClusterAlertConfByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteDeviceGroupPropertyByNameDefault ¶

type DeleteDeviceGroupPropertyByNameDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

DeleteDeviceGroupPropertyByNameDefault handles this case with default header values.

Error

func NewDeleteDeviceGroupPropertyByNameDefault ¶

func NewDeleteDeviceGroupPropertyByNameDefault(code int) *DeleteDeviceGroupPropertyByNameDefault

NewDeleteDeviceGroupPropertyByNameDefault creates a DeleteDeviceGroupPropertyByNameDefault with default headers values

func (*DeleteDeviceGroupPropertyByNameDefault) Code ¶

Code gets the status code for the delete device group property by name default response

func (*DeleteDeviceGroupPropertyByNameDefault) Error ¶

type DeleteDeviceGroupPropertyByNameOK ¶

type DeleteDeviceGroupPropertyByNameOK struct {
	Payload interface{}
}

DeleteDeviceGroupPropertyByNameOK handles this case with default header values.

successful operation

func NewDeleteDeviceGroupPropertyByNameOK ¶

func NewDeleteDeviceGroupPropertyByNameOK() *DeleteDeviceGroupPropertyByNameOK

NewDeleteDeviceGroupPropertyByNameOK creates a DeleteDeviceGroupPropertyByNameOK with default headers values

func (*DeleteDeviceGroupPropertyByNameOK) Error ¶

type DeleteDeviceGroupPropertyByNameParams ¶

type DeleteDeviceGroupPropertyByNameParams struct {

	/*Gid
	  group ID

	*/
	Gid int32
	/*Name*/
	Name string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteDeviceGroupPropertyByNameParams contains all the parameters to send to the API endpoint for the delete device group property by name operation typically these are written to a http.Request

func NewDeleteDeviceGroupPropertyByNameParams ¶

func NewDeleteDeviceGroupPropertyByNameParams() *DeleteDeviceGroupPropertyByNameParams

NewDeleteDeviceGroupPropertyByNameParams creates a new DeleteDeviceGroupPropertyByNameParams object with the default values initialized.

func NewDeleteDeviceGroupPropertyByNameParamsWithContext ¶

func NewDeleteDeviceGroupPropertyByNameParamsWithContext(ctx context.Context) *DeleteDeviceGroupPropertyByNameParams

NewDeleteDeviceGroupPropertyByNameParamsWithContext creates a new DeleteDeviceGroupPropertyByNameParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteDeviceGroupPropertyByNameParamsWithHTTPClient ¶

func NewDeleteDeviceGroupPropertyByNameParamsWithHTTPClient(client *http.Client) *DeleteDeviceGroupPropertyByNameParams

NewDeleteDeviceGroupPropertyByNameParamsWithHTTPClient creates a new DeleteDeviceGroupPropertyByNameParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteDeviceGroupPropertyByNameParamsWithTimeout ¶

func NewDeleteDeviceGroupPropertyByNameParamsWithTimeout(timeout time.Duration) *DeleteDeviceGroupPropertyByNameParams

NewDeleteDeviceGroupPropertyByNameParamsWithTimeout creates a new DeleteDeviceGroupPropertyByNameParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteDeviceGroupPropertyByNameParams) SetContext ¶

SetContext adds the context to the delete device group property by name params

func (*DeleteDeviceGroupPropertyByNameParams) SetGid ¶

SetGid adds the gid to the delete device group property by name params

func (*DeleteDeviceGroupPropertyByNameParams) SetHTTPClient ¶

func (o *DeleteDeviceGroupPropertyByNameParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete device group property by name params

func (*DeleteDeviceGroupPropertyByNameParams) SetName ¶

SetName adds the name to the delete device group property by name params

func (*DeleteDeviceGroupPropertyByNameParams) SetTimeout ¶

func (o *DeleteDeviceGroupPropertyByNameParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete device group property by name params

func (*DeleteDeviceGroupPropertyByNameParams) WithContext ¶

WithContext adds the context to the delete device group property by name params

func (*DeleteDeviceGroupPropertyByNameParams) WithGid ¶

WithGid adds the gid to the delete device group property by name params

func (*DeleteDeviceGroupPropertyByNameParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the delete device group property by name params

func (*DeleteDeviceGroupPropertyByNameParams) WithName ¶

WithName adds the name to the delete device group property by name params

func (*DeleteDeviceGroupPropertyByNameParams) WithTimeout ¶

WithTimeout adds the timeout to the delete device group property by name params

func (*DeleteDeviceGroupPropertyByNameParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type DeleteDeviceGroupPropertyByNameReader ¶

type DeleteDeviceGroupPropertyByNameReader struct {
	// contains filtered or unexported fields
}

DeleteDeviceGroupPropertyByNameReader is a Reader for the DeleteDeviceGroupPropertyByName structure.

func (*DeleteDeviceGroupPropertyByNameReader) ReadResponse ¶

func (o *DeleteDeviceGroupPropertyByNameReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteDevicePropertyByNameDefault ¶

type DeleteDevicePropertyByNameDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

DeleteDevicePropertyByNameDefault handles this case with default header values.

Error

func NewDeleteDevicePropertyByNameDefault ¶

func NewDeleteDevicePropertyByNameDefault(code int) *DeleteDevicePropertyByNameDefault

NewDeleteDevicePropertyByNameDefault creates a DeleteDevicePropertyByNameDefault with default headers values

func (*DeleteDevicePropertyByNameDefault) Code ¶

Code gets the status code for the delete device property by name default response

func (*DeleteDevicePropertyByNameDefault) Error ¶

type DeleteDevicePropertyByNameOK ¶

type DeleteDevicePropertyByNameOK struct {
	Payload interface{}
}

DeleteDevicePropertyByNameOK handles this case with default header values.

successful operation

func NewDeleteDevicePropertyByNameOK ¶

func NewDeleteDevicePropertyByNameOK() *DeleteDevicePropertyByNameOK

NewDeleteDevicePropertyByNameOK creates a DeleteDevicePropertyByNameOK with default headers values

func (*DeleteDevicePropertyByNameOK) Error ¶

type DeleteDevicePropertyByNameParams ¶

type DeleteDevicePropertyByNameParams struct {

	/*DeviceID*/
	DeviceID int32
	/*Name*/
	Name string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteDevicePropertyByNameParams contains all the parameters to send to the API endpoint for the delete device property by name operation typically these are written to a http.Request

func NewDeleteDevicePropertyByNameParams ¶

func NewDeleteDevicePropertyByNameParams() *DeleteDevicePropertyByNameParams

NewDeleteDevicePropertyByNameParams creates a new DeleteDevicePropertyByNameParams object with the default values initialized.

func NewDeleteDevicePropertyByNameParamsWithContext ¶

func NewDeleteDevicePropertyByNameParamsWithContext(ctx context.Context) *DeleteDevicePropertyByNameParams

NewDeleteDevicePropertyByNameParamsWithContext creates a new DeleteDevicePropertyByNameParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteDevicePropertyByNameParamsWithHTTPClient ¶

func NewDeleteDevicePropertyByNameParamsWithHTTPClient(client *http.Client) *DeleteDevicePropertyByNameParams

NewDeleteDevicePropertyByNameParamsWithHTTPClient creates a new DeleteDevicePropertyByNameParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteDevicePropertyByNameParamsWithTimeout ¶

func NewDeleteDevicePropertyByNameParamsWithTimeout(timeout time.Duration) *DeleteDevicePropertyByNameParams

NewDeleteDevicePropertyByNameParamsWithTimeout creates a new DeleteDevicePropertyByNameParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteDevicePropertyByNameParams) SetContext ¶

SetContext adds the context to the delete device property by name params

func (*DeleteDevicePropertyByNameParams) SetDeviceID ¶

func (o *DeleteDevicePropertyByNameParams) SetDeviceID(deviceID int32)

SetDeviceID adds the deviceId to the delete device property by name params

func (*DeleteDevicePropertyByNameParams) SetHTTPClient ¶

func (o *DeleteDevicePropertyByNameParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete device property by name params

func (*DeleteDevicePropertyByNameParams) SetName ¶

func (o *DeleteDevicePropertyByNameParams) SetName(name string)

SetName adds the name to the delete device property by name params

func (*DeleteDevicePropertyByNameParams) SetTimeout ¶

func (o *DeleteDevicePropertyByNameParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete device property by name params

func (*DeleteDevicePropertyByNameParams) WithContext ¶

WithContext adds the context to the delete device property by name params

func (*DeleteDevicePropertyByNameParams) WithDeviceID ¶

WithDeviceID adds the deviceID to the delete device property by name params

func (*DeleteDevicePropertyByNameParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the delete device property by name params

func (*DeleteDevicePropertyByNameParams) WithName ¶

WithName adds the name to the delete device property by name params

func (*DeleteDevicePropertyByNameParams) WithTimeout ¶

WithTimeout adds the timeout to the delete device property by name params

func (*DeleteDevicePropertyByNameParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type DeleteDevicePropertyByNameReader ¶

type DeleteDevicePropertyByNameReader struct {
	// contains filtered or unexported fields
}

DeleteDevicePropertyByNameReader is a Reader for the DeleteDevicePropertyByName structure.

func (*DeleteDevicePropertyByNameReader) ReadResponse ¶

func (o *DeleteDevicePropertyByNameReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteEscalationChainByIDDefault ¶

type DeleteEscalationChainByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

DeleteEscalationChainByIDDefault handles this case with default header values.

Error

func NewDeleteEscalationChainByIDDefault ¶

func NewDeleteEscalationChainByIDDefault(code int) *DeleteEscalationChainByIDDefault

NewDeleteEscalationChainByIDDefault creates a DeleteEscalationChainByIDDefault with default headers values

func (*DeleteEscalationChainByIDDefault) Code ¶

Code gets the status code for the delete escalation chain by Id default response

func (*DeleteEscalationChainByIDDefault) Error ¶

type DeleteEscalationChainByIDOK ¶

type DeleteEscalationChainByIDOK struct {
	Payload interface{}
}

DeleteEscalationChainByIDOK handles this case with default header values.

successful operation

func NewDeleteEscalationChainByIDOK ¶

func NewDeleteEscalationChainByIDOK() *DeleteEscalationChainByIDOK

NewDeleteEscalationChainByIDOK creates a DeleteEscalationChainByIDOK with default headers values

func (*DeleteEscalationChainByIDOK) Error ¶

type DeleteEscalationChainByIDParams ¶

type DeleteEscalationChainByIDParams struct {

	/*ID*/
	ID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteEscalationChainByIDParams contains all the parameters to send to the API endpoint for the delete escalation chain by Id operation typically these are written to a http.Request

func NewDeleteEscalationChainByIDParams ¶

func NewDeleteEscalationChainByIDParams() *DeleteEscalationChainByIDParams

NewDeleteEscalationChainByIDParams creates a new DeleteEscalationChainByIDParams object with the default values initialized.

func NewDeleteEscalationChainByIDParamsWithContext ¶

func NewDeleteEscalationChainByIDParamsWithContext(ctx context.Context) *DeleteEscalationChainByIDParams

NewDeleteEscalationChainByIDParamsWithContext creates a new DeleteEscalationChainByIDParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteEscalationChainByIDParamsWithHTTPClient ¶

func NewDeleteEscalationChainByIDParamsWithHTTPClient(client *http.Client) *DeleteEscalationChainByIDParams

NewDeleteEscalationChainByIDParamsWithHTTPClient creates a new DeleteEscalationChainByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteEscalationChainByIDParamsWithTimeout ¶

func NewDeleteEscalationChainByIDParamsWithTimeout(timeout time.Duration) *DeleteEscalationChainByIDParams

NewDeleteEscalationChainByIDParamsWithTimeout creates a new DeleteEscalationChainByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteEscalationChainByIDParams) SetContext ¶

func (o *DeleteEscalationChainByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the delete escalation chain by Id params

func (*DeleteEscalationChainByIDParams) SetHTTPClient ¶

func (o *DeleteEscalationChainByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete escalation chain by Id params

func (*DeleteEscalationChainByIDParams) SetID ¶

SetID adds the id to the delete escalation chain by Id params

func (*DeleteEscalationChainByIDParams) SetTimeout ¶

func (o *DeleteEscalationChainByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete escalation chain by Id params

func (*DeleteEscalationChainByIDParams) WithContext ¶

WithContext adds the context to the delete escalation chain by Id params

func (*DeleteEscalationChainByIDParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the delete escalation chain by Id params

func (*DeleteEscalationChainByIDParams) WithID ¶

WithID adds the id to the delete escalation chain by Id params

func (*DeleteEscalationChainByIDParams) WithTimeout ¶

WithTimeout adds the timeout to the delete escalation chain by Id params

func (*DeleteEscalationChainByIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type DeleteEscalationChainByIDReader ¶

type DeleteEscalationChainByIDReader struct {
	// contains filtered or unexported fields
}

DeleteEscalationChainByIDReader is a Reader for the DeleteEscalationChainByID structure.

func (*DeleteEscalationChainByIDReader) ReadResponse ¶

func (o *DeleteEscalationChainByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteNetscanByIDDefault ¶

type DeleteNetscanByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

DeleteNetscanByIDDefault handles this case with default header values.

Error

func NewDeleteNetscanByIDDefault ¶

func NewDeleteNetscanByIDDefault(code int) *DeleteNetscanByIDDefault

NewDeleteNetscanByIDDefault creates a DeleteNetscanByIDDefault with default headers values

func (*DeleteNetscanByIDDefault) Code ¶

func (o *DeleteNetscanByIDDefault) Code() int

Code gets the status code for the delete netscan by Id default response

func (*DeleteNetscanByIDDefault) Error ¶

func (o *DeleteNetscanByIDDefault) Error() string

type DeleteNetscanByIDOK ¶

type DeleteNetscanByIDOK struct {
	Payload interface{}
}

DeleteNetscanByIDOK handles this case with default header values.

successful operation

func NewDeleteNetscanByIDOK ¶

func NewDeleteNetscanByIDOK() *DeleteNetscanByIDOK

NewDeleteNetscanByIDOK creates a DeleteNetscanByIDOK with default headers values

func (*DeleteNetscanByIDOK) Error ¶

func (o *DeleteNetscanByIDOK) Error() string

type DeleteNetscanByIDParams ¶

type DeleteNetscanByIDParams struct {

	/*ID*/
	ID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteNetscanByIDParams contains all the parameters to send to the API endpoint for the delete netscan by Id operation typically these are written to a http.Request

func NewDeleteNetscanByIDParams ¶

func NewDeleteNetscanByIDParams() *DeleteNetscanByIDParams

NewDeleteNetscanByIDParams creates a new DeleteNetscanByIDParams object with the default values initialized.

func NewDeleteNetscanByIDParamsWithContext ¶

func NewDeleteNetscanByIDParamsWithContext(ctx context.Context) *DeleteNetscanByIDParams

NewDeleteNetscanByIDParamsWithContext creates a new DeleteNetscanByIDParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteNetscanByIDParamsWithHTTPClient ¶

func NewDeleteNetscanByIDParamsWithHTTPClient(client *http.Client) *DeleteNetscanByIDParams

NewDeleteNetscanByIDParamsWithHTTPClient creates a new DeleteNetscanByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteNetscanByIDParamsWithTimeout ¶

func NewDeleteNetscanByIDParamsWithTimeout(timeout time.Duration) *DeleteNetscanByIDParams

NewDeleteNetscanByIDParamsWithTimeout creates a new DeleteNetscanByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteNetscanByIDParams) SetContext ¶

func (o *DeleteNetscanByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the delete netscan by Id params

func (*DeleteNetscanByIDParams) SetHTTPClient ¶

func (o *DeleteNetscanByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete netscan by Id params

func (*DeleteNetscanByIDParams) SetID ¶

func (o *DeleteNetscanByIDParams) SetID(id int32)

SetID adds the id to the delete netscan by Id params

func (*DeleteNetscanByIDParams) SetTimeout ¶

func (o *DeleteNetscanByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete netscan by Id params

func (*DeleteNetscanByIDParams) WithContext ¶

WithContext adds the context to the delete netscan by Id params

func (*DeleteNetscanByIDParams) WithHTTPClient ¶

func (o *DeleteNetscanByIDParams) WithHTTPClient(client *http.Client) *DeleteNetscanByIDParams

WithHTTPClient adds the HTTPClient to the delete netscan by Id params

func (*DeleteNetscanByIDParams) WithID ¶

WithID adds the id to the delete netscan by Id params

func (*DeleteNetscanByIDParams) WithTimeout ¶

WithTimeout adds the timeout to the delete netscan by Id params

func (*DeleteNetscanByIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type DeleteNetscanByIDReader ¶

type DeleteNetscanByIDReader struct {
	// contains filtered or unexported fields
}

DeleteNetscanByIDReader is a Reader for the DeleteNetscanByID structure.

func (*DeleteNetscanByIDReader) ReadResponse ¶

func (o *DeleteNetscanByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteOpsNoteByIDDefault ¶

type DeleteOpsNoteByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

DeleteOpsNoteByIDDefault handles this case with default header values.

Error

func NewDeleteOpsNoteByIDDefault ¶

func NewDeleteOpsNoteByIDDefault(code int) *DeleteOpsNoteByIDDefault

NewDeleteOpsNoteByIDDefault creates a DeleteOpsNoteByIDDefault with default headers values

func (*DeleteOpsNoteByIDDefault) Code ¶

func (o *DeleteOpsNoteByIDDefault) Code() int

Code gets the status code for the delete ops note by Id default response

func (*DeleteOpsNoteByIDDefault) Error ¶

func (o *DeleteOpsNoteByIDDefault) Error() string

type DeleteOpsNoteByIDOK ¶

type DeleteOpsNoteByIDOK struct {
	Payload interface{}
}

DeleteOpsNoteByIDOK handles this case with default header values.

successful operation

func NewDeleteOpsNoteByIDOK ¶

func NewDeleteOpsNoteByIDOK() *DeleteOpsNoteByIDOK

NewDeleteOpsNoteByIDOK creates a DeleteOpsNoteByIDOK with default headers values

func (*DeleteOpsNoteByIDOK) Error ¶

func (o *DeleteOpsNoteByIDOK) Error() string

type DeleteOpsNoteByIDParams ¶

type DeleteOpsNoteByIDParams struct {

	/*ID*/
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteOpsNoteByIDParams contains all the parameters to send to the API endpoint for the delete ops note by Id operation typically these are written to a http.Request

func NewDeleteOpsNoteByIDParams ¶

func NewDeleteOpsNoteByIDParams() *DeleteOpsNoteByIDParams

NewDeleteOpsNoteByIDParams creates a new DeleteOpsNoteByIDParams object with the default values initialized.

func NewDeleteOpsNoteByIDParamsWithContext ¶

func NewDeleteOpsNoteByIDParamsWithContext(ctx context.Context) *DeleteOpsNoteByIDParams

NewDeleteOpsNoteByIDParamsWithContext creates a new DeleteOpsNoteByIDParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteOpsNoteByIDParamsWithHTTPClient ¶

func NewDeleteOpsNoteByIDParamsWithHTTPClient(client *http.Client) *DeleteOpsNoteByIDParams

NewDeleteOpsNoteByIDParamsWithHTTPClient creates a new DeleteOpsNoteByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteOpsNoteByIDParamsWithTimeout ¶

func NewDeleteOpsNoteByIDParamsWithTimeout(timeout time.Duration) *DeleteOpsNoteByIDParams

NewDeleteOpsNoteByIDParamsWithTimeout creates a new DeleteOpsNoteByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteOpsNoteByIDParams) SetContext ¶

func (o *DeleteOpsNoteByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the delete ops note by Id params

func (*DeleteOpsNoteByIDParams) SetHTTPClient ¶

func (o *DeleteOpsNoteByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete ops note by Id params

func (*DeleteOpsNoteByIDParams) SetID ¶

func (o *DeleteOpsNoteByIDParams) SetID(id string)

SetID adds the id to the delete ops note by Id params

func (*DeleteOpsNoteByIDParams) SetTimeout ¶

func (o *DeleteOpsNoteByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete ops note by Id params

func (*DeleteOpsNoteByIDParams) WithContext ¶

WithContext adds the context to the delete ops note by Id params

func (*DeleteOpsNoteByIDParams) WithHTTPClient ¶

func (o *DeleteOpsNoteByIDParams) WithHTTPClient(client *http.Client) *DeleteOpsNoteByIDParams

WithHTTPClient adds the HTTPClient to the delete ops note by Id params

func (*DeleteOpsNoteByIDParams) WithID ¶

WithID adds the id to the delete ops note by Id params

func (*DeleteOpsNoteByIDParams) WithTimeout ¶

WithTimeout adds the timeout to the delete ops note by Id params

func (*DeleteOpsNoteByIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type DeleteOpsNoteByIDReader ¶

type DeleteOpsNoteByIDReader struct {
	// contains filtered or unexported fields
}

DeleteOpsNoteByIDReader is a Reader for the DeleteOpsNoteByID structure.

func (*DeleteOpsNoteByIDReader) ReadResponse ¶

func (o *DeleteOpsNoteByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteRecipientGroupByIDDefault ¶

type DeleteRecipientGroupByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

DeleteRecipientGroupByIDDefault handles this case with default header values.

Error

func NewDeleteRecipientGroupByIDDefault ¶

func NewDeleteRecipientGroupByIDDefault(code int) *DeleteRecipientGroupByIDDefault

NewDeleteRecipientGroupByIDDefault creates a DeleteRecipientGroupByIDDefault with default headers values

func (*DeleteRecipientGroupByIDDefault) Code ¶

Code gets the status code for the delete recipient group by Id default response

func (*DeleteRecipientGroupByIDDefault) Error ¶

type DeleteRecipientGroupByIDOK ¶

type DeleteRecipientGroupByIDOK struct {
	Payload interface{}
}

DeleteRecipientGroupByIDOK handles this case with default header values.

successful operation

func NewDeleteRecipientGroupByIDOK ¶

func NewDeleteRecipientGroupByIDOK() *DeleteRecipientGroupByIDOK

NewDeleteRecipientGroupByIDOK creates a DeleteRecipientGroupByIDOK with default headers values

func (*DeleteRecipientGroupByIDOK) Error ¶

type DeleteRecipientGroupByIDParams ¶

type DeleteRecipientGroupByIDParams struct {

	/*ID*/
	ID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteRecipientGroupByIDParams contains all the parameters to send to the API endpoint for the delete recipient group by Id operation typically these are written to a http.Request

func NewDeleteRecipientGroupByIDParams ¶

func NewDeleteRecipientGroupByIDParams() *DeleteRecipientGroupByIDParams

NewDeleteRecipientGroupByIDParams creates a new DeleteRecipientGroupByIDParams object with the default values initialized.

func NewDeleteRecipientGroupByIDParamsWithContext ¶

func NewDeleteRecipientGroupByIDParamsWithContext(ctx context.Context) *DeleteRecipientGroupByIDParams

NewDeleteRecipientGroupByIDParamsWithContext creates a new DeleteRecipientGroupByIDParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteRecipientGroupByIDParamsWithHTTPClient ¶

func NewDeleteRecipientGroupByIDParamsWithHTTPClient(client *http.Client) *DeleteRecipientGroupByIDParams

NewDeleteRecipientGroupByIDParamsWithHTTPClient creates a new DeleteRecipientGroupByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteRecipientGroupByIDParamsWithTimeout ¶

func NewDeleteRecipientGroupByIDParamsWithTimeout(timeout time.Duration) *DeleteRecipientGroupByIDParams

NewDeleteRecipientGroupByIDParamsWithTimeout creates a new DeleteRecipientGroupByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteRecipientGroupByIDParams) SetContext ¶

func (o *DeleteRecipientGroupByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the delete recipient group by Id params

func (*DeleteRecipientGroupByIDParams) SetHTTPClient ¶

func (o *DeleteRecipientGroupByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete recipient group by Id params

func (*DeleteRecipientGroupByIDParams) SetID ¶

SetID adds the id to the delete recipient group by Id params

func (*DeleteRecipientGroupByIDParams) SetTimeout ¶

func (o *DeleteRecipientGroupByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete recipient group by Id params

func (*DeleteRecipientGroupByIDParams) WithContext ¶

WithContext adds the context to the delete recipient group by Id params

func (*DeleteRecipientGroupByIDParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the delete recipient group by Id params

func (*DeleteRecipientGroupByIDParams) WithID ¶

WithID adds the id to the delete recipient group by Id params

func (*DeleteRecipientGroupByIDParams) WithTimeout ¶

WithTimeout adds the timeout to the delete recipient group by Id params

func (*DeleteRecipientGroupByIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type DeleteRecipientGroupByIDReader ¶

type DeleteRecipientGroupByIDReader struct {
	// contains filtered or unexported fields
}

DeleteRecipientGroupByIDReader is a Reader for the DeleteRecipientGroupByID structure.

func (*DeleteRecipientGroupByIDReader) ReadResponse ¶

func (o *DeleteRecipientGroupByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteReportByIDDefault ¶

type DeleteReportByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

DeleteReportByIDDefault handles this case with default header values.

Error

func NewDeleteReportByIDDefault ¶

func NewDeleteReportByIDDefault(code int) *DeleteReportByIDDefault

NewDeleteReportByIDDefault creates a DeleteReportByIDDefault with default headers values

func (*DeleteReportByIDDefault) Code ¶

func (o *DeleteReportByIDDefault) Code() int

Code gets the status code for the delete report by Id default response

func (*DeleteReportByIDDefault) Error ¶

func (o *DeleteReportByIDDefault) Error() string

type DeleteReportByIDOK ¶

type DeleteReportByIDOK struct {
	Payload interface{}
}

DeleteReportByIDOK handles this case with default header values.

successful operation

func NewDeleteReportByIDOK ¶

func NewDeleteReportByIDOK() *DeleteReportByIDOK

NewDeleteReportByIDOK creates a DeleteReportByIDOK with default headers values

func (*DeleteReportByIDOK) Error ¶

func (o *DeleteReportByIDOK) Error() string

type DeleteReportByIDParams ¶

type DeleteReportByIDParams struct {

	/*ID*/
	ID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteReportByIDParams contains all the parameters to send to the API endpoint for the delete report by Id operation typically these are written to a http.Request

func NewDeleteReportByIDParams ¶

func NewDeleteReportByIDParams() *DeleteReportByIDParams

NewDeleteReportByIDParams creates a new DeleteReportByIDParams object with the default values initialized.

func NewDeleteReportByIDParamsWithContext ¶

func NewDeleteReportByIDParamsWithContext(ctx context.Context) *DeleteReportByIDParams

NewDeleteReportByIDParamsWithContext creates a new DeleteReportByIDParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteReportByIDParamsWithHTTPClient ¶

func NewDeleteReportByIDParamsWithHTTPClient(client *http.Client) *DeleteReportByIDParams

NewDeleteReportByIDParamsWithHTTPClient creates a new DeleteReportByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteReportByIDParamsWithTimeout ¶

func NewDeleteReportByIDParamsWithTimeout(timeout time.Duration) *DeleteReportByIDParams

NewDeleteReportByIDParamsWithTimeout creates a new DeleteReportByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteReportByIDParams) SetContext ¶

func (o *DeleteReportByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the delete report by Id params

func (*DeleteReportByIDParams) SetHTTPClient ¶

func (o *DeleteReportByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete report by Id params

func (*DeleteReportByIDParams) SetID ¶

func (o *DeleteReportByIDParams) SetID(id int32)

SetID adds the id to the delete report by Id params

func (*DeleteReportByIDParams) SetTimeout ¶

func (o *DeleteReportByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete report by Id params

func (*DeleteReportByIDParams) WithContext ¶

WithContext adds the context to the delete report by Id params

func (*DeleteReportByIDParams) WithHTTPClient ¶

func (o *DeleteReportByIDParams) WithHTTPClient(client *http.Client) *DeleteReportByIDParams

WithHTTPClient adds the HTTPClient to the delete report by Id params

func (*DeleteReportByIDParams) WithID ¶

WithID adds the id to the delete report by Id params

func (*DeleteReportByIDParams) WithTimeout ¶

WithTimeout adds the timeout to the delete report by Id params

func (*DeleteReportByIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type DeleteReportByIDReader ¶

type DeleteReportByIDReader struct {
	// contains filtered or unexported fields
}

DeleteReportByIDReader is a Reader for the DeleteReportByID structure.

func (*DeleteReportByIDReader) ReadResponse ¶

func (o *DeleteReportByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteReportGroupByIDDefault ¶

type DeleteReportGroupByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

DeleteReportGroupByIDDefault handles this case with default header values.

Error

func NewDeleteReportGroupByIDDefault ¶

func NewDeleteReportGroupByIDDefault(code int) *DeleteReportGroupByIDDefault

NewDeleteReportGroupByIDDefault creates a DeleteReportGroupByIDDefault with default headers values

func (*DeleteReportGroupByIDDefault) Code ¶

Code gets the status code for the delete report group by Id default response

func (*DeleteReportGroupByIDDefault) Error ¶

type DeleteReportGroupByIDOK ¶

type DeleteReportGroupByIDOK struct {
	Payload interface{}
}

DeleteReportGroupByIDOK handles this case with default header values.

successful operation

func NewDeleteReportGroupByIDOK ¶

func NewDeleteReportGroupByIDOK() *DeleteReportGroupByIDOK

NewDeleteReportGroupByIDOK creates a DeleteReportGroupByIDOK with default headers values

func (*DeleteReportGroupByIDOK) Error ¶

func (o *DeleteReportGroupByIDOK) Error() string

type DeleteReportGroupByIDParams ¶

type DeleteReportGroupByIDParams struct {

	/*ID*/
	ID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteReportGroupByIDParams contains all the parameters to send to the API endpoint for the delete report group by Id operation typically these are written to a http.Request

func NewDeleteReportGroupByIDParams ¶

func NewDeleteReportGroupByIDParams() *DeleteReportGroupByIDParams

NewDeleteReportGroupByIDParams creates a new DeleteReportGroupByIDParams object with the default values initialized.

func NewDeleteReportGroupByIDParamsWithContext ¶

func NewDeleteReportGroupByIDParamsWithContext(ctx context.Context) *DeleteReportGroupByIDParams

NewDeleteReportGroupByIDParamsWithContext creates a new DeleteReportGroupByIDParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteReportGroupByIDParamsWithHTTPClient ¶

func NewDeleteReportGroupByIDParamsWithHTTPClient(client *http.Client) *DeleteReportGroupByIDParams

NewDeleteReportGroupByIDParamsWithHTTPClient creates a new DeleteReportGroupByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteReportGroupByIDParamsWithTimeout ¶

func NewDeleteReportGroupByIDParamsWithTimeout(timeout time.Duration) *DeleteReportGroupByIDParams

NewDeleteReportGroupByIDParamsWithTimeout creates a new DeleteReportGroupByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteReportGroupByIDParams) SetContext ¶

func (o *DeleteReportGroupByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the delete report group by Id params

func (*DeleteReportGroupByIDParams) SetHTTPClient ¶

func (o *DeleteReportGroupByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete report group by Id params

func (*DeleteReportGroupByIDParams) SetID ¶

func (o *DeleteReportGroupByIDParams) SetID(id int32)

SetID adds the id to the delete report group by Id params

func (*DeleteReportGroupByIDParams) SetTimeout ¶

func (o *DeleteReportGroupByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete report group by Id params

func (*DeleteReportGroupByIDParams) WithContext ¶

WithContext adds the context to the delete report group by Id params

func (*DeleteReportGroupByIDParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the delete report group by Id params

func (*DeleteReportGroupByIDParams) WithID ¶

WithID adds the id to the delete report group by Id params

func (*DeleteReportGroupByIDParams) WithTimeout ¶

WithTimeout adds the timeout to the delete report group by Id params

func (*DeleteReportGroupByIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type DeleteReportGroupByIDReader ¶

type DeleteReportGroupByIDReader struct {
	// contains filtered or unexported fields
}

DeleteReportGroupByIDReader is a Reader for the DeleteReportGroupByID structure.

func (*DeleteReportGroupByIDReader) ReadResponse ¶

func (o *DeleteReportGroupByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteRoleByIDDefault ¶

type DeleteRoleByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

DeleteRoleByIDDefault handles this case with default header values.

Error

func NewDeleteRoleByIDDefault ¶

func NewDeleteRoleByIDDefault(code int) *DeleteRoleByIDDefault

NewDeleteRoleByIDDefault creates a DeleteRoleByIDDefault with default headers values

func (*DeleteRoleByIDDefault) Code ¶

func (o *DeleteRoleByIDDefault) Code() int

Code gets the status code for the delete role by Id default response

func (*DeleteRoleByIDDefault) Error ¶

func (o *DeleteRoleByIDDefault) Error() string

type DeleteRoleByIDOK ¶

type DeleteRoleByIDOK struct {
	Payload interface{}
}

DeleteRoleByIDOK handles this case with default header values.

successful operation

func NewDeleteRoleByIDOK ¶

func NewDeleteRoleByIDOK() *DeleteRoleByIDOK

NewDeleteRoleByIDOK creates a DeleteRoleByIDOK with default headers values

func (*DeleteRoleByIDOK) Error ¶

func (o *DeleteRoleByIDOK) Error() string

type DeleteRoleByIDParams ¶

type DeleteRoleByIDParams struct {

	/*ID*/
	ID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteRoleByIDParams contains all the parameters to send to the API endpoint for the delete role by Id operation typically these are written to a http.Request

func NewDeleteRoleByIDParams ¶

func NewDeleteRoleByIDParams() *DeleteRoleByIDParams

NewDeleteRoleByIDParams creates a new DeleteRoleByIDParams object with the default values initialized.

func NewDeleteRoleByIDParamsWithContext ¶

func NewDeleteRoleByIDParamsWithContext(ctx context.Context) *DeleteRoleByIDParams

NewDeleteRoleByIDParamsWithContext creates a new DeleteRoleByIDParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteRoleByIDParamsWithHTTPClient ¶

func NewDeleteRoleByIDParamsWithHTTPClient(client *http.Client) *DeleteRoleByIDParams

NewDeleteRoleByIDParamsWithHTTPClient creates a new DeleteRoleByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteRoleByIDParamsWithTimeout ¶

func NewDeleteRoleByIDParamsWithTimeout(timeout time.Duration) *DeleteRoleByIDParams

NewDeleteRoleByIDParamsWithTimeout creates a new DeleteRoleByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteRoleByIDParams) SetContext ¶

func (o *DeleteRoleByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the delete role by Id params

func (*DeleteRoleByIDParams) SetHTTPClient ¶

func (o *DeleteRoleByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete role by Id params

func (*DeleteRoleByIDParams) SetID ¶

func (o *DeleteRoleByIDParams) SetID(id int32)

SetID adds the id to the delete role by Id params

func (*DeleteRoleByIDParams) SetTimeout ¶

func (o *DeleteRoleByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete role by Id params

func (*DeleteRoleByIDParams) WithContext ¶

WithContext adds the context to the delete role by Id params

func (*DeleteRoleByIDParams) WithHTTPClient ¶

func (o *DeleteRoleByIDParams) WithHTTPClient(client *http.Client) *DeleteRoleByIDParams

WithHTTPClient adds the HTTPClient to the delete role by Id params

func (*DeleteRoleByIDParams) WithID ¶

WithID adds the id to the delete role by Id params

func (*DeleteRoleByIDParams) WithTimeout ¶

func (o *DeleteRoleByIDParams) WithTimeout(timeout time.Duration) *DeleteRoleByIDParams

WithTimeout adds the timeout to the delete role by Id params

func (*DeleteRoleByIDParams) WriteToRequest ¶

func (o *DeleteRoleByIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type DeleteRoleByIDReader ¶

type DeleteRoleByIDReader struct {
	// contains filtered or unexported fields
}

DeleteRoleByIDReader is a Reader for the DeleteRoleByID structure.

func (*DeleteRoleByIDReader) ReadResponse ¶

func (o *DeleteRoleByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteSDTByIDDefault ¶

type DeleteSDTByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

DeleteSDTByIDDefault handles this case with default header values.

Error

func NewDeleteSDTByIDDefault ¶

func NewDeleteSDTByIDDefault(code int) *DeleteSDTByIDDefault

NewDeleteSDTByIDDefault creates a DeleteSDTByIDDefault with default headers values

func (*DeleteSDTByIDDefault) Code ¶

func (o *DeleteSDTByIDDefault) Code() int

Code gets the status code for the delete SDT by Id default response

func (*DeleteSDTByIDDefault) Error ¶

func (o *DeleteSDTByIDDefault) Error() string

type DeleteSDTByIDOK ¶

type DeleteSDTByIDOK struct {
	Payload interface{}
}

DeleteSDTByIDOK handles this case with default header values.

successful operation

func NewDeleteSDTByIDOK ¶

func NewDeleteSDTByIDOK() *DeleteSDTByIDOK

NewDeleteSDTByIDOK creates a DeleteSDTByIDOK with default headers values

func (*DeleteSDTByIDOK) Error ¶

func (o *DeleteSDTByIDOK) Error() string

type DeleteSDTByIDParams ¶

type DeleteSDTByIDParams struct {

	/*ID*/
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteSDTByIDParams contains all the parameters to send to the API endpoint for the delete SDT by Id operation typically these are written to a http.Request

func NewDeleteSDTByIDParams ¶

func NewDeleteSDTByIDParams() *DeleteSDTByIDParams

NewDeleteSDTByIDParams creates a new DeleteSDTByIDParams object with the default values initialized.

func NewDeleteSDTByIDParamsWithContext ¶

func NewDeleteSDTByIDParamsWithContext(ctx context.Context) *DeleteSDTByIDParams

NewDeleteSDTByIDParamsWithContext creates a new DeleteSDTByIDParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteSDTByIDParamsWithHTTPClient ¶

func NewDeleteSDTByIDParamsWithHTTPClient(client *http.Client) *DeleteSDTByIDParams

NewDeleteSDTByIDParamsWithHTTPClient creates a new DeleteSDTByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteSDTByIDParamsWithTimeout ¶

func NewDeleteSDTByIDParamsWithTimeout(timeout time.Duration) *DeleteSDTByIDParams

NewDeleteSDTByIDParamsWithTimeout creates a new DeleteSDTByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteSDTByIDParams) SetContext ¶

func (o *DeleteSDTByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the delete SDT by Id params

func (*DeleteSDTByIDParams) SetHTTPClient ¶

func (o *DeleteSDTByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete SDT by Id params

func (*DeleteSDTByIDParams) SetID ¶

func (o *DeleteSDTByIDParams) SetID(id string)

SetID adds the id to the delete SDT by Id params

func (*DeleteSDTByIDParams) SetTimeout ¶

func (o *DeleteSDTByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete SDT by Id params

func (*DeleteSDTByIDParams) WithContext ¶

WithContext adds the context to the delete SDT by Id params

func (*DeleteSDTByIDParams) WithHTTPClient ¶

func (o *DeleteSDTByIDParams) WithHTTPClient(client *http.Client) *DeleteSDTByIDParams

WithHTTPClient adds the HTTPClient to the delete SDT by Id params

func (*DeleteSDTByIDParams) WithID ¶

WithID adds the id to the delete SDT by Id params

func (*DeleteSDTByIDParams) WithTimeout ¶

func (o *DeleteSDTByIDParams) WithTimeout(timeout time.Duration) *DeleteSDTByIDParams

WithTimeout adds the timeout to the delete SDT by Id params

func (*DeleteSDTByIDParams) WriteToRequest ¶

func (o *DeleteSDTByIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type DeleteSDTByIDReader ¶

type DeleteSDTByIDReader struct {
	// contains filtered or unexported fields
}

DeleteSDTByIDReader is a Reader for the DeleteSDTByID structure.

func (*DeleteSDTByIDReader) ReadResponse ¶

func (o *DeleteSDTByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteWebsiteByIDDefault ¶

type DeleteWebsiteByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

DeleteWebsiteByIDDefault handles this case with default header values.

Error

func NewDeleteWebsiteByIDDefault ¶

func NewDeleteWebsiteByIDDefault(code int) *DeleteWebsiteByIDDefault

NewDeleteWebsiteByIDDefault creates a DeleteWebsiteByIDDefault with default headers values

func (*DeleteWebsiteByIDDefault) Code ¶

func (o *DeleteWebsiteByIDDefault) Code() int

Code gets the status code for the delete website by Id default response

func (*DeleteWebsiteByIDDefault) Error ¶

func (o *DeleteWebsiteByIDDefault) Error() string

type DeleteWebsiteByIDOK ¶

type DeleteWebsiteByIDOK struct {
	Payload interface{}
}

DeleteWebsiteByIDOK handles this case with default header values.

successful operation

func NewDeleteWebsiteByIDOK ¶

func NewDeleteWebsiteByIDOK() *DeleteWebsiteByIDOK

NewDeleteWebsiteByIDOK creates a DeleteWebsiteByIDOK with default headers values

func (*DeleteWebsiteByIDOK) Error ¶

func (o *DeleteWebsiteByIDOK) Error() string

type DeleteWebsiteByIDParams ¶

type DeleteWebsiteByIDParams struct {

	/*ID*/
	ID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteWebsiteByIDParams contains all the parameters to send to the API endpoint for the delete website by Id operation typically these are written to a http.Request

func NewDeleteWebsiteByIDParams ¶

func NewDeleteWebsiteByIDParams() *DeleteWebsiteByIDParams

NewDeleteWebsiteByIDParams creates a new DeleteWebsiteByIDParams object with the default values initialized.

func NewDeleteWebsiteByIDParamsWithContext ¶

func NewDeleteWebsiteByIDParamsWithContext(ctx context.Context) *DeleteWebsiteByIDParams

NewDeleteWebsiteByIDParamsWithContext creates a new DeleteWebsiteByIDParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteWebsiteByIDParamsWithHTTPClient ¶

func NewDeleteWebsiteByIDParamsWithHTTPClient(client *http.Client) *DeleteWebsiteByIDParams

NewDeleteWebsiteByIDParamsWithHTTPClient creates a new DeleteWebsiteByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteWebsiteByIDParamsWithTimeout ¶

func NewDeleteWebsiteByIDParamsWithTimeout(timeout time.Duration) *DeleteWebsiteByIDParams

NewDeleteWebsiteByIDParamsWithTimeout creates a new DeleteWebsiteByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteWebsiteByIDParams) SetContext ¶

func (o *DeleteWebsiteByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the delete website by Id params

func (*DeleteWebsiteByIDParams) SetHTTPClient ¶

func (o *DeleteWebsiteByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete website by Id params

func (*DeleteWebsiteByIDParams) SetID ¶

func (o *DeleteWebsiteByIDParams) SetID(id int32)

SetID adds the id to the delete website by Id params

func (*DeleteWebsiteByIDParams) SetTimeout ¶

func (o *DeleteWebsiteByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete website by Id params

func (*DeleteWebsiteByIDParams) WithContext ¶

WithContext adds the context to the delete website by Id params

func (*DeleteWebsiteByIDParams) WithHTTPClient ¶

func (o *DeleteWebsiteByIDParams) WithHTTPClient(client *http.Client) *DeleteWebsiteByIDParams

WithHTTPClient adds the HTTPClient to the delete website by Id params

func (*DeleteWebsiteByIDParams) WithID ¶

WithID adds the id to the delete website by Id params

func (*DeleteWebsiteByIDParams) WithTimeout ¶

WithTimeout adds the timeout to the delete website by Id params

func (*DeleteWebsiteByIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type DeleteWebsiteByIDReader ¶

type DeleteWebsiteByIDReader struct {
	// contains filtered or unexported fields
}

DeleteWebsiteByIDReader is a Reader for the DeleteWebsiteByID structure.

func (*DeleteWebsiteByIDReader) ReadResponse ¶

func (o *DeleteWebsiteByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteWebsiteGroupByIDDefault ¶

type DeleteWebsiteGroupByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

DeleteWebsiteGroupByIDDefault handles this case with default header values.

Error

func NewDeleteWebsiteGroupByIDDefault ¶

func NewDeleteWebsiteGroupByIDDefault(code int) *DeleteWebsiteGroupByIDDefault

NewDeleteWebsiteGroupByIDDefault creates a DeleteWebsiteGroupByIDDefault with default headers values

func (*DeleteWebsiteGroupByIDDefault) Code ¶

Code gets the status code for the delete website group by Id default response

func (*DeleteWebsiteGroupByIDDefault) Error ¶

type DeleteWebsiteGroupByIDOK ¶

type DeleteWebsiteGroupByIDOK struct {
	Payload interface{}
}

DeleteWebsiteGroupByIDOK handles this case with default header values.

successful operation

func NewDeleteWebsiteGroupByIDOK ¶

func NewDeleteWebsiteGroupByIDOK() *DeleteWebsiteGroupByIDOK

NewDeleteWebsiteGroupByIDOK creates a DeleteWebsiteGroupByIDOK with default headers values

func (*DeleteWebsiteGroupByIDOK) Error ¶

func (o *DeleteWebsiteGroupByIDOK) Error() string

type DeleteWebsiteGroupByIDParams ¶

type DeleteWebsiteGroupByIDParams struct {

	/*DeleteChildren*/
	DeleteChildren *int32
	/*ID*/
	ID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteWebsiteGroupByIDParams contains all the parameters to send to the API endpoint for the delete website group by Id operation typically these are written to a http.Request

func NewDeleteWebsiteGroupByIDParams ¶

func NewDeleteWebsiteGroupByIDParams() *DeleteWebsiteGroupByIDParams

NewDeleteWebsiteGroupByIDParams creates a new DeleteWebsiteGroupByIDParams object with the default values initialized.

func NewDeleteWebsiteGroupByIDParamsWithContext ¶

func NewDeleteWebsiteGroupByIDParamsWithContext(ctx context.Context) *DeleteWebsiteGroupByIDParams

NewDeleteWebsiteGroupByIDParamsWithContext creates a new DeleteWebsiteGroupByIDParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteWebsiteGroupByIDParamsWithHTTPClient ¶

func NewDeleteWebsiteGroupByIDParamsWithHTTPClient(client *http.Client) *DeleteWebsiteGroupByIDParams

NewDeleteWebsiteGroupByIDParamsWithHTTPClient creates a new DeleteWebsiteGroupByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteWebsiteGroupByIDParamsWithTimeout ¶

func NewDeleteWebsiteGroupByIDParamsWithTimeout(timeout time.Duration) *DeleteWebsiteGroupByIDParams

NewDeleteWebsiteGroupByIDParamsWithTimeout creates a new DeleteWebsiteGroupByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteWebsiteGroupByIDParams) SetContext ¶

func (o *DeleteWebsiteGroupByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the delete website group by Id params

func (*DeleteWebsiteGroupByIDParams) SetDeleteChildren ¶

func (o *DeleteWebsiteGroupByIDParams) SetDeleteChildren(deleteChildren *int32)

SetDeleteChildren adds the deleteChildren to the delete website group by Id params

func (*DeleteWebsiteGroupByIDParams) SetHTTPClient ¶

func (o *DeleteWebsiteGroupByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete website group by Id params

func (*DeleteWebsiteGroupByIDParams) SetID ¶

func (o *DeleteWebsiteGroupByIDParams) SetID(id int32)

SetID adds the id to the delete website group by Id params

func (*DeleteWebsiteGroupByIDParams) SetTimeout ¶

func (o *DeleteWebsiteGroupByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete website group by Id params

func (*DeleteWebsiteGroupByIDParams) WithContext ¶

WithContext adds the context to the delete website group by Id params

func (*DeleteWebsiteGroupByIDParams) WithDeleteChildren ¶

func (o *DeleteWebsiteGroupByIDParams) WithDeleteChildren(deleteChildren *int32) *DeleteWebsiteGroupByIDParams

WithDeleteChildren adds the deleteChildren to the delete website group by Id params

func (*DeleteWebsiteGroupByIDParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the delete website group by Id params

func (*DeleteWebsiteGroupByIDParams) WithID ¶

WithID adds the id to the delete website group by Id params

func (*DeleteWebsiteGroupByIDParams) WithTimeout ¶

WithTimeout adds the timeout to the delete website group by Id params

func (*DeleteWebsiteGroupByIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type DeleteWebsiteGroupByIDReader ¶

type DeleteWebsiteGroupByIDReader struct {
	// contains filtered or unexported fields
}

DeleteWebsiteGroupByIDReader is a Reader for the DeleteWebsiteGroupByID structure.

func (*DeleteWebsiteGroupByIDReader) ReadResponse ¶

func (o *DeleteWebsiteGroupByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteWidgetByIDDefault ¶

type DeleteWidgetByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

DeleteWidgetByIDDefault handles this case with default header values.

Error

func NewDeleteWidgetByIDDefault ¶

func NewDeleteWidgetByIDDefault(code int) *DeleteWidgetByIDDefault

NewDeleteWidgetByIDDefault creates a DeleteWidgetByIDDefault with default headers values

func (*DeleteWidgetByIDDefault) Code ¶

func (o *DeleteWidgetByIDDefault) Code() int

Code gets the status code for the delete widget by Id default response

func (*DeleteWidgetByIDDefault) Error ¶

func (o *DeleteWidgetByIDDefault) Error() string

type DeleteWidgetByIDOK ¶

type DeleteWidgetByIDOK struct {
	Payload interface{}
}

DeleteWidgetByIDOK handles this case with default header values.

successful operation

func NewDeleteWidgetByIDOK ¶

func NewDeleteWidgetByIDOK() *DeleteWidgetByIDOK

NewDeleteWidgetByIDOK creates a DeleteWidgetByIDOK with default headers values

func (*DeleteWidgetByIDOK) Error ¶

func (o *DeleteWidgetByIDOK) Error() string

type DeleteWidgetByIDParams ¶

type DeleteWidgetByIDParams struct {

	/*ID*/
	ID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteWidgetByIDParams contains all the parameters to send to the API endpoint for the delete widget by Id operation typically these are written to a http.Request

func NewDeleteWidgetByIDParams ¶

func NewDeleteWidgetByIDParams() *DeleteWidgetByIDParams

NewDeleteWidgetByIDParams creates a new DeleteWidgetByIDParams object with the default values initialized.

func NewDeleteWidgetByIDParamsWithContext ¶

func NewDeleteWidgetByIDParamsWithContext(ctx context.Context) *DeleteWidgetByIDParams

NewDeleteWidgetByIDParamsWithContext creates a new DeleteWidgetByIDParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteWidgetByIDParamsWithHTTPClient ¶

func NewDeleteWidgetByIDParamsWithHTTPClient(client *http.Client) *DeleteWidgetByIDParams

NewDeleteWidgetByIDParamsWithHTTPClient creates a new DeleteWidgetByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteWidgetByIDParamsWithTimeout ¶

func NewDeleteWidgetByIDParamsWithTimeout(timeout time.Duration) *DeleteWidgetByIDParams

NewDeleteWidgetByIDParamsWithTimeout creates a new DeleteWidgetByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteWidgetByIDParams) SetContext ¶

func (o *DeleteWidgetByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the delete widget by Id params

func (*DeleteWidgetByIDParams) SetHTTPClient ¶

func (o *DeleteWidgetByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete widget by Id params

func (*DeleteWidgetByIDParams) SetID ¶

func (o *DeleteWidgetByIDParams) SetID(id int32)

SetID adds the id to the delete widget by Id params

func (*DeleteWidgetByIDParams) SetTimeout ¶

func (o *DeleteWidgetByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete widget by Id params

func (*DeleteWidgetByIDParams) WithContext ¶

WithContext adds the context to the delete widget by Id params

func (*DeleteWidgetByIDParams) WithHTTPClient ¶

func (o *DeleteWidgetByIDParams) WithHTTPClient(client *http.Client) *DeleteWidgetByIDParams

WithHTTPClient adds the HTTPClient to the delete widget by Id params

func (*DeleteWidgetByIDParams) WithID ¶

WithID adds the id to the delete widget by Id params

func (*DeleteWidgetByIDParams) WithTimeout ¶

WithTimeout adds the timeout to the delete widget by Id params

func (*DeleteWidgetByIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type DeleteWidgetByIDReader ¶

type DeleteWidgetByIDReader struct {
	// contains filtered or unexported fields
}

DeleteWidgetByIDReader is a Reader for the DeleteWidgetByID structure.

func (*DeleteWidgetByIDReader) ReadResponse ¶

func (o *DeleteWidgetByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ExecuteDebugCommandDefault ¶

type ExecuteDebugCommandDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

ExecuteDebugCommandDefault handles this case with default header values.

Error

func NewExecuteDebugCommandDefault ¶

func NewExecuteDebugCommandDefault(code int) *ExecuteDebugCommandDefault

NewExecuteDebugCommandDefault creates a ExecuteDebugCommandDefault with default headers values

func (*ExecuteDebugCommandDefault) Code ¶

func (o *ExecuteDebugCommandDefault) Code() int

Code gets the status code for the execute debug command default response

func (*ExecuteDebugCommandDefault) Error ¶

type ExecuteDebugCommandOK ¶

type ExecuteDebugCommandOK struct {
	Payload *models.Debug
}

ExecuteDebugCommandOK handles this case with default header values.

successful operation

func NewExecuteDebugCommandOK ¶

func NewExecuteDebugCommandOK() *ExecuteDebugCommandOK

NewExecuteDebugCommandOK creates a ExecuteDebugCommandOK with default headers values

func (*ExecuteDebugCommandOK) Error ¶

func (o *ExecuteDebugCommandOK) Error() string

type ExecuteDebugCommandParams ¶

type ExecuteDebugCommandParams struct {

	/*Body*/
	Body *models.Debug
	/*CollectorID*/
	CollectorID *int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ExecuteDebugCommandParams contains all the parameters to send to the API endpoint for the execute debug command operation typically these are written to a http.Request

func NewExecuteDebugCommandParams ¶

func NewExecuteDebugCommandParams() *ExecuteDebugCommandParams

NewExecuteDebugCommandParams creates a new ExecuteDebugCommandParams object with the default values initialized.

func NewExecuteDebugCommandParamsWithContext ¶

func NewExecuteDebugCommandParamsWithContext(ctx context.Context) *ExecuteDebugCommandParams

NewExecuteDebugCommandParamsWithContext creates a new ExecuteDebugCommandParams object with the default values initialized, and the ability to set a context for a request

func NewExecuteDebugCommandParamsWithHTTPClient ¶

func NewExecuteDebugCommandParamsWithHTTPClient(client *http.Client) *ExecuteDebugCommandParams

NewExecuteDebugCommandParamsWithHTTPClient creates a new ExecuteDebugCommandParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewExecuteDebugCommandParamsWithTimeout ¶

func NewExecuteDebugCommandParamsWithTimeout(timeout time.Duration) *ExecuteDebugCommandParams

NewExecuteDebugCommandParamsWithTimeout creates a new ExecuteDebugCommandParams object with the default values initialized, and the ability to set a timeout on a request

func (*ExecuteDebugCommandParams) SetBody ¶

func (o *ExecuteDebugCommandParams) SetBody(body *models.Debug)

SetBody adds the body to the execute debug command params

func (*ExecuteDebugCommandParams) SetCollectorID ¶

func (o *ExecuteDebugCommandParams) SetCollectorID(collectorID *int32)

SetCollectorID adds the collectorId to the execute debug command params

func (*ExecuteDebugCommandParams) SetContext ¶

func (o *ExecuteDebugCommandParams) SetContext(ctx context.Context)

SetContext adds the context to the execute debug command params

func (*ExecuteDebugCommandParams) SetHTTPClient ¶

func (o *ExecuteDebugCommandParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the execute debug command params

func (*ExecuteDebugCommandParams) SetTimeout ¶

func (o *ExecuteDebugCommandParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the execute debug command params

func (*ExecuteDebugCommandParams) WithBody ¶

WithBody adds the body to the execute debug command params

func (*ExecuteDebugCommandParams) WithCollectorID ¶

func (o *ExecuteDebugCommandParams) WithCollectorID(collectorID *int32) *ExecuteDebugCommandParams

WithCollectorID adds the collectorID to the execute debug command params

func (*ExecuteDebugCommandParams) WithContext ¶

WithContext adds the context to the execute debug command params

func (*ExecuteDebugCommandParams) WithHTTPClient ¶

func (o *ExecuteDebugCommandParams) WithHTTPClient(client *http.Client) *ExecuteDebugCommandParams

WithHTTPClient adds the HTTPClient to the execute debug command params

func (*ExecuteDebugCommandParams) WithTimeout ¶

WithTimeout adds the timeout to the execute debug command params

func (*ExecuteDebugCommandParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type ExecuteDebugCommandReader ¶

type ExecuteDebugCommandReader struct {
	// contains filtered or unexported fields
}

ExecuteDebugCommandReader is a Reader for the ExecuteDebugCommand structure.

func (*ExecuteDebugCommandReader) ReadResponse ¶

func (o *ExecuteDebugCommandReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GenerateReportByIDDefault ¶

type GenerateReportByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GenerateReportByIDDefault handles this case with default header values.

Error

func NewGenerateReportByIDDefault ¶

func NewGenerateReportByIDDefault(code int) *GenerateReportByIDDefault

NewGenerateReportByIDDefault creates a GenerateReportByIDDefault with default headers values

func (*GenerateReportByIDDefault) Code ¶

func (o *GenerateReportByIDDefault) Code() int

Code gets the status code for the generate report by Id default response

func (*GenerateReportByIDDefault) Error ¶

func (o *GenerateReportByIDDefault) Error() string

type GenerateReportByIDOK ¶

type GenerateReportByIDOK struct {
	Payload *models.GenerateReportResult
}

GenerateReportByIDOK handles this case with default header values.

successful operation

func NewGenerateReportByIDOK ¶

func NewGenerateReportByIDOK() *GenerateReportByIDOK

NewGenerateReportByIDOK creates a GenerateReportByIDOK with default headers values

func (*GenerateReportByIDOK) Error ¶

func (o *GenerateReportByIDOK) Error() string

type GenerateReportByIDParams ¶

type GenerateReportByIDParams struct {

	/*Body*/
	Body *models.GenerateReportRequest
	/*ID*/
	ID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GenerateReportByIDParams contains all the parameters to send to the API endpoint for the generate report by Id operation typically these are written to a http.Request

func NewGenerateReportByIDParams ¶

func NewGenerateReportByIDParams() *GenerateReportByIDParams

NewGenerateReportByIDParams creates a new GenerateReportByIDParams object with the default values initialized.

func NewGenerateReportByIDParamsWithContext ¶

func NewGenerateReportByIDParamsWithContext(ctx context.Context) *GenerateReportByIDParams

NewGenerateReportByIDParamsWithContext creates a new GenerateReportByIDParams object with the default values initialized, and the ability to set a context for a request

func NewGenerateReportByIDParamsWithHTTPClient ¶

func NewGenerateReportByIDParamsWithHTTPClient(client *http.Client) *GenerateReportByIDParams

NewGenerateReportByIDParamsWithHTTPClient creates a new GenerateReportByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGenerateReportByIDParamsWithTimeout ¶

func NewGenerateReportByIDParamsWithTimeout(timeout time.Duration) *GenerateReportByIDParams

NewGenerateReportByIDParamsWithTimeout creates a new GenerateReportByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*GenerateReportByIDParams) SetBody ¶

SetBody adds the body to the generate report by Id params

func (*GenerateReportByIDParams) SetContext ¶

func (o *GenerateReportByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the generate report by Id params

func (*GenerateReportByIDParams) SetHTTPClient ¶

func (o *GenerateReportByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the generate report by Id params

func (*GenerateReportByIDParams) SetID ¶

func (o *GenerateReportByIDParams) SetID(id int32)

SetID adds the id to the generate report by Id params

func (*GenerateReportByIDParams) SetTimeout ¶

func (o *GenerateReportByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the generate report by Id params

func (*GenerateReportByIDParams) WithBody ¶

WithBody adds the body to the generate report by Id params

func (*GenerateReportByIDParams) WithContext ¶

WithContext adds the context to the generate report by Id params

func (*GenerateReportByIDParams) WithHTTPClient ¶

func (o *GenerateReportByIDParams) WithHTTPClient(client *http.Client) *GenerateReportByIDParams

WithHTTPClient adds the HTTPClient to the generate report by Id params

func (*GenerateReportByIDParams) WithID ¶

WithID adds the id to the generate report by Id params

func (*GenerateReportByIDParams) WithTimeout ¶

WithTimeout adds the timeout to the generate report by Id params

func (*GenerateReportByIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GenerateReportByIDReader ¶

type GenerateReportByIDReader struct {
	// contains filtered or unexported fields
}

GenerateReportByIDReader is a Reader for the GenerateReportByID structure.

func (*GenerateReportByIDReader) ReadResponse ¶

func (o *GenerateReportByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetAPITokenListByAdminIDDefault ¶

type GetAPITokenListByAdminIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetAPITokenListByAdminIDDefault handles this case with default header values.

Error

func NewGetAPITokenListByAdminIDDefault ¶

func NewGetAPITokenListByAdminIDDefault(code int) *GetAPITokenListByAdminIDDefault

NewGetAPITokenListByAdminIDDefault creates a GetAPITokenListByAdminIDDefault with default headers values

func (*GetAPITokenListByAdminIDDefault) Code ¶

Code gets the status code for the get Api token list by admin Id default response

func (*GetAPITokenListByAdminIDDefault) Error ¶

type GetAPITokenListByAdminIDOK ¶

type GetAPITokenListByAdminIDOK struct {
	Payload *models.APITokenPaginationResponse
}

GetAPITokenListByAdminIDOK handles this case with default header values.

successful operation

func NewGetAPITokenListByAdminIDOK ¶

func NewGetAPITokenListByAdminIDOK() *GetAPITokenListByAdminIDOK

NewGetAPITokenListByAdminIDOK creates a GetAPITokenListByAdminIDOK with default headers values

func (*GetAPITokenListByAdminIDOK) Error ¶

type GetAPITokenListByAdminIDParams ¶

type GetAPITokenListByAdminIDParams struct {

	/*AdminID*/
	AdminID int32
	/*Fields*/
	Fields *string
	/*Filter*/
	Filter *string
	/*Offset*/
	Offset *int32
	/*Size*/
	Size *int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetAPITokenListByAdminIDParams contains all the parameters to send to the API endpoint for the get Api token list by admin Id operation typically these are written to a http.Request

func NewGetAPITokenListByAdminIDParams ¶

func NewGetAPITokenListByAdminIDParams() *GetAPITokenListByAdminIDParams

NewGetAPITokenListByAdminIDParams creates a new GetAPITokenListByAdminIDParams object with the default values initialized.

func NewGetAPITokenListByAdminIDParamsWithContext ¶

func NewGetAPITokenListByAdminIDParamsWithContext(ctx context.Context) *GetAPITokenListByAdminIDParams

NewGetAPITokenListByAdminIDParamsWithContext creates a new GetAPITokenListByAdminIDParams object with the default values initialized, and the ability to set a context for a request

func NewGetAPITokenListByAdminIDParamsWithHTTPClient ¶

func NewGetAPITokenListByAdminIDParamsWithHTTPClient(client *http.Client) *GetAPITokenListByAdminIDParams

NewGetAPITokenListByAdminIDParamsWithHTTPClient creates a new GetAPITokenListByAdminIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetAPITokenListByAdminIDParamsWithTimeout ¶

func NewGetAPITokenListByAdminIDParamsWithTimeout(timeout time.Duration) *GetAPITokenListByAdminIDParams

NewGetAPITokenListByAdminIDParamsWithTimeout creates a new GetAPITokenListByAdminIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetAPITokenListByAdminIDParams) SetAdminID ¶

func (o *GetAPITokenListByAdminIDParams) SetAdminID(adminID int32)

SetAdminID adds the adminId to the get Api token list by admin Id params

func (*GetAPITokenListByAdminIDParams) SetContext ¶

func (o *GetAPITokenListByAdminIDParams) SetContext(ctx context.Context)

SetContext adds the context to the get Api token list by admin Id params

func (*GetAPITokenListByAdminIDParams) SetFields ¶

func (o *GetAPITokenListByAdminIDParams) SetFields(fields *string)

SetFields adds the fields to the get Api token list by admin Id params

func (*GetAPITokenListByAdminIDParams) SetFilter ¶

func (o *GetAPITokenListByAdminIDParams) SetFilter(filter *string)

SetFilter adds the filter to the get Api token list by admin Id params

func (*GetAPITokenListByAdminIDParams) SetHTTPClient ¶

func (o *GetAPITokenListByAdminIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get Api token list by admin Id params

func (*GetAPITokenListByAdminIDParams) SetOffset ¶

func (o *GetAPITokenListByAdminIDParams) SetOffset(offset *int32)

SetOffset adds the offset to the get Api token list by admin Id params

func (*GetAPITokenListByAdminIDParams) SetSize ¶

func (o *GetAPITokenListByAdminIDParams) SetSize(size *int32)

SetSize adds the size to the get Api token list by admin Id params

func (*GetAPITokenListByAdminIDParams) SetTimeout ¶

func (o *GetAPITokenListByAdminIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get Api token list by admin Id params

func (*GetAPITokenListByAdminIDParams) WithAdminID ¶

WithAdminID adds the adminID to the get Api token list by admin Id params

func (*GetAPITokenListByAdminIDParams) WithContext ¶

WithContext adds the context to the get Api token list by admin Id params

func (*GetAPITokenListByAdminIDParams) WithFields ¶

WithFields adds the fields to the get Api token list by admin Id params

func (*GetAPITokenListByAdminIDParams) WithFilter ¶

WithFilter adds the filter to the get Api token list by admin Id params

func (*GetAPITokenListByAdminIDParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get Api token list by admin Id params

func (*GetAPITokenListByAdminIDParams) WithOffset ¶

WithOffset adds the offset to the get Api token list by admin Id params

func (*GetAPITokenListByAdminIDParams) WithSize ¶

WithSize adds the size to the get Api token list by admin Id params

func (*GetAPITokenListByAdminIDParams) WithTimeout ¶

WithTimeout adds the timeout to the get Api token list by admin Id params

func (*GetAPITokenListByAdminIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetAPITokenListByAdminIDReader ¶

type GetAPITokenListByAdminIDReader struct {
	// contains filtered or unexported fields
}

GetAPITokenListByAdminIDReader is a Reader for the GetAPITokenListByAdminID structure.

func (*GetAPITokenListByAdminIDReader) ReadResponse ¶

func (o *GetAPITokenListByAdminIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetAPITokenListDefault ¶

type GetAPITokenListDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetAPITokenListDefault handles this case with default header values.

Error

func NewGetAPITokenListDefault ¶

func NewGetAPITokenListDefault(code int) *GetAPITokenListDefault

NewGetAPITokenListDefault creates a GetAPITokenListDefault with default headers values

func (*GetAPITokenListDefault) Code ¶

func (o *GetAPITokenListDefault) Code() int

Code gets the status code for the get Api token list default response

func (*GetAPITokenListDefault) Error ¶

func (o *GetAPITokenListDefault) Error() string

type GetAPITokenListOK ¶

type GetAPITokenListOK struct {
	Payload *models.APITokenPaginationResponse
}

GetAPITokenListOK handles this case with default header values.

successful operation

func NewGetAPITokenListOK ¶

func NewGetAPITokenListOK() *GetAPITokenListOK

NewGetAPITokenListOK creates a GetAPITokenListOK with default headers values

func (*GetAPITokenListOK) Error ¶

func (o *GetAPITokenListOK) Error() string

type GetAPITokenListParams ¶

type GetAPITokenListParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetAPITokenListParams contains all the parameters to send to the API endpoint for the get Api token list operation typically these are written to a http.Request

func NewGetAPITokenListParams ¶

func NewGetAPITokenListParams() *GetAPITokenListParams

NewGetAPITokenListParams creates a new GetAPITokenListParams object with the default values initialized.

func NewGetAPITokenListParamsWithContext ¶

func NewGetAPITokenListParamsWithContext(ctx context.Context) *GetAPITokenListParams

NewGetAPITokenListParamsWithContext creates a new GetAPITokenListParams object with the default values initialized, and the ability to set a context for a request

func NewGetAPITokenListParamsWithHTTPClient ¶

func NewGetAPITokenListParamsWithHTTPClient(client *http.Client) *GetAPITokenListParams

NewGetAPITokenListParamsWithHTTPClient creates a new GetAPITokenListParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetAPITokenListParamsWithTimeout ¶

func NewGetAPITokenListParamsWithTimeout(timeout time.Duration) *GetAPITokenListParams

NewGetAPITokenListParamsWithTimeout creates a new GetAPITokenListParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetAPITokenListParams) SetContext ¶

func (o *GetAPITokenListParams) SetContext(ctx context.Context)

SetContext adds the context to the get Api token list params

func (*GetAPITokenListParams) SetHTTPClient ¶

func (o *GetAPITokenListParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get Api token list params

func (*GetAPITokenListParams) SetTimeout ¶

func (o *GetAPITokenListParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get Api token list params

func (*GetAPITokenListParams) WithContext ¶

WithContext adds the context to the get Api token list params

func (*GetAPITokenListParams) WithHTTPClient ¶

func (o *GetAPITokenListParams) WithHTTPClient(client *http.Client) *GetAPITokenListParams

WithHTTPClient adds the HTTPClient to the get Api token list params

func (*GetAPITokenListParams) WithTimeout ¶

func (o *GetAPITokenListParams) WithTimeout(timeout time.Duration) *GetAPITokenListParams

WithTimeout adds the timeout to the get Api token list params

func (*GetAPITokenListParams) WriteToRequest ¶

func (o *GetAPITokenListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetAPITokenListReader ¶

type GetAPITokenListReader struct {
	// contains filtered or unexported fields
}

GetAPITokenListReader is a Reader for the GetAPITokenList structure.

func (*GetAPITokenListReader) ReadResponse ¶

func (o *GetAPITokenListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetAdminByIDDefault ¶

type GetAdminByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetAdminByIDDefault handles this case with default header values.

Error

func NewGetAdminByIDDefault ¶

func NewGetAdminByIDDefault(code int) *GetAdminByIDDefault

NewGetAdminByIDDefault creates a GetAdminByIDDefault with default headers values

func (*GetAdminByIDDefault) Code ¶

func (o *GetAdminByIDDefault) Code() int

Code gets the status code for the get admin by Id default response

func (*GetAdminByIDDefault) Error ¶

func (o *GetAdminByIDDefault) Error() string

type GetAdminByIDOK ¶

type GetAdminByIDOK struct {
	Payload *models.Admin
}

GetAdminByIDOK handles this case with default header values.

successful operation

func NewGetAdminByIDOK ¶

func NewGetAdminByIDOK() *GetAdminByIDOK

NewGetAdminByIDOK creates a GetAdminByIDOK with default headers values

func (*GetAdminByIDOK) Error ¶

func (o *GetAdminByIDOK) Error() string

type GetAdminByIDParams ¶

type GetAdminByIDParams struct {

	/*Fields*/
	Fields *string
	/*ID*/
	ID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetAdminByIDParams contains all the parameters to send to the API endpoint for the get admin by Id operation typically these are written to a http.Request

func NewGetAdminByIDParams ¶

func NewGetAdminByIDParams() *GetAdminByIDParams

NewGetAdminByIDParams creates a new GetAdminByIDParams object with the default values initialized.

func NewGetAdminByIDParamsWithContext ¶

func NewGetAdminByIDParamsWithContext(ctx context.Context) *GetAdminByIDParams

NewGetAdminByIDParamsWithContext creates a new GetAdminByIDParams object with the default values initialized, and the ability to set a context for a request

func NewGetAdminByIDParamsWithHTTPClient ¶

func NewGetAdminByIDParamsWithHTTPClient(client *http.Client) *GetAdminByIDParams

NewGetAdminByIDParamsWithHTTPClient creates a new GetAdminByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetAdminByIDParamsWithTimeout ¶

func NewGetAdminByIDParamsWithTimeout(timeout time.Duration) *GetAdminByIDParams

NewGetAdminByIDParamsWithTimeout creates a new GetAdminByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetAdminByIDParams) SetContext ¶

func (o *GetAdminByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the get admin by Id params

func (*GetAdminByIDParams) SetFields ¶

func (o *GetAdminByIDParams) SetFields(fields *string)

SetFields adds the fields to the get admin by Id params

func (*GetAdminByIDParams) SetHTTPClient ¶

func (o *GetAdminByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get admin by Id params

func (*GetAdminByIDParams) SetID ¶

func (o *GetAdminByIDParams) SetID(id int32)

SetID adds the id to the get admin by Id params

func (*GetAdminByIDParams) SetTimeout ¶

func (o *GetAdminByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get admin by Id params

func (*GetAdminByIDParams) WithContext ¶

WithContext adds the context to the get admin by Id params

func (*GetAdminByIDParams) WithFields ¶

func (o *GetAdminByIDParams) WithFields(fields *string) *GetAdminByIDParams

WithFields adds the fields to the get admin by Id params

func (*GetAdminByIDParams) WithHTTPClient ¶

func (o *GetAdminByIDParams) WithHTTPClient(client *http.Client) *GetAdminByIDParams

WithHTTPClient adds the HTTPClient to the get admin by Id params

func (*GetAdminByIDParams) WithID ¶

WithID adds the id to the get admin by Id params

func (*GetAdminByIDParams) WithTimeout ¶

func (o *GetAdminByIDParams) WithTimeout(timeout time.Duration) *GetAdminByIDParams

WithTimeout adds the timeout to the get admin by Id params

func (*GetAdminByIDParams) WriteToRequest ¶

func (o *GetAdminByIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetAdminByIDReader ¶

type GetAdminByIDReader struct {
	// contains filtered or unexported fields
}

GetAdminByIDReader is a Reader for the GetAdminByID structure.

func (*GetAdminByIDReader) ReadResponse ¶

func (o *GetAdminByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetAdminListDefault ¶

type GetAdminListDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetAdminListDefault handles this case with default header values.

Error

func NewGetAdminListDefault ¶

func NewGetAdminListDefault(code int) *GetAdminListDefault

NewGetAdminListDefault creates a GetAdminListDefault with default headers values

func (*GetAdminListDefault) Code ¶

func (o *GetAdminListDefault) Code() int

Code gets the status code for the get admin list default response

func (*GetAdminListDefault) Error ¶

func (o *GetAdminListDefault) Error() string

type GetAdminListOK ¶

type GetAdminListOK struct {
	Payload *models.AdminPaginationResponse
}

GetAdminListOK handles this case with default header values.

successful operation

func NewGetAdminListOK ¶

func NewGetAdminListOK() *GetAdminListOK

NewGetAdminListOK creates a GetAdminListOK with default headers values

func (*GetAdminListOK) Error ¶

func (o *GetAdminListOK) Error() string

type GetAdminListParams ¶

type GetAdminListParams struct {

	/*Fields*/
	Fields *string
	/*Filter*/
	Filter *string
	/*Offset*/
	Offset *int32
	/*Size*/
	Size *int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetAdminListParams contains all the parameters to send to the API endpoint for the get admin list operation typically these are written to a http.Request

func NewGetAdminListParams ¶

func NewGetAdminListParams() *GetAdminListParams

NewGetAdminListParams creates a new GetAdminListParams object with the default values initialized.

func NewGetAdminListParamsWithContext ¶

func NewGetAdminListParamsWithContext(ctx context.Context) *GetAdminListParams

NewGetAdminListParamsWithContext creates a new GetAdminListParams object with the default values initialized, and the ability to set a context for a request

func NewGetAdminListParamsWithHTTPClient ¶

func NewGetAdminListParamsWithHTTPClient(client *http.Client) *GetAdminListParams

NewGetAdminListParamsWithHTTPClient creates a new GetAdminListParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetAdminListParamsWithTimeout ¶

func NewGetAdminListParamsWithTimeout(timeout time.Duration) *GetAdminListParams

NewGetAdminListParamsWithTimeout creates a new GetAdminListParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetAdminListParams) SetContext ¶

func (o *GetAdminListParams) SetContext(ctx context.Context)

SetContext adds the context to the get admin list params

func (*GetAdminListParams) SetFields ¶

func (o *GetAdminListParams) SetFields(fields *string)

SetFields adds the fields to the get admin list params

func (*GetAdminListParams) SetFilter ¶

func (o *GetAdminListParams) SetFilter(filter *string)

SetFilter adds the filter to the get admin list params

func (*GetAdminListParams) SetHTTPClient ¶

func (o *GetAdminListParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get admin list params

func (*GetAdminListParams) SetOffset ¶

func (o *GetAdminListParams) SetOffset(offset *int32)

SetOffset adds the offset to the get admin list params

func (*GetAdminListParams) SetSize ¶

func (o *GetAdminListParams) SetSize(size *int32)

SetSize adds the size to the get admin list params

func (*GetAdminListParams) SetTimeout ¶

func (o *GetAdminListParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get admin list params

func (*GetAdminListParams) WithContext ¶

WithContext adds the context to the get admin list params

func (*GetAdminListParams) WithFields ¶

func (o *GetAdminListParams) WithFields(fields *string) *GetAdminListParams

WithFields adds the fields to the get admin list params

func (*GetAdminListParams) WithFilter ¶

func (o *GetAdminListParams) WithFilter(filter *string) *GetAdminListParams

WithFilter adds the filter to the get admin list params

func (*GetAdminListParams) WithHTTPClient ¶

func (o *GetAdminListParams) WithHTTPClient(client *http.Client) *GetAdminListParams

WithHTTPClient adds the HTTPClient to the get admin list params

func (*GetAdminListParams) WithOffset ¶

func (o *GetAdminListParams) WithOffset(offset *int32) *GetAdminListParams

WithOffset adds the offset to the get admin list params

func (*GetAdminListParams) WithSize ¶

func (o *GetAdminListParams) WithSize(size *int32) *GetAdminListParams

WithSize adds the size to the get admin list params

func (*GetAdminListParams) WithTimeout ¶

func (o *GetAdminListParams) WithTimeout(timeout time.Duration) *GetAdminListParams

WithTimeout adds the timeout to the get admin list params

func (*GetAdminListParams) WriteToRequest ¶

func (o *GetAdminListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetAdminListReader ¶

type GetAdminListReader struct {
	// contains filtered or unexported fields
}

GetAdminListReader is a Reader for the GetAdminList structure.

func (*GetAdminListReader) ReadResponse ¶

func (o *GetAdminListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetAlertByIDDefault ¶

type GetAlertByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetAlertByIDDefault handles this case with default header values.

Error

func NewGetAlertByIDDefault ¶

func NewGetAlertByIDDefault(code int) *GetAlertByIDDefault

NewGetAlertByIDDefault creates a GetAlertByIDDefault with default headers values

func (*GetAlertByIDDefault) Code ¶

func (o *GetAlertByIDDefault) Code() int

Code gets the status code for the get alert by Id default response

func (*GetAlertByIDDefault) Error ¶

func (o *GetAlertByIDDefault) Error() string

type GetAlertByIDOK ¶

type GetAlertByIDOK struct {
	Payload *models.Alert
}

GetAlertByIDOK handles this case with default header values.

successful operation

func NewGetAlertByIDOK ¶

func NewGetAlertByIDOK() *GetAlertByIDOK

NewGetAlertByIDOK creates a GetAlertByIDOK with default headers values

func (*GetAlertByIDOK) Error ¶

func (o *GetAlertByIDOK) Error() string

type GetAlertByIDParams ¶

type GetAlertByIDParams struct {

	/*CustomColumns*/
	CustomColumns *string
	/*Fields*/
	Fields *string
	/*ID*/
	ID string
	/*NeedMessage*/
	NeedMessage *bool

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetAlertByIDParams contains all the parameters to send to the API endpoint for the get alert by Id operation typically these are written to a http.Request

func NewGetAlertByIDParams ¶

func NewGetAlertByIDParams() *GetAlertByIDParams

NewGetAlertByIDParams creates a new GetAlertByIDParams object with the default values initialized.

func NewGetAlertByIDParamsWithContext ¶

func NewGetAlertByIDParamsWithContext(ctx context.Context) *GetAlertByIDParams

NewGetAlertByIDParamsWithContext creates a new GetAlertByIDParams object with the default values initialized, and the ability to set a context for a request

func NewGetAlertByIDParamsWithHTTPClient ¶

func NewGetAlertByIDParamsWithHTTPClient(client *http.Client) *GetAlertByIDParams

NewGetAlertByIDParamsWithHTTPClient creates a new GetAlertByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetAlertByIDParamsWithTimeout ¶

func NewGetAlertByIDParamsWithTimeout(timeout time.Duration) *GetAlertByIDParams

NewGetAlertByIDParamsWithTimeout creates a new GetAlertByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetAlertByIDParams) SetContext ¶

func (o *GetAlertByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the get alert by Id params

func (*GetAlertByIDParams) SetCustomColumns ¶

func (o *GetAlertByIDParams) SetCustomColumns(customColumns *string)

SetCustomColumns adds the customColumns to the get alert by Id params

func (*GetAlertByIDParams) SetFields ¶

func (o *GetAlertByIDParams) SetFields(fields *string)

SetFields adds the fields to the get alert by Id params

func (*GetAlertByIDParams) SetHTTPClient ¶

func (o *GetAlertByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get alert by Id params

func (*GetAlertByIDParams) SetID ¶

func (o *GetAlertByIDParams) SetID(id string)

SetID adds the id to the get alert by Id params

func (*GetAlertByIDParams) SetNeedMessage ¶

func (o *GetAlertByIDParams) SetNeedMessage(needMessage *bool)

SetNeedMessage adds the needMessage to the get alert by Id params

func (*GetAlertByIDParams) SetTimeout ¶

func (o *GetAlertByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get alert by Id params

func (*GetAlertByIDParams) WithContext ¶

WithContext adds the context to the get alert by Id params

func (*GetAlertByIDParams) WithCustomColumns ¶

func (o *GetAlertByIDParams) WithCustomColumns(customColumns *string) *GetAlertByIDParams

WithCustomColumns adds the customColumns to the get alert by Id params

func (*GetAlertByIDParams) WithFields ¶

func (o *GetAlertByIDParams) WithFields(fields *string) *GetAlertByIDParams

WithFields adds the fields to the get alert by Id params

func (*GetAlertByIDParams) WithHTTPClient ¶

func (o *GetAlertByIDParams) WithHTTPClient(client *http.Client) *GetAlertByIDParams

WithHTTPClient adds the HTTPClient to the get alert by Id params

func (*GetAlertByIDParams) WithID ¶

WithID adds the id to the get alert by Id params

func (*GetAlertByIDParams) WithNeedMessage ¶

func (o *GetAlertByIDParams) WithNeedMessage(needMessage *bool) *GetAlertByIDParams

WithNeedMessage adds the needMessage to the get alert by Id params

func (*GetAlertByIDParams) WithTimeout ¶

func (o *GetAlertByIDParams) WithTimeout(timeout time.Duration) *GetAlertByIDParams

WithTimeout adds the timeout to the get alert by Id params

func (*GetAlertByIDParams) WriteToRequest ¶

func (o *GetAlertByIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetAlertByIDReader ¶

type GetAlertByIDReader struct {
	// contains filtered or unexported fields
}

GetAlertByIDReader is a Reader for the GetAlertByID structure.

func (*GetAlertByIDReader) ReadResponse ¶

func (o *GetAlertByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetAlertListByDeviceGroupIDDefault ¶

type GetAlertListByDeviceGroupIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetAlertListByDeviceGroupIDDefault handles this case with default header values.

Error

func NewGetAlertListByDeviceGroupIDDefault ¶

func NewGetAlertListByDeviceGroupIDDefault(code int) *GetAlertListByDeviceGroupIDDefault

NewGetAlertListByDeviceGroupIDDefault creates a GetAlertListByDeviceGroupIDDefault with default headers values

func (*GetAlertListByDeviceGroupIDDefault) Code ¶

Code gets the status code for the get alert list by device group Id default response

func (*GetAlertListByDeviceGroupIDDefault) Error ¶

type GetAlertListByDeviceGroupIDOK ¶

type GetAlertListByDeviceGroupIDOK struct {
	Payload *models.AlertPaginationResponse
}

GetAlertListByDeviceGroupIDOK handles this case with default header values.

successful operation

func NewGetAlertListByDeviceGroupIDOK ¶

func NewGetAlertListByDeviceGroupIDOK() *GetAlertListByDeviceGroupIDOK

NewGetAlertListByDeviceGroupIDOK creates a GetAlertListByDeviceGroupIDOK with default headers values

func (*GetAlertListByDeviceGroupIDOK) Error ¶

type GetAlertListByDeviceGroupIDParams ¶

type GetAlertListByDeviceGroupIDParams struct {

	/*CustomColumns*/
	CustomColumns *string
	/*Fields*/
	Fields *string
	/*Filter*/
	Filter *string
	/*ID*/
	ID int32
	/*NeedMessage*/
	NeedMessage *bool
	/*Offset*/
	Offset *int32
	/*Size*/
	Size *int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetAlertListByDeviceGroupIDParams contains all the parameters to send to the API endpoint for the get alert list by device group Id operation typically these are written to a http.Request

func NewGetAlertListByDeviceGroupIDParams ¶

func NewGetAlertListByDeviceGroupIDParams() *GetAlertListByDeviceGroupIDParams

NewGetAlertListByDeviceGroupIDParams creates a new GetAlertListByDeviceGroupIDParams object with the default values initialized.

func NewGetAlertListByDeviceGroupIDParamsWithContext ¶

func NewGetAlertListByDeviceGroupIDParamsWithContext(ctx context.Context) *GetAlertListByDeviceGroupIDParams

NewGetAlertListByDeviceGroupIDParamsWithContext creates a new GetAlertListByDeviceGroupIDParams object with the default values initialized, and the ability to set a context for a request

func NewGetAlertListByDeviceGroupIDParamsWithHTTPClient ¶

func NewGetAlertListByDeviceGroupIDParamsWithHTTPClient(client *http.Client) *GetAlertListByDeviceGroupIDParams

NewGetAlertListByDeviceGroupIDParamsWithHTTPClient creates a new GetAlertListByDeviceGroupIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetAlertListByDeviceGroupIDParamsWithTimeout ¶

func NewGetAlertListByDeviceGroupIDParamsWithTimeout(timeout time.Duration) *GetAlertListByDeviceGroupIDParams

NewGetAlertListByDeviceGroupIDParamsWithTimeout creates a new GetAlertListByDeviceGroupIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetAlertListByDeviceGroupIDParams) SetContext ¶

SetContext adds the context to the get alert list by device group Id params

func (*GetAlertListByDeviceGroupIDParams) SetCustomColumns ¶

func (o *GetAlertListByDeviceGroupIDParams) SetCustomColumns(customColumns *string)

SetCustomColumns adds the customColumns to the get alert list by device group Id params

func (*GetAlertListByDeviceGroupIDParams) SetFields ¶

func (o *GetAlertListByDeviceGroupIDParams) SetFields(fields *string)

SetFields adds the fields to the get alert list by device group Id params

func (*GetAlertListByDeviceGroupIDParams) SetFilter ¶

func (o *GetAlertListByDeviceGroupIDParams) SetFilter(filter *string)

SetFilter adds the filter to the get alert list by device group Id params

func (*GetAlertListByDeviceGroupIDParams) SetHTTPClient ¶

func (o *GetAlertListByDeviceGroupIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get alert list by device group Id params

func (*GetAlertListByDeviceGroupIDParams) SetID ¶

SetID adds the id to the get alert list by device group Id params

func (*GetAlertListByDeviceGroupIDParams) SetNeedMessage ¶

func (o *GetAlertListByDeviceGroupIDParams) SetNeedMessage(needMessage *bool)

SetNeedMessage adds the needMessage to the get alert list by device group Id params

func (*GetAlertListByDeviceGroupIDParams) SetOffset ¶

func (o *GetAlertListByDeviceGroupIDParams) SetOffset(offset *int32)

SetOffset adds the offset to the get alert list by device group Id params

func (*GetAlertListByDeviceGroupIDParams) SetSize ¶

func (o *GetAlertListByDeviceGroupIDParams) SetSize(size *int32)

SetSize adds the size to the get alert list by device group Id params

func (*GetAlertListByDeviceGroupIDParams) SetTimeout ¶

func (o *GetAlertListByDeviceGroupIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get alert list by device group Id params

func (*GetAlertListByDeviceGroupIDParams) WithContext ¶

WithContext adds the context to the get alert list by device group Id params

func (*GetAlertListByDeviceGroupIDParams) WithCustomColumns ¶

func (o *GetAlertListByDeviceGroupIDParams) WithCustomColumns(customColumns *string) *GetAlertListByDeviceGroupIDParams

WithCustomColumns adds the customColumns to the get alert list by device group Id params

func (*GetAlertListByDeviceGroupIDParams) WithFields ¶

WithFields adds the fields to the get alert list by device group Id params

func (*GetAlertListByDeviceGroupIDParams) WithFilter ¶

WithFilter adds the filter to the get alert list by device group Id params

func (*GetAlertListByDeviceGroupIDParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get alert list by device group Id params

func (*GetAlertListByDeviceGroupIDParams) WithID ¶

WithID adds the id to the get alert list by device group Id params

func (*GetAlertListByDeviceGroupIDParams) WithNeedMessage ¶

WithNeedMessage adds the needMessage to the get alert list by device group Id params

func (*GetAlertListByDeviceGroupIDParams) WithOffset ¶

WithOffset adds the offset to the get alert list by device group Id params

func (*GetAlertListByDeviceGroupIDParams) WithSize ¶

WithSize adds the size to the get alert list by device group Id params

func (*GetAlertListByDeviceGroupIDParams) WithTimeout ¶

WithTimeout adds the timeout to the get alert list by device group Id params

func (*GetAlertListByDeviceGroupIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetAlertListByDeviceGroupIDReader ¶

type GetAlertListByDeviceGroupIDReader struct {
	// contains filtered or unexported fields
}

GetAlertListByDeviceGroupIDReader is a Reader for the GetAlertListByDeviceGroupID structure.

func (*GetAlertListByDeviceGroupIDReader) ReadResponse ¶

func (o *GetAlertListByDeviceGroupIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetAlertListByDeviceIDDefault ¶

type GetAlertListByDeviceIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetAlertListByDeviceIDDefault handles this case with default header values.

Error

func NewGetAlertListByDeviceIDDefault ¶

func NewGetAlertListByDeviceIDDefault(code int) *GetAlertListByDeviceIDDefault

NewGetAlertListByDeviceIDDefault creates a GetAlertListByDeviceIDDefault with default headers values

func (*GetAlertListByDeviceIDDefault) Code ¶

Code gets the status code for the get alert list by device Id default response

func (*GetAlertListByDeviceIDDefault) Error ¶

type GetAlertListByDeviceIDOK ¶

type GetAlertListByDeviceIDOK struct {
	Payload *models.AlertPaginationResponse
}

GetAlertListByDeviceIDOK handles this case with default header values.

successful operation

func NewGetAlertListByDeviceIDOK ¶

func NewGetAlertListByDeviceIDOK() *GetAlertListByDeviceIDOK

NewGetAlertListByDeviceIDOK creates a GetAlertListByDeviceIDOK with default headers values

func (*GetAlertListByDeviceIDOK) Error ¶

func (o *GetAlertListByDeviceIDOK) Error() string

type GetAlertListByDeviceIDParams ¶

type GetAlertListByDeviceIDParams struct {

	/*Bound*/
	Bound *string
	/*CustomColumns*/
	CustomColumns *string
	/*End*/
	End *int64
	/*Fields*/
	Fields *string
	/*Filter*/
	Filter *string
	/*ID*/
	ID int32
	/*NeedMessage*/
	NeedMessage *bool
	/*NetflowFilter*/
	NetflowFilter *string
	/*Offset*/
	Offset *int32
	/*Size*/
	Size *int32
	/*Start*/
	Start *int64

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetAlertListByDeviceIDParams contains all the parameters to send to the API endpoint for the get alert list by device Id operation typically these are written to a http.Request

func NewGetAlertListByDeviceIDParams ¶

func NewGetAlertListByDeviceIDParams() *GetAlertListByDeviceIDParams

NewGetAlertListByDeviceIDParams creates a new GetAlertListByDeviceIDParams object with the default values initialized.

func NewGetAlertListByDeviceIDParamsWithContext ¶

func NewGetAlertListByDeviceIDParamsWithContext(ctx context.Context) *GetAlertListByDeviceIDParams

NewGetAlertListByDeviceIDParamsWithContext creates a new GetAlertListByDeviceIDParams object with the default values initialized, and the ability to set a context for a request

func NewGetAlertListByDeviceIDParamsWithHTTPClient ¶

func NewGetAlertListByDeviceIDParamsWithHTTPClient(client *http.Client) *GetAlertListByDeviceIDParams

NewGetAlertListByDeviceIDParamsWithHTTPClient creates a new GetAlertListByDeviceIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetAlertListByDeviceIDParamsWithTimeout ¶

func NewGetAlertListByDeviceIDParamsWithTimeout(timeout time.Duration) *GetAlertListByDeviceIDParams

NewGetAlertListByDeviceIDParamsWithTimeout creates a new GetAlertListByDeviceIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetAlertListByDeviceIDParams) SetBound ¶

func (o *GetAlertListByDeviceIDParams) SetBound(bound *string)

SetBound adds the bound to the get alert list by device Id params

func (*GetAlertListByDeviceIDParams) SetContext ¶

func (o *GetAlertListByDeviceIDParams) SetContext(ctx context.Context)

SetContext adds the context to the get alert list by device Id params

func (*GetAlertListByDeviceIDParams) SetCustomColumns ¶

func (o *GetAlertListByDeviceIDParams) SetCustomColumns(customColumns *string)

SetCustomColumns adds the customColumns to the get alert list by device Id params

func (*GetAlertListByDeviceIDParams) SetEnd ¶

func (o *GetAlertListByDeviceIDParams) SetEnd(end *int64)

SetEnd adds the end to the get alert list by device Id params

func (*GetAlertListByDeviceIDParams) SetFields ¶

func (o *GetAlertListByDeviceIDParams) SetFields(fields *string)

SetFields adds the fields to the get alert list by device Id params

func (*GetAlertListByDeviceIDParams) SetFilter ¶

func (o *GetAlertListByDeviceIDParams) SetFilter(filter *string)

SetFilter adds the filter to the get alert list by device Id params

func (*GetAlertListByDeviceIDParams) SetHTTPClient ¶

func (o *GetAlertListByDeviceIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get alert list by device Id params

func (*GetAlertListByDeviceIDParams) SetID ¶

func (o *GetAlertListByDeviceIDParams) SetID(id int32)

SetID adds the id to the get alert list by device Id params

func (*GetAlertListByDeviceIDParams) SetNeedMessage ¶

func (o *GetAlertListByDeviceIDParams) SetNeedMessage(needMessage *bool)

SetNeedMessage adds the needMessage to the get alert list by device Id params

func (*GetAlertListByDeviceIDParams) SetNetflowFilter ¶

func (o *GetAlertListByDeviceIDParams) SetNetflowFilter(netflowFilter *string)

SetNetflowFilter adds the netflowFilter to the get alert list by device Id params

func (*GetAlertListByDeviceIDParams) SetOffset ¶

func (o *GetAlertListByDeviceIDParams) SetOffset(offset *int32)

SetOffset adds the offset to the get alert list by device Id params

func (*GetAlertListByDeviceIDParams) SetSize ¶

func (o *GetAlertListByDeviceIDParams) SetSize(size *int32)

SetSize adds the size to the get alert list by device Id params

func (*GetAlertListByDeviceIDParams) SetStart ¶

func (o *GetAlertListByDeviceIDParams) SetStart(start *int64)

SetStart adds the start to the get alert list by device Id params

func (*GetAlertListByDeviceIDParams) SetTimeout ¶

func (o *GetAlertListByDeviceIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get alert list by device Id params

func (*GetAlertListByDeviceIDParams) WithBound ¶

WithBound adds the bound to the get alert list by device Id params

func (*GetAlertListByDeviceIDParams) WithContext ¶

WithContext adds the context to the get alert list by device Id params

func (*GetAlertListByDeviceIDParams) WithCustomColumns ¶

func (o *GetAlertListByDeviceIDParams) WithCustomColumns(customColumns *string) *GetAlertListByDeviceIDParams

WithCustomColumns adds the customColumns to the get alert list by device Id params

func (*GetAlertListByDeviceIDParams) WithEnd ¶

WithEnd adds the end to the get alert list by device Id params

func (*GetAlertListByDeviceIDParams) WithFields ¶

WithFields adds the fields to the get alert list by device Id params

func (*GetAlertListByDeviceIDParams) WithFilter ¶

WithFilter adds the filter to the get alert list by device Id params

func (*GetAlertListByDeviceIDParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get alert list by device Id params

func (*GetAlertListByDeviceIDParams) WithID ¶

WithID adds the id to the get alert list by device Id params

func (*GetAlertListByDeviceIDParams) WithNeedMessage ¶

func (o *GetAlertListByDeviceIDParams) WithNeedMessage(needMessage *bool) *GetAlertListByDeviceIDParams

WithNeedMessage adds the needMessage to the get alert list by device Id params

func (*GetAlertListByDeviceIDParams) WithNetflowFilter ¶

func (o *GetAlertListByDeviceIDParams) WithNetflowFilter(netflowFilter *string) *GetAlertListByDeviceIDParams

WithNetflowFilter adds the netflowFilter to the get alert list by device Id params

func (*GetAlertListByDeviceIDParams) WithOffset ¶

WithOffset adds the offset to the get alert list by device Id params

func (*GetAlertListByDeviceIDParams) WithSize ¶

WithSize adds the size to the get alert list by device Id params

func (*GetAlertListByDeviceIDParams) WithStart ¶

WithStart adds the start to the get alert list by device Id params

func (*GetAlertListByDeviceIDParams) WithTimeout ¶

WithTimeout adds the timeout to the get alert list by device Id params

func (*GetAlertListByDeviceIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetAlertListByDeviceIDReader ¶

type GetAlertListByDeviceIDReader struct {
	// contains filtered or unexported fields
}

GetAlertListByDeviceIDReader is a Reader for the GetAlertListByDeviceID structure.

func (*GetAlertListByDeviceIDReader) ReadResponse ¶

func (o *GetAlertListByDeviceIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetAlertListDefault ¶

type GetAlertListDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetAlertListDefault handles this case with default header values.

Error

func NewGetAlertListDefault ¶

func NewGetAlertListDefault(code int) *GetAlertListDefault

NewGetAlertListDefault creates a GetAlertListDefault with default headers values

func (*GetAlertListDefault) Code ¶

func (o *GetAlertListDefault) Code() int

Code gets the status code for the get alert list default response

func (*GetAlertListDefault) Error ¶

func (o *GetAlertListDefault) Error() string

type GetAlertListOK ¶

type GetAlertListOK struct {
	Payload *models.AlertPaginationResponse
}

GetAlertListOK handles this case with default header values.

successful operation

func NewGetAlertListOK ¶

func NewGetAlertListOK() *GetAlertListOK

NewGetAlertListOK creates a GetAlertListOK with default headers values

func (*GetAlertListOK) Error ¶

func (o *GetAlertListOK) Error() string

type GetAlertListParams ¶

type GetAlertListParams struct {

	/*CustomColumns*/
	CustomColumns *string
	/*Fields*/
	Fields *string
	/*Filter*/
	Filter *string
	/*Offset*/
	Offset *int32
	/*Size*/
	Size *int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetAlertListParams contains all the parameters to send to the API endpoint for the get alert list operation typically these are written to a http.Request

func NewGetAlertListParams ¶

func NewGetAlertListParams() *GetAlertListParams

NewGetAlertListParams creates a new GetAlertListParams object with the default values initialized.

func NewGetAlertListParamsWithContext ¶

func NewGetAlertListParamsWithContext(ctx context.Context) *GetAlertListParams

NewGetAlertListParamsWithContext creates a new GetAlertListParams object with the default values initialized, and the ability to set a context for a request

func NewGetAlertListParamsWithHTTPClient ¶

func NewGetAlertListParamsWithHTTPClient(client *http.Client) *GetAlertListParams

NewGetAlertListParamsWithHTTPClient creates a new GetAlertListParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetAlertListParamsWithTimeout ¶

func NewGetAlertListParamsWithTimeout(timeout time.Duration) *GetAlertListParams

NewGetAlertListParamsWithTimeout creates a new GetAlertListParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetAlertListParams) SetContext ¶

func (o *GetAlertListParams) SetContext(ctx context.Context)

SetContext adds the context to the get alert list params

func (*GetAlertListParams) SetCustomColumns ¶

func (o *GetAlertListParams) SetCustomColumns(customColumns *string)

SetCustomColumns adds the customColumns to the get alert list params

func (*GetAlertListParams) SetFields ¶

func (o *GetAlertListParams) SetFields(fields *string)

SetFields adds the fields to the get alert list params

func (*GetAlertListParams) SetFilter ¶

func (o *GetAlertListParams) SetFilter(filter *string)

SetFilter adds the filter to the get alert list params

func (*GetAlertListParams) SetHTTPClient ¶

func (o *GetAlertListParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get alert list params

func (*GetAlertListParams) SetOffset ¶

func (o *GetAlertListParams) SetOffset(offset *int32)

SetOffset adds the offset to the get alert list params

func (*GetAlertListParams) SetSize ¶

func (o *GetAlertListParams) SetSize(size *int32)

SetSize adds the size to the get alert list params

func (*GetAlertListParams) SetTimeout ¶

func (o *GetAlertListParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get alert list params

func (*GetAlertListParams) WithContext ¶

WithContext adds the context to the get alert list params

func (*GetAlertListParams) WithCustomColumns ¶

func (o *GetAlertListParams) WithCustomColumns(customColumns *string) *GetAlertListParams

WithCustomColumns adds the customColumns to the get alert list params

func (*GetAlertListParams) WithFields ¶

func (o *GetAlertListParams) WithFields(fields *string) *GetAlertListParams

WithFields adds the fields to the get alert list params

func (*GetAlertListParams) WithFilter ¶

func (o *GetAlertListParams) WithFilter(filter *string) *GetAlertListParams

WithFilter adds the filter to the get alert list params

func (*GetAlertListParams) WithHTTPClient ¶

func (o *GetAlertListParams) WithHTTPClient(client *http.Client) *GetAlertListParams

WithHTTPClient adds the HTTPClient to the get alert list params

func (*GetAlertListParams) WithOffset ¶

func (o *GetAlertListParams) WithOffset(offset *int32) *GetAlertListParams

WithOffset adds the offset to the get alert list params

func (*GetAlertListParams) WithSize ¶

func (o *GetAlertListParams) WithSize(size *int32) *GetAlertListParams

WithSize adds the size to the get alert list params

func (*GetAlertListParams) WithTimeout ¶

func (o *GetAlertListParams) WithTimeout(timeout time.Duration) *GetAlertListParams

WithTimeout adds the timeout to the get alert list params

func (*GetAlertListParams) WriteToRequest ¶

func (o *GetAlertListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetAlertListReader ¶

type GetAlertListReader struct {
	// contains filtered or unexported fields
}

GetAlertListReader is a Reader for the GetAlertList structure.

func (*GetAlertListReader) ReadResponse ¶

func (o *GetAlertListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetAlertRuleByIDDefault ¶

type GetAlertRuleByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetAlertRuleByIDDefault handles this case with default header values.

Error

func NewGetAlertRuleByIDDefault ¶

func NewGetAlertRuleByIDDefault(code int) *GetAlertRuleByIDDefault

NewGetAlertRuleByIDDefault creates a GetAlertRuleByIDDefault with default headers values

func (*GetAlertRuleByIDDefault) Code ¶

func (o *GetAlertRuleByIDDefault) Code() int

Code gets the status code for the get alert rule by Id default response

func (*GetAlertRuleByIDDefault) Error ¶

func (o *GetAlertRuleByIDDefault) Error() string

type GetAlertRuleByIDOK ¶

type GetAlertRuleByIDOK struct {
	Payload *models.AlertRule
}

GetAlertRuleByIDOK handles this case with default header values.

successful operation

func NewGetAlertRuleByIDOK ¶

func NewGetAlertRuleByIDOK() *GetAlertRuleByIDOK

NewGetAlertRuleByIDOK creates a GetAlertRuleByIDOK with default headers values

func (*GetAlertRuleByIDOK) Error ¶

func (o *GetAlertRuleByIDOK) Error() string

type GetAlertRuleByIDParams ¶

type GetAlertRuleByIDParams struct {

	/*Fields*/
	Fields *string
	/*ID*/
	ID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetAlertRuleByIDParams contains all the parameters to send to the API endpoint for the get alert rule by Id operation typically these are written to a http.Request

func NewGetAlertRuleByIDParams ¶

func NewGetAlertRuleByIDParams() *GetAlertRuleByIDParams

NewGetAlertRuleByIDParams creates a new GetAlertRuleByIDParams object with the default values initialized.

func NewGetAlertRuleByIDParamsWithContext ¶

func NewGetAlertRuleByIDParamsWithContext(ctx context.Context) *GetAlertRuleByIDParams

NewGetAlertRuleByIDParamsWithContext creates a new GetAlertRuleByIDParams object with the default values initialized, and the ability to set a context for a request

func NewGetAlertRuleByIDParamsWithHTTPClient ¶

func NewGetAlertRuleByIDParamsWithHTTPClient(client *http.Client) *GetAlertRuleByIDParams

NewGetAlertRuleByIDParamsWithHTTPClient creates a new GetAlertRuleByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetAlertRuleByIDParamsWithTimeout ¶

func NewGetAlertRuleByIDParamsWithTimeout(timeout time.Duration) *GetAlertRuleByIDParams

NewGetAlertRuleByIDParamsWithTimeout creates a new GetAlertRuleByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetAlertRuleByIDParams) SetContext ¶

func (o *GetAlertRuleByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the get alert rule by Id params

func (*GetAlertRuleByIDParams) SetFields ¶

func (o *GetAlertRuleByIDParams) SetFields(fields *string)

SetFields adds the fields to the get alert rule by Id params

func (*GetAlertRuleByIDParams) SetHTTPClient ¶

func (o *GetAlertRuleByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get alert rule by Id params

func (*GetAlertRuleByIDParams) SetID ¶

func (o *GetAlertRuleByIDParams) SetID(id int32)

SetID adds the id to the get alert rule by Id params

func (*GetAlertRuleByIDParams) SetTimeout ¶

func (o *GetAlertRuleByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get alert rule by Id params

func (*GetAlertRuleByIDParams) WithContext ¶

WithContext adds the context to the get alert rule by Id params

func (*GetAlertRuleByIDParams) WithFields ¶

func (o *GetAlertRuleByIDParams) WithFields(fields *string) *GetAlertRuleByIDParams

WithFields adds the fields to the get alert rule by Id params

func (*GetAlertRuleByIDParams) WithHTTPClient ¶

func (o *GetAlertRuleByIDParams) WithHTTPClient(client *http.Client) *GetAlertRuleByIDParams

WithHTTPClient adds the HTTPClient to the get alert rule by Id params

func (*GetAlertRuleByIDParams) WithID ¶

WithID adds the id to the get alert rule by Id params

func (*GetAlertRuleByIDParams) WithTimeout ¶

WithTimeout adds the timeout to the get alert rule by Id params

func (*GetAlertRuleByIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetAlertRuleByIDReader ¶

type GetAlertRuleByIDReader struct {
	// contains filtered or unexported fields
}

GetAlertRuleByIDReader is a Reader for the GetAlertRuleByID structure.

func (*GetAlertRuleByIDReader) ReadResponse ¶

func (o *GetAlertRuleByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetAlertRuleListDefault ¶

type GetAlertRuleListDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetAlertRuleListDefault handles this case with default header values.

Error

func NewGetAlertRuleListDefault ¶

func NewGetAlertRuleListDefault(code int) *GetAlertRuleListDefault

NewGetAlertRuleListDefault creates a GetAlertRuleListDefault with default headers values

func (*GetAlertRuleListDefault) Code ¶

func (o *GetAlertRuleListDefault) Code() int

Code gets the status code for the get alert rule list default response

func (*GetAlertRuleListDefault) Error ¶

func (o *GetAlertRuleListDefault) Error() string

type GetAlertRuleListOK ¶

type GetAlertRuleListOK struct {
	Payload *models.AlertRulePaginationResponse
}

GetAlertRuleListOK handles this case with default header values.

successful operation

func NewGetAlertRuleListOK ¶

func NewGetAlertRuleListOK() *GetAlertRuleListOK

NewGetAlertRuleListOK creates a GetAlertRuleListOK with default headers values

func (*GetAlertRuleListOK) Error ¶

func (o *GetAlertRuleListOK) Error() string

type GetAlertRuleListParams ¶

type GetAlertRuleListParams struct {

	/*Fields*/
	Fields *string
	/*Filter*/
	Filter *string
	/*Offset*/
	Offset *int32
	/*Size*/
	Size *int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetAlertRuleListParams contains all the parameters to send to the API endpoint for the get alert rule list operation typically these are written to a http.Request

func NewGetAlertRuleListParams ¶

func NewGetAlertRuleListParams() *GetAlertRuleListParams

NewGetAlertRuleListParams creates a new GetAlertRuleListParams object with the default values initialized.

func NewGetAlertRuleListParamsWithContext ¶

func NewGetAlertRuleListParamsWithContext(ctx context.Context) *GetAlertRuleListParams

NewGetAlertRuleListParamsWithContext creates a new GetAlertRuleListParams object with the default values initialized, and the ability to set a context for a request

func NewGetAlertRuleListParamsWithHTTPClient ¶

func NewGetAlertRuleListParamsWithHTTPClient(client *http.Client) *GetAlertRuleListParams

NewGetAlertRuleListParamsWithHTTPClient creates a new GetAlertRuleListParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetAlertRuleListParamsWithTimeout ¶

func NewGetAlertRuleListParamsWithTimeout(timeout time.Duration) *GetAlertRuleListParams

NewGetAlertRuleListParamsWithTimeout creates a new GetAlertRuleListParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetAlertRuleListParams) SetContext ¶

func (o *GetAlertRuleListParams) SetContext(ctx context.Context)

SetContext adds the context to the get alert rule list params

func (*GetAlertRuleListParams) SetFields ¶

func (o *GetAlertRuleListParams) SetFields(fields *string)

SetFields adds the fields to the get alert rule list params

func (*GetAlertRuleListParams) SetFilter ¶

func (o *GetAlertRuleListParams) SetFilter(filter *string)

SetFilter adds the filter to the get alert rule list params

func (*GetAlertRuleListParams) SetHTTPClient ¶

func (o *GetAlertRuleListParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get alert rule list params

func (*GetAlertRuleListParams) SetOffset ¶

func (o *GetAlertRuleListParams) SetOffset(offset *int32)

SetOffset adds the offset to the get alert rule list params

func (*GetAlertRuleListParams) SetSize ¶

func (o *GetAlertRuleListParams) SetSize(size *int32)

SetSize adds the size to the get alert rule list params

func (*GetAlertRuleListParams) SetTimeout ¶

func (o *GetAlertRuleListParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get alert rule list params

func (*GetAlertRuleListParams) WithContext ¶

WithContext adds the context to the get alert rule list params

func (*GetAlertRuleListParams) WithFields ¶

func (o *GetAlertRuleListParams) WithFields(fields *string) *GetAlertRuleListParams

WithFields adds the fields to the get alert rule list params

func (*GetAlertRuleListParams) WithFilter ¶

func (o *GetAlertRuleListParams) WithFilter(filter *string) *GetAlertRuleListParams

WithFilter adds the filter to the get alert rule list params

func (*GetAlertRuleListParams) WithHTTPClient ¶

func (o *GetAlertRuleListParams) WithHTTPClient(client *http.Client) *GetAlertRuleListParams

WithHTTPClient adds the HTTPClient to the get alert rule list params

func (*GetAlertRuleListParams) WithOffset ¶

func (o *GetAlertRuleListParams) WithOffset(offset *int32) *GetAlertRuleListParams

WithOffset adds the offset to the get alert rule list params

func (*GetAlertRuleListParams) WithSize ¶

WithSize adds the size to the get alert rule list params

func (*GetAlertRuleListParams) WithTimeout ¶

WithTimeout adds the timeout to the get alert rule list params

func (*GetAlertRuleListParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetAlertRuleListReader ¶

type GetAlertRuleListReader struct {
	// contains filtered or unexported fields
}

GetAlertRuleListReader is a Reader for the GetAlertRuleList structure.

func (*GetAlertRuleListReader) ReadResponse ¶

func (o *GetAlertRuleListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetAllSDTListByDeviceIDDefault ¶

type GetAllSDTListByDeviceIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetAllSDTListByDeviceIDDefault handles this case with default header values.

Error

func NewGetAllSDTListByDeviceIDDefault ¶

func NewGetAllSDTListByDeviceIDDefault(code int) *GetAllSDTListByDeviceIDDefault

NewGetAllSDTListByDeviceIDDefault creates a GetAllSDTListByDeviceIDDefault with default headers values

func (*GetAllSDTListByDeviceIDDefault) Code ¶

Code gets the status code for the get all SDT list by device Id default response

func (*GetAllSDTListByDeviceIDDefault) Error ¶

type GetAllSDTListByDeviceIDOK ¶

type GetAllSDTListByDeviceIDOK struct {
	Payload *models.SDTPaginationResponse
}

GetAllSDTListByDeviceIDOK handles this case with default header values.

successful operation

func NewGetAllSDTListByDeviceIDOK ¶

func NewGetAllSDTListByDeviceIDOK() *GetAllSDTListByDeviceIDOK

NewGetAllSDTListByDeviceIDOK creates a GetAllSDTListByDeviceIDOK with default headers values

func (*GetAllSDTListByDeviceIDOK) Error ¶

func (o *GetAllSDTListByDeviceIDOK) Error() string

type GetAllSDTListByDeviceIDParams ¶

type GetAllSDTListByDeviceIDParams struct {

	/*End*/
	End *int64
	/*Fields*/
	Fields *string
	/*Filter*/
	Filter *string
	/*ID*/
	ID int32
	/*NetflowFilter*/
	NetflowFilter *string
	/*Offset*/
	Offset *int32
	/*Size*/
	Size *int32
	/*Start*/
	Start *int64

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetAllSDTListByDeviceIDParams contains all the parameters to send to the API endpoint for the get all SDT list by device Id operation typically these are written to a http.Request

func NewGetAllSDTListByDeviceIDParams ¶

func NewGetAllSDTListByDeviceIDParams() *GetAllSDTListByDeviceIDParams

NewGetAllSDTListByDeviceIDParams creates a new GetAllSDTListByDeviceIDParams object with the default values initialized.

func NewGetAllSDTListByDeviceIDParamsWithContext ¶

func NewGetAllSDTListByDeviceIDParamsWithContext(ctx context.Context) *GetAllSDTListByDeviceIDParams

NewGetAllSDTListByDeviceIDParamsWithContext creates a new GetAllSDTListByDeviceIDParams object with the default values initialized, and the ability to set a context for a request

func NewGetAllSDTListByDeviceIDParamsWithHTTPClient ¶

func NewGetAllSDTListByDeviceIDParamsWithHTTPClient(client *http.Client) *GetAllSDTListByDeviceIDParams

NewGetAllSDTListByDeviceIDParamsWithHTTPClient creates a new GetAllSDTListByDeviceIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetAllSDTListByDeviceIDParamsWithTimeout ¶

func NewGetAllSDTListByDeviceIDParamsWithTimeout(timeout time.Duration) *GetAllSDTListByDeviceIDParams

NewGetAllSDTListByDeviceIDParamsWithTimeout creates a new GetAllSDTListByDeviceIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetAllSDTListByDeviceIDParams) SetContext ¶

func (o *GetAllSDTListByDeviceIDParams) SetContext(ctx context.Context)

SetContext adds the context to the get all SDT list by device Id params

func (*GetAllSDTListByDeviceIDParams) SetEnd ¶

func (o *GetAllSDTListByDeviceIDParams) SetEnd(end *int64)

SetEnd adds the end to the get all SDT list by device Id params

func (*GetAllSDTListByDeviceIDParams) SetFields ¶

func (o *GetAllSDTListByDeviceIDParams) SetFields(fields *string)

SetFields adds the fields to the get all SDT list by device Id params

func (*GetAllSDTListByDeviceIDParams) SetFilter ¶

func (o *GetAllSDTListByDeviceIDParams) SetFilter(filter *string)

SetFilter adds the filter to the get all SDT list by device Id params

func (*GetAllSDTListByDeviceIDParams) SetHTTPClient ¶

func (o *GetAllSDTListByDeviceIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get all SDT list by device Id params

func (*GetAllSDTListByDeviceIDParams) SetID ¶

func (o *GetAllSDTListByDeviceIDParams) SetID(id int32)

SetID adds the id to the get all SDT list by device Id params

func (*GetAllSDTListByDeviceIDParams) SetNetflowFilter ¶

func (o *GetAllSDTListByDeviceIDParams) SetNetflowFilter(netflowFilter *string)

SetNetflowFilter adds the netflowFilter to the get all SDT list by device Id params

func (*GetAllSDTListByDeviceIDParams) SetOffset ¶

func (o *GetAllSDTListByDeviceIDParams) SetOffset(offset *int32)

SetOffset adds the offset to the get all SDT list by device Id params

func (*GetAllSDTListByDeviceIDParams) SetSize ¶

func (o *GetAllSDTListByDeviceIDParams) SetSize(size *int32)

SetSize adds the size to the get all SDT list by device Id params

func (*GetAllSDTListByDeviceIDParams) SetStart ¶

func (o *GetAllSDTListByDeviceIDParams) SetStart(start *int64)

SetStart adds the start to the get all SDT list by device Id params

func (*GetAllSDTListByDeviceIDParams) SetTimeout ¶

func (o *GetAllSDTListByDeviceIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get all SDT list by device Id params

func (*GetAllSDTListByDeviceIDParams) WithContext ¶

WithContext adds the context to the get all SDT list by device Id params

func (*GetAllSDTListByDeviceIDParams) WithEnd ¶

WithEnd adds the end to the get all SDT list by device Id params

func (*GetAllSDTListByDeviceIDParams) WithFields ¶

WithFields adds the fields to the get all SDT list by device Id params

func (*GetAllSDTListByDeviceIDParams) WithFilter ¶

WithFilter adds the filter to the get all SDT list by device Id params

func (*GetAllSDTListByDeviceIDParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get all SDT list by device Id params

func (*GetAllSDTListByDeviceIDParams) WithID ¶

WithID adds the id to the get all SDT list by device Id params

func (*GetAllSDTListByDeviceIDParams) WithNetflowFilter ¶

func (o *GetAllSDTListByDeviceIDParams) WithNetflowFilter(netflowFilter *string) *GetAllSDTListByDeviceIDParams

WithNetflowFilter adds the netflowFilter to the get all SDT list by device Id params

func (*GetAllSDTListByDeviceIDParams) WithOffset ¶

WithOffset adds the offset to the get all SDT list by device Id params

func (*GetAllSDTListByDeviceIDParams) WithSize ¶

WithSize adds the size to the get all SDT list by device Id params

func (*GetAllSDTListByDeviceIDParams) WithStart ¶

WithStart adds the start to the get all SDT list by device Id params

func (*GetAllSDTListByDeviceIDParams) WithTimeout ¶

WithTimeout adds the timeout to the get all SDT list by device Id params

func (*GetAllSDTListByDeviceIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetAllSDTListByDeviceIDReader ¶

type GetAllSDTListByDeviceIDReader struct {
	// contains filtered or unexported fields
}

GetAllSDTListByDeviceIDReader is a Reader for the GetAllSDTListByDeviceID structure.

func (*GetAllSDTListByDeviceIDReader) ReadResponse ¶

func (o *GetAllSDTListByDeviceIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetAllSDTListByWebsiteGroupIDDefault ¶

type GetAllSDTListByWebsiteGroupIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetAllSDTListByWebsiteGroupIDDefault handles this case with default header values.

Error

func NewGetAllSDTListByWebsiteGroupIDDefault ¶

func NewGetAllSDTListByWebsiteGroupIDDefault(code int) *GetAllSDTListByWebsiteGroupIDDefault

NewGetAllSDTListByWebsiteGroupIDDefault creates a GetAllSDTListByWebsiteGroupIDDefault with default headers values

func (*GetAllSDTListByWebsiteGroupIDDefault) Code ¶

Code gets the status code for the get all SDT list by website group Id default response

func (*GetAllSDTListByWebsiteGroupIDDefault) Error ¶

type GetAllSDTListByWebsiteGroupIDOK ¶

type GetAllSDTListByWebsiteGroupIDOK struct {
	Payload *models.SDTPaginationResponse
}

GetAllSDTListByWebsiteGroupIDOK handles this case with default header values.

successful operation

func NewGetAllSDTListByWebsiteGroupIDOK ¶

func NewGetAllSDTListByWebsiteGroupIDOK() *GetAllSDTListByWebsiteGroupIDOK

NewGetAllSDTListByWebsiteGroupIDOK creates a GetAllSDTListByWebsiteGroupIDOK with default headers values

func (*GetAllSDTListByWebsiteGroupIDOK) Error ¶

type GetAllSDTListByWebsiteGroupIDParams ¶

type GetAllSDTListByWebsiteGroupIDParams struct {

	/*Fields*/
	Fields *string
	/*Filter*/
	Filter *string
	/*ID*/
	ID int32
	/*Offset*/
	Offset *int32
	/*Size*/
	Size *int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetAllSDTListByWebsiteGroupIDParams contains all the parameters to send to the API endpoint for the get all SDT list by website group Id operation typically these are written to a http.Request

func NewGetAllSDTListByWebsiteGroupIDParams ¶

func NewGetAllSDTListByWebsiteGroupIDParams() *GetAllSDTListByWebsiteGroupIDParams

NewGetAllSDTListByWebsiteGroupIDParams creates a new GetAllSDTListByWebsiteGroupIDParams object with the default values initialized.

func NewGetAllSDTListByWebsiteGroupIDParamsWithContext ¶

func NewGetAllSDTListByWebsiteGroupIDParamsWithContext(ctx context.Context) *GetAllSDTListByWebsiteGroupIDParams

NewGetAllSDTListByWebsiteGroupIDParamsWithContext creates a new GetAllSDTListByWebsiteGroupIDParams object with the default values initialized, and the ability to set a context for a request

func NewGetAllSDTListByWebsiteGroupIDParamsWithHTTPClient ¶

func NewGetAllSDTListByWebsiteGroupIDParamsWithHTTPClient(client *http.Client) *GetAllSDTListByWebsiteGroupIDParams

NewGetAllSDTListByWebsiteGroupIDParamsWithHTTPClient creates a new GetAllSDTListByWebsiteGroupIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetAllSDTListByWebsiteGroupIDParamsWithTimeout ¶

func NewGetAllSDTListByWebsiteGroupIDParamsWithTimeout(timeout time.Duration) *GetAllSDTListByWebsiteGroupIDParams

NewGetAllSDTListByWebsiteGroupIDParamsWithTimeout creates a new GetAllSDTListByWebsiteGroupIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetAllSDTListByWebsiteGroupIDParams) SetContext ¶

SetContext adds the context to the get all SDT list by website group Id params

func (*GetAllSDTListByWebsiteGroupIDParams) SetFields ¶

func (o *GetAllSDTListByWebsiteGroupIDParams) SetFields(fields *string)

SetFields adds the fields to the get all SDT list by website group Id params

func (*GetAllSDTListByWebsiteGroupIDParams) SetFilter ¶

func (o *GetAllSDTListByWebsiteGroupIDParams) SetFilter(filter *string)

SetFilter adds the filter to the get all SDT list by website group Id params

func (*GetAllSDTListByWebsiteGroupIDParams) SetHTTPClient ¶

func (o *GetAllSDTListByWebsiteGroupIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get all SDT list by website group Id params

func (*GetAllSDTListByWebsiteGroupIDParams) SetID ¶

SetID adds the id to the get all SDT list by website group Id params

func (*GetAllSDTListByWebsiteGroupIDParams) SetOffset ¶

func (o *GetAllSDTListByWebsiteGroupIDParams) SetOffset(offset *int32)

SetOffset adds the offset to the get all SDT list by website group Id params

func (*GetAllSDTListByWebsiteGroupIDParams) SetSize ¶

func (o *GetAllSDTListByWebsiteGroupIDParams) SetSize(size *int32)

SetSize adds the size to the get all SDT list by website group Id params

func (*GetAllSDTListByWebsiteGroupIDParams) SetTimeout ¶

func (o *GetAllSDTListByWebsiteGroupIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get all SDT list by website group Id params

func (*GetAllSDTListByWebsiteGroupIDParams) WithContext ¶

WithContext adds the context to the get all SDT list by website group Id params

func (*GetAllSDTListByWebsiteGroupIDParams) WithFields ¶

WithFields adds the fields to the get all SDT list by website group Id params

func (*GetAllSDTListByWebsiteGroupIDParams) WithFilter ¶

WithFilter adds the filter to the get all SDT list by website group Id params

func (*GetAllSDTListByWebsiteGroupIDParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get all SDT list by website group Id params

func (*GetAllSDTListByWebsiteGroupIDParams) WithID ¶

WithID adds the id to the get all SDT list by website group Id params

func (*GetAllSDTListByWebsiteGroupIDParams) WithOffset ¶

WithOffset adds the offset to the get all SDT list by website group Id params

func (*GetAllSDTListByWebsiteGroupIDParams) WithSize ¶

WithSize adds the size to the get all SDT list by website group Id params

func (*GetAllSDTListByWebsiteGroupIDParams) WithTimeout ¶

WithTimeout adds the timeout to the get all SDT list by website group Id params

func (*GetAllSDTListByWebsiteGroupIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetAllSDTListByWebsiteGroupIDReader ¶

type GetAllSDTListByWebsiteGroupIDReader struct {
	// contains filtered or unexported fields
}

GetAllSDTListByWebsiteGroupIDReader is a Reader for the GetAllSDTListByWebsiteGroupID structure.

func (*GetAllSDTListByWebsiteGroupIDReader) ReadResponse ¶

func (o *GetAllSDTListByWebsiteGroupIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetAssociatedDeviceListByDataSourceIDDefault ¶

type GetAssociatedDeviceListByDataSourceIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetAssociatedDeviceListByDataSourceIDDefault handles this case with default header values.

Error

func NewGetAssociatedDeviceListByDataSourceIDDefault ¶

func NewGetAssociatedDeviceListByDataSourceIDDefault(code int) *GetAssociatedDeviceListByDataSourceIDDefault

NewGetAssociatedDeviceListByDataSourceIDDefault creates a GetAssociatedDeviceListByDataSourceIDDefault with default headers values

func (*GetAssociatedDeviceListByDataSourceIDDefault) Code ¶

Code gets the status code for the get associated device list by data source Id default response

func (*GetAssociatedDeviceListByDataSourceIDDefault) Error ¶

type GetAssociatedDeviceListByDataSourceIDOK ¶

type GetAssociatedDeviceListByDataSourceIDOK struct {
	Payload *models.DeviceDataSourceAssociatedPaginationResponse
}

GetAssociatedDeviceListByDataSourceIDOK handles this case with default header values.

successful operation

func NewGetAssociatedDeviceListByDataSourceIDOK ¶

func NewGetAssociatedDeviceListByDataSourceIDOK() *GetAssociatedDeviceListByDataSourceIDOK

NewGetAssociatedDeviceListByDataSourceIDOK creates a GetAssociatedDeviceListByDataSourceIDOK with default headers values

func (*GetAssociatedDeviceListByDataSourceIDOK) Error ¶

type GetAssociatedDeviceListByDataSourceIDParams ¶

type GetAssociatedDeviceListByDataSourceIDParams struct {

	/*Fields*/
	Fields *string
	/*Filter*/
	Filter *string
	/*ID*/
	ID int32
	/*Offset*/
	Offset *int32
	/*Size*/
	Size *int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetAssociatedDeviceListByDataSourceIDParams contains all the parameters to send to the API endpoint for the get associated device list by data source Id operation typically these are written to a http.Request

func NewGetAssociatedDeviceListByDataSourceIDParams ¶

func NewGetAssociatedDeviceListByDataSourceIDParams() *GetAssociatedDeviceListByDataSourceIDParams

NewGetAssociatedDeviceListByDataSourceIDParams creates a new GetAssociatedDeviceListByDataSourceIDParams object with the default values initialized.

func NewGetAssociatedDeviceListByDataSourceIDParamsWithContext ¶

func NewGetAssociatedDeviceListByDataSourceIDParamsWithContext(ctx context.Context) *GetAssociatedDeviceListByDataSourceIDParams

NewGetAssociatedDeviceListByDataSourceIDParamsWithContext creates a new GetAssociatedDeviceListByDataSourceIDParams object with the default values initialized, and the ability to set a context for a request

func NewGetAssociatedDeviceListByDataSourceIDParamsWithHTTPClient ¶

func NewGetAssociatedDeviceListByDataSourceIDParamsWithHTTPClient(client *http.Client) *GetAssociatedDeviceListByDataSourceIDParams

NewGetAssociatedDeviceListByDataSourceIDParamsWithHTTPClient creates a new GetAssociatedDeviceListByDataSourceIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetAssociatedDeviceListByDataSourceIDParamsWithTimeout ¶

func NewGetAssociatedDeviceListByDataSourceIDParamsWithTimeout(timeout time.Duration) *GetAssociatedDeviceListByDataSourceIDParams

NewGetAssociatedDeviceListByDataSourceIDParamsWithTimeout creates a new GetAssociatedDeviceListByDataSourceIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetAssociatedDeviceListByDataSourceIDParams) SetContext ¶

SetContext adds the context to the get associated device list by data source Id params

func (*GetAssociatedDeviceListByDataSourceIDParams) SetFields ¶

SetFields adds the fields to the get associated device list by data source Id params

func (*GetAssociatedDeviceListByDataSourceIDParams) SetFilter ¶

SetFilter adds the filter to the get associated device list by data source Id params

func (*GetAssociatedDeviceListByDataSourceIDParams) SetHTTPClient ¶

func (o *GetAssociatedDeviceListByDataSourceIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get associated device list by data source Id params

func (*GetAssociatedDeviceListByDataSourceIDParams) SetID ¶

SetID adds the id to the get associated device list by data source Id params

func (*GetAssociatedDeviceListByDataSourceIDParams) SetOffset ¶

func (o *GetAssociatedDeviceListByDataSourceIDParams) SetOffset(offset *int32)

SetOffset adds the offset to the get associated device list by data source Id params

func (*GetAssociatedDeviceListByDataSourceIDParams) SetSize ¶

SetSize adds the size to the get associated device list by data source Id params

func (*GetAssociatedDeviceListByDataSourceIDParams) SetTimeout ¶

SetTimeout adds the timeout to the get associated device list by data source Id params

func (*GetAssociatedDeviceListByDataSourceIDParams) WithContext ¶

WithContext adds the context to the get associated device list by data source Id params

func (*GetAssociatedDeviceListByDataSourceIDParams) WithFields ¶

WithFields adds the fields to the get associated device list by data source Id params

func (*GetAssociatedDeviceListByDataSourceIDParams) WithFilter ¶

WithFilter adds the filter to the get associated device list by data source Id params

func (*GetAssociatedDeviceListByDataSourceIDParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get associated device list by data source Id params

func (*GetAssociatedDeviceListByDataSourceIDParams) WithID ¶

WithID adds the id to the get associated device list by data source Id params

func (*GetAssociatedDeviceListByDataSourceIDParams) WithOffset ¶

WithOffset adds the offset to the get associated device list by data source Id params

func (*GetAssociatedDeviceListByDataSourceIDParams) WithSize ¶

WithSize adds the size to the get associated device list by data source Id params

func (*GetAssociatedDeviceListByDataSourceIDParams) WithTimeout ¶

WithTimeout adds the timeout to the get associated device list by data source Id params

func (*GetAssociatedDeviceListByDataSourceIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetAssociatedDeviceListByDataSourceIDReader ¶

type GetAssociatedDeviceListByDataSourceIDReader struct {
	// contains filtered or unexported fields
}

GetAssociatedDeviceListByDataSourceIDReader is a Reader for the GetAssociatedDeviceListByDataSourceID structure.

func (*GetAssociatedDeviceListByDataSourceIDReader) ReadResponse ¶

func (o *GetAssociatedDeviceListByDataSourceIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetAuditLogByIDDefault ¶

type GetAuditLogByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetAuditLogByIDDefault handles this case with default header values.

Error

func NewGetAuditLogByIDDefault ¶

func NewGetAuditLogByIDDefault(code int) *GetAuditLogByIDDefault

NewGetAuditLogByIDDefault creates a GetAuditLogByIDDefault with default headers values

func (*GetAuditLogByIDDefault) Code ¶

func (o *GetAuditLogByIDDefault) Code() int

Code gets the status code for the get audit log by Id default response

func (*GetAuditLogByIDDefault) Error ¶

func (o *GetAuditLogByIDDefault) Error() string

type GetAuditLogByIDOK ¶

type GetAuditLogByIDOK struct {
	Payload *models.AuditLog
}

GetAuditLogByIDOK handles this case with default header values.

successful operation

func NewGetAuditLogByIDOK ¶

func NewGetAuditLogByIDOK() *GetAuditLogByIDOK

NewGetAuditLogByIDOK creates a GetAuditLogByIDOK with default headers values

func (*GetAuditLogByIDOK) Error ¶

func (o *GetAuditLogByIDOK) Error() string

type GetAuditLogByIDParams ¶

type GetAuditLogByIDParams struct {

	/*ID*/
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetAuditLogByIDParams contains all the parameters to send to the API endpoint for the get audit log by Id operation typically these are written to a http.Request

func NewGetAuditLogByIDParams ¶

func NewGetAuditLogByIDParams() *GetAuditLogByIDParams

NewGetAuditLogByIDParams creates a new GetAuditLogByIDParams object with the default values initialized.

func NewGetAuditLogByIDParamsWithContext ¶

func NewGetAuditLogByIDParamsWithContext(ctx context.Context) *GetAuditLogByIDParams

NewGetAuditLogByIDParamsWithContext creates a new GetAuditLogByIDParams object with the default values initialized, and the ability to set a context for a request

func NewGetAuditLogByIDParamsWithHTTPClient ¶

func NewGetAuditLogByIDParamsWithHTTPClient(client *http.Client) *GetAuditLogByIDParams

NewGetAuditLogByIDParamsWithHTTPClient creates a new GetAuditLogByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetAuditLogByIDParamsWithTimeout ¶

func NewGetAuditLogByIDParamsWithTimeout(timeout time.Duration) *GetAuditLogByIDParams

NewGetAuditLogByIDParamsWithTimeout creates a new GetAuditLogByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetAuditLogByIDParams) SetContext ¶

func (o *GetAuditLogByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the get audit log by Id params

func (*GetAuditLogByIDParams) SetHTTPClient ¶

func (o *GetAuditLogByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get audit log by Id params

func (*GetAuditLogByIDParams) SetID ¶

func (o *GetAuditLogByIDParams) SetID(id string)

SetID adds the id to the get audit log by Id params

func (*GetAuditLogByIDParams) SetTimeout ¶

func (o *GetAuditLogByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get audit log by Id params

func (*GetAuditLogByIDParams) WithContext ¶

WithContext adds the context to the get audit log by Id params

func (*GetAuditLogByIDParams) WithHTTPClient ¶

func (o *GetAuditLogByIDParams) WithHTTPClient(client *http.Client) *GetAuditLogByIDParams

WithHTTPClient adds the HTTPClient to the get audit log by Id params

func (*GetAuditLogByIDParams) WithID ¶

WithID adds the id to the get audit log by Id params

func (*GetAuditLogByIDParams) WithTimeout ¶

func (o *GetAuditLogByIDParams) WithTimeout(timeout time.Duration) *GetAuditLogByIDParams

WithTimeout adds the timeout to the get audit log by Id params

func (*GetAuditLogByIDParams) WriteToRequest ¶

func (o *GetAuditLogByIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetAuditLogByIDReader ¶

type GetAuditLogByIDReader struct {
	// contains filtered or unexported fields
}

GetAuditLogByIDReader is a Reader for the GetAuditLogByID structure.

func (*GetAuditLogByIDReader) ReadResponse ¶

func (o *GetAuditLogByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetAuditLogListDefault ¶

type GetAuditLogListDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetAuditLogListDefault handles this case with default header values.

Error

func NewGetAuditLogListDefault ¶

func NewGetAuditLogListDefault(code int) *GetAuditLogListDefault

NewGetAuditLogListDefault creates a GetAuditLogListDefault with default headers values

func (*GetAuditLogListDefault) Code ¶

func (o *GetAuditLogListDefault) Code() int

Code gets the status code for the get audit log list default response

func (*GetAuditLogListDefault) Error ¶

func (o *GetAuditLogListDefault) Error() string

type GetAuditLogListOK ¶

type GetAuditLogListOK struct {
	Payload *models.AccessLogPaginationResponse
}

GetAuditLogListOK handles this case with default header values.

successful operation

func NewGetAuditLogListOK ¶

func NewGetAuditLogListOK() *GetAuditLogListOK

NewGetAuditLogListOK creates a GetAuditLogListOK with default headers values

func (*GetAuditLogListOK) Error ¶

func (o *GetAuditLogListOK) Error() string

type GetAuditLogListParams ¶

type GetAuditLogListParams struct {

	/*Fields*/
	Fields *string
	/*Filter*/
	Filter *string
	/*Format*/
	Format *string
	/*Offset*/
	Offset *int32
	/*Size*/
	Size *int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetAuditLogListParams contains all the parameters to send to the API endpoint for the get audit log list operation typically these are written to a http.Request

func NewGetAuditLogListParams ¶

func NewGetAuditLogListParams() *GetAuditLogListParams

NewGetAuditLogListParams creates a new GetAuditLogListParams object with the default values initialized.

func NewGetAuditLogListParamsWithContext ¶

func NewGetAuditLogListParamsWithContext(ctx context.Context) *GetAuditLogListParams

NewGetAuditLogListParamsWithContext creates a new GetAuditLogListParams object with the default values initialized, and the ability to set a context for a request

func NewGetAuditLogListParamsWithHTTPClient ¶

func NewGetAuditLogListParamsWithHTTPClient(client *http.Client) *GetAuditLogListParams

NewGetAuditLogListParamsWithHTTPClient creates a new GetAuditLogListParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetAuditLogListParamsWithTimeout ¶

func NewGetAuditLogListParamsWithTimeout(timeout time.Duration) *GetAuditLogListParams

NewGetAuditLogListParamsWithTimeout creates a new GetAuditLogListParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetAuditLogListParams) SetContext ¶

func (o *GetAuditLogListParams) SetContext(ctx context.Context)

SetContext adds the context to the get audit log list params

func (*GetAuditLogListParams) SetFields ¶

func (o *GetAuditLogListParams) SetFields(fields *string)

SetFields adds the fields to the get audit log list params

func (*GetAuditLogListParams) SetFilter ¶

func (o *GetAuditLogListParams) SetFilter(filter *string)

SetFilter adds the filter to the get audit log list params

func (*GetAuditLogListParams) SetFormat ¶

func (o *GetAuditLogListParams) SetFormat(format *string)

SetFormat adds the format to the get audit log list params

func (*GetAuditLogListParams) SetHTTPClient ¶

func (o *GetAuditLogListParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get audit log list params

func (*GetAuditLogListParams) SetOffset ¶

func (o *GetAuditLogListParams) SetOffset(offset *int32)

SetOffset adds the offset to the get audit log list params

func (*GetAuditLogListParams) SetSize ¶

func (o *GetAuditLogListParams) SetSize(size *int32)

SetSize adds the size to the get audit log list params

func (*GetAuditLogListParams) SetTimeout ¶

func (o *GetAuditLogListParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get audit log list params

func (*GetAuditLogListParams) WithContext ¶

WithContext adds the context to the get audit log list params

func (*GetAuditLogListParams) WithFields ¶

func (o *GetAuditLogListParams) WithFields(fields *string) *GetAuditLogListParams

WithFields adds the fields to the get audit log list params

func (*GetAuditLogListParams) WithFilter ¶

func (o *GetAuditLogListParams) WithFilter(filter *string) *GetAuditLogListParams

WithFilter adds the filter to the get audit log list params

func (*GetAuditLogListParams) WithFormat ¶

func (o *GetAuditLogListParams) WithFormat(format *string) *GetAuditLogListParams

WithFormat adds the format to the get audit log list params

func (*GetAuditLogListParams) WithHTTPClient ¶

func (o *GetAuditLogListParams) WithHTTPClient(client *http.Client) *GetAuditLogListParams

WithHTTPClient adds the HTTPClient to the get audit log list params

func (*GetAuditLogListParams) WithOffset ¶

func (o *GetAuditLogListParams) WithOffset(offset *int32) *GetAuditLogListParams

WithOffset adds the offset to the get audit log list params

func (*GetAuditLogListParams) WithSize ¶

WithSize adds the size to the get audit log list params

func (*GetAuditLogListParams) WithTimeout ¶

func (o *GetAuditLogListParams) WithTimeout(timeout time.Duration) *GetAuditLogListParams

WithTimeout adds the timeout to the get audit log list params

func (*GetAuditLogListParams) WriteToRequest ¶

func (o *GetAuditLogListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetAuditLogListReader ¶

type GetAuditLogListReader struct {
	// contains filtered or unexported fields
}

GetAuditLogListReader is a Reader for the GetAuditLogList structure.

func (*GetAuditLogListReader) ReadResponse ¶

func (o *GetAuditLogListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetAwsExternalIDDefault ¶

type GetAwsExternalIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetAwsExternalIDDefault handles this case with default header values.

Error

func NewGetAwsExternalIDDefault ¶

func NewGetAwsExternalIDDefault(code int) *GetAwsExternalIDDefault

NewGetAwsExternalIDDefault creates a GetAwsExternalIDDefault with default headers values

func (*GetAwsExternalIDDefault) Code ¶

func (o *GetAwsExternalIDDefault) Code() int

Code gets the status code for the get aws external Id default response

func (*GetAwsExternalIDDefault) Error ¶

func (o *GetAwsExternalIDDefault) Error() string

type GetAwsExternalIDOK ¶

type GetAwsExternalIDOK struct {
	Payload *models.AwsExternalID
}

GetAwsExternalIDOK handles this case with default header values.

successful operation

func NewGetAwsExternalIDOK ¶

func NewGetAwsExternalIDOK() *GetAwsExternalIDOK

NewGetAwsExternalIDOK creates a GetAwsExternalIDOK with default headers values

func (*GetAwsExternalIDOK) Error ¶

func (o *GetAwsExternalIDOK) Error() string

type GetAwsExternalIDParams ¶

type GetAwsExternalIDParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetAwsExternalIDParams contains all the parameters to send to the API endpoint for the get aws external Id operation typically these are written to a http.Request

func NewGetAwsExternalIDParams ¶

func NewGetAwsExternalIDParams() *GetAwsExternalIDParams

NewGetAwsExternalIDParams creates a new GetAwsExternalIDParams object with the default values initialized.

func NewGetAwsExternalIDParamsWithContext ¶

func NewGetAwsExternalIDParamsWithContext(ctx context.Context) *GetAwsExternalIDParams

NewGetAwsExternalIDParamsWithContext creates a new GetAwsExternalIDParams object with the default values initialized, and the ability to set a context for a request

func NewGetAwsExternalIDParamsWithHTTPClient ¶

func NewGetAwsExternalIDParamsWithHTTPClient(client *http.Client) *GetAwsExternalIDParams

NewGetAwsExternalIDParamsWithHTTPClient creates a new GetAwsExternalIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetAwsExternalIDParamsWithTimeout ¶

func NewGetAwsExternalIDParamsWithTimeout(timeout time.Duration) *GetAwsExternalIDParams

NewGetAwsExternalIDParamsWithTimeout creates a new GetAwsExternalIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetAwsExternalIDParams) SetContext ¶

func (o *GetAwsExternalIDParams) SetContext(ctx context.Context)

SetContext adds the context to the get aws external Id params

func (*GetAwsExternalIDParams) SetHTTPClient ¶

func (o *GetAwsExternalIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get aws external Id params

func (*GetAwsExternalIDParams) SetTimeout ¶

func (o *GetAwsExternalIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get aws external Id params

func (*GetAwsExternalIDParams) WithContext ¶

WithContext adds the context to the get aws external Id params

func (*GetAwsExternalIDParams) WithHTTPClient ¶

func (o *GetAwsExternalIDParams) WithHTTPClient(client *http.Client) *GetAwsExternalIDParams

WithHTTPClient adds the HTTPClient to the get aws external Id params

func (*GetAwsExternalIDParams) WithTimeout ¶

WithTimeout adds the timeout to the get aws external Id params

func (*GetAwsExternalIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetAwsExternalIDReader ¶

type GetAwsExternalIDReader struct {
	// contains filtered or unexported fields
}

GetAwsExternalIDReader is a Reader for the GetAwsExternalID structure.

func (*GetAwsExternalIDReader) ReadResponse ¶

func (o *GetAwsExternalIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetCollectorByIDDefault ¶

type GetCollectorByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetCollectorByIDDefault handles this case with default header values.

Error

func NewGetCollectorByIDDefault ¶

func NewGetCollectorByIDDefault(code int) *GetCollectorByIDDefault

NewGetCollectorByIDDefault creates a GetCollectorByIDDefault with default headers values

func (*GetCollectorByIDDefault) Code ¶

func (o *GetCollectorByIDDefault) Code() int

Code gets the status code for the get collector by Id default response

func (*GetCollectorByIDDefault) Error ¶

func (o *GetCollectorByIDDefault) Error() string

type GetCollectorByIDOK ¶

type GetCollectorByIDOK struct {
	Payload *models.Collector
}

GetCollectorByIDOK handles this case with default header values.

successful operation

func NewGetCollectorByIDOK ¶

func NewGetCollectorByIDOK() *GetCollectorByIDOK

NewGetCollectorByIDOK creates a GetCollectorByIDOK with default headers values

func (*GetCollectorByIDOK) Error ¶

func (o *GetCollectorByIDOK) Error() string

type GetCollectorByIDParams ¶

type GetCollectorByIDParams struct {

	/*Fields*/
	Fields *string
	/*ID*/
	ID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetCollectorByIDParams contains all the parameters to send to the API endpoint for the get collector by Id operation typically these are written to a http.Request

func NewGetCollectorByIDParams ¶

func NewGetCollectorByIDParams() *GetCollectorByIDParams

NewGetCollectorByIDParams creates a new GetCollectorByIDParams object with the default values initialized.

func NewGetCollectorByIDParamsWithContext ¶

func NewGetCollectorByIDParamsWithContext(ctx context.Context) *GetCollectorByIDParams

NewGetCollectorByIDParamsWithContext creates a new GetCollectorByIDParams object with the default values initialized, and the ability to set a context for a request

func NewGetCollectorByIDParamsWithHTTPClient ¶

func NewGetCollectorByIDParamsWithHTTPClient(client *http.Client) *GetCollectorByIDParams

NewGetCollectorByIDParamsWithHTTPClient creates a new GetCollectorByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetCollectorByIDParamsWithTimeout ¶

func NewGetCollectorByIDParamsWithTimeout(timeout time.Duration) *GetCollectorByIDParams

NewGetCollectorByIDParamsWithTimeout creates a new GetCollectorByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetCollectorByIDParams) SetContext ¶

func (o *GetCollectorByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the get collector by Id params

func (*GetCollectorByIDParams) SetFields ¶

func (o *GetCollectorByIDParams) SetFields(fields *string)

SetFields adds the fields to the get collector by Id params

func (*GetCollectorByIDParams) SetHTTPClient ¶

func (o *GetCollectorByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get collector by Id params

func (*GetCollectorByIDParams) SetID ¶

func (o *GetCollectorByIDParams) SetID(id int32)

SetID adds the id to the get collector by Id params

func (*GetCollectorByIDParams) SetTimeout ¶

func (o *GetCollectorByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get collector by Id params

func (*GetCollectorByIDParams) WithContext ¶

WithContext adds the context to the get collector by Id params

func (*GetCollectorByIDParams) WithFields ¶

func (o *GetCollectorByIDParams) WithFields(fields *string) *GetCollectorByIDParams

WithFields adds the fields to the get collector by Id params

func (*GetCollectorByIDParams) WithHTTPClient ¶

func (o *GetCollectorByIDParams) WithHTTPClient(client *http.Client) *GetCollectorByIDParams

WithHTTPClient adds the HTTPClient to the get collector by Id params

func (*GetCollectorByIDParams) WithID ¶

WithID adds the id to the get collector by Id params

func (*GetCollectorByIDParams) WithTimeout ¶

WithTimeout adds the timeout to the get collector by Id params

func (*GetCollectorByIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetCollectorByIDReader ¶

type GetCollectorByIDReader struct {
	// contains filtered or unexported fields
}

GetCollectorByIDReader is a Reader for the GetCollectorByID structure.

func (*GetCollectorByIDReader) ReadResponse ¶

func (o *GetCollectorByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetCollectorGroupByIDDefault ¶

type GetCollectorGroupByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetCollectorGroupByIDDefault handles this case with default header values.

Error

func NewGetCollectorGroupByIDDefault ¶

func NewGetCollectorGroupByIDDefault(code int) *GetCollectorGroupByIDDefault

NewGetCollectorGroupByIDDefault creates a GetCollectorGroupByIDDefault with default headers values

func (*GetCollectorGroupByIDDefault) Code ¶

Code gets the status code for the get collector group by Id default response

func (*GetCollectorGroupByIDDefault) Error ¶

type GetCollectorGroupByIDOK ¶

type GetCollectorGroupByIDOK struct {
	Payload *models.CollectorGroup
}

GetCollectorGroupByIDOK handles this case with default header values.

successful operation

func NewGetCollectorGroupByIDOK ¶

func NewGetCollectorGroupByIDOK() *GetCollectorGroupByIDOK

NewGetCollectorGroupByIDOK creates a GetCollectorGroupByIDOK with default headers values

func (*GetCollectorGroupByIDOK) Error ¶

func (o *GetCollectorGroupByIDOK) Error() string

type GetCollectorGroupByIDParams ¶

type GetCollectorGroupByIDParams struct {

	/*Fields*/
	Fields *string
	/*ID*/
	ID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetCollectorGroupByIDParams contains all the parameters to send to the API endpoint for the get collector group by Id operation typically these are written to a http.Request

func NewGetCollectorGroupByIDParams ¶

func NewGetCollectorGroupByIDParams() *GetCollectorGroupByIDParams

NewGetCollectorGroupByIDParams creates a new GetCollectorGroupByIDParams object with the default values initialized.

func NewGetCollectorGroupByIDParamsWithContext ¶

func NewGetCollectorGroupByIDParamsWithContext(ctx context.Context) *GetCollectorGroupByIDParams

NewGetCollectorGroupByIDParamsWithContext creates a new GetCollectorGroupByIDParams object with the default values initialized, and the ability to set a context for a request

func NewGetCollectorGroupByIDParamsWithHTTPClient ¶

func NewGetCollectorGroupByIDParamsWithHTTPClient(client *http.Client) *GetCollectorGroupByIDParams

NewGetCollectorGroupByIDParamsWithHTTPClient creates a new GetCollectorGroupByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetCollectorGroupByIDParamsWithTimeout ¶

func NewGetCollectorGroupByIDParamsWithTimeout(timeout time.Duration) *GetCollectorGroupByIDParams

NewGetCollectorGroupByIDParamsWithTimeout creates a new GetCollectorGroupByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetCollectorGroupByIDParams) SetContext ¶

func (o *GetCollectorGroupByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the get collector group by Id params

func (*GetCollectorGroupByIDParams) SetFields ¶

func (o *GetCollectorGroupByIDParams) SetFields(fields *string)

SetFields adds the fields to the get collector group by Id params

func (*GetCollectorGroupByIDParams) SetHTTPClient ¶

func (o *GetCollectorGroupByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get collector group by Id params

func (*GetCollectorGroupByIDParams) SetID ¶

func (o *GetCollectorGroupByIDParams) SetID(id int32)

SetID adds the id to the get collector group by Id params

func (*GetCollectorGroupByIDParams) SetTimeout ¶

func (o *GetCollectorGroupByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get collector group by Id params

func (*GetCollectorGroupByIDParams) WithContext ¶

WithContext adds the context to the get collector group by Id params

func (*GetCollectorGroupByIDParams) WithFields ¶

WithFields adds the fields to the get collector group by Id params

func (*GetCollectorGroupByIDParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get collector group by Id params

func (*GetCollectorGroupByIDParams) WithID ¶

WithID adds the id to the get collector group by Id params

func (*GetCollectorGroupByIDParams) WithTimeout ¶

WithTimeout adds the timeout to the get collector group by Id params

func (*GetCollectorGroupByIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetCollectorGroupByIDReader ¶

type GetCollectorGroupByIDReader struct {
	// contains filtered or unexported fields
}

GetCollectorGroupByIDReader is a Reader for the GetCollectorGroupByID structure.

func (*GetCollectorGroupByIDReader) ReadResponse ¶

func (o *GetCollectorGroupByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetCollectorGroupListDefault ¶

type GetCollectorGroupListDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetCollectorGroupListDefault handles this case with default header values.

Error

func NewGetCollectorGroupListDefault ¶

func NewGetCollectorGroupListDefault(code int) *GetCollectorGroupListDefault

NewGetCollectorGroupListDefault creates a GetCollectorGroupListDefault with default headers values

func (*GetCollectorGroupListDefault) Code ¶

Code gets the status code for the get collector group list default response

func (*GetCollectorGroupListDefault) Error ¶

type GetCollectorGroupListOK ¶

type GetCollectorGroupListOK struct {
	Payload *models.CollectorGroupPaginationResponse
}

GetCollectorGroupListOK handles this case with default header values.

successful operation

func NewGetCollectorGroupListOK ¶

func NewGetCollectorGroupListOK() *GetCollectorGroupListOK

NewGetCollectorGroupListOK creates a GetCollectorGroupListOK with default headers values

func (*GetCollectorGroupListOK) Error ¶

func (o *GetCollectorGroupListOK) Error() string

type GetCollectorGroupListParams ¶

type GetCollectorGroupListParams struct {

	/*Fields*/
	Fields *string
	/*Filter*/
	Filter *string
	/*Offset*/
	Offset *int32
	/*Size*/
	Size *int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetCollectorGroupListParams contains all the parameters to send to the API endpoint for the get collector group list operation typically these are written to a http.Request

func NewGetCollectorGroupListParams ¶

func NewGetCollectorGroupListParams() *GetCollectorGroupListParams

NewGetCollectorGroupListParams creates a new GetCollectorGroupListParams object with the default values initialized.

func NewGetCollectorGroupListParamsWithContext ¶

func NewGetCollectorGroupListParamsWithContext(ctx context.Context) *GetCollectorGroupListParams

NewGetCollectorGroupListParamsWithContext creates a new GetCollectorGroupListParams object with the default values initialized, and the ability to set a context for a request

func NewGetCollectorGroupListParamsWithHTTPClient ¶

func NewGetCollectorGroupListParamsWithHTTPClient(client *http.Client) *GetCollectorGroupListParams

NewGetCollectorGroupListParamsWithHTTPClient creates a new GetCollectorGroupListParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetCollectorGroupListParamsWithTimeout ¶

func NewGetCollectorGroupListParamsWithTimeout(timeout time.Duration) *GetCollectorGroupListParams

NewGetCollectorGroupListParamsWithTimeout creates a new GetCollectorGroupListParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetCollectorGroupListParams) SetContext ¶

func (o *GetCollectorGroupListParams) SetContext(ctx context.Context)

SetContext adds the context to the get collector group list params

func (*GetCollectorGroupListParams) SetFields ¶

func (o *GetCollectorGroupListParams) SetFields(fields *string)

SetFields adds the fields to the get collector group list params

func (*GetCollectorGroupListParams) SetFilter ¶

func (o *GetCollectorGroupListParams) SetFilter(filter *string)

SetFilter adds the filter to the get collector group list params

func (*GetCollectorGroupListParams) SetHTTPClient ¶

func (o *GetCollectorGroupListParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get collector group list params

func (*GetCollectorGroupListParams) SetOffset ¶

func (o *GetCollectorGroupListParams) SetOffset(offset *int32)

SetOffset adds the offset to the get collector group list params

func (*GetCollectorGroupListParams) SetSize ¶

func (o *GetCollectorGroupListParams) SetSize(size *int32)

SetSize adds the size to the get collector group list params

func (*GetCollectorGroupListParams) SetTimeout ¶

func (o *GetCollectorGroupListParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get collector group list params

func (*GetCollectorGroupListParams) WithContext ¶

WithContext adds the context to the get collector group list params

func (*GetCollectorGroupListParams) WithFields ¶

WithFields adds the fields to the get collector group list params

func (*GetCollectorGroupListParams) WithFilter ¶

WithFilter adds the filter to the get collector group list params

func (*GetCollectorGroupListParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get collector group list params

func (*GetCollectorGroupListParams) WithOffset ¶

WithOffset adds the offset to the get collector group list params

func (*GetCollectorGroupListParams) WithSize ¶

WithSize adds the size to the get collector group list params

func (*GetCollectorGroupListParams) WithTimeout ¶

WithTimeout adds the timeout to the get collector group list params

func (*GetCollectorGroupListParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetCollectorGroupListReader ¶

type GetCollectorGroupListReader struct {
	// contains filtered or unexported fields
}

GetCollectorGroupListReader is a Reader for the GetCollectorGroupList structure.

func (*GetCollectorGroupListReader) ReadResponse ¶

func (o *GetCollectorGroupListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetCollectorInstallerDefault ¶

type GetCollectorInstallerDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetCollectorInstallerDefault handles this case with default header values.

Error

func NewGetCollectorInstallerDefault ¶

func NewGetCollectorInstallerDefault(code int) *GetCollectorInstallerDefault

NewGetCollectorInstallerDefault creates a GetCollectorInstallerDefault with default headers values

func (*GetCollectorInstallerDefault) Code ¶

Code gets the status code for the get collector installer default response

func (*GetCollectorInstallerDefault) Error ¶

type GetCollectorInstallerOK ¶

type GetCollectorInstallerOK struct {
	Payload io.Writer
}

GetCollectorInstallerOK handles this case with default header values.

successful operation

func NewGetCollectorInstallerOK ¶

func NewGetCollectorInstallerOK(writer io.Writer) *GetCollectorInstallerOK

NewGetCollectorInstallerOK creates a GetCollectorInstallerOK with default headers values

func (*GetCollectorInstallerOK) Error ¶

func (o *GetCollectorInstallerOK) Error() string

type GetCollectorInstallerParams ¶

type GetCollectorInstallerParams struct {

	/*CollectorID*/
	CollectorID int32
	/*CollectorSize
	  The size of the Collector you'd like to install. Options are nano, small (requires 2GB memory), medium (requires 4GB memory), large (requires 8GB memory). Requires collector version 22.180 or higher. Defaults to small

	*/
	CollectorSize *string
	/*CollectorVersion
	  The version of the installer you'd like to download. This defaults to the latest GD Collector, unless useEA is true

	*/
	CollectorVersion *int32
	/*MonitorOthers*/
	MonitorOthers *bool
	/*OsAndArch*/
	OsAndArch string
	/*Token*/
	Token *string
	/*UseEA
	  If true, the latest EA Collector version will be used. Defaults to false

	*/
	UseEA *bool

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetCollectorInstallerParams contains all the parameters to send to the API endpoint for the get collector installer operation typically these are written to a http.Request

func NewGetCollectorInstallerParams ¶

func NewGetCollectorInstallerParams() *GetCollectorInstallerParams

NewGetCollectorInstallerParams creates a new GetCollectorInstallerParams object with the default values initialized.

func NewGetCollectorInstallerParamsWithContext ¶

func NewGetCollectorInstallerParamsWithContext(ctx context.Context) *GetCollectorInstallerParams

NewGetCollectorInstallerParamsWithContext creates a new GetCollectorInstallerParams object with the default values initialized, and the ability to set a context for a request

func NewGetCollectorInstallerParamsWithHTTPClient ¶

func NewGetCollectorInstallerParamsWithHTTPClient(client *http.Client) *GetCollectorInstallerParams

NewGetCollectorInstallerParamsWithHTTPClient creates a new GetCollectorInstallerParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetCollectorInstallerParamsWithTimeout ¶

func NewGetCollectorInstallerParamsWithTimeout(timeout time.Duration) *GetCollectorInstallerParams

NewGetCollectorInstallerParamsWithTimeout creates a new GetCollectorInstallerParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetCollectorInstallerParams) SetCollectorID ¶

func (o *GetCollectorInstallerParams) SetCollectorID(collectorID int32)

SetCollectorID adds the collectorId to the get collector installer params

func (*GetCollectorInstallerParams) SetCollectorSize ¶

func (o *GetCollectorInstallerParams) SetCollectorSize(collectorSize *string)

SetCollectorSize adds the collectorSize to the get collector installer params

func (*GetCollectorInstallerParams) SetCollectorVersion ¶

func (o *GetCollectorInstallerParams) SetCollectorVersion(collectorVersion *int32)

SetCollectorVersion adds the collectorVersion to the get collector installer params

func (*GetCollectorInstallerParams) SetContext ¶

func (o *GetCollectorInstallerParams) SetContext(ctx context.Context)

SetContext adds the context to the get collector installer params

func (*GetCollectorInstallerParams) SetHTTPClient ¶

func (o *GetCollectorInstallerParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get collector installer params

func (*GetCollectorInstallerParams) SetMonitorOthers ¶

func (o *GetCollectorInstallerParams) SetMonitorOthers(monitorOthers *bool)

SetMonitorOthers adds the monitorOthers to the get collector installer params

func (*GetCollectorInstallerParams) SetOsAndArch ¶

func (o *GetCollectorInstallerParams) SetOsAndArch(osAndArch string)

SetOsAndArch adds the osAndArch to the get collector installer params

func (*GetCollectorInstallerParams) SetTimeout ¶

func (o *GetCollectorInstallerParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get collector installer params

func (*GetCollectorInstallerParams) SetToken ¶

func (o *GetCollectorInstallerParams) SetToken(token *string)

SetToken adds the token to the get collector installer params

func (*GetCollectorInstallerParams) SetUseEA ¶

func (o *GetCollectorInstallerParams) SetUseEA(useEA *bool)

SetUseEA adds the useEA to the get collector installer params

func (*GetCollectorInstallerParams) WithCollectorID ¶

func (o *GetCollectorInstallerParams) WithCollectorID(collectorID int32) *GetCollectorInstallerParams

WithCollectorID adds the collectorID to the get collector installer params

func (*GetCollectorInstallerParams) WithCollectorSize ¶

func (o *GetCollectorInstallerParams) WithCollectorSize(collectorSize *string) *GetCollectorInstallerParams

WithCollectorSize adds the collectorSize to the get collector installer params

func (*GetCollectorInstallerParams) WithCollectorVersion ¶

func (o *GetCollectorInstallerParams) WithCollectorVersion(collectorVersion *int32) *GetCollectorInstallerParams

WithCollectorVersion adds the collectorVersion to the get collector installer params

func (*GetCollectorInstallerParams) WithContext ¶

WithContext adds the context to the get collector installer params

func (*GetCollectorInstallerParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get collector installer params

func (*GetCollectorInstallerParams) WithMonitorOthers ¶

func (o *GetCollectorInstallerParams) WithMonitorOthers(monitorOthers *bool) *GetCollectorInstallerParams

WithMonitorOthers adds the monitorOthers to the get collector installer params

func (*GetCollectorInstallerParams) WithOsAndArch ¶

func (o *GetCollectorInstallerParams) WithOsAndArch(osAndArch string) *GetCollectorInstallerParams

WithOsAndArch adds the osAndArch to the get collector installer params

func (*GetCollectorInstallerParams) WithTimeout ¶

WithTimeout adds the timeout to the get collector installer params

func (*GetCollectorInstallerParams) WithToken ¶

WithToken adds the token to the get collector installer params

func (*GetCollectorInstallerParams) WithUseEA ¶

WithUseEA adds the useEA to the get collector installer params

func (*GetCollectorInstallerParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetCollectorInstallerReader ¶

type GetCollectorInstallerReader struct {
	// contains filtered or unexported fields
}

GetCollectorInstallerReader is a Reader for the GetCollectorInstaller structure.

func (*GetCollectorInstallerReader) ReadResponse ¶

func (o *GetCollectorInstallerReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetCollectorListDefault ¶

type GetCollectorListDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetCollectorListDefault handles this case with default header values.

Error

func NewGetCollectorListDefault ¶

func NewGetCollectorListDefault(code int) *GetCollectorListDefault

NewGetCollectorListDefault creates a GetCollectorListDefault with default headers values

func (*GetCollectorListDefault) Code ¶

func (o *GetCollectorListDefault) Code() int

Code gets the status code for the get collector list default response

func (*GetCollectorListDefault) Error ¶

func (o *GetCollectorListDefault) Error() string

type GetCollectorListOK ¶

type GetCollectorListOK struct {
	Payload *models.CollectorPaginationResponse
}

GetCollectorListOK handles this case with default header values.

successful operation

func NewGetCollectorListOK ¶

func NewGetCollectorListOK() *GetCollectorListOK

NewGetCollectorListOK creates a GetCollectorListOK with default headers values

func (*GetCollectorListOK) Error ¶

func (o *GetCollectorListOK) Error() string

type GetCollectorListParams ¶

type GetCollectorListParams struct {

	/*Fields*/
	Fields *string
	/*Filter*/
	Filter *string
	/*Offset*/
	Offset *int32
	/*Size*/
	Size *int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetCollectorListParams contains all the parameters to send to the API endpoint for the get collector list operation typically these are written to a http.Request

func NewGetCollectorListParams ¶

func NewGetCollectorListParams() *GetCollectorListParams

NewGetCollectorListParams creates a new GetCollectorListParams object with the default values initialized.

func NewGetCollectorListParamsWithContext ¶

func NewGetCollectorListParamsWithContext(ctx context.Context) *GetCollectorListParams

NewGetCollectorListParamsWithContext creates a new GetCollectorListParams object with the default values initialized, and the ability to set a context for a request

func NewGetCollectorListParamsWithHTTPClient ¶

func NewGetCollectorListParamsWithHTTPClient(client *http.Client) *GetCollectorListParams

NewGetCollectorListParamsWithHTTPClient creates a new GetCollectorListParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetCollectorListParamsWithTimeout ¶

func NewGetCollectorListParamsWithTimeout(timeout time.Duration) *GetCollectorListParams

NewGetCollectorListParamsWithTimeout creates a new GetCollectorListParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetCollectorListParams) SetContext ¶

func (o *GetCollectorListParams) SetContext(ctx context.Context)

SetContext adds the context to the get collector list params

func (*GetCollectorListParams) SetFields ¶

func (o *GetCollectorListParams) SetFields(fields *string)

SetFields adds the fields to the get collector list params

func (*GetCollectorListParams) SetFilter ¶

func (o *GetCollectorListParams) SetFilter(filter *string)

SetFilter adds the filter to the get collector list params

func (*GetCollectorListParams) SetHTTPClient ¶

func (o *GetCollectorListParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get collector list params

func (*GetCollectorListParams) SetOffset ¶

func (o *GetCollectorListParams) SetOffset(offset *int32)

SetOffset adds the offset to the get collector list params

func (*GetCollectorListParams) SetSize ¶

func (o *GetCollectorListParams) SetSize(size *int32)

SetSize adds the size to the get collector list params

func (*GetCollectorListParams) SetTimeout ¶

func (o *GetCollectorListParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get collector list params

func (*GetCollectorListParams) WithContext ¶

WithContext adds the context to the get collector list params

func (*GetCollectorListParams) WithFields ¶

func (o *GetCollectorListParams) WithFields(fields *string) *GetCollectorListParams

WithFields adds the fields to the get collector list params

func (*GetCollectorListParams) WithFilter ¶

func (o *GetCollectorListParams) WithFilter(filter *string) *GetCollectorListParams

WithFilter adds the filter to the get collector list params

func (*GetCollectorListParams) WithHTTPClient ¶

func (o *GetCollectorListParams) WithHTTPClient(client *http.Client) *GetCollectorListParams

WithHTTPClient adds the HTTPClient to the get collector list params

func (*GetCollectorListParams) WithOffset ¶

func (o *GetCollectorListParams) WithOffset(offset *int32) *GetCollectorListParams

WithOffset adds the offset to the get collector list params

func (*GetCollectorListParams) WithSize ¶

WithSize adds the size to the get collector list params

func (*GetCollectorListParams) WithTimeout ¶

WithTimeout adds the timeout to the get collector list params

func (*GetCollectorListParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetCollectorListReader ¶

type GetCollectorListReader struct {
	// contains filtered or unexported fields
}

GetCollectorListReader is a Reader for the GetCollectorList structure.

func (*GetCollectorListReader) ReadResponse ¶

func (o *GetCollectorListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetDashboardByIDDefault ¶

type GetDashboardByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetDashboardByIDDefault handles this case with default header values.

Error

func NewGetDashboardByIDDefault ¶

func NewGetDashboardByIDDefault(code int) *GetDashboardByIDDefault

NewGetDashboardByIDDefault creates a GetDashboardByIDDefault with default headers values

func (*GetDashboardByIDDefault) Code ¶

func (o *GetDashboardByIDDefault) Code() int

Code gets the status code for the get dashboard by Id default response

func (*GetDashboardByIDDefault) Error ¶

func (o *GetDashboardByIDDefault) Error() string

type GetDashboardByIDOK ¶

type GetDashboardByIDOK struct {
	Payload *models.Dashboard
}

GetDashboardByIDOK handles this case with default header values.

successful operation

func NewGetDashboardByIDOK ¶

func NewGetDashboardByIDOK() *GetDashboardByIDOK

NewGetDashboardByIDOK creates a GetDashboardByIDOK with default headers values

func (*GetDashboardByIDOK) Error ¶

func (o *GetDashboardByIDOK) Error() string

type GetDashboardByIDParams ¶

type GetDashboardByIDParams struct {

	/*Fields*/
	Fields *string
	/*Format*/
	Format *string
	/*ID*/
	ID int32
	/*Template*/
	Template *bool

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetDashboardByIDParams contains all the parameters to send to the API endpoint for the get dashboard by Id operation typically these are written to a http.Request

func NewGetDashboardByIDParams ¶

func NewGetDashboardByIDParams() *GetDashboardByIDParams

NewGetDashboardByIDParams creates a new GetDashboardByIDParams object with the default values initialized.

func NewGetDashboardByIDParamsWithContext ¶

func NewGetDashboardByIDParamsWithContext(ctx context.Context) *GetDashboardByIDParams

NewGetDashboardByIDParamsWithContext creates a new GetDashboardByIDParams object with the default values initialized, and the ability to set a context for a request

func NewGetDashboardByIDParamsWithHTTPClient ¶

func NewGetDashboardByIDParamsWithHTTPClient(client *http.Client) *GetDashboardByIDParams

NewGetDashboardByIDParamsWithHTTPClient creates a new GetDashboardByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetDashboardByIDParamsWithTimeout ¶

func NewGetDashboardByIDParamsWithTimeout(timeout time.Duration) *GetDashboardByIDParams

NewGetDashboardByIDParamsWithTimeout creates a new GetDashboardByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetDashboardByIDParams) SetContext ¶

func (o *GetDashboardByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the get dashboard by Id params

func (*GetDashboardByIDParams) SetFields ¶

func (o *GetDashboardByIDParams) SetFields(fields *string)

SetFields adds the fields to the get dashboard by Id params

func (*GetDashboardByIDParams) SetFormat ¶

func (o *GetDashboardByIDParams) SetFormat(format *string)

SetFormat adds the format to the get dashboard by Id params

func (*GetDashboardByIDParams) SetHTTPClient ¶

func (o *GetDashboardByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get dashboard by Id params

func (*GetDashboardByIDParams) SetID ¶

func (o *GetDashboardByIDParams) SetID(id int32)

SetID adds the id to the get dashboard by Id params

func (*GetDashboardByIDParams) SetTemplate ¶

func (o *GetDashboardByIDParams) SetTemplate(template *bool)

SetTemplate adds the template to the get dashboard by Id params

func (*GetDashboardByIDParams) SetTimeout ¶

func (o *GetDashboardByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get dashboard by Id params

func (*GetDashboardByIDParams) WithContext ¶

WithContext adds the context to the get dashboard by Id params

func (*GetDashboardByIDParams) WithFields ¶

func (o *GetDashboardByIDParams) WithFields(fields *string) *GetDashboardByIDParams

WithFields adds the fields to the get dashboard by Id params

func (*GetDashboardByIDParams) WithFormat ¶

func (o *GetDashboardByIDParams) WithFormat(format *string) *GetDashboardByIDParams

WithFormat adds the format to the get dashboard by Id params

func (*GetDashboardByIDParams) WithHTTPClient ¶

func (o *GetDashboardByIDParams) WithHTTPClient(client *http.Client) *GetDashboardByIDParams

WithHTTPClient adds the HTTPClient to the get dashboard by Id params

func (*GetDashboardByIDParams) WithID ¶

WithID adds the id to the get dashboard by Id params

func (*GetDashboardByIDParams) WithTemplate ¶

func (o *GetDashboardByIDParams) WithTemplate(template *bool) *GetDashboardByIDParams

WithTemplate adds the template to the get dashboard by Id params

func (*GetDashboardByIDParams) WithTimeout ¶

WithTimeout adds the timeout to the get dashboard by Id params

func (*GetDashboardByIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetDashboardByIDReader ¶

type GetDashboardByIDReader struct {
	// contains filtered or unexported fields
}

GetDashboardByIDReader is a Reader for the GetDashboardByID structure.

func (*GetDashboardByIDReader) ReadResponse ¶

func (o *GetDashboardByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetDashboardGroupByIDDefault ¶

type GetDashboardGroupByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetDashboardGroupByIDDefault handles this case with default header values.

Error

func NewGetDashboardGroupByIDDefault ¶

func NewGetDashboardGroupByIDDefault(code int) *GetDashboardGroupByIDDefault

NewGetDashboardGroupByIDDefault creates a GetDashboardGroupByIDDefault with default headers values

func (*GetDashboardGroupByIDDefault) Code ¶

Code gets the status code for the get dashboard group by Id default response

func (*GetDashboardGroupByIDDefault) Error ¶

type GetDashboardGroupByIDOK ¶

type GetDashboardGroupByIDOK struct {
	Payload *models.DashboardGroup
}

GetDashboardGroupByIDOK handles this case with default header values.

successful operation

func NewGetDashboardGroupByIDOK ¶

func NewGetDashboardGroupByIDOK() *GetDashboardGroupByIDOK

NewGetDashboardGroupByIDOK creates a GetDashboardGroupByIDOK with default headers values

func (*GetDashboardGroupByIDOK) Error ¶

func (o *GetDashboardGroupByIDOK) Error() string

type GetDashboardGroupByIDParams ¶

type GetDashboardGroupByIDParams struct {

	/*Fields*/
	Fields *string
	/*ID*/
	ID int32
	/*Template*/
	Template *bool

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetDashboardGroupByIDParams contains all the parameters to send to the API endpoint for the get dashboard group by Id operation typically these are written to a http.Request

func NewGetDashboardGroupByIDParams ¶

func NewGetDashboardGroupByIDParams() *GetDashboardGroupByIDParams

NewGetDashboardGroupByIDParams creates a new GetDashboardGroupByIDParams object with the default values initialized.

func NewGetDashboardGroupByIDParamsWithContext ¶

func NewGetDashboardGroupByIDParamsWithContext(ctx context.Context) *GetDashboardGroupByIDParams

NewGetDashboardGroupByIDParamsWithContext creates a new GetDashboardGroupByIDParams object with the default values initialized, and the ability to set a context for a request

func NewGetDashboardGroupByIDParamsWithHTTPClient ¶

func NewGetDashboardGroupByIDParamsWithHTTPClient(client *http.Client) *GetDashboardGroupByIDParams

NewGetDashboardGroupByIDParamsWithHTTPClient creates a new GetDashboardGroupByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetDashboardGroupByIDParamsWithTimeout ¶

func NewGetDashboardGroupByIDParamsWithTimeout(timeout time.Duration) *GetDashboardGroupByIDParams

NewGetDashboardGroupByIDParamsWithTimeout creates a new GetDashboardGroupByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetDashboardGroupByIDParams) SetContext ¶

func (o *GetDashboardGroupByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the get dashboard group by Id params

func (*GetDashboardGroupByIDParams) SetFields ¶

func (o *GetDashboardGroupByIDParams) SetFields(fields *string)

SetFields adds the fields to the get dashboard group by Id params

func (*GetDashboardGroupByIDParams) SetHTTPClient ¶

func (o *GetDashboardGroupByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get dashboard group by Id params

func (*GetDashboardGroupByIDParams) SetID ¶

func (o *GetDashboardGroupByIDParams) SetID(id int32)

SetID adds the id to the get dashboard group by Id params

func (*GetDashboardGroupByIDParams) SetTemplate ¶

func (o *GetDashboardGroupByIDParams) SetTemplate(template *bool)

SetTemplate adds the template to the get dashboard group by Id params

func (*GetDashboardGroupByIDParams) SetTimeout ¶

func (o *GetDashboardGroupByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get dashboard group by Id params

func (*GetDashboardGroupByIDParams) WithContext ¶

WithContext adds the context to the get dashboard group by Id params

func (*GetDashboardGroupByIDParams) WithFields ¶

WithFields adds the fields to the get dashboard group by Id params

func (*GetDashboardGroupByIDParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get dashboard group by Id params

func (*GetDashboardGroupByIDParams) WithID ¶

WithID adds the id to the get dashboard group by Id params

func (*GetDashboardGroupByIDParams) WithTemplate ¶

func (o *GetDashboardGroupByIDParams) WithTemplate(template *bool) *GetDashboardGroupByIDParams

WithTemplate adds the template to the get dashboard group by Id params

func (*GetDashboardGroupByIDParams) WithTimeout ¶

WithTimeout adds the timeout to the get dashboard group by Id params

func (*GetDashboardGroupByIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetDashboardGroupByIDReader ¶

type GetDashboardGroupByIDReader struct {
	// contains filtered or unexported fields
}

GetDashboardGroupByIDReader is a Reader for the GetDashboardGroupByID structure.

func (*GetDashboardGroupByIDReader) ReadResponse ¶

func (o *GetDashboardGroupByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetDashboardGroupListDefault ¶

type GetDashboardGroupListDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetDashboardGroupListDefault handles this case with default header values.

Error

func NewGetDashboardGroupListDefault ¶

func NewGetDashboardGroupListDefault(code int) *GetDashboardGroupListDefault

NewGetDashboardGroupListDefault creates a GetDashboardGroupListDefault with default headers values

func (*GetDashboardGroupListDefault) Code ¶

Code gets the status code for the get dashboard group list default response

func (*GetDashboardGroupListDefault) Error ¶

type GetDashboardGroupListOK ¶

type GetDashboardGroupListOK struct {
	Payload *models.DashboardGroupPaginationResponse
}

GetDashboardGroupListOK handles this case with default header values.

successful operation

func NewGetDashboardGroupListOK ¶

func NewGetDashboardGroupListOK() *GetDashboardGroupListOK

NewGetDashboardGroupListOK creates a GetDashboardGroupListOK with default headers values

func (*GetDashboardGroupListOK) Error ¶

func (o *GetDashboardGroupListOK) Error() string

type GetDashboardGroupListParams ¶

type GetDashboardGroupListParams struct {

	/*Fields*/
	Fields *string
	/*Filter*/
	Filter *string
	/*Offset*/
	Offset *int32
	/*Size*/
	Size *int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetDashboardGroupListParams contains all the parameters to send to the API endpoint for the get dashboard group list operation typically these are written to a http.Request

func NewGetDashboardGroupListParams ¶

func NewGetDashboardGroupListParams() *GetDashboardGroupListParams

NewGetDashboardGroupListParams creates a new GetDashboardGroupListParams object with the default values initialized.

func NewGetDashboardGroupListParamsWithContext ¶

func NewGetDashboardGroupListParamsWithContext(ctx context.Context) *GetDashboardGroupListParams

NewGetDashboardGroupListParamsWithContext creates a new GetDashboardGroupListParams object with the default values initialized, and the ability to set a context for a request

func NewGetDashboardGroupListParamsWithHTTPClient ¶

func NewGetDashboardGroupListParamsWithHTTPClient(client *http.Client) *GetDashboardGroupListParams

NewGetDashboardGroupListParamsWithHTTPClient creates a new GetDashboardGroupListParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetDashboardGroupListParamsWithTimeout ¶

func NewGetDashboardGroupListParamsWithTimeout(timeout time.Duration) *GetDashboardGroupListParams

NewGetDashboardGroupListParamsWithTimeout creates a new GetDashboardGroupListParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetDashboardGroupListParams) SetContext ¶

func (o *GetDashboardGroupListParams) SetContext(ctx context.Context)

SetContext adds the context to the get dashboard group list params

func (*GetDashboardGroupListParams) SetFields ¶

func (o *GetDashboardGroupListParams) SetFields(fields *string)

SetFields adds the fields to the get dashboard group list params

func (*GetDashboardGroupListParams) SetFilter ¶

func (o *GetDashboardGroupListParams) SetFilter(filter *string)

SetFilter adds the filter to the get dashboard group list params

func (*GetDashboardGroupListParams) SetHTTPClient ¶

func (o *GetDashboardGroupListParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get dashboard group list params

func (*GetDashboardGroupListParams) SetOffset ¶

func (o *GetDashboardGroupListParams) SetOffset(offset *int32)

SetOffset adds the offset to the get dashboard group list params

func (*GetDashboardGroupListParams) SetSize ¶

func (o *GetDashboardGroupListParams) SetSize(size *int32)

SetSize adds the size to the get dashboard group list params

func (*GetDashboardGroupListParams) SetTimeout ¶

func (o *GetDashboardGroupListParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get dashboard group list params

func (*GetDashboardGroupListParams) WithContext ¶

WithContext adds the context to the get dashboard group list params

func (*GetDashboardGroupListParams) WithFields ¶

WithFields adds the fields to the get dashboard group list params

func (*GetDashboardGroupListParams) WithFilter ¶

WithFilter adds the filter to the get dashboard group list params

func (*GetDashboardGroupListParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get dashboard group list params

func (*GetDashboardGroupListParams) WithOffset ¶

WithOffset adds the offset to the get dashboard group list params

func (*GetDashboardGroupListParams) WithSize ¶

WithSize adds the size to the get dashboard group list params

func (*GetDashboardGroupListParams) WithTimeout ¶

WithTimeout adds the timeout to the get dashboard group list params

func (*GetDashboardGroupListParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetDashboardGroupListReader ¶

type GetDashboardGroupListReader struct {
	// contains filtered or unexported fields
}

GetDashboardGroupListReader is a Reader for the GetDashboardGroupList structure.

func (*GetDashboardGroupListReader) ReadResponse ¶

func (o *GetDashboardGroupListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetDashboardListDefault ¶

type GetDashboardListDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetDashboardListDefault handles this case with default header values.

Error

func NewGetDashboardListDefault ¶

func NewGetDashboardListDefault(code int) *GetDashboardListDefault

NewGetDashboardListDefault creates a GetDashboardListDefault with default headers values

func (*GetDashboardListDefault) Code ¶

func (o *GetDashboardListDefault) Code() int

Code gets the status code for the get dashboard list default response

func (*GetDashboardListDefault) Error ¶

func (o *GetDashboardListDefault) Error() string

type GetDashboardListOK ¶

type GetDashboardListOK struct {
	Payload *models.DashboardPaginationResponse
}

GetDashboardListOK handles this case with default header values.

successful operation

func NewGetDashboardListOK ¶

func NewGetDashboardListOK() *GetDashboardListOK

NewGetDashboardListOK creates a GetDashboardListOK with default headers values

func (*GetDashboardListOK) Error ¶

func (o *GetDashboardListOK) Error() string

type GetDashboardListParams ¶

type GetDashboardListParams struct {

	/*Fields*/
	Fields *string
	/*Filter*/
	Filter *string
	/*Offset*/
	Offset *int32
	/*Size*/
	Size *int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetDashboardListParams contains all the parameters to send to the API endpoint for the get dashboard list operation typically these are written to a http.Request

func NewGetDashboardListParams ¶

func NewGetDashboardListParams() *GetDashboardListParams

NewGetDashboardListParams creates a new GetDashboardListParams object with the default values initialized.

func NewGetDashboardListParamsWithContext ¶

func NewGetDashboardListParamsWithContext(ctx context.Context) *GetDashboardListParams

NewGetDashboardListParamsWithContext creates a new GetDashboardListParams object with the default values initialized, and the ability to set a context for a request

func NewGetDashboardListParamsWithHTTPClient ¶

func NewGetDashboardListParamsWithHTTPClient(client *http.Client) *GetDashboardListParams

NewGetDashboardListParamsWithHTTPClient creates a new GetDashboardListParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetDashboardListParamsWithTimeout ¶

func NewGetDashboardListParamsWithTimeout(timeout time.Duration) *GetDashboardListParams

NewGetDashboardListParamsWithTimeout creates a new GetDashboardListParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetDashboardListParams) SetContext ¶

func (o *GetDashboardListParams) SetContext(ctx context.Context)

SetContext adds the context to the get dashboard list params

func (*GetDashboardListParams) SetFields ¶

func (o *GetDashboardListParams) SetFields(fields *string)

SetFields adds the fields to the get dashboard list params

func (*GetDashboardListParams) SetFilter ¶

func (o *GetDashboardListParams) SetFilter(filter *string)

SetFilter adds the filter to the get dashboard list params

func (*GetDashboardListParams) SetHTTPClient ¶

func (o *GetDashboardListParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get dashboard list params

func (*GetDashboardListParams) SetOffset ¶

func (o *GetDashboardListParams) SetOffset(offset *int32)

SetOffset adds the offset to the get dashboard list params

func (*GetDashboardListParams) SetSize ¶

func (o *GetDashboardListParams) SetSize(size *int32)

SetSize adds the size to the get dashboard list params

func (*GetDashboardListParams) SetTimeout ¶

func (o *GetDashboardListParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get dashboard list params

func (*GetDashboardListParams) WithContext ¶

WithContext adds the context to the get dashboard list params

func (*GetDashboardListParams) WithFields ¶

func (o *GetDashboardListParams) WithFields(fields *string) *GetDashboardListParams

WithFields adds the fields to the get dashboard list params

func (*GetDashboardListParams) WithFilter ¶

func (o *GetDashboardListParams) WithFilter(filter *string) *GetDashboardListParams

WithFilter adds the filter to the get dashboard list params

func (*GetDashboardListParams) WithHTTPClient ¶

func (o *GetDashboardListParams) WithHTTPClient(client *http.Client) *GetDashboardListParams

WithHTTPClient adds the HTTPClient to the get dashboard list params

func (*GetDashboardListParams) WithOffset ¶

func (o *GetDashboardListParams) WithOffset(offset *int32) *GetDashboardListParams

WithOffset adds the offset to the get dashboard list params

func (*GetDashboardListParams) WithSize ¶

WithSize adds the size to the get dashboard list params

func (*GetDashboardListParams) WithTimeout ¶

WithTimeout adds the timeout to the get dashboard list params

func (*GetDashboardListParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetDashboardListReader ¶

type GetDashboardListReader struct {
	// contains filtered or unexported fields
}

GetDashboardListReader is a Reader for the GetDashboardList structure.

func (*GetDashboardListReader) ReadResponse ¶

func (o *GetDashboardListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetDataSourceOverviewGraphByIDDefault ¶

type GetDataSourceOverviewGraphByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetDataSourceOverviewGraphByIDDefault handles this case with default header values.

Error

func NewGetDataSourceOverviewGraphByIDDefault ¶

func NewGetDataSourceOverviewGraphByIDDefault(code int) *GetDataSourceOverviewGraphByIDDefault

NewGetDataSourceOverviewGraphByIDDefault creates a GetDataSourceOverviewGraphByIDDefault with default headers values

func (*GetDataSourceOverviewGraphByIDDefault) Code ¶

Code gets the status code for the get data source overview graph by Id default response

func (*GetDataSourceOverviewGraphByIDDefault) Error ¶

type GetDataSourceOverviewGraphByIDOK ¶

type GetDataSourceOverviewGraphByIDOK struct {
	Payload *models.DataSourceOverviewGraph
}

GetDataSourceOverviewGraphByIDOK handles this case with default header values.

successful operation

func NewGetDataSourceOverviewGraphByIDOK ¶

func NewGetDataSourceOverviewGraphByIDOK() *GetDataSourceOverviewGraphByIDOK

NewGetDataSourceOverviewGraphByIDOK creates a GetDataSourceOverviewGraphByIDOK with default headers values

func (*GetDataSourceOverviewGraphByIDOK) Error ¶

type GetDataSourceOverviewGraphByIDParams ¶

type GetDataSourceOverviewGraphByIDParams struct {

	/*DsID*/
	DsID int32
	/*ID*/
	ID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetDataSourceOverviewGraphByIDParams contains all the parameters to send to the API endpoint for the get data source overview graph by Id operation typically these are written to a http.Request

func NewGetDataSourceOverviewGraphByIDParams ¶

func NewGetDataSourceOverviewGraphByIDParams() *GetDataSourceOverviewGraphByIDParams

NewGetDataSourceOverviewGraphByIDParams creates a new GetDataSourceOverviewGraphByIDParams object with the default values initialized.

func NewGetDataSourceOverviewGraphByIDParamsWithContext ¶

func NewGetDataSourceOverviewGraphByIDParamsWithContext(ctx context.Context) *GetDataSourceOverviewGraphByIDParams

NewGetDataSourceOverviewGraphByIDParamsWithContext creates a new GetDataSourceOverviewGraphByIDParams object with the default values initialized, and the ability to set a context for a request

func NewGetDataSourceOverviewGraphByIDParamsWithHTTPClient ¶

func NewGetDataSourceOverviewGraphByIDParamsWithHTTPClient(client *http.Client) *GetDataSourceOverviewGraphByIDParams

NewGetDataSourceOverviewGraphByIDParamsWithHTTPClient creates a new GetDataSourceOverviewGraphByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetDataSourceOverviewGraphByIDParamsWithTimeout ¶

func NewGetDataSourceOverviewGraphByIDParamsWithTimeout(timeout time.Duration) *GetDataSourceOverviewGraphByIDParams

NewGetDataSourceOverviewGraphByIDParamsWithTimeout creates a new GetDataSourceOverviewGraphByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetDataSourceOverviewGraphByIDParams) SetContext ¶

SetContext adds the context to the get data source overview graph by Id params

func (*GetDataSourceOverviewGraphByIDParams) SetDsID ¶

SetDsID adds the dsId to the get data source overview graph by Id params

func (*GetDataSourceOverviewGraphByIDParams) SetHTTPClient ¶

func (o *GetDataSourceOverviewGraphByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get data source overview graph by Id params

func (*GetDataSourceOverviewGraphByIDParams) SetID ¶

SetID adds the id to the get data source overview graph by Id params

func (*GetDataSourceOverviewGraphByIDParams) SetTimeout ¶

func (o *GetDataSourceOverviewGraphByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get data source overview graph by Id params

func (*GetDataSourceOverviewGraphByIDParams) WithContext ¶

WithContext adds the context to the get data source overview graph by Id params

func (*GetDataSourceOverviewGraphByIDParams) WithDsID ¶

WithDsID adds the dsID to the get data source overview graph by Id params

func (*GetDataSourceOverviewGraphByIDParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get data source overview graph by Id params

func (*GetDataSourceOverviewGraphByIDParams) WithID ¶

WithID adds the id to the get data source overview graph by Id params

func (*GetDataSourceOverviewGraphByIDParams) WithTimeout ¶

WithTimeout adds the timeout to the get data source overview graph by Id params

func (*GetDataSourceOverviewGraphByIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetDataSourceOverviewGraphByIDReader ¶

type GetDataSourceOverviewGraphByIDReader struct {
	// contains filtered or unexported fields
}

GetDataSourceOverviewGraphByIDReader is a Reader for the GetDataSourceOverviewGraphByID structure.

func (*GetDataSourceOverviewGraphByIDReader) ReadResponse ¶

func (o *GetDataSourceOverviewGraphByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetDataSourceOverviewGraphListDefault ¶

type GetDataSourceOverviewGraphListDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetDataSourceOverviewGraphListDefault handles this case with default header values.

Error

func NewGetDataSourceOverviewGraphListDefault ¶

func NewGetDataSourceOverviewGraphListDefault(code int) *GetDataSourceOverviewGraphListDefault

NewGetDataSourceOverviewGraphListDefault creates a GetDataSourceOverviewGraphListDefault with default headers values

func (*GetDataSourceOverviewGraphListDefault) Code ¶

Code gets the status code for the get data source overview graph list default response

func (*GetDataSourceOverviewGraphListDefault) Error ¶

type GetDataSourceOverviewGraphListOK ¶

type GetDataSourceOverviewGraphListOK struct {
	Payload *models.DatasourceOverviewGraphPaginationResponse
}

GetDataSourceOverviewGraphListOK handles this case with default header values.

successful operation

func NewGetDataSourceOverviewGraphListOK ¶

func NewGetDataSourceOverviewGraphListOK() *GetDataSourceOverviewGraphListOK

NewGetDataSourceOverviewGraphListOK creates a GetDataSourceOverviewGraphListOK with default headers values

func (*GetDataSourceOverviewGraphListOK) Error ¶

type GetDataSourceOverviewGraphListParams ¶

type GetDataSourceOverviewGraphListParams struct {

	/*DsID*/
	DsID int32
	/*Fields*/
	Fields *string
	/*Filter*/
	Filter *string
	/*Offset*/
	Offset *int32
	/*Size*/
	Size *int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetDataSourceOverviewGraphListParams contains all the parameters to send to the API endpoint for the get data source overview graph list operation typically these are written to a http.Request

func NewGetDataSourceOverviewGraphListParams ¶

func NewGetDataSourceOverviewGraphListParams() *GetDataSourceOverviewGraphListParams

NewGetDataSourceOverviewGraphListParams creates a new GetDataSourceOverviewGraphListParams object with the default values initialized.

func NewGetDataSourceOverviewGraphListParamsWithContext ¶

func NewGetDataSourceOverviewGraphListParamsWithContext(ctx context.Context) *GetDataSourceOverviewGraphListParams

NewGetDataSourceOverviewGraphListParamsWithContext creates a new GetDataSourceOverviewGraphListParams object with the default values initialized, and the ability to set a context for a request

func NewGetDataSourceOverviewGraphListParamsWithHTTPClient ¶

func NewGetDataSourceOverviewGraphListParamsWithHTTPClient(client *http.Client) *GetDataSourceOverviewGraphListParams

NewGetDataSourceOverviewGraphListParamsWithHTTPClient creates a new GetDataSourceOverviewGraphListParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetDataSourceOverviewGraphListParamsWithTimeout ¶

func NewGetDataSourceOverviewGraphListParamsWithTimeout(timeout time.Duration) *GetDataSourceOverviewGraphListParams

NewGetDataSourceOverviewGraphListParamsWithTimeout creates a new GetDataSourceOverviewGraphListParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetDataSourceOverviewGraphListParams) SetContext ¶

SetContext adds the context to the get data source overview graph list params

func (*GetDataSourceOverviewGraphListParams) SetDsID ¶

SetDsID adds the dsId to the get data source overview graph list params

func (*GetDataSourceOverviewGraphListParams) SetFields ¶

func (o *GetDataSourceOverviewGraphListParams) SetFields(fields *string)

SetFields adds the fields to the get data source overview graph list params

func (*GetDataSourceOverviewGraphListParams) SetFilter ¶

func (o *GetDataSourceOverviewGraphListParams) SetFilter(filter *string)

SetFilter adds the filter to the get data source overview graph list params

func (*GetDataSourceOverviewGraphListParams) SetHTTPClient ¶

func (o *GetDataSourceOverviewGraphListParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get data source overview graph list params

func (*GetDataSourceOverviewGraphListParams) SetOffset ¶

func (o *GetDataSourceOverviewGraphListParams) SetOffset(offset *int32)

SetOffset adds the offset to the get data source overview graph list params

func (*GetDataSourceOverviewGraphListParams) SetSize ¶

func (o *GetDataSourceOverviewGraphListParams) SetSize(size *int32)

SetSize adds the size to the get data source overview graph list params

func (*GetDataSourceOverviewGraphListParams) SetTimeout ¶

func (o *GetDataSourceOverviewGraphListParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get data source overview graph list params

func (*GetDataSourceOverviewGraphListParams) WithContext ¶

WithContext adds the context to the get data source overview graph list params

func (*GetDataSourceOverviewGraphListParams) WithDsID ¶

WithDsID adds the dsID to the get data source overview graph list params

func (*GetDataSourceOverviewGraphListParams) WithFields ¶

WithFields adds the fields to the get data source overview graph list params

func (*GetDataSourceOverviewGraphListParams) WithFilter ¶

WithFilter adds the filter to the get data source overview graph list params

func (*GetDataSourceOverviewGraphListParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get data source overview graph list params

func (*GetDataSourceOverviewGraphListParams) WithOffset ¶

WithOffset adds the offset to the get data source overview graph list params

func (*GetDataSourceOverviewGraphListParams) WithSize ¶

WithSize adds the size to the get data source overview graph list params

func (*GetDataSourceOverviewGraphListParams) WithTimeout ¶

WithTimeout adds the timeout to the get data source overview graph list params

func (*GetDataSourceOverviewGraphListParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetDataSourceOverviewGraphListReader ¶

type GetDataSourceOverviewGraphListReader struct {
	// contains filtered or unexported fields
}

GetDataSourceOverviewGraphListReader is a Reader for the GetDataSourceOverviewGraphList structure.

func (*GetDataSourceOverviewGraphListReader) ReadResponse ¶

func (o *GetDataSourceOverviewGraphListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetDatasourceByIDDefault ¶

type GetDatasourceByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetDatasourceByIDDefault handles this case with default header values.

Error

func NewGetDatasourceByIDDefault ¶

func NewGetDatasourceByIDDefault(code int) *GetDatasourceByIDDefault

NewGetDatasourceByIDDefault creates a GetDatasourceByIDDefault with default headers values

func (*GetDatasourceByIDDefault) Code ¶

func (o *GetDatasourceByIDDefault) Code() int

Code gets the status code for the get datasource by Id default response

func (*GetDatasourceByIDDefault) Error ¶

func (o *GetDatasourceByIDDefault) Error() string

type GetDatasourceByIDOK ¶

type GetDatasourceByIDOK struct {
	Payload *models.DataSource
}

GetDatasourceByIDOK handles this case with default header values.

successful operation

func NewGetDatasourceByIDOK ¶

func NewGetDatasourceByIDOK() *GetDatasourceByIDOK

NewGetDatasourceByIDOK creates a GetDatasourceByIDOK with default headers values

func (*GetDatasourceByIDOK) Error ¶

func (o *GetDatasourceByIDOK) Error() string

type GetDatasourceByIDParams ¶

type GetDatasourceByIDParams struct {

	/*Fields*/
	Fields *string
	/*Format*/
	Format *string
	/*ID*/
	ID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetDatasourceByIDParams contains all the parameters to send to the API endpoint for the get datasource by Id operation typically these are written to a http.Request

func NewGetDatasourceByIDParams ¶

func NewGetDatasourceByIDParams() *GetDatasourceByIDParams

NewGetDatasourceByIDParams creates a new GetDatasourceByIDParams object with the default values initialized.

func NewGetDatasourceByIDParamsWithContext ¶

func NewGetDatasourceByIDParamsWithContext(ctx context.Context) *GetDatasourceByIDParams

NewGetDatasourceByIDParamsWithContext creates a new GetDatasourceByIDParams object with the default values initialized, and the ability to set a context for a request

func NewGetDatasourceByIDParamsWithHTTPClient ¶

func NewGetDatasourceByIDParamsWithHTTPClient(client *http.Client) *GetDatasourceByIDParams

NewGetDatasourceByIDParamsWithHTTPClient creates a new GetDatasourceByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetDatasourceByIDParamsWithTimeout ¶

func NewGetDatasourceByIDParamsWithTimeout(timeout time.Duration) *GetDatasourceByIDParams

NewGetDatasourceByIDParamsWithTimeout creates a new GetDatasourceByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetDatasourceByIDParams) SetContext ¶

func (o *GetDatasourceByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the get datasource by Id params

func (*GetDatasourceByIDParams) SetFields ¶

func (o *GetDatasourceByIDParams) SetFields(fields *string)

SetFields adds the fields to the get datasource by Id params

func (*GetDatasourceByIDParams) SetFormat ¶

func (o *GetDatasourceByIDParams) SetFormat(format *string)

SetFormat adds the format to the get datasource by Id params

func (*GetDatasourceByIDParams) SetHTTPClient ¶

func (o *GetDatasourceByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get datasource by Id params

func (*GetDatasourceByIDParams) SetID ¶

func (o *GetDatasourceByIDParams) SetID(id int32)

SetID adds the id to the get datasource by Id params

func (*GetDatasourceByIDParams) SetTimeout ¶

func (o *GetDatasourceByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get datasource by Id params

func (*GetDatasourceByIDParams) WithContext ¶

WithContext adds the context to the get datasource by Id params

func (*GetDatasourceByIDParams) WithFields ¶

func (o *GetDatasourceByIDParams) WithFields(fields *string) *GetDatasourceByIDParams

WithFields adds the fields to the get datasource by Id params

func (*GetDatasourceByIDParams) WithFormat ¶

func (o *GetDatasourceByIDParams) WithFormat(format *string) *GetDatasourceByIDParams

WithFormat adds the format to the get datasource by Id params

func (*GetDatasourceByIDParams) WithHTTPClient ¶

func (o *GetDatasourceByIDParams) WithHTTPClient(client *http.Client) *GetDatasourceByIDParams

WithHTTPClient adds the HTTPClient to the get datasource by Id params

func (*GetDatasourceByIDParams) WithID ¶

WithID adds the id to the get datasource by Id params

func (*GetDatasourceByIDParams) WithTimeout ¶

WithTimeout adds the timeout to the get datasource by Id params

func (*GetDatasourceByIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetDatasourceByIDReader ¶

type GetDatasourceByIDReader struct {
	// contains filtered or unexported fields
}

GetDatasourceByIDReader is a Reader for the GetDatasourceByID structure.

func (*GetDatasourceByIDReader) ReadResponse ¶

func (o *GetDatasourceByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetDatasourceListDefault ¶

type GetDatasourceListDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetDatasourceListDefault handles this case with default header values.

Error

func NewGetDatasourceListDefault ¶

func NewGetDatasourceListDefault(code int) *GetDatasourceListDefault

NewGetDatasourceListDefault creates a GetDatasourceListDefault with default headers values

func (*GetDatasourceListDefault) Code ¶

func (o *GetDatasourceListDefault) Code() int

Code gets the status code for the get datasource list default response

func (*GetDatasourceListDefault) Error ¶

func (o *GetDatasourceListDefault) Error() string

type GetDatasourceListOK ¶

type GetDatasourceListOK struct {
	Payload *models.DatasourcePaginationResponse
}

GetDatasourceListOK handles this case with default header values.

successful operation

func NewGetDatasourceListOK ¶

func NewGetDatasourceListOK() *GetDatasourceListOK

NewGetDatasourceListOK creates a GetDatasourceListOK with default headers values

func (*GetDatasourceListOK) Error ¶

func (o *GetDatasourceListOK) Error() string

type GetDatasourceListParams ¶

type GetDatasourceListParams struct {

	/*Fields*/
	Fields *string
	/*Filter*/
	Filter *string
	/*Format*/
	Format *string
	/*Offset*/
	Offset *int32
	/*Size*/
	Size *int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetDatasourceListParams contains all the parameters to send to the API endpoint for the get datasource list operation typically these are written to a http.Request

func NewGetDatasourceListParams ¶

func NewGetDatasourceListParams() *GetDatasourceListParams

NewGetDatasourceListParams creates a new GetDatasourceListParams object with the default values initialized.

func NewGetDatasourceListParamsWithContext ¶

func NewGetDatasourceListParamsWithContext(ctx context.Context) *GetDatasourceListParams

NewGetDatasourceListParamsWithContext creates a new GetDatasourceListParams object with the default values initialized, and the ability to set a context for a request

func NewGetDatasourceListParamsWithHTTPClient ¶

func NewGetDatasourceListParamsWithHTTPClient(client *http.Client) *GetDatasourceListParams

NewGetDatasourceListParamsWithHTTPClient creates a new GetDatasourceListParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetDatasourceListParamsWithTimeout ¶

func NewGetDatasourceListParamsWithTimeout(timeout time.Duration) *GetDatasourceListParams

NewGetDatasourceListParamsWithTimeout creates a new GetDatasourceListParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetDatasourceListParams) SetContext ¶

func (o *GetDatasourceListParams) SetContext(ctx context.Context)

SetContext adds the context to the get datasource list params

func (*GetDatasourceListParams) SetFields ¶

func (o *GetDatasourceListParams) SetFields(fields *string)

SetFields adds the fields to the get datasource list params

func (*GetDatasourceListParams) SetFilter ¶

func (o *GetDatasourceListParams) SetFilter(filter *string)

SetFilter adds the filter to the get datasource list params

func (*GetDatasourceListParams) SetFormat ¶

func (o *GetDatasourceListParams) SetFormat(format *string)

SetFormat adds the format to the get datasource list params

func (*GetDatasourceListParams) SetHTTPClient ¶

func (o *GetDatasourceListParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get datasource list params

func (*GetDatasourceListParams) SetOffset ¶

func (o *GetDatasourceListParams) SetOffset(offset *int32)

SetOffset adds the offset to the get datasource list params

func (*GetDatasourceListParams) SetSize ¶

func (o *GetDatasourceListParams) SetSize(size *int32)

SetSize adds the size to the get datasource list params

func (*GetDatasourceListParams) SetTimeout ¶

func (o *GetDatasourceListParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get datasource list params

func (*GetDatasourceListParams) WithContext ¶

WithContext adds the context to the get datasource list params

func (*GetDatasourceListParams) WithFields ¶

func (o *GetDatasourceListParams) WithFields(fields *string) *GetDatasourceListParams

WithFields adds the fields to the get datasource list params

func (*GetDatasourceListParams) WithFilter ¶

func (o *GetDatasourceListParams) WithFilter(filter *string) *GetDatasourceListParams

WithFilter adds the filter to the get datasource list params

func (*GetDatasourceListParams) WithFormat ¶

func (o *GetDatasourceListParams) WithFormat(format *string) *GetDatasourceListParams

WithFormat adds the format to the get datasource list params

func (*GetDatasourceListParams) WithHTTPClient ¶

func (o *GetDatasourceListParams) WithHTTPClient(client *http.Client) *GetDatasourceListParams

WithHTTPClient adds the HTTPClient to the get datasource list params

func (*GetDatasourceListParams) WithOffset ¶

func (o *GetDatasourceListParams) WithOffset(offset *int32) *GetDatasourceListParams

WithOffset adds the offset to the get datasource list params

func (*GetDatasourceListParams) WithSize ¶

WithSize adds the size to the get datasource list params

func (*GetDatasourceListParams) WithTimeout ¶

WithTimeout adds the timeout to the get datasource list params

func (*GetDatasourceListParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetDatasourceListReader ¶

type GetDatasourceListReader struct {
	// contains filtered or unexported fields
}

GetDatasourceListReader is a Reader for the GetDatasourceList structure.

func (*GetDatasourceListReader) ReadResponse ¶

func (o *GetDatasourceListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetDebugCommandResultDefault ¶

type GetDebugCommandResultDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetDebugCommandResultDefault handles this case with default header values.

Error

func NewGetDebugCommandResultDefault ¶

func NewGetDebugCommandResultDefault(code int) *GetDebugCommandResultDefault

NewGetDebugCommandResultDefault creates a GetDebugCommandResultDefault with default headers values

func (*GetDebugCommandResultDefault) Code ¶

Code gets the status code for the get debug command result default response

func (*GetDebugCommandResultDefault) Error ¶

type GetDebugCommandResultOK ¶

type GetDebugCommandResultOK struct {
	Payload *models.Debug
}

GetDebugCommandResultOK handles this case with default header values.

successful operation

func NewGetDebugCommandResultOK ¶

func NewGetDebugCommandResultOK() *GetDebugCommandResultOK

NewGetDebugCommandResultOK creates a GetDebugCommandResultOK with default headers values

func (*GetDebugCommandResultOK) Error ¶

func (o *GetDebugCommandResultOK) Error() string

type GetDebugCommandResultParams ¶

type GetDebugCommandResultParams struct {

	/*CollectorID*/
	CollectorID *int32
	/*ID*/
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetDebugCommandResultParams contains all the parameters to send to the API endpoint for the get debug command result operation typically these are written to a http.Request

func NewGetDebugCommandResultParams ¶

func NewGetDebugCommandResultParams() *GetDebugCommandResultParams

NewGetDebugCommandResultParams creates a new GetDebugCommandResultParams object with the default values initialized.

func NewGetDebugCommandResultParamsWithContext ¶

func NewGetDebugCommandResultParamsWithContext(ctx context.Context) *GetDebugCommandResultParams

NewGetDebugCommandResultParamsWithContext creates a new GetDebugCommandResultParams object with the default values initialized, and the ability to set a context for a request

func NewGetDebugCommandResultParamsWithHTTPClient ¶

func NewGetDebugCommandResultParamsWithHTTPClient(client *http.Client) *GetDebugCommandResultParams

NewGetDebugCommandResultParamsWithHTTPClient creates a new GetDebugCommandResultParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetDebugCommandResultParamsWithTimeout ¶

func NewGetDebugCommandResultParamsWithTimeout(timeout time.Duration) *GetDebugCommandResultParams

NewGetDebugCommandResultParamsWithTimeout creates a new GetDebugCommandResultParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetDebugCommandResultParams) SetCollectorID ¶

func (o *GetDebugCommandResultParams) SetCollectorID(collectorID *int32)

SetCollectorID adds the collectorId to the get debug command result params

func (*GetDebugCommandResultParams) SetContext ¶

func (o *GetDebugCommandResultParams) SetContext(ctx context.Context)

SetContext adds the context to the get debug command result params

func (*GetDebugCommandResultParams) SetHTTPClient ¶

func (o *GetDebugCommandResultParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get debug command result params

func (*GetDebugCommandResultParams) SetID ¶

func (o *GetDebugCommandResultParams) SetID(id string)

SetID adds the id to the get debug command result params

func (*GetDebugCommandResultParams) SetTimeout ¶

func (o *GetDebugCommandResultParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get debug command result params

func (*GetDebugCommandResultParams) WithCollectorID ¶

func (o *GetDebugCommandResultParams) WithCollectorID(collectorID *int32) *GetDebugCommandResultParams

WithCollectorID adds the collectorID to the get debug command result params

func (*GetDebugCommandResultParams) WithContext ¶

WithContext adds the context to the get debug command result params

func (*GetDebugCommandResultParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get debug command result params

func (*GetDebugCommandResultParams) WithID ¶

WithID adds the id to the get debug command result params

func (*GetDebugCommandResultParams) WithTimeout ¶

WithTimeout adds the timeout to the get debug command result params

func (*GetDebugCommandResultParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetDebugCommandResultReader ¶

type GetDebugCommandResultReader struct {
	// contains filtered or unexported fields
}

GetDebugCommandResultReader is a Reader for the GetDebugCommandResult structure.

func (*GetDebugCommandResultReader) ReadResponse ¶

func (o *GetDebugCommandResultReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetDeviceByIDDefault ¶

type GetDeviceByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetDeviceByIDDefault handles this case with default header values.

Error

func NewGetDeviceByIDDefault ¶

func NewGetDeviceByIDDefault(code int) *GetDeviceByIDDefault

NewGetDeviceByIDDefault creates a GetDeviceByIDDefault with default headers values

func (*GetDeviceByIDDefault) Code ¶

func (o *GetDeviceByIDDefault) Code() int

Code gets the status code for the get device by Id default response

func (*GetDeviceByIDDefault) Error ¶

func (o *GetDeviceByIDDefault) Error() string

type GetDeviceByIDOK ¶

type GetDeviceByIDOK struct {
	Payload *models.Device
}

GetDeviceByIDOK handles this case with default header values.

successful operation

func NewGetDeviceByIDOK ¶

func NewGetDeviceByIDOK() *GetDeviceByIDOK

NewGetDeviceByIDOK creates a GetDeviceByIDOK with default headers values

func (*GetDeviceByIDOK) Error ¶

func (o *GetDeviceByIDOK) Error() string

type GetDeviceByIDParams ¶

type GetDeviceByIDParams struct {

	/*End*/
	End *int64
	/*Fields*/
	Fields *string
	/*ID*/
	ID int32
	/*NetflowFilter*/
	NetflowFilter *string
	/*Start*/
	Start *int64

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetDeviceByIDParams contains all the parameters to send to the API endpoint for the get device by Id operation typically these are written to a http.Request

func NewGetDeviceByIDParams ¶

func NewGetDeviceByIDParams() *GetDeviceByIDParams

NewGetDeviceByIDParams creates a new GetDeviceByIDParams object with the default values initialized.

func NewGetDeviceByIDParamsWithContext ¶

func NewGetDeviceByIDParamsWithContext(ctx context.Context) *GetDeviceByIDParams

NewGetDeviceByIDParamsWithContext creates a new GetDeviceByIDParams object with the default values initialized, and the ability to set a context for a request

func NewGetDeviceByIDParamsWithHTTPClient ¶

func NewGetDeviceByIDParamsWithHTTPClient(client *http.Client) *GetDeviceByIDParams

NewGetDeviceByIDParamsWithHTTPClient creates a new GetDeviceByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetDeviceByIDParamsWithTimeout ¶

func NewGetDeviceByIDParamsWithTimeout(timeout time.Duration) *GetDeviceByIDParams

NewGetDeviceByIDParamsWithTimeout creates a new GetDeviceByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetDeviceByIDParams) SetContext ¶

func (o *GetDeviceByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the get device by Id params

func (*GetDeviceByIDParams) SetEnd ¶

func (o *GetDeviceByIDParams) SetEnd(end *int64)

SetEnd adds the end to the get device by Id params

func (*GetDeviceByIDParams) SetFields ¶

func (o *GetDeviceByIDParams) SetFields(fields *string)

SetFields adds the fields to the get device by Id params

func (*GetDeviceByIDParams) SetHTTPClient ¶

func (o *GetDeviceByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get device by Id params

func (*GetDeviceByIDParams) SetID ¶

func (o *GetDeviceByIDParams) SetID(id int32)

SetID adds the id to the get device by Id params

func (*GetDeviceByIDParams) SetNetflowFilter ¶

func (o *GetDeviceByIDParams) SetNetflowFilter(netflowFilter *string)

SetNetflowFilter adds the netflowFilter to the get device by Id params

func (*GetDeviceByIDParams) SetStart ¶

func (o *GetDeviceByIDParams) SetStart(start *int64)

SetStart adds the start to the get device by Id params

func (*GetDeviceByIDParams) SetTimeout ¶

func (o *GetDeviceByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get device by Id params

func (*GetDeviceByIDParams) WithContext ¶

WithContext adds the context to the get device by Id params

func (*GetDeviceByIDParams) WithEnd ¶

func (o *GetDeviceByIDParams) WithEnd(end *int64) *GetDeviceByIDParams

WithEnd adds the end to the get device by Id params

func (*GetDeviceByIDParams) WithFields ¶

func (o *GetDeviceByIDParams) WithFields(fields *string) *GetDeviceByIDParams

WithFields adds the fields to the get device by Id params

func (*GetDeviceByIDParams) WithHTTPClient ¶

func (o *GetDeviceByIDParams) WithHTTPClient(client *http.Client) *GetDeviceByIDParams

WithHTTPClient adds the HTTPClient to the get device by Id params

func (*GetDeviceByIDParams) WithID ¶

WithID adds the id to the get device by Id params

func (*GetDeviceByIDParams) WithNetflowFilter ¶

func (o *GetDeviceByIDParams) WithNetflowFilter(netflowFilter *string) *GetDeviceByIDParams

WithNetflowFilter adds the netflowFilter to the get device by Id params

func (*GetDeviceByIDParams) WithStart ¶

func (o *GetDeviceByIDParams) WithStart(start *int64) *GetDeviceByIDParams

WithStart adds the start to the get device by Id params

func (*GetDeviceByIDParams) WithTimeout ¶

func (o *GetDeviceByIDParams) WithTimeout(timeout time.Duration) *GetDeviceByIDParams

WithTimeout adds the timeout to the get device by Id params

func (*GetDeviceByIDParams) WriteToRequest ¶

func (o *GetDeviceByIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetDeviceByIDReader ¶

type GetDeviceByIDReader struct {
	// contains filtered or unexported fields
}

GetDeviceByIDReader is a Reader for the GetDeviceByID structure.

func (*GetDeviceByIDReader) ReadResponse ¶

func (o *GetDeviceByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetDeviceConfigSourceConfigByIDDefault ¶

type GetDeviceConfigSourceConfigByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetDeviceConfigSourceConfigByIDDefault handles this case with default header values.

Error

func NewGetDeviceConfigSourceConfigByIDDefault ¶

func NewGetDeviceConfigSourceConfigByIDDefault(code int) *GetDeviceConfigSourceConfigByIDDefault

NewGetDeviceConfigSourceConfigByIDDefault creates a GetDeviceConfigSourceConfigByIDDefault with default headers values

func (*GetDeviceConfigSourceConfigByIDDefault) Code ¶

Code gets the status code for the get device config source config by Id default response

func (*GetDeviceConfigSourceConfigByIDDefault) Error ¶

type GetDeviceConfigSourceConfigByIDOK ¶

type GetDeviceConfigSourceConfigByIDOK struct {
	Payload *models.DeviceDataSourceInstanceConfig
}

GetDeviceConfigSourceConfigByIDOK handles this case with default header values.

successful operation

func NewGetDeviceConfigSourceConfigByIDOK ¶

func NewGetDeviceConfigSourceConfigByIDOK() *GetDeviceConfigSourceConfigByIDOK

NewGetDeviceConfigSourceConfigByIDOK creates a GetDeviceConfigSourceConfigByIDOK with default headers values

func (*GetDeviceConfigSourceConfigByIDOK) Error ¶

type GetDeviceConfigSourceConfigByIDParams ¶

type GetDeviceConfigSourceConfigByIDParams struct {

	/*DeviceID*/
	DeviceID int32
	/*Fields*/
	Fields *string
	/*Format*/
	Format *string
	/*HdsID*/
	HdsID int32
	/*ID*/
	ID string
	/*InstanceID*/
	InstanceID int32
	/*StartEpoch*/
	StartEpoch *int64

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetDeviceConfigSourceConfigByIDParams contains all the parameters to send to the API endpoint for the get device config source config by Id operation typically these are written to a http.Request

func NewGetDeviceConfigSourceConfigByIDParams ¶

func NewGetDeviceConfigSourceConfigByIDParams() *GetDeviceConfigSourceConfigByIDParams

NewGetDeviceConfigSourceConfigByIDParams creates a new GetDeviceConfigSourceConfigByIDParams object with the default values initialized.

func NewGetDeviceConfigSourceConfigByIDParamsWithContext ¶

func NewGetDeviceConfigSourceConfigByIDParamsWithContext(ctx context.Context) *GetDeviceConfigSourceConfigByIDParams

NewGetDeviceConfigSourceConfigByIDParamsWithContext creates a new GetDeviceConfigSourceConfigByIDParams object with the default values initialized, and the ability to set a context for a request

func NewGetDeviceConfigSourceConfigByIDParamsWithHTTPClient ¶

func NewGetDeviceConfigSourceConfigByIDParamsWithHTTPClient(client *http.Client) *GetDeviceConfigSourceConfigByIDParams

NewGetDeviceConfigSourceConfigByIDParamsWithHTTPClient creates a new GetDeviceConfigSourceConfigByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetDeviceConfigSourceConfigByIDParamsWithTimeout ¶

func NewGetDeviceConfigSourceConfigByIDParamsWithTimeout(timeout time.Duration) *GetDeviceConfigSourceConfigByIDParams

NewGetDeviceConfigSourceConfigByIDParamsWithTimeout creates a new GetDeviceConfigSourceConfigByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetDeviceConfigSourceConfigByIDParams) SetContext ¶

SetContext adds the context to the get device config source config by Id params

func (*GetDeviceConfigSourceConfigByIDParams) SetDeviceID ¶

func (o *GetDeviceConfigSourceConfigByIDParams) SetDeviceID(deviceID int32)

SetDeviceID adds the deviceId to the get device config source config by Id params

func (*GetDeviceConfigSourceConfigByIDParams) SetFields ¶

func (o *GetDeviceConfigSourceConfigByIDParams) SetFields(fields *string)

SetFields adds the fields to the get device config source config by Id params

func (*GetDeviceConfigSourceConfigByIDParams) SetFormat ¶

func (o *GetDeviceConfigSourceConfigByIDParams) SetFormat(format *string)

SetFormat adds the format to the get device config source config by Id params

func (*GetDeviceConfigSourceConfigByIDParams) SetHTTPClient ¶

func (o *GetDeviceConfigSourceConfigByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get device config source config by Id params

func (*GetDeviceConfigSourceConfigByIDParams) SetHdsID ¶

func (o *GetDeviceConfigSourceConfigByIDParams) SetHdsID(hdsID int32)

SetHdsID adds the hdsId to the get device config source config by Id params

func (*GetDeviceConfigSourceConfigByIDParams) SetID ¶

SetID adds the id to the get device config source config by Id params

func (*GetDeviceConfigSourceConfigByIDParams) SetInstanceID ¶

func (o *GetDeviceConfigSourceConfigByIDParams) SetInstanceID(instanceID int32)

SetInstanceID adds the instanceId to the get device config source config by Id params

func (*GetDeviceConfigSourceConfigByIDParams) SetStartEpoch ¶

func (o *GetDeviceConfigSourceConfigByIDParams) SetStartEpoch(startEpoch *int64)

SetStartEpoch adds the startEpoch to the get device config source config by Id params

func (*GetDeviceConfigSourceConfigByIDParams) SetTimeout ¶

func (o *GetDeviceConfigSourceConfigByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get device config source config by Id params

func (*GetDeviceConfigSourceConfigByIDParams) WithContext ¶

WithContext adds the context to the get device config source config by Id params

func (*GetDeviceConfigSourceConfigByIDParams) WithDeviceID ¶

WithDeviceID adds the deviceID to the get device config source config by Id params

func (*GetDeviceConfigSourceConfigByIDParams) WithFields ¶

WithFields adds the fields to the get device config source config by Id params

func (*GetDeviceConfigSourceConfigByIDParams) WithFormat ¶

WithFormat adds the format to the get device config source config by Id params

func (*GetDeviceConfigSourceConfigByIDParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get device config source config by Id params

func (*GetDeviceConfigSourceConfigByIDParams) WithHdsID ¶

WithHdsID adds the hdsID to the get device config source config by Id params

func (*GetDeviceConfigSourceConfigByIDParams) WithID ¶

WithID adds the id to the get device config source config by Id params

func (*GetDeviceConfigSourceConfigByIDParams) WithInstanceID ¶

WithInstanceID adds the instanceID to the get device config source config by Id params

func (*GetDeviceConfigSourceConfigByIDParams) WithStartEpoch ¶

WithStartEpoch adds the startEpoch to the get device config source config by Id params

func (*GetDeviceConfigSourceConfigByIDParams) WithTimeout ¶

WithTimeout adds the timeout to the get device config source config by Id params

func (*GetDeviceConfigSourceConfigByIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetDeviceConfigSourceConfigByIDReader ¶

type GetDeviceConfigSourceConfigByIDReader struct {
	// contains filtered or unexported fields
}

GetDeviceConfigSourceConfigByIDReader is a Reader for the GetDeviceConfigSourceConfigByID structure.

func (*GetDeviceConfigSourceConfigByIDReader) ReadResponse ¶

func (o *GetDeviceConfigSourceConfigByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetDeviceConfigSourceConfigListDefault ¶

type GetDeviceConfigSourceConfigListDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetDeviceConfigSourceConfigListDefault handles this case with default header values.

Error

func NewGetDeviceConfigSourceConfigListDefault ¶

func NewGetDeviceConfigSourceConfigListDefault(code int) *GetDeviceConfigSourceConfigListDefault

NewGetDeviceConfigSourceConfigListDefault creates a GetDeviceConfigSourceConfigListDefault with default headers values

func (*GetDeviceConfigSourceConfigListDefault) Code ¶

Code gets the status code for the get device config source config list default response

func (*GetDeviceConfigSourceConfigListDefault) Error ¶

type GetDeviceConfigSourceConfigListOK ¶

type GetDeviceConfigSourceConfigListOK struct {
	Payload *models.DeviceDatasourceInstanceConfigPaginationResponse
}

GetDeviceConfigSourceConfigListOK handles this case with default header values.

successful operation

func NewGetDeviceConfigSourceConfigListOK ¶

func NewGetDeviceConfigSourceConfigListOK() *GetDeviceConfigSourceConfigListOK

NewGetDeviceConfigSourceConfigListOK creates a GetDeviceConfigSourceConfigListOK with default headers values

func (*GetDeviceConfigSourceConfigListOK) Error ¶

type GetDeviceConfigSourceConfigListParams ¶

type GetDeviceConfigSourceConfigListParams struct {

	/*DeviceID*/
	DeviceID int32
	/*Fields*/
	Fields *string
	/*Filter*/
	Filter *string
	/*HdsID*/
	HdsID int32
	/*InstanceID*/
	InstanceID int32
	/*Offset*/
	Offset *int32
	/*Size*/
	Size *int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetDeviceConfigSourceConfigListParams contains all the parameters to send to the API endpoint for the get device config source config list operation typically these are written to a http.Request

func NewGetDeviceConfigSourceConfigListParams ¶

func NewGetDeviceConfigSourceConfigListParams() *GetDeviceConfigSourceConfigListParams

NewGetDeviceConfigSourceConfigListParams creates a new GetDeviceConfigSourceConfigListParams object with the default values initialized.

func NewGetDeviceConfigSourceConfigListParamsWithContext ¶

func NewGetDeviceConfigSourceConfigListParamsWithContext(ctx context.Context) *GetDeviceConfigSourceConfigListParams

NewGetDeviceConfigSourceConfigListParamsWithContext creates a new GetDeviceConfigSourceConfigListParams object with the default values initialized, and the ability to set a context for a request

func NewGetDeviceConfigSourceConfigListParamsWithHTTPClient ¶

func NewGetDeviceConfigSourceConfigListParamsWithHTTPClient(client *http.Client) *GetDeviceConfigSourceConfigListParams

NewGetDeviceConfigSourceConfigListParamsWithHTTPClient creates a new GetDeviceConfigSourceConfigListParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetDeviceConfigSourceConfigListParamsWithTimeout ¶

func NewGetDeviceConfigSourceConfigListParamsWithTimeout(timeout time.Duration) *GetDeviceConfigSourceConfigListParams

NewGetDeviceConfigSourceConfigListParamsWithTimeout creates a new GetDeviceConfigSourceConfigListParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetDeviceConfigSourceConfigListParams) SetContext ¶

SetContext adds the context to the get device config source config list params

func (*GetDeviceConfigSourceConfigListParams) SetDeviceID ¶

func (o *GetDeviceConfigSourceConfigListParams) SetDeviceID(deviceID int32)

SetDeviceID adds the deviceId to the get device config source config list params

func (*GetDeviceConfigSourceConfigListParams) SetFields ¶

func (o *GetDeviceConfigSourceConfigListParams) SetFields(fields *string)

SetFields adds the fields to the get device config source config list params

func (*GetDeviceConfigSourceConfigListParams) SetFilter ¶

func (o *GetDeviceConfigSourceConfigListParams) SetFilter(filter *string)

SetFilter adds the filter to the get device config source config list params

func (*GetDeviceConfigSourceConfigListParams) SetHTTPClient ¶

func (o *GetDeviceConfigSourceConfigListParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get device config source config list params

func (*GetDeviceConfigSourceConfigListParams) SetHdsID ¶

func (o *GetDeviceConfigSourceConfigListParams) SetHdsID(hdsID int32)

SetHdsID adds the hdsId to the get device config source config list params

func (*GetDeviceConfigSourceConfigListParams) SetInstanceID ¶

func (o *GetDeviceConfigSourceConfigListParams) SetInstanceID(instanceID int32)

SetInstanceID adds the instanceId to the get device config source config list params

func (*GetDeviceConfigSourceConfigListParams) SetOffset ¶

func (o *GetDeviceConfigSourceConfigListParams) SetOffset(offset *int32)

SetOffset adds the offset to the get device config source config list params

func (*GetDeviceConfigSourceConfigListParams) SetSize ¶

func (o *GetDeviceConfigSourceConfigListParams) SetSize(size *int32)

SetSize adds the size to the get device config source config list params

func (*GetDeviceConfigSourceConfigListParams) SetTimeout ¶

func (o *GetDeviceConfigSourceConfigListParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get device config source config list params

func (*GetDeviceConfigSourceConfigListParams) WithContext ¶

WithContext adds the context to the get device config source config list params

func (*GetDeviceConfigSourceConfigListParams) WithDeviceID ¶

WithDeviceID adds the deviceID to the get device config source config list params

func (*GetDeviceConfigSourceConfigListParams) WithFields ¶

WithFields adds the fields to the get device config source config list params

func (*GetDeviceConfigSourceConfigListParams) WithFilter ¶

WithFilter adds the filter to the get device config source config list params

func (*GetDeviceConfigSourceConfigListParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get device config source config list params

func (*GetDeviceConfigSourceConfigListParams) WithHdsID ¶

WithHdsID adds the hdsID to the get device config source config list params

func (*GetDeviceConfigSourceConfigListParams) WithInstanceID ¶

WithInstanceID adds the instanceID to the get device config source config list params

func (*GetDeviceConfigSourceConfigListParams) WithOffset ¶

WithOffset adds the offset to the get device config source config list params

func (*GetDeviceConfigSourceConfigListParams) WithSize ¶

WithSize adds the size to the get device config source config list params

func (*GetDeviceConfigSourceConfigListParams) WithTimeout ¶

WithTimeout adds the timeout to the get device config source config list params

func (*GetDeviceConfigSourceConfigListParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetDeviceConfigSourceConfigListReader ¶

type GetDeviceConfigSourceConfigListReader struct {
	// contains filtered or unexported fields
}

GetDeviceConfigSourceConfigListReader is a Reader for the GetDeviceConfigSourceConfigList structure.

func (*GetDeviceConfigSourceConfigListReader) ReadResponse ¶

func (o *GetDeviceConfigSourceConfigListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetDeviceDatasourceByIDDefault ¶

type GetDeviceDatasourceByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetDeviceDatasourceByIDDefault handles this case with default header values.

Error

func NewGetDeviceDatasourceByIDDefault ¶

func NewGetDeviceDatasourceByIDDefault(code int) *GetDeviceDatasourceByIDDefault

NewGetDeviceDatasourceByIDDefault creates a GetDeviceDatasourceByIDDefault with default headers values

func (*GetDeviceDatasourceByIDDefault) Code ¶

Code gets the status code for the get device datasource by Id default response

func (*GetDeviceDatasourceByIDDefault) Error ¶

type GetDeviceDatasourceByIDOK ¶

type GetDeviceDatasourceByIDOK struct {
	Payload *models.DeviceDataSource
}

GetDeviceDatasourceByIDOK handles this case with default header values.

successful operation

func NewGetDeviceDatasourceByIDOK ¶

func NewGetDeviceDatasourceByIDOK() *GetDeviceDatasourceByIDOK

NewGetDeviceDatasourceByIDOK creates a GetDeviceDatasourceByIDOK with default headers values

func (*GetDeviceDatasourceByIDOK) Error ¶

func (o *GetDeviceDatasourceByIDOK) Error() string

type GetDeviceDatasourceByIDParams ¶

type GetDeviceDatasourceByIDParams struct {

	/*DeviceID*/
	DeviceID int32
	/*Fields*/
	Fields *string
	/*ID*/
	ID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetDeviceDatasourceByIDParams contains all the parameters to send to the API endpoint for the get device datasource by Id operation typically these are written to a http.Request

func NewGetDeviceDatasourceByIDParams ¶

func NewGetDeviceDatasourceByIDParams() *GetDeviceDatasourceByIDParams

NewGetDeviceDatasourceByIDParams creates a new GetDeviceDatasourceByIDParams object with the default values initialized.

func NewGetDeviceDatasourceByIDParamsWithContext ¶

func NewGetDeviceDatasourceByIDParamsWithContext(ctx context.Context) *GetDeviceDatasourceByIDParams

NewGetDeviceDatasourceByIDParamsWithContext creates a new GetDeviceDatasourceByIDParams object with the default values initialized, and the ability to set a context for a request

func NewGetDeviceDatasourceByIDParamsWithHTTPClient ¶

func NewGetDeviceDatasourceByIDParamsWithHTTPClient(client *http.Client) *GetDeviceDatasourceByIDParams

NewGetDeviceDatasourceByIDParamsWithHTTPClient creates a new GetDeviceDatasourceByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetDeviceDatasourceByIDParamsWithTimeout ¶

func NewGetDeviceDatasourceByIDParamsWithTimeout(timeout time.Duration) *GetDeviceDatasourceByIDParams

NewGetDeviceDatasourceByIDParamsWithTimeout creates a new GetDeviceDatasourceByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetDeviceDatasourceByIDParams) SetContext ¶

func (o *GetDeviceDatasourceByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the get device datasource by Id params

func (*GetDeviceDatasourceByIDParams) SetDeviceID ¶

func (o *GetDeviceDatasourceByIDParams) SetDeviceID(deviceID int32)

SetDeviceID adds the deviceId to the get device datasource by Id params

func (*GetDeviceDatasourceByIDParams) SetFields ¶

func (o *GetDeviceDatasourceByIDParams) SetFields(fields *string)

SetFields adds the fields to the get device datasource by Id params

func (*GetDeviceDatasourceByIDParams) SetHTTPClient ¶

func (o *GetDeviceDatasourceByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get device datasource by Id params

func (*GetDeviceDatasourceByIDParams) SetID ¶

func (o *GetDeviceDatasourceByIDParams) SetID(id int32)

SetID adds the id to the get device datasource by Id params

func (*GetDeviceDatasourceByIDParams) SetTimeout ¶

func (o *GetDeviceDatasourceByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get device datasource by Id params

func (*GetDeviceDatasourceByIDParams) WithContext ¶

WithContext adds the context to the get device datasource by Id params

func (*GetDeviceDatasourceByIDParams) WithDeviceID ¶

WithDeviceID adds the deviceID to the get device datasource by Id params

func (*GetDeviceDatasourceByIDParams) WithFields ¶

WithFields adds the fields to the get device datasource by Id params

func (*GetDeviceDatasourceByIDParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get device datasource by Id params

func (*GetDeviceDatasourceByIDParams) WithID ¶

WithID adds the id to the get device datasource by Id params

func (*GetDeviceDatasourceByIDParams) WithTimeout ¶

WithTimeout adds the timeout to the get device datasource by Id params

func (*GetDeviceDatasourceByIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetDeviceDatasourceByIDReader ¶

type GetDeviceDatasourceByIDReader struct {
	// contains filtered or unexported fields
}

GetDeviceDatasourceByIDReader is a Reader for the GetDeviceDatasourceByID structure.

func (*GetDeviceDatasourceByIDReader) ReadResponse ¶

func (o *GetDeviceDatasourceByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetDeviceDatasourceDataByIDDefault ¶

type GetDeviceDatasourceDataByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetDeviceDatasourceDataByIDDefault handles this case with default header values.

Error

func NewGetDeviceDatasourceDataByIDDefault ¶

func NewGetDeviceDatasourceDataByIDDefault(code int) *GetDeviceDatasourceDataByIDDefault

NewGetDeviceDatasourceDataByIDDefault creates a GetDeviceDatasourceDataByIDDefault with default headers values

func (*GetDeviceDatasourceDataByIDDefault) Code ¶

Code gets the status code for the get device datasource data by Id default response

func (*GetDeviceDatasourceDataByIDDefault) Error ¶

type GetDeviceDatasourceDataByIDOK ¶

type GetDeviceDatasourceDataByIDOK struct {
	Payload *models.DeviceDataSourceData
}

GetDeviceDatasourceDataByIDOK handles this case with default header values.

successful operation

func NewGetDeviceDatasourceDataByIDOK ¶

func NewGetDeviceDatasourceDataByIDOK() *GetDeviceDatasourceDataByIDOK

NewGetDeviceDatasourceDataByIDOK creates a GetDeviceDatasourceDataByIDOK with default headers values

func (*GetDeviceDatasourceDataByIDOK) Error ¶

type GetDeviceDatasourceDataByIDParams ¶

type GetDeviceDatasourceDataByIDParams struct {

	/*Datapoints*/
	Datapoints *string
	/*DeviceID*/
	DeviceID int32
	/*End*/
	End *int64
	/*Format*/
	Format *string
	/*ID*/
	ID int32
	/*Period*/
	Period *float64
	/*Start*/
	Start *int64

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetDeviceDatasourceDataByIDParams contains all the parameters to send to the API endpoint for the get device datasource data by Id operation typically these are written to a http.Request

func NewGetDeviceDatasourceDataByIDParams ¶

func NewGetDeviceDatasourceDataByIDParams() *GetDeviceDatasourceDataByIDParams

NewGetDeviceDatasourceDataByIDParams creates a new GetDeviceDatasourceDataByIDParams object with the default values initialized.

func NewGetDeviceDatasourceDataByIDParamsWithContext ¶

func NewGetDeviceDatasourceDataByIDParamsWithContext(ctx context.Context) *GetDeviceDatasourceDataByIDParams

NewGetDeviceDatasourceDataByIDParamsWithContext creates a new GetDeviceDatasourceDataByIDParams object with the default values initialized, and the ability to set a context for a request

func NewGetDeviceDatasourceDataByIDParamsWithHTTPClient ¶

func NewGetDeviceDatasourceDataByIDParamsWithHTTPClient(client *http.Client) *GetDeviceDatasourceDataByIDParams

NewGetDeviceDatasourceDataByIDParamsWithHTTPClient creates a new GetDeviceDatasourceDataByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetDeviceDatasourceDataByIDParamsWithTimeout ¶

func NewGetDeviceDatasourceDataByIDParamsWithTimeout(timeout time.Duration) *GetDeviceDatasourceDataByIDParams

NewGetDeviceDatasourceDataByIDParamsWithTimeout creates a new GetDeviceDatasourceDataByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetDeviceDatasourceDataByIDParams) SetContext ¶

SetContext adds the context to the get device datasource data by Id params

func (*GetDeviceDatasourceDataByIDParams) SetDatapoints ¶

func (o *GetDeviceDatasourceDataByIDParams) SetDatapoints(datapoints *string)

SetDatapoints adds the datapoints to the get device datasource data by Id params

func (*GetDeviceDatasourceDataByIDParams) SetDeviceID ¶

func (o *GetDeviceDatasourceDataByIDParams) SetDeviceID(deviceID int32)

SetDeviceID adds the deviceId to the get device datasource data by Id params

func (*GetDeviceDatasourceDataByIDParams) SetEnd ¶

func (o *GetDeviceDatasourceDataByIDParams) SetEnd(end *int64)

SetEnd adds the end to the get device datasource data by Id params

func (*GetDeviceDatasourceDataByIDParams) SetFormat ¶

func (o *GetDeviceDatasourceDataByIDParams) SetFormat(format *string)

SetFormat adds the format to the get device datasource data by Id params

func (*GetDeviceDatasourceDataByIDParams) SetHTTPClient ¶

func (o *GetDeviceDatasourceDataByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get device datasource data by Id params

func (*GetDeviceDatasourceDataByIDParams) SetID ¶

SetID adds the id to the get device datasource data by Id params

func (*GetDeviceDatasourceDataByIDParams) SetPeriod ¶

func (o *GetDeviceDatasourceDataByIDParams) SetPeriod(period *float64)

SetPeriod adds the period to the get device datasource data by Id params

func (*GetDeviceDatasourceDataByIDParams) SetStart ¶

func (o *GetDeviceDatasourceDataByIDParams) SetStart(start *int64)

SetStart adds the start to the get device datasource data by Id params

func (*GetDeviceDatasourceDataByIDParams) SetTimeout ¶

func (o *GetDeviceDatasourceDataByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get device datasource data by Id params

func (*GetDeviceDatasourceDataByIDParams) WithContext ¶

WithContext adds the context to the get device datasource data by Id params

func (*GetDeviceDatasourceDataByIDParams) WithDatapoints ¶

WithDatapoints adds the datapoints to the get device datasource data by Id params

func (*GetDeviceDatasourceDataByIDParams) WithDeviceID ¶

WithDeviceID adds the deviceID to the get device datasource data by Id params

func (*GetDeviceDatasourceDataByIDParams) WithEnd ¶

WithEnd adds the end to the get device datasource data by Id params

func (*GetDeviceDatasourceDataByIDParams) WithFormat ¶

WithFormat adds the format to the get device datasource data by Id params

func (*GetDeviceDatasourceDataByIDParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get device datasource data by Id params

func (*GetDeviceDatasourceDataByIDParams) WithID ¶

WithID adds the id to the get device datasource data by Id params

func (*GetDeviceDatasourceDataByIDParams) WithPeriod ¶

WithPeriod adds the period to the get device datasource data by Id params

func (*GetDeviceDatasourceDataByIDParams) WithStart ¶

WithStart adds the start to the get device datasource data by Id params

func (*GetDeviceDatasourceDataByIDParams) WithTimeout ¶

WithTimeout adds the timeout to the get device datasource data by Id params

func (*GetDeviceDatasourceDataByIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetDeviceDatasourceDataByIDReader ¶

type GetDeviceDatasourceDataByIDReader struct {
	// contains filtered or unexported fields
}

GetDeviceDatasourceDataByIDReader is a Reader for the GetDeviceDatasourceDataByID structure.

func (*GetDeviceDatasourceDataByIDReader) ReadResponse ¶

func (o *GetDeviceDatasourceDataByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetDeviceDatasourceInstanceAlertSettingByIDDefault ¶

type GetDeviceDatasourceInstanceAlertSettingByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetDeviceDatasourceInstanceAlertSettingByIDDefault handles this case with default header values.

Error

func NewGetDeviceDatasourceInstanceAlertSettingByIDDefault ¶

func NewGetDeviceDatasourceInstanceAlertSettingByIDDefault(code int) *GetDeviceDatasourceInstanceAlertSettingByIDDefault

NewGetDeviceDatasourceInstanceAlertSettingByIDDefault creates a GetDeviceDatasourceInstanceAlertSettingByIDDefault with default headers values

func (*GetDeviceDatasourceInstanceAlertSettingByIDDefault) Code ¶

Code gets the status code for the get device datasource instance alert setting by Id default response

func (*GetDeviceDatasourceInstanceAlertSettingByIDDefault) Error ¶

type GetDeviceDatasourceInstanceAlertSettingByIDOK ¶

type GetDeviceDatasourceInstanceAlertSettingByIDOK struct {
	Payload *models.DeviceDataSourceInstanceAlertSetting
}

GetDeviceDatasourceInstanceAlertSettingByIDOK handles this case with default header values.

successful operation

func NewGetDeviceDatasourceInstanceAlertSettingByIDOK ¶

func NewGetDeviceDatasourceInstanceAlertSettingByIDOK() *GetDeviceDatasourceInstanceAlertSettingByIDOK

NewGetDeviceDatasourceInstanceAlertSettingByIDOK creates a GetDeviceDatasourceInstanceAlertSettingByIDOK with default headers values

func (*GetDeviceDatasourceInstanceAlertSettingByIDOK) Error ¶

type GetDeviceDatasourceInstanceAlertSettingByIDParams ¶

type GetDeviceDatasourceInstanceAlertSettingByIDParams struct {

	/*DeviceID*/
	DeviceID int32
	/*Fields*/
	Fields *string
	/*HdsID
	  Device-DataSource ID

	*/
	HdsID int32
	/*ID*/
	ID int32
	/*InstanceID*/
	InstanceID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetDeviceDatasourceInstanceAlertSettingByIDParams contains all the parameters to send to the API endpoint for the get device datasource instance alert setting by Id operation typically these are written to a http.Request

func NewGetDeviceDatasourceInstanceAlertSettingByIDParams ¶

func NewGetDeviceDatasourceInstanceAlertSettingByIDParams() *GetDeviceDatasourceInstanceAlertSettingByIDParams

NewGetDeviceDatasourceInstanceAlertSettingByIDParams creates a new GetDeviceDatasourceInstanceAlertSettingByIDParams object with the default values initialized.

func NewGetDeviceDatasourceInstanceAlertSettingByIDParamsWithContext ¶

func NewGetDeviceDatasourceInstanceAlertSettingByIDParamsWithContext(ctx context.Context) *GetDeviceDatasourceInstanceAlertSettingByIDParams

NewGetDeviceDatasourceInstanceAlertSettingByIDParamsWithContext creates a new GetDeviceDatasourceInstanceAlertSettingByIDParams object with the default values initialized, and the ability to set a context for a request

func NewGetDeviceDatasourceInstanceAlertSettingByIDParamsWithHTTPClient ¶

func NewGetDeviceDatasourceInstanceAlertSettingByIDParamsWithHTTPClient(client *http.Client) *GetDeviceDatasourceInstanceAlertSettingByIDParams

NewGetDeviceDatasourceInstanceAlertSettingByIDParamsWithHTTPClient creates a new GetDeviceDatasourceInstanceAlertSettingByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetDeviceDatasourceInstanceAlertSettingByIDParamsWithTimeout ¶

func NewGetDeviceDatasourceInstanceAlertSettingByIDParamsWithTimeout(timeout time.Duration) *GetDeviceDatasourceInstanceAlertSettingByIDParams

NewGetDeviceDatasourceInstanceAlertSettingByIDParamsWithTimeout creates a new GetDeviceDatasourceInstanceAlertSettingByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetDeviceDatasourceInstanceAlertSettingByIDParams) SetContext ¶

SetContext adds the context to the get device datasource instance alert setting by Id params

func (*GetDeviceDatasourceInstanceAlertSettingByIDParams) SetDeviceID ¶

SetDeviceID adds the deviceId to the get device datasource instance alert setting by Id params

func (*GetDeviceDatasourceInstanceAlertSettingByIDParams) SetFields ¶

SetFields adds the fields to the get device datasource instance alert setting by Id params

func (*GetDeviceDatasourceInstanceAlertSettingByIDParams) SetHTTPClient ¶

SetHTTPClient adds the HTTPClient to the get device datasource instance alert setting by Id params

func (*GetDeviceDatasourceInstanceAlertSettingByIDParams) SetHdsID ¶

SetHdsID adds the hdsId to the get device datasource instance alert setting by Id params

func (*GetDeviceDatasourceInstanceAlertSettingByIDParams) SetID ¶

SetID adds the id to the get device datasource instance alert setting by Id params

func (*GetDeviceDatasourceInstanceAlertSettingByIDParams) SetInstanceID ¶

func (o *GetDeviceDatasourceInstanceAlertSettingByIDParams) SetInstanceID(instanceID int32)

SetInstanceID adds the instanceId to the get device datasource instance alert setting by Id params

func (*GetDeviceDatasourceInstanceAlertSettingByIDParams) SetTimeout ¶

SetTimeout adds the timeout to the get device datasource instance alert setting by Id params

func (*GetDeviceDatasourceInstanceAlertSettingByIDParams) WithContext ¶

WithContext adds the context to the get device datasource instance alert setting by Id params

func (*GetDeviceDatasourceInstanceAlertSettingByIDParams) WithDeviceID ¶

WithDeviceID adds the deviceID to the get device datasource instance alert setting by Id params

func (*GetDeviceDatasourceInstanceAlertSettingByIDParams) WithFields ¶

WithFields adds the fields to the get device datasource instance alert setting by Id params

func (*GetDeviceDatasourceInstanceAlertSettingByIDParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get device datasource instance alert setting by Id params

func (*GetDeviceDatasourceInstanceAlertSettingByIDParams) WithHdsID ¶

WithHdsID adds the hdsID to the get device datasource instance alert setting by Id params

func (*GetDeviceDatasourceInstanceAlertSettingByIDParams) WithID ¶

WithID adds the id to the get device datasource instance alert setting by Id params

func (*GetDeviceDatasourceInstanceAlertSettingByIDParams) WithInstanceID ¶

WithInstanceID adds the instanceID to the get device datasource instance alert setting by Id params

func (*GetDeviceDatasourceInstanceAlertSettingByIDParams) WithTimeout ¶

WithTimeout adds the timeout to the get device datasource instance alert setting by Id params

func (*GetDeviceDatasourceInstanceAlertSettingByIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetDeviceDatasourceInstanceAlertSettingByIDReader ¶

type GetDeviceDatasourceInstanceAlertSettingByIDReader struct {
	// contains filtered or unexported fields
}

GetDeviceDatasourceInstanceAlertSettingByIDReader is a Reader for the GetDeviceDatasourceInstanceAlertSettingByID structure.

func (*GetDeviceDatasourceInstanceAlertSettingByIDReader) ReadResponse ¶

func (o *GetDeviceDatasourceInstanceAlertSettingByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetDeviceDatasourceInstanceAlertSettingListDefault ¶

type GetDeviceDatasourceInstanceAlertSettingListDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetDeviceDatasourceInstanceAlertSettingListDefault handles this case with default header values.

Error

func NewGetDeviceDatasourceInstanceAlertSettingListDefault ¶

func NewGetDeviceDatasourceInstanceAlertSettingListDefault(code int) *GetDeviceDatasourceInstanceAlertSettingListDefault

NewGetDeviceDatasourceInstanceAlertSettingListDefault creates a GetDeviceDatasourceInstanceAlertSettingListDefault with default headers values

func (*GetDeviceDatasourceInstanceAlertSettingListDefault) Code ¶

Code gets the status code for the get device datasource instance alert setting list default response

func (*GetDeviceDatasourceInstanceAlertSettingListDefault) Error ¶

type GetDeviceDatasourceInstanceAlertSettingListOK ¶

type GetDeviceDatasourceInstanceAlertSettingListOK struct {
	Payload *models.DeviceDataSourceInstanceAlertSettingPaginationResponse
}

GetDeviceDatasourceInstanceAlertSettingListOK handles this case with default header values.

successful operation

func NewGetDeviceDatasourceInstanceAlertSettingListOK ¶

func NewGetDeviceDatasourceInstanceAlertSettingListOK() *GetDeviceDatasourceInstanceAlertSettingListOK

NewGetDeviceDatasourceInstanceAlertSettingListOK creates a GetDeviceDatasourceInstanceAlertSettingListOK with default headers values

func (*GetDeviceDatasourceInstanceAlertSettingListOK) Error ¶

type GetDeviceDatasourceInstanceAlertSettingListParams ¶

type GetDeviceDatasourceInstanceAlertSettingListParams struct {

	/*DeviceID*/
	DeviceID int32
	/*HdsID
	  Device-DataSource ID

	*/
	HdsID int32
	/*InstanceID*/
	InstanceID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetDeviceDatasourceInstanceAlertSettingListParams contains all the parameters to send to the API endpoint for the get device datasource instance alert setting list operation typically these are written to a http.Request

func NewGetDeviceDatasourceInstanceAlertSettingListParams ¶

func NewGetDeviceDatasourceInstanceAlertSettingListParams() *GetDeviceDatasourceInstanceAlertSettingListParams

NewGetDeviceDatasourceInstanceAlertSettingListParams creates a new GetDeviceDatasourceInstanceAlertSettingListParams object with the default values initialized.

func NewGetDeviceDatasourceInstanceAlertSettingListParamsWithContext ¶

func NewGetDeviceDatasourceInstanceAlertSettingListParamsWithContext(ctx context.Context) *GetDeviceDatasourceInstanceAlertSettingListParams

NewGetDeviceDatasourceInstanceAlertSettingListParamsWithContext creates a new GetDeviceDatasourceInstanceAlertSettingListParams object with the default values initialized, and the ability to set a context for a request

func NewGetDeviceDatasourceInstanceAlertSettingListParamsWithHTTPClient ¶

func NewGetDeviceDatasourceInstanceAlertSettingListParamsWithHTTPClient(client *http.Client) *GetDeviceDatasourceInstanceAlertSettingListParams

NewGetDeviceDatasourceInstanceAlertSettingListParamsWithHTTPClient creates a new GetDeviceDatasourceInstanceAlertSettingListParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetDeviceDatasourceInstanceAlertSettingListParamsWithTimeout ¶

func NewGetDeviceDatasourceInstanceAlertSettingListParamsWithTimeout(timeout time.Duration) *GetDeviceDatasourceInstanceAlertSettingListParams

NewGetDeviceDatasourceInstanceAlertSettingListParamsWithTimeout creates a new GetDeviceDatasourceInstanceAlertSettingListParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetDeviceDatasourceInstanceAlertSettingListParams) SetContext ¶

SetContext adds the context to the get device datasource instance alert setting list params

func (*GetDeviceDatasourceInstanceAlertSettingListParams) SetDeviceID ¶

SetDeviceID adds the deviceId to the get device datasource instance alert setting list params

func (*GetDeviceDatasourceInstanceAlertSettingListParams) SetHTTPClient ¶

SetHTTPClient adds the HTTPClient to the get device datasource instance alert setting list params

func (*GetDeviceDatasourceInstanceAlertSettingListParams) SetHdsID ¶

SetHdsID adds the hdsId to the get device datasource instance alert setting list params

func (*GetDeviceDatasourceInstanceAlertSettingListParams) SetInstanceID ¶

func (o *GetDeviceDatasourceInstanceAlertSettingListParams) SetInstanceID(instanceID int32)

SetInstanceID adds the instanceId to the get device datasource instance alert setting list params

func (*GetDeviceDatasourceInstanceAlertSettingListParams) SetTimeout ¶

SetTimeout adds the timeout to the get device datasource instance alert setting list params

func (*GetDeviceDatasourceInstanceAlertSettingListParams) WithContext ¶

WithContext adds the context to the get device datasource instance alert setting list params

func (*GetDeviceDatasourceInstanceAlertSettingListParams) WithDeviceID ¶

WithDeviceID adds the deviceID to the get device datasource instance alert setting list params

func (*GetDeviceDatasourceInstanceAlertSettingListParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get device datasource instance alert setting list params

func (*GetDeviceDatasourceInstanceAlertSettingListParams) WithHdsID ¶

WithHdsID adds the hdsID to the get device datasource instance alert setting list params

func (*GetDeviceDatasourceInstanceAlertSettingListParams) WithInstanceID ¶

WithInstanceID adds the instanceID to the get device datasource instance alert setting list params

func (*GetDeviceDatasourceInstanceAlertSettingListParams) WithTimeout ¶

WithTimeout adds the timeout to the get device datasource instance alert setting list params

func (*GetDeviceDatasourceInstanceAlertSettingListParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetDeviceDatasourceInstanceAlertSettingListReader ¶

type GetDeviceDatasourceInstanceAlertSettingListReader struct {
	// contains filtered or unexported fields
}

GetDeviceDatasourceInstanceAlertSettingListReader is a Reader for the GetDeviceDatasourceInstanceAlertSettingList structure.

func (*GetDeviceDatasourceInstanceAlertSettingListReader) ReadResponse ¶

func (o *GetDeviceDatasourceInstanceAlertSettingListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetDeviceDatasourceInstanceByIDDefault ¶

type GetDeviceDatasourceInstanceByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetDeviceDatasourceInstanceByIDDefault handles this case with default header values.

Error

func NewGetDeviceDatasourceInstanceByIDDefault ¶

func NewGetDeviceDatasourceInstanceByIDDefault(code int) *GetDeviceDatasourceInstanceByIDDefault

NewGetDeviceDatasourceInstanceByIDDefault creates a GetDeviceDatasourceInstanceByIDDefault with default headers values

func (*GetDeviceDatasourceInstanceByIDDefault) Code ¶

Code gets the status code for the get device datasource instance by Id default response

func (*GetDeviceDatasourceInstanceByIDDefault) Error ¶

type GetDeviceDatasourceInstanceByIDOK ¶

type GetDeviceDatasourceInstanceByIDOK struct {
	Payload *models.DeviceDataSourceInstance
}

GetDeviceDatasourceInstanceByIDOK handles this case with default header values.

successful operation

func NewGetDeviceDatasourceInstanceByIDOK ¶

func NewGetDeviceDatasourceInstanceByIDOK() *GetDeviceDatasourceInstanceByIDOK

NewGetDeviceDatasourceInstanceByIDOK creates a GetDeviceDatasourceInstanceByIDOK with default headers values

func (*GetDeviceDatasourceInstanceByIDOK) Error ¶

type GetDeviceDatasourceInstanceByIDParams ¶

type GetDeviceDatasourceInstanceByIDParams struct {

	/*DeviceID*/
	DeviceID int32
	/*Fields*/
	Fields *string
	/*HdsID
	  The device-datasource ID

	*/
	HdsID int32
	/*ID*/
	ID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetDeviceDatasourceInstanceByIDParams contains all the parameters to send to the API endpoint for the get device datasource instance by Id operation typically these are written to a http.Request

func NewGetDeviceDatasourceInstanceByIDParams ¶

func NewGetDeviceDatasourceInstanceByIDParams() *GetDeviceDatasourceInstanceByIDParams

NewGetDeviceDatasourceInstanceByIDParams creates a new GetDeviceDatasourceInstanceByIDParams object with the default values initialized.

func NewGetDeviceDatasourceInstanceByIDParamsWithContext ¶

func NewGetDeviceDatasourceInstanceByIDParamsWithContext(ctx context.Context) *GetDeviceDatasourceInstanceByIDParams

NewGetDeviceDatasourceInstanceByIDParamsWithContext creates a new GetDeviceDatasourceInstanceByIDParams object with the default values initialized, and the ability to set a context for a request

func NewGetDeviceDatasourceInstanceByIDParamsWithHTTPClient ¶

func NewGetDeviceDatasourceInstanceByIDParamsWithHTTPClient(client *http.Client) *GetDeviceDatasourceInstanceByIDParams

NewGetDeviceDatasourceInstanceByIDParamsWithHTTPClient creates a new GetDeviceDatasourceInstanceByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetDeviceDatasourceInstanceByIDParamsWithTimeout ¶

func NewGetDeviceDatasourceInstanceByIDParamsWithTimeout(timeout time.Duration) *GetDeviceDatasourceInstanceByIDParams

NewGetDeviceDatasourceInstanceByIDParamsWithTimeout creates a new GetDeviceDatasourceInstanceByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetDeviceDatasourceInstanceByIDParams) SetContext ¶

SetContext adds the context to the get device datasource instance by Id params

func (*GetDeviceDatasourceInstanceByIDParams) SetDeviceID ¶

func (o *GetDeviceDatasourceInstanceByIDParams) SetDeviceID(deviceID int32)

SetDeviceID adds the deviceId to the get device datasource instance by Id params

func (*GetDeviceDatasourceInstanceByIDParams) SetFields ¶

func (o *GetDeviceDatasourceInstanceByIDParams) SetFields(fields *string)

SetFields adds the fields to the get device datasource instance by Id params

func (*GetDeviceDatasourceInstanceByIDParams) SetHTTPClient ¶

func (o *GetDeviceDatasourceInstanceByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get device datasource instance by Id params

func (*GetDeviceDatasourceInstanceByIDParams) SetHdsID ¶

func (o *GetDeviceDatasourceInstanceByIDParams) SetHdsID(hdsID int32)

SetHdsID adds the hdsId to the get device datasource instance by Id params

func (*GetDeviceDatasourceInstanceByIDParams) SetID ¶

SetID adds the id to the get device datasource instance by Id params

func (*GetDeviceDatasourceInstanceByIDParams) SetTimeout ¶

func (o *GetDeviceDatasourceInstanceByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get device datasource instance by Id params

func (*GetDeviceDatasourceInstanceByIDParams) WithContext ¶

WithContext adds the context to the get device datasource instance by Id params

func (*GetDeviceDatasourceInstanceByIDParams) WithDeviceID ¶

WithDeviceID adds the deviceID to the get device datasource instance by Id params

func (*GetDeviceDatasourceInstanceByIDParams) WithFields ¶

WithFields adds the fields to the get device datasource instance by Id params

func (*GetDeviceDatasourceInstanceByIDParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get device datasource instance by Id params

func (*GetDeviceDatasourceInstanceByIDParams) WithHdsID ¶

WithHdsID adds the hdsID to the get device datasource instance by Id params

func (*GetDeviceDatasourceInstanceByIDParams) WithID ¶

WithID adds the id to the get device datasource instance by Id params

func (*GetDeviceDatasourceInstanceByIDParams) WithTimeout ¶

WithTimeout adds the timeout to the get device datasource instance by Id params

func (*GetDeviceDatasourceInstanceByIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetDeviceDatasourceInstanceByIDReader ¶

type GetDeviceDatasourceInstanceByIDReader struct {
	// contains filtered or unexported fields
}

GetDeviceDatasourceInstanceByIDReader is a Reader for the GetDeviceDatasourceInstanceByID structure.

func (*GetDeviceDatasourceInstanceByIDReader) ReadResponse ¶

func (o *GetDeviceDatasourceInstanceByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetDeviceDatasourceInstanceDataDefault ¶

type GetDeviceDatasourceInstanceDataDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetDeviceDatasourceInstanceDataDefault handles this case with default header values.

Error

func NewGetDeviceDatasourceInstanceDataDefault ¶

func NewGetDeviceDatasourceInstanceDataDefault(code int) *GetDeviceDatasourceInstanceDataDefault

NewGetDeviceDatasourceInstanceDataDefault creates a GetDeviceDatasourceInstanceDataDefault with default headers values

func (*GetDeviceDatasourceInstanceDataDefault) Code ¶

Code gets the status code for the get device datasource instance data default response

func (*GetDeviceDatasourceInstanceDataDefault) Error ¶

type GetDeviceDatasourceInstanceDataOK ¶

type GetDeviceDatasourceInstanceDataOK struct {
	Payload *models.DeviceDataSourceInstanceData
}

GetDeviceDatasourceInstanceDataOK handles this case with default header values.

successful operation

func NewGetDeviceDatasourceInstanceDataOK ¶

func NewGetDeviceDatasourceInstanceDataOK() *GetDeviceDatasourceInstanceDataOK

NewGetDeviceDatasourceInstanceDataOK creates a GetDeviceDatasourceInstanceDataOK with default headers values

func (*GetDeviceDatasourceInstanceDataOK) Error ¶

type GetDeviceDatasourceInstanceDataParams ¶

type GetDeviceDatasourceInstanceDataParams struct {

	/*Datapoints*/
	Datapoints *string
	/*DeviceID*/
	DeviceID int32
	/*End*/
	End *int64
	/*Format*/
	Format *string
	/*HdsID
	  The device-datasource ID

	*/
	HdsID int32
	/*ID*/
	ID int32
	/*Period*/
	Period *float64
	/*Start*/
	Start *int64

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetDeviceDatasourceInstanceDataParams contains all the parameters to send to the API endpoint for the get device datasource instance data operation typically these are written to a http.Request

func NewGetDeviceDatasourceInstanceDataParams ¶

func NewGetDeviceDatasourceInstanceDataParams() *GetDeviceDatasourceInstanceDataParams

NewGetDeviceDatasourceInstanceDataParams creates a new GetDeviceDatasourceInstanceDataParams object with the default values initialized.

func NewGetDeviceDatasourceInstanceDataParamsWithContext ¶

func NewGetDeviceDatasourceInstanceDataParamsWithContext(ctx context.Context) *GetDeviceDatasourceInstanceDataParams

NewGetDeviceDatasourceInstanceDataParamsWithContext creates a new GetDeviceDatasourceInstanceDataParams object with the default values initialized, and the ability to set a context for a request

func NewGetDeviceDatasourceInstanceDataParamsWithHTTPClient ¶

func NewGetDeviceDatasourceInstanceDataParamsWithHTTPClient(client *http.Client) *GetDeviceDatasourceInstanceDataParams

NewGetDeviceDatasourceInstanceDataParamsWithHTTPClient creates a new GetDeviceDatasourceInstanceDataParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetDeviceDatasourceInstanceDataParamsWithTimeout ¶

func NewGetDeviceDatasourceInstanceDataParamsWithTimeout(timeout time.Duration) *GetDeviceDatasourceInstanceDataParams

NewGetDeviceDatasourceInstanceDataParamsWithTimeout creates a new GetDeviceDatasourceInstanceDataParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetDeviceDatasourceInstanceDataParams) SetContext ¶

SetContext adds the context to the get device datasource instance data params

func (*GetDeviceDatasourceInstanceDataParams) SetDatapoints ¶

func (o *GetDeviceDatasourceInstanceDataParams) SetDatapoints(datapoints *string)

SetDatapoints adds the datapoints to the get device datasource instance data params

func (*GetDeviceDatasourceInstanceDataParams) SetDeviceID ¶

func (o *GetDeviceDatasourceInstanceDataParams) SetDeviceID(deviceID int32)

SetDeviceID adds the deviceId to the get device datasource instance data params

func (*GetDeviceDatasourceInstanceDataParams) SetEnd ¶

SetEnd adds the end to the get device datasource instance data params

func (*GetDeviceDatasourceInstanceDataParams) SetFormat ¶

func (o *GetDeviceDatasourceInstanceDataParams) SetFormat(format *string)

SetFormat adds the format to the get device datasource instance data params

func (*GetDeviceDatasourceInstanceDataParams) SetHTTPClient ¶

func (o *GetDeviceDatasourceInstanceDataParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get device datasource instance data params

func (*GetDeviceDatasourceInstanceDataParams) SetHdsID ¶

func (o *GetDeviceDatasourceInstanceDataParams) SetHdsID(hdsID int32)

SetHdsID adds the hdsId to the get device datasource instance data params

func (*GetDeviceDatasourceInstanceDataParams) SetID ¶

SetID adds the id to the get device datasource instance data params

func (*GetDeviceDatasourceInstanceDataParams) SetPeriod ¶

func (o *GetDeviceDatasourceInstanceDataParams) SetPeriod(period *float64)

SetPeriod adds the period to the get device datasource instance data params

func (*GetDeviceDatasourceInstanceDataParams) SetStart ¶

func (o *GetDeviceDatasourceInstanceDataParams) SetStart(start *int64)

SetStart adds the start to the get device datasource instance data params

func (*GetDeviceDatasourceInstanceDataParams) SetTimeout ¶

func (o *GetDeviceDatasourceInstanceDataParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get device datasource instance data params

func (*GetDeviceDatasourceInstanceDataParams) WithContext ¶

WithContext adds the context to the get device datasource instance data params

func (*GetDeviceDatasourceInstanceDataParams) WithDatapoints ¶

WithDatapoints adds the datapoints to the get device datasource instance data params

func (*GetDeviceDatasourceInstanceDataParams) WithDeviceID ¶

WithDeviceID adds the deviceID to the get device datasource instance data params

func (*GetDeviceDatasourceInstanceDataParams) WithEnd ¶

WithEnd adds the end to the get device datasource instance data params

func (*GetDeviceDatasourceInstanceDataParams) WithFormat ¶

WithFormat adds the format to the get device datasource instance data params

func (*GetDeviceDatasourceInstanceDataParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get device datasource instance data params

func (*GetDeviceDatasourceInstanceDataParams) WithHdsID ¶

WithHdsID adds the hdsID to the get device datasource instance data params

func (*GetDeviceDatasourceInstanceDataParams) WithID ¶

WithID adds the id to the get device datasource instance data params

func (*GetDeviceDatasourceInstanceDataParams) WithPeriod ¶

WithPeriod adds the period to the get device datasource instance data params

func (*GetDeviceDatasourceInstanceDataParams) WithStart ¶

WithStart adds the start to the get device datasource instance data params

func (*GetDeviceDatasourceInstanceDataParams) WithTimeout ¶

WithTimeout adds the timeout to the get device datasource instance data params

func (*GetDeviceDatasourceInstanceDataParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetDeviceDatasourceInstanceDataReader ¶

type GetDeviceDatasourceInstanceDataReader struct {
	// contains filtered or unexported fields
}

GetDeviceDatasourceInstanceDataReader is a Reader for the GetDeviceDatasourceInstanceData structure.

func (*GetDeviceDatasourceInstanceDataReader) ReadResponse ¶

func (o *GetDeviceDatasourceInstanceDataReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetDeviceDatasourceInstanceGraphDataDefault ¶

type GetDeviceDatasourceInstanceGraphDataDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetDeviceDatasourceInstanceGraphDataDefault handles this case with default header values.

Error

func NewGetDeviceDatasourceInstanceGraphDataDefault ¶

func NewGetDeviceDatasourceInstanceGraphDataDefault(code int) *GetDeviceDatasourceInstanceGraphDataDefault

NewGetDeviceDatasourceInstanceGraphDataDefault creates a GetDeviceDatasourceInstanceGraphDataDefault with default headers values

func (*GetDeviceDatasourceInstanceGraphDataDefault) Code ¶

Code gets the status code for the get device datasource instance graph data default response

func (*GetDeviceDatasourceInstanceGraphDataDefault) Error ¶

type GetDeviceDatasourceInstanceGraphDataOK ¶

type GetDeviceDatasourceInstanceGraphDataOK struct {
	Payload *models.GraphPlot
}

GetDeviceDatasourceInstanceGraphDataOK handles this case with default header values.

successful operation

func NewGetDeviceDatasourceInstanceGraphDataOK ¶

func NewGetDeviceDatasourceInstanceGraphDataOK() *GetDeviceDatasourceInstanceGraphDataOK

NewGetDeviceDatasourceInstanceGraphDataOK creates a GetDeviceDatasourceInstanceGraphDataOK with default headers values

func (*GetDeviceDatasourceInstanceGraphDataOK) Error ¶

type GetDeviceDatasourceInstanceGraphDataParams ¶

type GetDeviceDatasourceInstanceGraphDataParams struct {

	/*DeviceID*/
	DeviceID int32
	/*End*/
	End *int64
	/*Format*/
	Format *string
	/*GraphID*/
	GraphID int32
	/*HdsID
	  The device-datasource ID

	*/
	HdsID int32
	/*ID*/
	ID int32
	/*Start*/
	Start *int64

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetDeviceDatasourceInstanceGraphDataParams contains all the parameters to send to the API endpoint for the get device datasource instance graph data operation typically these are written to a http.Request

func NewGetDeviceDatasourceInstanceGraphDataParams ¶

func NewGetDeviceDatasourceInstanceGraphDataParams() *GetDeviceDatasourceInstanceGraphDataParams

NewGetDeviceDatasourceInstanceGraphDataParams creates a new GetDeviceDatasourceInstanceGraphDataParams object with the default values initialized.

func NewGetDeviceDatasourceInstanceGraphDataParamsWithContext ¶

func NewGetDeviceDatasourceInstanceGraphDataParamsWithContext(ctx context.Context) *GetDeviceDatasourceInstanceGraphDataParams

NewGetDeviceDatasourceInstanceGraphDataParamsWithContext creates a new GetDeviceDatasourceInstanceGraphDataParams object with the default values initialized, and the ability to set a context for a request

func NewGetDeviceDatasourceInstanceGraphDataParamsWithHTTPClient ¶

func NewGetDeviceDatasourceInstanceGraphDataParamsWithHTTPClient(client *http.Client) *GetDeviceDatasourceInstanceGraphDataParams

NewGetDeviceDatasourceInstanceGraphDataParamsWithHTTPClient creates a new GetDeviceDatasourceInstanceGraphDataParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetDeviceDatasourceInstanceGraphDataParamsWithTimeout ¶

func NewGetDeviceDatasourceInstanceGraphDataParamsWithTimeout(timeout time.Duration) *GetDeviceDatasourceInstanceGraphDataParams

NewGetDeviceDatasourceInstanceGraphDataParamsWithTimeout creates a new GetDeviceDatasourceInstanceGraphDataParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetDeviceDatasourceInstanceGraphDataParams) SetContext ¶

SetContext adds the context to the get device datasource instance graph data params

func (*GetDeviceDatasourceInstanceGraphDataParams) SetDeviceID ¶

func (o *GetDeviceDatasourceInstanceGraphDataParams) SetDeviceID(deviceID int32)

SetDeviceID adds the deviceId to the get device datasource instance graph data params

func (*GetDeviceDatasourceInstanceGraphDataParams) SetEnd ¶

SetEnd adds the end to the get device datasource instance graph data params

func (*GetDeviceDatasourceInstanceGraphDataParams) SetFormat ¶

func (o *GetDeviceDatasourceInstanceGraphDataParams) SetFormat(format *string)

SetFormat adds the format to the get device datasource instance graph data params

func (*GetDeviceDatasourceInstanceGraphDataParams) SetGraphID ¶

func (o *GetDeviceDatasourceInstanceGraphDataParams) SetGraphID(graphID int32)

SetGraphID adds the graphId to the get device datasource instance graph data params

func (*GetDeviceDatasourceInstanceGraphDataParams) SetHTTPClient ¶

func (o *GetDeviceDatasourceInstanceGraphDataParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get device datasource instance graph data params

func (*GetDeviceDatasourceInstanceGraphDataParams) SetHdsID ¶

SetHdsID adds the hdsId to the get device datasource instance graph data params

func (*GetDeviceDatasourceInstanceGraphDataParams) SetID ¶

SetID adds the id to the get device datasource instance graph data params

func (*GetDeviceDatasourceInstanceGraphDataParams) SetStart ¶

SetStart adds the start to the get device datasource instance graph data params

func (*GetDeviceDatasourceInstanceGraphDataParams) SetTimeout ¶

SetTimeout adds the timeout to the get device datasource instance graph data params

func (*GetDeviceDatasourceInstanceGraphDataParams) WithContext ¶

WithContext adds the context to the get device datasource instance graph data params

func (*GetDeviceDatasourceInstanceGraphDataParams) WithDeviceID ¶

WithDeviceID adds the deviceID to the get device datasource instance graph data params

func (*GetDeviceDatasourceInstanceGraphDataParams) WithEnd ¶

WithEnd adds the end to the get device datasource instance graph data params

func (*GetDeviceDatasourceInstanceGraphDataParams) WithFormat ¶

WithFormat adds the format to the get device datasource instance graph data params

func (*GetDeviceDatasourceInstanceGraphDataParams) WithGraphID ¶

WithGraphID adds the graphID to the get device datasource instance graph data params

func (*GetDeviceDatasourceInstanceGraphDataParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get device datasource instance graph data params

func (*GetDeviceDatasourceInstanceGraphDataParams) WithHdsID ¶

WithHdsID adds the hdsID to the get device datasource instance graph data params

func (*GetDeviceDatasourceInstanceGraphDataParams) WithID ¶

WithID adds the id to the get device datasource instance graph data params

func (*GetDeviceDatasourceInstanceGraphDataParams) WithStart ¶

WithStart adds the start to the get device datasource instance graph data params

func (*GetDeviceDatasourceInstanceGraphDataParams) WithTimeout ¶

WithTimeout adds the timeout to the get device datasource instance graph data params

func (*GetDeviceDatasourceInstanceGraphDataParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetDeviceDatasourceInstanceGraphDataReader ¶

type GetDeviceDatasourceInstanceGraphDataReader struct {
	// contains filtered or unexported fields
}

GetDeviceDatasourceInstanceGraphDataReader is a Reader for the GetDeviceDatasourceInstanceGraphData structure.

func (*GetDeviceDatasourceInstanceGraphDataReader) ReadResponse ¶

func (o *GetDeviceDatasourceInstanceGraphDataReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetDeviceDatasourceInstanceGroupByIDDefault ¶

type GetDeviceDatasourceInstanceGroupByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetDeviceDatasourceInstanceGroupByIDDefault handles this case with default header values.

Error

func NewGetDeviceDatasourceInstanceGroupByIDDefault ¶

func NewGetDeviceDatasourceInstanceGroupByIDDefault(code int) *GetDeviceDatasourceInstanceGroupByIDDefault

NewGetDeviceDatasourceInstanceGroupByIDDefault creates a GetDeviceDatasourceInstanceGroupByIDDefault with default headers values

func (*GetDeviceDatasourceInstanceGroupByIDDefault) Code ¶

Code gets the status code for the get device datasource instance group by Id default response

func (*GetDeviceDatasourceInstanceGroupByIDDefault) Error ¶

type GetDeviceDatasourceInstanceGroupByIDOK ¶

type GetDeviceDatasourceInstanceGroupByIDOK struct {
	Payload *models.DeviceDataSourceInstanceGroup
}

GetDeviceDatasourceInstanceGroupByIDOK handles this case with default header values.

successful operation

func NewGetDeviceDatasourceInstanceGroupByIDOK ¶

func NewGetDeviceDatasourceInstanceGroupByIDOK() *GetDeviceDatasourceInstanceGroupByIDOK

NewGetDeviceDatasourceInstanceGroupByIDOK creates a GetDeviceDatasourceInstanceGroupByIDOK with default headers values

func (*GetDeviceDatasourceInstanceGroupByIDOK) Error ¶

type GetDeviceDatasourceInstanceGroupByIDParams ¶

type GetDeviceDatasourceInstanceGroupByIDParams struct {

	/*DeviceDsID
	  The device-datasource ID you'd like to add an instance group for

	*/
	DeviceDsID int32
	/*DeviceID*/
	DeviceID int32
	/*Fields*/
	Fields *string
	/*ID*/
	ID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetDeviceDatasourceInstanceGroupByIDParams contains all the parameters to send to the API endpoint for the get device datasource instance group by Id operation typically these are written to a http.Request

func NewGetDeviceDatasourceInstanceGroupByIDParams ¶

func NewGetDeviceDatasourceInstanceGroupByIDParams() *GetDeviceDatasourceInstanceGroupByIDParams

NewGetDeviceDatasourceInstanceGroupByIDParams creates a new GetDeviceDatasourceInstanceGroupByIDParams object with the default values initialized.

func NewGetDeviceDatasourceInstanceGroupByIDParamsWithContext ¶

func NewGetDeviceDatasourceInstanceGroupByIDParamsWithContext(ctx context.Context) *GetDeviceDatasourceInstanceGroupByIDParams

NewGetDeviceDatasourceInstanceGroupByIDParamsWithContext creates a new GetDeviceDatasourceInstanceGroupByIDParams object with the default values initialized, and the ability to set a context for a request

func NewGetDeviceDatasourceInstanceGroupByIDParamsWithHTTPClient ¶

func NewGetDeviceDatasourceInstanceGroupByIDParamsWithHTTPClient(client *http.Client) *GetDeviceDatasourceInstanceGroupByIDParams

NewGetDeviceDatasourceInstanceGroupByIDParamsWithHTTPClient creates a new GetDeviceDatasourceInstanceGroupByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetDeviceDatasourceInstanceGroupByIDParamsWithTimeout ¶

func NewGetDeviceDatasourceInstanceGroupByIDParamsWithTimeout(timeout time.Duration) *GetDeviceDatasourceInstanceGroupByIDParams

NewGetDeviceDatasourceInstanceGroupByIDParamsWithTimeout creates a new GetDeviceDatasourceInstanceGroupByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetDeviceDatasourceInstanceGroupByIDParams) SetContext ¶

SetContext adds the context to the get device datasource instance group by Id params

func (*GetDeviceDatasourceInstanceGroupByIDParams) SetDeviceDsID ¶

func (o *GetDeviceDatasourceInstanceGroupByIDParams) SetDeviceDsID(deviceDsID int32)

SetDeviceDsID adds the deviceDsId to the get device datasource instance group by Id params

func (*GetDeviceDatasourceInstanceGroupByIDParams) SetDeviceID ¶

func (o *GetDeviceDatasourceInstanceGroupByIDParams) SetDeviceID(deviceID int32)

SetDeviceID adds the deviceId to the get device datasource instance group by Id params

func (*GetDeviceDatasourceInstanceGroupByIDParams) SetFields ¶

func (o *GetDeviceDatasourceInstanceGroupByIDParams) SetFields(fields *string)

SetFields adds the fields to the get device datasource instance group by Id params

func (*GetDeviceDatasourceInstanceGroupByIDParams) SetHTTPClient ¶

func (o *GetDeviceDatasourceInstanceGroupByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get device datasource instance group by Id params

func (*GetDeviceDatasourceInstanceGroupByIDParams) SetID ¶

SetID adds the id to the get device datasource instance group by Id params

func (*GetDeviceDatasourceInstanceGroupByIDParams) SetTimeout ¶

SetTimeout adds the timeout to the get device datasource instance group by Id params

func (*GetDeviceDatasourceInstanceGroupByIDParams) WithContext ¶

WithContext adds the context to the get device datasource instance group by Id params

func (*GetDeviceDatasourceInstanceGroupByIDParams) WithDeviceDsID ¶

WithDeviceDsID adds the deviceDsID to the get device datasource instance group by Id params

func (*GetDeviceDatasourceInstanceGroupByIDParams) WithDeviceID ¶

WithDeviceID adds the deviceID to the get device datasource instance group by Id params

func (*GetDeviceDatasourceInstanceGroupByIDParams) WithFields ¶

WithFields adds the fields to the get device datasource instance group by Id params

func (*GetDeviceDatasourceInstanceGroupByIDParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get device datasource instance group by Id params

func (*GetDeviceDatasourceInstanceGroupByIDParams) WithID ¶

WithID adds the id to the get device datasource instance group by Id params

func (*GetDeviceDatasourceInstanceGroupByIDParams) WithTimeout ¶

WithTimeout adds the timeout to the get device datasource instance group by Id params

func (*GetDeviceDatasourceInstanceGroupByIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetDeviceDatasourceInstanceGroupByIDReader ¶

type GetDeviceDatasourceInstanceGroupByIDReader struct {
	// contains filtered or unexported fields
}

GetDeviceDatasourceInstanceGroupByIDReader is a Reader for the GetDeviceDatasourceInstanceGroupByID structure.

func (*GetDeviceDatasourceInstanceGroupByIDReader) ReadResponse ¶

func (o *GetDeviceDatasourceInstanceGroupByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetDeviceDatasourceInstanceGroupListDefault ¶

type GetDeviceDatasourceInstanceGroupListDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetDeviceDatasourceInstanceGroupListDefault handles this case with default header values.

Error

func NewGetDeviceDatasourceInstanceGroupListDefault ¶

func NewGetDeviceDatasourceInstanceGroupListDefault(code int) *GetDeviceDatasourceInstanceGroupListDefault

NewGetDeviceDatasourceInstanceGroupListDefault creates a GetDeviceDatasourceInstanceGroupListDefault with default headers values

func (*GetDeviceDatasourceInstanceGroupListDefault) Code ¶

Code gets the status code for the get device datasource instance group list default response

func (*GetDeviceDatasourceInstanceGroupListDefault) Error ¶

type GetDeviceDatasourceInstanceGroupListOK ¶

type GetDeviceDatasourceInstanceGroupListOK struct {
	Payload *models.DeviceDatasourceInstanceGroupPaginationResponse
}

GetDeviceDatasourceInstanceGroupListOK handles this case with default header values.

successful operation

func NewGetDeviceDatasourceInstanceGroupListOK ¶

func NewGetDeviceDatasourceInstanceGroupListOK() *GetDeviceDatasourceInstanceGroupListOK

NewGetDeviceDatasourceInstanceGroupListOK creates a GetDeviceDatasourceInstanceGroupListOK with default headers values

func (*GetDeviceDatasourceInstanceGroupListOK) Error ¶

type GetDeviceDatasourceInstanceGroupListParams ¶

type GetDeviceDatasourceInstanceGroupListParams struct {

	/*DeviceDsID
	  The device-datasource ID you'd like to add an instance group for

	*/
	DeviceDsID int32
	/*DeviceID*/
	DeviceID int32
	/*Fields*/
	Fields *string
	/*Filter*/
	Filter *string
	/*Offset*/
	Offset *int32
	/*Size*/
	Size *int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetDeviceDatasourceInstanceGroupListParams contains all the parameters to send to the API endpoint for the get device datasource instance group list operation typically these are written to a http.Request

func NewGetDeviceDatasourceInstanceGroupListParams ¶

func NewGetDeviceDatasourceInstanceGroupListParams() *GetDeviceDatasourceInstanceGroupListParams

NewGetDeviceDatasourceInstanceGroupListParams creates a new GetDeviceDatasourceInstanceGroupListParams object with the default values initialized.

func NewGetDeviceDatasourceInstanceGroupListParamsWithContext ¶

func NewGetDeviceDatasourceInstanceGroupListParamsWithContext(ctx context.Context) *GetDeviceDatasourceInstanceGroupListParams

NewGetDeviceDatasourceInstanceGroupListParamsWithContext creates a new GetDeviceDatasourceInstanceGroupListParams object with the default values initialized, and the ability to set a context for a request

func NewGetDeviceDatasourceInstanceGroupListParamsWithHTTPClient ¶

func NewGetDeviceDatasourceInstanceGroupListParamsWithHTTPClient(client *http.Client) *GetDeviceDatasourceInstanceGroupListParams

NewGetDeviceDatasourceInstanceGroupListParamsWithHTTPClient creates a new GetDeviceDatasourceInstanceGroupListParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetDeviceDatasourceInstanceGroupListParamsWithTimeout ¶

func NewGetDeviceDatasourceInstanceGroupListParamsWithTimeout(timeout time.Duration) *GetDeviceDatasourceInstanceGroupListParams

NewGetDeviceDatasourceInstanceGroupListParamsWithTimeout creates a new GetDeviceDatasourceInstanceGroupListParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetDeviceDatasourceInstanceGroupListParams) SetContext ¶

SetContext adds the context to the get device datasource instance group list params

func (*GetDeviceDatasourceInstanceGroupListParams) SetDeviceDsID ¶

func (o *GetDeviceDatasourceInstanceGroupListParams) SetDeviceDsID(deviceDsID int32)

SetDeviceDsID adds the deviceDsId to the get device datasource instance group list params

func (*GetDeviceDatasourceInstanceGroupListParams) SetDeviceID ¶

func (o *GetDeviceDatasourceInstanceGroupListParams) SetDeviceID(deviceID int32)

SetDeviceID adds the deviceId to the get device datasource instance group list params

func (*GetDeviceDatasourceInstanceGroupListParams) SetFields ¶

func (o *GetDeviceDatasourceInstanceGroupListParams) SetFields(fields *string)

SetFields adds the fields to the get device datasource instance group list params

func (*GetDeviceDatasourceInstanceGroupListParams) SetFilter ¶

func (o *GetDeviceDatasourceInstanceGroupListParams) SetFilter(filter *string)

SetFilter adds the filter to the get device datasource instance group list params

func (*GetDeviceDatasourceInstanceGroupListParams) SetHTTPClient ¶

func (o *GetDeviceDatasourceInstanceGroupListParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get device datasource instance group list params

func (*GetDeviceDatasourceInstanceGroupListParams) SetOffset ¶

func (o *GetDeviceDatasourceInstanceGroupListParams) SetOffset(offset *int32)

SetOffset adds the offset to the get device datasource instance group list params

func (*GetDeviceDatasourceInstanceGroupListParams) SetSize ¶

SetSize adds the size to the get device datasource instance group list params

func (*GetDeviceDatasourceInstanceGroupListParams) SetTimeout ¶

SetTimeout adds the timeout to the get device datasource instance group list params

func (*GetDeviceDatasourceInstanceGroupListParams) WithContext ¶

WithContext adds the context to the get device datasource instance group list params

func (*GetDeviceDatasourceInstanceGroupListParams) WithDeviceDsID ¶

WithDeviceDsID adds the deviceDsID to the get device datasource instance group list params

func (*GetDeviceDatasourceInstanceGroupListParams) WithDeviceID ¶

WithDeviceID adds the deviceID to the get device datasource instance group list params

func (*GetDeviceDatasourceInstanceGroupListParams) WithFields ¶

WithFields adds the fields to the get device datasource instance group list params

func (*GetDeviceDatasourceInstanceGroupListParams) WithFilter ¶

WithFilter adds the filter to the get device datasource instance group list params

func (*GetDeviceDatasourceInstanceGroupListParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get device datasource instance group list params

func (*GetDeviceDatasourceInstanceGroupListParams) WithOffset ¶

WithOffset adds the offset to the get device datasource instance group list params

func (*GetDeviceDatasourceInstanceGroupListParams) WithSize ¶

WithSize adds the size to the get device datasource instance group list params

func (*GetDeviceDatasourceInstanceGroupListParams) WithTimeout ¶

WithTimeout adds the timeout to the get device datasource instance group list params

func (*GetDeviceDatasourceInstanceGroupListParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetDeviceDatasourceInstanceGroupListReader ¶

type GetDeviceDatasourceInstanceGroupListReader struct {
	// contains filtered or unexported fields
}

GetDeviceDatasourceInstanceGroupListReader is a Reader for the GetDeviceDatasourceInstanceGroupList structure.

func (*GetDeviceDatasourceInstanceGroupListReader) ReadResponse ¶

func (o *GetDeviceDatasourceInstanceGroupListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetDeviceDatasourceInstanceGroupOverviewGraphDataDefault ¶

type GetDeviceDatasourceInstanceGroupOverviewGraphDataDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetDeviceDatasourceInstanceGroupOverviewGraphDataDefault handles this case with default header values.

Error

func NewGetDeviceDatasourceInstanceGroupOverviewGraphDataDefault ¶

func NewGetDeviceDatasourceInstanceGroupOverviewGraphDataDefault(code int) *GetDeviceDatasourceInstanceGroupOverviewGraphDataDefault

NewGetDeviceDatasourceInstanceGroupOverviewGraphDataDefault creates a GetDeviceDatasourceInstanceGroupOverviewGraphDataDefault with default headers values

func (*GetDeviceDatasourceInstanceGroupOverviewGraphDataDefault) Code ¶

Code gets the status code for the get device datasource instance group overview graph data default response

func (*GetDeviceDatasourceInstanceGroupOverviewGraphDataDefault) Error ¶

type GetDeviceDatasourceInstanceGroupOverviewGraphDataOK ¶

type GetDeviceDatasourceInstanceGroupOverviewGraphDataOK struct {
	Payload *models.GraphPlot
}

GetDeviceDatasourceInstanceGroupOverviewGraphDataOK handles this case with default header values.

successful operation

func NewGetDeviceDatasourceInstanceGroupOverviewGraphDataOK ¶

func NewGetDeviceDatasourceInstanceGroupOverviewGraphDataOK() *GetDeviceDatasourceInstanceGroupOverviewGraphDataOK

NewGetDeviceDatasourceInstanceGroupOverviewGraphDataOK creates a GetDeviceDatasourceInstanceGroupOverviewGraphDataOK with default headers values

func (*GetDeviceDatasourceInstanceGroupOverviewGraphDataOK) Error ¶

type GetDeviceDatasourceInstanceGroupOverviewGraphDataParams ¶

type GetDeviceDatasourceInstanceGroupOverviewGraphDataParams struct {

	/*DeviceDsID
	  The device-datasource ID you'd like to add an instance group for

	*/
	DeviceDsID int32
	/*DeviceID*/
	DeviceID int32
	/*DsigID*/
	DsigID int32
	/*End*/
	End *int64
	/*Format*/
	Format *string
	/*OgraphID*/
	OgraphID int32
	/*Start*/
	Start *int64

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetDeviceDatasourceInstanceGroupOverviewGraphDataParams contains all the parameters to send to the API endpoint for the get device datasource instance group overview graph data operation typically these are written to a http.Request

func NewGetDeviceDatasourceInstanceGroupOverviewGraphDataParams ¶

func NewGetDeviceDatasourceInstanceGroupOverviewGraphDataParams() *GetDeviceDatasourceInstanceGroupOverviewGraphDataParams

NewGetDeviceDatasourceInstanceGroupOverviewGraphDataParams creates a new GetDeviceDatasourceInstanceGroupOverviewGraphDataParams object with the default values initialized.

func NewGetDeviceDatasourceInstanceGroupOverviewGraphDataParamsWithContext ¶

func NewGetDeviceDatasourceInstanceGroupOverviewGraphDataParamsWithContext(ctx context.Context) *GetDeviceDatasourceInstanceGroupOverviewGraphDataParams

NewGetDeviceDatasourceInstanceGroupOverviewGraphDataParamsWithContext creates a new GetDeviceDatasourceInstanceGroupOverviewGraphDataParams object with the default values initialized, and the ability to set a context for a request

func NewGetDeviceDatasourceInstanceGroupOverviewGraphDataParamsWithHTTPClient ¶

func NewGetDeviceDatasourceInstanceGroupOverviewGraphDataParamsWithHTTPClient(client *http.Client) *GetDeviceDatasourceInstanceGroupOverviewGraphDataParams

NewGetDeviceDatasourceInstanceGroupOverviewGraphDataParamsWithHTTPClient creates a new GetDeviceDatasourceInstanceGroupOverviewGraphDataParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetDeviceDatasourceInstanceGroupOverviewGraphDataParamsWithTimeout ¶

func NewGetDeviceDatasourceInstanceGroupOverviewGraphDataParamsWithTimeout(timeout time.Duration) *GetDeviceDatasourceInstanceGroupOverviewGraphDataParams

NewGetDeviceDatasourceInstanceGroupOverviewGraphDataParamsWithTimeout creates a new GetDeviceDatasourceInstanceGroupOverviewGraphDataParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetDeviceDatasourceInstanceGroupOverviewGraphDataParams) SetContext ¶

SetContext adds the context to the get device datasource instance group overview graph data params

func (*GetDeviceDatasourceInstanceGroupOverviewGraphDataParams) SetDeviceDsID ¶

SetDeviceDsID adds the deviceDsId to the get device datasource instance group overview graph data params

func (*GetDeviceDatasourceInstanceGroupOverviewGraphDataParams) SetDeviceID ¶

SetDeviceID adds the deviceId to the get device datasource instance group overview graph data params

func (*GetDeviceDatasourceInstanceGroupOverviewGraphDataParams) SetDsigID ¶

SetDsigID adds the dsigId to the get device datasource instance group overview graph data params

func (*GetDeviceDatasourceInstanceGroupOverviewGraphDataParams) SetEnd ¶

SetEnd adds the end to the get device datasource instance group overview graph data params

func (*GetDeviceDatasourceInstanceGroupOverviewGraphDataParams) SetFormat ¶

SetFormat adds the format to the get device datasource instance group overview graph data params

func (*GetDeviceDatasourceInstanceGroupOverviewGraphDataParams) SetHTTPClient ¶

SetHTTPClient adds the HTTPClient to the get device datasource instance group overview graph data params

func (*GetDeviceDatasourceInstanceGroupOverviewGraphDataParams) SetOgraphID ¶

SetOgraphID adds the ographId to the get device datasource instance group overview graph data params

func (*GetDeviceDatasourceInstanceGroupOverviewGraphDataParams) SetStart ¶

SetStart adds the start to the get device datasource instance group overview graph data params

func (*GetDeviceDatasourceInstanceGroupOverviewGraphDataParams) SetTimeout ¶

SetTimeout adds the timeout to the get device datasource instance group overview graph data params

func (*GetDeviceDatasourceInstanceGroupOverviewGraphDataParams) WithContext ¶

WithContext adds the context to the get device datasource instance group overview graph data params

func (*GetDeviceDatasourceInstanceGroupOverviewGraphDataParams) WithDeviceDsID ¶

WithDeviceDsID adds the deviceDsID to the get device datasource instance group overview graph data params

func (*GetDeviceDatasourceInstanceGroupOverviewGraphDataParams) WithDeviceID ¶

WithDeviceID adds the deviceID to the get device datasource instance group overview graph data params

func (*GetDeviceDatasourceInstanceGroupOverviewGraphDataParams) WithDsigID ¶

WithDsigID adds the dsigID to the get device datasource instance group overview graph data params

func (*GetDeviceDatasourceInstanceGroupOverviewGraphDataParams) WithEnd ¶

WithEnd adds the end to the get device datasource instance group overview graph data params

func (*GetDeviceDatasourceInstanceGroupOverviewGraphDataParams) WithFormat ¶

WithFormat adds the format to the get device datasource instance group overview graph data params

func (*GetDeviceDatasourceInstanceGroupOverviewGraphDataParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get device datasource instance group overview graph data params

func (*GetDeviceDatasourceInstanceGroupOverviewGraphDataParams) WithOgraphID ¶

WithOgraphID adds the ographID to the get device datasource instance group overview graph data params

func (*GetDeviceDatasourceInstanceGroupOverviewGraphDataParams) WithStart ¶

WithStart adds the start to the get device datasource instance group overview graph data params

func (*GetDeviceDatasourceInstanceGroupOverviewGraphDataParams) WithTimeout ¶

WithTimeout adds the timeout to the get device datasource instance group overview graph data params

func (*GetDeviceDatasourceInstanceGroupOverviewGraphDataParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetDeviceDatasourceInstanceGroupOverviewGraphDataReader ¶

type GetDeviceDatasourceInstanceGroupOverviewGraphDataReader struct {
	// contains filtered or unexported fields
}

GetDeviceDatasourceInstanceGroupOverviewGraphDataReader is a Reader for the GetDeviceDatasourceInstanceGroupOverviewGraphData structure.

func (*GetDeviceDatasourceInstanceGroupOverviewGraphDataReader) ReadResponse ¶

func (o *GetDeviceDatasourceInstanceGroupOverviewGraphDataReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetDeviceDatasourceInstanceListDefault ¶

type GetDeviceDatasourceInstanceListDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetDeviceDatasourceInstanceListDefault handles this case with default header values.

Error

func NewGetDeviceDatasourceInstanceListDefault ¶

func NewGetDeviceDatasourceInstanceListDefault(code int) *GetDeviceDatasourceInstanceListDefault

NewGetDeviceDatasourceInstanceListDefault creates a GetDeviceDatasourceInstanceListDefault with default headers values

func (*GetDeviceDatasourceInstanceListDefault) Code ¶

Code gets the status code for the get device datasource instance list default response

func (*GetDeviceDatasourceInstanceListDefault) Error ¶

type GetDeviceDatasourceInstanceListOK ¶

type GetDeviceDatasourceInstanceListOK struct {
	Payload *models.DeviceDatasourceInstancePaginationResponse
}

GetDeviceDatasourceInstanceListOK handles this case with default header values.

successful operation

func NewGetDeviceDatasourceInstanceListOK ¶

func NewGetDeviceDatasourceInstanceListOK() *GetDeviceDatasourceInstanceListOK

NewGetDeviceDatasourceInstanceListOK creates a GetDeviceDatasourceInstanceListOK with default headers values

func (*GetDeviceDatasourceInstanceListOK) Error ¶

type GetDeviceDatasourceInstanceListParams ¶

type GetDeviceDatasourceInstanceListParams struct {

	/*DeviceID*/
	DeviceID int32
	/*HdsID
	  The device-datasource ID

	*/
	HdsID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetDeviceDatasourceInstanceListParams contains all the parameters to send to the API endpoint for the get device datasource instance list operation typically these are written to a http.Request

func NewGetDeviceDatasourceInstanceListParams ¶

func NewGetDeviceDatasourceInstanceListParams() *GetDeviceDatasourceInstanceListParams

NewGetDeviceDatasourceInstanceListParams creates a new GetDeviceDatasourceInstanceListParams object with the default values initialized.

func NewGetDeviceDatasourceInstanceListParamsWithContext ¶

func NewGetDeviceDatasourceInstanceListParamsWithContext(ctx context.Context) *GetDeviceDatasourceInstanceListParams

NewGetDeviceDatasourceInstanceListParamsWithContext creates a new GetDeviceDatasourceInstanceListParams object with the default values initialized, and the ability to set a context for a request

func NewGetDeviceDatasourceInstanceListParamsWithHTTPClient ¶

func NewGetDeviceDatasourceInstanceListParamsWithHTTPClient(client *http.Client) *GetDeviceDatasourceInstanceListParams

NewGetDeviceDatasourceInstanceListParamsWithHTTPClient creates a new GetDeviceDatasourceInstanceListParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetDeviceDatasourceInstanceListParamsWithTimeout ¶

func NewGetDeviceDatasourceInstanceListParamsWithTimeout(timeout time.Duration) *GetDeviceDatasourceInstanceListParams

NewGetDeviceDatasourceInstanceListParamsWithTimeout creates a new GetDeviceDatasourceInstanceListParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetDeviceDatasourceInstanceListParams) SetContext ¶

SetContext adds the context to the get device datasource instance list params

func (*GetDeviceDatasourceInstanceListParams) SetDeviceID ¶

func (o *GetDeviceDatasourceInstanceListParams) SetDeviceID(deviceID int32)

SetDeviceID adds the deviceId to the get device datasource instance list params

func (*GetDeviceDatasourceInstanceListParams) SetHTTPClient ¶

func (o *GetDeviceDatasourceInstanceListParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get device datasource instance list params

func (*GetDeviceDatasourceInstanceListParams) SetHdsID ¶

func (o *GetDeviceDatasourceInstanceListParams) SetHdsID(hdsID int32)

SetHdsID adds the hdsId to the get device datasource instance list params

func (*GetDeviceDatasourceInstanceListParams) SetTimeout ¶

func (o *GetDeviceDatasourceInstanceListParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get device datasource instance list params

func (*GetDeviceDatasourceInstanceListParams) WithContext ¶

WithContext adds the context to the get device datasource instance list params

func (*GetDeviceDatasourceInstanceListParams) WithDeviceID ¶

WithDeviceID adds the deviceID to the get device datasource instance list params

func (*GetDeviceDatasourceInstanceListParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get device datasource instance list params

func (*GetDeviceDatasourceInstanceListParams) WithHdsID ¶

WithHdsID adds the hdsID to the get device datasource instance list params

func (*GetDeviceDatasourceInstanceListParams) WithTimeout ¶

WithTimeout adds the timeout to the get device datasource instance list params

func (*GetDeviceDatasourceInstanceListParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetDeviceDatasourceInstanceListReader ¶

type GetDeviceDatasourceInstanceListReader struct {
	// contains filtered or unexported fields
}

GetDeviceDatasourceInstanceListReader is a Reader for the GetDeviceDatasourceInstanceList structure.

func (*GetDeviceDatasourceInstanceListReader) ReadResponse ¶

func (o *GetDeviceDatasourceInstanceListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetDeviceDatasourceInstanceSDTHistoryDefault ¶

type GetDeviceDatasourceInstanceSDTHistoryDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetDeviceDatasourceInstanceSDTHistoryDefault handles this case with default header values.

Error

func NewGetDeviceDatasourceInstanceSDTHistoryDefault ¶

func NewGetDeviceDatasourceInstanceSDTHistoryDefault(code int) *GetDeviceDatasourceInstanceSDTHistoryDefault

NewGetDeviceDatasourceInstanceSDTHistoryDefault creates a GetDeviceDatasourceInstanceSDTHistoryDefault with default headers values

func (*GetDeviceDatasourceInstanceSDTHistoryDefault) Code ¶

Code gets the status code for the get device datasource instance SDT history default response

func (*GetDeviceDatasourceInstanceSDTHistoryDefault) Error ¶

type GetDeviceDatasourceInstanceSDTHistoryOK ¶

type GetDeviceDatasourceInstanceSDTHistoryOK struct {
	Payload *models.DeviceGroupSDTHistoryPaginationResponse
}

GetDeviceDatasourceInstanceSDTHistoryOK handles this case with default header values.

successful operation

func NewGetDeviceDatasourceInstanceSDTHistoryOK ¶

func NewGetDeviceDatasourceInstanceSDTHistoryOK() *GetDeviceDatasourceInstanceSDTHistoryOK

NewGetDeviceDatasourceInstanceSDTHistoryOK creates a GetDeviceDatasourceInstanceSDTHistoryOK with default headers values

func (*GetDeviceDatasourceInstanceSDTHistoryOK) Error ¶

type GetDeviceDatasourceInstanceSDTHistoryParams ¶

type GetDeviceDatasourceInstanceSDTHistoryParams struct {

	/*DeviceID*/
	DeviceID int32
	/*Fields*/
	Fields *string
	/*Filter*/
	Filter *string
	/*HdsID
	  The device-datasource ID

	*/
	HdsID int32
	/*ID*/
	ID int32
	/*Offset*/
	Offset *int32
	/*Size*/
	Size *int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetDeviceDatasourceInstanceSDTHistoryParams contains all the parameters to send to the API endpoint for the get device datasource instance SDT history operation typically these are written to a http.Request

func NewGetDeviceDatasourceInstanceSDTHistoryParams ¶

func NewGetDeviceDatasourceInstanceSDTHistoryParams() *GetDeviceDatasourceInstanceSDTHistoryParams

NewGetDeviceDatasourceInstanceSDTHistoryParams creates a new GetDeviceDatasourceInstanceSDTHistoryParams object with the default values initialized.

func NewGetDeviceDatasourceInstanceSDTHistoryParamsWithContext ¶

func NewGetDeviceDatasourceInstanceSDTHistoryParamsWithContext(ctx context.Context) *GetDeviceDatasourceInstanceSDTHistoryParams

NewGetDeviceDatasourceInstanceSDTHistoryParamsWithContext creates a new GetDeviceDatasourceInstanceSDTHistoryParams object with the default values initialized, and the ability to set a context for a request

func NewGetDeviceDatasourceInstanceSDTHistoryParamsWithHTTPClient ¶

func NewGetDeviceDatasourceInstanceSDTHistoryParamsWithHTTPClient(client *http.Client) *GetDeviceDatasourceInstanceSDTHistoryParams

NewGetDeviceDatasourceInstanceSDTHistoryParamsWithHTTPClient creates a new GetDeviceDatasourceInstanceSDTHistoryParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetDeviceDatasourceInstanceSDTHistoryParamsWithTimeout ¶

func NewGetDeviceDatasourceInstanceSDTHistoryParamsWithTimeout(timeout time.Duration) *GetDeviceDatasourceInstanceSDTHistoryParams

NewGetDeviceDatasourceInstanceSDTHistoryParamsWithTimeout creates a new GetDeviceDatasourceInstanceSDTHistoryParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetDeviceDatasourceInstanceSDTHistoryParams) SetContext ¶

SetContext adds the context to the get device datasource instance SDT history params

func (*GetDeviceDatasourceInstanceSDTHistoryParams) SetDeviceID ¶

func (o *GetDeviceDatasourceInstanceSDTHistoryParams) SetDeviceID(deviceID int32)

SetDeviceID adds the deviceId to the get device datasource instance SDT history params

func (*GetDeviceDatasourceInstanceSDTHistoryParams) SetFields ¶

SetFields adds the fields to the get device datasource instance SDT history params

func (*GetDeviceDatasourceInstanceSDTHistoryParams) SetFilter ¶

SetFilter adds the filter to the get device datasource instance SDT history params

func (*GetDeviceDatasourceInstanceSDTHistoryParams) SetHTTPClient ¶

func (o *GetDeviceDatasourceInstanceSDTHistoryParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get device datasource instance SDT history params

func (*GetDeviceDatasourceInstanceSDTHistoryParams) SetHdsID ¶

SetHdsID adds the hdsId to the get device datasource instance SDT history params

func (*GetDeviceDatasourceInstanceSDTHistoryParams) SetID ¶

SetID adds the id to the get device datasource instance SDT history params

func (*GetDeviceDatasourceInstanceSDTHistoryParams) SetOffset ¶

func (o *GetDeviceDatasourceInstanceSDTHistoryParams) SetOffset(offset *int32)

SetOffset adds the offset to the get device datasource instance SDT history params

func (*GetDeviceDatasourceInstanceSDTHistoryParams) SetSize ¶

SetSize adds the size to the get device datasource instance SDT history params

func (*GetDeviceDatasourceInstanceSDTHistoryParams) SetTimeout ¶

SetTimeout adds the timeout to the get device datasource instance SDT history params

func (*GetDeviceDatasourceInstanceSDTHistoryParams) WithContext ¶

WithContext adds the context to the get device datasource instance SDT history params

func (*GetDeviceDatasourceInstanceSDTHistoryParams) WithDeviceID ¶

WithDeviceID adds the deviceID to the get device datasource instance SDT history params

func (*GetDeviceDatasourceInstanceSDTHistoryParams) WithFields ¶

WithFields adds the fields to the get device datasource instance SDT history params

func (*GetDeviceDatasourceInstanceSDTHistoryParams) WithFilter ¶

WithFilter adds the filter to the get device datasource instance SDT history params

func (*GetDeviceDatasourceInstanceSDTHistoryParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get device datasource instance SDT history params

func (*GetDeviceDatasourceInstanceSDTHistoryParams) WithHdsID ¶

WithHdsID adds the hdsID to the get device datasource instance SDT history params

func (*GetDeviceDatasourceInstanceSDTHistoryParams) WithID ¶

WithID adds the id to the get device datasource instance SDT history params

func (*GetDeviceDatasourceInstanceSDTHistoryParams) WithOffset ¶

WithOffset adds the offset to the get device datasource instance SDT history params

func (*GetDeviceDatasourceInstanceSDTHistoryParams) WithSize ¶

WithSize adds the size to the get device datasource instance SDT history params

func (*GetDeviceDatasourceInstanceSDTHistoryParams) WithTimeout ¶

WithTimeout adds the timeout to the get device datasource instance SDT history params

func (*GetDeviceDatasourceInstanceSDTHistoryParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetDeviceDatasourceInstanceSDTHistoryReader ¶

type GetDeviceDatasourceInstanceSDTHistoryReader struct {
	// contains filtered or unexported fields
}

GetDeviceDatasourceInstanceSDTHistoryReader is a Reader for the GetDeviceDatasourceInstanceSDTHistory structure.

func (*GetDeviceDatasourceInstanceSDTHistoryReader) ReadResponse ¶

func (o *GetDeviceDatasourceInstanceSDTHistoryReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetDeviceDatasourceListDefault ¶

type GetDeviceDatasourceListDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetDeviceDatasourceListDefault handles this case with default header values.

Error

func NewGetDeviceDatasourceListDefault ¶

func NewGetDeviceDatasourceListDefault(code int) *GetDeviceDatasourceListDefault

NewGetDeviceDatasourceListDefault creates a GetDeviceDatasourceListDefault with default headers values

func (*GetDeviceDatasourceListDefault) Code ¶

Code gets the status code for the get device datasource list default response

func (*GetDeviceDatasourceListDefault) Error ¶

type GetDeviceDatasourceListOK ¶

type GetDeviceDatasourceListOK struct {
	Payload *models.DeviceDatasourcePaginationResponse
}

GetDeviceDatasourceListOK handles this case with default header values.

successful operation

func NewGetDeviceDatasourceListOK ¶

func NewGetDeviceDatasourceListOK() *GetDeviceDatasourceListOK

NewGetDeviceDatasourceListOK creates a GetDeviceDatasourceListOK with default headers values

func (*GetDeviceDatasourceListOK) Error ¶

func (o *GetDeviceDatasourceListOK) Error() string

type GetDeviceDatasourceListParams ¶

type GetDeviceDatasourceListParams struct {

	/*DeviceID*/
	DeviceID int32
	/*Fields*/
	Fields *string
	/*Filter*/
	Filter *string
	/*Offset*/
	Offset *int32
	/*Size*/
	Size *int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetDeviceDatasourceListParams contains all the parameters to send to the API endpoint for the get device datasource list operation typically these are written to a http.Request

func NewGetDeviceDatasourceListParams ¶

func NewGetDeviceDatasourceListParams() *GetDeviceDatasourceListParams

NewGetDeviceDatasourceListParams creates a new GetDeviceDatasourceListParams object with the default values initialized.

func NewGetDeviceDatasourceListParamsWithContext ¶

func NewGetDeviceDatasourceListParamsWithContext(ctx context.Context) *GetDeviceDatasourceListParams

NewGetDeviceDatasourceListParamsWithContext creates a new GetDeviceDatasourceListParams object with the default values initialized, and the ability to set a context for a request

func NewGetDeviceDatasourceListParamsWithHTTPClient ¶

func NewGetDeviceDatasourceListParamsWithHTTPClient(client *http.Client) *GetDeviceDatasourceListParams

NewGetDeviceDatasourceListParamsWithHTTPClient creates a new GetDeviceDatasourceListParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetDeviceDatasourceListParamsWithTimeout ¶

func NewGetDeviceDatasourceListParamsWithTimeout(timeout time.Duration) *GetDeviceDatasourceListParams

NewGetDeviceDatasourceListParamsWithTimeout creates a new GetDeviceDatasourceListParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetDeviceDatasourceListParams) SetContext ¶

func (o *GetDeviceDatasourceListParams) SetContext(ctx context.Context)

SetContext adds the context to the get device datasource list params

func (*GetDeviceDatasourceListParams) SetDeviceID ¶

func (o *GetDeviceDatasourceListParams) SetDeviceID(deviceID int32)

SetDeviceID adds the deviceId to the get device datasource list params

func (*GetDeviceDatasourceListParams) SetFields ¶

func (o *GetDeviceDatasourceListParams) SetFields(fields *string)

SetFields adds the fields to the get device datasource list params

func (*GetDeviceDatasourceListParams) SetFilter ¶

func (o *GetDeviceDatasourceListParams) SetFilter(filter *string)

SetFilter adds the filter to the get device datasource list params

func (*GetDeviceDatasourceListParams) SetHTTPClient ¶

func (o *GetDeviceDatasourceListParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get device datasource list params

func (*GetDeviceDatasourceListParams) SetOffset ¶

func (o *GetDeviceDatasourceListParams) SetOffset(offset *int32)

SetOffset adds the offset to the get device datasource list params

func (*GetDeviceDatasourceListParams) SetSize ¶

func (o *GetDeviceDatasourceListParams) SetSize(size *int32)

SetSize adds the size to the get device datasource list params

func (*GetDeviceDatasourceListParams) SetTimeout ¶

func (o *GetDeviceDatasourceListParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get device datasource list params

func (*GetDeviceDatasourceListParams) WithContext ¶

WithContext adds the context to the get device datasource list params

func (*GetDeviceDatasourceListParams) WithDeviceID ¶

WithDeviceID adds the deviceID to the get device datasource list params

func (*GetDeviceDatasourceListParams) WithFields ¶

WithFields adds the fields to the get device datasource list params

func (*GetDeviceDatasourceListParams) WithFilter ¶

WithFilter adds the filter to the get device datasource list params

func (*GetDeviceDatasourceListParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get device datasource list params

func (*GetDeviceDatasourceListParams) WithOffset ¶

WithOffset adds the offset to the get device datasource list params

func (*GetDeviceDatasourceListParams) WithSize ¶

WithSize adds the size to the get device datasource list params

func (*GetDeviceDatasourceListParams) WithTimeout ¶

WithTimeout adds the timeout to the get device datasource list params

func (*GetDeviceDatasourceListParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetDeviceDatasourceListReader ¶

type GetDeviceDatasourceListReader struct {
	// contains filtered or unexported fields
}

GetDeviceDatasourceListReader is a Reader for the GetDeviceDatasourceList structure.

func (*GetDeviceDatasourceListReader) ReadResponse ¶

func (o *GetDeviceDatasourceListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetDeviceGroupByIDDefault ¶

type GetDeviceGroupByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetDeviceGroupByIDDefault handles this case with default header values.

Error

func NewGetDeviceGroupByIDDefault ¶

func NewGetDeviceGroupByIDDefault(code int) *GetDeviceGroupByIDDefault

NewGetDeviceGroupByIDDefault creates a GetDeviceGroupByIDDefault with default headers values

func (*GetDeviceGroupByIDDefault) Code ¶

func (o *GetDeviceGroupByIDDefault) Code() int

Code gets the status code for the get device group by Id default response

func (*GetDeviceGroupByIDDefault) Error ¶

func (o *GetDeviceGroupByIDDefault) Error() string

type GetDeviceGroupByIDOK ¶

type GetDeviceGroupByIDOK struct {
	Payload *models.DeviceGroup
}

GetDeviceGroupByIDOK handles this case with default header values.

successful operation

func NewGetDeviceGroupByIDOK ¶

func NewGetDeviceGroupByIDOK() *GetDeviceGroupByIDOK

NewGetDeviceGroupByIDOK creates a GetDeviceGroupByIDOK with default headers values

func (*GetDeviceGroupByIDOK) Error ¶

func (o *GetDeviceGroupByIDOK) Error() string

type GetDeviceGroupByIDParams ¶

type GetDeviceGroupByIDParams struct {

	/*Fields*/
	Fields *string
	/*ID*/
	ID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetDeviceGroupByIDParams contains all the parameters to send to the API endpoint for the get device group by Id operation typically these are written to a http.Request

func NewGetDeviceGroupByIDParams ¶

func NewGetDeviceGroupByIDParams() *GetDeviceGroupByIDParams

NewGetDeviceGroupByIDParams creates a new GetDeviceGroupByIDParams object with the default values initialized.

func NewGetDeviceGroupByIDParamsWithContext ¶

func NewGetDeviceGroupByIDParamsWithContext(ctx context.Context) *GetDeviceGroupByIDParams

NewGetDeviceGroupByIDParamsWithContext creates a new GetDeviceGroupByIDParams object with the default values initialized, and the ability to set a context for a request

func NewGetDeviceGroupByIDParamsWithHTTPClient ¶

func NewGetDeviceGroupByIDParamsWithHTTPClient(client *http.Client) *GetDeviceGroupByIDParams

NewGetDeviceGroupByIDParamsWithHTTPClient creates a new GetDeviceGroupByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetDeviceGroupByIDParamsWithTimeout ¶

func NewGetDeviceGroupByIDParamsWithTimeout(timeout time.Duration) *GetDeviceGroupByIDParams

NewGetDeviceGroupByIDParamsWithTimeout creates a new GetDeviceGroupByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetDeviceGroupByIDParams) SetContext ¶

func (o *GetDeviceGroupByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the get device group by Id params

func (*GetDeviceGroupByIDParams) SetFields ¶

func (o *GetDeviceGroupByIDParams) SetFields(fields *string)

SetFields adds the fields to the get device group by Id params

func (*GetDeviceGroupByIDParams) SetHTTPClient ¶

func (o *GetDeviceGroupByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get device group by Id params

func (*GetDeviceGroupByIDParams) SetID ¶

func (o *GetDeviceGroupByIDParams) SetID(id int32)

SetID adds the id to the get device group by Id params

func (*GetDeviceGroupByIDParams) SetTimeout ¶

func (o *GetDeviceGroupByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get device group by Id params

func (*GetDeviceGroupByIDParams) WithContext ¶

WithContext adds the context to the get device group by Id params

func (*GetDeviceGroupByIDParams) WithFields ¶

WithFields adds the fields to the get device group by Id params

func (*GetDeviceGroupByIDParams) WithHTTPClient ¶

func (o *GetDeviceGroupByIDParams) WithHTTPClient(client *http.Client) *GetDeviceGroupByIDParams

WithHTTPClient adds the HTTPClient to the get device group by Id params

func (*GetDeviceGroupByIDParams) WithID ¶

WithID adds the id to the get device group by Id params

func (*GetDeviceGroupByIDParams) WithTimeout ¶

WithTimeout adds the timeout to the get device group by Id params

func (*GetDeviceGroupByIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetDeviceGroupByIDReader ¶

type GetDeviceGroupByIDReader struct {
	// contains filtered or unexported fields
}

GetDeviceGroupByIDReader is a Reader for the GetDeviceGroupByID structure.

func (*GetDeviceGroupByIDReader) ReadResponse ¶

func (o *GetDeviceGroupByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetDeviceGroupClusterAlertConfByIDDefault ¶

type GetDeviceGroupClusterAlertConfByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetDeviceGroupClusterAlertConfByIDDefault handles this case with default header values.

Error

func NewGetDeviceGroupClusterAlertConfByIDDefault ¶

func NewGetDeviceGroupClusterAlertConfByIDDefault(code int) *GetDeviceGroupClusterAlertConfByIDDefault

NewGetDeviceGroupClusterAlertConfByIDDefault creates a GetDeviceGroupClusterAlertConfByIDDefault with default headers values

func (*GetDeviceGroupClusterAlertConfByIDDefault) Code ¶

Code gets the status code for the get device group cluster alert conf by Id default response

func (*GetDeviceGroupClusterAlertConfByIDDefault) Error ¶

type GetDeviceGroupClusterAlertConfByIDOK ¶

type GetDeviceGroupClusterAlertConfByIDOK struct {
	Payload *models.DeviceClusterAlertConfig
}

GetDeviceGroupClusterAlertConfByIDOK handles this case with default header values.

successful operation

func NewGetDeviceGroupClusterAlertConfByIDOK ¶

func NewGetDeviceGroupClusterAlertConfByIDOK() *GetDeviceGroupClusterAlertConfByIDOK

NewGetDeviceGroupClusterAlertConfByIDOK creates a GetDeviceGroupClusterAlertConfByIDOK with default headers values

func (*GetDeviceGroupClusterAlertConfByIDOK) Error ¶

type GetDeviceGroupClusterAlertConfByIDParams ¶

type GetDeviceGroupClusterAlertConfByIDParams struct {

	/*DeviceGroupID*/
	DeviceGroupID int32
	/*ID*/
	ID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetDeviceGroupClusterAlertConfByIDParams contains all the parameters to send to the API endpoint for the get device group cluster alert conf by Id operation typically these are written to a http.Request

func NewGetDeviceGroupClusterAlertConfByIDParams ¶

func NewGetDeviceGroupClusterAlertConfByIDParams() *GetDeviceGroupClusterAlertConfByIDParams

NewGetDeviceGroupClusterAlertConfByIDParams creates a new GetDeviceGroupClusterAlertConfByIDParams object with the default values initialized.

func NewGetDeviceGroupClusterAlertConfByIDParamsWithContext ¶

func NewGetDeviceGroupClusterAlertConfByIDParamsWithContext(ctx context.Context) *GetDeviceGroupClusterAlertConfByIDParams

NewGetDeviceGroupClusterAlertConfByIDParamsWithContext creates a new GetDeviceGroupClusterAlertConfByIDParams object with the default values initialized, and the ability to set a context for a request

func NewGetDeviceGroupClusterAlertConfByIDParamsWithHTTPClient ¶

func NewGetDeviceGroupClusterAlertConfByIDParamsWithHTTPClient(client *http.Client) *GetDeviceGroupClusterAlertConfByIDParams

NewGetDeviceGroupClusterAlertConfByIDParamsWithHTTPClient creates a new GetDeviceGroupClusterAlertConfByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetDeviceGroupClusterAlertConfByIDParamsWithTimeout ¶

func NewGetDeviceGroupClusterAlertConfByIDParamsWithTimeout(timeout time.Duration) *GetDeviceGroupClusterAlertConfByIDParams

NewGetDeviceGroupClusterAlertConfByIDParamsWithTimeout creates a new GetDeviceGroupClusterAlertConfByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetDeviceGroupClusterAlertConfByIDParams) SetContext ¶

SetContext adds the context to the get device group cluster alert conf by Id params

func (*GetDeviceGroupClusterAlertConfByIDParams) SetDeviceGroupID ¶

func (o *GetDeviceGroupClusterAlertConfByIDParams) SetDeviceGroupID(deviceGroupID int32)

SetDeviceGroupID adds the deviceGroupId to the get device group cluster alert conf by Id params

func (*GetDeviceGroupClusterAlertConfByIDParams) SetHTTPClient ¶

func (o *GetDeviceGroupClusterAlertConfByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get device group cluster alert conf by Id params

func (*GetDeviceGroupClusterAlertConfByIDParams) SetID ¶

SetID adds the id to the get device group cluster alert conf by Id params

func (*GetDeviceGroupClusterAlertConfByIDParams) SetTimeout ¶

SetTimeout adds the timeout to the get device group cluster alert conf by Id params

func (*GetDeviceGroupClusterAlertConfByIDParams) WithContext ¶

WithContext adds the context to the get device group cluster alert conf by Id params

func (*GetDeviceGroupClusterAlertConfByIDParams) WithDeviceGroupID ¶

WithDeviceGroupID adds the deviceGroupID to the get device group cluster alert conf by Id params

func (*GetDeviceGroupClusterAlertConfByIDParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get device group cluster alert conf by Id params

func (*GetDeviceGroupClusterAlertConfByIDParams) WithID ¶

WithID adds the id to the get device group cluster alert conf by Id params

func (*GetDeviceGroupClusterAlertConfByIDParams) WithTimeout ¶

WithTimeout adds the timeout to the get device group cluster alert conf by Id params

func (*GetDeviceGroupClusterAlertConfByIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetDeviceGroupClusterAlertConfByIDReader ¶

type GetDeviceGroupClusterAlertConfByIDReader struct {
	// contains filtered or unexported fields
}

GetDeviceGroupClusterAlertConfByIDReader is a Reader for the GetDeviceGroupClusterAlertConfByID structure.

func (*GetDeviceGroupClusterAlertConfByIDReader) ReadResponse ¶

func (o *GetDeviceGroupClusterAlertConfByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetDeviceGroupClusterAlertConfListDefault ¶

type GetDeviceGroupClusterAlertConfListDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetDeviceGroupClusterAlertConfListDefault handles this case with default header values.

Error

func NewGetDeviceGroupClusterAlertConfListDefault ¶

func NewGetDeviceGroupClusterAlertConfListDefault(code int) *GetDeviceGroupClusterAlertConfListDefault

NewGetDeviceGroupClusterAlertConfListDefault creates a GetDeviceGroupClusterAlertConfListDefault with default headers values

func (*GetDeviceGroupClusterAlertConfListDefault) Code ¶

Code gets the status code for the get device group cluster alert conf list default response

func (*GetDeviceGroupClusterAlertConfListDefault) Error ¶

type GetDeviceGroupClusterAlertConfListOK ¶

type GetDeviceGroupClusterAlertConfListOK struct {
	Payload *models.DeviceClusterAlertConfigPaginationResponse
}

GetDeviceGroupClusterAlertConfListOK handles this case with default header values.

successful operation

func NewGetDeviceGroupClusterAlertConfListOK ¶

func NewGetDeviceGroupClusterAlertConfListOK() *GetDeviceGroupClusterAlertConfListOK

NewGetDeviceGroupClusterAlertConfListOK creates a GetDeviceGroupClusterAlertConfListOK with default headers values

func (*GetDeviceGroupClusterAlertConfListOK) Error ¶

type GetDeviceGroupClusterAlertConfListParams ¶

type GetDeviceGroupClusterAlertConfListParams struct {

	/*DeviceGroupID*/
	DeviceGroupID int32
	/*Fields*/
	Fields *string
	/*Filter*/
	Filter *string
	/*Offset*/
	Offset *int32
	/*Size*/
	Size *int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetDeviceGroupClusterAlertConfListParams contains all the parameters to send to the API endpoint for the get device group cluster alert conf list operation typically these are written to a http.Request

func NewGetDeviceGroupClusterAlertConfListParams ¶

func NewGetDeviceGroupClusterAlertConfListParams() *GetDeviceGroupClusterAlertConfListParams

NewGetDeviceGroupClusterAlertConfListParams creates a new GetDeviceGroupClusterAlertConfListParams object with the default values initialized.

func NewGetDeviceGroupClusterAlertConfListParamsWithContext ¶

func NewGetDeviceGroupClusterAlertConfListParamsWithContext(ctx context.Context) *GetDeviceGroupClusterAlertConfListParams

NewGetDeviceGroupClusterAlertConfListParamsWithContext creates a new GetDeviceGroupClusterAlertConfListParams object with the default values initialized, and the ability to set a context for a request

func NewGetDeviceGroupClusterAlertConfListParamsWithHTTPClient ¶

func NewGetDeviceGroupClusterAlertConfListParamsWithHTTPClient(client *http.Client) *GetDeviceGroupClusterAlertConfListParams

NewGetDeviceGroupClusterAlertConfListParamsWithHTTPClient creates a new GetDeviceGroupClusterAlertConfListParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetDeviceGroupClusterAlertConfListParamsWithTimeout ¶

func NewGetDeviceGroupClusterAlertConfListParamsWithTimeout(timeout time.Duration) *GetDeviceGroupClusterAlertConfListParams

NewGetDeviceGroupClusterAlertConfListParamsWithTimeout creates a new GetDeviceGroupClusterAlertConfListParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetDeviceGroupClusterAlertConfListParams) SetContext ¶

SetContext adds the context to the get device group cluster alert conf list params

func (*GetDeviceGroupClusterAlertConfListParams) SetDeviceGroupID ¶

func (o *GetDeviceGroupClusterAlertConfListParams) SetDeviceGroupID(deviceGroupID int32)

SetDeviceGroupID adds the deviceGroupId to the get device group cluster alert conf list params

func (*GetDeviceGroupClusterAlertConfListParams) SetFields ¶

func (o *GetDeviceGroupClusterAlertConfListParams) SetFields(fields *string)

SetFields adds the fields to the get device group cluster alert conf list params

func (*GetDeviceGroupClusterAlertConfListParams) SetFilter ¶

func (o *GetDeviceGroupClusterAlertConfListParams) SetFilter(filter *string)

SetFilter adds the filter to the get device group cluster alert conf list params

func (*GetDeviceGroupClusterAlertConfListParams) SetHTTPClient ¶

func (o *GetDeviceGroupClusterAlertConfListParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get device group cluster alert conf list params

func (*GetDeviceGroupClusterAlertConfListParams) SetOffset ¶

func (o *GetDeviceGroupClusterAlertConfListParams) SetOffset(offset *int32)

SetOffset adds the offset to the get device group cluster alert conf list params

func (*GetDeviceGroupClusterAlertConfListParams) SetSize ¶

SetSize adds the size to the get device group cluster alert conf list params

func (*GetDeviceGroupClusterAlertConfListParams) SetTimeout ¶

SetTimeout adds the timeout to the get device group cluster alert conf list params

func (*GetDeviceGroupClusterAlertConfListParams) WithContext ¶

WithContext adds the context to the get device group cluster alert conf list params

func (*GetDeviceGroupClusterAlertConfListParams) WithDeviceGroupID ¶

WithDeviceGroupID adds the deviceGroupID to the get device group cluster alert conf list params

func (*GetDeviceGroupClusterAlertConfListParams) WithFields ¶

WithFields adds the fields to the get device group cluster alert conf list params

func (*GetDeviceGroupClusterAlertConfListParams) WithFilter ¶

WithFilter adds the filter to the get device group cluster alert conf list params

func (*GetDeviceGroupClusterAlertConfListParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get device group cluster alert conf list params

func (*GetDeviceGroupClusterAlertConfListParams) WithOffset ¶

WithOffset adds the offset to the get device group cluster alert conf list params

func (*GetDeviceGroupClusterAlertConfListParams) WithSize ¶

WithSize adds the size to the get device group cluster alert conf list params

func (*GetDeviceGroupClusterAlertConfListParams) WithTimeout ¶

WithTimeout adds the timeout to the get device group cluster alert conf list params

func (*GetDeviceGroupClusterAlertConfListParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetDeviceGroupClusterAlertConfListReader ¶

type GetDeviceGroupClusterAlertConfListReader struct {
	// contains filtered or unexported fields
}

GetDeviceGroupClusterAlertConfListReader is a Reader for the GetDeviceGroupClusterAlertConfList structure.

func (*GetDeviceGroupClusterAlertConfListReader) ReadResponse ¶

func (o *GetDeviceGroupClusterAlertConfListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetDeviceGroupDatasourceAlertSettingDefault ¶

type GetDeviceGroupDatasourceAlertSettingDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetDeviceGroupDatasourceAlertSettingDefault handles this case with default header values.

Error

func NewGetDeviceGroupDatasourceAlertSettingDefault ¶

func NewGetDeviceGroupDatasourceAlertSettingDefault(code int) *GetDeviceGroupDatasourceAlertSettingDefault

NewGetDeviceGroupDatasourceAlertSettingDefault creates a GetDeviceGroupDatasourceAlertSettingDefault with default headers values

func (*GetDeviceGroupDatasourceAlertSettingDefault) Code ¶

Code gets the status code for the get device group datasource alert setting default response

func (*GetDeviceGroupDatasourceAlertSettingDefault) Error ¶

type GetDeviceGroupDatasourceAlertSettingOK ¶

type GetDeviceGroupDatasourceAlertSettingOK struct {
	Payload *models.DeviceGroupDataSourceAlertConfig
}

GetDeviceGroupDatasourceAlertSettingOK handles this case with default header values.

successful operation

func NewGetDeviceGroupDatasourceAlertSettingOK ¶

func NewGetDeviceGroupDatasourceAlertSettingOK() *GetDeviceGroupDatasourceAlertSettingOK

NewGetDeviceGroupDatasourceAlertSettingOK creates a GetDeviceGroupDatasourceAlertSettingOK with default headers values

func (*GetDeviceGroupDatasourceAlertSettingOK) Error ¶

type GetDeviceGroupDatasourceAlertSettingParams ¶

type GetDeviceGroupDatasourceAlertSettingParams struct {

	/*DeviceGroupID*/
	DeviceGroupID int32
	/*DsID*/
	DsID int32
	/*Fields*/
	Fields *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetDeviceGroupDatasourceAlertSettingParams contains all the parameters to send to the API endpoint for the get device group datasource alert setting operation typically these are written to a http.Request

func NewGetDeviceGroupDatasourceAlertSettingParams ¶

func NewGetDeviceGroupDatasourceAlertSettingParams() *GetDeviceGroupDatasourceAlertSettingParams

NewGetDeviceGroupDatasourceAlertSettingParams creates a new GetDeviceGroupDatasourceAlertSettingParams object with the default values initialized.

func NewGetDeviceGroupDatasourceAlertSettingParamsWithContext ¶

func NewGetDeviceGroupDatasourceAlertSettingParamsWithContext(ctx context.Context) *GetDeviceGroupDatasourceAlertSettingParams

NewGetDeviceGroupDatasourceAlertSettingParamsWithContext creates a new GetDeviceGroupDatasourceAlertSettingParams object with the default values initialized, and the ability to set a context for a request

func NewGetDeviceGroupDatasourceAlertSettingParamsWithHTTPClient ¶

func NewGetDeviceGroupDatasourceAlertSettingParamsWithHTTPClient(client *http.Client) *GetDeviceGroupDatasourceAlertSettingParams

NewGetDeviceGroupDatasourceAlertSettingParamsWithHTTPClient creates a new GetDeviceGroupDatasourceAlertSettingParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetDeviceGroupDatasourceAlertSettingParamsWithTimeout ¶

func NewGetDeviceGroupDatasourceAlertSettingParamsWithTimeout(timeout time.Duration) *GetDeviceGroupDatasourceAlertSettingParams

NewGetDeviceGroupDatasourceAlertSettingParamsWithTimeout creates a new GetDeviceGroupDatasourceAlertSettingParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetDeviceGroupDatasourceAlertSettingParams) SetContext ¶

SetContext adds the context to the get device group datasource alert setting params

func (*GetDeviceGroupDatasourceAlertSettingParams) SetDeviceGroupID ¶

func (o *GetDeviceGroupDatasourceAlertSettingParams) SetDeviceGroupID(deviceGroupID int32)

SetDeviceGroupID adds the deviceGroupId to the get device group datasource alert setting params

func (*GetDeviceGroupDatasourceAlertSettingParams) SetDsID ¶

SetDsID adds the dsId to the get device group datasource alert setting params

func (*GetDeviceGroupDatasourceAlertSettingParams) SetFields ¶

func (o *GetDeviceGroupDatasourceAlertSettingParams) SetFields(fields *string)

SetFields adds the fields to the get device group datasource alert setting params

func (*GetDeviceGroupDatasourceAlertSettingParams) SetHTTPClient ¶

func (o *GetDeviceGroupDatasourceAlertSettingParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get device group datasource alert setting params

func (*GetDeviceGroupDatasourceAlertSettingParams) SetTimeout ¶

SetTimeout adds the timeout to the get device group datasource alert setting params

func (*GetDeviceGroupDatasourceAlertSettingParams) WithContext ¶

WithContext adds the context to the get device group datasource alert setting params

func (*GetDeviceGroupDatasourceAlertSettingParams) WithDeviceGroupID ¶

WithDeviceGroupID adds the deviceGroupID to the get device group datasource alert setting params

func (*GetDeviceGroupDatasourceAlertSettingParams) WithDsID ¶

WithDsID adds the dsID to the get device group datasource alert setting params

func (*GetDeviceGroupDatasourceAlertSettingParams) WithFields ¶

WithFields adds the fields to the get device group datasource alert setting params

func (*GetDeviceGroupDatasourceAlertSettingParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get device group datasource alert setting params

func (*GetDeviceGroupDatasourceAlertSettingParams) WithTimeout ¶

WithTimeout adds the timeout to the get device group datasource alert setting params

func (*GetDeviceGroupDatasourceAlertSettingParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetDeviceGroupDatasourceAlertSettingReader ¶

type GetDeviceGroupDatasourceAlertSettingReader struct {
	// contains filtered or unexported fields
}

GetDeviceGroupDatasourceAlertSettingReader is a Reader for the GetDeviceGroupDatasourceAlertSetting structure.

func (*GetDeviceGroupDatasourceAlertSettingReader) ReadResponse ¶

func (o *GetDeviceGroupDatasourceAlertSettingReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetDeviceGroupDatasourceByIDDefault ¶

type GetDeviceGroupDatasourceByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetDeviceGroupDatasourceByIDDefault handles this case with default header values.

Error

func NewGetDeviceGroupDatasourceByIDDefault ¶

func NewGetDeviceGroupDatasourceByIDDefault(code int) *GetDeviceGroupDatasourceByIDDefault

NewGetDeviceGroupDatasourceByIDDefault creates a GetDeviceGroupDatasourceByIDDefault with default headers values

func (*GetDeviceGroupDatasourceByIDDefault) Code ¶

Code gets the status code for the get device group datasource by Id default response

func (*GetDeviceGroupDatasourceByIDDefault) Error ¶

type GetDeviceGroupDatasourceByIDOK ¶

type GetDeviceGroupDatasourceByIDOK struct {
	Payload *models.DeviceGroupDataSource
}

GetDeviceGroupDatasourceByIDOK handles this case with default header values.

successful operation

func NewGetDeviceGroupDatasourceByIDOK ¶

func NewGetDeviceGroupDatasourceByIDOK() *GetDeviceGroupDatasourceByIDOK

NewGetDeviceGroupDatasourceByIDOK creates a GetDeviceGroupDatasourceByIDOK with default headers values

func (*GetDeviceGroupDatasourceByIDOK) Error ¶

type GetDeviceGroupDatasourceByIDParams ¶

type GetDeviceGroupDatasourceByIDParams struct {

	/*DeviceGroupID*/
	DeviceGroupID int32
	/*Fields*/
	Fields *string
	/*ID*/
	ID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetDeviceGroupDatasourceByIDParams contains all the parameters to send to the API endpoint for the get device group datasource by Id operation typically these are written to a http.Request

func NewGetDeviceGroupDatasourceByIDParams ¶

func NewGetDeviceGroupDatasourceByIDParams() *GetDeviceGroupDatasourceByIDParams

NewGetDeviceGroupDatasourceByIDParams creates a new GetDeviceGroupDatasourceByIDParams object with the default values initialized.

func NewGetDeviceGroupDatasourceByIDParamsWithContext ¶

func NewGetDeviceGroupDatasourceByIDParamsWithContext(ctx context.Context) *GetDeviceGroupDatasourceByIDParams

NewGetDeviceGroupDatasourceByIDParamsWithContext creates a new GetDeviceGroupDatasourceByIDParams object with the default values initialized, and the ability to set a context for a request

func NewGetDeviceGroupDatasourceByIDParamsWithHTTPClient ¶

func NewGetDeviceGroupDatasourceByIDParamsWithHTTPClient(client *http.Client) *GetDeviceGroupDatasourceByIDParams

NewGetDeviceGroupDatasourceByIDParamsWithHTTPClient creates a new GetDeviceGroupDatasourceByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetDeviceGroupDatasourceByIDParamsWithTimeout ¶

func NewGetDeviceGroupDatasourceByIDParamsWithTimeout(timeout time.Duration) *GetDeviceGroupDatasourceByIDParams

NewGetDeviceGroupDatasourceByIDParamsWithTimeout creates a new GetDeviceGroupDatasourceByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetDeviceGroupDatasourceByIDParams) SetContext ¶

SetContext adds the context to the get device group datasource by Id params

func (*GetDeviceGroupDatasourceByIDParams) SetDeviceGroupID ¶

func (o *GetDeviceGroupDatasourceByIDParams) SetDeviceGroupID(deviceGroupID int32)

SetDeviceGroupID adds the deviceGroupId to the get device group datasource by Id params

func (*GetDeviceGroupDatasourceByIDParams) SetFields ¶

func (o *GetDeviceGroupDatasourceByIDParams) SetFields(fields *string)

SetFields adds the fields to the get device group datasource by Id params

func (*GetDeviceGroupDatasourceByIDParams) SetHTTPClient ¶

func (o *GetDeviceGroupDatasourceByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get device group datasource by Id params

func (*GetDeviceGroupDatasourceByIDParams) SetID ¶

SetID adds the id to the get device group datasource by Id params

func (*GetDeviceGroupDatasourceByIDParams) SetTimeout ¶

func (o *GetDeviceGroupDatasourceByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get device group datasource by Id params

func (*GetDeviceGroupDatasourceByIDParams) WithContext ¶

WithContext adds the context to the get device group datasource by Id params

func (*GetDeviceGroupDatasourceByIDParams) WithDeviceGroupID ¶

WithDeviceGroupID adds the deviceGroupID to the get device group datasource by Id params

func (*GetDeviceGroupDatasourceByIDParams) WithFields ¶

WithFields adds the fields to the get device group datasource by Id params

func (*GetDeviceGroupDatasourceByIDParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get device group datasource by Id params

func (*GetDeviceGroupDatasourceByIDParams) WithID ¶

WithID adds the id to the get device group datasource by Id params

func (*GetDeviceGroupDatasourceByIDParams) WithTimeout ¶

WithTimeout adds the timeout to the get device group datasource by Id params

func (*GetDeviceGroupDatasourceByIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetDeviceGroupDatasourceByIDReader ¶

type GetDeviceGroupDatasourceByIDReader struct {
	// contains filtered or unexported fields
}

GetDeviceGroupDatasourceByIDReader is a Reader for the GetDeviceGroupDatasourceByID structure.

func (*GetDeviceGroupDatasourceByIDReader) ReadResponse ¶

func (o *GetDeviceGroupDatasourceByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetDeviceGroupDatasourceListDefault ¶

type GetDeviceGroupDatasourceListDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetDeviceGroupDatasourceListDefault handles this case with default header values.

Error

func NewGetDeviceGroupDatasourceListDefault ¶

func NewGetDeviceGroupDatasourceListDefault(code int) *GetDeviceGroupDatasourceListDefault

NewGetDeviceGroupDatasourceListDefault creates a GetDeviceGroupDatasourceListDefault with default headers values

func (*GetDeviceGroupDatasourceListDefault) Code ¶

Code gets the status code for the get device group datasource list default response

func (*GetDeviceGroupDatasourceListDefault) Error ¶

type GetDeviceGroupDatasourceListOK ¶

type GetDeviceGroupDatasourceListOK struct {
	Payload *models.DeviceGroupDatasourcePaginationResponse
}

GetDeviceGroupDatasourceListOK handles this case with default header values.

successful operation

func NewGetDeviceGroupDatasourceListOK ¶

func NewGetDeviceGroupDatasourceListOK() *GetDeviceGroupDatasourceListOK

NewGetDeviceGroupDatasourceListOK creates a GetDeviceGroupDatasourceListOK with default headers values

func (*GetDeviceGroupDatasourceListOK) Error ¶

type GetDeviceGroupDatasourceListParams ¶

type GetDeviceGroupDatasourceListParams struct {

	/*DeviceGroupID*/
	DeviceGroupID int32
	/*Fields*/
	Fields *string
	/*Filter*/
	Filter *string
	/*IncludeDisabledDataSourceWithoutInstance*/
	IncludeDisabledDataSourceWithoutInstance *bool
	/*Offset*/
	Offset *int32
	/*Size*/
	Size *int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetDeviceGroupDatasourceListParams contains all the parameters to send to the API endpoint for the get device group datasource list operation typically these are written to a http.Request

func NewGetDeviceGroupDatasourceListParams ¶

func NewGetDeviceGroupDatasourceListParams() *GetDeviceGroupDatasourceListParams

NewGetDeviceGroupDatasourceListParams creates a new GetDeviceGroupDatasourceListParams object with the default values initialized.

func NewGetDeviceGroupDatasourceListParamsWithContext ¶

func NewGetDeviceGroupDatasourceListParamsWithContext(ctx context.Context) *GetDeviceGroupDatasourceListParams

NewGetDeviceGroupDatasourceListParamsWithContext creates a new GetDeviceGroupDatasourceListParams object with the default values initialized, and the ability to set a context for a request

func NewGetDeviceGroupDatasourceListParamsWithHTTPClient ¶

func NewGetDeviceGroupDatasourceListParamsWithHTTPClient(client *http.Client) *GetDeviceGroupDatasourceListParams

NewGetDeviceGroupDatasourceListParamsWithHTTPClient creates a new GetDeviceGroupDatasourceListParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetDeviceGroupDatasourceListParamsWithTimeout ¶

func NewGetDeviceGroupDatasourceListParamsWithTimeout(timeout time.Duration) *GetDeviceGroupDatasourceListParams

NewGetDeviceGroupDatasourceListParamsWithTimeout creates a new GetDeviceGroupDatasourceListParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetDeviceGroupDatasourceListParams) SetContext ¶

SetContext adds the context to the get device group datasource list params

func (*GetDeviceGroupDatasourceListParams) SetDeviceGroupID ¶

func (o *GetDeviceGroupDatasourceListParams) SetDeviceGroupID(deviceGroupID int32)

SetDeviceGroupID adds the deviceGroupId to the get device group datasource list params

func (*GetDeviceGroupDatasourceListParams) SetFields ¶

func (o *GetDeviceGroupDatasourceListParams) SetFields(fields *string)

SetFields adds the fields to the get device group datasource list params

func (*GetDeviceGroupDatasourceListParams) SetFilter ¶

func (o *GetDeviceGroupDatasourceListParams) SetFilter(filter *string)

SetFilter adds the filter to the get device group datasource list params

func (*GetDeviceGroupDatasourceListParams) SetHTTPClient ¶

func (o *GetDeviceGroupDatasourceListParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get device group datasource list params

func (*GetDeviceGroupDatasourceListParams) SetIncludeDisabledDataSourceWithoutInstance ¶

func (o *GetDeviceGroupDatasourceListParams) SetIncludeDisabledDataSourceWithoutInstance(includeDisabledDataSourceWithoutInstance *bool)

SetIncludeDisabledDataSourceWithoutInstance adds the includeDisabledDataSourceWithoutInstance to the get device group datasource list params

func (*GetDeviceGroupDatasourceListParams) SetOffset ¶

func (o *GetDeviceGroupDatasourceListParams) SetOffset(offset *int32)

SetOffset adds the offset to the get device group datasource list params

func (*GetDeviceGroupDatasourceListParams) SetSize ¶

func (o *GetDeviceGroupDatasourceListParams) SetSize(size *int32)

SetSize adds the size to the get device group datasource list params

func (*GetDeviceGroupDatasourceListParams) SetTimeout ¶

func (o *GetDeviceGroupDatasourceListParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get device group datasource list params

func (*GetDeviceGroupDatasourceListParams) WithContext ¶

WithContext adds the context to the get device group datasource list params

func (*GetDeviceGroupDatasourceListParams) WithDeviceGroupID ¶

WithDeviceGroupID adds the deviceGroupID to the get device group datasource list params

func (*GetDeviceGroupDatasourceListParams) WithFields ¶

WithFields adds the fields to the get device group datasource list params

func (*GetDeviceGroupDatasourceListParams) WithFilter ¶

WithFilter adds the filter to the get device group datasource list params

func (*GetDeviceGroupDatasourceListParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get device group datasource list params

func (*GetDeviceGroupDatasourceListParams) WithIncludeDisabledDataSourceWithoutInstance ¶

func (o *GetDeviceGroupDatasourceListParams) WithIncludeDisabledDataSourceWithoutInstance(includeDisabledDataSourceWithoutInstance *bool) *GetDeviceGroupDatasourceListParams

WithIncludeDisabledDataSourceWithoutInstance adds the includeDisabledDataSourceWithoutInstance to the get device group datasource list params

func (*GetDeviceGroupDatasourceListParams) WithOffset ¶

WithOffset adds the offset to the get device group datasource list params

func (*GetDeviceGroupDatasourceListParams) WithSize ¶

WithSize adds the size to the get device group datasource list params

func (*GetDeviceGroupDatasourceListParams) WithTimeout ¶

WithTimeout adds the timeout to the get device group datasource list params

func (*GetDeviceGroupDatasourceListParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetDeviceGroupDatasourceListReader ¶

type GetDeviceGroupDatasourceListReader struct {
	// contains filtered or unexported fields
}

GetDeviceGroupDatasourceListReader is a Reader for the GetDeviceGroupDatasourceList structure.

func (*GetDeviceGroupDatasourceListReader) ReadResponse ¶

func (o *GetDeviceGroupDatasourceListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetDeviceGroupListDefault ¶

type GetDeviceGroupListDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetDeviceGroupListDefault handles this case with default header values.

Error

func NewGetDeviceGroupListDefault ¶

func NewGetDeviceGroupListDefault(code int) *GetDeviceGroupListDefault

NewGetDeviceGroupListDefault creates a GetDeviceGroupListDefault with default headers values

func (*GetDeviceGroupListDefault) Code ¶

func (o *GetDeviceGroupListDefault) Code() int

Code gets the status code for the get device group list default response

func (*GetDeviceGroupListDefault) Error ¶

func (o *GetDeviceGroupListDefault) Error() string

type GetDeviceGroupListOK ¶

type GetDeviceGroupListOK struct {
	Payload *models.DeviceGroupPaginationResponse
}

GetDeviceGroupListOK handles this case with default header values.

successful operation

func NewGetDeviceGroupListOK ¶

func NewGetDeviceGroupListOK() *GetDeviceGroupListOK

NewGetDeviceGroupListOK creates a GetDeviceGroupListOK with default headers values

func (*GetDeviceGroupListOK) Error ¶

func (o *GetDeviceGroupListOK) Error() string

type GetDeviceGroupListParams ¶

type GetDeviceGroupListParams struct {

	/*Fields*/
	Fields *string
	/*Filter*/
	Filter *string
	/*Offset*/
	Offset *int32
	/*Size*/
	Size *int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetDeviceGroupListParams contains all the parameters to send to the API endpoint for the get device group list operation typically these are written to a http.Request

func NewGetDeviceGroupListParams ¶

func NewGetDeviceGroupListParams() *GetDeviceGroupListParams

NewGetDeviceGroupListParams creates a new GetDeviceGroupListParams object with the default values initialized.

func NewGetDeviceGroupListParamsWithContext ¶

func NewGetDeviceGroupListParamsWithContext(ctx context.Context) *GetDeviceGroupListParams

NewGetDeviceGroupListParamsWithContext creates a new GetDeviceGroupListParams object with the default values initialized, and the ability to set a context for a request

func NewGetDeviceGroupListParamsWithHTTPClient ¶

func NewGetDeviceGroupListParamsWithHTTPClient(client *http.Client) *GetDeviceGroupListParams

NewGetDeviceGroupListParamsWithHTTPClient creates a new GetDeviceGroupListParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetDeviceGroupListParamsWithTimeout ¶

func NewGetDeviceGroupListParamsWithTimeout(timeout time.Duration) *GetDeviceGroupListParams

NewGetDeviceGroupListParamsWithTimeout creates a new GetDeviceGroupListParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetDeviceGroupListParams) SetContext ¶

func (o *GetDeviceGroupListParams) SetContext(ctx context.Context)

SetContext adds the context to the get device group list params

func (*GetDeviceGroupListParams) SetFields ¶

func (o *GetDeviceGroupListParams) SetFields(fields *string)

SetFields adds the fields to the get device group list params

func (*GetDeviceGroupListParams) SetFilter ¶

func (o *GetDeviceGroupListParams) SetFilter(filter *string)

SetFilter adds the filter to the get device group list params

func (*GetDeviceGroupListParams) SetHTTPClient ¶

func (o *GetDeviceGroupListParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get device group list params

func (*GetDeviceGroupListParams) SetOffset ¶

func (o *GetDeviceGroupListParams) SetOffset(offset *int32)

SetOffset adds the offset to the get device group list params

func (*GetDeviceGroupListParams) SetSize ¶

func (o *GetDeviceGroupListParams) SetSize(size *int32)

SetSize adds the size to the get device group list params

func (*GetDeviceGroupListParams) SetTimeout ¶

func (o *GetDeviceGroupListParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get device group list params

func (*GetDeviceGroupListParams) WithContext ¶

WithContext adds the context to the get device group list params

func (*GetDeviceGroupListParams) WithFields ¶

WithFields adds the fields to the get device group list params

func (*GetDeviceGroupListParams) WithFilter ¶

WithFilter adds the filter to the get device group list params

func (*GetDeviceGroupListParams) WithHTTPClient ¶

func (o *GetDeviceGroupListParams) WithHTTPClient(client *http.Client) *GetDeviceGroupListParams

WithHTTPClient adds the HTTPClient to the get device group list params

func (*GetDeviceGroupListParams) WithOffset ¶

WithOffset adds the offset to the get device group list params

func (*GetDeviceGroupListParams) WithSize ¶

WithSize adds the size to the get device group list params

func (*GetDeviceGroupListParams) WithTimeout ¶

WithTimeout adds the timeout to the get device group list params

func (*GetDeviceGroupListParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetDeviceGroupListReader ¶

type GetDeviceGroupListReader struct {
	// contains filtered or unexported fields
}

GetDeviceGroupListReader is a Reader for the GetDeviceGroupList structure.

func (*GetDeviceGroupListReader) ReadResponse ¶

func (o *GetDeviceGroupListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetDeviceGroupPropertyByNameDefault ¶

type GetDeviceGroupPropertyByNameDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetDeviceGroupPropertyByNameDefault handles this case with default header values.

Error

func NewGetDeviceGroupPropertyByNameDefault ¶

func NewGetDeviceGroupPropertyByNameDefault(code int) *GetDeviceGroupPropertyByNameDefault

NewGetDeviceGroupPropertyByNameDefault creates a GetDeviceGroupPropertyByNameDefault with default headers values

func (*GetDeviceGroupPropertyByNameDefault) Code ¶

Code gets the status code for the get device group property by name default response

func (*GetDeviceGroupPropertyByNameDefault) Error ¶

type GetDeviceGroupPropertyByNameOK ¶

type GetDeviceGroupPropertyByNameOK struct {
	Payload *models.EntityProperty
}

GetDeviceGroupPropertyByNameOK handles this case with default header values.

successful operation

func NewGetDeviceGroupPropertyByNameOK ¶

func NewGetDeviceGroupPropertyByNameOK() *GetDeviceGroupPropertyByNameOK

NewGetDeviceGroupPropertyByNameOK creates a GetDeviceGroupPropertyByNameOK with default headers values

func (*GetDeviceGroupPropertyByNameOK) Error ¶

type GetDeviceGroupPropertyByNameParams ¶

type GetDeviceGroupPropertyByNameParams struct {

	/*Fields*/
	Fields *string
	/*Gid
	  group ID

	*/
	Gid int32
	/*Name*/
	Name string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetDeviceGroupPropertyByNameParams contains all the parameters to send to the API endpoint for the get device group property by name operation typically these are written to a http.Request

func NewGetDeviceGroupPropertyByNameParams ¶

func NewGetDeviceGroupPropertyByNameParams() *GetDeviceGroupPropertyByNameParams

NewGetDeviceGroupPropertyByNameParams creates a new GetDeviceGroupPropertyByNameParams object with the default values initialized.

func NewGetDeviceGroupPropertyByNameParamsWithContext ¶

func NewGetDeviceGroupPropertyByNameParamsWithContext(ctx context.Context) *GetDeviceGroupPropertyByNameParams

NewGetDeviceGroupPropertyByNameParamsWithContext creates a new GetDeviceGroupPropertyByNameParams object with the default values initialized, and the ability to set a context for a request

func NewGetDeviceGroupPropertyByNameParamsWithHTTPClient ¶

func NewGetDeviceGroupPropertyByNameParamsWithHTTPClient(client *http.Client) *GetDeviceGroupPropertyByNameParams

NewGetDeviceGroupPropertyByNameParamsWithHTTPClient creates a new GetDeviceGroupPropertyByNameParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetDeviceGroupPropertyByNameParamsWithTimeout ¶

func NewGetDeviceGroupPropertyByNameParamsWithTimeout(timeout time.Duration) *GetDeviceGroupPropertyByNameParams

NewGetDeviceGroupPropertyByNameParamsWithTimeout creates a new GetDeviceGroupPropertyByNameParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetDeviceGroupPropertyByNameParams) SetContext ¶

SetContext adds the context to the get device group property by name params

func (*GetDeviceGroupPropertyByNameParams) SetFields ¶

func (o *GetDeviceGroupPropertyByNameParams) SetFields(fields *string)

SetFields adds the fields to the get device group property by name params

func (*GetDeviceGroupPropertyByNameParams) SetGid ¶

SetGid adds the gid to the get device group property by name params

func (*GetDeviceGroupPropertyByNameParams) SetHTTPClient ¶

func (o *GetDeviceGroupPropertyByNameParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get device group property by name params

func (*GetDeviceGroupPropertyByNameParams) SetName ¶

func (o *GetDeviceGroupPropertyByNameParams) SetName(name string)

SetName adds the name to the get device group property by name params

func (*GetDeviceGroupPropertyByNameParams) SetTimeout ¶

func (o *GetDeviceGroupPropertyByNameParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get device group property by name params

func (*GetDeviceGroupPropertyByNameParams) WithContext ¶

WithContext adds the context to the get device group property by name params

func (*GetDeviceGroupPropertyByNameParams) WithFields ¶

WithFields adds the fields to the get device group property by name params

func (*GetDeviceGroupPropertyByNameParams) WithGid ¶

WithGid adds the gid to the get device group property by name params

func (*GetDeviceGroupPropertyByNameParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get device group property by name params

func (*GetDeviceGroupPropertyByNameParams) WithName ¶

WithName adds the name to the get device group property by name params

func (*GetDeviceGroupPropertyByNameParams) WithTimeout ¶

WithTimeout adds the timeout to the get device group property by name params

func (*GetDeviceGroupPropertyByNameParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetDeviceGroupPropertyByNameReader ¶

type GetDeviceGroupPropertyByNameReader struct {
	// contains filtered or unexported fields
}

GetDeviceGroupPropertyByNameReader is a Reader for the GetDeviceGroupPropertyByName structure.

func (*GetDeviceGroupPropertyByNameReader) ReadResponse ¶

func (o *GetDeviceGroupPropertyByNameReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetDeviceGroupPropertyListDefault ¶

type GetDeviceGroupPropertyListDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetDeviceGroupPropertyListDefault handles this case with default header values.

Error

func NewGetDeviceGroupPropertyListDefault ¶

func NewGetDeviceGroupPropertyListDefault(code int) *GetDeviceGroupPropertyListDefault

NewGetDeviceGroupPropertyListDefault creates a GetDeviceGroupPropertyListDefault with default headers values

func (*GetDeviceGroupPropertyListDefault) Code ¶

Code gets the status code for the get device group property list default response

func (*GetDeviceGroupPropertyListDefault) Error ¶

type GetDeviceGroupPropertyListOK ¶

type GetDeviceGroupPropertyListOK struct {
	Payload *models.PropertyPaginationResponse
}

GetDeviceGroupPropertyListOK handles this case with default header values.

successful operation

func NewGetDeviceGroupPropertyListOK ¶

func NewGetDeviceGroupPropertyListOK() *GetDeviceGroupPropertyListOK

NewGetDeviceGroupPropertyListOK creates a GetDeviceGroupPropertyListOK with default headers values

func (*GetDeviceGroupPropertyListOK) Error ¶

type GetDeviceGroupPropertyListParams ¶

type GetDeviceGroupPropertyListParams struct {

	/*Fields*/
	Fields *string
	/*Filter*/
	Filter *string
	/*Gid
	  group ID

	*/
	Gid int32
	/*Offset*/
	Offset *int32
	/*Size*/
	Size *int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetDeviceGroupPropertyListParams contains all the parameters to send to the API endpoint for the get device group property list operation typically these are written to a http.Request

func NewGetDeviceGroupPropertyListParams ¶

func NewGetDeviceGroupPropertyListParams() *GetDeviceGroupPropertyListParams

NewGetDeviceGroupPropertyListParams creates a new GetDeviceGroupPropertyListParams object with the default values initialized.

func NewGetDeviceGroupPropertyListParamsWithContext ¶

func NewGetDeviceGroupPropertyListParamsWithContext(ctx context.Context) *GetDeviceGroupPropertyListParams

NewGetDeviceGroupPropertyListParamsWithContext creates a new GetDeviceGroupPropertyListParams object with the default values initialized, and the ability to set a context for a request

func NewGetDeviceGroupPropertyListParamsWithHTTPClient ¶

func NewGetDeviceGroupPropertyListParamsWithHTTPClient(client *http.Client) *GetDeviceGroupPropertyListParams

NewGetDeviceGroupPropertyListParamsWithHTTPClient creates a new GetDeviceGroupPropertyListParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetDeviceGroupPropertyListParamsWithTimeout ¶

func NewGetDeviceGroupPropertyListParamsWithTimeout(timeout time.Duration) *GetDeviceGroupPropertyListParams

NewGetDeviceGroupPropertyListParamsWithTimeout creates a new GetDeviceGroupPropertyListParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetDeviceGroupPropertyListParams) SetContext ¶

SetContext adds the context to the get device group property list params

func (*GetDeviceGroupPropertyListParams) SetFields ¶

func (o *GetDeviceGroupPropertyListParams) SetFields(fields *string)

SetFields adds the fields to the get device group property list params

func (*GetDeviceGroupPropertyListParams) SetFilter ¶

func (o *GetDeviceGroupPropertyListParams) SetFilter(filter *string)

SetFilter adds the filter to the get device group property list params

func (*GetDeviceGroupPropertyListParams) SetGid ¶

func (o *GetDeviceGroupPropertyListParams) SetGid(gid int32)

SetGid adds the gid to the get device group property list params

func (*GetDeviceGroupPropertyListParams) SetHTTPClient ¶

func (o *GetDeviceGroupPropertyListParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get device group property list params

func (*GetDeviceGroupPropertyListParams) SetOffset ¶

func (o *GetDeviceGroupPropertyListParams) SetOffset(offset *int32)

SetOffset adds the offset to the get device group property list params

func (*GetDeviceGroupPropertyListParams) SetSize ¶

func (o *GetDeviceGroupPropertyListParams) SetSize(size *int32)

SetSize adds the size to the get device group property list params

func (*GetDeviceGroupPropertyListParams) SetTimeout ¶

func (o *GetDeviceGroupPropertyListParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get device group property list params

func (*GetDeviceGroupPropertyListParams) WithContext ¶

WithContext adds the context to the get device group property list params

func (*GetDeviceGroupPropertyListParams) WithFields ¶

WithFields adds the fields to the get device group property list params

func (*GetDeviceGroupPropertyListParams) WithFilter ¶

WithFilter adds the filter to the get device group property list params

func (*GetDeviceGroupPropertyListParams) WithGid ¶

WithGid adds the gid to the get device group property list params

func (*GetDeviceGroupPropertyListParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get device group property list params

func (*GetDeviceGroupPropertyListParams) WithOffset ¶

WithOffset adds the offset to the get device group property list params

func (*GetDeviceGroupPropertyListParams) WithSize ¶

WithSize adds the size to the get device group property list params

func (*GetDeviceGroupPropertyListParams) WithTimeout ¶

WithTimeout adds the timeout to the get device group property list params

func (*GetDeviceGroupPropertyListParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetDeviceGroupPropertyListReader ¶

type GetDeviceGroupPropertyListReader struct {
	// contains filtered or unexported fields
}

GetDeviceGroupPropertyListReader is a Reader for the GetDeviceGroupPropertyList structure.

func (*GetDeviceGroupPropertyListReader) ReadResponse ¶

func (o *GetDeviceGroupPropertyListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetDeviceGroupSDTListDefault ¶

type GetDeviceGroupSDTListDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetDeviceGroupSDTListDefault handles this case with default header values.

Error

func NewGetDeviceGroupSDTListDefault ¶

func NewGetDeviceGroupSDTListDefault(code int) *GetDeviceGroupSDTListDefault

NewGetDeviceGroupSDTListDefault creates a GetDeviceGroupSDTListDefault with default headers values

func (*GetDeviceGroupSDTListDefault) Code ¶

Code gets the status code for the get device group SDT list default response

func (*GetDeviceGroupSDTListDefault) Error ¶

type GetDeviceGroupSDTListOK ¶

type GetDeviceGroupSDTListOK struct {
	Payload *models.SDTPaginationResponse
}

GetDeviceGroupSDTListOK handles this case with default header values.

successful operation

func NewGetDeviceGroupSDTListOK ¶

func NewGetDeviceGroupSDTListOK() *GetDeviceGroupSDTListOK

NewGetDeviceGroupSDTListOK creates a GetDeviceGroupSDTListOK with default headers values

func (*GetDeviceGroupSDTListOK) Error ¶

func (o *GetDeviceGroupSDTListOK) Error() string

type GetDeviceGroupSDTListParams ¶

type GetDeviceGroupSDTListParams struct {

	/*Fields*/
	Fields *string
	/*Filter*/
	Filter *string
	/*ID*/
	ID int32
	/*Offset*/
	Offset *int32
	/*Size*/
	Size *int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetDeviceGroupSDTListParams contains all the parameters to send to the API endpoint for the get device group SDT list operation typically these are written to a http.Request

func NewGetDeviceGroupSDTListParams ¶

func NewGetDeviceGroupSDTListParams() *GetDeviceGroupSDTListParams

NewGetDeviceGroupSDTListParams creates a new GetDeviceGroupSDTListParams object with the default values initialized.

func NewGetDeviceGroupSDTListParamsWithContext ¶

func NewGetDeviceGroupSDTListParamsWithContext(ctx context.Context) *GetDeviceGroupSDTListParams

NewGetDeviceGroupSDTListParamsWithContext creates a new GetDeviceGroupSDTListParams object with the default values initialized, and the ability to set a context for a request

func NewGetDeviceGroupSDTListParamsWithHTTPClient ¶

func NewGetDeviceGroupSDTListParamsWithHTTPClient(client *http.Client) *GetDeviceGroupSDTListParams

NewGetDeviceGroupSDTListParamsWithHTTPClient creates a new GetDeviceGroupSDTListParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetDeviceGroupSDTListParamsWithTimeout ¶

func NewGetDeviceGroupSDTListParamsWithTimeout(timeout time.Duration) *GetDeviceGroupSDTListParams

NewGetDeviceGroupSDTListParamsWithTimeout creates a new GetDeviceGroupSDTListParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetDeviceGroupSDTListParams) SetContext ¶

func (o *GetDeviceGroupSDTListParams) SetContext(ctx context.Context)

SetContext adds the context to the get device group SDT list params

func (*GetDeviceGroupSDTListParams) SetFields ¶

func (o *GetDeviceGroupSDTListParams) SetFields(fields *string)

SetFields adds the fields to the get device group SDT list params

func (*GetDeviceGroupSDTListParams) SetFilter ¶

func (o *GetDeviceGroupSDTListParams) SetFilter(filter *string)

SetFilter adds the filter to the get device group SDT list params

func (*GetDeviceGroupSDTListParams) SetHTTPClient ¶

func (o *GetDeviceGroupSDTListParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get device group SDT list params

func (*GetDeviceGroupSDTListParams) SetID ¶

func (o *GetDeviceGroupSDTListParams) SetID(id int32)

SetID adds the id to the get device group SDT list params

func (*GetDeviceGroupSDTListParams) SetOffset ¶

func (o *GetDeviceGroupSDTListParams) SetOffset(offset *int32)

SetOffset adds the offset to the get device group SDT list params

func (*GetDeviceGroupSDTListParams) SetSize ¶

func (o *GetDeviceGroupSDTListParams) SetSize(size *int32)

SetSize adds the size to the get device group SDT list params

func (*GetDeviceGroupSDTListParams) SetTimeout ¶

func (o *GetDeviceGroupSDTListParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get device group SDT list params

func (*GetDeviceGroupSDTListParams) WithContext ¶

WithContext adds the context to the get device group SDT list params

func (*GetDeviceGroupSDTListParams) WithFields ¶

WithFields adds the fields to the get device group SDT list params

func (*GetDeviceGroupSDTListParams) WithFilter ¶

WithFilter adds the filter to the get device group SDT list params

func (*GetDeviceGroupSDTListParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get device group SDT list params

func (*GetDeviceGroupSDTListParams) WithID ¶

WithID adds the id to the get device group SDT list params

func (*GetDeviceGroupSDTListParams) WithOffset ¶

WithOffset adds the offset to the get device group SDT list params

func (*GetDeviceGroupSDTListParams) WithSize ¶

WithSize adds the size to the get device group SDT list params

func (*GetDeviceGroupSDTListParams) WithTimeout ¶

WithTimeout adds the timeout to the get device group SDT list params

func (*GetDeviceGroupSDTListParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetDeviceGroupSDTListReader ¶

type GetDeviceGroupSDTListReader struct {
	// contains filtered or unexported fields
}

GetDeviceGroupSDTListReader is a Reader for the GetDeviceGroupSDTList structure.

func (*GetDeviceGroupSDTListReader) ReadResponse ¶

func (o *GetDeviceGroupSDTListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetDeviceInstanceGraphDataOnlyByInstanceIDDefault ¶

type GetDeviceInstanceGraphDataOnlyByInstanceIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetDeviceInstanceGraphDataOnlyByInstanceIDDefault handles this case with default header values.

Error

func NewGetDeviceInstanceGraphDataOnlyByInstanceIDDefault ¶

func NewGetDeviceInstanceGraphDataOnlyByInstanceIDDefault(code int) *GetDeviceInstanceGraphDataOnlyByInstanceIDDefault

NewGetDeviceInstanceGraphDataOnlyByInstanceIDDefault creates a GetDeviceInstanceGraphDataOnlyByInstanceIDDefault with default headers values

func (*GetDeviceInstanceGraphDataOnlyByInstanceIDDefault) Code ¶

Code gets the status code for the get device instance graph data only by instance Id default response

func (*GetDeviceInstanceGraphDataOnlyByInstanceIDDefault) Error ¶

type GetDeviceInstanceGraphDataOnlyByInstanceIDOK ¶

type GetDeviceInstanceGraphDataOnlyByInstanceIDOK struct {
	Payload *models.GraphPlot
}

GetDeviceInstanceGraphDataOnlyByInstanceIDOK handles this case with default header values.

successful operation

func NewGetDeviceInstanceGraphDataOnlyByInstanceIDOK ¶

func NewGetDeviceInstanceGraphDataOnlyByInstanceIDOK() *GetDeviceInstanceGraphDataOnlyByInstanceIDOK

NewGetDeviceInstanceGraphDataOnlyByInstanceIDOK creates a GetDeviceInstanceGraphDataOnlyByInstanceIDOK with default headers values

func (*GetDeviceInstanceGraphDataOnlyByInstanceIDOK) Error ¶

type GetDeviceInstanceGraphDataOnlyByInstanceIDParams ¶

type GetDeviceInstanceGraphDataOnlyByInstanceIDParams struct {

	/*End*/
	End *int64
	/*Format*/
	Format *string
	/*GraphID*/
	GraphID int32
	/*InstanceID*/
	InstanceID int32
	/*Start*/
	Start *int64

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetDeviceInstanceGraphDataOnlyByInstanceIDParams contains all the parameters to send to the API endpoint for the get device instance graph data only by instance Id operation typically these are written to a http.Request

func NewGetDeviceInstanceGraphDataOnlyByInstanceIDParams ¶

func NewGetDeviceInstanceGraphDataOnlyByInstanceIDParams() *GetDeviceInstanceGraphDataOnlyByInstanceIDParams

NewGetDeviceInstanceGraphDataOnlyByInstanceIDParams creates a new GetDeviceInstanceGraphDataOnlyByInstanceIDParams object with the default values initialized.

func NewGetDeviceInstanceGraphDataOnlyByInstanceIDParamsWithContext ¶

func NewGetDeviceInstanceGraphDataOnlyByInstanceIDParamsWithContext(ctx context.Context) *GetDeviceInstanceGraphDataOnlyByInstanceIDParams

NewGetDeviceInstanceGraphDataOnlyByInstanceIDParamsWithContext creates a new GetDeviceInstanceGraphDataOnlyByInstanceIDParams object with the default values initialized, and the ability to set a context for a request

func NewGetDeviceInstanceGraphDataOnlyByInstanceIDParamsWithHTTPClient ¶

func NewGetDeviceInstanceGraphDataOnlyByInstanceIDParamsWithHTTPClient(client *http.Client) *GetDeviceInstanceGraphDataOnlyByInstanceIDParams

NewGetDeviceInstanceGraphDataOnlyByInstanceIDParamsWithHTTPClient creates a new GetDeviceInstanceGraphDataOnlyByInstanceIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetDeviceInstanceGraphDataOnlyByInstanceIDParamsWithTimeout ¶

func NewGetDeviceInstanceGraphDataOnlyByInstanceIDParamsWithTimeout(timeout time.Duration) *GetDeviceInstanceGraphDataOnlyByInstanceIDParams

NewGetDeviceInstanceGraphDataOnlyByInstanceIDParamsWithTimeout creates a new GetDeviceInstanceGraphDataOnlyByInstanceIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetDeviceInstanceGraphDataOnlyByInstanceIDParams) SetContext ¶

SetContext adds the context to the get device instance graph data only by instance Id params

func (*GetDeviceInstanceGraphDataOnlyByInstanceIDParams) SetEnd ¶

SetEnd adds the end to the get device instance graph data only by instance Id params

func (*GetDeviceInstanceGraphDataOnlyByInstanceIDParams) SetFormat ¶

SetFormat adds the format to the get device instance graph data only by instance Id params

func (*GetDeviceInstanceGraphDataOnlyByInstanceIDParams) SetGraphID ¶

SetGraphID adds the graphId to the get device instance graph data only by instance Id params

func (*GetDeviceInstanceGraphDataOnlyByInstanceIDParams) SetHTTPClient ¶

SetHTTPClient adds the HTTPClient to the get device instance graph data only by instance Id params

func (*GetDeviceInstanceGraphDataOnlyByInstanceIDParams) SetInstanceID ¶

func (o *GetDeviceInstanceGraphDataOnlyByInstanceIDParams) SetInstanceID(instanceID int32)

SetInstanceID adds the instanceId to the get device instance graph data only by instance Id params

func (*GetDeviceInstanceGraphDataOnlyByInstanceIDParams) SetStart ¶

SetStart adds the start to the get device instance graph data only by instance Id params

func (*GetDeviceInstanceGraphDataOnlyByInstanceIDParams) SetTimeout ¶

SetTimeout adds the timeout to the get device instance graph data only by instance Id params

func (*GetDeviceInstanceGraphDataOnlyByInstanceIDParams) WithContext ¶

WithContext adds the context to the get device instance graph data only by instance Id params

func (*GetDeviceInstanceGraphDataOnlyByInstanceIDParams) WithEnd ¶

WithEnd adds the end to the get device instance graph data only by instance Id params

func (*GetDeviceInstanceGraphDataOnlyByInstanceIDParams) WithFormat ¶

WithFormat adds the format to the get device instance graph data only by instance Id params

func (*GetDeviceInstanceGraphDataOnlyByInstanceIDParams) WithGraphID ¶

WithGraphID adds the graphID to the get device instance graph data only by instance Id params

func (*GetDeviceInstanceGraphDataOnlyByInstanceIDParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get device instance graph data only by instance Id params

func (*GetDeviceInstanceGraphDataOnlyByInstanceIDParams) WithInstanceID ¶

WithInstanceID adds the instanceID to the get device instance graph data only by instance Id params

func (*GetDeviceInstanceGraphDataOnlyByInstanceIDParams) WithStart ¶

WithStart adds the start to the get device instance graph data only by instance Id params

func (*GetDeviceInstanceGraphDataOnlyByInstanceIDParams) WithTimeout ¶

WithTimeout adds the timeout to the get device instance graph data only by instance Id params

func (*GetDeviceInstanceGraphDataOnlyByInstanceIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetDeviceInstanceGraphDataOnlyByInstanceIDReader ¶

type GetDeviceInstanceGraphDataOnlyByInstanceIDReader struct {
	// contains filtered or unexported fields
}

GetDeviceInstanceGraphDataOnlyByInstanceIDReader is a Reader for the GetDeviceInstanceGraphDataOnlyByInstanceID structure.

func (*GetDeviceInstanceGraphDataOnlyByInstanceIDReader) ReadResponse ¶

func (o *GetDeviceInstanceGraphDataOnlyByInstanceIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetDeviceListDefault ¶

type GetDeviceListDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetDeviceListDefault handles this case with default header values.

Error

func NewGetDeviceListDefault ¶

func NewGetDeviceListDefault(code int) *GetDeviceListDefault

NewGetDeviceListDefault creates a GetDeviceListDefault with default headers values

func (*GetDeviceListDefault) Code ¶

func (o *GetDeviceListDefault) Code() int

Code gets the status code for the get device list default response

func (*GetDeviceListDefault) Error ¶

func (o *GetDeviceListDefault) Error() string

type GetDeviceListOK ¶

type GetDeviceListOK struct {
	Payload *models.DevicePaginationResponse
}

GetDeviceListOK handles this case with default header values.

successful operation

func NewGetDeviceListOK ¶

func NewGetDeviceListOK() *GetDeviceListOK

NewGetDeviceListOK creates a GetDeviceListOK with default headers values

func (*GetDeviceListOK) Error ¶

func (o *GetDeviceListOK) Error() string

type GetDeviceListParams ¶

type GetDeviceListParams struct {

	/*End*/
	End *int64
	/*Fields*/
	Fields *string
	/*Filter*/
	Filter *string
	/*NetflowFilter*/
	NetflowFilter *string
	/*Offset*/
	Offset *int32
	/*Size*/
	Size *int32
	/*Start*/
	Start *int64

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetDeviceListParams contains all the parameters to send to the API endpoint for the get device list operation typically these are written to a http.Request

func NewGetDeviceListParams ¶

func NewGetDeviceListParams() *GetDeviceListParams

NewGetDeviceListParams creates a new GetDeviceListParams object with the default values initialized.

func NewGetDeviceListParamsWithContext ¶

func NewGetDeviceListParamsWithContext(ctx context.Context) *GetDeviceListParams

NewGetDeviceListParamsWithContext creates a new GetDeviceListParams object with the default values initialized, and the ability to set a context for a request

func NewGetDeviceListParamsWithHTTPClient ¶

func NewGetDeviceListParamsWithHTTPClient(client *http.Client) *GetDeviceListParams

NewGetDeviceListParamsWithHTTPClient creates a new GetDeviceListParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetDeviceListParamsWithTimeout ¶

func NewGetDeviceListParamsWithTimeout(timeout time.Duration) *GetDeviceListParams

NewGetDeviceListParamsWithTimeout creates a new GetDeviceListParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetDeviceListParams) SetContext ¶

func (o *GetDeviceListParams) SetContext(ctx context.Context)

SetContext adds the context to the get device list params

func (*GetDeviceListParams) SetEnd ¶

func (o *GetDeviceListParams) SetEnd(end *int64)

SetEnd adds the end to the get device list params

func (*GetDeviceListParams) SetFields ¶

func (o *GetDeviceListParams) SetFields(fields *string)

SetFields adds the fields to the get device list params

func (*GetDeviceListParams) SetFilter ¶

func (o *GetDeviceListParams) SetFilter(filter *string)

SetFilter adds the filter to the get device list params

func (*GetDeviceListParams) SetHTTPClient ¶

func (o *GetDeviceListParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get device list params

func (*GetDeviceListParams) SetNetflowFilter ¶

func (o *GetDeviceListParams) SetNetflowFilter(netflowFilter *string)

SetNetflowFilter adds the netflowFilter to the get device list params

func (*GetDeviceListParams) SetOffset ¶

func (o *GetDeviceListParams) SetOffset(offset *int32)

SetOffset adds the offset to the get device list params

func (*GetDeviceListParams) SetSize ¶

func (o *GetDeviceListParams) SetSize(size *int32)

SetSize adds the size to the get device list params

func (*GetDeviceListParams) SetStart ¶

func (o *GetDeviceListParams) SetStart(start *int64)

SetStart adds the start to the get device list params

func (*GetDeviceListParams) SetTimeout ¶

func (o *GetDeviceListParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get device list params

func (*GetDeviceListParams) WithContext ¶

WithContext adds the context to the get device list params

func (*GetDeviceListParams) WithEnd ¶

func (o *GetDeviceListParams) WithEnd(end *int64) *GetDeviceListParams

WithEnd adds the end to the get device list params

func (*GetDeviceListParams) WithFields ¶

func (o *GetDeviceListParams) WithFields(fields *string) *GetDeviceListParams

WithFields adds the fields to the get device list params

func (*GetDeviceListParams) WithFilter ¶

func (o *GetDeviceListParams) WithFilter(filter *string) *GetDeviceListParams

WithFilter adds the filter to the get device list params

func (*GetDeviceListParams) WithHTTPClient ¶

func (o *GetDeviceListParams) WithHTTPClient(client *http.Client) *GetDeviceListParams

WithHTTPClient adds the HTTPClient to the get device list params

func (*GetDeviceListParams) WithNetflowFilter ¶

func (o *GetDeviceListParams) WithNetflowFilter(netflowFilter *string) *GetDeviceListParams

WithNetflowFilter adds the netflowFilter to the get device list params

func (*GetDeviceListParams) WithOffset ¶

func (o *GetDeviceListParams) WithOffset(offset *int32) *GetDeviceListParams

WithOffset adds the offset to the get device list params

func (*GetDeviceListParams) WithSize ¶

func (o *GetDeviceListParams) WithSize(size *int32) *GetDeviceListParams

WithSize adds the size to the get device list params

func (*GetDeviceListParams) WithStart ¶

func (o *GetDeviceListParams) WithStart(start *int64) *GetDeviceListParams

WithStart adds the start to the get device list params

func (*GetDeviceListParams) WithTimeout ¶

func (o *GetDeviceListParams) WithTimeout(timeout time.Duration) *GetDeviceListParams

WithTimeout adds the timeout to the get device list params

func (*GetDeviceListParams) WriteToRequest ¶

func (o *GetDeviceListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetDeviceListReader ¶

type GetDeviceListReader struct {
	// contains filtered or unexported fields
}

GetDeviceListReader is a Reader for the GetDeviceList structure.

func (*GetDeviceListReader) ReadResponse ¶

func (o *GetDeviceListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetDevicePropertyByNameDefault ¶

type GetDevicePropertyByNameDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetDevicePropertyByNameDefault handles this case with default header values.

Error

func NewGetDevicePropertyByNameDefault ¶

func NewGetDevicePropertyByNameDefault(code int) *GetDevicePropertyByNameDefault

NewGetDevicePropertyByNameDefault creates a GetDevicePropertyByNameDefault with default headers values

func (*GetDevicePropertyByNameDefault) Code ¶

Code gets the status code for the get device property by name default response

func (*GetDevicePropertyByNameDefault) Error ¶

type GetDevicePropertyByNameOK ¶

type GetDevicePropertyByNameOK struct {
	Payload *models.EntityProperty
}

GetDevicePropertyByNameOK handles this case with default header values.

successful operation

func NewGetDevicePropertyByNameOK ¶

func NewGetDevicePropertyByNameOK() *GetDevicePropertyByNameOK

NewGetDevicePropertyByNameOK creates a GetDevicePropertyByNameOK with default headers values

func (*GetDevicePropertyByNameOK) Error ¶

func (o *GetDevicePropertyByNameOK) Error() string

type GetDevicePropertyByNameParams ¶

type GetDevicePropertyByNameParams struct {

	/*DeviceID*/
	DeviceID int32
	/*Fields*/
	Fields *string
	/*Name*/
	Name string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetDevicePropertyByNameParams contains all the parameters to send to the API endpoint for the get device property by name operation typically these are written to a http.Request

func NewGetDevicePropertyByNameParams ¶

func NewGetDevicePropertyByNameParams() *GetDevicePropertyByNameParams

NewGetDevicePropertyByNameParams creates a new GetDevicePropertyByNameParams object with the default values initialized.

func NewGetDevicePropertyByNameParamsWithContext ¶

func NewGetDevicePropertyByNameParamsWithContext(ctx context.Context) *GetDevicePropertyByNameParams

NewGetDevicePropertyByNameParamsWithContext creates a new GetDevicePropertyByNameParams object with the default values initialized, and the ability to set a context for a request

func NewGetDevicePropertyByNameParamsWithHTTPClient ¶

func NewGetDevicePropertyByNameParamsWithHTTPClient(client *http.Client) *GetDevicePropertyByNameParams

NewGetDevicePropertyByNameParamsWithHTTPClient creates a new GetDevicePropertyByNameParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetDevicePropertyByNameParamsWithTimeout ¶

func NewGetDevicePropertyByNameParamsWithTimeout(timeout time.Duration) *GetDevicePropertyByNameParams

NewGetDevicePropertyByNameParamsWithTimeout creates a new GetDevicePropertyByNameParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetDevicePropertyByNameParams) SetContext ¶

func (o *GetDevicePropertyByNameParams) SetContext(ctx context.Context)

SetContext adds the context to the get device property by name params

func (*GetDevicePropertyByNameParams) SetDeviceID ¶

func (o *GetDevicePropertyByNameParams) SetDeviceID(deviceID int32)

SetDeviceID adds the deviceId to the get device property by name params

func (*GetDevicePropertyByNameParams) SetFields ¶

func (o *GetDevicePropertyByNameParams) SetFields(fields *string)

SetFields adds the fields to the get device property by name params

func (*GetDevicePropertyByNameParams) SetHTTPClient ¶

func (o *GetDevicePropertyByNameParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get device property by name params

func (*GetDevicePropertyByNameParams) SetName ¶

func (o *GetDevicePropertyByNameParams) SetName(name string)

SetName adds the name to the get device property by name params

func (*GetDevicePropertyByNameParams) SetTimeout ¶

func (o *GetDevicePropertyByNameParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get device property by name params

func (*GetDevicePropertyByNameParams) WithContext ¶

WithContext adds the context to the get device property by name params

func (*GetDevicePropertyByNameParams) WithDeviceID ¶

WithDeviceID adds the deviceID to the get device property by name params

func (*GetDevicePropertyByNameParams) WithFields ¶

WithFields adds the fields to the get device property by name params

func (*GetDevicePropertyByNameParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get device property by name params

func (*GetDevicePropertyByNameParams) WithName ¶

WithName adds the name to the get device property by name params

func (*GetDevicePropertyByNameParams) WithTimeout ¶

WithTimeout adds the timeout to the get device property by name params

func (*GetDevicePropertyByNameParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetDevicePropertyByNameReader ¶

type GetDevicePropertyByNameReader struct {
	// contains filtered or unexported fields
}

GetDevicePropertyByNameReader is a Reader for the GetDevicePropertyByName structure.

func (*GetDevicePropertyByNameReader) ReadResponse ¶

func (o *GetDevicePropertyByNameReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetDevicePropertyListDefault ¶

type GetDevicePropertyListDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetDevicePropertyListDefault handles this case with default header values.

Error

func NewGetDevicePropertyListDefault ¶

func NewGetDevicePropertyListDefault(code int) *GetDevicePropertyListDefault

NewGetDevicePropertyListDefault creates a GetDevicePropertyListDefault with default headers values

func (*GetDevicePropertyListDefault) Code ¶

Code gets the status code for the get device property list default response

func (*GetDevicePropertyListDefault) Error ¶

type GetDevicePropertyListOK ¶

type GetDevicePropertyListOK struct {
	Payload *models.PropertyPaginationResponse
}

GetDevicePropertyListOK handles this case with default header values.

successful operation

func NewGetDevicePropertyListOK ¶

func NewGetDevicePropertyListOK() *GetDevicePropertyListOK

NewGetDevicePropertyListOK creates a GetDevicePropertyListOK with default headers values

func (*GetDevicePropertyListOK) Error ¶

func (o *GetDevicePropertyListOK) Error() string

type GetDevicePropertyListParams ¶

type GetDevicePropertyListParams struct {

	/*DeviceID*/
	DeviceID int32
	/*Fields*/
	Fields *string
	/*Filter*/
	Filter *string
	/*Offset*/
	Offset *int32
	/*Size*/
	Size *int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetDevicePropertyListParams contains all the parameters to send to the API endpoint for the get device property list operation typically these are written to a http.Request

func NewGetDevicePropertyListParams ¶

func NewGetDevicePropertyListParams() *GetDevicePropertyListParams

NewGetDevicePropertyListParams creates a new GetDevicePropertyListParams object with the default values initialized.

func NewGetDevicePropertyListParamsWithContext ¶

func NewGetDevicePropertyListParamsWithContext(ctx context.Context) *GetDevicePropertyListParams

NewGetDevicePropertyListParamsWithContext creates a new GetDevicePropertyListParams object with the default values initialized, and the ability to set a context for a request

func NewGetDevicePropertyListParamsWithHTTPClient ¶

func NewGetDevicePropertyListParamsWithHTTPClient(client *http.Client) *GetDevicePropertyListParams

NewGetDevicePropertyListParamsWithHTTPClient creates a new GetDevicePropertyListParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetDevicePropertyListParamsWithTimeout ¶

func NewGetDevicePropertyListParamsWithTimeout(timeout time.Duration) *GetDevicePropertyListParams

NewGetDevicePropertyListParamsWithTimeout creates a new GetDevicePropertyListParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetDevicePropertyListParams) SetContext ¶

func (o *GetDevicePropertyListParams) SetContext(ctx context.Context)

SetContext adds the context to the get device property list params

func (*GetDevicePropertyListParams) SetDeviceID ¶

func (o *GetDevicePropertyListParams) SetDeviceID(deviceID int32)

SetDeviceID adds the deviceId to the get device property list params

func (*GetDevicePropertyListParams) SetFields ¶

func (o *GetDevicePropertyListParams) SetFields(fields *string)

SetFields adds the fields to the get device property list params

func (*GetDevicePropertyListParams) SetFilter ¶

func (o *GetDevicePropertyListParams) SetFilter(filter *string)

SetFilter adds the filter to the get device property list params

func (*GetDevicePropertyListParams) SetHTTPClient ¶

func (o *GetDevicePropertyListParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get device property list params

func (*GetDevicePropertyListParams) SetOffset ¶

func (o *GetDevicePropertyListParams) SetOffset(offset *int32)

SetOffset adds the offset to the get device property list params

func (*GetDevicePropertyListParams) SetSize ¶

func (o *GetDevicePropertyListParams) SetSize(size *int32)

SetSize adds the size to the get device property list params

func (*GetDevicePropertyListParams) SetTimeout ¶

func (o *GetDevicePropertyListParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get device property list params

func (*GetDevicePropertyListParams) WithContext ¶

WithContext adds the context to the get device property list params

func (*GetDevicePropertyListParams) WithDeviceID ¶

WithDeviceID adds the deviceID to the get device property list params

func (*GetDevicePropertyListParams) WithFields ¶

WithFields adds the fields to the get device property list params

func (*GetDevicePropertyListParams) WithFilter ¶

WithFilter adds the filter to the get device property list params

func (*GetDevicePropertyListParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get device property list params

func (*GetDevicePropertyListParams) WithOffset ¶

WithOffset adds the offset to the get device property list params

func (*GetDevicePropertyListParams) WithSize ¶

WithSize adds the size to the get device property list params

func (*GetDevicePropertyListParams) WithTimeout ¶

WithTimeout adds the timeout to the get device property list params

func (*GetDevicePropertyListParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetDevicePropertyListReader ¶

type GetDevicePropertyListReader struct {
	// contains filtered or unexported fields
}

GetDevicePropertyListReader is a Reader for the GetDevicePropertyList structure.

func (*GetDevicePropertyListReader) ReadResponse ¶

func (o *GetDevicePropertyListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetEscalationChainByIDDefault ¶

type GetEscalationChainByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetEscalationChainByIDDefault handles this case with default header values.

Error

func NewGetEscalationChainByIDDefault ¶

func NewGetEscalationChainByIDDefault(code int) *GetEscalationChainByIDDefault

NewGetEscalationChainByIDDefault creates a GetEscalationChainByIDDefault with default headers values

func (*GetEscalationChainByIDDefault) Code ¶

Code gets the status code for the get escalation chain by Id default response

func (*GetEscalationChainByIDDefault) Error ¶

type GetEscalationChainByIDOK ¶

type GetEscalationChainByIDOK struct {
	Payload *models.EscalatingChain
}

GetEscalationChainByIDOK handles this case with default header values.

successful operation

func NewGetEscalationChainByIDOK ¶

func NewGetEscalationChainByIDOK() *GetEscalationChainByIDOK

NewGetEscalationChainByIDOK creates a GetEscalationChainByIDOK with default headers values

func (*GetEscalationChainByIDOK) Error ¶

func (o *GetEscalationChainByIDOK) Error() string

type GetEscalationChainByIDParams ¶

type GetEscalationChainByIDParams struct {

	/*Fields*/
	Fields *string
	/*ID*/
	ID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetEscalationChainByIDParams contains all the parameters to send to the API endpoint for the get escalation chain by Id operation typically these are written to a http.Request

func NewGetEscalationChainByIDParams ¶

func NewGetEscalationChainByIDParams() *GetEscalationChainByIDParams

NewGetEscalationChainByIDParams creates a new GetEscalationChainByIDParams object with the default values initialized.

func NewGetEscalationChainByIDParamsWithContext ¶

func NewGetEscalationChainByIDParamsWithContext(ctx context.Context) *GetEscalationChainByIDParams

NewGetEscalationChainByIDParamsWithContext creates a new GetEscalationChainByIDParams object with the default values initialized, and the ability to set a context for a request

func NewGetEscalationChainByIDParamsWithHTTPClient ¶

func NewGetEscalationChainByIDParamsWithHTTPClient(client *http.Client) *GetEscalationChainByIDParams

NewGetEscalationChainByIDParamsWithHTTPClient creates a new GetEscalationChainByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetEscalationChainByIDParamsWithTimeout ¶

func NewGetEscalationChainByIDParamsWithTimeout(timeout time.Duration) *GetEscalationChainByIDParams

NewGetEscalationChainByIDParamsWithTimeout creates a new GetEscalationChainByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetEscalationChainByIDParams) SetContext ¶

func (o *GetEscalationChainByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the get escalation chain by Id params

func (*GetEscalationChainByIDParams) SetFields ¶

func (o *GetEscalationChainByIDParams) SetFields(fields *string)

SetFields adds the fields to the get escalation chain by Id params

func (*GetEscalationChainByIDParams) SetHTTPClient ¶

func (o *GetEscalationChainByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get escalation chain by Id params

func (*GetEscalationChainByIDParams) SetID ¶

func (o *GetEscalationChainByIDParams) SetID(id int32)

SetID adds the id to the get escalation chain by Id params

func (*GetEscalationChainByIDParams) SetTimeout ¶

func (o *GetEscalationChainByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get escalation chain by Id params

func (*GetEscalationChainByIDParams) WithContext ¶

WithContext adds the context to the get escalation chain by Id params

func (*GetEscalationChainByIDParams) WithFields ¶

WithFields adds the fields to the get escalation chain by Id params

func (*GetEscalationChainByIDParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get escalation chain by Id params

func (*GetEscalationChainByIDParams) WithID ¶

WithID adds the id to the get escalation chain by Id params

func (*GetEscalationChainByIDParams) WithTimeout ¶

WithTimeout adds the timeout to the get escalation chain by Id params

func (*GetEscalationChainByIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetEscalationChainByIDReader ¶

type GetEscalationChainByIDReader struct {
	// contains filtered or unexported fields
}

GetEscalationChainByIDReader is a Reader for the GetEscalationChainByID structure.

func (*GetEscalationChainByIDReader) ReadResponse ¶

func (o *GetEscalationChainByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetEscalationChainListDefault ¶

type GetEscalationChainListDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetEscalationChainListDefault handles this case with default header values.

Error

func NewGetEscalationChainListDefault ¶

func NewGetEscalationChainListDefault(code int) *GetEscalationChainListDefault

NewGetEscalationChainListDefault creates a GetEscalationChainListDefault with default headers values

func (*GetEscalationChainListDefault) Code ¶

Code gets the status code for the get escalation chain list default response

func (*GetEscalationChainListDefault) Error ¶

type GetEscalationChainListOK ¶

type GetEscalationChainListOK struct {
	Payload *models.EscalationChainPaginationResponse
}

GetEscalationChainListOK handles this case with default header values.

successful operation

func NewGetEscalationChainListOK ¶

func NewGetEscalationChainListOK() *GetEscalationChainListOK

NewGetEscalationChainListOK creates a GetEscalationChainListOK with default headers values

func (*GetEscalationChainListOK) Error ¶

func (o *GetEscalationChainListOK) Error() string

type GetEscalationChainListParams ¶

type GetEscalationChainListParams struct {

	/*Fields*/
	Fields *string
	/*Filter*/
	Filter *string
	/*Offset*/
	Offset *int32
	/*Size*/
	Size *int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetEscalationChainListParams contains all the parameters to send to the API endpoint for the get escalation chain list operation typically these are written to a http.Request

func NewGetEscalationChainListParams ¶

func NewGetEscalationChainListParams() *GetEscalationChainListParams

NewGetEscalationChainListParams creates a new GetEscalationChainListParams object with the default values initialized.

func NewGetEscalationChainListParamsWithContext ¶

func NewGetEscalationChainListParamsWithContext(ctx context.Context) *GetEscalationChainListParams

NewGetEscalationChainListParamsWithContext creates a new GetEscalationChainListParams object with the default values initialized, and the ability to set a context for a request

func NewGetEscalationChainListParamsWithHTTPClient ¶

func NewGetEscalationChainListParamsWithHTTPClient(client *http.Client) *GetEscalationChainListParams

NewGetEscalationChainListParamsWithHTTPClient creates a new GetEscalationChainListParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetEscalationChainListParamsWithTimeout ¶

func NewGetEscalationChainListParamsWithTimeout(timeout time.Duration) *GetEscalationChainListParams

NewGetEscalationChainListParamsWithTimeout creates a new GetEscalationChainListParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetEscalationChainListParams) SetContext ¶

func (o *GetEscalationChainListParams) SetContext(ctx context.Context)

SetContext adds the context to the get escalation chain list params

func (*GetEscalationChainListParams) SetFields ¶

func (o *GetEscalationChainListParams) SetFields(fields *string)

SetFields adds the fields to the get escalation chain list params

func (*GetEscalationChainListParams) SetFilter ¶

func (o *GetEscalationChainListParams) SetFilter(filter *string)

SetFilter adds the filter to the get escalation chain list params

func (*GetEscalationChainListParams) SetHTTPClient ¶

func (o *GetEscalationChainListParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get escalation chain list params

func (*GetEscalationChainListParams) SetOffset ¶

func (o *GetEscalationChainListParams) SetOffset(offset *int32)

SetOffset adds the offset to the get escalation chain list params

func (*GetEscalationChainListParams) SetSize ¶

func (o *GetEscalationChainListParams) SetSize(size *int32)

SetSize adds the size to the get escalation chain list params

func (*GetEscalationChainListParams) SetTimeout ¶

func (o *GetEscalationChainListParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get escalation chain list params

func (*GetEscalationChainListParams) WithContext ¶

WithContext adds the context to the get escalation chain list params

func (*GetEscalationChainListParams) WithFields ¶

WithFields adds the fields to the get escalation chain list params

func (*GetEscalationChainListParams) WithFilter ¶

WithFilter adds the filter to the get escalation chain list params

func (*GetEscalationChainListParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get escalation chain list params

func (*GetEscalationChainListParams) WithOffset ¶

WithOffset adds the offset to the get escalation chain list params

func (*GetEscalationChainListParams) WithSize ¶

WithSize adds the size to the get escalation chain list params

func (*GetEscalationChainListParams) WithTimeout ¶

WithTimeout adds the timeout to the get escalation chain list params

func (*GetEscalationChainListParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetEscalationChainListReader ¶

type GetEscalationChainListReader struct {
	// contains filtered or unexported fields
}

GetEscalationChainListReader is a Reader for the GetEscalationChainList structure.

func (*GetEscalationChainListReader) ReadResponse ¶

func (o *GetEscalationChainListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetImmediateDeviceListByDeviceGroupIDDefault ¶

type GetImmediateDeviceListByDeviceGroupIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetImmediateDeviceListByDeviceGroupIDDefault handles this case with default header values.

Error

func NewGetImmediateDeviceListByDeviceGroupIDDefault ¶

func NewGetImmediateDeviceListByDeviceGroupIDDefault(code int) *GetImmediateDeviceListByDeviceGroupIDDefault

NewGetImmediateDeviceListByDeviceGroupIDDefault creates a GetImmediateDeviceListByDeviceGroupIDDefault with default headers values

func (*GetImmediateDeviceListByDeviceGroupIDDefault) Code ¶

Code gets the status code for the get immediate device list by device group Id default response

func (*GetImmediateDeviceListByDeviceGroupIDDefault) Error ¶

type GetImmediateDeviceListByDeviceGroupIDOK ¶

type GetImmediateDeviceListByDeviceGroupIDOK struct {
	Payload *models.DevicePaginationResponse
}

GetImmediateDeviceListByDeviceGroupIDOK handles this case with default header values.

successful operation

func NewGetImmediateDeviceListByDeviceGroupIDOK ¶

func NewGetImmediateDeviceListByDeviceGroupIDOK() *GetImmediateDeviceListByDeviceGroupIDOK

NewGetImmediateDeviceListByDeviceGroupIDOK creates a GetImmediateDeviceListByDeviceGroupIDOK with default headers values

func (*GetImmediateDeviceListByDeviceGroupIDOK) Error ¶

type GetImmediateDeviceListByDeviceGroupIDParams ¶

type GetImmediateDeviceListByDeviceGroupIDParams struct {

	/*Fields*/
	Fields *string
	/*Filter*/
	Filter *string
	/*ID*/
	ID int32
	/*Offset*/
	Offset *int32
	/*Size*/
	Size *int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetImmediateDeviceListByDeviceGroupIDParams contains all the parameters to send to the API endpoint for the get immediate device list by device group Id operation typically these are written to a http.Request

func NewGetImmediateDeviceListByDeviceGroupIDParams ¶

func NewGetImmediateDeviceListByDeviceGroupIDParams() *GetImmediateDeviceListByDeviceGroupIDParams

NewGetImmediateDeviceListByDeviceGroupIDParams creates a new GetImmediateDeviceListByDeviceGroupIDParams object with the default values initialized.

func NewGetImmediateDeviceListByDeviceGroupIDParamsWithContext ¶

func NewGetImmediateDeviceListByDeviceGroupIDParamsWithContext(ctx context.Context) *GetImmediateDeviceListByDeviceGroupIDParams

NewGetImmediateDeviceListByDeviceGroupIDParamsWithContext creates a new GetImmediateDeviceListByDeviceGroupIDParams object with the default values initialized, and the ability to set a context for a request

func NewGetImmediateDeviceListByDeviceGroupIDParamsWithHTTPClient ¶

func NewGetImmediateDeviceListByDeviceGroupIDParamsWithHTTPClient(client *http.Client) *GetImmediateDeviceListByDeviceGroupIDParams

NewGetImmediateDeviceListByDeviceGroupIDParamsWithHTTPClient creates a new GetImmediateDeviceListByDeviceGroupIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetImmediateDeviceListByDeviceGroupIDParamsWithTimeout ¶

func NewGetImmediateDeviceListByDeviceGroupIDParamsWithTimeout(timeout time.Duration) *GetImmediateDeviceListByDeviceGroupIDParams

NewGetImmediateDeviceListByDeviceGroupIDParamsWithTimeout creates a new GetImmediateDeviceListByDeviceGroupIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetImmediateDeviceListByDeviceGroupIDParams) SetContext ¶

SetContext adds the context to the get immediate device list by device group Id params

func (*GetImmediateDeviceListByDeviceGroupIDParams) SetFields ¶

SetFields adds the fields to the get immediate device list by device group Id params

func (*GetImmediateDeviceListByDeviceGroupIDParams) SetFilter ¶

SetFilter adds the filter to the get immediate device list by device group Id params

func (*GetImmediateDeviceListByDeviceGroupIDParams) SetHTTPClient ¶

func (o *GetImmediateDeviceListByDeviceGroupIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get immediate device list by device group Id params

func (*GetImmediateDeviceListByDeviceGroupIDParams) SetID ¶

SetID adds the id to the get immediate device list by device group Id params

func (*GetImmediateDeviceListByDeviceGroupIDParams) SetOffset ¶

func (o *GetImmediateDeviceListByDeviceGroupIDParams) SetOffset(offset *int32)

SetOffset adds the offset to the get immediate device list by device group Id params

func (*GetImmediateDeviceListByDeviceGroupIDParams) SetSize ¶

SetSize adds the size to the get immediate device list by device group Id params

func (*GetImmediateDeviceListByDeviceGroupIDParams) SetTimeout ¶

SetTimeout adds the timeout to the get immediate device list by device group Id params

func (*GetImmediateDeviceListByDeviceGroupIDParams) WithContext ¶

WithContext adds the context to the get immediate device list by device group Id params

func (*GetImmediateDeviceListByDeviceGroupIDParams) WithFields ¶

WithFields adds the fields to the get immediate device list by device group Id params

func (*GetImmediateDeviceListByDeviceGroupIDParams) WithFilter ¶

WithFilter adds the filter to the get immediate device list by device group Id params

func (*GetImmediateDeviceListByDeviceGroupIDParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get immediate device list by device group Id params

func (*GetImmediateDeviceListByDeviceGroupIDParams) WithID ¶

WithID adds the id to the get immediate device list by device group Id params

func (*GetImmediateDeviceListByDeviceGroupIDParams) WithOffset ¶

WithOffset adds the offset to the get immediate device list by device group Id params

func (*GetImmediateDeviceListByDeviceGroupIDParams) WithSize ¶

WithSize adds the size to the get immediate device list by device group Id params

func (*GetImmediateDeviceListByDeviceGroupIDParams) WithTimeout ¶

WithTimeout adds the timeout to the get immediate device list by device group Id params

func (*GetImmediateDeviceListByDeviceGroupIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetImmediateDeviceListByDeviceGroupIDReader ¶

type GetImmediateDeviceListByDeviceGroupIDReader struct {
	// contains filtered or unexported fields
}

GetImmediateDeviceListByDeviceGroupIDReader is a Reader for the GetImmediateDeviceListByDeviceGroupID structure.

func (*GetImmediateDeviceListByDeviceGroupIDReader) ReadResponse ¶

func (o *GetImmediateDeviceListByDeviceGroupIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetImmediateWebsiteListByWebsiteGroupIDDefault ¶

type GetImmediateWebsiteListByWebsiteGroupIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetImmediateWebsiteListByWebsiteGroupIDDefault handles this case with default header values.

Error

func NewGetImmediateWebsiteListByWebsiteGroupIDDefault ¶

func NewGetImmediateWebsiteListByWebsiteGroupIDDefault(code int) *GetImmediateWebsiteListByWebsiteGroupIDDefault

NewGetImmediateWebsiteListByWebsiteGroupIDDefault creates a GetImmediateWebsiteListByWebsiteGroupIDDefault with default headers values

func (*GetImmediateWebsiteListByWebsiteGroupIDDefault) Code ¶

Code gets the status code for the get immediate website list by website group Id default response

func (*GetImmediateWebsiteListByWebsiteGroupIDDefault) Error ¶

type GetImmediateWebsiteListByWebsiteGroupIDOK ¶

type GetImmediateWebsiteListByWebsiteGroupIDOK struct {
	Payload *models.WebsitePaginationResponse
}

GetImmediateWebsiteListByWebsiteGroupIDOK handles this case with default header values.

successful operation

func NewGetImmediateWebsiteListByWebsiteGroupIDOK ¶

func NewGetImmediateWebsiteListByWebsiteGroupIDOK() *GetImmediateWebsiteListByWebsiteGroupIDOK

NewGetImmediateWebsiteListByWebsiteGroupIDOK creates a GetImmediateWebsiteListByWebsiteGroupIDOK with default headers values

func (*GetImmediateWebsiteListByWebsiteGroupIDOK) Error ¶

type GetImmediateWebsiteListByWebsiteGroupIDParams ¶

type GetImmediateWebsiteListByWebsiteGroupIDParams struct {

	/*Fields*/
	Fields *string
	/*Filter*/
	Filter *string
	/*ID*/
	ID int32
	/*Offset*/
	Offset *int32
	/*Size*/
	Size *int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetImmediateWebsiteListByWebsiteGroupIDParams contains all the parameters to send to the API endpoint for the get immediate website list by website group Id operation typically these are written to a http.Request

func NewGetImmediateWebsiteListByWebsiteGroupIDParams ¶

func NewGetImmediateWebsiteListByWebsiteGroupIDParams() *GetImmediateWebsiteListByWebsiteGroupIDParams

NewGetImmediateWebsiteListByWebsiteGroupIDParams creates a new GetImmediateWebsiteListByWebsiteGroupIDParams object with the default values initialized.

func NewGetImmediateWebsiteListByWebsiteGroupIDParamsWithContext ¶

func NewGetImmediateWebsiteListByWebsiteGroupIDParamsWithContext(ctx context.Context) *GetImmediateWebsiteListByWebsiteGroupIDParams

NewGetImmediateWebsiteListByWebsiteGroupIDParamsWithContext creates a new GetImmediateWebsiteListByWebsiteGroupIDParams object with the default values initialized, and the ability to set a context for a request

func NewGetImmediateWebsiteListByWebsiteGroupIDParamsWithHTTPClient ¶

func NewGetImmediateWebsiteListByWebsiteGroupIDParamsWithHTTPClient(client *http.Client) *GetImmediateWebsiteListByWebsiteGroupIDParams

NewGetImmediateWebsiteListByWebsiteGroupIDParamsWithHTTPClient creates a new GetImmediateWebsiteListByWebsiteGroupIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetImmediateWebsiteListByWebsiteGroupIDParamsWithTimeout ¶

func NewGetImmediateWebsiteListByWebsiteGroupIDParamsWithTimeout(timeout time.Duration) *GetImmediateWebsiteListByWebsiteGroupIDParams

NewGetImmediateWebsiteListByWebsiteGroupIDParamsWithTimeout creates a new GetImmediateWebsiteListByWebsiteGroupIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetImmediateWebsiteListByWebsiteGroupIDParams) SetContext ¶

SetContext adds the context to the get immediate website list by website group Id params

func (*GetImmediateWebsiteListByWebsiteGroupIDParams) SetFields ¶

SetFields adds the fields to the get immediate website list by website group Id params

func (*GetImmediateWebsiteListByWebsiteGroupIDParams) SetFilter ¶

SetFilter adds the filter to the get immediate website list by website group Id params

func (*GetImmediateWebsiteListByWebsiteGroupIDParams) SetHTTPClient ¶

func (o *GetImmediateWebsiteListByWebsiteGroupIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get immediate website list by website group Id params

func (*GetImmediateWebsiteListByWebsiteGroupIDParams) SetID ¶

SetID adds the id to the get immediate website list by website group Id params

func (*GetImmediateWebsiteListByWebsiteGroupIDParams) SetOffset ¶

SetOffset adds the offset to the get immediate website list by website group Id params

func (*GetImmediateWebsiteListByWebsiteGroupIDParams) SetSize ¶

SetSize adds the size to the get immediate website list by website group Id params

func (*GetImmediateWebsiteListByWebsiteGroupIDParams) SetTimeout ¶

SetTimeout adds the timeout to the get immediate website list by website group Id params

func (*GetImmediateWebsiteListByWebsiteGroupIDParams) WithContext ¶

WithContext adds the context to the get immediate website list by website group Id params

func (*GetImmediateWebsiteListByWebsiteGroupIDParams) WithFields ¶

WithFields adds the fields to the get immediate website list by website group Id params

func (*GetImmediateWebsiteListByWebsiteGroupIDParams) WithFilter ¶

WithFilter adds the filter to the get immediate website list by website group Id params

func (*GetImmediateWebsiteListByWebsiteGroupIDParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get immediate website list by website group Id params

func (*GetImmediateWebsiteListByWebsiteGroupIDParams) WithID ¶

WithID adds the id to the get immediate website list by website group Id params

func (*GetImmediateWebsiteListByWebsiteGroupIDParams) WithOffset ¶

WithOffset adds the offset to the get immediate website list by website group Id params

func (*GetImmediateWebsiteListByWebsiteGroupIDParams) WithSize ¶

WithSize adds the size to the get immediate website list by website group Id params

func (*GetImmediateWebsiteListByWebsiteGroupIDParams) WithTimeout ¶

WithTimeout adds the timeout to the get immediate website list by website group Id params

func (*GetImmediateWebsiteListByWebsiteGroupIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetImmediateWebsiteListByWebsiteGroupIDReader ¶

type GetImmediateWebsiteListByWebsiteGroupIDReader struct {
	// contains filtered or unexported fields
}

GetImmediateWebsiteListByWebsiteGroupIDReader is a Reader for the GetImmediateWebsiteListByWebsiteGroupID structure.

func (*GetImmediateWebsiteListByWebsiteGroupIDReader) ReadResponse ¶

func (o *GetImmediateWebsiteListByWebsiteGroupIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetNetflowEndpointListDefault ¶

type GetNetflowEndpointListDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetNetflowEndpointListDefault handles this case with default header values.

Error

func NewGetNetflowEndpointListDefault ¶

func NewGetNetflowEndpointListDefault(code int) *GetNetflowEndpointListDefault

NewGetNetflowEndpointListDefault creates a GetNetflowEndpointListDefault with default headers values

func (*GetNetflowEndpointListDefault) Code ¶

Code gets the status code for the get netflow endpoint list default response

func (*GetNetflowEndpointListDefault) Error ¶

type GetNetflowEndpointListOK ¶

type GetNetflowEndpointListOK struct {
	Payload *models.EndpointPaginationResponse
}

GetNetflowEndpointListOK handles this case with default header values.

successful operation

func NewGetNetflowEndpointListOK ¶

func NewGetNetflowEndpointListOK() *GetNetflowEndpointListOK

NewGetNetflowEndpointListOK creates a GetNetflowEndpointListOK with default headers values

func (*GetNetflowEndpointListOK) Error ¶

func (o *GetNetflowEndpointListOK) Error() string

type GetNetflowEndpointListParams ¶

type GetNetflowEndpointListParams struct {

	/*End*/
	End *int64
	/*Fields*/
	Fields *string
	/*Filter*/
	Filter *string
	/*ID*/
	ID int32
	/*NetflowFilter*/
	NetflowFilter *string
	/*Offset*/
	Offset *int32
	/*Port*/
	Port *string
	/*Size*/
	Size *int32
	/*Start*/
	Start *int64

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetNetflowEndpointListParams contains all the parameters to send to the API endpoint for the get netflow endpoint list operation typically these are written to a http.Request

func NewGetNetflowEndpointListParams ¶

func NewGetNetflowEndpointListParams() *GetNetflowEndpointListParams

NewGetNetflowEndpointListParams creates a new GetNetflowEndpointListParams object with the default values initialized.

func NewGetNetflowEndpointListParamsWithContext ¶

func NewGetNetflowEndpointListParamsWithContext(ctx context.Context) *GetNetflowEndpointListParams

NewGetNetflowEndpointListParamsWithContext creates a new GetNetflowEndpointListParams object with the default values initialized, and the ability to set a context for a request

func NewGetNetflowEndpointListParamsWithHTTPClient ¶

func NewGetNetflowEndpointListParamsWithHTTPClient(client *http.Client) *GetNetflowEndpointListParams

NewGetNetflowEndpointListParamsWithHTTPClient creates a new GetNetflowEndpointListParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetNetflowEndpointListParamsWithTimeout ¶

func NewGetNetflowEndpointListParamsWithTimeout(timeout time.Duration) *GetNetflowEndpointListParams

NewGetNetflowEndpointListParamsWithTimeout creates a new GetNetflowEndpointListParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetNetflowEndpointListParams) SetContext ¶

func (o *GetNetflowEndpointListParams) SetContext(ctx context.Context)

SetContext adds the context to the get netflow endpoint list params

func (*GetNetflowEndpointListParams) SetEnd ¶

func (o *GetNetflowEndpointListParams) SetEnd(end *int64)

SetEnd adds the end to the get netflow endpoint list params

func (*GetNetflowEndpointListParams) SetFields ¶

func (o *GetNetflowEndpointListParams) SetFields(fields *string)

SetFields adds the fields to the get netflow endpoint list params

func (*GetNetflowEndpointListParams) SetFilter ¶

func (o *GetNetflowEndpointListParams) SetFilter(filter *string)

SetFilter adds the filter to the get netflow endpoint list params

func (*GetNetflowEndpointListParams) SetHTTPClient ¶

func (o *GetNetflowEndpointListParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get netflow endpoint list params

func (*GetNetflowEndpointListParams) SetID ¶

func (o *GetNetflowEndpointListParams) SetID(id int32)

SetID adds the id to the get netflow endpoint list params

func (*GetNetflowEndpointListParams) SetNetflowFilter ¶

func (o *GetNetflowEndpointListParams) SetNetflowFilter(netflowFilter *string)

SetNetflowFilter adds the netflowFilter to the get netflow endpoint list params

func (*GetNetflowEndpointListParams) SetOffset ¶

func (o *GetNetflowEndpointListParams) SetOffset(offset *int32)

SetOffset adds the offset to the get netflow endpoint list params

func (*GetNetflowEndpointListParams) SetPort ¶

func (o *GetNetflowEndpointListParams) SetPort(port *string)

SetPort adds the port to the get netflow endpoint list params

func (*GetNetflowEndpointListParams) SetSize ¶

func (o *GetNetflowEndpointListParams) SetSize(size *int32)

SetSize adds the size to the get netflow endpoint list params

func (*GetNetflowEndpointListParams) SetStart ¶

func (o *GetNetflowEndpointListParams) SetStart(start *int64)

SetStart adds the start to the get netflow endpoint list params

func (*GetNetflowEndpointListParams) SetTimeout ¶

func (o *GetNetflowEndpointListParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get netflow endpoint list params

func (*GetNetflowEndpointListParams) WithContext ¶

WithContext adds the context to the get netflow endpoint list params

func (*GetNetflowEndpointListParams) WithEnd ¶

WithEnd adds the end to the get netflow endpoint list params

func (*GetNetflowEndpointListParams) WithFields ¶

WithFields adds the fields to the get netflow endpoint list params

func (*GetNetflowEndpointListParams) WithFilter ¶

WithFilter adds the filter to the get netflow endpoint list params

func (*GetNetflowEndpointListParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get netflow endpoint list params

func (*GetNetflowEndpointListParams) WithID ¶

WithID adds the id to the get netflow endpoint list params

func (*GetNetflowEndpointListParams) WithNetflowFilter ¶

func (o *GetNetflowEndpointListParams) WithNetflowFilter(netflowFilter *string) *GetNetflowEndpointListParams

WithNetflowFilter adds the netflowFilter to the get netflow endpoint list params

func (*GetNetflowEndpointListParams) WithOffset ¶

WithOffset adds the offset to the get netflow endpoint list params

func (*GetNetflowEndpointListParams) WithPort ¶

WithPort adds the port to the get netflow endpoint list params

func (*GetNetflowEndpointListParams) WithSize ¶

WithSize adds the size to the get netflow endpoint list params

func (*GetNetflowEndpointListParams) WithStart ¶

WithStart adds the start to the get netflow endpoint list params

func (*GetNetflowEndpointListParams) WithTimeout ¶

WithTimeout adds the timeout to the get netflow endpoint list params

func (*GetNetflowEndpointListParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetNetflowEndpointListReader ¶

type GetNetflowEndpointListReader struct {
	// contains filtered or unexported fields
}

GetNetflowEndpointListReader is a Reader for the GetNetflowEndpointList structure.

func (*GetNetflowEndpointListReader) ReadResponse ¶

func (o *GetNetflowEndpointListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetNetflowFlowListDefault ¶

type GetNetflowFlowListDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetNetflowFlowListDefault handles this case with default header values.

Error

func NewGetNetflowFlowListDefault ¶

func NewGetNetflowFlowListDefault(code int) *GetNetflowFlowListDefault

NewGetNetflowFlowListDefault creates a GetNetflowFlowListDefault with default headers values

func (*GetNetflowFlowListDefault) Code ¶

func (o *GetNetflowFlowListDefault) Code() int

Code gets the status code for the get netflow flow list default response

func (*GetNetflowFlowListDefault) Error ¶

func (o *GetNetflowFlowListDefault) Error() string

type GetNetflowFlowListOK ¶

type GetNetflowFlowListOK struct {
	Payload *models.FlowRecordPaginationResponse
}

GetNetflowFlowListOK handles this case with default header values.

successful operation

func NewGetNetflowFlowListOK ¶

func NewGetNetflowFlowListOK() *GetNetflowFlowListOK

NewGetNetflowFlowListOK creates a GetNetflowFlowListOK with default headers values

func (*GetNetflowFlowListOK) Error ¶

func (o *GetNetflowFlowListOK) Error() string

type GetNetflowFlowListParams ¶

type GetNetflowFlowListParams struct {

	/*End*/
	End *int64
	/*Fields*/
	Fields *string
	/*Filter*/
	Filter *string
	/*ID*/
	ID int32
	/*NetflowFilter*/
	NetflowFilter *string
	/*Offset*/
	Offset *int32
	/*Size*/
	Size *int32
	/*Start*/
	Start *int64

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetNetflowFlowListParams contains all the parameters to send to the API endpoint for the get netflow flow list operation typically these are written to a http.Request

func NewGetNetflowFlowListParams ¶

func NewGetNetflowFlowListParams() *GetNetflowFlowListParams

NewGetNetflowFlowListParams creates a new GetNetflowFlowListParams object with the default values initialized.

func NewGetNetflowFlowListParamsWithContext ¶

func NewGetNetflowFlowListParamsWithContext(ctx context.Context) *GetNetflowFlowListParams

NewGetNetflowFlowListParamsWithContext creates a new GetNetflowFlowListParams object with the default values initialized, and the ability to set a context for a request

func NewGetNetflowFlowListParamsWithHTTPClient ¶

func NewGetNetflowFlowListParamsWithHTTPClient(client *http.Client) *GetNetflowFlowListParams

NewGetNetflowFlowListParamsWithHTTPClient creates a new GetNetflowFlowListParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetNetflowFlowListParamsWithTimeout ¶

func NewGetNetflowFlowListParamsWithTimeout(timeout time.Duration) *GetNetflowFlowListParams

NewGetNetflowFlowListParamsWithTimeout creates a new GetNetflowFlowListParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetNetflowFlowListParams) SetContext ¶

func (o *GetNetflowFlowListParams) SetContext(ctx context.Context)

SetContext adds the context to the get netflow flow list params

func (*GetNetflowFlowListParams) SetEnd ¶

func (o *GetNetflowFlowListParams) SetEnd(end *int64)

SetEnd adds the end to the get netflow flow list params

func (*GetNetflowFlowListParams) SetFields ¶

func (o *GetNetflowFlowListParams) SetFields(fields *string)

SetFields adds the fields to the get netflow flow list params

func (*GetNetflowFlowListParams) SetFilter ¶

func (o *GetNetflowFlowListParams) SetFilter(filter *string)

SetFilter adds the filter to the get netflow flow list params

func (*GetNetflowFlowListParams) SetHTTPClient ¶

func (o *GetNetflowFlowListParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get netflow flow list params

func (*GetNetflowFlowListParams) SetID ¶

func (o *GetNetflowFlowListParams) SetID(id int32)

SetID adds the id to the get netflow flow list params

func (*GetNetflowFlowListParams) SetNetflowFilter ¶

func (o *GetNetflowFlowListParams) SetNetflowFilter(netflowFilter *string)

SetNetflowFilter adds the netflowFilter to the get netflow flow list params

func (*GetNetflowFlowListParams) SetOffset ¶

func (o *GetNetflowFlowListParams) SetOffset(offset *int32)

SetOffset adds the offset to the get netflow flow list params

func (*GetNetflowFlowListParams) SetSize ¶

func (o *GetNetflowFlowListParams) SetSize(size *int32)

SetSize adds the size to the get netflow flow list params

func (*GetNetflowFlowListParams) SetStart ¶

func (o *GetNetflowFlowListParams) SetStart(start *int64)

SetStart adds the start to the get netflow flow list params

func (*GetNetflowFlowListParams) SetTimeout ¶

func (o *GetNetflowFlowListParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get netflow flow list params

func (*GetNetflowFlowListParams) WithContext ¶

WithContext adds the context to the get netflow flow list params

func (*GetNetflowFlowListParams) WithEnd ¶

WithEnd adds the end to the get netflow flow list params

func (*GetNetflowFlowListParams) WithFields ¶

WithFields adds the fields to the get netflow flow list params

func (*GetNetflowFlowListParams) WithFilter ¶

WithFilter adds the filter to the get netflow flow list params

func (*GetNetflowFlowListParams) WithHTTPClient ¶

func (o *GetNetflowFlowListParams) WithHTTPClient(client *http.Client) *GetNetflowFlowListParams

WithHTTPClient adds the HTTPClient to the get netflow flow list params

func (*GetNetflowFlowListParams) WithID ¶

WithID adds the id to the get netflow flow list params

func (*GetNetflowFlowListParams) WithNetflowFilter ¶

func (o *GetNetflowFlowListParams) WithNetflowFilter(netflowFilter *string) *GetNetflowFlowListParams

WithNetflowFilter adds the netflowFilter to the get netflow flow list params

func (*GetNetflowFlowListParams) WithOffset ¶

WithOffset adds the offset to the get netflow flow list params

func (*GetNetflowFlowListParams) WithSize ¶

WithSize adds the size to the get netflow flow list params

func (*GetNetflowFlowListParams) WithStart ¶

WithStart adds the start to the get netflow flow list params

func (*GetNetflowFlowListParams) WithTimeout ¶

WithTimeout adds the timeout to the get netflow flow list params

func (*GetNetflowFlowListParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetNetflowFlowListReader ¶

type GetNetflowFlowListReader struct {
	// contains filtered or unexported fields
}

GetNetflowFlowListReader is a Reader for the GetNetflowFlowList structure.

func (*GetNetflowFlowListReader) ReadResponse ¶

func (o *GetNetflowFlowListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetNetflowPortListDefault ¶

type GetNetflowPortListDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetNetflowPortListDefault handles this case with default header values.

Error

func NewGetNetflowPortListDefault ¶

func NewGetNetflowPortListDefault(code int) *GetNetflowPortListDefault

NewGetNetflowPortListDefault creates a GetNetflowPortListDefault with default headers values

func (*GetNetflowPortListDefault) Code ¶

func (o *GetNetflowPortListDefault) Code() int

Code gets the status code for the get netflow port list default response

func (*GetNetflowPortListDefault) Error ¶

func (o *GetNetflowPortListDefault) Error() string

type GetNetflowPortListOK ¶

type GetNetflowPortListOK struct {
	Payload *models.PortPaginationResponse
}

GetNetflowPortListOK handles this case with default header values.

successful operation

func NewGetNetflowPortListOK ¶

func NewGetNetflowPortListOK() *GetNetflowPortListOK

NewGetNetflowPortListOK creates a GetNetflowPortListOK with default headers values

func (*GetNetflowPortListOK) Error ¶

func (o *GetNetflowPortListOK) Error() string

type GetNetflowPortListParams ¶

type GetNetflowPortListParams struct {

	/*End*/
	End *int64
	/*Fields*/
	Fields *string
	/*Filter*/
	Filter *string
	/*ID*/
	ID int32
	/*IP*/
	IP *string
	/*NetflowFilter*/
	NetflowFilter *string
	/*Offset*/
	Offset *int32
	/*Size*/
	Size *int32
	/*Start*/
	Start *int64

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetNetflowPortListParams contains all the parameters to send to the API endpoint for the get netflow port list operation typically these are written to a http.Request

func NewGetNetflowPortListParams ¶

func NewGetNetflowPortListParams() *GetNetflowPortListParams

NewGetNetflowPortListParams creates a new GetNetflowPortListParams object with the default values initialized.

func NewGetNetflowPortListParamsWithContext ¶

func NewGetNetflowPortListParamsWithContext(ctx context.Context) *GetNetflowPortListParams

NewGetNetflowPortListParamsWithContext creates a new GetNetflowPortListParams object with the default values initialized, and the ability to set a context for a request

func NewGetNetflowPortListParamsWithHTTPClient ¶

func NewGetNetflowPortListParamsWithHTTPClient(client *http.Client) *GetNetflowPortListParams

NewGetNetflowPortListParamsWithHTTPClient creates a new GetNetflowPortListParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetNetflowPortListParamsWithTimeout ¶

func NewGetNetflowPortListParamsWithTimeout(timeout time.Duration) *GetNetflowPortListParams

NewGetNetflowPortListParamsWithTimeout creates a new GetNetflowPortListParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetNetflowPortListParams) SetContext ¶

func (o *GetNetflowPortListParams) SetContext(ctx context.Context)

SetContext adds the context to the get netflow port list params

func (*GetNetflowPortListParams) SetEnd ¶

func (o *GetNetflowPortListParams) SetEnd(end *int64)

SetEnd adds the end to the get netflow port list params

func (*GetNetflowPortListParams) SetFields ¶

func (o *GetNetflowPortListParams) SetFields(fields *string)

SetFields adds the fields to the get netflow port list params

func (*GetNetflowPortListParams) SetFilter ¶

func (o *GetNetflowPortListParams) SetFilter(filter *string)

SetFilter adds the filter to the get netflow port list params

func (*GetNetflowPortListParams) SetHTTPClient ¶

func (o *GetNetflowPortListParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get netflow port list params

func (*GetNetflowPortListParams) SetID ¶

func (o *GetNetflowPortListParams) SetID(id int32)

SetID adds the id to the get netflow port list params

func (*GetNetflowPortListParams) SetIP ¶

func (o *GetNetflowPortListParams) SetIP(ip *string)

SetIP adds the ip to the get netflow port list params

func (*GetNetflowPortListParams) SetNetflowFilter ¶

func (o *GetNetflowPortListParams) SetNetflowFilter(netflowFilter *string)

SetNetflowFilter adds the netflowFilter to the get netflow port list params

func (*GetNetflowPortListParams) SetOffset ¶

func (o *GetNetflowPortListParams) SetOffset(offset *int32)

SetOffset adds the offset to the get netflow port list params

func (*GetNetflowPortListParams) SetSize ¶

func (o *GetNetflowPortListParams) SetSize(size *int32)

SetSize adds the size to the get netflow port list params

func (*GetNetflowPortListParams) SetStart ¶

func (o *GetNetflowPortListParams) SetStart(start *int64)

SetStart adds the start to the get netflow port list params

func (*GetNetflowPortListParams) SetTimeout ¶

func (o *GetNetflowPortListParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get netflow port list params

func (*GetNetflowPortListParams) WithContext ¶

WithContext adds the context to the get netflow port list params

func (*GetNetflowPortListParams) WithEnd ¶

WithEnd adds the end to the get netflow port list params

func (*GetNetflowPortListParams) WithFields ¶

WithFields adds the fields to the get netflow port list params

func (*GetNetflowPortListParams) WithFilter ¶

WithFilter adds the filter to the get netflow port list params

func (*GetNetflowPortListParams) WithHTTPClient ¶

func (o *GetNetflowPortListParams) WithHTTPClient(client *http.Client) *GetNetflowPortListParams

WithHTTPClient adds the HTTPClient to the get netflow port list params

func (*GetNetflowPortListParams) WithID ¶

WithID adds the id to the get netflow port list params

func (*GetNetflowPortListParams) WithIP ¶

WithIP adds the ip to the get netflow port list params

func (*GetNetflowPortListParams) WithNetflowFilter ¶

func (o *GetNetflowPortListParams) WithNetflowFilter(netflowFilter *string) *GetNetflowPortListParams

WithNetflowFilter adds the netflowFilter to the get netflow port list params

func (*GetNetflowPortListParams) WithOffset ¶

WithOffset adds the offset to the get netflow port list params

func (*GetNetflowPortListParams) WithSize ¶

WithSize adds the size to the get netflow port list params

func (*GetNetflowPortListParams) WithStart ¶

WithStart adds the start to the get netflow port list params

func (*GetNetflowPortListParams) WithTimeout ¶

WithTimeout adds the timeout to the get netflow port list params

func (*GetNetflowPortListParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetNetflowPortListReader ¶

type GetNetflowPortListReader struct {
	// contains filtered or unexported fields
}

GetNetflowPortListReader is a Reader for the GetNetflowPortList structure.

func (*GetNetflowPortListReader) ReadResponse ¶

func (o *GetNetflowPortListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetNetscanByIDDefault ¶

type GetNetscanByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetNetscanByIDDefault handles this case with default header values.

Error

func NewGetNetscanByIDDefault ¶

func NewGetNetscanByIDDefault(code int) *GetNetscanByIDDefault

NewGetNetscanByIDDefault creates a GetNetscanByIDDefault with default headers values

func (*GetNetscanByIDDefault) Code ¶

func (o *GetNetscanByIDDefault) Code() int

Code gets the status code for the get netscan by Id default response

func (*GetNetscanByIDDefault) Error ¶

func (o *GetNetscanByIDDefault) Error() string

type GetNetscanByIDOK ¶

type GetNetscanByIDOK struct {
	Payload models.Netscan
}

GetNetscanByIDOK handles this case with default header values.

successful operation

func NewGetNetscanByIDOK ¶

func NewGetNetscanByIDOK() *GetNetscanByIDOK

NewGetNetscanByIDOK creates a GetNetscanByIDOK with default headers values

func (*GetNetscanByIDOK) Error ¶

func (o *GetNetscanByIDOK) Error() string

type GetNetscanByIDParams ¶

type GetNetscanByIDParams struct {

	/*ID*/
	ID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetNetscanByIDParams contains all the parameters to send to the API endpoint for the get netscan by Id operation typically these are written to a http.Request

func NewGetNetscanByIDParams ¶

func NewGetNetscanByIDParams() *GetNetscanByIDParams

NewGetNetscanByIDParams creates a new GetNetscanByIDParams object with the default values initialized.

func NewGetNetscanByIDParamsWithContext ¶

func NewGetNetscanByIDParamsWithContext(ctx context.Context) *GetNetscanByIDParams

NewGetNetscanByIDParamsWithContext creates a new GetNetscanByIDParams object with the default values initialized, and the ability to set a context for a request

func NewGetNetscanByIDParamsWithHTTPClient ¶

func NewGetNetscanByIDParamsWithHTTPClient(client *http.Client) *GetNetscanByIDParams

NewGetNetscanByIDParamsWithHTTPClient creates a new GetNetscanByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetNetscanByIDParamsWithTimeout ¶

func NewGetNetscanByIDParamsWithTimeout(timeout time.Duration) *GetNetscanByIDParams

NewGetNetscanByIDParamsWithTimeout creates a new GetNetscanByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetNetscanByIDParams) SetContext ¶

func (o *GetNetscanByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the get netscan by Id params

func (*GetNetscanByIDParams) SetHTTPClient ¶

func (o *GetNetscanByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get netscan by Id params

func (*GetNetscanByIDParams) SetID ¶

func (o *GetNetscanByIDParams) SetID(id int32)

SetID adds the id to the get netscan by Id params

func (*GetNetscanByIDParams) SetTimeout ¶

func (o *GetNetscanByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get netscan by Id params

func (*GetNetscanByIDParams) WithContext ¶

WithContext adds the context to the get netscan by Id params

func (*GetNetscanByIDParams) WithHTTPClient ¶

func (o *GetNetscanByIDParams) WithHTTPClient(client *http.Client) *GetNetscanByIDParams

WithHTTPClient adds the HTTPClient to the get netscan by Id params

func (*GetNetscanByIDParams) WithID ¶

WithID adds the id to the get netscan by Id params

func (*GetNetscanByIDParams) WithTimeout ¶

func (o *GetNetscanByIDParams) WithTimeout(timeout time.Duration) *GetNetscanByIDParams

WithTimeout adds the timeout to the get netscan by Id params

func (*GetNetscanByIDParams) WriteToRequest ¶

func (o *GetNetscanByIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetNetscanByIDReader ¶

type GetNetscanByIDReader struct {
	// contains filtered or unexported fields
}

GetNetscanByIDReader is a Reader for the GetNetscanByID structure.

func (*GetNetscanByIDReader) ReadResponse ¶

func (o *GetNetscanByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetNetscanListDefault ¶

type GetNetscanListDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetNetscanListDefault handles this case with default header values.

Error

func NewGetNetscanListDefault ¶

func NewGetNetscanListDefault(code int) *GetNetscanListDefault

NewGetNetscanListDefault creates a GetNetscanListDefault with default headers values

func (*GetNetscanListDefault) Code ¶

func (o *GetNetscanListDefault) Code() int

Code gets the status code for the get netscan list default response

func (*GetNetscanListDefault) Error ¶

func (o *GetNetscanListDefault) Error() string

type GetNetscanListOK ¶

type GetNetscanListOK struct {
	Payload *models.NetscanPaginationResponse
}

GetNetscanListOK handles this case with default header values.

successful operation

func NewGetNetscanListOK ¶

func NewGetNetscanListOK() *GetNetscanListOK

NewGetNetscanListOK creates a GetNetscanListOK with default headers values

func (*GetNetscanListOK) Error ¶

func (o *GetNetscanListOK) Error() string

type GetNetscanListParams ¶

type GetNetscanListParams struct {

	/*Fields*/
	Fields *string
	/*Filter*/
	Filter *string
	/*Offset*/
	Offset *int32
	/*Size*/
	Size *int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetNetscanListParams contains all the parameters to send to the API endpoint for the get netscan list operation typically these are written to a http.Request

func NewGetNetscanListParams ¶

func NewGetNetscanListParams() *GetNetscanListParams

NewGetNetscanListParams creates a new GetNetscanListParams object with the default values initialized.

func NewGetNetscanListParamsWithContext ¶

func NewGetNetscanListParamsWithContext(ctx context.Context) *GetNetscanListParams

NewGetNetscanListParamsWithContext creates a new GetNetscanListParams object with the default values initialized, and the ability to set a context for a request

func NewGetNetscanListParamsWithHTTPClient ¶

func NewGetNetscanListParamsWithHTTPClient(client *http.Client) *GetNetscanListParams

NewGetNetscanListParamsWithHTTPClient creates a new GetNetscanListParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetNetscanListParamsWithTimeout ¶

func NewGetNetscanListParamsWithTimeout(timeout time.Duration) *GetNetscanListParams

NewGetNetscanListParamsWithTimeout creates a new GetNetscanListParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetNetscanListParams) SetContext ¶

func (o *GetNetscanListParams) SetContext(ctx context.Context)

SetContext adds the context to the get netscan list params

func (*GetNetscanListParams) SetFields ¶

func (o *GetNetscanListParams) SetFields(fields *string)

SetFields adds the fields to the get netscan list params

func (*GetNetscanListParams) SetFilter ¶

func (o *GetNetscanListParams) SetFilter(filter *string)

SetFilter adds the filter to the get netscan list params

func (*GetNetscanListParams) SetHTTPClient ¶

func (o *GetNetscanListParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get netscan list params

func (*GetNetscanListParams) SetOffset ¶

func (o *GetNetscanListParams) SetOffset(offset *int32)

SetOffset adds the offset to the get netscan list params

func (*GetNetscanListParams) SetSize ¶

func (o *GetNetscanListParams) SetSize(size *int32)

SetSize adds the size to the get netscan list params

func (*GetNetscanListParams) SetTimeout ¶

func (o *GetNetscanListParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get netscan list params

func (*GetNetscanListParams) WithContext ¶

WithContext adds the context to the get netscan list params

func (*GetNetscanListParams) WithFields ¶

func (o *GetNetscanListParams) WithFields(fields *string) *GetNetscanListParams

WithFields adds the fields to the get netscan list params

func (*GetNetscanListParams) WithFilter ¶

func (o *GetNetscanListParams) WithFilter(filter *string) *GetNetscanListParams

WithFilter adds the filter to the get netscan list params

func (*GetNetscanListParams) WithHTTPClient ¶

func (o *GetNetscanListParams) WithHTTPClient(client *http.Client) *GetNetscanListParams

WithHTTPClient adds the HTTPClient to the get netscan list params

func (*GetNetscanListParams) WithOffset ¶

func (o *GetNetscanListParams) WithOffset(offset *int32) *GetNetscanListParams

WithOffset adds the offset to the get netscan list params

func (*GetNetscanListParams) WithSize ¶

func (o *GetNetscanListParams) WithSize(size *int32) *GetNetscanListParams

WithSize adds the size to the get netscan list params

func (*GetNetscanListParams) WithTimeout ¶

func (o *GetNetscanListParams) WithTimeout(timeout time.Duration) *GetNetscanListParams

WithTimeout adds the timeout to the get netscan list params

func (*GetNetscanListParams) WriteToRequest ¶

func (o *GetNetscanListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetNetscanListReader ¶

type GetNetscanListReader struct {
	// contains filtered or unexported fields
}

GetNetscanListReader is a Reader for the GetNetscanList structure.

func (*GetNetscanListReader) ReadResponse ¶

func (o *GetNetscanListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetOpsNoteByIDDefault ¶

type GetOpsNoteByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetOpsNoteByIDDefault handles this case with default header values.

Error

func NewGetOpsNoteByIDDefault ¶

func NewGetOpsNoteByIDDefault(code int) *GetOpsNoteByIDDefault

NewGetOpsNoteByIDDefault creates a GetOpsNoteByIDDefault with default headers values

func (*GetOpsNoteByIDDefault) Code ¶

func (o *GetOpsNoteByIDDefault) Code() int

Code gets the status code for the get ops note by Id default response

func (*GetOpsNoteByIDDefault) Error ¶

func (o *GetOpsNoteByIDDefault) Error() string

type GetOpsNoteByIDOK ¶

type GetOpsNoteByIDOK struct {
	Payload *models.OpsNote
}

GetOpsNoteByIDOK handles this case with default header values.

successful operation

func NewGetOpsNoteByIDOK ¶

func NewGetOpsNoteByIDOK() *GetOpsNoteByIDOK

NewGetOpsNoteByIDOK creates a GetOpsNoteByIDOK with default headers values

func (*GetOpsNoteByIDOK) Error ¶

func (o *GetOpsNoteByIDOK) Error() string

type GetOpsNoteByIDParams ¶

type GetOpsNoteByIDParams struct {

	/*Fields*/
	Fields *string
	/*ID*/
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetOpsNoteByIDParams contains all the parameters to send to the API endpoint for the get ops note by Id operation typically these are written to a http.Request

func NewGetOpsNoteByIDParams ¶

func NewGetOpsNoteByIDParams() *GetOpsNoteByIDParams

NewGetOpsNoteByIDParams creates a new GetOpsNoteByIDParams object with the default values initialized.

func NewGetOpsNoteByIDParamsWithContext ¶

func NewGetOpsNoteByIDParamsWithContext(ctx context.Context) *GetOpsNoteByIDParams

NewGetOpsNoteByIDParamsWithContext creates a new GetOpsNoteByIDParams object with the default values initialized, and the ability to set a context for a request

func NewGetOpsNoteByIDParamsWithHTTPClient ¶

func NewGetOpsNoteByIDParamsWithHTTPClient(client *http.Client) *GetOpsNoteByIDParams

NewGetOpsNoteByIDParamsWithHTTPClient creates a new GetOpsNoteByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetOpsNoteByIDParamsWithTimeout ¶

func NewGetOpsNoteByIDParamsWithTimeout(timeout time.Duration) *GetOpsNoteByIDParams

NewGetOpsNoteByIDParamsWithTimeout creates a new GetOpsNoteByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetOpsNoteByIDParams) SetContext ¶

func (o *GetOpsNoteByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the get ops note by Id params

func (*GetOpsNoteByIDParams) SetFields ¶

func (o *GetOpsNoteByIDParams) SetFields(fields *string)

SetFields adds the fields to the get ops note by Id params

func (*GetOpsNoteByIDParams) SetHTTPClient ¶

func (o *GetOpsNoteByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get ops note by Id params

func (*GetOpsNoteByIDParams) SetID ¶

func (o *GetOpsNoteByIDParams) SetID(id string)

SetID adds the id to the get ops note by Id params

func (*GetOpsNoteByIDParams) SetTimeout ¶

func (o *GetOpsNoteByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get ops note by Id params

func (*GetOpsNoteByIDParams) WithContext ¶

WithContext adds the context to the get ops note by Id params

func (*GetOpsNoteByIDParams) WithFields ¶

func (o *GetOpsNoteByIDParams) WithFields(fields *string) *GetOpsNoteByIDParams

WithFields adds the fields to the get ops note by Id params

func (*GetOpsNoteByIDParams) WithHTTPClient ¶

func (o *GetOpsNoteByIDParams) WithHTTPClient(client *http.Client) *GetOpsNoteByIDParams

WithHTTPClient adds the HTTPClient to the get ops note by Id params

func (*GetOpsNoteByIDParams) WithID ¶

WithID adds the id to the get ops note by Id params

func (*GetOpsNoteByIDParams) WithTimeout ¶

func (o *GetOpsNoteByIDParams) WithTimeout(timeout time.Duration) *GetOpsNoteByIDParams

WithTimeout adds the timeout to the get ops note by Id params

func (*GetOpsNoteByIDParams) WriteToRequest ¶

func (o *GetOpsNoteByIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetOpsNoteByIDReader ¶

type GetOpsNoteByIDReader struct {
	// contains filtered or unexported fields
}

GetOpsNoteByIDReader is a Reader for the GetOpsNoteByID structure.

func (*GetOpsNoteByIDReader) ReadResponse ¶

func (o *GetOpsNoteByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetOpsNoteListDefault ¶

type GetOpsNoteListDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetOpsNoteListDefault handles this case with default header values.

Error

func NewGetOpsNoteListDefault ¶

func NewGetOpsNoteListDefault(code int) *GetOpsNoteListDefault

NewGetOpsNoteListDefault creates a GetOpsNoteListDefault with default headers values

func (*GetOpsNoteListDefault) Code ¶

func (o *GetOpsNoteListDefault) Code() int

Code gets the status code for the get ops note list default response

func (*GetOpsNoteListDefault) Error ¶

func (o *GetOpsNoteListDefault) Error() string

type GetOpsNoteListOK ¶

type GetOpsNoteListOK struct {
	Payload *models.OpsNotePaginationResponse
}

GetOpsNoteListOK handles this case with default header values.

successful operation

func NewGetOpsNoteListOK ¶

func NewGetOpsNoteListOK() *GetOpsNoteListOK

NewGetOpsNoteListOK creates a GetOpsNoteListOK with default headers values

func (*GetOpsNoteListOK) Error ¶

func (o *GetOpsNoteListOK) Error() string

type GetOpsNoteListParams ¶

type GetOpsNoteListParams struct {

	/*Fields*/
	Fields *string
	/*Filter*/
	Filter *string
	/*Offset*/
	Offset *int32
	/*Size*/
	Size *int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetOpsNoteListParams contains all the parameters to send to the API endpoint for the get ops note list operation typically these are written to a http.Request

func NewGetOpsNoteListParams ¶

func NewGetOpsNoteListParams() *GetOpsNoteListParams

NewGetOpsNoteListParams creates a new GetOpsNoteListParams object with the default values initialized.

func NewGetOpsNoteListParamsWithContext ¶

func NewGetOpsNoteListParamsWithContext(ctx context.Context) *GetOpsNoteListParams

NewGetOpsNoteListParamsWithContext creates a new GetOpsNoteListParams object with the default values initialized, and the ability to set a context for a request

func NewGetOpsNoteListParamsWithHTTPClient ¶

func NewGetOpsNoteListParamsWithHTTPClient(client *http.Client) *GetOpsNoteListParams

NewGetOpsNoteListParamsWithHTTPClient creates a new GetOpsNoteListParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetOpsNoteListParamsWithTimeout ¶

func NewGetOpsNoteListParamsWithTimeout(timeout time.Duration) *GetOpsNoteListParams

NewGetOpsNoteListParamsWithTimeout creates a new GetOpsNoteListParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetOpsNoteListParams) SetContext ¶

func (o *GetOpsNoteListParams) SetContext(ctx context.Context)

SetContext adds the context to the get ops note list params

func (*GetOpsNoteListParams) SetFields ¶

func (o *GetOpsNoteListParams) SetFields(fields *string)

SetFields adds the fields to the get ops note list params

func (*GetOpsNoteListParams) SetFilter ¶

func (o *GetOpsNoteListParams) SetFilter(filter *string)

SetFilter adds the filter to the get ops note list params

func (*GetOpsNoteListParams) SetHTTPClient ¶

func (o *GetOpsNoteListParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get ops note list params

func (*GetOpsNoteListParams) SetOffset ¶

func (o *GetOpsNoteListParams) SetOffset(offset *int32)

SetOffset adds the offset to the get ops note list params

func (*GetOpsNoteListParams) SetSize ¶

func (o *GetOpsNoteListParams) SetSize(size *int32)

SetSize adds the size to the get ops note list params

func (*GetOpsNoteListParams) SetTimeout ¶

func (o *GetOpsNoteListParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get ops note list params

func (*GetOpsNoteListParams) WithContext ¶

WithContext adds the context to the get ops note list params

func (*GetOpsNoteListParams) WithFields ¶

func (o *GetOpsNoteListParams) WithFields(fields *string) *GetOpsNoteListParams

WithFields adds the fields to the get ops note list params

func (*GetOpsNoteListParams) WithFilter ¶

func (o *GetOpsNoteListParams) WithFilter(filter *string) *GetOpsNoteListParams

WithFilter adds the filter to the get ops note list params

func (*GetOpsNoteListParams) WithHTTPClient ¶

func (o *GetOpsNoteListParams) WithHTTPClient(client *http.Client) *GetOpsNoteListParams

WithHTTPClient adds the HTTPClient to the get ops note list params

func (*GetOpsNoteListParams) WithOffset ¶

func (o *GetOpsNoteListParams) WithOffset(offset *int32) *GetOpsNoteListParams

WithOffset adds the offset to the get ops note list params

func (*GetOpsNoteListParams) WithSize ¶

func (o *GetOpsNoteListParams) WithSize(size *int32) *GetOpsNoteListParams

WithSize adds the size to the get ops note list params

func (*GetOpsNoteListParams) WithTimeout ¶

func (o *GetOpsNoteListParams) WithTimeout(timeout time.Duration) *GetOpsNoteListParams

WithTimeout adds the timeout to the get ops note list params

func (*GetOpsNoteListParams) WriteToRequest ¶

func (o *GetOpsNoteListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetOpsNoteListReader ¶

type GetOpsNoteListReader struct {
	// contains filtered or unexported fields
}

GetOpsNoteListReader is a Reader for the GetOpsNoteList structure.

func (*GetOpsNoteListReader) ReadResponse ¶

func (o *GetOpsNoteListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetRecipientGroupByIDDefault ¶

type GetRecipientGroupByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetRecipientGroupByIDDefault handles this case with default header values.

Error

func NewGetRecipientGroupByIDDefault ¶

func NewGetRecipientGroupByIDDefault(code int) *GetRecipientGroupByIDDefault

NewGetRecipientGroupByIDDefault creates a GetRecipientGroupByIDDefault with default headers values

func (*GetRecipientGroupByIDDefault) Code ¶

Code gets the status code for the get recipient group by Id default response

func (*GetRecipientGroupByIDDefault) Error ¶

type GetRecipientGroupByIDOK ¶

type GetRecipientGroupByIDOK struct {
	Payload *models.RecipientGroup
}

GetRecipientGroupByIDOK handles this case with default header values.

successful operation

func NewGetRecipientGroupByIDOK ¶

func NewGetRecipientGroupByIDOK() *GetRecipientGroupByIDOK

NewGetRecipientGroupByIDOK creates a GetRecipientGroupByIDOK with default headers values

func (*GetRecipientGroupByIDOK) Error ¶

func (o *GetRecipientGroupByIDOK) Error() string

type GetRecipientGroupByIDParams ¶

type GetRecipientGroupByIDParams struct {

	/*ID*/
	ID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetRecipientGroupByIDParams contains all the parameters to send to the API endpoint for the get recipient group by Id operation typically these are written to a http.Request

func NewGetRecipientGroupByIDParams ¶

func NewGetRecipientGroupByIDParams() *GetRecipientGroupByIDParams

NewGetRecipientGroupByIDParams creates a new GetRecipientGroupByIDParams object with the default values initialized.

func NewGetRecipientGroupByIDParamsWithContext ¶

func NewGetRecipientGroupByIDParamsWithContext(ctx context.Context) *GetRecipientGroupByIDParams

NewGetRecipientGroupByIDParamsWithContext creates a new GetRecipientGroupByIDParams object with the default values initialized, and the ability to set a context for a request

func NewGetRecipientGroupByIDParamsWithHTTPClient ¶

func NewGetRecipientGroupByIDParamsWithHTTPClient(client *http.Client) *GetRecipientGroupByIDParams

NewGetRecipientGroupByIDParamsWithHTTPClient creates a new GetRecipientGroupByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetRecipientGroupByIDParamsWithTimeout ¶

func NewGetRecipientGroupByIDParamsWithTimeout(timeout time.Duration) *GetRecipientGroupByIDParams

NewGetRecipientGroupByIDParamsWithTimeout creates a new GetRecipientGroupByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetRecipientGroupByIDParams) SetContext ¶

func (o *GetRecipientGroupByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the get recipient group by Id params

func (*GetRecipientGroupByIDParams) SetHTTPClient ¶

func (o *GetRecipientGroupByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get recipient group by Id params

func (*GetRecipientGroupByIDParams) SetID ¶

func (o *GetRecipientGroupByIDParams) SetID(id int32)

SetID adds the id to the get recipient group by Id params

func (*GetRecipientGroupByIDParams) SetTimeout ¶

func (o *GetRecipientGroupByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get recipient group by Id params

func (*GetRecipientGroupByIDParams) WithContext ¶

WithContext adds the context to the get recipient group by Id params

func (*GetRecipientGroupByIDParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get recipient group by Id params

func (*GetRecipientGroupByIDParams) WithID ¶

WithID adds the id to the get recipient group by Id params

func (*GetRecipientGroupByIDParams) WithTimeout ¶

WithTimeout adds the timeout to the get recipient group by Id params

func (*GetRecipientGroupByIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetRecipientGroupByIDReader ¶

type GetRecipientGroupByIDReader struct {
	// contains filtered or unexported fields
}

GetRecipientGroupByIDReader is a Reader for the GetRecipientGroupByID structure.

func (*GetRecipientGroupByIDReader) ReadResponse ¶

func (o *GetRecipientGroupByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetRecipientGroupListDefault ¶

type GetRecipientGroupListDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetRecipientGroupListDefault handles this case with default header values.

Error

func NewGetRecipientGroupListDefault ¶

func NewGetRecipientGroupListDefault(code int) *GetRecipientGroupListDefault

NewGetRecipientGroupListDefault creates a GetRecipientGroupListDefault with default headers values

func (*GetRecipientGroupListDefault) Code ¶

Code gets the status code for the get recipient group list default response

func (*GetRecipientGroupListDefault) Error ¶

type GetRecipientGroupListOK ¶

type GetRecipientGroupListOK struct {
	Payload *models.RecipientGroupPaginationResponse
}

GetRecipientGroupListOK handles this case with default header values.

successful operation

func NewGetRecipientGroupListOK ¶

func NewGetRecipientGroupListOK() *GetRecipientGroupListOK

NewGetRecipientGroupListOK creates a GetRecipientGroupListOK with default headers values

func (*GetRecipientGroupListOK) Error ¶

func (o *GetRecipientGroupListOK) Error() string

type GetRecipientGroupListParams ¶

type GetRecipientGroupListParams struct {

	/*Fields*/
	Fields *string
	/*Filter*/
	Filter *string
	/*Offset*/
	Offset *int32
	/*Size*/
	Size *int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetRecipientGroupListParams contains all the parameters to send to the API endpoint for the get recipient group list operation typically these are written to a http.Request

func NewGetRecipientGroupListParams ¶

func NewGetRecipientGroupListParams() *GetRecipientGroupListParams

NewGetRecipientGroupListParams creates a new GetRecipientGroupListParams object with the default values initialized.

func NewGetRecipientGroupListParamsWithContext ¶

func NewGetRecipientGroupListParamsWithContext(ctx context.Context) *GetRecipientGroupListParams

NewGetRecipientGroupListParamsWithContext creates a new GetRecipientGroupListParams object with the default values initialized, and the ability to set a context for a request

func NewGetRecipientGroupListParamsWithHTTPClient ¶

func NewGetRecipientGroupListParamsWithHTTPClient(client *http.Client) *GetRecipientGroupListParams

NewGetRecipientGroupListParamsWithHTTPClient creates a new GetRecipientGroupListParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetRecipientGroupListParamsWithTimeout ¶

func NewGetRecipientGroupListParamsWithTimeout(timeout time.Duration) *GetRecipientGroupListParams

NewGetRecipientGroupListParamsWithTimeout creates a new GetRecipientGroupListParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetRecipientGroupListParams) SetContext ¶

func (o *GetRecipientGroupListParams) SetContext(ctx context.Context)

SetContext adds the context to the get recipient group list params

func (*GetRecipientGroupListParams) SetFields ¶

func (o *GetRecipientGroupListParams) SetFields(fields *string)

SetFields adds the fields to the get recipient group list params

func (*GetRecipientGroupListParams) SetFilter ¶

func (o *GetRecipientGroupListParams) SetFilter(filter *string)

SetFilter adds the filter to the get recipient group list params

func (*GetRecipientGroupListParams) SetHTTPClient ¶

func (o *GetRecipientGroupListParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get recipient group list params

func (*GetRecipientGroupListParams) SetOffset ¶

func (o *GetRecipientGroupListParams) SetOffset(offset *int32)

SetOffset adds the offset to the get recipient group list params

func (*GetRecipientGroupListParams) SetSize ¶

func (o *GetRecipientGroupListParams) SetSize(size *int32)

SetSize adds the size to the get recipient group list params

func (*GetRecipientGroupListParams) SetTimeout ¶

func (o *GetRecipientGroupListParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get recipient group list params

func (*GetRecipientGroupListParams) WithContext ¶

WithContext adds the context to the get recipient group list params

func (*GetRecipientGroupListParams) WithFields ¶

WithFields adds the fields to the get recipient group list params

func (*GetRecipientGroupListParams) WithFilter ¶

WithFilter adds the filter to the get recipient group list params

func (*GetRecipientGroupListParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get recipient group list params

func (*GetRecipientGroupListParams) WithOffset ¶

WithOffset adds the offset to the get recipient group list params

func (*GetRecipientGroupListParams) WithSize ¶

WithSize adds the size to the get recipient group list params

func (*GetRecipientGroupListParams) WithTimeout ¶

WithTimeout adds the timeout to the get recipient group list params

func (*GetRecipientGroupListParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetRecipientGroupListReader ¶

type GetRecipientGroupListReader struct {
	// contains filtered or unexported fields
}

GetRecipientGroupListReader is a Reader for the GetRecipientGroupList structure.

func (*GetRecipientGroupListReader) ReadResponse ¶

func (o *GetRecipientGroupListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetReportByIDDefault ¶

type GetReportByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetReportByIDDefault handles this case with default header values.

Error

func NewGetReportByIDDefault ¶

func NewGetReportByIDDefault(code int) *GetReportByIDDefault

NewGetReportByIDDefault creates a GetReportByIDDefault with default headers values

func (*GetReportByIDDefault) Code ¶

func (o *GetReportByIDDefault) Code() int

Code gets the status code for the get report by Id default response

func (*GetReportByIDDefault) Error ¶

func (o *GetReportByIDDefault) Error() string

type GetReportByIDOK ¶

type GetReportByIDOK struct {
	Payload models.ReportBase
}

GetReportByIDOK handles this case with default header values.

successful operation

func NewGetReportByIDOK ¶

func NewGetReportByIDOK() *GetReportByIDOK

NewGetReportByIDOK creates a GetReportByIDOK with default headers values

func (*GetReportByIDOK) Error ¶

func (o *GetReportByIDOK) Error() string

type GetReportByIDParams ¶

type GetReportByIDParams struct {

	/*Fields*/
	Fields *string
	/*ID*/
	ID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetReportByIDParams contains all the parameters to send to the API endpoint for the get report by Id operation typically these are written to a http.Request

func NewGetReportByIDParams ¶

func NewGetReportByIDParams() *GetReportByIDParams

NewGetReportByIDParams creates a new GetReportByIDParams object with the default values initialized.

func NewGetReportByIDParamsWithContext ¶

func NewGetReportByIDParamsWithContext(ctx context.Context) *GetReportByIDParams

NewGetReportByIDParamsWithContext creates a new GetReportByIDParams object with the default values initialized, and the ability to set a context for a request

func NewGetReportByIDParamsWithHTTPClient ¶

func NewGetReportByIDParamsWithHTTPClient(client *http.Client) *GetReportByIDParams

NewGetReportByIDParamsWithHTTPClient creates a new GetReportByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetReportByIDParamsWithTimeout ¶

func NewGetReportByIDParamsWithTimeout(timeout time.Duration) *GetReportByIDParams

NewGetReportByIDParamsWithTimeout creates a new GetReportByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetReportByIDParams) SetContext ¶

func (o *GetReportByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the get report by Id params

func (*GetReportByIDParams) SetFields ¶

func (o *GetReportByIDParams) SetFields(fields *string)

SetFields adds the fields to the get report by Id params

func (*GetReportByIDParams) SetHTTPClient ¶

func (o *GetReportByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get report by Id params

func (*GetReportByIDParams) SetID ¶

func (o *GetReportByIDParams) SetID(id int32)

SetID adds the id to the get report by Id params

func (*GetReportByIDParams) SetTimeout ¶

func (o *GetReportByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get report by Id params

func (*GetReportByIDParams) WithContext ¶

WithContext adds the context to the get report by Id params

func (*GetReportByIDParams) WithFields ¶

func (o *GetReportByIDParams) WithFields(fields *string) *GetReportByIDParams

WithFields adds the fields to the get report by Id params

func (*GetReportByIDParams) WithHTTPClient ¶

func (o *GetReportByIDParams) WithHTTPClient(client *http.Client) *GetReportByIDParams

WithHTTPClient adds the HTTPClient to the get report by Id params

func (*GetReportByIDParams) WithID ¶

WithID adds the id to the get report by Id params

func (*GetReportByIDParams) WithTimeout ¶

func (o *GetReportByIDParams) WithTimeout(timeout time.Duration) *GetReportByIDParams

WithTimeout adds the timeout to the get report by Id params

func (*GetReportByIDParams) WriteToRequest ¶

func (o *GetReportByIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetReportByIDReader ¶

type GetReportByIDReader struct {
	// contains filtered or unexported fields
}

GetReportByIDReader is a Reader for the GetReportByID structure.

func (*GetReportByIDReader) ReadResponse ¶

func (o *GetReportByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetReportGroupByIDDefault ¶

type GetReportGroupByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetReportGroupByIDDefault handles this case with default header values.

Error

func NewGetReportGroupByIDDefault ¶

func NewGetReportGroupByIDDefault(code int) *GetReportGroupByIDDefault

NewGetReportGroupByIDDefault creates a GetReportGroupByIDDefault with default headers values

func (*GetReportGroupByIDDefault) Code ¶

func (o *GetReportGroupByIDDefault) Code() int

Code gets the status code for the get report group by Id default response

func (*GetReportGroupByIDDefault) Error ¶

func (o *GetReportGroupByIDDefault) Error() string

type GetReportGroupByIDOK ¶

type GetReportGroupByIDOK struct {
	Payload *models.ReportGroup
}

GetReportGroupByIDOK handles this case with default header values.

successful operation

func NewGetReportGroupByIDOK ¶

func NewGetReportGroupByIDOK() *GetReportGroupByIDOK

NewGetReportGroupByIDOK creates a GetReportGroupByIDOK with default headers values

func (*GetReportGroupByIDOK) Error ¶

func (o *GetReportGroupByIDOK) Error() string

type GetReportGroupByIDParams ¶

type GetReportGroupByIDParams struct {

	/*ID*/
	ID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetReportGroupByIDParams contains all the parameters to send to the API endpoint for the get report group by Id operation typically these are written to a http.Request

func NewGetReportGroupByIDParams ¶

func NewGetReportGroupByIDParams() *GetReportGroupByIDParams

NewGetReportGroupByIDParams creates a new GetReportGroupByIDParams object with the default values initialized.

func NewGetReportGroupByIDParamsWithContext ¶

func NewGetReportGroupByIDParamsWithContext(ctx context.Context) *GetReportGroupByIDParams

NewGetReportGroupByIDParamsWithContext creates a new GetReportGroupByIDParams object with the default values initialized, and the ability to set a context for a request

func NewGetReportGroupByIDParamsWithHTTPClient ¶

func NewGetReportGroupByIDParamsWithHTTPClient(client *http.Client) *GetReportGroupByIDParams

NewGetReportGroupByIDParamsWithHTTPClient creates a new GetReportGroupByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetReportGroupByIDParamsWithTimeout ¶

func NewGetReportGroupByIDParamsWithTimeout(timeout time.Duration) *GetReportGroupByIDParams

NewGetReportGroupByIDParamsWithTimeout creates a new GetReportGroupByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetReportGroupByIDParams) SetContext ¶

func (o *GetReportGroupByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the get report group by Id params

func (*GetReportGroupByIDParams) SetHTTPClient ¶

func (o *GetReportGroupByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get report group by Id params

func (*GetReportGroupByIDParams) SetID ¶

func (o *GetReportGroupByIDParams) SetID(id int32)

SetID adds the id to the get report group by Id params

func (*GetReportGroupByIDParams) SetTimeout ¶

func (o *GetReportGroupByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get report group by Id params

func (*GetReportGroupByIDParams) WithContext ¶

WithContext adds the context to the get report group by Id params

func (*GetReportGroupByIDParams) WithHTTPClient ¶

func (o *GetReportGroupByIDParams) WithHTTPClient(client *http.Client) *GetReportGroupByIDParams

WithHTTPClient adds the HTTPClient to the get report group by Id params

func (*GetReportGroupByIDParams) WithID ¶

WithID adds the id to the get report group by Id params

func (*GetReportGroupByIDParams) WithTimeout ¶

WithTimeout adds the timeout to the get report group by Id params

func (*GetReportGroupByIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetReportGroupByIDReader ¶

type GetReportGroupByIDReader struct {
	// contains filtered or unexported fields
}

GetReportGroupByIDReader is a Reader for the GetReportGroupByID structure.

func (*GetReportGroupByIDReader) ReadResponse ¶

func (o *GetReportGroupByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetReportGroupListDefault ¶

type GetReportGroupListDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetReportGroupListDefault handles this case with default header values.

Error

func NewGetReportGroupListDefault ¶

func NewGetReportGroupListDefault(code int) *GetReportGroupListDefault

NewGetReportGroupListDefault creates a GetReportGroupListDefault with default headers values

func (*GetReportGroupListDefault) Code ¶

func (o *GetReportGroupListDefault) Code() int

Code gets the status code for the get report group list default response

func (*GetReportGroupListDefault) Error ¶

func (o *GetReportGroupListDefault) Error() string

type GetReportGroupListOK ¶

type GetReportGroupListOK struct {
	Payload *models.ReportGroupPaginationResponse
}

GetReportGroupListOK handles this case with default header values.

successful operation

func NewGetReportGroupListOK ¶

func NewGetReportGroupListOK() *GetReportGroupListOK

NewGetReportGroupListOK creates a GetReportGroupListOK with default headers values

func (*GetReportGroupListOK) Error ¶

func (o *GetReportGroupListOK) Error() string

type GetReportGroupListParams ¶

type GetReportGroupListParams struct {

	/*Fields*/
	Fields *string
	/*Filter*/
	Filter *string
	/*Offset*/
	Offset *int32
	/*Size*/
	Size *int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetReportGroupListParams contains all the parameters to send to the API endpoint for the get report group list operation typically these are written to a http.Request

func NewGetReportGroupListParams ¶

func NewGetReportGroupListParams() *GetReportGroupListParams

NewGetReportGroupListParams creates a new GetReportGroupListParams object with the default values initialized.

func NewGetReportGroupListParamsWithContext ¶

func NewGetReportGroupListParamsWithContext(ctx context.Context) *GetReportGroupListParams

NewGetReportGroupListParamsWithContext creates a new GetReportGroupListParams object with the default values initialized, and the ability to set a context for a request

func NewGetReportGroupListParamsWithHTTPClient ¶

func NewGetReportGroupListParamsWithHTTPClient(client *http.Client) *GetReportGroupListParams

NewGetReportGroupListParamsWithHTTPClient creates a new GetReportGroupListParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetReportGroupListParamsWithTimeout ¶

func NewGetReportGroupListParamsWithTimeout(timeout time.Duration) *GetReportGroupListParams

NewGetReportGroupListParamsWithTimeout creates a new GetReportGroupListParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetReportGroupListParams) SetContext ¶

func (o *GetReportGroupListParams) SetContext(ctx context.Context)

SetContext adds the context to the get report group list params

func (*GetReportGroupListParams) SetFields ¶

func (o *GetReportGroupListParams) SetFields(fields *string)

SetFields adds the fields to the get report group list params

func (*GetReportGroupListParams) SetFilter ¶

func (o *GetReportGroupListParams) SetFilter(filter *string)

SetFilter adds the filter to the get report group list params

func (*GetReportGroupListParams) SetHTTPClient ¶

func (o *GetReportGroupListParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get report group list params

func (*GetReportGroupListParams) SetOffset ¶

func (o *GetReportGroupListParams) SetOffset(offset *int32)

SetOffset adds the offset to the get report group list params

func (*GetReportGroupListParams) SetSize ¶

func (o *GetReportGroupListParams) SetSize(size *int32)

SetSize adds the size to the get report group list params

func (*GetReportGroupListParams) SetTimeout ¶

func (o *GetReportGroupListParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get report group list params

func (*GetReportGroupListParams) WithContext ¶

WithContext adds the context to the get report group list params

func (*GetReportGroupListParams) WithFields ¶

WithFields adds the fields to the get report group list params

func (*GetReportGroupListParams) WithFilter ¶

WithFilter adds the filter to the get report group list params

func (*GetReportGroupListParams) WithHTTPClient ¶

func (o *GetReportGroupListParams) WithHTTPClient(client *http.Client) *GetReportGroupListParams

WithHTTPClient adds the HTTPClient to the get report group list params

func (*GetReportGroupListParams) WithOffset ¶

WithOffset adds the offset to the get report group list params

func (*GetReportGroupListParams) WithSize ¶

WithSize adds the size to the get report group list params

func (*GetReportGroupListParams) WithTimeout ¶

WithTimeout adds the timeout to the get report group list params

func (*GetReportGroupListParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetReportGroupListReader ¶

type GetReportGroupListReader struct {
	// contains filtered or unexported fields
}

GetReportGroupListReader is a Reader for the GetReportGroupList structure.

func (*GetReportGroupListReader) ReadResponse ¶

func (o *GetReportGroupListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetReportListDefault ¶

type GetReportListDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetReportListDefault handles this case with default header values.

Error

func NewGetReportListDefault ¶

func NewGetReportListDefault(code int) *GetReportListDefault

NewGetReportListDefault creates a GetReportListDefault with default headers values

func (*GetReportListDefault) Code ¶

func (o *GetReportListDefault) Code() int

Code gets the status code for the get report list default response

func (*GetReportListDefault) Error ¶

func (o *GetReportListDefault) Error() string

type GetReportListOK ¶

type GetReportListOK struct {
	Payload *models.ReportPaginationResponse
}

GetReportListOK handles this case with default header values.

successful operation

func NewGetReportListOK ¶

func NewGetReportListOK() *GetReportListOK

NewGetReportListOK creates a GetReportListOK with default headers values

func (*GetReportListOK) Error ¶

func (o *GetReportListOK) Error() string

type GetReportListParams ¶

type GetReportListParams struct {

	/*Fields*/
	Fields *string
	/*Filter*/
	Filter *string
	/*Offset*/
	Offset *int32
	/*Size*/
	Size *int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetReportListParams contains all the parameters to send to the API endpoint for the get report list operation typically these are written to a http.Request

func NewGetReportListParams ¶

func NewGetReportListParams() *GetReportListParams

NewGetReportListParams creates a new GetReportListParams object with the default values initialized.

func NewGetReportListParamsWithContext ¶

func NewGetReportListParamsWithContext(ctx context.Context) *GetReportListParams

NewGetReportListParamsWithContext creates a new GetReportListParams object with the default values initialized, and the ability to set a context for a request

func NewGetReportListParamsWithHTTPClient ¶

func NewGetReportListParamsWithHTTPClient(client *http.Client) *GetReportListParams

NewGetReportListParamsWithHTTPClient creates a new GetReportListParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetReportListParamsWithTimeout ¶

func NewGetReportListParamsWithTimeout(timeout time.Duration) *GetReportListParams

NewGetReportListParamsWithTimeout creates a new GetReportListParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetReportListParams) SetContext ¶

func (o *GetReportListParams) SetContext(ctx context.Context)

SetContext adds the context to the get report list params

func (*GetReportListParams) SetFields ¶

func (o *GetReportListParams) SetFields(fields *string)

SetFields adds the fields to the get report list params

func (*GetReportListParams) SetFilter ¶

func (o *GetReportListParams) SetFilter(filter *string)

SetFilter adds the filter to the get report list params

func (*GetReportListParams) SetHTTPClient ¶

func (o *GetReportListParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get report list params

func (*GetReportListParams) SetOffset ¶

func (o *GetReportListParams) SetOffset(offset *int32)

SetOffset adds the offset to the get report list params

func (*GetReportListParams) SetSize ¶

func (o *GetReportListParams) SetSize(size *int32)

SetSize adds the size to the get report list params

func (*GetReportListParams) SetTimeout ¶

func (o *GetReportListParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get report list params

func (*GetReportListParams) WithContext ¶

WithContext adds the context to the get report list params

func (*GetReportListParams) WithFields ¶

func (o *GetReportListParams) WithFields(fields *string) *GetReportListParams

WithFields adds the fields to the get report list params

func (*GetReportListParams) WithFilter ¶

func (o *GetReportListParams) WithFilter(filter *string) *GetReportListParams

WithFilter adds the filter to the get report list params

func (*GetReportListParams) WithHTTPClient ¶

func (o *GetReportListParams) WithHTTPClient(client *http.Client) *GetReportListParams

WithHTTPClient adds the HTTPClient to the get report list params

func (*GetReportListParams) WithOffset ¶

func (o *GetReportListParams) WithOffset(offset *int32) *GetReportListParams

WithOffset adds the offset to the get report list params

func (*GetReportListParams) WithSize ¶

func (o *GetReportListParams) WithSize(size *int32) *GetReportListParams

WithSize adds the size to the get report list params

func (*GetReportListParams) WithTimeout ¶

func (o *GetReportListParams) WithTimeout(timeout time.Duration) *GetReportListParams

WithTimeout adds the timeout to the get report list params

func (*GetReportListParams) WriteToRequest ¶

func (o *GetReportListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetReportListReader ¶

type GetReportListReader struct {
	// contains filtered or unexported fields
}

GetReportListReader is a Reader for the GetReportList structure.

func (*GetReportListReader) ReadResponse ¶

func (o *GetReportListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetRoleByIDDefault ¶

type GetRoleByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetRoleByIDDefault handles this case with default header values.

Error

func NewGetRoleByIDDefault ¶

func NewGetRoleByIDDefault(code int) *GetRoleByIDDefault

NewGetRoleByIDDefault creates a GetRoleByIDDefault with default headers values

func (*GetRoleByIDDefault) Code ¶

func (o *GetRoleByIDDefault) Code() int

Code gets the status code for the get role by Id default response

func (*GetRoleByIDDefault) Error ¶

func (o *GetRoleByIDDefault) Error() string

type GetRoleByIDOK ¶

type GetRoleByIDOK struct {
	Payload *models.Role
}

GetRoleByIDOK handles this case with default header values.

successful operation

func NewGetRoleByIDOK ¶

func NewGetRoleByIDOK() *GetRoleByIDOK

NewGetRoleByIDOK creates a GetRoleByIDOK with default headers values

func (*GetRoleByIDOK) Error ¶

func (o *GetRoleByIDOK) Error() string

type GetRoleByIDParams ¶

type GetRoleByIDParams struct {

	/*Fields*/
	Fields *string
	/*ID*/
	ID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetRoleByIDParams contains all the parameters to send to the API endpoint for the get role by Id operation typically these are written to a http.Request

func NewGetRoleByIDParams ¶

func NewGetRoleByIDParams() *GetRoleByIDParams

NewGetRoleByIDParams creates a new GetRoleByIDParams object with the default values initialized.

func NewGetRoleByIDParamsWithContext ¶

func NewGetRoleByIDParamsWithContext(ctx context.Context) *GetRoleByIDParams

NewGetRoleByIDParamsWithContext creates a new GetRoleByIDParams object with the default values initialized, and the ability to set a context for a request

func NewGetRoleByIDParamsWithHTTPClient ¶

func NewGetRoleByIDParamsWithHTTPClient(client *http.Client) *GetRoleByIDParams

NewGetRoleByIDParamsWithHTTPClient creates a new GetRoleByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetRoleByIDParamsWithTimeout ¶

func NewGetRoleByIDParamsWithTimeout(timeout time.Duration) *GetRoleByIDParams

NewGetRoleByIDParamsWithTimeout creates a new GetRoleByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetRoleByIDParams) SetContext ¶

func (o *GetRoleByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the get role by Id params

func (*GetRoleByIDParams) SetFields ¶

func (o *GetRoleByIDParams) SetFields(fields *string)

SetFields adds the fields to the get role by Id params

func (*GetRoleByIDParams) SetHTTPClient ¶

func (o *GetRoleByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get role by Id params

func (*GetRoleByIDParams) SetID ¶

func (o *GetRoleByIDParams) SetID(id int32)

SetID adds the id to the get role by Id params

func (*GetRoleByIDParams) SetTimeout ¶

func (o *GetRoleByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get role by Id params

func (*GetRoleByIDParams) WithContext ¶

func (o *GetRoleByIDParams) WithContext(ctx context.Context) *GetRoleByIDParams

WithContext adds the context to the get role by Id params

func (*GetRoleByIDParams) WithFields ¶

func (o *GetRoleByIDParams) WithFields(fields *string) *GetRoleByIDParams

WithFields adds the fields to the get role by Id params

func (*GetRoleByIDParams) WithHTTPClient ¶

func (o *GetRoleByIDParams) WithHTTPClient(client *http.Client) *GetRoleByIDParams

WithHTTPClient adds the HTTPClient to the get role by Id params

func (*GetRoleByIDParams) WithID ¶

func (o *GetRoleByIDParams) WithID(id int32) *GetRoleByIDParams

WithID adds the id to the get role by Id params

func (*GetRoleByIDParams) WithTimeout ¶

func (o *GetRoleByIDParams) WithTimeout(timeout time.Duration) *GetRoleByIDParams

WithTimeout adds the timeout to the get role by Id params

func (*GetRoleByIDParams) WriteToRequest ¶

func (o *GetRoleByIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetRoleByIDReader ¶

type GetRoleByIDReader struct {
	// contains filtered or unexported fields
}

GetRoleByIDReader is a Reader for the GetRoleByID structure.

func (*GetRoleByIDReader) ReadResponse ¶

func (o *GetRoleByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetRoleListDefault ¶

type GetRoleListDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetRoleListDefault handles this case with default header values.

Error

func NewGetRoleListDefault ¶

func NewGetRoleListDefault(code int) *GetRoleListDefault

NewGetRoleListDefault creates a GetRoleListDefault with default headers values

func (*GetRoleListDefault) Code ¶

func (o *GetRoleListDefault) Code() int

Code gets the status code for the get role list default response

func (*GetRoleListDefault) Error ¶

func (o *GetRoleListDefault) Error() string

type GetRoleListOK ¶

type GetRoleListOK struct {
	Payload *models.RolePaginationResponse
}

GetRoleListOK handles this case with default header values.

successful operation

func NewGetRoleListOK ¶

func NewGetRoleListOK() *GetRoleListOK

NewGetRoleListOK creates a GetRoleListOK with default headers values

func (*GetRoleListOK) Error ¶

func (o *GetRoleListOK) Error() string

type GetRoleListParams ¶

type GetRoleListParams struct {

	/*Fields*/
	Fields *string
	/*Filter*/
	Filter *string
	/*Offset*/
	Offset *int32
	/*Size*/
	Size *int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetRoleListParams contains all the parameters to send to the API endpoint for the get role list operation typically these are written to a http.Request

func NewGetRoleListParams ¶

func NewGetRoleListParams() *GetRoleListParams

NewGetRoleListParams creates a new GetRoleListParams object with the default values initialized.

func NewGetRoleListParamsWithContext ¶

func NewGetRoleListParamsWithContext(ctx context.Context) *GetRoleListParams

NewGetRoleListParamsWithContext creates a new GetRoleListParams object with the default values initialized, and the ability to set a context for a request

func NewGetRoleListParamsWithHTTPClient ¶

func NewGetRoleListParamsWithHTTPClient(client *http.Client) *GetRoleListParams

NewGetRoleListParamsWithHTTPClient creates a new GetRoleListParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetRoleListParamsWithTimeout ¶

func NewGetRoleListParamsWithTimeout(timeout time.Duration) *GetRoleListParams

NewGetRoleListParamsWithTimeout creates a new GetRoleListParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetRoleListParams) SetContext ¶

func (o *GetRoleListParams) SetContext(ctx context.Context)

SetContext adds the context to the get role list params

func (*GetRoleListParams) SetFields ¶

func (o *GetRoleListParams) SetFields(fields *string)

SetFields adds the fields to the get role list params

func (*GetRoleListParams) SetFilter ¶

func (o *GetRoleListParams) SetFilter(filter *string)

SetFilter adds the filter to the get role list params

func (*GetRoleListParams) SetHTTPClient ¶

func (o *GetRoleListParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get role list params

func (*GetRoleListParams) SetOffset ¶

func (o *GetRoleListParams) SetOffset(offset *int32)

SetOffset adds the offset to the get role list params

func (*GetRoleListParams) SetSize ¶

func (o *GetRoleListParams) SetSize(size *int32)

SetSize adds the size to the get role list params

func (*GetRoleListParams) SetTimeout ¶

func (o *GetRoleListParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get role list params

func (*GetRoleListParams) WithContext ¶

func (o *GetRoleListParams) WithContext(ctx context.Context) *GetRoleListParams

WithContext adds the context to the get role list params

func (*GetRoleListParams) WithFields ¶

func (o *GetRoleListParams) WithFields(fields *string) *GetRoleListParams

WithFields adds the fields to the get role list params

func (*GetRoleListParams) WithFilter ¶

func (o *GetRoleListParams) WithFilter(filter *string) *GetRoleListParams

WithFilter adds the filter to the get role list params

func (*GetRoleListParams) WithHTTPClient ¶

func (o *GetRoleListParams) WithHTTPClient(client *http.Client) *GetRoleListParams

WithHTTPClient adds the HTTPClient to the get role list params

func (*GetRoleListParams) WithOffset ¶

func (o *GetRoleListParams) WithOffset(offset *int32) *GetRoleListParams

WithOffset adds the offset to the get role list params

func (*GetRoleListParams) WithSize ¶

func (o *GetRoleListParams) WithSize(size *int32) *GetRoleListParams

WithSize adds the size to the get role list params

func (*GetRoleListParams) WithTimeout ¶

func (o *GetRoleListParams) WithTimeout(timeout time.Duration) *GetRoleListParams

WithTimeout adds the timeout to the get role list params

func (*GetRoleListParams) WriteToRequest ¶

func (o *GetRoleListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetRoleListReader ¶

type GetRoleListReader struct {
	// contains filtered or unexported fields
}

GetRoleListReader is a Reader for the GetRoleList structure.

func (*GetRoleListReader) ReadResponse ¶

func (o *GetRoleListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetSDTByIDDefault ¶

type GetSDTByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetSDTByIDDefault handles this case with default header values.

Error

func NewGetSDTByIDDefault ¶

func NewGetSDTByIDDefault(code int) *GetSDTByIDDefault

NewGetSDTByIDDefault creates a GetSDTByIDDefault with default headers values

func (*GetSDTByIDDefault) Code ¶

func (o *GetSDTByIDDefault) Code() int

Code gets the status code for the get SDT by Id default response

func (*GetSDTByIDDefault) Error ¶

func (o *GetSDTByIDDefault) Error() string

type GetSDTByIDOK ¶

type GetSDTByIDOK struct {
	Payload models.SDT
}

GetSDTByIDOK handles this case with default header values.

successful operation

func NewGetSDTByIDOK ¶

func NewGetSDTByIDOK() *GetSDTByIDOK

NewGetSDTByIDOK creates a GetSDTByIDOK with default headers values

func (*GetSDTByIDOK) Error ¶

func (o *GetSDTByIDOK) Error() string

type GetSDTByIDParams ¶

type GetSDTByIDParams struct {

	/*Fields*/
	Fields *string
	/*ID*/
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetSDTByIDParams contains all the parameters to send to the API endpoint for the get SDT by Id operation typically these are written to a http.Request

func NewGetSDTByIDParams ¶

func NewGetSDTByIDParams() *GetSDTByIDParams

NewGetSDTByIDParams creates a new GetSDTByIDParams object with the default values initialized.

func NewGetSDTByIDParamsWithContext ¶

func NewGetSDTByIDParamsWithContext(ctx context.Context) *GetSDTByIDParams

NewGetSDTByIDParamsWithContext creates a new GetSDTByIDParams object with the default values initialized, and the ability to set a context for a request

func NewGetSDTByIDParamsWithHTTPClient ¶

func NewGetSDTByIDParamsWithHTTPClient(client *http.Client) *GetSDTByIDParams

NewGetSDTByIDParamsWithHTTPClient creates a new GetSDTByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetSDTByIDParamsWithTimeout ¶

func NewGetSDTByIDParamsWithTimeout(timeout time.Duration) *GetSDTByIDParams

NewGetSDTByIDParamsWithTimeout creates a new GetSDTByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetSDTByIDParams) SetContext ¶

func (o *GetSDTByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the get SDT by Id params

func (*GetSDTByIDParams) SetFields ¶

func (o *GetSDTByIDParams) SetFields(fields *string)

SetFields adds the fields to the get SDT by Id params

func (*GetSDTByIDParams) SetHTTPClient ¶

func (o *GetSDTByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get SDT by Id params

func (*GetSDTByIDParams) SetID ¶

func (o *GetSDTByIDParams) SetID(id string)

SetID adds the id to the get SDT by Id params

func (*GetSDTByIDParams) SetTimeout ¶

func (o *GetSDTByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get SDT by Id params

func (*GetSDTByIDParams) WithContext ¶

func (o *GetSDTByIDParams) WithContext(ctx context.Context) *GetSDTByIDParams

WithContext adds the context to the get SDT by Id params

func (*GetSDTByIDParams) WithFields ¶

func (o *GetSDTByIDParams) WithFields(fields *string) *GetSDTByIDParams

WithFields adds the fields to the get SDT by Id params

func (*GetSDTByIDParams) WithHTTPClient ¶

func (o *GetSDTByIDParams) WithHTTPClient(client *http.Client) *GetSDTByIDParams

WithHTTPClient adds the HTTPClient to the get SDT by Id params

func (*GetSDTByIDParams) WithID ¶

func (o *GetSDTByIDParams) WithID(id string) *GetSDTByIDParams

WithID adds the id to the get SDT by Id params

func (*GetSDTByIDParams) WithTimeout ¶

func (o *GetSDTByIDParams) WithTimeout(timeout time.Duration) *GetSDTByIDParams

WithTimeout adds the timeout to the get SDT by Id params

func (*GetSDTByIDParams) WriteToRequest ¶

func (o *GetSDTByIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetSDTByIDReader ¶

type GetSDTByIDReader struct {
	// contains filtered or unexported fields
}

GetSDTByIDReader is a Reader for the GetSDTByID structure.

func (*GetSDTByIDReader) ReadResponse ¶

func (o *GetSDTByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetSDTHistoryByDeviceDataSourceIDDefault ¶

type GetSDTHistoryByDeviceDataSourceIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetSDTHistoryByDeviceDataSourceIDDefault handles this case with default header values.

Error

func NewGetSDTHistoryByDeviceDataSourceIDDefault ¶

func NewGetSDTHistoryByDeviceDataSourceIDDefault(code int) *GetSDTHistoryByDeviceDataSourceIDDefault

NewGetSDTHistoryByDeviceDataSourceIDDefault creates a GetSDTHistoryByDeviceDataSourceIDDefault with default headers values

func (*GetSDTHistoryByDeviceDataSourceIDDefault) Code ¶

Code gets the status code for the get SDT history by device data source Id default response

func (*GetSDTHistoryByDeviceDataSourceIDDefault) Error ¶

type GetSDTHistoryByDeviceDataSourceIDOK ¶

type GetSDTHistoryByDeviceDataSourceIDOK struct {
	Payload *models.DeviceDataSourceSDTHistoryPaginationResponse
}

GetSDTHistoryByDeviceDataSourceIDOK handles this case with default header values.

successful operation

func NewGetSDTHistoryByDeviceDataSourceIDOK ¶

func NewGetSDTHistoryByDeviceDataSourceIDOK() *GetSDTHistoryByDeviceDataSourceIDOK

NewGetSDTHistoryByDeviceDataSourceIDOK creates a GetSDTHistoryByDeviceDataSourceIDOK with default headers values

func (*GetSDTHistoryByDeviceDataSourceIDOK) Error ¶

type GetSDTHistoryByDeviceDataSourceIDParams ¶

type GetSDTHistoryByDeviceDataSourceIDParams struct {

	/*DeviceID*/
	DeviceID int32
	/*Fields*/
	Fields *string
	/*Filter*/
	Filter *string
	/*ID*/
	ID int32
	/*Offset*/
	Offset *int32
	/*Size*/
	Size *int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetSDTHistoryByDeviceDataSourceIDParams contains all the parameters to send to the API endpoint for the get SDT history by device data source Id operation typically these are written to a http.Request

func NewGetSDTHistoryByDeviceDataSourceIDParams ¶

func NewGetSDTHistoryByDeviceDataSourceIDParams() *GetSDTHistoryByDeviceDataSourceIDParams

NewGetSDTHistoryByDeviceDataSourceIDParams creates a new GetSDTHistoryByDeviceDataSourceIDParams object with the default values initialized.

func NewGetSDTHistoryByDeviceDataSourceIDParamsWithContext ¶

func NewGetSDTHistoryByDeviceDataSourceIDParamsWithContext(ctx context.Context) *GetSDTHistoryByDeviceDataSourceIDParams

NewGetSDTHistoryByDeviceDataSourceIDParamsWithContext creates a new GetSDTHistoryByDeviceDataSourceIDParams object with the default values initialized, and the ability to set a context for a request

func NewGetSDTHistoryByDeviceDataSourceIDParamsWithHTTPClient ¶

func NewGetSDTHistoryByDeviceDataSourceIDParamsWithHTTPClient(client *http.Client) *GetSDTHistoryByDeviceDataSourceIDParams

NewGetSDTHistoryByDeviceDataSourceIDParamsWithHTTPClient creates a new GetSDTHistoryByDeviceDataSourceIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetSDTHistoryByDeviceDataSourceIDParamsWithTimeout ¶

func NewGetSDTHistoryByDeviceDataSourceIDParamsWithTimeout(timeout time.Duration) *GetSDTHistoryByDeviceDataSourceIDParams

NewGetSDTHistoryByDeviceDataSourceIDParamsWithTimeout creates a new GetSDTHistoryByDeviceDataSourceIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetSDTHistoryByDeviceDataSourceIDParams) SetContext ¶

SetContext adds the context to the get SDT history by device data source Id params

func (*GetSDTHistoryByDeviceDataSourceIDParams) SetDeviceID ¶

func (o *GetSDTHistoryByDeviceDataSourceIDParams) SetDeviceID(deviceID int32)

SetDeviceID adds the deviceId to the get SDT history by device data source Id params

func (*GetSDTHistoryByDeviceDataSourceIDParams) SetFields ¶

func (o *GetSDTHistoryByDeviceDataSourceIDParams) SetFields(fields *string)

SetFields adds the fields to the get SDT history by device data source Id params

func (*GetSDTHistoryByDeviceDataSourceIDParams) SetFilter ¶

func (o *GetSDTHistoryByDeviceDataSourceIDParams) SetFilter(filter *string)

SetFilter adds the filter to the get SDT history by device data source Id params

func (*GetSDTHistoryByDeviceDataSourceIDParams) SetHTTPClient ¶

func (o *GetSDTHistoryByDeviceDataSourceIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get SDT history by device data source Id params

func (*GetSDTHistoryByDeviceDataSourceIDParams) SetID ¶

SetID adds the id to the get SDT history by device data source Id params

func (*GetSDTHistoryByDeviceDataSourceIDParams) SetOffset ¶

func (o *GetSDTHistoryByDeviceDataSourceIDParams) SetOffset(offset *int32)

SetOffset adds the offset to the get SDT history by device data source Id params

func (*GetSDTHistoryByDeviceDataSourceIDParams) SetSize ¶

SetSize adds the size to the get SDT history by device data source Id params

func (*GetSDTHistoryByDeviceDataSourceIDParams) SetTimeout ¶

func (o *GetSDTHistoryByDeviceDataSourceIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get SDT history by device data source Id params

func (*GetSDTHistoryByDeviceDataSourceIDParams) WithContext ¶

WithContext adds the context to the get SDT history by device data source Id params

func (*GetSDTHistoryByDeviceDataSourceIDParams) WithDeviceID ¶

WithDeviceID adds the deviceID to the get SDT history by device data source Id params

func (*GetSDTHistoryByDeviceDataSourceIDParams) WithFields ¶

WithFields adds the fields to the get SDT history by device data source Id params

func (*GetSDTHistoryByDeviceDataSourceIDParams) WithFilter ¶

WithFilter adds the filter to the get SDT history by device data source Id params

func (*GetSDTHistoryByDeviceDataSourceIDParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get SDT history by device data source Id params

func (*GetSDTHistoryByDeviceDataSourceIDParams) WithID ¶

WithID adds the id to the get SDT history by device data source Id params

func (*GetSDTHistoryByDeviceDataSourceIDParams) WithOffset ¶

WithOffset adds the offset to the get SDT history by device data source Id params

func (*GetSDTHistoryByDeviceDataSourceIDParams) WithSize ¶

WithSize adds the size to the get SDT history by device data source Id params

func (*GetSDTHistoryByDeviceDataSourceIDParams) WithTimeout ¶

WithTimeout adds the timeout to the get SDT history by device data source Id params

func (*GetSDTHistoryByDeviceDataSourceIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetSDTHistoryByDeviceDataSourceIDReader ¶

type GetSDTHistoryByDeviceDataSourceIDReader struct {
	// contains filtered or unexported fields
}

GetSDTHistoryByDeviceDataSourceIDReader is a Reader for the GetSDTHistoryByDeviceDataSourceID structure.

func (*GetSDTHistoryByDeviceDataSourceIDReader) ReadResponse ¶

func (o *GetSDTHistoryByDeviceDataSourceIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetSDTHistoryByDeviceGroupIDDefault ¶

type GetSDTHistoryByDeviceGroupIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetSDTHistoryByDeviceGroupIDDefault handles this case with default header values.

Error

func NewGetSDTHistoryByDeviceGroupIDDefault ¶

func NewGetSDTHistoryByDeviceGroupIDDefault(code int) *GetSDTHistoryByDeviceGroupIDDefault

NewGetSDTHistoryByDeviceGroupIDDefault creates a GetSDTHistoryByDeviceGroupIDDefault with default headers values

func (*GetSDTHistoryByDeviceGroupIDDefault) Code ¶

Code gets the status code for the get SDT history by device group Id default response

func (*GetSDTHistoryByDeviceGroupIDDefault) Error ¶

type GetSDTHistoryByDeviceGroupIDOK ¶

type GetSDTHistoryByDeviceGroupIDOK struct {
	Payload *models.DeviceGroupSDTHistoryPaginationResponse
}

GetSDTHistoryByDeviceGroupIDOK handles this case with default header values.

successful operation

func NewGetSDTHistoryByDeviceGroupIDOK ¶

func NewGetSDTHistoryByDeviceGroupIDOK() *GetSDTHistoryByDeviceGroupIDOK

NewGetSDTHistoryByDeviceGroupIDOK creates a GetSDTHistoryByDeviceGroupIDOK with default headers values

func (*GetSDTHistoryByDeviceGroupIDOK) Error ¶

type GetSDTHistoryByDeviceGroupIDParams ¶

type GetSDTHistoryByDeviceGroupIDParams struct {

	/*Fields*/
	Fields *string
	/*Filter*/
	Filter *string
	/*ID*/
	ID int32
	/*Offset*/
	Offset *int32
	/*Size*/
	Size *int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetSDTHistoryByDeviceGroupIDParams contains all the parameters to send to the API endpoint for the get SDT history by device group Id operation typically these are written to a http.Request

func NewGetSDTHistoryByDeviceGroupIDParams ¶

func NewGetSDTHistoryByDeviceGroupIDParams() *GetSDTHistoryByDeviceGroupIDParams

NewGetSDTHistoryByDeviceGroupIDParams creates a new GetSDTHistoryByDeviceGroupIDParams object with the default values initialized.

func NewGetSDTHistoryByDeviceGroupIDParamsWithContext ¶

func NewGetSDTHistoryByDeviceGroupIDParamsWithContext(ctx context.Context) *GetSDTHistoryByDeviceGroupIDParams

NewGetSDTHistoryByDeviceGroupIDParamsWithContext creates a new GetSDTHistoryByDeviceGroupIDParams object with the default values initialized, and the ability to set a context for a request

func NewGetSDTHistoryByDeviceGroupIDParamsWithHTTPClient ¶

func NewGetSDTHistoryByDeviceGroupIDParamsWithHTTPClient(client *http.Client) *GetSDTHistoryByDeviceGroupIDParams

NewGetSDTHistoryByDeviceGroupIDParamsWithHTTPClient creates a new GetSDTHistoryByDeviceGroupIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetSDTHistoryByDeviceGroupIDParamsWithTimeout ¶

func NewGetSDTHistoryByDeviceGroupIDParamsWithTimeout(timeout time.Duration) *GetSDTHistoryByDeviceGroupIDParams

NewGetSDTHistoryByDeviceGroupIDParamsWithTimeout creates a new GetSDTHistoryByDeviceGroupIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetSDTHistoryByDeviceGroupIDParams) SetContext ¶

SetContext adds the context to the get SDT history by device group Id params

func (*GetSDTHistoryByDeviceGroupIDParams) SetFields ¶

func (o *GetSDTHistoryByDeviceGroupIDParams) SetFields(fields *string)

SetFields adds the fields to the get SDT history by device group Id params

func (*GetSDTHistoryByDeviceGroupIDParams) SetFilter ¶

func (o *GetSDTHistoryByDeviceGroupIDParams) SetFilter(filter *string)

SetFilter adds the filter to the get SDT history by device group Id params

func (*GetSDTHistoryByDeviceGroupIDParams) SetHTTPClient ¶

func (o *GetSDTHistoryByDeviceGroupIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get SDT history by device group Id params

func (*GetSDTHistoryByDeviceGroupIDParams) SetID ¶

SetID adds the id to the get SDT history by device group Id params

func (*GetSDTHistoryByDeviceGroupIDParams) SetOffset ¶

func (o *GetSDTHistoryByDeviceGroupIDParams) SetOffset(offset *int32)

SetOffset adds the offset to the get SDT history by device group Id params

func (*GetSDTHistoryByDeviceGroupIDParams) SetSize ¶

func (o *GetSDTHistoryByDeviceGroupIDParams) SetSize(size *int32)

SetSize adds the size to the get SDT history by device group Id params

func (*GetSDTHistoryByDeviceGroupIDParams) SetTimeout ¶

func (o *GetSDTHistoryByDeviceGroupIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get SDT history by device group Id params

func (*GetSDTHistoryByDeviceGroupIDParams) WithContext ¶

WithContext adds the context to the get SDT history by device group Id params

func (*GetSDTHistoryByDeviceGroupIDParams) WithFields ¶

WithFields adds the fields to the get SDT history by device group Id params

func (*GetSDTHistoryByDeviceGroupIDParams) WithFilter ¶

WithFilter adds the filter to the get SDT history by device group Id params

func (*GetSDTHistoryByDeviceGroupIDParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get SDT history by device group Id params

func (*GetSDTHistoryByDeviceGroupIDParams) WithID ¶

WithID adds the id to the get SDT history by device group Id params

func (*GetSDTHistoryByDeviceGroupIDParams) WithOffset ¶

WithOffset adds the offset to the get SDT history by device group Id params

func (*GetSDTHistoryByDeviceGroupIDParams) WithSize ¶

WithSize adds the size to the get SDT history by device group Id params

func (*GetSDTHistoryByDeviceGroupIDParams) WithTimeout ¶

WithTimeout adds the timeout to the get SDT history by device group Id params

func (*GetSDTHistoryByDeviceGroupIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetSDTHistoryByDeviceGroupIDReader ¶

type GetSDTHistoryByDeviceGroupIDReader struct {
	// contains filtered or unexported fields
}

GetSDTHistoryByDeviceGroupIDReader is a Reader for the GetSDTHistoryByDeviceGroupID structure.

func (*GetSDTHistoryByDeviceGroupIDReader) ReadResponse ¶

func (o *GetSDTHistoryByDeviceGroupIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetSDTHistoryByDeviceIDDefault ¶

type GetSDTHistoryByDeviceIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetSDTHistoryByDeviceIDDefault handles this case with default header values.

Error

func NewGetSDTHistoryByDeviceIDDefault ¶

func NewGetSDTHistoryByDeviceIDDefault(code int) *GetSDTHistoryByDeviceIDDefault

NewGetSDTHistoryByDeviceIDDefault creates a GetSDTHistoryByDeviceIDDefault with default headers values

func (*GetSDTHistoryByDeviceIDDefault) Code ¶

Code gets the status code for the get SDT history by device Id default response

func (*GetSDTHistoryByDeviceIDDefault) Error ¶

type GetSDTHistoryByDeviceIDOK ¶

type GetSDTHistoryByDeviceIDOK struct {
	Payload *models.DeviceSDTHistoryPaginationResponse
}

GetSDTHistoryByDeviceIDOK handles this case with default header values.

successful operation

func NewGetSDTHistoryByDeviceIDOK ¶

func NewGetSDTHistoryByDeviceIDOK() *GetSDTHistoryByDeviceIDOK

NewGetSDTHistoryByDeviceIDOK creates a GetSDTHistoryByDeviceIDOK with default headers values

func (*GetSDTHistoryByDeviceIDOK) Error ¶

func (o *GetSDTHistoryByDeviceIDOK) Error() string

type GetSDTHistoryByDeviceIDParams ¶

type GetSDTHistoryByDeviceIDParams struct {

	/*End*/
	End *int64
	/*Fields*/
	Fields *string
	/*Filter*/
	Filter *string
	/*ID*/
	ID int32
	/*NetflowFilter*/
	NetflowFilter *string
	/*Offset*/
	Offset *int32
	/*Size*/
	Size *int32
	/*Start*/
	Start *int64

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetSDTHistoryByDeviceIDParams contains all the parameters to send to the API endpoint for the get SDT history by device Id operation typically these are written to a http.Request

func NewGetSDTHistoryByDeviceIDParams ¶

func NewGetSDTHistoryByDeviceIDParams() *GetSDTHistoryByDeviceIDParams

NewGetSDTHistoryByDeviceIDParams creates a new GetSDTHistoryByDeviceIDParams object with the default values initialized.

func NewGetSDTHistoryByDeviceIDParamsWithContext ¶

func NewGetSDTHistoryByDeviceIDParamsWithContext(ctx context.Context) *GetSDTHistoryByDeviceIDParams

NewGetSDTHistoryByDeviceIDParamsWithContext creates a new GetSDTHistoryByDeviceIDParams object with the default values initialized, and the ability to set a context for a request

func NewGetSDTHistoryByDeviceIDParamsWithHTTPClient ¶

func NewGetSDTHistoryByDeviceIDParamsWithHTTPClient(client *http.Client) *GetSDTHistoryByDeviceIDParams

NewGetSDTHistoryByDeviceIDParamsWithHTTPClient creates a new GetSDTHistoryByDeviceIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetSDTHistoryByDeviceIDParamsWithTimeout ¶

func NewGetSDTHistoryByDeviceIDParamsWithTimeout(timeout time.Duration) *GetSDTHistoryByDeviceIDParams

NewGetSDTHistoryByDeviceIDParamsWithTimeout creates a new GetSDTHistoryByDeviceIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetSDTHistoryByDeviceIDParams) SetContext ¶

func (o *GetSDTHistoryByDeviceIDParams) SetContext(ctx context.Context)

SetContext adds the context to the get SDT history by device Id params

func (*GetSDTHistoryByDeviceIDParams) SetEnd ¶

func (o *GetSDTHistoryByDeviceIDParams) SetEnd(end *int64)

SetEnd adds the end to the get SDT history by device Id params

func (*GetSDTHistoryByDeviceIDParams) SetFields ¶

func (o *GetSDTHistoryByDeviceIDParams) SetFields(fields *string)

SetFields adds the fields to the get SDT history by device Id params

func (*GetSDTHistoryByDeviceIDParams) SetFilter ¶

func (o *GetSDTHistoryByDeviceIDParams) SetFilter(filter *string)

SetFilter adds the filter to the get SDT history by device Id params

func (*GetSDTHistoryByDeviceIDParams) SetHTTPClient ¶

func (o *GetSDTHistoryByDeviceIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get SDT history by device Id params

func (*GetSDTHistoryByDeviceIDParams) SetID ¶

func (o *GetSDTHistoryByDeviceIDParams) SetID(id int32)

SetID adds the id to the get SDT history by device Id params

func (*GetSDTHistoryByDeviceIDParams) SetNetflowFilter ¶

func (o *GetSDTHistoryByDeviceIDParams) SetNetflowFilter(netflowFilter *string)

SetNetflowFilter adds the netflowFilter to the get SDT history by device Id params

func (*GetSDTHistoryByDeviceIDParams) SetOffset ¶

func (o *GetSDTHistoryByDeviceIDParams) SetOffset(offset *int32)

SetOffset adds the offset to the get SDT history by device Id params

func (*GetSDTHistoryByDeviceIDParams) SetSize ¶

func (o *GetSDTHistoryByDeviceIDParams) SetSize(size *int32)

SetSize adds the size to the get SDT history by device Id params

func (*GetSDTHistoryByDeviceIDParams) SetStart ¶

func (o *GetSDTHistoryByDeviceIDParams) SetStart(start *int64)

SetStart adds the start to the get SDT history by device Id params

func (*GetSDTHistoryByDeviceIDParams) SetTimeout ¶

func (o *GetSDTHistoryByDeviceIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get SDT history by device Id params

func (*GetSDTHistoryByDeviceIDParams) WithContext ¶

WithContext adds the context to the get SDT history by device Id params

func (*GetSDTHistoryByDeviceIDParams) WithEnd ¶

WithEnd adds the end to the get SDT history by device Id params

func (*GetSDTHistoryByDeviceIDParams) WithFields ¶

WithFields adds the fields to the get SDT history by device Id params

func (*GetSDTHistoryByDeviceIDParams) WithFilter ¶

WithFilter adds the filter to the get SDT history by device Id params

func (*GetSDTHistoryByDeviceIDParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get SDT history by device Id params

func (*GetSDTHistoryByDeviceIDParams) WithID ¶

WithID adds the id to the get SDT history by device Id params

func (*GetSDTHistoryByDeviceIDParams) WithNetflowFilter ¶

func (o *GetSDTHistoryByDeviceIDParams) WithNetflowFilter(netflowFilter *string) *GetSDTHistoryByDeviceIDParams

WithNetflowFilter adds the netflowFilter to the get SDT history by device Id params

func (*GetSDTHistoryByDeviceIDParams) WithOffset ¶

WithOffset adds the offset to the get SDT history by device Id params

func (*GetSDTHistoryByDeviceIDParams) WithSize ¶

WithSize adds the size to the get SDT history by device Id params

func (*GetSDTHistoryByDeviceIDParams) WithStart ¶

WithStart adds the start to the get SDT history by device Id params

func (*GetSDTHistoryByDeviceIDParams) WithTimeout ¶

WithTimeout adds the timeout to the get SDT history by device Id params

func (*GetSDTHistoryByDeviceIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetSDTHistoryByDeviceIDReader ¶

type GetSDTHistoryByDeviceIDReader struct {
	// contains filtered or unexported fields
}

GetSDTHistoryByDeviceIDReader is a Reader for the GetSDTHistoryByDeviceID structure.

func (*GetSDTHistoryByDeviceIDReader) ReadResponse ¶

func (o *GetSDTHistoryByDeviceIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetSDTHistoryByWebsiteGroupIDDefault ¶

type GetSDTHistoryByWebsiteGroupIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetSDTHistoryByWebsiteGroupIDDefault handles this case with default header values.

Error

func NewGetSDTHistoryByWebsiteGroupIDDefault ¶

func NewGetSDTHistoryByWebsiteGroupIDDefault(code int) *GetSDTHistoryByWebsiteGroupIDDefault

NewGetSDTHistoryByWebsiteGroupIDDefault creates a GetSDTHistoryByWebsiteGroupIDDefault with default headers values

func (*GetSDTHistoryByWebsiteGroupIDDefault) Code ¶

Code gets the status code for the get SDT history by website group Id default response

func (*GetSDTHistoryByWebsiteGroupIDDefault) Error ¶

type GetSDTHistoryByWebsiteGroupIDOK ¶

type GetSDTHistoryByWebsiteGroupIDOK struct {
	Payload *models.WebsiteGroupSDTHistoryPaginationResponse
}

GetSDTHistoryByWebsiteGroupIDOK handles this case with default header values.

successful operation

func NewGetSDTHistoryByWebsiteGroupIDOK ¶

func NewGetSDTHistoryByWebsiteGroupIDOK() *GetSDTHistoryByWebsiteGroupIDOK

NewGetSDTHistoryByWebsiteGroupIDOK creates a GetSDTHistoryByWebsiteGroupIDOK with default headers values

func (*GetSDTHistoryByWebsiteGroupIDOK) Error ¶

type GetSDTHistoryByWebsiteGroupIDParams ¶

type GetSDTHistoryByWebsiteGroupIDParams struct {

	/*Fields*/
	Fields *string
	/*Filter*/
	Filter *string
	/*ID*/
	ID int32
	/*Offset*/
	Offset *int32
	/*Size*/
	Size *int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetSDTHistoryByWebsiteGroupIDParams contains all the parameters to send to the API endpoint for the get SDT history by website group Id operation typically these are written to a http.Request

func NewGetSDTHistoryByWebsiteGroupIDParams ¶

func NewGetSDTHistoryByWebsiteGroupIDParams() *GetSDTHistoryByWebsiteGroupIDParams

NewGetSDTHistoryByWebsiteGroupIDParams creates a new GetSDTHistoryByWebsiteGroupIDParams object with the default values initialized.

func NewGetSDTHistoryByWebsiteGroupIDParamsWithContext ¶

func NewGetSDTHistoryByWebsiteGroupIDParamsWithContext(ctx context.Context) *GetSDTHistoryByWebsiteGroupIDParams

NewGetSDTHistoryByWebsiteGroupIDParamsWithContext creates a new GetSDTHistoryByWebsiteGroupIDParams object with the default values initialized, and the ability to set a context for a request

func NewGetSDTHistoryByWebsiteGroupIDParamsWithHTTPClient ¶

func NewGetSDTHistoryByWebsiteGroupIDParamsWithHTTPClient(client *http.Client) *GetSDTHistoryByWebsiteGroupIDParams

NewGetSDTHistoryByWebsiteGroupIDParamsWithHTTPClient creates a new GetSDTHistoryByWebsiteGroupIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetSDTHistoryByWebsiteGroupIDParamsWithTimeout ¶

func NewGetSDTHistoryByWebsiteGroupIDParamsWithTimeout(timeout time.Duration) *GetSDTHistoryByWebsiteGroupIDParams

NewGetSDTHistoryByWebsiteGroupIDParamsWithTimeout creates a new GetSDTHistoryByWebsiteGroupIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetSDTHistoryByWebsiteGroupIDParams) SetContext ¶

SetContext adds the context to the get SDT history by website group Id params

func (*GetSDTHistoryByWebsiteGroupIDParams) SetFields ¶

func (o *GetSDTHistoryByWebsiteGroupIDParams) SetFields(fields *string)

SetFields adds the fields to the get SDT history by website group Id params

func (*GetSDTHistoryByWebsiteGroupIDParams) SetFilter ¶

func (o *GetSDTHistoryByWebsiteGroupIDParams) SetFilter(filter *string)

SetFilter adds the filter to the get SDT history by website group Id params

func (*GetSDTHistoryByWebsiteGroupIDParams) SetHTTPClient ¶

func (o *GetSDTHistoryByWebsiteGroupIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get SDT history by website group Id params

func (*GetSDTHistoryByWebsiteGroupIDParams) SetID ¶

SetID adds the id to the get SDT history by website group Id params

func (*GetSDTHistoryByWebsiteGroupIDParams) SetOffset ¶

func (o *GetSDTHistoryByWebsiteGroupIDParams) SetOffset(offset *int32)

SetOffset adds the offset to the get SDT history by website group Id params

func (*GetSDTHistoryByWebsiteGroupIDParams) SetSize ¶

func (o *GetSDTHistoryByWebsiteGroupIDParams) SetSize(size *int32)

SetSize adds the size to the get SDT history by website group Id params

func (*GetSDTHistoryByWebsiteGroupIDParams) SetTimeout ¶

func (o *GetSDTHistoryByWebsiteGroupIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get SDT history by website group Id params

func (*GetSDTHistoryByWebsiteGroupIDParams) WithContext ¶

WithContext adds the context to the get SDT history by website group Id params

func (*GetSDTHistoryByWebsiteGroupIDParams) WithFields ¶

WithFields adds the fields to the get SDT history by website group Id params

func (*GetSDTHistoryByWebsiteGroupIDParams) WithFilter ¶

WithFilter adds the filter to the get SDT history by website group Id params

func (*GetSDTHistoryByWebsiteGroupIDParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get SDT history by website group Id params

func (*GetSDTHistoryByWebsiteGroupIDParams) WithID ¶

WithID adds the id to the get SDT history by website group Id params

func (*GetSDTHistoryByWebsiteGroupIDParams) WithOffset ¶

WithOffset adds the offset to the get SDT history by website group Id params

func (*GetSDTHistoryByWebsiteGroupIDParams) WithSize ¶

WithSize adds the size to the get SDT history by website group Id params

func (*GetSDTHistoryByWebsiteGroupIDParams) WithTimeout ¶

WithTimeout adds the timeout to the get SDT history by website group Id params

func (*GetSDTHistoryByWebsiteGroupIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetSDTHistoryByWebsiteGroupIDReader ¶

type GetSDTHistoryByWebsiteGroupIDReader struct {
	// contains filtered or unexported fields
}

GetSDTHistoryByWebsiteGroupIDReader is a Reader for the GetSDTHistoryByWebsiteGroupID structure.

func (*GetSDTHistoryByWebsiteGroupIDReader) ReadResponse ¶

func (o *GetSDTHistoryByWebsiteGroupIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetSDTHistoryByWebsiteIDDefault ¶

type GetSDTHistoryByWebsiteIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetSDTHistoryByWebsiteIDDefault handles this case with default header values.

Error

func NewGetSDTHistoryByWebsiteIDDefault ¶

func NewGetSDTHistoryByWebsiteIDDefault(code int) *GetSDTHistoryByWebsiteIDDefault

NewGetSDTHistoryByWebsiteIDDefault creates a GetSDTHistoryByWebsiteIDDefault with default headers values

func (*GetSDTHistoryByWebsiteIDDefault) Code ¶

Code gets the status code for the get SDT history by website Id default response

func (*GetSDTHistoryByWebsiteIDDefault) Error ¶

type GetSDTHistoryByWebsiteIDOK ¶

type GetSDTHistoryByWebsiteIDOK struct {
	Payload *models.WebsiteSDTHistoryPaginationResponse
}

GetSDTHistoryByWebsiteIDOK handles this case with default header values.

successful operation

func NewGetSDTHistoryByWebsiteIDOK ¶

func NewGetSDTHistoryByWebsiteIDOK() *GetSDTHistoryByWebsiteIDOK

NewGetSDTHistoryByWebsiteIDOK creates a GetSDTHistoryByWebsiteIDOK with default headers values

func (*GetSDTHistoryByWebsiteIDOK) Error ¶

type GetSDTHistoryByWebsiteIDParams ¶

type GetSDTHistoryByWebsiteIDParams struct {

	/*Fields*/
	Fields *string
	/*Filter*/
	Filter *string
	/*ID*/
	ID int32
	/*Offset*/
	Offset *int32
	/*Size*/
	Size *int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetSDTHistoryByWebsiteIDParams contains all the parameters to send to the API endpoint for the get SDT history by website Id operation typically these are written to a http.Request

func NewGetSDTHistoryByWebsiteIDParams ¶

func NewGetSDTHistoryByWebsiteIDParams() *GetSDTHistoryByWebsiteIDParams

NewGetSDTHistoryByWebsiteIDParams creates a new GetSDTHistoryByWebsiteIDParams object with the default values initialized.

func NewGetSDTHistoryByWebsiteIDParamsWithContext ¶

func NewGetSDTHistoryByWebsiteIDParamsWithContext(ctx context.Context) *GetSDTHistoryByWebsiteIDParams

NewGetSDTHistoryByWebsiteIDParamsWithContext creates a new GetSDTHistoryByWebsiteIDParams object with the default values initialized, and the ability to set a context for a request

func NewGetSDTHistoryByWebsiteIDParamsWithHTTPClient ¶

func NewGetSDTHistoryByWebsiteIDParamsWithHTTPClient(client *http.Client) *GetSDTHistoryByWebsiteIDParams

NewGetSDTHistoryByWebsiteIDParamsWithHTTPClient creates a new GetSDTHistoryByWebsiteIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetSDTHistoryByWebsiteIDParamsWithTimeout ¶

func NewGetSDTHistoryByWebsiteIDParamsWithTimeout(timeout time.Duration) *GetSDTHistoryByWebsiteIDParams

NewGetSDTHistoryByWebsiteIDParamsWithTimeout creates a new GetSDTHistoryByWebsiteIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetSDTHistoryByWebsiteIDParams) SetContext ¶

func (o *GetSDTHistoryByWebsiteIDParams) SetContext(ctx context.Context)

SetContext adds the context to the get SDT history by website Id params

func (*GetSDTHistoryByWebsiteIDParams) SetFields ¶

func (o *GetSDTHistoryByWebsiteIDParams) SetFields(fields *string)

SetFields adds the fields to the get SDT history by website Id params

func (*GetSDTHistoryByWebsiteIDParams) SetFilter ¶

func (o *GetSDTHistoryByWebsiteIDParams) SetFilter(filter *string)

SetFilter adds the filter to the get SDT history by website Id params

func (*GetSDTHistoryByWebsiteIDParams) SetHTTPClient ¶

func (o *GetSDTHistoryByWebsiteIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get SDT history by website Id params

func (*GetSDTHistoryByWebsiteIDParams) SetID ¶

SetID adds the id to the get SDT history by website Id params

func (*GetSDTHistoryByWebsiteIDParams) SetOffset ¶

func (o *GetSDTHistoryByWebsiteIDParams) SetOffset(offset *int32)

SetOffset adds the offset to the get SDT history by website Id params

func (*GetSDTHistoryByWebsiteIDParams) SetSize ¶

func (o *GetSDTHistoryByWebsiteIDParams) SetSize(size *int32)

SetSize adds the size to the get SDT history by website Id params

func (*GetSDTHistoryByWebsiteIDParams) SetTimeout ¶

func (o *GetSDTHistoryByWebsiteIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get SDT history by website Id params

func (*GetSDTHistoryByWebsiteIDParams) WithContext ¶

WithContext adds the context to the get SDT history by website Id params

func (*GetSDTHistoryByWebsiteIDParams) WithFields ¶

WithFields adds the fields to the get SDT history by website Id params

func (*GetSDTHistoryByWebsiteIDParams) WithFilter ¶

WithFilter adds the filter to the get SDT history by website Id params

func (*GetSDTHistoryByWebsiteIDParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get SDT history by website Id params

func (*GetSDTHistoryByWebsiteIDParams) WithID ¶

WithID adds the id to the get SDT history by website Id params

func (*GetSDTHistoryByWebsiteIDParams) WithOffset ¶

WithOffset adds the offset to the get SDT history by website Id params

func (*GetSDTHistoryByWebsiteIDParams) WithSize ¶

WithSize adds the size to the get SDT history by website Id params

func (*GetSDTHistoryByWebsiteIDParams) WithTimeout ¶

WithTimeout adds the timeout to the get SDT history by website Id params

func (*GetSDTHistoryByWebsiteIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetSDTHistoryByWebsiteIDReader ¶

type GetSDTHistoryByWebsiteIDReader struct {
	// contains filtered or unexported fields
}

GetSDTHistoryByWebsiteIDReader is a Reader for the GetSDTHistoryByWebsiteID structure.

func (*GetSDTHistoryByWebsiteIDReader) ReadResponse ¶

func (o *GetSDTHistoryByWebsiteIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetSDTListDefault ¶

type GetSDTListDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetSDTListDefault handles this case with default header values.

Error

func NewGetSDTListDefault ¶

func NewGetSDTListDefault(code int) *GetSDTListDefault

NewGetSDTListDefault creates a GetSDTListDefault with default headers values

func (*GetSDTListDefault) Code ¶

func (o *GetSDTListDefault) Code() int

Code gets the status code for the get SDT list default response

func (*GetSDTListDefault) Error ¶

func (o *GetSDTListDefault) Error() string

type GetSDTListOK ¶

type GetSDTListOK struct {
	Payload *models.SDTPaginationResponse
}

GetSDTListOK handles this case with default header values.

successful operation

func NewGetSDTListOK ¶

func NewGetSDTListOK() *GetSDTListOK

NewGetSDTListOK creates a GetSDTListOK with default headers values

func (*GetSDTListOK) Error ¶

func (o *GetSDTListOK) Error() string

type GetSDTListParams ¶

type GetSDTListParams struct {

	/*Fields*/
	Fields *string
	/*Filter*/
	Filter *string
	/*Offset*/
	Offset *int32
	/*Size*/
	Size *int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetSDTListParams contains all the parameters to send to the API endpoint for the get SDT list operation typically these are written to a http.Request

func NewGetSDTListParams ¶

func NewGetSDTListParams() *GetSDTListParams

NewGetSDTListParams creates a new GetSDTListParams object with the default values initialized.

func NewGetSDTListParamsWithContext ¶

func NewGetSDTListParamsWithContext(ctx context.Context) *GetSDTListParams

NewGetSDTListParamsWithContext creates a new GetSDTListParams object with the default values initialized, and the ability to set a context for a request

func NewGetSDTListParamsWithHTTPClient ¶

func NewGetSDTListParamsWithHTTPClient(client *http.Client) *GetSDTListParams

NewGetSDTListParamsWithHTTPClient creates a new GetSDTListParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetSDTListParamsWithTimeout ¶

func NewGetSDTListParamsWithTimeout(timeout time.Duration) *GetSDTListParams

NewGetSDTListParamsWithTimeout creates a new GetSDTListParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetSDTListParams) SetContext ¶

func (o *GetSDTListParams) SetContext(ctx context.Context)

SetContext adds the context to the get SDT list params

func (*GetSDTListParams) SetFields ¶

func (o *GetSDTListParams) SetFields(fields *string)

SetFields adds the fields to the get SDT list params

func (*GetSDTListParams) SetFilter ¶

func (o *GetSDTListParams) SetFilter(filter *string)

SetFilter adds the filter to the get SDT list params

func (*GetSDTListParams) SetHTTPClient ¶

func (o *GetSDTListParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get SDT list params

func (*GetSDTListParams) SetOffset ¶

func (o *GetSDTListParams) SetOffset(offset *int32)

SetOffset adds the offset to the get SDT list params

func (*GetSDTListParams) SetSize ¶

func (o *GetSDTListParams) SetSize(size *int32)

SetSize adds the size to the get SDT list params

func (*GetSDTListParams) SetTimeout ¶

func (o *GetSDTListParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get SDT list params

func (*GetSDTListParams) WithContext ¶

func (o *GetSDTListParams) WithContext(ctx context.Context) *GetSDTListParams

WithContext adds the context to the get SDT list params

func (*GetSDTListParams) WithFields ¶

func (o *GetSDTListParams) WithFields(fields *string) *GetSDTListParams

WithFields adds the fields to the get SDT list params

func (*GetSDTListParams) WithFilter ¶

func (o *GetSDTListParams) WithFilter(filter *string) *GetSDTListParams

WithFilter adds the filter to the get SDT list params

func (*GetSDTListParams) WithHTTPClient ¶

func (o *GetSDTListParams) WithHTTPClient(client *http.Client) *GetSDTListParams

WithHTTPClient adds the HTTPClient to the get SDT list params

func (*GetSDTListParams) WithOffset ¶

func (o *GetSDTListParams) WithOffset(offset *int32) *GetSDTListParams

WithOffset adds the offset to the get SDT list params

func (*GetSDTListParams) WithSize ¶

func (o *GetSDTListParams) WithSize(size *int32) *GetSDTListParams

WithSize adds the size to the get SDT list params

func (*GetSDTListParams) WithTimeout ¶

func (o *GetSDTListParams) WithTimeout(timeout time.Duration) *GetSDTListParams

WithTimeout adds the timeout to the get SDT list params

func (*GetSDTListParams) WriteToRequest ¶

func (o *GetSDTListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetSDTListReader ¶

type GetSDTListReader struct {
	// contains filtered or unexported fields
}

GetSDTListReader is a Reader for the GetSDTList structure.

func (*GetSDTListReader) ReadResponse ¶

func (o *GetSDTListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetSiteMonitorCheckPointListDefault ¶

type GetSiteMonitorCheckPointListDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetSiteMonitorCheckPointListDefault handles this case with default header values.

Error

func NewGetSiteMonitorCheckPointListDefault ¶

func NewGetSiteMonitorCheckPointListDefault(code int) *GetSiteMonitorCheckPointListDefault

NewGetSiteMonitorCheckPointListDefault creates a GetSiteMonitorCheckPointListDefault with default headers values

func (*GetSiteMonitorCheckPointListDefault) Code ¶

Code gets the status code for the get site monitor check point list default response

func (*GetSiteMonitorCheckPointListDefault) Error ¶

type GetSiteMonitorCheckPointListOK ¶

type GetSiteMonitorCheckPointListOK struct {
	Payload *models.SiteMonitorCheckPointPaginationResponse
}

GetSiteMonitorCheckPointListOK handles this case with default header values.

successful operation

func NewGetSiteMonitorCheckPointListOK ¶

func NewGetSiteMonitorCheckPointListOK() *GetSiteMonitorCheckPointListOK

NewGetSiteMonitorCheckPointListOK creates a GetSiteMonitorCheckPointListOK with default headers values

func (*GetSiteMonitorCheckPointListOK) Error ¶

type GetSiteMonitorCheckPointListParams ¶

type GetSiteMonitorCheckPointListParams struct {

	/*Fields*/
	Fields *string
	/*Filter*/
	Filter *string
	/*Offset*/
	Offset *int32
	/*Size*/
	Size *int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetSiteMonitorCheckPointListParams contains all the parameters to send to the API endpoint for the get site monitor check point list operation typically these are written to a http.Request

func NewGetSiteMonitorCheckPointListParams ¶

func NewGetSiteMonitorCheckPointListParams() *GetSiteMonitorCheckPointListParams

NewGetSiteMonitorCheckPointListParams creates a new GetSiteMonitorCheckPointListParams object with the default values initialized.

func NewGetSiteMonitorCheckPointListParamsWithContext ¶

func NewGetSiteMonitorCheckPointListParamsWithContext(ctx context.Context) *GetSiteMonitorCheckPointListParams

NewGetSiteMonitorCheckPointListParamsWithContext creates a new GetSiteMonitorCheckPointListParams object with the default values initialized, and the ability to set a context for a request

func NewGetSiteMonitorCheckPointListParamsWithHTTPClient ¶

func NewGetSiteMonitorCheckPointListParamsWithHTTPClient(client *http.Client) *GetSiteMonitorCheckPointListParams

NewGetSiteMonitorCheckPointListParamsWithHTTPClient creates a new GetSiteMonitorCheckPointListParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetSiteMonitorCheckPointListParamsWithTimeout ¶

func NewGetSiteMonitorCheckPointListParamsWithTimeout(timeout time.Duration) *GetSiteMonitorCheckPointListParams

NewGetSiteMonitorCheckPointListParamsWithTimeout creates a new GetSiteMonitorCheckPointListParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetSiteMonitorCheckPointListParams) SetContext ¶

SetContext adds the context to the get site monitor check point list params

func (*GetSiteMonitorCheckPointListParams) SetFields ¶

func (o *GetSiteMonitorCheckPointListParams) SetFields(fields *string)

SetFields adds the fields to the get site monitor check point list params

func (*GetSiteMonitorCheckPointListParams) SetFilter ¶

func (o *GetSiteMonitorCheckPointListParams) SetFilter(filter *string)

SetFilter adds the filter to the get site monitor check point list params

func (*GetSiteMonitorCheckPointListParams) SetHTTPClient ¶

func (o *GetSiteMonitorCheckPointListParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get site monitor check point list params

func (*GetSiteMonitorCheckPointListParams) SetOffset ¶

func (o *GetSiteMonitorCheckPointListParams) SetOffset(offset *int32)

SetOffset adds the offset to the get site monitor check point list params

func (*GetSiteMonitorCheckPointListParams) SetSize ¶

func (o *GetSiteMonitorCheckPointListParams) SetSize(size *int32)

SetSize adds the size to the get site monitor check point list params

func (*GetSiteMonitorCheckPointListParams) SetTimeout ¶

func (o *GetSiteMonitorCheckPointListParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get site monitor check point list params

func (*GetSiteMonitorCheckPointListParams) WithContext ¶

WithContext adds the context to the get site monitor check point list params

func (*GetSiteMonitorCheckPointListParams) WithFields ¶

WithFields adds the fields to the get site monitor check point list params

func (*GetSiteMonitorCheckPointListParams) WithFilter ¶

WithFilter adds the filter to the get site monitor check point list params

func (*GetSiteMonitorCheckPointListParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get site monitor check point list params

func (*GetSiteMonitorCheckPointListParams) WithOffset ¶

WithOffset adds the offset to the get site monitor check point list params

func (*GetSiteMonitorCheckPointListParams) WithSize ¶

WithSize adds the size to the get site monitor check point list params

func (*GetSiteMonitorCheckPointListParams) WithTimeout ¶

WithTimeout adds the timeout to the get site monitor check point list params

func (*GetSiteMonitorCheckPointListParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetSiteMonitorCheckPointListReader ¶

type GetSiteMonitorCheckPointListReader struct {
	// contains filtered or unexported fields
}

GetSiteMonitorCheckPointListReader is a Reader for the GetSiteMonitorCheckPointList structure.

func (*GetSiteMonitorCheckPointListReader) ReadResponse ¶

func (o *GetSiteMonitorCheckPointListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetTopTalkersGraphDefault ¶

type GetTopTalkersGraphDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetTopTalkersGraphDefault handles this case with default header values.

Error

func NewGetTopTalkersGraphDefault ¶

func NewGetTopTalkersGraphDefault(code int) *GetTopTalkersGraphDefault

NewGetTopTalkersGraphDefault creates a GetTopTalkersGraphDefault with default headers values

func (*GetTopTalkersGraphDefault) Code ¶

func (o *GetTopTalkersGraphDefault) Code() int

Code gets the status code for the get top talkers graph default response

func (*GetTopTalkersGraphDefault) Error ¶

func (o *GetTopTalkersGraphDefault) Error() string

type GetTopTalkersGraphOK ¶

type GetTopTalkersGraphOK struct {
	Payload *models.GraphPlot
}

GetTopTalkersGraphOK handles this case with default header values.

successful operation

func NewGetTopTalkersGraphOK ¶

func NewGetTopTalkersGraphOK() *GetTopTalkersGraphOK

NewGetTopTalkersGraphOK creates a GetTopTalkersGraphOK with default headers values

func (*GetTopTalkersGraphOK) Error ¶

func (o *GetTopTalkersGraphOK) Error() string

type GetTopTalkersGraphParams ¶

type GetTopTalkersGraphParams struct {

	/*End*/
	End *int64
	/*Format*/
	Format *string
	/*ID*/
	ID int32
	/*Keyword*/
	Keyword *string
	/*NetflowFilter*/
	NetflowFilter *string
	/*Start*/
	Start *int64

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetTopTalkersGraphParams contains all the parameters to send to the API endpoint for the get top talkers graph operation typically these are written to a http.Request

func NewGetTopTalkersGraphParams ¶

func NewGetTopTalkersGraphParams() *GetTopTalkersGraphParams

NewGetTopTalkersGraphParams creates a new GetTopTalkersGraphParams object with the default values initialized.

func NewGetTopTalkersGraphParamsWithContext ¶

func NewGetTopTalkersGraphParamsWithContext(ctx context.Context) *GetTopTalkersGraphParams

NewGetTopTalkersGraphParamsWithContext creates a new GetTopTalkersGraphParams object with the default values initialized, and the ability to set a context for a request

func NewGetTopTalkersGraphParamsWithHTTPClient ¶

func NewGetTopTalkersGraphParamsWithHTTPClient(client *http.Client) *GetTopTalkersGraphParams

NewGetTopTalkersGraphParamsWithHTTPClient creates a new GetTopTalkersGraphParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetTopTalkersGraphParamsWithTimeout ¶

func NewGetTopTalkersGraphParamsWithTimeout(timeout time.Duration) *GetTopTalkersGraphParams

NewGetTopTalkersGraphParamsWithTimeout creates a new GetTopTalkersGraphParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetTopTalkersGraphParams) SetContext ¶

func (o *GetTopTalkersGraphParams) SetContext(ctx context.Context)

SetContext adds the context to the get top talkers graph params

func (*GetTopTalkersGraphParams) SetEnd ¶

func (o *GetTopTalkersGraphParams) SetEnd(end *int64)

SetEnd adds the end to the get top talkers graph params

func (*GetTopTalkersGraphParams) SetFormat ¶

func (o *GetTopTalkersGraphParams) SetFormat(format *string)

SetFormat adds the format to the get top talkers graph params

func (*GetTopTalkersGraphParams) SetHTTPClient ¶

func (o *GetTopTalkersGraphParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get top talkers graph params

func (*GetTopTalkersGraphParams) SetID ¶

func (o *GetTopTalkersGraphParams) SetID(id int32)

SetID adds the id to the get top talkers graph params

func (*GetTopTalkersGraphParams) SetKeyword ¶

func (o *GetTopTalkersGraphParams) SetKeyword(keyword *string)

SetKeyword adds the keyword to the get top talkers graph params

func (*GetTopTalkersGraphParams) SetNetflowFilter ¶

func (o *GetTopTalkersGraphParams) SetNetflowFilter(netflowFilter *string)

SetNetflowFilter adds the netflowFilter to the get top talkers graph params

func (*GetTopTalkersGraphParams) SetStart ¶

func (o *GetTopTalkersGraphParams) SetStart(start *int64)

SetStart adds the start to the get top talkers graph params

func (*GetTopTalkersGraphParams) SetTimeout ¶

func (o *GetTopTalkersGraphParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get top talkers graph params

func (*GetTopTalkersGraphParams) WithContext ¶

WithContext adds the context to the get top talkers graph params

func (*GetTopTalkersGraphParams) WithEnd ¶

WithEnd adds the end to the get top talkers graph params

func (*GetTopTalkersGraphParams) WithFormat ¶

WithFormat adds the format to the get top talkers graph params

func (*GetTopTalkersGraphParams) WithHTTPClient ¶

func (o *GetTopTalkersGraphParams) WithHTTPClient(client *http.Client) *GetTopTalkersGraphParams

WithHTTPClient adds the HTTPClient to the get top talkers graph params

func (*GetTopTalkersGraphParams) WithID ¶

WithID adds the id to the get top talkers graph params

func (*GetTopTalkersGraphParams) WithKeyword ¶

func (o *GetTopTalkersGraphParams) WithKeyword(keyword *string) *GetTopTalkersGraphParams

WithKeyword adds the keyword to the get top talkers graph params

func (*GetTopTalkersGraphParams) WithNetflowFilter ¶

func (o *GetTopTalkersGraphParams) WithNetflowFilter(netflowFilter *string) *GetTopTalkersGraphParams

WithNetflowFilter adds the netflowFilter to the get top talkers graph params

func (*GetTopTalkersGraphParams) WithStart ¶

WithStart adds the start to the get top talkers graph params

func (*GetTopTalkersGraphParams) WithTimeout ¶

WithTimeout adds the timeout to the get top talkers graph params

func (*GetTopTalkersGraphParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetTopTalkersGraphReader ¶

type GetTopTalkersGraphReader struct {
	// contains filtered or unexported fields
}

GetTopTalkersGraphReader is a Reader for the GetTopTalkersGraph structure.

func (*GetTopTalkersGraphReader) ReadResponse ¶

func (o *GetTopTalkersGraphReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetUnmonitoredDeviceListDefault ¶

type GetUnmonitoredDeviceListDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetUnmonitoredDeviceListDefault handles this case with default header values.

Error

func NewGetUnmonitoredDeviceListDefault ¶

func NewGetUnmonitoredDeviceListDefault(code int) *GetUnmonitoredDeviceListDefault

NewGetUnmonitoredDeviceListDefault creates a GetUnmonitoredDeviceListDefault with default headers values

func (*GetUnmonitoredDeviceListDefault) Code ¶

Code gets the status code for the get unmonitored device list default response

func (*GetUnmonitoredDeviceListDefault) Error ¶

type GetUnmonitoredDeviceListOK ¶

type GetUnmonitoredDeviceListOK struct {
	Payload *models.UnmonitoredDevicePaginationResponse
}

GetUnmonitoredDeviceListOK handles this case with default header values.

successful operation

func NewGetUnmonitoredDeviceListOK ¶

func NewGetUnmonitoredDeviceListOK() *GetUnmonitoredDeviceListOK

NewGetUnmonitoredDeviceListOK creates a GetUnmonitoredDeviceListOK with default headers values

func (*GetUnmonitoredDeviceListOK) Error ¶

type GetUnmonitoredDeviceListParams ¶

type GetUnmonitoredDeviceListParams struct {

	/*Fields*/
	Fields *string
	/*Filter*/
	Filter *string
	/*Offset*/
	Offset *int32
	/*Size*/
	Size *int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetUnmonitoredDeviceListParams contains all the parameters to send to the API endpoint for the get unmonitored device list operation typically these are written to a http.Request

func NewGetUnmonitoredDeviceListParams ¶

func NewGetUnmonitoredDeviceListParams() *GetUnmonitoredDeviceListParams

NewGetUnmonitoredDeviceListParams creates a new GetUnmonitoredDeviceListParams object with the default values initialized.

func NewGetUnmonitoredDeviceListParamsWithContext ¶

func NewGetUnmonitoredDeviceListParamsWithContext(ctx context.Context) *GetUnmonitoredDeviceListParams

NewGetUnmonitoredDeviceListParamsWithContext creates a new GetUnmonitoredDeviceListParams object with the default values initialized, and the ability to set a context for a request

func NewGetUnmonitoredDeviceListParamsWithHTTPClient ¶

func NewGetUnmonitoredDeviceListParamsWithHTTPClient(client *http.Client) *GetUnmonitoredDeviceListParams

NewGetUnmonitoredDeviceListParamsWithHTTPClient creates a new GetUnmonitoredDeviceListParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetUnmonitoredDeviceListParamsWithTimeout ¶

func NewGetUnmonitoredDeviceListParamsWithTimeout(timeout time.Duration) *GetUnmonitoredDeviceListParams

NewGetUnmonitoredDeviceListParamsWithTimeout creates a new GetUnmonitoredDeviceListParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetUnmonitoredDeviceListParams) SetContext ¶

func (o *GetUnmonitoredDeviceListParams) SetContext(ctx context.Context)

SetContext adds the context to the get unmonitored device list params

func (*GetUnmonitoredDeviceListParams) SetFields ¶

func (o *GetUnmonitoredDeviceListParams) SetFields(fields *string)

SetFields adds the fields to the get unmonitored device list params

func (*GetUnmonitoredDeviceListParams) SetFilter ¶

func (o *GetUnmonitoredDeviceListParams) SetFilter(filter *string)

SetFilter adds the filter to the get unmonitored device list params

func (*GetUnmonitoredDeviceListParams) SetHTTPClient ¶

func (o *GetUnmonitoredDeviceListParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get unmonitored device list params

func (*GetUnmonitoredDeviceListParams) SetOffset ¶

func (o *GetUnmonitoredDeviceListParams) SetOffset(offset *int32)

SetOffset adds the offset to the get unmonitored device list params

func (*GetUnmonitoredDeviceListParams) SetSize ¶

func (o *GetUnmonitoredDeviceListParams) SetSize(size *int32)

SetSize adds the size to the get unmonitored device list params

func (*GetUnmonitoredDeviceListParams) SetTimeout ¶

func (o *GetUnmonitoredDeviceListParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get unmonitored device list params

func (*GetUnmonitoredDeviceListParams) WithContext ¶

WithContext adds the context to the get unmonitored device list params

func (*GetUnmonitoredDeviceListParams) WithFields ¶

WithFields adds the fields to the get unmonitored device list params

func (*GetUnmonitoredDeviceListParams) WithFilter ¶

WithFilter adds the filter to the get unmonitored device list params

func (*GetUnmonitoredDeviceListParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get unmonitored device list params

func (*GetUnmonitoredDeviceListParams) WithOffset ¶

WithOffset adds the offset to the get unmonitored device list params

func (*GetUnmonitoredDeviceListParams) WithSize ¶

WithSize adds the size to the get unmonitored device list params

func (*GetUnmonitoredDeviceListParams) WithTimeout ¶

WithTimeout adds the timeout to the get unmonitored device list params

func (*GetUnmonitoredDeviceListParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetUnmonitoredDeviceListReader ¶

type GetUnmonitoredDeviceListReader struct {
	// contains filtered or unexported fields
}

GetUnmonitoredDeviceListReader is a Reader for the GetUnmonitoredDeviceList structure.

func (*GetUnmonitoredDeviceListReader) ReadResponse ¶

func (o *GetUnmonitoredDeviceListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetUpdateReasonListByDataSourceIDDefault ¶

type GetUpdateReasonListByDataSourceIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetUpdateReasonListByDataSourceIDDefault handles this case with default header values.

Error

func NewGetUpdateReasonListByDataSourceIDDefault ¶

func NewGetUpdateReasonListByDataSourceIDDefault(code int) *GetUpdateReasonListByDataSourceIDDefault

NewGetUpdateReasonListByDataSourceIDDefault creates a GetUpdateReasonListByDataSourceIDDefault with default headers values

func (*GetUpdateReasonListByDataSourceIDDefault) Code ¶

Code gets the status code for the get update reason list by data source Id default response

func (*GetUpdateReasonListByDataSourceIDDefault) Error ¶

type GetUpdateReasonListByDataSourceIDOK ¶

type GetUpdateReasonListByDataSourceIDOK struct {
	Payload *models.DataSourceUpdateReasonsPaginationResponse
}

GetUpdateReasonListByDataSourceIDOK handles this case with default header values.

successful operation

func NewGetUpdateReasonListByDataSourceIDOK ¶

func NewGetUpdateReasonListByDataSourceIDOK() *GetUpdateReasonListByDataSourceIDOK

NewGetUpdateReasonListByDataSourceIDOK creates a GetUpdateReasonListByDataSourceIDOK with default headers values

func (*GetUpdateReasonListByDataSourceIDOK) Error ¶

type GetUpdateReasonListByDataSourceIDParams ¶

type GetUpdateReasonListByDataSourceIDParams struct {

	/*Fields*/
	Fields *string
	/*Filter*/
	Filter *string
	/*ID*/
	ID int32
	/*Offset*/
	Offset *int32
	/*Size*/
	Size *int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetUpdateReasonListByDataSourceIDParams contains all the parameters to send to the API endpoint for the get update reason list by data source Id operation typically these are written to a http.Request

func NewGetUpdateReasonListByDataSourceIDParams ¶

func NewGetUpdateReasonListByDataSourceIDParams() *GetUpdateReasonListByDataSourceIDParams

NewGetUpdateReasonListByDataSourceIDParams creates a new GetUpdateReasonListByDataSourceIDParams object with the default values initialized.

func NewGetUpdateReasonListByDataSourceIDParamsWithContext ¶

func NewGetUpdateReasonListByDataSourceIDParamsWithContext(ctx context.Context) *GetUpdateReasonListByDataSourceIDParams

NewGetUpdateReasonListByDataSourceIDParamsWithContext creates a new GetUpdateReasonListByDataSourceIDParams object with the default values initialized, and the ability to set a context for a request

func NewGetUpdateReasonListByDataSourceIDParamsWithHTTPClient ¶

func NewGetUpdateReasonListByDataSourceIDParamsWithHTTPClient(client *http.Client) *GetUpdateReasonListByDataSourceIDParams

NewGetUpdateReasonListByDataSourceIDParamsWithHTTPClient creates a new GetUpdateReasonListByDataSourceIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetUpdateReasonListByDataSourceIDParamsWithTimeout ¶

func NewGetUpdateReasonListByDataSourceIDParamsWithTimeout(timeout time.Duration) *GetUpdateReasonListByDataSourceIDParams

NewGetUpdateReasonListByDataSourceIDParamsWithTimeout creates a new GetUpdateReasonListByDataSourceIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetUpdateReasonListByDataSourceIDParams) SetContext ¶

SetContext adds the context to the get update reason list by data source Id params

func (*GetUpdateReasonListByDataSourceIDParams) SetFields ¶

func (o *GetUpdateReasonListByDataSourceIDParams) SetFields(fields *string)

SetFields adds the fields to the get update reason list by data source Id params

func (*GetUpdateReasonListByDataSourceIDParams) SetFilter ¶

func (o *GetUpdateReasonListByDataSourceIDParams) SetFilter(filter *string)

SetFilter adds the filter to the get update reason list by data source Id params

func (*GetUpdateReasonListByDataSourceIDParams) SetHTTPClient ¶

func (o *GetUpdateReasonListByDataSourceIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get update reason list by data source Id params

func (*GetUpdateReasonListByDataSourceIDParams) SetID ¶

SetID adds the id to the get update reason list by data source Id params

func (*GetUpdateReasonListByDataSourceIDParams) SetOffset ¶

func (o *GetUpdateReasonListByDataSourceIDParams) SetOffset(offset *int32)

SetOffset adds the offset to the get update reason list by data source Id params

func (*GetUpdateReasonListByDataSourceIDParams) SetSize ¶

SetSize adds the size to the get update reason list by data source Id params

func (*GetUpdateReasonListByDataSourceIDParams) SetTimeout ¶

func (o *GetUpdateReasonListByDataSourceIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get update reason list by data source Id params

func (*GetUpdateReasonListByDataSourceIDParams) WithContext ¶

WithContext adds the context to the get update reason list by data source Id params

func (*GetUpdateReasonListByDataSourceIDParams) WithFields ¶

WithFields adds the fields to the get update reason list by data source Id params

func (*GetUpdateReasonListByDataSourceIDParams) WithFilter ¶

WithFilter adds the filter to the get update reason list by data source Id params

func (*GetUpdateReasonListByDataSourceIDParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get update reason list by data source Id params

func (*GetUpdateReasonListByDataSourceIDParams) WithID ¶

WithID adds the id to the get update reason list by data source Id params

func (*GetUpdateReasonListByDataSourceIDParams) WithOffset ¶

WithOffset adds the offset to the get update reason list by data source Id params

func (*GetUpdateReasonListByDataSourceIDParams) WithSize ¶

WithSize adds the size to the get update reason list by data source Id params

func (*GetUpdateReasonListByDataSourceIDParams) WithTimeout ¶

WithTimeout adds the timeout to the get update reason list by data source Id params

func (*GetUpdateReasonListByDataSourceIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetUpdateReasonListByDataSourceIDReader ¶

type GetUpdateReasonListByDataSourceIDReader struct {
	// contains filtered or unexported fields
}

GetUpdateReasonListByDataSourceIDReader is a Reader for the GetUpdateReasonListByDataSourceID structure.

func (*GetUpdateReasonListByDataSourceIDReader) ReadResponse ¶

func (o *GetUpdateReasonListByDataSourceIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetWebsiteAlertListByWebsiteIDDefault ¶

type GetWebsiteAlertListByWebsiteIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetWebsiteAlertListByWebsiteIDDefault handles this case with default header values.

Error

func NewGetWebsiteAlertListByWebsiteIDDefault ¶

func NewGetWebsiteAlertListByWebsiteIDDefault(code int) *GetWebsiteAlertListByWebsiteIDDefault

NewGetWebsiteAlertListByWebsiteIDDefault creates a GetWebsiteAlertListByWebsiteIDDefault with default headers values

func (*GetWebsiteAlertListByWebsiteIDDefault) Code ¶

Code gets the status code for the get website alert list by website Id default response

func (*GetWebsiteAlertListByWebsiteIDDefault) Error ¶

type GetWebsiteAlertListByWebsiteIDOK ¶

type GetWebsiteAlertListByWebsiteIDOK struct {
	Payload *models.AlertPaginationResponse
}

GetWebsiteAlertListByWebsiteIDOK handles this case with default header values.

successful operation

func NewGetWebsiteAlertListByWebsiteIDOK ¶

func NewGetWebsiteAlertListByWebsiteIDOK() *GetWebsiteAlertListByWebsiteIDOK

NewGetWebsiteAlertListByWebsiteIDOK creates a GetWebsiteAlertListByWebsiteIDOK with default headers values

func (*GetWebsiteAlertListByWebsiteIDOK) Error ¶

type GetWebsiteAlertListByWebsiteIDParams ¶

type GetWebsiteAlertListByWebsiteIDParams struct {

	/*CustomColumns*/
	CustomColumns *string
	/*Fields*/
	Fields *string
	/*Filter*/
	Filter *string
	/*ID*/
	ID int32
	/*NeedMessage*/
	NeedMessage *bool
	/*Offset*/
	Offset *int32
	/*Size*/
	Size *int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetWebsiteAlertListByWebsiteIDParams contains all the parameters to send to the API endpoint for the get website alert list by website Id operation typically these are written to a http.Request

func NewGetWebsiteAlertListByWebsiteIDParams ¶

func NewGetWebsiteAlertListByWebsiteIDParams() *GetWebsiteAlertListByWebsiteIDParams

NewGetWebsiteAlertListByWebsiteIDParams creates a new GetWebsiteAlertListByWebsiteIDParams object with the default values initialized.

func NewGetWebsiteAlertListByWebsiteIDParamsWithContext ¶

func NewGetWebsiteAlertListByWebsiteIDParamsWithContext(ctx context.Context) *GetWebsiteAlertListByWebsiteIDParams

NewGetWebsiteAlertListByWebsiteIDParamsWithContext creates a new GetWebsiteAlertListByWebsiteIDParams object with the default values initialized, and the ability to set a context for a request

func NewGetWebsiteAlertListByWebsiteIDParamsWithHTTPClient ¶

func NewGetWebsiteAlertListByWebsiteIDParamsWithHTTPClient(client *http.Client) *GetWebsiteAlertListByWebsiteIDParams

NewGetWebsiteAlertListByWebsiteIDParamsWithHTTPClient creates a new GetWebsiteAlertListByWebsiteIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetWebsiteAlertListByWebsiteIDParamsWithTimeout ¶

func NewGetWebsiteAlertListByWebsiteIDParamsWithTimeout(timeout time.Duration) *GetWebsiteAlertListByWebsiteIDParams

NewGetWebsiteAlertListByWebsiteIDParamsWithTimeout creates a new GetWebsiteAlertListByWebsiteIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetWebsiteAlertListByWebsiteIDParams) SetContext ¶

SetContext adds the context to the get website alert list by website Id params

func (*GetWebsiteAlertListByWebsiteIDParams) SetCustomColumns ¶

func (o *GetWebsiteAlertListByWebsiteIDParams) SetCustomColumns(customColumns *string)

SetCustomColumns adds the customColumns to the get website alert list by website Id params

func (*GetWebsiteAlertListByWebsiteIDParams) SetFields ¶

func (o *GetWebsiteAlertListByWebsiteIDParams) SetFields(fields *string)

SetFields adds the fields to the get website alert list by website Id params

func (*GetWebsiteAlertListByWebsiteIDParams) SetFilter ¶

func (o *GetWebsiteAlertListByWebsiteIDParams) SetFilter(filter *string)

SetFilter adds the filter to the get website alert list by website Id params

func (*GetWebsiteAlertListByWebsiteIDParams) SetHTTPClient ¶

func (o *GetWebsiteAlertListByWebsiteIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get website alert list by website Id params

func (*GetWebsiteAlertListByWebsiteIDParams) SetID ¶

SetID adds the id to the get website alert list by website Id params

func (*GetWebsiteAlertListByWebsiteIDParams) SetNeedMessage ¶

func (o *GetWebsiteAlertListByWebsiteIDParams) SetNeedMessage(needMessage *bool)

SetNeedMessage adds the needMessage to the get website alert list by website Id params

func (*GetWebsiteAlertListByWebsiteIDParams) SetOffset ¶

func (o *GetWebsiteAlertListByWebsiteIDParams) SetOffset(offset *int32)

SetOffset adds the offset to the get website alert list by website Id params

func (*GetWebsiteAlertListByWebsiteIDParams) SetSize ¶

func (o *GetWebsiteAlertListByWebsiteIDParams) SetSize(size *int32)

SetSize adds the size to the get website alert list by website Id params

func (*GetWebsiteAlertListByWebsiteIDParams) SetTimeout ¶

func (o *GetWebsiteAlertListByWebsiteIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get website alert list by website Id params

func (*GetWebsiteAlertListByWebsiteIDParams) WithContext ¶

WithContext adds the context to the get website alert list by website Id params

func (*GetWebsiteAlertListByWebsiteIDParams) WithCustomColumns ¶

WithCustomColumns adds the customColumns to the get website alert list by website Id params

func (*GetWebsiteAlertListByWebsiteIDParams) WithFields ¶

WithFields adds the fields to the get website alert list by website Id params

func (*GetWebsiteAlertListByWebsiteIDParams) WithFilter ¶

WithFilter adds the filter to the get website alert list by website Id params

func (*GetWebsiteAlertListByWebsiteIDParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get website alert list by website Id params

func (*GetWebsiteAlertListByWebsiteIDParams) WithID ¶

WithID adds the id to the get website alert list by website Id params

func (*GetWebsiteAlertListByWebsiteIDParams) WithNeedMessage ¶

WithNeedMessage adds the needMessage to the get website alert list by website Id params

func (*GetWebsiteAlertListByWebsiteIDParams) WithOffset ¶

WithOffset adds the offset to the get website alert list by website Id params

func (*GetWebsiteAlertListByWebsiteIDParams) WithSize ¶

WithSize adds the size to the get website alert list by website Id params

func (*GetWebsiteAlertListByWebsiteIDParams) WithTimeout ¶

WithTimeout adds the timeout to the get website alert list by website Id params

func (*GetWebsiteAlertListByWebsiteIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetWebsiteAlertListByWebsiteIDReader ¶

type GetWebsiteAlertListByWebsiteIDReader struct {
	// contains filtered or unexported fields
}

GetWebsiteAlertListByWebsiteIDReader is a Reader for the GetWebsiteAlertListByWebsiteID structure.

func (*GetWebsiteAlertListByWebsiteIDReader) ReadResponse ¶

func (o *GetWebsiteAlertListByWebsiteIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetWebsiteByIDDefault ¶

type GetWebsiteByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetWebsiteByIDDefault handles this case with default header values.

Error

func NewGetWebsiteByIDDefault ¶

func NewGetWebsiteByIDDefault(code int) *GetWebsiteByIDDefault

NewGetWebsiteByIDDefault creates a GetWebsiteByIDDefault with default headers values

func (*GetWebsiteByIDDefault) Code ¶

func (o *GetWebsiteByIDDefault) Code() int

Code gets the status code for the get website by Id default response

func (*GetWebsiteByIDDefault) Error ¶

func (o *GetWebsiteByIDDefault) Error() string

type GetWebsiteByIDOK ¶

type GetWebsiteByIDOK struct {
	Payload models.Website
}

GetWebsiteByIDOK handles this case with default header values.

successful operation

func NewGetWebsiteByIDOK ¶

func NewGetWebsiteByIDOK() *GetWebsiteByIDOK

NewGetWebsiteByIDOK creates a GetWebsiteByIDOK with default headers values

func (*GetWebsiteByIDOK) Error ¶

func (o *GetWebsiteByIDOK) Error() string

type GetWebsiteByIDParams ¶

type GetWebsiteByIDParams struct {

	/*Format*/
	Format *string
	/*ID*/
	ID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetWebsiteByIDParams contains all the parameters to send to the API endpoint for the get website by Id operation typically these are written to a http.Request

func NewGetWebsiteByIDParams ¶

func NewGetWebsiteByIDParams() *GetWebsiteByIDParams

NewGetWebsiteByIDParams creates a new GetWebsiteByIDParams object with the default values initialized.

func NewGetWebsiteByIDParamsWithContext ¶

func NewGetWebsiteByIDParamsWithContext(ctx context.Context) *GetWebsiteByIDParams

NewGetWebsiteByIDParamsWithContext creates a new GetWebsiteByIDParams object with the default values initialized, and the ability to set a context for a request

func NewGetWebsiteByIDParamsWithHTTPClient ¶

func NewGetWebsiteByIDParamsWithHTTPClient(client *http.Client) *GetWebsiteByIDParams

NewGetWebsiteByIDParamsWithHTTPClient creates a new GetWebsiteByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetWebsiteByIDParamsWithTimeout ¶

func NewGetWebsiteByIDParamsWithTimeout(timeout time.Duration) *GetWebsiteByIDParams

NewGetWebsiteByIDParamsWithTimeout creates a new GetWebsiteByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetWebsiteByIDParams) SetContext ¶

func (o *GetWebsiteByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the get website by Id params

func (*GetWebsiteByIDParams) SetFormat ¶

func (o *GetWebsiteByIDParams) SetFormat(format *string)

SetFormat adds the format to the get website by Id params

func (*GetWebsiteByIDParams) SetHTTPClient ¶

func (o *GetWebsiteByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get website by Id params

func (*GetWebsiteByIDParams) SetID ¶

func (o *GetWebsiteByIDParams) SetID(id int32)

SetID adds the id to the get website by Id params

func (*GetWebsiteByIDParams) SetTimeout ¶

func (o *GetWebsiteByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get website by Id params

func (*GetWebsiteByIDParams) WithContext ¶

WithContext adds the context to the get website by Id params

func (*GetWebsiteByIDParams) WithFormat ¶

func (o *GetWebsiteByIDParams) WithFormat(format *string) *GetWebsiteByIDParams

WithFormat adds the format to the get website by Id params

func (*GetWebsiteByIDParams) WithHTTPClient ¶

func (o *GetWebsiteByIDParams) WithHTTPClient(client *http.Client) *GetWebsiteByIDParams

WithHTTPClient adds the HTTPClient to the get website by Id params

func (*GetWebsiteByIDParams) WithID ¶

WithID adds the id to the get website by Id params

func (*GetWebsiteByIDParams) WithTimeout ¶

func (o *GetWebsiteByIDParams) WithTimeout(timeout time.Duration) *GetWebsiteByIDParams

WithTimeout adds the timeout to the get website by Id params

func (*GetWebsiteByIDParams) WriteToRequest ¶

func (o *GetWebsiteByIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetWebsiteByIDReader ¶

type GetWebsiteByIDReader struct {
	// contains filtered or unexported fields
}

GetWebsiteByIDReader is a Reader for the GetWebsiteByID structure.

func (*GetWebsiteByIDReader) ReadResponse ¶

func (o *GetWebsiteByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetWebsiteCheckpointDataByIDDefault ¶

type GetWebsiteCheckpointDataByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetWebsiteCheckpointDataByIDDefault handles this case with default header values.

Error

func NewGetWebsiteCheckpointDataByIDDefault ¶

func NewGetWebsiteCheckpointDataByIDDefault(code int) *GetWebsiteCheckpointDataByIDDefault

NewGetWebsiteCheckpointDataByIDDefault creates a GetWebsiteCheckpointDataByIDDefault with default headers values

func (*GetWebsiteCheckpointDataByIDDefault) Code ¶

Code gets the status code for the get website checkpoint data by Id default response

func (*GetWebsiteCheckpointDataByIDDefault) Error ¶

type GetWebsiteCheckpointDataByIDOK ¶

type GetWebsiteCheckpointDataByIDOK struct {
	Payload *models.WebsiteCheckpointRawData
}

GetWebsiteCheckpointDataByIDOK handles this case with default header values.

successful operation

func NewGetWebsiteCheckpointDataByIDOK ¶

func NewGetWebsiteCheckpointDataByIDOK() *GetWebsiteCheckpointDataByIDOK

NewGetWebsiteCheckpointDataByIDOK creates a GetWebsiteCheckpointDataByIDOK with default headers values

func (*GetWebsiteCheckpointDataByIDOK) Error ¶

type GetWebsiteCheckpointDataByIDParams ¶

type GetWebsiteCheckpointDataByIDParams struct {

	/*CheckID*/
	CheckID int32
	/*Datapoints*/
	Datapoints *string
	/*End*/
	End *int64
	/*Format*/
	Format *string
	/*Period*/
	Period *float64
	/*SrvID*/
	SrvID int32
	/*Start*/
	Start *int64

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetWebsiteCheckpointDataByIDParams contains all the parameters to send to the API endpoint for the get website checkpoint data by Id operation typically these are written to a http.Request

func NewGetWebsiteCheckpointDataByIDParams ¶

func NewGetWebsiteCheckpointDataByIDParams() *GetWebsiteCheckpointDataByIDParams

NewGetWebsiteCheckpointDataByIDParams creates a new GetWebsiteCheckpointDataByIDParams object with the default values initialized.

func NewGetWebsiteCheckpointDataByIDParamsWithContext ¶

func NewGetWebsiteCheckpointDataByIDParamsWithContext(ctx context.Context) *GetWebsiteCheckpointDataByIDParams

NewGetWebsiteCheckpointDataByIDParamsWithContext creates a new GetWebsiteCheckpointDataByIDParams object with the default values initialized, and the ability to set a context for a request

func NewGetWebsiteCheckpointDataByIDParamsWithHTTPClient ¶

func NewGetWebsiteCheckpointDataByIDParamsWithHTTPClient(client *http.Client) *GetWebsiteCheckpointDataByIDParams

NewGetWebsiteCheckpointDataByIDParamsWithHTTPClient creates a new GetWebsiteCheckpointDataByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetWebsiteCheckpointDataByIDParamsWithTimeout ¶

func NewGetWebsiteCheckpointDataByIDParamsWithTimeout(timeout time.Duration) *GetWebsiteCheckpointDataByIDParams

NewGetWebsiteCheckpointDataByIDParamsWithTimeout creates a new GetWebsiteCheckpointDataByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetWebsiteCheckpointDataByIDParams) SetCheckID ¶

func (o *GetWebsiteCheckpointDataByIDParams) SetCheckID(checkID int32)

SetCheckID adds the checkId to the get website checkpoint data by Id params

func (*GetWebsiteCheckpointDataByIDParams) SetContext ¶

SetContext adds the context to the get website checkpoint data by Id params

func (*GetWebsiteCheckpointDataByIDParams) SetDatapoints ¶

func (o *GetWebsiteCheckpointDataByIDParams) SetDatapoints(datapoints *string)

SetDatapoints adds the datapoints to the get website checkpoint data by Id params

func (*GetWebsiteCheckpointDataByIDParams) SetEnd ¶

func (o *GetWebsiteCheckpointDataByIDParams) SetEnd(end *int64)

SetEnd adds the end to the get website checkpoint data by Id params

func (*GetWebsiteCheckpointDataByIDParams) SetFormat ¶

func (o *GetWebsiteCheckpointDataByIDParams) SetFormat(format *string)

SetFormat adds the format to the get website checkpoint data by Id params

func (*GetWebsiteCheckpointDataByIDParams) SetHTTPClient ¶

func (o *GetWebsiteCheckpointDataByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get website checkpoint data by Id params

func (*GetWebsiteCheckpointDataByIDParams) SetPeriod ¶

func (o *GetWebsiteCheckpointDataByIDParams) SetPeriod(period *float64)

SetPeriod adds the period to the get website checkpoint data by Id params

func (*GetWebsiteCheckpointDataByIDParams) SetSrvID ¶

func (o *GetWebsiteCheckpointDataByIDParams) SetSrvID(srvID int32)

SetSrvID adds the srvId to the get website checkpoint data by Id params

func (*GetWebsiteCheckpointDataByIDParams) SetStart ¶

func (o *GetWebsiteCheckpointDataByIDParams) SetStart(start *int64)

SetStart adds the start to the get website checkpoint data by Id params

func (*GetWebsiteCheckpointDataByIDParams) SetTimeout ¶

func (o *GetWebsiteCheckpointDataByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get website checkpoint data by Id params

func (*GetWebsiteCheckpointDataByIDParams) WithCheckID ¶

WithCheckID adds the checkID to the get website checkpoint data by Id params

func (*GetWebsiteCheckpointDataByIDParams) WithContext ¶

WithContext adds the context to the get website checkpoint data by Id params

func (*GetWebsiteCheckpointDataByIDParams) WithDatapoints ¶

WithDatapoints adds the datapoints to the get website checkpoint data by Id params

func (*GetWebsiteCheckpointDataByIDParams) WithEnd ¶

WithEnd adds the end to the get website checkpoint data by Id params

func (*GetWebsiteCheckpointDataByIDParams) WithFormat ¶

WithFormat adds the format to the get website checkpoint data by Id params

func (*GetWebsiteCheckpointDataByIDParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get website checkpoint data by Id params

func (*GetWebsiteCheckpointDataByIDParams) WithPeriod ¶

WithPeriod adds the period to the get website checkpoint data by Id params

func (*GetWebsiteCheckpointDataByIDParams) WithSrvID ¶

WithSrvID adds the srvID to the get website checkpoint data by Id params

func (*GetWebsiteCheckpointDataByIDParams) WithStart ¶

WithStart adds the start to the get website checkpoint data by Id params

func (*GetWebsiteCheckpointDataByIDParams) WithTimeout ¶

WithTimeout adds the timeout to the get website checkpoint data by Id params

func (*GetWebsiteCheckpointDataByIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetWebsiteCheckpointDataByIDReader ¶

type GetWebsiteCheckpointDataByIDReader struct {
	// contains filtered or unexported fields
}

GetWebsiteCheckpointDataByIDReader is a Reader for the GetWebsiteCheckpointDataByID structure.

func (*GetWebsiteCheckpointDataByIDReader) ReadResponse ¶

func (o *GetWebsiteCheckpointDataByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetWebsiteDataByGraphNameDefault ¶

type GetWebsiteDataByGraphNameDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetWebsiteDataByGraphNameDefault handles this case with default header values.

Error

func NewGetWebsiteDataByGraphNameDefault ¶

func NewGetWebsiteDataByGraphNameDefault(code int) *GetWebsiteDataByGraphNameDefault

NewGetWebsiteDataByGraphNameDefault creates a GetWebsiteDataByGraphNameDefault with default headers values

func (*GetWebsiteDataByGraphNameDefault) Code ¶

Code gets the status code for the get website data by graph name default response

func (*GetWebsiteDataByGraphNameDefault) Error ¶

type GetWebsiteDataByGraphNameOK ¶

type GetWebsiteDataByGraphNameOK struct {
	Payload *models.GraphPlot
}

GetWebsiteDataByGraphNameOK handles this case with default header values.

successful operation

func NewGetWebsiteDataByGraphNameOK ¶

func NewGetWebsiteDataByGraphNameOK() *GetWebsiteDataByGraphNameOK

NewGetWebsiteDataByGraphNameOK creates a GetWebsiteDataByGraphNameOK with default headers values

func (*GetWebsiteDataByGraphNameOK) Error ¶

type GetWebsiteDataByGraphNameParams ¶

type GetWebsiteDataByGraphNameParams struct {

	/*End*/
	End *int64
	/*Format*/
	Format *string
	/*GraphName*/
	GraphName string
	/*ID*/
	ID int32
	/*Start*/
	Start *int64

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetWebsiteDataByGraphNameParams contains all the parameters to send to the API endpoint for the get website data by graph name operation typically these are written to a http.Request

func NewGetWebsiteDataByGraphNameParams ¶

func NewGetWebsiteDataByGraphNameParams() *GetWebsiteDataByGraphNameParams

NewGetWebsiteDataByGraphNameParams creates a new GetWebsiteDataByGraphNameParams object with the default values initialized.

func NewGetWebsiteDataByGraphNameParamsWithContext ¶

func NewGetWebsiteDataByGraphNameParamsWithContext(ctx context.Context) *GetWebsiteDataByGraphNameParams

NewGetWebsiteDataByGraphNameParamsWithContext creates a new GetWebsiteDataByGraphNameParams object with the default values initialized, and the ability to set a context for a request

func NewGetWebsiteDataByGraphNameParamsWithHTTPClient ¶

func NewGetWebsiteDataByGraphNameParamsWithHTTPClient(client *http.Client) *GetWebsiteDataByGraphNameParams

NewGetWebsiteDataByGraphNameParamsWithHTTPClient creates a new GetWebsiteDataByGraphNameParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetWebsiteDataByGraphNameParamsWithTimeout ¶

func NewGetWebsiteDataByGraphNameParamsWithTimeout(timeout time.Duration) *GetWebsiteDataByGraphNameParams

NewGetWebsiteDataByGraphNameParamsWithTimeout creates a new GetWebsiteDataByGraphNameParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetWebsiteDataByGraphNameParams) SetContext ¶

func (o *GetWebsiteDataByGraphNameParams) SetContext(ctx context.Context)

SetContext adds the context to the get website data by graph name params

func (*GetWebsiteDataByGraphNameParams) SetEnd ¶

func (o *GetWebsiteDataByGraphNameParams) SetEnd(end *int64)

SetEnd adds the end to the get website data by graph name params

func (*GetWebsiteDataByGraphNameParams) SetFormat ¶

func (o *GetWebsiteDataByGraphNameParams) SetFormat(format *string)

SetFormat adds the format to the get website data by graph name params

func (*GetWebsiteDataByGraphNameParams) SetGraphName ¶

func (o *GetWebsiteDataByGraphNameParams) SetGraphName(graphName string)

SetGraphName adds the graphName to the get website data by graph name params

func (*GetWebsiteDataByGraphNameParams) SetHTTPClient ¶

func (o *GetWebsiteDataByGraphNameParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get website data by graph name params

func (*GetWebsiteDataByGraphNameParams) SetID ¶

SetID adds the id to the get website data by graph name params

func (*GetWebsiteDataByGraphNameParams) SetStart ¶

func (o *GetWebsiteDataByGraphNameParams) SetStart(start *int64)

SetStart adds the start to the get website data by graph name params

func (*GetWebsiteDataByGraphNameParams) SetTimeout ¶

func (o *GetWebsiteDataByGraphNameParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get website data by graph name params

func (*GetWebsiteDataByGraphNameParams) WithContext ¶

WithContext adds the context to the get website data by graph name params

func (*GetWebsiteDataByGraphNameParams) WithEnd ¶

WithEnd adds the end to the get website data by graph name params

func (*GetWebsiteDataByGraphNameParams) WithFormat ¶

WithFormat adds the format to the get website data by graph name params

func (*GetWebsiteDataByGraphNameParams) WithGraphName ¶

WithGraphName adds the graphName to the get website data by graph name params

func (*GetWebsiteDataByGraphNameParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get website data by graph name params

func (*GetWebsiteDataByGraphNameParams) WithID ¶

WithID adds the id to the get website data by graph name params

func (*GetWebsiteDataByGraphNameParams) WithStart ¶

WithStart adds the start to the get website data by graph name params

func (*GetWebsiteDataByGraphNameParams) WithTimeout ¶

WithTimeout adds the timeout to the get website data by graph name params

func (*GetWebsiteDataByGraphNameParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetWebsiteDataByGraphNameReader ¶

type GetWebsiteDataByGraphNameReader struct {
	// contains filtered or unexported fields
}

GetWebsiteDataByGraphNameReader is a Reader for the GetWebsiteDataByGraphName structure.

func (*GetWebsiteDataByGraphNameReader) ReadResponse ¶

func (o *GetWebsiteDataByGraphNameReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetWebsiteGraphDataDefault ¶

type GetWebsiteGraphDataDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetWebsiteGraphDataDefault handles this case with default header values.

Error

func NewGetWebsiteGraphDataDefault ¶

func NewGetWebsiteGraphDataDefault(code int) *GetWebsiteGraphDataDefault

NewGetWebsiteGraphDataDefault creates a GetWebsiteGraphDataDefault with default headers values

func (*GetWebsiteGraphDataDefault) Code ¶

func (o *GetWebsiteGraphDataDefault) Code() int

Code gets the status code for the get website graph data default response

func (*GetWebsiteGraphDataDefault) Error ¶

type GetWebsiteGraphDataOK ¶

type GetWebsiteGraphDataOK struct {
	Payload *models.GraphPlot
}

GetWebsiteGraphDataOK handles this case with default header values.

successful operation

func NewGetWebsiteGraphDataOK ¶

func NewGetWebsiteGraphDataOK() *GetWebsiteGraphDataOK

NewGetWebsiteGraphDataOK creates a GetWebsiteGraphDataOK with default headers values

func (*GetWebsiteGraphDataOK) Error ¶

func (o *GetWebsiteGraphDataOK) Error() string

type GetWebsiteGraphDataParams ¶

type GetWebsiteGraphDataParams struct {

	/*CheckpointID*/
	CheckpointID int32
	/*End*/
	End *int64
	/*Format*/
	Format *string
	/*GraphName*/
	GraphName string
	/*Start*/
	Start *int64
	/*WebsiteID*/
	WebsiteID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetWebsiteGraphDataParams contains all the parameters to send to the API endpoint for the get website graph data operation typically these are written to a http.Request

func NewGetWebsiteGraphDataParams ¶

func NewGetWebsiteGraphDataParams() *GetWebsiteGraphDataParams

NewGetWebsiteGraphDataParams creates a new GetWebsiteGraphDataParams object with the default values initialized.

func NewGetWebsiteGraphDataParamsWithContext ¶

func NewGetWebsiteGraphDataParamsWithContext(ctx context.Context) *GetWebsiteGraphDataParams

NewGetWebsiteGraphDataParamsWithContext creates a new GetWebsiteGraphDataParams object with the default values initialized, and the ability to set a context for a request

func NewGetWebsiteGraphDataParamsWithHTTPClient ¶

func NewGetWebsiteGraphDataParamsWithHTTPClient(client *http.Client) *GetWebsiteGraphDataParams

NewGetWebsiteGraphDataParamsWithHTTPClient creates a new GetWebsiteGraphDataParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetWebsiteGraphDataParamsWithTimeout ¶

func NewGetWebsiteGraphDataParamsWithTimeout(timeout time.Duration) *GetWebsiteGraphDataParams

NewGetWebsiteGraphDataParamsWithTimeout creates a new GetWebsiteGraphDataParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetWebsiteGraphDataParams) SetCheckpointID ¶

func (o *GetWebsiteGraphDataParams) SetCheckpointID(checkpointID int32)

SetCheckpointID adds the checkpointId to the get website graph data params

func (*GetWebsiteGraphDataParams) SetContext ¶

func (o *GetWebsiteGraphDataParams) SetContext(ctx context.Context)

SetContext adds the context to the get website graph data params

func (*GetWebsiteGraphDataParams) SetEnd ¶

func (o *GetWebsiteGraphDataParams) SetEnd(end *int64)

SetEnd adds the end to the get website graph data params

func (*GetWebsiteGraphDataParams) SetFormat ¶

func (o *GetWebsiteGraphDataParams) SetFormat(format *string)

SetFormat adds the format to the get website graph data params

func (*GetWebsiteGraphDataParams) SetGraphName ¶

func (o *GetWebsiteGraphDataParams) SetGraphName(graphName string)

SetGraphName adds the graphName to the get website graph data params

func (*GetWebsiteGraphDataParams) SetHTTPClient ¶

func (o *GetWebsiteGraphDataParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get website graph data params

func (*GetWebsiteGraphDataParams) SetStart ¶

func (o *GetWebsiteGraphDataParams) SetStart(start *int64)

SetStart adds the start to the get website graph data params

func (*GetWebsiteGraphDataParams) SetTimeout ¶

func (o *GetWebsiteGraphDataParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get website graph data params

func (*GetWebsiteGraphDataParams) SetWebsiteID ¶

func (o *GetWebsiteGraphDataParams) SetWebsiteID(websiteID int32)

SetWebsiteID adds the websiteId to the get website graph data params

func (*GetWebsiteGraphDataParams) WithCheckpointID ¶

func (o *GetWebsiteGraphDataParams) WithCheckpointID(checkpointID int32) *GetWebsiteGraphDataParams

WithCheckpointID adds the checkpointID to the get website graph data params

func (*GetWebsiteGraphDataParams) WithContext ¶

WithContext adds the context to the get website graph data params

func (*GetWebsiteGraphDataParams) WithEnd ¶

WithEnd adds the end to the get website graph data params

func (*GetWebsiteGraphDataParams) WithFormat ¶

WithFormat adds the format to the get website graph data params

func (*GetWebsiteGraphDataParams) WithGraphName ¶

func (o *GetWebsiteGraphDataParams) WithGraphName(graphName string) *GetWebsiteGraphDataParams

WithGraphName adds the graphName to the get website graph data params

func (*GetWebsiteGraphDataParams) WithHTTPClient ¶

func (o *GetWebsiteGraphDataParams) WithHTTPClient(client *http.Client) *GetWebsiteGraphDataParams

WithHTTPClient adds the HTTPClient to the get website graph data params

func (*GetWebsiteGraphDataParams) WithStart ¶

WithStart adds the start to the get website graph data params

func (*GetWebsiteGraphDataParams) WithTimeout ¶

WithTimeout adds the timeout to the get website graph data params

func (*GetWebsiteGraphDataParams) WithWebsiteID ¶

func (o *GetWebsiteGraphDataParams) WithWebsiteID(websiteID int32) *GetWebsiteGraphDataParams

WithWebsiteID adds the websiteID to the get website graph data params

func (*GetWebsiteGraphDataParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetWebsiteGraphDataReader ¶

type GetWebsiteGraphDataReader struct {
	// contains filtered or unexported fields
}

GetWebsiteGraphDataReader is a Reader for the GetWebsiteGraphData structure.

func (*GetWebsiteGraphDataReader) ReadResponse ¶

func (o *GetWebsiteGraphDataReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetWebsiteGroupByIDDefault ¶

type GetWebsiteGroupByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetWebsiteGroupByIDDefault handles this case with default header values.

Error

func NewGetWebsiteGroupByIDDefault ¶

func NewGetWebsiteGroupByIDDefault(code int) *GetWebsiteGroupByIDDefault

NewGetWebsiteGroupByIDDefault creates a GetWebsiteGroupByIDDefault with default headers values

func (*GetWebsiteGroupByIDDefault) Code ¶

func (o *GetWebsiteGroupByIDDefault) Code() int

Code gets the status code for the get website group by Id default response

func (*GetWebsiteGroupByIDDefault) Error ¶

type GetWebsiteGroupByIDOK ¶

type GetWebsiteGroupByIDOK struct {
	Payload *models.WebsiteGroup
}

GetWebsiteGroupByIDOK handles this case with default header values.

successful operation

func NewGetWebsiteGroupByIDOK ¶

func NewGetWebsiteGroupByIDOK() *GetWebsiteGroupByIDOK

NewGetWebsiteGroupByIDOK creates a GetWebsiteGroupByIDOK with default headers values

func (*GetWebsiteGroupByIDOK) Error ¶

func (o *GetWebsiteGroupByIDOK) Error() string

type GetWebsiteGroupByIDParams ¶

type GetWebsiteGroupByIDParams struct {

	/*ID*/
	ID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetWebsiteGroupByIDParams contains all the parameters to send to the API endpoint for the get website group by Id operation typically these are written to a http.Request

func NewGetWebsiteGroupByIDParams ¶

func NewGetWebsiteGroupByIDParams() *GetWebsiteGroupByIDParams

NewGetWebsiteGroupByIDParams creates a new GetWebsiteGroupByIDParams object with the default values initialized.

func NewGetWebsiteGroupByIDParamsWithContext ¶

func NewGetWebsiteGroupByIDParamsWithContext(ctx context.Context) *GetWebsiteGroupByIDParams

NewGetWebsiteGroupByIDParamsWithContext creates a new GetWebsiteGroupByIDParams object with the default values initialized, and the ability to set a context for a request

func NewGetWebsiteGroupByIDParamsWithHTTPClient ¶

func NewGetWebsiteGroupByIDParamsWithHTTPClient(client *http.Client) *GetWebsiteGroupByIDParams

NewGetWebsiteGroupByIDParamsWithHTTPClient creates a new GetWebsiteGroupByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetWebsiteGroupByIDParamsWithTimeout ¶

func NewGetWebsiteGroupByIDParamsWithTimeout(timeout time.Duration) *GetWebsiteGroupByIDParams

NewGetWebsiteGroupByIDParamsWithTimeout creates a new GetWebsiteGroupByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetWebsiteGroupByIDParams) SetContext ¶

func (o *GetWebsiteGroupByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the get website group by Id params

func (*GetWebsiteGroupByIDParams) SetHTTPClient ¶

func (o *GetWebsiteGroupByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get website group by Id params

func (*GetWebsiteGroupByIDParams) SetID ¶

func (o *GetWebsiteGroupByIDParams) SetID(id int32)

SetID adds the id to the get website group by Id params

func (*GetWebsiteGroupByIDParams) SetTimeout ¶

func (o *GetWebsiteGroupByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get website group by Id params

func (*GetWebsiteGroupByIDParams) WithContext ¶

WithContext adds the context to the get website group by Id params

func (*GetWebsiteGroupByIDParams) WithHTTPClient ¶

func (o *GetWebsiteGroupByIDParams) WithHTTPClient(client *http.Client) *GetWebsiteGroupByIDParams

WithHTTPClient adds the HTTPClient to the get website group by Id params

func (*GetWebsiteGroupByIDParams) WithID ¶

WithID adds the id to the get website group by Id params

func (*GetWebsiteGroupByIDParams) WithTimeout ¶

WithTimeout adds the timeout to the get website group by Id params

func (*GetWebsiteGroupByIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetWebsiteGroupByIDReader ¶

type GetWebsiteGroupByIDReader struct {
	// contains filtered or unexported fields
}

GetWebsiteGroupByIDReader is a Reader for the GetWebsiteGroupByID structure.

func (*GetWebsiteGroupByIDReader) ReadResponse ¶

func (o *GetWebsiteGroupByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetWebsiteGroupListDefault ¶

type GetWebsiteGroupListDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetWebsiteGroupListDefault handles this case with default header values.

Error

func NewGetWebsiteGroupListDefault ¶

func NewGetWebsiteGroupListDefault(code int) *GetWebsiteGroupListDefault

NewGetWebsiteGroupListDefault creates a GetWebsiteGroupListDefault with default headers values

func (*GetWebsiteGroupListDefault) Code ¶

func (o *GetWebsiteGroupListDefault) Code() int

Code gets the status code for the get website group list default response

func (*GetWebsiteGroupListDefault) Error ¶

type GetWebsiteGroupListOK ¶

type GetWebsiteGroupListOK struct {
	Payload *models.WebsiteGroupPaginationResponse
}

GetWebsiteGroupListOK handles this case with default header values.

successful operation

func NewGetWebsiteGroupListOK ¶

func NewGetWebsiteGroupListOK() *GetWebsiteGroupListOK

NewGetWebsiteGroupListOK creates a GetWebsiteGroupListOK with default headers values

func (*GetWebsiteGroupListOK) Error ¶

func (o *GetWebsiteGroupListOK) Error() string

type GetWebsiteGroupListParams ¶

type GetWebsiteGroupListParams struct {

	/*Fields*/
	Fields *string
	/*Filter*/
	Filter *string
	/*Offset*/
	Offset *int32
	/*Size*/
	Size *int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetWebsiteGroupListParams contains all the parameters to send to the API endpoint for the get website group list operation typically these are written to a http.Request

func NewGetWebsiteGroupListParams ¶

func NewGetWebsiteGroupListParams() *GetWebsiteGroupListParams

NewGetWebsiteGroupListParams creates a new GetWebsiteGroupListParams object with the default values initialized.

func NewGetWebsiteGroupListParamsWithContext ¶

func NewGetWebsiteGroupListParamsWithContext(ctx context.Context) *GetWebsiteGroupListParams

NewGetWebsiteGroupListParamsWithContext creates a new GetWebsiteGroupListParams object with the default values initialized, and the ability to set a context for a request

func NewGetWebsiteGroupListParamsWithHTTPClient ¶

func NewGetWebsiteGroupListParamsWithHTTPClient(client *http.Client) *GetWebsiteGroupListParams

NewGetWebsiteGroupListParamsWithHTTPClient creates a new GetWebsiteGroupListParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetWebsiteGroupListParamsWithTimeout ¶

func NewGetWebsiteGroupListParamsWithTimeout(timeout time.Duration) *GetWebsiteGroupListParams

NewGetWebsiteGroupListParamsWithTimeout creates a new GetWebsiteGroupListParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetWebsiteGroupListParams) SetContext ¶

func (o *GetWebsiteGroupListParams) SetContext(ctx context.Context)

SetContext adds the context to the get website group list params

func (*GetWebsiteGroupListParams) SetFields ¶

func (o *GetWebsiteGroupListParams) SetFields(fields *string)

SetFields adds the fields to the get website group list params

func (*GetWebsiteGroupListParams) SetFilter ¶

func (o *GetWebsiteGroupListParams) SetFilter(filter *string)

SetFilter adds the filter to the get website group list params

func (*GetWebsiteGroupListParams) SetHTTPClient ¶

func (o *GetWebsiteGroupListParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get website group list params

func (*GetWebsiteGroupListParams) SetOffset ¶

func (o *GetWebsiteGroupListParams) SetOffset(offset *int32)

SetOffset adds the offset to the get website group list params

func (*GetWebsiteGroupListParams) SetSize ¶

func (o *GetWebsiteGroupListParams) SetSize(size *int32)

SetSize adds the size to the get website group list params

func (*GetWebsiteGroupListParams) SetTimeout ¶

func (o *GetWebsiteGroupListParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get website group list params

func (*GetWebsiteGroupListParams) WithContext ¶

WithContext adds the context to the get website group list params

func (*GetWebsiteGroupListParams) WithFields ¶

WithFields adds the fields to the get website group list params

func (*GetWebsiteGroupListParams) WithFilter ¶

WithFilter adds the filter to the get website group list params

func (*GetWebsiteGroupListParams) WithHTTPClient ¶

func (o *GetWebsiteGroupListParams) WithHTTPClient(client *http.Client) *GetWebsiteGroupListParams

WithHTTPClient adds the HTTPClient to the get website group list params

func (*GetWebsiteGroupListParams) WithOffset ¶

WithOffset adds the offset to the get website group list params

func (*GetWebsiteGroupListParams) WithSize ¶

WithSize adds the size to the get website group list params

func (*GetWebsiteGroupListParams) WithTimeout ¶

WithTimeout adds the timeout to the get website group list params

func (*GetWebsiteGroupListParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetWebsiteGroupListReader ¶

type GetWebsiteGroupListReader struct {
	// contains filtered or unexported fields
}

GetWebsiteGroupListReader is a Reader for the GetWebsiteGroupList structure.

func (*GetWebsiteGroupListReader) ReadResponse ¶

func (o *GetWebsiteGroupListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetWebsiteListDefault ¶

type GetWebsiteListDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetWebsiteListDefault handles this case with default header values.

Error

func NewGetWebsiteListDefault ¶

func NewGetWebsiteListDefault(code int) *GetWebsiteListDefault

NewGetWebsiteListDefault creates a GetWebsiteListDefault with default headers values

func (*GetWebsiteListDefault) Code ¶

func (o *GetWebsiteListDefault) Code() int

Code gets the status code for the get website list default response

func (*GetWebsiteListDefault) Error ¶

func (o *GetWebsiteListDefault) Error() string

type GetWebsiteListOK ¶

type GetWebsiteListOK struct {
	Payload *models.WebsitePaginationResponse
}

GetWebsiteListOK handles this case with default header values.

successful operation

func NewGetWebsiteListOK ¶

func NewGetWebsiteListOK() *GetWebsiteListOK

NewGetWebsiteListOK creates a GetWebsiteListOK with default headers values

func (*GetWebsiteListOK) Error ¶

func (o *GetWebsiteListOK) Error() string

type GetWebsiteListParams ¶

type GetWebsiteListParams struct {

	/*CollectorIds*/
	CollectorIds *string
	/*Fields*/
	Fields *string
	/*Filter*/
	Filter *string
	/*Offset*/
	Offset *int32
	/*Size*/
	Size *int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetWebsiteListParams contains all the parameters to send to the API endpoint for the get website list operation typically these are written to a http.Request

func NewGetWebsiteListParams ¶

func NewGetWebsiteListParams() *GetWebsiteListParams

NewGetWebsiteListParams creates a new GetWebsiteListParams object with the default values initialized.

func NewGetWebsiteListParamsWithContext ¶

func NewGetWebsiteListParamsWithContext(ctx context.Context) *GetWebsiteListParams

NewGetWebsiteListParamsWithContext creates a new GetWebsiteListParams object with the default values initialized, and the ability to set a context for a request

func NewGetWebsiteListParamsWithHTTPClient ¶

func NewGetWebsiteListParamsWithHTTPClient(client *http.Client) *GetWebsiteListParams

NewGetWebsiteListParamsWithHTTPClient creates a new GetWebsiteListParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetWebsiteListParamsWithTimeout ¶

func NewGetWebsiteListParamsWithTimeout(timeout time.Duration) *GetWebsiteListParams

NewGetWebsiteListParamsWithTimeout creates a new GetWebsiteListParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetWebsiteListParams) SetCollectorIds ¶

func (o *GetWebsiteListParams) SetCollectorIds(collectorIds *string)

SetCollectorIds adds the collectorIds to the get website list params

func (*GetWebsiteListParams) SetContext ¶

func (o *GetWebsiteListParams) SetContext(ctx context.Context)

SetContext adds the context to the get website list params

func (*GetWebsiteListParams) SetFields ¶

func (o *GetWebsiteListParams) SetFields(fields *string)

SetFields adds the fields to the get website list params

func (*GetWebsiteListParams) SetFilter ¶

func (o *GetWebsiteListParams) SetFilter(filter *string)

SetFilter adds the filter to the get website list params

func (*GetWebsiteListParams) SetHTTPClient ¶

func (o *GetWebsiteListParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get website list params

func (*GetWebsiteListParams) SetOffset ¶

func (o *GetWebsiteListParams) SetOffset(offset *int32)

SetOffset adds the offset to the get website list params

func (*GetWebsiteListParams) SetSize ¶

func (o *GetWebsiteListParams) SetSize(size *int32)

SetSize adds the size to the get website list params

func (*GetWebsiteListParams) SetTimeout ¶

func (o *GetWebsiteListParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get website list params

func (*GetWebsiteListParams) WithCollectorIds ¶

func (o *GetWebsiteListParams) WithCollectorIds(collectorIds *string) *GetWebsiteListParams

WithCollectorIds adds the collectorIds to the get website list params

func (*GetWebsiteListParams) WithContext ¶

WithContext adds the context to the get website list params

func (*GetWebsiteListParams) WithFields ¶

func (o *GetWebsiteListParams) WithFields(fields *string) *GetWebsiteListParams

WithFields adds the fields to the get website list params

func (*GetWebsiteListParams) WithFilter ¶

func (o *GetWebsiteListParams) WithFilter(filter *string) *GetWebsiteListParams

WithFilter adds the filter to the get website list params

func (*GetWebsiteListParams) WithHTTPClient ¶

func (o *GetWebsiteListParams) WithHTTPClient(client *http.Client) *GetWebsiteListParams

WithHTTPClient adds the HTTPClient to the get website list params

func (*GetWebsiteListParams) WithOffset ¶

func (o *GetWebsiteListParams) WithOffset(offset *int32) *GetWebsiteListParams

WithOffset adds the offset to the get website list params

func (*GetWebsiteListParams) WithSize ¶

func (o *GetWebsiteListParams) WithSize(size *int32) *GetWebsiteListParams

WithSize adds the size to the get website list params

func (*GetWebsiteListParams) WithTimeout ¶

func (o *GetWebsiteListParams) WithTimeout(timeout time.Duration) *GetWebsiteListParams

WithTimeout adds the timeout to the get website list params

func (*GetWebsiteListParams) WriteToRequest ¶

func (o *GetWebsiteListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetWebsiteListReader ¶

type GetWebsiteListReader struct {
	// contains filtered or unexported fields
}

GetWebsiteListReader is a Reader for the GetWebsiteList structure.

func (*GetWebsiteListReader) ReadResponse ¶

func (o *GetWebsiteListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetWebsitePropertyListByWebsiteIDDefault ¶

type GetWebsitePropertyListByWebsiteIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetWebsitePropertyListByWebsiteIDDefault handles this case with default header values.

Error

func NewGetWebsitePropertyListByWebsiteIDDefault ¶

func NewGetWebsitePropertyListByWebsiteIDDefault(code int) *GetWebsitePropertyListByWebsiteIDDefault

NewGetWebsitePropertyListByWebsiteIDDefault creates a GetWebsitePropertyListByWebsiteIDDefault with default headers values

func (*GetWebsitePropertyListByWebsiteIDDefault) Code ¶

Code gets the status code for the get website property list by website Id default response

func (*GetWebsitePropertyListByWebsiteIDDefault) Error ¶

type GetWebsitePropertyListByWebsiteIDOK ¶

type GetWebsitePropertyListByWebsiteIDOK struct {
	Payload *models.PropertyPaginationResponse
}

GetWebsitePropertyListByWebsiteIDOK handles this case with default header values.

successful operation

func NewGetWebsitePropertyListByWebsiteIDOK ¶

func NewGetWebsitePropertyListByWebsiteIDOK() *GetWebsitePropertyListByWebsiteIDOK

NewGetWebsitePropertyListByWebsiteIDOK creates a GetWebsitePropertyListByWebsiteIDOK with default headers values

func (*GetWebsitePropertyListByWebsiteIDOK) Error ¶

type GetWebsitePropertyListByWebsiteIDParams ¶

type GetWebsitePropertyListByWebsiteIDParams struct {

	/*Fields*/
	Fields *string
	/*Filter*/
	Filter *string
	/*ID*/
	ID int32
	/*Offset*/
	Offset *int32
	/*Size*/
	Size *int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetWebsitePropertyListByWebsiteIDParams contains all the parameters to send to the API endpoint for the get website property list by website Id operation typically these are written to a http.Request

func NewGetWebsitePropertyListByWebsiteIDParams ¶

func NewGetWebsitePropertyListByWebsiteIDParams() *GetWebsitePropertyListByWebsiteIDParams

NewGetWebsitePropertyListByWebsiteIDParams creates a new GetWebsitePropertyListByWebsiteIDParams object with the default values initialized.

func NewGetWebsitePropertyListByWebsiteIDParamsWithContext ¶

func NewGetWebsitePropertyListByWebsiteIDParamsWithContext(ctx context.Context) *GetWebsitePropertyListByWebsiteIDParams

NewGetWebsitePropertyListByWebsiteIDParamsWithContext creates a new GetWebsitePropertyListByWebsiteIDParams object with the default values initialized, and the ability to set a context for a request

func NewGetWebsitePropertyListByWebsiteIDParamsWithHTTPClient ¶

func NewGetWebsitePropertyListByWebsiteIDParamsWithHTTPClient(client *http.Client) *GetWebsitePropertyListByWebsiteIDParams

NewGetWebsitePropertyListByWebsiteIDParamsWithHTTPClient creates a new GetWebsitePropertyListByWebsiteIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetWebsitePropertyListByWebsiteIDParamsWithTimeout ¶

func NewGetWebsitePropertyListByWebsiteIDParamsWithTimeout(timeout time.Duration) *GetWebsitePropertyListByWebsiteIDParams

NewGetWebsitePropertyListByWebsiteIDParamsWithTimeout creates a new GetWebsitePropertyListByWebsiteIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetWebsitePropertyListByWebsiteIDParams) SetContext ¶

SetContext adds the context to the get website property list by website Id params

func (*GetWebsitePropertyListByWebsiteIDParams) SetFields ¶

func (o *GetWebsitePropertyListByWebsiteIDParams) SetFields(fields *string)

SetFields adds the fields to the get website property list by website Id params

func (*GetWebsitePropertyListByWebsiteIDParams) SetFilter ¶

func (o *GetWebsitePropertyListByWebsiteIDParams) SetFilter(filter *string)

SetFilter adds the filter to the get website property list by website Id params

func (*GetWebsitePropertyListByWebsiteIDParams) SetHTTPClient ¶

func (o *GetWebsitePropertyListByWebsiteIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get website property list by website Id params

func (*GetWebsitePropertyListByWebsiteIDParams) SetID ¶

SetID adds the id to the get website property list by website Id params

func (*GetWebsitePropertyListByWebsiteIDParams) SetOffset ¶

func (o *GetWebsitePropertyListByWebsiteIDParams) SetOffset(offset *int32)

SetOffset adds the offset to the get website property list by website Id params

func (*GetWebsitePropertyListByWebsiteIDParams) SetSize ¶

SetSize adds the size to the get website property list by website Id params

func (*GetWebsitePropertyListByWebsiteIDParams) SetTimeout ¶

func (o *GetWebsitePropertyListByWebsiteIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get website property list by website Id params

func (*GetWebsitePropertyListByWebsiteIDParams) WithContext ¶

WithContext adds the context to the get website property list by website Id params

func (*GetWebsitePropertyListByWebsiteIDParams) WithFields ¶

WithFields adds the fields to the get website property list by website Id params

func (*GetWebsitePropertyListByWebsiteIDParams) WithFilter ¶

WithFilter adds the filter to the get website property list by website Id params

func (*GetWebsitePropertyListByWebsiteIDParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get website property list by website Id params

func (*GetWebsitePropertyListByWebsiteIDParams) WithID ¶

WithID adds the id to the get website property list by website Id params

func (*GetWebsitePropertyListByWebsiteIDParams) WithOffset ¶

WithOffset adds the offset to the get website property list by website Id params

func (*GetWebsitePropertyListByWebsiteIDParams) WithSize ¶

WithSize adds the size to the get website property list by website Id params

func (*GetWebsitePropertyListByWebsiteIDParams) WithTimeout ¶

WithTimeout adds the timeout to the get website property list by website Id params

func (*GetWebsitePropertyListByWebsiteIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetWebsitePropertyListByWebsiteIDReader ¶

type GetWebsitePropertyListByWebsiteIDReader struct {
	// contains filtered or unexported fields
}

GetWebsitePropertyListByWebsiteIDReader is a Reader for the GetWebsitePropertyListByWebsiteID structure.

func (*GetWebsitePropertyListByWebsiteIDReader) ReadResponse ¶

func (o *GetWebsitePropertyListByWebsiteIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetWebsiteSDTListByWebsiteIDDefault ¶

type GetWebsiteSDTListByWebsiteIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetWebsiteSDTListByWebsiteIDDefault handles this case with default header values.

Error

func NewGetWebsiteSDTListByWebsiteIDDefault ¶

func NewGetWebsiteSDTListByWebsiteIDDefault(code int) *GetWebsiteSDTListByWebsiteIDDefault

NewGetWebsiteSDTListByWebsiteIDDefault creates a GetWebsiteSDTListByWebsiteIDDefault with default headers values

func (*GetWebsiteSDTListByWebsiteIDDefault) Code ¶

Code gets the status code for the get website SDT list by website Id default response

func (*GetWebsiteSDTListByWebsiteIDDefault) Error ¶

type GetWebsiteSDTListByWebsiteIDOK ¶

type GetWebsiteSDTListByWebsiteIDOK struct {
	Payload *models.SDTPaginationResponse
}

GetWebsiteSDTListByWebsiteIDOK handles this case with default header values.

successful operation

func NewGetWebsiteSDTListByWebsiteIDOK ¶

func NewGetWebsiteSDTListByWebsiteIDOK() *GetWebsiteSDTListByWebsiteIDOK

NewGetWebsiteSDTListByWebsiteIDOK creates a GetWebsiteSDTListByWebsiteIDOK with default headers values

func (*GetWebsiteSDTListByWebsiteIDOK) Error ¶

type GetWebsiteSDTListByWebsiteIDParams ¶

type GetWebsiteSDTListByWebsiteIDParams struct {

	/*Fields*/
	Fields *string
	/*Filter*/
	Filter *string
	/*ID*/
	ID int32
	/*Offset*/
	Offset *int32
	/*Size*/
	Size *int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetWebsiteSDTListByWebsiteIDParams contains all the parameters to send to the API endpoint for the get website SDT list by website Id operation typically these are written to a http.Request

func NewGetWebsiteSDTListByWebsiteIDParams ¶

func NewGetWebsiteSDTListByWebsiteIDParams() *GetWebsiteSDTListByWebsiteIDParams

NewGetWebsiteSDTListByWebsiteIDParams creates a new GetWebsiteSDTListByWebsiteIDParams object with the default values initialized.

func NewGetWebsiteSDTListByWebsiteIDParamsWithContext ¶

func NewGetWebsiteSDTListByWebsiteIDParamsWithContext(ctx context.Context) *GetWebsiteSDTListByWebsiteIDParams

NewGetWebsiteSDTListByWebsiteIDParamsWithContext creates a new GetWebsiteSDTListByWebsiteIDParams object with the default values initialized, and the ability to set a context for a request

func NewGetWebsiteSDTListByWebsiteIDParamsWithHTTPClient ¶

func NewGetWebsiteSDTListByWebsiteIDParamsWithHTTPClient(client *http.Client) *GetWebsiteSDTListByWebsiteIDParams

NewGetWebsiteSDTListByWebsiteIDParamsWithHTTPClient creates a new GetWebsiteSDTListByWebsiteIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetWebsiteSDTListByWebsiteIDParamsWithTimeout ¶

func NewGetWebsiteSDTListByWebsiteIDParamsWithTimeout(timeout time.Duration) *GetWebsiteSDTListByWebsiteIDParams

NewGetWebsiteSDTListByWebsiteIDParamsWithTimeout creates a new GetWebsiteSDTListByWebsiteIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetWebsiteSDTListByWebsiteIDParams) SetContext ¶

SetContext adds the context to the get website SDT list by website Id params

func (*GetWebsiteSDTListByWebsiteIDParams) SetFields ¶

func (o *GetWebsiteSDTListByWebsiteIDParams) SetFields(fields *string)

SetFields adds the fields to the get website SDT list by website Id params

func (*GetWebsiteSDTListByWebsiteIDParams) SetFilter ¶

func (o *GetWebsiteSDTListByWebsiteIDParams) SetFilter(filter *string)

SetFilter adds the filter to the get website SDT list by website Id params

func (*GetWebsiteSDTListByWebsiteIDParams) SetHTTPClient ¶

func (o *GetWebsiteSDTListByWebsiteIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get website SDT list by website Id params

func (*GetWebsiteSDTListByWebsiteIDParams) SetID ¶

SetID adds the id to the get website SDT list by website Id params

func (*GetWebsiteSDTListByWebsiteIDParams) SetOffset ¶

func (o *GetWebsiteSDTListByWebsiteIDParams) SetOffset(offset *int32)

SetOffset adds the offset to the get website SDT list by website Id params

func (*GetWebsiteSDTListByWebsiteIDParams) SetSize ¶

func (o *GetWebsiteSDTListByWebsiteIDParams) SetSize(size *int32)

SetSize adds the size to the get website SDT list by website Id params

func (*GetWebsiteSDTListByWebsiteIDParams) SetTimeout ¶

func (o *GetWebsiteSDTListByWebsiteIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get website SDT list by website Id params

func (*GetWebsiteSDTListByWebsiteIDParams) WithContext ¶

WithContext adds the context to the get website SDT list by website Id params

func (*GetWebsiteSDTListByWebsiteIDParams) WithFields ¶

WithFields adds the fields to the get website SDT list by website Id params

func (*GetWebsiteSDTListByWebsiteIDParams) WithFilter ¶

WithFilter adds the filter to the get website SDT list by website Id params

func (*GetWebsiteSDTListByWebsiteIDParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get website SDT list by website Id params

func (*GetWebsiteSDTListByWebsiteIDParams) WithID ¶

WithID adds the id to the get website SDT list by website Id params

func (*GetWebsiteSDTListByWebsiteIDParams) WithOffset ¶

WithOffset adds the offset to the get website SDT list by website Id params

func (*GetWebsiteSDTListByWebsiteIDParams) WithSize ¶

WithSize adds the size to the get website SDT list by website Id params

func (*GetWebsiteSDTListByWebsiteIDParams) WithTimeout ¶

WithTimeout adds the timeout to the get website SDT list by website Id params

func (*GetWebsiteSDTListByWebsiteIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetWebsiteSDTListByWebsiteIDReader ¶

type GetWebsiteSDTListByWebsiteIDReader struct {
	// contains filtered or unexported fields
}

GetWebsiteSDTListByWebsiteIDReader is a Reader for the GetWebsiteSDTListByWebsiteID structure.

func (*GetWebsiteSDTListByWebsiteIDReader) ReadResponse ¶

func (o *GetWebsiteSDTListByWebsiteIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetWidgetByIDDefault ¶

type GetWidgetByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetWidgetByIDDefault handles this case with default header values.

Error

func NewGetWidgetByIDDefault ¶

func NewGetWidgetByIDDefault(code int) *GetWidgetByIDDefault

NewGetWidgetByIDDefault creates a GetWidgetByIDDefault with default headers values

func (*GetWidgetByIDDefault) Code ¶

func (o *GetWidgetByIDDefault) Code() int

Code gets the status code for the get widget by Id default response

func (*GetWidgetByIDDefault) Error ¶

func (o *GetWidgetByIDDefault) Error() string

type GetWidgetByIDOK ¶

type GetWidgetByIDOK struct {
	Payload models.Widget
}

GetWidgetByIDOK handles this case with default header values.

successful operation

func NewGetWidgetByIDOK ¶

func NewGetWidgetByIDOK() *GetWidgetByIDOK

NewGetWidgetByIDOK creates a GetWidgetByIDOK with default headers values

func (*GetWidgetByIDOK) Error ¶

func (o *GetWidgetByIDOK) Error() string

type GetWidgetByIDParams ¶

type GetWidgetByIDParams struct {

	/*Fields*/
	Fields *string
	/*ID*/
	ID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetWidgetByIDParams contains all the parameters to send to the API endpoint for the get widget by Id operation typically these are written to a http.Request

func NewGetWidgetByIDParams ¶

func NewGetWidgetByIDParams() *GetWidgetByIDParams

NewGetWidgetByIDParams creates a new GetWidgetByIDParams object with the default values initialized.

func NewGetWidgetByIDParamsWithContext ¶

func NewGetWidgetByIDParamsWithContext(ctx context.Context) *GetWidgetByIDParams

NewGetWidgetByIDParamsWithContext creates a new GetWidgetByIDParams object with the default values initialized, and the ability to set a context for a request

func NewGetWidgetByIDParamsWithHTTPClient ¶

func NewGetWidgetByIDParamsWithHTTPClient(client *http.Client) *GetWidgetByIDParams

NewGetWidgetByIDParamsWithHTTPClient creates a new GetWidgetByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetWidgetByIDParamsWithTimeout ¶

func NewGetWidgetByIDParamsWithTimeout(timeout time.Duration) *GetWidgetByIDParams

NewGetWidgetByIDParamsWithTimeout creates a new GetWidgetByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetWidgetByIDParams) SetContext ¶

func (o *GetWidgetByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the get widget by Id params

func (*GetWidgetByIDParams) SetFields ¶

func (o *GetWidgetByIDParams) SetFields(fields *string)

SetFields adds the fields to the get widget by Id params

func (*GetWidgetByIDParams) SetHTTPClient ¶

func (o *GetWidgetByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get widget by Id params

func (*GetWidgetByIDParams) SetID ¶

func (o *GetWidgetByIDParams) SetID(id int32)

SetID adds the id to the get widget by Id params

func (*GetWidgetByIDParams) SetTimeout ¶

func (o *GetWidgetByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get widget by Id params

func (*GetWidgetByIDParams) WithContext ¶

WithContext adds the context to the get widget by Id params

func (*GetWidgetByIDParams) WithFields ¶

func (o *GetWidgetByIDParams) WithFields(fields *string) *GetWidgetByIDParams

WithFields adds the fields to the get widget by Id params

func (*GetWidgetByIDParams) WithHTTPClient ¶

func (o *GetWidgetByIDParams) WithHTTPClient(client *http.Client) *GetWidgetByIDParams

WithHTTPClient adds the HTTPClient to the get widget by Id params

func (*GetWidgetByIDParams) WithID ¶

WithID adds the id to the get widget by Id params

func (*GetWidgetByIDParams) WithTimeout ¶

func (o *GetWidgetByIDParams) WithTimeout(timeout time.Duration) *GetWidgetByIDParams

WithTimeout adds the timeout to the get widget by Id params

func (*GetWidgetByIDParams) WriteToRequest ¶

func (o *GetWidgetByIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetWidgetByIDReader ¶

type GetWidgetByIDReader struct {
	// contains filtered or unexported fields
}

GetWidgetByIDReader is a Reader for the GetWidgetByID structure.

func (*GetWidgetByIDReader) ReadResponse ¶

func (o *GetWidgetByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetWidgetDataByIDDefault ¶

type GetWidgetDataByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetWidgetDataByIDDefault handles this case with default header values.

Error

func NewGetWidgetDataByIDDefault ¶

func NewGetWidgetDataByIDDefault(code int) *GetWidgetDataByIDDefault

NewGetWidgetDataByIDDefault creates a GetWidgetDataByIDDefault with default headers values

func (*GetWidgetDataByIDDefault) Code ¶

func (o *GetWidgetDataByIDDefault) Code() int

Code gets the status code for the get widget data by Id default response

func (*GetWidgetDataByIDDefault) Error ¶

func (o *GetWidgetDataByIDDefault) Error() string

type GetWidgetDataByIDOK ¶

type GetWidgetDataByIDOK struct {
	Payload models.WidgetData
}

GetWidgetDataByIDOK handles this case with default header values.

successful operation

func NewGetWidgetDataByIDOK ¶

func NewGetWidgetDataByIDOK() *GetWidgetDataByIDOK

NewGetWidgetDataByIDOK creates a GetWidgetDataByIDOK with default headers values

func (*GetWidgetDataByIDOK) Error ¶

func (o *GetWidgetDataByIDOK) Error() string

type GetWidgetDataByIDParams ¶

type GetWidgetDataByIDParams struct {

	/*End*/
	End *int64
	/*Format*/
	Format *string
	/*ID*/
	ID int32
	/*Start*/
	Start *int64

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetWidgetDataByIDParams contains all the parameters to send to the API endpoint for the get widget data by Id operation typically these are written to a http.Request

func NewGetWidgetDataByIDParams ¶

func NewGetWidgetDataByIDParams() *GetWidgetDataByIDParams

NewGetWidgetDataByIDParams creates a new GetWidgetDataByIDParams object with the default values initialized.

func NewGetWidgetDataByIDParamsWithContext ¶

func NewGetWidgetDataByIDParamsWithContext(ctx context.Context) *GetWidgetDataByIDParams

NewGetWidgetDataByIDParamsWithContext creates a new GetWidgetDataByIDParams object with the default values initialized, and the ability to set a context for a request

func NewGetWidgetDataByIDParamsWithHTTPClient ¶

func NewGetWidgetDataByIDParamsWithHTTPClient(client *http.Client) *GetWidgetDataByIDParams

NewGetWidgetDataByIDParamsWithHTTPClient creates a new GetWidgetDataByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetWidgetDataByIDParamsWithTimeout ¶

func NewGetWidgetDataByIDParamsWithTimeout(timeout time.Duration) *GetWidgetDataByIDParams

NewGetWidgetDataByIDParamsWithTimeout creates a new GetWidgetDataByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetWidgetDataByIDParams) SetContext ¶

func (o *GetWidgetDataByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the get widget data by Id params

func (*GetWidgetDataByIDParams) SetEnd ¶

func (o *GetWidgetDataByIDParams) SetEnd(end *int64)

SetEnd adds the end to the get widget data by Id params

func (*GetWidgetDataByIDParams) SetFormat ¶

func (o *GetWidgetDataByIDParams) SetFormat(format *string)

SetFormat adds the format to the get widget data by Id params

func (*GetWidgetDataByIDParams) SetHTTPClient ¶

func (o *GetWidgetDataByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get widget data by Id params

func (*GetWidgetDataByIDParams) SetID ¶

func (o *GetWidgetDataByIDParams) SetID(id int32)

SetID adds the id to the get widget data by Id params

func (*GetWidgetDataByIDParams) SetStart ¶

func (o *GetWidgetDataByIDParams) SetStart(start *int64)

SetStart adds the start to the get widget data by Id params

func (*GetWidgetDataByIDParams) SetTimeout ¶

func (o *GetWidgetDataByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get widget data by Id params

func (*GetWidgetDataByIDParams) WithContext ¶

WithContext adds the context to the get widget data by Id params

func (*GetWidgetDataByIDParams) WithEnd ¶

WithEnd adds the end to the get widget data by Id params

func (*GetWidgetDataByIDParams) WithFormat ¶

func (o *GetWidgetDataByIDParams) WithFormat(format *string) *GetWidgetDataByIDParams

WithFormat adds the format to the get widget data by Id params

func (*GetWidgetDataByIDParams) WithHTTPClient ¶

func (o *GetWidgetDataByIDParams) WithHTTPClient(client *http.Client) *GetWidgetDataByIDParams

WithHTTPClient adds the HTTPClient to the get widget data by Id params

func (*GetWidgetDataByIDParams) WithID ¶

WithID adds the id to the get widget data by Id params

func (*GetWidgetDataByIDParams) WithStart ¶

WithStart adds the start to the get widget data by Id params

func (*GetWidgetDataByIDParams) WithTimeout ¶

WithTimeout adds the timeout to the get widget data by Id params

func (*GetWidgetDataByIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetWidgetDataByIDReader ¶

type GetWidgetDataByIDReader struct {
	// contains filtered or unexported fields
}

GetWidgetDataByIDReader is a Reader for the GetWidgetDataByID structure.

func (*GetWidgetDataByIDReader) ReadResponse ¶

func (o *GetWidgetDataByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetWidgetListByDashboardIDDefault ¶

type GetWidgetListByDashboardIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetWidgetListByDashboardIDDefault handles this case with default header values.

Error

func NewGetWidgetListByDashboardIDDefault ¶

func NewGetWidgetListByDashboardIDDefault(code int) *GetWidgetListByDashboardIDDefault

NewGetWidgetListByDashboardIDDefault creates a GetWidgetListByDashboardIDDefault with default headers values

func (*GetWidgetListByDashboardIDDefault) Code ¶

Code gets the status code for the get widget list by dashboard Id default response

func (*GetWidgetListByDashboardIDDefault) Error ¶

type GetWidgetListByDashboardIDOK ¶

type GetWidgetListByDashboardIDOK struct {
	Payload *models.WidgetPaginationResponse
}

GetWidgetListByDashboardIDOK handles this case with default header values.

successful operation

func NewGetWidgetListByDashboardIDOK ¶

func NewGetWidgetListByDashboardIDOK() *GetWidgetListByDashboardIDOK

NewGetWidgetListByDashboardIDOK creates a GetWidgetListByDashboardIDOK with default headers values

func (*GetWidgetListByDashboardIDOK) Error ¶

type GetWidgetListByDashboardIDParams ¶

type GetWidgetListByDashboardIDParams struct {

	/*Fields*/
	Fields *string
	/*Filter*/
	Filter *string
	/*ID*/
	ID int32
	/*Offset*/
	Offset *int32
	/*Size*/
	Size *int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetWidgetListByDashboardIDParams contains all the parameters to send to the API endpoint for the get widget list by dashboard Id operation typically these are written to a http.Request

func NewGetWidgetListByDashboardIDParams ¶

func NewGetWidgetListByDashboardIDParams() *GetWidgetListByDashboardIDParams

NewGetWidgetListByDashboardIDParams creates a new GetWidgetListByDashboardIDParams object with the default values initialized.

func NewGetWidgetListByDashboardIDParamsWithContext ¶

func NewGetWidgetListByDashboardIDParamsWithContext(ctx context.Context) *GetWidgetListByDashboardIDParams

NewGetWidgetListByDashboardIDParamsWithContext creates a new GetWidgetListByDashboardIDParams object with the default values initialized, and the ability to set a context for a request

func NewGetWidgetListByDashboardIDParamsWithHTTPClient ¶

func NewGetWidgetListByDashboardIDParamsWithHTTPClient(client *http.Client) *GetWidgetListByDashboardIDParams

NewGetWidgetListByDashboardIDParamsWithHTTPClient creates a new GetWidgetListByDashboardIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetWidgetListByDashboardIDParamsWithTimeout ¶

func NewGetWidgetListByDashboardIDParamsWithTimeout(timeout time.Duration) *GetWidgetListByDashboardIDParams

NewGetWidgetListByDashboardIDParamsWithTimeout creates a new GetWidgetListByDashboardIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetWidgetListByDashboardIDParams) SetContext ¶

SetContext adds the context to the get widget list by dashboard Id params

func (*GetWidgetListByDashboardIDParams) SetFields ¶

func (o *GetWidgetListByDashboardIDParams) SetFields(fields *string)

SetFields adds the fields to the get widget list by dashboard Id params

func (*GetWidgetListByDashboardIDParams) SetFilter ¶

func (o *GetWidgetListByDashboardIDParams) SetFilter(filter *string)

SetFilter adds the filter to the get widget list by dashboard Id params

func (*GetWidgetListByDashboardIDParams) SetHTTPClient ¶

func (o *GetWidgetListByDashboardIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get widget list by dashboard Id params

func (*GetWidgetListByDashboardIDParams) SetID ¶

SetID adds the id to the get widget list by dashboard Id params

func (*GetWidgetListByDashboardIDParams) SetOffset ¶

func (o *GetWidgetListByDashboardIDParams) SetOffset(offset *int32)

SetOffset adds the offset to the get widget list by dashboard Id params

func (*GetWidgetListByDashboardIDParams) SetSize ¶

func (o *GetWidgetListByDashboardIDParams) SetSize(size *int32)

SetSize adds the size to the get widget list by dashboard Id params

func (*GetWidgetListByDashboardIDParams) SetTimeout ¶

func (o *GetWidgetListByDashboardIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get widget list by dashboard Id params

func (*GetWidgetListByDashboardIDParams) WithContext ¶

WithContext adds the context to the get widget list by dashboard Id params

func (*GetWidgetListByDashboardIDParams) WithFields ¶

WithFields adds the fields to the get widget list by dashboard Id params

func (*GetWidgetListByDashboardIDParams) WithFilter ¶

WithFilter adds the filter to the get widget list by dashboard Id params

func (*GetWidgetListByDashboardIDParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get widget list by dashboard Id params

func (*GetWidgetListByDashboardIDParams) WithID ¶

WithID adds the id to the get widget list by dashboard Id params

func (*GetWidgetListByDashboardIDParams) WithOffset ¶

WithOffset adds the offset to the get widget list by dashboard Id params

func (*GetWidgetListByDashboardIDParams) WithSize ¶

WithSize adds the size to the get widget list by dashboard Id params

func (*GetWidgetListByDashboardIDParams) WithTimeout ¶

WithTimeout adds the timeout to the get widget list by dashboard Id params

func (*GetWidgetListByDashboardIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetWidgetListByDashboardIDReader ¶

type GetWidgetListByDashboardIDReader struct {
	// contains filtered or unexported fields
}

GetWidgetListByDashboardIDReader is a Reader for the GetWidgetListByDashboardID structure.

func (*GetWidgetListByDashboardIDReader) ReadResponse ¶

func (o *GetWidgetListByDashboardIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetWidgetListDefault ¶

type GetWidgetListDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetWidgetListDefault handles this case with default header values.

Error

func NewGetWidgetListDefault ¶

func NewGetWidgetListDefault(code int) *GetWidgetListDefault

NewGetWidgetListDefault creates a GetWidgetListDefault with default headers values

func (*GetWidgetListDefault) Code ¶

func (o *GetWidgetListDefault) Code() int

Code gets the status code for the get widget list default response

func (*GetWidgetListDefault) Error ¶

func (o *GetWidgetListDefault) Error() string

type GetWidgetListOK ¶

type GetWidgetListOK struct {
	Payload *models.WidgetPaginationResponse
}

GetWidgetListOK handles this case with default header values.

successful operation

func NewGetWidgetListOK ¶

func NewGetWidgetListOK() *GetWidgetListOK

NewGetWidgetListOK creates a GetWidgetListOK with default headers values

func (*GetWidgetListOK) Error ¶

func (o *GetWidgetListOK) Error() string

type GetWidgetListParams ¶

type GetWidgetListParams struct {

	/*Fields*/
	Fields *string
	/*Filter*/
	Filter *string
	/*Offset*/
	Offset *int32
	/*Size*/
	Size *int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetWidgetListParams contains all the parameters to send to the API endpoint for the get widget list operation typically these are written to a http.Request

func NewGetWidgetListParams ¶

func NewGetWidgetListParams() *GetWidgetListParams

NewGetWidgetListParams creates a new GetWidgetListParams object with the default values initialized.

func NewGetWidgetListParamsWithContext ¶

func NewGetWidgetListParamsWithContext(ctx context.Context) *GetWidgetListParams

NewGetWidgetListParamsWithContext creates a new GetWidgetListParams object with the default values initialized, and the ability to set a context for a request

func NewGetWidgetListParamsWithHTTPClient ¶

func NewGetWidgetListParamsWithHTTPClient(client *http.Client) *GetWidgetListParams

NewGetWidgetListParamsWithHTTPClient creates a new GetWidgetListParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetWidgetListParamsWithTimeout ¶

func NewGetWidgetListParamsWithTimeout(timeout time.Duration) *GetWidgetListParams

NewGetWidgetListParamsWithTimeout creates a new GetWidgetListParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetWidgetListParams) SetContext ¶

func (o *GetWidgetListParams) SetContext(ctx context.Context)

SetContext adds the context to the get widget list params

func (*GetWidgetListParams) SetFields ¶

func (o *GetWidgetListParams) SetFields(fields *string)

SetFields adds the fields to the get widget list params

func (*GetWidgetListParams) SetFilter ¶

func (o *GetWidgetListParams) SetFilter(filter *string)

SetFilter adds the filter to the get widget list params

func (*GetWidgetListParams) SetHTTPClient ¶

func (o *GetWidgetListParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get widget list params

func (*GetWidgetListParams) SetOffset ¶

func (o *GetWidgetListParams) SetOffset(offset *int32)

SetOffset adds the offset to the get widget list params

func (*GetWidgetListParams) SetSize ¶

func (o *GetWidgetListParams) SetSize(size *int32)

SetSize adds the size to the get widget list params

func (*GetWidgetListParams) SetTimeout ¶

func (o *GetWidgetListParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get widget list params

func (*GetWidgetListParams) WithContext ¶

WithContext adds the context to the get widget list params

func (*GetWidgetListParams) WithFields ¶

func (o *GetWidgetListParams) WithFields(fields *string) *GetWidgetListParams

WithFields adds the fields to the get widget list params

func (*GetWidgetListParams) WithFilter ¶

func (o *GetWidgetListParams) WithFilter(filter *string) *GetWidgetListParams

WithFilter adds the filter to the get widget list params

func (*GetWidgetListParams) WithHTTPClient ¶

func (o *GetWidgetListParams) WithHTTPClient(client *http.Client) *GetWidgetListParams

WithHTTPClient adds the HTTPClient to the get widget list params

func (*GetWidgetListParams) WithOffset ¶

func (o *GetWidgetListParams) WithOffset(offset *int32) *GetWidgetListParams

WithOffset adds the offset to the get widget list params

func (*GetWidgetListParams) WithSize ¶

func (o *GetWidgetListParams) WithSize(size *int32) *GetWidgetListParams

WithSize adds the size to the get widget list params

func (*GetWidgetListParams) WithTimeout ¶

func (o *GetWidgetListParams) WithTimeout(timeout time.Duration) *GetWidgetListParams

WithTimeout adds the timeout to the get widget list params

func (*GetWidgetListParams) WriteToRequest ¶

func (o *GetWidgetListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetWidgetListReader ¶

type GetWidgetListReader struct {
	// contains filtered or unexported fields
}

GetWidgetListReader is a Reader for the GetWidgetList structure.

func (*GetWidgetListReader) ReadResponse ¶

func (o *GetWidgetListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ImportBatchJobDefault ¶

type ImportBatchJobDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

ImportBatchJobDefault handles this case with default header values.

Error

func NewImportBatchJobDefault ¶

func NewImportBatchJobDefault(code int) *ImportBatchJobDefault

NewImportBatchJobDefault creates a ImportBatchJobDefault with default headers values

func (*ImportBatchJobDefault) Code ¶

func (o *ImportBatchJobDefault) Code() int

Code gets the status code for the import batch job default response

func (*ImportBatchJobDefault) Error ¶

func (o *ImportBatchJobDefault) Error() string

type ImportBatchJobOK ¶

type ImportBatchJobOK struct {
	Payload interface{}
}

ImportBatchJobOK handles this case with default header values.

successful operation

func NewImportBatchJobOK ¶

func NewImportBatchJobOK() *ImportBatchJobOK

NewImportBatchJobOK creates a ImportBatchJobOK with default headers values

func (*ImportBatchJobOK) Error ¶

func (o *ImportBatchJobOK) Error() string

type ImportBatchJobParams ¶

type ImportBatchJobParams struct {

	/*File*/
	File runtime.NamedReadCloser

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ImportBatchJobParams contains all the parameters to send to the API endpoint for the import batch job operation typically these are written to a http.Request

func NewImportBatchJobParams ¶

func NewImportBatchJobParams() *ImportBatchJobParams

NewImportBatchJobParams creates a new ImportBatchJobParams object with the default values initialized.

func NewImportBatchJobParamsWithContext ¶

func NewImportBatchJobParamsWithContext(ctx context.Context) *ImportBatchJobParams

NewImportBatchJobParamsWithContext creates a new ImportBatchJobParams object with the default values initialized, and the ability to set a context for a request

func NewImportBatchJobParamsWithHTTPClient ¶

func NewImportBatchJobParamsWithHTTPClient(client *http.Client) *ImportBatchJobParams

NewImportBatchJobParamsWithHTTPClient creates a new ImportBatchJobParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewImportBatchJobParamsWithTimeout ¶

func NewImportBatchJobParamsWithTimeout(timeout time.Duration) *ImportBatchJobParams

NewImportBatchJobParamsWithTimeout creates a new ImportBatchJobParams object with the default values initialized, and the ability to set a timeout on a request

func (*ImportBatchJobParams) SetContext ¶

func (o *ImportBatchJobParams) SetContext(ctx context.Context)

SetContext adds the context to the import batch job params

func (*ImportBatchJobParams) SetFile ¶

func (o *ImportBatchJobParams) SetFile(file runtime.NamedReadCloser)

SetFile adds the file to the import batch job params

func (*ImportBatchJobParams) SetHTTPClient ¶

func (o *ImportBatchJobParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the import batch job params

func (*ImportBatchJobParams) SetTimeout ¶

func (o *ImportBatchJobParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the import batch job params

func (*ImportBatchJobParams) WithContext ¶

WithContext adds the context to the import batch job params

func (*ImportBatchJobParams) WithFile ¶

WithFile adds the file to the import batch job params

func (*ImportBatchJobParams) WithHTTPClient ¶

func (o *ImportBatchJobParams) WithHTTPClient(client *http.Client) *ImportBatchJobParams

WithHTTPClient adds the HTTPClient to the import batch job params

func (*ImportBatchJobParams) WithTimeout ¶

func (o *ImportBatchJobParams) WithTimeout(timeout time.Duration) *ImportBatchJobParams

WithTimeout adds the timeout to the import batch job params

func (*ImportBatchJobParams) WriteToRequest ¶

func (o *ImportBatchJobParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ImportBatchJobReader ¶

type ImportBatchJobReader struct {
	// contains filtered or unexported fields
}

ImportBatchJobReader is a Reader for the ImportBatchJob structure.

func (*ImportBatchJobReader) ReadResponse ¶

func (o *ImportBatchJobReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ImportConfigSourceDefault ¶

type ImportConfigSourceDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

ImportConfigSourceDefault handles this case with default header values.

Error

func NewImportConfigSourceDefault ¶

func NewImportConfigSourceDefault(code int) *ImportConfigSourceDefault

NewImportConfigSourceDefault creates a ImportConfigSourceDefault with default headers values

func (*ImportConfigSourceDefault) Code ¶

func (o *ImportConfigSourceDefault) Code() int

Code gets the status code for the import config source default response

func (*ImportConfigSourceDefault) Error ¶

func (o *ImportConfigSourceDefault) Error() string

type ImportConfigSourceOK ¶

type ImportConfigSourceOK struct {
	Payload interface{}
}

ImportConfigSourceOK handles this case with default header values.

successful operation

func NewImportConfigSourceOK ¶

func NewImportConfigSourceOK() *ImportConfigSourceOK

NewImportConfigSourceOK creates a ImportConfigSourceOK with default headers values

func (*ImportConfigSourceOK) Error ¶

func (o *ImportConfigSourceOK) Error() string

type ImportConfigSourceParams ¶

type ImportConfigSourceParams struct {

	/*File*/
	File runtime.NamedReadCloser

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ImportConfigSourceParams contains all the parameters to send to the API endpoint for the import config source operation typically these are written to a http.Request

func NewImportConfigSourceParams ¶

func NewImportConfigSourceParams() *ImportConfigSourceParams

NewImportConfigSourceParams creates a new ImportConfigSourceParams object with the default values initialized.

func NewImportConfigSourceParamsWithContext ¶

func NewImportConfigSourceParamsWithContext(ctx context.Context) *ImportConfigSourceParams

NewImportConfigSourceParamsWithContext creates a new ImportConfigSourceParams object with the default values initialized, and the ability to set a context for a request

func NewImportConfigSourceParamsWithHTTPClient ¶

func NewImportConfigSourceParamsWithHTTPClient(client *http.Client) *ImportConfigSourceParams

NewImportConfigSourceParamsWithHTTPClient creates a new ImportConfigSourceParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewImportConfigSourceParamsWithTimeout ¶

func NewImportConfigSourceParamsWithTimeout(timeout time.Duration) *ImportConfigSourceParams

NewImportConfigSourceParamsWithTimeout creates a new ImportConfigSourceParams object with the default values initialized, and the ability to set a timeout on a request

func (*ImportConfigSourceParams) SetContext ¶

func (o *ImportConfigSourceParams) SetContext(ctx context.Context)

SetContext adds the context to the import config source params

func (*ImportConfigSourceParams) SetFile ¶

SetFile adds the file to the import config source params

func (*ImportConfigSourceParams) SetHTTPClient ¶

func (o *ImportConfigSourceParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the import config source params

func (*ImportConfigSourceParams) SetTimeout ¶

func (o *ImportConfigSourceParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the import config source params

func (*ImportConfigSourceParams) WithContext ¶

WithContext adds the context to the import config source params

func (*ImportConfigSourceParams) WithFile ¶

WithFile adds the file to the import config source params

func (*ImportConfigSourceParams) WithHTTPClient ¶

func (o *ImportConfigSourceParams) WithHTTPClient(client *http.Client) *ImportConfigSourceParams

WithHTTPClient adds the HTTPClient to the import config source params

func (*ImportConfigSourceParams) WithTimeout ¶

WithTimeout adds the timeout to the import config source params

func (*ImportConfigSourceParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type ImportConfigSourceReader ¶

type ImportConfigSourceReader struct {
	// contains filtered or unexported fields
}

ImportConfigSourceReader is a Reader for the ImportConfigSource structure.

func (*ImportConfigSourceReader) ReadResponse ¶

func (o *ImportConfigSourceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ImportDataSourceDefault ¶

type ImportDataSourceDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

ImportDataSourceDefault handles this case with default header values.

Error

func NewImportDataSourceDefault ¶

func NewImportDataSourceDefault(code int) *ImportDataSourceDefault

NewImportDataSourceDefault creates a ImportDataSourceDefault with default headers values

func (*ImportDataSourceDefault) Code ¶

func (o *ImportDataSourceDefault) Code() int

Code gets the status code for the import data source default response

func (*ImportDataSourceDefault) Error ¶

func (o *ImportDataSourceDefault) Error() string

type ImportDataSourceOK ¶

type ImportDataSourceOK struct {
	Payload interface{}
}

ImportDataSourceOK handles this case with default header values.

successful operation

func NewImportDataSourceOK ¶

func NewImportDataSourceOK() *ImportDataSourceOK

NewImportDataSourceOK creates a ImportDataSourceOK with default headers values

func (*ImportDataSourceOK) Error ¶

func (o *ImportDataSourceOK) Error() string

type ImportDataSourceParams ¶

type ImportDataSourceParams struct {

	/*File*/
	File runtime.NamedReadCloser

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ImportDataSourceParams contains all the parameters to send to the API endpoint for the import data source operation typically these are written to a http.Request

func NewImportDataSourceParams ¶

func NewImportDataSourceParams() *ImportDataSourceParams

NewImportDataSourceParams creates a new ImportDataSourceParams object with the default values initialized.

func NewImportDataSourceParamsWithContext ¶

func NewImportDataSourceParamsWithContext(ctx context.Context) *ImportDataSourceParams

NewImportDataSourceParamsWithContext creates a new ImportDataSourceParams object with the default values initialized, and the ability to set a context for a request

func NewImportDataSourceParamsWithHTTPClient ¶

func NewImportDataSourceParamsWithHTTPClient(client *http.Client) *ImportDataSourceParams

NewImportDataSourceParamsWithHTTPClient creates a new ImportDataSourceParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewImportDataSourceParamsWithTimeout ¶

func NewImportDataSourceParamsWithTimeout(timeout time.Duration) *ImportDataSourceParams

NewImportDataSourceParamsWithTimeout creates a new ImportDataSourceParams object with the default values initialized, and the ability to set a timeout on a request

func (*ImportDataSourceParams) SetContext ¶

func (o *ImportDataSourceParams) SetContext(ctx context.Context)

SetContext adds the context to the import data source params

func (*ImportDataSourceParams) SetFile ¶

SetFile adds the file to the import data source params

func (*ImportDataSourceParams) SetHTTPClient ¶

func (o *ImportDataSourceParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the import data source params

func (*ImportDataSourceParams) SetTimeout ¶

func (o *ImportDataSourceParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the import data source params

func (*ImportDataSourceParams) WithContext ¶

WithContext adds the context to the import data source params

func (*ImportDataSourceParams) WithFile ¶

WithFile adds the file to the import data source params

func (*ImportDataSourceParams) WithHTTPClient ¶

func (o *ImportDataSourceParams) WithHTTPClient(client *http.Client) *ImportDataSourceParams

WithHTTPClient adds the HTTPClient to the import data source params

func (*ImportDataSourceParams) WithTimeout ¶

WithTimeout adds the timeout to the import data source params

func (*ImportDataSourceParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type ImportDataSourceReader ¶

type ImportDataSourceReader struct {
	// contains filtered or unexported fields
}

ImportDataSourceReader is a Reader for the ImportDataSource structure.

func (*ImportDataSourceReader) ReadResponse ¶

func (o *ImportDataSourceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ImportEventSourceDefault ¶

type ImportEventSourceDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

ImportEventSourceDefault handles this case with default header values.

Error

func NewImportEventSourceDefault ¶

func NewImportEventSourceDefault(code int) *ImportEventSourceDefault

NewImportEventSourceDefault creates a ImportEventSourceDefault with default headers values

func (*ImportEventSourceDefault) Code ¶

func (o *ImportEventSourceDefault) Code() int

Code gets the status code for the import event source default response

func (*ImportEventSourceDefault) Error ¶

func (o *ImportEventSourceDefault) Error() string

type ImportEventSourceOK ¶

type ImportEventSourceOK struct {
	Payload interface{}
}

ImportEventSourceOK handles this case with default header values.

successful operation

func NewImportEventSourceOK ¶

func NewImportEventSourceOK() *ImportEventSourceOK

NewImportEventSourceOK creates a ImportEventSourceOK with default headers values

func (*ImportEventSourceOK) Error ¶

func (o *ImportEventSourceOK) Error() string

type ImportEventSourceParams ¶

type ImportEventSourceParams struct {

	/*File*/
	File runtime.NamedReadCloser

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ImportEventSourceParams contains all the parameters to send to the API endpoint for the import event source operation typically these are written to a http.Request

func NewImportEventSourceParams ¶

func NewImportEventSourceParams() *ImportEventSourceParams

NewImportEventSourceParams creates a new ImportEventSourceParams object with the default values initialized.

func NewImportEventSourceParamsWithContext ¶

func NewImportEventSourceParamsWithContext(ctx context.Context) *ImportEventSourceParams

NewImportEventSourceParamsWithContext creates a new ImportEventSourceParams object with the default values initialized, and the ability to set a context for a request

func NewImportEventSourceParamsWithHTTPClient ¶

func NewImportEventSourceParamsWithHTTPClient(client *http.Client) *ImportEventSourceParams

NewImportEventSourceParamsWithHTTPClient creates a new ImportEventSourceParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewImportEventSourceParamsWithTimeout ¶

func NewImportEventSourceParamsWithTimeout(timeout time.Duration) *ImportEventSourceParams

NewImportEventSourceParamsWithTimeout creates a new ImportEventSourceParams object with the default values initialized, and the ability to set a timeout on a request

func (*ImportEventSourceParams) SetContext ¶

func (o *ImportEventSourceParams) SetContext(ctx context.Context)

SetContext adds the context to the import event source params

func (*ImportEventSourceParams) SetFile ¶

SetFile adds the file to the import event source params

func (*ImportEventSourceParams) SetHTTPClient ¶

func (o *ImportEventSourceParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the import event source params

func (*ImportEventSourceParams) SetTimeout ¶

func (o *ImportEventSourceParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the import event source params

func (*ImportEventSourceParams) WithContext ¶

WithContext adds the context to the import event source params

func (*ImportEventSourceParams) WithFile ¶

WithFile adds the file to the import event source params

func (*ImportEventSourceParams) WithHTTPClient ¶

func (o *ImportEventSourceParams) WithHTTPClient(client *http.Client) *ImportEventSourceParams

WithHTTPClient adds the HTTPClient to the import event source params

func (*ImportEventSourceParams) WithTimeout ¶

WithTimeout adds the timeout to the import event source params

func (*ImportEventSourceParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type ImportEventSourceReader ¶

type ImportEventSourceReader struct {
	// contains filtered or unexported fields
}

ImportEventSourceReader is a Reader for the ImportEventSource structure.

func (*ImportEventSourceReader) ReadResponse ¶

func (o *ImportEventSourceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PatchAPITokenByAdminIDDefault ¶

type PatchAPITokenByAdminIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

PatchAPITokenByAdminIDDefault handles this case with default header values.

Error

func NewPatchAPITokenByAdminIDDefault ¶

func NewPatchAPITokenByAdminIDDefault(code int) *PatchAPITokenByAdminIDDefault

NewPatchAPITokenByAdminIDDefault creates a PatchAPITokenByAdminIDDefault with default headers values

func (*PatchAPITokenByAdminIDDefault) Code ¶

Code gets the status code for the patch Api token by admin Id default response

func (*PatchAPITokenByAdminIDDefault) Error ¶

type PatchAPITokenByAdminIDOK ¶

type PatchAPITokenByAdminIDOK struct {
	Payload *models.APIToken
}

PatchAPITokenByAdminIDOK handles this case with default header values.

successful operation

func NewPatchAPITokenByAdminIDOK ¶

func NewPatchAPITokenByAdminIDOK() *PatchAPITokenByAdminIDOK

NewPatchAPITokenByAdminIDOK creates a PatchAPITokenByAdminIDOK with default headers values

func (*PatchAPITokenByAdminIDOK) Error ¶

func (o *PatchAPITokenByAdminIDOK) Error() string

type PatchAPITokenByAdminIDParams ¶

type PatchAPITokenByAdminIDParams struct {

	/*AdminID*/
	AdminID int32
	/*ApitokenID*/
	ApitokenID int32
	/*Body*/
	Body *models.APIToken

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PatchAPITokenByAdminIDParams contains all the parameters to send to the API endpoint for the patch Api token by admin Id operation typically these are written to a http.Request

func NewPatchAPITokenByAdminIDParams ¶

func NewPatchAPITokenByAdminIDParams() *PatchAPITokenByAdminIDParams

NewPatchAPITokenByAdminIDParams creates a new PatchAPITokenByAdminIDParams object with the default values initialized.

func NewPatchAPITokenByAdminIDParamsWithContext ¶

func NewPatchAPITokenByAdminIDParamsWithContext(ctx context.Context) *PatchAPITokenByAdminIDParams

NewPatchAPITokenByAdminIDParamsWithContext creates a new PatchAPITokenByAdminIDParams object with the default values initialized, and the ability to set a context for a request

func NewPatchAPITokenByAdminIDParamsWithHTTPClient ¶

func NewPatchAPITokenByAdminIDParamsWithHTTPClient(client *http.Client) *PatchAPITokenByAdminIDParams

NewPatchAPITokenByAdminIDParamsWithHTTPClient creates a new PatchAPITokenByAdminIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewPatchAPITokenByAdminIDParamsWithTimeout ¶

func NewPatchAPITokenByAdminIDParamsWithTimeout(timeout time.Duration) *PatchAPITokenByAdminIDParams

NewPatchAPITokenByAdminIDParamsWithTimeout creates a new PatchAPITokenByAdminIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*PatchAPITokenByAdminIDParams) SetAdminID ¶

func (o *PatchAPITokenByAdminIDParams) SetAdminID(adminID int32)

SetAdminID adds the adminId to the patch Api token by admin Id params

func (*PatchAPITokenByAdminIDParams) SetApitokenID ¶

func (o *PatchAPITokenByAdminIDParams) SetApitokenID(apitokenID int32)

SetApitokenID adds the apitokenId to the patch Api token by admin Id params

func (*PatchAPITokenByAdminIDParams) SetBody ¶

func (o *PatchAPITokenByAdminIDParams) SetBody(body *models.APIToken)

SetBody adds the body to the patch Api token by admin Id params

func (*PatchAPITokenByAdminIDParams) SetContext ¶

func (o *PatchAPITokenByAdminIDParams) SetContext(ctx context.Context)

SetContext adds the context to the patch Api token by admin Id params

func (*PatchAPITokenByAdminIDParams) SetHTTPClient ¶

func (o *PatchAPITokenByAdminIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the patch Api token by admin Id params

func (*PatchAPITokenByAdminIDParams) SetTimeout ¶

func (o *PatchAPITokenByAdminIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the patch Api token by admin Id params

func (*PatchAPITokenByAdminIDParams) WithAdminID ¶

WithAdminID adds the adminID to the patch Api token by admin Id params

func (*PatchAPITokenByAdminIDParams) WithApitokenID ¶

func (o *PatchAPITokenByAdminIDParams) WithApitokenID(apitokenID int32) *PatchAPITokenByAdminIDParams

WithApitokenID adds the apitokenID to the patch Api token by admin Id params

func (*PatchAPITokenByAdminIDParams) WithBody ¶

WithBody adds the body to the patch Api token by admin Id params

func (*PatchAPITokenByAdminIDParams) WithContext ¶

WithContext adds the context to the patch Api token by admin Id params

func (*PatchAPITokenByAdminIDParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the patch Api token by admin Id params

func (*PatchAPITokenByAdminIDParams) WithTimeout ¶

WithTimeout adds the timeout to the patch Api token by admin Id params

func (*PatchAPITokenByAdminIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type PatchAPITokenByAdminIDReader ¶

type PatchAPITokenByAdminIDReader struct {
	// contains filtered or unexported fields
}

PatchAPITokenByAdminIDReader is a Reader for the PatchAPITokenByAdminID structure.

func (*PatchAPITokenByAdminIDReader) ReadResponse ¶

func (o *PatchAPITokenByAdminIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PatchAdminByIDDefault ¶

type PatchAdminByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

PatchAdminByIDDefault handles this case with default header values.

Error

func NewPatchAdminByIDDefault ¶

func NewPatchAdminByIDDefault(code int) *PatchAdminByIDDefault

NewPatchAdminByIDDefault creates a PatchAdminByIDDefault with default headers values

func (*PatchAdminByIDDefault) Code ¶

func (o *PatchAdminByIDDefault) Code() int

Code gets the status code for the patch admin by Id default response

func (*PatchAdminByIDDefault) Error ¶

func (o *PatchAdminByIDDefault) Error() string

type PatchAdminByIDOK ¶

type PatchAdminByIDOK struct {
	Payload *models.Admin
}

PatchAdminByIDOK handles this case with default header values.

successful operation

func NewPatchAdminByIDOK ¶

func NewPatchAdminByIDOK() *PatchAdminByIDOK

NewPatchAdminByIDOK creates a PatchAdminByIDOK with default headers values

func (*PatchAdminByIDOK) Error ¶

func (o *PatchAdminByIDOK) Error() string

type PatchAdminByIDParams ¶

type PatchAdminByIDParams struct {

	/*Body*/
	Body *models.Admin
	/*ChangePassword*/
	ChangePassword *bool
	/*ID*/
	ID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PatchAdminByIDParams contains all the parameters to send to the API endpoint for the patch admin by Id operation typically these are written to a http.Request

func NewPatchAdminByIDParams ¶

func NewPatchAdminByIDParams() *PatchAdminByIDParams

NewPatchAdminByIDParams creates a new PatchAdminByIDParams object with the default values initialized.

func NewPatchAdminByIDParamsWithContext ¶

func NewPatchAdminByIDParamsWithContext(ctx context.Context) *PatchAdminByIDParams

NewPatchAdminByIDParamsWithContext creates a new PatchAdminByIDParams object with the default values initialized, and the ability to set a context for a request

func NewPatchAdminByIDParamsWithHTTPClient ¶

func NewPatchAdminByIDParamsWithHTTPClient(client *http.Client) *PatchAdminByIDParams

NewPatchAdminByIDParamsWithHTTPClient creates a new PatchAdminByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewPatchAdminByIDParamsWithTimeout ¶

func NewPatchAdminByIDParamsWithTimeout(timeout time.Duration) *PatchAdminByIDParams

NewPatchAdminByIDParamsWithTimeout creates a new PatchAdminByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*PatchAdminByIDParams) SetBody ¶

func (o *PatchAdminByIDParams) SetBody(body *models.Admin)

SetBody adds the body to the patch admin by Id params

func (*PatchAdminByIDParams) SetChangePassword ¶

func (o *PatchAdminByIDParams) SetChangePassword(changePassword *bool)

SetChangePassword adds the changePassword to the patch admin by Id params

func (*PatchAdminByIDParams) SetContext ¶

func (o *PatchAdminByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the patch admin by Id params

func (*PatchAdminByIDParams) SetHTTPClient ¶

func (o *PatchAdminByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the patch admin by Id params

func (*PatchAdminByIDParams) SetID ¶

func (o *PatchAdminByIDParams) SetID(id int32)

SetID adds the id to the patch admin by Id params

func (*PatchAdminByIDParams) SetTimeout ¶

func (o *PatchAdminByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the patch admin by Id params

func (*PatchAdminByIDParams) WithBody ¶

WithBody adds the body to the patch admin by Id params

func (*PatchAdminByIDParams) WithChangePassword ¶

func (o *PatchAdminByIDParams) WithChangePassword(changePassword *bool) *PatchAdminByIDParams

WithChangePassword adds the changePassword to the patch admin by Id params

func (*PatchAdminByIDParams) WithContext ¶

WithContext adds the context to the patch admin by Id params

func (*PatchAdminByIDParams) WithHTTPClient ¶

func (o *PatchAdminByIDParams) WithHTTPClient(client *http.Client) *PatchAdminByIDParams

WithHTTPClient adds the HTTPClient to the patch admin by Id params

func (*PatchAdminByIDParams) WithID ¶

WithID adds the id to the patch admin by Id params

func (*PatchAdminByIDParams) WithTimeout ¶

func (o *PatchAdminByIDParams) WithTimeout(timeout time.Duration) *PatchAdminByIDParams

WithTimeout adds the timeout to the patch admin by Id params

func (*PatchAdminByIDParams) WriteToRequest ¶

func (o *PatchAdminByIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type PatchAdminByIDReader ¶

type PatchAdminByIDReader struct {
	// contains filtered or unexported fields
}

PatchAdminByIDReader is a Reader for the PatchAdminByID structure.

func (*PatchAdminByIDReader) ReadResponse ¶

func (o *PatchAdminByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PatchAlertRuleByIDDefault ¶

type PatchAlertRuleByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

PatchAlertRuleByIDDefault handles this case with default header values.

Error

func NewPatchAlertRuleByIDDefault ¶

func NewPatchAlertRuleByIDDefault(code int) *PatchAlertRuleByIDDefault

NewPatchAlertRuleByIDDefault creates a PatchAlertRuleByIDDefault with default headers values

func (*PatchAlertRuleByIDDefault) Code ¶

func (o *PatchAlertRuleByIDDefault) Code() int

Code gets the status code for the patch alert rule by Id default response

func (*PatchAlertRuleByIDDefault) Error ¶

func (o *PatchAlertRuleByIDDefault) Error() string

type PatchAlertRuleByIDOK ¶

type PatchAlertRuleByIDOK struct {
	Payload *models.AlertRule
}

PatchAlertRuleByIDOK handles this case with default header values.

successful operation

func NewPatchAlertRuleByIDOK ¶

func NewPatchAlertRuleByIDOK() *PatchAlertRuleByIDOK

NewPatchAlertRuleByIDOK creates a PatchAlertRuleByIDOK with default headers values

func (*PatchAlertRuleByIDOK) Error ¶

func (o *PatchAlertRuleByIDOK) Error() string

type PatchAlertRuleByIDParams ¶

type PatchAlertRuleByIDParams struct {

	/*Body*/
	Body *models.AlertRule
	/*ID*/
	ID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PatchAlertRuleByIDParams contains all the parameters to send to the API endpoint for the patch alert rule by Id operation typically these are written to a http.Request

func NewPatchAlertRuleByIDParams ¶

func NewPatchAlertRuleByIDParams() *PatchAlertRuleByIDParams

NewPatchAlertRuleByIDParams creates a new PatchAlertRuleByIDParams object with the default values initialized.

func NewPatchAlertRuleByIDParamsWithContext ¶

func NewPatchAlertRuleByIDParamsWithContext(ctx context.Context) *PatchAlertRuleByIDParams

NewPatchAlertRuleByIDParamsWithContext creates a new PatchAlertRuleByIDParams object with the default values initialized, and the ability to set a context for a request

func NewPatchAlertRuleByIDParamsWithHTTPClient ¶

func NewPatchAlertRuleByIDParamsWithHTTPClient(client *http.Client) *PatchAlertRuleByIDParams

NewPatchAlertRuleByIDParamsWithHTTPClient creates a new PatchAlertRuleByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewPatchAlertRuleByIDParamsWithTimeout ¶

func NewPatchAlertRuleByIDParamsWithTimeout(timeout time.Duration) *PatchAlertRuleByIDParams

NewPatchAlertRuleByIDParamsWithTimeout creates a new PatchAlertRuleByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*PatchAlertRuleByIDParams) SetBody ¶

func (o *PatchAlertRuleByIDParams) SetBody(body *models.AlertRule)

SetBody adds the body to the patch alert rule by Id params

func (*PatchAlertRuleByIDParams) SetContext ¶

func (o *PatchAlertRuleByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the patch alert rule by Id params

func (*PatchAlertRuleByIDParams) SetHTTPClient ¶

func (o *PatchAlertRuleByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the patch alert rule by Id params

func (*PatchAlertRuleByIDParams) SetID ¶

func (o *PatchAlertRuleByIDParams) SetID(id int32)

SetID adds the id to the patch alert rule by Id params

func (*PatchAlertRuleByIDParams) SetTimeout ¶

func (o *PatchAlertRuleByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the patch alert rule by Id params

func (*PatchAlertRuleByIDParams) WithBody ¶

WithBody adds the body to the patch alert rule by Id params

func (*PatchAlertRuleByIDParams) WithContext ¶

WithContext adds the context to the patch alert rule by Id params

func (*PatchAlertRuleByIDParams) WithHTTPClient ¶

func (o *PatchAlertRuleByIDParams) WithHTTPClient(client *http.Client) *PatchAlertRuleByIDParams

WithHTTPClient adds the HTTPClient to the patch alert rule by Id params

func (*PatchAlertRuleByIDParams) WithID ¶

WithID adds the id to the patch alert rule by Id params

func (*PatchAlertRuleByIDParams) WithTimeout ¶

WithTimeout adds the timeout to the patch alert rule by Id params

func (*PatchAlertRuleByIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type PatchAlertRuleByIDReader ¶

type PatchAlertRuleByIDReader struct {
	// contains filtered or unexported fields
}

PatchAlertRuleByIDReader is a Reader for the PatchAlertRuleByID structure.

func (*PatchAlertRuleByIDReader) ReadResponse ¶

func (o *PatchAlertRuleByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PatchCollectorByIDDefault ¶

type PatchCollectorByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

PatchCollectorByIDDefault handles this case with default header values.

Error

func NewPatchCollectorByIDDefault ¶

func NewPatchCollectorByIDDefault(code int) *PatchCollectorByIDDefault

NewPatchCollectorByIDDefault creates a PatchCollectorByIDDefault with default headers values

func (*PatchCollectorByIDDefault) Code ¶

func (o *PatchCollectorByIDDefault) Code() int

Code gets the status code for the patch collector by Id default response

func (*PatchCollectorByIDDefault) Error ¶

func (o *PatchCollectorByIDDefault) Error() string

type PatchCollectorByIDOK ¶

type PatchCollectorByIDOK struct {
	Payload *models.Collector
}

PatchCollectorByIDOK handles this case with default header values.

successful operation

func NewPatchCollectorByIDOK ¶

func NewPatchCollectorByIDOK() *PatchCollectorByIDOK

NewPatchCollectorByIDOK creates a PatchCollectorByIDOK with default headers values

func (*PatchCollectorByIDOK) Error ¶

func (o *PatchCollectorByIDOK) Error() string

type PatchCollectorByIDParams ¶

type PatchCollectorByIDParams struct {

	/*Body*/
	Body *models.Collector
	/*CollectorLoadBalanced*/
	CollectorLoadBalanced *bool
	/*ForceUpdateFailedOverDevices*/
	ForceUpdateFailedOverDevices *bool
	/*ID*/
	ID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PatchCollectorByIDParams contains all the parameters to send to the API endpoint for the patch collector by Id operation typically these are written to a http.Request

func NewPatchCollectorByIDParams ¶

func NewPatchCollectorByIDParams() *PatchCollectorByIDParams

NewPatchCollectorByIDParams creates a new PatchCollectorByIDParams object with the default values initialized.

func NewPatchCollectorByIDParamsWithContext ¶

func NewPatchCollectorByIDParamsWithContext(ctx context.Context) *PatchCollectorByIDParams

NewPatchCollectorByIDParamsWithContext creates a new PatchCollectorByIDParams object with the default values initialized, and the ability to set a context for a request

func NewPatchCollectorByIDParamsWithHTTPClient ¶

func NewPatchCollectorByIDParamsWithHTTPClient(client *http.Client) *PatchCollectorByIDParams

NewPatchCollectorByIDParamsWithHTTPClient creates a new PatchCollectorByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewPatchCollectorByIDParamsWithTimeout ¶

func NewPatchCollectorByIDParamsWithTimeout(timeout time.Duration) *PatchCollectorByIDParams

NewPatchCollectorByIDParamsWithTimeout creates a new PatchCollectorByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*PatchCollectorByIDParams) SetBody ¶

func (o *PatchCollectorByIDParams) SetBody(body *models.Collector)

SetBody adds the body to the patch collector by Id params

func (*PatchCollectorByIDParams) SetCollectorLoadBalanced ¶

func (o *PatchCollectorByIDParams) SetCollectorLoadBalanced(collectorLoadBalanced *bool)

SetCollectorLoadBalanced adds the collectorLoadBalanced to the patch collector by Id params

func (*PatchCollectorByIDParams) SetContext ¶

func (o *PatchCollectorByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the patch collector by Id params

func (*PatchCollectorByIDParams) SetForceUpdateFailedOverDevices ¶

func (o *PatchCollectorByIDParams) SetForceUpdateFailedOverDevices(forceUpdateFailedOverDevices *bool)

SetForceUpdateFailedOverDevices adds the forceUpdateFailedOverDevices to the patch collector by Id params

func (*PatchCollectorByIDParams) SetHTTPClient ¶

func (o *PatchCollectorByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the patch collector by Id params

func (*PatchCollectorByIDParams) SetID ¶

func (o *PatchCollectorByIDParams) SetID(id int32)

SetID adds the id to the patch collector by Id params

func (*PatchCollectorByIDParams) SetTimeout ¶

func (o *PatchCollectorByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the patch collector by Id params

func (*PatchCollectorByIDParams) WithBody ¶

WithBody adds the body to the patch collector by Id params

func (*PatchCollectorByIDParams) WithCollectorLoadBalanced ¶

func (o *PatchCollectorByIDParams) WithCollectorLoadBalanced(collectorLoadBalanced *bool) *PatchCollectorByIDParams

WithCollectorLoadBalanced adds the collectorLoadBalanced to the patch collector by Id params

func (*PatchCollectorByIDParams) WithContext ¶

WithContext adds the context to the patch collector by Id params

func (*PatchCollectorByIDParams) WithForceUpdateFailedOverDevices ¶

func (o *PatchCollectorByIDParams) WithForceUpdateFailedOverDevices(forceUpdateFailedOverDevices *bool) *PatchCollectorByIDParams

WithForceUpdateFailedOverDevices adds the forceUpdateFailedOverDevices to the patch collector by Id params

func (*PatchCollectorByIDParams) WithHTTPClient ¶

func (o *PatchCollectorByIDParams) WithHTTPClient(client *http.Client) *PatchCollectorByIDParams

WithHTTPClient adds the HTTPClient to the patch collector by Id params

func (*PatchCollectorByIDParams) WithID ¶

WithID adds the id to the patch collector by Id params

func (*PatchCollectorByIDParams) WithTimeout ¶

WithTimeout adds the timeout to the patch collector by Id params

func (*PatchCollectorByIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type PatchCollectorByIDReader ¶

type PatchCollectorByIDReader struct {
	// contains filtered or unexported fields
}

PatchCollectorByIDReader is a Reader for the PatchCollectorByID structure.

func (*PatchCollectorByIDReader) ReadResponse ¶

func (o *PatchCollectorByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PatchCollectorGroupByIDDefault ¶

type PatchCollectorGroupByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

PatchCollectorGroupByIDDefault handles this case with default header values.

Error

func NewPatchCollectorGroupByIDDefault ¶

func NewPatchCollectorGroupByIDDefault(code int) *PatchCollectorGroupByIDDefault

NewPatchCollectorGroupByIDDefault creates a PatchCollectorGroupByIDDefault with default headers values

func (*PatchCollectorGroupByIDDefault) Code ¶

Code gets the status code for the patch collector group by Id default response

func (*PatchCollectorGroupByIDDefault) Error ¶

type PatchCollectorGroupByIDOK ¶

type PatchCollectorGroupByIDOK struct {
	Payload *models.CollectorGroup
}

PatchCollectorGroupByIDOK handles this case with default header values.

successful operation

func NewPatchCollectorGroupByIDOK ¶

func NewPatchCollectorGroupByIDOK() *PatchCollectorGroupByIDOK

NewPatchCollectorGroupByIDOK creates a PatchCollectorGroupByIDOK with default headers values

func (*PatchCollectorGroupByIDOK) Error ¶

func (o *PatchCollectorGroupByIDOK) Error() string

type PatchCollectorGroupByIDParams ¶

type PatchCollectorGroupByIDParams struct {

	/*Body*/
	Body *models.CollectorGroup
	/*CollectorLoadBalanced*/
	CollectorLoadBalanced *bool
	/*ForceUpdateFailedOverDevices*/
	ForceUpdateFailedOverDevices *bool
	/*ID*/
	ID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PatchCollectorGroupByIDParams contains all the parameters to send to the API endpoint for the patch collector group by Id operation typically these are written to a http.Request

func NewPatchCollectorGroupByIDParams ¶

func NewPatchCollectorGroupByIDParams() *PatchCollectorGroupByIDParams

NewPatchCollectorGroupByIDParams creates a new PatchCollectorGroupByIDParams object with the default values initialized.

func NewPatchCollectorGroupByIDParamsWithContext ¶

func NewPatchCollectorGroupByIDParamsWithContext(ctx context.Context) *PatchCollectorGroupByIDParams

NewPatchCollectorGroupByIDParamsWithContext creates a new PatchCollectorGroupByIDParams object with the default values initialized, and the ability to set a context for a request

func NewPatchCollectorGroupByIDParamsWithHTTPClient ¶

func NewPatchCollectorGroupByIDParamsWithHTTPClient(client *http.Client) *PatchCollectorGroupByIDParams

NewPatchCollectorGroupByIDParamsWithHTTPClient creates a new PatchCollectorGroupByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewPatchCollectorGroupByIDParamsWithTimeout ¶

func NewPatchCollectorGroupByIDParamsWithTimeout(timeout time.Duration) *PatchCollectorGroupByIDParams

NewPatchCollectorGroupByIDParamsWithTimeout creates a new PatchCollectorGroupByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*PatchCollectorGroupByIDParams) SetBody ¶

SetBody adds the body to the patch collector group by Id params

func (*PatchCollectorGroupByIDParams) SetCollectorLoadBalanced ¶

func (o *PatchCollectorGroupByIDParams) SetCollectorLoadBalanced(collectorLoadBalanced *bool)

SetCollectorLoadBalanced adds the collectorLoadBalanced to the patch collector group by Id params

func (*PatchCollectorGroupByIDParams) SetContext ¶

func (o *PatchCollectorGroupByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the patch collector group by Id params

func (*PatchCollectorGroupByIDParams) SetForceUpdateFailedOverDevices ¶

func (o *PatchCollectorGroupByIDParams) SetForceUpdateFailedOverDevices(forceUpdateFailedOverDevices *bool)

SetForceUpdateFailedOverDevices adds the forceUpdateFailedOverDevices to the patch collector group by Id params

func (*PatchCollectorGroupByIDParams) SetHTTPClient ¶

func (o *PatchCollectorGroupByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the patch collector group by Id params

func (*PatchCollectorGroupByIDParams) SetID ¶

func (o *PatchCollectorGroupByIDParams) SetID(id int32)

SetID adds the id to the patch collector group by Id params

func (*PatchCollectorGroupByIDParams) SetTimeout ¶

func (o *PatchCollectorGroupByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the patch collector group by Id params

func (*PatchCollectorGroupByIDParams) WithBody ¶

WithBody adds the body to the patch collector group by Id params

func (*PatchCollectorGroupByIDParams) WithCollectorLoadBalanced ¶

func (o *PatchCollectorGroupByIDParams) WithCollectorLoadBalanced(collectorLoadBalanced *bool) *PatchCollectorGroupByIDParams

WithCollectorLoadBalanced adds the collectorLoadBalanced to the patch collector group by Id params

func (*PatchCollectorGroupByIDParams) WithContext ¶

WithContext adds the context to the patch collector group by Id params

func (*PatchCollectorGroupByIDParams) WithForceUpdateFailedOverDevices ¶

func (o *PatchCollectorGroupByIDParams) WithForceUpdateFailedOverDevices(forceUpdateFailedOverDevices *bool) *PatchCollectorGroupByIDParams

WithForceUpdateFailedOverDevices adds the forceUpdateFailedOverDevices to the patch collector group by Id params

func (*PatchCollectorGroupByIDParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the patch collector group by Id params

func (*PatchCollectorGroupByIDParams) WithID ¶

WithID adds the id to the patch collector group by Id params

func (*PatchCollectorGroupByIDParams) WithTimeout ¶

WithTimeout adds the timeout to the patch collector group by Id params

func (*PatchCollectorGroupByIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type PatchCollectorGroupByIDReader ¶

type PatchCollectorGroupByIDReader struct {
	// contains filtered or unexported fields
}

PatchCollectorGroupByIDReader is a Reader for the PatchCollectorGroupByID structure.

func (*PatchCollectorGroupByIDReader) ReadResponse ¶

func (o *PatchCollectorGroupByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PatchDashboardByIDDefault ¶

type PatchDashboardByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

PatchDashboardByIDDefault handles this case with default header values.

Error

func NewPatchDashboardByIDDefault ¶

func NewPatchDashboardByIDDefault(code int) *PatchDashboardByIDDefault

NewPatchDashboardByIDDefault creates a PatchDashboardByIDDefault with default headers values

func (*PatchDashboardByIDDefault) Code ¶

func (o *PatchDashboardByIDDefault) Code() int

Code gets the status code for the patch dashboard by Id default response

func (*PatchDashboardByIDDefault) Error ¶

func (o *PatchDashboardByIDDefault) Error() string

type PatchDashboardByIDOK ¶

type PatchDashboardByIDOK struct {
	Payload *models.Dashboard
}

PatchDashboardByIDOK handles this case with default header values.

successful operation

func NewPatchDashboardByIDOK ¶

func NewPatchDashboardByIDOK() *PatchDashboardByIDOK

NewPatchDashboardByIDOK creates a PatchDashboardByIDOK with default headers values

func (*PatchDashboardByIDOK) Error ¶

func (o *PatchDashboardByIDOK) Error() string

type PatchDashboardByIDParams ¶

type PatchDashboardByIDParams struct {

	/*Body*/
	Body *models.Dashboard
	/*ID*/
	ID int32
	/*OverwriteGroupFields*/
	OverwriteGroupFields *bool

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PatchDashboardByIDParams contains all the parameters to send to the API endpoint for the patch dashboard by Id operation typically these are written to a http.Request

func NewPatchDashboardByIDParams ¶

func NewPatchDashboardByIDParams() *PatchDashboardByIDParams

NewPatchDashboardByIDParams creates a new PatchDashboardByIDParams object with the default values initialized.

func NewPatchDashboardByIDParamsWithContext ¶

func NewPatchDashboardByIDParamsWithContext(ctx context.Context) *PatchDashboardByIDParams

NewPatchDashboardByIDParamsWithContext creates a new PatchDashboardByIDParams object with the default values initialized, and the ability to set a context for a request

func NewPatchDashboardByIDParamsWithHTTPClient ¶

func NewPatchDashboardByIDParamsWithHTTPClient(client *http.Client) *PatchDashboardByIDParams

NewPatchDashboardByIDParamsWithHTTPClient creates a new PatchDashboardByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewPatchDashboardByIDParamsWithTimeout ¶

func NewPatchDashboardByIDParamsWithTimeout(timeout time.Duration) *PatchDashboardByIDParams

NewPatchDashboardByIDParamsWithTimeout creates a new PatchDashboardByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*PatchDashboardByIDParams) SetBody ¶

func (o *PatchDashboardByIDParams) SetBody(body *models.Dashboard)

SetBody adds the body to the patch dashboard by Id params

func (*PatchDashboardByIDParams) SetContext ¶

func (o *PatchDashboardByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the patch dashboard by Id params

func (*PatchDashboardByIDParams) SetHTTPClient ¶

func (o *PatchDashboardByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the patch dashboard by Id params

func (*PatchDashboardByIDParams) SetID ¶

func (o *PatchDashboardByIDParams) SetID(id int32)

SetID adds the id to the patch dashboard by Id params

func (*PatchDashboardByIDParams) SetOverwriteGroupFields ¶

func (o *PatchDashboardByIDParams) SetOverwriteGroupFields(overwriteGroupFields *bool)

SetOverwriteGroupFields adds the overwriteGroupFields to the patch dashboard by Id params

func (*PatchDashboardByIDParams) SetTimeout ¶

func (o *PatchDashboardByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the patch dashboard by Id params

func (*PatchDashboardByIDParams) WithBody ¶

WithBody adds the body to the patch dashboard by Id params

func (*PatchDashboardByIDParams) WithContext ¶

WithContext adds the context to the patch dashboard by Id params

func (*PatchDashboardByIDParams) WithHTTPClient ¶

func (o *PatchDashboardByIDParams) WithHTTPClient(client *http.Client) *PatchDashboardByIDParams

WithHTTPClient adds the HTTPClient to the patch dashboard by Id params

func (*PatchDashboardByIDParams) WithID ¶

WithID adds the id to the patch dashboard by Id params

func (*PatchDashboardByIDParams) WithOverwriteGroupFields ¶

func (o *PatchDashboardByIDParams) WithOverwriteGroupFields(overwriteGroupFields *bool) *PatchDashboardByIDParams

WithOverwriteGroupFields adds the overwriteGroupFields to the patch dashboard by Id params

func (*PatchDashboardByIDParams) WithTimeout ¶

WithTimeout adds the timeout to the patch dashboard by Id params

func (*PatchDashboardByIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type PatchDashboardByIDReader ¶

type PatchDashboardByIDReader struct {
	// contains filtered or unexported fields
}

PatchDashboardByIDReader is a Reader for the PatchDashboardByID structure.

func (*PatchDashboardByIDReader) ReadResponse ¶

func (o *PatchDashboardByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PatchDashboardGroupByIDDefault ¶

type PatchDashboardGroupByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

PatchDashboardGroupByIDDefault handles this case with default header values.

Error

func NewPatchDashboardGroupByIDDefault ¶

func NewPatchDashboardGroupByIDDefault(code int) *PatchDashboardGroupByIDDefault

NewPatchDashboardGroupByIDDefault creates a PatchDashboardGroupByIDDefault with default headers values

func (*PatchDashboardGroupByIDDefault) Code ¶

Code gets the status code for the patch dashboard group by Id default response

func (*PatchDashboardGroupByIDDefault) Error ¶

type PatchDashboardGroupByIDOK ¶

type PatchDashboardGroupByIDOK struct {
	Payload *models.DashboardGroup
}

PatchDashboardGroupByIDOK handles this case with default header values.

successful operation

func NewPatchDashboardGroupByIDOK ¶

func NewPatchDashboardGroupByIDOK() *PatchDashboardGroupByIDOK

NewPatchDashboardGroupByIDOK creates a PatchDashboardGroupByIDOK with default headers values

func (*PatchDashboardGroupByIDOK) Error ¶

func (o *PatchDashboardGroupByIDOK) Error() string

type PatchDashboardGroupByIDParams ¶

type PatchDashboardGroupByIDParams struct {

	/*Body*/
	Body *models.DashboardGroup
	/*ID*/
	ID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PatchDashboardGroupByIDParams contains all the parameters to send to the API endpoint for the patch dashboard group by Id operation typically these are written to a http.Request

func NewPatchDashboardGroupByIDParams ¶

func NewPatchDashboardGroupByIDParams() *PatchDashboardGroupByIDParams

NewPatchDashboardGroupByIDParams creates a new PatchDashboardGroupByIDParams object with the default values initialized.

func NewPatchDashboardGroupByIDParamsWithContext ¶

func NewPatchDashboardGroupByIDParamsWithContext(ctx context.Context) *PatchDashboardGroupByIDParams

NewPatchDashboardGroupByIDParamsWithContext creates a new PatchDashboardGroupByIDParams object with the default values initialized, and the ability to set a context for a request

func NewPatchDashboardGroupByIDParamsWithHTTPClient ¶

func NewPatchDashboardGroupByIDParamsWithHTTPClient(client *http.Client) *PatchDashboardGroupByIDParams

NewPatchDashboardGroupByIDParamsWithHTTPClient creates a new PatchDashboardGroupByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewPatchDashboardGroupByIDParamsWithTimeout ¶

func NewPatchDashboardGroupByIDParamsWithTimeout(timeout time.Duration) *PatchDashboardGroupByIDParams

NewPatchDashboardGroupByIDParamsWithTimeout creates a new PatchDashboardGroupByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*PatchDashboardGroupByIDParams) SetBody ¶

SetBody adds the body to the patch dashboard group by Id params

func (*PatchDashboardGroupByIDParams) SetContext ¶

func (o *PatchDashboardGroupByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the patch dashboard group by Id params

func (*PatchDashboardGroupByIDParams) SetHTTPClient ¶

func (o *PatchDashboardGroupByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the patch dashboard group by Id params

func (*PatchDashboardGroupByIDParams) SetID ¶

func (o *PatchDashboardGroupByIDParams) SetID(id int32)

SetID adds the id to the patch dashboard group by Id params

func (*PatchDashboardGroupByIDParams) SetTimeout ¶

func (o *PatchDashboardGroupByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the patch dashboard group by Id params

func (*PatchDashboardGroupByIDParams) WithBody ¶

WithBody adds the body to the patch dashboard group by Id params

func (*PatchDashboardGroupByIDParams) WithContext ¶

WithContext adds the context to the patch dashboard group by Id params

func (*PatchDashboardGroupByIDParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the patch dashboard group by Id params

func (*PatchDashboardGroupByIDParams) WithID ¶

WithID adds the id to the patch dashboard group by Id params

func (*PatchDashboardGroupByIDParams) WithTimeout ¶

WithTimeout adds the timeout to the patch dashboard group by Id params

func (*PatchDashboardGroupByIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type PatchDashboardGroupByIDReader ¶

type PatchDashboardGroupByIDReader struct {
	// contains filtered or unexported fields
}

PatchDashboardGroupByIDReader is a Reader for the PatchDashboardGroupByID structure.

func (*PatchDashboardGroupByIDReader) ReadResponse ¶

func (o *PatchDashboardGroupByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PatchDeviceDatasourceInstanceAlertSettingByIDDefault ¶

type PatchDeviceDatasourceInstanceAlertSettingByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

PatchDeviceDatasourceInstanceAlertSettingByIDDefault handles this case with default header values.

Error

func NewPatchDeviceDatasourceInstanceAlertSettingByIDDefault ¶

func NewPatchDeviceDatasourceInstanceAlertSettingByIDDefault(code int) *PatchDeviceDatasourceInstanceAlertSettingByIDDefault

NewPatchDeviceDatasourceInstanceAlertSettingByIDDefault creates a PatchDeviceDatasourceInstanceAlertSettingByIDDefault with default headers values

func (*PatchDeviceDatasourceInstanceAlertSettingByIDDefault) Code ¶

Code gets the status code for the patch device datasource instance alert setting by Id default response

func (*PatchDeviceDatasourceInstanceAlertSettingByIDDefault) Error ¶

type PatchDeviceDatasourceInstanceAlertSettingByIDOK ¶

type PatchDeviceDatasourceInstanceAlertSettingByIDOK struct {
	Payload *models.DeviceDataSourceInstanceAlertSetting
}

PatchDeviceDatasourceInstanceAlertSettingByIDOK handles this case with default header values.

successful operation

func NewPatchDeviceDatasourceInstanceAlertSettingByIDOK ¶

func NewPatchDeviceDatasourceInstanceAlertSettingByIDOK() *PatchDeviceDatasourceInstanceAlertSettingByIDOK

NewPatchDeviceDatasourceInstanceAlertSettingByIDOK creates a PatchDeviceDatasourceInstanceAlertSettingByIDOK with default headers values

func (*PatchDeviceDatasourceInstanceAlertSettingByIDOK) Error ¶

type PatchDeviceDatasourceInstanceAlertSettingByIDParams ¶

type PatchDeviceDatasourceInstanceAlertSettingByIDParams struct {

	/*Body*/
	Body *models.DeviceDataSourceInstanceAlertSetting
	/*DeviceID*/
	DeviceID int32
	/*HdsID
	  Device-DataSource ID

	*/
	HdsID int32
	/*ID*/
	ID int32
	/*InstanceID*/
	InstanceID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PatchDeviceDatasourceInstanceAlertSettingByIDParams contains all the parameters to send to the API endpoint for the patch device datasource instance alert setting by Id operation typically these are written to a http.Request

func NewPatchDeviceDatasourceInstanceAlertSettingByIDParams ¶

func NewPatchDeviceDatasourceInstanceAlertSettingByIDParams() *PatchDeviceDatasourceInstanceAlertSettingByIDParams

NewPatchDeviceDatasourceInstanceAlertSettingByIDParams creates a new PatchDeviceDatasourceInstanceAlertSettingByIDParams object with the default values initialized.

func NewPatchDeviceDatasourceInstanceAlertSettingByIDParamsWithContext ¶

func NewPatchDeviceDatasourceInstanceAlertSettingByIDParamsWithContext(ctx context.Context) *PatchDeviceDatasourceInstanceAlertSettingByIDParams

NewPatchDeviceDatasourceInstanceAlertSettingByIDParamsWithContext creates a new PatchDeviceDatasourceInstanceAlertSettingByIDParams object with the default values initialized, and the ability to set a context for a request

func NewPatchDeviceDatasourceInstanceAlertSettingByIDParamsWithHTTPClient ¶

func NewPatchDeviceDatasourceInstanceAlertSettingByIDParamsWithHTTPClient(client *http.Client) *PatchDeviceDatasourceInstanceAlertSettingByIDParams

NewPatchDeviceDatasourceInstanceAlertSettingByIDParamsWithHTTPClient creates a new PatchDeviceDatasourceInstanceAlertSettingByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewPatchDeviceDatasourceInstanceAlertSettingByIDParamsWithTimeout ¶

func NewPatchDeviceDatasourceInstanceAlertSettingByIDParamsWithTimeout(timeout time.Duration) *PatchDeviceDatasourceInstanceAlertSettingByIDParams

NewPatchDeviceDatasourceInstanceAlertSettingByIDParamsWithTimeout creates a new PatchDeviceDatasourceInstanceAlertSettingByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*PatchDeviceDatasourceInstanceAlertSettingByIDParams) SetBody ¶

SetBody adds the body to the patch device datasource instance alert setting by Id params

func (*PatchDeviceDatasourceInstanceAlertSettingByIDParams) SetContext ¶

SetContext adds the context to the patch device datasource instance alert setting by Id params

func (*PatchDeviceDatasourceInstanceAlertSettingByIDParams) SetDeviceID ¶

SetDeviceID adds the deviceId to the patch device datasource instance alert setting by Id params

func (*PatchDeviceDatasourceInstanceAlertSettingByIDParams) SetHTTPClient ¶

SetHTTPClient adds the HTTPClient to the patch device datasource instance alert setting by Id params

func (*PatchDeviceDatasourceInstanceAlertSettingByIDParams) SetHdsID ¶

SetHdsID adds the hdsId to the patch device datasource instance alert setting by Id params

func (*PatchDeviceDatasourceInstanceAlertSettingByIDParams) SetID ¶

SetID adds the id to the patch device datasource instance alert setting by Id params

func (*PatchDeviceDatasourceInstanceAlertSettingByIDParams) SetInstanceID ¶

func (o *PatchDeviceDatasourceInstanceAlertSettingByIDParams) SetInstanceID(instanceID int32)

SetInstanceID adds the instanceId to the patch device datasource instance alert setting by Id params

func (*PatchDeviceDatasourceInstanceAlertSettingByIDParams) SetTimeout ¶

SetTimeout adds the timeout to the patch device datasource instance alert setting by Id params

func (*PatchDeviceDatasourceInstanceAlertSettingByIDParams) WithBody ¶

WithBody adds the body to the patch device datasource instance alert setting by Id params

func (*PatchDeviceDatasourceInstanceAlertSettingByIDParams) WithContext ¶

WithContext adds the context to the patch device datasource instance alert setting by Id params

func (*PatchDeviceDatasourceInstanceAlertSettingByIDParams) WithDeviceID ¶

WithDeviceID adds the deviceID to the patch device datasource instance alert setting by Id params

func (*PatchDeviceDatasourceInstanceAlertSettingByIDParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the patch device datasource instance alert setting by Id params

func (*PatchDeviceDatasourceInstanceAlertSettingByIDParams) WithHdsID ¶

WithHdsID adds the hdsID to the patch device datasource instance alert setting by Id params

func (*PatchDeviceDatasourceInstanceAlertSettingByIDParams) WithID ¶

WithID adds the id to the patch device datasource instance alert setting by Id params

func (*PatchDeviceDatasourceInstanceAlertSettingByIDParams) WithInstanceID ¶

WithInstanceID adds the instanceID to the patch device datasource instance alert setting by Id params

func (*PatchDeviceDatasourceInstanceAlertSettingByIDParams) WithTimeout ¶

WithTimeout adds the timeout to the patch device datasource instance alert setting by Id params

func (*PatchDeviceDatasourceInstanceAlertSettingByIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type PatchDeviceDatasourceInstanceAlertSettingByIDReader ¶

type PatchDeviceDatasourceInstanceAlertSettingByIDReader struct {
	// contains filtered or unexported fields
}

PatchDeviceDatasourceInstanceAlertSettingByIDReader is a Reader for the PatchDeviceDatasourceInstanceAlertSettingByID structure.

func (*PatchDeviceDatasourceInstanceAlertSettingByIDReader) ReadResponse ¶

func (o *PatchDeviceDatasourceInstanceAlertSettingByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PatchDeviceDatasourceInstanceByIDDefault ¶

type PatchDeviceDatasourceInstanceByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

PatchDeviceDatasourceInstanceByIDDefault handles this case with default header values.

Error

func NewPatchDeviceDatasourceInstanceByIDDefault ¶

func NewPatchDeviceDatasourceInstanceByIDDefault(code int) *PatchDeviceDatasourceInstanceByIDDefault

NewPatchDeviceDatasourceInstanceByIDDefault creates a PatchDeviceDatasourceInstanceByIDDefault with default headers values

func (*PatchDeviceDatasourceInstanceByIDDefault) Code ¶

Code gets the status code for the patch device datasource instance by Id default response

func (*PatchDeviceDatasourceInstanceByIDDefault) Error ¶

type PatchDeviceDatasourceInstanceByIDOK ¶

type PatchDeviceDatasourceInstanceByIDOK struct {
	Payload *models.DeviceDataSourceInstance
}

PatchDeviceDatasourceInstanceByIDOK handles this case with default header values.

successful operation

func NewPatchDeviceDatasourceInstanceByIDOK ¶

func NewPatchDeviceDatasourceInstanceByIDOK() *PatchDeviceDatasourceInstanceByIDOK

NewPatchDeviceDatasourceInstanceByIDOK creates a PatchDeviceDatasourceInstanceByIDOK with default headers values

func (*PatchDeviceDatasourceInstanceByIDOK) Error ¶

type PatchDeviceDatasourceInstanceByIDParams ¶

type PatchDeviceDatasourceInstanceByIDParams struct {

	/*Body*/
	Body *models.DeviceDataSourceInstance
	/*DeviceID*/
	DeviceID int32
	/*HdsID
	  The device-datasource ID

	*/
	HdsID int32
	/*ID*/
	ID int32
	/*OpType*/
	OpType *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PatchDeviceDatasourceInstanceByIDParams contains all the parameters to send to the API endpoint for the patch device datasource instance by Id operation typically these are written to a http.Request

func NewPatchDeviceDatasourceInstanceByIDParams ¶

func NewPatchDeviceDatasourceInstanceByIDParams() *PatchDeviceDatasourceInstanceByIDParams

NewPatchDeviceDatasourceInstanceByIDParams creates a new PatchDeviceDatasourceInstanceByIDParams object with the default values initialized.

func NewPatchDeviceDatasourceInstanceByIDParamsWithContext ¶

func NewPatchDeviceDatasourceInstanceByIDParamsWithContext(ctx context.Context) *PatchDeviceDatasourceInstanceByIDParams

NewPatchDeviceDatasourceInstanceByIDParamsWithContext creates a new PatchDeviceDatasourceInstanceByIDParams object with the default values initialized, and the ability to set a context for a request

func NewPatchDeviceDatasourceInstanceByIDParamsWithHTTPClient ¶

func NewPatchDeviceDatasourceInstanceByIDParamsWithHTTPClient(client *http.Client) *PatchDeviceDatasourceInstanceByIDParams

NewPatchDeviceDatasourceInstanceByIDParamsWithHTTPClient creates a new PatchDeviceDatasourceInstanceByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewPatchDeviceDatasourceInstanceByIDParamsWithTimeout ¶

func NewPatchDeviceDatasourceInstanceByIDParamsWithTimeout(timeout time.Duration) *PatchDeviceDatasourceInstanceByIDParams

NewPatchDeviceDatasourceInstanceByIDParamsWithTimeout creates a new PatchDeviceDatasourceInstanceByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*PatchDeviceDatasourceInstanceByIDParams) SetBody ¶

SetBody adds the body to the patch device datasource instance by Id params

func (*PatchDeviceDatasourceInstanceByIDParams) SetContext ¶

SetContext adds the context to the patch device datasource instance by Id params

func (*PatchDeviceDatasourceInstanceByIDParams) SetDeviceID ¶

func (o *PatchDeviceDatasourceInstanceByIDParams) SetDeviceID(deviceID int32)

SetDeviceID adds the deviceId to the patch device datasource instance by Id params

func (*PatchDeviceDatasourceInstanceByIDParams) SetHTTPClient ¶

func (o *PatchDeviceDatasourceInstanceByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the patch device datasource instance by Id params

func (*PatchDeviceDatasourceInstanceByIDParams) SetHdsID ¶

SetHdsID adds the hdsId to the patch device datasource instance by Id params

func (*PatchDeviceDatasourceInstanceByIDParams) SetID ¶

SetID adds the id to the patch device datasource instance by Id params

func (*PatchDeviceDatasourceInstanceByIDParams) SetOpType ¶

func (o *PatchDeviceDatasourceInstanceByIDParams) SetOpType(opType *string)

SetOpType adds the opType to the patch device datasource instance by Id params

func (*PatchDeviceDatasourceInstanceByIDParams) SetTimeout ¶

func (o *PatchDeviceDatasourceInstanceByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the patch device datasource instance by Id params

func (*PatchDeviceDatasourceInstanceByIDParams) WithBody ¶

WithBody adds the body to the patch device datasource instance by Id params

func (*PatchDeviceDatasourceInstanceByIDParams) WithContext ¶

WithContext adds the context to the patch device datasource instance by Id params

func (*PatchDeviceDatasourceInstanceByIDParams) WithDeviceID ¶

WithDeviceID adds the deviceID to the patch device datasource instance by Id params

func (*PatchDeviceDatasourceInstanceByIDParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the patch device datasource instance by Id params

func (*PatchDeviceDatasourceInstanceByIDParams) WithHdsID ¶

WithHdsID adds the hdsID to the patch device datasource instance by Id params

func (*PatchDeviceDatasourceInstanceByIDParams) WithID ¶

WithID adds the id to the patch device datasource instance by Id params

func (*PatchDeviceDatasourceInstanceByIDParams) WithOpType ¶

WithOpType adds the opType to the patch device datasource instance by Id params

func (*PatchDeviceDatasourceInstanceByIDParams) WithTimeout ¶

WithTimeout adds the timeout to the patch device datasource instance by Id params

func (*PatchDeviceDatasourceInstanceByIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type PatchDeviceDatasourceInstanceByIDReader ¶

type PatchDeviceDatasourceInstanceByIDReader struct {
	// contains filtered or unexported fields
}

PatchDeviceDatasourceInstanceByIDReader is a Reader for the PatchDeviceDatasourceInstanceByID structure.

func (*PatchDeviceDatasourceInstanceByIDReader) ReadResponse ¶

func (o *PatchDeviceDatasourceInstanceByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PatchDeviceDatasourceInstanceGroupByIDDefault ¶

type PatchDeviceDatasourceInstanceGroupByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

PatchDeviceDatasourceInstanceGroupByIDDefault handles this case with default header values.

Error

func NewPatchDeviceDatasourceInstanceGroupByIDDefault ¶

func NewPatchDeviceDatasourceInstanceGroupByIDDefault(code int) *PatchDeviceDatasourceInstanceGroupByIDDefault

NewPatchDeviceDatasourceInstanceGroupByIDDefault creates a PatchDeviceDatasourceInstanceGroupByIDDefault with default headers values

func (*PatchDeviceDatasourceInstanceGroupByIDDefault) Code ¶

Code gets the status code for the patch device datasource instance group by Id default response

func (*PatchDeviceDatasourceInstanceGroupByIDDefault) Error ¶

type PatchDeviceDatasourceInstanceGroupByIDOK ¶

type PatchDeviceDatasourceInstanceGroupByIDOK struct {
	Payload *models.DeviceDataSourceInstanceGroup
}

PatchDeviceDatasourceInstanceGroupByIDOK handles this case with default header values.

successful operation

func NewPatchDeviceDatasourceInstanceGroupByIDOK ¶

func NewPatchDeviceDatasourceInstanceGroupByIDOK() *PatchDeviceDatasourceInstanceGroupByIDOK

NewPatchDeviceDatasourceInstanceGroupByIDOK creates a PatchDeviceDatasourceInstanceGroupByIDOK with default headers values

func (*PatchDeviceDatasourceInstanceGroupByIDOK) Error ¶

type PatchDeviceDatasourceInstanceGroupByIDParams ¶

type PatchDeviceDatasourceInstanceGroupByIDParams struct {

	/*Body*/
	Body *models.DeviceDataSourceInstanceGroup
	/*DeviceDsID
	  The device-datasource ID you'd like to add an instance group for

	*/
	DeviceDsID int32
	/*DeviceID*/
	DeviceID int32
	/*ID*/
	ID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PatchDeviceDatasourceInstanceGroupByIDParams contains all the parameters to send to the API endpoint for the patch device datasource instance group by Id operation typically these are written to a http.Request

func NewPatchDeviceDatasourceInstanceGroupByIDParams ¶

func NewPatchDeviceDatasourceInstanceGroupByIDParams() *PatchDeviceDatasourceInstanceGroupByIDParams

NewPatchDeviceDatasourceInstanceGroupByIDParams creates a new PatchDeviceDatasourceInstanceGroupByIDParams object with the default values initialized.

func NewPatchDeviceDatasourceInstanceGroupByIDParamsWithContext ¶

func NewPatchDeviceDatasourceInstanceGroupByIDParamsWithContext(ctx context.Context) *PatchDeviceDatasourceInstanceGroupByIDParams

NewPatchDeviceDatasourceInstanceGroupByIDParamsWithContext creates a new PatchDeviceDatasourceInstanceGroupByIDParams object with the default values initialized, and the ability to set a context for a request

func NewPatchDeviceDatasourceInstanceGroupByIDParamsWithHTTPClient ¶

func NewPatchDeviceDatasourceInstanceGroupByIDParamsWithHTTPClient(client *http.Client) *PatchDeviceDatasourceInstanceGroupByIDParams

NewPatchDeviceDatasourceInstanceGroupByIDParamsWithHTTPClient creates a new PatchDeviceDatasourceInstanceGroupByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewPatchDeviceDatasourceInstanceGroupByIDParamsWithTimeout ¶

func NewPatchDeviceDatasourceInstanceGroupByIDParamsWithTimeout(timeout time.Duration) *PatchDeviceDatasourceInstanceGroupByIDParams

NewPatchDeviceDatasourceInstanceGroupByIDParamsWithTimeout creates a new PatchDeviceDatasourceInstanceGroupByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*PatchDeviceDatasourceInstanceGroupByIDParams) SetBody ¶

SetBody adds the body to the patch device datasource instance group by Id params

func (*PatchDeviceDatasourceInstanceGroupByIDParams) SetContext ¶

SetContext adds the context to the patch device datasource instance group by Id params

func (*PatchDeviceDatasourceInstanceGroupByIDParams) SetDeviceDsID ¶

func (o *PatchDeviceDatasourceInstanceGroupByIDParams) SetDeviceDsID(deviceDsID int32)

SetDeviceDsID adds the deviceDsId to the patch device datasource instance group by Id params

func (*PatchDeviceDatasourceInstanceGroupByIDParams) SetDeviceID ¶

func (o *PatchDeviceDatasourceInstanceGroupByIDParams) SetDeviceID(deviceID int32)

SetDeviceID adds the deviceId to the patch device datasource instance group by Id params

func (*PatchDeviceDatasourceInstanceGroupByIDParams) SetHTTPClient ¶

func (o *PatchDeviceDatasourceInstanceGroupByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the patch device datasource instance group by Id params

func (*PatchDeviceDatasourceInstanceGroupByIDParams) SetID ¶

SetID adds the id to the patch device datasource instance group by Id params

func (*PatchDeviceDatasourceInstanceGroupByIDParams) SetTimeout ¶

SetTimeout adds the timeout to the patch device datasource instance group by Id params

func (*PatchDeviceDatasourceInstanceGroupByIDParams) WithBody ¶

WithBody adds the body to the patch device datasource instance group by Id params

func (*PatchDeviceDatasourceInstanceGroupByIDParams) WithContext ¶

WithContext adds the context to the patch device datasource instance group by Id params

func (*PatchDeviceDatasourceInstanceGroupByIDParams) WithDeviceDsID ¶

WithDeviceDsID adds the deviceDsID to the patch device datasource instance group by Id params

func (*PatchDeviceDatasourceInstanceGroupByIDParams) WithDeviceID ¶

WithDeviceID adds the deviceID to the patch device datasource instance group by Id params

func (*PatchDeviceDatasourceInstanceGroupByIDParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the patch device datasource instance group by Id params

func (*PatchDeviceDatasourceInstanceGroupByIDParams) WithID ¶

WithID adds the id to the patch device datasource instance group by Id params

func (*PatchDeviceDatasourceInstanceGroupByIDParams) WithTimeout ¶

WithTimeout adds the timeout to the patch device datasource instance group by Id params

func (*PatchDeviceDatasourceInstanceGroupByIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type PatchDeviceDatasourceInstanceGroupByIDReader ¶

type PatchDeviceDatasourceInstanceGroupByIDReader struct {
	// contains filtered or unexported fields
}

PatchDeviceDatasourceInstanceGroupByIDReader is a Reader for the PatchDeviceDatasourceInstanceGroupByID structure.

func (*PatchDeviceDatasourceInstanceGroupByIDReader) ReadResponse ¶

func (o *PatchDeviceDatasourceInstanceGroupByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PatchDeviceDefault ¶

type PatchDeviceDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

PatchDeviceDefault handles this case with default header values.

Error

func NewPatchDeviceDefault ¶

func NewPatchDeviceDefault(code int) *PatchDeviceDefault

NewPatchDeviceDefault creates a PatchDeviceDefault with default headers values

func (*PatchDeviceDefault) Code ¶

func (o *PatchDeviceDefault) Code() int

Code gets the status code for the patch device default response

func (*PatchDeviceDefault) Error ¶

func (o *PatchDeviceDefault) Error() string

type PatchDeviceGroupByIDDefault ¶

type PatchDeviceGroupByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

PatchDeviceGroupByIDDefault handles this case with default header values.

Error

func NewPatchDeviceGroupByIDDefault ¶

func NewPatchDeviceGroupByIDDefault(code int) *PatchDeviceGroupByIDDefault

NewPatchDeviceGroupByIDDefault creates a PatchDeviceGroupByIDDefault with default headers values

func (*PatchDeviceGroupByIDDefault) Code ¶

func (o *PatchDeviceGroupByIDDefault) Code() int

Code gets the status code for the patch device group by Id default response

func (*PatchDeviceGroupByIDDefault) Error ¶

type PatchDeviceGroupByIDOK ¶

type PatchDeviceGroupByIDOK struct {
	Payload *models.DeviceGroup
}

PatchDeviceGroupByIDOK handles this case with default header values.

successful operation

func NewPatchDeviceGroupByIDOK ¶

func NewPatchDeviceGroupByIDOK() *PatchDeviceGroupByIDOK

NewPatchDeviceGroupByIDOK creates a PatchDeviceGroupByIDOK with default headers values

func (*PatchDeviceGroupByIDOK) Error ¶

func (o *PatchDeviceGroupByIDOK) Error() string

type PatchDeviceGroupByIDParams ¶

type PatchDeviceGroupByIDParams struct {

	/*Body*/
	Body *models.DeviceGroup
	/*ID*/
	ID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PatchDeviceGroupByIDParams contains all the parameters to send to the API endpoint for the patch device group by Id operation typically these are written to a http.Request

func NewPatchDeviceGroupByIDParams ¶

func NewPatchDeviceGroupByIDParams() *PatchDeviceGroupByIDParams

NewPatchDeviceGroupByIDParams creates a new PatchDeviceGroupByIDParams object with the default values initialized.

func NewPatchDeviceGroupByIDParamsWithContext ¶

func NewPatchDeviceGroupByIDParamsWithContext(ctx context.Context) *PatchDeviceGroupByIDParams

NewPatchDeviceGroupByIDParamsWithContext creates a new PatchDeviceGroupByIDParams object with the default values initialized, and the ability to set a context for a request

func NewPatchDeviceGroupByIDParamsWithHTTPClient ¶

func NewPatchDeviceGroupByIDParamsWithHTTPClient(client *http.Client) *PatchDeviceGroupByIDParams

NewPatchDeviceGroupByIDParamsWithHTTPClient creates a new PatchDeviceGroupByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewPatchDeviceGroupByIDParamsWithTimeout ¶

func NewPatchDeviceGroupByIDParamsWithTimeout(timeout time.Duration) *PatchDeviceGroupByIDParams

NewPatchDeviceGroupByIDParamsWithTimeout creates a new PatchDeviceGroupByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*PatchDeviceGroupByIDParams) SetBody ¶

func (o *PatchDeviceGroupByIDParams) SetBody(body *models.DeviceGroup)

SetBody adds the body to the patch device group by Id params

func (*PatchDeviceGroupByIDParams) SetContext ¶

func (o *PatchDeviceGroupByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the patch device group by Id params

func (*PatchDeviceGroupByIDParams) SetHTTPClient ¶

func (o *PatchDeviceGroupByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the patch device group by Id params

func (*PatchDeviceGroupByIDParams) SetID ¶

func (o *PatchDeviceGroupByIDParams) SetID(id int32)

SetID adds the id to the patch device group by Id params

func (*PatchDeviceGroupByIDParams) SetTimeout ¶

func (o *PatchDeviceGroupByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the patch device group by Id params

func (*PatchDeviceGroupByIDParams) WithBody ¶

WithBody adds the body to the patch device group by Id params

func (*PatchDeviceGroupByIDParams) WithContext ¶

WithContext adds the context to the patch device group by Id params

func (*PatchDeviceGroupByIDParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the patch device group by Id params

func (*PatchDeviceGroupByIDParams) WithID ¶

WithID adds the id to the patch device group by Id params

func (*PatchDeviceGroupByIDParams) WithTimeout ¶

WithTimeout adds the timeout to the patch device group by Id params

func (*PatchDeviceGroupByIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type PatchDeviceGroupByIDReader ¶

type PatchDeviceGroupByIDReader struct {
	// contains filtered or unexported fields
}

PatchDeviceGroupByIDReader is a Reader for the PatchDeviceGroupByID structure.

func (*PatchDeviceGroupByIDReader) ReadResponse ¶

func (o *PatchDeviceGroupByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PatchDeviceGroupClusterAlertConfByIDDefault ¶

type PatchDeviceGroupClusterAlertConfByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

PatchDeviceGroupClusterAlertConfByIDDefault handles this case with default header values.

Error

func NewPatchDeviceGroupClusterAlertConfByIDDefault ¶

func NewPatchDeviceGroupClusterAlertConfByIDDefault(code int) *PatchDeviceGroupClusterAlertConfByIDDefault

NewPatchDeviceGroupClusterAlertConfByIDDefault creates a PatchDeviceGroupClusterAlertConfByIDDefault with default headers values

func (*PatchDeviceGroupClusterAlertConfByIDDefault) Code ¶

Code gets the status code for the patch device group cluster alert conf by Id default response

func (*PatchDeviceGroupClusterAlertConfByIDDefault) Error ¶

type PatchDeviceGroupClusterAlertConfByIDOK ¶

type PatchDeviceGroupClusterAlertConfByIDOK struct {
	Payload *models.DeviceClusterAlertConfig
}

PatchDeviceGroupClusterAlertConfByIDOK handles this case with default header values.

successful operation

func NewPatchDeviceGroupClusterAlertConfByIDOK ¶

func NewPatchDeviceGroupClusterAlertConfByIDOK() *PatchDeviceGroupClusterAlertConfByIDOK

NewPatchDeviceGroupClusterAlertConfByIDOK creates a PatchDeviceGroupClusterAlertConfByIDOK with default headers values

func (*PatchDeviceGroupClusterAlertConfByIDOK) Error ¶

type PatchDeviceGroupClusterAlertConfByIDParams ¶

type PatchDeviceGroupClusterAlertConfByIDParams struct {

	/*Body*/
	Body *models.DeviceClusterAlertConfig
	/*DeviceGroupID*/
	DeviceGroupID int32
	/*ID*/
	ID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PatchDeviceGroupClusterAlertConfByIDParams contains all the parameters to send to the API endpoint for the patch device group cluster alert conf by Id operation typically these are written to a http.Request

func NewPatchDeviceGroupClusterAlertConfByIDParams ¶

func NewPatchDeviceGroupClusterAlertConfByIDParams() *PatchDeviceGroupClusterAlertConfByIDParams

NewPatchDeviceGroupClusterAlertConfByIDParams creates a new PatchDeviceGroupClusterAlertConfByIDParams object with the default values initialized.

func NewPatchDeviceGroupClusterAlertConfByIDParamsWithContext ¶

func NewPatchDeviceGroupClusterAlertConfByIDParamsWithContext(ctx context.Context) *PatchDeviceGroupClusterAlertConfByIDParams

NewPatchDeviceGroupClusterAlertConfByIDParamsWithContext creates a new PatchDeviceGroupClusterAlertConfByIDParams object with the default values initialized, and the ability to set a context for a request

func NewPatchDeviceGroupClusterAlertConfByIDParamsWithHTTPClient ¶

func NewPatchDeviceGroupClusterAlertConfByIDParamsWithHTTPClient(client *http.Client) *PatchDeviceGroupClusterAlertConfByIDParams

NewPatchDeviceGroupClusterAlertConfByIDParamsWithHTTPClient creates a new PatchDeviceGroupClusterAlertConfByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewPatchDeviceGroupClusterAlertConfByIDParamsWithTimeout ¶

func NewPatchDeviceGroupClusterAlertConfByIDParamsWithTimeout(timeout time.Duration) *PatchDeviceGroupClusterAlertConfByIDParams

NewPatchDeviceGroupClusterAlertConfByIDParamsWithTimeout creates a new PatchDeviceGroupClusterAlertConfByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*PatchDeviceGroupClusterAlertConfByIDParams) SetBody ¶

SetBody adds the body to the patch device group cluster alert conf by Id params

func (*PatchDeviceGroupClusterAlertConfByIDParams) SetContext ¶

SetContext adds the context to the patch device group cluster alert conf by Id params

func (*PatchDeviceGroupClusterAlertConfByIDParams) SetDeviceGroupID ¶

func (o *PatchDeviceGroupClusterAlertConfByIDParams) SetDeviceGroupID(deviceGroupID int32)

SetDeviceGroupID adds the deviceGroupId to the patch device group cluster alert conf by Id params

func (*PatchDeviceGroupClusterAlertConfByIDParams) SetHTTPClient ¶

func (o *PatchDeviceGroupClusterAlertConfByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the patch device group cluster alert conf by Id params

func (*PatchDeviceGroupClusterAlertConfByIDParams) SetID ¶

SetID adds the id to the patch device group cluster alert conf by Id params

func (*PatchDeviceGroupClusterAlertConfByIDParams) SetTimeout ¶

SetTimeout adds the timeout to the patch device group cluster alert conf by Id params

func (*PatchDeviceGroupClusterAlertConfByIDParams) WithBody ¶

WithBody adds the body to the patch device group cluster alert conf by Id params

func (*PatchDeviceGroupClusterAlertConfByIDParams) WithContext ¶

WithContext adds the context to the patch device group cluster alert conf by Id params

func (*PatchDeviceGroupClusterAlertConfByIDParams) WithDeviceGroupID ¶

WithDeviceGroupID adds the deviceGroupID to the patch device group cluster alert conf by Id params

func (*PatchDeviceGroupClusterAlertConfByIDParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the patch device group cluster alert conf by Id params

func (*PatchDeviceGroupClusterAlertConfByIDParams) WithID ¶

WithID adds the id to the patch device group cluster alert conf by Id params

func (*PatchDeviceGroupClusterAlertConfByIDParams) WithTimeout ¶

WithTimeout adds the timeout to the patch device group cluster alert conf by Id params

func (*PatchDeviceGroupClusterAlertConfByIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type PatchDeviceGroupClusterAlertConfByIDReader ¶

type PatchDeviceGroupClusterAlertConfByIDReader struct {
	// contains filtered or unexported fields
}

PatchDeviceGroupClusterAlertConfByIDReader is a Reader for the PatchDeviceGroupClusterAlertConfByID structure.

func (*PatchDeviceGroupClusterAlertConfByIDReader) ReadResponse ¶

func (o *PatchDeviceGroupClusterAlertConfByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PatchDeviceGroupDatasourceAlertSettingDefault ¶

type PatchDeviceGroupDatasourceAlertSettingDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

PatchDeviceGroupDatasourceAlertSettingDefault handles this case with default header values.

Error

func NewPatchDeviceGroupDatasourceAlertSettingDefault ¶

func NewPatchDeviceGroupDatasourceAlertSettingDefault(code int) *PatchDeviceGroupDatasourceAlertSettingDefault

NewPatchDeviceGroupDatasourceAlertSettingDefault creates a PatchDeviceGroupDatasourceAlertSettingDefault with default headers values

func (*PatchDeviceGroupDatasourceAlertSettingDefault) Code ¶

Code gets the status code for the patch device group datasource alert setting default response

func (*PatchDeviceGroupDatasourceAlertSettingDefault) Error ¶

type PatchDeviceGroupDatasourceAlertSettingOK ¶

type PatchDeviceGroupDatasourceAlertSettingOK struct {
	Payload *models.DeviceGroupDataSourceAlertConfig
}

PatchDeviceGroupDatasourceAlertSettingOK handles this case with default header values.

successful operation

func NewPatchDeviceGroupDatasourceAlertSettingOK ¶

func NewPatchDeviceGroupDatasourceAlertSettingOK() *PatchDeviceGroupDatasourceAlertSettingOK

NewPatchDeviceGroupDatasourceAlertSettingOK creates a PatchDeviceGroupDatasourceAlertSettingOK with default headers values

func (*PatchDeviceGroupDatasourceAlertSettingOK) Error ¶

type PatchDeviceGroupDatasourceAlertSettingParams ¶

type PatchDeviceGroupDatasourceAlertSettingParams struct {

	/*Body*/
	Body *models.DeviceGroupDataSourceAlertConfig
	/*DeviceGroupID*/
	DeviceGroupID int32
	/*DsID*/
	DsID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PatchDeviceGroupDatasourceAlertSettingParams contains all the parameters to send to the API endpoint for the patch device group datasource alert setting operation typically these are written to a http.Request

func NewPatchDeviceGroupDatasourceAlertSettingParams ¶

func NewPatchDeviceGroupDatasourceAlertSettingParams() *PatchDeviceGroupDatasourceAlertSettingParams

NewPatchDeviceGroupDatasourceAlertSettingParams creates a new PatchDeviceGroupDatasourceAlertSettingParams object with the default values initialized.

func NewPatchDeviceGroupDatasourceAlertSettingParamsWithContext ¶

func NewPatchDeviceGroupDatasourceAlertSettingParamsWithContext(ctx context.Context) *PatchDeviceGroupDatasourceAlertSettingParams

NewPatchDeviceGroupDatasourceAlertSettingParamsWithContext creates a new PatchDeviceGroupDatasourceAlertSettingParams object with the default values initialized, and the ability to set a context for a request

func NewPatchDeviceGroupDatasourceAlertSettingParamsWithHTTPClient ¶

func NewPatchDeviceGroupDatasourceAlertSettingParamsWithHTTPClient(client *http.Client) *PatchDeviceGroupDatasourceAlertSettingParams

NewPatchDeviceGroupDatasourceAlertSettingParamsWithHTTPClient creates a new PatchDeviceGroupDatasourceAlertSettingParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewPatchDeviceGroupDatasourceAlertSettingParamsWithTimeout ¶

func NewPatchDeviceGroupDatasourceAlertSettingParamsWithTimeout(timeout time.Duration) *PatchDeviceGroupDatasourceAlertSettingParams

NewPatchDeviceGroupDatasourceAlertSettingParamsWithTimeout creates a new PatchDeviceGroupDatasourceAlertSettingParams object with the default values initialized, and the ability to set a timeout on a request

func (*PatchDeviceGroupDatasourceAlertSettingParams) SetBody ¶

SetBody adds the body to the patch device group datasource alert setting params

func (*PatchDeviceGroupDatasourceAlertSettingParams) SetContext ¶

SetContext adds the context to the patch device group datasource alert setting params

func (*PatchDeviceGroupDatasourceAlertSettingParams) SetDeviceGroupID ¶

func (o *PatchDeviceGroupDatasourceAlertSettingParams) SetDeviceGroupID(deviceGroupID int32)

SetDeviceGroupID adds the deviceGroupId to the patch device group datasource alert setting params

func (*PatchDeviceGroupDatasourceAlertSettingParams) SetDsID ¶

SetDsID adds the dsId to the patch device group datasource alert setting params

func (*PatchDeviceGroupDatasourceAlertSettingParams) SetHTTPClient ¶

func (o *PatchDeviceGroupDatasourceAlertSettingParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the patch device group datasource alert setting params

func (*PatchDeviceGroupDatasourceAlertSettingParams) SetTimeout ¶

SetTimeout adds the timeout to the patch device group datasource alert setting params

func (*PatchDeviceGroupDatasourceAlertSettingParams) WithBody ¶

WithBody adds the body to the patch device group datasource alert setting params

func (*PatchDeviceGroupDatasourceAlertSettingParams) WithContext ¶

WithContext adds the context to the patch device group datasource alert setting params

func (*PatchDeviceGroupDatasourceAlertSettingParams) WithDeviceGroupID ¶

WithDeviceGroupID adds the deviceGroupID to the patch device group datasource alert setting params

func (*PatchDeviceGroupDatasourceAlertSettingParams) WithDsID ¶

WithDsID adds the dsID to the patch device group datasource alert setting params

func (*PatchDeviceGroupDatasourceAlertSettingParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the patch device group datasource alert setting params

func (*PatchDeviceGroupDatasourceAlertSettingParams) WithTimeout ¶

WithTimeout adds the timeout to the patch device group datasource alert setting params

func (*PatchDeviceGroupDatasourceAlertSettingParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type PatchDeviceGroupDatasourceAlertSettingReader ¶

type PatchDeviceGroupDatasourceAlertSettingReader struct {
	// contains filtered or unexported fields
}

PatchDeviceGroupDatasourceAlertSettingReader is a Reader for the PatchDeviceGroupDatasourceAlertSetting structure.

func (*PatchDeviceGroupDatasourceAlertSettingReader) ReadResponse ¶

func (o *PatchDeviceGroupDatasourceAlertSettingReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PatchDeviceGroupPropertyByNameDefault ¶

type PatchDeviceGroupPropertyByNameDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

PatchDeviceGroupPropertyByNameDefault handles this case with default header values.

Error

func NewPatchDeviceGroupPropertyByNameDefault ¶

func NewPatchDeviceGroupPropertyByNameDefault(code int) *PatchDeviceGroupPropertyByNameDefault

NewPatchDeviceGroupPropertyByNameDefault creates a PatchDeviceGroupPropertyByNameDefault with default headers values

func (*PatchDeviceGroupPropertyByNameDefault) Code ¶

Code gets the status code for the patch device group property by name default response

func (*PatchDeviceGroupPropertyByNameDefault) Error ¶

type PatchDeviceGroupPropertyByNameOK ¶

type PatchDeviceGroupPropertyByNameOK struct {
	Payload *models.EntityProperty
}

PatchDeviceGroupPropertyByNameOK handles this case with default header values.

successful operation

func NewPatchDeviceGroupPropertyByNameOK ¶

func NewPatchDeviceGroupPropertyByNameOK() *PatchDeviceGroupPropertyByNameOK

NewPatchDeviceGroupPropertyByNameOK creates a PatchDeviceGroupPropertyByNameOK with default headers values

func (*PatchDeviceGroupPropertyByNameOK) Error ¶

type PatchDeviceGroupPropertyByNameParams ¶

type PatchDeviceGroupPropertyByNameParams struct {

	/*Body*/
	Body *models.EntityProperty
	/*Gid
	  group ID

	*/
	Gid int32
	/*Name*/
	Name string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PatchDeviceGroupPropertyByNameParams contains all the parameters to send to the API endpoint for the patch device group property by name operation typically these are written to a http.Request

func NewPatchDeviceGroupPropertyByNameParams ¶

func NewPatchDeviceGroupPropertyByNameParams() *PatchDeviceGroupPropertyByNameParams

NewPatchDeviceGroupPropertyByNameParams creates a new PatchDeviceGroupPropertyByNameParams object with the default values initialized.

func NewPatchDeviceGroupPropertyByNameParamsWithContext ¶

func NewPatchDeviceGroupPropertyByNameParamsWithContext(ctx context.Context) *PatchDeviceGroupPropertyByNameParams

NewPatchDeviceGroupPropertyByNameParamsWithContext creates a new PatchDeviceGroupPropertyByNameParams object with the default values initialized, and the ability to set a context for a request

func NewPatchDeviceGroupPropertyByNameParamsWithHTTPClient ¶

func NewPatchDeviceGroupPropertyByNameParamsWithHTTPClient(client *http.Client) *PatchDeviceGroupPropertyByNameParams

NewPatchDeviceGroupPropertyByNameParamsWithHTTPClient creates a new PatchDeviceGroupPropertyByNameParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewPatchDeviceGroupPropertyByNameParamsWithTimeout ¶

func NewPatchDeviceGroupPropertyByNameParamsWithTimeout(timeout time.Duration) *PatchDeviceGroupPropertyByNameParams

NewPatchDeviceGroupPropertyByNameParamsWithTimeout creates a new PatchDeviceGroupPropertyByNameParams object with the default values initialized, and the ability to set a timeout on a request

func (*PatchDeviceGroupPropertyByNameParams) SetBody ¶

SetBody adds the body to the patch device group property by name params

func (*PatchDeviceGroupPropertyByNameParams) SetContext ¶

SetContext adds the context to the patch device group property by name params

func (*PatchDeviceGroupPropertyByNameParams) SetGid ¶

SetGid adds the gid to the patch device group property by name params

func (*PatchDeviceGroupPropertyByNameParams) SetHTTPClient ¶

func (o *PatchDeviceGroupPropertyByNameParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the patch device group property by name params

func (*PatchDeviceGroupPropertyByNameParams) SetName ¶

SetName adds the name to the patch device group property by name params

func (*PatchDeviceGroupPropertyByNameParams) SetTimeout ¶

func (o *PatchDeviceGroupPropertyByNameParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the patch device group property by name params

func (*PatchDeviceGroupPropertyByNameParams) WithBody ¶

WithBody adds the body to the patch device group property by name params

func (*PatchDeviceGroupPropertyByNameParams) WithContext ¶

WithContext adds the context to the patch device group property by name params

func (*PatchDeviceGroupPropertyByNameParams) WithGid ¶

WithGid adds the gid to the patch device group property by name params

func (*PatchDeviceGroupPropertyByNameParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the patch device group property by name params

func (*PatchDeviceGroupPropertyByNameParams) WithName ¶

WithName adds the name to the patch device group property by name params

func (*PatchDeviceGroupPropertyByNameParams) WithTimeout ¶

WithTimeout adds the timeout to the patch device group property by name params

func (*PatchDeviceGroupPropertyByNameParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type PatchDeviceGroupPropertyByNameReader ¶

type PatchDeviceGroupPropertyByNameReader struct {
	// contains filtered or unexported fields
}

PatchDeviceGroupPropertyByNameReader is a Reader for the PatchDeviceGroupPropertyByName structure.

func (*PatchDeviceGroupPropertyByNameReader) ReadResponse ¶

func (o *PatchDeviceGroupPropertyByNameReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PatchDeviceOK ¶

type PatchDeviceOK struct {
	Payload *models.Device
}

PatchDeviceOK handles this case with default header values.

successful operation

func NewPatchDeviceOK ¶

func NewPatchDeviceOK() *PatchDeviceOK

NewPatchDeviceOK creates a PatchDeviceOK with default headers values

func (*PatchDeviceOK) Error ¶

func (o *PatchDeviceOK) Error() string

type PatchDeviceParams ¶

type PatchDeviceParams struct {

	/*Body*/
	Body *models.Device
	/*End*/
	End *int64
	/*ID*/
	ID int32
	/*PatchFields*/
	PatchFields *string
	/*NetflowFilter*/
	NetflowFilter *string
	/*OpType*/
	OpType *string
	/*Start*/
	Start *int64

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PatchDeviceParams contains all the parameters to send to the API endpoint for the patch device operation typically these are written to a http.Request

func NewPatchDeviceParams ¶

func NewPatchDeviceParams() *PatchDeviceParams

NewPatchDeviceParams creates a new PatchDeviceParams object with the default values initialized.

func NewPatchDeviceParamsWithContext ¶

func NewPatchDeviceParamsWithContext(ctx context.Context) *PatchDeviceParams

NewPatchDeviceParamsWithContext creates a new PatchDeviceParams object with the default values initialized, and the ability to set a context for a request

func NewPatchDeviceParamsWithHTTPClient ¶

func NewPatchDeviceParamsWithHTTPClient(client *http.Client) *PatchDeviceParams

NewPatchDeviceParamsWithHTTPClient creates a new PatchDeviceParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewPatchDeviceParamsWithTimeout ¶

func NewPatchDeviceParamsWithTimeout(timeout time.Duration) *PatchDeviceParams

NewPatchDeviceParamsWithTimeout creates a new PatchDeviceParams object with the default values initialized, and the ability to set a timeout on a request

func (*PatchDeviceParams) SetBody ¶

func (o *PatchDeviceParams) SetBody(body *models.Device)

SetBody adds the body to the patch device params

func (*PatchDeviceParams) SetContext ¶

func (o *PatchDeviceParams) SetContext(ctx context.Context)

SetContext adds the context to the patch device params

func (*PatchDeviceParams) SetEnd ¶

func (o *PatchDeviceParams) SetEnd(end *int64)

SetEnd adds the end to the patch device params

func (*PatchDeviceParams) SetHTTPClient ¶

func (o *PatchDeviceParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the patch device params

func (*PatchDeviceParams) SetID ¶

func (o *PatchDeviceParams) SetID(id int32)

SetID adds the id to the patch device params

func (*PatchDeviceParams) SetNetflowFilter ¶

func (o *PatchDeviceParams) SetNetflowFilter(netflowFilter *string)

SetNetflowFilter adds the netflowFilter to the patch device params

func (*PatchDeviceParams) SetOpType ¶

func (o *PatchDeviceParams) SetOpType(opType *string)

SetOpType adds the opType to the patch device params

func (*PatchDeviceParams) SetPatchFields ¶

func (o *PatchDeviceParams) SetPatchFields(patchFields *string)

SetPatchFields adds the patchFields to the patch device params

func (*PatchDeviceParams) SetStart ¶

func (o *PatchDeviceParams) SetStart(start *int64)

SetStart adds the start to the patch device params

func (*PatchDeviceParams) SetTimeout ¶

func (o *PatchDeviceParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the patch device params

func (*PatchDeviceParams) WithBody ¶

func (o *PatchDeviceParams) WithBody(body *models.Device) *PatchDeviceParams

WithBody adds the body to the patch device params

func (*PatchDeviceParams) WithContext ¶

func (o *PatchDeviceParams) WithContext(ctx context.Context) *PatchDeviceParams

WithContext adds the context to the patch device params

func (*PatchDeviceParams) WithEnd ¶

func (o *PatchDeviceParams) WithEnd(end *int64) *PatchDeviceParams

WithEnd adds the end to the patch device params

func (*PatchDeviceParams) WithHTTPClient ¶

func (o *PatchDeviceParams) WithHTTPClient(client *http.Client) *PatchDeviceParams

WithHTTPClient adds the HTTPClient to the patch device params

func (*PatchDeviceParams) WithID ¶

func (o *PatchDeviceParams) WithID(id int32) *PatchDeviceParams

WithID adds the id to the patch device params

func (*PatchDeviceParams) WithNetflowFilter ¶

func (o *PatchDeviceParams) WithNetflowFilter(netflowFilter *string) *PatchDeviceParams

WithNetflowFilter adds the netflowFilter to the patch device params

func (*PatchDeviceParams) WithOpType ¶

func (o *PatchDeviceParams) WithOpType(opType *string) *PatchDeviceParams

WithOpType adds the opType to the patch device params

func (*PatchDeviceParams) WithPatchFields ¶

func (o *PatchDeviceParams) WithPatchFields(patchFields *string) *PatchDeviceParams

WithPatchFields adds the patchFields to the patch device params

func (*PatchDeviceParams) WithStart ¶

func (o *PatchDeviceParams) WithStart(start *int64) *PatchDeviceParams

WithStart adds the start to the patch device params

func (*PatchDeviceParams) WithTimeout ¶

func (o *PatchDeviceParams) WithTimeout(timeout time.Duration) *PatchDeviceParams

WithTimeout adds the timeout to the patch device params

func (*PatchDeviceParams) WriteToRequest ¶

func (o *PatchDeviceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type PatchDevicePropertyByNameDefault ¶

type PatchDevicePropertyByNameDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

PatchDevicePropertyByNameDefault handles this case with default header values.

Error

func NewPatchDevicePropertyByNameDefault ¶

func NewPatchDevicePropertyByNameDefault(code int) *PatchDevicePropertyByNameDefault

NewPatchDevicePropertyByNameDefault creates a PatchDevicePropertyByNameDefault with default headers values

func (*PatchDevicePropertyByNameDefault) Code ¶

Code gets the status code for the patch device property by name default response

func (*PatchDevicePropertyByNameDefault) Error ¶

type PatchDevicePropertyByNameOK ¶

type PatchDevicePropertyByNameOK struct {
	Payload *models.EntityProperty
}

PatchDevicePropertyByNameOK handles this case with default header values.

successful operation

func NewPatchDevicePropertyByNameOK ¶

func NewPatchDevicePropertyByNameOK() *PatchDevicePropertyByNameOK

NewPatchDevicePropertyByNameOK creates a PatchDevicePropertyByNameOK with default headers values

func (*PatchDevicePropertyByNameOK) Error ¶

type PatchDevicePropertyByNameParams ¶

type PatchDevicePropertyByNameParams struct {

	/*Body*/
	Body *models.EntityProperty
	/*DeviceID*/
	DeviceID int32
	/*Name*/
	Name string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PatchDevicePropertyByNameParams contains all the parameters to send to the API endpoint for the patch device property by name operation typically these are written to a http.Request

func NewPatchDevicePropertyByNameParams ¶

func NewPatchDevicePropertyByNameParams() *PatchDevicePropertyByNameParams

NewPatchDevicePropertyByNameParams creates a new PatchDevicePropertyByNameParams object with the default values initialized.

func NewPatchDevicePropertyByNameParamsWithContext ¶

func NewPatchDevicePropertyByNameParamsWithContext(ctx context.Context) *PatchDevicePropertyByNameParams

NewPatchDevicePropertyByNameParamsWithContext creates a new PatchDevicePropertyByNameParams object with the default values initialized, and the ability to set a context for a request

func NewPatchDevicePropertyByNameParamsWithHTTPClient ¶

func NewPatchDevicePropertyByNameParamsWithHTTPClient(client *http.Client) *PatchDevicePropertyByNameParams

NewPatchDevicePropertyByNameParamsWithHTTPClient creates a new PatchDevicePropertyByNameParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewPatchDevicePropertyByNameParamsWithTimeout ¶

func NewPatchDevicePropertyByNameParamsWithTimeout(timeout time.Duration) *PatchDevicePropertyByNameParams

NewPatchDevicePropertyByNameParamsWithTimeout creates a new PatchDevicePropertyByNameParams object with the default values initialized, and the ability to set a timeout on a request

func (*PatchDevicePropertyByNameParams) SetBody ¶

SetBody adds the body to the patch device property by name params

func (*PatchDevicePropertyByNameParams) SetContext ¶

func (o *PatchDevicePropertyByNameParams) SetContext(ctx context.Context)

SetContext adds the context to the patch device property by name params

func (*PatchDevicePropertyByNameParams) SetDeviceID ¶

func (o *PatchDevicePropertyByNameParams) SetDeviceID(deviceID int32)

SetDeviceID adds the deviceId to the patch device property by name params

func (*PatchDevicePropertyByNameParams) SetHTTPClient ¶

func (o *PatchDevicePropertyByNameParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the patch device property by name params

func (*PatchDevicePropertyByNameParams) SetName ¶

func (o *PatchDevicePropertyByNameParams) SetName(name string)

SetName adds the name to the patch device property by name params

func (*PatchDevicePropertyByNameParams) SetTimeout ¶

func (o *PatchDevicePropertyByNameParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the patch device property by name params

func (*PatchDevicePropertyByNameParams) WithBody ¶

WithBody adds the body to the patch device property by name params

func (*PatchDevicePropertyByNameParams) WithContext ¶

WithContext adds the context to the patch device property by name params

func (*PatchDevicePropertyByNameParams) WithDeviceID ¶

WithDeviceID adds the deviceID to the patch device property by name params

func (*PatchDevicePropertyByNameParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the patch device property by name params

func (*PatchDevicePropertyByNameParams) WithName ¶

WithName adds the name to the patch device property by name params

func (*PatchDevicePropertyByNameParams) WithTimeout ¶

WithTimeout adds the timeout to the patch device property by name params

func (*PatchDevicePropertyByNameParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type PatchDevicePropertyByNameReader ¶

type PatchDevicePropertyByNameReader struct {
	// contains filtered or unexported fields
}

PatchDevicePropertyByNameReader is a Reader for the PatchDevicePropertyByName structure.

func (*PatchDevicePropertyByNameReader) ReadResponse ¶

func (o *PatchDevicePropertyByNameReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PatchDeviceReader ¶

type PatchDeviceReader struct {
	// contains filtered or unexported fields
}

PatchDeviceReader is a Reader for the PatchDevice structure.

func (*PatchDeviceReader) ReadResponse ¶

func (o *PatchDeviceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PatchEscalationChainByIDDefault ¶

type PatchEscalationChainByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

PatchEscalationChainByIDDefault handles this case with default header values.

Error

func NewPatchEscalationChainByIDDefault ¶

func NewPatchEscalationChainByIDDefault(code int) *PatchEscalationChainByIDDefault

NewPatchEscalationChainByIDDefault creates a PatchEscalationChainByIDDefault with default headers values

func (*PatchEscalationChainByIDDefault) Code ¶

Code gets the status code for the patch escalation chain by Id default response

func (*PatchEscalationChainByIDDefault) Error ¶

type PatchEscalationChainByIDOK ¶

type PatchEscalationChainByIDOK struct {
	Payload *models.EscalatingChain
}

PatchEscalationChainByIDOK handles this case with default header values.

successful operation

func NewPatchEscalationChainByIDOK ¶

func NewPatchEscalationChainByIDOK() *PatchEscalationChainByIDOK

NewPatchEscalationChainByIDOK creates a PatchEscalationChainByIDOK with default headers values

func (*PatchEscalationChainByIDOK) Error ¶

type PatchEscalationChainByIDParams ¶

type PatchEscalationChainByIDParams struct {

	/*Body*/
	Body *models.EscalatingChain
	/*ID*/
	ID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PatchEscalationChainByIDParams contains all the parameters to send to the API endpoint for the patch escalation chain by Id operation typically these are written to a http.Request

func NewPatchEscalationChainByIDParams ¶

func NewPatchEscalationChainByIDParams() *PatchEscalationChainByIDParams

NewPatchEscalationChainByIDParams creates a new PatchEscalationChainByIDParams object with the default values initialized.

func NewPatchEscalationChainByIDParamsWithContext ¶

func NewPatchEscalationChainByIDParamsWithContext(ctx context.Context) *PatchEscalationChainByIDParams

NewPatchEscalationChainByIDParamsWithContext creates a new PatchEscalationChainByIDParams object with the default values initialized, and the ability to set a context for a request

func NewPatchEscalationChainByIDParamsWithHTTPClient ¶

func NewPatchEscalationChainByIDParamsWithHTTPClient(client *http.Client) *PatchEscalationChainByIDParams

NewPatchEscalationChainByIDParamsWithHTTPClient creates a new PatchEscalationChainByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewPatchEscalationChainByIDParamsWithTimeout ¶

func NewPatchEscalationChainByIDParamsWithTimeout(timeout time.Duration) *PatchEscalationChainByIDParams

NewPatchEscalationChainByIDParamsWithTimeout creates a new PatchEscalationChainByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*PatchEscalationChainByIDParams) SetBody ¶

SetBody adds the body to the patch escalation chain by Id params

func (*PatchEscalationChainByIDParams) SetContext ¶

func (o *PatchEscalationChainByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the patch escalation chain by Id params

func (*PatchEscalationChainByIDParams) SetHTTPClient ¶

func (o *PatchEscalationChainByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the patch escalation chain by Id params

func (*PatchEscalationChainByIDParams) SetID ¶

SetID adds the id to the patch escalation chain by Id params

func (*PatchEscalationChainByIDParams) SetTimeout ¶

func (o *PatchEscalationChainByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the patch escalation chain by Id params

func (*PatchEscalationChainByIDParams) WithBody ¶

WithBody adds the body to the patch escalation chain by Id params

func (*PatchEscalationChainByIDParams) WithContext ¶

WithContext adds the context to the patch escalation chain by Id params

func (*PatchEscalationChainByIDParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the patch escalation chain by Id params

func (*PatchEscalationChainByIDParams) WithID ¶

WithID adds the id to the patch escalation chain by Id params

func (*PatchEscalationChainByIDParams) WithTimeout ¶

WithTimeout adds the timeout to the patch escalation chain by Id params

func (*PatchEscalationChainByIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type PatchEscalationChainByIDReader ¶

type PatchEscalationChainByIDReader struct {
	// contains filtered or unexported fields
}

PatchEscalationChainByIDReader is a Reader for the PatchEscalationChainByID structure.

func (*PatchEscalationChainByIDReader) ReadResponse ¶

func (o *PatchEscalationChainByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PatchNetscanDefault ¶

type PatchNetscanDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

PatchNetscanDefault handles this case with default header values.

Error

func NewPatchNetscanDefault ¶

func NewPatchNetscanDefault(code int) *PatchNetscanDefault

NewPatchNetscanDefault creates a PatchNetscanDefault with default headers values

func (*PatchNetscanDefault) Code ¶

func (o *PatchNetscanDefault) Code() int

Code gets the status code for the patch netscan default response

func (*PatchNetscanDefault) Error ¶

func (o *PatchNetscanDefault) Error() string

type PatchNetscanOK ¶

type PatchNetscanOK struct {
	Payload models.Netscan
}

PatchNetscanOK handles this case with default header values.

successful operation

func NewPatchNetscanOK ¶

func NewPatchNetscanOK() *PatchNetscanOK

NewPatchNetscanOK creates a PatchNetscanOK with default headers values

func (*PatchNetscanOK) Error ¶

func (o *PatchNetscanOK) Error() string

type PatchNetscanParams ¶

type PatchNetscanParams struct {

	/*Body*/
	Body models.Netscan
	/*ID*/
	ID int32
	/*Reason*/
	Reason *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PatchNetscanParams contains all the parameters to send to the API endpoint for the patch netscan operation typically these are written to a http.Request

func NewPatchNetscanParams ¶

func NewPatchNetscanParams() *PatchNetscanParams

NewPatchNetscanParams creates a new PatchNetscanParams object with the default values initialized.

func NewPatchNetscanParamsWithContext ¶

func NewPatchNetscanParamsWithContext(ctx context.Context) *PatchNetscanParams

NewPatchNetscanParamsWithContext creates a new PatchNetscanParams object with the default values initialized, and the ability to set a context for a request

func NewPatchNetscanParamsWithHTTPClient ¶

func NewPatchNetscanParamsWithHTTPClient(client *http.Client) *PatchNetscanParams

NewPatchNetscanParamsWithHTTPClient creates a new PatchNetscanParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewPatchNetscanParamsWithTimeout ¶

func NewPatchNetscanParamsWithTimeout(timeout time.Duration) *PatchNetscanParams

NewPatchNetscanParamsWithTimeout creates a new PatchNetscanParams object with the default values initialized, and the ability to set a timeout on a request

func (*PatchNetscanParams) SetBody ¶

func (o *PatchNetscanParams) SetBody(body models.Netscan)

SetBody adds the body to the patch netscan params

func (*PatchNetscanParams) SetContext ¶

func (o *PatchNetscanParams) SetContext(ctx context.Context)

SetContext adds the context to the patch netscan params

func (*PatchNetscanParams) SetHTTPClient ¶

func (o *PatchNetscanParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the patch netscan params

func (*PatchNetscanParams) SetID ¶

func (o *PatchNetscanParams) SetID(id int32)

SetID adds the id to the patch netscan params

func (*PatchNetscanParams) SetReason ¶

func (o *PatchNetscanParams) SetReason(reason *string)

SetReason adds the reason to the patch netscan params

func (*PatchNetscanParams) SetTimeout ¶

func (o *PatchNetscanParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the patch netscan params

func (*PatchNetscanParams) WithBody ¶

WithBody adds the body to the patch netscan params

func (*PatchNetscanParams) WithContext ¶

WithContext adds the context to the patch netscan params

func (*PatchNetscanParams) WithHTTPClient ¶

func (o *PatchNetscanParams) WithHTTPClient(client *http.Client) *PatchNetscanParams

WithHTTPClient adds the HTTPClient to the patch netscan params

func (*PatchNetscanParams) WithID ¶

WithID adds the id to the patch netscan params

func (*PatchNetscanParams) WithReason ¶

func (o *PatchNetscanParams) WithReason(reason *string) *PatchNetscanParams

WithReason adds the reason to the patch netscan params

func (*PatchNetscanParams) WithTimeout ¶

func (o *PatchNetscanParams) WithTimeout(timeout time.Duration) *PatchNetscanParams

WithTimeout adds the timeout to the patch netscan params

func (*PatchNetscanParams) WriteToRequest ¶

func (o *PatchNetscanParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type PatchNetscanReader ¶

type PatchNetscanReader struct {
	// contains filtered or unexported fields
}

PatchNetscanReader is a Reader for the PatchNetscan structure.

func (*PatchNetscanReader) ReadResponse ¶

func (o *PatchNetscanReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PatchOpsNoteByIDDefault ¶

type PatchOpsNoteByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

PatchOpsNoteByIDDefault handles this case with default header values.

Error

func NewPatchOpsNoteByIDDefault ¶

func NewPatchOpsNoteByIDDefault(code int) *PatchOpsNoteByIDDefault

NewPatchOpsNoteByIDDefault creates a PatchOpsNoteByIDDefault with default headers values

func (*PatchOpsNoteByIDDefault) Code ¶

func (o *PatchOpsNoteByIDDefault) Code() int

Code gets the status code for the patch ops note by Id default response

func (*PatchOpsNoteByIDDefault) Error ¶

func (o *PatchOpsNoteByIDDefault) Error() string

type PatchOpsNoteByIDOK ¶

type PatchOpsNoteByIDOK struct {
	Payload *models.OpsNote
}

PatchOpsNoteByIDOK handles this case with default header values.

successful operation

func NewPatchOpsNoteByIDOK ¶

func NewPatchOpsNoteByIDOK() *PatchOpsNoteByIDOK

NewPatchOpsNoteByIDOK creates a PatchOpsNoteByIDOK with default headers values

func (*PatchOpsNoteByIDOK) Error ¶

func (o *PatchOpsNoteByIDOK) Error() string

type PatchOpsNoteByIDParams ¶

type PatchOpsNoteByIDParams struct {

	/*Body*/
	Body *models.OpsNote
	/*ID*/
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PatchOpsNoteByIDParams contains all the parameters to send to the API endpoint for the patch ops note by Id operation typically these are written to a http.Request

func NewPatchOpsNoteByIDParams ¶

func NewPatchOpsNoteByIDParams() *PatchOpsNoteByIDParams

NewPatchOpsNoteByIDParams creates a new PatchOpsNoteByIDParams object with the default values initialized.

func NewPatchOpsNoteByIDParamsWithContext ¶

func NewPatchOpsNoteByIDParamsWithContext(ctx context.Context) *PatchOpsNoteByIDParams

NewPatchOpsNoteByIDParamsWithContext creates a new PatchOpsNoteByIDParams object with the default values initialized, and the ability to set a context for a request

func NewPatchOpsNoteByIDParamsWithHTTPClient ¶

func NewPatchOpsNoteByIDParamsWithHTTPClient(client *http.Client) *PatchOpsNoteByIDParams

NewPatchOpsNoteByIDParamsWithHTTPClient creates a new PatchOpsNoteByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewPatchOpsNoteByIDParamsWithTimeout ¶

func NewPatchOpsNoteByIDParamsWithTimeout(timeout time.Duration) *PatchOpsNoteByIDParams

NewPatchOpsNoteByIDParamsWithTimeout creates a new PatchOpsNoteByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*PatchOpsNoteByIDParams) SetBody ¶

func (o *PatchOpsNoteByIDParams) SetBody(body *models.OpsNote)

SetBody adds the body to the patch ops note by Id params

func (*PatchOpsNoteByIDParams) SetContext ¶

func (o *PatchOpsNoteByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the patch ops note by Id params

func (*PatchOpsNoteByIDParams) SetHTTPClient ¶

func (o *PatchOpsNoteByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the patch ops note by Id params

func (*PatchOpsNoteByIDParams) SetID ¶

func (o *PatchOpsNoteByIDParams) SetID(id string)

SetID adds the id to the patch ops note by Id params

func (*PatchOpsNoteByIDParams) SetTimeout ¶

func (o *PatchOpsNoteByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the patch ops note by Id params

func (*PatchOpsNoteByIDParams) WithBody ¶

WithBody adds the body to the patch ops note by Id params

func (*PatchOpsNoteByIDParams) WithContext ¶

WithContext adds the context to the patch ops note by Id params

func (*PatchOpsNoteByIDParams) WithHTTPClient ¶

func (o *PatchOpsNoteByIDParams) WithHTTPClient(client *http.Client) *PatchOpsNoteByIDParams

WithHTTPClient adds the HTTPClient to the patch ops note by Id params

func (*PatchOpsNoteByIDParams) WithID ¶

WithID adds the id to the patch ops note by Id params

func (*PatchOpsNoteByIDParams) WithTimeout ¶

WithTimeout adds the timeout to the patch ops note by Id params

func (*PatchOpsNoteByIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type PatchOpsNoteByIDReader ¶

type PatchOpsNoteByIDReader struct {
	// contains filtered or unexported fields
}

PatchOpsNoteByIDReader is a Reader for the PatchOpsNoteByID structure.

func (*PatchOpsNoteByIDReader) ReadResponse ¶

func (o *PatchOpsNoteByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PatchRecipientGroupByIDDefault ¶

type PatchRecipientGroupByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

PatchRecipientGroupByIDDefault handles this case with default header values.

Error

func NewPatchRecipientGroupByIDDefault ¶

func NewPatchRecipientGroupByIDDefault(code int) *PatchRecipientGroupByIDDefault

NewPatchRecipientGroupByIDDefault creates a PatchRecipientGroupByIDDefault with default headers values

func (*PatchRecipientGroupByIDDefault) Code ¶

Code gets the status code for the patch recipient group by Id default response

func (*PatchRecipientGroupByIDDefault) Error ¶

type PatchRecipientGroupByIDOK ¶

type PatchRecipientGroupByIDOK struct {
	Payload *models.RecipientGroup
}

PatchRecipientGroupByIDOK handles this case with default header values.

successful operation

func NewPatchRecipientGroupByIDOK ¶

func NewPatchRecipientGroupByIDOK() *PatchRecipientGroupByIDOK

NewPatchRecipientGroupByIDOK creates a PatchRecipientGroupByIDOK with default headers values

func (*PatchRecipientGroupByIDOK) Error ¶

func (o *PatchRecipientGroupByIDOK) Error() string

type PatchRecipientGroupByIDParams ¶

type PatchRecipientGroupByIDParams struct {

	/*Body*/
	Body *models.RecipientGroup
	/*ID*/
	ID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PatchRecipientGroupByIDParams contains all the parameters to send to the API endpoint for the patch recipient group by Id operation typically these are written to a http.Request

func NewPatchRecipientGroupByIDParams ¶

func NewPatchRecipientGroupByIDParams() *PatchRecipientGroupByIDParams

NewPatchRecipientGroupByIDParams creates a new PatchRecipientGroupByIDParams object with the default values initialized.

func NewPatchRecipientGroupByIDParamsWithContext ¶

func NewPatchRecipientGroupByIDParamsWithContext(ctx context.Context) *PatchRecipientGroupByIDParams

NewPatchRecipientGroupByIDParamsWithContext creates a new PatchRecipientGroupByIDParams object with the default values initialized, and the ability to set a context for a request

func NewPatchRecipientGroupByIDParamsWithHTTPClient ¶

func NewPatchRecipientGroupByIDParamsWithHTTPClient(client *http.Client) *PatchRecipientGroupByIDParams

NewPatchRecipientGroupByIDParamsWithHTTPClient creates a new PatchRecipientGroupByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewPatchRecipientGroupByIDParamsWithTimeout ¶

func NewPatchRecipientGroupByIDParamsWithTimeout(timeout time.Duration) *PatchRecipientGroupByIDParams

NewPatchRecipientGroupByIDParamsWithTimeout creates a new PatchRecipientGroupByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*PatchRecipientGroupByIDParams) SetBody ¶

SetBody adds the body to the patch recipient group by Id params

func (*PatchRecipientGroupByIDParams) SetContext ¶

func (o *PatchRecipientGroupByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the patch recipient group by Id params

func (*PatchRecipientGroupByIDParams) SetHTTPClient ¶

func (o *PatchRecipientGroupByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the patch recipient group by Id params

func (*PatchRecipientGroupByIDParams) SetID ¶

func (o *PatchRecipientGroupByIDParams) SetID(id int32)

SetID adds the id to the patch recipient group by Id params

func (*PatchRecipientGroupByIDParams) SetTimeout ¶

func (o *PatchRecipientGroupByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the patch recipient group by Id params

func (*PatchRecipientGroupByIDParams) WithBody ¶

WithBody adds the body to the patch recipient group by Id params

func (*PatchRecipientGroupByIDParams) WithContext ¶

WithContext adds the context to the patch recipient group by Id params

func (*PatchRecipientGroupByIDParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the patch recipient group by Id params

func (*PatchRecipientGroupByIDParams) WithID ¶

WithID adds the id to the patch recipient group by Id params

func (*PatchRecipientGroupByIDParams) WithTimeout ¶

WithTimeout adds the timeout to the patch recipient group by Id params

func (*PatchRecipientGroupByIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type PatchRecipientGroupByIDReader ¶

type PatchRecipientGroupByIDReader struct {
	// contains filtered or unexported fields
}

PatchRecipientGroupByIDReader is a Reader for the PatchRecipientGroupByID structure.

func (*PatchRecipientGroupByIDReader) ReadResponse ¶

func (o *PatchRecipientGroupByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PatchReportByIDDefault ¶

type PatchReportByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

PatchReportByIDDefault handles this case with default header values.

Error

func NewPatchReportByIDDefault ¶

func NewPatchReportByIDDefault(code int) *PatchReportByIDDefault

NewPatchReportByIDDefault creates a PatchReportByIDDefault with default headers values

func (*PatchReportByIDDefault) Code ¶

func (o *PatchReportByIDDefault) Code() int

Code gets the status code for the patch report by Id default response

func (*PatchReportByIDDefault) Error ¶

func (o *PatchReportByIDDefault) Error() string

type PatchReportByIDOK ¶

type PatchReportByIDOK struct {
	Payload models.ReportBase
}

PatchReportByIDOK handles this case with default header values.

successful operation

func NewPatchReportByIDOK ¶

func NewPatchReportByIDOK() *PatchReportByIDOK

NewPatchReportByIDOK creates a PatchReportByIDOK with default headers values

func (*PatchReportByIDOK) Error ¶

func (o *PatchReportByIDOK) Error() string

type PatchReportByIDParams ¶

type PatchReportByIDParams struct {

	/*Body*/
	Body models.ReportBase
	/*ID*/
	ID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PatchReportByIDParams contains all the parameters to send to the API endpoint for the patch report by Id operation typically these are written to a http.Request

func NewPatchReportByIDParams ¶

func NewPatchReportByIDParams() *PatchReportByIDParams

NewPatchReportByIDParams creates a new PatchReportByIDParams object with the default values initialized.

func NewPatchReportByIDParamsWithContext ¶

func NewPatchReportByIDParamsWithContext(ctx context.Context) *PatchReportByIDParams

NewPatchReportByIDParamsWithContext creates a new PatchReportByIDParams object with the default values initialized, and the ability to set a context for a request

func NewPatchReportByIDParamsWithHTTPClient ¶

func NewPatchReportByIDParamsWithHTTPClient(client *http.Client) *PatchReportByIDParams

NewPatchReportByIDParamsWithHTTPClient creates a new PatchReportByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewPatchReportByIDParamsWithTimeout ¶

func NewPatchReportByIDParamsWithTimeout(timeout time.Duration) *PatchReportByIDParams

NewPatchReportByIDParamsWithTimeout creates a new PatchReportByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*PatchReportByIDParams) SetBody ¶

func (o *PatchReportByIDParams) SetBody(body models.ReportBase)

SetBody adds the body to the patch report by Id params

func (*PatchReportByIDParams) SetContext ¶

func (o *PatchReportByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the patch report by Id params

func (*PatchReportByIDParams) SetHTTPClient ¶

func (o *PatchReportByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the patch report by Id params

func (*PatchReportByIDParams) SetID ¶

func (o *PatchReportByIDParams) SetID(id int32)

SetID adds the id to the patch report by Id params

func (*PatchReportByIDParams) SetTimeout ¶

func (o *PatchReportByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the patch report by Id params

func (*PatchReportByIDParams) WithBody ¶

WithBody adds the body to the patch report by Id params

func (*PatchReportByIDParams) WithContext ¶

WithContext adds the context to the patch report by Id params

func (*PatchReportByIDParams) WithHTTPClient ¶

func (o *PatchReportByIDParams) WithHTTPClient(client *http.Client) *PatchReportByIDParams

WithHTTPClient adds the HTTPClient to the patch report by Id params

func (*PatchReportByIDParams) WithID ¶

WithID adds the id to the patch report by Id params

func (*PatchReportByIDParams) WithTimeout ¶

func (o *PatchReportByIDParams) WithTimeout(timeout time.Duration) *PatchReportByIDParams

WithTimeout adds the timeout to the patch report by Id params

func (*PatchReportByIDParams) WriteToRequest ¶

func (o *PatchReportByIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type PatchReportByIDReader ¶

type PatchReportByIDReader struct {
	// contains filtered or unexported fields
}

PatchReportByIDReader is a Reader for the PatchReportByID structure.

func (*PatchReportByIDReader) ReadResponse ¶

func (o *PatchReportByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PatchReportGroupByIDDefault ¶

type PatchReportGroupByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

PatchReportGroupByIDDefault handles this case with default header values.

Error

func NewPatchReportGroupByIDDefault ¶

func NewPatchReportGroupByIDDefault(code int) *PatchReportGroupByIDDefault

NewPatchReportGroupByIDDefault creates a PatchReportGroupByIDDefault with default headers values

func (*PatchReportGroupByIDDefault) Code ¶

func (o *PatchReportGroupByIDDefault) Code() int

Code gets the status code for the patch report group by Id default response

func (*PatchReportGroupByIDDefault) Error ¶

type PatchReportGroupByIDOK ¶

type PatchReportGroupByIDOK struct {
	Payload *models.ReportGroup
}

PatchReportGroupByIDOK handles this case with default header values.

successful operation

func NewPatchReportGroupByIDOK ¶

func NewPatchReportGroupByIDOK() *PatchReportGroupByIDOK

NewPatchReportGroupByIDOK creates a PatchReportGroupByIDOK with default headers values

func (*PatchReportGroupByIDOK) Error ¶

func (o *PatchReportGroupByIDOK) Error() string

type PatchReportGroupByIDParams ¶

type PatchReportGroupByIDParams struct {

	/*Body*/
	Body *models.ReportGroup
	/*ID*/
	ID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PatchReportGroupByIDParams contains all the parameters to send to the API endpoint for the patch report group by Id operation typically these are written to a http.Request

func NewPatchReportGroupByIDParams ¶

func NewPatchReportGroupByIDParams() *PatchReportGroupByIDParams

NewPatchReportGroupByIDParams creates a new PatchReportGroupByIDParams object with the default values initialized.

func NewPatchReportGroupByIDParamsWithContext ¶

func NewPatchReportGroupByIDParamsWithContext(ctx context.Context) *PatchReportGroupByIDParams

NewPatchReportGroupByIDParamsWithContext creates a new PatchReportGroupByIDParams object with the default values initialized, and the ability to set a context for a request

func NewPatchReportGroupByIDParamsWithHTTPClient ¶

func NewPatchReportGroupByIDParamsWithHTTPClient(client *http.Client) *PatchReportGroupByIDParams

NewPatchReportGroupByIDParamsWithHTTPClient creates a new PatchReportGroupByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewPatchReportGroupByIDParamsWithTimeout ¶

func NewPatchReportGroupByIDParamsWithTimeout(timeout time.Duration) *PatchReportGroupByIDParams

NewPatchReportGroupByIDParamsWithTimeout creates a new PatchReportGroupByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*PatchReportGroupByIDParams) SetBody ¶

func (o *PatchReportGroupByIDParams) SetBody(body *models.ReportGroup)

SetBody adds the body to the patch report group by Id params

func (*PatchReportGroupByIDParams) SetContext ¶

func (o *PatchReportGroupByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the patch report group by Id params

func (*PatchReportGroupByIDParams) SetHTTPClient ¶

func (o *PatchReportGroupByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the patch report group by Id params

func (*PatchReportGroupByIDParams) SetID ¶

func (o *PatchReportGroupByIDParams) SetID(id int32)

SetID adds the id to the patch report group by Id params

func (*PatchReportGroupByIDParams) SetTimeout ¶

func (o *PatchReportGroupByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the patch report group by Id params

func (*PatchReportGroupByIDParams) WithBody ¶

WithBody adds the body to the patch report group by Id params

func (*PatchReportGroupByIDParams) WithContext ¶

WithContext adds the context to the patch report group by Id params

func (*PatchReportGroupByIDParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the patch report group by Id params

func (*PatchReportGroupByIDParams) WithID ¶

WithID adds the id to the patch report group by Id params

func (*PatchReportGroupByIDParams) WithTimeout ¶

WithTimeout adds the timeout to the patch report group by Id params

func (*PatchReportGroupByIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type PatchReportGroupByIDReader ¶

type PatchReportGroupByIDReader struct {
	// contains filtered or unexported fields
}

PatchReportGroupByIDReader is a Reader for the PatchReportGroupByID structure.

func (*PatchReportGroupByIDReader) ReadResponse ¶

func (o *PatchReportGroupByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PatchRoleByIDDefault ¶

type PatchRoleByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

PatchRoleByIDDefault handles this case with default header values.

Error

func NewPatchRoleByIDDefault ¶

func NewPatchRoleByIDDefault(code int) *PatchRoleByIDDefault

NewPatchRoleByIDDefault creates a PatchRoleByIDDefault with default headers values

func (*PatchRoleByIDDefault) Code ¶

func (o *PatchRoleByIDDefault) Code() int

Code gets the status code for the patch role by Id default response

func (*PatchRoleByIDDefault) Error ¶

func (o *PatchRoleByIDDefault) Error() string

type PatchRoleByIDOK ¶

type PatchRoleByIDOK struct {
	Payload *models.Role
}

PatchRoleByIDOK handles this case with default header values.

successful operation

func NewPatchRoleByIDOK ¶

func NewPatchRoleByIDOK() *PatchRoleByIDOK

NewPatchRoleByIDOK creates a PatchRoleByIDOK with default headers values

func (*PatchRoleByIDOK) Error ¶

func (o *PatchRoleByIDOK) Error() string

type PatchRoleByIDParams ¶

type PatchRoleByIDParams struct {

	/*Body*/
	Body *models.Role
	/*ID*/
	ID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PatchRoleByIDParams contains all the parameters to send to the API endpoint for the patch role by Id operation typically these are written to a http.Request

func NewPatchRoleByIDParams ¶

func NewPatchRoleByIDParams() *PatchRoleByIDParams

NewPatchRoleByIDParams creates a new PatchRoleByIDParams object with the default values initialized.

func NewPatchRoleByIDParamsWithContext ¶

func NewPatchRoleByIDParamsWithContext(ctx context.Context) *PatchRoleByIDParams

NewPatchRoleByIDParamsWithContext creates a new PatchRoleByIDParams object with the default values initialized, and the ability to set a context for a request

func NewPatchRoleByIDParamsWithHTTPClient ¶

func NewPatchRoleByIDParamsWithHTTPClient(client *http.Client) *PatchRoleByIDParams

NewPatchRoleByIDParamsWithHTTPClient creates a new PatchRoleByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewPatchRoleByIDParamsWithTimeout ¶

func NewPatchRoleByIDParamsWithTimeout(timeout time.Duration) *PatchRoleByIDParams

NewPatchRoleByIDParamsWithTimeout creates a new PatchRoleByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*PatchRoleByIDParams) SetBody ¶

func (o *PatchRoleByIDParams) SetBody(body *models.Role)

SetBody adds the body to the patch role by Id params

func (*PatchRoleByIDParams) SetContext ¶

func (o *PatchRoleByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the patch role by Id params

func (*PatchRoleByIDParams) SetHTTPClient ¶

func (o *PatchRoleByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the patch role by Id params

func (*PatchRoleByIDParams) SetID ¶

func (o *PatchRoleByIDParams) SetID(id int32)

SetID adds the id to the patch role by Id params

func (*PatchRoleByIDParams) SetTimeout ¶

func (o *PatchRoleByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the patch role by Id params

func (*PatchRoleByIDParams) WithBody ¶

func (o *PatchRoleByIDParams) WithBody(body *models.Role) *PatchRoleByIDParams

WithBody adds the body to the patch role by Id params

func (*PatchRoleByIDParams) WithContext ¶

WithContext adds the context to the patch role by Id params

func (*PatchRoleByIDParams) WithHTTPClient ¶

func (o *PatchRoleByIDParams) WithHTTPClient(client *http.Client) *PatchRoleByIDParams

WithHTTPClient adds the HTTPClient to the patch role by Id params

func (*PatchRoleByIDParams) WithID ¶

WithID adds the id to the patch role by Id params

func (*PatchRoleByIDParams) WithTimeout ¶

func (o *PatchRoleByIDParams) WithTimeout(timeout time.Duration) *PatchRoleByIDParams

WithTimeout adds the timeout to the patch role by Id params

func (*PatchRoleByIDParams) WriteToRequest ¶

func (o *PatchRoleByIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type PatchRoleByIDReader ¶

type PatchRoleByIDReader struct {
	// contains filtered or unexported fields
}

PatchRoleByIDReader is a Reader for the PatchRoleByID structure.

func (*PatchRoleByIDReader) ReadResponse ¶

func (o *PatchRoleByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PatchSDTByIDDefault ¶

type PatchSDTByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

PatchSDTByIDDefault handles this case with default header values.

Error

func NewPatchSDTByIDDefault ¶

func NewPatchSDTByIDDefault(code int) *PatchSDTByIDDefault

NewPatchSDTByIDDefault creates a PatchSDTByIDDefault with default headers values

func (*PatchSDTByIDDefault) Code ¶

func (o *PatchSDTByIDDefault) Code() int

Code gets the status code for the patch SDT by Id default response

func (*PatchSDTByIDDefault) Error ¶

func (o *PatchSDTByIDDefault) Error() string

type PatchSDTByIDOK ¶

type PatchSDTByIDOK struct {
	Payload models.SDT
}

PatchSDTByIDOK handles this case with default header values.

successful operation

func NewPatchSDTByIDOK ¶

func NewPatchSDTByIDOK() *PatchSDTByIDOK

NewPatchSDTByIDOK creates a PatchSDTByIDOK with default headers values

func (*PatchSDTByIDOK) Error ¶

func (o *PatchSDTByIDOK) Error() string

type PatchSDTByIDParams ¶

type PatchSDTByIDParams struct {

	/*Body*/
	Body models.SDT
	/*ID*/
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PatchSDTByIDParams contains all the parameters to send to the API endpoint for the patch SDT by Id operation typically these are written to a http.Request

func NewPatchSDTByIDParams ¶

func NewPatchSDTByIDParams() *PatchSDTByIDParams

NewPatchSDTByIDParams creates a new PatchSDTByIDParams object with the default values initialized.

func NewPatchSDTByIDParamsWithContext ¶

func NewPatchSDTByIDParamsWithContext(ctx context.Context) *PatchSDTByIDParams

NewPatchSDTByIDParamsWithContext creates a new PatchSDTByIDParams object with the default values initialized, and the ability to set a context for a request

func NewPatchSDTByIDParamsWithHTTPClient ¶

func NewPatchSDTByIDParamsWithHTTPClient(client *http.Client) *PatchSDTByIDParams

NewPatchSDTByIDParamsWithHTTPClient creates a new PatchSDTByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewPatchSDTByIDParamsWithTimeout ¶

func NewPatchSDTByIDParamsWithTimeout(timeout time.Duration) *PatchSDTByIDParams

NewPatchSDTByIDParamsWithTimeout creates a new PatchSDTByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*PatchSDTByIDParams) SetBody ¶

func (o *PatchSDTByIDParams) SetBody(body models.SDT)

SetBody adds the body to the patch SDT by Id params

func (*PatchSDTByIDParams) SetContext ¶

func (o *PatchSDTByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the patch SDT by Id params

func (*PatchSDTByIDParams) SetHTTPClient ¶

func (o *PatchSDTByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the patch SDT by Id params

func (*PatchSDTByIDParams) SetID ¶

func (o *PatchSDTByIDParams) SetID(id string)

SetID adds the id to the patch SDT by Id params

func (*PatchSDTByIDParams) SetTimeout ¶

func (o *PatchSDTByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the patch SDT by Id params

func (*PatchSDTByIDParams) WithBody ¶

func (o *PatchSDTByIDParams) WithBody(body models.SDT) *PatchSDTByIDParams

WithBody adds the body to the patch SDT by Id params

func (*PatchSDTByIDParams) WithContext ¶

WithContext adds the context to the patch SDT by Id params

func (*PatchSDTByIDParams) WithHTTPClient ¶

func (o *PatchSDTByIDParams) WithHTTPClient(client *http.Client) *PatchSDTByIDParams

WithHTTPClient adds the HTTPClient to the patch SDT by Id params

func (*PatchSDTByIDParams) WithID ¶

WithID adds the id to the patch SDT by Id params

func (*PatchSDTByIDParams) WithTimeout ¶

func (o *PatchSDTByIDParams) WithTimeout(timeout time.Duration) *PatchSDTByIDParams

WithTimeout adds the timeout to the patch SDT by Id params

func (*PatchSDTByIDParams) WriteToRequest ¶

func (o *PatchSDTByIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type PatchSDTByIDReader ¶

type PatchSDTByIDReader struct {
	// contains filtered or unexported fields
}

PatchSDTByIDReader is a Reader for the PatchSDTByID structure.

func (*PatchSDTByIDReader) ReadResponse ¶

func (o *PatchSDTByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PatchWebsiteByIDDefault ¶

type PatchWebsiteByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

PatchWebsiteByIDDefault handles this case with default header values.

Error

func NewPatchWebsiteByIDDefault ¶

func NewPatchWebsiteByIDDefault(code int) *PatchWebsiteByIDDefault

NewPatchWebsiteByIDDefault creates a PatchWebsiteByIDDefault with default headers values

func (*PatchWebsiteByIDDefault) Code ¶

func (o *PatchWebsiteByIDDefault) Code() int

Code gets the status code for the patch website by Id default response

func (*PatchWebsiteByIDDefault) Error ¶

func (o *PatchWebsiteByIDDefault) Error() string

type PatchWebsiteByIDOK ¶

type PatchWebsiteByIDOK struct {
	Payload models.Website
}

PatchWebsiteByIDOK handles this case with default header values.

successful operation

func NewPatchWebsiteByIDOK ¶

func NewPatchWebsiteByIDOK() *PatchWebsiteByIDOK

NewPatchWebsiteByIDOK creates a PatchWebsiteByIDOK with default headers values

func (*PatchWebsiteByIDOK) Error ¶

func (o *PatchWebsiteByIDOK) Error() string

type PatchWebsiteByIDParams ¶

type PatchWebsiteByIDParams struct {

	/*Body*/
	Body models.Website
	/*ID*/
	ID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PatchWebsiteByIDParams contains all the parameters to send to the API endpoint for the patch website by Id operation typically these are written to a http.Request

func NewPatchWebsiteByIDParams ¶

func NewPatchWebsiteByIDParams() *PatchWebsiteByIDParams

NewPatchWebsiteByIDParams creates a new PatchWebsiteByIDParams object with the default values initialized.

func NewPatchWebsiteByIDParamsWithContext ¶

func NewPatchWebsiteByIDParamsWithContext(ctx context.Context) *PatchWebsiteByIDParams

NewPatchWebsiteByIDParamsWithContext creates a new PatchWebsiteByIDParams object with the default values initialized, and the ability to set a context for a request

func NewPatchWebsiteByIDParamsWithHTTPClient ¶

func NewPatchWebsiteByIDParamsWithHTTPClient(client *http.Client) *PatchWebsiteByIDParams

NewPatchWebsiteByIDParamsWithHTTPClient creates a new PatchWebsiteByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewPatchWebsiteByIDParamsWithTimeout ¶

func NewPatchWebsiteByIDParamsWithTimeout(timeout time.Duration) *PatchWebsiteByIDParams

NewPatchWebsiteByIDParamsWithTimeout creates a new PatchWebsiteByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*PatchWebsiteByIDParams) SetBody ¶

func (o *PatchWebsiteByIDParams) SetBody(body models.Website)

SetBody adds the body to the patch website by Id params

func (*PatchWebsiteByIDParams) SetContext ¶

func (o *PatchWebsiteByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the patch website by Id params

func (*PatchWebsiteByIDParams) SetHTTPClient ¶

func (o *PatchWebsiteByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the patch website by Id params

func (*PatchWebsiteByIDParams) SetID ¶

func (o *PatchWebsiteByIDParams) SetID(id int32)

SetID adds the id to the patch website by Id params

func (*PatchWebsiteByIDParams) SetTimeout ¶

func (o *PatchWebsiteByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the patch website by Id params

func (*PatchWebsiteByIDParams) WithBody ¶

WithBody adds the body to the patch website by Id params

func (*PatchWebsiteByIDParams) WithContext ¶

WithContext adds the context to the patch website by Id params

func (*PatchWebsiteByIDParams) WithHTTPClient ¶

func (o *PatchWebsiteByIDParams) WithHTTPClient(client *http.Client) *PatchWebsiteByIDParams

WithHTTPClient adds the HTTPClient to the patch website by Id params

func (*PatchWebsiteByIDParams) WithID ¶

WithID adds the id to the patch website by Id params

func (*PatchWebsiteByIDParams) WithTimeout ¶

WithTimeout adds the timeout to the patch website by Id params

func (*PatchWebsiteByIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type PatchWebsiteByIDReader ¶

type PatchWebsiteByIDReader struct {
	// contains filtered or unexported fields
}

PatchWebsiteByIDReader is a Reader for the PatchWebsiteByID structure.

func (*PatchWebsiteByIDReader) ReadResponse ¶

func (o *PatchWebsiteByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PatchWebsiteGroupByIDDefault ¶

type PatchWebsiteGroupByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

PatchWebsiteGroupByIDDefault handles this case with default header values.

Error

func NewPatchWebsiteGroupByIDDefault ¶

func NewPatchWebsiteGroupByIDDefault(code int) *PatchWebsiteGroupByIDDefault

NewPatchWebsiteGroupByIDDefault creates a PatchWebsiteGroupByIDDefault with default headers values

func (*PatchWebsiteGroupByIDDefault) Code ¶

Code gets the status code for the patch website group by Id default response

func (*PatchWebsiteGroupByIDDefault) Error ¶

type PatchWebsiteGroupByIDOK ¶

type PatchWebsiteGroupByIDOK struct {
	Payload *models.WebsiteGroup
}

PatchWebsiteGroupByIDOK handles this case with default header values.

successful operation

func NewPatchWebsiteGroupByIDOK ¶

func NewPatchWebsiteGroupByIDOK() *PatchWebsiteGroupByIDOK

NewPatchWebsiteGroupByIDOK creates a PatchWebsiteGroupByIDOK with default headers values

func (*PatchWebsiteGroupByIDOK) Error ¶

func (o *PatchWebsiteGroupByIDOK) Error() string

type PatchWebsiteGroupByIDParams ¶

type PatchWebsiteGroupByIDParams struct {

	/*Body*/
	Body *models.WebsiteGroup
	/*ID*/
	ID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PatchWebsiteGroupByIDParams contains all the parameters to send to the API endpoint for the patch website group by Id operation typically these are written to a http.Request

func NewPatchWebsiteGroupByIDParams ¶

func NewPatchWebsiteGroupByIDParams() *PatchWebsiteGroupByIDParams

NewPatchWebsiteGroupByIDParams creates a new PatchWebsiteGroupByIDParams object with the default values initialized.

func NewPatchWebsiteGroupByIDParamsWithContext ¶

func NewPatchWebsiteGroupByIDParamsWithContext(ctx context.Context) *PatchWebsiteGroupByIDParams

NewPatchWebsiteGroupByIDParamsWithContext creates a new PatchWebsiteGroupByIDParams object with the default values initialized, and the ability to set a context for a request

func NewPatchWebsiteGroupByIDParamsWithHTTPClient ¶

func NewPatchWebsiteGroupByIDParamsWithHTTPClient(client *http.Client) *PatchWebsiteGroupByIDParams

NewPatchWebsiteGroupByIDParamsWithHTTPClient creates a new PatchWebsiteGroupByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewPatchWebsiteGroupByIDParamsWithTimeout ¶

func NewPatchWebsiteGroupByIDParamsWithTimeout(timeout time.Duration) *PatchWebsiteGroupByIDParams

NewPatchWebsiteGroupByIDParamsWithTimeout creates a new PatchWebsiteGroupByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*PatchWebsiteGroupByIDParams) SetBody ¶

SetBody adds the body to the patch website group by Id params

func (*PatchWebsiteGroupByIDParams) SetContext ¶

func (o *PatchWebsiteGroupByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the patch website group by Id params

func (*PatchWebsiteGroupByIDParams) SetHTTPClient ¶

func (o *PatchWebsiteGroupByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the patch website group by Id params

func (*PatchWebsiteGroupByIDParams) SetID ¶

func (o *PatchWebsiteGroupByIDParams) SetID(id int32)

SetID adds the id to the patch website group by Id params

func (*PatchWebsiteGroupByIDParams) SetTimeout ¶

func (o *PatchWebsiteGroupByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the patch website group by Id params

func (*PatchWebsiteGroupByIDParams) WithBody ¶

WithBody adds the body to the patch website group by Id params

func (*PatchWebsiteGroupByIDParams) WithContext ¶

WithContext adds the context to the patch website group by Id params

func (*PatchWebsiteGroupByIDParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the patch website group by Id params

func (*PatchWebsiteGroupByIDParams) WithID ¶

WithID adds the id to the patch website group by Id params

func (*PatchWebsiteGroupByIDParams) WithTimeout ¶

WithTimeout adds the timeout to the patch website group by Id params

func (*PatchWebsiteGroupByIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type PatchWebsiteGroupByIDReader ¶

type PatchWebsiteGroupByIDReader struct {
	// contains filtered or unexported fields
}

PatchWebsiteGroupByIDReader is a Reader for the PatchWebsiteGroupByID structure.

func (*PatchWebsiteGroupByIDReader) ReadResponse ¶

func (o *PatchWebsiteGroupByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PatchWidgetByIDDefault ¶

type PatchWidgetByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

PatchWidgetByIDDefault handles this case with default header values.

Error

func NewPatchWidgetByIDDefault ¶

func NewPatchWidgetByIDDefault(code int) *PatchWidgetByIDDefault

NewPatchWidgetByIDDefault creates a PatchWidgetByIDDefault with default headers values

func (*PatchWidgetByIDDefault) Code ¶

func (o *PatchWidgetByIDDefault) Code() int

Code gets the status code for the patch widget by Id default response

func (*PatchWidgetByIDDefault) Error ¶

func (o *PatchWidgetByIDDefault) Error() string

type PatchWidgetByIDOK ¶

type PatchWidgetByIDOK struct {
	Payload models.Widget
}

PatchWidgetByIDOK handles this case with default header values.

successful operation

func NewPatchWidgetByIDOK ¶

func NewPatchWidgetByIDOK() *PatchWidgetByIDOK

NewPatchWidgetByIDOK creates a PatchWidgetByIDOK with default headers values

func (*PatchWidgetByIDOK) Error ¶

func (o *PatchWidgetByIDOK) Error() string

type PatchWidgetByIDParams ¶

type PatchWidgetByIDParams struct {

	/*Body*/
	Body models.Widget
	/*ID*/
	ID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PatchWidgetByIDParams contains all the parameters to send to the API endpoint for the patch widget by Id operation typically these are written to a http.Request

func NewPatchWidgetByIDParams ¶

func NewPatchWidgetByIDParams() *PatchWidgetByIDParams

NewPatchWidgetByIDParams creates a new PatchWidgetByIDParams object with the default values initialized.

func NewPatchWidgetByIDParamsWithContext ¶

func NewPatchWidgetByIDParamsWithContext(ctx context.Context) *PatchWidgetByIDParams

NewPatchWidgetByIDParamsWithContext creates a new PatchWidgetByIDParams object with the default values initialized, and the ability to set a context for a request

func NewPatchWidgetByIDParamsWithHTTPClient ¶

func NewPatchWidgetByIDParamsWithHTTPClient(client *http.Client) *PatchWidgetByIDParams

NewPatchWidgetByIDParamsWithHTTPClient creates a new PatchWidgetByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewPatchWidgetByIDParamsWithTimeout ¶

func NewPatchWidgetByIDParamsWithTimeout(timeout time.Duration) *PatchWidgetByIDParams

NewPatchWidgetByIDParamsWithTimeout creates a new PatchWidgetByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*PatchWidgetByIDParams) SetBody ¶

func (o *PatchWidgetByIDParams) SetBody(body models.Widget)

SetBody adds the body to the patch widget by Id params

func (*PatchWidgetByIDParams) SetContext ¶

func (o *PatchWidgetByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the patch widget by Id params

func (*PatchWidgetByIDParams) SetHTTPClient ¶

func (o *PatchWidgetByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the patch widget by Id params

func (*PatchWidgetByIDParams) SetID ¶

func (o *PatchWidgetByIDParams) SetID(id int32)

SetID adds the id to the patch widget by Id params

func (*PatchWidgetByIDParams) SetTimeout ¶

func (o *PatchWidgetByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the patch widget by Id params

func (*PatchWidgetByIDParams) WithBody ¶

WithBody adds the body to the patch widget by Id params

func (*PatchWidgetByIDParams) WithContext ¶

WithContext adds the context to the patch widget by Id params

func (*PatchWidgetByIDParams) WithHTTPClient ¶

func (o *PatchWidgetByIDParams) WithHTTPClient(client *http.Client) *PatchWidgetByIDParams

WithHTTPClient adds the HTTPClient to the patch widget by Id params

func (*PatchWidgetByIDParams) WithID ¶

WithID adds the id to the patch widget by Id params

func (*PatchWidgetByIDParams) WithTimeout ¶

func (o *PatchWidgetByIDParams) WithTimeout(timeout time.Duration) *PatchWidgetByIDParams

WithTimeout adds the timeout to the patch widget by Id params

func (*PatchWidgetByIDParams) WriteToRequest ¶

func (o *PatchWidgetByIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type PatchWidgetByIDReader ¶

type PatchWidgetByIDReader struct {
	// contains filtered or unexported fields
}

PatchWidgetByIDReader is a Reader for the PatchWidgetByID structure.

func (*PatchWidgetByIDReader) ReadResponse ¶

func (o *PatchWidgetByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ScheduleAutoDiscoveryByDeviceIDDefault ¶

type ScheduleAutoDiscoveryByDeviceIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

ScheduleAutoDiscoveryByDeviceIDDefault handles this case with default header values.

Error

func NewScheduleAutoDiscoveryByDeviceIDDefault ¶

func NewScheduleAutoDiscoveryByDeviceIDDefault(code int) *ScheduleAutoDiscoveryByDeviceIDDefault

NewScheduleAutoDiscoveryByDeviceIDDefault creates a ScheduleAutoDiscoveryByDeviceIDDefault with default headers values

func (*ScheduleAutoDiscoveryByDeviceIDDefault) Code ¶

Code gets the status code for the schedule auto discovery by device Id default response

func (*ScheduleAutoDiscoveryByDeviceIDDefault) Error ¶

type ScheduleAutoDiscoveryByDeviceIDOK ¶

type ScheduleAutoDiscoveryByDeviceIDOK struct {
	Payload interface{}
}

ScheduleAutoDiscoveryByDeviceIDOK handles this case with default header values.

successful operation

func NewScheduleAutoDiscoveryByDeviceIDOK ¶

func NewScheduleAutoDiscoveryByDeviceIDOK() *ScheduleAutoDiscoveryByDeviceIDOK

NewScheduleAutoDiscoveryByDeviceIDOK creates a ScheduleAutoDiscoveryByDeviceIDOK with default headers values

func (*ScheduleAutoDiscoveryByDeviceIDOK) Error ¶

type ScheduleAutoDiscoveryByDeviceIDParams ¶

type ScheduleAutoDiscoveryByDeviceIDParams struct {

	/*End*/
	End *int64
	/*ID*/
	ID int32
	/*NetflowFilter*/
	NetflowFilter *string
	/*Start*/
	Start *int64

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ScheduleAutoDiscoveryByDeviceIDParams contains all the parameters to send to the API endpoint for the schedule auto discovery by device Id operation typically these are written to a http.Request

func NewScheduleAutoDiscoveryByDeviceIDParams ¶

func NewScheduleAutoDiscoveryByDeviceIDParams() *ScheduleAutoDiscoveryByDeviceIDParams

NewScheduleAutoDiscoveryByDeviceIDParams creates a new ScheduleAutoDiscoveryByDeviceIDParams object with the default values initialized.

func NewScheduleAutoDiscoveryByDeviceIDParamsWithContext ¶

func NewScheduleAutoDiscoveryByDeviceIDParamsWithContext(ctx context.Context) *ScheduleAutoDiscoveryByDeviceIDParams

NewScheduleAutoDiscoveryByDeviceIDParamsWithContext creates a new ScheduleAutoDiscoveryByDeviceIDParams object with the default values initialized, and the ability to set a context for a request

func NewScheduleAutoDiscoveryByDeviceIDParamsWithHTTPClient ¶

func NewScheduleAutoDiscoveryByDeviceIDParamsWithHTTPClient(client *http.Client) *ScheduleAutoDiscoveryByDeviceIDParams

NewScheduleAutoDiscoveryByDeviceIDParamsWithHTTPClient creates a new ScheduleAutoDiscoveryByDeviceIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewScheduleAutoDiscoveryByDeviceIDParamsWithTimeout ¶

func NewScheduleAutoDiscoveryByDeviceIDParamsWithTimeout(timeout time.Duration) *ScheduleAutoDiscoveryByDeviceIDParams

NewScheduleAutoDiscoveryByDeviceIDParamsWithTimeout creates a new ScheduleAutoDiscoveryByDeviceIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*ScheduleAutoDiscoveryByDeviceIDParams) SetContext ¶

SetContext adds the context to the schedule auto discovery by device Id params

func (*ScheduleAutoDiscoveryByDeviceIDParams) SetEnd ¶

SetEnd adds the end to the schedule auto discovery by device Id params

func (*ScheduleAutoDiscoveryByDeviceIDParams) SetHTTPClient ¶

func (o *ScheduleAutoDiscoveryByDeviceIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the schedule auto discovery by device Id params

func (*ScheduleAutoDiscoveryByDeviceIDParams) SetID ¶

SetID adds the id to the schedule auto discovery by device Id params

func (*ScheduleAutoDiscoveryByDeviceIDParams) SetNetflowFilter ¶

func (o *ScheduleAutoDiscoveryByDeviceIDParams) SetNetflowFilter(netflowFilter *string)

SetNetflowFilter adds the netflowFilter to the schedule auto discovery by device Id params

func (*ScheduleAutoDiscoveryByDeviceIDParams) SetStart ¶

func (o *ScheduleAutoDiscoveryByDeviceIDParams) SetStart(start *int64)

SetStart adds the start to the schedule auto discovery by device Id params

func (*ScheduleAutoDiscoveryByDeviceIDParams) SetTimeout ¶

func (o *ScheduleAutoDiscoveryByDeviceIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the schedule auto discovery by device Id params

func (*ScheduleAutoDiscoveryByDeviceIDParams) WithContext ¶

WithContext adds the context to the schedule auto discovery by device Id params

func (*ScheduleAutoDiscoveryByDeviceIDParams) WithEnd ¶

WithEnd adds the end to the schedule auto discovery by device Id params

func (*ScheduleAutoDiscoveryByDeviceIDParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the schedule auto discovery by device Id params

func (*ScheduleAutoDiscoveryByDeviceIDParams) WithID ¶

WithID adds the id to the schedule auto discovery by device Id params

func (*ScheduleAutoDiscoveryByDeviceIDParams) WithNetflowFilter ¶

WithNetflowFilter adds the netflowFilter to the schedule auto discovery by device Id params

func (*ScheduleAutoDiscoveryByDeviceIDParams) WithStart ¶

WithStart adds the start to the schedule auto discovery by device Id params

func (*ScheduleAutoDiscoveryByDeviceIDParams) WithTimeout ¶

WithTimeout adds the timeout to the schedule auto discovery by device Id params

func (*ScheduleAutoDiscoveryByDeviceIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type ScheduleAutoDiscoveryByDeviceIDReader ¶

type ScheduleAutoDiscoveryByDeviceIDReader struct {
	// contains filtered or unexported fields
}

ScheduleAutoDiscoveryByDeviceIDReader is a Reader for the ScheduleAutoDiscoveryByDeviceID structure.

func (*ScheduleAutoDiscoveryByDeviceIDReader) ReadResponse ¶

func (o *ScheduleAutoDiscoveryByDeviceIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateAPITokenByAdminIDDefault ¶

type UpdateAPITokenByAdminIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

UpdateAPITokenByAdminIDDefault handles this case with default header values.

Error

func NewUpdateAPITokenByAdminIDDefault ¶

func NewUpdateAPITokenByAdminIDDefault(code int) *UpdateAPITokenByAdminIDDefault

NewUpdateAPITokenByAdminIDDefault creates a UpdateAPITokenByAdminIDDefault with default headers values

func (*UpdateAPITokenByAdminIDDefault) Code ¶

Code gets the status code for the update Api token by admin Id default response

func (*UpdateAPITokenByAdminIDDefault) Error ¶

type UpdateAPITokenByAdminIDOK ¶

type UpdateAPITokenByAdminIDOK struct {
	Payload *models.APIToken
}

UpdateAPITokenByAdminIDOK handles this case with default header values.

successful operation

func NewUpdateAPITokenByAdminIDOK ¶

func NewUpdateAPITokenByAdminIDOK() *UpdateAPITokenByAdminIDOK

NewUpdateAPITokenByAdminIDOK creates a UpdateAPITokenByAdminIDOK with default headers values

func (*UpdateAPITokenByAdminIDOK) Error ¶

func (o *UpdateAPITokenByAdminIDOK) Error() string

type UpdateAPITokenByAdminIDParams ¶

type UpdateAPITokenByAdminIDParams struct {

	/*AdminID*/
	AdminID int32
	/*ApitokenID*/
	ApitokenID int32
	/*Body*/
	Body *models.APIToken

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateAPITokenByAdminIDParams contains all the parameters to send to the API endpoint for the update Api token by admin Id operation typically these are written to a http.Request

func NewUpdateAPITokenByAdminIDParams ¶

func NewUpdateAPITokenByAdminIDParams() *UpdateAPITokenByAdminIDParams

NewUpdateAPITokenByAdminIDParams creates a new UpdateAPITokenByAdminIDParams object with the default values initialized.

func NewUpdateAPITokenByAdminIDParamsWithContext ¶

func NewUpdateAPITokenByAdminIDParamsWithContext(ctx context.Context) *UpdateAPITokenByAdminIDParams

NewUpdateAPITokenByAdminIDParamsWithContext creates a new UpdateAPITokenByAdminIDParams object with the default values initialized, and the ability to set a context for a request

func NewUpdateAPITokenByAdminIDParamsWithHTTPClient ¶

func NewUpdateAPITokenByAdminIDParamsWithHTTPClient(client *http.Client) *UpdateAPITokenByAdminIDParams

NewUpdateAPITokenByAdminIDParamsWithHTTPClient creates a new UpdateAPITokenByAdminIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUpdateAPITokenByAdminIDParamsWithTimeout ¶

func NewUpdateAPITokenByAdminIDParamsWithTimeout(timeout time.Duration) *UpdateAPITokenByAdminIDParams

NewUpdateAPITokenByAdminIDParamsWithTimeout creates a new UpdateAPITokenByAdminIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*UpdateAPITokenByAdminIDParams) SetAdminID ¶

func (o *UpdateAPITokenByAdminIDParams) SetAdminID(adminID int32)

SetAdminID adds the adminId to the update Api token by admin Id params

func (*UpdateAPITokenByAdminIDParams) SetApitokenID ¶

func (o *UpdateAPITokenByAdminIDParams) SetApitokenID(apitokenID int32)

SetApitokenID adds the apitokenId to the update Api token by admin Id params

func (*UpdateAPITokenByAdminIDParams) SetBody ¶

func (o *UpdateAPITokenByAdminIDParams) SetBody(body *models.APIToken)

SetBody adds the body to the update Api token by admin Id params

func (*UpdateAPITokenByAdminIDParams) SetContext ¶

func (o *UpdateAPITokenByAdminIDParams) SetContext(ctx context.Context)

SetContext adds the context to the update Api token by admin Id params

func (*UpdateAPITokenByAdminIDParams) SetHTTPClient ¶

func (o *UpdateAPITokenByAdminIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update Api token by admin Id params

func (*UpdateAPITokenByAdminIDParams) SetTimeout ¶

func (o *UpdateAPITokenByAdminIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update Api token by admin Id params

func (*UpdateAPITokenByAdminIDParams) WithAdminID ¶

WithAdminID adds the adminID to the update Api token by admin Id params

func (*UpdateAPITokenByAdminIDParams) WithApitokenID ¶

func (o *UpdateAPITokenByAdminIDParams) WithApitokenID(apitokenID int32) *UpdateAPITokenByAdminIDParams

WithApitokenID adds the apitokenID to the update Api token by admin Id params

func (*UpdateAPITokenByAdminIDParams) WithBody ¶

WithBody adds the body to the update Api token by admin Id params

func (*UpdateAPITokenByAdminIDParams) WithContext ¶

WithContext adds the context to the update Api token by admin Id params

func (*UpdateAPITokenByAdminIDParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the update Api token by admin Id params

func (*UpdateAPITokenByAdminIDParams) WithTimeout ¶

WithTimeout adds the timeout to the update Api token by admin Id params

func (*UpdateAPITokenByAdminIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type UpdateAPITokenByAdminIDReader ¶

type UpdateAPITokenByAdminIDReader struct {
	// contains filtered or unexported fields
}

UpdateAPITokenByAdminIDReader is a Reader for the UpdateAPITokenByAdminID structure.

func (*UpdateAPITokenByAdminIDReader) ReadResponse ¶

func (o *UpdateAPITokenByAdminIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateAdminByIDDefault ¶

type UpdateAdminByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

UpdateAdminByIDDefault handles this case with default header values.

Error

func NewUpdateAdminByIDDefault ¶

func NewUpdateAdminByIDDefault(code int) *UpdateAdminByIDDefault

NewUpdateAdminByIDDefault creates a UpdateAdminByIDDefault with default headers values

func (*UpdateAdminByIDDefault) Code ¶

func (o *UpdateAdminByIDDefault) Code() int

Code gets the status code for the update admin by Id default response

func (*UpdateAdminByIDDefault) Error ¶

func (o *UpdateAdminByIDDefault) Error() string

type UpdateAdminByIDOK ¶

type UpdateAdminByIDOK struct {
	Payload *models.Admin
}

UpdateAdminByIDOK handles this case with default header values.

successful operation

func NewUpdateAdminByIDOK ¶

func NewUpdateAdminByIDOK() *UpdateAdminByIDOK

NewUpdateAdminByIDOK creates a UpdateAdminByIDOK with default headers values

func (*UpdateAdminByIDOK) Error ¶

func (o *UpdateAdminByIDOK) Error() string

type UpdateAdminByIDParams ¶

type UpdateAdminByIDParams struct {

	/*Body*/
	Body *models.Admin
	/*ChangePassword*/
	ChangePassword *bool
	/*ID*/
	ID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateAdminByIDParams contains all the parameters to send to the API endpoint for the update admin by Id operation typically these are written to a http.Request

func NewUpdateAdminByIDParams ¶

func NewUpdateAdminByIDParams() *UpdateAdminByIDParams

NewUpdateAdminByIDParams creates a new UpdateAdminByIDParams object with the default values initialized.

func NewUpdateAdminByIDParamsWithContext ¶

func NewUpdateAdminByIDParamsWithContext(ctx context.Context) *UpdateAdminByIDParams

NewUpdateAdminByIDParamsWithContext creates a new UpdateAdminByIDParams object with the default values initialized, and the ability to set a context for a request

func NewUpdateAdminByIDParamsWithHTTPClient ¶

func NewUpdateAdminByIDParamsWithHTTPClient(client *http.Client) *UpdateAdminByIDParams

NewUpdateAdminByIDParamsWithHTTPClient creates a new UpdateAdminByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUpdateAdminByIDParamsWithTimeout ¶

func NewUpdateAdminByIDParamsWithTimeout(timeout time.Duration) *UpdateAdminByIDParams

NewUpdateAdminByIDParamsWithTimeout creates a new UpdateAdminByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*UpdateAdminByIDParams) SetBody ¶

func (o *UpdateAdminByIDParams) SetBody(body *models.Admin)

SetBody adds the body to the update admin by Id params

func (*UpdateAdminByIDParams) SetChangePassword ¶

func (o *UpdateAdminByIDParams) SetChangePassword(changePassword *bool)

SetChangePassword adds the changePassword to the update admin by Id params

func (*UpdateAdminByIDParams) SetContext ¶

func (o *UpdateAdminByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the update admin by Id params

func (*UpdateAdminByIDParams) SetHTTPClient ¶

func (o *UpdateAdminByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update admin by Id params

func (*UpdateAdminByIDParams) SetID ¶

func (o *UpdateAdminByIDParams) SetID(id int32)

SetID adds the id to the update admin by Id params

func (*UpdateAdminByIDParams) SetTimeout ¶

func (o *UpdateAdminByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update admin by Id params

func (*UpdateAdminByIDParams) WithBody ¶

WithBody adds the body to the update admin by Id params

func (*UpdateAdminByIDParams) WithChangePassword ¶

func (o *UpdateAdminByIDParams) WithChangePassword(changePassword *bool) *UpdateAdminByIDParams

WithChangePassword adds the changePassword to the update admin by Id params

func (*UpdateAdminByIDParams) WithContext ¶

WithContext adds the context to the update admin by Id params

func (*UpdateAdminByIDParams) WithHTTPClient ¶

func (o *UpdateAdminByIDParams) WithHTTPClient(client *http.Client) *UpdateAdminByIDParams

WithHTTPClient adds the HTTPClient to the update admin by Id params

func (*UpdateAdminByIDParams) WithID ¶

WithID adds the id to the update admin by Id params

func (*UpdateAdminByIDParams) WithTimeout ¶

func (o *UpdateAdminByIDParams) WithTimeout(timeout time.Duration) *UpdateAdminByIDParams

WithTimeout adds the timeout to the update admin by Id params

func (*UpdateAdminByIDParams) WriteToRequest ¶

func (o *UpdateAdminByIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type UpdateAdminByIDReader ¶

type UpdateAdminByIDReader struct {
	// contains filtered or unexported fields
}

UpdateAdminByIDReader is a Reader for the UpdateAdminByID structure.

func (*UpdateAdminByIDReader) ReadResponse ¶

func (o *UpdateAdminByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateAlertRuleByIDDefault ¶

type UpdateAlertRuleByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

UpdateAlertRuleByIDDefault handles this case with default header values.

Error

func NewUpdateAlertRuleByIDDefault ¶

func NewUpdateAlertRuleByIDDefault(code int) *UpdateAlertRuleByIDDefault

NewUpdateAlertRuleByIDDefault creates a UpdateAlertRuleByIDDefault with default headers values

func (*UpdateAlertRuleByIDDefault) Code ¶

func (o *UpdateAlertRuleByIDDefault) Code() int

Code gets the status code for the update alert rule by Id default response

func (*UpdateAlertRuleByIDDefault) Error ¶

type UpdateAlertRuleByIDOK ¶

type UpdateAlertRuleByIDOK struct {
	Payload *models.AlertRule
}

UpdateAlertRuleByIDOK handles this case with default header values.

successful operation

func NewUpdateAlertRuleByIDOK ¶

func NewUpdateAlertRuleByIDOK() *UpdateAlertRuleByIDOK

NewUpdateAlertRuleByIDOK creates a UpdateAlertRuleByIDOK with default headers values

func (*UpdateAlertRuleByIDOK) Error ¶

func (o *UpdateAlertRuleByIDOK) Error() string

type UpdateAlertRuleByIDParams ¶

type UpdateAlertRuleByIDParams struct {

	/*Body*/
	Body *models.AlertRule
	/*ID*/
	ID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateAlertRuleByIDParams contains all the parameters to send to the API endpoint for the update alert rule by Id operation typically these are written to a http.Request

func NewUpdateAlertRuleByIDParams ¶

func NewUpdateAlertRuleByIDParams() *UpdateAlertRuleByIDParams

NewUpdateAlertRuleByIDParams creates a new UpdateAlertRuleByIDParams object with the default values initialized.

func NewUpdateAlertRuleByIDParamsWithContext ¶

func NewUpdateAlertRuleByIDParamsWithContext(ctx context.Context) *UpdateAlertRuleByIDParams

NewUpdateAlertRuleByIDParamsWithContext creates a new UpdateAlertRuleByIDParams object with the default values initialized, and the ability to set a context for a request

func NewUpdateAlertRuleByIDParamsWithHTTPClient ¶

func NewUpdateAlertRuleByIDParamsWithHTTPClient(client *http.Client) *UpdateAlertRuleByIDParams

NewUpdateAlertRuleByIDParamsWithHTTPClient creates a new UpdateAlertRuleByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUpdateAlertRuleByIDParamsWithTimeout ¶

func NewUpdateAlertRuleByIDParamsWithTimeout(timeout time.Duration) *UpdateAlertRuleByIDParams

NewUpdateAlertRuleByIDParamsWithTimeout creates a new UpdateAlertRuleByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*UpdateAlertRuleByIDParams) SetBody ¶

func (o *UpdateAlertRuleByIDParams) SetBody(body *models.AlertRule)

SetBody adds the body to the update alert rule by Id params

func (*UpdateAlertRuleByIDParams) SetContext ¶

func (o *UpdateAlertRuleByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the update alert rule by Id params

func (*UpdateAlertRuleByIDParams) SetHTTPClient ¶

func (o *UpdateAlertRuleByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update alert rule by Id params

func (*UpdateAlertRuleByIDParams) SetID ¶

func (o *UpdateAlertRuleByIDParams) SetID(id int32)

SetID adds the id to the update alert rule by Id params

func (*UpdateAlertRuleByIDParams) SetTimeout ¶

func (o *UpdateAlertRuleByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update alert rule by Id params

func (*UpdateAlertRuleByIDParams) WithBody ¶

WithBody adds the body to the update alert rule by Id params

func (*UpdateAlertRuleByIDParams) WithContext ¶

WithContext adds the context to the update alert rule by Id params

func (*UpdateAlertRuleByIDParams) WithHTTPClient ¶

func (o *UpdateAlertRuleByIDParams) WithHTTPClient(client *http.Client) *UpdateAlertRuleByIDParams

WithHTTPClient adds the HTTPClient to the update alert rule by Id params

func (*UpdateAlertRuleByIDParams) WithID ¶

WithID adds the id to the update alert rule by Id params

func (*UpdateAlertRuleByIDParams) WithTimeout ¶

WithTimeout adds the timeout to the update alert rule by Id params

func (*UpdateAlertRuleByIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type UpdateAlertRuleByIDReader ¶

type UpdateAlertRuleByIDReader struct {
	// contains filtered or unexported fields
}

UpdateAlertRuleByIDReader is a Reader for the UpdateAlertRuleByID structure.

func (*UpdateAlertRuleByIDReader) ReadResponse ¶

func (o *UpdateAlertRuleByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateCollectorByIDDefault ¶

type UpdateCollectorByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

UpdateCollectorByIDDefault handles this case with default header values.

Error

func NewUpdateCollectorByIDDefault ¶

func NewUpdateCollectorByIDDefault(code int) *UpdateCollectorByIDDefault

NewUpdateCollectorByIDDefault creates a UpdateCollectorByIDDefault with default headers values

func (*UpdateCollectorByIDDefault) Code ¶

func (o *UpdateCollectorByIDDefault) Code() int

Code gets the status code for the update collector by Id default response

func (*UpdateCollectorByIDDefault) Error ¶

type UpdateCollectorByIDOK ¶

type UpdateCollectorByIDOK struct {
	Payload *models.Collector
}

UpdateCollectorByIDOK handles this case with default header values.

successful operation

func NewUpdateCollectorByIDOK ¶

func NewUpdateCollectorByIDOK() *UpdateCollectorByIDOK

NewUpdateCollectorByIDOK creates a UpdateCollectorByIDOK with default headers values

func (*UpdateCollectorByIDOK) Error ¶

func (o *UpdateCollectorByIDOK) Error() string

type UpdateCollectorByIDParams ¶

type UpdateCollectorByIDParams struct {

	/*Body*/
	Body *models.Collector
	/*CollectorLoadBalanced*/
	CollectorLoadBalanced *bool
	/*ForceUpdateFailedOverDevices*/
	ForceUpdateFailedOverDevices *bool
	/*ID*/
	ID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateCollectorByIDParams contains all the parameters to send to the API endpoint for the update collector by Id operation typically these are written to a http.Request

func NewUpdateCollectorByIDParams ¶

func NewUpdateCollectorByIDParams() *UpdateCollectorByIDParams

NewUpdateCollectorByIDParams creates a new UpdateCollectorByIDParams object with the default values initialized.

func NewUpdateCollectorByIDParamsWithContext ¶

func NewUpdateCollectorByIDParamsWithContext(ctx context.Context) *UpdateCollectorByIDParams

NewUpdateCollectorByIDParamsWithContext creates a new UpdateCollectorByIDParams object with the default values initialized, and the ability to set a context for a request

func NewUpdateCollectorByIDParamsWithHTTPClient ¶

func NewUpdateCollectorByIDParamsWithHTTPClient(client *http.Client) *UpdateCollectorByIDParams

NewUpdateCollectorByIDParamsWithHTTPClient creates a new UpdateCollectorByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUpdateCollectorByIDParamsWithTimeout ¶

func NewUpdateCollectorByIDParamsWithTimeout(timeout time.Duration) *UpdateCollectorByIDParams

NewUpdateCollectorByIDParamsWithTimeout creates a new UpdateCollectorByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*UpdateCollectorByIDParams) SetBody ¶

func (o *UpdateCollectorByIDParams) SetBody(body *models.Collector)

SetBody adds the body to the update collector by Id params

func (*UpdateCollectorByIDParams) SetCollectorLoadBalanced ¶

func (o *UpdateCollectorByIDParams) SetCollectorLoadBalanced(collectorLoadBalanced *bool)

SetCollectorLoadBalanced adds the collectorLoadBalanced to the update collector by Id params

func (*UpdateCollectorByIDParams) SetContext ¶

func (o *UpdateCollectorByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the update collector by Id params

func (*UpdateCollectorByIDParams) SetForceUpdateFailedOverDevices ¶

func (o *UpdateCollectorByIDParams) SetForceUpdateFailedOverDevices(forceUpdateFailedOverDevices *bool)

SetForceUpdateFailedOverDevices adds the forceUpdateFailedOverDevices to the update collector by Id params

func (*UpdateCollectorByIDParams) SetHTTPClient ¶

func (o *UpdateCollectorByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update collector by Id params

func (*UpdateCollectorByIDParams) SetID ¶

func (o *UpdateCollectorByIDParams) SetID(id int32)

SetID adds the id to the update collector by Id params

func (*UpdateCollectorByIDParams) SetTimeout ¶

func (o *UpdateCollectorByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update collector by Id params

func (*UpdateCollectorByIDParams) WithBody ¶

WithBody adds the body to the update collector by Id params

func (*UpdateCollectorByIDParams) WithCollectorLoadBalanced ¶

func (o *UpdateCollectorByIDParams) WithCollectorLoadBalanced(collectorLoadBalanced *bool) *UpdateCollectorByIDParams

WithCollectorLoadBalanced adds the collectorLoadBalanced to the update collector by Id params

func (*UpdateCollectorByIDParams) WithContext ¶

WithContext adds the context to the update collector by Id params

func (*UpdateCollectorByIDParams) WithForceUpdateFailedOverDevices ¶

func (o *UpdateCollectorByIDParams) WithForceUpdateFailedOverDevices(forceUpdateFailedOverDevices *bool) *UpdateCollectorByIDParams

WithForceUpdateFailedOverDevices adds the forceUpdateFailedOverDevices to the update collector by Id params

func (*UpdateCollectorByIDParams) WithHTTPClient ¶

func (o *UpdateCollectorByIDParams) WithHTTPClient(client *http.Client) *UpdateCollectorByIDParams

WithHTTPClient adds the HTTPClient to the update collector by Id params

func (*UpdateCollectorByIDParams) WithID ¶

WithID adds the id to the update collector by Id params

func (*UpdateCollectorByIDParams) WithTimeout ¶

WithTimeout adds the timeout to the update collector by Id params

func (*UpdateCollectorByIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type UpdateCollectorByIDReader ¶

type UpdateCollectorByIDReader struct {
	// contains filtered or unexported fields
}

UpdateCollectorByIDReader is a Reader for the UpdateCollectorByID structure.

func (*UpdateCollectorByIDReader) ReadResponse ¶

func (o *UpdateCollectorByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateCollectorGroupByIDDefault ¶

type UpdateCollectorGroupByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

UpdateCollectorGroupByIDDefault handles this case with default header values.

Error

func NewUpdateCollectorGroupByIDDefault ¶

func NewUpdateCollectorGroupByIDDefault(code int) *UpdateCollectorGroupByIDDefault

NewUpdateCollectorGroupByIDDefault creates a UpdateCollectorGroupByIDDefault with default headers values

func (*UpdateCollectorGroupByIDDefault) Code ¶

Code gets the status code for the update collector group by Id default response

func (*UpdateCollectorGroupByIDDefault) Error ¶

type UpdateCollectorGroupByIDOK ¶

type UpdateCollectorGroupByIDOK struct {
	Payload *models.CollectorGroup
}

UpdateCollectorGroupByIDOK handles this case with default header values.

successful operation

func NewUpdateCollectorGroupByIDOK ¶

func NewUpdateCollectorGroupByIDOK() *UpdateCollectorGroupByIDOK

NewUpdateCollectorGroupByIDOK creates a UpdateCollectorGroupByIDOK with default headers values

func (*UpdateCollectorGroupByIDOK) Error ¶

type UpdateCollectorGroupByIDParams ¶

type UpdateCollectorGroupByIDParams struct {

	/*Body*/
	Body *models.CollectorGroup
	/*CollectorLoadBalanced*/
	CollectorLoadBalanced *bool
	/*ForceUpdateFailedOverDevices*/
	ForceUpdateFailedOverDevices *bool
	/*ID*/
	ID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateCollectorGroupByIDParams contains all the parameters to send to the API endpoint for the update collector group by Id operation typically these are written to a http.Request

func NewUpdateCollectorGroupByIDParams ¶

func NewUpdateCollectorGroupByIDParams() *UpdateCollectorGroupByIDParams

NewUpdateCollectorGroupByIDParams creates a new UpdateCollectorGroupByIDParams object with the default values initialized.

func NewUpdateCollectorGroupByIDParamsWithContext ¶

func NewUpdateCollectorGroupByIDParamsWithContext(ctx context.Context) *UpdateCollectorGroupByIDParams

NewUpdateCollectorGroupByIDParamsWithContext creates a new UpdateCollectorGroupByIDParams object with the default values initialized, and the ability to set a context for a request

func NewUpdateCollectorGroupByIDParamsWithHTTPClient ¶

func NewUpdateCollectorGroupByIDParamsWithHTTPClient(client *http.Client) *UpdateCollectorGroupByIDParams

NewUpdateCollectorGroupByIDParamsWithHTTPClient creates a new UpdateCollectorGroupByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUpdateCollectorGroupByIDParamsWithTimeout ¶

func NewUpdateCollectorGroupByIDParamsWithTimeout(timeout time.Duration) *UpdateCollectorGroupByIDParams

NewUpdateCollectorGroupByIDParamsWithTimeout creates a new UpdateCollectorGroupByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*UpdateCollectorGroupByIDParams) SetBody ¶

SetBody adds the body to the update collector group by Id params

func (*UpdateCollectorGroupByIDParams) SetCollectorLoadBalanced ¶

func (o *UpdateCollectorGroupByIDParams) SetCollectorLoadBalanced(collectorLoadBalanced *bool)

SetCollectorLoadBalanced adds the collectorLoadBalanced to the update collector group by Id params

func (*UpdateCollectorGroupByIDParams) SetContext ¶

func (o *UpdateCollectorGroupByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the update collector group by Id params

func (*UpdateCollectorGroupByIDParams) SetForceUpdateFailedOverDevices ¶

func (o *UpdateCollectorGroupByIDParams) SetForceUpdateFailedOverDevices(forceUpdateFailedOverDevices *bool)

SetForceUpdateFailedOverDevices adds the forceUpdateFailedOverDevices to the update collector group by Id params

func (*UpdateCollectorGroupByIDParams) SetHTTPClient ¶

func (o *UpdateCollectorGroupByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update collector group by Id params

func (*UpdateCollectorGroupByIDParams) SetID ¶

SetID adds the id to the update collector group by Id params

func (*UpdateCollectorGroupByIDParams) SetTimeout ¶

func (o *UpdateCollectorGroupByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update collector group by Id params

func (*UpdateCollectorGroupByIDParams) WithBody ¶

WithBody adds the body to the update collector group by Id params

func (*UpdateCollectorGroupByIDParams) WithCollectorLoadBalanced ¶

func (o *UpdateCollectorGroupByIDParams) WithCollectorLoadBalanced(collectorLoadBalanced *bool) *UpdateCollectorGroupByIDParams

WithCollectorLoadBalanced adds the collectorLoadBalanced to the update collector group by Id params

func (*UpdateCollectorGroupByIDParams) WithContext ¶

WithContext adds the context to the update collector group by Id params

func (*UpdateCollectorGroupByIDParams) WithForceUpdateFailedOverDevices ¶

func (o *UpdateCollectorGroupByIDParams) WithForceUpdateFailedOverDevices(forceUpdateFailedOverDevices *bool) *UpdateCollectorGroupByIDParams

WithForceUpdateFailedOverDevices adds the forceUpdateFailedOverDevices to the update collector group by Id params

func (*UpdateCollectorGroupByIDParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the update collector group by Id params

func (*UpdateCollectorGroupByIDParams) WithID ¶

WithID adds the id to the update collector group by Id params

func (*UpdateCollectorGroupByIDParams) WithTimeout ¶

WithTimeout adds the timeout to the update collector group by Id params

func (*UpdateCollectorGroupByIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type UpdateCollectorGroupByIDReader ¶

type UpdateCollectorGroupByIDReader struct {
	// contains filtered or unexported fields
}

UpdateCollectorGroupByIDReader is a Reader for the UpdateCollectorGroupByID structure.

func (*UpdateCollectorGroupByIDReader) ReadResponse ¶

func (o *UpdateCollectorGroupByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateDashboardByIDDefault ¶

type UpdateDashboardByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

UpdateDashboardByIDDefault handles this case with default header values.

Error

func NewUpdateDashboardByIDDefault ¶

func NewUpdateDashboardByIDDefault(code int) *UpdateDashboardByIDDefault

NewUpdateDashboardByIDDefault creates a UpdateDashboardByIDDefault with default headers values

func (*UpdateDashboardByIDDefault) Code ¶

func (o *UpdateDashboardByIDDefault) Code() int

Code gets the status code for the update dashboard by Id default response

func (*UpdateDashboardByIDDefault) Error ¶

type UpdateDashboardByIDOK ¶

type UpdateDashboardByIDOK struct {
	Payload *models.Dashboard
}

UpdateDashboardByIDOK handles this case with default header values.

successful operation

func NewUpdateDashboardByIDOK ¶

func NewUpdateDashboardByIDOK() *UpdateDashboardByIDOK

NewUpdateDashboardByIDOK creates a UpdateDashboardByIDOK with default headers values

func (*UpdateDashboardByIDOK) Error ¶

func (o *UpdateDashboardByIDOK) Error() string

type UpdateDashboardByIDParams ¶

type UpdateDashboardByIDParams struct {

	/*Body*/
	Body *models.Dashboard
	/*ID*/
	ID int32
	/*OverwriteGroupFields*/
	OverwriteGroupFields *bool

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateDashboardByIDParams contains all the parameters to send to the API endpoint for the update dashboard by Id operation typically these are written to a http.Request

func NewUpdateDashboardByIDParams ¶

func NewUpdateDashboardByIDParams() *UpdateDashboardByIDParams

NewUpdateDashboardByIDParams creates a new UpdateDashboardByIDParams object with the default values initialized.

func NewUpdateDashboardByIDParamsWithContext ¶

func NewUpdateDashboardByIDParamsWithContext(ctx context.Context) *UpdateDashboardByIDParams

NewUpdateDashboardByIDParamsWithContext creates a new UpdateDashboardByIDParams object with the default values initialized, and the ability to set a context for a request

func NewUpdateDashboardByIDParamsWithHTTPClient ¶

func NewUpdateDashboardByIDParamsWithHTTPClient(client *http.Client) *UpdateDashboardByIDParams

NewUpdateDashboardByIDParamsWithHTTPClient creates a new UpdateDashboardByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUpdateDashboardByIDParamsWithTimeout ¶

func NewUpdateDashboardByIDParamsWithTimeout(timeout time.Duration) *UpdateDashboardByIDParams

NewUpdateDashboardByIDParamsWithTimeout creates a new UpdateDashboardByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*UpdateDashboardByIDParams) SetBody ¶

func (o *UpdateDashboardByIDParams) SetBody(body *models.Dashboard)

SetBody adds the body to the update dashboard by Id params

func (*UpdateDashboardByIDParams) SetContext ¶

func (o *UpdateDashboardByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the update dashboard by Id params

func (*UpdateDashboardByIDParams) SetHTTPClient ¶

func (o *UpdateDashboardByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update dashboard by Id params

func (*UpdateDashboardByIDParams) SetID ¶

func (o *UpdateDashboardByIDParams) SetID(id int32)

SetID adds the id to the update dashboard by Id params

func (*UpdateDashboardByIDParams) SetOverwriteGroupFields ¶

func (o *UpdateDashboardByIDParams) SetOverwriteGroupFields(overwriteGroupFields *bool)

SetOverwriteGroupFields adds the overwriteGroupFields to the update dashboard by Id params

func (*UpdateDashboardByIDParams) SetTimeout ¶

func (o *UpdateDashboardByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update dashboard by Id params

func (*UpdateDashboardByIDParams) WithBody ¶

WithBody adds the body to the update dashboard by Id params

func (*UpdateDashboardByIDParams) WithContext ¶

WithContext adds the context to the update dashboard by Id params

func (*UpdateDashboardByIDParams) WithHTTPClient ¶

func (o *UpdateDashboardByIDParams) WithHTTPClient(client *http.Client) *UpdateDashboardByIDParams

WithHTTPClient adds the HTTPClient to the update dashboard by Id params

func (*UpdateDashboardByIDParams) WithID ¶

WithID adds the id to the update dashboard by Id params

func (*UpdateDashboardByIDParams) WithOverwriteGroupFields ¶

func (o *UpdateDashboardByIDParams) WithOverwriteGroupFields(overwriteGroupFields *bool) *UpdateDashboardByIDParams

WithOverwriteGroupFields adds the overwriteGroupFields to the update dashboard by Id params

func (*UpdateDashboardByIDParams) WithTimeout ¶

WithTimeout adds the timeout to the update dashboard by Id params

func (*UpdateDashboardByIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type UpdateDashboardByIDReader ¶

type UpdateDashboardByIDReader struct {
	// contains filtered or unexported fields
}

UpdateDashboardByIDReader is a Reader for the UpdateDashboardByID structure.

func (*UpdateDashboardByIDReader) ReadResponse ¶

func (o *UpdateDashboardByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateDashboardGroupByIDDefault ¶

type UpdateDashboardGroupByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

UpdateDashboardGroupByIDDefault handles this case with default header values.

Error

func NewUpdateDashboardGroupByIDDefault ¶

func NewUpdateDashboardGroupByIDDefault(code int) *UpdateDashboardGroupByIDDefault

NewUpdateDashboardGroupByIDDefault creates a UpdateDashboardGroupByIDDefault with default headers values

func (*UpdateDashboardGroupByIDDefault) Code ¶

Code gets the status code for the update dashboard group by Id default response

func (*UpdateDashboardGroupByIDDefault) Error ¶

type UpdateDashboardGroupByIDOK ¶

type UpdateDashboardGroupByIDOK struct {
	Payload *models.DashboardGroup
}

UpdateDashboardGroupByIDOK handles this case with default header values.

successful operation

func NewUpdateDashboardGroupByIDOK ¶

func NewUpdateDashboardGroupByIDOK() *UpdateDashboardGroupByIDOK

NewUpdateDashboardGroupByIDOK creates a UpdateDashboardGroupByIDOK with default headers values

func (*UpdateDashboardGroupByIDOK) Error ¶

type UpdateDashboardGroupByIDParams ¶

type UpdateDashboardGroupByIDParams struct {

	/*Body*/
	Body *models.DashboardGroup
	/*ID*/
	ID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateDashboardGroupByIDParams contains all the parameters to send to the API endpoint for the update dashboard group by Id operation typically these are written to a http.Request

func NewUpdateDashboardGroupByIDParams ¶

func NewUpdateDashboardGroupByIDParams() *UpdateDashboardGroupByIDParams

NewUpdateDashboardGroupByIDParams creates a new UpdateDashboardGroupByIDParams object with the default values initialized.

func NewUpdateDashboardGroupByIDParamsWithContext ¶

func NewUpdateDashboardGroupByIDParamsWithContext(ctx context.Context) *UpdateDashboardGroupByIDParams

NewUpdateDashboardGroupByIDParamsWithContext creates a new UpdateDashboardGroupByIDParams object with the default values initialized, and the ability to set a context for a request

func NewUpdateDashboardGroupByIDParamsWithHTTPClient ¶

func NewUpdateDashboardGroupByIDParamsWithHTTPClient(client *http.Client) *UpdateDashboardGroupByIDParams

NewUpdateDashboardGroupByIDParamsWithHTTPClient creates a new UpdateDashboardGroupByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUpdateDashboardGroupByIDParamsWithTimeout ¶

func NewUpdateDashboardGroupByIDParamsWithTimeout(timeout time.Duration) *UpdateDashboardGroupByIDParams

NewUpdateDashboardGroupByIDParamsWithTimeout creates a new UpdateDashboardGroupByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*UpdateDashboardGroupByIDParams) SetBody ¶

SetBody adds the body to the update dashboard group by Id params

func (*UpdateDashboardGroupByIDParams) SetContext ¶

func (o *UpdateDashboardGroupByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the update dashboard group by Id params

func (*UpdateDashboardGroupByIDParams) SetHTTPClient ¶

func (o *UpdateDashboardGroupByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update dashboard group by Id params

func (*UpdateDashboardGroupByIDParams) SetID ¶

SetID adds the id to the update dashboard group by Id params

func (*UpdateDashboardGroupByIDParams) SetTimeout ¶

func (o *UpdateDashboardGroupByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update dashboard group by Id params

func (*UpdateDashboardGroupByIDParams) WithBody ¶

WithBody adds the body to the update dashboard group by Id params

func (*UpdateDashboardGroupByIDParams) WithContext ¶

WithContext adds the context to the update dashboard group by Id params

func (*UpdateDashboardGroupByIDParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the update dashboard group by Id params

func (*UpdateDashboardGroupByIDParams) WithID ¶

WithID adds the id to the update dashboard group by Id params

func (*UpdateDashboardGroupByIDParams) WithTimeout ¶

WithTimeout adds the timeout to the update dashboard group by Id params

func (*UpdateDashboardGroupByIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type UpdateDashboardGroupByIDReader ¶

type UpdateDashboardGroupByIDReader struct {
	// contains filtered or unexported fields
}

UpdateDashboardGroupByIDReader is a Reader for the UpdateDashboardGroupByID structure.

func (*UpdateDashboardGroupByIDReader) ReadResponse ¶

func (o *UpdateDashboardGroupByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateDeviceDatasourceInstanceAlertSettingByIDDefault ¶

type UpdateDeviceDatasourceInstanceAlertSettingByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

UpdateDeviceDatasourceInstanceAlertSettingByIDDefault handles this case with default header values.

Error

func NewUpdateDeviceDatasourceInstanceAlertSettingByIDDefault ¶

func NewUpdateDeviceDatasourceInstanceAlertSettingByIDDefault(code int) *UpdateDeviceDatasourceInstanceAlertSettingByIDDefault

NewUpdateDeviceDatasourceInstanceAlertSettingByIDDefault creates a UpdateDeviceDatasourceInstanceAlertSettingByIDDefault with default headers values

func (*UpdateDeviceDatasourceInstanceAlertSettingByIDDefault) Code ¶

Code gets the status code for the update device datasource instance alert setting by Id default response

func (*UpdateDeviceDatasourceInstanceAlertSettingByIDDefault) Error ¶

type UpdateDeviceDatasourceInstanceAlertSettingByIDOK ¶

type UpdateDeviceDatasourceInstanceAlertSettingByIDOK struct {
	Payload *models.DeviceDataSourceInstanceAlertSetting
}

UpdateDeviceDatasourceInstanceAlertSettingByIDOK handles this case with default header values.

successful operation

func NewUpdateDeviceDatasourceInstanceAlertSettingByIDOK ¶

func NewUpdateDeviceDatasourceInstanceAlertSettingByIDOK() *UpdateDeviceDatasourceInstanceAlertSettingByIDOK

NewUpdateDeviceDatasourceInstanceAlertSettingByIDOK creates a UpdateDeviceDatasourceInstanceAlertSettingByIDOK with default headers values

func (*UpdateDeviceDatasourceInstanceAlertSettingByIDOK) Error ¶

type UpdateDeviceDatasourceInstanceAlertSettingByIDParams ¶

type UpdateDeviceDatasourceInstanceAlertSettingByIDParams struct {

	/*Body*/
	Body *models.DeviceDataSourceInstanceAlertSetting
	/*DeviceID*/
	DeviceID int32
	/*HdsID
	  Device-DataSource ID

	*/
	HdsID int32
	/*ID*/
	ID int32
	/*InstanceID*/
	InstanceID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateDeviceDatasourceInstanceAlertSettingByIDParams contains all the parameters to send to the API endpoint for the update device datasource instance alert setting by Id operation typically these are written to a http.Request

func NewUpdateDeviceDatasourceInstanceAlertSettingByIDParams ¶

func NewUpdateDeviceDatasourceInstanceAlertSettingByIDParams() *UpdateDeviceDatasourceInstanceAlertSettingByIDParams

NewUpdateDeviceDatasourceInstanceAlertSettingByIDParams creates a new UpdateDeviceDatasourceInstanceAlertSettingByIDParams object with the default values initialized.

func NewUpdateDeviceDatasourceInstanceAlertSettingByIDParamsWithContext ¶

func NewUpdateDeviceDatasourceInstanceAlertSettingByIDParamsWithContext(ctx context.Context) *UpdateDeviceDatasourceInstanceAlertSettingByIDParams

NewUpdateDeviceDatasourceInstanceAlertSettingByIDParamsWithContext creates a new UpdateDeviceDatasourceInstanceAlertSettingByIDParams object with the default values initialized, and the ability to set a context for a request

func NewUpdateDeviceDatasourceInstanceAlertSettingByIDParamsWithHTTPClient ¶

func NewUpdateDeviceDatasourceInstanceAlertSettingByIDParamsWithHTTPClient(client *http.Client) *UpdateDeviceDatasourceInstanceAlertSettingByIDParams

NewUpdateDeviceDatasourceInstanceAlertSettingByIDParamsWithHTTPClient creates a new UpdateDeviceDatasourceInstanceAlertSettingByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUpdateDeviceDatasourceInstanceAlertSettingByIDParamsWithTimeout ¶

func NewUpdateDeviceDatasourceInstanceAlertSettingByIDParamsWithTimeout(timeout time.Duration) *UpdateDeviceDatasourceInstanceAlertSettingByIDParams

NewUpdateDeviceDatasourceInstanceAlertSettingByIDParamsWithTimeout creates a new UpdateDeviceDatasourceInstanceAlertSettingByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*UpdateDeviceDatasourceInstanceAlertSettingByIDParams) SetBody ¶

SetBody adds the body to the update device datasource instance alert setting by Id params

func (*UpdateDeviceDatasourceInstanceAlertSettingByIDParams) SetContext ¶

SetContext adds the context to the update device datasource instance alert setting by Id params

func (*UpdateDeviceDatasourceInstanceAlertSettingByIDParams) SetDeviceID ¶

SetDeviceID adds the deviceId to the update device datasource instance alert setting by Id params

func (*UpdateDeviceDatasourceInstanceAlertSettingByIDParams) SetHTTPClient ¶

SetHTTPClient adds the HTTPClient to the update device datasource instance alert setting by Id params

func (*UpdateDeviceDatasourceInstanceAlertSettingByIDParams) SetHdsID ¶

SetHdsID adds the hdsId to the update device datasource instance alert setting by Id params

func (*UpdateDeviceDatasourceInstanceAlertSettingByIDParams) SetID ¶

SetID adds the id to the update device datasource instance alert setting by Id params

func (*UpdateDeviceDatasourceInstanceAlertSettingByIDParams) SetInstanceID ¶

func (o *UpdateDeviceDatasourceInstanceAlertSettingByIDParams) SetInstanceID(instanceID int32)

SetInstanceID adds the instanceId to the update device datasource instance alert setting by Id params

func (*UpdateDeviceDatasourceInstanceAlertSettingByIDParams) SetTimeout ¶

SetTimeout adds the timeout to the update device datasource instance alert setting by Id params

func (*UpdateDeviceDatasourceInstanceAlertSettingByIDParams) WithBody ¶

WithBody adds the body to the update device datasource instance alert setting by Id params

func (*UpdateDeviceDatasourceInstanceAlertSettingByIDParams) WithContext ¶

WithContext adds the context to the update device datasource instance alert setting by Id params

func (*UpdateDeviceDatasourceInstanceAlertSettingByIDParams) WithDeviceID ¶

WithDeviceID adds the deviceID to the update device datasource instance alert setting by Id params

func (*UpdateDeviceDatasourceInstanceAlertSettingByIDParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the update device datasource instance alert setting by Id params

func (*UpdateDeviceDatasourceInstanceAlertSettingByIDParams) WithHdsID ¶

WithHdsID adds the hdsID to the update device datasource instance alert setting by Id params

func (*UpdateDeviceDatasourceInstanceAlertSettingByIDParams) WithID ¶

WithID adds the id to the update device datasource instance alert setting by Id params

func (*UpdateDeviceDatasourceInstanceAlertSettingByIDParams) WithInstanceID ¶

WithInstanceID adds the instanceID to the update device datasource instance alert setting by Id params

func (*UpdateDeviceDatasourceInstanceAlertSettingByIDParams) WithTimeout ¶

WithTimeout adds the timeout to the update device datasource instance alert setting by Id params

func (*UpdateDeviceDatasourceInstanceAlertSettingByIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type UpdateDeviceDatasourceInstanceAlertSettingByIDReader ¶

type UpdateDeviceDatasourceInstanceAlertSettingByIDReader struct {
	// contains filtered or unexported fields
}

UpdateDeviceDatasourceInstanceAlertSettingByIDReader is a Reader for the UpdateDeviceDatasourceInstanceAlertSettingByID structure.

func (*UpdateDeviceDatasourceInstanceAlertSettingByIDReader) ReadResponse ¶

func (o *UpdateDeviceDatasourceInstanceAlertSettingByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateDeviceDatasourceInstanceByIDDefault ¶

type UpdateDeviceDatasourceInstanceByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

UpdateDeviceDatasourceInstanceByIDDefault handles this case with default header values.

Error

func NewUpdateDeviceDatasourceInstanceByIDDefault ¶

func NewUpdateDeviceDatasourceInstanceByIDDefault(code int) *UpdateDeviceDatasourceInstanceByIDDefault

NewUpdateDeviceDatasourceInstanceByIDDefault creates a UpdateDeviceDatasourceInstanceByIDDefault with default headers values

func (*UpdateDeviceDatasourceInstanceByIDDefault) Code ¶

Code gets the status code for the update device datasource instance by Id default response

func (*UpdateDeviceDatasourceInstanceByIDDefault) Error ¶

type UpdateDeviceDatasourceInstanceByIDOK ¶

type UpdateDeviceDatasourceInstanceByIDOK struct {
	Payload *models.DeviceDataSourceInstance
}

UpdateDeviceDatasourceInstanceByIDOK handles this case with default header values.

successful operation

func NewUpdateDeviceDatasourceInstanceByIDOK ¶

func NewUpdateDeviceDatasourceInstanceByIDOK() *UpdateDeviceDatasourceInstanceByIDOK

NewUpdateDeviceDatasourceInstanceByIDOK creates a UpdateDeviceDatasourceInstanceByIDOK with default headers values

func (*UpdateDeviceDatasourceInstanceByIDOK) Error ¶

type UpdateDeviceDatasourceInstanceByIDParams ¶

type UpdateDeviceDatasourceInstanceByIDParams struct {

	/*Body*/
	Body *models.DeviceDataSourceInstance
	/*DeviceID*/
	DeviceID int32
	/*HdsID
	  The device-datasource ID

	*/
	HdsID int32
	/*ID*/
	ID int32
	/*OpType*/
	OpType *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateDeviceDatasourceInstanceByIDParams contains all the parameters to send to the API endpoint for the update device datasource instance by Id operation typically these are written to a http.Request

func NewUpdateDeviceDatasourceInstanceByIDParams ¶

func NewUpdateDeviceDatasourceInstanceByIDParams() *UpdateDeviceDatasourceInstanceByIDParams

NewUpdateDeviceDatasourceInstanceByIDParams creates a new UpdateDeviceDatasourceInstanceByIDParams object with the default values initialized.

func NewUpdateDeviceDatasourceInstanceByIDParamsWithContext ¶

func NewUpdateDeviceDatasourceInstanceByIDParamsWithContext(ctx context.Context) *UpdateDeviceDatasourceInstanceByIDParams

NewUpdateDeviceDatasourceInstanceByIDParamsWithContext creates a new UpdateDeviceDatasourceInstanceByIDParams object with the default values initialized, and the ability to set a context for a request

func NewUpdateDeviceDatasourceInstanceByIDParamsWithHTTPClient ¶

func NewUpdateDeviceDatasourceInstanceByIDParamsWithHTTPClient(client *http.Client) *UpdateDeviceDatasourceInstanceByIDParams

NewUpdateDeviceDatasourceInstanceByIDParamsWithHTTPClient creates a new UpdateDeviceDatasourceInstanceByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUpdateDeviceDatasourceInstanceByIDParamsWithTimeout ¶

func NewUpdateDeviceDatasourceInstanceByIDParamsWithTimeout(timeout time.Duration) *UpdateDeviceDatasourceInstanceByIDParams

NewUpdateDeviceDatasourceInstanceByIDParamsWithTimeout creates a new UpdateDeviceDatasourceInstanceByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*UpdateDeviceDatasourceInstanceByIDParams) SetBody ¶

SetBody adds the body to the update device datasource instance by Id params

func (*UpdateDeviceDatasourceInstanceByIDParams) SetContext ¶

SetContext adds the context to the update device datasource instance by Id params

func (*UpdateDeviceDatasourceInstanceByIDParams) SetDeviceID ¶

func (o *UpdateDeviceDatasourceInstanceByIDParams) SetDeviceID(deviceID int32)

SetDeviceID adds the deviceId to the update device datasource instance by Id params

func (*UpdateDeviceDatasourceInstanceByIDParams) SetHTTPClient ¶

func (o *UpdateDeviceDatasourceInstanceByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update device datasource instance by Id params

func (*UpdateDeviceDatasourceInstanceByIDParams) SetHdsID ¶

SetHdsID adds the hdsId to the update device datasource instance by Id params

func (*UpdateDeviceDatasourceInstanceByIDParams) SetID ¶

SetID adds the id to the update device datasource instance by Id params

func (*UpdateDeviceDatasourceInstanceByIDParams) SetOpType ¶

func (o *UpdateDeviceDatasourceInstanceByIDParams) SetOpType(opType *string)

SetOpType adds the opType to the update device datasource instance by Id params

func (*UpdateDeviceDatasourceInstanceByIDParams) SetTimeout ¶

SetTimeout adds the timeout to the update device datasource instance by Id params

func (*UpdateDeviceDatasourceInstanceByIDParams) WithBody ¶

WithBody adds the body to the update device datasource instance by Id params

func (*UpdateDeviceDatasourceInstanceByIDParams) WithContext ¶

WithContext adds the context to the update device datasource instance by Id params

func (*UpdateDeviceDatasourceInstanceByIDParams) WithDeviceID ¶

WithDeviceID adds the deviceID to the update device datasource instance by Id params

func (*UpdateDeviceDatasourceInstanceByIDParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the update device datasource instance by Id params

func (*UpdateDeviceDatasourceInstanceByIDParams) WithHdsID ¶

WithHdsID adds the hdsID to the update device datasource instance by Id params

func (*UpdateDeviceDatasourceInstanceByIDParams) WithID ¶

WithID adds the id to the update device datasource instance by Id params

func (*UpdateDeviceDatasourceInstanceByIDParams) WithOpType ¶

WithOpType adds the opType to the update device datasource instance by Id params

func (*UpdateDeviceDatasourceInstanceByIDParams) WithTimeout ¶

WithTimeout adds the timeout to the update device datasource instance by Id params

func (*UpdateDeviceDatasourceInstanceByIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type UpdateDeviceDatasourceInstanceByIDReader ¶

type UpdateDeviceDatasourceInstanceByIDReader struct {
	// contains filtered or unexported fields
}

UpdateDeviceDatasourceInstanceByIDReader is a Reader for the UpdateDeviceDatasourceInstanceByID structure.

func (*UpdateDeviceDatasourceInstanceByIDReader) ReadResponse ¶

func (o *UpdateDeviceDatasourceInstanceByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateDeviceDatasourceInstanceGroupByIDDefault ¶

type UpdateDeviceDatasourceInstanceGroupByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

UpdateDeviceDatasourceInstanceGroupByIDDefault handles this case with default header values.

Error

func NewUpdateDeviceDatasourceInstanceGroupByIDDefault ¶

func NewUpdateDeviceDatasourceInstanceGroupByIDDefault(code int) *UpdateDeviceDatasourceInstanceGroupByIDDefault

NewUpdateDeviceDatasourceInstanceGroupByIDDefault creates a UpdateDeviceDatasourceInstanceGroupByIDDefault with default headers values

func (*UpdateDeviceDatasourceInstanceGroupByIDDefault) Code ¶

Code gets the status code for the update device datasource instance group by Id default response

func (*UpdateDeviceDatasourceInstanceGroupByIDDefault) Error ¶

type UpdateDeviceDatasourceInstanceGroupByIDOK ¶

type UpdateDeviceDatasourceInstanceGroupByIDOK struct {
	Payload *models.DeviceDataSourceInstanceGroup
}

UpdateDeviceDatasourceInstanceGroupByIDOK handles this case with default header values.

successful operation

func NewUpdateDeviceDatasourceInstanceGroupByIDOK ¶

func NewUpdateDeviceDatasourceInstanceGroupByIDOK() *UpdateDeviceDatasourceInstanceGroupByIDOK

NewUpdateDeviceDatasourceInstanceGroupByIDOK creates a UpdateDeviceDatasourceInstanceGroupByIDOK with default headers values

func (*UpdateDeviceDatasourceInstanceGroupByIDOK) Error ¶

type UpdateDeviceDatasourceInstanceGroupByIDParams ¶

type UpdateDeviceDatasourceInstanceGroupByIDParams struct {

	/*Body*/
	Body *models.DeviceDataSourceInstanceGroup
	/*DeviceDsID
	  The device-datasource ID you'd like to add an instance group for

	*/
	DeviceDsID int32
	/*DeviceID*/
	DeviceID int32
	/*ID*/
	ID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateDeviceDatasourceInstanceGroupByIDParams contains all the parameters to send to the API endpoint for the update device datasource instance group by Id operation typically these are written to a http.Request

func NewUpdateDeviceDatasourceInstanceGroupByIDParams ¶

func NewUpdateDeviceDatasourceInstanceGroupByIDParams() *UpdateDeviceDatasourceInstanceGroupByIDParams

NewUpdateDeviceDatasourceInstanceGroupByIDParams creates a new UpdateDeviceDatasourceInstanceGroupByIDParams object with the default values initialized.

func NewUpdateDeviceDatasourceInstanceGroupByIDParamsWithContext ¶

func NewUpdateDeviceDatasourceInstanceGroupByIDParamsWithContext(ctx context.Context) *UpdateDeviceDatasourceInstanceGroupByIDParams

NewUpdateDeviceDatasourceInstanceGroupByIDParamsWithContext creates a new UpdateDeviceDatasourceInstanceGroupByIDParams object with the default values initialized, and the ability to set a context for a request

func NewUpdateDeviceDatasourceInstanceGroupByIDParamsWithHTTPClient ¶

func NewUpdateDeviceDatasourceInstanceGroupByIDParamsWithHTTPClient(client *http.Client) *UpdateDeviceDatasourceInstanceGroupByIDParams

NewUpdateDeviceDatasourceInstanceGroupByIDParamsWithHTTPClient creates a new UpdateDeviceDatasourceInstanceGroupByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUpdateDeviceDatasourceInstanceGroupByIDParamsWithTimeout ¶

func NewUpdateDeviceDatasourceInstanceGroupByIDParamsWithTimeout(timeout time.Duration) *UpdateDeviceDatasourceInstanceGroupByIDParams

NewUpdateDeviceDatasourceInstanceGroupByIDParamsWithTimeout creates a new UpdateDeviceDatasourceInstanceGroupByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*UpdateDeviceDatasourceInstanceGroupByIDParams) SetBody ¶

SetBody adds the body to the update device datasource instance group by Id params

func (*UpdateDeviceDatasourceInstanceGroupByIDParams) SetContext ¶

SetContext adds the context to the update device datasource instance group by Id params

func (*UpdateDeviceDatasourceInstanceGroupByIDParams) SetDeviceDsID ¶

func (o *UpdateDeviceDatasourceInstanceGroupByIDParams) SetDeviceDsID(deviceDsID int32)

SetDeviceDsID adds the deviceDsId to the update device datasource instance group by Id params

func (*UpdateDeviceDatasourceInstanceGroupByIDParams) SetDeviceID ¶

func (o *UpdateDeviceDatasourceInstanceGroupByIDParams) SetDeviceID(deviceID int32)

SetDeviceID adds the deviceId to the update device datasource instance group by Id params

func (*UpdateDeviceDatasourceInstanceGroupByIDParams) SetHTTPClient ¶

func (o *UpdateDeviceDatasourceInstanceGroupByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update device datasource instance group by Id params

func (*UpdateDeviceDatasourceInstanceGroupByIDParams) SetID ¶

SetID adds the id to the update device datasource instance group by Id params

func (*UpdateDeviceDatasourceInstanceGroupByIDParams) SetTimeout ¶

SetTimeout adds the timeout to the update device datasource instance group by Id params

func (*UpdateDeviceDatasourceInstanceGroupByIDParams) WithBody ¶

WithBody adds the body to the update device datasource instance group by Id params

func (*UpdateDeviceDatasourceInstanceGroupByIDParams) WithContext ¶

WithContext adds the context to the update device datasource instance group by Id params

func (*UpdateDeviceDatasourceInstanceGroupByIDParams) WithDeviceDsID ¶

WithDeviceDsID adds the deviceDsID to the update device datasource instance group by Id params

func (*UpdateDeviceDatasourceInstanceGroupByIDParams) WithDeviceID ¶

WithDeviceID adds the deviceID to the update device datasource instance group by Id params

func (*UpdateDeviceDatasourceInstanceGroupByIDParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the update device datasource instance group by Id params

func (*UpdateDeviceDatasourceInstanceGroupByIDParams) WithID ¶

WithID adds the id to the update device datasource instance group by Id params

func (*UpdateDeviceDatasourceInstanceGroupByIDParams) WithTimeout ¶

WithTimeout adds the timeout to the update device datasource instance group by Id params

func (*UpdateDeviceDatasourceInstanceGroupByIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type UpdateDeviceDatasourceInstanceGroupByIDReader ¶

type UpdateDeviceDatasourceInstanceGroupByIDReader struct {
	// contains filtered or unexported fields
}

UpdateDeviceDatasourceInstanceGroupByIDReader is a Reader for the UpdateDeviceDatasourceInstanceGroupByID structure.

func (*UpdateDeviceDatasourceInstanceGroupByIDReader) ReadResponse ¶

func (o *UpdateDeviceDatasourceInstanceGroupByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateDeviceDefault ¶

type UpdateDeviceDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

UpdateDeviceDefault handles this case with default header values.

Error

func NewUpdateDeviceDefault ¶

func NewUpdateDeviceDefault(code int) *UpdateDeviceDefault

NewUpdateDeviceDefault creates a UpdateDeviceDefault with default headers values

func (*UpdateDeviceDefault) Code ¶

func (o *UpdateDeviceDefault) Code() int

Code gets the status code for the update device default response

func (*UpdateDeviceDefault) Error ¶

func (o *UpdateDeviceDefault) Error() string

type UpdateDeviceGroupByIDDefault ¶

type UpdateDeviceGroupByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

UpdateDeviceGroupByIDDefault handles this case with default header values.

Error

func NewUpdateDeviceGroupByIDDefault ¶

func NewUpdateDeviceGroupByIDDefault(code int) *UpdateDeviceGroupByIDDefault

NewUpdateDeviceGroupByIDDefault creates a UpdateDeviceGroupByIDDefault with default headers values

func (*UpdateDeviceGroupByIDDefault) Code ¶

Code gets the status code for the update device group by Id default response

func (*UpdateDeviceGroupByIDDefault) Error ¶

type UpdateDeviceGroupByIDOK ¶

type UpdateDeviceGroupByIDOK struct {
	Payload *models.DeviceGroup
}

UpdateDeviceGroupByIDOK handles this case with default header values.

successful operation

func NewUpdateDeviceGroupByIDOK ¶

func NewUpdateDeviceGroupByIDOK() *UpdateDeviceGroupByIDOK

NewUpdateDeviceGroupByIDOK creates a UpdateDeviceGroupByIDOK with default headers values

func (*UpdateDeviceGroupByIDOK) Error ¶

func (o *UpdateDeviceGroupByIDOK) Error() string

type UpdateDeviceGroupByIDParams ¶

type UpdateDeviceGroupByIDParams struct {

	/*Body*/
	Body *models.DeviceGroup
	/*ID*/
	ID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateDeviceGroupByIDParams contains all the parameters to send to the API endpoint for the update device group by Id operation typically these are written to a http.Request

func NewUpdateDeviceGroupByIDParams ¶

func NewUpdateDeviceGroupByIDParams() *UpdateDeviceGroupByIDParams

NewUpdateDeviceGroupByIDParams creates a new UpdateDeviceGroupByIDParams object with the default values initialized.

func NewUpdateDeviceGroupByIDParamsWithContext ¶

func NewUpdateDeviceGroupByIDParamsWithContext(ctx context.Context) *UpdateDeviceGroupByIDParams

NewUpdateDeviceGroupByIDParamsWithContext creates a new UpdateDeviceGroupByIDParams object with the default values initialized, and the ability to set a context for a request

func NewUpdateDeviceGroupByIDParamsWithHTTPClient ¶

func NewUpdateDeviceGroupByIDParamsWithHTTPClient(client *http.Client) *UpdateDeviceGroupByIDParams

NewUpdateDeviceGroupByIDParamsWithHTTPClient creates a new UpdateDeviceGroupByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUpdateDeviceGroupByIDParamsWithTimeout ¶

func NewUpdateDeviceGroupByIDParamsWithTimeout(timeout time.Duration) *UpdateDeviceGroupByIDParams

NewUpdateDeviceGroupByIDParamsWithTimeout creates a new UpdateDeviceGroupByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*UpdateDeviceGroupByIDParams) SetBody ¶

SetBody adds the body to the update device group by Id params

func (*UpdateDeviceGroupByIDParams) SetContext ¶

func (o *UpdateDeviceGroupByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the update device group by Id params

func (*UpdateDeviceGroupByIDParams) SetHTTPClient ¶

func (o *UpdateDeviceGroupByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update device group by Id params

func (*UpdateDeviceGroupByIDParams) SetID ¶

func (o *UpdateDeviceGroupByIDParams) SetID(id int32)

SetID adds the id to the update device group by Id params

func (*UpdateDeviceGroupByIDParams) SetTimeout ¶

func (o *UpdateDeviceGroupByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update device group by Id params

func (*UpdateDeviceGroupByIDParams) WithBody ¶

WithBody adds the body to the update device group by Id params

func (*UpdateDeviceGroupByIDParams) WithContext ¶

WithContext adds the context to the update device group by Id params

func (*UpdateDeviceGroupByIDParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the update device group by Id params

func (*UpdateDeviceGroupByIDParams) WithID ¶

WithID adds the id to the update device group by Id params

func (*UpdateDeviceGroupByIDParams) WithTimeout ¶

WithTimeout adds the timeout to the update device group by Id params

func (*UpdateDeviceGroupByIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type UpdateDeviceGroupByIDReader ¶

type UpdateDeviceGroupByIDReader struct {
	// contains filtered or unexported fields
}

UpdateDeviceGroupByIDReader is a Reader for the UpdateDeviceGroupByID structure.

func (*UpdateDeviceGroupByIDReader) ReadResponse ¶

func (o *UpdateDeviceGroupByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateDeviceGroupClusterAlertConfByIDDefault ¶

type UpdateDeviceGroupClusterAlertConfByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

UpdateDeviceGroupClusterAlertConfByIDDefault handles this case with default header values.

Error

func NewUpdateDeviceGroupClusterAlertConfByIDDefault ¶

func NewUpdateDeviceGroupClusterAlertConfByIDDefault(code int) *UpdateDeviceGroupClusterAlertConfByIDDefault

NewUpdateDeviceGroupClusterAlertConfByIDDefault creates a UpdateDeviceGroupClusterAlertConfByIDDefault with default headers values

func (*UpdateDeviceGroupClusterAlertConfByIDDefault) Code ¶

Code gets the status code for the update device group cluster alert conf by Id default response

func (*UpdateDeviceGroupClusterAlertConfByIDDefault) Error ¶

type UpdateDeviceGroupClusterAlertConfByIDOK ¶

type UpdateDeviceGroupClusterAlertConfByIDOK struct {
	Payload *models.DeviceClusterAlertConfig
}

UpdateDeviceGroupClusterAlertConfByIDOK handles this case with default header values.

successful operation

func NewUpdateDeviceGroupClusterAlertConfByIDOK ¶

func NewUpdateDeviceGroupClusterAlertConfByIDOK() *UpdateDeviceGroupClusterAlertConfByIDOK

NewUpdateDeviceGroupClusterAlertConfByIDOK creates a UpdateDeviceGroupClusterAlertConfByIDOK with default headers values

func (*UpdateDeviceGroupClusterAlertConfByIDOK) Error ¶

type UpdateDeviceGroupClusterAlertConfByIDParams ¶

type UpdateDeviceGroupClusterAlertConfByIDParams struct {

	/*Body*/
	Body *models.DeviceClusterAlertConfig
	/*DeviceGroupID*/
	DeviceGroupID int32
	/*ID*/
	ID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateDeviceGroupClusterAlertConfByIDParams contains all the parameters to send to the API endpoint for the update device group cluster alert conf by Id operation typically these are written to a http.Request

func NewUpdateDeviceGroupClusterAlertConfByIDParams ¶

func NewUpdateDeviceGroupClusterAlertConfByIDParams() *UpdateDeviceGroupClusterAlertConfByIDParams

NewUpdateDeviceGroupClusterAlertConfByIDParams creates a new UpdateDeviceGroupClusterAlertConfByIDParams object with the default values initialized.

func NewUpdateDeviceGroupClusterAlertConfByIDParamsWithContext ¶

func NewUpdateDeviceGroupClusterAlertConfByIDParamsWithContext(ctx context.Context) *UpdateDeviceGroupClusterAlertConfByIDParams

NewUpdateDeviceGroupClusterAlertConfByIDParamsWithContext creates a new UpdateDeviceGroupClusterAlertConfByIDParams object with the default values initialized, and the ability to set a context for a request

func NewUpdateDeviceGroupClusterAlertConfByIDParamsWithHTTPClient ¶

func NewUpdateDeviceGroupClusterAlertConfByIDParamsWithHTTPClient(client *http.Client) *UpdateDeviceGroupClusterAlertConfByIDParams

NewUpdateDeviceGroupClusterAlertConfByIDParamsWithHTTPClient creates a new UpdateDeviceGroupClusterAlertConfByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUpdateDeviceGroupClusterAlertConfByIDParamsWithTimeout ¶

func NewUpdateDeviceGroupClusterAlertConfByIDParamsWithTimeout(timeout time.Duration) *UpdateDeviceGroupClusterAlertConfByIDParams

NewUpdateDeviceGroupClusterAlertConfByIDParamsWithTimeout creates a new UpdateDeviceGroupClusterAlertConfByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*UpdateDeviceGroupClusterAlertConfByIDParams) SetBody ¶

SetBody adds the body to the update device group cluster alert conf by Id params

func (*UpdateDeviceGroupClusterAlertConfByIDParams) SetContext ¶

SetContext adds the context to the update device group cluster alert conf by Id params

func (*UpdateDeviceGroupClusterAlertConfByIDParams) SetDeviceGroupID ¶

func (o *UpdateDeviceGroupClusterAlertConfByIDParams) SetDeviceGroupID(deviceGroupID int32)

SetDeviceGroupID adds the deviceGroupId to the update device group cluster alert conf by Id params

func (*UpdateDeviceGroupClusterAlertConfByIDParams) SetHTTPClient ¶

func (o *UpdateDeviceGroupClusterAlertConfByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update device group cluster alert conf by Id params

func (*UpdateDeviceGroupClusterAlertConfByIDParams) SetID ¶

SetID adds the id to the update device group cluster alert conf by Id params

func (*UpdateDeviceGroupClusterAlertConfByIDParams) SetTimeout ¶

SetTimeout adds the timeout to the update device group cluster alert conf by Id params

func (*UpdateDeviceGroupClusterAlertConfByIDParams) WithBody ¶

WithBody adds the body to the update device group cluster alert conf by Id params

func (*UpdateDeviceGroupClusterAlertConfByIDParams) WithContext ¶

WithContext adds the context to the update device group cluster alert conf by Id params

func (*UpdateDeviceGroupClusterAlertConfByIDParams) WithDeviceGroupID ¶

WithDeviceGroupID adds the deviceGroupID to the update device group cluster alert conf by Id params

func (*UpdateDeviceGroupClusterAlertConfByIDParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the update device group cluster alert conf by Id params

func (*UpdateDeviceGroupClusterAlertConfByIDParams) WithID ¶

WithID adds the id to the update device group cluster alert conf by Id params

func (*UpdateDeviceGroupClusterAlertConfByIDParams) WithTimeout ¶

WithTimeout adds the timeout to the update device group cluster alert conf by Id params

func (*UpdateDeviceGroupClusterAlertConfByIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type UpdateDeviceGroupClusterAlertConfByIDReader ¶

type UpdateDeviceGroupClusterAlertConfByIDReader struct {
	// contains filtered or unexported fields
}

UpdateDeviceGroupClusterAlertConfByIDReader is a Reader for the UpdateDeviceGroupClusterAlertConfByID structure.

func (*UpdateDeviceGroupClusterAlertConfByIDReader) ReadResponse ¶

func (o *UpdateDeviceGroupClusterAlertConfByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateDeviceGroupDatasourceAlertSettingDefault ¶

type UpdateDeviceGroupDatasourceAlertSettingDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

UpdateDeviceGroupDatasourceAlertSettingDefault handles this case with default header values.

Error

func NewUpdateDeviceGroupDatasourceAlertSettingDefault ¶

func NewUpdateDeviceGroupDatasourceAlertSettingDefault(code int) *UpdateDeviceGroupDatasourceAlertSettingDefault

NewUpdateDeviceGroupDatasourceAlertSettingDefault creates a UpdateDeviceGroupDatasourceAlertSettingDefault with default headers values

func (*UpdateDeviceGroupDatasourceAlertSettingDefault) Code ¶

Code gets the status code for the update device group datasource alert setting default response

func (*UpdateDeviceGroupDatasourceAlertSettingDefault) Error ¶

type UpdateDeviceGroupDatasourceAlertSettingOK ¶

type UpdateDeviceGroupDatasourceAlertSettingOK struct {
	Payload *models.DeviceGroupDataSourceAlertConfig
}

UpdateDeviceGroupDatasourceAlertSettingOK handles this case with default header values.

successful operation

func NewUpdateDeviceGroupDatasourceAlertSettingOK ¶

func NewUpdateDeviceGroupDatasourceAlertSettingOK() *UpdateDeviceGroupDatasourceAlertSettingOK

NewUpdateDeviceGroupDatasourceAlertSettingOK creates a UpdateDeviceGroupDatasourceAlertSettingOK with default headers values

func (*UpdateDeviceGroupDatasourceAlertSettingOK) Error ¶

type UpdateDeviceGroupDatasourceAlertSettingParams ¶

type UpdateDeviceGroupDatasourceAlertSettingParams struct {

	/*Body*/
	Body *models.DeviceGroupDataSourceAlertConfig
	/*DeviceGroupID*/
	DeviceGroupID int32
	/*DsID*/
	DsID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateDeviceGroupDatasourceAlertSettingParams contains all the parameters to send to the API endpoint for the update device group datasource alert setting operation typically these are written to a http.Request

func NewUpdateDeviceGroupDatasourceAlertSettingParams ¶

func NewUpdateDeviceGroupDatasourceAlertSettingParams() *UpdateDeviceGroupDatasourceAlertSettingParams

NewUpdateDeviceGroupDatasourceAlertSettingParams creates a new UpdateDeviceGroupDatasourceAlertSettingParams object with the default values initialized.

func NewUpdateDeviceGroupDatasourceAlertSettingParamsWithContext ¶

func NewUpdateDeviceGroupDatasourceAlertSettingParamsWithContext(ctx context.Context) *UpdateDeviceGroupDatasourceAlertSettingParams

NewUpdateDeviceGroupDatasourceAlertSettingParamsWithContext creates a new UpdateDeviceGroupDatasourceAlertSettingParams object with the default values initialized, and the ability to set a context for a request

func NewUpdateDeviceGroupDatasourceAlertSettingParamsWithHTTPClient ¶

func NewUpdateDeviceGroupDatasourceAlertSettingParamsWithHTTPClient(client *http.Client) *UpdateDeviceGroupDatasourceAlertSettingParams

NewUpdateDeviceGroupDatasourceAlertSettingParamsWithHTTPClient creates a new UpdateDeviceGroupDatasourceAlertSettingParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUpdateDeviceGroupDatasourceAlertSettingParamsWithTimeout ¶

func NewUpdateDeviceGroupDatasourceAlertSettingParamsWithTimeout(timeout time.Duration) *UpdateDeviceGroupDatasourceAlertSettingParams

NewUpdateDeviceGroupDatasourceAlertSettingParamsWithTimeout creates a new UpdateDeviceGroupDatasourceAlertSettingParams object with the default values initialized, and the ability to set a timeout on a request

func (*UpdateDeviceGroupDatasourceAlertSettingParams) SetBody ¶

SetBody adds the body to the update device group datasource alert setting params

func (*UpdateDeviceGroupDatasourceAlertSettingParams) SetContext ¶

SetContext adds the context to the update device group datasource alert setting params

func (*UpdateDeviceGroupDatasourceAlertSettingParams) SetDeviceGroupID ¶

func (o *UpdateDeviceGroupDatasourceAlertSettingParams) SetDeviceGroupID(deviceGroupID int32)

SetDeviceGroupID adds the deviceGroupId to the update device group datasource alert setting params

func (*UpdateDeviceGroupDatasourceAlertSettingParams) SetDsID ¶

SetDsID adds the dsId to the update device group datasource alert setting params

func (*UpdateDeviceGroupDatasourceAlertSettingParams) SetHTTPClient ¶

func (o *UpdateDeviceGroupDatasourceAlertSettingParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update device group datasource alert setting params

func (*UpdateDeviceGroupDatasourceAlertSettingParams) SetTimeout ¶

SetTimeout adds the timeout to the update device group datasource alert setting params

func (*UpdateDeviceGroupDatasourceAlertSettingParams) WithBody ¶

WithBody adds the body to the update device group datasource alert setting params

func (*UpdateDeviceGroupDatasourceAlertSettingParams) WithContext ¶

WithContext adds the context to the update device group datasource alert setting params

func (*UpdateDeviceGroupDatasourceAlertSettingParams) WithDeviceGroupID ¶

WithDeviceGroupID adds the deviceGroupID to the update device group datasource alert setting params

func (*UpdateDeviceGroupDatasourceAlertSettingParams) WithDsID ¶

WithDsID adds the dsID to the update device group datasource alert setting params

func (*UpdateDeviceGroupDatasourceAlertSettingParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the update device group datasource alert setting params

func (*UpdateDeviceGroupDatasourceAlertSettingParams) WithTimeout ¶

WithTimeout adds the timeout to the update device group datasource alert setting params

func (*UpdateDeviceGroupDatasourceAlertSettingParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type UpdateDeviceGroupDatasourceAlertSettingReader ¶

type UpdateDeviceGroupDatasourceAlertSettingReader struct {
	// contains filtered or unexported fields
}

UpdateDeviceGroupDatasourceAlertSettingReader is a Reader for the UpdateDeviceGroupDatasourceAlertSetting structure.

func (*UpdateDeviceGroupDatasourceAlertSettingReader) ReadResponse ¶

func (o *UpdateDeviceGroupDatasourceAlertSettingReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateDeviceGroupPropertyByNameDefault ¶

type UpdateDeviceGroupPropertyByNameDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

UpdateDeviceGroupPropertyByNameDefault handles this case with default header values.

Error

func NewUpdateDeviceGroupPropertyByNameDefault ¶

func NewUpdateDeviceGroupPropertyByNameDefault(code int) *UpdateDeviceGroupPropertyByNameDefault

NewUpdateDeviceGroupPropertyByNameDefault creates a UpdateDeviceGroupPropertyByNameDefault with default headers values

func (*UpdateDeviceGroupPropertyByNameDefault) Code ¶

Code gets the status code for the update device group property by name default response

func (*UpdateDeviceGroupPropertyByNameDefault) Error ¶

type UpdateDeviceGroupPropertyByNameOK ¶

type UpdateDeviceGroupPropertyByNameOK struct {
	Payload *models.EntityProperty
}

UpdateDeviceGroupPropertyByNameOK handles this case with default header values.

successful operation

func NewUpdateDeviceGroupPropertyByNameOK ¶

func NewUpdateDeviceGroupPropertyByNameOK() *UpdateDeviceGroupPropertyByNameOK

NewUpdateDeviceGroupPropertyByNameOK creates a UpdateDeviceGroupPropertyByNameOK with default headers values

func (*UpdateDeviceGroupPropertyByNameOK) Error ¶

type UpdateDeviceGroupPropertyByNameParams ¶

type UpdateDeviceGroupPropertyByNameParams struct {

	/*Body*/
	Body *models.EntityProperty
	/*Gid
	  group ID

	*/
	Gid int32
	/*Name*/
	Name string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateDeviceGroupPropertyByNameParams contains all the parameters to send to the API endpoint for the update device group property by name operation typically these are written to a http.Request

func NewUpdateDeviceGroupPropertyByNameParams ¶

func NewUpdateDeviceGroupPropertyByNameParams() *UpdateDeviceGroupPropertyByNameParams

NewUpdateDeviceGroupPropertyByNameParams creates a new UpdateDeviceGroupPropertyByNameParams object with the default values initialized.

func NewUpdateDeviceGroupPropertyByNameParamsWithContext ¶

func NewUpdateDeviceGroupPropertyByNameParamsWithContext(ctx context.Context) *UpdateDeviceGroupPropertyByNameParams

NewUpdateDeviceGroupPropertyByNameParamsWithContext creates a new UpdateDeviceGroupPropertyByNameParams object with the default values initialized, and the ability to set a context for a request

func NewUpdateDeviceGroupPropertyByNameParamsWithHTTPClient ¶

func NewUpdateDeviceGroupPropertyByNameParamsWithHTTPClient(client *http.Client) *UpdateDeviceGroupPropertyByNameParams

NewUpdateDeviceGroupPropertyByNameParamsWithHTTPClient creates a new UpdateDeviceGroupPropertyByNameParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUpdateDeviceGroupPropertyByNameParamsWithTimeout ¶

func NewUpdateDeviceGroupPropertyByNameParamsWithTimeout(timeout time.Duration) *UpdateDeviceGroupPropertyByNameParams

NewUpdateDeviceGroupPropertyByNameParamsWithTimeout creates a new UpdateDeviceGroupPropertyByNameParams object with the default values initialized, and the ability to set a timeout on a request

func (*UpdateDeviceGroupPropertyByNameParams) SetBody ¶

SetBody adds the body to the update device group property by name params

func (*UpdateDeviceGroupPropertyByNameParams) SetContext ¶

SetContext adds the context to the update device group property by name params

func (*UpdateDeviceGroupPropertyByNameParams) SetGid ¶

SetGid adds the gid to the update device group property by name params

func (*UpdateDeviceGroupPropertyByNameParams) SetHTTPClient ¶

func (o *UpdateDeviceGroupPropertyByNameParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update device group property by name params

func (*UpdateDeviceGroupPropertyByNameParams) SetName ¶

SetName adds the name to the update device group property by name params

func (*UpdateDeviceGroupPropertyByNameParams) SetTimeout ¶

func (o *UpdateDeviceGroupPropertyByNameParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update device group property by name params

func (*UpdateDeviceGroupPropertyByNameParams) WithBody ¶

WithBody adds the body to the update device group property by name params

func (*UpdateDeviceGroupPropertyByNameParams) WithContext ¶

WithContext adds the context to the update device group property by name params

func (*UpdateDeviceGroupPropertyByNameParams) WithGid ¶

WithGid adds the gid to the update device group property by name params

func (*UpdateDeviceGroupPropertyByNameParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the update device group property by name params

func (*UpdateDeviceGroupPropertyByNameParams) WithName ¶

WithName adds the name to the update device group property by name params

func (*UpdateDeviceGroupPropertyByNameParams) WithTimeout ¶

WithTimeout adds the timeout to the update device group property by name params

func (*UpdateDeviceGroupPropertyByNameParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type UpdateDeviceGroupPropertyByNameReader ¶

type UpdateDeviceGroupPropertyByNameReader struct {
	// contains filtered or unexported fields
}

UpdateDeviceGroupPropertyByNameReader is a Reader for the UpdateDeviceGroupPropertyByName structure.

func (*UpdateDeviceGroupPropertyByNameReader) ReadResponse ¶

func (o *UpdateDeviceGroupPropertyByNameReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateDeviceOK ¶

type UpdateDeviceOK struct {
	Payload *models.Device
}

UpdateDeviceOK handles this case with default header values.

successful operation

func NewUpdateDeviceOK ¶

func NewUpdateDeviceOK() *UpdateDeviceOK

NewUpdateDeviceOK creates a UpdateDeviceOK with default headers values

func (*UpdateDeviceOK) Error ¶

func (o *UpdateDeviceOK) Error() string

type UpdateDeviceParams ¶

type UpdateDeviceParams struct {

	/*Body*/
	Body *models.Device
	/*End*/
	End *int64
	/*ID*/
	ID int32
	/*NetflowFilter*/
	NetflowFilter *string
	/*OpType*/
	OpType *string
	/*Start*/
	Start *int64

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateDeviceParams contains all the parameters to send to the API endpoint for the update device operation typically these are written to a http.Request

func NewUpdateDeviceParams ¶

func NewUpdateDeviceParams() *UpdateDeviceParams

NewUpdateDeviceParams creates a new UpdateDeviceParams object with the default values initialized.

func NewUpdateDeviceParamsWithContext ¶

func NewUpdateDeviceParamsWithContext(ctx context.Context) *UpdateDeviceParams

NewUpdateDeviceParamsWithContext creates a new UpdateDeviceParams object with the default values initialized, and the ability to set a context for a request

func NewUpdateDeviceParamsWithHTTPClient ¶

func NewUpdateDeviceParamsWithHTTPClient(client *http.Client) *UpdateDeviceParams

NewUpdateDeviceParamsWithHTTPClient creates a new UpdateDeviceParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUpdateDeviceParamsWithTimeout ¶

func NewUpdateDeviceParamsWithTimeout(timeout time.Duration) *UpdateDeviceParams

NewUpdateDeviceParamsWithTimeout creates a new UpdateDeviceParams object with the default values initialized, and the ability to set a timeout on a request

func (*UpdateDeviceParams) SetBody ¶

func (o *UpdateDeviceParams) SetBody(body *models.Device)

SetBody adds the body to the update device params

func (*UpdateDeviceParams) SetContext ¶

func (o *UpdateDeviceParams) SetContext(ctx context.Context)

SetContext adds the context to the update device params

func (*UpdateDeviceParams) SetEnd ¶

func (o *UpdateDeviceParams) SetEnd(end *int64)

SetEnd adds the end to the update device params

func (*UpdateDeviceParams) SetHTTPClient ¶

func (o *UpdateDeviceParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update device params

func (*UpdateDeviceParams) SetID ¶

func (o *UpdateDeviceParams) SetID(id int32)

SetID adds the id to the update device params

func (*UpdateDeviceParams) SetNetflowFilter ¶

func (o *UpdateDeviceParams) SetNetflowFilter(netflowFilter *string)

SetNetflowFilter adds the netflowFilter to the update device params

func (*UpdateDeviceParams) SetOpType ¶

func (o *UpdateDeviceParams) SetOpType(opType *string)

SetOpType adds the opType to the update device params

func (*UpdateDeviceParams) SetStart ¶

func (o *UpdateDeviceParams) SetStart(start *int64)

SetStart adds the start to the update device params

func (*UpdateDeviceParams) SetTimeout ¶

func (o *UpdateDeviceParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update device params

func (*UpdateDeviceParams) WithBody ¶

func (o *UpdateDeviceParams) WithBody(body *models.Device) *UpdateDeviceParams

WithBody adds the body to the update device params

func (*UpdateDeviceParams) WithContext ¶

WithContext adds the context to the update device params

func (*UpdateDeviceParams) WithEnd ¶

func (o *UpdateDeviceParams) WithEnd(end *int64) *UpdateDeviceParams

WithEnd adds the end to the update device params

func (*UpdateDeviceParams) WithHTTPClient ¶

func (o *UpdateDeviceParams) WithHTTPClient(client *http.Client) *UpdateDeviceParams

WithHTTPClient adds the HTTPClient to the update device params

func (*UpdateDeviceParams) WithID ¶

WithID adds the id to the update device params

func (*UpdateDeviceParams) WithNetflowFilter ¶

func (o *UpdateDeviceParams) WithNetflowFilter(netflowFilter *string) *UpdateDeviceParams

WithNetflowFilter adds the netflowFilter to the update device params

func (*UpdateDeviceParams) WithOpType ¶

func (o *UpdateDeviceParams) WithOpType(opType *string) *UpdateDeviceParams

WithOpType adds the opType to the update device params

func (*UpdateDeviceParams) WithStart ¶

func (o *UpdateDeviceParams) WithStart(start *int64) *UpdateDeviceParams

WithStart adds the start to the update device params

func (*UpdateDeviceParams) WithTimeout ¶

func (o *UpdateDeviceParams) WithTimeout(timeout time.Duration) *UpdateDeviceParams

WithTimeout adds the timeout to the update device params

func (*UpdateDeviceParams) WriteToRequest ¶

func (o *UpdateDeviceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type UpdateDevicePropertyByNameDefault ¶

type UpdateDevicePropertyByNameDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

UpdateDevicePropertyByNameDefault handles this case with default header values.

Error

func NewUpdateDevicePropertyByNameDefault ¶

func NewUpdateDevicePropertyByNameDefault(code int) *UpdateDevicePropertyByNameDefault

NewUpdateDevicePropertyByNameDefault creates a UpdateDevicePropertyByNameDefault with default headers values

func (*UpdateDevicePropertyByNameDefault) Code ¶

Code gets the status code for the update device property by name default response

func (*UpdateDevicePropertyByNameDefault) Error ¶

type UpdateDevicePropertyByNameOK ¶

type UpdateDevicePropertyByNameOK struct {
	Payload *models.EntityProperty
}

UpdateDevicePropertyByNameOK handles this case with default header values.

successful operation

func NewUpdateDevicePropertyByNameOK ¶

func NewUpdateDevicePropertyByNameOK() *UpdateDevicePropertyByNameOK

NewUpdateDevicePropertyByNameOK creates a UpdateDevicePropertyByNameOK with default headers values

func (*UpdateDevicePropertyByNameOK) Error ¶

type UpdateDevicePropertyByNameParams ¶

type UpdateDevicePropertyByNameParams struct {

	/*Body*/
	Body *models.EntityProperty
	/*DeviceID*/
	DeviceID int32
	/*Name*/
	Name string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateDevicePropertyByNameParams contains all the parameters to send to the API endpoint for the update device property by name operation typically these are written to a http.Request

func NewUpdateDevicePropertyByNameParams ¶

func NewUpdateDevicePropertyByNameParams() *UpdateDevicePropertyByNameParams

NewUpdateDevicePropertyByNameParams creates a new UpdateDevicePropertyByNameParams object with the default values initialized.

func NewUpdateDevicePropertyByNameParamsWithContext ¶

func NewUpdateDevicePropertyByNameParamsWithContext(ctx context.Context) *UpdateDevicePropertyByNameParams

NewUpdateDevicePropertyByNameParamsWithContext creates a new UpdateDevicePropertyByNameParams object with the default values initialized, and the ability to set a context for a request

func NewUpdateDevicePropertyByNameParamsWithHTTPClient ¶

func NewUpdateDevicePropertyByNameParamsWithHTTPClient(client *http.Client) *UpdateDevicePropertyByNameParams

NewUpdateDevicePropertyByNameParamsWithHTTPClient creates a new UpdateDevicePropertyByNameParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUpdateDevicePropertyByNameParamsWithTimeout ¶

func NewUpdateDevicePropertyByNameParamsWithTimeout(timeout time.Duration) *UpdateDevicePropertyByNameParams

NewUpdateDevicePropertyByNameParamsWithTimeout creates a new UpdateDevicePropertyByNameParams object with the default values initialized, and the ability to set a timeout on a request

func (*UpdateDevicePropertyByNameParams) SetBody ¶

SetBody adds the body to the update device property by name params

func (*UpdateDevicePropertyByNameParams) SetContext ¶

SetContext adds the context to the update device property by name params

func (*UpdateDevicePropertyByNameParams) SetDeviceID ¶

func (o *UpdateDevicePropertyByNameParams) SetDeviceID(deviceID int32)

SetDeviceID adds the deviceId to the update device property by name params

func (*UpdateDevicePropertyByNameParams) SetHTTPClient ¶

func (o *UpdateDevicePropertyByNameParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update device property by name params

func (*UpdateDevicePropertyByNameParams) SetName ¶

func (o *UpdateDevicePropertyByNameParams) SetName(name string)

SetName adds the name to the update device property by name params

func (*UpdateDevicePropertyByNameParams) SetTimeout ¶

func (o *UpdateDevicePropertyByNameParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update device property by name params

func (*UpdateDevicePropertyByNameParams) WithBody ¶

WithBody adds the body to the update device property by name params

func (*UpdateDevicePropertyByNameParams) WithContext ¶

WithContext adds the context to the update device property by name params

func (*UpdateDevicePropertyByNameParams) WithDeviceID ¶

WithDeviceID adds the deviceID to the update device property by name params

func (*UpdateDevicePropertyByNameParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the update device property by name params

func (*UpdateDevicePropertyByNameParams) WithName ¶

WithName adds the name to the update device property by name params

func (*UpdateDevicePropertyByNameParams) WithTimeout ¶

WithTimeout adds the timeout to the update device property by name params

func (*UpdateDevicePropertyByNameParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type UpdateDevicePropertyByNameReader ¶

type UpdateDevicePropertyByNameReader struct {
	// contains filtered or unexported fields
}

UpdateDevicePropertyByNameReader is a Reader for the UpdateDevicePropertyByName structure.

func (*UpdateDevicePropertyByNameReader) ReadResponse ¶

func (o *UpdateDevicePropertyByNameReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateDeviceReader ¶

type UpdateDeviceReader struct {
	// contains filtered or unexported fields
}

UpdateDeviceReader is a Reader for the UpdateDevice structure.

func (*UpdateDeviceReader) ReadResponse ¶

func (o *UpdateDeviceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateEscalationChainByIDDefault ¶

type UpdateEscalationChainByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

UpdateEscalationChainByIDDefault handles this case with default header values.

Error

func NewUpdateEscalationChainByIDDefault ¶

func NewUpdateEscalationChainByIDDefault(code int) *UpdateEscalationChainByIDDefault

NewUpdateEscalationChainByIDDefault creates a UpdateEscalationChainByIDDefault with default headers values

func (*UpdateEscalationChainByIDDefault) Code ¶

Code gets the status code for the update escalation chain by Id default response

func (*UpdateEscalationChainByIDDefault) Error ¶

type UpdateEscalationChainByIDOK ¶

type UpdateEscalationChainByIDOK struct {
	Payload *models.EscalatingChain
}

UpdateEscalationChainByIDOK handles this case with default header values.

successful operation

func NewUpdateEscalationChainByIDOK ¶

func NewUpdateEscalationChainByIDOK() *UpdateEscalationChainByIDOK

NewUpdateEscalationChainByIDOK creates a UpdateEscalationChainByIDOK with default headers values

func (*UpdateEscalationChainByIDOK) Error ¶

type UpdateEscalationChainByIDParams ¶

type UpdateEscalationChainByIDParams struct {

	/*Body*/
	Body *models.EscalatingChain
	/*ID*/
	ID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateEscalationChainByIDParams contains all the parameters to send to the API endpoint for the update escalation chain by Id operation typically these are written to a http.Request

func NewUpdateEscalationChainByIDParams ¶

func NewUpdateEscalationChainByIDParams() *UpdateEscalationChainByIDParams

NewUpdateEscalationChainByIDParams creates a new UpdateEscalationChainByIDParams object with the default values initialized.

func NewUpdateEscalationChainByIDParamsWithContext ¶

func NewUpdateEscalationChainByIDParamsWithContext(ctx context.Context) *UpdateEscalationChainByIDParams

NewUpdateEscalationChainByIDParamsWithContext creates a new UpdateEscalationChainByIDParams object with the default values initialized, and the ability to set a context for a request

func NewUpdateEscalationChainByIDParamsWithHTTPClient ¶

func NewUpdateEscalationChainByIDParamsWithHTTPClient(client *http.Client) *UpdateEscalationChainByIDParams

NewUpdateEscalationChainByIDParamsWithHTTPClient creates a new UpdateEscalationChainByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUpdateEscalationChainByIDParamsWithTimeout ¶

func NewUpdateEscalationChainByIDParamsWithTimeout(timeout time.Duration) *UpdateEscalationChainByIDParams

NewUpdateEscalationChainByIDParamsWithTimeout creates a new UpdateEscalationChainByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*UpdateEscalationChainByIDParams) SetBody ¶

SetBody adds the body to the update escalation chain by Id params

func (*UpdateEscalationChainByIDParams) SetContext ¶

func (o *UpdateEscalationChainByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the update escalation chain by Id params

func (*UpdateEscalationChainByIDParams) SetHTTPClient ¶

func (o *UpdateEscalationChainByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update escalation chain by Id params

func (*UpdateEscalationChainByIDParams) SetID ¶

SetID adds the id to the update escalation chain by Id params

func (*UpdateEscalationChainByIDParams) SetTimeout ¶

func (o *UpdateEscalationChainByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update escalation chain by Id params

func (*UpdateEscalationChainByIDParams) WithBody ¶

WithBody adds the body to the update escalation chain by Id params

func (*UpdateEscalationChainByIDParams) WithContext ¶

WithContext adds the context to the update escalation chain by Id params

func (*UpdateEscalationChainByIDParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the update escalation chain by Id params

func (*UpdateEscalationChainByIDParams) WithID ¶

WithID adds the id to the update escalation chain by Id params

func (*UpdateEscalationChainByIDParams) WithTimeout ¶

WithTimeout adds the timeout to the update escalation chain by Id params

func (*UpdateEscalationChainByIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type UpdateEscalationChainByIDReader ¶

type UpdateEscalationChainByIDReader struct {
	// contains filtered or unexported fields
}

UpdateEscalationChainByIDReader is a Reader for the UpdateEscalationChainByID structure.

func (*UpdateEscalationChainByIDReader) ReadResponse ¶

func (o *UpdateEscalationChainByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateNetscanDefault ¶

type UpdateNetscanDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

UpdateNetscanDefault handles this case with default header values.

Error

func NewUpdateNetscanDefault ¶

func NewUpdateNetscanDefault(code int) *UpdateNetscanDefault

NewUpdateNetscanDefault creates a UpdateNetscanDefault with default headers values

func (*UpdateNetscanDefault) Code ¶

func (o *UpdateNetscanDefault) Code() int

Code gets the status code for the update netscan default response

func (*UpdateNetscanDefault) Error ¶

func (o *UpdateNetscanDefault) Error() string

type UpdateNetscanOK ¶

type UpdateNetscanOK struct {
	Payload models.Netscan
}

UpdateNetscanOK handles this case with default header values.

successful operation

func NewUpdateNetscanOK ¶

func NewUpdateNetscanOK() *UpdateNetscanOK

NewUpdateNetscanOK creates a UpdateNetscanOK with default headers values

func (*UpdateNetscanOK) Error ¶

func (o *UpdateNetscanOK) Error() string

type UpdateNetscanParams ¶

type UpdateNetscanParams struct {

	/*Body*/
	Body models.Netscan
	/*ID*/
	ID int32
	/*Reason*/
	Reason *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateNetscanParams contains all the parameters to send to the API endpoint for the update netscan operation typically these are written to a http.Request

func NewUpdateNetscanParams ¶

func NewUpdateNetscanParams() *UpdateNetscanParams

NewUpdateNetscanParams creates a new UpdateNetscanParams object with the default values initialized.

func NewUpdateNetscanParamsWithContext ¶

func NewUpdateNetscanParamsWithContext(ctx context.Context) *UpdateNetscanParams

NewUpdateNetscanParamsWithContext creates a new UpdateNetscanParams object with the default values initialized, and the ability to set a context for a request

func NewUpdateNetscanParamsWithHTTPClient ¶

func NewUpdateNetscanParamsWithHTTPClient(client *http.Client) *UpdateNetscanParams

NewUpdateNetscanParamsWithHTTPClient creates a new UpdateNetscanParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUpdateNetscanParamsWithTimeout ¶

func NewUpdateNetscanParamsWithTimeout(timeout time.Duration) *UpdateNetscanParams

NewUpdateNetscanParamsWithTimeout creates a new UpdateNetscanParams object with the default values initialized, and the ability to set a timeout on a request

func (*UpdateNetscanParams) SetBody ¶

func (o *UpdateNetscanParams) SetBody(body models.Netscan)

SetBody adds the body to the update netscan params

func (*UpdateNetscanParams) SetContext ¶

func (o *UpdateNetscanParams) SetContext(ctx context.Context)

SetContext adds the context to the update netscan params

func (*UpdateNetscanParams) SetHTTPClient ¶

func (o *UpdateNetscanParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update netscan params

func (*UpdateNetscanParams) SetID ¶

func (o *UpdateNetscanParams) SetID(id int32)

SetID adds the id to the update netscan params

func (*UpdateNetscanParams) SetReason ¶

func (o *UpdateNetscanParams) SetReason(reason *string)

SetReason adds the reason to the update netscan params

func (*UpdateNetscanParams) SetTimeout ¶

func (o *UpdateNetscanParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update netscan params

func (*UpdateNetscanParams) WithBody ¶

WithBody adds the body to the update netscan params

func (*UpdateNetscanParams) WithContext ¶

WithContext adds the context to the update netscan params

func (*UpdateNetscanParams) WithHTTPClient ¶

func (o *UpdateNetscanParams) WithHTTPClient(client *http.Client) *UpdateNetscanParams

WithHTTPClient adds the HTTPClient to the update netscan params

func (*UpdateNetscanParams) WithID ¶

WithID adds the id to the update netscan params

func (*UpdateNetscanParams) WithReason ¶

func (o *UpdateNetscanParams) WithReason(reason *string) *UpdateNetscanParams

WithReason adds the reason to the update netscan params

func (*UpdateNetscanParams) WithTimeout ¶

func (o *UpdateNetscanParams) WithTimeout(timeout time.Duration) *UpdateNetscanParams

WithTimeout adds the timeout to the update netscan params

func (*UpdateNetscanParams) WriteToRequest ¶

func (o *UpdateNetscanParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type UpdateNetscanReader ¶

type UpdateNetscanReader struct {
	// contains filtered or unexported fields
}

UpdateNetscanReader is a Reader for the UpdateNetscan structure.

func (*UpdateNetscanReader) ReadResponse ¶

func (o *UpdateNetscanReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateOpsNoteByIDDefault ¶

type UpdateOpsNoteByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

UpdateOpsNoteByIDDefault handles this case with default header values.

Error

func NewUpdateOpsNoteByIDDefault ¶

func NewUpdateOpsNoteByIDDefault(code int) *UpdateOpsNoteByIDDefault

NewUpdateOpsNoteByIDDefault creates a UpdateOpsNoteByIDDefault with default headers values

func (*UpdateOpsNoteByIDDefault) Code ¶

func (o *UpdateOpsNoteByIDDefault) Code() int

Code gets the status code for the update ops note by Id default response

func (*UpdateOpsNoteByIDDefault) Error ¶

func (o *UpdateOpsNoteByIDDefault) Error() string

type UpdateOpsNoteByIDOK ¶

type UpdateOpsNoteByIDOK struct {
	Payload *models.OpsNote
}

UpdateOpsNoteByIDOK handles this case with default header values.

successful operation

func NewUpdateOpsNoteByIDOK ¶

func NewUpdateOpsNoteByIDOK() *UpdateOpsNoteByIDOK

NewUpdateOpsNoteByIDOK creates a UpdateOpsNoteByIDOK with default headers values

func (*UpdateOpsNoteByIDOK) Error ¶

func (o *UpdateOpsNoteByIDOK) Error() string

type UpdateOpsNoteByIDParams ¶

type UpdateOpsNoteByIDParams struct {

	/*Body*/
	Body *models.OpsNote
	/*ID*/
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateOpsNoteByIDParams contains all the parameters to send to the API endpoint for the update ops note by Id operation typically these are written to a http.Request

func NewUpdateOpsNoteByIDParams ¶

func NewUpdateOpsNoteByIDParams() *UpdateOpsNoteByIDParams

NewUpdateOpsNoteByIDParams creates a new UpdateOpsNoteByIDParams object with the default values initialized.

func NewUpdateOpsNoteByIDParamsWithContext ¶

func NewUpdateOpsNoteByIDParamsWithContext(ctx context.Context) *UpdateOpsNoteByIDParams

NewUpdateOpsNoteByIDParamsWithContext creates a new UpdateOpsNoteByIDParams object with the default values initialized, and the ability to set a context for a request

func NewUpdateOpsNoteByIDParamsWithHTTPClient ¶

func NewUpdateOpsNoteByIDParamsWithHTTPClient(client *http.Client) *UpdateOpsNoteByIDParams

NewUpdateOpsNoteByIDParamsWithHTTPClient creates a new UpdateOpsNoteByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUpdateOpsNoteByIDParamsWithTimeout ¶

func NewUpdateOpsNoteByIDParamsWithTimeout(timeout time.Duration) *UpdateOpsNoteByIDParams

NewUpdateOpsNoteByIDParamsWithTimeout creates a new UpdateOpsNoteByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*UpdateOpsNoteByIDParams) SetBody ¶

func (o *UpdateOpsNoteByIDParams) SetBody(body *models.OpsNote)

SetBody adds the body to the update ops note by Id params

func (*UpdateOpsNoteByIDParams) SetContext ¶

func (o *UpdateOpsNoteByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the update ops note by Id params

func (*UpdateOpsNoteByIDParams) SetHTTPClient ¶

func (o *UpdateOpsNoteByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update ops note by Id params

func (*UpdateOpsNoteByIDParams) SetID ¶

func (o *UpdateOpsNoteByIDParams) SetID(id string)

SetID adds the id to the update ops note by Id params

func (*UpdateOpsNoteByIDParams) SetTimeout ¶

func (o *UpdateOpsNoteByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update ops note by Id params

func (*UpdateOpsNoteByIDParams) WithBody ¶

WithBody adds the body to the update ops note by Id params

func (*UpdateOpsNoteByIDParams) WithContext ¶

WithContext adds the context to the update ops note by Id params

func (*UpdateOpsNoteByIDParams) WithHTTPClient ¶

func (o *UpdateOpsNoteByIDParams) WithHTTPClient(client *http.Client) *UpdateOpsNoteByIDParams

WithHTTPClient adds the HTTPClient to the update ops note by Id params

func (*UpdateOpsNoteByIDParams) WithID ¶

WithID adds the id to the update ops note by Id params

func (*UpdateOpsNoteByIDParams) WithTimeout ¶

WithTimeout adds the timeout to the update ops note by Id params

func (*UpdateOpsNoteByIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type UpdateOpsNoteByIDReader ¶

type UpdateOpsNoteByIDReader struct {
	// contains filtered or unexported fields
}

UpdateOpsNoteByIDReader is a Reader for the UpdateOpsNoteByID structure.

func (*UpdateOpsNoteByIDReader) ReadResponse ¶

func (o *UpdateOpsNoteByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateRecipientGroupByIDDefault ¶

type UpdateRecipientGroupByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

UpdateRecipientGroupByIDDefault handles this case with default header values.

Error

func NewUpdateRecipientGroupByIDDefault ¶

func NewUpdateRecipientGroupByIDDefault(code int) *UpdateRecipientGroupByIDDefault

NewUpdateRecipientGroupByIDDefault creates a UpdateRecipientGroupByIDDefault with default headers values

func (*UpdateRecipientGroupByIDDefault) Code ¶

Code gets the status code for the update recipient group by Id default response

func (*UpdateRecipientGroupByIDDefault) Error ¶

type UpdateRecipientGroupByIDOK ¶

type UpdateRecipientGroupByIDOK struct {
	Payload *models.RecipientGroup
}

UpdateRecipientGroupByIDOK handles this case with default header values.

successful operation

func NewUpdateRecipientGroupByIDOK ¶

func NewUpdateRecipientGroupByIDOK() *UpdateRecipientGroupByIDOK

NewUpdateRecipientGroupByIDOK creates a UpdateRecipientGroupByIDOK with default headers values

func (*UpdateRecipientGroupByIDOK) Error ¶

type UpdateRecipientGroupByIDParams ¶

type UpdateRecipientGroupByIDParams struct {

	/*Body*/
	Body *models.RecipientGroup
	/*ID*/
	ID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateRecipientGroupByIDParams contains all the parameters to send to the API endpoint for the update recipient group by Id operation typically these are written to a http.Request

func NewUpdateRecipientGroupByIDParams ¶

func NewUpdateRecipientGroupByIDParams() *UpdateRecipientGroupByIDParams

NewUpdateRecipientGroupByIDParams creates a new UpdateRecipientGroupByIDParams object with the default values initialized.

func NewUpdateRecipientGroupByIDParamsWithContext ¶

func NewUpdateRecipientGroupByIDParamsWithContext(ctx context.Context) *UpdateRecipientGroupByIDParams

NewUpdateRecipientGroupByIDParamsWithContext creates a new UpdateRecipientGroupByIDParams object with the default values initialized, and the ability to set a context for a request

func NewUpdateRecipientGroupByIDParamsWithHTTPClient ¶

func NewUpdateRecipientGroupByIDParamsWithHTTPClient(client *http.Client) *UpdateRecipientGroupByIDParams

NewUpdateRecipientGroupByIDParamsWithHTTPClient creates a new UpdateRecipientGroupByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUpdateRecipientGroupByIDParamsWithTimeout ¶

func NewUpdateRecipientGroupByIDParamsWithTimeout(timeout time.Duration) *UpdateRecipientGroupByIDParams

NewUpdateRecipientGroupByIDParamsWithTimeout creates a new UpdateRecipientGroupByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*UpdateRecipientGroupByIDParams) SetBody ¶

SetBody adds the body to the update recipient group by Id params

func (*UpdateRecipientGroupByIDParams) SetContext ¶

func (o *UpdateRecipientGroupByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the update recipient group by Id params

func (*UpdateRecipientGroupByIDParams) SetHTTPClient ¶

func (o *UpdateRecipientGroupByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update recipient group by Id params

func (*UpdateRecipientGroupByIDParams) SetID ¶

SetID adds the id to the update recipient group by Id params

func (*UpdateRecipientGroupByIDParams) SetTimeout ¶

func (o *UpdateRecipientGroupByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update recipient group by Id params

func (*UpdateRecipientGroupByIDParams) WithBody ¶

WithBody adds the body to the update recipient group by Id params

func (*UpdateRecipientGroupByIDParams) WithContext ¶

WithContext adds the context to the update recipient group by Id params

func (*UpdateRecipientGroupByIDParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the update recipient group by Id params

func (*UpdateRecipientGroupByIDParams) WithID ¶

WithID adds the id to the update recipient group by Id params

func (*UpdateRecipientGroupByIDParams) WithTimeout ¶

WithTimeout adds the timeout to the update recipient group by Id params

func (*UpdateRecipientGroupByIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type UpdateRecipientGroupByIDReader ¶

type UpdateRecipientGroupByIDReader struct {
	// contains filtered or unexported fields
}

UpdateRecipientGroupByIDReader is a Reader for the UpdateRecipientGroupByID structure.

func (*UpdateRecipientGroupByIDReader) ReadResponse ¶

func (o *UpdateRecipientGroupByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateReportByIDDefault ¶

type UpdateReportByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

UpdateReportByIDDefault handles this case with default header values.

Error

func NewUpdateReportByIDDefault ¶

func NewUpdateReportByIDDefault(code int) *UpdateReportByIDDefault

NewUpdateReportByIDDefault creates a UpdateReportByIDDefault with default headers values

func (*UpdateReportByIDDefault) Code ¶

func (o *UpdateReportByIDDefault) Code() int

Code gets the status code for the update report by Id default response

func (*UpdateReportByIDDefault) Error ¶

func (o *UpdateReportByIDDefault) Error() string

type UpdateReportByIDOK ¶

type UpdateReportByIDOK struct {
	Payload models.ReportBase
}

UpdateReportByIDOK handles this case with default header values.

successful operation

func NewUpdateReportByIDOK ¶

func NewUpdateReportByIDOK() *UpdateReportByIDOK

NewUpdateReportByIDOK creates a UpdateReportByIDOK with default headers values

func (*UpdateReportByIDOK) Error ¶

func (o *UpdateReportByIDOK) Error() string

type UpdateReportByIDParams ¶

type UpdateReportByIDParams struct {

	/*Body*/
	Body models.ReportBase
	/*ID*/
	ID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateReportByIDParams contains all the parameters to send to the API endpoint for the update report by Id operation typically these are written to a http.Request

func NewUpdateReportByIDParams ¶

func NewUpdateReportByIDParams() *UpdateReportByIDParams

NewUpdateReportByIDParams creates a new UpdateReportByIDParams object with the default values initialized.

func NewUpdateReportByIDParamsWithContext ¶

func NewUpdateReportByIDParamsWithContext(ctx context.Context) *UpdateReportByIDParams

NewUpdateReportByIDParamsWithContext creates a new UpdateReportByIDParams object with the default values initialized, and the ability to set a context for a request

func NewUpdateReportByIDParamsWithHTTPClient ¶

func NewUpdateReportByIDParamsWithHTTPClient(client *http.Client) *UpdateReportByIDParams

NewUpdateReportByIDParamsWithHTTPClient creates a new UpdateReportByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUpdateReportByIDParamsWithTimeout ¶

func NewUpdateReportByIDParamsWithTimeout(timeout time.Duration) *UpdateReportByIDParams

NewUpdateReportByIDParamsWithTimeout creates a new UpdateReportByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*UpdateReportByIDParams) SetBody ¶

func (o *UpdateReportByIDParams) SetBody(body models.ReportBase)

SetBody adds the body to the update report by Id params

func (*UpdateReportByIDParams) SetContext ¶

func (o *UpdateReportByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the update report by Id params

func (*UpdateReportByIDParams) SetHTTPClient ¶

func (o *UpdateReportByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update report by Id params

func (*UpdateReportByIDParams) SetID ¶

func (o *UpdateReportByIDParams) SetID(id int32)

SetID adds the id to the update report by Id params

func (*UpdateReportByIDParams) SetTimeout ¶

func (o *UpdateReportByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update report by Id params

func (*UpdateReportByIDParams) WithBody ¶

WithBody adds the body to the update report by Id params

func (*UpdateReportByIDParams) WithContext ¶

WithContext adds the context to the update report by Id params

func (*UpdateReportByIDParams) WithHTTPClient ¶

func (o *UpdateReportByIDParams) WithHTTPClient(client *http.Client) *UpdateReportByIDParams

WithHTTPClient adds the HTTPClient to the update report by Id params

func (*UpdateReportByIDParams) WithID ¶

WithID adds the id to the update report by Id params

func (*UpdateReportByIDParams) WithTimeout ¶

WithTimeout adds the timeout to the update report by Id params

func (*UpdateReportByIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type UpdateReportByIDReader ¶

type UpdateReportByIDReader struct {
	// contains filtered or unexported fields
}

UpdateReportByIDReader is a Reader for the UpdateReportByID structure.

func (*UpdateReportByIDReader) ReadResponse ¶

func (o *UpdateReportByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateReportGroupByIDDefault ¶

type UpdateReportGroupByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

UpdateReportGroupByIDDefault handles this case with default header values.

Error

func NewUpdateReportGroupByIDDefault ¶

func NewUpdateReportGroupByIDDefault(code int) *UpdateReportGroupByIDDefault

NewUpdateReportGroupByIDDefault creates a UpdateReportGroupByIDDefault with default headers values

func (*UpdateReportGroupByIDDefault) Code ¶

Code gets the status code for the update report group by Id default response

func (*UpdateReportGroupByIDDefault) Error ¶

type UpdateReportGroupByIDOK ¶

type UpdateReportGroupByIDOK struct {
	Payload *models.ReportGroup
}

UpdateReportGroupByIDOK handles this case with default header values.

successful operation

func NewUpdateReportGroupByIDOK ¶

func NewUpdateReportGroupByIDOK() *UpdateReportGroupByIDOK

NewUpdateReportGroupByIDOK creates a UpdateReportGroupByIDOK with default headers values

func (*UpdateReportGroupByIDOK) Error ¶

func (o *UpdateReportGroupByIDOK) Error() string

type UpdateReportGroupByIDParams ¶

type UpdateReportGroupByIDParams struct {

	/*Body*/
	Body *models.ReportGroup
	/*ID*/
	ID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateReportGroupByIDParams contains all the parameters to send to the API endpoint for the update report group by Id operation typically these are written to a http.Request

func NewUpdateReportGroupByIDParams ¶

func NewUpdateReportGroupByIDParams() *UpdateReportGroupByIDParams

NewUpdateReportGroupByIDParams creates a new UpdateReportGroupByIDParams object with the default values initialized.

func NewUpdateReportGroupByIDParamsWithContext ¶

func NewUpdateReportGroupByIDParamsWithContext(ctx context.Context) *UpdateReportGroupByIDParams

NewUpdateReportGroupByIDParamsWithContext creates a new UpdateReportGroupByIDParams object with the default values initialized, and the ability to set a context for a request

func NewUpdateReportGroupByIDParamsWithHTTPClient ¶

func NewUpdateReportGroupByIDParamsWithHTTPClient(client *http.Client) *UpdateReportGroupByIDParams

NewUpdateReportGroupByIDParamsWithHTTPClient creates a new UpdateReportGroupByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUpdateReportGroupByIDParamsWithTimeout ¶

func NewUpdateReportGroupByIDParamsWithTimeout(timeout time.Duration) *UpdateReportGroupByIDParams

NewUpdateReportGroupByIDParamsWithTimeout creates a new UpdateReportGroupByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*UpdateReportGroupByIDParams) SetBody ¶

SetBody adds the body to the update report group by Id params

func (*UpdateReportGroupByIDParams) SetContext ¶

func (o *UpdateReportGroupByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the update report group by Id params

func (*UpdateReportGroupByIDParams) SetHTTPClient ¶

func (o *UpdateReportGroupByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update report group by Id params

func (*UpdateReportGroupByIDParams) SetID ¶

func (o *UpdateReportGroupByIDParams) SetID(id int32)

SetID adds the id to the update report group by Id params

func (*UpdateReportGroupByIDParams) SetTimeout ¶

func (o *UpdateReportGroupByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update report group by Id params

func (*UpdateReportGroupByIDParams) WithBody ¶

WithBody adds the body to the update report group by Id params

func (*UpdateReportGroupByIDParams) WithContext ¶

WithContext adds the context to the update report group by Id params

func (*UpdateReportGroupByIDParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the update report group by Id params

func (*UpdateReportGroupByIDParams) WithID ¶

WithID adds the id to the update report group by Id params

func (*UpdateReportGroupByIDParams) WithTimeout ¶

WithTimeout adds the timeout to the update report group by Id params

func (*UpdateReportGroupByIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type UpdateReportGroupByIDReader ¶

type UpdateReportGroupByIDReader struct {
	// contains filtered or unexported fields
}

UpdateReportGroupByIDReader is a Reader for the UpdateReportGroupByID structure.

func (*UpdateReportGroupByIDReader) ReadResponse ¶

func (o *UpdateReportGroupByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateRoleByIDDefault ¶

type UpdateRoleByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

UpdateRoleByIDDefault handles this case with default header values.

Error

func NewUpdateRoleByIDDefault ¶

func NewUpdateRoleByIDDefault(code int) *UpdateRoleByIDDefault

NewUpdateRoleByIDDefault creates a UpdateRoleByIDDefault with default headers values

func (*UpdateRoleByIDDefault) Code ¶

func (o *UpdateRoleByIDDefault) Code() int

Code gets the status code for the update role by Id default response

func (*UpdateRoleByIDDefault) Error ¶

func (o *UpdateRoleByIDDefault) Error() string

type UpdateRoleByIDOK ¶

type UpdateRoleByIDOK struct {
	Payload *models.Role
}

UpdateRoleByIDOK handles this case with default header values.

successful operation

func NewUpdateRoleByIDOK ¶

func NewUpdateRoleByIDOK() *UpdateRoleByIDOK

NewUpdateRoleByIDOK creates a UpdateRoleByIDOK with default headers values

func (*UpdateRoleByIDOK) Error ¶

func (o *UpdateRoleByIDOK) Error() string

type UpdateRoleByIDParams ¶

type UpdateRoleByIDParams struct {

	/*Body*/
	Body *models.Role
	/*ID*/
	ID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateRoleByIDParams contains all the parameters to send to the API endpoint for the update role by Id operation typically these are written to a http.Request

func NewUpdateRoleByIDParams ¶

func NewUpdateRoleByIDParams() *UpdateRoleByIDParams

NewUpdateRoleByIDParams creates a new UpdateRoleByIDParams object with the default values initialized.

func NewUpdateRoleByIDParamsWithContext ¶

func NewUpdateRoleByIDParamsWithContext(ctx context.Context) *UpdateRoleByIDParams

NewUpdateRoleByIDParamsWithContext creates a new UpdateRoleByIDParams object with the default values initialized, and the ability to set a context for a request

func NewUpdateRoleByIDParamsWithHTTPClient ¶

func NewUpdateRoleByIDParamsWithHTTPClient(client *http.Client) *UpdateRoleByIDParams

NewUpdateRoleByIDParamsWithHTTPClient creates a new UpdateRoleByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUpdateRoleByIDParamsWithTimeout ¶

func NewUpdateRoleByIDParamsWithTimeout(timeout time.Duration) *UpdateRoleByIDParams

NewUpdateRoleByIDParamsWithTimeout creates a new UpdateRoleByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*UpdateRoleByIDParams) SetBody ¶

func (o *UpdateRoleByIDParams) SetBody(body *models.Role)

SetBody adds the body to the update role by Id params

func (*UpdateRoleByIDParams) SetContext ¶

func (o *UpdateRoleByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the update role by Id params

func (*UpdateRoleByIDParams) SetHTTPClient ¶

func (o *UpdateRoleByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update role by Id params

func (*UpdateRoleByIDParams) SetID ¶

func (o *UpdateRoleByIDParams) SetID(id int32)

SetID adds the id to the update role by Id params

func (*UpdateRoleByIDParams) SetTimeout ¶

func (o *UpdateRoleByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update role by Id params

func (*UpdateRoleByIDParams) WithBody ¶

WithBody adds the body to the update role by Id params

func (*UpdateRoleByIDParams) WithContext ¶

WithContext adds the context to the update role by Id params

func (*UpdateRoleByIDParams) WithHTTPClient ¶

func (o *UpdateRoleByIDParams) WithHTTPClient(client *http.Client) *UpdateRoleByIDParams

WithHTTPClient adds the HTTPClient to the update role by Id params

func (*UpdateRoleByIDParams) WithID ¶

WithID adds the id to the update role by Id params

func (*UpdateRoleByIDParams) WithTimeout ¶

func (o *UpdateRoleByIDParams) WithTimeout(timeout time.Duration) *UpdateRoleByIDParams

WithTimeout adds the timeout to the update role by Id params

func (*UpdateRoleByIDParams) WriteToRequest ¶

func (o *UpdateRoleByIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type UpdateRoleByIDReader ¶

type UpdateRoleByIDReader struct {
	// contains filtered or unexported fields
}

UpdateRoleByIDReader is a Reader for the UpdateRoleByID structure.

func (*UpdateRoleByIDReader) ReadResponse ¶

func (o *UpdateRoleByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateSDTByIDDefault ¶

type UpdateSDTByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

UpdateSDTByIDDefault handles this case with default header values.

Error

func NewUpdateSDTByIDDefault ¶

func NewUpdateSDTByIDDefault(code int) *UpdateSDTByIDDefault

NewUpdateSDTByIDDefault creates a UpdateSDTByIDDefault with default headers values

func (*UpdateSDTByIDDefault) Code ¶

func (o *UpdateSDTByIDDefault) Code() int

Code gets the status code for the update SDT by Id default response

func (*UpdateSDTByIDDefault) Error ¶

func (o *UpdateSDTByIDDefault) Error() string

type UpdateSDTByIDOK ¶

type UpdateSDTByIDOK struct {
	Payload models.SDT
}

UpdateSDTByIDOK handles this case with default header values.

successful operation

func NewUpdateSDTByIDOK ¶

func NewUpdateSDTByIDOK() *UpdateSDTByIDOK

NewUpdateSDTByIDOK creates a UpdateSDTByIDOK with default headers values

func (*UpdateSDTByIDOK) Error ¶

func (o *UpdateSDTByIDOK) Error() string

type UpdateSDTByIDParams ¶

type UpdateSDTByIDParams struct {

	/*Body*/
	Body models.SDT
	/*ID*/
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateSDTByIDParams contains all the parameters to send to the API endpoint for the update SDT by Id operation typically these are written to a http.Request

func NewUpdateSDTByIDParams ¶

func NewUpdateSDTByIDParams() *UpdateSDTByIDParams

NewUpdateSDTByIDParams creates a new UpdateSDTByIDParams object with the default values initialized.

func NewUpdateSDTByIDParamsWithContext ¶

func NewUpdateSDTByIDParamsWithContext(ctx context.Context) *UpdateSDTByIDParams

NewUpdateSDTByIDParamsWithContext creates a new UpdateSDTByIDParams object with the default values initialized, and the ability to set a context for a request

func NewUpdateSDTByIDParamsWithHTTPClient ¶

func NewUpdateSDTByIDParamsWithHTTPClient(client *http.Client) *UpdateSDTByIDParams

NewUpdateSDTByIDParamsWithHTTPClient creates a new UpdateSDTByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUpdateSDTByIDParamsWithTimeout ¶

func NewUpdateSDTByIDParamsWithTimeout(timeout time.Duration) *UpdateSDTByIDParams

NewUpdateSDTByIDParamsWithTimeout creates a new UpdateSDTByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*UpdateSDTByIDParams) SetBody ¶

func (o *UpdateSDTByIDParams) SetBody(body models.SDT)

SetBody adds the body to the update SDT by Id params

func (*UpdateSDTByIDParams) SetContext ¶

func (o *UpdateSDTByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the update SDT by Id params

func (*UpdateSDTByIDParams) SetHTTPClient ¶

func (o *UpdateSDTByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update SDT by Id params

func (*UpdateSDTByIDParams) SetID ¶

func (o *UpdateSDTByIDParams) SetID(id string)

SetID adds the id to the update SDT by Id params

func (*UpdateSDTByIDParams) SetTimeout ¶

func (o *UpdateSDTByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update SDT by Id params

func (*UpdateSDTByIDParams) WithBody ¶

WithBody adds the body to the update SDT by Id params

func (*UpdateSDTByIDParams) WithContext ¶

WithContext adds the context to the update SDT by Id params

func (*UpdateSDTByIDParams) WithHTTPClient ¶

func (o *UpdateSDTByIDParams) WithHTTPClient(client *http.Client) *UpdateSDTByIDParams

WithHTTPClient adds the HTTPClient to the update SDT by Id params

func (*UpdateSDTByIDParams) WithID ¶

WithID adds the id to the update SDT by Id params

func (*UpdateSDTByIDParams) WithTimeout ¶

func (o *UpdateSDTByIDParams) WithTimeout(timeout time.Duration) *UpdateSDTByIDParams

WithTimeout adds the timeout to the update SDT by Id params

func (*UpdateSDTByIDParams) WriteToRequest ¶

func (o *UpdateSDTByIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type UpdateSDTByIDReader ¶

type UpdateSDTByIDReader struct {
	// contains filtered or unexported fields
}

UpdateSDTByIDReader is a Reader for the UpdateSDTByID structure.

func (*UpdateSDTByIDReader) ReadResponse ¶

func (o *UpdateSDTByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateWebsiteByIDDefault ¶

type UpdateWebsiteByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

UpdateWebsiteByIDDefault handles this case with default header values.

Error

func NewUpdateWebsiteByIDDefault ¶

func NewUpdateWebsiteByIDDefault(code int) *UpdateWebsiteByIDDefault

NewUpdateWebsiteByIDDefault creates a UpdateWebsiteByIDDefault with default headers values

func (*UpdateWebsiteByIDDefault) Code ¶

func (o *UpdateWebsiteByIDDefault) Code() int

Code gets the status code for the update website by Id default response

func (*UpdateWebsiteByIDDefault) Error ¶

func (o *UpdateWebsiteByIDDefault) Error() string

type UpdateWebsiteByIDOK ¶

type UpdateWebsiteByIDOK struct {
	Payload models.Website
}

UpdateWebsiteByIDOK handles this case with default header values.

successful operation

func NewUpdateWebsiteByIDOK ¶

func NewUpdateWebsiteByIDOK() *UpdateWebsiteByIDOK

NewUpdateWebsiteByIDOK creates a UpdateWebsiteByIDOK with default headers values

func (*UpdateWebsiteByIDOK) Error ¶

func (o *UpdateWebsiteByIDOK) Error() string

type UpdateWebsiteByIDParams ¶

type UpdateWebsiteByIDParams struct {

	/*Body*/
	Body models.Website
	/*ID*/
	ID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateWebsiteByIDParams contains all the parameters to send to the API endpoint for the update website by Id operation typically these are written to a http.Request

func NewUpdateWebsiteByIDParams ¶

func NewUpdateWebsiteByIDParams() *UpdateWebsiteByIDParams

NewUpdateWebsiteByIDParams creates a new UpdateWebsiteByIDParams object with the default values initialized.

func NewUpdateWebsiteByIDParamsWithContext ¶

func NewUpdateWebsiteByIDParamsWithContext(ctx context.Context) *UpdateWebsiteByIDParams

NewUpdateWebsiteByIDParamsWithContext creates a new UpdateWebsiteByIDParams object with the default values initialized, and the ability to set a context for a request

func NewUpdateWebsiteByIDParamsWithHTTPClient ¶

func NewUpdateWebsiteByIDParamsWithHTTPClient(client *http.Client) *UpdateWebsiteByIDParams

NewUpdateWebsiteByIDParamsWithHTTPClient creates a new UpdateWebsiteByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUpdateWebsiteByIDParamsWithTimeout ¶

func NewUpdateWebsiteByIDParamsWithTimeout(timeout time.Duration) *UpdateWebsiteByIDParams

NewUpdateWebsiteByIDParamsWithTimeout creates a new UpdateWebsiteByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*UpdateWebsiteByIDParams) SetBody ¶

func (o *UpdateWebsiteByIDParams) SetBody(body models.Website)

SetBody adds the body to the update website by Id params

func (*UpdateWebsiteByIDParams) SetContext ¶

func (o *UpdateWebsiteByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the update website by Id params

func (*UpdateWebsiteByIDParams) SetHTTPClient ¶

func (o *UpdateWebsiteByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update website by Id params

func (*UpdateWebsiteByIDParams) SetID ¶

func (o *UpdateWebsiteByIDParams) SetID(id int32)

SetID adds the id to the update website by Id params

func (*UpdateWebsiteByIDParams) SetTimeout ¶

func (o *UpdateWebsiteByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update website by Id params

func (*UpdateWebsiteByIDParams) WithBody ¶

WithBody adds the body to the update website by Id params

func (*UpdateWebsiteByIDParams) WithContext ¶

WithContext adds the context to the update website by Id params

func (*UpdateWebsiteByIDParams) WithHTTPClient ¶

func (o *UpdateWebsiteByIDParams) WithHTTPClient(client *http.Client) *UpdateWebsiteByIDParams

WithHTTPClient adds the HTTPClient to the update website by Id params

func (*UpdateWebsiteByIDParams) WithID ¶

WithID adds the id to the update website by Id params

func (*UpdateWebsiteByIDParams) WithTimeout ¶

WithTimeout adds the timeout to the update website by Id params

func (*UpdateWebsiteByIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type UpdateWebsiteByIDReader ¶

type UpdateWebsiteByIDReader struct {
	// contains filtered or unexported fields
}

UpdateWebsiteByIDReader is a Reader for the UpdateWebsiteByID structure.

func (*UpdateWebsiteByIDReader) ReadResponse ¶

func (o *UpdateWebsiteByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateWebsiteGroupByIDDefault ¶

type UpdateWebsiteGroupByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

UpdateWebsiteGroupByIDDefault handles this case with default header values.

Error

func NewUpdateWebsiteGroupByIDDefault ¶

func NewUpdateWebsiteGroupByIDDefault(code int) *UpdateWebsiteGroupByIDDefault

NewUpdateWebsiteGroupByIDDefault creates a UpdateWebsiteGroupByIDDefault with default headers values

func (*UpdateWebsiteGroupByIDDefault) Code ¶

Code gets the status code for the update website group by Id default response

func (*UpdateWebsiteGroupByIDDefault) Error ¶

type UpdateWebsiteGroupByIDOK ¶

type UpdateWebsiteGroupByIDOK struct {
	Payload *models.WebsiteGroup
}

UpdateWebsiteGroupByIDOK handles this case with default header values.

successful operation

func NewUpdateWebsiteGroupByIDOK ¶

func NewUpdateWebsiteGroupByIDOK() *UpdateWebsiteGroupByIDOK

NewUpdateWebsiteGroupByIDOK creates a UpdateWebsiteGroupByIDOK with default headers values

func (*UpdateWebsiteGroupByIDOK) Error ¶

func (o *UpdateWebsiteGroupByIDOK) Error() string

type UpdateWebsiteGroupByIDParams ¶

type UpdateWebsiteGroupByIDParams struct {

	/*Body*/
	Body *models.WebsiteGroup
	/*ID*/
	ID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateWebsiteGroupByIDParams contains all the parameters to send to the API endpoint for the update website group by Id operation typically these are written to a http.Request

func NewUpdateWebsiteGroupByIDParams ¶

func NewUpdateWebsiteGroupByIDParams() *UpdateWebsiteGroupByIDParams

NewUpdateWebsiteGroupByIDParams creates a new UpdateWebsiteGroupByIDParams object with the default values initialized.

func NewUpdateWebsiteGroupByIDParamsWithContext ¶

func NewUpdateWebsiteGroupByIDParamsWithContext(ctx context.Context) *UpdateWebsiteGroupByIDParams

NewUpdateWebsiteGroupByIDParamsWithContext creates a new UpdateWebsiteGroupByIDParams object with the default values initialized, and the ability to set a context for a request

func NewUpdateWebsiteGroupByIDParamsWithHTTPClient ¶

func NewUpdateWebsiteGroupByIDParamsWithHTTPClient(client *http.Client) *UpdateWebsiteGroupByIDParams

NewUpdateWebsiteGroupByIDParamsWithHTTPClient creates a new UpdateWebsiteGroupByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUpdateWebsiteGroupByIDParamsWithTimeout ¶

func NewUpdateWebsiteGroupByIDParamsWithTimeout(timeout time.Duration) *UpdateWebsiteGroupByIDParams

NewUpdateWebsiteGroupByIDParamsWithTimeout creates a new UpdateWebsiteGroupByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*UpdateWebsiteGroupByIDParams) SetBody ¶

SetBody adds the body to the update website group by Id params

func (*UpdateWebsiteGroupByIDParams) SetContext ¶

func (o *UpdateWebsiteGroupByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the update website group by Id params

func (*UpdateWebsiteGroupByIDParams) SetHTTPClient ¶

func (o *UpdateWebsiteGroupByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update website group by Id params

func (*UpdateWebsiteGroupByIDParams) SetID ¶

func (o *UpdateWebsiteGroupByIDParams) SetID(id int32)

SetID adds the id to the update website group by Id params

func (*UpdateWebsiteGroupByIDParams) SetTimeout ¶

func (o *UpdateWebsiteGroupByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update website group by Id params

func (*UpdateWebsiteGroupByIDParams) WithBody ¶

WithBody adds the body to the update website group by Id params

func (*UpdateWebsiteGroupByIDParams) WithContext ¶

WithContext adds the context to the update website group by Id params

func (*UpdateWebsiteGroupByIDParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the update website group by Id params

func (*UpdateWebsiteGroupByIDParams) WithID ¶

WithID adds the id to the update website group by Id params

func (*UpdateWebsiteGroupByIDParams) WithTimeout ¶

WithTimeout adds the timeout to the update website group by Id params

func (*UpdateWebsiteGroupByIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type UpdateWebsiteGroupByIDReader ¶

type UpdateWebsiteGroupByIDReader struct {
	// contains filtered or unexported fields
}

UpdateWebsiteGroupByIDReader is a Reader for the UpdateWebsiteGroupByID structure.

func (*UpdateWebsiteGroupByIDReader) ReadResponse ¶

func (o *UpdateWebsiteGroupByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateWidgetByIDDefault ¶

type UpdateWidgetByIDDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

UpdateWidgetByIDDefault handles this case with default header values.

Error

func NewUpdateWidgetByIDDefault ¶

func NewUpdateWidgetByIDDefault(code int) *UpdateWidgetByIDDefault

NewUpdateWidgetByIDDefault creates a UpdateWidgetByIDDefault with default headers values

func (*UpdateWidgetByIDDefault) Code ¶

func (o *UpdateWidgetByIDDefault) Code() int

Code gets the status code for the update widget by Id default response

func (*UpdateWidgetByIDDefault) Error ¶

func (o *UpdateWidgetByIDDefault) Error() string

type UpdateWidgetByIDOK ¶

type UpdateWidgetByIDOK struct {
	Payload models.Widget
}

UpdateWidgetByIDOK handles this case with default header values.

successful operation

func NewUpdateWidgetByIDOK ¶

func NewUpdateWidgetByIDOK() *UpdateWidgetByIDOK

NewUpdateWidgetByIDOK creates a UpdateWidgetByIDOK with default headers values

func (*UpdateWidgetByIDOK) Error ¶

func (o *UpdateWidgetByIDOK) Error() string

type UpdateWidgetByIDParams ¶

type UpdateWidgetByIDParams struct {

	/*Body*/
	Body models.Widget
	/*ID*/
	ID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateWidgetByIDParams contains all the parameters to send to the API endpoint for the update widget by Id operation typically these are written to a http.Request

func NewUpdateWidgetByIDParams ¶

func NewUpdateWidgetByIDParams() *UpdateWidgetByIDParams

NewUpdateWidgetByIDParams creates a new UpdateWidgetByIDParams object with the default values initialized.

func NewUpdateWidgetByIDParamsWithContext ¶

func NewUpdateWidgetByIDParamsWithContext(ctx context.Context) *UpdateWidgetByIDParams

NewUpdateWidgetByIDParamsWithContext creates a new UpdateWidgetByIDParams object with the default values initialized, and the ability to set a context for a request

func NewUpdateWidgetByIDParamsWithHTTPClient ¶

func NewUpdateWidgetByIDParamsWithHTTPClient(client *http.Client) *UpdateWidgetByIDParams

NewUpdateWidgetByIDParamsWithHTTPClient creates a new UpdateWidgetByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUpdateWidgetByIDParamsWithTimeout ¶

func NewUpdateWidgetByIDParamsWithTimeout(timeout time.Duration) *UpdateWidgetByIDParams

NewUpdateWidgetByIDParamsWithTimeout creates a new UpdateWidgetByIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*UpdateWidgetByIDParams) SetBody ¶

func (o *UpdateWidgetByIDParams) SetBody(body models.Widget)

SetBody adds the body to the update widget by Id params

func (*UpdateWidgetByIDParams) SetContext ¶

func (o *UpdateWidgetByIDParams) SetContext(ctx context.Context)

SetContext adds the context to the update widget by Id params

func (*UpdateWidgetByIDParams) SetHTTPClient ¶

func (o *UpdateWidgetByIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update widget by Id params

func (*UpdateWidgetByIDParams) SetID ¶

func (o *UpdateWidgetByIDParams) SetID(id int32)

SetID adds the id to the update widget by Id params

func (*UpdateWidgetByIDParams) SetTimeout ¶

func (o *UpdateWidgetByIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update widget by Id params

func (*UpdateWidgetByIDParams) WithBody ¶

WithBody adds the body to the update widget by Id params

func (*UpdateWidgetByIDParams) WithContext ¶

WithContext adds the context to the update widget by Id params

func (*UpdateWidgetByIDParams) WithHTTPClient ¶

func (o *UpdateWidgetByIDParams) WithHTTPClient(client *http.Client) *UpdateWidgetByIDParams

WithHTTPClient adds the HTTPClient to the update widget by Id params

func (*UpdateWidgetByIDParams) WithID ¶

WithID adds the id to the update widget by Id params

func (*UpdateWidgetByIDParams) WithTimeout ¶

WithTimeout adds the timeout to the update widget by Id params

func (*UpdateWidgetByIDParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type UpdateWidgetByIDReader ¶

type UpdateWidgetByIDReader struct {
	// contains filtered or unexported fields
}

UpdateWidgetByIDReader is a Reader for the UpdateWidgetByID structure.

func (*UpdateWidgetByIDReader) ReadResponse ¶

func (o *UpdateWidgetByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

Source Files ¶

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL