Documentation ¶
Index ¶
- type Client
- func (a *Client) EntitiesPerformAction(params *EntitiesPerformActionParams, opts ...ClientOption) (*EntitiesPerformActionOK, error)
- func (a *Client) GetDeviceDetails(params *GetDeviceDetailsParams, opts ...ClientOption) (*GetDeviceDetailsOK, error)
- func (a *Client) GetOnlineStateV1(params *GetOnlineStateV1Params, opts ...ClientOption) (*GetOnlineStateV1OK, error)
- func (a *Client) PerformActionV2(params *PerformActionV2Params, opts ...ClientOption) (*PerformActionV2Accepted, error)
- func (a *Client) QueryDeviceLoginHistory(params *QueryDeviceLoginHistoryParams, opts ...ClientOption) (*QueryDeviceLoginHistoryOK, 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, error)
- type ClientOption
- type ClientService
- type EntitiesPerformActionDefault
- type EntitiesPerformActionForbidden
- type EntitiesPerformActionOK
- 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) 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) 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
- type GetDeviceDetailsDefault
- type GetDeviceDetailsForbidden
- type GetDeviceDetailsOK
- type GetDeviceDetailsParams
- func NewGetDeviceDetailsParams() *GetDeviceDetailsParams
- func NewGetDeviceDetailsParamsWithContext(ctx context.Context) *GetDeviceDetailsParams
- func NewGetDeviceDetailsParamsWithHTTPClient(client *http.Client) *GetDeviceDetailsParams
- func NewGetDeviceDetailsParamsWithTimeout(timeout time.Duration) *GetDeviceDetailsParams
- func (o *GetDeviceDetailsParams) SetContext(ctx context.Context)
- func (o *GetDeviceDetailsParams) SetDefaults()
- func (o *GetDeviceDetailsParams) SetHTTPClient(client *http.Client)
- func (o *GetDeviceDetailsParams) SetIds(ids []string)
- func (o *GetDeviceDetailsParams) SetTimeout(timeout time.Duration)
- func (o *GetDeviceDetailsParams) WithContext(ctx context.Context) *GetDeviceDetailsParams
- func (o *GetDeviceDetailsParams) WithDefaults() *GetDeviceDetailsParams
- func (o *GetDeviceDetailsParams) WithHTTPClient(client *http.Client) *GetDeviceDetailsParams
- func (o *GetDeviceDetailsParams) WithIds(ids []string) *GetDeviceDetailsParams
- func (o *GetDeviceDetailsParams) WithTimeout(timeout time.Duration) *GetDeviceDetailsParams
- func (o *GetDeviceDetailsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetDeviceDetailsReader
- type GetDeviceDetailsTooManyRequests
- type GetOnlineStateV1Default
- type GetOnlineStateV1Forbidden
- type GetOnlineStateV1OK
- 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
- type PerformActionV2Accepted
- type PerformActionV2BadRequest
- type PerformActionV2Conflict
- type PerformActionV2Forbidden
- type PerformActionV2InternalServerError
- 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
- type QueryDeviceLoginHistoryDefault
- type QueryDeviceLoginHistoryForbidden
- type QueryDeviceLoginHistoryOK
- 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
- type QueryDevicesByFilterDefault
- type QueryDevicesByFilterForbidden
- type QueryDevicesByFilterOK
- 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 QueryDevicesByFilterScrollDefault
- type QueryDevicesByFilterScrollForbidden
- type QueryDevicesByFilterScrollOK
- 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
- type QueryDevicesByFilterTooManyRequests
- type QueryGetNetworkAddressHistoryV1Default
- type QueryGetNetworkAddressHistoryV1Forbidden
- type QueryGetNetworkAddressHistoryV1OK
- 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
- type QueryHiddenDevicesDefault
- type QueryHiddenDevicesForbidden
- type QueryHiddenDevicesOK
- 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
- type UpdateDeviceTagsBadRequest
- type UpdateDeviceTagsDefault
- type UpdateDeviceTagsForbidden
- type UpdateDeviceTagsOK
- 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.DomainUpdateDeviceTagsRequestV1)
- 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.DomainUpdateDeviceTagsRequestV1) *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
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 ¶ added in v0.2.16
func (a *Client) EntitiesPerformAction(params *EntitiesPerformActionParams, opts ...ClientOption) (*EntitiesPerformActionOK, error)
EntitiesPerformAction performs the specified action on the provided prevention policy i ds
func (*Client) GetDeviceDetails ¶
func (a *Client) GetDeviceDetails(params *GetDeviceDetailsParams, opts ...ClientOption) (*GetDeviceDetailsOK, error)
GetDeviceDetails gets details on one or more hosts by providing agent i ds a ID you can get a host s agent i ds a i ds from the devices queries devices v1 endpoint the falcon console or the streaming API
func (*Client) GetOnlineStateV1 ¶ added in v0.2.21
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) QueryDeviceLoginHistory ¶ added in v0.2.9
func (a *Client) QueryDeviceLoginHistory(params *QueryDeviceLoginHistoryParams, opts ...ClientOption) (*QueryDeviceLoginHistoryOK, error)
QueryDeviceLoginHistory retrieves details about recent login sessions for a set of devices
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 ¶ added in v0.2.9
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, error)
UpdateDeviceTags appends or remove one or more falcon grouping tags on one or more hosts
type ClientOption ¶
type ClientOption func(*runtime.ClientOperation)
ClientOption is the option for Client methods
type ClientService ¶
type ClientService interface { GetDeviceDetails(params *GetDeviceDetailsParams, opts ...ClientOption) (*GetDeviceDetailsOK, error) GetOnlineStateV1(params *GetOnlineStateV1Params, opts ...ClientOption) (*GetOnlineStateV1OK, error) PerformActionV2(params *PerformActionV2Params, opts ...ClientOption) (*PerformActionV2Accepted, error) QueryDeviceLoginHistory(params *QueryDeviceLoginHistoryParams, opts ...ClientOption) (*QueryDeviceLoginHistoryOK, 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, 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 EntitiesPerformActionDefault ¶ added in v0.2.16
type EntitiesPerformActionDefault struct { Payload *models.DeviceapiGroupsResponseV1 // contains filtered or unexported fields }
EntitiesPerformActionDefault describes a response with status code -1, with default header values.
OK
func NewEntitiesPerformActionDefault ¶ added in v0.2.16
func NewEntitiesPerformActionDefault(code int) *EntitiesPerformActionDefault
NewEntitiesPerformActionDefault creates a EntitiesPerformActionDefault with default headers values
func (*EntitiesPerformActionDefault) Code ¶ added in v0.2.16
func (o *EntitiesPerformActionDefault) Code() int
Code gets the status code for the entities perform action default response
func (*EntitiesPerformActionDefault) Error ¶ added in v0.2.16
func (o *EntitiesPerformActionDefault) Error() string
func (*EntitiesPerformActionDefault) GetPayload ¶ added in v0.2.16
func (o *EntitiesPerformActionDefault) GetPayload() *models.DeviceapiGroupsResponseV1
type EntitiesPerformActionForbidden ¶ added in v0.2.16
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 ¶ added in v0.2.16
func NewEntitiesPerformActionForbidden() *EntitiesPerformActionForbidden
NewEntitiesPerformActionForbidden creates a EntitiesPerformActionForbidden with default headers values
func (*EntitiesPerformActionForbidden) Error ¶ added in v0.2.16
func (o *EntitiesPerformActionForbidden) Error() string
func (*EntitiesPerformActionForbidden) GetPayload ¶ added in v0.2.16
func (o *EntitiesPerformActionForbidden) GetPayload() *models.MsaReplyMetaOnly
type EntitiesPerformActionOK ¶ added in v0.2.16
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 ¶ added in v0.2.16
func NewEntitiesPerformActionOK() *EntitiesPerformActionOK
NewEntitiesPerformActionOK creates a EntitiesPerformActionOK with default headers values
func (*EntitiesPerformActionOK) Error ¶ added in v0.2.16
func (o *EntitiesPerformActionOK) Error() string
func (*EntitiesPerformActionOK) GetPayload ¶ added in v0.2.16
func (o *EntitiesPerformActionOK) GetPayload() *models.DeviceapiGroupsResponseV1
type EntitiesPerformActionParams ¶ added in v0.2.16
type EntitiesPerformActionParams struct { /* ActionName. The action to perform. */ ActionName string // Body. Body *models.MsaEntityActionRequest /* 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 ¶ added in v0.2.16
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 ¶ added in v0.2.16
func NewEntitiesPerformActionParamsWithContext(ctx context.Context) *EntitiesPerformActionParams
NewEntitiesPerformActionParamsWithContext creates a new EntitiesPerformActionParams object with the ability to set a context for a request.
func NewEntitiesPerformActionParamsWithHTTPClient ¶ added in v0.2.16
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 ¶ added in v0.2.16
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 ¶ added in v0.2.16
func (o *EntitiesPerformActionParams) SetActionName(actionName string)
SetActionName adds the actionName to the entities perform action params
func (*EntitiesPerformActionParams) SetBody ¶ added in v0.2.16
func (o *EntitiesPerformActionParams) SetBody(body *models.MsaEntityActionRequest)
SetBody adds the body to the entities perform action params
func (*EntitiesPerformActionParams) SetContext ¶ added in v0.2.16
func (o *EntitiesPerformActionParams) SetContext(ctx context.Context)
SetContext adds the context to the entities perform action params
func (*EntitiesPerformActionParams) SetDefaults ¶ added in v0.2.16
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) SetHTTPClient ¶ added in v0.2.16
func (o *EntitiesPerformActionParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the entities perform action params
func (*EntitiesPerformActionParams) SetIds ¶ added in v0.2.16
func (o *EntitiesPerformActionParams) SetIds(ids []string)
SetIds adds the ids to the entities perform action params
func (*EntitiesPerformActionParams) SetTimeout ¶ added in v0.2.16
func (o *EntitiesPerformActionParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the entities perform action params
func (*EntitiesPerformActionParams) WithActionName ¶ added in v0.2.16
func (o *EntitiesPerformActionParams) WithActionName(actionName string) *EntitiesPerformActionParams
WithActionName adds the actionName to the entities perform action params
func (*EntitiesPerformActionParams) WithBody ¶ added in v0.2.16
func (o *EntitiesPerformActionParams) WithBody(body *models.MsaEntityActionRequest) *EntitiesPerformActionParams
WithBody adds the body to the entities perform action params
func (*EntitiesPerformActionParams) WithContext ¶ added in v0.2.16
func (o *EntitiesPerformActionParams) WithContext(ctx context.Context) *EntitiesPerformActionParams
WithContext adds the context to the entities perform action params
func (*EntitiesPerformActionParams) WithDefaults ¶ added in v0.2.16
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) WithHTTPClient ¶ added in v0.2.16
func (o *EntitiesPerformActionParams) WithHTTPClient(client *http.Client) *EntitiesPerformActionParams
WithHTTPClient adds the HTTPClient to the entities perform action params
func (*EntitiesPerformActionParams) WithIds ¶ added in v0.2.16
func (o *EntitiesPerformActionParams) WithIds(ids []string) *EntitiesPerformActionParams
WithIds adds the ids to the entities perform action params
func (*EntitiesPerformActionParams) WithTimeout ¶ added in v0.2.16
func (o *EntitiesPerformActionParams) WithTimeout(timeout time.Duration) *EntitiesPerformActionParams
WithTimeout adds the timeout to the entities perform action params
func (*EntitiesPerformActionParams) WriteToRequest ¶ added in v0.2.16
func (o *EntitiesPerformActionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type EntitiesPerformActionReader ¶ added in v0.2.16
type EntitiesPerformActionReader struct {
// contains filtered or unexported fields
}
EntitiesPerformActionReader is a Reader for the EntitiesPerformAction structure.
func (*EntitiesPerformActionReader) ReadResponse ¶ added in v0.2.16
func (o *EntitiesPerformActionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type EntitiesPerformActionTooManyRequests ¶ added in v0.2.16
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 ¶ added in v0.2.16
func NewEntitiesPerformActionTooManyRequests() *EntitiesPerformActionTooManyRequests
NewEntitiesPerformActionTooManyRequests creates a EntitiesPerformActionTooManyRequests with default headers values
func (*EntitiesPerformActionTooManyRequests) Error ¶ added in v0.2.16
func (o *EntitiesPerformActionTooManyRequests) Error() string
func (*EntitiesPerformActionTooManyRequests) GetPayload ¶ added in v0.2.16
func (o *EntitiesPerformActionTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
type GetDeviceDetailsDefault ¶
type GetDeviceDetailsDefault struct { Payload *models.DomainDeviceDetailsResponseSwagger // contains filtered or unexported fields }
GetDeviceDetailsDefault describes a response with status code -1, with default header values.
OK
func NewGetDeviceDetailsDefault ¶
func NewGetDeviceDetailsDefault(code int) *GetDeviceDetailsDefault
NewGetDeviceDetailsDefault creates a GetDeviceDetailsDefault with default headers values
func (*GetDeviceDetailsDefault) Code ¶
func (o *GetDeviceDetailsDefault) Code() int
Code gets the status code for the get device details default response
func (*GetDeviceDetailsDefault) Error ¶
func (o *GetDeviceDetailsDefault) Error() string
func (*GetDeviceDetailsDefault) GetPayload ¶
func (o *GetDeviceDetailsDefault) GetPayload() *models.DomainDeviceDetailsResponseSwagger
type GetDeviceDetailsForbidden ¶
type GetDeviceDetailsForbidden 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 }
GetDeviceDetailsForbidden describes a response with status code 403, with default header values.
Forbidden
func NewGetDeviceDetailsForbidden ¶
func NewGetDeviceDetailsForbidden() *GetDeviceDetailsForbidden
NewGetDeviceDetailsForbidden creates a GetDeviceDetailsForbidden with default headers values
func (*GetDeviceDetailsForbidden) Error ¶
func (o *GetDeviceDetailsForbidden) Error() string
func (*GetDeviceDetailsForbidden) GetPayload ¶
func (o *GetDeviceDetailsForbidden) GetPayload() *models.MsaReplyMetaOnly
type GetDeviceDetailsOK ¶
type GetDeviceDetailsOK 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.DomainDeviceDetailsResponseSwagger }
GetDeviceDetailsOK describes a response with status code 200, with default header values.
OK
func NewGetDeviceDetailsOK ¶
func NewGetDeviceDetailsOK() *GetDeviceDetailsOK
NewGetDeviceDetailsOK creates a GetDeviceDetailsOK with default headers values
func (*GetDeviceDetailsOK) Error ¶
func (o *GetDeviceDetailsOK) Error() string
func (*GetDeviceDetailsOK) GetPayload ¶
func (o *GetDeviceDetailsOK) GetPayload() *models.DomainDeviceDetailsResponseSwagger
type GetDeviceDetailsParams ¶
type GetDeviceDetailsParams struct { /* Ids. The host agentIDs used to get details on */ Ids []string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetDeviceDetailsParams contains all the parameters to send to the API endpoint
for the get device details operation. Typically these are written to a http.Request.
func NewGetDeviceDetailsParams ¶
func NewGetDeviceDetailsParams() *GetDeviceDetailsParams
NewGetDeviceDetailsParams creates a new GetDeviceDetailsParams 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 NewGetDeviceDetailsParamsWithContext ¶
func NewGetDeviceDetailsParamsWithContext(ctx context.Context) *GetDeviceDetailsParams
NewGetDeviceDetailsParamsWithContext creates a new GetDeviceDetailsParams object with the ability to set a context for a request.
func NewGetDeviceDetailsParamsWithHTTPClient ¶
func NewGetDeviceDetailsParamsWithHTTPClient(client *http.Client) *GetDeviceDetailsParams
NewGetDeviceDetailsParamsWithHTTPClient creates a new GetDeviceDetailsParams object with the ability to set a custom HTTPClient for a request.
func NewGetDeviceDetailsParamsWithTimeout ¶
func NewGetDeviceDetailsParamsWithTimeout(timeout time.Duration) *GetDeviceDetailsParams
NewGetDeviceDetailsParamsWithTimeout creates a new GetDeviceDetailsParams object with the ability to set a timeout on a request.
func (*GetDeviceDetailsParams) SetContext ¶
func (o *GetDeviceDetailsParams) SetContext(ctx context.Context)
SetContext adds the context to the get device details params
func (*GetDeviceDetailsParams) SetDefaults ¶
func (o *GetDeviceDetailsParams) SetDefaults()
SetDefaults hydrates default values in the get device details params (not the query body).
All values with no default are reset to their zero value.
func (*GetDeviceDetailsParams) SetHTTPClient ¶
func (o *GetDeviceDetailsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get device details params
func (*GetDeviceDetailsParams) SetIds ¶
func (o *GetDeviceDetailsParams) SetIds(ids []string)
SetIds adds the ids to the get device details params
func (*GetDeviceDetailsParams) SetTimeout ¶
func (o *GetDeviceDetailsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get device details params
func (*GetDeviceDetailsParams) WithContext ¶
func (o *GetDeviceDetailsParams) WithContext(ctx context.Context) *GetDeviceDetailsParams
WithContext adds the context to the get device details params
func (*GetDeviceDetailsParams) WithDefaults ¶
func (o *GetDeviceDetailsParams) WithDefaults() *GetDeviceDetailsParams
WithDefaults hydrates default values in the get device details params (not the query body).
All values with no default are reset to their zero value.
func (*GetDeviceDetailsParams) WithHTTPClient ¶
func (o *GetDeviceDetailsParams) WithHTTPClient(client *http.Client) *GetDeviceDetailsParams
WithHTTPClient adds the HTTPClient to the get device details params
func (*GetDeviceDetailsParams) WithIds ¶
func (o *GetDeviceDetailsParams) WithIds(ids []string) *GetDeviceDetailsParams
WithIds adds the ids to the get device details params
func (*GetDeviceDetailsParams) WithTimeout ¶
func (o *GetDeviceDetailsParams) WithTimeout(timeout time.Duration) *GetDeviceDetailsParams
WithTimeout adds the timeout to the get device details params
func (*GetDeviceDetailsParams) WriteToRequest ¶
func (o *GetDeviceDetailsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetDeviceDetailsReader ¶
type GetDeviceDetailsReader struct {
// contains filtered or unexported fields
}
GetDeviceDetailsReader is a Reader for the GetDeviceDetails structure.
func (*GetDeviceDetailsReader) ReadResponse ¶
func (o *GetDeviceDetailsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetDeviceDetailsTooManyRequests ¶
type GetDeviceDetailsTooManyRequests 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 }
GetDeviceDetailsTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewGetDeviceDetailsTooManyRequests ¶
func NewGetDeviceDetailsTooManyRequests() *GetDeviceDetailsTooManyRequests
NewGetDeviceDetailsTooManyRequests creates a GetDeviceDetailsTooManyRequests with default headers values
func (*GetDeviceDetailsTooManyRequests) Error ¶
func (o *GetDeviceDetailsTooManyRequests) Error() string
func (*GetDeviceDetailsTooManyRequests) GetPayload ¶
func (o *GetDeviceDetailsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
type GetOnlineStateV1Default ¶ added in v0.2.21
type GetOnlineStateV1Default struct { Payload *models.StateOnlineStateRespV1 // contains filtered or unexported fields }
GetOnlineStateV1Default describes a response with status code -1, with default header values.
OK
func NewGetOnlineStateV1Default ¶ added in v0.2.21
func NewGetOnlineStateV1Default(code int) *GetOnlineStateV1Default
NewGetOnlineStateV1Default creates a GetOnlineStateV1Default with default headers values
func (*GetOnlineStateV1Default) Code ¶ added in v0.2.21
func (o *GetOnlineStateV1Default) Code() int
Code gets the status code for the get online state v1 default response
func (*GetOnlineStateV1Default) Error ¶ added in v0.2.21
func (o *GetOnlineStateV1Default) Error() string
func (*GetOnlineStateV1Default) GetPayload ¶ added in v0.2.21
func (o *GetOnlineStateV1Default) GetPayload() *models.StateOnlineStateRespV1
type GetOnlineStateV1Forbidden ¶ added in v0.2.21
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 ¶ added in v0.2.21
func NewGetOnlineStateV1Forbidden() *GetOnlineStateV1Forbidden
NewGetOnlineStateV1Forbidden creates a GetOnlineStateV1Forbidden with default headers values
func (*GetOnlineStateV1Forbidden) Error ¶ added in v0.2.21
func (o *GetOnlineStateV1Forbidden) Error() string
func (*GetOnlineStateV1Forbidden) GetPayload ¶ added in v0.2.21
func (o *GetOnlineStateV1Forbidden) GetPayload() *models.MsaReplyMetaOnly
type GetOnlineStateV1OK ¶ added in v0.2.21
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 ¶ added in v0.2.21
func NewGetOnlineStateV1OK() *GetOnlineStateV1OK
NewGetOnlineStateV1OK creates a GetOnlineStateV1OK with default headers values
func (*GetOnlineStateV1OK) Error ¶ added in v0.2.21
func (o *GetOnlineStateV1OK) Error() string
func (*GetOnlineStateV1OK) GetPayload ¶ added in v0.2.21
func (o *GetOnlineStateV1OK) GetPayload() *models.StateOnlineStateRespV1
type GetOnlineStateV1Params ¶ added in v0.2.21
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 ¶ added in v0.2.21
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 ¶ added in v0.2.21
func NewGetOnlineStateV1ParamsWithContext(ctx context.Context) *GetOnlineStateV1Params
NewGetOnlineStateV1ParamsWithContext creates a new GetOnlineStateV1Params object with the ability to set a context for a request.
func NewGetOnlineStateV1ParamsWithHTTPClient ¶ added in v0.2.21
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 ¶ added in v0.2.21
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 ¶ added in v0.2.21
func (o *GetOnlineStateV1Params) SetContext(ctx context.Context)
SetContext adds the context to the get online state v1 params
func (*GetOnlineStateV1Params) SetDefaults ¶ added in v0.2.21
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 ¶ added in v0.2.21
func (o *GetOnlineStateV1Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get online state v1 params
func (*GetOnlineStateV1Params) SetIds ¶ added in v0.2.21
func (o *GetOnlineStateV1Params) SetIds(ids []string)
SetIds adds the ids to the get online state v1 params
func (*GetOnlineStateV1Params) SetTimeout ¶ added in v0.2.21
func (o *GetOnlineStateV1Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get online state v1 params
func (*GetOnlineStateV1Params) WithContext ¶ added in v0.2.21
func (o *GetOnlineStateV1Params) WithContext(ctx context.Context) *GetOnlineStateV1Params
WithContext adds the context to the get online state v1 params
func (*GetOnlineStateV1Params) WithDefaults ¶ added in v0.2.21
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 ¶ added in v0.2.21
func (o *GetOnlineStateV1Params) WithHTTPClient(client *http.Client) *GetOnlineStateV1Params
WithHTTPClient adds the HTTPClient to the get online state v1 params
func (*GetOnlineStateV1Params) WithIds ¶ added in v0.2.21
func (o *GetOnlineStateV1Params) WithIds(ids []string) *GetOnlineStateV1Params
WithIds adds the ids to the get online state v1 params
func (*GetOnlineStateV1Params) WithTimeout ¶ added in v0.2.21
func (o *GetOnlineStateV1Params) WithTimeout(timeout time.Duration) *GetOnlineStateV1Params
WithTimeout adds the timeout to the get online state v1 params
func (*GetOnlineStateV1Params) WriteToRequest ¶ added in v0.2.21
func (o *GetOnlineStateV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetOnlineStateV1Reader ¶ added in v0.2.21
type GetOnlineStateV1Reader struct {
// contains filtered or unexported fields
}
GetOnlineStateV1Reader is a Reader for the GetOnlineStateV1 structure.
func (*GetOnlineStateV1Reader) ReadResponse ¶ added in v0.2.21
func (o *GetOnlineStateV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetOnlineStateV1TooManyRequests ¶ added in v0.2.21
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 ¶ added in v0.2.21
func NewGetOnlineStateV1TooManyRequests() *GetOnlineStateV1TooManyRequests
NewGetOnlineStateV1TooManyRequests creates a GetOnlineStateV1TooManyRequests with default headers values
func (*GetOnlineStateV1TooManyRequests) Error ¶ added in v0.2.21
func (o *GetOnlineStateV1TooManyRequests) Error() string
func (*GetOnlineStateV1TooManyRequests) GetPayload ¶ added in v0.2.21
func (o *GetOnlineStateV1TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
type PerformActionV2Accepted ¶
type PerformActionV2Accepted struct { /* 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) Error ¶
func (o *PerformActionV2Accepted) Error() string
func (*PerformActionV2Accepted) GetPayload ¶
func (o *PerformActionV2Accepted) GetPayload() *models.MsaReplyAffectedEntities
type PerformActionV2BadRequest ¶
type PerformActionV2BadRequest struct { /* 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) Error ¶
func (o *PerformActionV2BadRequest) Error() string
func (*PerformActionV2BadRequest) GetPayload ¶
func (o *PerformActionV2BadRequest) GetPayload() *models.MsaReplyAffectedEntities
type PerformActionV2Conflict ¶
type PerformActionV2Conflict struct { /* 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) Error ¶
func (o *PerformActionV2Conflict) Error() string
func (*PerformActionV2Conflict) GetPayload ¶
func (o *PerformActionV2Conflict) GetPayload() *models.MsaReplyAffectedEntities
type PerformActionV2Forbidden ¶
type PerformActionV2Forbidden struct { /* 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) Error ¶
func (o *PerformActionV2Forbidden) Error() string
func (*PerformActionV2Forbidden) GetPayload ¶
func (o *PerformActionV2Forbidden) GetPayload() *models.MsaReplyMetaOnly
type PerformActionV2InternalServerError ¶
type PerformActionV2InternalServerError struct { /* 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) Error ¶
func (o *PerformActionV2InternalServerError) Error() string
func (*PerformActionV2InternalServerError) GetPayload ¶
func (o *PerformActionV2InternalServerError) GetPayload() *models.MsaReplyAffectedEntities
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 { /* 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) Error ¶
func (o *PerformActionV2TooManyRequests) Error() string
func (*PerformActionV2TooManyRequests) GetPayload ¶
func (o *PerformActionV2TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
type QueryDeviceLoginHistoryDefault ¶ added in v0.2.9
type QueryDeviceLoginHistoryDefault struct { Payload *models.DeviceapiLoginHistoryResponseV1 // contains filtered or unexported fields }
QueryDeviceLoginHistoryDefault describes a response with status code -1, with default header values.
OK
func NewQueryDeviceLoginHistoryDefault ¶ added in v0.2.9
func NewQueryDeviceLoginHistoryDefault(code int) *QueryDeviceLoginHistoryDefault
NewQueryDeviceLoginHistoryDefault creates a QueryDeviceLoginHistoryDefault with default headers values
func (*QueryDeviceLoginHistoryDefault) Code ¶ added in v0.2.9
func (o *QueryDeviceLoginHistoryDefault) Code() int
Code gets the status code for the query device login history default response
func (*QueryDeviceLoginHistoryDefault) Error ¶ added in v0.2.9
func (o *QueryDeviceLoginHistoryDefault) Error() string
func (*QueryDeviceLoginHistoryDefault) GetPayload ¶ added in v0.2.9
func (o *QueryDeviceLoginHistoryDefault) GetPayload() *models.DeviceapiLoginHistoryResponseV1
type QueryDeviceLoginHistoryForbidden ¶ added in v0.2.9
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 ¶ added in v0.2.9
func NewQueryDeviceLoginHistoryForbidden() *QueryDeviceLoginHistoryForbidden
NewQueryDeviceLoginHistoryForbidden creates a QueryDeviceLoginHistoryForbidden with default headers values
func (*QueryDeviceLoginHistoryForbidden) Error ¶ added in v0.2.9
func (o *QueryDeviceLoginHistoryForbidden) Error() string
func (*QueryDeviceLoginHistoryForbidden) GetPayload ¶ added in v0.2.9
func (o *QueryDeviceLoginHistoryForbidden) GetPayload() *models.MsaReplyMetaOnly
type QueryDeviceLoginHistoryOK ¶ added in v0.2.9
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 ¶ added in v0.2.9
func NewQueryDeviceLoginHistoryOK() *QueryDeviceLoginHistoryOK
NewQueryDeviceLoginHistoryOK creates a QueryDeviceLoginHistoryOK with default headers values
func (*QueryDeviceLoginHistoryOK) Error ¶ added in v0.2.9
func (o *QueryDeviceLoginHistoryOK) Error() string
func (*QueryDeviceLoginHistoryOK) GetPayload ¶ added in v0.2.9
func (o *QueryDeviceLoginHistoryOK) GetPayload() *models.DeviceapiLoginHistoryResponseV1
type QueryDeviceLoginHistoryParams ¶ added in v0.2.9
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 ¶ added in v0.2.9
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 ¶ added in v0.2.9
func NewQueryDeviceLoginHistoryParamsWithContext(ctx context.Context) *QueryDeviceLoginHistoryParams
NewQueryDeviceLoginHistoryParamsWithContext creates a new QueryDeviceLoginHistoryParams object with the ability to set a context for a request.
func NewQueryDeviceLoginHistoryParamsWithHTTPClient ¶ added in v0.2.9
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 ¶ added in v0.2.9
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 ¶ added in v0.2.9
func (o *QueryDeviceLoginHistoryParams) SetBody(body *models.MsaIdsRequest)
SetBody adds the body to the query device login history params
func (*QueryDeviceLoginHistoryParams) SetContext ¶ added in v0.2.9
func (o *QueryDeviceLoginHistoryParams) SetContext(ctx context.Context)
SetContext adds the context to the query device login history params
func (*QueryDeviceLoginHistoryParams) SetDefaults ¶ added in v0.2.9
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 ¶ added in v0.2.9
func (o *QueryDeviceLoginHistoryParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the query device login history params
func (*QueryDeviceLoginHistoryParams) SetTimeout ¶ added in v0.2.9
func (o *QueryDeviceLoginHistoryParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the query device login history params
func (*QueryDeviceLoginHistoryParams) WithBody ¶ added in v0.2.9
func (o *QueryDeviceLoginHistoryParams) WithBody(body *models.MsaIdsRequest) *QueryDeviceLoginHistoryParams
WithBody adds the body to the query device login history params
func (*QueryDeviceLoginHistoryParams) WithContext ¶ added in v0.2.9
func (o *QueryDeviceLoginHistoryParams) WithContext(ctx context.Context) *QueryDeviceLoginHistoryParams
WithContext adds the context to the query device login history params
func (*QueryDeviceLoginHistoryParams) WithDefaults ¶ added in v0.2.9
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 ¶ added in v0.2.9
func (o *QueryDeviceLoginHistoryParams) WithHTTPClient(client *http.Client) *QueryDeviceLoginHistoryParams
WithHTTPClient adds the HTTPClient to the query device login history params
func (*QueryDeviceLoginHistoryParams) WithTimeout ¶ added in v0.2.9
func (o *QueryDeviceLoginHistoryParams) WithTimeout(timeout time.Duration) *QueryDeviceLoginHistoryParams
WithTimeout adds the timeout to the query device login history params
func (*QueryDeviceLoginHistoryParams) WriteToRequest ¶ added in v0.2.9
func (o *QueryDeviceLoginHistoryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type QueryDeviceLoginHistoryReader ¶ added in v0.2.9
type QueryDeviceLoginHistoryReader struct {
// contains filtered or unexported fields
}
QueryDeviceLoginHistoryReader is a Reader for the QueryDeviceLoginHistory structure.
func (*QueryDeviceLoginHistoryReader) ReadResponse ¶ added in v0.2.9
func (o *QueryDeviceLoginHistoryReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type QueryDeviceLoginHistoryTooManyRequests ¶ added in v0.2.9
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 ¶ added in v0.2.9
func NewQueryDeviceLoginHistoryTooManyRequests() *QueryDeviceLoginHistoryTooManyRequests
NewQueryDeviceLoginHistoryTooManyRequests creates a QueryDeviceLoginHistoryTooManyRequests with default headers values
func (*QueryDeviceLoginHistoryTooManyRequests) Error ¶ added in v0.2.9
func (o *QueryDeviceLoginHistoryTooManyRequests) Error() string
func (*QueryDeviceLoginHistoryTooManyRequests) GetPayload ¶ added in v0.2.9
func (o *QueryDeviceLoginHistoryTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
type QueryDevicesByFilterDefault ¶
type QueryDevicesByFilterDefault struct { Payload *models.MsaQueryResponse // contains filtered or unexported fields }
QueryDevicesByFilterDefault describes a response with status code -1, with default header values.
OK
func NewQueryDevicesByFilterDefault ¶
func NewQueryDevicesByFilterDefault(code int) *QueryDevicesByFilterDefault
NewQueryDevicesByFilterDefault creates a QueryDevicesByFilterDefault with default headers values
func (*QueryDevicesByFilterDefault) Code ¶
func (o *QueryDevicesByFilterDefault) Code() int
Code gets the status code for the query devices by filter default response
func (*QueryDevicesByFilterDefault) Error ¶
func (o *QueryDevicesByFilterDefault) Error() string
func (*QueryDevicesByFilterDefault) GetPayload ¶
func (o *QueryDevicesByFilterDefault) GetPayload() *models.MsaQueryResponse
type QueryDevicesByFilterForbidden ¶
type QueryDevicesByFilterForbidden struct { /* 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) Error ¶
func (o *QueryDevicesByFilterForbidden) Error() string
func (*QueryDevicesByFilterForbidden) GetPayload ¶
func (o *QueryDevicesByFilterForbidden) GetPayload() *models.MsaReplyMetaOnly
type QueryDevicesByFilterOK ¶
type QueryDevicesByFilterOK struct { /* 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) Error ¶
func (o *QueryDevicesByFilterOK) Error() string
func (*QueryDevicesByFilterOK) GetPayload ¶
func (o *QueryDevicesByFilterOK) GetPayload() *models.MsaQueryResponse
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 QueryDevicesByFilterScrollDefault ¶
type QueryDevicesByFilterScrollDefault struct { Payload *models.DomainDeviceResponse // contains filtered or unexported fields }
QueryDevicesByFilterScrollDefault describes a response with status code -1, with default header values.
OK
func NewQueryDevicesByFilterScrollDefault ¶
func NewQueryDevicesByFilterScrollDefault(code int) *QueryDevicesByFilterScrollDefault
NewQueryDevicesByFilterScrollDefault creates a QueryDevicesByFilterScrollDefault with default headers values
func (*QueryDevicesByFilterScrollDefault) Code ¶
func (o *QueryDevicesByFilterScrollDefault) Code() int
Code gets the status code for the query devices by filter scroll default response
func (*QueryDevicesByFilterScrollDefault) Error ¶
func (o *QueryDevicesByFilterScrollDefault) Error() string
func (*QueryDevicesByFilterScrollDefault) GetPayload ¶
func (o *QueryDevicesByFilterScrollDefault) GetPayload() *models.DomainDeviceResponse
type QueryDevicesByFilterScrollForbidden ¶
type QueryDevicesByFilterScrollForbidden struct { /* 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) Error ¶
func (o *QueryDevicesByFilterScrollForbidden) Error() string
func (*QueryDevicesByFilterScrollForbidden) GetPayload ¶
func (o *QueryDevicesByFilterScrollForbidden) GetPayload() *models.MsaReplyMetaOnly
type QueryDevicesByFilterScrollOK ¶
type QueryDevicesByFilterScrollOK struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.DomainDeviceResponse }
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) Error ¶
func (o *QueryDevicesByFilterScrollOK) Error() string
func (*QueryDevicesByFilterScrollOK) GetPayload ¶
func (o *QueryDevicesByFilterScrollOK) GetPayload() *models.DomainDeviceResponse
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 { /* 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) Error ¶
func (o *QueryDevicesByFilterScrollTooManyRequests) Error() string
func (*QueryDevicesByFilterScrollTooManyRequests) GetPayload ¶
func (o *QueryDevicesByFilterScrollTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
type QueryDevicesByFilterTooManyRequests ¶
type QueryDevicesByFilterTooManyRequests struct { /* 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) Error ¶
func (o *QueryDevicesByFilterTooManyRequests) Error() string
func (*QueryDevicesByFilterTooManyRequests) GetPayload ¶
func (o *QueryDevicesByFilterTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
type QueryGetNetworkAddressHistoryV1Default ¶ added in v0.2.9
type QueryGetNetworkAddressHistoryV1Default struct { Payload *models.DeviceapiNetworkAddressHistoryResponseV1 // contains filtered or unexported fields }
QueryGetNetworkAddressHistoryV1Default describes a response with status code -1, with default header values.
OK
func NewQueryGetNetworkAddressHistoryV1Default ¶ added in v0.2.9
func NewQueryGetNetworkAddressHistoryV1Default(code int) *QueryGetNetworkAddressHistoryV1Default
NewQueryGetNetworkAddressHistoryV1Default creates a QueryGetNetworkAddressHistoryV1Default with default headers values
func (*QueryGetNetworkAddressHistoryV1Default) Code ¶ added in v0.2.9
func (o *QueryGetNetworkAddressHistoryV1Default) Code() int
Code gets the status code for the query get network address history v1 default response
func (*QueryGetNetworkAddressHistoryV1Default) Error ¶ added in v0.2.9
func (o *QueryGetNetworkAddressHistoryV1Default) Error() string
func (*QueryGetNetworkAddressHistoryV1Default) GetPayload ¶ added in v0.2.9
func (o *QueryGetNetworkAddressHistoryV1Default) GetPayload() *models.DeviceapiNetworkAddressHistoryResponseV1
type QueryGetNetworkAddressHistoryV1Forbidden ¶ added in v0.2.9
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 ¶ added in v0.2.9
func NewQueryGetNetworkAddressHistoryV1Forbidden() *QueryGetNetworkAddressHistoryV1Forbidden
NewQueryGetNetworkAddressHistoryV1Forbidden creates a QueryGetNetworkAddressHistoryV1Forbidden with default headers values
func (*QueryGetNetworkAddressHistoryV1Forbidden) Error ¶ added in v0.2.9
func (o *QueryGetNetworkAddressHistoryV1Forbidden) Error() string
func (*QueryGetNetworkAddressHistoryV1Forbidden) GetPayload ¶ added in v0.2.9
func (o *QueryGetNetworkAddressHistoryV1Forbidden) GetPayload() *models.MsaReplyMetaOnly
type QueryGetNetworkAddressHistoryV1OK ¶ added in v0.2.9
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 ¶ added in v0.2.9
func NewQueryGetNetworkAddressHistoryV1OK() *QueryGetNetworkAddressHistoryV1OK
NewQueryGetNetworkAddressHistoryV1OK creates a QueryGetNetworkAddressHistoryV1OK with default headers values
func (*QueryGetNetworkAddressHistoryV1OK) Error ¶ added in v0.2.9
func (o *QueryGetNetworkAddressHistoryV1OK) Error() string
func (*QueryGetNetworkAddressHistoryV1OK) GetPayload ¶ added in v0.2.9
func (o *QueryGetNetworkAddressHistoryV1OK) GetPayload() *models.DeviceapiNetworkAddressHistoryResponseV1
type QueryGetNetworkAddressHistoryV1Params ¶ added in v0.2.9
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 ¶ added in v0.2.9
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 ¶ added in v0.2.9
func NewQueryGetNetworkAddressHistoryV1ParamsWithContext(ctx context.Context) *QueryGetNetworkAddressHistoryV1Params
NewQueryGetNetworkAddressHistoryV1ParamsWithContext creates a new QueryGetNetworkAddressHistoryV1Params object with the ability to set a context for a request.
func NewQueryGetNetworkAddressHistoryV1ParamsWithHTTPClient ¶ added in v0.2.9
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 ¶ added in v0.2.9
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 ¶ added in v0.2.9
func (o *QueryGetNetworkAddressHistoryV1Params) SetBody(body *models.MsaIdsRequest)
SetBody adds the body to the query get network address history v1 params
func (*QueryGetNetworkAddressHistoryV1Params) SetContext ¶ added in v0.2.9
func (o *QueryGetNetworkAddressHistoryV1Params) SetContext(ctx context.Context)
SetContext adds the context to the query get network address history v1 params
func (*QueryGetNetworkAddressHistoryV1Params) SetDefaults ¶ added in v0.2.9
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 ¶ added in v0.2.9
func (o *QueryGetNetworkAddressHistoryV1Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the query get network address history v1 params
func (*QueryGetNetworkAddressHistoryV1Params) SetTimeout ¶ added in v0.2.9
func (o *QueryGetNetworkAddressHistoryV1Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the query get network address history v1 params
func (*QueryGetNetworkAddressHistoryV1Params) WithBody ¶ added in v0.2.9
func (o *QueryGetNetworkAddressHistoryV1Params) WithBody(body *models.MsaIdsRequest) *QueryGetNetworkAddressHistoryV1Params
WithBody adds the body to the query get network address history v1 params
func (*QueryGetNetworkAddressHistoryV1Params) WithContext ¶ added in v0.2.9
func (o *QueryGetNetworkAddressHistoryV1Params) WithContext(ctx context.Context) *QueryGetNetworkAddressHistoryV1Params
WithContext adds the context to the query get network address history v1 params
func (*QueryGetNetworkAddressHistoryV1Params) WithDefaults ¶ added in v0.2.9
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 ¶ added in v0.2.9
func (o *QueryGetNetworkAddressHistoryV1Params) WithHTTPClient(client *http.Client) *QueryGetNetworkAddressHistoryV1Params
WithHTTPClient adds the HTTPClient to the query get network address history v1 params
func (*QueryGetNetworkAddressHistoryV1Params) WithTimeout ¶ added in v0.2.9
func (o *QueryGetNetworkAddressHistoryV1Params) WithTimeout(timeout time.Duration) *QueryGetNetworkAddressHistoryV1Params
WithTimeout adds the timeout to the query get network address history v1 params
func (*QueryGetNetworkAddressHistoryV1Params) WriteToRequest ¶ added in v0.2.9
func (o *QueryGetNetworkAddressHistoryV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type QueryGetNetworkAddressHistoryV1Reader ¶ added in v0.2.9
type QueryGetNetworkAddressHistoryV1Reader struct {
// contains filtered or unexported fields
}
QueryGetNetworkAddressHistoryV1Reader is a Reader for the QueryGetNetworkAddressHistoryV1 structure.
func (*QueryGetNetworkAddressHistoryV1Reader) ReadResponse ¶ added in v0.2.9
func (o *QueryGetNetworkAddressHistoryV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type QueryGetNetworkAddressHistoryV1TooManyRequests ¶ added in v0.2.9
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 ¶ added in v0.2.9
func NewQueryGetNetworkAddressHistoryV1TooManyRequests() *QueryGetNetworkAddressHistoryV1TooManyRequests
NewQueryGetNetworkAddressHistoryV1TooManyRequests creates a QueryGetNetworkAddressHistoryV1TooManyRequests with default headers values
func (*QueryGetNetworkAddressHistoryV1TooManyRequests) Error ¶ added in v0.2.9
func (o *QueryGetNetworkAddressHistoryV1TooManyRequests) Error() string
func (*QueryGetNetworkAddressHistoryV1TooManyRequests) GetPayload ¶ added in v0.2.9
func (o *QueryGetNetworkAddressHistoryV1TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
type QueryHiddenDevicesDefault ¶
type QueryHiddenDevicesDefault struct { Payload *models.MsaQueryResponse // contains filtered or unexported fields }
QueryHiddenDevicesDefault describes a response with status code -1, with default header values.
OK
func NewQueryHiddenDevicesDefault ¶
func NewQueryHiddenDevicesDefault(code int) *QueryHiddenDevicesDefault
NewQueryHiddenDevicesDefault creates a QueryHiddenDevicesDefault with default headers values
func (*QueryHiddenDevicesDefault) Code ¶
func (o *QueryHiddenDevicesDefault) Code() int
Code gets the status code for the query hidden devices default response
func (*QueryHiddenDevicesDefault) Error ¶
func (o *QueryHiddenDevicesDefault) Error() string
func (*QueryHiddenDevicesDefault) GetPayload ¶
func (o *QueryHiddenDevicesDefault) GetPayload() *models.MsaQueryResponse
type QueryHiddenDevicesForbidden ¶
type QueryHiddenDevicesForbidden struct { /* 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) Error ¶
func (o *QueryHiddenDevicesForbidden) Error() string
func (*QueryHiddenDevicesForbidden) GetPayload ¶
func (o *QueryHiddenDevicesForbidden) GetPayload() *models.MsaReplyMetaOnly
type QueryHiddenDevicesOK ¶
type QueryHiddenDevicesOK struct { /* 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) Error ¶
func (o *QueryHiddenDevicesOK) Error() string
func (*QueryHiddenDevicesOK) GetPayload ¶
func (o *QueryHiddenDevicesOK) GetPayload() *models.MsaQueryResponse
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 { /* 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) Error ¶
func (o *QueryHiddenDevicesTooManyRequests) Error() string
func (*QueryHiddenDevicesTooManyRequests) GetPayload ¶
func (o *QueryHiddenDevicesTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
type UpdateDeviceTagsBadRequest ¶
type UpdateDeviceTagsBadRequest struct { /* 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) Error ¶
func (o *UpdateDeviceTagsBadRequest) Error() string
func (*UpdateDeviceTagsBadRequest) GetPayload ¶
func (o *UpdateDeviceTagsBadRequest) GetPayload() *models.MsaReplyAffectedEntities
type UpdateDeviceTagsDefault ¶
type UpdateDeviceTagsDefault struct { Payload *models.MsaEntitiesResponse // contains filtered or unexported fields }
UpdateDeviceTagsDefault describes a response with status code -1, with default header values.
OK
func NewUpdateDeviceTagsDefault ¶
func NewUpdateDeviceTagsDefault(code int) *UpdateDeviceTagsDefault
NewUpdateDeviceTagsDefault creates a UpdateDeviceTagsDefault with default headers values
func (*UpdateDeviceTagsDefault) Code ¶
func (o *UpdateDeviceTagsDefault) Code() int
Code gets the status code for the update device tags default response
func (*UpdateDeviceTagsDefault) Error ¶
func (o *UpdateDeviceTagsDefault) Error() string
func (*UpdateDeviceTagsDefault) GetPayload ¶
func (o *UpdateDeviceTagsDefault) GetPayload() *models.MsaEntitiesResponse
type UpdateDeviceTagsForbidden ¶
type UpdateDeviceTagsForbidden struct { /* 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) Error ¶
func (o *UpdateDeviceTagsForbidden) Error() string
func (*UpdateDeviceTagsForbidden) GetPayload ¶
func (o *UpdateDeviceTagsForbidden) GetPayload() *models.MsaReplyMetaOnly
type UpdateDeviceTagsOK ¶
type UpdateDeviceTagsOK struct { /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaEntitiesResponse }
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) Error ¶
func (o *UpdateDeviceTagsOK) Error() string
func (*UpdateDeviceTagsOK) GetPayload ¶
func (o *UpdateDeviceTagsOK) GetPayload() *models.MsaEntitiesResponse
type UpdateDeviceTagsParams ¶
type UpdateDeviceTagsParams struct { // Body. Body *models.DomainUpdateDeviceTagsRequestV1 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.DomainUpdateDeviceTagsRequestV1)
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.DomainUpdateDeviceTagsRequestV1) *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 { /* 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) Error ¶
func (o *UpdateDeviceTagsTooManyRequests) Error() string
func (*UpdateDeviceTagsTooManyRequests) GetPayload ¶
func (o *UpdateDeviceTagsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
Source Files ¶
- entities_perform_action_parameters.go
- entities_perform_action_responses.go
- get_device_details_parameters.go
- get_device_details_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
- query_device_login_history_parameters.go
- query_device_login_history_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