sensor_download

package
v0.8.0 Latest Latest
Warning

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

Go to latest
Published: Sep 30, 2024 License: MIT Imports: 11 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for sensor download API

func (*Client) DownloadSensorInstallerByID

func (a *Client) DownloadSensorInstallerByID(params *DownloadSensorInstallerByIDParams, writer io.Writer, opts ...ClientOption) (*DownloadSensorInstallerByIDOK, error)

DownloadSensorInstallerByID downloads sensor installer by s h a256 ID

func (*Client) DownloadSensorInstallerByIDV2 added in v0.7.0

func (a *Client) DownloadSensorInstallerByIDV2(params *DownloadSensorInstallerByIDV2Params, writer io.Writer, opts ...ClientOption) (*DownloadSensorInstallerByIDV2OK, error)

DownloadSensorInstallerByIDV2 downloads sensor installer by s h a256 ID

func (*Client) GetCombinedSensorInstallersByQuery

func (a *Client) GetCombinedSensorInstallersByQuery(params *GetCombinedSensorInstallersByQueryParams, opts ...ClientOption) (*GetCombinedSensorInstallersByQueryOK, error)

GetCombinedSensorInstallersByQuery gets sensor installer details by provided query

func (*Client) GetCombinedSensorInstallersByQueryV2 added in v0.7.0

func (a *Client) GetCombinedSensorInstallersByQueryV2(params *GetCombinedSensorInstallersByQueryV2Params, opts ...ClientOption) (*GetCombinedSensorInstallersByQueryV2OK, error)

GetCombinedSensorInstallersByQueryV2 gets sensor installer details by provided query

func (*Client) GetSensorInstallersByQuery

func (a *Client) GetSensorInstallersByQuery(params *GetSensorInstallersByQueryParams, opts ...ClientOption) (*GetSensorInstallersByQueryOK, error)

GetSensorInstallersByQuery gets sensor installer i ds by provided query

func (*Client) GetSensorInstallersByQueryV2 added in v0.7.0

func (a *Client) GetSensorInstallersByQueryV2(params *GetSensorInstallersByQueryV2Params, opts ...ClientOption) (*GetSensorInstallersByQueryV2OK, error)

GetSensorInstallersByQueryV2 gets sensor installer i ds by provided query

func (*Client) GetSensorInstallersCCIDByQuery

func (a *Client) GetSensorInstallersCCIDByQuery(params *GetSensorInstallersCCIDByQueryParams, opts ...ClientOption) (*GetSensorInstallersCCIDByQueryOK, error)

GetSensorInstallersCCIDByQuery gets c c ID to use with sensor installers

func (*Client) GetSensorInstallersEntities

GetSensorInstallersEntities gets sensor installer details by provided s h a256 i ds

func (*Client) GetSensorInstallersEntitiesV2 added in v0.7.0

GetSensorInstallersEntitiesV2 gets sensor installer details by provided s h a256 i ds

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	DownloadSensorInstallerByID(params *DownloadSensorInstallerByIDParams, writer io.Writer, opts ...ClientOption) (*DownloadSensorInstallerByIDOK, error)

	DownloadSensorInstallerByIDV2(params *DownloadSensorInstallerByIDV2Params, writer io.Writer, opts ...ClientOption) (*DownloadSensorInstallerByIDV2OK, error)

	GetCombinedSensorInstallersByQuery(params *GetCombinedSensorInstallersByQueryParams, opts ...ClientOption) (*GetCombinedSensorInstallersByQueryOK, error)

	GetCombinedSensorInstallersByQueryV2(params *GetCombinedSensorInstallersByQueryV2Params, opts ...ClientOption) (*GetCombinedSensorInstallersByQueryV2OK, error)

	GetSensorInstallersByQuery(params *GetSensorInstallersByQueryParams, opts ...ClientOption) (*GetSensorInstallersByQueryOK, error)

	GetSensorInstallersByQueryV2(params *GetSensorInstallersByQueryV2Params, opts ...ClientOption) (*GetSensorInstallersByQueryV2OK, error)

	GetSensorInstallersCCIDByQuery(params *GetSensorInstallersCCIDByQueryParams, opts ...ClientOption) (*GetSensorInstallersCCIDByQueryOK, error)

	GetSensorInstallersEntities(params *GetSensorInstallersEntitiesParams, opts ...ClientOption) (*GetSensorInstallersEntitiesOK, *GetSensorInstallersEntitiesMultiStatus, error)

	GetSensorInstallersEntitiesV2(params *GetSensorInstallersEntitiesV2Params, opts ...ClientOption) (*GetSensorInstallersEntitiesV2OK, *GetSensorInstallersEntitiesV2MultiStatus, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService

New creates a new sensor download API client.

type DownloadSensorInstallerByIDBadRequest

type DownloadSensorInstallerByIDBadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecQueryResponse
}

DownloadSensorInstallerByIDBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewDownloadSensorInstallerByIDBadRequest

func NewDownloadSensorInstallerByIDBadRequest() *DownloadSensorInstallerByIDBadRequest

NewDownloadSensorInstallerByIDBadRequest creates a DownloadSensorInstallerByIDBadRequest with default headers values

func (*DownloadSensorInstallerByIDBadRequest) Code added in v0.2.33

Code gets the status code for the download sensor installer by Id bad request response

func (*DownloadSensorInstallerByIDBadRequest) Error

func (*DownloadSensorInstallerByIDBadRequest) GetPayload

func (*DownloadSensorInstallerByIDBadRequest) IsClientError added in v0.2.27

func (o *DownloadSensorInstallerByIDBadRequest) IsClientError() bool

IsClientError returns true when this download sensor installer by Id bad request response has a 4xx status code

func (*DownloadSensorInstallerByIDBadRequest) IsCode added in v0.2.27

IsCode returns true when this download sensor installer by Id bad request response a status code equal to that given

func (*DownloadSensorInstallerByIDBadRequest) IsRedirect added in v0.2.27

IsRedirect returns true when this download sensor installer by Id bad request response has a 3xx status code

func (*DownloadSensorInstallerByIDBadRequest) IsServerError added in v0.2.27

func (o *DownloadSensorInstallerByIDBadRequest) IsServerError() bool

IsServerError returns true when this download sensor installer by Id bad request response has a 5xx status code

func (*DownloadSensorInstallerByIDBadRequest) IsSuccess added in v0.2.27

IsSuccess returns true when this download sensor installer by Id bad request response has a 2xx status code

func (*DownloadSensorInstallerByIDBadRequest) String added in v0.2.27

type DownloadSensorInstallerByIDForbidden

type DownloadSensorInstallerByIDForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

DownloadSensorInstallerByIDForbidden describes a response with status code 403, with default header values.

Forbidden

func NewDownloadSensorInstallerByIDForbidden

func NewDownloadSensorInstallerByIDForbidden() *DownloadSensorInstallerByIDForbidden

NewDownloadSensorInstallerByIDForbidden creates a DownloadSensorInstallerByIDForbidden with default headers values

func (*DownloadSensorInstallerByIDForbidden) Code added in v0.2.33

Code gets the status code for the download sensor installer by Id forbidden response

func (*DownloadSensorInstallerByIDForbidden) Error

func (*DownloadSensorInstallerByIDForbidden) GetPayload

func (*DownloadSensorInstallerByIDForbidden) IsClientError added in v0.2.27

func (o *DownloadSensorInstallerByIDForbidden) IsClientError() bool

IsClientError returns true when this download sensor installer by Id forbidden response has a 4xx status code

func (*DownloadSensorInstallerByIDForbidden) IsCode added in v0.2.27

IsCode returns true when this download sensor installer by Id forbidden response a status code equal to that given

func (*DownloadSensorInstallerByIDForbidden) IsRedirect added in v0.2.27

IsRedirect returns true when this download sensor installer by Id forbidden response has a 3xx status code

func (*DownloadSensorInstallerByIDForbidden) IsServerError added in v0.2.27

func (o *DownloadSensorInstallerByIDForbidden) IsServerError() bool

IsServerError returns true when this download sensor installer by Id forbidden response has a 5xx status code

func (*DownloadSensorInstallerByIDForbidden) IsSuccess added in v0.2.27

IsSuccess returns true when this download sensor installer by Id forbidden response has a 2xx status code

func (*DownloadSensorInstallerByIDForbidden) String added in v0.2.27

type DownloadSensorInstallerByIDNotFound

type DownloadSensorInstallerByIDNotFound struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecQueryResponse
}

DownloadSensorInstallerByIDNotFound describes a response with status code 404, with default header values.

Not Found

func NewDownloadSensorInstallerByIDNotFound

func NewDownloadSensorInstallerByIDNotFound() *DownloadSensorInstallerByIDNotFound

NewDownloadSensorInstallerByIDNotFound creates a DownloadSensorInstallerByIDNotFound with default headers values

func (*DownloadSensorInstallerByIDNotFound) Code added in v0.2.33

Code gets the status code for the download sensor installer by Id not found response

func (*DownloadSensorInstallerByIDNotFound) Error

func (*DownloadSensorInstallerByIDNotFound) GetPayload

func (*DownloadSensorInstallerByIDNotFound) IsClientError added in v0.2.27

func (o *DownloadSensorInstallerByIDNotFound) IsClientError() bool

IsClientError returns true when this download sensor installer by Id not found response has a 4xx status code

func (*DownloadSensorInstallerByIDNotFound) IsCode added in v0.2.27

IsCode returns true when this download sensor installer by Id not found response a status code equal to that given

func (*DownloadSensorInstallerByIDNotFound) IsRedirect added in v0.2.27

func (o *DownloadSensorInstallerByIDNotFound) IsRedirect() bool

IsRedirect returns true when this download sensor installer by Id not found response has a 3xx status code

func (*DownloadSensorInstallerByIDNotFound) IsServerError added in v0.2.27

func (o *DownloadSensorInstallerByIDNotFound) IsServerError() bool

IsServerError returns true when this download sensor installer by Id not found response has a 5xx status code

func (*DownloadSensorInstallerByIDNotFound) IsSuccess added in v0.2.27

IsSuccess returns true when this download sensor installer by Id not found response has a 2xx status code

func (*DownloadSensorInstallerByIDNotFound) String added in v0.2.27

type DownloadSensorInstallerByIDOK

type DownloadSensorInstallerByIDOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload io.Writer
}

DownloadSensorInstallerByIDOK describes a response with status code 200, with default header values.

OK

func NewDownloadSensorInstallerByIDOK

func NewDownloadSensorInstallerByIDOK(writer io.Writer) *DownloadSensorInstallerByIDOK

NewDownloadSensorInstallerByIDOK creates a DownloadSensorInstallerByIDOK with default headers values

func (*DownloadSensorInstallerByIDOK) Code added in v0.2.33

Code gets the status code for the download sensor installer by Id o k response

func (*DownloadSensorInstallerByIDOK) Error

func (*DownloadSensorInstallerByIDOK) GetPayload

func (o *DownloadSensorInstallerByIDOK) GetPayload() io.Writer

func (*DownloadSensorInstallerByIDOK) IsClientError added in v0.2.27

func (o *DownloadSensorInstallerByIDOK) IsClientError() bool

IsClientError returns true when this download sensor installer by Id o k response has a 4xx status code

func (*DownloadSensorInstallerByIDOK) IsCode added in v0.2.27

func (o *DownloadSensorInstallerByIDOK) IsCode(code int) bool

IsCode returns true when this download sensor installer by Id o k response a status code equal to that given

func (*DownloadSensorInstallerByIDOK) IsRedirect added in v0.2.27

func (o *DownloadSensorInstallerByIDOK) IsRedirect() bool

IsRedirect returns true when this download sensor installer by Id o k response has a 3xx status code

func (*DownloadSensorInstallerByIDOK) IsServerError added in v0.2.27

func (o *DownloadSensorInstallerByIDOK) IsServerError() bool

IsServerError returns true when this download sensor installer by Id o k response has a 5xx status code

func (*DownloadSensorInstallerByIDOK) IsSuccess added in v0.2.27

func (o *DownloadSensorInstallerByIDOK) IsSuccess() bool

IsSuccess returns true when this download sensor installer by Id o k response has a 2xx status code

func (*DownloadSensorInstallerByIDOK) String added in v0.2.27

type DownloadSensorInstallerByIDParams

