Documentation ¶
Index ¶
- type Client
- func (a *Client) DownloadSensorInstallerByID(params *DownloadSensorInstallerByIDParams, writer io.Writer, ...) (*DownloadSensorInstallerByIDOK, error)
- func (a *Client) DownloadSensorInstallerByIDV2(params *DownloadSensorInstallerByIDV2Params, writer io.Writer, ...) (*DownloadSensorInstallerByIDV2OK, error)
- func (a *Client) GetCombinedSensorInstallersByQuery(params *GetCombinedSensorInstallersByQueryParams, opts ...ClientOption) (*GetCombinedSensorInstallersByQueryOK, error)
- func (a *Client) GetCombinedSensorInstallersByQueryV2(params *GetCombinedSensorInstallersByQueryV2Params, opts ...ClientOption) (*GetCombinedSensorInstallersByQueryV2OK, error)
- func (a *Client) GetSensorInstallersByQuery(params *GetSensorInstallersByQueryParams, opts ...ClientOption) (*GetSensorInstallersByQueryOK, error)
- func (a *Client) GetSensorInstallersByQueryV2(params *GetSensorInstallersByQueryV2Params, opts ...ClientOption) (*GetSensorInstallersByQueryV2OK, error)
- func (a *Client) GetSensorInstallersCCIDByQuery(params *GetSensorInstallersCCIDByQueryParams, opts ...ClientOption) (*GetSensorInstallersCCIDByQueryOK, error)
- func (a *Client) GetSensorInstallersEntities(params *GetSensorInstallersEntitiesParams, opts ...ClientOption) (*GetSensorInstallersEntitiesOK, *GetSensorInstallersEntitiesMultiStatus, error)
- func (a *Client) GetSensorInstallersEntitiesV2(params *GetSensorInstallersEntitiesV2Params, opts ...ClientOption) (*GetSensorInstallersEntitiesV2OK, *GetSensorInstallersEntitiesV2MultiStatus, ...)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type ClientOption
- type ClientService
- type DownloadSensorInstallerByIDBadRequest
- func (o *DownloadSensorInstallerByIDBadRequest) Code() int
- func (o *DownloadSensorInstallerByIDBadRequest) Error() string
- func (o *DownloadSensorInstallerByIDBadRequest) GetPayload() *models.MsaspecQueryResponse
- func (o *DownloadSensorInstallerByIDBadRequest) IsClientError() bool
- func (o *DownloadSensorInstallerByIDBadRequest) IsCode(code int) bool
- func (o *DownloadSensorInstallerByIDBadRequest) IsRedirect() bool
- func (o *DownloadSensorInstallerByIDBadRequest) IsServerError() bool
- func (o *DownloadSensorInstallerByIDBadRequest) IsSuccess() bool
- func (o *DownloadSensorInstallerByIDBadRequest) String() string
- type DownloadSensorInstallerByIDForbidden
- func (o *DownloadSensorInstallerByIDForbidden) Code() int
- func (o *DownloadSensorInstallerByIDForbidden) Error() string
- func (o *DownloadSensorInstallerByIDForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *DownloadSensorInstallerByIDForbidden) IsClientError() bool
- func (o *DownloadSensorInstallerByIDForbidden) IsCode(code int) bool
- func (o *DownloadSensorInstallerByIDForbidden) IsRedirect() bool
- func (o *DownloadSensorInstallerByIDForbidden) IsServerError() bool
- func (o *DownloadSensorInstallerByIDForbidden) IsSuccess() bool
- func (o *DownloadSensorInstallerByIDForbidden) String() string
- type DownloadSensorInstallerByIDNotFound
- func (o *DownloadSensorInstallerByIDNotFound) Code() int
- func (o *DownloadSensorInstallerByIDNotFound) Error() string
- func (o *DownloadSensorInstallerByIDNotFound) GetPayload() *models.MsaspecQueryResponse
- func (o *DownloadSensorInstallerByIDNotFound) IsClientError() bool
- func (o *DownloadSensorInstallerByIDNotFound) IsCode(code int) bool
- func (o *DownloadSensorInstallerByIDNotFound) IsRedirect() bool
- func (o *DownloadSensorInstallerByIDNotFound) IsServerError() bool
- func (o *DownloadSensorInstallerByIDNotFound) IsSuccess() bool
- func (o *DownloadSensorInstallerByIDNotFound) String() string
- type DownloadSensorInstallerByIDOK
- func (o *DownloadSensorInstallerByIDOK) Code() int
- func (o *DownloadSensorInstallerByIDOK) Error() string
- func (o *DownloadSensorInstallerByIDOK) GetPayload() io.Writer
- func (o *DownloadSensorInstallerByIDOK) IsClientError() bool
- func (o *DownloadSensorInstallerByIDOK) IsCode(code int) bool
- func (o *DownloadSensorInstallerByIDOK) IsRedirect() bool
- func (o *DownloadSensorInstallerByIDOK) IsServerError() bool
- func (o *DownloadSensorInstallerByIDOK) IsSuccess() bool
- func (o *DownloadSensorInstallerByIDOK) String() string
- type DownloadSensorInstallerByIDParams
- func NewDownloadSensorInstallerByIDParams() *DownloadSensorInstallerByIDParams
- func NewDownloadSensorInstallerByIDParamsWithContext(ctx context.Context) *DownloadSensorInstallerByIDParams
- func NewDownloadSensorInstallerByIDParamsWithHTTPClient(client *http.Client) *DownloadSensorInstallerByIDParams
- func NewDownloadSensorInstallerByIDParamsWithTimeout(timeout time.Duration) *DownloadSensorInstallerByIDParams
- func (o *DownloadSensorInstallerByIDParams) SetContext(ctx context.Context)
- func (o *DownloadSensorInstallerByIDParams) SetDefaults()
- func (o *DownloadSensorInstallerByIDParams) SetHTTPClient(client *http.Client)
- func (o *DownloadSensorInstallerByIDParams) SetID(id string)
- func (o *DownloadSensorInstallerByIDParams) SetTimeout(timeout time.Duration)
- func (o *DownloadSensorInstallerByIDParams) WithContext(ctx context.Context) *DownloadSensorInstallerByIDParams
- func (o *DownloadSensorInstallerByIDParams) WithDefaults() *DownloadSensorInstallerByIDParams
- func (o *DownloadSensorInstallerByIDParams) WithHTTPClient(client *http.Client) *DownloadSensorInstallerByIDParams
- func (o *DownloadSensorInstallerByIDParams) WithID(id string) *DownloadSensorInstallerByIDParams
- func (o *DownloadSensorInstallerByIDParams) WithTimeout(timeout time.Duration) *DownloadSensorInstallerByIDParams
- func (o *DownloadSensorInstallerByIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DownloadSensorInstallerByIDReader
- type DownloadSensorInstallerByIDTooManyRequests
- func (o *DownloadSensorInstallerByIDTooManyRequests) Code() int
- func (o *DownloadSensorInstallerByIDTooManyRequests) Error() string
- func (o *DownloadSensorInstallerByIDTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *DownloadSensorInstallerByIDTooManyRequests) IsClientError() bool
- func (o *DownloadSensorInstallerByIDTooManyRequests) IsCode(code int) bool
- func (o *DownloadSensorInstallerByIDTooManyRequests) IsRedirect() bool
- func (o *DownloadSensorInstallerByIDTooManyRequests) IsServerError() bool
- func (o *DownloadSensorInstallerByIDTooManyRequests) IsSuccess() bool
- func (o *DownloadSensorInstallerByIDTooManyRequests) String() string
- type DownloadSensorInstallerByIDV2BadRequest
- func (o *DownloadSensorInstallerByIDV2BadRequest) Code() int
- func (o *DownloadSensorInstallerByIDV2BadRequest) Error() string
- func (o *DownloadSensorInstallerByIDV2BadRequest) GetPayload() *models.MsaspecQueryResponse
- func (o *DownloadSensorInstallerByIDV2BadRequest) IsClientError() bool
- func (o *DownloadSensorInstallerByIDV2BadRequest) IsCode(code int) bool
- func (o *DownloadSensorInstallerByIDV2BadRequest) IsRedirect() bool
- func (o *DownloadSensorInstallerByIDV2BadRequest) IsServerError() bool
- func (o *DownloadSensorInstallerByIDV2BadRequest) IsSuccess() bool
- func (o *DownloadSensorInstallerByIDV2BadRequest) String() string
- type DownloadSensorInstallerByIDV2Forbidden
- func (o *DownloadSensorInstallerByIDV2Forbidden) Code() int
- func (o *DownloadSensorInstallerByIDV2Forbidden) Error() string
- func (o *DownloadSensorInstallerByIDV2Forbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *DownloadSensorInstallerByIDV2Forbidden) IsClientError() bool
- func (o *DownloadSensorInstallerByIDV2Forbidden) IsCode(code int) bool
- func (o *DownloadSensorInstallerByIDV2Forbidden) IsRedirect() bool
- func (o *DownloadSensorInstallerByIDV2Forbidden) IsServerError() bool
- func (o *DownloadSensorInstallerByIDV2Forbidden) IsSuccess() bool
- func (o *DownloadSensorInstallerByIDV2Forbidden) String() string
- type DownloadSensorInstallerByIDV2NotFound
- func (o *DownloadSensorInstallerByIDV2NotFound) Code() int
- func (o *DownloadSensorInstallerByIDV2NotFound) Error() string
- func (o *DownloadSensorInstallerByIDV2NotFound) GetPayload() *models.MsaspecQueryResponse
- func (o *DownloadSensorInstallerByIDV2NotFound) IsClientError() bool
- func (o *DownloadSensorInstallerByIDV2NotFound) IsCode(code int) bool
- func (o *DownloadSensorInstallerByIDV2NotFound) IsRedirect() bool
- func (o *DownloadSensorInstallerByIDV2NotFound) IsServerError() bool
- func (o *DownloadSensorInstallerByIDV2NotFound) IsSuccess() bool
- func (o *DownloadSensorInstallerByIDV2NotFound) String() string
- type DownloadSensorInstallerByIDV2OK
- func (o *DownloadSensorInstallerByIDV2OK) Code() int
- func (o *DownloadSensorInstallerByIDV2OK) Error() string
- func (o *DownloadSensorInstallerByIDV2OK) GetPayload() io.Writer
- func (o *DownloadSensorInstallerByIDV2OK) IsClientError() bool
- func (o *DownloadSensorInstallerByIDV2OK) IsCode(code int) bool
- func (o *DownloadSensorInstallerByIDV2OK) IsRedirect() bool
- func (o *DownloadSensorInstallerByIDV2OK) IsServerError() bool
- func (o *DownloadSensorInstallerByIDV2OK) IsSuccess() bool
- func (o *DownloadSensorInstallerByIDV2OK) String() string
- type DownloadSensorInstallerByIDV2Params
- func NewDownloadSensorInstallerByIDV2Params() *DownloadSensorInstallerByIDV2Params
- func NewDownloadSensorInstallerByIDV2ParamsWithContext(ctx context.Context) *DownloadSensorInstallerByIDV2Params
- func NewDownloadSensorInstallerByIDV2ParamsWithHTTPClient(client *http.Client) *DownloadSensorInstallerByIDV2Params
- func NewDownloadSensorInstallerByIDV2ParamsWithTimeout(timeout time.Duration) *DownloadSensorInstallerByIDV2Params
- func (o *DownloadSensorInstallerByIDV2Params) SetContext(ctx context.Context)
- func (o *DownloadSensorInstallerByIDV2Params) SetDefaults()
- func (o *DownloadSensorInstallerByIDV2Params) SetHTTPClient(client *http.Client)
- func (o *DownloadSensorInstallerByIDV2Params) SetID(id string)
- func (o *DownloadSensorInstallerByIDV2Params) SetTimeout(timeout time.Duration)
- func (o *DownloadSensorInstallerByIDV2Params) WithContext(ctx context.Context) *DownloadSensorInstallerByIDV2Params
- func (o *DownloadSensorInstallerByIDV2Params) WithDefaults() *DownloadSensorInstallerByIDV2Params
- func (o *DownloadSensorInstallerByIDV2Params) WithHTTPClient(client *http.Client) *DownloadSensorInstallerByIDV2Params
- func (o *DownloadSensorInstallerByIDV2Params) WithID(id string) *DownloadSensorInstallerByIDV2Params
- func (o *DownloadSensorInstallerByIDV2Params) WithTimeout(timeout time.Duration) *DownloadSensorInstallerByIDV2Params
- func (o *DownloadSensorInstallerByIDV2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DownloadSensorInstallerByIDV2Reader
- type DownloadSensorInstallerByIDV2TooManyRequests
- func (o *DownloadSensorInstallerByIDV2TooManyRequests) Code() int
- func (o *DownloadSensorInstallerByIDV2TooManyRequests) Error() string
- func (o *DownloadSensorInstallerByIDV2TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *DownloadSensorInstallerByIDV2TooManyRequests) IsClientError() bool
- func (o *DownloadSensorInstallerByIDV2TooManyRequests) IsCode(code int) bool
- func (o *DownloadSensorInstallerByIDV2TooManyRequests) IsRedirect() bool
- func (o *DownloadSensorInstallerByIDV2TooManyRequests) IsServerError() bool
- func (o *DownloadSensorInstallerByIDV2TooManyRequests) IsSuccess() bool
- func (o *DownloadSensorInstallerByIDV2TooManyRequests) String() string
- type GetCombinedSensorInstallersByQueryBadRequest
- func (o *GetCombinedSensorInstallersByQueryBadRequest) Code() int
- func (o *GetCombinedSensorInstallersByQueryBadRequest) Error() string
- func (o *GetCombinedSensorInstallersByQueryBadRequest) GetPayload() *models.MsaspecQueryResponse
- func (o *GetCombinedSensorInstallersByQueryBadRequest) IsClientError() bool
- func (o *GetCombinedSensorInstallersByQueryBadRequest) IsCode(code int) bool
- func (o *GetCombinedSensorInstallersByQueryBadRequest) IsRedirect() bool
- func (o *GetCombinedSensorInstallersByQueryBadRequest) IsServerError() bool
- func (o *GetCombinedSensorInstallersByQueryBadRequest) IsSuccess() bool
- func (o *GetCombinedSensorInstallersByQueryBadRequest) String() string
- type GetCombinedSensorInstallersByQueryForbidden
- func (o *GetCombinedSensorInstallersByQueryForbidden) Code() int
- func (o *GetCombinedSensorInstallersByQueryForbidden) Error() string
- func (o *GetCombinedSensorInstallersByQueryForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetCombinedSensorInstallersByQueryForbidden) IsClientError() bool
- func (o *GetCombinedSensorInstallersByQueryForbidden) IsCode(code int) bool
- func (o *GetCombinedSensorInstallersByQueryForbidden) IsRedirect() bool
- func (o *GetCombinedSensorInstallersByQueryForbidden) IsServerError() bool
- func (o *GetCombinedSensorInstallersByQueryForbidden) IsSuccess() bool
- func (o *GetCombinedSensorInstallersByQueryForbidden) String() string
- type GetCombinedSensorInstallersByQueryOK
- func (o *GetCombinedSensorInstallersByQueryOK) Code() int
- func (o *GetCombinedSensorInstallersByQueryOK) Error() string
- func (o *GetCombinedSensorInstallersByQueryOK) GetPayload() *models.DomainSensorInstallersV1
- func (o *GetCombinedSensorInstallersByQueryOK) IsClientError() bool
- func (o *GetCombinedSensorInstallersByQueryOK) IsCode(code int) bool
- func (o *GetCombinedSensorInstallersByQueryOK) IsRedirect() bool
- func (o *GetCombinedSensorInstallersByQueryOK) IsServerError() bool
- func (o *GetCombinedSensorInstallersByQueryOK) IsSuccess() bool
- func (o *GetCombinedSensorInstallersByQueryOK) String() string
- type GetCombinedSensorInstallersByQueryParams
- func NewGetCombinedSensorInstallersByQueryParams() *GetCombinedSensorInstallersByQueryParams
- func NewGetCombinedSensorInstallersByQueryParamsWithContext(ctx context.Context) *GetCombinedSensorInstallersByQueryParams
- func NewGetCombinedSensorInstallersByQueryParamsWithHTTPClient(client *http.Client) *GetCombinedSensorInstallersByQueryParams
- func NewGetCombinedSensorInstallersByQueryParamsWithTimeout(timeout time.Duration) *GetCombinedSensorInstallersByQueryParams
- func (o *GetCombinedSensorInstallersByQueryParams) SetContext(ctx context.Context)
- func (o *GetCombinedSensorInstallersByQueryParams) SetDefaults()
- func (o *GetCombinedSensorInstallersByQueryParams) SetFilter(filter *string)
- func (o *GetCombinedSensorInstallersByQueryParams) SetHTTPClient(client *http.Client)
- func (o *GetCombinedSensorInstallersByQueryParams) SetLimit(limit *int64)
- func (o *GetCombinedSensorInstallersByQueryParams) SetOffset(offset *int64)
- func (o *GetCombinedSensorInstallersByQueryParams) SetSort(sort *string)
- func (o *GetCombinedSensorInstallersByQueryParams) SetTimeout(timeout time.Duration)
- func (o *GetCombinedSensorInstallersByQueryParams) WithContext(ctx context.Context) *GetCombinedSensorInstallersByQueryParams
- func (o *GetCombinedSensorInstallersByQueryParams) WithDefaults() *GetCombinedSensorInstallersByQueryParams
- func (o *GetCombinedSensorInstallersByQueryParams) WithFilter(filter *string) *GetCombinedSensorInstallersByQueryParams
- func (o *GetCombinedSensorInstallersByQueryParams) WithHTTPClient(client *http.Client) *GetCombinedSensorInstallersByQueryParams
- func (o *GetCombinedSensorInstallersByQueryParams) WithLimit(limit *int64) *GetCombinedSensorInstallersByQueryParams
- func (o *GetCombinedSensorInstallersByQueryParams) WithOffset(offset *int64) *GetCombinedSensorInstallersByQueryParams
- func (o *GetCombinedSensorInstallersByQueryParams) WithSort(sort *string) *GetCombinedSensorInstallersByQueryParams
- func (o *GetCombinedSensorInstallersByQueryParams) WithTimeout(timeout time.Duration) *GetCombinedSensorInstallersByQueryParams
- func (o *GetCombinedSensorInstallersByQueryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetCombinedSensorInstallersByQueryReader
- type GetCombinedSensorInstallersByQueryTooManyRequests
- func (o *GetCombinedSensorInstallersByQueryTooManyRequests) Code() int
- func (o *GetCombinedSensorInstallersByQueryTooManyRequests) Error() string
- func (o *GetCombinedSensorInstallersByQueryTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetCombinedSensorInstallersByQueryTooManyRequests) IsClientError() bool
- func (o *GetCombinedSensorInstallersByQueryTooManyRequests) IsCode(code int) bool
- func (o *GetCombinedSensorInstallersByQueryTooManyRequests) IsRedirect() bool
- func (o *GetCombinedSensorInstallersByQueryTooManyRequests) IsServerError() bool
- func (o *GetCombinedSensorInstallersByQueryTooManyRequests) IsSuccess() bool
- func (o *GetCombinedSensorInstallersByQueryTooManyRequests) String() string
- type GetCombinedSensorInstallersByQueryV2BadRequest
- func (o *GetCombinedSensorInstallersByQueryV2BadRequest) Code() int
- func (o *GetCombinedSensorInstallersByQueryV2BadRequest) Error() string
- func (o *GetCombinedSensorInstallersByQueryV2BadRequest) GetPayload() *models.MsaspecQueryResponse
- func (o *GetCombinedSensorInstallersByQueryV2BadRequest) IsClientError() bool
- func (o *GetCombinedSensorInstallersByQueryV2BadRequest) IsCode(code int) bool
- func (o *GetCombinedSensorInstallersByQueryV2BadRequest) IsRedirect() bool
- func (o *GetCombinedSensorInstallersByQueryV2BadRequest) IsServerError() bool
- func (o *GetCombinedSensorInstallersByQueryV2BadRequest) IsSuccess() bool
- func (o *GetCombinedSensorInstallersByQueryV2BadRequest) String() string
- type GetCombinedSensorInstallersByQueryV2Forbidden
- func (o *GetCombinedSensorInstallersByQueryV2Forbidden) Code() int
- func (o *GetCombinedSensorInstallersByQueryV2Forbidden) Error() string
- func (o *GetCombinedSensorInstallersByQueryV2Forbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetCombinedSensorInstallersByQueryV2Forbidden) IsClientError() bool
- func (o *GetCombinedSensorInstallersByQueryV2Forbidden) IsCode(code int) bool
- func (o *GetCombinedSensorInstallersByQueryV2Forbidden) IsRedirect() bool
- func (o *GetCombinedSensorInstallersByQueryV2Forbidden) IsServerError() bool
- func (o *GetCombinedSensorInstallersByQueryV2Forbidden) IsSuccess() bool
- func (o *GetCombinedSensorInstallersByQueryV2Forbidden) String() string
- type GetCombinedSensorInstallersByQueryV2OK
- func (o *GetCombinedSensorInstallersByQueryV2OK) Code() int
- func (o *GetCombinedSensorInstallersByQueryV2OK) Error() string
- func (o *GetCombinedSensorInstallersByQueryV2OK) GetPayload() *models.DomainSensorInstallersV2
- func (o *GetCombinedSensorInstallersByQueryV2OK) IsClientError() bool
- func (o *GetCombinedSensorInstallersByQueryV2OK) IsCode(code int) bool
- func (o *GetCombinedSensorInstallersByQueryV2OK) IsRedirect() bool
- func (o *GetCombinedSensorInstallersByQueryV2OK) IsServerError() bool
- func (o *GetCombinedSensorInstallersByQueryV2OK) IsSuccess() bool
- func (o *GetCombinedSensorInstallersByQueryV2OK) String() string
- type GetCombinedSensorInstallersByQueryV2Params
- func NewGetCombinedSensorInstallersByQueryV2Params() *GetCombinedSensorInstallersByQueryV2Params
- func NewGetCombinedSensorInstallersByQueryV2ParamsWithContext(ctx context.Context) *GetCombinedSensorInstallersByQueryV2Params
- func NewGetCombinedSensorInstallersByQueryV2ParamsWithHTTPClient(client *http.Client) *GetCombinedSensorInstallersByQueryV2Params
- func NewGetCombinedSensorInstallersByQueryV2ParamsWithTimeout(timeout time.Duration) *GetCombinedSensorInstallersByQueryV2Params
- func (o *GetCombinedSensorInstallersByQueryV2Params) SetContext(ctx context.Context)
- func (o *GetCombinedSensorInstallersByQueryV2Params) SetDefaults()
- func (o *GetCombinedSensorInstallersByQueryV2Params) SetFilter(filter *string)
- func (o *GetCombinedSensorInstallersByQueryV2Params) SetHTTPClient(client *http.Client)
- func (o *GetCombinedSensorInstallersByQueryV2Params) SetLimit(limit *int64)
- func (o *GetCombinedSensorInstallersByQueryV2Params) SetOffset(offset *int64)
- func (o *GetCombinedSensorInstallersByQueryV2Params) SetSort(sort *string)
- func (o *GetCombinedSensorInstallersByQueryV2Params) SetTimeout(timeout time.Duration)
- func (o *GetCombinedSensorInstallersByQueryV2Params) WithContext(ctx context.Context) *GetCombinedSensorInstallersByQueryV2Params
- func (o *GetCombinedSensorInstallersByQueryV2Params) WithDefaults() *GetCombinedSensorInstallersByQueryV2Params
- func (o *GetCombinedSensorInstallersByQueryV2Params) WithFilter(filter *string) *GetCombinedSensorInstallersByQueryV2Params
- func (o *GetCombinedSensorInstallersByQueryV2Params) WithHTTPClient(client *http.Client) *GetCombinedSensorInstallersByQueryV2Params
- func (o *GetCombinedSensorInstallersByQueryV2Params) WithLimit(limit *int64) *GetCombinedSensorInstallersByQueryV2Params
- func (o *GetCombinedSensorInstallersByQueryV2Params) WithOffset(offset *int64) *GetCombinedSensorInstallersByQueryV2Params
- func (o *GetCombinedSensorInstallersByQueryV2Params) WithSort(sort *string) *GetCombinedSensorInstallersByQueryV2Params
- func (o *GetCombinedSensorInstallersByQueryV2Params) WithTimeout(timeout time.Duration) *GetCombinedSensorInstallersByQueryV2Params
- func (o *GetCombinedSensorInstallersByQueryV2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetCombinedSensorInstallersByQueryV2Reader
- type GetCombinedSensorInstallersByQueryV2TooManyRequests
- func (o *GetCombinedSensorInstallersByQueryV2TooManyRequests) Code() int
- func (o *GetCombinedSensorInstallersByQueryV2TooManyRequests) Error() string
- func (o *GetCombinedSensorInstallersByQueryV2TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetCombinedSensorInstallersByQueryV2TooManyRequests) IsClientError() bool
- func (o *GetCombinedSensorInstallersByQueryV2TooManyRequests) IsCode(code int) bool
- func (o *GetCombinedSensorInstallersByQueryV2TooManyRequests) IsRedirect() bool
- func (o *GetCombinedSensorInstallersByQueryV2TooManyRequests) IsServerError() bool
- func (o *GetCombinedSensorInstallersByQueryV2TooManyRequests) IsSuccess() bool
- func (o *GetCombinedSensorInstallersByQueryV2TooManyRequests) String() string
- type GetSensorInstallersByQueryBadRequest
- func (o *GetSensorInstallersByQueryBadRequest) Code() int
- func (o *GetSensorInstallersByQueryBadRequest) Error() string
- func (o *GetSensorInstallersByQueryBadRequest) GetPayload() *models.MsaspecQueryResponse
- func (o *GetSensorInstallersByQueryBadRequest) IsClientError() bool
- func (o *GetSensorInstallersByQueryBadRequest) IsCode(code int) bool
- func (o *GetSensorInstallersByQueryBadRequest) IsRedirect() bool
- func (o *GetSensorInstallersByQueryBadRequest) IsServerError() bool
- func (o *GetSensorInstallersByQueryBadRequest) IsSuccess() bool
- func (o *GetSensorInstallersByQueryBadRequest) String() string
- type GetSensorInstallersByQueryForbidden
- func (o *GetSensorInstallersByQueryForbidden) Code() int
- func (o *GetSensorInstallersByQueryForbidden) Error() string
- func (o *GetSensorInstallersByQueryForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetSensorInstallersByQueryForbidden) IsClientError() bool
- func (o *GetSensorInstallersByQueryForbidden) IsCode(code int) bool
- func (o *GetSensorInstallersByQueryForbidden) IsRedirect() bool
- func (o *GetSensorInstallersByQueryForbidden) IsServerError() bool
- func (o *GetSensorInstallersByQueryForbidden) IsSuccess() bool
- func (o *GetSensorInstallersByQueryForbidden) String() string
- type GetSensorInstallersByQueryOK
- func (o *GetSensorInstallersByQueryOK) Code() int
- func (o *GetSensorInstallersByQueryOK) Error() string
- func (o *GetSensorInstallersByQueryOK) GetPayload() *models.MsaspecQueryResponse
- func (o *GetSensorInstallersByQueryOK) IsClientError() bool
- func (o *GetSensorInstallersByQueryOK) IsCode(code int) bool
- func (o *GetSensorInstallersByQueryOK) IsRedirect() bool
- func (o *GetSensorInstallersByQueryOK) IsServerError() bool
- func (o *GetSensorInstallersByQueryOK) IsSuccess() bool
- func (o *GetSensorInstallersByQueryOK) String() string
- type GetSensorInstallersByQueryParams
- func NewGetSensorInstallersByQueryParams() *GetSensorInstallersByQueryParams
- func NewGetSensorInstallersByQueryParamsWithContext(ctx context.Context) *GetSensorInstallersByQueryParams
- func NewGetSensorInstallersByQueryParamsWithHTTPClient(client *http.Client) *GetSensorInstallersByQueryParams
- func NewGetSensorInstallersByQueryParamsWithTimeout(timeout time.Duration) *GetSensorInstallersByQueryParams
- func (o *GetSensorInstallersByQueryParams) SetContext(ctx context.Context)
- func (o *GetSensorInstallersByQueryParams) SetDefaults()
- func (o *GetSensorInstallersByQueryParams) SetFilter(filter *string)
- func (o *GetSensorInstallersByQueryParams) SetHTTPClient(client *http.Client)
- func (o *GetSensorInstallersByQueryParams) SetLimit(limit *int64)
- func (o *GetSensorInstallersByQueryParams) SetOffset(offset *int64)
- func (o *GetSensorInstallersByQueryParams) SetSort(sort *string)
- func (o *GetSensorInstallersByQueryParams) SetTimeout(timeout time.Duration)
- func (o *GetSensorInstallersByQueryParams) WithContext(ctx context.Context) *GetSensorInstallersByQueryParams
- func (o *GetSensorInstallersByQueryParams) WithDefaults() *GetSensorInstallersByQueryParams
- func (o *GetSensorInstallersByQueryParams) WithFilter(filter *string) *GetSensorInstallersByQueryParams
- func (o *GetSensorInstallersByQueryParams) WithHTTPClient(client *http.Client) *GetSensorInstallersByQueryParams
- func (o *GetSensorInstallersByQueryParams) WithLimit(limit *int64) *GetSensorInstallersByQueryParams
- func (o *GetSensorInstallersByQueryParams) WithOffset(offset *int64) *GetSensorInstallersByQueryParams
- func (o *GetSensorInstallersByQueryParams) WithSort(sort *string) *GetSensorInstallersByQueryParams
- func (o *GetSensorInstallersByQueryParams) WithTimeout(timeout time.Duration) *GetSensorInstallersByQueryParams
- func (o *GetSensorInstallersByQueryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetSensorInstallersByQueryReader
- type GetSensorInstallersByQueryTooManyRequests
- func (o *GetSensorInstallersByQueryTooManyRequests) Code() int
- func (o *GetSensorInstallersByQueryTooManyRequests) Error() string
- func (o *GetSensorInstallersByQueryTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetSensorInstallersByQueryTooManyRequests) IsClientError() bool
- func (o *GetSensorInstallersByQueryTooManyRequests) IsCode(code int) bool
- func (o *GetSensorInstallersByQueryTooManyRequests) IsRedirect() bool
- func (o *GetSensorInstallersByQueryTooManyRequests) IsServerError() bool
- func (o *GetSensorInstallersByQueryTooManyRequests) IsSuccess() bool
- func (o *GetSensorInstallersByQueryTooManyRequests) String() string
- type GetSensorInstallersByQueryV2BadRequest
- func (o *GetSensorInstallersByQueryV2BadRequest) Code() int
- func (o *GetSensorInstallersByQueryV2BadRequest) Error() string
- func (o *GetSensorInstallersByQueryV2BadRequest) GetPayload() *models.MsaspecQueryResponse
- func (o *GetSensorInstallersByQueryV2BadRequest) IsClientError() bool
- func (o *GetSensorInstallersByQueryV2BadRequest) IsCode(code int) bool
- func (o *GetSensorInstallersByQueryV2BadRequest) IsRedirect() bool
- func (o *GetSensorInstallersByQueryV2BadRequest) IsServerError() bool
- func (o *GetSensorInstallersByQueryV2BadRequest) IsSuccess() bool
- func (o *GetSensorInstallersByQueryV2BadRequest) String() string
- type GetSensorInstallersByQueryV2Forbidden
- func (o *GetSensorInstallersByQueryV2Forbidden) Code() int
- func (o *GetSensorInstallersByQueryV2Forbidden) Error() string
- func (o *GetSensorInstallersByQueryV2Forbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetSensorInstallersByQueryV2Forbidden) IsClientError() bool
- func (o *GetSensorInstallersByQueryV2Forbidden) IsCode(code int) bool
- func (o *GetSensorInstallersByQueryV2Forbidden) IsRedirect() bool
- func (o *GetSensorInstallersByQueryV2Forbidden) IsServerError() bool
- func (o *GetSensorInstallersByQueryV2Forbidden) IsSuccess() bool
- func (o *GetSensorInstallersByQueryV2Forbidden) String() string
- type GetSensorInstallersByQueryV2OK
- func (o *GetSensorInstallersByQueryV2OK) Code() int
- func (o *GetSensorInstallersByQueryV2OK) Error() string
- func (o *GetSensorInstallersByQueryV2OK) GetPayload() *models.MsaspecQueryResponse
- func (o *GetSensorInstallersByQueryV2OK) IsClientError() bool
- func (o *GetSensorInstallersByQueryV2OK) IsCode(code int) bool
- func (o *GetSensorInstallersByQueryV2OK) IsRedirect() bool
- func (o *GetSensorInstallersByQueryV2OK) IsServerError() bool
- func (o *GetSensorInstallersByQueryV2OK) IsSuccess() bool
- func (o *GetSensorInstallersByQueryV2OK) String() string
- type GetSensorInstallersByQueryV2Params
- func NewGetSensorInstallersByQueryV2Params() *GetSensorInstallersByQueryV2Params
- func NewGetSensorInstallersByQueryV2ParamsWithContext(ctx context.Context) *GetSensorInstallersByQueryV2Params
- func NewGetSensorInstallersByQueryV2ParamsWithHTTPClient(client *http.Client) *GetSensorInstallersByQueryV2Params
- func NewGetSensorInstallersByQueryV2ParamsWithTimeout(timeout time.Duration) *GetSensorInstallersByQueryV2Params
- func (o *GetSensorInstallersByQueryV2Params) SetContext(ctx context.Context)
- func (o *GetSensorInstallersByQueryV2Params) SetDefaults()
- func (o *GetSensorInstallersByQueryV2Params) SetFilter(filter *string)
- func (o *GetSensorInstallersByQueryV2Params) SetHTTPClient(client *http.Client)
- func (o *GetSensorInstallersByQueryV2Params) SetLimit(limit *int64)
- func (o *GetSensorInstallersByQueryV2Params) SetOffset(offset *int64)
- func (o *GetSensorInstallersByQueryV2Params) SetSort(sort *string)
- func (o *GetSensorInstallersByQueryV2Params) SetTimeout(timeout time.Duration)
- func (o *GetSensorInstallersByQueryV2Params) WithContext(ctx context.Context) *GetSensorInstallersByQueryV2Params
- func (o *GetSensorInstallersByQueryV2Params) WithDefaults() *GetSensorInstallersByQueryV2Params
- func (o *GetSensorInstallersByQueryV2Params) WithFilter(filter *string) *GetSensorInstallersByQueryV2Params
- func (o *GetSensorInstallersByQueryV2Params) WithHTTPClient(client *http.Client) *GetSensorInstallersByQueryV2Params
- func (o *GetSensorInstallersByQueryV2Params) WithLimit(limit *int64) *GetSensorInstallersByQueryV2Params
- func (o *GetSensorInstallersByQueryV2Params) WithOffset(offset *int64) *GetSensorInstallersByQueryV2Params
- func (o *GetSensorInstallersByQueryV2Params) WithSort(sort *string) *GetSensorInstallersByQueryV2Params
- func (o *GetSensorInstallersByQueryV2Params) WithTimeout(timeout time.Duration) *GetSensorInstallersByQueryV2Params
- func (o *GetSensorInstallersByQueryV2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetSensorInstallersByQueryV2Reader
- type GetSensorInstallersByQueryV2TooManyRequests
- func (o *GetSensorInstallersByQueryV2TooManyRequests) Code() int
- func (o *GetSensorInstallersByQueryV2TooManyRequests) Error() string
- func (o *GetSensorInstallersByQueryV2TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetSensorInstallersByQueryV2TooManyRequests) IsClientError() bool
- func (o *GetSensorInstallersByQueryV2TooManyRequests) IsCode(code int) bool
- func (o *GetSensorInstallersByQueryV2TooManyRequests) IsRedirect() bool
- func (o *GetSensorInstallersByQueryV2TooManyRequests) IsServerError() bool
- func (o *GetSensorInstallersByQueryV2TooManyRequests) IsSuccess() bool
- func (o *GetSensorInstallersByQueryV2TooManyRequests) String() string
- type GetSensorInstallersCCIDByQueryBadRequest
- func (o *GetSensorInstallersCCIDByQueryBadRequest) Code() int
- func (o *GetSensorInstallersCCIDByQueryBadRequest) Error() string
- func (o *GetSensorInstallersCCIDByQueryBadRequest) GetPayload() *models.MsaspecQueryResponse
- func (o *GetSensorInstallersCCIDByQueryBadRequest) IsClientError() bool
- func (o *GetSensorInstallersCCIDByQueryBadRequest) IsCode(code int) bool
- func (o *GetSensorInstallersCCIDByQueryBadRequest) IsRedirect() bool
- func (o *GetSensorInstallersCCIDByQueryBadRequest) IsServerError() bool
- func (o *GetSensorInstallersCCIDByQueryBadRequest) IsSuccess() bool
- func (o *GetSensorInstallersCCIDByQueryBadRequest) String() string
- type GetSensorInstallersCCIDByQueryForbidden
- func (o *GetSensorInstallersCCIDByQueryForbidden) Code() int
- func (o *GetSensorInstallersCCIDByQueryForbidden) Error() string
- func (o *GetSensorInstallersCCIDByQueryForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetSensorInstallersCCIDByQueryForbidden) IsClientError() bool
- func (o *GetSensorInstallersCCIDByQueryForbidden) IsCode(code int) bool
- func (o *GetSensorInstallersCCIDByQueryForbidden) IsRedirect() bool
- func (o *GetSensorInstallersCCIDByQueryForbidden) IsServerError() bool
- func (o *GetSensorInstallersCCIDByQueryForbidden) IsSuccess() bool
- func (o *GetSensorInstallersCCIDByQueryForbidden) String() string
- type GetSensorInstallersCCIDByQueryOK
- func (o *GetSensorInstallersCCIDByQueryOK) Code() int
- func (o *GetSensorInstallersCCIDByQueryOK) Error() string
- func (o *GetSensorInstallersCCIDByQueryOK) GetPayload() *models.MsaspecQueryResponse
- func (o *GetSensorInstallersCCIDByQueryOK) IsClientError() bool
- func (o *GetSensorInstallersCCIDByQueryOK) IsCode(code int) bool
- func (o *GetSensorInstallersCCIDByQueryOK) IsRedirect() bool
- func (o *GetSensorInstallersCCIDByQueryOK) IsServerError() bool
- func (o *GetSensorInstallersCCIDByQueryOK) IsSuccess() bool
- func (o *GetSensorInstallersCCIDByQueryOK) String() string
- type GetSensorInstallersCCIDByQueryParams
- func NewGetSensorInstallersCCIDByQueryParams() *GetSensorInstallersCCIDByQueryParams
- func NewGetSensorInstallersCCIDByQueryParamsWithContext(ctx context.Context) *GetSensorInstallersCCIDByQueryParams
- func NewGetSensorInstallersCCIDByQueryParamsWithHTTPClient(client *http.Client) *GetSensorInstallersCCIDByQueryParams
- func NewGetSensorInstallersCCIDByQueryParamsWithTimeout(timeout time.Duration) *GetSensorInstallersCCIDByQueryParams
- func (o *GetSensorInstallersCCIDByQueryParams) SetContext(ctx context.Context)
- func (o *GetSensorInstallersCCIDByQueryParams) SetDefaults()
- func (o *GetSensorInstallersCCIDByQueryParams) SetHTTPClient(client *http.Client)
- func (o *GetSensorInstallersCCIDByQueryParams) SetTimeout(timeout time.Duration)
- func (o *GetSensorInstallersCCIDByQueryParams) WithContext(ctx context.Context) *GetSensorInstallersCCIDByQueryParams
- func (o *GetSensorInstallersCCIDByQueryParams) WithDefaults() *GetSensorInstallersCCIDByQueryParams
- func (o *GetSensorInstallersCCIDByQueryParams) WithHTTPClient(client *http.Client) *GetSensorInstallersCCIDByQueryParams
- func (o *GetSensorInstallersCCIDByQueryParams) WithTimeout(timeout time.Duration) *GetSensorInstallersCCIDByQueryParams
- func (o *GetSensorInstallersCCIDByQueryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetSensorInstallersCCIDByQueryReader
- type GetSensorInstallersCCIDByQueryTooManyRequests
- func (o *GetSensorInstallersCCIDByQueryTooManyRequests) Code() int
- func (o *GetSensorInstallersCCIDByQueryTooManyRequests) Error() string
- func (o *GetSensorInstallersCCIDByQueryTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetSensorInstallersCCIDByQueryTooManyRequests) IsClientError() bool
- func (o *GetSensorInstallersCCIDByQueryTooManyRequests) IsCode(code int) bool
- func (o *GetSensorInstallersCCIDByQueryTooManyRequests) IsRedirect() bool
- func (o *GetSensorInstallersCCIDByQueryTooManyRequests) IsServerError() bool
- func (o *GetSensorInstallersCCIDByQueryTooManyRequests) IsSuccess() bool
- func (o *GetSensorInstallersCCIDByQueryTooManyRequests) String() string
- type GetSensorInstallersEntitiesBadRequest
- func (o *GetSensorInstallersEntitiesBadRequest) Code() int
- func (o *GetSensorInstallersEntitiesBadRequest) Error() string
- func (o *GetSensorInstallersEntitiesBadRequest) GetPayload() *models.MsaspecQueryResponse
- func (o *GetSensorInstallersEntitiesBadRequest) IsClientError() bool
- func (o *GetSensorInstallersEntitiesBadRequest) IsCode(code int) bool
- func (o *GetSensorInstallersEntitiesBadRequest) IsRedirect() bool
- func (o *GetSensorInstallersEntitiesBadRequest) IsServerError() bool
- func (o *GetSensorInstallersEntitiesBadRequest) IsSuccess() bool
- func (o *GetSensorInstallersEntitiesBadRequest) String() string
- type GetSensorInstallersEntitiesForbidden
- func (o *GetSensorInstallersEntitiesForbidden) Code() int
- func (o *GetSensorInstallersEntitiesForbidden) Error() string
- func (o *GetSensorInstallersEntitiesForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetSensorInstallersEntitiesForbidden) IsClientError() bool
- func (o *GetSensorInstallersEntitiesForbidden) IsCode(code int) bool
- func (o *GetSensorInstallersEntitiesForbidden) IsRedirect() bool
- func (o *GetSensorInstallersEntitiesForbidden) IsServerError() bool
- func (o *GetSensorInstallersEntitiesForbidden) IsSuccess() bool
- func (o *GetSensorInstallersEntitiesForbidden) String() string
- type GetSensorInstallersEntitiesMultiStatus
- func (o *GetSensorInstallersEntitiesMultiStatus) Code() int
- func (o *GetSensorInstallersEntitiesMultiStatus) Error() string
- func (o *GetSensorInstallersEntitiesMultiStatus) GetPayload() *models.DomainSensorInstallersV1
- func (o *GetSensorInstallersEntitiesMultiStatus) IsClientError() bool
- func (o *GetSensorInstallersEntitiesMultiStatus) IsCode(code int) bool
- func (o *GetSensorInstallersEntitiesMultiStatus) IsRedirect() bool
- func (o *GetSensorInstallersEntitiesMultiStatus) IsServerError() bool
- func (o *GetSensorInstallersEntitiesMultiStatus) IsSuccess() bool
- func (o *GetSensorInstallersEntitiesMultiStatus) String() string
- type GetSensorInstallersEntitiesNotFound
- func (o *GetSensorInstallersEntitiesNotFound) Code() int
- func (o *GetSensorInstallersEntitiesNotFound) Error() string
- func (o *GetSensorInstallersEntitiesNotFound) GetPayload() *models.MsaspecQueryResponse
- func (o *GetSensorInstallersEntitiesNotFound) IsClientError() bool
- func (o *GetSensorInstallersEntitiesNotFound) IsCode(code int) bool
- func (o *GetSensorInstallersEntitiesNotFound) IsRedirect() bool
- func (o *GetSensorInstallersEntitiesNotFound) IsServerError() bool
- func (o *GetSensorInstallersEntitiesNotFound) IsSuccess() bool
- func (o *GetSensorInstallersEntitiesNotFound) String() string
- type GetSensorInstallersEntitiesOK
- func (o *GetSensorInstallersEntitiesOK) Code() int
- func (o *GetSensorInstallersEntitiesOK) Error() string
- func (o *GetSensorInstallersEntitiesOK) GetPayload() *models.DomainSensorInstallersV1
- func (o *GetSensorInstallersEntitiesOK) IsClientError() bool
- func (o *GetSensorInstallersEntitiesOK) IsCode(code int) bool
- func (o *GetSensorInstallersEntitiesOK) IsRedirect() bool
- func (o *GetSensorInstallersEntitiesOK) IsServerError() bool
- func (o *GetSensorInstallersEntitiesOK) IsSuccess() bool
- func (o *GetSensorInstallersEntitiesOK) String() string
- type GetSensorInstallersEntitiesParams
- func NewGetSensorInstallersEntitiesParams() *GetSensorInstallersEntitiesParams
- func NewGetSensorInstallersEntitiesParamsWithContext(ctx context.Context) *GetSensorInstallersEntitiesParams
- func NewGetSensorInstallersEntitiesParamsWithHTTPClient(client *http.Client) *GetSensorInstallersEntitiesParams
- func NewGetSensorInstallersEntitiesParamsWithTimeout(timeout time.Duration) *GetSensorInstallersEntitiesParams
- func (o *GetSensorInstallersEntitiesParams) SetContext(ctx context.Context)
- func (o *GetSensorInstallersEntitiesParams) SetDefaults()
- func (o *GetSensorInstallersEntitiesParams) SetHTTPClient(client *http.Client)
- func (o *GetSensorInstallersEntitiesParams) SetIds(ids []string)
- func (o *GetSensorInstallersEntitiesParams) SetTimeout(timeout time.Duration)
- func (o *GetSensorInstallersEntitiesParams) WithContext(ctx context.Context) *GetSensorInstallersEntitiesParams
- func (o *GetSensorInstallersEntitiesParams) WithDefaults() *GetSensorInstallersEntitiesParams
- func (o *GetSensorInstallersEntitiesParams) WithHTTPClient(client *http.Client) *GetSensorInstallersEntitiesParams
- func (o *GetSensorInstallersEntitiesParams) WithIds(ids []string) *GetSensorInstallersEntitiesParams
- func (o *GetSensorInstallersEntitiesParams) WithTimeout(timeout time.Duration) *GetSensorInstallersEntitiesParams
- func (o *GetSensorInstallersEntitiesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetSensorInstallersEntitiesReader
- type GetSensorInstallersEntitiesTooManyRequests
- func (o *GetSensorInstallersEntitiesTooManyRequests) Code() int
- func (o *GetSensorInstallersEntitiesTooManyRequests) Error() string
- func (o *GetSensorInstallersEntitiesTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetSensorInstallersEntitiesTooManyRequests) IsClientError() bool
- func (o *GetSensorInstallersEntitiesTooManyRequests) IsCode(code int) bool
- func (o *GetSensorInstallersEntitiesTooManyRequests) IsRedirect() bool
- func (o *GetSensorInstallersEntitiesTooManyRequests) IsServerError() bool
- func (o *GetSensorInstallersEntitiesTooManyRequests) IsSuccess() bool
- func (o *GetSensorInstallersEntitiesTooManyRequests) String() string
- type GetSensorInstallersEntitiesV2BadRequest
- func (o *GetSensorInstallersEntitiesV2BadRequest) Code() int
- func (o *GetSensorInstallersEntitiesV2BadRequest) Error() string
- func (o *GetSensorInstallersEntitiesV2BadRequest) GetPayload() *models.MsaspecQueryResponse
- func (o *GetSensorInstallersEntitiesV2BadRequest) IsClientError() bool
- func (o *GetSensorInstallersEntitiesV2BadRequest) IsCode(code int) bool
- func (o *GetSensorInstallersEntitiesV2BadRequest) IsRedirect() bool
- func (o *GetSensorInstallersEntitiesV2BadRequest) IsServerError() bool
- func (o *GetSensorInstallersEntitiesV2BadRequest) IsSuccess() bool
- func (o *GetSensorInstallersEntitiesV2BadRequest) String() string
- type GetSensorInstallersEntitiesV2Forbidden
- func (o *GetSensorInstallersEntitiesV2Forbidden) Code() int
- func (o *GetSensorInstallersEntitiesV2Forbidden) Error() string
- func (o *GetSensorInstallersEntitiesV2Forbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetSensorInstallersEntitiesV2Forbidden) IsClientError() bool
- func (o *GetSensorInstallersEntitiesV2Forbidden) IsCode(code int) bool
- func (o *GetSensorInstallersEntitiesV2Forbidden) IsRedirect() bool
- func (o *GetSensorInstallersEntitiesV2Forbidden) IsServerError() bool
- func (o *GetSensorInstallersEntitiesV2Forbidden) IsSuccess() bool
- func (o *GetSensorInstallersEntitiesV2Forbidden) String() string
- type GetSensorInstallersEntitiesV2MultiStatus
- func (o *GetSensorInstallersEntitiesV2MultiStatus) Code() int
- func (o *GetSensorInstallersEntitiesV2MultiStatus) Error() string
- func (o *GetSensorInstallersEntitiesV2MultiStatus) GetPayload() *models.DomainSensorInstallersV1
- func (o *GetSensorInstallersEntitiesV2MultiStatus) IsClientError() bool
- func (o *GetSensorInstallersEntitiesV2MultiStatus) IsCode(code int) bool
- func (o *GetSensorInstallersEntitiesV2MultiStatus) IsRedirect() bool
- func (o *GetSensorInstallersEntitiesV2MultiStatus) IsServerError() bool
- func (o *GetSensorInstallersEntitiesV2MultiStatus) IsSuccess() bool
- func (o *GetSensorInstallersEntitiesV2MultiStatus) String() string
- type GetSensorInstallersEntitiesV2NotFound
- func (o *GetSensorInstallersEntitiesV2NotFound) Code() int
- func (o *GetSensorInstallersEntitiesV2NotFound) Error() string
- func (o *GetSensorInstallersEntitiesV2NotFound) GetPayload() *models.MsaspecQueryResponse
- func (o *GetSensorInstallersEntitiesV2NotFound) IsClientError() bool
- func (o *GetSensorInstallersEntitiesV2NotFound) IsCode(code int) bool
- func (o *GetSensorInstallersEntitiesV2NotFound) IsRedirect() bool
- func (o *GetSensorInstallersEntitiesV2NotFound) IsServerError() bool
- func (o *GetSensorInstallersEntitiesV2NotFound) IsSuccess() bool
- func (o *GetSensorInstallersEntitiesV2NotFound) String() string
- type GetSensorInstallersEntitiesV2OK
- func (o *GetSensorInstallersEntitiesV2OK) Code() int
- func (o *GetSensorInstallersEntitiesV2OK) Error() string
- func (o *GetSensorInstallersEntitiesV2OK) GetPayload() *models.DomainSensorInstallersV2
- func (o *GetSensorInstallersEntitiesV2OK) IsClientError() bool
- func (o *GetSensorInstallersEntitiesV2OK) IsCode(code int) bool
- func (o *GetSensorInstallersEntitiesV2OK) IsRedirect() bool
- func (o *GetSensorInstallersEntitiesV2OK) IsServerError() bool
- func (o *GetSensorInstallersEntitiesV2OK) IsSuccess() bool
- func (o *GetSensorInstallersEntitiesV2OK) String() string
- type GetSensorInstallersEntitiesV2Params
- func NewGetSensorInstallersEntitiesV2Params() *GetSensorInstallersEntitiesV2Params
- func NewGetSensorInstallersEntitiesV2ParamsWithContext(ctx context.Context) *GetSensorInstallersEntitiesV2Params
- func NewGetSensorInstallersEntitiesV2ParamsWithHTTPClient(client *http.Client) *GetSensorInstallersEntitiesV2Params
- func NewGetSensorInstallersEntitiesV2ParamsWithTimeout(timeout time.Duration) *GetSensorInstallersEntitiesV2Params
- func (o *GetSensorInstallersEntitiesV2Params) SetContext(ctx context.Context)
- func (o *GetSensorInstallersEntitiesV2Params) SetDefaults()
- func (o *GetSensorInstallersEntitiesV2Params) SetHTTPClient(client *http.Client)
- func (o *GetSensorInstallersEntitiesV2Params) SetIds(ids []string)
- func (o *GetSensorInstallersEntitiesV2Params) SetTimeout(timeout time.Duration)
- func (o *GetSensorInstallersEntitiesV2Params) WithContext(ctx context.Context) *GetSensorInstallersEntitiesV2Params
- func (o *GetSensorInstallersEntitiesV2Params) WithDefaults() *GetSensorInstallersEntitiesV2Params
- func (o *GetSensorInstallersEntitiesV2Params) WithHTTPClient(client *http.Client) *GetSensorInstallersEntitiesV2Params
- func (o *GetSensorInstallersEntitiesV2Params) WithIds(ids []string) *GetSensorInstallersEntitiesV2Params
- func (o *GetSensorInstallersEntitiesV2Params) WithTimeout(timeout time.Duration) *GetSensorInstallersEntitiesV2Params
- func (o *GetSensorInstallersEntitiesV2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetSensorInstallersEntitiesV2Reader
- type GetSensorInstallersEntitiesV2TooManyRequests
- func (o *GetSensorInstallersEntitiesV2TooManyRequests) Code() int
- func (o *GetSensorInstallersEntitiesV2TooManyRequests) Error() string
- func (o *GetSensorInstallersEntitiesV2TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetSensorInstallersEntitiesV2TooManyRequests) IsClientError() bool
- func (o *GetSensorInstallersEntitiesV2TooManyRequests) IsCode(code int) bool
- func (o *GetSensorInstallersEntitiesV2TooManyRequests) IsRedirect() bool
- func (o *GetSensorInstallersEntitiesV2TooManyRequests) IsServerError() bool
- func (o *GetSensorInstallersEntitiesV2TooManyRequests) IsSuccess() bool
- func (o *GetSensorInstallersEntitiesV2TooManyRequests) String() string
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 ¶
func (a *Client) GetSensorInstallersEntities(params *GetSensorInstallersEntitiesParams, opts ...ClientOption) (*GetSensorInstallersEntitiesOK, *GetSensorInstallersEntitiesMultiStatus, error)
GetSensorInstallersEntities gets sensor installer details by provided s h a256 i ds
func (*Client) GetSensorInstallersEntitiesV2 ¶ added in v0.7.0
func (a *Client) GetSensorInstallersEntitiesV2(params *GetSensorInstallersEntitiesV2Params, opts ...ClientOption) (*GetSensorInstallersEntitiesV2OK, *GetSensorInstallersEntitiesV2MultiStatus, error)
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
func (o *DownloadSensorInstallerByIDBadRequest) Code() int
Code gets the status code for the download sensor installer by Id bad request response
func (*DownloadSensorInstallerByIDBadRequest) Error ¶
func (o *DownloadSensorInstallerByIDBadRequest) Error() string
func (*DownloadSensorInstallerByIDBadRequest) GetPayload ¶
func (o *DownloadSensorInstallerByIDBadRequest) GetPayload() *models.MsaspecQueryResponse
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
func (o *DownloadSensorInstallerByIDBadRequest) IsCode(code int) bool
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
func (o *DownloadSensorInstallerByIDBadRequest) IsRedirect() bool
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
func (o *DownloadSensorInstallerByIDBadRequest) IsSuccess() bool
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
func (o *DownloadSensorInstallerByIDBadRequest) String() string
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
func (o *DownloadSensorInstallerByIDForbidden) Code() int
Code gets the status code for the download sensor installer by Id forbidden response
func (*DownloadSensorInstallerByIDForbidden) Error ¶
func (o *DownloadSensorInstallerByIDForbidden) Error() string
func (*DownloadSensorInstallerByIDForbidden) GetPayload ¶
func (o *DownloadSensorInstallerByIDForbidden) GetPayload() *models.MsaReplyMetaOnly
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
func (o *DownloadSensorInstallerByIDForbidden) IsCode(code int) bool
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
func (o *DownloadSensorInstallerByIDForbidden) IsRedirect() bool
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
func (o *DownloadSensorInstallerByIDForbidden) IsSuccess() bool
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
func (o *DownloadSensorInstallerByIDForbidden) String() string
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
func (o *DownloadSensorInstallerByIDNotFound) Code() int
Code gets the status code for the download sensor installer by Id not found response
func (*DownloadSensorInstallerByIDNotFound) Error ¶
func (o *DownloadSensorInstallerByIDNotFound) Error() string
func (*DownloadSensorInstallerByIDNotFound) GetPayload ¶
func (o *DownloadSensorInstallerByIDNotFound) GetPayload() *models.MsaspecQueryResponse
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
func (o *DownloadSensorInstallerByIDNotFound) IsCode(code int) bool
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
func (o *DownloadSensorInstallerByIDNotFound) IsSuccess() bool
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
func (o *DownloadSensorInstallerByIDNotFound) String() string
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
func (o *DownloadSensorInstallerByIDOK) Code() int
Code gets the status code for the download sensor installer by Id o k response
func (*DownloadSensorInstallerByIDOK) Error ¶
func (o *DownloadSensorInstallerByIDOK) Error() string
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
func (o *DownloadSensorInstallerByIDOK) String() string
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 ¶
func (o *DownloadSensorInstallerByIDParams) SetContext(ctx context.Context)
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 ¶
func (o *DownloadSensorInstallerByIDParams) SetID(id string)
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 ¶
func (o *DownloadSensorInstallerByIDParams) WithContext(ctx context.Context) *DownloadSensorInstallerByIDParams
WithContext adds the context to the download sensor installer by Id params
func (*DownloadSensorInstallerByIDParams) WithDefaults ¶
func (o *DownloadSensorInstallerByIDParams) WithDefaults() *DownloadSensorInstallerByIDParams
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 ¶
func (o *DownloadSensorInstallerByIDParams) WithHTTPClient(client *http.Client) *DownloadSensorInstallerByIDParams
WithHTTPClient adds the HTTPClient to the download sensor installer by Id params
func (*DownloadSensorInstallerByIDParams) WithID ¶
func (o *DownloadSensorInstallerByIDParams) WithID(id string) *DownloadSensorInstallerByIDParams
WithID adds the id to the download sensor installer by Id params
func (*DownloadSensorInstallerByIDParams) WithTimeout ¶
func (o *DownloadSensorInstallerByIDParams) WithTimeout(timeout time.Duration) *DownloadSensorInstallerByIDParams
WithTimeout adds the timeout to the download sensor installer by Id params
func (*DownloadSensorInstallerByIDParams) WriteToRequest ¶
func (o *DownloadSensorInstallerByIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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
func (o *DownloadSensorInstallerByIDTooManyRequests) Code() int
Code gets the status code for the download sensor installer by Id too many requests response
func (*DownloadSensorInstallerByIDTooManyRequests) Error ¶
func (o *DownloadSensorInstallerByIDTooManyRequests) Error() string
func (*DownloadSensorInstallerByIDTooManyRequests) GetPayload ¶
func (o *DownloadSensorInstallerByIDTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*DownloadSensorInstallerByIDTooManyRequests) IsClientError ¶ added in v0.2.27
func (o *DownloadSensorInstallerByIDTooManyRequests) IsClientError() bool
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
func (o *DownloadSensorInstallerByIDTooManyRequests) IsCode(code int) bool
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
func (o *DownloadSensorInstallerByIDTooManyRequests) IsRedirect() bool
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
func (o *DownloadSensorInstallerByIDTooManyRequests) IsServerError() bool
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
func (o *DownloadSensorInstallerByIDTooManyRequests) IsSuccess() bool
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
func (o *DownloadSensorInstallerByIDTooManyRequests) String() string
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
func (o *DownloadSensorInstallerByIDV2BadRequest) Code() int
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 (o *DownloadSensorInstallerByIDV2BadRequest) Error() string
func (*DownloadSensorInstallerByIDV2BadRequest) GetPayload ¶ added in v0.7.0
func (o *DownloadSensorInstallerByIDV2BadRequest) GetPayload() *models.MsaspecQueryResponse
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
func (o *DownloadSensorInstallerByIDV2BadRequest) IsCode(code int) bool
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
func (o *DownloadSensorInstallerByIDV2BadRequest) IsRedirect() bool
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
func (o *DownloadSensorInstallerByIDV2BadRequest) IsSuccess() bool
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
func (o *DownloadSensorInstallerByIDV2BadRequest) String() string
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
func (o *DownloadSensorInstallerByIDV2Forbidden) Code() int
Code gets the status code for the download sensor installer by Id v2 forbidden response
func (*DownloadSensorInstallerByIDV2Forbidden) Error ¶ added in v0.7.0
func (o *DownloadSensorInstallerByIDV2Forbidden) Error() string
func (*DownloadSensorInstallerByIDV2Forbidden) GetPayload ¶ added in v0.7.0
func (o *DownloadSensorInstallerByIDV2Forbidden) GetPayload() *models.MsaReplyMetaOnly
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
func (o *DownloadSensorInstallerByIDV2Forbidden) IsCode(code int) bool
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
func (o *DownloadSensorInstallerByIDV2Forbidden) IsRedirect() bool
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
func (o *DownloadSensorInstallerByIDV2Forbidden) IsSuccess() bool
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
func (o *DownloadSensorInstallerByIDV2Forbidden) String() string
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
func (o *DownloadSensorInstallerByIDV2NotFound) Code() int
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 (o *DownloadSensorInstallerByIDV2NotFound) Error() string
func (*DownloadSensorInstallerByIDV2NotFound) GetPayload ¶ added in v0.7.0
func (o *DownloadSensorInstallerByIDV2NotFound) GetPayload() *models.MsaspecQueryResponse
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
func (o *DownloadSensorInstallerByIDV2NotFound) IsCode(code int) bool
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
func (o *DownloadSensorInstallerByIDV2NotFound) IsRedirect() bool
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
func (o *DownloadSensorInstallerByIDV2NotFound) IsSuccess() bool
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
func (o *DownloadSensorInstallerByIDV2NotFound) String() string
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
func (o *DownloadSensorInstallerByIDV2OK) Code() int
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 (o *DownloadSensorInstallerByIDV2OK) Error() string
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
func (o *DownloadSensorInstallerByIDV2OK) String() string
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
func (o *DownloadSensorInstallerByIDV2Params) SetContext(ctx context.Context)
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
func (o *DownloadSensorInstallerByIDV2Params) SetID(id string)
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
func (o *DownloadSensorInstallerByIDV2Params) WithContext(ctx context.Context) *DownloadSensorInstallerByIDV2Params
WithContext adds the context to the download sensor installer by Id v2 params
func (*DownloadSensorInstallerByIDV2Params) WithDefaults ¶ added in v0.7.0
func (o *DownloadSensorInstallerByIDV2Params) WithDefaults() *DownloadSensorInstallerByIDV2Params
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
func (o *DownloadSensorInstallerByIDV2Params) WithHTTPClient(client *http.Client) *DownloadSensorInstallerByIDV2Params
WithHTTPClient adds the HTTPClient to the download sensor installer by Id v2 params
func (*DownloadSensorInstallerByIDV2Params) WithID ¶ added in v0.7.0
func (o *DownloadSensorInstallerByIDV2Params) WithID(id string) *DownloadSensorInstallerByIDV2Params
WithID adds the id to the download sensor installer by Id v2 params
func (*DownloadSensorInstallerByIDV2Params) WithTimeout ¶ added in v0.7.0
func (o *DownloadSensorInstallerByIDV2Params) WithTimeout(timeout time.Duration) *DownloadSensorInstallerByIDV2Params
WithTimeout adds the timeout to the download sensor installer by Id v2 params
func (*DownloadSensorInstallerByIDV2Params) WriteToRequest ¶ added in v0.7.0
func (o *DownloadSensorInstallerByIDV2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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
func (o *DownloadSensorInstallerByIDV2TooManyRequests) Code() int
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 (o *DownloadSensorInstallerByIDV2TooManyRequests) Error() string
func (*DownloadSensorInstallerByIDV2TooManyRequests) GetPayload ¶ added in v0.7.0
func (o *DownloadSensorInstallerByIDV2TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*DownloadSensorInstallerByIDV2TooManyRequests) IsClientError ¶ added in v0.7.0
func (o *DownloadSensorInstallerByIDV2TooManyRequests) IsClientError() bool
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
func (o *DownloadSensorInstallerByIDV2TooManyRequests) IsCode(code int) bool
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
func (o *DownloadSensorInstallerByIDV2TooManyRequests) IsRedirect() bool
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
func (o *DownloadSensorInstallerByIDV2TooManyRequests) IsServerError() bool
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
func (o *DownloadSensorInstallerByIDV2TooManyRequests) IsSuccess() bool
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
func (o *DownloadSensorInstallerByIDV2TooManyRequests) String() string
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
func (o *GetCombinedSensorInstallersByQueryBadRequest) Code() int
Code gets the status code for the get combined sensor installers by query bad request response
func (*GetCombinedSensorInstallersByQueryBadRequest) Error ¶
func (o *GetCombinedSensorInstallersByQueryBadRequest) Error() string
func (*GetCombinedSensorInstallersByQueryBadRequest) GetPayload ¶
func (o *GetCombinedSensorInstallersByQueryBadRequest) GetPayload() *models.MsaspecQueryResponse
func (*GetCombinedSensorInstallersByQueryBadRequest) IsClientError ¶ added in v0.2.27
func (o *GetCombinedSensorInstallersByQueryBadRequest) IsClientError() bool
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
func (o *GetCombinedSensorInstallersByQueryBadRequest) IsCode(code int) bool
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
func (o *GetCombinedSensorInstallersByQueryBadRequest) IsRedirect() bool
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
func (o *GetCombinedSensorInstallersByQueryBadRequest) IsServerError() bool
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
func (o *GetCombinedSensorInstallersByQueryBadRequest) IsSuccess() bool
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
func (o *GetCombinedSensorInstallersByQueryBadRequest) String() string
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
func (o *GetCombinedSensorInstallersByQueryForbidden) Code() int
Code gets the status code for the get combined sensor installers by query forbidden response
func (*GetCombinedSensorInstallersByQueryForbidden) Error ¶
func (o *GetCombinedSensorInstallersByQueryForbidden) Error() string
func (*GetCombinedSensorInstallersByQueryForbidden) GetPayload ¶
func (o *GetCombinedSensorInstallersByQueryForbidden) GetPayload() *models.MsaReplyMetaOnly
func (*GetCombinedSensorInstallersByQueryForbidden) IsClientError ¶ added in v0.2.27
func (o *GetCombinedSensorInstallersByQueryForbidden) IsClientError() bool
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
func (o *GetCombinedSensorInstallersByQueryForbidden) IsCode(code int) bool
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
func (o *GetCombinedSensorInstallersByQueryForbidden) IsRedirect() bool
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
func (o *GetCombinedSensorInstallersByQueryForbidden) IsServerError() bool
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
func (o *GetCombinedSensorInstallersByQueryForbidden) IsSuccess() bool
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
func (o *GetCombinedSensorInstallersByQueryForbidden) String() string
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
func (o *GetCombinedSensorInstallersByQueryOK) Code() int
Code gets the status code for the get combined sensor installers by query o k response
func (*GetCombinedSensorInstallersByQueryOK) Error ¶
func (o *GetCombinedSensorInstallersByQueryOK) Error() string
func (*GetCombinedSensorInstallersByQueryOK) GetPayload ¶
func (o *GetCombinedSensorInstallersByQueryOK) GetPayload() *models.DomainSensorInstallersV1
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
func (o *GetCombinedSensorInstallersByQueryOK) IsCode(code int) bool
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
func (o *GetCombinedSensorInstallersByQueryOK) IsRedirect() bool
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
func (o *GetCombinedSensorInstallersByQueryOK) IsSuccess() bool
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
func (o *GetCombinedSensorInstallersByQueryOK) String() string
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 ¶
func (o *GetCombinedSensorInstallersByQueryParams) SetContext(ctx context.Context)
SetContext adds the context to the get combined sensor installers by query params
func (*GetCombinedSensorInstallersByQueryParams) SetDefaults ¶
func (o *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 ¶
func (o *GetCombinedSensorInstallersByQueryParams) SetSort(sort *string)
SetSort adds the sort to the get combined sensor installers by query params
func (*GetCombinedSensorInstallersByQueryParams) SetTimeout ¶
func (o *GetCombinedSensorInstallersByQueryParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get combined sensor installers by query params
func (*GetCombinedSensorInstallersByQueryParams) WithContext ¶
func (o *GetCombinedSensorInstallersByQueryParams) WithContext(ctx context.Context) *GetCombinedSensorInstallersByQueryParams
WithContext adds the context to the get combined sensor installers by query params
func (*GetCombinedSensorInstallersByQueryParams) WithDefaults ¶
func (o *GetCombinedSensorInstallersByQueryParams) WithDefaults() *GetCombinedSensorInstallersByQueryParams
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 ¶
func (o *GetCombinedSensorInstallersByQueryParams) WithFilter(filter *string) *GetCombinedSensorInstallersByQueryParams
WithFilter adds the filter to the get combined sensor installers by query params
func (*GetCombinedSensorInstallersByQueryParams) WithHTTPClient ¶
func (o *GetCombinedSensorInstallersByQueryParams) WithHTTPClient(client *http.Client) *GetCombinedSensorInstallersByQueryParams
WithHTTPClient adds the HTTPClient to the get combined sensor installers by query params
func (*GetCombinedSensorInstallersByQueryParams) WithLimit ¶
func (o *GetCombinedSensorInstallersByQueryParams) WithLimit(limit *int64) *GetCombinedSensorInstallersByQueryParams
WithLimit adds the limit to the get combined sensor installers by query params
func (*GetCombinedSensorInstallersByQueryParams) WithOffset ¶
func (o *GetCombinedSensorInstallersByQueryParams) WithOffset(offset *int64) *GetCombinedSensorInstallersByQueryParams
WithOffset adds the offset to the get combined sensor installers by query params
func (*GetCombinedSensorInstallersByQueryParams) WithSort ¶
func (o *GetCombinedSensorInstallersByQueryParams) WithSort(sort *string) *GetCombinedSensorInstallersByQueryParams
WithSort adds the sort to the get combined sensor installers by query params
func (*GetCombinedSensorInstallersByQueryParams) WithTimeout ¶
func (o *GetCombinedSensorInstallersByQueryParams) WithTimeout(timeout time.Duration) *GetCombinedSensorInstallersByQueryParams
WithTimeout adds the timeout to the get combined sensor installers by query params
func (*GetCombinedSensorInstallersByQueryParams) WriteToRequest ¶
func (o *GetCombinedSensorInstallersByQueryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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
func (o *GetCombinedSensorInstallersByQueryTooManyRequests) Code() int
Code gets the status code for the get combined sensor installers by query too many requests response
func (*GetCombinedSensorInstallersByQueryTooManyRequests) Error ¶
func (o *GetCombinedSensorInstallersByQueryTooManyRequests) Error() string
func (*GetCombinedSensorInstallersByQueryTooManyRequests) GetPayload ¶
func (o *GetCombinedSensorInstallersByQueryTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*GetCombinedSensorInstallersByQueryTooManyRequests) IsClientError ¶ added in v0.2.27
func (o *GetCombinedSensorInstallersByQueryTooManyRequests) IsClientError() bool
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
func (o *GetCombinedSensorInstallersByQueryTooManyRequests) IsCode(code int) bool
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
func (o *GetCombinedSensorInstallersByQueryTooManyRequests) IsRedirect() bool
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
func (o *GetCombinedSensorInstallersByQueryTooManyRequests) IsServerError() bool
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
func (o *GetCombinedSensorInstallersByQueryTooManyRequests) IsSuccess() bool
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
func (o *GetCombinedSensorInstallersByQueryTooManyRequests) String() string
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
func (o *GetCombinedSensorInstallersByQueryV2BadRequest) Code() int
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 (o *GetCombinedSensorInstallersByQueryV2BadRequest) Error() string
func (*GetCombinedSensorInstallersByQueryV2BadRequest) GetPayload ¶ added in v0.7.0
func (o *GetCombinedSensorInstallersByQueryV2BadRequest) GetPayload() *models.MsaspecQueryResponse
func (*GetCombinedSensorInstallersByQueryV2BadRequest) IsClientError ¶ added in v0.7.0
func (o *GetCombinedSensorInstallersByQueryV2BadRequest) IsClientError() bool
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
func (o *GetCombinedSensorInstallersByQueryV2BadRequest) IsCode(code int) bool
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
func (o *GetCombinedSensorInstallersByQueryV2BadRequest) IsRedirect() bool
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
func (o *GetCombinedSensorInstallersByQueryV2BadRequest) IsServerError() bool
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
func (o *GetCombinedSensorInstallersByQueryV2BadRequest) IsSuccess() bool
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
func (o *GetCombinedSensorInstallersByQueryV2BadRequest) String() string
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
func (o *GetCombinedSensorInstallersByQueryV2Forbidden) Code() int
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 (o *GetCombinedSensorInstallersByQueryV2Forbidden) Error() string
func (*GetCombinedSensorInstallersByQueryV2Forbidden) GetPayload ¶ added in v0.7.0
func (o *GetCombinedSensorInstallersByQueryV2Forbidden) GetPayload() *models.MsaReplyMetaOnly
func (*GetCombinedSensorInstallersByQueryV2Forbidden) IsClientError ¶ added in v0.7.0
func (o *GetCombinedSensorInstallersByQueryV2Forbidden) IsClientError() bool
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
func (o *GetCombinedSensorInstallersByQueryV2Forbidden) IsCode(code int) bool
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
func (o *GetCombinedSensorInstallersByQueryV2Forbidden) IsRedirect() bool
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
func (o *GetCombinedSensorInstallersByQueryV2Forbidden) IsServerError() bool
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
func (o *GetCombinedSensorInstallersByQueryV2Forbidden) IsSuccess() bool
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
func (o *GetCombinedSensorInstallersByQueryV2Forbidden) String() string
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
func (o *GetCombinedSensorInstallersByQueryV2OK) Code() int
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 (o *GetCombinedSensorInstallersByQueryV2OK) Error() string
func (*GetCombinedSensorInstallersByQueryV2OK) GetPayload ¶ added in v0.7.0
func (o *GetCombinedSensorInstallersByQueryV2OK) GetPayload() *models.DomainSensorInstallersV2
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
func (o *GetCombinedSensorInstallersByQueryV2OK) IsCode(code int) bool
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
func (o *GetCombinedSensorInstallersByQueryV2OK) IsRedirect() bool
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
func (o *GetCombinedSensorInstallersByQueryV2OK) IsSuccess() bool
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
func (o *GetCombinedSensorInstallersByQueryV2OK) String() string
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
func (o *GetCombinedSensorInstallersByQueryV2Params) SetContext(ctx context.Context)
SetContext adds the context to the get combined sensor installers by query v2 params
func (*GetCombinedSensorInstallersByQueryV2Params) SetDefaults ¶ added in v0.7.0
func (o *GetCombinedSensorInstallersByQueryV2Params) SetDefaults()
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
func (o *GetCombinedSensorInstallersByQueryV2Params) SetLimit(limit *int64)
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
func (o *GetCombinedSensorInstallersByQueryV2Params) SetSort(sort *string)
SetSort adds the sort to the get combined sensor installers by query v2 params
func (*GetCombinedSensorInstallersByQueryV2Params) SetTimeout ¶ added in v0.7.0
func (o *GetCombinedSensorInstallersByQueryV2Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get combined sensor installers by query v2 params
func (*GetCombinedSensorInstallersByQueryV2Params) WithContext ¶ added in v0.7.0
func (o *GetCombinedSensorInstallersByQueryV2Params) WithContext(ctx context.Context) *GetCombinedSensorInstallersByQueryV2Params
WithContext adds the context to the get combined sensor installers by query v2 params
func (*GetCombinedSensorInstallersByQueryV2Params) WithDefaults ¶ added in v0.7.0
func (o *GetCombinedSensorInstallersByQueryV2Params) WithDefaults() *GetCombinedSensorInstallersByQueryV2Params
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
func (o *GetCombinedSensorInstallersByQueryV2Params) WithFilter(filter *string) *GetCombinedSensorInstallersByQueryV2Params
WithFilter adds the filter to the get combined sensor installers by query v2 params
func (*GetCombinedSensorInstallersByQueryV2Params) WithHTTPClient ¶ added in v0.7.0
func (o *GetCombinedSensorInstallersByQueryV2Params) WithHTTPClient(client *http.Client) *GetCombinedSensorInstallersByQueryV2Params
WithHTTPClient adds the HTTPClient to the get combined sensor installers by query v2 params
func (*GetCombinedSensorInstallersByQueryV2Params) WithLimit ¶ added in v0.7.0
func (o *GetCombinedSensorInstallersByQueryV2Params) WithLimit(limit *int64) *GetCombinedSensorInstallersByQueryV2Params
WithLimit adds the limit to the get combined sensor installers by query v2 params
func (*GetCombinedSensorInstallersByQueryV2Params) WithOffset ¶ added in v0.7.0
func (o *GetCombinedSensorInstallersByQueryV2Params) WithOffset(offset *int64) *GetCombinedSensorInstallersByQueryV2Params
WithOffset adds the offset to the get combined sensor installers by query v2 params
func (*GetCombinedSensorInstallersByQueryV2Params) WithSort ¶ added in v0.7.0
func (o *GetCombinedSensorInstallersByQueryV2Params) WithSort(sort *string) *GetCombinedSensorInstallersByQueryV2Params
WithSort adds the sort to the get combined sensor installers by query v2 params
func (*GetCombinedSensorInstallersByQueryV2Params) WithTimeout ¶ added in v0.7.0
func (o *GetCombinedSensorInstallersByQueryV2Params) WithTimeout(timeout time.Duration) *GetCombinedSensorInstallersByQueryV2Params
WithTimeout adds the timeout to the get combined sensor installers by query v2 params
func (*GetCombinedSensorInstallersByQueryV2Params) WriteToRequest ¶ added in v0.7.0
func (o *GetCombinedSensorInstallersByQueryV2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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
func (o *GetCombinedSensorInstallersByQueryV2TooManyRequests) Code() int
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 (o *GetCombinedSensorInstallersByQueryV2TooManyRequests) Error() string
func (*GetCombinedSensorInstallersByQueryV2TooManyRequests) GetPayload ¶ added in v0.7.0
func (o *GetCombinedSensorInstallersByQueryV2TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*GetCombinedSensorInstallersByQueryV2TooManyRequests) IsClientError ¶ added in v0.7.0
func (o *GetCombinedSensorInstallersByQueryV2TooManyRequests) IsClientError() bool
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
func (o *GetCombinedSensorInstallersByQueryV2TooManyRequests) IsCode(code int) bool
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
func (o *GetCombinedSensorInstallersByQueryV2TooManyRequests) IsRedirect() bool
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
func (o *GetCombinedSensorInstallersByQueryV2TooManyRequests) IsServerError() bool
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
func (o *GetCombinedSensorInstallersByQueryV2TooManyRequests) IsSuccess() bool
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
func (o *GetCombinedSensorInstallersByQueryV2TooManyRequests) String() string
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
func (o *GetSensorInstallersByQueryBadRequest) Code() int
Code gets the status code for the get sensor installers by query bad request response
func (*GetSensorInstallersByQueryBadRequest) Error ¶
func (o *GetSensorInstallersByQueryBadRequest) Error() string
func (*GetSensorInstallersByQueryBadRequest) GetPayload ¶
func (o *GetSensorInstallersByQueryBadRequest) GetPayload() *models.MsaspecQueryResponse
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
func (o *GetSensorInstallersByQueryBadRequest) IsCode(code int) bool
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
func (o *GetSensorInstallersByQueryBadRequest) IsRedirect() bool
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
func (o *GetSensorInstallersByQueryBadRequest) IsSuccess() bool
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
func (o *GetSensorInstallersByQueryBadRequest) String() string
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
func (o *GetSensorInstallersByQueryForbidden) Code() int
Code gets the status code for the get sensor installers by query forbidden response
func (*GetSensorInstallersByQueryForbidden) Error ¶
func (o *GetSensorInstallersByQueryForbidden) Error() string
func (*GetSensorInstallersByQueryForbidden) GetPayload ¶
func (o *GetSensorInstallersByQueryForbidden) GetPayload() *models.MsaReplyMetaOnly
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
func (o *GetSensorInstallersByQueryForbidden) IsCode(code int) bool
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
func (o *GetSensorInstallersByQueryForbidden) IsSuccess() bool
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
func (o *GetSensorInstallersByQueryForbidden) String() string
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
func (o *GetSensorInstallersByQueryOK) Code() int
Code gets the status code for the get sensor installers by query o k response
func (*GetSensorInstallersByQueryOK) Error ¶
func (o *GetSensorInstallersByQueryOK) Error() string
func (*GetSensorInstallersByQueryOK) GetPayload ¶
func (o *GetSensorInstallersByQueryOK) GetPayload() *models.MsaspecQueryResponse
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
func (o *GetSensorInstallersByQueryOK) String() string
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 ¶
func (o *GetSensorInstallersByQueryParams) SetContext(ctx context.Context)
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 ¶
func (o *GetSensorInstallersByQueryParams) WithContext(ctx context.Context) *GetSensorInstallersByQueryParams
WithContext adds the context to the get sensor installers by query params
func (*GetSensorInstallersByQueryParams) WithDefaults ¶
func (o *GetSensorInstallersByQueryParams) WithDefaults() *GetSensorInstallersByQueryParams
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 ¶
func (o *GetSensorInstallersByQueryParams) WithFilter(filter *string) *GetSensorInstallersByQueryParams
WithFilter adds the filter to the get sensor installers by query params
func (*GetSensorInstallersByQueryParams) WithHTTPClient ¶
func (o *GetSensorInstallersByQueryParams) WithHTTPClient(client *http.Client) *GetSensorInstallersByQueryParams
WithHTTPClient adds the HTTPClient to the get sensor installers by query params
func (*GetSensorInstallersByQueryParams) WithLimit ¶
func (o *GetSensorInstallersByQueryParams) WithLimit(limit *int64) *GetSensorInstallersByQueryParams
WithLimit adds the limit to the get sensor installers by query params
func (*GetSensorInstallersByQueryParams) WithOffset ¶
func (o *GetSensorInstallersByQueryParams) WithOffset(offset *int64) *GetSensorInstallersByQueryParams
WithOffset adds the offset to the get sensor installers by query params
func (*GetSensorInstallersByQueryParams) WithSort ¶
func (o *GetSensorInstallersByQueryParams) WithSort(sort *string) *GetSensorInstallersByQueryParams
WithSort adds the sort to the get sensor installers by query params
func (*GetSensorInstallersByQueryParams) WithTimeout ¶
func (o *GetSensorInstallersByQueryParams) WithTimeout(timeout time.Duration) *GetSensorInstallersByQueryParams
WithTimeout adds the timeout to the get sensor installers by query params
func (*GetSensorInstallersByQueryParams) WriteToRequest ¶
func (o *GetSensorInstallersByQueryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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
func (o *GetSensorInstallersByQueryTooManyRequests) Code() int
Code gets the status code for the get sensor installers by query too many requests response
func (*GetSensorInstallersByQueryTooManyRequests) Error ¶
func (o *GetSensorInstallersByQueryTooManyRequests) Error() string
func (*GetSensorInstallersByQueryTooManyRequests) GetPayload ¶
func (o *GetSensorInstallersByQueryTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*GetSensorInstallersByQueryTooManyRequests) IsClientError ¶ added in v0.2.27
func (o *GetSensorInstallersByQueryTooManyRequests) IsClientError() bool
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
func (o *GetSensorInstallersByQueryTooManyRequests) IsCode(code int) bool
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
func (o *GetSensorInstallersByQueryTooManyRequests) IsRedirect() bool
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
func (o *GetSensorInstallersByQueryTooManyRequests) IsServerError() bool
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
func (o *GetSensorInstallersByQueryTooManyRequests) IsSuccess() bool
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
func (o *GetSensorInstallersByQueryTooManyRequests) String() string
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
func (o *GetSensorInstallersByQueryV2BadRequest) Code() int
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 (o *GetSensorInstallersByQueryV2BadRequest) Error() string
func (*GetSensorInstallersByQueryV2BadRequest) GetPayload ¶ added in v0.7.0
func (o *GetSensorInstallersByQueryV2BadRequest) GetPayload() *models.MsaspecQueryResponse
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
func (o *GetSensorInstallersByQueryV2BadRequest) IsCode(code int) bool
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
func (o *GetSensorInstallersByQueryV2BadRequest) IsRedirect() bool
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
func (o *GetSensorInstallersByQueryV2BadRequest) IsSuccess() bool
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
func (o *GetSensorInstallersByQueryV2BadRequest) String() string
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
func (o *GetSensorInstallersByQueryV2Forbidden) Code() int
Code gets the status code for the get sensor installers by query v2 forbidden response
func (*GetSensorInstallersByQueryV2Forbidden) Error ¶ added in v0.7.0
func (o *GetSensorInstallersByQueryV2Forbidden) Error() string
func (*GetSensorInstallersByQueryV2Forbidden) GetPayload ¶ added in v0.7.0
func (o *GetSensorInstallersByQueryV2Forbidden) GetPayload() *models.MsaReplyMetaOnly
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
func (o *GetSensorInstallersByQueryV2Forbidden) IsCode(code int) bool
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
func (o *GetSensorInstallersByQueryV2Forbidden) IsRedirect() bool
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
func (o *GetSensorInstallersByQueryV2Forbidden) IsSuccess() bool
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
func (o *GetSensorInstallersByQueryV2Forbidden) String() string
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
func (o *GetSensorInstallersByQueryV2OK) Code() int
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 (o *GetSensorInstallersByQueryV2OK) Error() string
func (*GetSensorInstallersByQueryV2OK) GetPayload ¶ added in v0.7.0
func (o *GetSensorInstallersByQueryV2OK) GetPayload() *models.MsaspecQueryResponse
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
func (o *GetSensorInstallersByQueryV2OK) String() string
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
func (o *GetSensorInstallersByQueryV2Params) SetContext(ctx context.Context)
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
func (o *GetSensorInstallersByQueryV2Params) WithContext(ctx context.Context) *GetSensorInstallersByQueryV2Params
WithContext adds the context to the get sensor installers by query v2 params
func (*GetSensorInstallersByQueryV2Params) WithDefaults ¶ added in v0.7.0
func (o *GetSensorInstallersByQueryV2Params) WithDefaults() *GetSensorInstallersByQueryV2Params
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
func (o *GetSensorInstallersByQueryV2Params) WithFilter(filter *string) *GetSensorInstallersByQueryV2Params
WithFilter adds the filter to the get sensor installers by query v2 params
func (*GetSensorInstallersByQueryV2Params) WithHTTPClient ¶ added in v0.7.0
func (o *GetSensorInstallersByQueryV2Params) WithHTTPClient(client *http.Client) *GetSensorInstallersByQueryV2Params
WithHTTPClient adds the HTTPClient to the get sensor installers by query v2 params
func (*GetSensorInstallersByQueryV2Params) WithLimit ¶ added in v0.7.0
func (o *GetSensorInstallersByQueryV2Params) WithLimit(limit *int64) *GetSensorInstallersByQueryV2Params
WithLimit adds the limit to the get sensor installers by query v2 params
func (*GetSensorInstallersByQueryV2Params) WithOffset ¶ added in v0.7.0
func (o *GetSensorInstallersByQueryV2Params) WithOffset(offset *int64) *GetSensorInstallersByQueryV2Params
WithOffset adds the offset to the get sensor installers by query v2 params
func (*GetSensorInstallersByQueryV2Params) WithSort ¶ added in v0.7.0
func (o *GetSensorInstallersByQueryV2Params) WithSort(sort *string) *GetSensorInstallersByQueryV2Params
WithSort adds the sort to the get sensor installers by query v2 params
func (*GetSensorInstallersByQueryV2Params) WithTimeout ¶ added in v0.7.0
func (o *GetSensorInstallersByQueryV2Params) WithTimeout(timeout time.Duration) *GetSensorInstallersByQueryV2Params
WithTimeout adds the timeout to the get sensor installers by query v2 params
func (*GetSensorInstallersByQueryV2Params) WriteToRequest ¶ added in v0.7.0
func (o *GetSensorInstallersByQueryV2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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
func (o *GetSensorInstallersByQueryV2TooManyRequests) Code() int
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 (o *GetSensorInstallersByQueryV2TooManyRequests) Error() string
func (*GetSensorInstallersByQueryV2TooManyRequests) GetPayload ¶ added in v0.7.0
func (o *GetSensorInstallersByQueryV2TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*GetSensorInstallersByQueryV2TooManyRequests) IsClientError ¶ added in v0.7.0
func (o *GetSensorInstallersByQueryV2TooManyRequests) IsClientError() bool
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
func (o *GetSensorInstallersByQueryV2TooManyRequests) IsCode(code int) bool
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
func (o *GetSensorInstallersByQueryV2TooManyRequests) IsRedirect() bool
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
func (o *GetSensorInstallersByQueryV2TooManyRequests) IsServerError() bool
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
func (o *GetSensorInstallersByQueryV2TooManyRequests) IsSuccess() bool
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
func (o *GetSensorInstallersByQueryV2TooManyRequests) String() string
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
func (o *GetSensorInstallersCCIDByQueryBadRequest) Code() int
Code gets the status code for the get sensor installers c c Id by query bad request response
func (*GetSensorInstallersCCIDByQueryBadRequest) Error ¶
func (o *GetSensorInstallersCCIDByQueryBadRequest) Error() string
func (*GetSensorInstallersCCIDByQueryBadRequest) GetPayload ¶
func (o *GetSensorInstallersCCIDByQueryBadRequest) GetPayload() *models.MsaspecQueryResponse
func (*GetSensorInstallersCCIDByQueryBadRequest) IsClientError ¶ added in v0.2.27
func (o *GetSensorInstallersCCIDByQueryBadRequest) IsClientError() bool
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
func (o *GetSensorInstallersCCIDByQueryBadRequest) IsCode(code int) bool
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
func (o *GetSensorInstallersCCIDByQueryBadRequest) IsRedirect() bool
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
func (o *GetSensorInstallersCCIDByQueryBadRequest) IsServerError() bool
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
func (o *GetSensorInstallersCCIDByQueryBadRequest) IsSuccess() bool
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
func (o *GetSensorInstallersCCIDByQueryBadRequest) String() string
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
func (o *GetSensorInstallersCCIDByQueryForbidden) Code() int
Code gets the status code for the get sensor installers c c Id by query forbidden response
func (*GetSensorInstallersCCIDByQueryForbidden) Error ¶
func (o *GetSensorInstallersCCIDByQueryForbidden) Error() string
func (*GetSensorInstallersCCIDByQueryForbidden) GetPayload ¶
func (o *GetSensorInstallersCCIDByQueryForbidden) GetPayload() *models.MsaReplyMetaOnly
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
func (o *GetSensorInstallersCCIDByQueryForbidden) IsCode(code int) bool
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
func (o *GetSensorInstallersCCIDByQueryForbidden) IsRedirect() bool
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
func (o *GetSensorInstallersCCIDByQueryForbidden) IsSuccess() bool
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
func (o *GetSensorInstallersCCIDByQueryForbidden) String() string
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
func (o *GetSensorInstallersCCIDByQueryOK) Code() int
Code gets the status code for the get sensor installers c c Id by query o k response
func (*GetSensorInstallersCCIDByQueryOK) Error ¶
func (o *GetSensorInstallersCCIDByQueryOK) Error() string
func (*GetSensorInstallersCCIDByQueryOK) GetPayload ¶
func (o *GetSensorInstallersCCIDByQueryOK) GetPayload() *models.MsaspecQueryResponse
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
func (o *GetSensorInstallersCCIDByQueryOK) String() string
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 ¶
func (o *GetSensorInstallersCCIDByQueryParams) SetContext(ctx context.Context)
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 ¶
func (o *GetSensorInstallersCCIDByQueryParams) WithContext(ctx context.Context) *GetSensorInstallersCCIDByQueryParams
WithContext adds the context to the get sensor installers c c ID by query params
func (*GetSensorInstallersCCIDByQueryParams) WithDefaults ¶
func (o *GetSensorInstallersCCIDByQueryParams) WithDefaults() *GetSensorInstallersCCIDByQueryParams
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 ¶
func (o *GetSensorInstallersCCIDByQueryParams) WithHTTPClient(client *http.Client) *GetSensorInstallersCCIDByQueryParams
WithHTTPClient adds the HTTPClient to the get sensor installers c c ID by query params
func (*GetSensorInstallersCCIDByQueryParams) WithTimeout ¶
func (o *GetSensorInstallersCCIDByQueryParams) WithTimeout(timeout time.Duration) *GetSensorInstallersCCIDByQueryParams
WithTimeout adds the timeout to the get sensor installers c c ID by query params
func (*GetSensorInstallersCCIDByQueryParams) WriteToRequest ¶
func (o *GetSensorInstallersCCIDByQueryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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
func (o *GetSensorInstallersCCIDByQueryTooManyRequests) Code() int
Code gets the status code for the get sensor installers c c Id by query too many requests response
func (*GetSensorInstallersCCIDByQueryTooManyRequests) Error ¶
func (o *GetSensorInstallersCCIDByQueryTooManyRequests) Error() string
func (*GetSensorInstallersCCIDByQueryTooManyRequests) GetPayload ¶
func (o *GetSensorInstallersCCIDByQueryTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*GetSensorInstallersCCIDByQueryTooManyRequests) IsClientError ¶ added in v0.2.27
func (o *GetSensorInstallersCCIDByQueryTooManyRequests) IsClientError() bool
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
func (o *GetSensorInstallersCCIDByQueryTooManyRequests) IsCode(code int) bool
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
func (o *GetSensorInstallersCCIDByQueryTooManyRequests) IsRedirect() bool
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
func (o *GetSensorInstallersCCIDByQueryTooManyRequests) IsServerError() bool
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
func (o *GetSensorInstallersCCIDByQueryTooManyRequests) IsSuccess() bool
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
func (o *GetSensorInstallersCCIDByQueryTooManyRequests) String() string
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
func (o *GetSensorInstallersEntitiesBadRequest) Code() int
Code gets the status code for the get sensor installers entities bad request response
func (*GetSensorInstallersEntitiesBadRequest) Error ¶
func (o *GetSensorInstallersEntitiesBadRequest) Error() string
func (*GetSensorInstallersEntitiesBadRequest) GetPayload ¶
func (o *GetSensorInstallersEntitiesBadRequest) GetPayload() *models.MsaspecQueryResponse
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
func (o *GetSensorInstallersEntitiesBadRequest) IsCode(code int) bool
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
func (o *GetSensorInstallersEntitiesBadRequest) IsRedirect() bool
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
func (o *GetSensorInstallersEntitiesBadRequest) IsSuccess() bool
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
func (o *GetSensorInstallersEntitiesBadRequest) String() string
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
func (o *GetSensorInstallersEntitiesForbidden) Code() int
Code gets the status code for the get sensor installers entities forbidden response
func (*GetSensorInstallersEntitiesForbidden) Error ¶
func (o *GetSensorInstallersEntitiesForbidden) Error() string
func (*GetSensorInstallersEntitiesForbidden) GetPayload ¶
func (o *GetSensorInstallersEntitiesForbidden) GetPayload() *models.MsaReplyMetaOnly
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
func (o *GetSensorInstallersEntitiesForbidden) IsCode(code int) bool
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
func (o *GetSensorInstallersEntitiesForbidden) IsRedirect() bool
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
func (o *GetSensorInstallersEntitiesForbidden) IsSuccess() bool
IsSuccess returns true when this get sensor installers entities forbidden response has a 2xx status code
func (*GetSensorInstallersEntitiesForbidden) String ¶ added in v0.2.27
func (o *GetSensorInstallersEntitiesForbidden) String() string
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
func (o *GetSensorInstallersEntitiesMultiStatus) Code() int
Code gets the status code for the get sensor installers entities multi status response
func (*GetSensorInstallersEntitiesMultiStatus) Error ¶
func (o *GetSensorInstallersEntitiesMultiStatus) Error() string
func (*GetSensorInstallersEntitiesMultiStatus) GetPayload ¶
func (o *GetSensorInstallersEntitiesMultiStatus) GetPayload() *models.DomainSensorInstallersV1
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
func (o *GetSensorInstallersEntitiesMultiStatus) IsCode(code int) bool
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
func (o *GetSensorInstallersEntitiesMultiStatus) IsRedirect() bool
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
func (o *GetSensorInstallersEntitiesMultiStatus) IsSuccess() bool
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
func (o *GetSensorInstallersEntitiesMultiStatus) String() string
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
func (o *GetSensorInstallersEntitiesNotFound) Code() int
Code gets the status code for the get sensor installers entities not found response
func (*GetSensorInstallersEntitiesNotFound) Error ¶
func (o *GetSensorInstallersEntitiesNotFound) Error() string
func (*GetSensorInstallersEntitiesNotFound) GetPayload ¶
func (o *GetSensorInstallersEntitiesNotFound) GetPayload() *models.MsaspecQueryResponse
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
func (o *GetSensorInstallersEntitiesNotFound) IsCode(code int) bool
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
func (o *GetSensorInstallersEntitiesNotFound) IsSuccess() bool
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
func (o *GetSensorInstallersEntitiesNotFound) String() string
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
func (o *GetSensorInstallersEntitiesOK) Code() int
Code gets the status code for the get sensor installers entities o k response
func (*GetSensorInstallersEntitiesOK) Error ¶
func (o *GetSensorInstallersEntitiesOK) Error() string
func (*GetSensorInstallersEntitiesOK) GetPayload ¶
func (o *GetSensorInstallersEntitiesOK) GetPayload() *models.DomainSensorInstallersV1
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
func (o *GetSensorInstallersEntitiesOK) String() string
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 ¶
func (o *GetSensorInstallersEntitiesParams) SetContext(ctx context.Context)
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 ¶
func (o *GetSensorInstallersEntitiesParams) WithContext(ctx context.Context) *GetSensorInstallersEntitiesParams
WithContext adds the context to the get sensor installers entities params
func (*GetSensorInstallersEntitiesParams) WithDefaults ¶
func (o *GetSensorInstallersEntitiesParams) WithDefaults() *GetSensorInstallersEntitiesParams
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 ¶
func (o *GetSensorInstallersEntitiesParams) WithHTTPClient(client *http.Client) *GetSensorInstallersEntitiesParams
WithHTTPClient adds the HTTPClient to the get sensor installers entities params
func (*GetSensorInstallersEntitiesParams) WithIds ¶
func (o *GetSensorInstallersEntitiesParams) WithIds(ids []string) *GetSensorInstallersEntitiesParams
WithIds adds the ids to the get sensor installers entities params
func (*GetSensorInstallersEntitiesParams) WithTimeout ¶
func (o *GetSensorInstallersEntitiesParams) WithTimeout(timeout time.Duration) *GetSensorInstallersEntitiesParams
WithTimeout adds the timeout to the get sensor installers entities params
func (*GetSensorInstallersEntitiesParams) WriteToRequest ¶
func (o *GetSensorInstallersEntitiesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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
func (o *GetSensorInstallersEntitiesTooManyRequests) Code() int
Code gets the status code for the get sensor installers entities too many requests response
func (*GetSensorInstallersEntitiesTooManyRequests) Error ¶
func (o *GetSensorInstallersEntitiesTooManyRequests) Error() string
func (*GetSensorInstallersEntitiesTooManyRequests) GetPayload ¶
func (o *GetSensorInstallersEntitiesTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*GetSensorInstallersEntitiesTooManyRequests) IsClientError ¶ added in v0.2.27
func (o *GetSensorInstallersEntitiesTooManyRequests) IsClientError() bool
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
func (o *GetSensorInstallersEntitiesTooManyRequests) IsCode(code int) bool
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
func (o *GetSensorInstallersEntitiesTooManyRequests) IsRedirect() bool
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
func (o *GetSensorInstallersEntitiesTooManyRequests) IsServerError() bool
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
func (o *GetSensorInstallersEntitiesTooManyRequests) IsSuccess() bool
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
func (o *GetSensorInstallersEntitiesTooManyRequests) String() string
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
func (o *GetSensorInstallersEntitiesV2BadRequest) Code() int
Code gets the status code for the get sensor installers entities v2 bad request response
func (*GetSensorInstallersEntitiesV2BadRequest) Error ¶ added in v0.7.0
func (o *GetSensorInstallersEntitiesV2BadRequest) Error() string
func (*GetSensorInstallersEntitiesV2BadRequest) GetPayload ¶ added in v0.7.0
func (o *GetSensorInstallersEntitiesV2BadRequest) GetPayload() *models.MsaspecQueryResponse
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
func (o *GetSensorInstallersEntitiesV2BadRequest) IsCode(code int) bool
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
func (o *GetSensorInstallersEntitiesV2BadRequest) IsRedirect() bool
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
func (o *GetSensorInstallersEntitiesV2BadRequest) IsSuccess() bool
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
func (o *GetSensorInstallersEntitiesV2BadRequest) String() string
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
func (o *GetSensorInstallersEntitiesV2Forbidden) Code() int
Code gets the status code for the get sensor installers entities v2 forbidden response
func (*GetSensorInstallersEntitiesV2Forbidden) Error ¶ added in v0.7.0
func (o *GetSensorInstallersEntitiesV2Forbidden) Error() string
func (*GetSensorInstallersEntitiesV2Forbidden) GetPayload ¶ added in v0.7.0
func (o *GetSensorInstallersEntitiesV2Forbidden) GetPayload() *models.MsaReplyMetaOnly
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
func (o *GetSensorInstallersEntitiesV2Forbidden) IsCode(code int) bool
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
func (o *GetSensorInstallersEntitiesV2Forbidden) IsRedirect() bool
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
func (o *GetSensorInstallersEntitiesV2Forbidden) IsSuccess() bool
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
func (o *GetSensorInstallersEntitiesV2Forbidden) String() string
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
func (o *GetSensorInstallersEntitiesV2MultiStatus) Code() int
Code gets the status code for the get sensor installers entities v2 multi status response
func (*GetSensorInstallersEntitiesV2MultiStatus) Error ¶ added in v0.7.0
func (o *GetSensorInstallersEntitiesV2MultiStatus) Error() string
func (*GetSensorInstallersEntitiesV2MultiStatus) GetPayload ¶ added in v0.7.0
func (o *GetSensorInstallersEntitiesV2MultiStatus) GetPayload() *models.DomainSensorInstallersV1
func (*GetSensorInstallersEntitiesV2MultiStatus) IsClientError ¶ added in v0.7.0
func (o *GetSensorInstallersEntitiesV2MultiStatus) IsClientError() bool
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
func (o *GetSensorInstallersEntitiesV2MultiStatus) IsCode(code int) bool
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
func (o *GetSensorInstallersEntitiesV2MultiStatus) IsRedirect() bool
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
func (o *GetSensorInstallersEntitiesV2MultiStatus) IsServerError() bool
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
func (o *GetSensorInstallersEntitiesV2MultiStatus) IsSuccess() bool
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
func (o *GetSensorInstallersEntitiesV2MultiStatus) String() string
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
func (o *GetSensorInstallersEntitiesV2NotFound) Code() int
Code gets the status code for the get sensor installers entities v2 not found response
func (*GetSensorInstallersEntitiesV2NotFound) Error ¶ added in v0.7.0
func (o *GetSensorInstallersEntitiesV2NotFound) Error() string
func (*GetSensorInstallersEntitiesV2NotFound) GetPayload ¶ added in v0.7.0
func (o *GetSensorInstallersEntitiesV2NotFound) GetPayload() *models.MsaspecQueryResponse
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
func (o *GetSensorInstallersEntitiesV2NotFound) IsCode(code int) bool
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
func (o *GetSensorInstallersEntitiesV2NotFound) IsRedirect() bool
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
func (o *GetSensorInstallersEntitiesV2NotFound) IsSuccess() bool
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
func (o *GetSensorInstallersEntitiesV2NotFound) String() string
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
func (o *GetSensorInstallersEntitiesV2OK) Code() int
Code gets the status code for the get sensor installers entities v2 o k response
func (*GetSensorInstallersEntitiesV2OK) Error ¶ added in v0.7.0
func (o *GetSensorInstallersEntitiesV2OK) Error() string
func (*GetSensorInstallersEntitiesV2OK) GetPayload ¶ added in v0.7.0
func (o *GetSensorInstallersEntitiesV2OK) GetPayload() *models.DomainSensorInstallersV2
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
func (o *GetSensorInstallersEntitiesV2OK) String() string
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
func (o *GetSensorInstallersEntitiesV2Params) SetContext(ctx context.Context)
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
func (o *GetSensorInstallersEntitiesV2Params) SetIds(ids []string)
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
func (o *GetSensorInstallersEntitiesV2Params) WithContext(ctx context.Context) *GetSensorInstallersEntitiesV2Params
WithContext adds the context to the get sensor installers entities v2 params
func (*GetSensorInstallersEntitiesV2Params) WithDefaults ¶ added in v0.7.0
func (o *GetSensorInstallersEntitiesV2Params) WithDefaults() *GetSensorInstallersEntitiesV2Params
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
func (o *GetSensorInstallersEntitiesV2Params) WithHTTPClient(client *http.Client) *GetSensorInstallersEntitiesV2Params
WithHTTPClient adds the HTTPClient to the get sensor installers entities v2 params
func (*GetSensorInstallersEntitiesV2Params) WithIds ¶ added in v0.7.0
func (o *GetSensorInstallersEntitiesV2Params) WithIds(ids []string) *GetSensorInstallersEntitiesV2Params
WithIds adds the ids to the get sensor installers entities v2 params
func (*GetSensorInstallersEntitiesV2Params) WithTimeout ¶ added in v0.7.0
func (o *GetSensorInstallersEntitiesV2Params) WithTimeout(timeout time.Duration) *GetSensorInstallersEntitiesV2Params
WithTimeout adds the timeout to the get sensor installers entities v2 params
func (*GetSensorInstallersEntitiesV2Params) WriteToRequest ¶ added in v0.7.0
func (o *GetSensorInstallersEntitiesV2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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
func (o *GetSensorInstallersEntitiesV2TooManyRequests) Code() int
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 (o *GetSensorInstallersEntitiesV2TooManyRequests) Error() string
func (*GetSensorInstallersEntitiesV2TooManyRequests) GetPayload ¶ added in v0.7.0
func (o *GetSensorInstallersEntitiesV2TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*GetSensorInstallersEntitiesV2TooManyRequests) IsClientError ¶ added in v0.7.0
func (o *GetSensorInstallersEntitiesV2TooManyRequests) IsClientError() bool
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
func (o *GetSensorInstallersEntitiesV2TooManyRequests) IsCode(code int) bool
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
func (o *GetSensorInstallersEntitiesV2TooManyRequests) IsRedirect() bool
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
func (o *GetSensorInstallersEntitiesV2TooManyRequests) IsServerError() bool
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
func (o *GetSensorInstallersEntitiesV2TooManyRequests) IsSuccess() bool
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
func (o *GetSensorInstallersEntitiesV2TooManyRequests) String() string
Source Files ¶
- download_sensor_installer_by_id_parameters.go
- download_sensor_installer_by_id_responses.go
- download_sensor_installer_by_id_v2_parameters.go
- download_sensor_installer_by_id_v2_responses.go
- get_combined_sensor_installers_by_query_parameters.go
- get_combined_sensor_installers_by_query_responses.go
- get_combined_sensor_installers_by_query_v2_parameters.go
- get_combined_sensor_installers_by_query_v2_responses.go
- get_sensor_installers_by_query_parameters.go
- get_sensor_installers_by_query_responses.go
- get_sensor_installers_by_query_v2_parameters.go
- get_sensor_installers_by_query_v2_responses.go
- get_sensor_installers_c_c_id_by_query_parameters.go
- get_sensor_installers_c_c_id_by_query_responses.go
- get_sensor_installers_entities_parameters.go
- get_sensor_installers_entities_responses.go
- get_sensor_installers_entities_v2_parameters.go
- get_sensor_installers_entities_v2_responses.go
- sensor_download_client.go