Documentation ¶
Index ¶
- type Client
- func (a *Client) EntitiesPerformAction(params *EntitiesPerformActionParams, opts ...ClientOption) (*EntitiesPerformActionOK, error)
- func (a *Client) GetDeviceDetailsV2(params *GetDeviceDetailsV2Params, opts ...ClientOption) (*GetDeviceDetailsV2OK, error)
- func (a *Client) GetOnlineStateV1(params *GetOnlineStateV1Params, opts ...ClientOption) (*GetOnlineStateV1OK, error)
- func (a *Client) PerformActionV2(params *PerformActionV2Params, opts ...ClientOption) (*PerformActionV2Accepted, error)
- func (a *Client) PostDeviceDetailsV2(params *PostDeviceDetailsV2Params, opts ...ClientOption) (*PostDeviceDetailsV2OK, error)
- func (a *Client) QueryDeviceLoginHistory(params *QueryDeviceLoginHistoryParams, opts ...ClientOption) (*QueryDeviceLoginHistoryOK, error)
- func (a *Client) QueryDeviceLoginHistoryV2(params *QueryDeviceLoginHistoryV2Params, opts ...ClientOption) (*QueryDeviceLoginHistoryV2OK, error)
- func (a *Client) QueryDevicesByFilter(params *QueryDevicesByFilterParams, opts ...ClientOption) (*QueryDevicesByFilterOK, error)
- func (a *Client) QueryDevicesByFilterScroll(params *QueryDevicesByFilterScrollParams, opts ...ClientOption) (*QueryDevicesByFilterScrollOK, error)
- func (a *Client) QueryGetNetworkAddressHistoryV1(params *QueryGetNetworkAddressHistoryV1Params, opts ...ClientOption) (*QueryGetNetworkAddressHistoryV1OK, error)
- func (a *Client) QueryHiddenDevices(params *QueryHiddenDevicesParams, opts ...ClientOption) (*QueryHiddenDevicesOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) UpdateDeviceTags(params *UpdateDeviceTagsParams, opts ...ClientOption) (*UpdateDeviceTagsOK, *UpdateDeviceTagsAccepted, error)
- type ClientOption
- type ClientService
- type EntitiesPerformActionForbidden
- func (o *EntitiesPerformActionForbidden) Code() int
- func (o *EntitiesPerformActionForbidden) Error() string
- func (o *EntitiesPerformActionForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *EntitiesPerformActionForbidden) IsClientError() bool
- func (o *EntitiesPerformActionForbidden) IsCode(code int) bool
- func (o *EntitiesPerformActionForbidden) IsRedirect() bool
- func (o *EntitiesPerformActionForbidden) IsServerError() bool
- func (o *EntitiesPerformActionForbidden) IsSuccess() bool
- func (o *EntitiesPerformActionForbidden) String() string
- type EntitiesPerformActionOK
- func (o *EntitiesPerformActionOK) Code() int
- func (o *EntitiesPerformActionOK) Error() string
- func (o *EntitiesPerformActionOK) GetPayload() *models.DeviceapiGroupsResponseV1
- func (o *EntitiesPerformActionOK) IsClientError() bool
- func (o *EntitiesPerformActionOK) IsCode(code int) bool
- func (o *EntitiesPerformActionOK) IsRedirect() bool
- func (o *EntitiesPerformActionOK) IsServerError() bool
- func (o *EntitiesPerformActionOK) IsSuccess() bool
- func (o *EntitiesPerformActionOK) String() string
- type EntitiesPerformActionParams
- func NewEntitiesPerformActionParams() *EntitiesPerformActionParams
- func NewEntitiesPerformActionParamsWithContext(ctx context.Context) *EntitiesPerformActionParams
- func NewEntitiesPerformActionParamsWithHTTPClient(client *http.Client) *EntitiesPerformActionParams
- func NewEntitiesPerformActionParamsWithTimeout(timeout time.Duration) *EntitiesPerformActionParams
- func (o *EntitiesPerformActionParams) SetActionName(actionName string)
- func (o *EntitiesPerformActionParams) SetBody(body *models.MsaEntityActionRequest)
- func (o *EntitiesPerformActionParams) SetContext(ctx context.Context)
- func (o *EntitiesPerformActionParams) SetDefaults()
- func (o *EntitiesPerformActionParams) SetDisableHostnameCheck(disableHostnameCheck *bool)
- func (o *EntitiesPerformActionParams) SetHTTPClient(client *http.Client)
- func (o *EntitiesPerformActionParams) SetIds(ids []string)
- func (o *EntitiesPerformActionParams) SetTimeout(timeout time.Duration)
- func (o *EntitiesPerformActionParams) WithActionName(actionName string) *EntitiesPerformActionParams
- func (o *EntitiesPerformActionParams) WithBody(body *models.MsaEntityActionRequest) *EntitiesPerformActionParams
- func (o *EntitiesPerformActionParams) WithContext(ctx context.Context) *EntitiesPerformActionParams
- func (o *EntitiesPerformActionParams) WithDefaults() *EntitiesPerformActionParams
- func (o *EntitiesPerformActionParams) WithDisableHostnameCheck(disableHostnameCheck *bool) *EntitiesPerformActionParams
- func (o *EntitiesPerformActionParams) WithHTTPClient(client *http.Client) *EntitiesPerformActionParams
- func (o *EntitiesPerformActionParams) WithIds(ids []string) *EntitiesPerformActionParams
- func (o *EntitiesPerformActionParams) WithTimeout(timeout time.Duration) *EntitiesPerformActionParams
- func (o *EntitiesPerformActionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type EntitiesPerformActionReader
- type EntitiesPerformActionTooManyRequests
- func (o *EntitiesPerformActionTooManyRequests) Code() int
- func (o *EntitiesPerformActionTooManyRequests) Error() string
- func (o *EntitiesPerformActionTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *EntitiesPerformActionTooManyRequests) IsClientError() bool
- func (o *EntitiesPerformActionTooManyRequests) IsCode(code int) bool
- func (o *EntitiesPerformActionTooManyRequests) IsRedirect() bool
- func (o *EntitiesPerformActionTooManyRequests) IsServerError() bool
- func (o *EntitiesPerformActionTooManyRequests) IsSuccess() bool
- func (o *EntitiesPerformActionTooManyRequests) String() string
- type GetDeviceDetailsV2Forbidden
- func (o *GetDeviceDetailsV2Forbidden) Code() int
- func (o *GetDeviceDetailsV2Forbidden) Error() string
- func (o *GetDeviceDetailsV2Forbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetDeviceDetailsV2Forbidden) IsClientError() bool
- func (o *GetDeviceDetailsV2Forbidden) IsCode(code int) bool
- func (o *GetDeviceDetailsV2Forbidden) IsRedirect() bool
- func (o *GetDeviceDetailsV2Forbidden) IsServerError() bool
- func (o *GetDeviceDetailsV2Forbidden) IsSuccess() bool
- func (o *GetDeviceDetailsV2Forbidden) String() string
- type GetDeviceDetailsV2OK
- func (o *GetDeviceDetailsV2OK) Code() int
- func (o *GetDeviceDetailsV2OK) Error() string
- func (o *GetDeviceDetailsV2OK) GetPayload() *models.DeviceapiDeviceDetailsResponseSwagger
- func (o *GetDeviceDetailsV2OK) IsClientError() bool
- func (o *GetDeviceDetailsV2OK) IsCode(code int) bool
- func (o *GetDeviceDetailsV2OK) IsRedirect() bool
- func (o *GetDeviceDetailsV2OK) IsServerError() bool
- func (o *GetDeviceDetailsV2OK) IsSuccess() bool
- func (o *GetDeviceDetailsV2OK) String() string
- type GetDeviceDetailsV2Params
- func NewGetDeviceDetailsV2Params() *GetDeviceDetailsV2Params
- func NewGetDeviceDetailsV2ParamsWithContext(ctx context.Context) *GetDeviceDetailsV2Params
- func NewGetDeviceDetailsV2ParamsWithHTTPClient(client *http.Client) *GetDeviceDetailsV2Params
- func NewGetDeviceDetailsV2ParamsWithTimeout(timeout time.Duration) *GetDeviceDetailsV2Params
- func (o *GetDeviceDetailsV2Params) SetContext(ctx context.Context)
- func (o *GetDeviceDetailsV2Params) SetDefaults()
- func (o *GetDeviceDetailsV2Params) SetHTTPClient(client *http.Client)
- func (o *GetDeviceDetailsV2Params) SetIds(ids []string)
- func (o *GetDeviceDetailsV2Params) SetTimeout(timeout time.Duration)
- func (o *GetDeviceDetailsV2Params) WithContext(ctx context.Context) *GetDeviceDetailsV2Params
- func (o *GetDeviceDetailsV2Params) WithDefaults() *GetDeviceDetailsV2Params
- func (o *GetDeviceDetailsV2Params) WithHTTPClient(client *http.Client) *GetDeviceDetailsV2Params
- func (o *GetDeviceDetailsV2Params) WithIds(ids []string) *GetDeviceDetailsV2Params
- func (o *GetDeviceDetailsV2Params) WithTimeout(timeout time.Duration) *GetDeviceDetailsV2Params
- func (o *GetDeviceDetailsV2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetDeviceDetailsV2Reader
- type GetDeviceDetailsV2TooManyRequests
- func (o *GetDeviceDetailsV2TooManyRequests) Code() int
- func (o *GetDeviceDetailsV2TooManyRequests) Error() string
- func (o *GetDeviceDetailsV2TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetDeviceDetailsV2TooManyRequests) IsClientError() bool
- func (o *GetDeviceDetailsV2TooManyRequests) IsCode(code int) bool
- func (o *GetDeviceDetailsV2TooManyRequests) IsRedirect() bool
- func (o *GetDeviceDetailsV2TooManyRequests) IsServerError() bool
- func (o *GetDeviceDetailsV2TooManyRequests) IsSuccess() bool
- func (o *GetDeviceDetailsV2TooManyRequests) String() string
- type GetOnlineStateV1BadRequest
- func (o *GetOnlineStateV1BadRequest) Code() int
- func (o *GetOnlineStateV1BadRequest) Error() string
- func (o *GetOnlineStateV1BadRequest) GetPayload() *models.StateOnlineStateRespV1
- func (o *GetOnlineStateV1BadRequest) IsClientError() bool
- func (o *GetOnlineStateV1BadRequest) IsCode(code int) bool
- func (o *GetOnlineStateV1BadRequest) IsRedirect() bool
- func (o *GetOnlineStateV1BadRequest) IsServerError() bool
- func (o *GetOnlineStateV1BadRequest) IsSuccess() bool
- func (o *GetOnlineStateV1BadRequest) String() string
- type GetOnlineStateV1Forbidden
- func (o *GetOnlineStateV1Forbidden) Code() int
- func (o *GetOnlineStateV1Forbidden) Error() string
- func (o *GetOnlineStateV1Forbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetOnlineStateV1Forbidden) IsClientError() bool
- func (o *GetOnlineStateV1Forbidden) IsCode(code int) bool
- func (o *GetOnlineStateV1Forbidden) IsRedirect() bool
- func (o *GetOnlineStateV1Forbidden) IsServerError() bool
- func (o *GetOnlineStateV1Forbidden) IsSuccess() bool
- func (o *GetOnlineStateV1Forbidden) String() string
- type GetOnlineStateV1OK
- func (o *GetOnlineStateV1OK) Code() int
- func (o *GetOnlineStateV1OK) Error() string
- func (o *GetOnlineStateV1OK) GetPayload() *models.StateOnlineStateRespV1
- func (o *GetOnlineStateV1OK) IsClientError() bool
- func (o *GetOnlineStateV1OK) IsCode(code int) bool
- func (o *GetOnlineStateV1OK) IsRedirect() bool
- func (o *GetOnlineStateV1OK) IsServerError() bool
- func (o *GetOnlineStateV1OK) IsSuccess() bool
- func (o *GetOnlineStateV1OK) String() string
- type GetOnlineStateV1Params
- func NewGetOnlineStateV1Params() *GetOnlineStateV1Params
- func NewGetOnlineStateV1ParamsWithContext(ctx context.Context) *GetOnlineStateV1Params
- func NewGetOnlineStateV1ParamsWithHTTPClient(client *http.Client) *GetOnlineStateV1Params
- func NewGetOnlineStateV1ParamsWithTimeout(timeout time.Duration) *GetOnlineStateV1Params
- func (o *GetOnlineStateV1Params) SetContext(ctx context.Context)
- func (o *GetOnlineStateV1Params) SetDefaults()
- func (o *GetOnlineStateV1Params) SetHTTPClient(client *http.Client)
- func (o *GetOnlineStateV1Params) SetIds(ids []string)
- func (o *GetOnlineStateV1Params) SetTimeout(timeout time.Duration)
- func (o *GetOnlineStateV1Params) WithContext(ctx context.Context) *GetOnlineStateV1Params
- func (o *GetOnlineStateV1Params) WithDefaults() *GetOnlineStateV1Params
- func (o *GetOnlineStateV1Params) WithHTTPClient(client *http.Client) *GetOnlineStateV1Params
- func (o *GetOnlineStateV1Params) WithIds(ids []string) *GetOnlineStateV1Params
- func (o *GetOnlineStateV1Params) WithTimeout(timeout time.Duration) *GetOnlineStateV1Params
- func (o *GetOnlineStateV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetOnlineStateV1Reader
- type GetOnlineStateV1TooManyRequests
- func (o *GetOnlineStateV1TooManyRequests) Code() int
- func (o *GetOnlineStateV1TooManyRequests) Error() string
- func (o *GetOnlineStateV1TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetOnlineStateV1TooManyRequests) IsClientError() bool
- func (o *GetOnlineStateV1TooManyRequests) IsCode(code int) bool
- func (o *GetOnlineStateV1TooManyRequests) IsRedirect() bool
- func (o *GetOnlineStateV1TooManyRequests) IsServerError() bool
- func (o *GetOnlineStateV1TooManyRequests) IsSuccess() bool
- func (o *GetOnlineStateV1TooManyRequests) String() string
- type PerformActionV2Accepted
- func (o *PerformActionV2Accepted) Code() int
- func (o *PerformActionV2Accepted) Error() string
- func (o *PerformActionV2Accepted) GetPayload() *models.MsaReplyAffectedEntities
- func (o *PerformActionV2Accepted) IsClientError() bool
- func (o *PerformActionV2Accepted) IsCode(code int) bool
- func (o *PerformActionV2Accepted) IsRedirect() bool
- func (o *PerformActionV2Accepted) IsServerError() bool
- func (o *PerformActionV2Accepted) IsSuccess() bool
- func (o *PerformActionV2Accepted) String() string
- type PerformActionV2BadRequest
- func (o *PerformActionV2BadRequest) Code() int
- func (o *PerformActionV2BadRequest) Error() string
- func (o *PerformActionV2BadRequest) GetPayload() *models.MsaReplyAffectedEntities
- func (o *PerformActionV2BadRequest) IsClientError() bool
- func (o *PerformActionV2BadRequest) IsCode(code int) bool
- func (o *PerformActionV2BadRequest) IsRedirect() bool
- func (o *PerformActionV2BadRequest) IsServerError() bool
- func (o *PerformActionV2BadRequest) IsSuccess() bool
- func (o *PerformActionV2BadRequest) String() string
- type PerformActionV2Conflict
- func (o *PerformActionV2Conflict) Code() int
- func (o *PerformActionV2Conflict) Error() string
- func (o *PerformActionV2Conflict) GetPayload() *models.MsaReplyAffectedEntities
- func (o *PerformActionV2Conflict) IsClientError() bool
- func (o *PerformActionV2Conflict) IsCode(code int) bool
- func (o *PerformActionV2Conflict) IsRedirect() bool
- func (o *PerformActionV2Conflict) IsServerError() bool
- func (o *PerformActionV2Conflict) IsSuccess() bool
- func (o *PerformActionV2Conflict) String() string
- type PerformActionV2Forbidden
- func (o *PerformActionV2Forbidden) Code() int
- func (o *PerformActionV2Forbidden) Error() string
- func (o *PerformActionV2Forbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *PerformActionV2Forbidden) IsClientError() bool
- func (o *PerformActionV2Forbidden) IsCode(code int) bool
- func (o *PerformActionV2Forbidden) IsRedirect() bool
- func (o *PerformActionV2Forbidden) IsServerError() bool
- func (o *PerformActionV2Forbidden) IsSuccess() bool
- func (o *PerformActionV2Forbidden) String() string
- type PerformActionV2InternalServerError
- func (o *PerformActionV2InternalServerError) Code() int
- func (o *PerformActionV2InternalServerError) Error() string
- func (o *PerformActionV2InternalServerError) GetPayload() *models.MsaReplyAffectedEntities
- func (o *PerformActionV2InternalServerError) IsClientError() bool
- func (o *PerformActionV2InternalServerError) IsCode(code int) bool
- func (o *PerformActionV2InternalServerError) IsRedirect() bool
- func (o *PerformActionV2InternalServerError) IsServerError() bool
- func (o *PerformActionV2InternalServerError) IsSuccess() bool
- func (o *PerformActionV2InternalServerError) String() string
- type PerformActionV2Params
- func NewPerformActionV2Params() *PerformActionV2Params
- func NewPerformActionV2ParamsWithContext(ctx context.Context) *PerformActionV2Params
- func NewPerformActionV2ParamsWithHTTPClient(client *http.Client) *PerformActionV2Params
- func NewPerformActionV2ParamsWithTimeout(timeout time.Duration) *PerformActionV2Params
- func (o *PerformActionV2Params) SetActionName(actionName string)
- func (o *PerformActionV2Params) SetBody(body *models.MsaEntityActionRequestV2)
- func (o *PerformActionV2Params) SetContext(ctx context.Context)
- func (o *PerformActionV2Params) SetDefaults()
- func (o *PerformActionV2Params) SetHTTPClient(client *http.Client)
- func (o *PerformActionV2Params) SetTimeout(timeout time.Duration)
- func (o *PerformActionV2Params) WithActionName(actionName string) *PerformActionV2Params
- func (o *PerformActionV2Params) WithBody(body *models.MsaEntityActionRequestV2) *PerformActionV2Params
- func (o *PerformActionV2Params) WithContext(ctx context.Context) *PerformActionV2Params
- func (o *PerformActionV2Params) WithDefaults() *PerformActionV2Params
- func (o *PerformActionV2Params) WithHTTPClient(client *http.Client) *PerformActionV2Params
- func (o *PerformActionV2Params) WithTimeout(timeout time.Duration) *PerformActionV2Params
- func (o *PerformActionV2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PerformActionV2Reader
- type PerformActionV2TooManyRequests
- func (o *PerformActionV2TooManyRequests) Code() int
- func (o *PerformActionV2TooManyRequests) Error() string
- func (o *PerformActionV2TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *PerformActionV2TooManyRequests) IsClientError() bool
- func (o *PerformActionV2TooManyRequests) IsCode(code int) bool
- func (o *PerformActionV2TooManyRequests) IsRedirect() bool
- func (o *PerformActionV2TooManyRequests) IsServerError() bool
- func (o *PerformActionV2TooManyRequests) IsSuccess() bool
- func (o *PerformActionV2TooManyRequests) String() string
- type PostDeviceDetailsV2Forbidden
- func (o *PostDeviceDetailsV2Forbidden) Code() int
- func (o *PostDeviceDetailsV2Forbidden) Error() string
- func (o *PostDeviceDetailsV2Forbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *PostDeviceDetailsV2Forbidden) IsClientError() bool
- func (o *PostDeviceDetailsV2Forbidden) IsCode(code int) bool
- func (o *PostDeviceDetailsV2Forbidden) IsRedirect() bool
- func (o *PostDeviceDetailsV2Forbidden) IsServerError() bool
- func (o *PostDeviceDetailsV2Forbidden) IsSuccess() bool
- func (o *PostDeviceDetailsV2Forbidden) String() string
- type PostDeviceDetailsV2OK
- func (o *PostDeviceDetailsV2OK) Code() int
- func (o *PostDeviceDetailsV2OK) Error() string
- func (o *PostDeviceDetailsV2OK) GetPayload() *models.DeviceapiDeviceDetailsResponseSwagger
- func (o *PostDeviceDetailsV2OK) IsClientError() bool
- func (o *PostDeviceDetailsV2OK) IsCode(code int) bool
- func (o *PostDeviceDetailsV2OK) IsRedirect() bool
- func (o *PostDeviceDetailsV2OK) IsServerError() bool
- func (o *PostDeviceDetailsV2OK) IsSuccess() bool
- func (o *PostDeviceDetailsV2OK) String() string
- type PostDeviceDetailsV2Params
- func NewPostDeviceDetailsV2Params() *PostDeviceDetailsV2Params
- func NewPostDeviceDetailsV2ParamsWithContext(ctx context.Context) *PostDeviceDetailsV2Params
- func NewPostDeviceDetailsV2ParamsWithHTTPClient(client *http.Client) *PostDeviceDetailsV2Params
- func NewPostDeviceDetailsV2ParamsWithTimeout(timeout time.Duration) *PostDeviceDetailsV2Params
- func (o *PostDeviceDetailsV2Params) SetBody(body *models.MsaIdsRequest)
- func (o *PostDeviceDetailsV2Params) SetContext(ctx context.Context)
- func (o *PostDeviceDetailsV2Params) SetDefaults()
- func (o *PostDeviceDetailsV2Params) SetHTTPClient(client *http.Client)
- func (o *PostDeviceDetailsV2Params) SetTimeout(timeout time.Duration)
- func (o *PostDeviceDetailsV2Params) WithBody(body *models.MsaIdsRequest) *PostDeviceDetailsV2Params
- func (o *PostDeviceDetailsV2Params) WithContext(ctx context.Context) *PostDeviceDetailsV2Params
- func (o *PostDeviceDetailsV2Params) WithDefaults() *PostDeviceDetailsV2Params
- func (o *PostDeviceDetailsV2Params) WithHTTPClient(client *http.Client) *PostDeviceDetailsV2Params
- func (o *PostDeviceDetailsV2Params) WithTimeout(timeout time.Duration) *PostDeviceDetailsV2Params
- func (o *PostDeviceDetailsV2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PostDeviceDetailsV2Reader
- type PostDeviceDetailsV2TooManyRequests
- func (o *PostDeviceDetailsV2TooManyRequests) Code() int
- func (o *PostDeviceDetailsV2TooManyRequests) Error() string
- func (o *PostDeviceDetailsV2TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *PostDeviceDetailsV2TooManyRequests) IsClientError() bool
- func (o *PostDeviceDetailsV2TooManyRequests) IsCode(code int) bool
- func (o *PostDeviceDetailsV2TooManyRequests) IsRedirect() bool
- func (o *PostDeviceDetailsV2TooManyRequests) IsServerError() bool
- func (o *PostDeviceDetailsV2TooManyRequests) IsSuccess() bool
- func (o *PostDeviceDetailsV2TooManyRequests) String() string
- type QueryDeviceLoginHistoryForbidden
- func (o *QueryDeviceLoginHistoryForbidden) Code() int
- func (o *QueryDeviceLoginHistoryForbidden) Error() string
- func (o *QueryDeviceLoginHistoryForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *QueryDeviceLoginHistoryForbidden) IsClientError() bool
- func (o *QueryDeviceLoginHistoryForbidden) IsCode(code int) bool
- func (o *QueryDeviceLoginHistoryForbidden) IsRedirect() bool
- func (o *QueryDeviceLoginHistoryForbidden) IsServerError() bool
- func (o *QueryDeviceLoginHistoryForbidden) IsSuccess() bool
- func (o *QueryDeviceLoginHistoryForbidden) String() string
- type QueryDeviceLoginHistoryOK
- func (o *QueryDeviceLoginHistoryOK) Code() int
- func (o *QueryDeviceLoginHistoryOK) Error() string
- func (o *QueryDeviceLoginHistoryOK) GetPayload() *models.DeviceapiLoginHistoryResponseV1
- func (o *QueryDeviceLoginHistoryOK) IsClientError() bool
- func (o *QueryDeviceLoginHistoryOK) IsCode(code int) bool
- func (o *QueryDeviceLoginHistoryOK) IsRedirect() bool
- func (o *QueryDeviceLoginHistoryOK) IsServerError() bool
- func (o *QueryDeviceLoginHistoryOK) IsSuccess() bool
- func (o *QueryDeviceLoginHistoryOK) String() string
- type QueryDeviceLoginHistoryParams
- func NewQueryDeviceLoginHistoryParams() *QueryDeviceLoginHistoryParams
- func NewQueryDeviceLoginHistoryParamsWithContext(ctx context.Context) *QueryDeviceLoginHistoryParams
- func NewQueryDeviceLoginHistoryParamsWithHTTPClient(client *http.Client) *QueryDeviceLoginHistoryParams
- func NewQueryDeviceLoginHistoryParamsWithTimeout(timeout time.Duration) *QueryDeviceLoginHistoryParams
- func (o *QueryDeviceLoginHistoryParams) SetBody(body *models.MsaIdsRequest)
- func (o *QueryDeviceLoginHistoryParams) SetContext(ctx context.Context)
- func (o *QueryDeviceLoginHistoryParams) SetDefaults()
- func (o *QueryDeviceLoginHistoryParams) SetHTTPClient(client *http.Client)
- func (o *QueryDeviceLoginHistoryParams) SetTimeout(timeout time.Duration)
- func (o *QueryDeviceLoginHistoryParams) WithBody(body *models.MsaIdsRequest) *QueryDeviceLoginHistoryParams
- func (o *QueryDeviceLoginHistoryParams) WithContext(ctx context.Context) *QueryDeviceLoginHistoryParams
- func (o *QueryDeviceLoginHistoryParams) WithDefaults() *QueryDeviceLoginHistoryParams
- func (o *QueryDeviceLoginHistoryParams) WithHTTPClient(client *http.Client) *QueryDeviceLoginHistoryParams
- func (o *QueryDeviceLoginHistoryParams) WithTimeout(timeout time.Duration) *QueryDeviceLoginHistoryParams
- func (o *QueryDeviceLoginHistoryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type QueryDeviceLoginHistoryReader
- type QueryDeviceLoginHistoryTooManyRequests
- func (o *QueryDeviceLoginHistoryTooManyRequests) Code() int
- func (o *QueryDeviceLoginHistoryTooManyRequests) Error() string
- func (o *QueryDeviceLoginHistoryTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *QueryDeviceLoginHistoryTooManyRequests) IsClientError() bool
- func (o *QueryDeviceLoginHistoryTooManyRequests) IsCode(code int) bool
- func (o *QueryDeviceLoginHistoryTooManyRequests) IsRedirect() bool
- func (o *QueryDeviceLoginHistoryTooManyRequests) IsServerError() bool
- func (o *QueryDeviceLoginHistoryTooManyRequests) IsSuccess() bool
- func (o *QueryDeviceLoginHistoryTooManyRequests) String() string
- type QueryDeviceLoginHistoryV2Forbidden
- func (o *QueryDeviceLoginHistoryV2Forbidden) Code() int
- func (o *QueryDeviceLoginHistoryV2Forbidden) Error() string
- func (o *QueryDeviceLoginHistoryV2Forbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *QueryDeviceLoginHistoryV2Forbidden) IsClientError() bool
- func (o *QueryDeviceLoginHistoryV2Forbidden) IsCode(code int) bool
- func (o *QueryDeviceLoginHistoryV2Forbidden) IsRedirect() bool
- func (o *QueryDeviceLoginHistoryV2Forbidden) IsServerError() bool
- func (o *QueryDeviceLoginHistoryV2Forbidden) IsSuccess() bool
- func (o *QueryDeviceLoginHistoryV2Forbidden) String() string
- type QueryDeviceLoginHistoryV2OK
- func (o *QueryDeviceLoginHistoryV2OK) Code() int
- func (o *QueryDeviceLoginHistoryV2OK) Error() string
- func (o *QueryDeviceLoginHistoryV2OK) GetPayload() *models.DeviceapiLoginHistoryResponseV1
- func (o *QueryDeviceLoginHistoryV2OK) IsClientError() bool
- func (o *QueryDeviceLoginHistoryV2OK) IsCode(code int) bool
- func (o *QueryDeviceLoginHistoryV2OK) IsRedirect() bool
- func (o *QueryDeviceLoginHistoryV2OK) IsServerError() bool
- func (o *QueryDeviceLoginHistoryV2OK) IsSuccess() bool
- func (o *QueryDeviceLoginHistoryV2OK) String() string
- type QueryDeviceLoginHistoryV2Params
- func NewQueryDeviceLoginHistoryV2Params() *QueryDeviceLoginHistoryV2Params
- func NewQueryDeviceLoginHistoryV2ParamsWithContext(ctx context.Context) *QueryDeviceLoginHistoryV2Params
- func NewQueryDeviceLoginHistoryV2ParamsWithHTTPClient(client *http.Client) *QueryDeviceLoginHistoryV2Params
- func NewQueryDeviceLoginHistoryV2ParamsWithTimeout(timeout time.Duration) *QueryDeviceLoginHistoryV2Params
- func (o *QueryDeviceLoginHistoryV2Params) SetBody(body *models.MsaIdsRequest)
- func (o *QueryDeviceLoginHistoryV2Params) SetContext(ctx context.Context)
- func (o *QueryDeviceLoginHistoryV2Params) SetDefaults()
- func (o *QueryDeviceLoginHistoryV2Params) SetHTTPClient(client *http.Client)
- func (o *QueryDeviceLoginHistoryV2Params) SetTimeout(timeout time.Duration)
- func (o *QueryDeviceLoginHistoryV2Params) WithBody(body *models.MsaIdsRequest) *QueryDeviceLoginHistoryV2Params
- func (o *QueryDeviceLoginHistoryV2Params) WithContext(ctx context.Context) *QueryDeviceLoginHistoryV2Params
- func (o *QueryDeviceLoginHistoryV2Params) WithDefaults() *QueryDeviceLoginHistoryV2Params
- func (o *QueryDeviceLoginHistoryV2Params) WithHTTPClient(client *http.Client) *QueryDeviceLoginHistoryV2Params
- func (o *QueryDeviceLoginHistoryV2Params) WithTimeout(timeout time.Duration) *QueryDeviceLoginHistoryV2Params
- func (o *QueryDeviceLoginHistoryV2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type QueryDeviceLoginHistoryV2Reader
- type QueryDeviceLoginHistoryV2TooManyRequests
- func (o *QueryDeviceLoginHistoryV2TooManyRequests) Code() int
- func (o *QueryDeviceLoginHistoryV2TooManyRequests) Error() string
- func (o *QueryDeviceLoginHistoryV2TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *QueryDeviceLoginHistoryV2TooManyRequests) IsClientError() bool
- func (o *QueryDeviceLoginHistoryV2TooManyRequests) IsCode(code int) bool
- func (o *QueryDeviceLoginHistoryV2TooManyRequests) IsRedirect() bool
- func (o *QueryDeviceLoginHistoryV2TooManyRequests) IsServerError() bool
- func (o *QueryDeviceLoginHistoryV2TooManyRequests) IsSuccess() bool
- func (o *QueryDeviceLoginHistoryV2TooManyRequests) String() string
- type QueryDevicesByFilterForbidden
- func (o *QueryDevicesByFilterForbidden) Code() int
- func (o *QueryDevicesByFilterForbidden) Error() string
- func (o *QueryDevicesByFilterForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *QueryDevicesByFilterForbidden) IsClientError() bool
- func (o *QueryDevicesByFilterForbidden) IsCode(code int) bool
- func (o *QueryDevicesByFilterForbidden) IsRedirect() bool
- func (o *QueryDevicesByFilterForbidden) IsServerError() bool
- func (o *QueryDevicesByFilterForbidden) IsSuccess() bool
- func (o *QueryDevicesByFilterForbidden) String() string
- type QueryDevicesByFilterOK
- func (o *QueryDevicesByFilterOK) Code() int
- func (o *QueryDevicesByFilterOK) Error() string
- func (o *QueryDevicesByFilterOK) GetPayload() *models.MsaQueryResponse
- func (o *QueryDevicesByFilterOK) IsClientError() bool
- func (o *QueryDevicesByFilterOK) IsCode(code int) bool
- func (o *QueryDevicesByFilterOK) IsRedirect() bool
- func (o *QueryDevicesByFilterOK) IsServerError() bool
- func (o *QueryDevicesByFilterOK) IsSuccess() bool
- func (o *QueryDevicesByFilterOK) String() string
- type QueryDevicesByFilterParams
- func NewQueryDevicesByFilterParams() *QueryDevicesByFilterParams
- func NewQueryDevicesByFilterParamsWithContext(ctx context.Context) *QueryDevicesByFilterParams
- func NewQueryDevicesByFilterParamsWithHTTPClient(client *http.Client) *QueryDevicesByFilterParams
- func NewQueryDevicesByFilterParamsWithTimeout(timeout time.Duration) *QueryDevicesByFilterParams
- func (o *QueryDevicesByFilterParams) SetContext(ctx context.Context)
- func (o *QueryDevicesByFilterParams) SetDefaults()
- func (o *QueryDevicesByFilterParams) SetFilter(filter *string)
- func (o *QueryDevicesByFilterParams) SetHTTPClient(client *http.Client)
- func (o *QueryDevicesByFilterParams) SetLimit(limit *int64)
- func (o *QueryDevicesByFilterParams) SetOffset(offset *int64)
- func (o *QueryDevicesByFilterParams) SetSort(sort *string)
- func (o *QueryDevicesByFilterParams) SetTimeout(timeout time.Duration)
- func (o *QueryDevicesByFilterParams) WithContext(ctx context.Context) *QueryDevicesByFilterParams
- func (o *QueryDevicesByFilterParams) WithDefaults() *QueryDevicesByFilterParams
- func (o *QueryDevicesByFilterParams) WithFilter(filter *string) *QueryDevicesByFilterParams
- func (o *QueryDevicesByFilterParams) WithHTTPClient(client *http.Client) *QueryDevicesByFilterParams
- func (o *QueryDevicesByFilterParams) WithLimit(limit *int64) *QueryDevicesByFilterParams
- func (o *QueryDevicesByFilterParams) WithOffset(offset *int64) *QueryDevicesByFilterParams
- func (o *QueryDevicesByFilterParams) WithSort(sort *string) *QueryDevicesByFilterParams
- func (o *QueryDevicesByFilterParams) WithTimeout(timeout time.Duration) *QueryDevicesByFilterParams
- func (o *QueryDevicesByFilterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type QueryDevicesByFilterReader
- type QueryDevicesByFilterScrollForbidden
- func (o *QueryDevicesByFilterScrollForbidden) Code() int
- func (o *QueryDevicesByFilterScrollForbidden) Error() string
- func (o *QueryDevicesByFilterScrollForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *QueryDevicesByFilterScrollForbidden) IsClientError() bool
- func (o *QueryDevicesByFilterScrollForbidden) IsCode(code int) bool
- func (o *QueryDevicesByFilterScrollForbidden) IsRedirect() bool
- func (o *QueryDevicesByFilterScrollForbidden) IsServerError() bool
- func (o *QueryDevicesByFilterScrollForbidden) IsSuccess() bool
- func (o *QueryDevicesByFilterScrollForbidden) String() string
- type QueryDevicesByFilterScrollOK
- func (o *QueryDevicesByFilterScrollOK) Code() int
- func (o *QueryDevicesByFilterScrollOK) Error() string
- func (o *QueryDevicesByFilterScrollOK) GetPayload() *models.DeviceapiDeviceResponse
- func (o *QueryDevicesByFilterScrollOK) IsClientError() bool
- func (o *QueryDevicesByFilterScrollOK) IsCode(code int) bool
- func (o *QueryDevicesByFilterScrollOK) IsRedirect() bool
- func (o *QueryDevicesByFilterScrollOK) IsServerError() bool
- func (o *QueryDevicesByFilterScrollOK) IsSuccess() bool
- func (o *QueryDevicesByFilterScrollOK) String() string
- type QueryDevicesByFilterScrollParams
- func NewQueryDevicesByFilterScrollParams() *QueryDevicesByFilterScrollParams
- func NewQueryDevicesByFilterScrollParamsWithContext(ctx context.Context) *QueryDevicesByFilterScrollParams
- func NewQueryDevicesByFilterScrollParamsWithHTTPClient(client *http.Client) *QueryDevicesByFilterScrollParams
- func NewQueryDevicesByFilterScrollParamsWithTimeout(timeout time.Duration) *QueryDevicesByFilterScrollParams
- func (o *QueryDevicesByFilterScrollParams) SetContext(ctx context.Context)
- func (o *QueryDevicesByFilterScrollParams) SetDefaults()
- func (o *QueryDevicesByFilterScrollParams) SetFilter(filter *string)
- func (o *QueryDevicesByFilterScrollParams) SetHTTPClient(client *http.Client)
- func (o *QueryDevicesByFilterScrollParams) SetLimit(limit *int64)
- func (o *QueryDevicesByFilterScrollParams) SetOffset(offset *string)
- func (o *QueryDevicesByFilterScrollParams) SetSort(sort *string)
- func (o *QueryDevicesByFilterScrollParams) SetTimeout(timeout time.Duration)
- func (o *QueryDevicesByFilterScrollParams) WithContext(ctx context.Context) *QueryDevicesByFilterScrollParams
- func (o *QueryDevicesByFilterScrollParams) WithDefaults() *QueryDevicesByFilterScrollParams
- func (o *QueryDevicesByFilterScrollParams) WithFilter(filter *string) *QueryDevicesByFilterScrollParams
- func (o *QueryDevicesByFilterScrollParams) WithHTTPClient(client *http.Client) *QueryDevicesByFilterScrollParams
- func (o *QueryDevicesByFilterScrollParams) WithLimit(limit *int64) *QueryDevicesByFilterScrollParams
- func (o *QueryDevicesByFilterScrollParams) WithOffset(offset *string) *QueryDevicesByFilterScrollParams
- func (o *QueryDevicesByFilterScrollParams) WithSort(sort *string) *QueryDevicesByFilterScrollParams
- func (o *QueryDevicesByFilterScrollParams) WithTimeout(timeout time.Duration) *QueryDevicesByFilterScrollParams
- func (o *QueryDevicesByFilterScrollParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type QueryDevicesByFilterScrollReader
- type QueryDevicesByFilterScrollTooManyRequests
- func (o *QueryDevicesByFilterScrollTooManyRequests) Code() int
- func (o *QueryDevicesByFilterScrollTooManyRequests) Error() string
- func (o *QueryDevicesByFilterScrollTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *QueryDevicesByFilterScrollTooManyRequests) IsClientError() bool
- func (o *QueryDevicesByFilterScrollTooManyRequests) IsCode(code int) bool
- func (o *QueryDevicesByFilterScrollTooManyRequests) IsRedirect() bool
- func (o *QueryDevicesByFilterScrollTooManyRequests) IsServerError() bool
- func (o *QueryDevicesByFilterScrollTooManyRequests) IsSuccess() bool
- func (o *QueryDevicesByFilterScrollTooManyRequests) String() string
- type QueryDevicesByFilterTooManyRequests
- func (o *QueryDevicesByFilterTooManyRequests) Code() int
- func (o *QueryDevicesByFilterTooManyRequests) Error() string
- func (o *QueryDevicesByFilterTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *QueryDevicesByFilterTooManyRequests) IsClientError() bool
- func (o *QueryDevicesByFilterTooManyRequests) IsCode(code int) bool
- func (o *QueryDevicesByFilterTooManyRequests) IsRedirect() bool
- func (o *QueryDevicesByFilterTooManyRequests) IsServerError() bool
- func (o *QueryDevicesByFilterTooManyRequests) IsSuccess() bool
- func (o *QueryDevicesByFilterTooManyRequests) String() string
- type QueryGetNetworkAddressHistoryV1Forbidden
- func (o *QueryGetNetworkAddressHistoryV1Forbidden) Code() int
- func (o *QueryGetNetworkAddressHistoryV1Forbidden) Error() string
- func (o *QueryGetNetworkAddressHistoryV1Forbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *QueryGetNetworkAddressHistoryV1Forbidden) IsClientError() bool
- func (o *QueryGetNetworkAddressHistoryV1Forbidden) IsCode(code int) bool
- func (o *QueryGetNetworkAddressHistoryV1Forbidden) IsRedirect() bool
- func (o *QueryGetNetworkAddressHistoryV1Forbidden) IsServerError() bool
- func (o *QueryGetNetworkAddressHistoryV1Forbidden) IsSuccess() bool
- func (o *QueryGetNetworkAddressHistoryV1Forbidden) String() string
- type QueryGetNetworkAddressHistoryV1OK
- func (o *QueryGetNetworkAddressHistoryV1OK) Code() int
- func (o *QueryGetNetworkAddressHistoryV1OK) Error() string
- func (o *QueryGetNetworkAddressHistoryV1OK) GetPayload() *models.DeviceapiNetworkAddressHistoryResponseV1
- func (o *QueryGetNetworkAddressHistoryV1OK) IsClientError() bool
- func (o *QueryGetNetworkAddressHistoryV1OK) IsCode(code int) bool
- func (o *QueryGetNetworkAddressHistoryV1OK) IsRedirect() bool
- func (o *QueryGetNetworkAddressHistoryV1OK) IsServerError() bool
- func (o *QueryGetNetworkAddressHistoryV1OK) IsSuccess() bool
- func (o *QueryGetNetworkAddressHistoryV1OK) String() string
- type QueryGetNetworkAddressHistoryV1Params
- func NewQueryGetNetworkAddressHistoryV1Params() *QueryGetNetworkAddressHistoryV1Params
- func NewQueryGetNetworkAddressHistoryV1ParamsWithContext(ctx context.Context) *QueryGetNetworkAddressHistoryV1Params
- func NewQueryGetNetworkAddressHistoryV1ParamsWithHTTPClient(client *http.Client) *QueryGetNetworkAddressHistoryV1Params
- func NewQueryGetNetworkAddressHistoryV1ParamsWithTimeout(timeout time.Duration) *QueryGetNetworkAddressHistoryV1Params
- func (o *QueryGetNetworkAddressHistoryV1Params) SetBody(body *models.MsaIdsRequest)
- func (o *QueryGetNetworkAddressHistoryV1Params) SetContext(ctx context.Context)
- func (o *QueryGetNetworkAddressHistoryV1Params) SetDefaults()
- func (o *QueryGetNetworkAddressHistoryV1Params) SetHTTPClient(client *http.Client)
- func (o *QueryGetNetworkAddressHistoryV1Params) SetTimeout(timeout time.Duration)
- func (o *QueryGetNetworkAddressHistoryV1Params) WithBody(body *models.MsaIdsRequest) *QueryGetNetworkAddressHistoryV1Params
- func (o *QueryGetNetworkAddressHistoryV1Params) WithContext(ctx context.Context) *QueryGetNetworkAddressHistoryV1Params
- func (o *QueryGetNetworkAddressHistoryV1Params) WithDefaults() *QueryGetNetworkAddressHistoryV1Params
- func (o *QueryGetNetworkAddressHistoryV1Params) WithHTTPClient(client *http.Client) *QueryGetNetworkAddressHistoryV1Params
- func (o *QueryGetNetworkAddressHistoryV1Params) WithTimeout(timeout time.Duration) *QueryGetNetworkAddressHistoryV1Params
- func (o *QueryGetNetworkAddressHistoryV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type QueryGetNetworkAddressHistoryV1Reader
- type QueryGetNetworkAddressHistoryV1TooManyRequests
- func (o *QueryGetNetworkAddressHistoryV1TooManyRequests) Code() int
- func (o *QueryGetNetworkAddressHistoryV1TooManyRequests) Error() string
- func (o *QueryGetNetworkAddressHistoryV1TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *QueryGetNetworkAddressHistoryV1TooManyRequests) IsClientError() bool
- func (o *QueryGetNetworkAddressHistoryV1TooManyRequests) IsCode(code int) bool
- func (o *QueryGetNetworkAddressHistoryV1TooManyRequests) IsRedirect() bool
- func (o *QueryGetNetworkAddressHistoryV1TooManyRequests) IsServerError() bool
- func (o *QueryGetNetworkAddressHistoryV1TooManyRequests) IsSuccess() bool
- func (o *QueryGetNetworkAddressHistoryV1TooManyRequests) String() string
- type QueryHiddenDevicesForbidden
- func (o *QueryHiddenDevicesForbidden) Code() int
- func (o *QueryHiddenDevicesForbidden) Error() string
- func (o *QueryHiddenDevicesForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *QueryHiddenDevicesForbidden) IsClientError() bool
- func (o *QueryHiddenDevicesForbidden) IsCode(code int) bool
- func (o *QueryHiddenDevicesForbidden) IsRedirect() bool
- func (o *QueryHiddenDevicesForbidden) IsServerError() bool
- func (o *QueryHiddenDevicesForbidden) IsSuccess() bool
- func (o *QueryHiddenDevicesForbidden) String() string
- type QueryHiddenDevicesOK
- func (o *QueryHiddenDevicesOK) Code() int
- func (o *QueryHiddenDevicesOK) Error() string
- func (o *QueryHiddenDevicesOK) GetPayload() *models.MsaQueryResponse
- func (o *QueryHiddenDevicesOK) IsClientError() bool
- func (o *QueryHiddenDevicesOK) IsCode(code int) bool
- func (o *QueryHiddenDevicesOK) IsRedirect() bool
- func (o *QueryHiddenDevicesOK) IsServerError() bool
- func (o *QueryHiddenDevicesOK) IsSuccess() bool
- func (o *QueryHiddenDevicesOK) String() string
- type QueryHiddenDevicesParams
- func NewQueryHiddenDevicesParams() *QueryHiddenDevicesParams
- func NewQueryHiddenDevicesParamsWithContext(ctx context.Context) *QueryHiddenDevicesParams
- func NewQueryHiddenDevicesParamsWithHTTPClient(client *http.Client) *QueryHiddenDevicesParams
- func NewQueryHiddenDevicesParamsWithTimeout(timeout time.Duration) *QueryHiddenDevicesParams
- func (o *QueryHiddenDevicesParams) SetContext(ctx context.Context)
- func (o *QueryHiddenDevicesParams) SetDefaults()
- func (o *QueryHiddenDevicesParams) SetFilter(filter *string)
- func (o *QueryHiddenDevicesParams) SetHTTPClient(client *http.Client)
- func (o *QueryHiddenDevicesParams) SetLimit(limit *int64)
- func (o *QueryHiddenDevicesParams) SetOffset(offset *int64)
- func (o *QueryHiddenDevicesParams) SetSort(sort *string)
- func (o *QueryHiddenDevicesParams) SetTimeout(timeout time.Duration)
- func (o *QueryHiddenDevicesParams) WithContext(ctx context.Context) *QueryHiddenDevicesParams
- func (o *QueryHiddenDevicesParams) WithDefaults() *QueryHiddenDevicesParams
- func (o *QueryHiddenDevicesParams) WithFilter(filter *string) *QueryHiddenDevicesParams
- func (o *QueryHiddenDevicesParams) WithHTTPClient(client *http.Client) *QueryHiddenDevicesParams
- func (o *QueryHiddenDevicesParams) WithLimit(limit *int64) *QueryHiddenDevicesParams
- func (o *QueryHiddenDevicesParams) WithOffset(offset *int64) *QueryHiddenDevicesParams
- func (o *QueryHiddenDevicesParams) WithSort(sort *string) *QueryHiddenDevicesParams
- func (o *QueryHiddenDevicesParams) WithTimeout(timeout time.Duration) *QueryHiddenDevicesParams
- func (o *QueryHiddenDevicesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type QueryHiddenDevicesReader
- type QueryHiddenDevicesTooManyRequests
- func (o *QueryHiddenDevicesTooManyRequests) Code() int
- func (o *QueryHiddenDevicesTooManyRequests) Error() string
- func (o *QueryHiddenDevicesTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *QueryHiddenDevicesTooManyRequests) IsClientError() bool
- func (o *QueryHiddenDevicesTooManyRequests) IsCode(code int) bool
- func (o *QueryHiddenDevicesTooManyRequests) IsRedirect() bool
- func (o *QueryHiddenDevicesTooManyRequests) IsServerError() bool
- func (o *QueryHiddenDevicesTooManyRequests) IsSuccess() bool
- func (o *QueryHiddenDevicesTooManyRequests) String() string
- type UpdateDeviceTagsAccepted
- func (o *UpdateDeviceTagsAccepted) Code() int
- func (o *UpdateDeviceTagsAccepted) Error() string
- func (o *UpdateDeviceTagsAccepted) GetPayload() *models.DeviceapiUpdateDeviceTagsSwaggerV1
- func (o *UpdateDeviceTagsAccepted) IsClientError() bool
- func (o *UpdateDeviceTagsAccepted) IsCode(code int) bool
- func (o *UpdateDeviceTagsAccepted) IsRedirect() bool
- func (o *UpdateDeviceTagsAccepted) IsServerError() bool
- func (o *UpdateDeviceTagsAccepted) IsSuccess() bool
- func (o *UpdateDeviceTagsAccepted) String() string
- type UpdateDeviceTagsBadRequest
- func (o *UpdateDeviceTagsBadRequest) Code() int
- func (o *UpdateDeviceTagsBadRequest) Error() string
- func (o *UpdateDeviceTagsBadRequest) GetPayload() *models.MsaReplyAffectedEntities
- func (o *UpdateDeviceTagsBadRequest) IsClientError() bool
- func (o *UpdateDeviceTagsBadRequest) IsCode(code int) bool
- func (o *UpdateDeviceTagsBadRequest) IsRedirect() bool
- func (o *UpdateDeviceTagsBadRequest) IsServerError() bool
- func (o *UpdateDeviceTagsBadRequest) IsSuccess() bool
- func (o *UpdateDeviceTagsBadRequest) String() string
- type UpdateDeviceTagsForbidden
- func (o *UpdateDeviceTagsForbidden) Code() int
- func (o *UpdateDeviceTagsForbidden) Error() string
- func (o *UpdateDeviceTagsForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *UpdateDeviceTagsForbidden) IsClientError() bool
- func (o *UpdateDeviceTagsForbidden) IsCode(code int) bool
- func (o *UpdateDeviceTagsForbidden) IsRedirect() bool
- func (o *UpdateDeviceTagsForbidden) IsServerError() bool
- func (o *UpdateDeviceTagsForbidden) IsSuccess() bool
- func (o *UpdateDeviceTagsForbidden) String() string
- type UpdateDeviceTagsOK
- func (o *UpdateDeviceTagsOK) Code() int
- func (o *UpdateDeviceTagsOK) Error() string
- func (o *UpdateDeviceTagsOK) GetPayload() *models.DeviceapiUpdateDeviceTagsSwaggerV1
- func (o *UpdateDeviceTagsOK) IsClientError() bool
- func (o *UpdateDeviceTagsOK) IsCode(code int) bool
- func (o *UpdateDeviceTagsOK) IsRedirect() bool
- func (o *UpdateDeviceTagsOK) IsServerError() bool
- func (o *UpdateDeviceTagsOK) IsSuccess() bool
- func (o *UpdateDeviceTagsOK) String() string
- type UpdateDeviceTagsParams
- func NewUpdateDeviceTagsParams() *UpdateDeviceTagsParams
- func NewUpdateDeviceTagsParamsWithContext(ctx context.Context) *UpdateDeviceTagsParams
- func NewUpdateDeviceTagsParamsWithHTTPClient(client *http.Client) *UpdateDeviceTagsParams
- func NewUpdateDeviceTagsParamsWithTimeout(timeout time.Duration) *UpdateDeviceTagsParams
- func (o *UpdateDeviceTagsParams) SetBody(body *models.DeviceapiUpdateDeviceTagsRequestV1)
- func (o *UpdateDeviceTagsParams) SetContext(ctx context.Context)
- func (o *UpdateDeviceTagsParams) SetDefaults()
- func (o *UpdateDeviceTagsParams) SetHTTPClient(client *http.Client)
- func (o *UpdateDeviceTagsParams) SetTimeout(timeout time.Duration)
- func (o *UpdateDeviceTagsParams) WithBody(body *models.DeviceapiUpdateDeviceTagsRequestV1) *UpdateDeviceTagsParams
- func (o *UpdateDeviceTagsParams) WithContext(ctx context.Context) *UpdateDeviceTagsParams
- func (o *UpdateDeviceTagsParams) WithDefaults() *UpdateDeviceTagsParams
- func (o *UpdateDeviceTagsParams) WithHTTPClient(client *http.Client) *UpdateDeviceTagsParams
- func (o *UpdateDeviceTagsParams) WithTimeout(timeout time.Duration) *UpdateDeviceTagsParams
- func (o *UpdateDeviceTagsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateDeviceTagsReader
- type UpdateDeviceTagsTooManyRequests
- func (o *UpdateDeviceTagsTooManyRequests) Code() int
- func (o *UpdateDeviceTagsTooManyRequests) Error() string
- func (o *UpdateDeviceTagsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *UpdateDeviceTagsTooManyRequests) IsClientError() bool
- func (o *UpdateDeviceTagsTooManyRequests) IsCode(code int) bool
- func (o *UpdateDeviceTagsTooManyRequests) IsRedirect() bool
- func (o *UpdateDeviceTagsTooManyRequests) IsServerError() bool
- func (o *UpdateDeviceTagsTooManyRequests) IsSuccess() bool
- func (o *UpdateDeviceTagsTooManyRequests) 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 hosts API
func (*Client) EntitiesPerformAction ¶
func (a *Client) EntitiesPerformAction(params *EntitiesPerformActionParams, opts ...ClientOption) (*EntitiesPerformActionOK, error)
EntitiesPerformAction performs the specified action on the provided group i ds
func (*Client) GetDeviceDetailsV2 ¶
func (a *Client) GetDeviceDetailsV2(params *GetDeviceDetailsV2Params, opts ...ClientOption) (*GetDeviceDetailsV2OK, error)
GetDeviceDetailsV2 gets details on one or more hosts by providing host i ds as a query parameter supports up to a maximum 100 i ds
func (*Client) GetOnlineStateV1 ¶
func (a *Client) GetOnlineStateV1(params *GetOnlineStateV1Params, opts ...ClientOption) (*GetOnlineStateV1OK, error)
GetOnlineStateV1 gets the online status for one or more hosts by specifying each host s unique ID successful requests return an HTTP 200 response and the status for each host identified by a state of online offline or unknown for each host identified by host id make a g e t request to devices queries devices v1 to get a list of host i ds
func (*Client) PerformActionV2 ¶
func (a *Client) PerformActionV2(params *PerformActionV2Params, opts ...ClientOption) (*PerformActionV2Accepted, error)
PerformActionV2 takes various actions on the hosts in your environment contain or lift containment on a host delete or restore a host
func (*Client) PostDeviceDetailsV2 ¶
func (a *Client) PostDeviceDetailsV2(params *PostDeviceDetailsV2Params, opts ...ClientOption) (*PostDeviceDetailsV2OK, error)
PostDeviceDetailsV2 gets details on one or more hosts by providing host i ds in a p o s t body supports up to a maximum 5000 i ds
func (*Client) QueryDeviceLoginHistory ¶
func (a *Client) QueryDeviceLoginHistory(params *QueryDeviceLoginHistoryParams, opts ...ClientOption) (*QueryDeviceLoginHistoryOK, error)
QueryDeviceLoginHistory retrieves details about recent login sessions for a set of devices
func (*Client) QueryDeviceLoginHistoryV2 ¶
func (a *Client) QueryDeviceLoginHistoryV2(params *QueryDeviceLoginHistoryV2Params, opts ...ClientOption) (*QueryDeviceLoginHistoryV2OK, error)
QueryDeviceLoginHistoryV2 retrieves details about recent interactive login sessions for a set of devices powered by the host timeline a max of 10 device ids can be specified
func (*Client) QueryDevicesByFilter ¶
func (a *Client) QueryDevicesByFilter(params *QueryDevicesByFilterParams, opts ...ClientOption) (*QueryDevicesByFilterOK, error)
QueryDevicesByFilter searches for hosts in your environment by platform hostname IP and other criteria
func (*Client) QueryDevicesByFilterScroll ¶
func (a *Client) QueryDevicesByFilterScroll(params *QueryDevicesByFilterScrollParams, opts ...ClientOption) (*QueryDevicesByFilterScrollOK, error)
QueryDevicesByFilterScroll searches for hosts in your environment by platform hostname IP and other criteria with continuous pagination capability based on offset pointer which expires after 2 minutes with no maximum limit
func (*Client) QueryGetNetworkAddressHistoryV1 ¶
func (a *Client) QueryGetNetworkAddressHistoryV1(params *QueryGetNetworkAddressHistoryV1Params, opts ...ClientOption) (*QueryGetNetworkAddressHistoryV1OK, error)
QueryGetNetworkAddressHistoryV1 retrieves history of IP and m a c addresses of devices
func (*Client) QueryHiddenDevices ¶
func (a *Client) QueryHiddenDevices(params *QueryHiddenDevicesParams, opts ...ClientOption) (*QueryHiddenDevicesOK, error)
QueryHiddenDevices retrieves hidden hosts that match the provided filter criteria
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) UpdateDeviceTags ¶
func (a *Client) UpdateDeviceTags(params *UpdateDeviceTagsParams, opts ...ClientOption) (*UpdateDeviceTagsOK, *UpdateDeviceTagsAccepted, error)
UpdateDeviceTags appends or remove one or more falcon grouping tags on one or more hosts tags must be of the form falcon grouping tags
type ClientOption ¶
type ClientOption func(*runtime.ClientOperation)
ClientOption is the option for Client methods
type ClientService ¶
type ClientService interface { GetDeviceDetailsV2(params *GetDeviceDetailsV2Params, opts ...ClientOption) (*GetDeviceDetailsV2OK, error) GetOnlineStateV1(params *GetOnlineStateV1Params, opts ...ClientOption) (*GetOnlineStateV1OK, error) PerformActionV2(params *PerformActionV2Params, opts ...ClientOption) (*PerformActionV2Accepted, error) PostDeviceDetailsV2(params *PostDeviceDetailsV2Params, opts ...ClientOption) (*PostDeviceDetailsV2OK, error) QueryDeviceLoginHistory(params *QueryDeviceLoginHistoryParams, opts ...ClientOption) (*QueryDeviceLoginHistoryOK, error) QueryDeviceLoginHistoryV2(params *QueryDeviceLoginHistoryV2Params, opts ...ClientOption) (*QueryDeviceLoginHistoryV2OK, error) QueryDevicesByFilter(params *QueryDevicesByFilterParams, opts ...ClientOption) (*QueryDevicesByFilterOK, error) QueryDevicesByFilterScroll(params *QueryDevicesByFilterScrollParams, opts ...ClientOption) (*QueryDevicesByFilterScrollOK, error) QueryGetNetworkAddressHistoryV1(params *QueryGetNetworkAddressHistoryV1Params, opts ...ClientOption) (*QueryGetNetworkAddressHistoryV1OK, error) QueryHiddenDevices(params *QueryHiddenDevicesParams, opts ...ClientOption) (*QueryHiddenDevicesOK, error) UpdateDeviceTags(params *UpdateDeviceTagsParams, opts ...ClientOption) (*UpdateDeviceTagsOK, *UpdateDeviceTagsAccepted, error) EntitiesPerformAction(params *EntitiesPerformActionParams, opts ...ClientOption) (*EntitiesPerformActionOK, 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 hosts API client.
type EntitiesPerformActionForbidden ¶
type EntitiesPerformActionForbidden 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 }
EntitiesPerformActionForbidden describes a response with status code 403, with default header values.
Forbidden
func NewEntitiesPerformActionForbidden ¶
func NewEntitiesPerformActionForbidden() *EntitiesPerformActionForbidden
NewEntitiesPerformActionForbidden creates a EntitiesPerformActionForbidden with default headers values
func (*EntitiesPerformActionForbidden) Code ¶
func (o *EntitiesPerformActionForbidden) Code() int
Code gets the status code for the entities perform action forbidden response
func (*EntitiesPerformActionForbidden) Error ¶
func (o *EntitiesPerformActionForbidden) Error() string
func (*EntitiesPerformActionForbidden) GetPayload ¶
func (o *EntitiesPerformActionForbidden) GetPayload() *models.MsaReplyMetaOnly
func (*EntitiesPerformActionForbidden) IsClientError ¶
func (o *EntitiesPerformActionForbidden) IsClientError() bool
IsClientError returns true when this entities perform action forbidden response has a 4xx status code
func (*EntitiesPerformActionForbidden) IsCode ¶
func (o *EntitiesPerformActionForbidden) IsCode(code int) bool
IsCode returns true when this entities perform action forbidden response a status code equal to that given
func (*EntitiesPerformActionForbidden) IsRedirect ¶
func (o *EntitiesPerformActionForbidden) IsRedirect() bool
IsRedirect returns true when this entities perform action forbidden response has a 3xx status code
func (*EntitiesPerformActionForbidden) IsServerError ¶
func (o *EntitiesPerformActionForbidden) IsServerError() bool
IsServerError returns true when this entities perform action forbidden response has a 5xx status code
func (*EntitiesPerformActionForbidden) IsSuccess ¶
func (o *EntitiesPerformActionForbidden) IsSuccess() bool
IsSuccess returns true when this entities perform action forbidden response has a 2xx status code
func (*EntitiesPerformActionForbidden) String ¶
func (o *EntitiesPerformActionForbidden) String() string
type EntitiesPerformActionOK ¶
type EntitiesPerformActionOK 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.DeviceapiGroupsResponseV1 }
EntitiesPerformActionOK describes a response with status code 200, with default header values.
OK
func NewEntitiesPerformActionOK ¶
func NewEntitiesPerformActionOK() *EntitiesPerformActionOK
NewEntitiesPerformActionOK creates a EntitiesPerformActionOK with default headers values
func (*EntitiesPerformActionOK) Code ¶
func (o *EntitiesPerformActionOK) Code() int
Code gets the status code for the entities perform action o k response
func (*EntitiesPerformActionOK) Error ¶
func (o *EntitiesPerformActionOK) Error() string
func (*EntitiesPerformActionOK) GetPayload ¶
func (o *EntitiesPerformActionOK) GetPayload() *models.DeviceapiGroupsResponseV1
func (*EntitiesPerformActionOK) IsClientError ¶
func (o *EntitiesPerformActionOK) IsClientError() bool
IsClientError returns true when this entities perform action o k response has a 4xx status code
func (*EntitiesPerformActionOK) IsCode ¶
func (o *EntitiesPerformActionOK) IsCode(code int) bool
IsCode returns true when this entities perform action o k response a status code equal to that given
func (*EntitiesPerformActionOK) IsRedirect ¶
func (o *EntitiesPerformActionOK) IsRedirect() bool
IsRedirect returns true when this entities perform action o k response has a 3xx status code
func (*EntitiesPerformActionOK) IsServerError ¶
func (o *EntitiesPerformActionOK) IsServerError() bool
IsServerError returns true when this entities perform action o k response has a 5xx status code
func (*EntitiesPerformActionOK) IsSuccess ¶
func (o *EntitiesPerformActionOK) IsSuccess() bool
IsSuccess returns true when this entities perform action o k response has a 2xx status code
func (*EntitiesPerformActionOK) String ¶
func (o *EntitiesPerformActionOK) String() string
type EntitiesPerformActionParams ¶
type EntitiesPerformActionParams struct { /* ActionName. The action to perform. */ ActionName string // Body. Body *models.MsaEntityActionRequest /* DisableHostnameCheck. Bool to disable hostname check on add-member */ DisableHostnameCheck *bool /* Ids. The group ids to act on */ Ids []string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
EntitiesPerformActionParams contains all the parameters to send to the API endpoint
for the entities perform action operation. Typically these are written to a http.Request.
func NewEntitiesPerformActionParams ¶
func NewEntitiesPerformActionParams() *EntitiesPerformActionParams
NewEntitiesPerformActionParams creates a new EntitiesPerformActionParams 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 NewEntitiesPerformActionParamsWithContext ¶
func NewEntitiesPerformActionParamsWithContext(ctx context.Context) *EntitiesPerformActionParams
NewEntitiesPerformActionParamsWithContext creates a new EntitiesPerformActionParams object with the ability to set a context for a request.
func NewEntitiesPerformActionParamsWithHTTPClient ¶
func NewEntitiesPerformActionParamsWithHTTPClient(client *http.Client) *EntitiesPerformActionParams
NewEntitiesPerformActionParamsWithHTTPClient creates a new EntitiesPerformActionParams object with the ability to set a custom HTTPClient for a request.
func NewEntitiesPerformActionParamsWithTimeout ¶
func NewEntitiesPerformActionParamsWithTimeout(timeout time.Duration) *EntitiesPerformActionParams
NewEntitiesPerformActionParamsWithTimeout creates a new EntitiesPerformActionParams object with the ability to set a timeout on a request.
func (*EntitiesPerformActionParams) SetActionName ¶
func (o *EntitiesPerformActionParams) SetActionName(actionName string)
SetActionName adds the actionName to the entities perform action params
func (*EntitiesPerformActionParams) SetBody ¶
func (o *EntitiesPerformActionParams) SetBody(body *models.MsaEntityActionRequest)
SetBody adds the body to the entities perform action params
func (*EntitiesPerformActionParams) SetContext ¶
func (o *EntitiesPerformActionParams) SetContext(ctx context.Context)
SetContext adds the context to the entities perform action params
func (*EntitiesPerformActionParams) SetDefaults ¶
func (o *EntitiesPerformActionParams) SetDefaults()
SetDefaults hydrates default values in the entities perform action params (not the query body).
All values with no default are reset to their zero value.
func (*EntitiesPerformActionParams) SetDisableHostnameCheck ¶
func (o *EntitiesPerformActionParams) SetDisableHostnameCheck(disableHostnameCheck *bool)
SetDisableHostnameCheck adds the disableHostnameCheck to the entities perform action params
func (*EntitiesPerformActionParams) SetHTTPClient ¶
func (o *EntitiesPerformActionParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the entities perform action params
func (*EntitiesPerformActionParams) SetIds ¶
func (o *EntitiesPerformActionParams) SetIds(ids []string)
SetIds adds the ids to the entities perform action params
func (*EntitiesPerformActionParams) SetTimeout ¶
func (o *EntitiesPerformActionParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the entities perform action params
func (*EntitiesPerformActionParams) WithActionName ¶
func (o *EntitiesPerformActionParams) WithActionName(actionName string) *EntitiesPerformActionParams
WithActionName adds the actionName to the entities perform action params
func (*EntitiesPerformActionParams) WithBody ¶
func (o *EntitiesPerformActionParams) WithBody(body *models.MsaEntityActionRequest) *EntitiesPerformActionParams
WithBody adds the body to the entities perform action params
func (*EntitiesPerformActionParams) WithContext ¶
func (o *EntitiesPerformActionParams) WithContext(ctx context.Context) *EntitiesPerformActionParams
WithContext adds the context to the entities perform action params
func (*EntitiesPerformActionParams) WithDefaults ¶
func (o *EntitiesPerformActionParams) WithDefaults() *EntitiesPerformActionParams
WithDefaults hydrates default values in the entities perform action params (not the query body).
All values with no default are reset to their zero value.
func (*EntitiesPerformActionParams) WithDisableHostnameCheck ¶
func (o *EntitiesPerformActionParams) WithDisableHostnameCheck(disableHostnameCheck *bool) *EntitiesPerformActionParams
WithDisableHostnameCheck adds the disableHostnameCheck to the entities perform action params
func (*EntitiesPerformActionParams) WithHTTPClient ¶
func (o *EntitiesPerformActionParams) WithHTTPClient(client *http.Client) *EntitiesPerformActionParams
WithHTTPClient adds the HTTPClient to the entities perform action params
func (*EntitiesPerformActionParams) WithIds ¶
func (o *EntitiesPerformActionParams) WithIds(ids []string) *EntitiesPerformActionParams
WithIds adds the ids to the entities perform action params
func (*EntitiesPerformActionParams) WithTimeout ¶
func (o *EntitiesPerformActionParams) WithTimeout(timeout time.Duration) *EntitiesPerformActionParams
WithTimeout adds the timeout to the entities perform action params
func (*EntitiesPerformActionParams) WriteToRequest ¶
func (o *EntitiesPerformActionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type EntitiesPerformActionReader ¶
type EntitiesPerformActionReader struct {
// contains filtered or unexported fields
}
EntitiesPerformActionReader is a Reader for the EntitiesPerformAction structure.
func (*EntitiesPerformActionReader) ReadResponse ¶
func (o *EntitiesPerformActionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type EntitiesPerformActionTooManyRequests ¶
type EntitiesPerformActionTooManyRequests 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 }
EntitiesPerformActionTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewEntitiesPerformActionTooManyRequests ¶
func NewEntitiesPerformActionTooManyRequests() *EntitiesPerformActionTooManyRequests
NewEntitiesPerformActionTooManyRequests creates a EntitiesPerformActionTooManyRequests with default headers values
func (*EntitiesPerformActionTooManyRequests) Code ¶
func (o *EntitiesPerformActionTooManyRequests) Code() int
Code gets the status code for the entities perform action too many requests response
func (*EntitiesPerformActionTooManyRequests) Error ¶
func (o *EntitiesPerformActionTooManyRequests) Error() string
func (*EntitiesPerformActionTooManyRequests) GetPayload ¶
func (o *EntitiesPerformActionTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*EntitiesPerformActionTooManyRequests) IsClientError ¶
func (o *EntitiesPerformActionTooManyRequests) IsClientError() bool
IsClientError returns true when this entities perform action too many requests response has a 4xx status code
func (*EntitiesPerformActionTooManyRequests) IsCode ¶
func (o *EntitiesPerformActionTooManyRequests) IsCode(code int) bool
IsCode returns true when this entities perform action too many requests response a status code equal to that given
func (*EntitiesPerformActionTooManyRequests) IsRedirect ¶
func (o *EntitiesPerformActionTooManyRequests) IsRedirect() bool
IsRedirect returns true when this entities perform action too many requests response has a 3xx status code
func (*EntitiesPerformActionTooManyRequests) IsServerError ¶
func (o *EntitiesPerformActionTooManyRequests) IsServerError() bool
IsServerError returns true when this entities perform action too many requests response has a 5xx status code
func (*EntitiesPerformActionTooManyRequests) IsSuccess ¶
func (o *EntitiesPerformActionTooManyRequests) IsSuccess() bool
IsSuccess returns true when this entities perform action too many requests response has a 2xx status code
func (*EntitiesPerformActionTooManyRequests) String ¶
func (o *EntitiesPerformActionTooManyRequests) String() string
type GetDeviceDetailsV2Forbidden ¶
type GetDeviceDetailsV2Forbidden 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 }
GetDeviceDetailsV2Forbidden describes a response with status code 403, with default header values.
Forbidden
func NewGetDeviceDetailsV2Forbidden ¶
func NewGetDeviceDetailsV2Forbidden() *GetDeviceDetailsV2Forbidden
NewGetDeviceDetailsV2Forbidden creates a GetDeviceDetailsV2Forbidden with default headers values
func (*GetDeviceDetailsV2Forbidden) Code ¶
func (o *GetDeviceDetailsV2Forbidden) Code() int
Code gets the status code for the get device details v2 forbidden response
func (*GetDeviceDetailsV2Forbidden) Error ¶
func (o *GetDeviceDetailsV2Forbidden) Error() string
func (*GetDeviceDetailsV2Forbidden) GetPayload ¶
func (o *GetDeviceDetailsV2Forbidden) GetPayload() *models.MsaReplyMetaOnly
func (*GetDeviceDetailsV2Forbidden) IsClientError ¶
func (o *GetDeviceDetailsV2Forbidden) IsClientError() bool
IsClientError returns true when this get device details v2 forbidden response has a 4xx status code
func (*GetDeviceDetailsV2Forbidden) IsCode ¶
func (o *GetDeviceDetailsV2Forbidden) IsCode(code int) bool
IsCode returns true when this get device details v2 forbidden response a status code equal to that given
func (*GetDeviceDetailsV2Forbidden) IsRedirect ¶
func (o *GetDeviceDetailsV2Forbidden) IsRedirect() bool
IsRedirect returns true when this get device details v2 forbidden response has a 3xx status code
func (*GetDeviceDetailsV2Forbidden) IsServerError ¶
func (o *GetDeviceDetailsV2Forbidden) IsServerError() bool
IsServerError returns true when this get device details v2 forbidden response has a 5xx status code
func (*GetDeviceDetailsV2Forbidden) IsSuccess ¶
func (o *GetDeviceDetailsV2Forbidden) IsSuccess() bool
IsSuccess returns true when this get device details v2 forbidden response has a 2xx status code
func (*GetDeviceDetailsV2Forbidden) String ¶
func (o *GetDeviceDetailsV2Forbidden) String() string
type GetDeviceDetailsV2OK ¶
type GetDeviceDetailsV2OK 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.DeviceapiDeviceDetailsResponseSwagger }
GetDeviceDetailsV2OK describes a response with status code 200, with default header values.
OK
func NewGetDeviceDetailsV2OK ¶
func NewGetDeviceDetailsV2OK() *GetDeviceDetailsV2OK
NewGetDeviceDetailsV2OK creates a GetDeviceDetailsV2OK with default headers values
func (*GetDeviceDetailsV2OK) Code ¶
func (o *GetDeviceDetailsV2OK) Code() int
Code gets the status code for the get device details v2 o k response
func (*GetDeviceDetailsV2OK) Error ¶
func (o *GetDeviceDetailsV2OK) Error() string
func (*GetDeviceDetailsV2OK) GetPayload ¶
func (o *GetDeviceDetailsV2OK) GetPayload() *models.DeviceapiDeviceDetailsResponseSwagger
func (*GetDeviceDetailsV2OK) IsClientError ¶
func (o *GetDeviceDetailsV2OK) IsClientError() bool
IsClientError returns true when this get device details v2 o k response has a 4xx status code
func (*GetDeviceDetailsV2OK) IsCode ¶
func (o *GetDeviceDetailsV2OK) IsCode(code int) bool
IsCode returns true when this get device details v2 o k response a status code equal to that given
func (*GetDeviceDetailsV2OK) IsRedirect ¶
func (o *GetDeviceDetailsV2OK) IsRedirect() bool
IsRedirect returns true when this get device details v2 o k response has a 3xx status code
func (*GetDeviceDetailsV2OK) IsServerError ¶
func (o *GetDeviceDetailsV2OK) IsServerError() bool
IsServerError returns true when this get device details v2 o k response has a 5xx status code
func (*GetDeviceDetailsV2OK) IsSuccess ¶
func (o *GetDeviceDetailsV2OK) IsSuccess() bool
IsSuccess returns true when this get device details v2 o k response has a 2xx status code
func (*GetDeviceDetailsV2OK) String ¶
func (o *GetDeviceDetailsV2OK) String() string
type GetDeviceDetailsV2Params ¶
type GetDeviceDetailsV2Params struct { /* Ids. The host agentIDs used to get details on */ Ids []string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetDeviceDetailsV2Params contains all the parameters to send to the API endpoint
for the get device details v2 operation. Typically these are written to a http.Request.
func NewGetDeviceDetailsV2Params ¶
func NewGetDeviceDetailsV2Params() *GetDeviceDetailsV2Params
NewGetDeviceDetailsV2Params creates a new GetDeviceDetailsV2Params 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 NewGetDeviceDetailsV2ParamsWithContext ¶
func NewGetDeviceDetailsV2ParamsWithContext(ctx context.Context) *GetDeviceDetailsV2Params
NewGetDeviceDetailsV2ParamsWithContext creates a new GetDeviceDetailsV2Params object with the ability to set a context for a request.
func NewGetDeviceDetailsV2ParamsWithHTTPClient ¶
func NewGetDeviceDetailsV2ParamsWithHTTPClient(client *http.Client) *GetDeviceDetailsV2Params
NewGetDeviceDetailsV2ParamsWithHTTPClient creates a new GetDeviceDetailsV2Params object with the ability to set a custom HTTPClient for a request.
func NewGetDeviceDetailsV2ParamsWithTimeout ¶
func NewGetDeviceDetailsV2ParamsWithTimeout(timeout time.Duration) *GetDeviceDetailsV2Params
NewGetDeviceDetailsV2ParamsWithTimeout creates a new GetDeviceDetailsV2Params object with the ability to set a timeout on a request.
func (*GetDeviceDetailsV2Params) SetContext ¶
func (o *GetDeviceDetailsV2Params) SetContext(ctx context.Context)
SetContext adds the context to the get device details v2 params
func (*GetDeviceDetailsV2Params) SetDefaults ¶
func (o *GetDeviceDetailsV2Params) SetDefaults()
SetDefaults hydrates default values in the get device details v2 params (not the query body).
All values with no default are reset to their zero value.
func (*GetDeviceDetailsV2Params) SetHTTPClient ¶
func (o *GetDeviceDetailsV2Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get device details v2 params
func (*GetDeviceDetailsV2Params) SetIds ¶
func (o *GetDeviceDetailsV2Params) SetIds(ids []string)
SetIds adds the ids to the get device details v2 params
func (*GetDeviceDetailsV2Params) SetTimeout ¶
func (o *GetDeviceDetailsV2Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get device details v2 params
func (*GetDeviceDetailsV2Params) WithContext ¶
func (o *GetDeviceDetailsV2Params) WithContext(ctx context.Context) *GetDeviceDetailsV2Params
WithContext adds the context to the get device details v2 params
func (*GetDeviceDetailsV2Params) WithDefaults ¶
func (o *GetDeviceDetailsV2Params) WithDefaults() *GetDeviceDetailsV2Params
WithDefaults hydrates default values in the get device details v2 params (not the query body).
All values with no default are reset to their zero value.
func (*GetDeviceDetailsV2Params) WithHTTPClient ¶
func (o *GetDeviceDetailsV2Params) WithHTTPClient(client *http.Client) *GetDeviceDetailsV2Params
WithHTTPClient adds the HTTPClient to the get device details v2 params
func (*GetDeviceDetailsV2Params) WithIds ¶
func (o *GetDeviceDetailsV2Params) WithIds(ids []string) *GetDeviceDetailsV2Params
WithIds adds the ids to the get device details v2 params
func (*GetDeviceDetailsV2Params) WithTimeout ¶
func (o *GetDeviceDetailsV2Params) WithTimeout(timeout time.Duration) *GetDeviceDetailsV2Params
WithTimeout adds the timeout to the get device details v2 params
func (*GetDeviceDetailsV2Params) WriteToRequest ¶
func (o *GetDeviceDetailsV2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetDeviceDetailsV2Reader ¶
type GetDeviceDetailsV2Reader struct {
// contains filtered or unexported fields
}
GetDeviceDetailsV2Reader is a Reader for the GetDeviceDetailsV2 structure.
func (*GetDeviceDetailsV2Reader) ReadResponse ¶
func (o *GetDeviceDetailsV2Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetDeviceDetailsV2TooManyRequests ¶
type GetDeviceDetailsV2TooManyRequests 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 }
GetDeviceDetailsV2TooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewGetDeviceDetailsV2TooManyRequests ¶
func NewGetDeviceDetailsV2TooManyRequests() *GetDeviceDetailsV2TooManyRequests
NewGetDeviceDetailsV2TooManyRequests creates a GetDeviceDetailsV2TooManyRequests with default headers values
func (*GetDeviceDetailsV2TooManyRequests) Code ¶
func (o *GetDeviceDetailsV2TooManyRequests) Code() int
Code gets the status code for the get device details v2 too many requests response
func (*GetDeviceDetailsV2TooManyRequests) Error ¶
func (o *GetDeviceDetailsV2TooManyRequests) Error() string
func (*GetDeviceDetailsV2TooManyRequests) GetPayload ¶
func (o *GetDeviceDetailsV2TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*GetDeviceDetailsV2TooManyRequests) IsClientError ¶
func (o *GetDeviceDetailsV2TooManyRequests) IsClientError() bool
IsClientError returns true when this get device details v2 too many requests response has a 4xx status code
func (*GetDeviceDetailsV2TooManyRequests) IsCode ¶
func (o *GetDeviceDetailsV2TooManyRequests) IsCode(code int) bool
IsCode returns true when this get device details v2 too many requests response a status code equal to that given
func (*GetDeviceDetailsV2TooManyRequests) IsRedirect ¶
func (o *GetDeviceDetailsV2TooManyRequests) IsRedirect() bool
IsRedirect returns true when this get device details v2 too many requests response has a 3xx status code
func (*GetDeviceDetailsV2TooManyRequests) IsServerError ¶
func (o *GetDeviceDetailsV2TooManyRequests) IsServerError() bool
IsServerError returns true when this get device details v2 too many requests response has a 5xx status code
func (*GetDeviceDetailsV2TooManyRequests) IsSuccess ¶
func (o *GetDeviceDetailsV2TooManyRequests) IsSuccess() bool
IsSuccess returns true when this get device details v2 too many requests response has a 2xx status code
func (*GetDeviceDetailsV2TooManyRequests) String ¶
func (o *GetDeviceDetailsV2TooManyRequests) String() string
type GetOnlineStateV1BadRequest ¶
type GetOnlineStateV1BadRequest 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.StateOnlineStateRespV1 }
GetOnlineStateV1BadRequest describes a response with status code 400, with default header values.
Bad Request
func NewGetOnlineStateV1BadRequest ¶
func NewGetOnlineStateV1BadRequest() *GetOnlineStateV1BadRequest
NewGetOnlineStateV1BadRequest creates a GetOnlineStateV1BadRequest with default headers values
func (*GetOnlineStateV1BadRequest) Code ¶
func (o *GetOnlineStateV1BadRequest) Code() int
Code gets the status code for the get online state v1 bad request response
func (*GetOnlineStateV1BadRequest) Error ¶
func (o *GetOnlineStateV1BadRequest) Error() string
func (*GetOnlineStateV1BadRequest) GetPayload ¶
func (o *GetOnlineStateV1BadRequest) GetPayload() *models.StateOnlineStateRespV1
func (*GetOnlineStateV1BadRequest) IsClientError ¶
func (o *GetOnlineStateV1BadRequest) IsClientError() bool
IsClientError returns true when this get online state v1 bad request response has a 4xx status code
func (*GetOnlineStateV1BadRequest) IsCode ¶
func (o *GetOnlineStateV1BadRequest) IsCode(code int) bool
IsCode returns true when this get online state v1 bad request response a status code equal to that given
func (*GetOnlineStateV1BadRequest) IsRedirect ¶
func (o *GetOnlineStateV1BadRequest) IsRedirect() bool
IsRedirect returns true when this get online state v1 bad request response has a 3xx status code
func (*GetOnlineStateV1BadRequest) IsServerError ¶
func (o *GetOnlineStateV1BadRequest) IsServerError() bool
IsServerError returns true when this get online state v1 bad request response has a 5xx status code
func (*GetOnlineStateV1BadRequest) IsSuccess ¶
func (o *GetOnlineStateV1BadRequest) IsSuccess() bool
IsSuccess returns true when this get online state v1 bad request response has a 2xx status code
func (*GetOnlineStateV1BadRequest) String ¶
func (o *GetOnlineStateV1BadRequest) String() string
type GetOnlineStateV1Forbidden ¶
type GetOnlineStateV1Forbidden 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 }
GetOnlineStateV1Forbidden describes a response with status code 403, with default header values.
Forbidden
func NewGetOnlineStateV1Forbidden ¶
func NewGetOnlineStateV1Forbidden() *GetOnlineStateV1Forbidden
NewGetOnlineStateV1Forbidden creates a GetOnlineStateV1Forbidden with default headers values
func (*GetOnlineStateV1Forbidden) Code ¶
func (o *GetOnlineStateV1Forbidden) Code() int
Code gets the status code for the get online state v1 forbidden response
func (*GetOnlineStateV1Forbidden) Error ¶
func (o *GetOnlineStateV1Forbidden) Error() string
func (*GetOnlineStateV1Forbidden) GetPayload ¶
func (o *GetOnlineStateV1Forbidden) GetPayload() *models.MsaReplyMetaOnly
func (*GetOnlineStateV1Forbidden) IsClientError ¶
func (o *GetOnlineStateV1Forbidden) IsClientError() bool
IsClientError returns true when this get online state v1 forbidden response has a 4xx status code
func (*GetOnlineStateV1Forbidden) IsCode ¶
func (o *GetOnlineStateV1Forbidden) IsCode(code int) bool
IsCode returns true when this get online state v1 forbidden response a status code equal to that given
func (*GetOnlineStateV1Forbidden) IsRedirect ¶
func (o *GetOnlineStateV1Forbidden) IsRedirect() bool
IsRedirect returns true when this get online state v1 forbidden response has a 3xx status code
func (*GetOnlineStateV1Forbidden) IsServerError ¶
func (o *GetOnlineStateV1Forbidden) IsServerError() bool
IsServerError returns true when this get online state v1 forbidden response has a 5xx status code
func (*GetOnlineStateV1Forbidden) IsSuccess ¶
func (o *GetOnlineStateV1Forbidden) IsSuccess() bool
IsSuccess returns true when this get online state v1 forbidden response has a 2xx status code
func (*GetOnlineStateV1Forbidden) String ¶
func (o *GetOnlineStateV1Forbidden) String() string
type GetOnlineStateV1OK ¶
type GetOnlineStateV1OK 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.StateOnlineStateRespV1 }
GetOnlineStateV1OK describes a response with status code 200, with default header values.
OK
func NewGetOnlineStateV1OK ¶
func NewGetOnlineStateV1OK() *GetOnlineStateV1OK
NewGetOnlineStateV1OK creates a GetOnlineStateV1OK with default headers values
func (*GetOnlineStateV1OK) Code ¶
func (o *GetOnlineStateV1OK) Code() int
Code gets the status code for the get online state v1 o k response
func (*GetOnlineStateV1OK) Error ¶
func (o *GetOnlineStateV1OK) Error() string
func (*GetOnlineStateV1OK) GetPayload ¶
func (o *GetOnlineStateV1OK) GetPayload() *models.StateOnlineStateRespV1
func (*GetOnlineStateV1OK) IsClientError ¶
func (o *GetOnlineStateV1OK) IsClientError() bool
IsClientError returns true when this get online state v1 o k response has a 4xx status code
func (*GetOnlineStateV1OK) IsCode ¶
func (o *GetOnlineStateV1OK) IsCode(code int) bool
IsCode returns true when this get online state v1 o k response a status code equal to that given
func (*GetOnlineStateV1OK) IsRedirect ¶
func (o *GetOnlineStateV1OK) IsRedirect() bool
IsRedirect returns true when this get online state v1 o k response has a 3xx status code
func (*GetOnlineStateV1OK) IsServerError ¶
func (o *GetOnlineStateV1OK) IsServerError() bool
IsServerError returns true when this get online state v1 o k response has a 5xx status code
func (*GetOnlineStateV1OK) IsSuccess ¶
func (o *GetOnlineStateV1OK) IsSuccess() bool
IsSuccess returns true when this get online state v1 o k response has a 2xx status code
func (*GetOnlineStateV1OK) String ¶
func (o *GetOnlineStateV1OK) String() string
type GetOnlineStateV1Params ¶
type GetOnlineStateV1Params struct { /* Ids. The unique ID of the host to get the online status of. */ Ids []string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetOnlineStateV1Params contains all the parameters to send to the API endpoint
for the get online state v1 operation. Typically these are written to a http.Request.
func NewGetOnlineStateV1Params ¶
func NewGetOnlineStateV1Params() *GetOnlineStateV1Params
NewGetOnlineStateV1Params creates a new GetOnlineStateV1Params 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 NewGetOnlineStateV1ParamsWithContext ¶
func NewGetOnlineStateV1ParamsWithContext(ctx context.Context) *GetOnlineStateV1Params
NewGetOnlineStateV1ParamsWithContext creates a new GetOnlineStateV1Params object with the ability to set a context for a request.
func NewGetOnlineStateV1ParamsWithHTTPClient ¶
func NewGetOnlineStateV1ParamsWithHTTPClient(client *http.Client) *GetOnlineStateV1Params
NewGetOnlineStateV1ParamsWithHTTPClient creates a new GetOnlineStateV1Params object with the ability to set a custom HTTPClient for a request.
func NewGetOnlineStateV1ParamsWithTimeout ¶
func NewGetOnlineStateV1ParamsWithTimeout(timeout time.Duration) *GetOnlineStateV1Params
NewGetOnlineStateV1ParamsWithTimeout creates a new GetOnlineStateV1Params object with the ability to set a timeout on a request.
func (*GetOnlineStateV1Params) SetContext ¶
func (o *GetOnlineStateV1Params) SetContext(ctx context.Context)
SetContext adds the context to the get online state v1 params
func (*GetOnlineStateV1Params) SetDefaults ¶
func (o *GetOnlineStateV1Params) SetDefaults()
SetDefaults hydrates default values in the get online state v1 params (not the query body).
All values with no default are reset to their zero value.
func (*GetOnlineStateV1Params) SetHTTPClient ¶
func (o *GetOnlineStateV1Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get online state v1 params
func (*GetOnlineStateV1Params) SetIds ¶
func (o *GetOnlineStateV1Params) SetIds(ids []string)
SetIds adds the ids to the get online state v1 params
func (*GetOnlineStateV1Params) SetTimeout ¶
func (o *GetOnlineStateV1Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get online state v1 params
func (*GetOnlineStateV1Params) WithContext ¶
func (o *GetOnlineStateV1Params) WithContext(ctx context.Context) *GetOnlineStateV1Params
WithContext adds the context to the get online state v1 params
func (*GetOnlineStateV1Params) WithDefaults ¶
func (o *GetOnlineStateV1Params) WithDefaults() *GetOnlineStateV1Params
WithDefaults hydrates default values in the get online state v1 params (not the query body).
All values with no default are reset to their zero value.
func (*GetOnlineStateV1Params) WithHTTPClient ¶
func (o *GetOnlineStateV1Params) WithHTTPClient(client *http.Client) *GetOnlineStateV1Params
WithHTTPClient adds the HTTPClient to the get online state v1 params
func (*GetOnlineStateV1Params) WithIds ¶
func (o *GetOnlineStateV1Params) WithIds(ids []string) *GetOnlineStateV1Params
WithIds adds the ids to the get online state v1 params
func (*GetOnlineStateV1Params) WithTimeout ¶
func (o *GetOnlineStateV1Params) WithTimeout(timeout time.Duration) *GetOnlineStateV1Params
WithTimeout adds the timeout to the get online state v1 params
func (*GetOnlineStateV1Params) WriteToRequest ¶
func (o *GetOnlineStateV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetOnlineStateV1Reader ¶
type GetOnlineStateV1Reader struct {
// contains filtered or unexported fields
}
GetOnlineStateV1Reader is a Reader for the GetOnlineStateV1 structure.
func (*GetOnlineStateV1Reader) ReadResponse ¶
func (o *GetOnlineStateV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetOnlineStateV1TooManyRequests ¶
type GetOnlineStateV1TooManyRequests 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 }
GetOnlineStateV1TooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewGetOnlineStateV1TooManyRequests ¶
func NewGetOnlineStateV1TooManyRequests() *GetOnlineStateV1TooManyRequests
NewGetOnlineStateV1TooManyRequests creates a GetOnlineStateV1TooManyRequests with default headers values
func (*GetOnlineStateV1TooManyRequests) Code ¶
func (o *GetOnlineStateV1TooManyRequests) Code() int
Code gets the status code for the get online state v1 too many requests response
func (*GetOnlineStateV1TooManyRequests) Error ¶
func (o *GetOnlineStateV1TooManyRequests) Error() string
func (*GetOnlineStateV1TooManyRequests) GetPayload ¶
func (o *GetOnlineStateV1TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*GetOnlineStateV1TooManyRequests) IsClientError ¶
func (o *GetOnlineStateV1TooManyRequests) IsClientError() bool
IsClientError returns true when this get online state v1 too many requests response has a 4xx status code
func (*GetOnlineStateV1TooManyRequests) IsCode ¶
func (o *GetOnlineStateV1TooManyRequests) IsCode(code int) bool
IsCode returns true when this get online state v1 too many requests response a status code equal to that given
func (*GetOnlineStateV1TooManyRequests) IsRedirect ¶
func (o *GetOnlineStateV1TooManyRequests) IsRedirect() bool
IsRedirect returns true when this get online state v1 too many requests response has a 3xx status code
func (*GetOnlineStateV1TooManyRequests) IsServerError ¶
func (o *GetOnlineStateV1TooManyRequests) IsServerError() bool
IsServerError returns true when this get online state v1 too many requests response has a 5xx status code
func (*GetOnlineStateV1TooManyRequests) IsSuccess ¶
func (o *GetOnlineStateV1TooManyRequests) IsSuccess() bool
IsSuccess returns true when this get online state v1 too many requests response has a 2xx status code
func (*GetOnlineStateV1TooManyRequests) String ¶
func (o *GetOnlineStateV1TooManyRequests) String() string
type PerformActionV2Accepted ¶
type PerformActionV2Accepted 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.MsaReplyAffectedEntities }
PerformActionV2Accepted describes a response with status code 202, with default header values.
Accepted
func NewPerformActionV2Accepted ¶
func NewPerformActionV2Accepted() *PerformActionV2Accepted
NewPerformActionV2Accepted creates a PerformActionV2Accepted with default headers values
func (*PerformActionV2Accepted) Code ¶
func (o *PerformActionV2Accepted) Code() int
Code gets the status code for the perform action v2 accepted response
func (*PerformActionV2Accepted) Error ¶
func (o *PerformActionV2Accepted) Error() string
func (*PerformActionV2Accepted) GetPayload ¶
func (o *PerformActionV2Accepted) GetPayload() *models.MsaReplyAffectedEntities
func (*PerformActionV2Accepted) IsClientError ¶
func (o *PerformActionV2Accepted) IsClientError() bool
IsClientError returns true when this perform action v2 accepted response has a 4xx status code
func (*PerformActionV2Accepted) IsCode ¶
func (o *PerformActionV2Accepted) IsCode(code int) bool
IsCode returns true when this perform action v2 accepted response a status code equal to that given
func (*PerformActionV2Accepted) IsRedirect ¶
func (o *PerformActionV2Accepted) IsRedirect() bool
IsRedirect returns true when this perform action v2 accepted response has a 3xx status code
func (*PerformActionV2Accepted) IsServerError ¶
func (o *PerformActionV2Accepted) IsServerError() bool
IsServerError returns true when this perform action v2 accepted response has a 5xx status code
func (*PerformActionV2Accepted) IsSuccess ¶
func (o *PerformActionV2Accepted) IsSuccess() bool
IsSuccess returns true when this perform action v2 accepted response has a 2xx status code
func (*PerformActionV2Accepted) String ¶
func (o *PerformActionV2Accepted) String() string
type PerformActionV2BadRequest ¶
type PerformActionV2BadRequest 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.MsaReplyAffectedEntities }
PerformActionV2BadRequest describes a response with status code 400, with default header values.
Bad Request
func NewPerformActionV2BadRequest ¶
func NewPerformActionV2BadRequest() *PerformActionV2BadRequest
NewPerformActionV2BadRequest creates a PerformActionV2BadRequest with default headers values
func (*PerformActionV2BadRequest) Code ¶
func (o *PerformActionV2BadRequest) Code() int
Code gets the status code for the perform action v2 bad request response
func (*PerformActionV2BadRequest) Error ¶
func (o *PerformActionV2BadRequest) Error() string
func (*PerformActionV2BadRequest) GetPayload ¶
func (o *PerformActionV2BadRequest) GetPayload() *models.MsaReplyAffectedEntities
func (*PerformActionV2BadRequest) IsClientError ¶
func (o *PerformActionV2BadRequest) IsClientError() bool
IsClientError returns true when this perform action v2 bad request response has a 4xx status code
func (*PerformActionV2BadRequest) IsCode ¶
func (o *PerformActionV2BadRequest) IsCode(code int) bool
IsCode returns true when this perform action v2 bad request response a status code equal to that given
func (*PerformActionV2BadRequest) IsRedirect ¶
func (o *PerformActionV2BadRequest) IsRedirect() bool
IsRedirect returns true when this perform action v2 bad request response has a 3xx status code
func (*PerformActionV2BadRequest) IsServerError ¶
func (o *PerformActionV2BadRequest) IsServerError() bool
IsServerError returns true when this perform action v2 bad request response has a 5xx status code
func (*PerformActionV2BadRequest) IsSuccess ¶
func (o *PerformActionV2BadRequest) IsSuccess() bool
IsSuccess returns true when this perform action v2 bad request response has a 2xx status code
func (*PerformActionV2BadRequest) String ¶
func (o *PerformActionV2BadRequest) String() string
type PerformActionV2Conflict ¶
type PerformActionV2Conflict 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.MsaReplyAffectedEntities }
PerformActionV2Conflict describes a response with status code 409, with default header values.
Conflict
func NewPerformActionV2Conflict ¶
func NewPerformActionV2Conflict() *PerformActionV2Conflict
NewPerformActionV2Conflict creates a PerformActionV2Conflict with default headers values
func (*PerformActionV2Conflict) Code ¶
func (o *PerformActionV2Conflict) Code() int
Code gets the status code for the perform action v2 conflict response
func (*PerformActionV2Conflict) Error ¶
func (o *PerformActionV2Conflict) Error() string
func (*PerformActionV2Conflict) GetPayload ¶
func (o *PerformActionV2Conflict) GetPayload() *models.MsaReplyAffectedEntities
func (*PerformActionV2Conflict) IsClientError ¶
func (o *PerformActionV2Conflict) IsClientError() bool
IsClientError returns true when this perform action v2 conflict response has a 4xx status code
func (*PerformActionV2Conflict) IsCode ¶
func (o *PerformActionV2Conflict) IsCode(code int) bool
IsCode returns true when this perform action v2 conflict response a status code equal to that given
func (*PerformActionV2Conflict) IsRedirect ¶
func (o *PerformActionV2Conflict) IsRedirect() bool
IsRedirect returns true when this perform action v2 conflict response has a 3xx status code
func (*PerformActionV2Conflict) IsServerError ¶
func (o *PerformActionV2Conflict) IsServerError() bool
IsServerError returns true when this perform action v2 conflict response has a 5xx status code
func (*PerformActionV2Conflict) IsSuccess ¶
func (o *PerformActionV2Conflict) IsSuccess() bool
IsSuccess returns true when this perform action v2 conflict response has a 2xx status code
func (*PerformActionV2Conflict) String ¶
func (o *PerformActionV2Conflict) String() string
type PerformActionV2Forbidden ¶
type PerformActionV2Forbidden 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 }
PerformActionV2Forbidden describes a response with status code 403, with default header values.
Forbidden
func NewPerformActionV2Forbidden ¶
func NewPerformActionV2Forbidden() *PerformActionV2Forbidden
NewPerformActionV2Forbidden creates a PerformActionV2Forbidden with default headers values
func (*PerformActionV2Forbidden) Code ¶
func (o *PerformActionV2Forbidden) Code() int
Code gets the status code for the perform action v2 forbidden response
func (*PerformActionV2Forbidden) Error ¶
func (o *PerformActionV2Forbidden) Error() string
func (*PerformActionV2Forbidden) GetPayload ¶
func (o *PerformActionV2Forbidden) GetPayload() *models.MsaReplyMetaOnly
func (*PerformActionV2Forbidden) IsClientError ¶
func (o *PerformActionV2Forbidden) IsClientError() bool
IsClientError returns true when this perform action v2 forbidden response has a 4xx status code
func (*PerformActionV2Forbidden) IsCode ¶
func (o *PerformActionV2Forbidden) IsCode(code int) bool
IsCode returns true when this perform action v2 forbidden response a status code equal to that given
func (*PerformActionV2Forbidden) IsRedirect ¶
func (o *PerformActionV2Forbidden) IsRedirect() bool
IsRedirect returns true when this perform action v2 forbidden response has a 3xx status code
func (*PerformActionV2Forbidden) IsServerError ¶
func (o *PerformActionV2Forbidden) IsServerError() bool
IsServerError returns true when this perform action v2 forbidden response has a 5xx status code
func (*PerformActionV2Forbidden) IsSuccess ¶
func (o *PerformActionV2Forbidden) IsSuccess() bool
IsSuccess returns true when this perform action v2 forbidden response has a 2xx status code
func (*PerformActionV2Forbidden) String ¶
func (o *PerformActionV2Forbidden) String() string
type PerformActionV2InternalServerError ¶
type PerformActionV2InternalServerError 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.MsaReplyAffectedEntities }
PerformActionV2InternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewPerformActionV2InternalServerError ¶
func NewPerformActionV2InternalServerError() *PerformActionV2InternalServerError
NewPerformActionV2InternalServerError creates a PerformActionV2InternalServerError with default headers values
func (*PerformActionV2InternalServerError) Code ¶
func (o *PerformActionV2InternalServerError) Code() int
Code gets the status code for the perform action v2 internal server error response
func (*PerformActionV2InternalServerError) Error ¶
func (o *PerformActionV2InternalServerError) Error() string
func (*PerformActionV2InternalServerError) GetPayload ¶
func (o *PerformActionV2InternalServerError) GetPayload() *models.MsaReplyAffectedEntities
func (*PerformActionV2InternalServerError) IsClientError ¶
func (o *PerformActionV2InternalServerError) IsClientError() bool
IsClientError returns true when this perform action v2 internal server error response has a 4xx status code
func (*PerformActionV2InternalServerError) IsCode ¶
func (o *PerformActionV2InternalServerError) IsCode(code int) bool
IsCode returns true when this perform action v2 internal server error response a status code equal to that given
func (*PerformActionV2InternalServerError) IsRedirect ¶
func (o *PerformActionV2InternalServerError) IsRedirect() bool
IsRedirect returns true when this perform action v2 internal server error response has a 3xx status code
func (*PerformActionV2InternalServerError) IsServerError ¶
func (o *PerformActionV2InternalServerError) IsServerError() bool
IsServerError returns true when this perform action v2 internal server error response has a 5xx status code
func (*PerformActionV2InternalServerError) IsSuccess ¶
func (o *PerformActionV2InternalServerError) IsSuccess() bool
IsSuccess returns true when this perform action v2 internal server error response has a 2xx status code
func (*PerformActionV2InternalServerError) String ¶
func (o *PerformActionV2InternalServerError) String() string
type PerformActionV2Params ¶
type PerformActionV2Params struct { /* ActionName. Specify one of these actions: - `contain` - This action contains the host, which stops any network communications to locations other than the CrowdStrike cloud and IPs specified in your [containment policy](https://falcon.crowdstrike.com/support/documentation/11/getting-started-guide#containmentpolicy) - `lift_containment`: This action lifts containment on the host, which returns its network communications to normal - `hide_host`: This action will delete a host. After the host is deleted, no new detections for that host will be reported via UI or APIs - `unhide_host`: This action will restore a host. Detection reporting will resume after the host is restored */ ActionName string /* Body. The host agent ID (AID) of the host you want to contain. Get an agent ID from a detection, the Falcon console, or the Streaming API. Provide the ID in JSON format with the key `ids` and the value in square brackets, such as: `"ids": ["123456789"]` */ Body *models.MsaEntityActionRequestV2 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PerformActionV2Params contains all the parameters to send to the API endpoint
for the perform action v2 operation. Typically these are written to a http.Request.
func NewPerformActionV2Params ¶
func NewPerformActionV2Params() *PerformActionV2Params
NewPerformActionV2Params creates a new PerformActionV2Params 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 NewPerformActionV2ParamsWithContext ¶
func NewPerformActionV2ParamsWithContext(ctx context.Context) *PerformActionV2Params
NewPerformActionV2ParamsWithContext creates a new PerformActionV2Params object with the ability to set a context for a request.
func NewPerformActionV2ParamsWithHTTPClient ¶
func NewPerformActionV2ParamsWithHTTPClient(client *http.Client) *PerformActionV2Params
NewPerformActionV2ParamsWithHTTPClient creates a new PerformActionV2Params object with the ability to set a custom HTTPClient for a request.
func NewPerformActionV2ParamsWithTimeout ¶
func NewPerformActionV2ParamsWithTimeout(timeout time.Duration) *PerformActionV2Params
NewPerformActionV2ParamsWithTimeout creates a new PerformActionV2Params object with the ability to set a timeout on a request.
func (*PerformActionV2Params) SetActionName ¶
func (o *PerformActionV2Params) SetActionName(actionName string)
SetActionName adds the actionName to the perform action v2 params
func (*PerformActionV2Params) SetBody ¶
func (o *PerformActionV2Params) SetBody(body *models.MsaEntityActionRequestV2)
SetBody adds the body to the perform action v2 params
func (*PerformActionV2Params) SetContext ¶
func (o *PerformActionV2Params) SetContext(ctx context.Context)
SetContext adds the context to the perform action v2 params
func (*PerformActionV2Params) SetDefaults ¶
func (o *PerformActionV2Params) SetDefaults()
SetDefaults hydrates default values in the perform action v2 params (not the query body).
All values with no default are reset to their zero value.
func (*PerformActionV2Params) SetHTTPClient ¶
func (o *PerformActionV2Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the perform action v2 params
func (*PerformActionV2Params) SetTimeout ¶
func (o *PerformActionV2Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the perform action v2 params
func (*PerformActionV2Params) WithActionName ¶
func (o *PerformActionV2Params) WithActionName(actionName string) *PerformActionV2Params
WithActionName adds the actionName to the perform action v2 params
func (*PerformActionV2Params) WithBody ¶
func (o *PerformActionV2Params) WithBody(body *models.MsaEntityActionRequestV2) *PerformActionV2Params
WithBody adds the body to the perform action v2 params
func (*PerformActionV2Params) WithContext ¶
func (o *PerformActionV2Params) WithContext(ctx context.Context) *PerformActionV2Params
WithContext adds the context to the perform action v2 params
func (*PerformActionV2Params) WithDefaults ¶
func (o *PerformActionV2Params) WithDefaults() *PerformActionV2Params
WithDefaults hydrates default values in the perform action v2 params (not the query body).
All values with no default are reset to their zero value.
func (*PerformActionV2Params) WithHTTPClient ¶
func (o *PerformActionV2Params) WithHTTPClient(client *http.Client) *PerformActionV2Params
WithHTTPClient adds the HTTPClient to the perform action v2 params
func (*PerformActionV2Params) WithTimeout ¶
func (o *PerformActionV2Params) WithTimeout(timeout time.Duration) *PerformActionV2Params
WithTimeout adds the timeout to the perform action v2 params
func (*PerformActionV2Params) WriteToRequest ¶
func (o *PerformActionV2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PerformActionV2Reader ¶
type PerformActionV2Reader struct {
// contains filtered or unexported fields
}
PerformActionV2Reader is a Reader for the PerformActionV2 structure.
func (*PerformActionV2Reader) ReadResponse ¶
func (o *PerformActionV2Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PerformActionV2TooManyRequests ¶
type PerformActionV2TooManyRequests 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 }
PerformActionV2TooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewPerformActionV2TooManyRequests ¶
func NewPerformActionV2TooManyRequests() *PerformActionV2TooManyRequests
NewPerformActionV2TooManyRequests creates a PerformActionV2TooManyRequests with default headers values
func (*PerformActionV2TooManyRequests) Code ¶
func (o *PerformActionV2TooManyRequests) Code() int
Code gets the status code for the perform action v2 too many requests response
func (*PerformActionV2TooManyRequests) Error ¶
func (o *PerformActionV2TooManyRequests) Error() string
func (*PerformActionV2TooManyRequests) GetPayload ¶
func (o *PerformActionV2TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*PerformActionV2TooManyRequests) IsClientError ¶
func (o *PerformActionV2TooManyRequests) IsClientError() bool
IsClientError returns true when this perform action v2 too many requests response has a 4xx status code
func (*PerformActionV2TooManyRequests) IsCode ¶
func (o *PerformActionV2TooManyRequests) IsCode(code int) bool
IsCode returns true when this perform action v2 too many requests response a status code equal to that given
func (*PerformActionV2TooManyRequests) IsRedirect ¶
func (o *PerformActionV2TooManyRequests) IsRedirect() bool
IsRedirect returns true when this perform action v2 too many requests response has a 3xx status code
func (*PerformActionV2TooManyRequests) IsServerError ¶
func (o *PerformActionV2TooManyRequests) IsServerError() bool
IsServerError returns true when this perform action v2 too many requests response has a 5xx status code
func (*PerformActionV2TooManyRequests) IsSuccess ¶
func (o *PerformActionV2TooManyRequests) IsSuccess() bool
IsSuccess returns true when this perform action v2 too many requests response has a 2xx status code
func (*PerformActionV2TooManyRequests) String ¶
func (o *PerformActionV2TooManyRequests) String() string
type PostDeviceDetailsV2Forbidden ¶
type PostDeviceDetailsV2Forbidden 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 }
PostDeviceDetailsV2Forbidden describes a response with status code 403, with default header values.
Forbidden
func NewPostDeviceDetailsV2Forbidden ¶
func NewPostDeviceDetailsV2Forbidden() *PostDeviceDetailsV2Forbidden
NewPostDeviceDetailsV2Forbidden creates a PostDeviceDetailsV2Forbidden with default headers values
func (*PostDeviceDetailsV2Forbidden) Code ¶
func (o *PostDeviceDetailsV2Forbidden) Code() int
Code gets the status code for the post device details v2 forbidden response
func (*PostDeviceDetailsV2Forbidden) Error ¶
func (o *PostDeviceDetailsV2Forbidden) Error() string
func (*PostDeviceDetailsV2Forbidden) GetPayload ¶
func (o *PostDeviceDetailsV2Forbidden) GetPayload() *models.MsaReplyMetaOnly
func (*PostDeviceDetailsV2Forbidden) IsClientError ¶
func (o *PostDeviceDetailsV2Forbidden) IsClientError() bool
IsClientError returns true when this post device details v2 forbidden response has a 4xx status code
func (*PostDeviceDetailsV2Forbidden) IsCode ¶
func (o *PostDeviceDetailsV2Forbidden) IsCode(code int) bool
IsCode returns true when this post device details v2 forbidden response a status code equal to that given
func (*PostDeviceDetailsV2Forbidden) IsRedirect ¶
func (o *PostDeviceDetailsV2Forbidden) IsRedirect() bool
IsRedirect returns true when this post device details v2 forbidden response has a 3xx status code
func (*PostDeviceDetailsV2Forbidden) IsServerError ¶
func (o *PostDeviceDetailsV2Forbidden) IsServerError() bool
IsServerError returns true when this post device details v2 forbidden response has a 5xx status code
func (*PostDeviceDetailsV2Forbidden) IsSuccess ¶
func (o *PostDeviceDetailsV2Forbidden) IsSuccess() bool
IsSuccess returns true when this post device details v2 forbidden response has a 2xx status code
func (*PostDeviceDetailsV2Forbidden) String ¶
func (o *PostDeviceDetailsV2Forbidden) String() string
type PostDeviceDetailsV2OK ¶
type PostDeviceDetailsV2OK 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.DeviceapiDeviceDetailsResponseSwagger }
PostDeviceDetailsV2OK describes a response with status code 200, with default header values.
OK
func NewPostDeviceDetailsV2OK ¶
func NewPostDeviceDetailsV2OK() *PostDeviceDetailsV2OK
NewPostDeviceDetailsV2OK creates a PostDeviceDetailsV2OK with default headers values
func (*PostDeviceDetailsV2OK) Code ¶
func (o *PostDeviceDetailsV2OK) Code() int
Code gets the status code for the post device details v2 o k response
func (*PostDeviceDetailsV2OK) Error ¶
func (o *PostDeviceDetailsV2OK) Error() string
func (*PostDeviceDetailsV2OK) GetPayload ¶
func (o *PostDeviceDetailsV2OK) GetPayload() *models.DeviceapiDeviceDetailsResponseSwagger
func (*PostDeviceDetailsV2OK) IsClientError ¶
func (o *PostDeviceDetailsV2OK) IsClientError() bool
IsClientError returns true when this post device details v2 o k response has a 4xx status code
func (*PostDeviceDetailsV2OK) IsCode ¶
func (o *PostDeviceDetailsV2OK) IsCode(code int) bool
IsCode returns true when this post device details v2 o k response a status code equal to that given
func (*PostDeviceDetailsV2OK) IsRedirect ¶
func (o *PostDeviceDetailsV2OK) IsRedirect() bool
IsRedirect returns true when this post device details v2 o k response has a 3xx status code
func (*PostDeviceDetailsV2OK) IsServerError ¶
func (o *PostDeviceDetailsV2OK) IsServerError() bool
IsServerError returns true when this post device details v2 o k response has a 5xx status code
func (*PostDeviceDetailsV2OK) IsSuccess ¶
func (o *PostDeviceDetailsV2OK) IsSuccess() bool
IsSuccess returns true when this post device details v2 o k response has a 2xx status code
func (*PostDeviceDetailsV2OK) String ¶
func (o *PostDeviceDetailsV2OK) String() string
type PostDeviceDetailsV2Params ¶
type PostDeviceDetailsV2Params struct { // Body. Body *models.MsaIdsRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PostDeviceDetailsV2Params contains all the parameters to send to the API endpoint
for the post device details v2 operation. Typically these are written to a http.Request.
func NewPostDeviceDetailsV2Params ¶
func NewPostDeviceDetailsV2Params() *PostDeviceDetailsV2Params
NewPostDeviceDetailsV2Params creates a new PostDeviceDetailsV2Params 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 NewPostDeviceDetailsV2ParamsWithContext ¶
func NewPostDeviceDetailsV2ParamsWithContext(ctx context.Context) *PostDeviceDetailsV2Params
NewPostDeviceDetailsV2ParamsWithContext creates a new PostDeviceDetailsV2Params object with the ability to set a context for a request.
func NewPostDeviceDetailsV2ParamsWithHTTPClient ¶
func NewPostDeviceDetailsV2ParamsWithHTTPClient(client *http.Client) *PostDeviceDetailsV2Params
NewPostDeviceDetailsV2ParamsWithHTTPClient creates a new PostDeviceDetailsV2Params object with the ability to set a custom HTTPClient for a request.
func NewPostDeviceDetailsV2ParamsWithTimeout ¶
func NewPostDeviceDetailsV2ParamsWithTimeout(timeout time.Duration) *PostDeviceDetailsV2Params
NewPostDeviceDetailsV2ParamsWithTimeout creates a new PostDeviceDetailsV2Params object with the ability to set a timeout on a request.
func (*PostDeviceDetailsV2Params) SetBody ¶
func (o *PostDeviceDetailsV2Params) SetBody(body *models.MsaIdsRequest)
SetBody adds the body to the post device details v2 params
func (*PostDeviceDetailsV2Params) SetContext ¶
func (o *PostDeviceDetailsV2Params) SetContext(ctx context.Context)
SetContext adds the context to the post device details v2 params
func (*PostDeviceDetailsV2Params) SetDefaults ¶
func (o *PostDeviceDetailsV2Params) SetDefaults()
SetDefaults hydrates default values in the post device details v2 params (not the query body).
All values with no default are reset to their zero value.
func (*PostDeviceDetailsV2Params) SetHTTPClient ¶
func (o *PostDeviceDetailsV2Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the post device details v2 params
func (*PostDeviceDetailsV2Params) SetTimeout ¶
func (o *PostDeviceDetailsV2Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the post device details v2 params
func (*PostDeviceDetailsV2Params) WithBody ¶
func (o *PostDeviceDetailsV2Params) WithBody(body *models.MsaIdsRequest) *PostDeviceDetailsV2Params
WithBody adds the body to the post device details v2 params
func (*PostDeviceDetailsV2Params) WithContext ¶
func (o *PostDeviceDetailsV2Params) WithContext(ctx context.Context) *PostDeviceDetailsV2Params
WithContext adds the context to the post device details v2 params
func (*PostDeviceDetailsV2Params) WithDefaults ¶
func (o *PostDeviceDetailsV2Params) WithDefaults() *PostDeviceDetailsV2Params
WithDefaults hydrates default values in the post device details v2 params (not the query body).
All values with no default are reset to their zero value.
func (*PostDeviceDetailsV2Params) WithHTTPClient ¶
func (o *PostDeviceDetailsV2Params) WithHTTPClient(client *http.Client) *PostDeviceDetailsV2Params
WithHTTPClient adds the HTTPClient to the post device details v2 params
func (*PostDeviceDetailsV2Params) WithTimeout ¶
func (o *PostDeviceDetailsV2Params) WithTimeout(timeout time.Duration) *PostDeviceDetailsV2Params
WithTimeout adds the timeout to the post device details v2 params
func (*PostDeviceDetailsV2Params) WriteToRequest ¶
func (o *PostDeviceDetailsV2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PostDeviceDetailsV2Reader ¶
type PostDeviceDetailsV2Reader struct {
// contains filtered or unexported fields
}
PostDeviceDetailsV2Reader is a Reader for the PostDeviceDetailsV2 structure.
func (*PostDeviceDetailsV2Reader) ReadResponse ¶
func (o *PostDeviceDetailsV2Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PostDeviceDetailsV2TooManyRequests ¶
type PostDeviceDetailsV2TooManyRequests 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 }
PostDeviceDetailsV2TooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewPostDeviceDetailsV2TooManyRequests ¶
func NewPostDeviceDetailsV2TooManyRequests() *PostDeviceDetailsV2TooManyRequests
NewPostDeviceDetailsV2TooManyRequests creates a PostDeviceDetailsV2TooManyRequests with default headers values
func (*PostDeviceDetailsV2TooManyRequests) Code ¶
func (o *PostDeviceDetailsV2TooManyRequests) Code() int
Code gets the status code for the post device details v2 too many requests response
func (*PostDeviceDetailsV2TooManyRequests) Error ¶
func (o *PostDeviceDetailsV2TooManyRequests) Error() string
func (*PostDeviceDetailsV2TooManyRequests) GetPayload ¶
func (o *PostDeviceDetailsV2TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*PostDeviceDetailsV2TooManyRequests) IsClientError ¶
func (o *PostDeviceDetailsV2TooManyRequests) IsClientError() bool
IsClientError returns true when this post device details v2 too many requests response has a 4xx status code
func (*PostDeviceDetailsV2TooManyRequests) IsCode ¶
func (o *PostDeviceDetailsV2TooManyRequests) IsCode(code int) bool
IsCode returns true when this post device details v2 too many requests response a status code equal to that given
func (*PostDeviceDetailsV2TooManyRequests) IsRedirect ¶
func (o *PostDeviceDetailsV2TooManyRequests) IsRedirect() bool
IsRedirect returns true when this post device details v2 too many requests response has a 3xx status code
func (*PostDeviceDetailsV2TooManyRequests) IsServerError ¶
func (o *PostDeviceDetailsV2TooManyRequests) IsServerError() bool
IsServerError returns true when this post device details v2 too many requests response has a 5xx status code
func (*PostDeviceDetailsV2TooManyRequests) IsSuccess ¶
func (o *PostDeviceDetailsV2TooManyRequests) IsSuccess() bool
IsSuccess returns true when this post device details v2 too many requests response has a 2xx status code
func (*PostDeviceDetailsV2TooManyRequests) String ¶
func (o *PostDeviceDetailsV2TooManyRequests) String() string
type QueryDeviceLoginHistoryForbidden ¶
type QueryDeviceLoginHistoryForbidden 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 }
QueryDeviceLoginHistoryForbidden describes a response with status code 403, with default header values.
Forbidden
func NewQueryDeviceLoginHistoryForbidden ¶
func NewQueryDeviceLoginHistoryForbidden() *QueryDeviceLoginHistoryForbidden
NewQueryDeviceLoginHistoryForbidden creates a QueryDeviceLoginHistoryForbidden with default headers values
func (*QueryDeviceLoginHistoryForbidden) Code ¶
func (o *QueryDeviceLoginHistoryForbidden) Code() int
Code gets the status code for the query device login history forbidden response
func (*QueryDeviceLoginHistoryForbidden) Error ¶
func (o *QueryDeviceLoginHistoryForbidden) Error() string
func (*QueryDeviceLoginHistoryForbidden) GetPayload ¶
func (o *QueryDeviceLoginHistoryForbidden) GetPayload() *models.MsaReplyMetaOnly
func (*QueryDeviceLoginHistoryForbidden) IsClientError ¶
func (o *QueryDeviceLoginHistoryForbidden) IsClientError() bool
IsClientError returns true when this query device login history forbidden response has a 4xx status code
func (*QueryDeviceLoginHistoryForbidden) IsCode ¶
func (o *QueryDeviceLoginHistoryForbidden) IsCode(code int) bool
IsCode returns true when this query device login history forbidden response a status code equal to that given
func (*QueryDeviceLoginHistoryForbidden) IsRedirect ¶
func (o *QueryDeviceLoginHistoryForbidden) IsRedirect() bool
IsRedirect returns true when this query device login history forbidden response has a 3xx status code
func (*QueryDeviceLoginHistoryForbidden) IsServerError ¶
func (o *QueryDeviceLoginHistoryForbidden) IsServerError() bool
IsServerError returns true when this query device login history forbidden response has a 5xx status code
func (*QueryDeviceLoginHistoryForbidden) IsSuccess ¶
func (o *QueryDeviceLoginHistoryForbidden) IsSuccess() bool
IsSuccess returns true when this query device login history forbidden response has a 2xx status code
func (*QueryDeviceLoginHistoryForbidden) String ¶
func (o *QueryDeviceLoginHistoryForbidden) String() string
type QueryDeviceLoginHistoryOK ¶
type QueryDeviceLoginHistoryOK 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.DeviceapiLoginHistoryResponseV1 }
QueryDeviceLoginHistoryOK describes a response with status code 200, with default header values.
OK
func NewQueryDeviceLoginHistoryOK ¶
func NewQueryDeviceLoginHistoryOK() *QueryDeviceLoginHistoryOK
NewQueryDeviceLoginHistoryOK creates a QueryDeviceLoginHistoryOK with default headers values
func (*QueryDeviceLoginHistoryOK) Code ¶
func (o *QueryDeviceLoginHistoryOK) Code() int
Code gets the status code for the query device login history o k response
func (*QueryDeviceLoginHistoryOK) Error ¶
func (o *QueryDeviceLoginHistoryOK) Error() string
func (*QueryDeviceLoginHistoryOK) GetPayload ¶
func (o *QueryDeviceLoginHistoryOK) GetPayload() *models.DeviceapiLoginHistoryResponseV1
func (*QueryDeviceLoginHistoryOK) IsClientError ¶
func (o *QueryDeviceLoginHistoryOK) IsClientError() bool
IsClientError returns true when this query device login history o k response has a 4xx status code
func (*QueryDeviceLoginHistoryOK) IsCode ¶
func (o *QueryDeviceLoginHistoryOK) IsCode(code int) bool
IsCode returns true when this query device login history o k response a status code equal to that given
func (*QueryDeviceLoginHistoryOK) IsRedirect ¶
func (o *QueryDeviceLoginHistoryOK) IsRedirect() bool
IsRedirect returns true when this query device login history o k response has a 3xx status code
func (*QueryDeviceLoginHistoryOK) IsServerError ¶
func (o *QueryDeviceLoginHistoryOK) IsServerError() bool
IsServerError returns true when this query device login history o k response has a 5xx status code
func (*QueryDeviceLoginHistoryOK) IsSuccess ¶
func (o *QueryDeviceLoginHistoryOK) IsSuccess() bool
IsSuccess returns true when this query device login history o k response has a 2xx status code
func (*QueryDeviceLoginHistoryOK) String ¶
func (o *QueryDeviceLoginHistoryOK) String() string
type QueryDeviceLoginHistoryParams ¶
type QueryDeviceLoginHistoryParams struct { // Body. Body *models.MsaIdsRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
QueryDeviceLoginHistoryParams contains all the parameters to send to the API endpoint
for the query device login history operation. Typically these are written to a http.Request.
func NewQueryDeviceLoginHistoryParams ¶
func NewQueryDeviceLoginHistoryParams() *QueryDeviceLoginHistoryParams
NewQueryDeviceLoginHistoryParams creates a new QueryDeviceLoginHistoryParams 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 NewQueryDeviceLoginHistoryParamsWithContext ¶
func NewQueryDeviceLoginHistoryParamsWithContext(ctx context.Context) *QueryDeviceLoginHistoryParams
NewQueryDeviceLoginHistoryParamsWithContext creates a new QueryDeviceLoginHistoryParams object with the ability to set a context for a request.
func NewQueryDeviceLoginHistoryParamsWithHTTPClient ¶
func NewQueryDeviceLoginHistoryParamsWithHTTPClient(client *http.Client) *QueryDeviceLoginHistoryParams
NewQueryDeviceLoginHistoryParamsWithHTTPClient creates a new QueryDeviceLoginHistoryParams object with the ability to set a custom HTTPClient for a request.
func NewQueryDeviceLoginHistoryParamsWithTimeout ¶
func NewQueryDeviceLoginHistoryParamsWithTimeout(timeout time.Duration) *QueryDeviceLoginHistoryParams
NewQueryDeviceLoginHistoryParamsWithTimeout creates a new QueryDeviceLoginHistoryParams object with the ability to set a timeout on a request.
func (*QueryDeviceLoginHistoryParams) SetBody ¶
func (o *QueryDeviceLoginHistoryParams) SetBody(body *models.MsaIdsRequest)
SetBody adds the body to the query device login history params
func (*QueryDeviceLoginHistoryParams) SetContext ¶
func (o *QueryDeviceLoginHistoryParams) SetContext(ctx context.Context)
SetContext adds the context to the query device login history params
func (*QueryDeviceLoginHistoryParams) SetDefaults ¶
func (o *QueryDeviceLoginHistoryParams) SetDefaults()
SetDefaults hydrates default values in the query device login history params (not the query body).
All values with no default are reset to their zero value.
func (*QueryDeviceLoginHistoryParams) SetHTTPClient ¶
func (o *QueryDeviceLoginHistoryParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the query device login history params
func (*QueryDeviceLoginHistoryParams) SetTimeout ¶
func (o *QueryDeviceLoginHistoryParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the query device login history params
func (*QueryDeviceLoginHistoryParams) WithBody ¶
func (o *QueryDeviceLoginHistoryParams) WithBody(body *models.MsaIdsRequest) *QueryDeviceLoginHistoryParams
WithBody adds the body to the query device login history params
func (*QueryDeviceLoginHistoryParams) WithContext ¶
func (o *QueryDeviceLoginHistoryParams) WithContext(ctx context.Context) *QueryDeviceLoginHistoryParams
WithContext adds the context to the query device login history params
func (*QueryDeviceLoginHistoryParams) WithDefaults ¶
func (o *QueryDeviceLoginHistoryParams) WithDefaults() *QueryDeviceLoginHistoryParams
WithDefaults hydrates default values in the query device login history params (not the query body).
All values with no default are reset to their zero value.
func (*QueryDeviceLoginHistoryParams) WithHTTPClient ¶
func (o *QueryDeviceLoginHistoryParams) WithHTTPClient(client *http.Client) *QueryDeviceLoginHistoryParams
WithHTTPClient adds the HTTPClient to the query device login history params
func (*QueryDeviceLoginHistoryParams) WithTimeout ¶
func (o *QueryDeviceLoginHistoryParams) WithTimeout(timeout time.Duration) *QueryDeviceLoginHistoryParams
WithTimeout adds the timeout to the query device login history params
func (*QueryDeviceLoginHistoryParams) WriteToRequest ¶
func (o *QueryDeviceLoginHistoryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type QueryDeviceLoginHistoryReader ¶
type QueryDeviceLoginHistoryReader struct {
// contains filtered or unexported fields
}
QueryDeviceLoginHistoryReader is a Reader for the QueryDeviceLoginHistory structure.
func (*QueryDeviceLoginHistoryReader) ReadResponse ¶
func (o *QueryDeviceLoginHistoryReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type QueryDeviceLoginHistoryTooManyRequests ¶
type QueryDeviceLoginHistoryTooManyRequests 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 }
QueryDeviceLoginHistoryTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewQueryDeviceLoginHistoryTooManyRequests ¶
func NewQueryDeviceLoginHistoryTooManyRequests() *QueryDeviceLoginHistoryTooManyRequests
NewQueryDeviceLoginHistoryTooManyRequests creates a QueryDeviceLoginHistoryTooManyRequests with default headers values
func (*QueryDeviceLoginHistoryTooManyRequests) Code ¶
func (o *QueryDeviceLoginHistoryTooManyRequests) Code() int
Code gets the status code for the query device login history too many requests response
func (*QueryDeviceLoginHistoryTooManyRequests) Error ¶
func (o *QueryDeviceLoginHistoryTooManyRequests) Error() string
func (*QueryDeviceLoginHistoryTooManyRequests) GetPayload ¶
func (o *QueryDeviceLoginHistoryTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*QueryDeviceLoginHistoryTooManyRequests) IsClientError ¶
func (o *QueryDeviceLoginHistoryTooManyRequests) IsClientError() bool
IsClientError returns true when this query device login history too many requests response has a 4xx status code
func (*QueryDeviceLoginHistoryTooManyRequests) IsCode ¶
func (o *QueryDeviceLoginHistoryTooManyRequests) IsCode(code int) bool
IsCode returns true when this query device login history too many requests response a status code equal to that given
func (*QueryDeviceLoginHistoryTooManyRequests) IsRedirect ¶
func (o *QueryDeviceLoginHistoryTooManyRequests) IsRedirect() bool
IsRedirect returns true when this query device login history too many requests response has a 3xx status code
func (*QueryDeviceLoginHistoryTooManyRequests) IsServerError ¶
func (o *QueryDeviceLoginHistoryTooManyRequests) IsServerError() bool
IsServerError returns true when this query device login history too many requests response has a 5xx status code
func (*QueryDeviceLoginHistoryTooManyRequests) IsSuccess ¶
func (o *QueryDeviceLoginHistoryTooManyRequests) IsSuccess() bool
IsSuccess returns true when this query device login history too many requests response has a 2xx status code
func (*QueryDeviceLoginHistoryTooManyRequests) String ¶
func (o *QueryDeviceLoginHistoryTooManyRequests) String() string
type QueryDeviceLoginHistoryV2Forbidden ¶
type QueryDeviceLoginHistoryV2Forbidden 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 }
QueryDeviceLoginHistoryV2Forbidden describes a response with status code 403, with default header values.
Forbidden
func NewQueryDeviceLoginHistoryV2Forbidden ¶
func NewQueryDeviceLoginHistoryV2Forbidden() *QueryDeviceLoginHistoryV2Forbidden
NewQueryDeviceLoginHistoryV2Forbidden creates a QueryDeviceLoginHistoryV2Forbidden with default headers values
func (*QueryDeviceLoginHistoryV2Forbidden) Code ¶
func (o *QueryDeviceLoginHistoryV2Forbidden) Code() int
Code gets the status code for the query device login history v2 forbidden response
func (*QueryDeviceLoginHistoryV2Forbidden) Error ¶
func (o *QueryDeviceLoginHistoryV2Forbidden) Error() string
func (*QueryDeviceLoginHistoryV2Forbidden) GetPayload ¶
func (o *QueryDeviceLoginHistoryV2Forbidden) GetPayload() *models.MsaReplyMetaOnly
func (*QueryDeviceLoginHistoryV2Forbidden) IsClientError ¶
func (o *QueryDeviceLoginHistoryV2Forbidden) IsClientError() bool
IsClientError returns true when this query device login history v2 forbidden response has a 4xx status code
func (*QueryDeviceLoginHistoryV2Forbidden) IsCode ¶
func (o *QueryDeviceLoginHistoryV2Forbidden) IsCode(code int) bool
IsCode returns true when this query device login history v2 forbidden response a status code equal to that given
func (*QueryDeviceLoginHistoryV2Forbidden) IsRedirect ¶
func (o *QueryDeviceLoginHistoryV2Forbidden) IsRedirect() bool
IsRedirect returns true when this query device login history v2 forbidden response has a 3xx status code
func (*QueryDeviceLoginHistoryV2Forbidden) IsServerError ¶
func (o *QueryDeviceLoginHistoryV2Forbidden) IsServerError() bool
IsServerError returns true when this query device login history v2 forbidden response has a 5xx status code
func (*QueryDeviceLoginHistoryV2Forbidden) IsSuccess ¶
func (o *QueryDeviceLoginHistoryV2Forbidden) IsSuccess() bool
IsSuccess returns true when this query device login history v2 forbidden response has a 2xx status code
func (*QueryDeviceLoginHistoryV2Forbidden) String ¶
func (o *QueryDeviceLoginHistoryV2Forbidden) String() string
type QueryDeviceLoginHistoryV2OK ¶
type QueryDeviceLoginHistoryV2OK 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.DeviceapiLoginHistoryResponseV1 }
QueryDeviceLoginHistoryV2OK describes a response with status code 200, with default header values.
OK
func NewQueryDeviceLoginHistoryV2OK ¶
func NewQueryDeviceLoginHistoryV2OK() *QueryDeviceLoginHistoryV2OK
NewQueryDeviceLoginHistoryV2OK creates a QueryDeviceLoginHistoryV2OK with default headers values
func (*QueryDeviceLoginHistoryV2OK) Code ¶
func (o *QueryDeviceLoginHistoryV2OK) Code() int
Code gets the status code for the query device login history v2 o k response
func (*QueryDeviceLoginHistoryV2OK) Error ¶
func (o *QueryDeviceLoginHistoryV2OK) Error() string
func (*QueryDeviceLoginHistoryV2OK) GetPayload ¶
func (o *QueryDeviceLoginHistoryV2OK) GetPayload() *models.DeviceapiLoginHistoryResponseV1
func (*QueryDeviceLoginHistoryV2OK) IsClientError ¶
func (o *QueryDeviceLoginHistoryV2OK) IsClientError() bool
IsClientError returns true when this query device login history v2 o k response has a 4xx status code
func (*QueryDeviceLoginHistoryV2OK) IsCode ¶
func (o *QueryDeviceLoginHistoryV2OK) IsCode(code int) bool
IsCode returns true when this query device login history v2 o k response a status code equal to that given
func (*QueryDeviceLoginHistoryV2OK) IsRedirect ¶
func (o *QueryDeviceLoginHistoryV2OK) IsRedirect() bool
IsRedirect returns true when this query device login history v2 o k response has a 3xx status code
func (*QueryDeviceLoginHistoryV2OK) IsServerError ¶
func (o *QueryDeviceLoginHistoryV2OK) IsServerError() bool
IsServerError returns true when this query device login history v2 o k response has a 5xx status code
func (*QueryDeviceLoginHistoryV2OK) IsSuccess ¶
func (o *QueryDeviceLoginHistoryV2OK) IsSuccess() bool
IsSuccess returns true when this query device login history v2 o k response has a 2xx status code
func (*QueryDeviceLoginHistoryV2OK) String ¶
func (o *QueryDeviceLoginHistoryV2OK) String() string
type QueryDeviceLoginHistoryV2Params ¶
type QueryDeviceLoginHistoryV2Params struct { // Body. Body *models.MsaIdsRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
QueryDeviceLoginHistoryV2Params contains all the parameters to send to the API endpoint
for the query device login history v2 operation. Typically these are written to a http.Request.
func NewQueryDeviceLoginHistoryV2Params ¶
func NewQueryDeviceLoginHistoryV2Params() *QueryDeviceLoginHistoryV2Params
NewQueryDeviceLoginHistoryV2Params creates a new QueryDeviceLoginHistoryV2Params 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 NewQueryDeviceLoginHistoryV2ParamsWithContext ¶
func NewQueryDeviceLoginHistoryV2ParamsWithContext(ctx context.Context) *QueryDeviceLoginHistoryV2Params
NewQueryDeviceLoginHistoryV2ParamsWithContext creates a new QueryDeviceLoginHistoryV2Params object with the ability to set a context for a request.
func NewQueryDeviceLoginHistoryV2ParamsWithHTTPClient ¶
func NewQueryDeviceLoginHistoryV2ParamsWithHTTPClient(client *http.Client) *QueryDeviceLoginHistoryV2Params
NewQueryDeviceLoginHistoryV2ParamsWithHTTPClient creates a new QueryDeviceLoginHistoryV2Params object with the ability to set a custom HTTPClient for a request.
func NewQueryDeviceLoginHistoryV2ParamsWithTimeout ¶
func NewQueryDeviceLoginHistoryV2ParamsWithTimeout(timeout time.Duration) *QueryDeviceLoginHistoryV2Params
NewQueryDeviceLoginHistoryV2ParamsWithTimeout creates a new QueryDeviceLoginHistoryV2Params object with the ability to set a timeout on a request.
func (*QueryDeviceLoginHistoryV2Params) SetBody ¶
func (o *QueryDeviceLoginHistoryV2Params) SetBody(body *models.MsaIdsRequest)
SetBody adds the body to the query device login history v2 params
func (*QueryDeviceLoginHistoryV2Params) SetContext ¶
func (o *QueryDeviceLoginHistoryV2Params) SetContext(ctx context.Context)
SetContext adds the context to the query device login history v2 params
func (*QueryDeviceLoginHistoryV2Params) SetDefaults ¶
func (o *QueryDeviceLoginHistoryV2Params) SetDefaults()
SetDefaults hydrates default values in the query device login history v2 params (not the query body).
All values with no default are reset to their zero value.
func (*QueryDeviceLoginHistoryV2Params) SetHTTPClient ¶
func (o *QueryDeviceLoginHistoryV2Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the query device login history v2 params
func (*QueryDeviceLoginHistoryV2Params) SetTimeout ¶
func (o *QueryDeviceLoginHistoryV2Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the query device login history v2 params
func (*QueryDeviceLoginHistoryV2Params) WithBody ¶
func (o *QueryDeviceLoginHistoryV2Params) WithBody(body *models.MsaIdsRequest) *QueryDeviceLoginHistoryV2Params
WithBody adds the body to the query device login history v2 params
func (*QueryDeviceLoginHistoryV2Params) WithContext ¶
func (o *QueryDeviceLoginHistoryV2Params) WithContext(ctx context.Context) *QueryDeviceLoginHistoryV2Params
WithContext adds the context to the query device login history v2 params
func (*QueryDeviceLoginHistoryV2Params) WithDefaults ¶
func (o *QueryDeviceLoginHistoryV2Params) WithDefaults() *QueryDeviceLoginHistoryV2Params
WithDefaults hydrates default values in the query device login history v2 params (not the query body).
All values with no default are reset to their zero value.
func (*QueryDeviceLoginHistoryV2Params) WithHTTPClient ¶
func (o *QueryDeviceLoginHistoryV2Params) WithHTTPClient(client *http.Client) *QueryDeviceLoginHistoryV2Params
WithHTTPClient adds the HTTPClient to the query device login history v2 params
func (*QueryDeviceLoginHistoryV2Params) WithTimeout ¶
func (o *QueryDeviceLoginHistoryV2Params) WithTimeout(timeout time.Duration) *QueryDeviceLoginHistoryV2Params
WithTimeout adds the timeout to the query device login history v2 params
func (*QueryDeviceLoginHistoryV2Params) WriteToRequest ¶
func (o *QueryDeviceLoginHistoryV2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type QueryDeviceLoginHistoryV2Reader ¶
type QueryDeviceLoginHistoryV2Reader struct {
// contains filtered or unexported fields
}
QueryDeviceLoginHistoryV2Reader is a Reader for the QueryDeviceLoginHistoryV2 structure.
func (*QueryDeviceLoginHistoryV2Reader) ReadResponse ¶
func (o *QueryDeviceLoginHistoryV2Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type QueryDeviceLoginHistoryV2TooManyRequests ¶
type QueryDeviceLoginHistoryV2TooManyRequests 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 }
QueryDeviceLoginHistoryV2TooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewQueryDeviceLoginHistoryV2TooManyRequests ¶
func NewQueryDeviceLoginHistoryV2TooManyRequests() *QueryDeviceLoginHistoryV2TooManyRequests
NewQueryDeviceLoginHistoryV2TooManyRequests creates a QueryDeviceLoginHistoryV2TooManyRequests with default headers values
func (*QueryDeviceLoginHistoryV2TooManyRequests) Code ¶
func (o *QueryDeviceLoginHistoryV2TooManyRequests) Code() int
Code gets the status code for the query device login history v2 too many requests response
func (*QueryDeviceLoginHistoryV2TooManyRequests) Error ¶
func (o *QueryDeviceLoginHistoryV2TooManyRequests) Error() string
func (*QueryDeviceLoginHistoryV2TooManyRequests) GetPayload ¶
func (o *QueryDeviceLoginHistoryV2TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*QueryDeviceLoginHistoryV2TooManyRequests) IsClientError ¶
func (o *QueryDeviceLoginHistoryV2TooManyRequests) IsClientError() bool
IsClientError returns true when this query device login history v2 too many requests response has a 4xx status code
func (*QueryDeviceLoginHistoryV2TooManyRequests) IsCode ¶
func (o *QueryDeviceLoginHistoryV2TooManyRequests) IsCode(code int) bool
IsCode returns true when this query device login history v2 too many requests response a status code equal to that given
func (*QueryDeviceLoginHistoryV2TooManyRequests) IsRedirect ¶
func (o *QueryDeviceLoginHistoryV2TooManyRequests) IsRedirect() bool
IsRedirect returns true when this query device login history v2 too many requests response has a 3xx status code
func (*QueryDeviceLoginHistoryV2TooManyRequests) IsServerError ¶
func (o *QueryDeviceLoginHistoryV2TooManyRequests) IsServerError() bool
IsServerError returns true when this query device login history v2 too many requests response has a 5xx status code
func (*QueryDeviceLoginHistoryV2TooManyRequests) IsSuccess ¶
func (o *QueryDeviceLoginHistoryV2TooManyRequests) IsSuccess() bool
IsSuccess returns true when this query device login history v2 too many requests response has a 2xx status code
func (*QueryDeviceLoginHistoryV2TooManyRequests) String ¶
func (o *QueryDeviceLoginHistoryV2TooManyRequests) String() string
type QueryDevicesByFilterForbidden ¶
type QueryDevicesByFilterForbidden 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 }
QueryDevicesByFilterForbidden describes a response with status code 403, with default header values.
Forbidden
func NewQueryDevicesByFilterForbidden ¶
func NewQueryDevicesByFilterForbidden() *QueryDevicesByFilterForbidden
NewQueryDevicesByFilterForbidden creates a QueryDevicesByFilterForbidden with default headers values
func (*QueryDevicesByFilterForbidden) Code ¶
func (o *QueryDevicesByFilterForbidden) Code() int
Code gets the status code for the query devices by filter forbidden response
func (*QueryDevicesByFilterForbidden) Error ¶
func (o *QueryDevicesByFilterForbidden) Error() string
func (*QueryDevicesByFilterForbidden) GetPayload ¶
func (o *QueryDevicesByFilterForbidden) GetPayload() *models.MsaReplyMetaOnly
func (*QueryDevicesByFilterForbidden) IsClientError ¶
func (o *QueryDevicesByFilterForbidden) IsClientError() bool
IsClientError returns true when this query devices by filter forbidden response has a 4xx status code
func (*QueryDevicesByFilterForbidden) IsCode ¶
func (o *QueryDevicesByFilterForbidden) IsCode(code int) bool
IsCode returns true when this query devices by filter forbidden response a status code equal to that given
func (*QueryDevicesByFilterForbidden) IsRedirect ¶
func (o *QueryDevicesByFilterForbidden) IsRedirect() bool
IsRedirect returns true when this query devices by filter forbidden response has a 3xx status code
func (*QueryDevicesByFilterForbidden) IsServerError ¶
func (o *QueryDevicesByFilterForbidden) IsServerError() bool
IsServerError returns true when this query devices by filter forbidden response has a 5xx status code
func (*QueryDevicesByFilterForbidden) IsSuccess ¶
func (o *QueryDevicesByFilterForbidden) IsSuccess() bool
IsSuccess returns true when this query devices by filter forbidden response has a 2xx status code
func (*QueryDevicesByFilterForbidden) String ¶
func (o *QueryDevicesByFilterForbidden) String() string
type QueryDevicesByFilterOK ¶
type QueryDevicesByFilterOK 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.MsaQueryResponse }
QueryDevicesByFilterOK describes a response with status code 200, with default header values.
OK
func NewQueryDevicesByFilterOK ¶
func NewQueryDevicesByFilterOK() *QueryDevicesByFilterOK
NewQueryDevicesByFilterOK creates a QueryDevicesByFilterOK with default headers values
func (*QueryDevicesByFilterOK) Code ¶
func (o *QueryDevicesByFilterOK) Code() int
Code gets the status code for the query devices by filter o k response
func (*QueryDevicesByFilterOK) Error ¶
func (o *QueryDevicesByFilterOK) Error() string
func (*QueryDevicesByFilterOK) GetPayload ¶
func (o *QueryDevicesByFilterOK) GetPayload() *models.MsaQueryResponse
func (*QueryDevicesByFilterOK) IsClientError ¶
func (o *QueryDevicesByFilterOK) IsClientError() bool
IsClientError returns true when this query devices by filter o k response has a 4xx status code
func (*QueryDevicesByFilterOK) IsCode ¶
func (o *QueryDevicesByFilterOK) IsCode(code int) bool
IsCode returns true when this query devices by filter o k response a status code equal to that given
func (*QueryDevicesByFilterOK) IsRedirect ¶
func (o *QueryDevicesByFilterOK) IsRedirect() bool
IsRedirect returns true when this query devices by filter o k response has a 3xx status code
func (*QueryDevicesByFilterOK) IsServerError ¶
func (o *QueryDevicesByFilterOK) IsServerError() bool
IsServerError returns true when this query devices by filter o k response has a 5xx status code
func (*QueryDevicesByFilterOK) IsSuccess ¶
func (o *QueryDevicesByFilterOK) IsSuccess() bool
IsSuccess returns true when this query devices by filter o k response has a 2xx status code
func (*QueryDevicesByFilterOK) String ¶
func (o *QueryDevicesByFilterOK) String() string
type QueryDevicesByFilterParams ¶
type QueryDevicesByFilterParams struct { /* Filter. The filter expression that should be used to limit the results */ Filter *string /* Limit. The maximum records to return. [1-5000] */ Limit *int64 /* Offset. The offset to start retrieving records from */ Offset *int64 /* Sort. The property to sort by (e.g. status.desc or hostname.asc) */ Sort *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
QueryDevicesByFilterParams contains all the parameters to send to the API endpoint
for the query devices by filter operation. Typically these are written to a http.Request.
func NewQueryDevicesByFilterParams ¶
func NewQueryDevicesByFilterParams() *QueryDevicesByFilterParams
NewQueryDevicesByFilterParams creates a new QueryDevicesByFilterParams 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 NewQueryDevicesByFilterParamsWithContext ¶
func NewQueryDevicesByFilterParamsWithContext(ctx context.Context) *QueryDevicesByFilterParams
NewQueryDevicesByFilterParamsWithContext creates a new QueryDevicesByFilterParams object with the ability to set a context for a request.
func NewQueryDevicesByFilterParamsWithHTTPClient ¶
func NewQueryDevicesByFilterParamsWithHTTPClient(client *http.Client) *QueryDevicesByFilterParams
NewQueryDevicesByFilterParamsWithHTTPClient creates a new QueryDevicesByFilterParams object with the ability to set a custom HTTPClient for a request.
func NewQueryDevicesByFilterParamsWithTimeout ¶
func NewQueryDevicesByFilterParamsWithTimeout(timeout time.Duration) *QueryDevicesByFilterParams
NewQueryDevicesByFilterParamsWithTimeout creates a new QueryDevicesByFilterParams object with the ability to set a timeout on a request.
func (*QueryDevicesByFilterParams) SetContext ¶
func (o *QueryDevicesByFilterParams) SetContext(ctx context.Context)
SetContext adds the context to the query devices by filter params
func (*QueryDevicesByFilterParams) SetDefaults ¶
func (o *QueryDevicesByFilterParams) SetDefaults()
SetDefaults hydrates default values in the query devices by filter params (not the query body).
All values with no default are reset to their zero value.
func (*QueryDevicesByFilterParams) SetFilter ¶
func (o *QueryDevicesByFilterParams) SetFilter(filter *string)
SetFilter adds the filter to the query devices by filter params
func (*QueryDevicesByFilterParams) SetHTTPClient ¶
func (o *QueryDevicesByFilterParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the query devices by filter params
func (*QueryDevicesByFilterParams) SetLimit ¶
func (o *QueryDevicesByFilterParams) SetLimit(limit *int64)
SetLimit adds the limit to the query devices by filter params
func (*QueryDevicesByFilterParams) SetOffset ¶
func (o *QueryDevicesByFilterParams) SetOffset(offset *int64)
SetOffset adds the offset to the query devices by filter params
func (*QueryDevicesByFilterParams) SetSort ¶
func (o *QueryDevicesByFilterParams) SetSort(sort *string)
SetSort adds the sort to the query devices by filter params
func (*QueryDevicesByFilterParams) SetTimeout ¶
func (o *QueryDevicesByFilterParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the query devices by filter params
func (*QueryDevicesByFilterParams) WithContext ¶
func (o *QueryDevicesByFilterParams) WithContext(ctx context.Context) *QueryDevicesByFilterParams
WithContext adds the context to the query devices by filter params
func (*QueryDevicesByFilterParams) WithDefaults ¶
func (o *QueryDevicesByFilterParams) WithDefaults() *QueryDevicesByFilterParams
WithDefaults hydrates default values in the query devices by filter params (not the query body).
All values with no default are reset to their zero value.
func (*QueryDevicesByFilterParams) WithFilter ¶
func (o *QueryDevicesByFilterParams) WithFilter(filter *string) *QueryDevicesByFilterParams
WithFilter adds the filter to the query devices by filter params
func (*QueryDevicesByFilterParams) WithHTTPClient ¶
func (o *QueryDevicesByFilterParams) WithHTTPClient(client *http.Client) *QueryDevicesByFilterParams
WithHTTPClient adds the HTTPClient to the query devices by filter params
func (*QueryDevicesByFilterParams) WithLimit ¶
func (o *QueryDevicesByFilterParams) WithLimit(limit *int64) *QueryDevicesByFilterParams
WithLimit adds the limit to the query devices by filter params
func (*QueryDevicesByFilterParams) WithOffset ¶
func (o *QueryDevicesByFilterParams) WithOffset(offset *int64) *QueryDevicesByFilterParams
WithOffset adds the offset to the query devices by filter params
func (*QueryDevicesByFilterParams) WithSort ¶
func (o *QueryDevicesByFilterParams) WithSort(sort *string) *QueryDevicesByFilterParams
WithSort adds the sort to the query devices by filter params
func (*QueryDevicesByFilterParams) WithTimeout ¶
func (o *QueryDevicesByFilterParams) WithTimeout(timeout time.Duration) *QueryDevicesByFilterParams
WithTimeout adds the timeout to the query devices by filter params
func (*QueryDevicesByFilterParams) WriteToRequest ¶
func (o *QueryDevicesByFilterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type QueryDevicesByFilterReader ¶
type QueryDevicesByFilterReader struct {
// contains filtered or unexported fields
}
QueryDevicesByFilterReader is a Reader for the QueryDevicesByFilter structure.
func (*QueryDevicesByFilterReader) ReadResponse ¶
func (o *QueryDevicesByFilterReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type QueryDevicesByFilterScrollForbidden ¶
type QueryDevicesByFilterScrollForbidden 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 }
QueryDevicesByFilterScrollForbidden describes a response with status code 403, with default header values.
Forbidden
func NewQueryDevicesByFilterScrollForbidden ¶
func NewQueryDevicesByFilterScrollForbidden() *QueryDevicesByFilterScrollForbidden
NewQueryDevicesByFilterScrollForbidden creates a QueryDevicesByFilterScrollForbidden with default headers values
func (*QueryDevicesByFilterScrollForbidden) Code ¶
func (o *QueryDevicesByFilterScrollForbidden) Code() int
Code gets the status code for the query devices by filter scroll forbidden response
func (*QueryDevicesByFilterScrollForbidden) Error ¶
func (o *QueryDevicesByFilterScrollForbidden) Error() string
func (*QueryDevicesByFilterScrollForbidden) GetPayload ¶
func (o *QueryDevicesByFilterScrollForbidden) GetPayload() *models.MsaReplyMetaOnly
func (*QueryDevicesByFilterScrollForbidden) IsClientError ¶
func (o *QueryDevicesByFilterScrollForbidden) IsClientError() bool
IsClientError returns true when this query devices by filter scroll forbidden response has a 4xx status code
func (*QueryDevicesByFilterScrollForbidden) IsCode ¶
func (o *QueryDevicesByFilterScrollForbidden) IsCode(code int) bool
IsCode returns true when this query devices by filter scroll forbidden response a status code equal to that given
func (*QueryDevicesByFilterScrollForbidden) IsRedirect ¶
func (o *QueryDevicesByFilterScrollForbidden) IsRedirect() bool
IsRedirect returns true when this query devices by filter scroll forbidden response has a 3xx status code
func (*QueryDevicesByFilterScrollForbidden) IsServerError ¶
func (o *QueryDevicesByFilterScrollForbidden) IsServerError() bool
IsServerError returns true when this query devices by filter scroll forbidden response has a 5xx status code
func (*QueryDevicesByFilterScrollForbidden) IsSuccess ¶
func (o *QueryDevicesByFilterScrollForbidden) IsSuccess() bool
IsSuccess returns true when this query devices by filter scroll forbidden response has a 2xx status code
func (*QueryDevicesByFilterScrollForbidden) String ¶
func (o *QueryDevicesByFilterScrollForbidden) String() string
type QueryDevicesByFilterScrollOK ¶
type QueryDevicesByFilterScrollOK 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.DeviceapiDeviceResponse }
QueryDevicesByFilterScrollOK describes a response with status code 200, with default header values.
OK
func NewQueryDevicesByFilterScrollOK ¶
func NewQueryDevicesByFilterScrollOK() *QueryDevicesByFilterScrollOK
NewQueryDevicesByFilterScrollOK creates a QueryDevicesByFilterScrollOK with default headers values
func (*QueryDevicesByFilterScrollOK) Code ¶
func (o *QueryDevicesByFilterScrollOK) Code() int
Code gets the status code for the query devices by filter scroll o k response
func (*QueryDevicesByFilterScrollOK) Error ¶
func (o *QueryDevicesByFilterScrollOK) Error() string
func (*QueryDevicesByFilterScrollOK) GetPayload ¶
func (o *QueryDevicesByFilterScrollOK) GetPayload() *models.DeviceapiDeviceResponse
func (*QueryDevicesByFilterScrollOK) IsClientError ¶
func (o *QueryDevicesByFilterScrollOK) IsClientError() bool
IsClientError returns true when this query devices by filter scroll o k response has a 4xx status code
func (*QueryDevicesByFilterScrollOK) IsCode ¶
func (o *QueryDevicesByFilterScrollOK) IsCode(code int) bool
IsCode returns true when this query devices by filter scroll o k response a status code equal to that given
func (*QueryDevicesByFilterScrollOK) IsRedirect ¶
func (o *QueryDevicesByFilterScrollOK) IsRedirect() bool
IsRedirect returns true when this query devices by filter scroll o k response has a 3xx status code
func (*QueryDevicesByFilterScrollOK) IsServerError ¶
func (o *QueryDevicesByFilterScrollOK) IsServerError() bool
IsServerError returns true when this query devices by filter scroll o k response has a 5xx status code
func (*QueryDevicesByFilterScrollOK) IsSuccess ¶
func (o *QueryDevicesByFilterScrollOK) IsSuccess() bool
IsSuccess returns true when this query devices by filter scroll o k response has a 2xx status code
func (*QueryDevicesByFilterScrollOK) String ¶
func (o *QueryDevicesByFilterScrollOK) String() string
type QueryDevicesByFilterScrollParams ¶
type QueryDevicesByFilterScrollParams struct { /* Filter. The filter expression that should be used to limit the results */ Filter *string /* Limit. The maximum records to return. [1-5000] */ Limit *int64 /* Offset. The offset to page from, for the next result set */ Offset *string /* Sort. The property to sort by (e.g. status.desc or hostname.asc) */ Sort *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
QueryDevicesByFilterScrollParams contains all the parameters to send to the API endpoint
for the query devices by filter scroll operation. Typically these are written to a http.Request.
func NewQueryDevicesByFilterScrollParams ¶
func NewQueryDevicesByFilterScrollParams() *QueryDevicesByFilterScrollParams
NewQueryDevicesByFilterScrollParams creates a new QueryDevicesByFilterScrollParams 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 NewQueryDevicesByFilterScrollParamsWithContext ¶
func NewQueryDevicesByFilterScrollParamsWithContext(ctx context.Context) *QueryDevicesByFilterScrollParams
NewQueryDevicesByFilterScrollParamsWithContext creates a new QueryDevicesByFilterScrollParams object with the ability to set a context for a request.
func NewQueryDevicesByFilterScrollParamsWithHTTPClient ¶
func NewQueryDevicesByFilterScrollParamsWithHTTPClient(client *http.Client) *QueryDevicesByFilterScrollParams
NewQueryDevicesByFilterScrollParamsWithHTTPClient creates a new QueryDevicesByFilterScrollParams object with the ability to set a custom HTTPClient for a request.
func NewQueryDevicesByFilterScrollParamsWithTimeout ¶
func NewQueryDevicesByFilterScrollParamsWithTimeout(timeout time.Duration) *QueryDevicesByFilterScrollParams
NewQueryDevicesByFilterScrollParamsWithTimeout creates a new QueryDevicesByFilterScrollParams object with the ability to set a timeout on a request.
func (*QueryDevicesByFilterScrollParams) SetContext ¶
func (o *QueryDevicesByFilterScrollParams) SetContext(ctx context.Context)
SetContext adds the context to the query devices by filter scroll params
func (*QueryDevicesByFilterScrollParams) SetDefaults ¶
func (o *QueryDevicesByFilterScrollParams) SetDefaults()
SetDefaults hydrates default values in the query devices by filter scroll params (not the query body).
All values with no default are reset to their zero value.
func (*QueryDevicesByFilterScrollParams) SetFilter ¶
func (o *QueryDevicesByFilterScrollParams) SetFilter(filter *string)
SetFilter adds the filter to the query devices by filter scroll params
func (*QueryDevicesByFilterScrollParams) SetHTTPClient ¶
func (o *QueryDevicesByFilterScrollParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the query devices by filter scroll params
func (*QueryDevicesByFilterScrollParams) SetLimit ¶
func (o *QueryDevicesByFilterScrollParams) SetLimit(limit *int64)
SetLimit adds the limit to the query devices by filter scroll params
func (*QueryDevicesByFilterScrollParams) SetOffset ¶
func (o *QueryDevicesByFilterScrollParams) SetOffset(offset *string)
SetOffset adds the offset to the query devices by filter scroll params
func (*QueryDevicesByFilterScrollParams) SetSort ¶
func (o *QueryDevicesByFilterScrollParams) SetSort(sort *string)
SetSort adds the sort to the query devices by filter scroll params
func (*QueryDevicesByFilterScrollParams) SetTimeout ¶
func (o *QueryDevicesByFilterScrollParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the query devices by filter scroll params
func (*QueryDevicesByFilterScrollParams) WithContext ¶
func (o *QueryDevicesByFilterScrollParams) WithContext(ctx context.Context) *QueryDevicesByFilterScrollParams
WithContext adds the context to the query devices by filter scroll params
func (*QueryDevicesByFilterScrollParams) WithDefaults ¶
func (o *QueryDevicesByFilterScrollParams) WithDefaults() *QueryDevicesByFilterScrollParams
WithDefaults hydrates default values in the query devices by filter scroll params (not the query body).
All values with no default are reset to their zero value.
func (*QueryDevicesByFilterScrollParams) WithFilter ¶
func (o *QueryDevicesByFilterScrollParams) WithFilter(filter *string) *QueryDevicesByFilterScrollParams
WithFilter adds the filter to the query devices by filter scroll params
func (*QueryDevicesByFilterScrollParams) WithHTTPClient ¶
func (o *QueryDevicesByFilterScrollParams) WithHTTPClient(client *http.Client) *QueryDevicesByFilterScrollParams
WithHTTPClient adds the HTTPClient to the query devices by filter scroll params
func (*QueryDevicesByFilterScrollParams) WithLimit ¶
func (o *QueryDevicesByFilterScrollParams) WithLimit(limit *int64) *QueryDevicesByFilterScrollParams
WithLimit adds the limit to the query devices by filter scroll params
func (*QueryDevicesByFilterScrollParams) WithOffset ¶
func (o *QueryDevicesByFilterScrollParams) WithOffset(offset *string) *QueryDevicesByFilterScrollParams
WithOffset adds the offset to the query devices by filter scroll params
func (*QueryDevicesByFilterScrollParams) WithSort ¶
func (o *QueryDevicesByFilterScrollParams) WithSort(sort *string) *QueryDevicesByFilterScrollParams
WithSort adds the sort to the query devices by filter scroll params
func (*QueryDevicesByFilterScrollParams) WithTimeout ¶
func (o *QueryDevicesByFilterScrollParams) WithTimeout(timeout time.Duration) *QueryDevicesByFilterScrollParams
WithTimeout adds the timeout to the query devices by filter scroll params
func (*QueryDevicesByFilterScrollParams) WriteToRequest ¶
func (o *QueryDevicesByFilterScrollParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type QueryDevicesByFilterScrollReader ¶
type QueryDevicesByFilterScrollReader struct {
// contains filtered or unexported fields
}
QueryDevicesByFilterScrollReader is a Reader for the QueryDevicesByFilterScroll structure.
func (*QueryDevicesByFilterScrollReader) ReadResponse ¶
func (o *QueryDevicesByFilterScrollReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type QueryDevicesByFilterScrollTooManyRequests ¶
type QueryDevicesByFilterScrollTooManyRequests 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 }
QueryDevicesByFilterScrollTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewQueryDevicesByFilterScrollTooManyRequests ¶
func NewQueryDevicesByFilterScrollTooManyRequests() *QueryDevicesByFilterScrollTooManyRequests
NewQueryDevicesByFilterScrollTooManyRequests creates a QueryDevicesByFilterScrollTooManyRequests with default headers values
func (*QueryDevicesByFilterScrollTooManyRequests) Code ¶
func (o *QueryDevicesByFilterScrollTooManyRequests) Code() int
Code gets the status code for the query devices by filter scroll too many requests response
func (*QueryDevicesByFilterScrollTooManyRequests) Error ¶
func (o *QueryDevicesByFilterScrollTooManyRequests) Error() string
func (*QueryDevicesByFilterScrollTooManyRequests) GetPayload ¶
func (o *QueryDevicesByFilterScrollTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*QueryDevicesByFilterScrollTooManyRequests) IsClientError ¶
func (o *QueryDevicesByFilterScrollTooManyRequests) IsClientError() bool
IsClientError returns true when this query devices by filter scroll too many requests response has a 4xx status code
func (*QueryDevicesByFilterScrollTooManyRequests) IsCode ¶
func (o *QueryDevicesByFilterScrollTooManyRequests) IsCode(code int) bool
IsCode returns true when this query devices by filter scroll too many requests response a status code equal to that given
func (*QueryDevicesByFilterScrollTooManyRequests) IsRedirect ¶
func (o *QueryDevicesByFilterScrollTooManyRequests) IsRedirect() bool
IsRedirect returns true when this query devices by filter scroll too many requests response has a 3xx status code
func (*QueryDevicesByFilterScrollTooManyRequests) IsServerError ¶
func (o *QueryDevicesByFilterScrollTooManyRequests) IsServerError() bool
IsServerError returns true when this query devices by filter scroll too many requests response has a 5xx status code
func (*QueryDevicesByFilterScrollTooManyRequests) IsSuccess ¶
func (o *QueryDevicesByFilterScrollTooManyRequests) IsSuccess() bool
IsSuccess returns true when this query devices by filter scroll too many requests response has a 2xx status code
func (*QueryDevicesByFilterScrollTooManyRequests) String ¶
func (o *QueryDevicesByFilterScrollTooManyRequests) String() string
type QueryDevicesByFilterTooManyRequests ¶
type QueryDevicesByFilterTooManyRequests 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 }
QueryDevicesByFilterTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewQueryDevicesByFilterTooManyRequests ¶
func NewQueryDevicesByFilterTooManyRequests() *QueryDevicesByFilterTooManyRequests
NewQueryDevicesByFilterTooManyRequests creates a QueryDevicesByFilterTooManyRequests with default headers values
func (*QueryDevicesByFilterTooManyRequests) Code ¶
func (o *QueryDevicesByFilterTooManyRequests) Code() int
Code gets the status code for the query devices by filter too many requests response
func (*QueryDevicesByFilterTooManyRequests) Error ¶
func (o *QueryDevicesByFilterTooManyRequests) Error() string
func (*QueryDevicesByFilterTooManyRequests) GetPayload ¶
func (o *QueryDevicesByFilterTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*QueryDevicesByFilterTooManyRequests) IsClientError ¶
func (o *QueryDevicesByFilterTooManyRequests) IsClientError() bool
IsClientError returns true when this query devices by filter too many requests response has a 4xx status code
func (*QueryDevicesByFilterTooManyRequests) IsCode ¶
func (o *QueryDevicesByFilterTooManyRequests) IsCode(code int) bool
IsCode returns true when this query devices by filter too many requests response a status code equal to that given
func (*QueryDevicesByFilterTooManyRequests) IsRedirect ¶
func (o *QueryDevicesByFilterTooManyRequests) IsRedirect() bool
IsRedirect returns true when this query devices by filter too many requests response has a 3xx status code
func (*QueryDevicesByFilterTooManyRequests) IsServerError ¶
func (o *QueryDevicesByFilterTooManyRequests) IsServerError() bool
IsServerError returns true when this query devices by filter too many requests response has a 5xx status code
func (*QueryDevicesByFilterTooManyRequests) IsSuccess ¶
func (o *QueryDevicesByFilterTooManyRequests) IsSuccess() bool
IsSuccess returns true when this query devices by filter too many requests response has a 2xx status code
func (*QueryDevicesByFilterTooManyRequests) String ¶
func (o *QueryDevicesByFilterTooManyRequests) String() string
type QueryGetNetworkAddressHistoryV1Forbidden ¶
type QueryGetNetworkAddressHistoryV1Forbidden 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 }
QueryGetNetworkAddressHistoryV1Forbidden describes a response with status code 403, with default header values.
Forbidden
func NewQueryGetNetworkAddressHistoryV1Forbidden ¶
func NewQueryGetNetworkAddressHistoryV1Forbidden() *QueryGetNetworkAddressHistoryV1Forbidden
NewQueryGetNetworkAddressHistoryV1Forbidden creates a QueryGetNetworkAddressHistoryV1Forbidden with default headers values
func (*QueryGetNetworkAddressHistoryV1Forbidden) Code ¶
func (o *QueryGetNetworkAddressHistoryV1Forbidden) Code() int
Code gets the status code for the query get network address history v1 forbidden response
func (*QueryGetNetworkAddressHistoryV1Forbidden) Error ¶
func (o *QueryGetNetworkAddressHistoryV1Forbidden) Error() string
func (*QueryGetNetworkAddressHistoryV1Forbidden) GetPayload ¶
func (o *QueryGetNetworkAddressHistoryV1Forbidden) GetPayload() *models.MsaReplyMetaOnly
func (*QueryGetNetworkAddressHistoryV1Forbidden) IsClientError ¶
func (o *QueryGetNetworkAddressHistoryV1Forbidden) IsClientError() bool
IsClientError returns true when this query get network address history v1 forbidden response has a 4xx status code
func (*QueryGetNetworkAddressHistoryV1Forbidden) IsCode ¶
func (o *QueryGetNetworkAddressHistoryV1Forbidden) IsCode(code int) bool
IsCode returns true when this query get network address history v1 forbidden response a status code equal to that given
func (*QueryGetNetworkAddressHistoryV1Forbidden) IsRedirect ¶
func (o *QueryGetNetworkAddressHistoryV1Forbidden) IsRedirect() bool
IsRedirect returns true when this query get network address history v1 forbidden response has a 3xx status code
func (*QueryGetNetworkAddressHistoryV1Forbidden) IsServerError ¶
func (o *QueryGetNetworkAddressHistoryV1Forbidden) IsServerError() bool
IsServerError returns true when this query get network address history v1 forbidden response has a 5xx status code
func (*QueryGetNetworkAddressHistoryV1Forbidden) IsSuccess ¶
func (o *QueryGetNetworkAddressHistoryV1Forbidden) IsSuccess() bool
IsSuccess returns true when this query get network address history v1 forbidden response has a 2xx status code
func (*QueryGetNetworkAddressHistoryV1Forbidden) String ¶
func (o *QueryGetNetworkAddressHistoryV1Forbidden) String() string
type QueryGetNetworkAddressHistoryV1OK ¶
type QueryGetNetworkAddressHistoryV1OK 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.DeviceapiNetworkAddressHistoryResponseV1 }
QueryGetNetworkAddressHistoryV1OK describes a response with status code 200, with default header values.
OK
func NewQueryGetNetworkAddressHistoryV1OK ¶
func NewQueryGetNetworkAddressHistoryV1OK() *QueryGetNetworkAddressHistoryV1OK
NewQueryGetNetworkAddressHistoryV1OK creates a QueryGetNetworkAddressHistoryV1OK with default headers values
func (*QueryGetNetworkAddressHistoryV1OK) Code ¶
func (o *QueryGetNetworkAddressHistoryV1OK) Code() int
Code gets the status code for the query get network address history v1 o k response
func (*QueryGetNetworkAddressHistoryV1OK) Error ¶
func (o *QueryGetNetworkAddressHistoryV1OK) Error() string
func (*QueryGetNetworkAddressHistoryV1OK) GetPayload ¶
func (o *QueryGetNetworkAddressHistoryV1OK) GetPayload() *models.DeviceapiNetworkAddressHistoryResponseV1
func (*QueryGetNetworkAddressHistoryV1OK) IsClientError ¶
func (o *QueryGetNetworkAddressHistoryV1OK) IsClientError() bool
IsClientError returns true when this query get network address history v1 o k response has a 4xx status code
func (*QueryGetNetworkAddressHistoryV1OK) IsCode ¶
func (o *QueryGetNetworkAddressHistoryV1OK) IsCode(code int) bool
IsCode returns true when this query get network address history v1 o k response a status code equal to that given
func (*QueryGetNetworkAddressHistoryV1OK) IsRedirect ¶
func (o *QueryGetNetworkAddressHistoryV1OK) IsRedirect() bool
IsRedirect returns true when this query get network address history v1 o k response has a 3xx status code
func (*QueryGetNetworkAddressHistoryV1OK) IsServerError ¶
func (o *QueryGetNetworkAddressHistoryV1OK) IsServerError() bool
IsServerError returns true when this query get network address history v1 o k response has a 5xx status code
func (*QueryGetNetworkAddressHistoryV1OK) IsSuccess ¶
func (o *QueryGetNetworkAddressHistoryV1OK) IsSuccess() bool
IsSuccess returns true when this query get network address history v1 o k response has a 2xx status code
func (*QueryGetNetworkAddressHistoryV1OK) String ¶
func (o *QueryGetNetworkAddressHistoryV1OK) String() string
type QueryGetNetworkAddressHistoryV1Params ¶
type QueryGetNetworkAddressHistoryV1Params struct { // Body. Body *models.MsaIdsRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
QueryGetNetworkAddressHistoryV1Params contains all the parameters to send to the API endpoint
for the query get network address history v1 operation. Typically these are written to a http.Request.
func NewQueryGetNetworkAddressHistoryV1Params ¶
func NewQueryGetNetworkAddressHistoryV1Params() *QueryGetNetworkAddressHistoryV1Params
NewQueryGetNetworkAddressHistoryV1Params creates a new QueryGetNetworkAddressHistoryV1Params 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 NewQueryGetNetworkAddressHistoryV1ParamsWithContext ¶
func NewQueryGetNetworkAddressHistoryV1ParamsWithContext(ctx context.Context) *QueryGetNetworkAddressHistoryV1Params
NewQueryGetNetworkAddressHistoryV1ParamsWithContext creates a new QueryGetNetworkAddressHistoryV1Params object with the ability to set a context for a request.
func NewQueryGetNetworkAddressHistoryV1ParamsWithHTTPClient ¶
func NewQueryGetNetworkAddressHistoryV1ParamsWithHTTPClient(client *http.Client) *QueryGetNetworkAddressHistoryV1Params
NewQueryGetNetworkAddressHistoryV1ParamsWithHTTPClient creates a new QueryGetNetworkAddressHistoryV1Params object with the ability to set a custom HTTPClient for a request.
func NewQueryGetNetworkAddressHistoryV1ParamsWithTimeout ¶
func NewQueryGetNetworkAddressHistoryV1ParamsWithTimeout(timeout time.Duration) *QueryGetNetworkAddressHistoryV1Params
NewQueryGetNetworkAddressHistoryV1ParamsWithTimeout creates a new QueryGetNetworkAddressHistoryV1Params object with the ability to set a timeout on a request.
func (*QueryGetNetworkAddressHistoryV1Params) SetBody ¶
func (o *QueryGetNetworkAddressHistoryV1Params) SetBody(body *models.MsaIdsRequest)
SetBody adds the body to the query get network address history v1 params
func (*QueryGetNetworkAddressHistoryV1Params) SetContext ¶
func (o *QueryGetNetworkAddressHistoryV1Params) SetContext(ctx context.Context)
SetContext adds the context to the query get network address history v1 params
func (*QueryGetNetworkAddressHistoryV1Params) SetDefaults ¶
func (o *QueryGetNetworkAddressHistoryV1Params) SetDefaults()
SetDefaults hydrates default values in the query get network address history v1 params (not the query body).
All values with no default are reset to their zero value.
func (*QueryGetNetworkAddressHistoryV1Params) SetHTTPClient ¶
func (o *QueryGetNetworkAddressHistoryV1Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the query get network address history v1 params
func (*QueryGetNetworkAddressHistoryV1Params) SetTimeout ¶
func (o *QueryGetNetworkAddressHistoryV1Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the query get network address history v1 params
func (*QueryGetNetworkAddressHistoryV1Params) WithBody ¶
func (o *QueryGetNetworkAddressHistoryV1Params) WithBody(body *models.MsaIdsRequest) *QueryGetNetworkAddressHistoryV1Params
WithBody adds the body to the query get network address history v1 params
func (*QueryGetNetworkAddressHistoryV1Params) WithContext ¶
func (o *QueryGetNetworkAddressHistoryV1Params) WithContext(ctx context.Context) *QueryGetNetworkAddressHistoryV1Params
WithContext adds the context to the query get network address history v1 params
func (*QueryGetNetworkAddressHistoryV1Params) WithDefaults ¶
func (o *QueryGetNetworkAddressHistoryV1Params) WithDefaults() *QueryGetNetworkAddressHistoryV1Params
WithDefaults hydrates default values in the query get network address history v1 params (not the query body).
All values with no default are reset to their zero value.
func (*QueryGetNetworkAddressHistoryV1Params) WithHTTPClient ¶
func (o *QueryGetNetworkAddressHistoryV1Params) WithHTTPClient(client *http.Client) *QueryGetNetworkAddressHistoryV1Params
WithHTTPClient adds the HTTPClient to the query get network address history v1 params
func (*QueryGetNetworkAddressHistoryV1Params) WithTimeout ¶
func (o *QueryGetNetworkAddressHistoryV1Params) WithTimeout(timeout time.Duration) *QueryGetNetworkAddressHistoryV1Params
WithTimeout adds the timeout to the query get network address history v1 params
func (*QueryGetNetworkAddressHistoryV1Params) WriteToRequest ¶
func (o *QueryGetNetworkAddressHistoryV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type QueryGetNetworkAddressHistoryV1Reader ¶
type QueryGetNetworkAddressHistoryV1Reader struct {
// contains filtered or unexported fields
}
QueryGetNetworkAddressHistoryV1Reader is a Reader for the QueryGetNetworkAddressHistoryV1 structure.
func (*QueryGetNetworkAddressHistoryV1Reader) ReadResponse ¶
func (o *QueryGetNetworkAddressHistoryV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type QueryGetNetworkAddressHistoryV1TooManyRequests ¶
type QueryGetNetworkAddressHistoryV1TooManyRequests 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 }
QueryGetNetworkAddressHistoryV1TooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewQueryGetNetworkAddressHistoryV1TooManyRequests ¶
func NewQueryGetNetworkAddressHistoryV1TooManyRequests() *QueryGetNetworkAddressHistoryV1TooManyRequests
NewQueryGetNetworkAddressHistoryV1TooManyRequests creates a QueryGetNetworkAddressHistoryV1TooManyRequests with default headers values
func (*QueryGetNetworkAddressHistoryV1TooManyRequests) Code ¶
func (o *QueryGetNetworkAddressHistoryV1TooManyRequests) Code() int
Code gets the status code for the query get network address history v1 too many requests response
func (*QueryGetNetworkAddressHistoryV1TooManyRequests) Error ¶
func (o *QueryGetNetworkAddressHistoryV1TooManyRequests) Error() string
func (*QueryGetNetworkAddressHistoryV1TooManyRequests) GetPayload ¶
func (o *QueryGetNetworkAddressHistoryV1TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*QueryGetNetworkAddressHistoryV1TooManyRequests) IsClientError ¶
func (o *QueryGetNetworkAddressHistoryV1TooManyRequests) IsClientError() bool
IsClientError returns true when this query get network address history v1 too many requests response has a 4xx status code
func (*QueryGetNetworkAddressHistoryV1TooManyRequests) IsCode ¶
func (o *QueryGetNetworkAddressHistoryV1TooManyRequests) IsCode(code int) bool
IsCode returns true when this query get network address history v1 too many requests response a status code equal to that given
func (*QueryGetNetworkAddressHistoryV1TooManyRequests) IsRedirect ¶
func (o *QueryGetNetworkAddressHistoryV1TooManyRequests) IsRedirect() bool
IsRedirect returns true when this query get network address history v1 too many requests response has a 3xx status code
func (*QueryGetNetworkAddressHistoryV1TooManyRequests) IsServerError ¶
func (o *QueryGetNetworkAddressHistoryV1TooManyRequests) IsServerError() bool
IsServerError returns true when this query get network address history v1 too many requests response has a 5xx status code
func (*QueryGetNetworkAddressHistoryV1TooManyRequests) IsSuccess ¶
func (o *QueryGetNetworkAddressHistoryV1TooManyRequests) IsSuccess() bool
IsSuccess returns true when this query get network address history v1 too many requests response has a 2xx status code
func (*QueryGetNetworkAddressHistoryV1TooManyRequests) String ¶
func (o *QueryGetNetworkAddressHistoryV1TooManyRequests) String() string
type QueryHiddenDevicesForbidden ¶
type QueryHiddenDevicesForbidden 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 }
QueryHiddenDevicesForbidden describes a response with status code 403, with default header values.
Forbidden
func NewQueryHiddenDevicesForbidden ¶
func NewQueryHiddenDevicesForbidden() *QueryHiddenDevicesForbidden
NewQueryHiddenDevicesForbidden creates a QueryHiddenDevicesForbidden with default headers values
func (*QueryHiddenDevicesForbidden) Code ¶
func (o *QueryHiddenDevicesForbidden) Code() int
Code gets the status code for the query hidden devices forbidden response
func (*QueryHiddenDevicesForbidden) Error ¶
func (o *QueryHiddenDevicesForbidden) Error() string
func (*QueryHiddenDevicesForbidden) GetPayload ¶
func (o *QueryHiddenDevicesForbidden) GetPayload() *models.MsaReplyMetaOnly
func (*QueryHiddenDevicesForbidden) IsClientError ¶
func (o *QueryHiddenDevicesForbidden) IsClientError() bool
IsClientError returns true when this query hidden devices forbidden response has a 4xx status code
func (*QueryHiddenDevicesForbidden) IsCode ¶
func (o *QueryHiddenDevicesForbidden) IsCode(code int) bool
IsCode returns true when this query hidden devices forbidden response a status code equal to that given
func (*QueryHiddenDevicesForbidden) IsRedirect ¶
func (o *QueryHiddenDevicesForbidden) IsRedirect() bool
IsRedirect returns true when this query hidden devices forbidden response has a 3xx status code
func (*QueryHiddenDevicesForbidden) IsServerError ¶
func (o *QueryHiddenDevicesForbidden) IsServerError() bool
IsServerError returns true when this query hidden devices forbidden response has a 5xx status code
func (*QueryHiddenDevicesForbidden) IsSuccess ¶
func (o *QueryHiddenDevicesForbidden) IsSuccess() bool
IsSuccess returns true when this query hidden devices forbidden response has a 2xx status code
func (*QueryHiddenDevicesForbidden) String ¶
func (o *QueryHiddenDevicesForbidden) String() string
type QueryHiddenDevicesOK ¶
type QueryHiddenDevicesOK 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.MsaQueryResponse }
QueryHiddenDevicesOK describes a response with status code 200, with default header values.
OK
func NewQueryHiddenDevicesOK ¶
func NewQueryHiddenDevicesOK() *QueryHiddenDevicesOK
NewQueryHiddenDevicesOK creates a QueryHiddenDevicesOK with default headers values
func (*QueryHiddenDevicesOK) Code ¶
func (o *QueryHiddenDevicesOK) Code() int
Code gets the status code for the query hidden devices o k response
func (*QueryHiddenDevicesOK) Error ¶
func (o *QueryHiddenDevicesOK) Error() string
func (*QueryHiddenDevicesOK) GetPayload ¶
func (o *QueryHiddenDevicesOK) GetPayload() *models.MsaQueryResponse
func (*QueryHiddenDevicesOK) IsClientError ¶
func (o *QueryHiddenDevicesOK) IsClientError() bool
IsClientError returns true when this query hidden devices o k response has a 4xx status code
func (*QueryHiddenDevicesOK) IsCode ¶
func (o *QueryHiddenDevicesOK) IsCode(code int) bool
IsCode returns true when this query hidden devices o k response a status code equal to that given
func (*QueryHiddenDevicesOK) IsRedirect ¶
func (o *QueryHiddenDevicesOK) IsRedirect() bool
IsRedirect returns true when this query hidden devices o k response has a 3xx status code
func (*QueryHiddenDevicesOK) IsServerError ¶
func (o *QueryHiddenDevicesOK) IsServerError() bool
IsServerError returns true when this query hidden devices o k response has a 5xx status code
func (*QueryHiddenDevicesOK) IsSuccess ¶
func (o *QueryHiddenDevicesOK) IsSuccess() bool
IsSuccess returns true when this query hidden devices o k response has a 2xx status code
func (*QueryHiddenDevicesOK) String ¶
func (o *QueryHiddenDevicesOK) String() string
type QueryHiddenDevicesParams ¶
type QueryHiddenDevicesParams struct { /* Filter. The filter expression that should be used to limit the results */ Filter *string /* Limit. The maximum records to return. [1-5000] */ Limit *int64 /* Offset. The offset to start retrieving records from */ Offset *int64 /* Sort. The property to sort by (e.g. status.desc or hostname.asc) */ Sort *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
QueryHiddenDevicesParams contains all the parameters to send to the API endpoint
for the query hidden devices operation. Typically these are written to a http.Request.
func NewQueryHiddenDevicesParams ¶
func NewQueryHiddenDevicesParams() *QueryHiddenDevicesParams
NewQueryHiddenDevicesParams creates a new QueryHiddenDevicesParams 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 NewQueryHiddenDevicesParamsWithContext ¶
func NewQueryHiddenDevicesParamsWithContext(ctx context.Context) *QueryHiddenDevicesParams
NewQueryHiddenDevicesParamsWithContext creates a new QueryHiddenDevicesParams object with the ability to set a context for a request.
func NewQueryHiddenDevicesParamsWithHTTPClient ¶
func NewQueryHiddenDevicesParamsWithHTTPClient(client *http.Client) *QueryHiddenDevicesParams
NewQueryHiddenDevicesParamsWithHTTPClient creates a new QueryHiddenDevicesParams object with the ability to set a custom HTTPClient for a request.
func NewQueryHiddenDevicesParamsWithTimeout ¶
func NewQueryHiddenDevicesParamsWithTimeout(timeout time.Duration) *QueryHiddenDevicesParams
NewQueryHiddenDevicesParamsWithTimeout creates a new QueryHiddenDevicesParams object with the ability to set a timeout on a request.
func (*QueryHiddenDevicesParams) SetContext ¶
func (o *QueryHiddenDevicesParams) SetContext(ctx context.Context)
SetContext adds the context to the query hidden devices params
func (*QueryHiddenDevicesParams) SetDefaults ¶
func (o *QueryHiddenDevicesParams) SetDefaults()
SetDefaults hydrates default values in the query hidden devices params (not the query body).
All values with no default are reset to their zero value.
func (*QueryHiddenDevicesParams) SetFilter ¶
func (o *QueryHiddenDevicesParams) SetFilter(filter *string)
SetFilter adds the filter to the query hidden devices params
func (*QueryHiddenDevicesParams) SetHTTPClient ¶
func (o *QueryHiddenDevicesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the query hidden devices params
func (*QueryHiddenDevicesParams) SetLimit ¶
func (o *QueryHiddenDevicesParams) SetLimit(limit *int64)
SetLimit adds the limit to the query hidden devices params
func (*QueryHiddenDevicesParams) SetOffset ¶
func (o *QueryHiddenDevicesParams) SetOffset(offset *int64)
SetOffset adds the offset to the query hidden devices params
func (*QueryHiddenDevicesParams) SetSort ¶
func (o *QueryHiddenDevicesParams) SetSort(sort *string)
SetSort adds the sort to the query hidden devices params
func (*QueryHiddenDevicesParams) SetTimeout ¶
func (o *QueryHiddenDevicesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the query hidden devices params
func (*QueryHiddenDevicesParams) WithContext ¶
func (o *QueryHiddenDevicesParams) WithContext(ctx context.Context) *QueryHiddenDevicesParams
WithContext adds the context to the query hidden devices params
func (*QueryHiddenDevicesParams) WithDefaults ¶
func (o *QueryHiddenDevicesParams) WithDefaults() *QueryHiddenDevicesParams
WithDefaults hydrates default values in the query hidden devices params (not the query body).
All values with no default are reset to their zero value.
func (*QueryHiddenDevicesParams) WithFilter ¶
func (o *QueryHiddenDevicesParams) WithFilter(filter *string) *QueryHiddenDevicesParams
WithFilter adds the filter to the query hidden devices params
func (*QueryHiddenDevicesParams) WithHTTPClient ¶
func (o *QueryHiddenDevicesParams) WithHTTPClient(client *http.Client) *QueryHiddenDevicesParams
WithHTTPClient adds the HTTPClient to the query hidden devices params
func (*QueryHiddenDevicesParams) WithLimit ¶
func (o *QueryHiddenDevicesParams) WithLimit(limit *int64) *QueryHiddenDevicesParams
WithLimit adds the limit to the query hidden devices params
func (*QueryHiddenDevicesParams) WithOffset ¶
func (o *QueryHiddenDevicesParams) WithOffset(offset *int64) *QueryHiddenDevicesParams
WithOffset adds the offset to the query hidden devices params
func (*QueryHiddenDevicesParams) WithSort ¶
func (o *QueryHiddenDevicesParams) WithSort(sort *string) *QueryHiddenDevicesParams
WithSort adds the sort to the query hidden devices params
func (*QueryHiddenDevicesParams) WithTimeout ¶
func (o *QueryHiddenDevicesParams) WithTimeout(timeout time.Duration) *QueryHiddenDevicesParams
WithTimeout adds the timeout to the query hidden devices params
func (*QueryHiddenDevicesParams) WriteToRequest ¶
func (o *QueryHiddenDevicesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type QueryHiddenDevicesReader ¶
type QueryHiddenDevicesReader struct {
// contains filtered or unexported fields
}
QueryHiddenDevicesReader is a Reader for the QueryHiddenDevices structure.
func (*QueryHiddenDevicesReader) ReadResponse ¶
func (o *QueryHiddenDevicesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type QueryHiddenDevicesTooManyRequests ¶
type QueryHiddenDevicesTooManyRequests 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 }
QueryHiddenDevicesTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewQueryHiddenDevicesTooManyRequests ¶
func NewQueryHiddenDevicesTooManyRequests() *QueryHiddenDevicesTooManyRequests
NewQueryHiddenDevicesTooManyRequests creates a QueryHiddenDevicesTooManyRequests with default headers values
func (*QueryHiddenDevicesTooManyRequests) Code ¶
func (o *QueryHiddenDevicesTooManyRequests) Code() int
Code gets the status code for the query hidden devices too many requests response
func (*QueryHiddenDevicesTooManyRequests) Error ¶
func (o *QueryHiddenDevicesTooManyRequests) Error() string
func (*QueryHiddenDevicesTooManyRequests) GetPayload ¶
func (o *QueryHiddenDevicesTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*QueryHiddenDevicesTooManyRequests) IsClientError ¶
func (o *QueryHiddenDevicesTooManyRequests) IsClientError() bool
IsClientError returns true when this query hidden devices too many requests response has a 4xx status code
func (*QueryHiddenDevicesTooManyRequests) IsCode ¶
func (o *QueryHiddenDevicesTooManyRequests) IsCode(code int) bool
IsCode returns true when this query hidden devices too many requests response a status code equal to that given
func (*QueryHiddenDevicesTooManyRequests) IsRedirect ¶
func (o *QueryHiddenDevicesTooManyRequests) IsRedirect() bool
IsRedirect returns true when this query hidden devices too many requests response has a 3xx status code
func (*QueryHiddenDevicesTooManyRequests) IsServerError ¶
func (o *QueryHiddenDevicesTooManyRequests) IsServerError() bool
IsServerError returns true when this query hidden devices too many requests response has a 5xx status code
func (*QueryHiddenDevicesTooManyRequests) IsSuccess ¶
func (o *QueryHiddenDevicesTooManyRequests) IsSuccess() bool
IsSuccess returns true when this query hidden devices too many requests response has a 2xx status code
func (*QueryHiddenDevicesTooManyRequests) String ¶
func (o *QueryHiddenDevicesTooManyRequests) String() string
type UpdateDeviceTagsAccepted ¶
type UpdateDeviceTagsAccepted 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.DeviceapiUpdateDeviceTagsSwaggerV1 }
UpdateDeviceTagsAccepted describes a response with status code 202, with default header values.
OK
func NewUpdateDeviceTagsAccepted ¶
func NewUpdateDeviceTagsAccepted() *UpdateDeviceTagsAccepted
NewUpdateDeviceTagsAccepted creates a UpdateDeviceTagsAccepted with default headers values
func (*UpdateDeviceTagsAccepted) Code ¶
func (o *UpdateDeviceTagsAccepted) Code() int
Code gets the status code for the update device tags accepted response
func (*UpdateDeviceTagsAccepted) Error ¶
func (o *UpdateDeviceTagsAccepted) Error() string
func (*UpdateDeviceTagsAccepted) GetPayload ¶
func (o *UpdateDeviceTagsAccepted) GetPayload() *models.DeviceapiUpdateDeviceTagsSwaggerV1
func (*UpdateDeviceTagsAccepted) IsClientError ¶
func (o *UpdateDeviceTagsAccepted) IsClientError() bool
IsClientError returns true when this update device tags accepted response has a 4xx status code
func (*UpdateDeviceTagsAccepted) IsCode ¶
func (o *UpdateDeviceTagsAccepted) IsCode(code int) bool
IsCode returns true when this update device tags accepted response a status code equal to that given
func (*UpdateDeviceTagsAccepted) IsRedirect ¶
func (o *UpdateDeviceTagsAccepted) IsRedirect() bool
IsRedirect returns true when this update device tags accepted response has a 3xx status code
func (*UpdateDeviceTagsAccepted) IsServerError ¶
func (o *UpdateDeviceTagsAccepted) IsServerError() bool
IsServerError returns true when this update device tags accepted response has a 5xx status code
func (*UpdateDeviceTagsAccepted) IsSuccess ¶
func (o *UpdateDeviceTagsAccepted) IsSuccess() bool
IsSuccess returns true when this update device tags accepted response has a 2xx status code
func (*UpdateDeviceTagsAccepted) String ¶
func (o *UpdateDeviceTagsAccepted) String() string
type UpdateDeviceTagsBadRequest ¶
type UpdateDeviceTagsBadRequest 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.MsaReplyAffectedEntities }
UpdateDeviceTagsBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewUpdateDeviceTagsBadRequest ¶
func NewUpdateDeviceTagsBadRequest() *UpdateDeviceTagsBadRequest
NewUpdateDeviceTagsBadRequest creates a UpdateDeviceTagsBadRequest with default headers values
func (*UpdateDeviceTagsBadRequest) Code ¶
func (o *UpdateDeviceTagsBadRequest) Code() int
Code gets the status code for the update device tags bad request response
func (*UpdateDeviceTagsBadRequest) Error ¶
func (o *UpdateDeviceTagsBadRequest) Error() string
func (*UpdateDeviceTagsBadRequest) GetPayload ¶
func (o *UpdateDeviceTagsBadRequest) GetPayload() *models.MsaReplyAffectedEntities
func (*UpdateDeviceTagsBadRequest) IsClientError ¶
func (o *UpdateDeviceTagsBadRequest) IsClientError() bool
IsClientError returns true when this update device tags bad request response has a 4xx status code
func (*UpdateDeviceTagsBadRequest) IsCode ¶
func (o *UpdateDeviceTagsBadRequest) IsCode(code int) bool
IsCode returns true when this update device tags bad request response a status code equal to that given
func (*UpdateDeviceTagsBadRequest) IsRedirect ¶
func (o *UpdateDeviceTagsBadRequest) IsRedirect() bool
IsRedirect returns true when this update device tags bad request response has a 3xx status code
func (*UpdateDeviceTagsBadRequest) IsServerError ¶
func (o *UpdateDeviceTagsBadRequest) IsServerError() bool
IsServerError returns true when this update device tags bad request response has a 5xx status code
func (*UpdateDeviceTagsBadRequest) IsSuccess ¶
func (o *UpdateDeviceTagsBadRequest) IsSuccess() bool
IsSuccess returns true when this update device tags bad request response has a 2xx status code
func (*UpdateDeviceTagsBadRequest) String ¶
func (o *UpdateDeviceTagsBadRequest) String() string
type UpdateDeviceTagsForbidden ¶
type UpdateDeviceTagsForbidden 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 }
UpdateDeviceTagsForbidden describes a response with status code 403, with default header values.
Forbidden
func NewUpdateDeviceTagsForbidden ¶
func NewUpdateDeviceTagsForbidden() *UpdateDeviceTagsForbidden
NewUpdateDeviceTagsForbidden creates a UpdateDeviceTagsForbidden with default headers values
func (*UpdateDeviceTagsForbidden) Code ¶
func (o *UpdateDeviceTagsForbidden) Code() int
Code gets the status code for the update device tags forbidden response
func (*UpdateDeviceTagsForbidden) Error ¶
func (o *UpdateDeviceTagsForbidden) Error() string
func (*UpdateDeviceTagsForbidden) GetPayload ¶
func (o *UpdateDeviceTagsForbidden) GetPayload() *models.MsaReplyMetaOnly
func (*UpdateDeviceTagsForbidden) IsClientError ¶
func (o *UpdateDeviceTagsForbidden) IsClientError() bool
IsClientError returns true when this update device tags forbidden response has a 4xx status code
func (*UpdateDeviceTagsForbidden) IsCode ¶
func (o *UpdateDeviceTagsForbidden) IsCode(code int) bool
IsCode returns true when this update device tags forbidden response a status code equal to that given
func (*UpdateDeviceTagsForbidden) IsRedirect ¶
func (o *UpdateDeviceTagsForbidden) IsRedirect() bool
IsRedirect returns true when this update device tags forbidden response has a 3xx status code
func (*UpdateDeviceTagsForbidden) IsServerError ¶
func (o *UpdateDeviceTagsForbidden) IsServerError() bool
IsServerError returns true when this update device tags forbidden response has a 5xx status code
func (*UpdateDeviceTagsForbidden) IsSuccess ¶
func (o *UpdateDeviceTagsForbidden) IsSuccess() bool
IsSuccess returns true when this update device tags forbidden response has a 2xx status code
func (*UpdateDeviceTagsForbidden) String ¶
func (o *UpdateDeviceTagsForbidden) String() string
type UpdateDeviceTagsOK ¶
type UpdateDeviceTagsOK 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.DeviceapiUpdateDeviceTagsSwaggerV1 }
UpdateDeviceTagsOK describes a response with status code 200, with default header values.
OK
func NewUpdateDeviceTagsOK ¶
func NewUpdateDeviceTagsOK() *UpdateDeviceTagsOK
NewUpdateDeviceTagsOK creates a UpdateDeviceTagsOK with default headers values
func (*UpdateDeviceTagsOK) Code ¶
func (o *UpdateDeviceTagsOK) Code() int
Code gets the status code for the update device tags o k response
func (*UpdateDeviceTagsOK) Error ¶
func (o *UpdateDeviceTagsOK) Error() string
func (*UpdateDeviceTagsOK) GetPayload ¶
func (o *UpdateDeviceTagsOK) GetPayload() *models.DeviceapiUpdateDeviceTagsSwaggerV1
func (*UpdateDeviceTagsOK) IsClientError ¶
func (o *UpdateDeviceTagsOK) IsClientError() bool
IsClientError returns true when this update device tags o k response has a 4xx status code
func (*UpdateDeviceTagsOK) IsCode ¶
func (o *UpdateDeviceTagsOK) IsCode(code int) bool
IsCode returns true when this update device tags o k response a status code equal to that given
func (*UpdateDeviceTagsOK) IsRedirect ¶
func (o *UpdateDeviceTagsOK) IsRedirect() bool
IsRedirect returns true when this update device tags o k response has a 3xx status code
func (*UpdateDeviceTagsOK) IsServerError ¶
func (o *UpdateDeviceTagsOK) IsServerError() bool
IsServerError returns true when this update device tags o k response has a 5xx status code
func (*UpdateDeviceTagsOK) IsSuccess ¶
func (o *UpdateDeviceTagsOK) IsSuccess() bool
IsSuccess returns true when this update device tags o k response has a 2xx status code
func (*UpdateDeviceTagsOK) String ¶
func (o *UpdateDeviceTagsOK) String() string
type UpdateDeviceTagsParams ¶
type UpdateDeviceTagsParams struct { // Body. Body *models.DeviceapiUpdateDeviceTagsRequestV1 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateDeviceTagsParams contains all the parameters to send to the API endpoint
for the update device tags operation. Typically these are written to a http.Request.
func NewUpdateDeviceTagsParams ¶
func NewUpdateDeviceTagsParams() *UpdateDeviceTagsParams
NewUpdateDeviceTagsParams creates a new UpdateDeviceTagsParams 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 NewUpdateDeviceTagsParamsWithContext ¶
func NewUpdateDeviceTagsParamsWithContext(ctx context.Context) *UpdateDeviceTagsParams
NewUpdateDeviceTagsParamsWithContext creates a new UpdateDeviceTagsParams object with the ability to set a context for a request.
func NewUpdateDeviceTagsParamsWithHTTPClient ¶
func NewUpdateDeviceTagsParamsWithHTTPClient(client *http.Client) *UpdateDeviceTagsParams
NewUpdateDeviceTagsParamsWithHTTPClient creates a new UpdateDeviceTagsParams object with the ability to set a custom HTTPClient for a request.
func NewUpdateDeviceTagsParamsWithTimeout ¶
func NewUpdateDeviceTagsParamsWithTimeout(timeout time.Duration) *UpdateDeviceTagsParams
NewUpdateDeviceTagsParamsWithTimeout creates a new UpdateDeviceTagsParams object with the ability to set a timeout on a request.
func (*UpdateDeviceTagsParams) SetBody ¶
func (o *UpdateDeviceTagsParams) SetBody(body *models.DeviceapiUpdateDeviceTagsRequestV1)
SetBody adds the body to the update device tags params
func (*UpdateDeviceTagsParams) SetContext ¶
func (o *UpdateDeviceTagsParams) SetContext(ctx context.Context)
SetContext adds the context to the update device tags params
func (*UpdateDeviceTagsParams) SetDefaults ¶
func (o *UpdateDeviceTagsParams) SetDefaults()
SetDefaults hydrates default values in the update device tags params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateDeviceTagsParams) SetHTTPClient ¶
func (o *UpdateDeviceTagsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update device tags params
func (*UpdateDeviceTagsParams) SetTimeout ¶
func (o *UpdateDeviceTagsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update device tags params
func (*UpdateDeviceTagsParams) WithBody ¶
func (o *UpdateDeviceTagsParams) WithBody(body *models.DeviceapiUpdateDeviceTagsRequestV1) *UpdateDeviceTagsParams
WithBody adds the body to the update device tags params
func (*UpdateDeviceTagsParams) WithContext ¶
func (o *UpdateDeviceTagsParams) WithContext(ctx context.Context) *UpdateDeviceTagsParams
WithContext adds the context to the update device tags params
func (*UpdateDeviceTagsParams) WithDefaults ¶
func (o *UpdateDeviceTagsParams) WithDefaults() *UpdateDeviceTagsParams
WithDefaults hydrates default values in the update device tags params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateDeviceTagsParams) WithHTTPClient ¶
func (o *UpdateDeviceTagsParams) WithHTTPClient(client *http.Client) *UpdateDeviceTagsParams
WithHTTPClient adds the HTTPClient to the update device tags params
func (*UpdateDeviceTagsParams) WithTimeout ¶
func (o *UpdateDeviceTagsParams) WithTimeout(timeout time.Duration) *UpdateDeviceTagsParams
WithTimeout adds the timeout to the update device tags params
func (*UpdateDeviceTagsParams) WriteToRequest ¶
func (o *UpdateDeviceTagsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateDeviceTagsReader ¶
type UpdateDeviceTagsReader struct {
// contains filtered or unexported fields
}
UpdateDeviceTagsReader is a Reader for the UpdateDeviceTags structure.
func (*UpdateDeviceTagsReader) ReadResponse ¶
func (o *UpdateDeviceTagsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateDeviceTagsTooManyRequests ¶
type UpdateDeviceTagsTooManyRequests 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 }
UpdateDeviceTagsTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewUpdateDeviceTagsTooManyRequests ¶
func NewUpdateDeviceTagsTooManyRequests() *UpdateDeviceTagsTooManyRequests
NewUpdateDeviceTagsTooManyRequests creates a UpdateDeviceTagsTooManyRequests with default headers values
func (*UpdateDeviceTagsTooManyRequests) Code ¶
func (o *UpdateDeviceTagsTooManyRequests) Code() int
Code gets the status code for the update device tags too many requests response
func (*UpdateDeviceTagsTooManyRequests) Error ¶
func (o *UpdateDeviceTagsTooManyRequests) Error() string
func (*UpdateDeviceTagsTooManyRequests) GetPayload ¶
func (o *UpdateDeviceTagsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*UpdateDeviceTagsTooManyRequests) IsClientError ¶
func (o *UpdateDeviceTagsTooManyRequests) IsClientError() bool
IsClientError returns true when this update device tags too many requests response has a 4xx status code
func (*UpdateDeviceTagsTooManyRequests) IsCode ¶
func (o *UpdateDeviceTagsTooManyRequests) IsCode(code int) bool
IsCode returns true when this update device tags too many requests response a status code equal to that given
func (*UpdateDeviceTagsTooManyRequests) IsRedirect ¶
func (o *UpdateDeviceTagsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this update device tags too many requests response has a 3xx status code
func (*UpdateDeviceTagsTooManyRequests) IsServerError ¶
func (o *UpdateDeviceTagsTooManyRequests) IsServerError() bool
IsServerError returns true when this update device tags too many requests response has a 5xx status code
func (*UpdateDeviceTagsTooManyRequests) IsSuccess ¶
func (o *UpdateDeviceTagsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this update device tags too many requests response has a 2xx status code
func (*UpdateDeviceTagsTooManyRequests) String ¶
func (o *UpdateDeviceTagsTooManyRequests) String() string
Source Files ¶
- entities_perform_action_parameters.go
- entities_perform_action_responses.go
- get_device_details_v2_parameters.go
- get_device_details_v2_responses.go
- get_online_state_v1_parameters.go
- get_online_state_v1_responses.go
- hosts_client.go
- perform_action_v2_parameters.go
- perform_action_v2_responses.go
- post_device_details_v2_parameters.go
- post_device_details_v2_responses.go
- query_device_login_history_parameters.go
- query_device_login_history_responses.go
- query_device_login_history_v2_parameters.go
- query_device_login_history_v2_responses.go
- query_devices_by_filter_parameters.go
- query_devices_by_filter_responses.go
- query_devices_by_filter_scroll_parameters.go
- query_devices_by_filter_scroll_responses.go
- query_get_network_address_history_v1_parameters.go
- query_get_network_address_history_v1_responses.go
- query_hidden_devices_parameters.go
- query_hidden_devices_responses.go
- update_device_tags_parameters.go
- update_device_tags_responses.go