type DownloadSensorInstallerByIDParams struct {

	/* ID.

	   SHA256 of the installer to download
	*/
	ID string

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

DownloadSensorInstallerByIDParams contains all the parameters to send to the API endpoint

for the download sensor installer by Id operation.

Typically these are written to a http.Request.

func NewDownloadSensorInstallerByIDParams

func NewDownloadSensorInstallerByIDParams() *DownloadSensorInstallerByIDParams

NewDownloadSensorInstallerByIDParams creates a new DownloadSensorInstallerByIDParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewDownloadSensorInstallerByIDParamsWithContext

func NewDownloadSensorInstallerByIDParamsWithContext(ctx context.Context) *DownloadSensorInstallerByIDParams

NewDownloadSensorInstallerByIDParamsWithContext creates a new DownloadSensorInstallerByIDParams object with the ability to set a context for a request.

func NewDownloadSensorInstallerByIDParamsWithHTTPClient

func NewDownloadSensorInstallerByIDParamsWithHTTPClient(client *http.Client) *DownloadSensorInstallerByIDParams

NewDownloadSensorInstallerByIDParamsWithHTTPClient creates a new DownloadSensorInstallerByIDParams object with the ability to set a custom HTTPClient for a request.

func NewDownloadSensorInstallerByIDParamsWithTimeout

func NewDownloadSensorInstallerByIDParamsWithTimeout(timeout time.Duration) *DownloadSensorInstallerByIDParams

NewDownloadSensorInstallerByIDParamsWithTimeout creates a new DownloadSensorInstallerByIDParams object with the ability to set a timeout on a request.

func (*DownloadSensorInstallerByIDParams) SetContext

SetContext adds the context to the download sensor installer by Id params

func (*DownloadSensorInstallerByIDParams) SetDefaults

func (o *DownloadSensorInstallerByIDParams) SetDefaults()

SetDefaults hydrates default values in the download sensor installer by Id params (not the query body).

All values with no default are reset to their zero value.

func (*DownloadSensorInstallerByIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the download sensor installer by Id params

func (*DownloadSensorInstallerByIDParams) SetID

SetID adds the id to the download sensor installer by Id params

func (*DownloadSensorInstallerByIDParams) SetTimeout

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

SetTimeout adds the timeout to the download sensor installer by Id params

func (*DownloadSensorInstallerByIDParams) WithContext

WithContext adds the context to the download sensor installer by Id params

func (*DownloadSensorInstallerByIDParams) WithDefaults

WithDefaults hydrates default values in the download sensor installer by Id params (not the query body).

All values with no default are reset to their zero value.

func (*DownloadSensorInstallerByIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the download sensor installer by Id params

func (*DownloadSensorInstallerByIDParams) WithID

WithID adds the id to the download sensor installer by Id params

func (*DownloadSensorInstallerByIDParams) WithTimeout

WithTimeout adds the timeout to the download sensor installer by Id params

func (*DownloadSensorInstallerByIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DownloadSensorInstallerByIDReader

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

DownloadSensorInstallerByIDReader is a Reader for the DownloadSensorInstallerByID structure.

func (*DownloadSensorInstallerByIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DownloadSensorInstallerByIDTooManyRequests

type DownloadSensorInstallerByIDTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

DownloadSensorInstallerByIDTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewDownloadSensorInstallerByIDTooManyRequests

func NewDownloadSensorInstallerByIDTooManyRequests() *DownloadSensorInstallerByIDTooManyRequests

NewDownloadSensorInstallerByIDTooManyRequests creates a DownloadSensorInstallerByIDTooManyRequests with default headers values

func (*DownloadSensorInstallerByIDTooManyRequests) Code added in v0.2.33

Code gets the status code for the download sensor installer by Id too many requests response

func (*DownloadSensorInstallerByIDTooManyRequests) Error

func (*DownloadSensorInstallerByIDTooManyRequests) GetPayload

func (*DownloadSensorInstallerByIDTooManyRequests) IsClientError added in v0.2.27

IsClientError returns true when this download sensor installer by Id too many requests response has a 4xx status code

func (*DownloadSensorInstallerByIDTooManyRequests) IsCode added in v0.2.27

IsCode returns true when this download sensor installer by Id too many requests response a status code equal to that given

func (*DownloadSensorInstallerByIDTooManyRequests) IsRedirect added in v0.2.27

IsRedirect returns true when this download sensor installer by Id too many requests response has a 3xx status code

func (*DownloadSensorInstallerByIDTooManyRequests) IsServerError added in v0.2.27

IsServerError returns true when this download sensor installer by Id too many requests response has a 5xx status code

func (*DownloadSensorInstallerByIDTooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this download sensor installer by Id too many requests response has a 2xx status code

func (*DownloadSensorInstallerByIDTooManyRequests) String added in v0.2.27

type DownloadSensorInstallerByIDV2BadRequest added in v0.7.0

type DownloadSensorInstallerByIDV2BadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecQueryResponse
}

DownloadSensorInstallerByIDV2BadRequest describes a response with status code 400, with default header values.

Bad Request

func NewDownloadSensorInstallerByIDV2BadRequest added in v0.7.0

func NewDownloadSensorInstallerByIDV2BadRequest() *DownloadSensorInstallerByIDV2BadRequest

NewDownloadSensorInstallerByIDV2BadRequest creates a DownloadSensorInstallerByIDV2BadRequest with default headers values

func (*DownloadSensorInstallerByIDV2BadRequest) Code added in v0.7.0

Code gets the status code for the download sensor installer by Id v2 bad request response

func (*DownloadSensorInstallerByIDV2BadRequest) Error added in v0.7.0

func (*DownloadSensorInstallerByIDV2BadRequest) GetPayload added in v0.7.0

func (*DownloadSensorInstallerByIDV2BadRequest) IsClientError added in v0.7.0

func (o *DownloadSensorInstallerByIDV2BadRequest) IsClientError() bool

IsClientError returns true when this download sensor installer by Id v2 bad request response has a 4xx status code

func (*DownloadSensorInstallerByIDV2BadRequest) IsCode added in v0.7.0

IsCode returns true when this download sensor installer by Id v2 bad request response a status code equal to that given

func (*DownloadSensorInstallerByIDV2BadRequest) IsRedirect added in v0.7.0

IsRedirect returns true when this download sensor installer by Id v2 bad request response has a 3xx status code

func (*DownloadSensorInstallerByIDV2BadRequest) IsServerError added in v0.7.0

func (o *DownloadSensorInstallerByIDV2BadRequest) IsServerError() bool

IsServerError returns true when this download sensor installer by Id v2 bad request response has a 5xx status code

func (*DownloadSensorInstallerByIDV2BadRequest) IsSuccess added in v0.7.0

IsSuccess returns true when this download sensor installer by Id v2 bad request response has a 2xx status code

func (*DownloadSensorInstallerByIDV2BadRequest) String added in v0.7.0

type DownloadSensorInstallerByIDV2Forbidden added in v0.7.0

type DownloadSensorInstallerByIDV2Forbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

DownloadSensorInstallerByIDV2Forbidden describes a response with status code 403, with default header values.

Forbidden

func NewDownloadSensorInstallerByIDV2Forbidden added in v0.7.0

func NewDownloadSensorInstallerByIDV2Forbidden() *DownloadSensorInstallerByIDV2Forbidden

NewDownloadSensorInstallerByIDV2Forbidden creates a DownloadSensorInstallerByIDV2Forbidden with default headers values

func (*DownloadSensorInstallerByIDV2Forbidden) Code added in v0.7.0

Code gets the status code for the download sensor installer by Id v2 forbidden response

func (*DownloadSensorInstallerByIDV2Forbidden) Error added in v0.7.0

func (*DownloadSensorInstallerByIDV2Forbidden) GetPayload added in v0.7.0

func (*DownloadSensorInstallerByIDV2Forbidden) IsClientError added in v0.7.0

func (o *DownloadSensorInstallerByIDV2Forbidden) IsClientError() bool

IsClientError returns true when this download sensor installer by Id v2 forbidden response has a 4xx status code

func (*DownloadSensorInstallerByIDV2Forbidden) IsCode added in v0.7.0

IsCode returns true when this download sensor installer by Id v2 forbidden response a status code equal to that given

func (*DownloadSensorInstallerByIDV2Forbidden) IsRedirect added in v0.7.0

IsRedirect returns true when this download sensor installer by Id v2 forbidden response has a 3xx status code

func (*DownloadSensorInstallerByIDV2Forbidden) IsServerError added in v0.7.0

func (o *DownloadSensorInstallerByIDV2Forbidden) IsServerError() bool

IsServerError returns true when this download sensor installer by Id v2 forbidden response has a 5xx status code

func (*DownloadSensorInstallerByIDV2Forbidden) IsSuccess added in v0.7.0

IsSuccess returns true when this download sensor installer by Id v2 forbidden response has a 2xx status code

func (*DownloadSensorInstallerByIDV2Forbidden) String added in v0.7.0

type DownloadSensorInstallerByIDV2NotFound added in v0.7.0

type DownloadSensorInstallerByIDV2NotFound struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecQueryResponse
}

DownloadSensorInstallerByIDV2NotFound describes a response with status code 404, with default header values.

Not Found

func NewDownloadSensorInstallerByIDV2NotFound added in v0.7.0

func NewDownloadSensorInstallerByIDV2NotFound() *DownloadSensorInstallerByIDV2NotFound

NewDownloadSensorInstallerByIDV2NotFound creates a DownloadSensorInstallerByIDV2NotFound with default headers values

func (*DownloadSensorInstallerByIDV2NotFound) Code added in v0.7.0

Code gets the status code for the download sensor installer by Id v2 not found response

func (*DownloadSensorInstallerByIDV2NotFound) Error added in v0.7.0

func (*DownloadSensorInstallerByIDV2NotFound) GetPayload added in v0.7.0

func (*DownloadSensorInstallerByIDV2NotFound) IsClientError added in v0.7.0

func (o *DownloadSensorInstallerByIDV2NotFound) IsClientError() bool

IsClientError returns true when this download sensor installer by Id v2 not found response has a 4xx status code

func (*DownloadSensorInstallerByIDV2NotFound) IsCode added in v0.7.0

IsCode returns true when this download sensor installer by Id v2 not found response a status code equal to that given

func (*DownloadSensorInstallerByIDV2NotFound) IsRedirect added in v0.7.0

IsRedirect returns true when this download sensor installer by Id v2 not found response has a 3xx status code

func (*DownloadSensorInstallerByIDV2NotFound) IsServerError added in v0.7.0

func (o *DownloadSensorInstallerByIDV2NotFound) IsServerError() bool

IsServerError returns true when this download sensor installer by Id v2 not found response has a 5xx status code

func (*DownloadSensorInstallerByIDV2NotFound) IsSuccess added in v0.7.0

IsSuccess returns true when this download sensor installer by Id v2 not found response has a 2xx status code

func (*DownloadSensorInstallerByIDV2NotFound) String added in v0.7.0

type DownloadSensorInstallerByIDV2OK added in v0.7.0

type DownloadSensorInstallerByIDV2OK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload io.Writer
}

DownloadSensorInstallerByIDV2OK describes a response with status code 200, with default header values.

OK

func NewDownloadSensorInstallerByIDV2OK added in v0.7.0

func NewDownloadSensorInstallerByIDV2OK(writer io.Writer) *DownloadSensorInstallerByIDV2OK

NewDownloadSensorInstallerByIDV2OK creates a DownloadSensorInstallerByIDV2OK with default headers values

func (*DownloadSensorInstallerByIDV2OK) Code added in v0.7.0

Code gets the status code for the download sensor installer by Id v2 o k response

func (*DownloadSensorInstallerByIDV2OK) Error added in v0.7.0

func (*DownloadSensorInstallerByIDV2OK) GetPayload added in v0.7.0

func (o *DownloadSensorInstallerByIDV2OK) GetPayload() io.Writer

func (*DownloadSensorInstallerByIDV2OK) IsClientError added in v0.7.0

func (o *DownloadSensorInstallerByIDV2OK) IsClientError() bool

IsClientError returns true when this download sensor installer by Id v2 o k response has a 4xx status code

func (*DownloadSensorInstallerByIDV2OK) IsCode added in v0.7.0

func (o *DownloadSensorInstallerByIDV2OK) IsCode(code int) bool

IsCode returns true when this download sensor installer by Id v2 o k response a status code equal to that given

func (*DownloadSensorInstallerByIDV2OK) IsRedirect added in v0.7.0

func (o *DownloadSensorInstallerByIDV2OK) IsRedirect() bool

IsRedirect returns true when this download sensor installer by Id v2 o k response has a 3xx status code

func (*DownloadSensorInstallerByIDV2OK) IsServerError added in v0.7.0

func (o *DownloadSensorInstallerByIDV2OK) IsServerError() bool

IsServerError returns true when this download sensor installer by Id v2 o k response has a 5xx status code

func (*DownloadSensorInstallerByIDV2OK) IsSuccess added in v0.7.0

func (o *DownloadSensorInstallerByIDV2OK) IsSuccess() bool

IsSuccess returns true when this download sensor installer by Id v2 o k response has a 2xx status code

func (*DownloadSensorInstallerByIDV2OK) String added in v0.7.0

type DownloadSensorInstallerByIDV2Params added in v0.7.0

type DownloadSensorInstallerByIDV2Params struct {

	/* ID.

	   SHA256 of the installer to download
	*/
	ID string

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

DownloadSensorInstallerByIDV2Params contains all the parameters to send to the API endpoint

for the download sensor installer by Id v2 operation.

Typically these are written to a http.Request.

func NewDownloadSensorInstallerByIDV2Params added in v0.7.0

func NewDownloadSensorInstallerByIDV2Params() *DownloadSensorInstallerByIDV2Params

NewDownloadSensorInstallerByIDV2Params creates a new DownloadSensorInstallerByIDV2Params object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewDownloadSensorInstallerByIDV2ParamsWithContext added in v0.7.0

func NewDownloadSensorInstallerByIDV2ParamsWithContext(ctx context.Context) *DownloadSensorInstallerByIDV2Params

NewDownloadSensorInstallerByIDV2ParamsWithContext creates a new DownloadSensorInstallerByIDV2Params object with the ability to set a context for a request.

func NewDownloadSensorInstallerByIDV2ParamsWithHTTPClient added in v0.7.0

func NewDownloadSensorInstallerByIDV2ParamsWithHTTPClient(client *http.Client) *DownloadSensorInstallerByIDV2Params

NewDownloadSensorInstallerByIDV2ParamsWithHTTPClient creates a new DownloadSensorInstallerByIDV2Params object with the ability to set a custom HTTPClient for a request.

func NewDownloadSensorInstallerByIDV2ParamsWithTimeout added in v0.7.0

func NewDownloadSensorInstallerByIDV2ParamsWithTimeout(timeout time.Duration) *DownloadSensorInstallerByIDV2Params

NewDownloadSensorInstallerByIDV2ParamsWithTimeout creates a new DownloadSensorInstallerByIDV2Params object with the ability to set a timeout on a request.

func (*DownloadSensorInstallerByIDV2Params) SetContext added in v0.7.0

SetContext adds the context to the download sensor installer by Id v2 params

func (*DownloadSensorInstallerByIDV2Params) SetDefaults added in v0.7.0

func (o *DownloadSensorInstallerByIDV2Params) SetDefaults()

SetDefaults hydrates default values in the download sensor installer by Id v2 params (not the query body).

All values with no default are reset to their zero value.

func (*DownloadSensorInstallerByIDV2Params) SetHTTPClient added in v0.7.0

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

SetHTTPClient adds the HTTPClient to the download sensor installer by Id v2 params

func (*DownloadSensorInstallerByIDV2Params) SetID added in v0.7.0

SetID adds the id to the download sensor installer by Id v2 params

func (*DownloadSensorInstallerByIDV2Params) SetTimeout added in v0.7.0

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

SetTimeout adds the timeout to the download sensor installer by Id v2 params

func (*DownloadSensorInstallerByIDV2Params) WithContext added in v0.7.0

WithContext adds the context to the download sensor installer by Id v2 params

func (*DownloadSensorInstallerByIDV2Params) WithDefaults added in v0.7.0

WithDefaults hydrates default values in the download sensor installer by Id v2 params (not the query body).

All values with no default are reset to their zero value.

func (*DownloadSensorInstallerByIDV2Params) WithHTTPClient added in v0.7.0

WithHTTPClient adds the HTTPClient to the download sensor installer by Id v2 params

func (*DownloadSensorInstallerByIDV2Params) WithID added in v0.7.0

WithID adds the id to the download sensor installer by Id v2 params

func (*DownloadSensorInstallerByIDV2Params) WithTimeout added in v0.7.0

WithTimeout adds the timeout to the download sensor installer by Id v2 params

func (*DownloadSensorInstallerByIDV2Params) WriteToRequest added in v0.7.0

WriteToRequest writes these params to a swagger request

type DownloadSensorInstallerByIDV2Reader added in v0.7.0

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

DownloadSensorInstallerByIDV2Reader is a Reader for the DownloadSensorInstallerByIDV2 structure.

func (*DownloadSensorInstallerByIDV2Reader) ReadResponse added in v0.7.0

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

ReadResponse reads a server response into the received o.

type DownloadSensorInstallerByIDV2TooManyRequests added in v0.7.0

type DownloadSensorInstallerByIDV2TooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

DownloadSensorInstallerByIDV2TooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewDownloadSensorInstallerByIDV2TooManyRequests added in v0.7.0

func NewDownloadSensorInstallerByIDV2TooManyRequests() *DownloadSensorInstallerByIDV2TooManyRequests

NewDownloadSensorInstallerByIDV2TooManyRequests creates a DownloadSensorInstallerByIDV2TooManyRequests with default headers values

func (*DownloadSensorInstallerByIDV2TooManyRequests) Code added in v0.7.0

Code gets the status code for the download sensor installer by Id v2 too many requests response

func (*DownloadSensorInstallerByIDV2TooManyRequests) Error added in v0.7.0

func (*DownloadSensorInstallerByIDV2TooManyRequests) GetPayload added in v0.7.0

func (*DownloadSensorInstallerByIDV2TooManyRequests) IsClientError added in v0.7.0

IsClientError returns true when this download sensor installer by Id v2 too many requests response has a 4xx status code

func (*DownloadSensorInstallerByIDV2TooManyRequests) IsCode added in v0.7.0

IsCode returns true when this download sensor installer by Id v2 too many requests response a status code equal to that given

func (*DownloadSensorInstallerByIDV2TooManyRequests) IsRedirect added in v0.7.0

IsRedirect returns true when this download sensor installer by Id v2 too many requests response has a 3xx status code

func (*DownloadSensorInstallerByIDV2TooManyRequests) IsServerError added in v0.7.0

IsServerError returns true when this download sensor installer by Id v2 too many requests response has a 5xx status code

func (*DownloadSensorInstallerByIDV2TooManyRequests) IsSuccess added in v0.7.0

IsSuccess returns true when this download sensor installer by Id v2 too many requests response has a 2xx status code

func (*DownloadSensorInstallerByIDV2TooManyRequests) String added in v0.7.0

type GetCombinedSensorInstallersByQueryBadRequest

type GetCombinedSensorInstallersByQueryBadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecQueryResponse
}

GetCombinedSensorInstallersByQueryBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewGetCombinedSensorInstallersByQueryBadRequest

func NewGetCombinedSensorInstallersByQueryBadRequest() *GetCombinedSensorInstallersByQueryBadRequest

NewGetCombinedSensorInstallersByQueryBadRequest creates a GetCombinedSensorInstallersByQueryBadRequest with default headers values

func (*GetCombinedSensorInstallersByQueryBadRequest) Code added in v0.2.33

Code gets the status code for the get combined sensor installers by query bad request response

func (*GetCombinedSensorInstallersByQueryBadRequest) Error

func (*GetCombinedSensorInstallersByQueryBadRequest) GetPayload

func (*GetCombinedSensorInstallersByQueryBadRequest) IsClientError added in v0.2.27

IsClientError returns true when this get combined sensor installers by query bad request response has a 4xx status code

func (*GetCombinedSensorInstallersByQueryBadRequest) IsCode added in v0.2.27

IsCode returns true when this get combined sensor installers by query bad request response a status code equal to that given

func (*GetCombinedSensorInstallersByQueryBadRequest) IsRedirect added in v0.2.27

IsRedirect returns true when this get combined sensor installers by query bad request response has a 3xx status code

func (*GetCombinedSensorInstallersByQueryBadRequest) IsServerError added in v0.2.27

IsServerError returns true when this get combined sensor installers by query bad request response has a 5xx status code

func (*GetCombinedSensorInstallersByQueryBadRequest) IsSuccess added in v0.2.27

IsSuccess returns true when this get combined sensor installers by query bad request response has a 2xx status code

func (*GetCombinedSensorInstallersByQueryBadRequest) String added in v0.2.27

type GetCombinedSensorInstallersByQueryForbidden

type GetCombinedSensorInstallersByQueryForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

GetCombinedSensorInstallersByQueryForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetCombinedSensorInstallersByQueryForbidden

func NewGetCombinedSensorInstallersByQueryForbidden() *GetCombinedSensorInstallersByQueryForbidden

NewGetCombinedSensorInstallersByQueryForbidden creates a GetCombinedSensorInstallersByQueryForbidden with default headers values

func (*GetCombinedSensorInstallersByQueryForbidden) Code added in v0.2.33

Code gets the status code for the get combined sensor installers by query forbidden response

func (*GetCombinedSensorInstallersByQueryForbidden) Error

func (*GetCombinedSensorInstallersByQueryForbidden) GetPayload

func (*GetCombinedSensorInstallersByQueryForbidden) IsClientError added in v0.2.27

IsClientError returns true when this get combined sensor installers by query forbidden response has a 4xx status code

func (*GetCombinedSensorInstallersByQueryForbidden) IsCode added in v0.2.27

IsCode returns true when this get combined sensor installers by query forbidden response a status code equal to that given

func (*GetCombinedSensorInstallersByQueryForbidden) IsRedirect added in v0.2.27

IsRedirect returns true when this get combined sensor installers by query forbidden response has a 3xx status code

func (*GetCombinedSensorInstallersByQueryForbidden) IsServerError added in v0.2.27

IsServerError returns true when this get combined sensor installers by query forbidden response has a 5xx status code

func (*GetCombinedSensorInstallersByQueryForbidden) IsSuccess added in v0.2.27

IsSuccess returns true when this get combined sensor installers by query forbidden response has a 2xx status code

func (*GetCombinedSensorInstallersByQueryForbidden) String added in v0.2.27

type GetCombinedSensorInstallersByQueryOK

type GetCombinedSensorInstallersByQueryOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.DomainSensorInstallersV1
}

GetCombinedSensorInstallersByQueryOK describes a response with status code 200, with default header values.

OK

func NewGetCombinedSensorInstallersByQueryOK

func NewGetCombinedSensorInstallersByQueryOK() *GetCombinedSensorInstallersByQueryOK

NewGetCombinedSensorInstallersByQueryOK creates a GetCombinedSensorInstallersByQueryOK with default headers values

func (*GetCombinedSensorInstallersByQueryOK) Code added in v0.2.33

Code gets the status code for the get combined sensor installers by query o k response

func (*GetCombinedSensorInstallersByQueryOK) Error

func (*GetCombinedSensorInstallersByQueryOK) GetPayload

func (*GetCombinedSensorInstallersByQueryOK) IsClientError added in v0.2.27

func (o *GetCombinedSensorInstallersByQueryOK) IsClientError() bool

IsClientError returns true when this get combined sensor installers by query o k response has a 4xx status code

func (*GetCombinedSensorInstallersByQueryOK) IsCode added in v0.2.27

IsCode returns true when this get combined sensor installers by query o k response a status code equal to that given

func (*GetCombinedSensorInstallersByQueryOK) IsRedirect added in v0.2.27

IsRedirect returns true when this get combined sensor installers by query o k response has a 3xx status code

func (*GetCombinedSensorInstallersByQueryOK) IsServerError added in v0.2.27

func (o *GetCombinedSensorInstallersByQueryOK) IsServerError() bool

IsServerError returns true when this get combined sensor installers by query o k response has a 5xx status code

func (*GetCombinedSensorInstallersByQueryOK) IsSuccess added in v0.2.27

IsSuccess returns true when this get combined sensor installers by query o k response has a 2xx status code

func (*GetCombinedSensorInstallersByQueryOK) String added in v0.2.27

type GetCombinedSensorInstallersByQueryParams

type GetCombinedSensorInstallersByQueryParams struct {

	/* Filter.

	     Filter items using a query in Falcon Query Language (FQL). An asterisk wildcard * includes all results.

	Common filter options include:
	<ul><li>platform:"windows"</li><li>version:>"5.2"</li></ul>
	*/
	Filter *string

	/* Limit.

	   The number of items to return in this response (default: 100, max: 500). Use with the offset parameter to manage pagination of results.
	*/
	Limit *int64

	/* Offset.

	   The first item to return, where 0 is the latest item. Use with the limit parameter to manage pagination of results.
	*/
	Offset *int64

	/* Sort.

	     Sort items using their properties. Common sort options include:

	<ul><li>version|asc</li><li>release_date|desc</li></ul>
	*/
	Sort *string

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

GetCombinedSensorInstallersByQueryParams contains all the parameters to send to the API endpoint

for the get combined sensor installers by query operation.

Typically these are written to a http.Request.

func NewGetCombinedSensorInstallersByQueryParams

func NewGetCombinedSensorInstallersByQueryParams() *GetCombinedSensorInstallersByQueryParams

NewGetCombinedSensorInstallersByQueryParams creates a new GetCombinedSensorInstallersByQueryParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetCombinedSensorInstallersByQueryParamsWithContext

func NewGetCombinedSensorInstallersByQueryParamsWithContext(ctx context.Context) *GetCombinedSensorInstallersByQueryParams

NewGetCombinedSensorInstallersByQueryParamsWithContext creates a new GetCombinedSensorInstallersByQueryParams object with the ability to set a context for a request.

func NewGetCombinedSensorInstallersByQueryParamsWithHTTPClient

func NewGetCombinedSensorInstallersByQueryParamsWithHTTPClient(client *http.Client) *GetCombinedSensorInstallersByQueryParams

NewGetCombinedSensorInstallersByQueryParamsWithHTTPClient creates a new GetCombinedSensorInstallersByQueryParams object with the ability to set a custom HTTPClient for a request.

func NewGetCombinedSensorInstallersByQueryParamsWithTimeout

func NewGetCombinedSensorInstallersByQueryParamsWithTimeout(timeout time.Duration) *GetCombinedSensorInstallersByQueryParams

NewGetCombinedSensorInstallersByQueryParamsWithTimeout creates a new GetCombinedSensorInstallersByQueryParams object with the ability to set a timeout on a request.

func (*GetCombinedSensorInstallersByQueryParams) SetContext

SetContext adds the context to the get combined sensor installers by query params

func (*GetCombinedSensorInstallersByQueryParams) SetDefaults

SetDefaults hydrates default values in the get combined sensor installers by query params (not the query body).

All values with no default are reset to their zero value.

func (*GetCombinedSensorInstallersByQueryParams) SetFilter

func (o *GetCombinedSensorInstallersByQueryParams) SetFilter(filter *string)

SetFilter adds the filter to the get combined sensor installers by query params

func (*GetCombinedSensorInstallersByQueryParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get combined sensor installers by query params

func (*GetCombinedSensorInstallersByQueryParams) SetLimit

func (o *GetCombinedSensorInstallersByQueryParams) SetLimit(limit *int64)

SetLimit adds the limit to the get combined sensor installers by query params

func (*GetCombinedSensorInstallersByQueryParams) SetOffset

func (o *GetCombinedSensorInstallersByQueryParams) SetOffset(offset *int64)

SetOffset adds the offset to the get combined sensor installers by query params

func (*GetCombinedSensorInstallersByQueryParams) SetSort

SetSort adds the sort to the get combined sensor installers by query params

func (*GetCombinedSensorInstallersByQueryParams) SetTimeout

SetTimeout adds the timeout to the get combined sensor installers by query params

func (*GetCombinedSensorInstallersByQueryParams) WithContext

WithContext adds the context to the get combined sensor installers by query params

func (*GetCombinedSensorInstallersByQueryParams) WithDefaults

WithDefaults hydrates default values in the get combined sensor installers by query params (not the query body).

All values with no default are reset to their zero value.

func (*GetCombinedSensorInstallersByQueryParams) WithFilter

WithFilter adds the filter to the get combined sensor installers by query params

func (*GetCombinedSensorInstallersByQueryParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get combined sensor installers by query params

func (*GetCombinedSensorInstallersByQueryParams) WithLimit

WithLimit adds the limit to the get combined sensor installers by query params

func (*GetCombinedSensorInstallersByQueryParams) WithOffset

WithOffset adds the offset to the get combined sensor installers by query params

func (*GetCombinedSensorInstallersByQueryParams) WithSort

WithSort adds the sort to the get combined sensor installers by query params

func (*GetCombinedSensorInstallersByQueryParams) WithTimeout

WithTimeout adds the timeout to the get combined sensor installers by query params

func (*GetCombinedSensorInstallersByQueryParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetCombinedSensorInstallersByQueryReader

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

GetCombinedSensorInstallersByQueryReader is a Reader for the GetCombinedSensorInstallersByQuery structure.

func (*GetCombinedSensorInstallersByQueryReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetCombinedSensorInstallersByQueryTooManyRequests

type GetCombinedSensorInstallersByQueryTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

GetCombinedSensorInstallersByQueryTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewGetCombinedSensorInstallersByQueryTooManyRequests

func NewGetCombinedSensorInstallersByQueryTooManyRequests() *GetCombinedSensorInstallersByQueryTooManyRequests

NewGetCombinedSensorInstallersByQueryTooManyRequests creates a GetCombinedSensorInstallersByQueryTooManyRequests with default headers values

func (*GetCombinedSensorInstallersByQueryTooManyRequests) Code added in v0.2.33

Code gets the status code for the get combined sensor installers by query too many requests response

func (*GetCombinedSensorInstallersByQueryTooManyRequests) Error

func (*GetCombinedSensorInstallersByQueryTooManyRequests) GetPayload

func (*GetCombinedSensorInstallersByQueryTooManyRequests) IsClientError added in v0.2.27

IsClientError returns true when this get combined sensor installers by query too many requests response has a 4xx status code

func (*GetCombinedSensorInstallersByQueryTooManyRequests) IsCode added in v0.2.27

IsCode returns true when this get combined sensor installers by query too many requests response a status code equal to that given

func (*GetCombinedSensorInstallersByQueryTooManyRequests) IsRedirect added in v0.2.27

IsRedirect returns true when this get combined sensor installers by query too many requests response has a 3xx status code

func (*GetCombinedSensorInstallersByQueryTooManyRequests) IsServerError added in v0.2.27

IsServerError returns true when this get combined sensor installers by query too many requests response has a 5xx status code

func (*GetCombinedSensorInstallersByQueryTooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this get combined sensor installers by query too many requests response has a 2xx status code

func (*GetCombinedSensorInstallersByQueryTooManyRequests) String added in v0.2.27

type GetCombinedSensorInstallersByQueryV2BadRequest added in v0.7.0

type GetCombinedSensorInstallersByQueryV2BadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecQueryResponse
}

GetCombinedSensorInstallersByQueryV2BadRequest describes a response with status code 400, with default header values.

Bad Request

func NewGetCombinedSensorInstallersByQueryV2BadRequest added in v0.7.0

func NewGetCombinedSensorInstallersByQueryV2BadRequest() *GetCombinedSensorInstallersByQueryV2BadRequest

NewGetCombinedSensorInstallersByQueryV2BadRequest creates a GetCombinedSensorInstallersByQueryV2BadRequest with default headers values

func (*GetCombinedSensorInstallersByQueryV2BadRequest) Code added in v0.7.0

Code gets the status code for the get combined sensor installers by query v2 bad request response

func (*GetCombinedSensorInstallersByQueryV2BadRequest) Error added in v0.7.0

func (*GetCombinedSensorInstallersByQueryV2BadRequest) GetPayload added in v0.7.0

func (*GetCombinedSensorInstallersByQueryV2BadRequest) IsClientError added in v0.7.0

IsClientError returns true when this get combined sensor installers by query v2 bad request response has a 4xx status code

func (*GetCombinedSensorInstallersByQueryV2BadRequest) IsCode added in v0.7.0

IsCode returns true when this get combined sensor installers by query v2 bad request response a status code equal to that given

func (*GetCombinedSensorInstallersByQueryV2BadRequest) IsRedirect added in v0.7.0

IsRedirect returns true when this get combined sensor installers by query v2 bad request response has a 3xx status code

func (*GetCombinedSensorInstallersByQueryV2BadRequest) IsServerError added in v0.7.0

IsServerError returns true when this get combined sensor installers by query v2 bad request response has a 5xx status code

func (*GetCombinedSensorInstallersByQueryV2BadRequest) IsSuccess added in v0.7.0

IsSuccess returns true when this get combined sensor installers by query v2 bad request response has a 2xx status code

func (*GetCombinedSensorInstallersByQueryV2BadRequest) String added in v0.7.0

type GetCombinedSensorInstallersByQueryV2Forbidden added in v0.7.0

type GetCombinedSensorInstallersByQueryV2Forbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

GetCombinedSensorInstallersByQueryV2Forbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetCombinedSensorInstallersByQueryV2Forbidden added in v0.7.0

func NewGetCombinedSensorInstallersByQueryV2Forbidden() *GetCombinedSensorInstallersByQueryV2Forbidden

NewGetCombinedSensorInstallersByQueryV2Forbidden creates a GetCombinedSensorInstallersByQueryV2Forbidden with default headers values

func (*GetCombinedSensorInstallersByQueryV2Forbidden) Code added in v0.7.0

Code gets the status code for the get combined sensor installers by query v2 forbidden response

func (*GetCombinedSensorInstallersByQueryV2Forbidden) Error added in v0.7.0

func (*GetCombinedSensorInstallersByQueryV2Forbidden) GetPayload added in v0.7.0

func (*GetCombinedSensorInstallersByQueryV2Forbidden) IsClientError added in v0.7.0

IsClientError returns true when this get combined sensor installers by query v2 forbidden response has a 4xx status code

func (*GetCombinedSensorInstallersByQueryV2Forbidden) IsCode added in v0.7.0

IsCode returns true when this get combined sensor installers by query v2 forbidden response a status code equal to that given

func (*GetCombinedSensorInstallersByQueryV2Forbidden) IsRedirect added in v0.7.0

IsRedirect returns true when this get combined sensor installers by query v2 forbidden response has a 3xx status code

func (*GetCombinedSensorInstallersByQueryV2Forbidden) IsServerError added in v0.7.0

IsServerError returns true when this get combined sensor installers by query v2 forbidden response has a 5xx status code

func (*GetCombinedSensorInstallersByQueryV2Forbidden) IsSuccess added in v0.7.0

IsSuccess returns true when this get combined sensor installers by query v2 forbidden response has a 2xx status code

func (*GetCombinedSensorInstallersByQueryV2Forbidden) String added in v0.7.0

type GetCombinedSensorInstallersByQueryV2OK added in v0.7.0

type GetCombinedSensorInstallersByQueryV2OK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.DomainSensorInstallersV2
}

GetCombinedSensorInstallersByQueryV2OK describes a response with status code 200, with default header values.

OK

func NewGetCombinedSensorInstallersByQueryV2OK added in v0.7.0

func NewGetCombinedSensorInstallersByQueryV2OK() *GetCombinedSensorInstallersByQueryV2OK

NewGetCombinedSensorInstallersByQueryV2OK creates a GetCombinedSensorInstallersByQueryV2OK with default headers values

func (*GetCombinedSensorInstallersByQueryV2OK) Code added in v0.7.0

Code gets the status code for the get combined sensor installers by query v2 o k response

func (*GetCombinedSensorInstallersByQueryV2OK) Error added in v0.7.0

func (*GetCombinedSensorInstallersByQueryV2OK) GetPayload added in v0.7.0

func (*GetCombinedSensorInstallersByQueryV2OK) IsClientError added in v0.7.0

func (o *GetCombinedSensorInstallersByQueryV2OK) IsClientError() bool

IsClientError returns true when this get combined sensor installers by query v2 o k response has a 4xx status code

func (*GetCombinedSensorInstallersByQueryV2OK) IsCode added in v0.7.0

IsCode returns true when this get combined sensor installers by query v2 o k response a status code equal to that given

func (*GetCombinedSensorInstallersByQueryV2OK) IsRedirect added in v0.7.0

IsRedirect returns true when this get combined sensor installers by query v2 o k response has a 3xx status code

func (*GetCombinedSensorInstallersByQueryV2OK) IsServerError added in v0.7.0

func (o *GetCombinedSensorInstallersByQueryV2OK) IsServerError() bool

IsServerError returns true when this get combined sensor installers by query v2 o k response has a 5xx status code

func (*GetCombinedSensorInstallersByQueryV2OK) IsSuccess added in v0.7.0

IsSuccess returns true when this get combined sensor installers by query v2 o k response has a 2xx status code

func (*GetCombinedSensorInstallersByQueryV2OK) String added in v0.7.0

type GetCombinedSensorInstallersByQueryV2Params added in v0.7.0

type GetCombinedSensorInstallersByQueryV2Params struct {

	/* Filter.

	     Filter items using a query in Falcon Query Language (FQL). An asterisk wildcard * includes all results.

	Common filter options include:
	<ul><li>platform:"windows"</li><li>version:>"5.2"</li></ul>
	*/
	Filter *string

	/* Limit.

	   The number of items to return in this response (default: 100, max: 500). Use with the offset parameter to manage pagination of results.
	*/
	Limit *int64

	/* Offset.

	   The first item to return, where 0 is the latest item. Use with the limit parameter to manage pagination of results.
	*/
	Offset *int64

	/* Sort.

	     Sort items using their properties. Common sort options include:

	<ul><li>version|asc</li><li>release_date|desc</li></ul>
	*/
	Sort *string

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

GetCombinedSensorInstallersByQueryV2Params contains all the parameters to send to the API endpoint

for the get combined sensor installers by query v2 operation.

Typically these are written to a http.Request.

func NewGetCombinedSensorInstallersByQueryV2Params added in v0.7.0

func NewGetCombinedSensorInstallersByQueryV2Params() *GetCombinedSensorInstallersByQueryV2Params

NewGetCombinedSensorInstallersByQueryV2Params creates a new GetCombinedSensorInstallersByQueryV2Params object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetCombinedSensorInstallersByQueryV2ParamsWithContext added in v0.7.0

func NewGetCombinedSensorInstallersByQueryV2ParamsWithContext(ctx context.Context) *GetCombinedSensorInstallersByQueryV2Params

NewGetCombinedSensorInstallersByQueryV2ParamsWithContext creates a new GetCombinedSensorInstallersByQueryV2Params object with the ability to set a context for a request.

func NewGetCombinedSensorInstallersByQueryV2ParamsWithHTTPClient added in v0.7.0

func NewGetCombinedSensorInstallersByQueryV2ParamsWithHTTPClient(client *http.Client) *GetCombinedSensorInstallersByQueryV2Params

NewGetCombinedSensorInstallersByQueryV2ParamsWithHTTPClient creates a new GetCombinedSensorInstallersByQueryV2Params object with the ability to set a custom HTTPClient for a request.

func NewGetCombinedSensorInstallersByQueryV2ParamsWithTimeout added in v0.7.0

func NewGetCombinedSensorInstallersByQueryV2ParamsWithTimeout(timeout time.Duration) *GetCombinedSensorInstallersByQueryV2Params

NewGetCombinedSensorInstallersByQueryV2ParamsWithTimeout creates a new GetCombinedSensorInstallersByQueryV2Params object with the ability to set a timeout on a request.

func (*GetCombinedSensorInstallersByQueryV2Params) SetContext added in v0.7.0

SetContext adds the context to the get combined sensor installers by query v2 params

func (*GetCombinedSensorInstallersByQueryV2Params) SetDefaults added in v0.7.0

SetDefaults hydrates default values in the get combined sensor installers by query v2 params (not the query body).

All values with no default are reset to their zero value.

func (*GetCombinedSensorInstallersByQueryV2Params) SetFilter added in v0.7.0

func (o *GetCombinedSensorInstallersByQueryV2Params) SetFilter(filter *string)

SetFilter adds the filter to the get combined sensor installers by query v2 params

func (*GetCombinedSensorInstallersByQueryV2Params) SetHTTPClient added in v0.7.0

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

SetHTTPClient adds the HTTPClient to the get combined sensor installers by query v2 params

func (*GetCombinedSensorInstallersByQueryV2Params) SetLimit added in v0.7.0

SetLimit adds the limit to the get combined sensor installers by query v2 params

func (*GetCombinedSensorInstallersByQueryV2Params) SetOffset added in v0.7.0

func (o *GetCombinedSensorInstallersByQueryV2Params) SetOffset(offset *int64)

SetOffset adds the offset to the get combined sensor installers by query v2 params

func (*GetCombinedSensorInstallersByQueryV2Params) SetSort added in v0.7.0

SetSort adds the sort to the get combined sensor installers by query v2 params

func (*GetCombinedSensorInstallersByQueryV2Params) SetTimeout added in v0.7.0

SetTimeout adds the timeout to the get combined sensor installers by query v2 params

func (*GetCombinedSensorInstallersByQueryV2Params) WithContext added in v0.7.0

WithContext adds the context to the get combined sensor installers by query v2 params

func (*GetCombinedSensorInstallersByQueryV2Params) WithDefaults added in v0.7.0

WithDefaults hydrates default values in the get combined sensor installers by query v2 params (not the query body).

All values with no default are reset to their zero value.

func (*GetCombinedSensorInstallersByQueryV2Params) WithFilter added in v0.7.0

WithFilter adds the filter to the get combined sensor installers by query v2 params

func (*GetCombinedSensorInstallersByQueryV2Params) WithHTTPClient added in v0.7.0

WithHTTPClient adds the HTTPClient to the get combined sensor installers by query v2 params

func (*GetCombinedSensorInstallersByQueryV2Params) WithLimit added in v0.7.0

WithLimit adds the limit to the get combined sensor installers by query v2 params

func (*GetCombinedSensorInstallersByQueryV2Params) WithOffset added in v0.7.0

WithOffset adds the offset to the get combined sensor installers by query v2 params

func (*GetCombinedSensorInstallersByQueryV2Params) WithSort added in v0.7.0

WithSort adds the sort to the get combined sensor installers by query v2 params

func (*GetCombinedSensorInstallersByQueryV2Params) WithTimeout added in v0.7.0

WithTimeout adds the timeout to the get combined sensor installers by query v2 params

func (*GetCombinedSensorInstallersByQueryV2Params) WriteToRequest added in v0.7.0

WriteToRequest writes these params to a swagger request

type GetCombinedSensorInstallersByQueryV2Reader added in v0.7.0

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

GetCombinedSensorInstallersByQueryV2Reader is a Reader for the GetCombinedSensorInstallersByQueryV2 structure.

func (*GetCombinedSensorInstallersByQueryV2Reader) ReadResponse added in v0.7.0

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

ReadResponse reads a server response into the received o.

type GetCombinedSensorInstallersByQueryV2TooManyRequests added in v0.7.0

type GetCombinedSensorInstallersByQueryV2TooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

GetCombinedSensorInstallersByQueryV2TooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewGetCombinedSensorInstallersByQueryV2TooManyRequests added in v0.7.0

func NewGetCombinedSensorInstallersByQueryV2TooManyRequests() *GetCombinedSensorInstallersByQueryV2TooManyRequests

NewGetCombinedSensorInstallersByQueryV2TooManyRequests creates a GetCombinedSensorInstallersByQueryV2TooManyRequests with default headers values

func (*GetCombinedSensorInstallersByQueryV2TooManyRequests) Code added in v0.7.0

Code gets the status code for the get combined sensor installers by query v2 too many requests response

func (*GetCombinedSensorInstallersByQueryV2TooManyRequests) Error added in v0.7.0

func (*GetCombinedSensorInstallersByQueryV2TooManyRequests) GetPayload added in v0.7.0

func (*GetCombinedSensorInstallersByQueryV2TooManyRequests) IsClientError added in v0.7.0

IsClientError returns true when this get combined sensor installers by query v2 too many requests response has a 4xx status code

func (*GetCombinedSensorInstallersByQueryV2TooManyRequests) IsCode added in v0.7.0

IsCode returns true when this get combined sensor installers by query v2 too many requests response a status code equal to that given

func (*GetCombinedSensorInstallersByQueryV2TooManyRequests) IsRedirect added in v0.7.0

IsRedirect returns true when this get combined sensor installers by query v2 too many requests response has a 3xx status code

func (*GetCombinedSensorInstallersByQueryV2TooManyRequests) IsServerError added in v0.7.0

IsServerError returns true when this get combined sensor installers by query v2 too many requests response has a 5xx status code

func (*GetCombinedSensorInstallersByQueryV2TooManyRequests) IsSuccess added in v0.7.0

IsSuccess returns true when this get combined sensor installers by query v2 too many requests response has a 2xx status code

func (*GetCombinedSensorInstallersByQueryV2TooManyRequests) String added in v0.7.0

type GetSensorInstallersByQueryBadRequest

type GetSensorInstallersByQueryBadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecQueryResponse
}

GetSensorInstallersByQueryBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewGetSensorInstallersByQueryBadRequest

func NewGetSensorInstallersByQueryBadRequest() *GetSensorInstallersByQueryBadRequest

NewGetSensorInstallersByQueryBadRequest creates a GetSensorInstallersByQueryBadRequest with default headers values

func (*GetSensorInstallersByQueryBadRequest) Code added in v0.2.33

Code gets the status code for the get sensor installers by query bad request response

func (*GetSensorInstallersByQueryBadRequest) Error

func (*GetSensorInstallersByQueryBadRequest) GetPayload

func (*GetSensorInstallersByQueryBadRequest) IsClientError added in v0.2.27

func (o *GetSensorInstallersByQueryBadRequest) IsClientError() bool

IsClientError returns true when this get sensor installers by query bad request response has a 4xx status code

func (*GetSensorInstallersByQueryBadRequest) IsCode added in v0.2.27

IsCode returns true when this get sensor installers by query bad request response a status code equal to that given

func (*GetSensorInstallersByQueryBadRequest) IsRedirect added in v0.2.27

IsRedirect returns true when this get sensor installers by query bad request response has a 3xx status code

func (*GetSensorInstallersByQueryBadRequest) IsServerError added in v0.2.27

func (o *GetSensorInstallersByQueryBadRequest) IsServerError() bool

IsServerError returns true when this get sensor installers by query bad request response has a 5xx status code

func (*GetSensorInstallersByQueryBadRequest) IsSuccess added in v0.2.27

IsSuccess returns true when this get sensor installers by query bad request response has a 2xx status code

func (*GetSensorInstallersByQueryBadRequest) String added in v0.2.27

type GetSensorInstallersByQueryForbidden

type GetSensorInstallersByQueryForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

GetSensorInstallersByQueryForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetSensorInstallersByQueryForbidden

func NewGetSensorInstallersByQueryForbidden() *GetSensorInstallersByQueryForbidden

NewGetSensorInstallersByQueryForbidden creates a GetSensorInstallersByQueryForbidden with default headers values

func (*GetSensorInstallersByQueryForbidden) Code added in v0.2.33

Code gets the status code for the get sensor installers by query forbidden response

func (*GetSensorInstallersByQueryForbidden) Error

func (*GetSensorInstallersByQueryForbidden) GetPayload

func (*GetSensorInstallersByQueryForbidden) IsClientError added in v0.2.27

func (o *GetSensorInstallersByQueryForbidden) IsClientError() bool

IsClientError returns true when this get sensor installers by query forbidden response has a 4xx status code

func (*GetSensorInstallersByQueryForbidden) IsCode added in v0.2.27

IsCode returns true when this get sensor installers by query forbidden response a status code equal to that given

func (*GetSensorInstallersByQueryForbidden) IsRedirect added in v0.2.27

func (o *GetSensorInstallersByQueryForbidden) IsRedirect() bool

IsRedirect returns true when this get sensor installers by query forbidden response has a 3xx status code

func (*GetSensorInstallersByQueryForbidden) IsServerError added in v0.2.27

func (o *GetSensorInstallersByQueryForbidden) IsServerError() bool

IsServerError returns true when this get sensor installers by query forbidden response has a 5xx status code

func (*GetSensorInstallersByQueryForbidden) IsSuccess added in v0.2.27

IsSuccess returns true when this get sensor installers by query forbidden response has a 2xx status code

func (*GetSensorInstallersByQueryForbidden) String added in v0.2.27

type GetSensorInstallersByQueryOK

type GetSensorInstallersByQueryOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecQueryResponse
}

GetSensorInstallersByQueryOK describes a response with status code 200, with default header values.

OK

func NewGetSensorInstallersByQueryOK

func NewGetSensorInstallersByQueryOK() *GetSensorInstallersByQueryOK

NewGetSensorInstallersByQueryOK creates a GetSensorInstallersByQueryOK with default headers values

func (*GetSensorInstallersByQueryOK) Code added in v0.2.33

Code gets the status code for the get sensor installers by query o k response

func (*GetSensorInstallersByQueryOK) Error

func (*GetSensorInstallersByQueryOK) GetPayload

func (*GetSensorInstallersByQueryOK) IsClientError added in v0.2.27

func (o *GetSensorInstallersByQueryOK) IsClientError() bool

IsClientError returns true when this get sensor installers by query o k response has a 4xx status code

func (*GetSensorInstallersByQueryOK) IsCode added in v0.2.27

func (o *GetSensorInstallersByQueryOK) IsCode(code int) bool

IsCode returns true when this get sensor installers by query o k response a status code equal to that given

func (*GetSensorInstallersByQueryOK) IsRedirect added in v0.2.27

func (o *GetSensorInstallersByQueryOK) IsRedirect() bool

IsRedirect returns true when this get sensor installers by query o k response has a 3xx status code

func (*GetSensorInstallersByQueryOK) IsServerError added in v0.2.27

func (o *GetSensorInstallersByQueryOK) IsServerError() bool

IsServerError returns true when this get sensor installers by query o k response has a 5xx status code

func (*GetSensorInstallersByQueryOK) IsSuccess added in v0.2.27

func (o *GetSensorInstallersByQueryOK) IsSuccess() bool

IsSuccess returns true when this get sensor installers by query o k response has a 2xx status code

func (*GetSensorInstallersByQueryOK) String added in v0.2.27

type GetSensorInstallersByQueryParams

type GetSensorInstallersByQueryParams struct {

	/* Filter.

	     Filter items using a query in Falcon Query Language (FQL). An asterisk wildcard * includes all results.

	Common filter options include:
	<ul><li>platform:"windows"</li><li>version:>"5.2"</li></ul>
	*/
	Filter *string

	/* Limit.

	   The number of items to return in this response (default: 100, max: 500). Use with the offset parameter to manage pagination of results.
	*/
	Limit *int64

	/* Offset.

	   The first item to return, where 0 is the latest item. Use with the limit parameter to manage pagination of results.
	*/
	Offset *int64

	/* Sort.

	     Sort items using their properties. Common sort options include:

	<ul><li>version|asc</li><li>release_date|desc</li></ul>
	*/
	Sort *string

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

GetSensorInstallersByQueryParams contains all the parameters to send to the API endpoint

for the get sensor installers by query operation.

Typically these are written to a http.Request.

func NewGetSensorInstallersByQueryParams

func NewGetSensorInstallersByQueryParams() *GetSensorInstallersByQueryParams

NewGetSensorInstallersByQueryParams creates a new GetSensorInstallersByQueryParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetSensorInstallersByQueryParamsWithContext

func NewGetSensorInstallersByQueryParamsWithContext(ctx context.Context) *GetSensorInstallersByQueryParams

NewGetSensorInstallersByQueryParamsWithContext creates a new GetSensorInstallersByQueryParams object with the ability to set a context for a request.

func NewGetSensorInstallersByQueryParamsWithHTTPClient

func NewGetSensorInstallersByQueryParamsWithHTTPClient(client *http.Client) *GetSensorInstallersByQueryParams

NewGetSensorInstallersByQueryParamsWithHTTPClient creates a new GetSensorInstallersByQueryParams object with the ability to set a custom HTTPClient for a request.

func NewGetSensorInstallersByQueryParamsWithTimeout

func NewGetSensorInstallersByQueryParamsWithTimeout(timeout time.Duration) *GetSensorInstallersByQueryParams

NewGetSensorInstallersByQueryParamsWithTimeout creates a new GetSensorInstallersByQueryParams object with the ability to set a timeout on a request.

func (*GetSensorInstallersByQueryParams) SetContext

SetContext adds the context to the get sensor installers by query params

func (*GetSensorInstallersByQueryParams) SetDefaults

func (o *GetSensorInstallersByQueryParams) SetDefaults()

SetDefaults hydrates default values in the get sensor installers by query params (not the query body).

All values with no default are reset to their zero value.

func (*GetSensorInstallersByQueryParams) SetFilter

func (o *GetSensorInstallersByQueryParams) SetFilter(filter *string)

SetFilter adds the filter to the get sensor installers by query params

func (*GetSensorInstallersByQueryParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get sensor installers by query params

func (*GetSensorInstallersByQueryParams) SetLimit

func (o *GetSensorInstallersByQueryParams) SetLimit(limit *int64)

SetLimit adds the limit to the get sensor installers by query params

func (*GetSensorInstallersByQueryParams) SetOffset

func (o *GetSensorInstallersByQueryParams) SetOffset(offset *int64)

SetOffset adds the offset to the get sensor installers by query params

func (*GetSensorInstallersByQueryParams) SetSort

func (o *GetSensorInstallersByQueryParams) SetSort(sort *string)

SetSort adds the sort to the get sensor installers by query params

func (*GetSensorInstallersByQueryParams) SetTimeout

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

SetTimeout adds the timeout to the get sensor installers by query params

func (*GetSensorInstallersByQueryParams) WithContext

WithContext adds the context to the get sensor installers by query params

func (*GetSensorInstallersByQueryParams) WithDefaults

WithDefaults hydrates default values in the get sensor installers by query params (not the query body).

All values with no default are reset to their zero value.

func (*GetSensorInstallersByQueryParams) WithFilter

WithFilter adds the filter to the get sensor installers by query params

func (*GetSensorInstallersByQueryParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get sensor installers by query params

func (*GetSensorInstallersByQueryParams) WithLimit

WithLimit adds the limit to the get sensor installers by query params

func (*GetSensorInstallersByQueryParams) WithOffset

WithOffset adds the offset to the get sensor installers by query params

func (*GetSensorInstallersByQueryParams) WithSort

WithSort adds the sort to the get sensor installers by query params

func (*GetSensorInstallersByQueryParams) WithTimeout

WithTimeout adds the timeout to the get sensor installers by query params

func (*GetSensorInstallersByQueryParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetSensorInstallersByQueryReader

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

GetSensorInstallersByQueryReader is a Reader for the GetSensorInstallersByQuery structure.

func (*GetSensorInstallersByQueryReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetSensorInstallersByQueryTooManyRequests

type GetSensorInstallersByQueryTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

GetSensorInstallersByQueryTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewGetSensorInstallersByQueryTooManyRequests

func NewGetSensorInstallersByQueryTooManyRequests() *GetSensorInstallersByQueryTooManyRequests

NewGetSensorInstallersByQueryTooManyRequests creates a GetSensorInstallersByQueryTooManyRequests with default headers values

func (*GetSensorInstallersByQueryTooManyRequests) Code added in v0.2.33

Code gets the status code for the get sensor installers by query too many requests response

func (*GetSensorInstallersByQueryTooManyRequests) Error

func (*GetSensorInstallersByQueryTooManyRequests) GetPayload

func (*GetSensorInstallersByQueryTooManyRequests) IsClientError added in v0.2.27

IsClientError returns true when this get sensor installers by query too many requests response has a 4xx status code

func (*GetSensorInstallersByQueryTooManyRequests) IsCode added in v0.2.27

IsCode returns true when this get sensor installers by query too many requests response a status code equal to that given

func (*GetSensorInstallersByQueryTooManyRequests) IsRedirect added in v0.2.27

IsRedirect returns true when this get sensor installers by query too many requests response has a 3xx status code

func (*GetSensorInstallersByQueryTooManyRequests) IsServerError added in v0.2.27

IsServerError returns true when this get sensor installers by query too many requests response has a 5xx status code

func (*GetSensorInstallersByQueryTooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this get sensor installers by query too many requests response has a 2xx status code

func (*GetSensorInstallersByQueryTooManyRequests) String added in v0.2.27

type GetSensorInstallersByQueryV2BadRequest added in v0.7.0

type GetSensorInstallersByQueryV2BadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecQueryResponse
}

GetSensorInstallersByQueryV2BadRequest describes a response with status code 400, with default header values.

Bad Request

func NewGetSensorInstallersByQueryV2BadRequest added in v0.7.0

func NewGetSensorInstallersByQueryV2BadRequest() *GetSensorInstallersByQueryV2BadRequest

NewGetSensorInstallersByQueryV2BadRequest creates a GetSensorInstallersByQueryV2BadRequest with default headers values

func (*GetSensorInstallersByQueryV2BadRequest) Code added in v0.7.0

Code gets the status code for the get sensor installers by query v2 bad request response

func (*GetSensorInstallersByQueryV2BadRequest) Error added in v0.7.0

func (*GetSensorInstallersByQueryV2BadRequest) GetPayload added in v0.7.0

func (*GetSensorInstallersByQueryV2BadRequest) IsClientError added in v0.7.0

func (o *GetSensorInstallersByQueryV2BadRequest) IsClientError() bool

IsClientError returns true when this get sensor installers by query v2 bad request response has a 4xx status code

func (*GetSensorInstallersByQueryV2BadRequest) IsCode added in v0.7.0

IsCode returns true when this get sensor installers by query v2 bad request response a status code equal to that given

func (*GetSensorInstallersByQueryV2BadRequest) IsRedirect added in v0.7.0

IsRedirect returns true when this get sensor installers by query v2 bad request response has a 3xx status code

func (*GetSensorInstallersByQueryV2BadRequest) IsServerError added in v0.7.0

func (o *GetSensorInstallersByQueryV2BadRequest) IsServerError() bool

IsServerError returns true when this get sensor installers by query v2 bad request response has a 5xx status code

func (*GetSensorInstallersByQueryV2BadRequest) IsSuccess added in v0.7.0

IsSuccess returns true when this get sensor installers by query v2 bad request response has a 2xx status code

func (*GetSensorInstallersByQueryV2BadRequest) String added in v0.7.0

type GetSensorInstallersByQueryV2Forbidden added in v0.7.0

type GetSensorInstallersByQueryV2Forbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

GetSensorInstallersByQueryV2Forbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetSensorInstallersByQueryV2Forbidden added in v0.7.0

func NewGetSensorInstallersByQueryV2Forbidden() *GetSensorInstallersByQueryV2Forbidden

NewGetSensorInstallersByQueryV2Forbidden creates a GetSensorInstallersByQueryV2Forbidden with default headers values

func (*GetSensorInstallersByQueryV2Forbidden) Code added in v0.7.0

Code gets the status code for the get sensor installers by query v2 forbidden response

func (*GetSensorInstallersByQueryV2Forbidden) Error added in v0.7.0

func (*GetSensorInstallersByQueryV2Forbidden) GetPayload added in v0.7.0

func (*GetSensorInstallersByQueryV2Forbidden) IsClientError added in v0.7.0

func (o *GetSensorInstallersByQueryV2Forbidden) IsClientError() bool

IsClientError returns true when this get sensor installers by query v2 forbidden response has a 4xx status code

func (*GetSensorInstallersByQueryV2Forbidden) IsCode added in v0.7.0

IsCode returns true when this get sensor installers by query v2 forbidden response a status code equal to that given

func (*GetSensorInstallersByQueryV2Forbidden) IsRedirect added in v0.7.0

IsRedirect returns true when this get sensor installers by query v2 forbidden response has a 3xx status code

func (*GetSensorInstallersByQueryV2Forbidden) IsServerError added in v0.7.0

func (o *GetSensorInstallersByQueryV2Forbidden) IsServerError() bool

IsServerError returns true when this get sensor installers by query v2 forbidden response has a 5xx status code

func (*GetSensorInstallersByQueryV2Forbidden) IsSuccess added in v0.7.0

IsSuccess returns true when this get sensor installers by query v2 forbidden response has a 2xx status code

func (*GetSensorInstallersByQueryV2Forbidden) String added in v0.7.0

type GetSensorInstallersByQueryV2OK added in v0.7.0

type GetSensorInstallersByQueryV2OK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecQueryResponse
}

GetSensorInstallersByQueryV2OK describes a response with status code 200, with default header values.

OK

func NewGetSensorInstallersByQueryV2OK added in v0.7.0

func NewGetSensorInstallersByQueryV2OK() *GetSensorInstallersByQueryV2OK

NewGetSensorInstallersByQueryV2OK creates a GetSensorInstallersByQueryV2OK with default headers values

func (*GetSensorInstallersByQueryV2OK) Code added in v0.7.0

Code gets the status code for the get sensor installers by query v2 o k response

func (*GetSensorInstallersByQueryV2OK) Error added in v0.7.0

func (*GetSensorInstallersByQueryV2OK) GetPayload added in v0.7.0

func (*GetSensorInstallersByQueryV2OK) IsClientError added in v0.7.0

func (o *GetSensorInstallersByQueryV2OK) IsClientError() bool

IsClientError returns true when this get sensor installers by query v2 o k response has a 4xx status code

func (*GetSensorInstallersByQueryV2OK) IsCode added in v0.7.0

func (o *GetSensorInstallersByQueryV2OK) IsCode(code int) bool

IsCode returns true when this get sensor installers by query v2 o k response a status code equal to that given

func (*GetSensorInstallersByQueryV2OK) IsRedirect added in v0.7.0

func (o *GetSensorInstallersByQueryV2OK) IsRedirect() bool

IsRedirect returns true when this get sensor installers by query v2 o k response has a 3xx status code

func (*GetSensorInstallersByQueryV2OK) IsServerError added in v0.7.0

func (o *GetSensorInstallersByQueryV2OK) IsServerError() bool

IsServerError returns true when this get sensor installers by query v2 o k response has a 5xx status code

func (*GetSensorInstallersByQueryV2OK) IsSuccess added in v0.7.0

func (o *GetSensorInstallersByQueryV2OK) IsSuccess() bool

IsSuccess returns true when this get sensor installers by query v2 o k response has a 2xx status code

func (*GetSensorInstallersByQueryV2OK) String added in v0.7.0

type GetSensorInstallersByQueryV2Params added in v0.7.0

type GetSensorInstallersByQueryV2Params struct {

	/* Filter.

	     Filter items using a query in Falcon Query Language (FQL). An asterisk wildcard * includes all results.

	Common filter options include:
	<ul><li>platform:"windows"</li><li>version:>"5.2"</li></ul>
	*/
	Filter *string

	/* Limit.

	   The number of items to return in this response (default: 100, max: 500). Use with the offset parameter to manage pagination of results.
	*/
	Limit *int64

	/* Offset.

	   The first item to return, where 0 is the latest item. Use with the limit parameter to manage pagination of results.
	*/
	Offset *int64

	/* Sort.

	     Sort items using their properties. Common sort options include:

	<ul><li>version|asc</li><li>release_date|desc</li></ul>
	*/
	Sort *string

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

GetSensorInstallersByQueryV2Params contains all the parameters to send to the API endpoint

for the get sensor installers by query v2 operation.

Typically these are written to a http.Request.

func NewGetSensorInstallersByQueryV2Params added in v0.7.0

func NewGetSensorInstallersByQueryV2Params() *GetSensorInstallersByQueryV2Params

NewGetSensorInstallersByQueryV2Params creates a new GetSensorInstallersByQueryV2Params object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetSensorInstallersByQueryV2ParamsWithContext added in v0.7.0

func NewGetSensorInstallersByQueryV2ParamsWithContext(ctx context.Context) *GetSensorInstallersByQueryV2Params

NewGetSensorInstallersByQueryV2ParamsWithContext creates a new GetSensorInstallersByQueryV2Params object with the ability to set a context for a request.

func NewGetSensorInstallersByQueryV2ParamsWithHTTPClient added in v0.7.0

func NewGetSensorInstallersByQueryV2ParamsWithHTTPClient(client *http.Client) *GetSensorInstallersByQueryV2Params

NewGetSensorInstallersByQueryV2ParamsWithHTTPClient creates a new GetSensorInstallersByQueryV2Params object with the ability to set a custom HTTPClient for a request.

func NewGetSensorInstallersByQueryV2ParamsWithTimeout added in v0.7.0

func NewGetSensorInstallersByQueryV2ParamsWithTimeout(timeout time.Duration) *GetSensorInstallersByQueryV2Params

NewGetSensorInstallersByQueryV2ParamsWithTimeout creates a new GetSensorInstallersByQueryV2Params object with the ability to set a timeout on a request.

func (*GetSensorInstallersByQueryV2Params) SetContext added in v0.7.0

SetContext adds the context to the get sensor installers by query v2 params

func (*GetSensorInstallersByQueryV2Params) SetDefaults added in v0.7.0

func (o *GetSensorInstallersByQueryV2Params) SetDefaults()

SetDefaults hydrates default values in the get sensor installers by query v2 params (not the query body).

All values with no default are reset to their zero value.

func (*GetSensorInstallersByQueryV2Params) SetFilter added in v0.7.0

func (o *GetSensorInstallersByQueryV2Params) SetFilter(filter *string)

SetFilter adds the filter to the get sensor installers by query v2 params

func (*GetSensorInstallersByQueryV2Params) SetHTTPClient added in v0.7.0

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

SetHTTPClient adds the HTTPClient to the get sensor installers by query v2 params

func (*GetSensorInstallersByQueryV2Params) SetLimit added in v0.7.0

func (o *GetSensorInstallersByQueryV2Params) SetLimit(limit *int64)

SetLimit adds the limit to the get sensor installers by query v2 params

func (*GetSensorInstallersByQueryV2Params) SetOffset added in v0.7.0

func (o *GetSensorInstallersByQueryV2Params) SetOffset(offset *int64)

SetOffset adds the offset to the get sensor installers by query v2 params

func (*GetSensorInstallersByQueryV2Params) SetSort added in v0.7.0

func (o *GetSensorInstallersByQueryV2Params) SetSort(sort *string)

SetSort adds the sort to the get sensor installers by query v2 params

func (*GetSensorInstallersByQueryV2Params) SetTimeout added in v0.7.0

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

SetTimeout adds the timeout to the get sensor installers by query v2 params

func (*GetSensorInstallersByQueryV2Params) WithContext added in v0.7.0

WithContext adds the context to the get sensor installers by query v2 params

func (*GetSensorInstallersByQueryV2Params) WithDefaults added in v0.7.0

WithDefaults hydrates default values in the get sensor installers by query v2 params (not the query body).

All values with no default are reset to their zero value.

func (*GetSensorInstallersByQueryV2Params) WithFilter added in v0.7.0

WithFilter adds the filter to the get sensor installers by query v2 params

func (*GetSensorInstallersByQueryV2Params) WithHTTPClient added in v0.7.0

WithHTTPClient adds the HTTPClient to the get sensor installers by query v2 params

func (*GetSensorInstallersByQueryV2Params) WithLimit added in v0.7.0

WithLimit adds the limit to the get sensor installers by query v2 params

func (*GetSensorInstallersByQueryV2Params) WithOffset added in v0.7.0

WithOffset adds the offset to the get sensor installers by query v2 params

func (*GetSensorInstallersByQueryV2Params) WithSort added in v0.7.0

WithSort adds the sort to the get sensor installers by query v2 params

func (*GetSensorInstallersByQueryV2Params) WithTimeout added in v0.7.0

WithTimeout adds the timeout to the get sensor installers by query v2 params

func (*GetSensorInstallersByQueryV2Params) WriteToRequest added in v0.7.0

WriteToRequest writes these params to a swagger request

type GetSensorInstallersByQueryV2Reader added in v0.7.0

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

GetSensorInstallersByQueryV2Reader is a Reader for the GetSensorInstallersByQueryV2 structure.

func (*GetSensorInstallersByQueryV2Reader) ReadResponse added in v0.7.0

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

ReadResponse reads a server response into the received o.

type GetSensorInstallersByQueryV2TooManyRequests added in v0.7.0

type GetSensorInstallersByQueryV2TooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

GetSensorInstallersByQueryV2TooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewGetSensorInstallersByQueryV2TooManyRequests added in v0.7.0

func NewGetSensorInstallersByQueryV2TooManyRequests() *GetSensorInstallersByQueryV2TooManyRequests

NewGetSensorInstallersByQueryV2TooManyRequests creates a GetSensorInstallersByQueryV2TooManyRequests with default headers values

func (*GetSensorInstallersByQueryV2TooManyRequests) Code added in v0.7.0

Code gets the status code for the get sensor installers by query v2 too many requests response

func (*GetSensorInstallersByQueryV2TooManyRequests) Error added in v0.7.0

func (*GetSensorInstallersByQueryV2TooManyRequests) GetPayload added in v0.7.0

func (*GetSensorInstallersByQueryV2TooManyRequests) IsClientError added in v0.7.0

IsClientError returns true when this get sensor installers by query v2 too many requests response has a 4xx status code

func (*GetSensorInstallersByQueryV2TooManyRequests) IsCode added in v0.7.0

IsCode returns true when this get sensor installers by query v2 too many requests response a status code equal to that given

func (*GetSensorInstallersByQueryV2TooManyRequests) IsRedirect added in v0.7.0

IsRedirect returns true when this get sensor installers by query v2 too many requests response has a 3xx status code

func (*GetSensorInstallersByQueryV2TooManyRequests) IsServerError added in v0.7.0

IsServerError returns true when this get sensor installers by query v2 too many requests response has a 5xx status code

func (*GetSensorInstallersByQueryV2TooManyRequests) IsSuccess added in v0.7.0

IsSuccess returns true when this get sensor installers by query v2 too many requests response has a 2xx status code

func (*GetSensorInstallersByQueryV2TooManyRequests) String added in v0.7.0

type GetSensorInstallersCCIDByQueryBadRequest

type GetSensorInstallersCCIDByQueryBadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecQueryResponse
}

GetSensorInstallersCCIDByQueryBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewGetSensorInstallersCCIDByQueryBadRequest

func NewGetSensorInstallersCCIDByQueryBadRequest() *GetSensorInstallersCCIDByQueryBadRequest

NewGetSensorInstallersCCIDByQueryBadRequest creates a GetSensorInstallersCCIDByQueryBadRequest with default headers values

func (*GetSensorInstallersCCIDByQueryBadRequest) Code added in v0.2.33

Code gets the status code for the get sensor installers c c Id by query bad request response

func (*GetSensorInstallersCCIDByQueryBadRequest) Error

func (*GetSensorInstallersCCIDByQueryBadRequest) GetPayload

func (*GetSensorInstallersCCIDByQueryBadRequest) IsClientError added in v0.2.27

IsClientError returns true when this get sensor installers c c Id by query bad request response has a 4xx status code

func (*GetSensorInstallersCCIDByQueryBadRequest) IsCode added in v0.2.27

IsCode returns true when this get sensor installers c c Id by query bad request response a status code equal to that given

func (*GetSensorInstallersCCIDByQueryBadRequest) IsRedirect added in v0.2.27

IsRedirect returns true when this get sensor installers c c Id by query bad request response has a 3xx status code

func (*GetSensorInstallersCCIDByQueryBadRequest) IsServerError added in v0.2.27

IsServerError returns true when this get sensor installers c c Id by query bad request response has a 5xx status code

func (*GetSensorInstallersCCIDByQueryBadRequest) IsSuccess added in v0.2.27

IsSuccess returns true when this get sensor installers c c Id by query bad request response has a 2xx status code

func (*GetSensorInstallersCCIDByQueryBadRequest) String added in v0.2.27

type GetSensorInstallersCCIDByQueryForbidden

type GetSensorInstallersCCIDByQueryForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

GetSensorInstallersCCIDByQueryForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetSensorInstallersCCIDByQueryForbidden

func NewGetSensorInstallersCCIDByQueryForbidden() *GetSensorInstallersCCIDByQueryForbidden

NewGetSensorInstallersCCIDByQueryForbidden creates a GetSensorInstallersCCIDByQueryForbidden with default headers values

func (*GetSensorInstallersCCIDByQueryForbidden) Code added in v0.2.33

Code gets the status code for the get sensor installers c c Id by query forbidden response

func (*GetSensorInstallersCCIDByQueryForbidden) Error

func (*GetSensorInstallersCCIDByQueryForbidden) GetPayload

func (*GetSensorInstallersCCIDByQueryForbidden) IsClientError added in v0.2.27

func (o *GetSensorInstallersCCIDByQueryForbidden) IsClientError() bool

IsClientError returns true when this get sensor installers c c Id by query forbidden response has a 4xx status code

func (*GetSensorInstallersCCIDByQueryForbidden) IsCode added in v0.2.27

IsCode returns true when this get sensor installers c c Id by query forbidden response a status code equal to that given

func (*GetSensorInstallersCCIDByQueryForbidden) IsRedirect added in v0.2.27

IsRedirect returns true when this get sensor installers c c Id by query forbidden response has a 3xx status code

func (*GetSensorInstallersCCIDByQueryForbidden) IsServerError added in v0.2.27

func (o *GetSensorInstallersCCIDByQueryForbidden) IsServerError() bool

IsServerError returns true when this get sensor installers c c Id by query forbidden response has a 5xx status code

func (*GetSensorInstallersCCIDByQueryForbidden) IsSuccess added in v0.2.27

IsSuccess returns true when this get sensor installers c c Id by query forbidden response has a 2xx status code

func (*GetSensorInstallersCCIDByQueryForbidden) String added in v0.2.27

type GetSensorInstallersCCIDByQueryOK

type GetSensorInstallersCCIDByQueryOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecQueryResponse
}

GetSensorInstallersCCIDByQueryOK describes a response with status code 200, with default header values.

OK

func NewGetSensorInstallersCCIDByQueryOK

func NewGetSensorInstallersCCIDByQueryOK() *GetSensorInstallersCCIDByQueryOK

NewGetSensorInstallersCCIDByQueryOK creates a GetSensorInstallersCCIDByQueryOK with default headers values

func (*GetSensorInstallersCCIDByQueryOK) Code added in v0.2.33

Code gets the status code for the get sensor installers c c Id by query o k response

func (*GetSensorInstallersCCIDByQueryOK) Error

func (*GetSensorInstallersCCIDByQueryOK) GetPayload

func (*GetSensorInstallersCCIDByQueryOK) IsClientError added in v0.2.27

func (o *GetSensorInstallersCCIDByQueryOK) IsClientError() bool

IsClientError returns true when this get sensor installers c c Id by query o k response has a 4xx status code

func (*GetSensorInstallersCCIDByQueryOK) IsCode added in v0.2.27

func (o *GetSensorInstallersCCIDByQueryOK) IsCode(code int) bool

IsCode returns true when this get sensor installers c c Id by query o k response a status code equal to that given

func (*GetSensorInstallersCCIDByQueryOK) IsRedirect added in v0.2.27

func (o *GetSensorInstallersCCIDByQueryOK) IsRedirect() bool

IsRedirect returns true when this get sensor installers c c Id by query o k response has a 3xx status code

func (*GetSensorInstallersCCIDByQueryOK) IsServerError added in v0.2.27

func (o *GetSensorInstallersCCIDByQueryOK) IsServerError() bool

IsServerError returns true when this get sensor installers c c Id by query o k response has a 5xx status code

func (*GetSensorInstallersCCIDByQueryOK) IsSuccess added in v0.2.27

func (o *GetSensorInstallersCCIDByQueryOK) IsSuccess() bool

IsSuccess returns true when this get sensor installers c c Id by query o k response has a 2xx status code

func (*GetSensorInstallersCCIDByQueryOK) String added in v0.2.27

type GetSensorInstallersCCIDByQueryParams

type GetSensorInstallersCCIDByQueryParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetSensorInstallersCCIDByQueryParams contains all the parameters to send to the API endpoint

for the get sensor installers c c ID by query operation.

Typically these are written to a http.Request.

func NewGetSensorInstallersCCIDByQueryParams

func NewGetSensorInstallersCCIDByQueryParams() *GetSensorInstallersCCIDByQueryParams

NewGetSensorInstallersCCIDByQueryParams creates a new GetSensorInstallersCCIDByQueryParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetSensorInstallersCCIDByQueryParamsWithContext

func NewGetSensorInstallersCCIDByQueryParamsWithContext(ctx context.Context) *GetSensorInstallersCCIDByQueryParams

NewGetSensorInstallersCCIDByQueryParamsWithContext creates a new GetSensorInstallersCCIDByQueryParams object with the ability to set a context for a request.

func NewGetSensorInstallersCCIDByQueryParamsWithHTTPClient

func NewGetSensorInstallersCCIDByQueryParamsWithHTTPClient(client *http.Client) *GetSensorInstallersCCIDByQueryParams

NewGetSensorInstallersCCIDByQueryParamsWithHTTPClient creates a new GetSensorInstallersCCIDByQueryParams object with the ability to set a custom HTTPClient for a request.

func NewGetSensorInstallersCCIDByQueryParamsWithTimeout

func NewGetSensorInstallersCCIDByQueryParamsWithTimeout(timeout time.Duration) *GetSensorInstallersCCIDByQueryParams

NewGetSensorInstallersCCIDByQueryParamsWithTimeout creates a new GetSensorInstallersCCIDByQueryParams object with the ability to set a timeout on a request.

func (*GetSensorInstallersCCIDByQueryParams) SetContext

SetContext adds the context to the get sensor installers c c ID by query params

func (*GetSensorInstallersCCIDByQueryParams) SetDefaults

func (o *GetSensorInstallersCCIDByQueryParams) SetDefaults()

SetDefaults hydrates default values in the get sensor installers c c ID by query params (not the query body).

All values with no default are reset to their zero value.

func (*GetSensorInstallersCCIDByQueryParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get sensor installers c c ID by query params

func (*GetSensorInstallersCCIDByQueryParams) SetTimeout

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

SetTimeout adds the timeout to the get sensor installers c c ID by query params

func (*GetSensorInstallersCCIDByQueryParams) WithContext

WithContext adds the context to the get sensor installers c c ID by query params

func (*GetSensorInstallersCCIDByQueryParams) WithDefaults

WithDefaults hydrates default values in the get sensor installers c c ID by query params (not the query body).

All values with no default are reset to their zero value.

func (*GetSensorInstallersCCIDByQueryParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get sensor installers c c ID by query params

func (*GetSensorInstallersCCIDByQueryParams) WithTimeout

WithTimeout adds the timeout to the get sensor installers c c ID by query params

func (*GetSensorInstallersCCIDByQueryParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetSensorInstallersCCIDByQueryReader

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

GetSensorInstallersCCIDByQueryReader is a Reader for the GetSensorInstallersCCIDByQuery structure.

func (*GetSensorInstallersCCIDByQueryReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetSensorInstallersCCIDByQueryTooManyRequests

type GetSensorInstallersCCIDByQueryTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

GetSensorInstallersCCIDByQueryTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewGetSensorInstallersCCIDByQueryTooManyRequests

func NewGetSensorInstallersCCIDByQueryTooManyRequests() *GetSensorInstallersCCIDByQueryTooManyRequests

NewGetSensorInstallersCCIDByQueryTooManyRequests creates a GetSensorInstallersCCIDByQueryTooManyRequests with default headers values

func (*GetSensorInstallersCCIDByQueryTooManyRequests) Code added in v0.2.33

Code gets the status code for the get sensor installers c c Id by query too many requests response

func (*GetSensorInstallersCCIDByQueryTooManyRequests) Error

func (*GetSensorInstallersCCIDByQueryTooManyRequests) GetPayload

func (*GetSensorInstallersCCIDByQueryTooManyRequests) IsClientError added in v0.2.27

IsClientError returns true when this get sensor installers c c Id by query too many requests response has a 4xx status code

func (*GetSensorInstallersCCIDByQueryTooManyRequests) IsCode added in v0.2.27

IsCode returns true when this get sensor installers c c Id by query too many requests response a status code equal to that given

func (*GetSensorInstallersCCIDByQueryTooManyRequests) IsRedirect added in v0.2.27

IsRedirect returns true when this get sensor installers c c Id by query too many requests response has a 3xx status code

func (*GetSensorInstallersCCIDByQueryTooManyRequests) IsServerError added in v0.2.27

IsServerError returns true when this get sensor installers c c Id by query too many requests response has a 5xx status code

func (*GetSensorInstallersCCIDByQueryTooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this get sensor installers c c Id by query too many requests response has a 2xx status code

func (*GetSensorInstallersCCIDByQueryTooManyRequests) String added in v0.2.27

type GetSensorInstallersEntitiesBadRequest

type GetSensorInstallersEntitiesBadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecQueryResponse
}

GetSensorInstallersEntitiesBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewGetSensorInstallersEntitiesBadRequest

func NewGetSensorInstallersEntitiesBadRequest() *GetSensorInstallersEntitiesBadRequest

NewGetSensorInstallersEntitiesBadRequest creates a GetSensorInstallersEntitiesBadRequest with default headers values

func (*GetSensorInstallersEntitiesBadRequest) Code added in v0.2.33

Code gets the status code for the get sensor installers entities bad request response

func (*GetSensorInstallersEntitiesBadRequest) Error

func (*GetSensorInstallersEntitiesBadRequest) GetPayload

func (*GetSensorInstallersEntitiesBadRequest) IsClientError added in v0.2.27

func (o *GetSensorInstallersEntitiesBadRequest) IsClientError() bool

IsClientError returns true when this get sensor installers entities bad request response has a 4xx status code

func (*GetSensorInstallersEntitiesBadRequest) IsCode added in v0.2.27

IsCode returns true when this get sensor installers entities bad request response a status code equal to that given

func (*GetSensorInstallersEntitiesBadRequest) IsRedirect added in v0.2.27

IsRedirect returns true when this get sensor installers entities bad request response has a 3xx status code

func (*GetSensorInstallersEntitiesBadRequest) IsServerError added in v0.2.27

func (o *GetSensorInstallersEntitiesBadRequest) IsServerError() bool

IsServerError returns true when this get sensor installers entities bad request response has a 5xx status code

func (*GetSensorInstallersEntitiesBadRequest) IsSuccess added in v0.2.27

IsSuccess returns true when this get sensor installers entities bad request response has a 2xx status code

func (*GetSensorInstallersEntitiesBadRequest) String added in v0.2.27

type GetSensorInstallersEntitiesForbidden

type GetSensorInstallersEntitiesForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

GetSensorInstallersEntitiesForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetSensorInstallersEntitiesForbidden

func NewGetSensorInstallersEntitiesForbidden() *GetSensorInstallersEntitiesForbidden

NewGetSensorInstallersEntitiesForbidden creates a GetSensorInstallersEntitiesForbidden with default headers values

func (*GetSensorInstallersEntitiesForbidden) Code added in v0.2.33

Code gets the status code for the get sensor installers entities forbidden response

func (*GetSensorInstallersEntitiesForbidden) Error

func (*GetSensorInstallersEntitiesForbidden) GetPayload

func (*GetSensorInstallersEntitiesForbidden) IsClientError added in v0.2.27

func (o *GetSensorInstallersEntitiesForbidden) IsClientError() bool

IsClientError returns true when this get sensor installers entities forbidden response has a 4xx status code

func (*GetSensorInstallersEntitiesForbidden) IsCode added in v0.2.27

IsCode returns true when this get sensor installers entities forbidden response a status code equal to that given

func (*GetSensorInstallersEntitiesForbidden) IsRedirect added in v0.2.27

IsRedirect returns true when this get sensor installers entities forbidden response has a 3xx status code

func (*GetSensorInstallersEntitiesForbidden) IsServerError added in v0.2.27

func (o *GetSensorInstallersEntitiesForbidden) IsServerError() bool

IsServerError returns true when this get sensor installers entities forbidden response has a 5xx status code

func (*GetSensorInstallersEntitiesForbidden) IsSuccess added in v0.2.27

IsSuccess returns true when this get sensor installers entities forbidden response has a 2xx status code

func (*GetSensorInstallersEntitiesForbidden) String added in v0.2.27

type GetSensorInstallersEntitiesMultiStatus

type GetSensorInstallersEntitiesMultiStatus struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.DomainSensorInstallersV1
}

GetSensorInstallersEntitiesMultiStatus describes a response with status code 207, with default header values.

Multi-Status

func NewGetSensorInstallersEntitiesMultiStatus

func NewGetSensorInstallersEntitiesMultiStatus() *GetSensorInstallersEntitiesMultiStatus

NewGetSensorInstallersEntitiesMultiStatus creates a GetSensorInstallersEntitiesMultiStatus with default headers values

func (*GetSensorInstallersEntitiesMultiStatus) Code added in v0.2.33

Code gets the status code for the get sensor installers entities multi status response

func (*GetSensorInstallersEntitiesMultiStatus) Error

func (*GetSensorInstallersEntitiesMultiStatus) GetPayload

func (*GetSensorInstallersEntitiesMultiStatus) IsClientError added in v0.2.27

func (o *GetSensorInstallersEntitiesMultiStatus) IsClientError() bool

IsClientError returns true when this get sensor installers entities multi status response has a 4xx status code

func (*GetSensorInstallersEntitiesMultiStatus) IsCode added in v0.2.27

IsCode returns true when this get sensor installers entities multi status response a status code equal to that given

func (*GetSensorInstallersEntitiesMultiStatus) IsRedirect added in v0.2.27

IsRedirect returns true when this get sensor installers entities multi status response has a 3xx status code

func (*GetSensorInstallersEntitiesMultiStatus) IsServerError added in v0.2.27

func (o *GetSensorInstallersEntitiesMultiStatus) IsServerError() bool

IsServerError returns true when this get sensor installers entities multi status response has a 5xx status code

func (*GetSensorInstallersEntitiesMultiStatus) IsSuccess added in v0.2.27

IsSuccess returns true when this get sensor installers entities multi status response has a 2xx status code

func (*GetSensorInstallersEntitiesMultiStatus) String added in v0.2.27

type GetSensorInstallersEntitiesNotFound

type GetSensorInstallersEntitiesNotFound struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecQueryResponse
}

GetSensorInstallersEntitiesNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetSensorInstallersEntitiesNotFound

func NewGetSensorInstallersEntitiesNotFound() *GetSensorInstallersEntitiesNotFound

NewGetSensorInstallersEntitiesNotFound creates a GetSensorInstallersEntitiesNotFound with default headers values

func (*GetSensorInstallersEntitiesNotFound) Code added in v0.2.33

Code gets the status code for the get sensor installers entities not found response

func (*GetSensorInstallersEntitiesNotFound) Error

func (*GetSensorInstallersEntitiesNotFound) GetPayload

func (*GetSensorInstallersEntitiesNotFound) IsClientError added in v0.2.27

func (o *GetSensorInstallersEntitiesNotFound) IsClientError() bool

IsClientError returns true when this get sensor installers entities not found response has a 4xx status code

func (*GetSensorInstallersEntitiesNotFound) IsCode added in v0.2.27

IsCode returns true when this get sensor installers entities not found response a status code equal to that given

func (*GetSensorInstallersEntitiesNotFound) IsRedirect added in v0.2.27

func (o *GetSensorInstallersEntitiesNotFound) IsRedirect() bool

IsRedirect returns true when this get sensor installers entities not found response has a 3xx status code

func (*GetSensorInstallersEntitiesNotFound) IsServerError added in v0.2.27

func (o *GetSensorInstallersEntitiesNotFound) IsServerError() bool

IsServerError returns true when this get sensor installers entities not found response has a 5xx status code

func (*GetSensorInstallersEntitiesNotFound) IsSuccess added in v0.2.27

IsSuccess returns true when this get sensor installers entities not found response has a 2xx status code

func (*GetSensorInstallersEntitiesNotFound) String added in v0.2.27

type GetSensorInstallersEntitiesOK

type GetSensorInstallersEntitiesOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.DomainSensorInstallersV1
}

GetSensorInstallersEntitiesOK describes a response with status code 200, with default header values.

OK

func NewGetSensorInstallersEntitiesOK

func NewGetSensorInstallersEntitiesOK() *GetSensorInstallersEntitiesOK

NewGetSensorInstallersEntitiesOK creates a GetSensorInstallersEntitiesOK with default headers values

func (*GetSensorInstallersEntitiesOK) Code added in v0.2.33

Code gets the status code for the get sensor installers entities o k response

func (*GetSensorInstallersEntitiesOK) Error

func (*GetSensorInstallersEntitiesOK) GetPayload

func (*GetSensorInstallersEntitiesOK) IsClientError added in v0.2.27

func (o *GetSensorInstallersEntitiesOK) IsClientError() bool

IsClientError returns true when this get sensor installers entities o k response has a 4xx status code

func (*GetSensorInstallersEntitiesOK) IsCode added in v0.2.27

func (o *GetSensorInstallersEntitiesOK) IsCode(code int) bool

IsCode returns true when this get sensor installers entities o k response a status code equal to that given

func (*GetSensorInstallersEntitiesOK) IsRedirect added in v0.2.27

func (o *GetSensorInstallersEntitiesOK) IsRedirect() bool

IsRedirect returns true when this get sensor installers entities o k response has a 3xx status code

func (*GetSensorInstallersEntitiesOK) IsServerError added in v0.2.27

func (o *GetSensorInstallersEntitiesOK) IsServerError() bool

IsServerError returns true when this get sensor installers entities o k response has a 5xx status code

func (*GetSensorInstallersEntitiesOK) IsSuccess added in v0.2.27

func (o *GetSensorInstallersEntitiesOK) IsSuccess() bool

IsSuccess returns true when this get sensor installers entities o k response has a 2xx status code

func (*GetSensorInstallersEntitiesOK) String added in v0.2.27

type GetSensorInstallersEntitiesParams

type GetSensorInstallersEntitiesParams struct {

	/* Ids.

	   The IDs of the installers
	*/
	Ids []string

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

GetSensorInstallersEntitiesParams contains all the parameters to send to the API endpoint

for the get sensor installers entities operation.

Typically these are written to a http.Request.

func NewGetSensorInstallersEntitiesParams

func NewGetSensorInstallersEntitiesParams() *GetSensorInstallersEntitiesParams

NewGetSensorInstallersEntitiesParams creates a new GetSensorInstallersEntitiesParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetSensorInstallersEntitiesParamsWithContext

func NewGetSensorInstallersEntitiesParamsWithContext(ctx context.Context) *GetSensorInstallersEntitiesParams

NewGetSensorInstallersEntitiesParamsWithContext creates a new GetSensorInstallersEntitiesParams object with the ability to set a context for a request.

func NewGetSensorInstallersEntitiesParamsWithHTTPClient

func NewGetSensorInstallersEntitiesParamsWithHTTPClient(client *http.Client) *GetSensorInstallersEntitiesParams

NewGetSensorInstallersEntitiesParamsWithHTTPClient creates a new GetSensorInstallersEntitiesParams object with the ability to set a custom HTTPClient for a request.

func NewGetSensorInstallersEntitiesParamsWithTimeout

func NewGetSensorInstallersEntitiesParamsWithTimeout(timeout time.Duration) *GetSensorInstallersEntitiesParams

NewGetSensorInstallersEntitiesParamsWithTimeout creates a new GetSensorInstallersEntitiesParams object with the ability to set a timeout on a request.

func (*GetSensorInstallersEntitiesParams) SetContext

SetContext adds the context to the get sensor installers entities params

func (*GetSensorInstallersEntitiesParams) SetDefaults

func (o *GetSensorInstallersEntitiesParams) SetDefaults()

SetDefaults hydrates default values in the get sensor installers entities params (not the query body).

All values with no default are reset to their zero value.

func (*GetSensorInstallersEntitiesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get sensor installers entities params

func (*GetSensorInstallersEntitiesParams) SetIds

func (o *GetSensorInstallersEntitiesParams) SetIds(ids []string)

SetIds adds the ids to the get sensor installers entities params

func (*GetSensorInstallersEntitiesParams) SetTimeout

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

SetTimeout adds the timeout to the get sensor installers entities params

func (*GetSensorInstallersEntitiesParams) WithContext

WithContext adds the context to the get sensor installers entities params

func (*GetSensorInstallersEntitiesParams) WithDefaults

WithDefaults hydrates default values in the get sensor installers entities params (not the query body).

All values with no default are reset to their zero value.

func (*GetSensorInstallersEntitiesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get sensor installers entities params

func (*GetSensorInstallersEntitiesParams) WithIds

WithIds adds the ids to the get sensor installers entities params

func (*GetSensorInstallersEntitiesParams) WithTimeout

WithTimeout adds the timeout to the get sensor installers entities params

func (*GetSensorInstallersEntitiesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetSensorInstallersEntitiesReader

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

GetSensorInstallersEntitiesReader is a Reader for the GetSensorInstallersEntities structure.

func (*GetSensorInstallersEntitiesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetSensorInstallersEntitiesTooManyRequests

type GetSensorInstallersEntitiesTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

GetSensorInstallersEntitiesTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewGetSensorInstallersEntitiesTooManyRequests

func NewGetSensorInstallersEntitiesTooManyRequests() *GetSensorInstallersEntitiesTooManyRequests

NewGetSensorInstallersEntitiesTooManyRequests creates a GetSensorInstallersEntitiesTooManyRequests with default headers values

func (*GetSensorInstallersEntitiesTooManyRequests) Code added in v0.2.33

Code gets the status code for the get sensor installers entities too many requests response

func (*GetSensorInstallersEntitiesTooManyRequests) Error

func (*GetSensorInstallersEntitiesTooManyRequests) GetPayload

func (*GetSensorInstallersEntitiesTooManyRequests) IsClientError added in v0.2.27

IsClientError returns true when this get sensor installers entities too many requests response has a 4xx status code

func (*GetSensorInstallersEntitiesTooManyRequests) IsCode added in v0.2.27

IsCode returns true when this get sensor installers entities too many requests response a status code equal to that given

func (*GetSensorInstallersEntitiesTooManyRequests) IsRedirect added in v0.2.27

IsRedirect returns true when this get sensor installers entities too many requests response has a 3xx status code

func (*GetSensorInstallersEntitiesTooManyRequests) IsServerError added in v0.2.27

IsServerError returns true when this get sensor installers entities too many requests response has a 5xx status code

func (*GetSensorInstallersEntitiesTooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this get sensor installers entities too many requests response has a 2xx status code

func (*GetSensorInstallersEntitiesTooManyRequests) String added in v0.2.27

type GetSensorInstallersEntitiesV2BadRequest added in v0.7.0

type GetSensorInstallersEntitiesV2BadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecQueryResponse
}

GetSensorInstallersEntitiesV2BadRequest describes a response with status code 400, with default header values.

Bad Request

func NewGetSensorInstallersEntitiesV2BadRequest added in v0.7.0

func NewGetSensorInstallersEntitiesV2BadRequest() *GetSensorInstallersEntitiesV2BadRequest

NewGetSensorInstallersEntitiesV2BadRequest creates a GetSensorInstallersEntitiesV2BadRequest with default headers values

func (*GetSensorInstallersEntitiesV2BadRequest) Code added in v0.7.0

Code gets the status code for the get sensor installers entities v2 bad request response

func (*GetSensorInstallersEntitiesV2BadRequest) Error added in v0.7.0

func (*GetSensorInstallersEntitiesV2BadRequest) GetPayload added in v0.7.0

func (*GetSensorInstallersEntitiesV2BadRequest) IsClientError added in v0.7.0

func (o *GetSensorInstallersEntitiesV2BadRequest) IsClientError() bool

IsClientError returns true when this get sensor installers entities v2 bad request response has a 4xx status code

func (*GetSensorInstallersEntitiesV2BadRequest) IsCode added in v0.7.0

IsCode returns true when this get sensor installers entities v2 bad request response a status code equal to that given

func (*GetSensorInstallersEntitiesV2BadRequest) IsRedirect added in v0.7.0

IsRedirect returns true when this get sensor installers entities v2 bad request response has a 3xx status code

func (*GetSensorInstallersEntitiesV2BadRequest) IsServerError added in v0.7.0

func (o *GetSensorInstallersEntitiesV2BadRequest) IsServerError() bool

IsServerError returns true when this get sensor installers entities v2 bad request response has a 5xx status code

func (*GetSensorInstallersEntitiesV2BadRequest) IsSuccess added in v0.7.0

IsSuccess returns true when this get sensor installers entities v2 bad request response has a 2xx status code

func (*GetSensorInstallersEntitiesV2BadRequest) String added in v0.7.0

type GetSensorInstallersEntitiesV2Forbidden added in v0.7.0

type GetSensorInstallersEntitiesV2Forbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

GetSensorInstallersEntitiesV2Forbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetSensorInstallersEntitiesV2Forbidden added in v0.7.0

func NewGetSensorInstallersEntitiesV2Forbidden() *GetSensorInstallersEntitiesV2Forbidden

NewGetSensorInstallersEntitiesV2Forbidden creates a GetSensorInstallersEntitiesV2Forbidden with default headers values

func (*GetSensorInstallersEntitiesV2Forbidden) Code added in v0.7.0

Code gets the status code for the get sensor installers entities v2 forbidden response

func (*GetSensorInstallersEntitiesV2Forbidden) Error added in v0.7.0

func (*GetSensorInstallersEntitiesV2Forbidden) GetPayload added in v0.7.0

func (*GetSensorInstallersEntitiesV2Forbidden) IsClientError added in v0.7.0

func (o *GetSensorInstallersEntitiesV2Forbidden) IsClientError() bool

IsClientError returns true when this get sensor installers entities v2 forbidden response has a 4xx status code

func (*GetSensorInstallersEntitiesV2Forbidden) IsCode added in v0.7.0

IsCode returns true when this get sensor installers entities v2 forbidden response a status code equal to that given

func (*GetSensorInstallersEntitiesV2Forbidden) IsRedirect added in v0.7.0

IsRedirect returns true when this get sensor installers entities v2 forbidden response has a 3xx status code

func (*GetSensorInstallersEntitiesV2Forbidden) IsServerError added in v0.7.0

func (o *GetSensorInstallersEntitiesV2Forbidden) IsServerError() bool

IsServerError returns true when this get sensor installers entities v2 forbidden response has a 5xx status code

func (*GetSensorInstallersEntitiesV2Forbidden) IsSuccess added in v0.7.0

IsSuccess returns true when this get sensor installers entities v2 forbidden response has a 2xx status code

func (*GetSensorInstallersEntitiesV2Forbidden) String added in v0.7.0

type GetSensorInstallersEntitiesV2MultiStatus added in v0.7.0

type GetSensorInstallersEntitiesV2MultiStatus struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.DomainSensorInstallersV1
}

GetSensorInstallersEntitiesV2MultiStatus describes a response with status code 207, with default header values.

Multi-Status

func NewGetSensorInstallersEntitiesV2MultiStatus added in v0.7.0

func NewGetSensorInstallersEntitiesV2MultiStatus() *GetSensorInstallersEntitiesV2MultiStatus

NewGetSensorInstallersEntitiesV2MultiStatus creates a GetSensorInstallersEntitiesV2MultiStatus with default headers values

func (*GetSensorInstallersEntitiesV2MultiStatus) Code added in v0.7.0

Code gets the status code for the get sensor installers entities v2 multi status response

func (*GetSensorInstallersEntitiesV2MultiStatus) Error added in v0.7.0

func (*GetSensorInstallersEntitiesV2MultiStatus) GetPayload added in v0.7.0

func (*GetSensorInstallersEntitiesV2MultiStatus) IsClientError added in v0.7.0

IsClientError returns true when this get sensor installers entities v2 multi status response has a 4xx status code

func (*GetSensorInstallersEntitiesV2MultiStatus) IsCode added in v0.7.0

IsCode returns true when this get sensor installers entities v2 multi status response a status code equal to that given

func (*GetSensorInstallersEntitiesV2MultiStatus) IsRedirect added in v0.7.0

IsRedirect returns true when this get sensor installers entities v2 multi status response has a 3xx status code

func (*GetSensorInstallersEntitiesV2MultiStatus) IsServerError added in v0.7.0

IsServerError returns true when this get sensor installers entities v2 multi status response has a 5xx status code

func (*GetSensorInstallersEntitiesV2MultiStatus) IsSuccess added in v0.7.0

IsSuccess returns true when this get sensor installers entities v2 multi status response has a 2xx status code

func (*GetSensorInstallersEntitiesV2MultiStatus) String added in v0.7.0

type GetSensorInstallersEntitiesV2NotFound added in v0.7.0

type GetSensorInstallersEntitiesV2NotFound struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaspecQueryResponse
}

GetSensorInstallersEntitiesV2NotFound describes a response with status code 404, with default header values.

Not Found

func NewGetSensorInstallersEntitiesV2NotFound added in v0.7.0

func NewGetSensorInstallersEntitiesV2NotFound() *GetSensorInstallersEntitiesV2NotFound

NewGetSensorInstallersEntitiesV2NotFound creates a GetSensorInstallersEntitiesV2NotFound with default headers values

func (*GetSensorInstallersEntitiesV2NotFound) Code added in v0.7.0

Code gets the status code for the get sensor installers entities v2 not found response

func (*GetSensorInstallersEntitiesV2NotFound) Error added in v0.7.0

func (*GetSensorInstallersEntitiesV2NotFound) GetPayload added in v0.7.0

func (*GetSensorInstallersEntitiesV2NotFound) IsClientError added in v0.7.0

func (o *GetSensorInstallersEntitiesV2NotFound) IsClientError() bool

IsClientError returns true when this get sensor installers entities v2 not found response has a 4xx status code

func (*GetSensorInstallersEntitiesV2NotFound) IsCode added in v0.7.0

IsCode returns true when this get sensor installers entities v2 not found response a status code equal to that given

func (*GetSensorInstallersEntitiesV2NotFound) IsRedirect added in v0.7.0

IsRedirect returns true when this get sensor installers entities v2 not found response has a 3xx status code

func (*GetSensorInstallersEntitiesV2NotFound) IsServerError added in v0.7.0

func (o *GetSensorInstallersEntitiesV2NotFound) IsServerError() bool

IsServerError returns true when this get sensor installers entities v2 not found response has a 5xx status code

func (*GetSensorInstallersEntitiesV2NotFound) IsSuccess added in v0.7.0

IsSuccess returns true when this get sensor installers entities v2 not found response has a 2xx status code

func (*GetSensorInstallersEntitiesV2NotFound) String added in v0.7.0

type GetSensorInstallersEntitiesV2OK added in v0.7.0

type GetSensorInstallersEntitiesV2OK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.DomainSensorInstallersV2
}

GetSensorInstallersEntitiesV2OK describes a response with status code 200, with default header values.

OK

func NewGetSensorInstallersEntitiesV2OK added in v0.7.0

func NewGetSensorInstallersEntitiesV2OK() *GetSensorInstallersEntitiesV2OK

NewGetSensorInstallersEntitiesV2OK creates a GetSensorInstallersEntitiesV2OK with default headers values

func (*GetSensorInstallersEntitiesV2OK) Code added in v0.7.0

Code gets the status code for the get sensor installers entities v2 o k response

func (*GetSensorInstallersEntitiesV2OK) Error added in v0.7.0

func (*GetSensorInstallersEntitiesV2OK) GetPayload added in v0.7.0

func (*GetSensorInstallersEntitiesV2OK) IsClientError added in v0.7.0

func (o *GetSensorInstallersEntitiesV2OK) IsClientError() bool

IsClientError returns true when this get sensor installers entities v2 o k response has a 4xx status code

func (*GetSensorInstallersEntitiesV2OK) IsCode added in v0.7.0

func (o *GetSensorInstallersEntitiesV2OK) IsCode(code int) bool

IsCode returns true when this get sensor installers entities v2 o k response a status code equal to that given

func (*GetSensorInstallersEntitiesV2OK) IsRedirect added in v0.7.0

func (o *GetSensorInstallersEntitiesV2OK) IsRedirect() bool

IsRedirect returns true when this get sensor installers entities v2 o k response has a 3xx status code

func (*GetSensorInstallersEntitiesV2OK) IsServerError added in v0.7.0

func (o *GetSensorInstallersEntitiesV2OK) IsServerError() bool

IsServerError returns true when this get sensor installers entities v2 o k response has a 5xx status code

func (*GetSensorInstallersEntitiesV2OK) IsSuccess added in v0.7.0

func (o *GetSensorInstallersEntitiesV2OK) IsSuccess() bool

IsSuccess returns true when this get sensor installers entities v2 o k response has a 2xx status code

func (*GetSensorInstallersEntitiesV2OK) String added in v0.7.0

type GetSensorInstallersEntitiesV2Params added in v0.7.0

type GetSensorInstallersEntitiesV2Params struct {

	/* Ids.

	   The IDs of the installers
	*/
	Ids []string

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

GetSensorInstallersEntitiesV2Params contains all the parameters to send to the API endpoint

for the get sensor installers entities v2 operation.

Typically these are written to a http.Request.

func NewGetSensorInstallersEntitiesV2Params added in v0.7.0

func NewGetSensorInstallersEntitiesV2Params() *GetSensorInstallersEntitiesV2Params

NewGetSensorInstallersEntitiesV2Params creates a new GetSensorInstallersEntitiesV2Params object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetSensorInstallersEntitiesV2ParamsWithContext added in v0.7.0

func NewGetSensorInstallersEntitiesV2ParamsWithContext(ctx context.Context) *GetSensorInstallersEntitiesV2Params

NewGetSensorInstallersEntitiesV2ParamsWithContext creates a new GetSensorInstallersEntitiesV2Params object with the ability to set a context for a request.

func NewGetSensorInstallersEntitiesV2ParamsWithHTTPClient added in v0.7.0

func NewGetSensorInstallersEntitiesV2ParamsWithHTTPClient(client *http.Client) *GetSensorInstallersEntitiesV2Params

NewGetSensorInstallersEntitiesV2ParamsWithHTTPClient creates a new GetSensorInstallersEntitiesV2Params object with the ability to set a custom HTTPClient for a request.

func NewGetSensorInstallersEntitiesV2ParamsWithTimeout added in v0.7.0

func NewGetSensorInstallersEntitiesV2ParamsWithTimeout(timeout time.Duration) *GetSensorInstallersEntitiesV2Params

NewGetSensorInstallersEntitiesV2ParamsWithTimeout creates a new GetSensorInstallersEntitiesV2Params object with the ability to set a timeout on a request.

func (*GetSensorInstallersEntitiesV2Params) SetContext added in v0.7.0

SetContext adds the context to the get sensor installers entities v2 params

func (*GetSensorInstallersEntitiesV2Params) SetDefaults added in v0.7.0

func (o *GetSensorInstallersEntitiesV2Params) SetDefaults()

SetDefaults hydrates default values in the get sensor installers entities v2 params (not the query body).

All values with no default are reset to their zero value.

func (*GetSensorInstallersEntitiesV2Params) SetHTTPClient added in v0.7.0

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

SetHTTPClient adds the HTTPClient to the get sensor installers entities v2 params

func (*GetSensorInstallersEntitiesV2Params) SetIds added in v0.7.0

SetIds adds the ids to the get sensor installers entities v2 params

func (*GetSensorInstallersEntitiesV2Params) SetTimeout added in v0.7.0

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

SetTimeout adds the timeout to the get sensor installers entities v2 params

func (*GetSensorInstallersEntitiesV2Params) WithContext added in v0.7.0

WithContext adds the context to the get sensor installers entities v2 params

func (*GetSensorInstallersEntitiesV2Params) WithDefaults added in v0.7.0

WithDefaults hydrates default values in the get sensor installers entities v2 params (not the query body).

All values with no default are reset to their zero value.

func (*GetSensorInstallersEntitiesV2Params) WithHTTPClient added in v0.7.0

WithHTTPClient adds the HTTPClient to the get sensor installers entities v2 params

func (*GetSensorInstallersEntitiesV2Params) WithIds added in v0.7.0

WithIds adds the ids to the get sensor installers entities v2 params

func (*GetSensorInstallersEntitiesV2Params) WithTimeout added in v0.7.0

WithTimeout adds the timeout to the get sensor installers entities v2 params

func (*GetSensorInstallersEntitiesV2Params) WriteToRequest added in v0.7.0

WriteToRequest writes these params to a swagger request

type GetSensorInstallersEntitiesV2Reader added in v0.7.0

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

GetSensorInstallersEntitiesV2Reader is a Reader for the GetSensorInstallersEntitiesV2 structure.

func (*GetSensorInstallersEntitiesV2Reader) ReadResponse added in v0.7.0

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

ReadResponse reads a server response into the received o.

type GetSensorInstallersEntitiesV2TooManyRequests added in v0.7.0

type GetSensorInstallersEntitiesV2TooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

GetSensorInstallersEntitiesV2TooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewGetSensorInstallersEntitiesV2TooManyRequests added in v0.7.0

func NewGetSensorInstallersEntitiesV2TooManyRequests() *GetSensorInstallersEntitiesV2TooManyRequests

NewGetSensorInstallersEntitiesV2TooManyRequests creates a GetSensorInstallersEntitiesV2TooManyRequests with default headers values

func (*GetSensorInstallersEntitiesV2TooManyRequests) Code added in v0.7.0

Code gets the status code for the get sensor installers entities v2 too many requests response

func (*GetSensorInstallersEntitiesV2TooManyRequests) Error added in v0.7.0

func (*GetSensorInstallersEntitiesV2TooManyRequests) GetPayload added in v0.7.0

func (*GetSensorInstallersEntitiesV2TooManyRequests) IsClientError added in v0.7.0

IsClientError returns true when this get sensor installers entities v2 too many requests response has a 4xx status code

func (*GetSensorInstallersEntitiesV2TooManyRequests) IsCode added in v0.7.0

IsCode returns true when this get sensor installers entities v2 too many requests response a status code equal to that given

func (*GetSensorInstallersEntitiesV2TooManyRequests) IsRedirect added in v0.7.0

IsRedirect returns true when this get sensor installers entities v2 too many requests response has a 3xx status code

func (*GetSensorInstallersEntitiesV2TooManyRequests) IsServerError added in v0.7.0

IsServerError returns true when this get sensor installers entities v2 too many requests response has a 5xx status code

func (*GetSensorInstallersEntitiesV2TooManyRequests) IsSuccess added in v0.7.0

IsSuccess returns true when this get sensor installers entities v2 too many requests response has a 2xx status code

func (*GetSensorInstallersEntitiesV2TooManyRequests) String added in v0.7.0

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL