Documentation ¶
Index ¶
- type Client
- func (a *Client) CrowdScore(params *CrowdScoreParams, opts ...ClientOption) (*CrowdScoreOK, error)
- func (a *Client) GetBehaviors(params *GetBehaviorsParams, opts ...ClientOption) (*GetBehaviorsOK, error)
- func (a *Client) GetIncidents(params *GetIncidentsParams, opts ...ClientOption) (*GetIncidentsOK, error)
- func (a *Client) PerformIncidentAction(params *PerformIncidentActionParams, opts ...ClientOption) (*PerformIncidentActionOK, error)
- func (a *Client) QueryBehaviors(params *QueryBehaviorsParams, opts ...ClientOption) (*QueryBehaviorsOK, error)
- func (a *Client) QueryIncidents(params *QueryIncidentsParams, opts ...ClientOption) (*QueryIncidentsOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type ClientOption
- type ClientService
- type CrowdScoreBadRequest
- func (o *CrowdScoreBadRequest) Code() int
- func (o *CrowdScoreBadRequest) Error() string
- func (o *CrowdScoreBadRequest) GetPayload() *models.MsaReplyMetaOnly
- func (o *CrowdScoreBadRequest) IsClientError() bool
- func (o *CrowdScoreBadRequest) IsCode(code int) bool
- func (o *CrowdScoreBadRequest) IsRedirect() bool
- func (o *CrowdScoreBadRequest) IsServerError() bool
- func (o *CrowdScoreBadRequest) IsSuccess() bool
- func (o *CrowdScoreBadRequest) String() string
- type CrowdScoreForbidden
- func (o *CrowdScoreForbidden) Code() int
- func (o *CrowdScoreForbidden) Error() string
- func (o *CrowdScoreForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *CrowdScoreForbidden) IsClientError() bool
- func (o *CrowdScoreForbidden) IsCode(code int) bool
- func (o *CrowdScoreForbidden) IsRedirect() bool
- func (o *CrowdScoreForbidden) IsServerError() bool
- func (o *CrowdScoreForbidden) IsSuccess() bool
- func (o *CrowdScoreForbidden) String() string
- type CrowdScoreInternalServerError
- func (o *CrowdScoreInternalServerError) Code() int
- func (o *CrowdScoreInternalServerError) Error() string
- func (o *CrowdScoreInternalServerError) GetPayload() *models.MsaReplyMetaOnly
- func (o *CrowdScoreInternalServerError) IsClientError() bool
- func (o *CrowdScoreInternalServerError) IsCode(code int) bool
- func (o *CrowdScoreInternalServerError) IsRedirect() bool
- func (o *CrowdScoreInternalServerError) IsServerError() bool
- func (o *CrowdScoreInternalServerError) IsSuccess() bool
- func (o *CrowdScoreInternalServerError) String() string
- type CrowdScoreOK
- func (o *CrowdScoreOK) Code() int
- func (o *CrowdScoreOK) Error() string
- func (o *CrowdScoreOK) GetPayload() *models.DomainMsaEnvironmentScoreResponse
- func (o *CrowdScoreOK) IsClientError() bool
- func (o *CrowdScoreOK) IsCode(code int) bool
- func (o *CrowdScoreOK) IsRedirect() bool
- func (o *CrowdScoreOK) IsServerError() bool
- func (o *CrowdScoreOK) IsSuccess() bool
- func (o *CrowdScoreOK) String() string
- type CrowdScoreParams
- func (o *CrowdScoreParams) SetContext(ctx context.Context)
- func (o *CrowdScoreParams) SetDefaults()
- func (o *CrowdScoreParams) SetFilter(filter *string)
- func (o *CrowdScoreParams) SetHTTPClient(client *http.Client)
- func (o *CrowdScoreParams) SetLimit(limit *int64)
- func (o *CrowdScoreParams) SetOffset(offset *int64)
- func (o *CrowdScoreParams) SetSort(sort *string)
- func (o *CrowdScoreParams) SetTimeout(timeout time.Duration)
- func (o *CrowdScoreParams) WithContext(ctx context.Context) *CrowdScoreParams
- func (o *CrowdScoreParams) WithDefaults() *CrowdScoreParams
- func (o *CrowdScoreParams) WithFilter(filter *string) *CrowdScoreParams
- func (o *CrowdScoreParams) WithHTTPClient(client *http.Client) *CrowdScoreParams
- func (o *CrowdScoreParams) WithLimit(limit *int64) *CrowdScoreParams
- func (o *CrowdScoreParams) WithOffset(offset *int64) *CrowdScoreParams
- func (o *CrowdScoreParams) WithSort(sort *string) *CrowdScoreParams
- func (o *CrowdScoreParams) WithTimeout(timeout time.Duration) *CrowdScoreParams
- func (o *CrowdScoreParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CrowdScoreReader
- type CrowdScoreTooManyRequests
- func (o *CrowdScoreTooManyRequests) Code() int
- func (o *CrowdScoreTooManyRequests) Error() string
- func (o *CrowdScoreTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *CrowdScoreTooManyRequests) IsClientError() bool
- func (o *CrowdScoreTooManyRequests) IsCode(code int) bool
- func (o *CrowdScoreTooManyRequests) IsRedirect() bool
- func (o *CrowdScoreTooManyRequests) IsServerError() bool
- func (o *CrowdScoreTooManyRequests) IsSuccess() bool
- func (o *CrowdScoreTooManyRequests) String() string
- type GetBehaviorsBadRequest
- func (o *GetBehaviorsBadRequest) Code() int
- func (o *GetBehaviorsBadRequest) Error() string
- func (o *GetBehaviorsBadRequest) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetBehaviorsBadRequest) IsClientError() bool
- func (o *GetBehaviorsBadRequest) IsCode(code int) bool
- func (o *GetBehaviorsBadRequest) IsRedirect() bool
- func (o *GetBehaviorsBadRequest) IsServerError() bool
- func (o *GetBehaviorsBadRequest) IsSuccess() bool
- func (o *GetBehaviorsBadRequest) String() string
- type GetBehaviorsForbidden
- func (o *GetBehaviorsForbidden) Code() int
- func (o *GetBehaviorsForbidden) Error() string
- func (o *GetBehaviorsForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetBehaviorsForbidden) IsClientError() bool
- func (o *GetBehaviorsForbidden) IsCode(code int) bool
- func (o *GetBehaviorsForbidden) IsRedirect() bool
- func (o *GetBehaviorsForbidden) IsServerError() bool
- func (o *GetBehaviorsForbidden) IsSuccess() bool
- func (o *GetBehaviorsForbidden) String() string
- type GetBehaviorsInternalServerError
- func (o *GetBehaviorsInternalServerError) Code() int
- func (o *GetBehaviorsInternalServerError) Error() string
- func (o *GetBehaviorsInternalServerError) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetBehaviorsInternalServerError) IsClientError() bool
- func (o *GetBehaviorsInternalServerError) IsCode(code int) bool
- func (o *GetBehaviorsInternalServerError) IsRedirect() bool
- func (o *GetBehaviorsInternalServerError) IsServerError() bool
- func (o *GetBehaviorsInternalServerError) IsSuccess() bool
- func (o *GetBehaviorsInternalServerError) String() string
- type GetBehaviorsOK
- func (o *GetBehaviorsOK) Code() int
- func (o *GetBehaviorsOK) Error() string
- func (o *GetBehaviorsOK) GetPayload() *models.DomainMsaExternalBehaviorResponse
- func (o *GetBehaviorsOK) IsClientError() bool
- func (o *GetBehaviorsOK) IsCode(code int) bool
- func (o *GetBehaviorsOK) IsRedirect() bool
- func (o *GetBehaviorsOK) IsServerError() bool
- func (o *GetBehaviorsOK) IsSuccess() bool
- func (o *GetBehaviorsOK) String() string
- type GetBehaviorsParams
- func (o *GetBehaviorsParams) SetBody(body *models.MsaIdsRequest)
- func (o *GetBehaviorsParams) SetContext(ctx context.Context)
- func (o *GetBehaviorsParams) SetDefaults()
- func (o *GetBehaviorsParams) SetHTTPClient(client *http.Client)
- func (o *GetBehaviorsParams) SetTimeout(timeout time.Duration)
- func (o *GetBehaviorsParams) WithBody(body *models.MsaIdsRequest) *GetBehaviorsParams
- func (o *GetBehaviorsParams) WithContext(ctx context.Context) *GetBehaviorsParams
- func (o *GetBehaviorsParams) WithDefaults() *GetBehaviorsParams
- func (o *GetBehaviorsParams) WithHTTPClient(client *http.Client) *GetBehaviorsParams
- func (o *GetBehaviorsParams) WithTimeout(timeout time.Duration) *GetBehaviorsParams
- func (o *GetBehaviorsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetBehaviorsReader
- type GetBehaviorsTooManyRequests
- func (o *GetBehaviorsTooManyRequests) Code() int
- func (o *GetBehaviorsTooManyRequests) Error() string
- func (o *GetBehaviorsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetBehaviorsTooManyRequests) IsClientError() bool
- func (o *GetBehaviorsTooManyRequests) IsCode(code int) bool
- func (o *GetBehaviorsTooManyRequests) IsRedirect() bool
- func (o *GetBehaviorsTooManyRequests) IsServerError() bool
- func (o *GetBehaviorsTooManyRequests) IsSuccess() bool
- func (o *GetBehaviorsTooManyRequests) String() string
- type GetIncidentsBadRequest
- func (o *GetIncidentsBadRequest) Code() int
- func (o *GetIncidentsBadRequest) Error() string
- func (o *GetIncidentsBadRequest) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetIncidentsBadRequest) IsClientError() bool
- func (o *GetIncidentsBadRequest) IsCode(code int) bool
- func (o *GetIncidentsBadRequest) IsRedirect() bool
- func (o *GetIncidentsBadRequest) IsServerError() bool
- func (o *GetIncidentsBadRequest) IsSuccess() bool
- func (o *GetIncidentsBadRequest) String() string
- type GetIncidentsForbidden
- func (o *GetIncidentsForbidden) Code() int
- func (o *GetIncidentsForbidden) Error() string
- func (o *GetIncidentsForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetIncidentsForbidden) IsClientError() bool
- func (o *GetIncidentsForbidden) IsCode(code int) bool
- func (o *GetIncidentsForbidden) IsRedirect() bool
- func (o *GetIncidentsForbidden) IsServerError() bool
- func (o *GetIncidentsForbidden) IsSuccess() bool
- func (o *GetIncidentsForbidden) String() string
- type GetIncidentsInternalServerError
- func (o *GetIncidentsInternalServerError) Code() int
- func (o *GetIncidentsInternalServerError) Error() string
- func (o *GetIncidentsInternalServerError) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetIncidentsInternalServerError) IsClientError() bool
- func (o *GetIncidentsInternalServerError) IsCode(code int) bool
- func (o *GetIncidentsInternalServerError) IsRedirect() bool
- func (o *GetIncidentsInternalServerError) IsServerError() bool
- func (o *GetIncidentsInternalServerError) IsSuccess() bool
- func (o *GetIncidentsInternalServerError) String() string
- type GetIncidentsOK
- func (o *GetIncidentsOK) Code() int
- func (o *GetIncidentsOK) Error() string
- func (o *GetIncidentsOK) GetPayload() *models.DomainMsaExternalIncidentResponse
- func (o *GetIncidentsOK) IsClientError() bool
- func (o *GetIncidentsOK) IsCode(code int) bool
- func (o *GetIncidentsOK) IsRedirect() bool
- func (o *GetIncidentsOK) IsServerError() bool
- func (o *GetIncidentsOK) IsSuccess() bool
- func (o *GetIncidentsOK) String() string
- type GetIncidentsParams
- func (o *GetIncidentsParams) SetBody(body *models.MsaIdsRequest)
- func (o *GetIncidentsParams) SetContext(ctx context.Context)
- func (o *GetIncidentsParams) SetDefaults()
- func (o *GetIncidentsParams) SetHTTPClient(client *http.Client)
- func (o *GetIncidentsParams) SetTimeout(timeout time.Duration)
- func (o *GetIncidentsParams) WithBody(body *models.MsaIdsRequest) *GetIncidentsParams
- func (o *GetIncidentsParams) WithContext(ctx context.Context) *GetIncidentsParams
- func (o *GetIncidentsParams) WithDefaults() *GetIncidentsParams
- func (o *GetIncidentsParams) WithHTTPClient(client *http.Client) *GetIncidentsParams
- func (o *GetIncidentsParams) WithTimeout(timeout time.Duration) *GetIncidentsParams
- func (o *GetIncidentsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetIncidentsReader
- type GetIncidentsTooManyRequests
- func (o *GetIncidentsTooManyRequests) Code() int
- func (o *GetIncidentsTooManyRequests) Error() string
- func (o *GetIncidentsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetIncidentsTooManyRequests) IsClientError() bool
- func (o *GetIncidentsTooManyRequests) IsCode(code int) bool
- func (o *GetIncidentsTooManyRequests) IsRedirect() bool
- func (o *GetIncidentsTooManyRequests) IsServerError() bool
- func (o *GetIncidentsTooManyRequests) IsSuccess() bool
- func (o *GetIncidentsTooManyRequests) String() string
- type PerformIncidentActionBadRequest
- func (o *PerformIncidentActionBadRequest) Code() int
- func (o *PerformIncidentActionBadRequest) Error() string
- func (o *PerformIncidentActionBadRequest) GetPayload() *models.MsaReplyMetaOnly
- func (o *PerformIncidentActionBadRequest) IsClientError() bool
- func (o *PerformIncidentActionBadRequest) IsCode(code int) bool
- func (o *PerformIncidentActionBadRequest) IsRedirect() bool
- func (o *PerformIncidentActionBadRequest) IsServerError() bool
- func (o *PerformIncidentActionBadRequest) IsSuccess() bool
- func (o *PerformIncidentActionBadRequest) String() string
- type PerformIncidentActionConflict
- func (o *PerformIncidentActionConflict) Code() int
- func (o *PerformIncidentActionConflict) Error() string
- func (o *PerformIncidentActionConflict) GetPayload() *models.MsaReplyMetaOnly
- func (o *PerformIncidentActionConflict) IsClientError() bool
- func (o *PerformIncidentActionConflict) IsCode(code int) bool
- func (o *PerformIncidentActionConflict) IsRedirect() bool
- func (o *PerformIncidentActionConflict) IsServerError() bool
- func (o *PerformIncidentActionConflict) IsSuccess() bool
- func (o *PerformIncidentActionConflict) String() string
- type PerformIncidentActionForbidden
- func (o *PerformIncidentActionForbidden) Code() int
- func (o *PerformIncidentActionForbidden) Error() string
- func (o *PerformIncidentActionForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *PerformIncidentActionForbidden) IsClientError() bool
- func (o *PerformIncidentActionForbidden) IsCode(code int) bool
- func (o *PerformIncidentActionForbidden) IsRedirect() bool
- func (o *PerformIncidentActionForbidden) IsServerError() bool
- func (o *PerformIncidentActionForbidden) IsSuccess() bool
- func (o *PerformIncidentActionForbidden) String() string
- type PerformIncidentActionInternalServerError
- func (o *PerformIncidentActionInternalServerError) Code() int
- func (o *PerformIncidentActionInternalServerError) Error() string
- func (o *PerformIncidentActionInternalServerError) GetPayload() *models.MsaReplyMetaOnly
- func (o *PerformIncidentActionInternalServerError) IsClientError() bool
- func (o *PerformIncidentActionInternalServerError) IsCode(code int) bool
- func (o *PerformIncidentActionInternalServerError) IsRedirect() bool
- func (o *PerformIncidentActionInternalServerError) IsServerError() bool
- func (o *PerformIncidentActionInternalServerError) IsSuccess() bool
- func (o *PerformIncidentActionInternalServerError) String() string
- type PerformIncidentActionOK
- func (o *PerformIncidentActionOK) Code() int
- func (o *PerformIncidentActionOK) Error() string
- func (o *PerformIncidentActionOK) GetPayload() *models.DomainMsaIncidentPerformActionResponse
- func (o *PerformIncidentActionOK) IsClientError() bool
- func (o *PerformIncidentActionOK) IsCode(code int) bool
- func (o *PerformIncidentActionOK) IsRedirect() bool
- func (o *PerformIncidentActionOK) IsServerError() bool
- func (o *PerformIncidentActionOK) IsSuccess() bool
- func (o *PerformIncidentActionOK) String() string
- type PerformIncidentActionParams
- func NewPerformIncidentActionParams() *PerformIncidentActionParams
- func NewPerformIncidentActionParamsWithContext(ctx context.Context) *PerformIncidentActionParams
- func NewPerformIncidentActionParamsWithHTTPClient(client *http.Client) *PerformIncidentActionParams
- func NewPerformIncidentActionParamsWithTimeout(timeout time.Duration) *PerformIncidentActionParams
- func (o *PerformIncidentActionParams) SetBody(body *models.DomainEntityActionRequest)
- func (o *PerformIncidentActionParams) SetContext(ctx context.Context)
- func (o *PerformIncidentActionParams) SetDefaults()
- func (o *PerformIncidentActionParams) SetHTTPClient(client *http.Client)
- func (o *PerformIncidentActionParams) SetOverwriteDetects(overwriteDetects *bool)
- func (o *PerformIncidentActionParams) SetTimeout(timeout time.Duration)
- func (o *PerformIncidentActionParams) SetUpdateDetects(updateDetects *bool)
- func (o *PerformIncidentActionParams) WithBody(body *models.DomainEntityActionRequest) *PerformIncidentActionParams
- func (o *PerformIncidentActionParams) WithContext(ctx context.Context) *PerformIncidentActionParams
- func (o *PerformIncidentActionParams) WithDefaults() *PerformIncidentActionParams
- func (o *PerformIncidentActionParams) WithHTTPClient(client *http.Client) *PerformIncidentActionParams
- func (o *PerformIncidentActionParams) WithOverwriteDetects(overwriteDetects *bool) *PerformIncidentActionParams
- func (o *PerformIncidentActionParams) WithTimeout(timeout time.Duration) *PerformIncidentActionParams
- func (o *PerformIncidentActionParams) WithUpdateDetects(updateDetects *bool) *PerformIncidentActionParams
- func (o *PerformIncidentActionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PerformIncidentActionReader
- type PerformIncidentActionTooManyRequests
- func (o *PerformIncidentActionTooManyRequests) Code() int
- func (o *PerformIncidentActionTooManyRequests) Error() string
- func (o *PerformIncidentActionTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *PerformIncidentActionTooManyRequests) IsClientError() bool
- func (o *PerformIncidentActionTooManyRequests) IsCode(code int) bool
- func (o *PerformIncidentActionTooManyRequests) IsRedirect() bool
- func (o *PerformIncidentActionTooManyRequests) IsServerError() bool
- func (o *PerformIncidentActionTooManyRequests) IsSuccess() bool
- func (o *PerformIncidentActionTooManyRequests) String() string
- type QueryBehaviorsBadRequest
- func (o *QueryBehaviorsBadRequest) Code() int
- func (o *QueryBehaviorsBadRequest) Error() string
- func (o *QueryBehaviorsBadRequest) GetPayload() *models.MsaReplyMetaOnly
- func (o *QueryBehaviorsBadRequest) IsClientError() bool
- func (o *QueryBehaviorsBadRequest) IsCode(code int) bool
- func (o *QueryBehaviorsBadRequest) IsRedirect() bool
- func (o *QueryBehaviorsBadRequest) IsServerError() bool
- func (o *QueryBehaviorsBadRequest) IsSuccess() bool
- func (o *QueryBehaviorsBadRequest) String() string
- type QueryBehaviorsForbidden
- func (o *QueryBehaviorsForbidden) Code() int
- func (o *QueryBehaviorsForbidden) Error() string
- func (o *QueryBehaviorsForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *QueryBehaviorsForbidden) IsClientError() bool
- func (o *QueryBehaviorsForbidden) IsCode(code int) bool
- func (o *QueryBehaviorsForbidden) IsRedirect() bool
- func (o *QueryBehaviorsForbidden) IsServerError() bool
- func (o *QueryBehaviorsForbidden) IsSuccess() bool
- func (o *QueryBehaviorsForbidden) String() string
- type QueryBehaviorsInternalServerError
- func (o *QueryBehaviorsInternalServerError) Code() int
- func (o *QueryBehaviorsInternalServerError) Error() string
- func (o *QueryBehaviorsInternalServerError) GetPayload() *models.MsaReplyMetaOnly
- func (o *QueryBehaviorsInternalServerError) IsClientError() bool
- func (o *QueryBehaviorsInternalServerError) IsCode(code int) bool
- func (o *QueryBehaviorsInternalServerError) IsRedirect() bool
- func (o *QueryBehaviorsInternalServerError) IsServerError() bool
- func (o *QueryBehaviorsInternalServerError) IsSuccess() bool
- func (o *QueryBehaviorsInternalServerError) String() string
- type QueryBehaviorsOK
- func (o *QueryBehaviorsOK) Code() int
- func (o *QueryBehaviorsOK) Error() string
- func (o *QueryBehaviorsOK) GetPayload() *models.MsaQueryResponse
- func (o *QueryBehaviorsOK) IsClientError() bool
- func (o *QueryBehaviorsOK) IsCode(code int) bool
- func (o *QueryBehaviorsOK) IsRedirect() bool
- func (o *QueryBehaviorsOK) IsServerError() bool
- func (o *QueryBehaviorsOK) IsSuccess() bool
- func (o *QueryBehaviorsOK) String() string
- type QueryBehaviorsParams
- func NewQueryBehaviorsParams() *QueryBehaviorsParams
- func NewQueryBehaviorsParamsWithContext(ctx context.Context) *QueryBehaviorsParams
- func NewQueryBehaviorsParamsWithHTTPClient(client *http.Client) *QueryBehaviorsParams
- func NewQueryBehaviorsParamsWithTimeout(timeout time.Duration) *QueryBehaviorsParams
- func (o *QueryBehaviorsParams) SetContext(ctx context.Context)
- func (o *QueryBehaviorsParams) SetDefaults()
- func (o *QueryBehaviorsParams) SetFilter(filter *string)
- func (o *QueryBehaviorsParams) SetHTTPClient(client *http.Client)
- func (o *QueryBehaviorsParams) SetLimit(limit *int64)
- func (o *QueryBehaviorsParams) SetOffset(offset *int64)
- func (o *QueryBehaviorsParams) SetSort(sort *string)
- func (o *QueryBehaviorsParams) SetTimeout(timeout time.Duration)
- func (o *QueryBehaviorsParams) WithContext(ctx context.Context) *QueryBehaviorsParams
- func (o *QueryBehaviorsParams) WithDefaults() *QueryBehaviorsParams
- func (o *QueryBehaviorsParams) WithFilter(filter *string) *QueryBehaviorsParams
- func (o *QueryBehaviorsParams) WithHTTPClient(client *http.Client) *QueryBehaviorsParams
- func (o *QueryBehaviorsParams) WithLimit(limit *int64) *QueryBehaviorsParams
- func (o *QueryBehaviorsParams) WithOffset(offset *int64) *QueryBehaviorsParams
- func (o *QueryBehaviorsParams) WithSort(sort *string) *QueryBehaviorsParams
- func (o *QueryBehaviorsParams) WithTimeout(timeout time.Duration) *QueryBehaviorsParams
- func (o *QueryBehaviorsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type QueryBehaviorsReader
- type QueryBehaviorsTooManyRequests
- func (o *QueryBehaviorsTooManyRequests) Code() int
- func (o *QueryBehaviorsTooManyRequests) Error() string
- func (o *QueryBehaviorsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *QueryBehaviorsTooManyRequests) IsClientError() bool
- func (o *QueryBehaviorsTooManyRequests) IsCode(code int) bool
- func (o *QueryBehaviorsTooManyRequests) IsRedirect() bool
- func (o *QueryBehaviorsTooManyRequests) IsServerError() bool
- func (o *QueryBehaviorsTooManyRequests) IsSuccess() bool
- func (o *QueryBehaviorsTooManyRequests) String() string
- type QueryIncidentsBadRequest
- func (o *QueryIncidentsBadRequest) Code() int
- func (o *QueryIncidentsBadRequest) Error() string
- func (o *QueryIncidentsBadRequest) GetPayload() *models.MsaReplyMetaOnly
- func (o *QueryIncidentsBadRequest) IsClientError() bool
- func (o *QueryIncidentsBadRequest) IsCode(code int) bool
- func (o *QueryIncidentsBadRequest) IsRedirect() bool
- func (o *QueryIncidentsBadRequest) IsServerError() bool
- func (o *QueryIncidentsBadRequest) IsSuccess() bool
- func (o *QueryIncidentsBadRequest) String() string
- type QueryIncidentsForbidden
- func (o *QueryIncidentsForbidden) Code() int
- func (o *QueryIncidentsForbidden) Error() string
- func (o *QueryIncidentsForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *QueryIncidentsForbidden) IsClientError() bool
- func (o *QueryIncidentsForbidden) IsCode(code int) bool
- func (o *QueryIncidentsForbidden) IsRedirect() bool
- func (o *QueryIncidentsForbidden) IsServerError() bool
- func (o *QueryIncidentsForbidden) IsSuccess() bool
- func (o *QueryIncidentsForbidden) String() string
- type QueryIncidentsInternalServerError
- func (o *QueryIncidentsInternalServerError) Code() int
- func (o *QueryIncidentsInternalServerError) Error() string
- func (o *QueryIncidentsInternalServerError) GetPayload() *models.MsaReplyMetaOnly
- func (o *QueryIncidentsInternalServerError) IsClientError() bool
- func (o *QueryIncidentsInternalServerError) IsCode(code int) bool
- func (o *QueryIncidentsInternalServerError) IsRedirect() bool
- func (o *QueryIncidentsInternalServerError) IsServerError() bool
- func (o *QueryIncidentsInternalServerError) IsSuccess() bool
- func (o *QueryIncidentsInternalServerError) String() string
- type QueryIncidentsOK
- func (o *QueryIncidentsOK) Code() int
- func (o *QueryIncidentsOK) Error() string
- func (o *QueryIncidentsOK) GetPayload() *models.DomainMsaIncidentQueryResponse
- func (o *QueryIncidentsOK) IsClientError() bool
- func (o *QueryIncidentsOK) IsCode(code int) bool
- func (o *QueryIncidentsOK) IsRedirect() bool
- func (o *QueryIncidentsOK) IsServerError() bool
- func (o *QueryIncidentsOK) IsSuccess() bool
- func (o *QueryIncidentsOK) String() string
- type QueryIncidentsParams
- func NewQueryIncidentsParams() *QueryIncidentsParams
- func NewQueryIncidentsParamsWithContext(ctx context.Context) *QueryIncidentsParams
- func NewQueryIncidentsParamsWithHTTPClient(client *http.Client) *QueryIncidentsParams
- func NewQueryIncidentsParamsWithTimeout(timeout time.Duration) *QueryIncidentsParams
- func (o *QueryIncidentsParams) SetContext(ctx context.Context)
- func (o *QueryIncidentsParams) SetDefaults()
- func (o *QueryIncidentsParams) SetFilter(filter *string)
- func (o *QueryIncidentsParams) SetHTTPClient(client *http.Client)
- func (o *QueryIncidentsParams) SetLimit(limit *int64)
- func (o *QueryIncidentsParams) SetOffset(offset *int64)
- func (o *QueryIncidentsParams) SetSort(sort *string)
- func (o *QueryIncidentsParams) SetTimeout(timeout time.Duration)
- func (o *QueryIncidentsParams) WithContext(ctx context.Context) *QueryIncidentsParams
- func (o *QueryIncidentsParams) WithDefaults() *QueryIncidentsParams
- func (o *QueryIncidentsParams) WithFilter(filter *string) *QueryIncidentsParams
- func (o *QueryIncidentsParams) WithHTTPClient(client *http.Client) *QueryIncidentsParams
- func (o *QueryIncidentsParams) WithLimit(limit *int64) *QueryIncidentsParams
- func (o *QueryIncidentsParams) WithOffset(offset *int64) *QueryIncidentsParams
- func (o *QueryIncidentsParams) WithSort(sort *string) *QueryIncidentsParams
- func (o *QueryIncidentsParams) WithTimeout(timeout time.Duration) *QueryIncidentsParams
- func (o *QueryIncidentsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type QueryIncidentsReader
- type QueryIncidentsTooManyRequests
- func (o *QueryIncidentsTooManyRequests) Code() int
- func (o *QueryIncidentsTooManyRequests) Error() string
- func (o *QueryIncidentsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *QueryIncidentsTooManyRequests) IsClientError() bool
- func (o *QueryIncidentsTooManyRequests) IsCode(code int) bool
- func (o *QueryIncidentsTooManyRequests) IsRedirect() bool
- func (o *QueryIncidentsTooManyRequests) IsServerError() bool
- func (o *QueryIncidentsTooManyRequests) IsSuccess() bool
- func (o *QueryIncidentsTooManyRequests) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for incidents API
func (*Client) CrowdScore ¶
func (a *Client) CrowdScore(params *CrowdScoreParams, opts ...ClientOption) (*CrowdScoreOK, error)
CrowdScore queries environment wide crowd score and return the entity data
func (*Client) GetBehaviors ¶
func (a *Client) GetBehaviors(params *GetBehaviorsParams, opts ...ClientOption) (*GetBehaviorsOK, error)
GetBehaviors gets details on behaviors by providing behavior i ds
func (*Client) GetIncidents ¶
func (a *Client) GetIncidents(params *GetIncidentsParams, opts ...ClientOption) (*GetIncidentsOK, error)
GetIncidents gets details on incidents by providing incident i ds
func (*Client) PerformIncidentAction ¶
func (a *Client) PerformIncidentAction(params *PerformIncidentActionParams, opts ...ClientOption) (*PerformIncidentActionOK, error)
PerformIncidentAction performs a set of actions on one or more incidents such as adding tags or comments or updating the incident name or description
func (*Client) QueryBehaviors ¶
func (a *Client) QueryBehaviors(params *QueryBehaviorsParams, opts ...ClientOption) (*QueryBehaviorsOK, error)
QueryBehaviors searches for behaviors by providing an f q l filter sorting and paging details
func (*Client) QueryIncidents ¶
func (a *Client) QueryIncidents(params *QueryIncidentsParams, opts ...ClientOption) (*QueryIncidentsOK, error)
QueryIncidents searches for incidents by providing an f q l filter sorting and paging details
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
type ClientOption ¶
type ClientOption func(*runtime.ClientOperation)
ClientOption is the option for Client methods
type ClientService ¶
type ClientService interface { CrowdScore(params *CrowdScoreParams, opts ...ClientOption) (*CrowdScoreOK, error) GetBehaviors(params *GetBehaviorsParams, opts ...ClientOption) (*GetBehaviorsOK, error) GetIncidents(params *GetIncidentsParams, opts ...ClientOption) (*GetIncidentsOK, error) PerformIncidentAction(params *PerformIncidentActionParams, opts ...ClientOption) (*PerformIncidentActionOK, error) QueryBehaviors(params *QueryBehaviorsParams, opts ...ClientOption) (*QueryBehaviorsOK, error) QueryIncidents(params *QueryIncidentsParams, opts ...ClientOption) (*QueryIncidentsOK, 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 incidents API client.
type CrowdScoreBadRequest ¶
type CrowdScoreBadRequest 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 }
CrowdScoreBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewCrowdScoreBadRequest ¶
func NewCrowdScoreBadRequest() *CrowdScoreBadRequest
NewCrowdScoreBadRequest creates a CrowdScoreBadRequest with default headers values
func (*CrowdScoreBadRequest) Code ¶ added in v0.2.33
func (o *CrowdScoreBadRequest) Code() int
Code gets the status code for the crowd score bad request response
func (*CrowdScoreBadRequest) Error ¶
func (o *CrowdScoreBadRequest) Error() string
func (*CrowdScoreBadRequest) GetPayload ¶
func (o *CrowdScoreBadRequest) GetPayload() *models.MsaReplyMetaOnly
func (*CrowdScoreBadRequest) IsClientError ¶ added in v0.2.27
func (o *CrowdScoreBadRequest) IsClientError() bool
IsClientError returns true when this crowd score bad request response has a 4xx status code
func (*CrowdScoreBadRequest) IsCode ¶ added in v0.2.27
func (o *CrowdScoreBadRequest) IsCode(code int) bool
IsCode returns true when this crowd score bad request response a status code equal to that given
func (*CrowdScoreBadRequest) IsRedirect ¶ added in v0.2.27
func (o *CrowdScoreBadRequest) IsRedirect() bool
IsRedirect returns true when this crowd score bad request response has a 3xx status code
func (*CrowdScoreBadRequest) IsServerError ¶ added in v0.2.27
func (o *CrowdScoreBadRequest) IsServerError() bool
IsServerError returns true when this crowd score bad request response has a 5xx status code
func (*CrowdScoreBadRequest) IsSuccess ¶ added in v0.2.27
func (o *CrowdScoreBadRequest) IsSuccess() bool
IsSuccess returns true when this crowd score bad request response has a 2xx status code
func (*CrowdScoreBadRequest) String ¶ added in v0.2.27
func (o *CrowdScoreBadRequest) String() string
type CrowdScoreForbidden ¶
type CrowdScoreForbidden 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 }
CrowdScoreForbidden describes a response with status code 403, with default header values.
Forbidden
func NewCrowdScoreForbidden ¶
func NewCrowdScoreForbidden() *CrowdScoreForbidden
NewCrowdScoreForbidden creates a CrowdScoreForbidden with default headers values
func (*CrowdScoreForbidden) Code ¶ added in v0.2.33
func (o *CrowdScoreForbidden) Code() int
Code gets the status code for the crowd score forbidden response
func (*CrowdScoreForbidden) Error ¶
func (o *CrowdScoreForbidden) Error() string
func (*CrowdScoreForbidden) GetPayload ¶
func (o *CrowdScoreForbidden) GetPayload() *models.MsaReplyMetaOnly
func (*CrowdScoreForbidden) IsClientError ¶ added in v0.2.27
func (o *CrowdScoreForbidden) IsClientError() bool
IsClientError returns true when this crowd score forbidden response has a 4xx status code
func (*CrowdScoreForbidden) IsCode ¶ added in v0.2.27
func (o *CrowdScoreForbidden) IsCode(code int) bool
IsCode returns true when this crowd score forbidden response a status code equal to that given
func (*CrowdScoreForbidden) IsRedirect ¶ added in v0.2.27
func (o *CrowdScoreForbidden) IsRedirect() bool
IsRedirect returns true when this crowd score forbidden response has a 3xx status code
func (*CrowdScoreForbidden) IsServerError ¶ added in v0.2.27
func (o *CrowdScoreForbidden) IsServerError() bool
IsServerError returns true when this crowd score forbidden response has a 5xx status code
func (*CrowdScoreForbidden) IsSuccess ¶ added in v0.2.27
func (o *CrowdScoreForbidden) IsSuccess() bool
IsSuccess returns true when this crowd score forbidden response has a 2xx status code
func (*CrowdScoreForbidden) String ¶ added in v0.2.27
func (o *CrowdScoreForbidden) String() string
type CrowdScoreInternalServerError ¶
type CrowdScoreInternalServerError 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 }
CrowdScoreInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewCrowdScoreInternalServerError ¶
func NewCrowdScoreInternalServerError() *CrowdScoreInternalServerError
NewCrowdScoreInternalServerError creates a CrowdScoreInternalServerError with default headers values
func (*CrowdScoreInternalServerError) Code ¶ added in v0.2.33
func (o *CrowdScoreInternalServerError) Code() int
Code gets the status code for the crowd score internal server error response
func (*CrowdScoreInternalServerError) Error ¶
func (o *CrowdScoreInternalServerError) Error() string
func (*CrowdScoreInternalServerError) GetPayload ¶
func (o *CrowdScoreInternalServerError) GetPayload() *models.MsaReplyMetaOnly
func (*CrowdScoreInternalServerError) IsClientError ¶ added in v0.2.27
func (o *CrowdScoreInternalServerError) IsClientError() bool
IsClientError returns true when this crowd score internal server error response has a 4xx status code
func (*CrowdScoreInternalServerError) IsCode ¶ added in v0.2.27
func (o *CrowdScoreInternalServerError) IsCode(code int) bool
IsCode returns true when this crowd score internal server error response a status code equal to that given
func (*CrowdScoreInternalServerError) IsRedirect ¶ added in v0.2.27
func (o *CrowdScoreInternalServerError) IsRedirect() bool
IsRedirect returns true when this crowd score internal server error response has a 3xx status code
func (*CrowdScoreInternalServerError) IsServerError ¶ added in v0.2.27
func (o *CrowdScoreInternalServerError) IsServerError() bool
IsServerError returns true when this crowd score internal server error response has a 5xx status code
func (*CrowdScoreInternalServerError) IsSuccess ¶ added in v0.2.27
func (o *CrowdScoreInternalServerError) IsSuccess() bool
IsSuccess returns true when this crowd score internal server error response has a 2xx status code
func (*CrowdScoreInternalServerError) String ¶ added in v0.2.27
func (o *CrowdScoreInternalServerError) String() string
type CrowdScoreOK ¶
type CrowdScoreOK 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.DomainMsaEnvironmentScoreResponse }
CrowdScoreOK describes a response with status code 200, with default header values.
OK
func NewCrowdScoreOK ¶
func NewCrowdScoreOK() *CrowdScoreOK
NewCrowdScoreOK creates a CrowdScoreOK with default headers values
func (*CrowdScoreOK) Code ¶ added in v0.2.33
func (o *CrowdScoreOK) Code() int
Code gets the status code for the crowd score o k response
func (*CrowdScoreOK) Error ¶
func (o *CrowdScoreOK) Error() string
func (*CrowdScoreOK) GetPayload ¶
func (o *CrowdScoreOK) GetPayload() *models.DomainMsaEnvironmentScoreResponse
func (*CrowdScoreOK) IsClientError ¶ added in v0.2.27
func (o *CrowdScoreOK) IsClientError() bool
IsClientError returns true when this crowd score o k response has a 4xx status code
func (*CrowdScoreOK) IsCode ¶ added in v0.2.27
func (o *CrowdScoreOK) IsCode(code int) bool
IsCode returns true when this crowd score o k response a status code equal to that given
func (*CrowdScoreOK) IsRedirect ¶ added in v0.2.27
func (o *CrowdScoreOK) IsRedirect() bool
IsRedirect returns true when this crowd score o k response has a 3xx status code
func (*CrowdScoreOK) IsServerError ¶ added in v0.2.27
func (o *CrowdScoreOK) IsServerError() bool
IsServerError returns true when this crowd score o k response has a 5xx status code
func (*CrowdScoreOK) IsSuccess ¶ added in v0.2.27
func (o *CrowdScoreOK) IsSuccess() bool
IsSuccess returns true when this crowd score o k response has a 2xx status code
func (*CrowdScoreOK) String ¶ added in v0.2.27
func (o *CrowdScoreOK) String() string
type CrowdScoreParams ¶
type CrowdScoreParams struct { /* Filter. Optional filter and sort criteria in the form of an FQL query. For more information about FQL queries, see [our FQL documentation in Falcon](https://falcon.crowdstrike.com/support/documentation/45/falcon-query-language-feature-guide). */ Filter *string /* Limit. The maximum records to return. [1-2500] */ Limit *int64 /* Offset. Starting index of overall result set from which to return ids. */ Offset *int64 /* Sort. The property to sort on, followed by a dot (.), followed by the sort direction, either "asc" or "desc". */ Sort *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CrowdScoreParams contains all the parameters to send to the API endpoint
for the crowd score operation. Typically these are written to a http.Request.
func NewCrowdScoreParams ¶
func NewCrowdScoreParams() *CrowdScoreParams
NewCrowdScoreParams creates a new CrowdScoreParams 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 NewCrowdScoreParamsWithContext ¶
func NewCrowdScoreParamsWithContext(ctx context.Context) *CrowdScoreParams
NewCrowdScoreParamsWithContext creates a new CrowdScoreParams object with the ability to set a context for a request.
func NewCrowdScoreParamsWithHTTPClient ¶
func NewCrowdScoreParamsWithHTTPClient(client *http.Client) *CrowdScoreParams
NewCrowdScoreParamsWithHTTPClient creates a new CrowdScoreParams object with the ability to set a custom HTTPClient for a request.
func NewCrowdScoreParamsWithTimeout ¶
func NewCrowdScoreParamsWithTimeout(timeout time.Duration) *CrowdScoreParams
NewCrowdScoreParamsWithTimeout creates a new CrowdScoreParams object with the ability to set a timeout on a request.
func (*CrowdScoreParams) SetContext ¶
func (o *CrowdScoreParams) SetContext(ctx context.Context)
SetContext adds the context to the crowd score params
func (*CrowdScoreParams) SetDefaults ¶
func (o *CrowdScoreParams) SetDefaults()
SetDefaults hydrates default values in the crowd score params (not the query body).
All values with no default are reset to their zero value.
func (*CrowdScoreParams) SetFilter ¶
func (o *CrowdScoreParams) SetFilter(filter *string)
SetFilter adds the filter to the crowd score params
func (*CrowdScoreParams) SetHTTPClient ¶
func (o *CrowdScoreParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the crowd score params
func (*CrowdScoreParams) SetLimit ¶
func (o *CrowdScoreParams) SetLimit(limit *int64)
SetLimit adds the limit to the crowd score params
func (*CrowdScoreParams) SetOffset ¶
func (o *CrowdScoreParams) SetOffset(offset *int64)
SetOffset adds the offset to the crowd score params
func (*CrowdScoreParams) SetSort ¶
func (o *CrowdScoreParams) SetSort(sort *string)
SetSort adds the sort to the crowd score params
func (*CrowdScoreParams) SetTimeout ¶
func (o *CrowdScoreParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the crowd score params
func (*CrowdScoreParams) WithContext ¶
func (o *CrowdScoreParams) WithContext(ctx context.Context) *CrowdScoreParams
WithContext adds the context to the crowd score params
func (*CrowdScoreParams) WithDefaults ¶
func (o *CrowdScoreParams) WithDefaults() *CrowdScoreParams
WithDefaults hydrates default values in the crowd score params (not the query body).
All values with no default are reset to their zero value.
func (*CrowdScoreParams) WithFilter ¶
func (o *CrowdScoreParams) WithFilter(filter *string) *CrowdScoreParams
WithFilter adds the filter to the crowd score params
func (*CrowdScoreParams) WithHTTPClient ¶
func (o *CrowdScoreParams) WithHTTPClient(client *http.Client) *CrowdScoreParams
WithHTTPClient adds the HTTPClient to the crowd score params
func (*CrowdScoreParams) WithLimit ¶
func (o *CrowdScoreParams) WithLimit(limit *int64) *CrowdScoreParams
WithLimit adds the limit to the crowd score params
func (*CrowdScoreParams) WithOffset ¶
func (o *CrowdScoreParams) WithOffset(offset *int64) *CrowdScoreParams
WithOffset adds the offset to the crowd score params
func (*CrowdScoreParams) WithSort ¶
func (o *CrowdScoreParams) WithSort(sort *string) *CrowdScoreParams
WithSort adds the sort to the crowd score params
func (*CrowdScoreParams) WithTimeout ¶
func (o *CrowdScoreParams) WithTimeout(timeout time.Duration) *CrowdScoreParams
WithTimeout adds the timeout to the crowd score params
func (*CrowdScoreParams) WriteToRequest ¶
func (o *CrowdScoreParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CrowdScoreReader ¶
type CrowdScoreReader struct {
// contains filtered or unexported fields
}
CrowdScoreReader is a Reader for the CrowdScore structure.
func (*CrowdScoreReader) ReadResponse ¶
func (o *CrowdScoreReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CrowdScoreTooManyRequests ¶
type CrowdScoreTooManyRequests 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 }
CrowdScoreTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewCrowdScoreTooManyRequests ¶
func NewCrowdScoreTooManyRequests() *CrowdScoreTooManyRequests
NewCrowdScoreTooManyRequests creates a CrowdScoreTooManyRequests with default headers values
func (*CrowdScoreTooManyRequests) Code ¶ added in v0.2.33
func (o *CrowdScoreTooManyRequests) Code() int
Code gets the status code for the crowd score too many requests response
func (*CrowdScoreTooManyRequests) Error ¶
func (o *CrowdScoreTooManyRequests) Error() string
func (*CrowdScoreTooManyRequests) GetPayload ¶
func (o *CrowdScoreTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*CrowdScoreTooManyRequests) IsClientError ¶ added in v0.2.27
func (o *CrowdScoreTooManyRequests) IsClientError() bool
IsClientError returns true when this crowd score too many requests response has a 4xx status code
func (*CrowdScoreTooManyRequests) IsCode ¶ added in v0.2.27
func (o *CrowdScoreTooManyRequests) IsCode(code int) bool
IsCode returns true when this crowd score too many requests response a status code equal to that given
func (*CrowdScoreTooManyRequests) IsRedirect ¶ added in v0.2.27
func (o *CrowdScoreTooManyRequests) IsRedirect() bool
IsRedirect returns true when this crowd score too many requests response has a 3xx status code
func (*CrowdScoreTooManyRequests) IsServerError ¶ added in v0.2.27
func (o *CrowdScoreTooManyRequests) IsServerError() bool
IsServerError returns true when this crowd score too many requests response has a 5xx status code
func (*CrowdScoreTooManyRequests) IsSuccess ¶ added in v0.2.27
func (o *CrowdScoreTooManyRequests) IsSuccess() bool
IsSuccess returns true when this crowd score too many requests response has a 2xx status code
func (*CrowdScoreTooManyRequests) String ¶ added in v0.2.27
func (o *CrowdScoreTooManyRequests) String() string
type GetBehaviorsBadRequest ¶
type GetBehaviorsBadRequest 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 }
GetBehaviorsBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewGetBehaviorsBadRequest ¶
func NewGetBehaviorsBadRequest() *GetBehaviorsBadRequest
NewGetBehaviorsBadRequest creates a GetBehaviorsBadRequest with default headers values
func (*GetBehaviorsBadRequest) Code ¶ added in v0.2.33
func (o *GetBehaviorsBadRequest) Code() int
Code gets the status code for the get behaviors bad request response
func (*GetBehaviorsBadRequest) Error ¶
func (o *GetBehaviorsBadRequest) Error() string
func (*GetBehaviorsBadRequest) GetPayload ¶
func (o *GetBehaviorsBadRequest) GetPayload() *models.MsaReplyMetaOnly
func (*GetBehaviorsBadRequest) IsClientError ¶ added in v0.2.27
func (o *GetBehaviorsBadRequest) IsClientError() bool
IsClientError returns true when this get behaviors bad request response has a 4xx status code
func (*GetBehaviorsBadRequest) IsCode ¶ added in v0.2.27
func (o *GetBehaviorsBadRequest) IsCode(code int) bool
IsCode returns true when this get behaviors bad request response a status code equal to that given
func (*GetBehaviorsBadRequest) IsRedirect ¶ added in v0.2.27
func (o *GetBehaviorsBadRequest) IsRedirect() bool
IsRedirect returns true when this get behaviors bad request response has a 3xx status code
func (*GetBehaviorsBadRequest) IsServerError ¶ added in v0.2.27
func (o *GetBehaviorsBadRequest) IsServerError() bool
IsServerError returns true when this get behaviors bad request response has a 5xx status code
func (*GetBehaviorsBadRequest) IsSuccess ¶ added in v0.2.27
func (o *GetBehaviorsBadRequest) IsSuccess() bool
IsSuccess returns true when this get behaviors bad request response has a 2xx status code
func (*GetBehaviorsBadRequest) String ¶ added in v0.2.27
func (o *GetBehaviorsBadRequest) String() string
type GetBehaviorsForbidden ¶
type GetBehaviorsForbidden 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 }
GetBehaviorsForbidden describes a response with status code 403, with default header values.
Forbidden
func NewGetBehaviorsForbidden ¶
func NewGetBehaviorsForbidden() *GetBehaviorsForbidden
NewGetBehaviorsForbidden creates a GetBehaviorsForbidden with default headers values
func (*GetBehaviorsForbidden) Code ¶ added in v0.2.33
func (o *GetBehaviorsForbidden) Code() int
Code gets the status code for the get behaviors forbidden response
func (*GetBehaviorsForbidden) Error ¶
func (o *GetBehaviorsForbidden) Error() string
func (*GetBehaviorsForbidden) GetPayload ¶
func (o *GetBehaviorsForbidden) GetPayload() *models.MsaReplyMetaOnly
func (*GetBehaviorsForbidden) IsClientError ¶ added in v0.2.27
func (o *GetBehaviorsForbidden) IsClientError() bool
IsClientError returns true when this get behaviors forbidden response has a 4xx status code
func (*GetBehaviorsForbidden) IsCode ¶ added in v0.2.27
func (o *GetBehaviorsForbidden) IsCode(code int) bool
IsCode returns true when this get behaviors forbidden response a status code equal to that given
func (*GetBehaviorsForbidden) IsRedirect ¶ added in v0.2.27
func (o *GetBehaviorsForbidden) IsRedirect() bool
IsRedirect returns true when this get behaviors forbidden response has a 3xx status code
func (*GetBehaviorsForbidden) IsServerError ¶ added in v0.2.27
func (o *GetBehaviorsForbidden) IsServerError() bool
IsServerError returns true when this get behaviors forbidden response has a 5xx status code
func (*GetBehaviorsForbidden) IsSuccess ¶ added in v0.2.27
func (o *GetBehaviorsForbidden) IsSuccess() bool
IsSuccess returns true when this get behaviors forbidden response has a 2xx status code
func (*GetBehaviorsForbidden) String ¶ added in v0.2.27
func (o *GetBehaviorsForbidden) String() string
type GetBehaviorsInternalServerError ¶
type GetBehaviorsInternalServerError 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 }
GetBehaviorsInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewGetBehaviorsInternalServerError ¶
func NewGetBehaviorsInternalServerError() *GetBehaviorsInternalServerError
NewGetBehaviorsInternalServerError creates a GetBehaviorsInternalServerError with default headers values
func (*GetBehaviorsInternalServerError) Code ¶ added in v0.2.33
func (o *GetBehaviorsInternalServerError) Code() int
Code gets the status code for the get behaviors internal server error response
func (*GetBehaviorsInternalServerError) Error ¶
func (o *GetBehaviorsInternalServerError) Error() string
func (*GetBehaviorsInternalServerError) GetPayload ¶
func (o *GetBehaviorsInternalServerError) GetPayload() *models.MsaReplyMetaOnly
func (*GetBehaviorsInternalServerError) IsClientError ¶ added in v0.2.27
func (o *GetBehaviorsInternalServerError) IsClientError() bool
IsClientError returns true when this get behaviors internal server error response has a 4xx status code
func (*GetBehaviorsInternalServerError) IsCode ¶ added in v0.2.27
func (o *GetBehaviorsInternalServerError) IsCode(code int) bool
IsCode returns true when this get behaviors internal server error response a status code equal to that given
func (*GetBehaviorsInternalServerError) IsRedirect ¶ added in v0.2.27
func (o *GetBehaviorsInternalServerError) IsRedirect() bool
IsRedirect returns true when this get behaviors internal server error response has a 3xx status code
func (*GetBehaviorsInternalServerError) IsServerError ¶ added in v0.2.27
func (o *GetBehaviorsInternalServerError) IsServerError() bool
IsServerError returns true when this get behaviors internal server error response has a 5xx status code
func (*GetBehaviorsInternalServerError) IsSuccess ¶ added in v0.2.27
func (o *GetBehaviorsInternalServerError) IsSuccess() bool
IsSuccess returns true when this get behaviors internal server error response has a 2xx status code
func (*GetBehaviorsInternalServerError) String ¶ added in v0.2.27
func (o *GetBehaviorsInternalServerError) String() string
type GetBehaviorsOK ¶
type GetBehaviorsOK 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.DomainMsaExternalBehaviorResponse }
GetBehaviorsOK describes a response with status code 200, with default header values.
OK
func NewGetBehaviorsOK ¶
func NewGetBehaviorsOK() *GetBehaviorsOK
NewGetBehaviorsOK creates a GetBehaviorsOK with default headers values
func (*GetBehaviorsOK) Code ¶ added in v0.2.33
func (o *GetBehaviorsOK) Code() int
Code gets the status code for the get behaviors o k response
func (*GetBehaviorsOK) Error ¶
func (o *GetBehaviorsOK) Error() string
func (*GetBehaviorsOK) GetPayload ¶
func (o *GetBehaviorsOK) GetPayload() *models.DomainMsaExternalBehaviorResponse
func (*GetBehaviorsOK) IsClientError ¶ added in v0.2.27
func (o *GetBehaviorsOK) IsClientError() bool
IsClientError returns true when this get behaviors o k response has a 4xx status code
func (*GetBehaviorsOK) IsCode ¶ added in v0.2.27
func (o *GetBehaviorsOK) IsCode(code int) bool
IsCode returns true when this get behaviors o k response a status code equal to that given
func (*GetBehaviorsOK) IsRedirect ¶ added in v0.2.27
func (o *GetBehaviorsOK) IsRedirect() bool
IsRedirect returns true when this get behaviors o k response has a 3xx status code
func (*GetBehaviorsOK) IsServerError ¶ added in v0.2.27
func (o *GetBehaviorsOK) IsServerError() bool
IsServerError returns true when this get behaviors o k response has a 5xx status code
func (*GetBehaviorsOK) IsSuccess ¶ added in v0.2.27
func (o *GetBehaviorsOK) IsSuccess() bool
IsSuccess returns true when this get behaviors o k response has a 2xx status code
func (*GetBehaviorsOK) String ¶ added in v0.2.27
func (o *GetBehaviorsOK) String() string
type GetBehaviorsParams ¶
type GetBehaviorsParams struct { // Body. Body *models.MsaIdsRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetBehaviorsParams contains all the parameters to send to the API endpoint
for the get behaviors operation. Typically these are written to a http.Request.
func NewGetBehaviorsParams ¶
func NewGetBehaviorsParams() *GetBehaviorsParams
NewGetBehaviorsParams creates a new GetBehaviorsParams 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 NewGetBehaviorsParamsWithContext ¶
func NewGetBehaviorsParamsWithContext(ctx context.Context) *GetBehaviorsParams
NewGetBehaviorsParamsWithContext creates a new GetBehaviorsParams object with the ability to set a context for a request.
func NewGetBehaviorsParamsWithHTTPClient ¶
func NewGetBehaviorsParamsWithHTTPClient(client *http.Client) *GetBehaviorsParams
NewGetBehaviorsParamsWithHTTPClient creates a new GetBehaviorsParams object with the ability to set a custom HTTPClient for a request.
func NewGetBehaviorsParamsWithTimeout ¶
func NewGetBehaviorsParamsWithTimeout(timeout time.Duration) *GetBehaviorsParams
NewGetBehaviorsParamsWithTimeout creates a new GetBehaviorsParams object with the ability to set a timeout on a request.
func (*GetBehaviorsParams) SetBody ¶
func (o *GetBehaviorsParams) SetBody(body *models.MsaIdsRequest)
SetBody adds the body to the get behaviors params
func (*GetBehaviorsParams) SetContext ¶
func (o *GetBehaviorsParams) SetContext(ctx context.Context)
SetContext adds the context to the get behaviors params
func (*GetBehaviorsParams) SetDefaults ¶
func (o *GetBehaviorsParams) SetDefaults()
SetDefaults hydrates default values in the get behaviors params (not the query body).
All values with no default are reset to their zero value.
func (*GetBehaviorsParams) SetHTTPClient ¶
func (o *GetBehaviorsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get behaviors params
func (*GetBehaviorsParams) SetTimeout ¶
func (o *GetBehaviorsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get behaviors params
func (*GetBehaviorsParams) WithBody ¶
func (o *GetBehaviorsParams) WithBody(body *models.MsaIdsRequest) *GetBehaviorsParams
WithBody adds the body to the get behaviors params
func (*GetBehaviorsParams) WithContext ¶
func (o *GetBehaviorsParams) WithContext(ctx context.Context) *GetBehaviorsParams
WithContext adds the context to the get behaviors params
func (*GetBehaviorsParams) WithDefaults ¶
func (o *GetBehaviorsParams) WithDefaults() *GetBehaviorsParams
WithDefaults hydrates default values in the get behaviors params (not the query body).
All values with no default are reset to their zero value.
func (*GetBehaviorsParams) WithHTTPClient ¶
func (o *GetBehaviorsParams) WithHTTPClient(client *http.Client) *GetBehaviorsParams
WithHTTPClient adds the HTTPClient to the get behaviors params
func (*GetBehaviorsParams) WithTimeout ¶
func (o *GetBehaviorsParams) WithTimeout(timeout time.Duration) *GetBehaviorsParams
WithTimeout adds the timeout to the get behaviors params
func (*GetBehaviorsParams) WriteToRequest ¶
func (o *GetBehaviorsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetBehaviorsReader ¶
type GetBehaviorsReader struct {
// contains filtered or unexported fields
}
GetBehaviorsReader is a Reader for the GetBehaviors structure.
func (*GetBehaviorsReader) ReadResponse ¶
func (o *GetBehaviorsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetBehaviorsTooManyRequests ¶
type GetBehaviorsTooManyRequests 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 }
GetBehaviorsTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewGetBehaviorsTooManyRequests ¶
func NewGetBehaviorsTooManyRequests() *GetBehaviorsTooManyRequests
NewGetBehaviorsTooManyRequests creates a GetBehaviorsTooManyRequests with default headers values
func (*GetBehaviorsTooManyRequests) Code ¶ added in v0.2.33
func (o *GetBehaviorsTooManyRequests) Code() int
Code gets the status code for the get behaviors too many requests response
func (*GetBehaviorsTooManyRequests) Error ¶
func (o *GetBehaviorsTooManyRequests) Error() string
func (*GetBehaviorsTooManyRequests) GetPayload ¶
func (o *GetBehaviorsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*GetBehaviorsTooManyRequests) IsClientError ¶ added in v0.2.27
func (o *GetBehaviorsTooManyRequests) IsClientError() bool
IsClientError returns true when this get behaviors too many requests response has a 4xx status code
func (*GetBehaviorsTooManyRequests) IsCode ¶ added in v0.2.27
func (o *GetBehaviorsTooManyRequests) IsCode(code int) bool
IsCode returns true when this get behaviors too many requests response a status code equal to that given
func (*GetBehaviorsTooManyRequests) IsRedirect ¶ added in v0.2.27
func (o *GetBehaviorsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get behaviors too many requests response has a 3xx status code
func (*GetBehaviorsTooManyRequests) IsServerError ¶ added in v0.2.27
func (o *GetBehaviorsTooManyRequests) IsServerError() bool
IsServerError returns true when this get behaviors too many requests response has a 5xx status code
func (*GetBehaviorsTooManyRequests) IsSuccess ¶ added in v0.2.27
func (o *GetBehaviorsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get behaviors too many requests response has a 2xx status code
func (*GetBehaviorsTooManyRequests) String ¶ added in v0.2.27
func (o *GetBehaviorsTooManyRequests) String() string
type GetIncidentsBadRequest ¶
type GetIncidentsBadRequest 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 }
GetIncidentsBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewGetIncidentsBadRequest ¶
func NewGetIncidentsBadRequest() *GetIncidentsBadRequest
NewGetIncidentsBadRequest creates a GetIncidentsBadRequest with default headers values
func (*GetIncidentsBadRequest) Code ¶ added in v0.2.33
func (o *GetIncidentsBadRequest) Code() int
Code gets the status code for the get incidents bad request response
func (*GetIncidentsBadRequest) Error ¶
func (o *GetIncidentsBadRequest) Error() string
func (*GetIncidentsBadRequest) GetPayload ¶
func (o *GetIncidentsBadRequest) GetPayload() *models.MsaReplyMetaOnly
func (*GetIncidentsBadRequest) IsClientError ¶ added in v0.2.27
func (o *GetIncidentsBadRequest) IsClientError() bool
IsClientError returns true when this get incidents bad request response has a 4xx status code
func (*GetIncidentsBadRequest) IsCode ¶ added in v0.2.27
func (o *GetIncidentsBadRequest) IsCode(code int) bool
IsCode returns true when this get incidents bad request response a status code equal to that given
func (*GetIncidentsBadRequest) IsRedirect ¶ added in v0.2.27
func (o *GetIncidentsBadRequest) IsRedirect() bool
IsRedirect returns true when this get incidents bad request response has a 3xx status code
func (*GetIncidentsBadRequest) IsServerError ¶ added in v0.2.27
func (o *GetIncidentsBadRequest) IsServerError() bool
IsServerError returns true when this get incidents bad request response has a 5xx status code
func (*GetIncidentsBadRequest) IsSuccess ¶ added in v0.2.27
func (o *GetIncidentsBadRequest) IsSuccess() bool
IsSuccess returns true when this get incidents bad request response has a 2xx status code
func (*GetIncidentsBadRequest) String ¶ added in v0.2.27
func (o *GetIncidentsBadRequest) String() string
type GetIncidentsForbidden ¶
type GetIncidentsForbidden 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 }
GetIncidentsForbidden describes a response with status code 403, with default header values.
Forbidden
func NewGetIncidentsForbidden ¶
func NewGetIncidentsForbidden() *GetIncidentsForbidden
NewGetIncidentsForbidden creates a GetIncidentsForbidden with default headers values
func (*GetIncidentsForbidden) Code ¶ added in v0.2.33
func (o *GetIncidentsForbidden) Code() int
Code gets the status code for the get incidents forbidden response
func (*GetIncidentsForbidden) Error ¶
func (o *GetIncidentsForbidden) Error() string
func (*GetIncidentsForbidden) GetPayload ¶
func (o *GetIncidentsForbidden) GetPayload() *models.MsaReplyMetaOnly
func (*GetIncidentsForbidden) IsClientError ¶ added in v0.2.27
func (o *GetIncidentsForbidden) IsClientError() bool
IsClientError returns true when this get incidents forbidden response has a 4xx status code
func (*GetIncidentsForbidden) IsCode ¶ added in v0.2.27
func (o *GetIncidentsForbidden) IsCode(code int) bool
IsCode returns true when this get incidents forbidden response a status code equal to that given
func (*GetIncidentsForbidden) IsRedirect ¶ added in v0.2.27
func (o *GetIncidentsForbidden) IsRedirect() bool
IsRedirect returns true when this get incidents forbidden response has a 3xx status code
func (*GetIncidentsForbidden) IsServerError ¶ added in v0.2.27
func (o *GetIncidentsForbidden) IsServerError() bool
IsServerError returns true when this get incidents forbidden response has a 5xx status code
func (*GetIncidentsForbidden) IsSuccess ¶ added in v0.2.27
func (o *GetIncidentsForbidden) IsSuccess() bool
IsSuccess returns true when this get incidents forbidden response has a 2xx status code
func (*GetIncidentsForbidden) String ¶ added in v0.2.27
func (o *GetIncidentsForbidden) String() string
type GetIncidentsInternalServerError ¶
type GetIncidentsInternalServerError 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 }
GetIncidentsInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewGetIncidentsInternalServerError ¶
func NewGetIncidentsInternalServerError() *GetIncidentsInternalServerError
NewGetIncidentsInternalServerError creates a GetIncidentsInternalServerError with default headers values
func (*GetIncidentsInternalServerError) Code ¶ added in v0.2.33
func (o *GetIncidentsInternalServerError) Code() int
Code gets the status code for the get incidents internal server error response
func (*GetIncidentsInternalServerError) Error ¶
func (o *GetIncidentsInternalServerError) Error() string
func (*GetIncidentsInternalServerError) GetPayload ¶
func (o *GetIncidentsInternalServerError) GetPayload() *models.MsaReplyMetaOnly
func (*GetIncidentsInternalServerError) IsClientError ¶ added in v0.2.27
func (o *GetIncidentsInternalServerError) IsClientError() bool
IsClientError returns true when this get incidents internal server error response has a 4xx status code
func (*GetIncidentsInternalServerError) IsCode ¶ added in v0.2.27
func (o *GetIncidentsInternalServerError) IsCode(code int) bool
IsCode returns true when this get incidents internal server error response a status code equal to that given
func (*GetIncidentsInternalServerError) IsRedirect ¶ added in v0.2.27
func (o *GetIncidentsInternalServerError) IsRedirect() bool
IsRedirect returns true when this get incidents internal server error response has a 3xx status code
func (*GetIncidentsInternalServerError) IsServerError ¶ added in v0.2.27
func (o *GetIncidentsInternalServerError) IsServerError() bool
IsServerError returns true when this get incidents internal server error response has a 5xx status code
func (*GetIncidentsInternalServerError) IsSuccess ¶ added in v0.2.27
func (o *GetIncidentsInternalServerError) IsSuccess() bool
IsSuccess returns true when this get incidents internal server error response has a 2xx status code
func (*GetIncidentsInternalServerError) String ¶ added in v0.2.27
func (o *GetIncidentsInternalServerError) String() string
type GetIncidentsOK ¶
type GetIncidentsOK 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.DomainMsaExternalIncidentResponse }
GetIncidentsOK describes a response with status code 200, with default header values.
OK
func NewGetIncidentsOK ¶
func NewGetIncidentsOK() *GetIncidentsOK
NewGetIncidentsOK creates a GetIncidentsOK with default headers values
func (*GetIncidentsOK) Code ¶ added in v0.2.33
func (o *GetIncidentsOK) Code() int
Code gets the status code for the get incidents o k response
func (*GetIncidentsOK) Error ¶
func (o *GetIncidentsOK) Error() string
func (*GetIncidentsOK) GetPayload ¶
func (o *GetIncidentsOK) GetPayload() *models.DomainMsaExternalIncidentResponse
func (*GetIncidentsOK) IsClientError ¶ added in v0.2.27
func (o *GetIncidentsOK) IsClientError() bool
IsClientError returns true when this get incidents o k response has a 4xx status code
func (*GetIncidentsOK) IsCode ¶ added in v0.2.27
func (o *GetIncidentsOK) IsCode(code int) bool
IsCode returns true when this get incidents o k response a status code equal to that given
func (*GetIncidentsOK) IsRedirect ¶ added in v0.2.27
func (o *GetIncidentsOK) IsRedirect() bool
IsRedirect returns true when this get incidents o k response has a 3xx status code
func (*GetIncidentsOK) IsServerError ¶ added in v0.2.27
func (o *GetIncidentsOK) IsServerError() bool
IsServerError returns true when this get incidents o k response has a 5xx status code
func (*GetIncidentsOK) IsSuccess ¶ added in v0.2.27
func (o *GetIncidentsOK) IsSuccess() bool
IsSuccess returns true when this get incidents o k response has a 2xx status code
func (*GetIncidentsOK) String ¶ added in v0.2.27
func (o *GetIncidentsOK) String() string
type GetIncidentsParams ¶
type GetIncidentsParams struct { // Body. Body *models.MsaIdsRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetIncidentsParams contains all the parameters to send to the API endpoint
for the get incidents operation. Typically these are written to a http.Request.
func NewGetIncidentsParams ¶
func NewGetIncidentsParams() *GetIncidentsParams
NewGetIncidentsParams creates a new GetIncidentsParams 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 NewGetIncidentsParamsWithContext ¶
func NewGetIncidentsParamsWithContext(ctx context.Context) *GetIncidentsParams
NewGetIncidentsParamsWithContext creates a new GetIncidentsParams object with the ability to set a context for a request.
func NewGetIncidentsParamsWithHTTPClient ¶
func NewGetIncidentsParamsWithHTTPClient(client *http.Client) *GetIncidentsParams
NewGetIncidentsParamsWithHTTPClient creates a new GetIncidentsParams object with the ability to set a custom HTTPClient for a request.
func NewGetIncidentsParamsWithTimeout ¶
func NewGetIncidentsParamsWithTimeout(timeout time.Duration) *GetIncidentsParams
NewGetIncidentsParamsWithTimeout creates a new GetIncidentsParams object with the ability to set a timeout on a request.
func (*GetIncidentsParams) SetBody ¶
func (o *GetIncidentsParams) SetBody(body *models.MsaIdsRequest)
SetBody adds the body to the get incidents params
func (*GetIncidentsParams) SetContext ¶
func (o *GetIncidentsParams) SetContext(ctx context.Context)
SetContext adds the context to the get incidents params
func (*GetIncidentsParams) SetDefaults ¶
func (o *GetIncidentsParams) SetDefaults()
SetDefaults hydrates default values in the get incidents params (not the query body).
All values with no default are reset to their zero value.
func (*GetIncidentsParams) SetHTTPClient ¶
func (o *GetIncidentsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get incidents params
func (*GetIncidentsParams) SetTimeout ¶
func (o *GetIncidentsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get incidents params
func (*GetIncidentsParams) WithBody ¶
func (o *GetIncidentsParams) WithBody(body *models.MsaIdsRequest) *GetIncidentsParams
WithBody adds the body to the get incidents params
func (*GetIncidentsParams) WithContext ¶
func (o *GetIncidentsParams) WithContext(ctx context.Context) *GetIncidentsParams
WithContext adds the context to the get incidents params
func (*GetIncidentsParams) WithDefaults ¶
func (o *GetIncidentsParams) WithDefaults() *GetIncidentsParams
WithDefaults hydrates default values in the get incidents params (not the query body).
All values with no default are reset to their zero value.
func (*GetIncidentsParams) WithHTTPClient ¶
func (o *GetIncidentsParams) WithHTTPClient(client *http.Client) *GetIncidentsParams
WithHTTPClient adds the HTTPClient to the get incidents params
func (*GetIncidentsParams) WithTimeout ¶
func (o *GetIncidentsParams) WithTimeout(timeout time.Duration) *GetIncidentsParams
WithTimeout adds the timeout to the get incidents params
func (*GetIncidentsParams) WriteToRequest ¶
func (o *GetIncidentsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetIncidentsReader ¶
type GetIncidentsReader struct {
// contains filtered or unexported fields
}
GetIncidentsReader is a Reader for the GetIncidents structure.
func (*GetIncidentsReader) ReadResponse ¶
func (o *GetIncidentsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetIncidentsTooManyRequests ¶
type GetIncidentsTooManyRequests 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 }
GetIncidentsTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewGetIncidentsTooManyRequests ¶
func NewGetIncidentsTooManyRequests() *GetIncidentsTooManyRequests
NewGetIncidentsTooManyRequests creates a GetIncidentsTooManyRequests with default headers values
func (*GetIncidentsTooManyRequests) Code ¶ added in v0.2.33
func (o *GetIncidentsTooManyRequests) Code() int
Code gets the status code for the get incidents too many requests response
func (*GetIncidentsTooManyRequests) Error ¶
func (o *GetIncidentsTooManyRequests) Error() string
func (*GetIncidentsTooManyRequests) GetPayload ¶
func (o *GetIncidentsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*GetIncidentsTooManyRequests) IsClientError ¶ added in v0.2.27
func (o *GetIncidentsTooManyRequests) IsClientError() bool
IsClientError returns true when this get incidents too many requests response has a 4xx status code
func (*GetIncidentsTooManyRequests) IsCode ¶ added in v0.2.27
func (o *GetIncidentsTooManyRequests) IsCode(code int) bool
IsCode returns true when this get incidents too many requests response a status code equal to that given
func (*GetIncidentsTooManyRequests) IsRedirect ¶ added in v0.2.27
func (o *GetIncidentsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get incidents too many requests response has a 3xx status code
func (*GetIncidentsTooManyRequests) IsServerError ¶ added in v0.2.27
func (o *GetIncidentsTooManyRequests) IsServerError() bool
IsServerError returns true when this get incidents too many requests response has a 5xx status code
func (*GetIncidentsTooManyRequests) IsSuccess ¶ added in v0.2.27
func (o *GetIncidentsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get incidents too many requests response has a 2xx status code
func (*GetIncidentsTooManyRequests) String ¶ added in v0.2.27
func (o *GetIncidentsTooManyRequests) String() string
type PerformIncidentActionBadRequest ¶
type PerformIncidentActionBadRequest 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 }
PerformIncidentActionBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewPerformIncidentActionBadRequest ¶
func NewPerformIncidentActionBadRequest() *PerformIncidentActionBadRequest
NewPerformIncidentActionBadRequest creates a PerformIncidentActionBadRequest with default headers values
func (*PerformIncidentActionBadRequest) Code ¶ added in v0.2.33
func (o *PerformIncidentActionBadRequest) Code() int
Code gets the status code for the perform incident action bad request response
func (*PerformIncidentActionBadRequest) Error ¶
func (o *PerformIncidentActionBadRequest) Error() string
func (*PerformIncidentActionBadRequest) GetPayload ¶
func (o *PerformIncidentActionBadRequest) GetPayload() *models.MsaReplyMetaOnly
func (*PerformIncidentActionBadRequest) IsClientError ¶ added in v0.2.27
func (o *PerformIncidentActionBadRequest) IsClientError() bool
IsClientError returns true when this perform incident action bad request response has a 4xx status code
func (*PerformIncidentActionBadRequest) IsCode ¶ added in v0.2.27
func (o *PerformIncidentActionBadRequest) IsCode(code int) bool
IsCode returns true when this perform incident action bad request response a status code equal to that given
func (*PerformIncidentActionBadRequest) IsRedirect ¶ added in v0.2.27
func (o *PerformIncidentActionBadRequest) IsRedirect() bool
IsRedirect returns true when this perform incident action bad request response has a 3xx status code
func (*PerformIncidentActionBadRequest) IsServerError ¶ added in v0.2.27
func (o *PerformIncidentActionBadRequest) IsServerError() bool
IsServerError returns true when this perform incident action bad request response has a 5xx status code
func (*PerformIncidentActionBadRequest) IsSuccess ¶ added in v0.2.27
func (o *PerformIncidentActionBadRequest) IsSuccess() bool
IsSuccess returns true when this perform incident action bad request response has a 2xx status code
func (*PerformIncidentActionBadRequest) String ¶ added in v0.2.27
func (o *PerformIncidentActionBadRequest) String() string
type PerformIncidentActionConflict ¶
type PerformIncidentActionConflict 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 }
PerformIncidentActionConflict describes a response with status code 409, with default header values.
Conflict
func NewPerformIncidentActionConflict ¶
func NewPerformIncidentActionConflict() *PerformIncidentActionConflict
NewPerformIncidentActionConflict creates a PerformIncidentActionConflict with default headers values
func (*PerformIncidentActionConflict) Code ¶ added in v0.2.33
func (o *PerformIncidentActionConflict) Code() int
Code gets the status code for the perform incident action conflict response
func (*PerformIncidentActionConflict) Error ¶
func (o *PerformIncidentActionConflict) Error() string
func (*PerformIncidentActionConflict) GetPayload ¶
func (o *PerformIncidentActionConflict) GetPayload() *models.MsaReplyMetaOnly
func (*PerformIncidentActionConflict) IsClientError ¶ added in v0.2.27
func (o *PerformIncidentActionConflict) IsClientError() bool
IsClientError returns true when this perform incident action conflict response has a 4xx status code
func (*PerformIncidentActionConflict) IsCode ¶ added in v0.2.27
func (o *PerformIncidentActionConflict) IsCode(code int) bool
IsCode returns true when this perform incident action conflict response a status code equal to that given
func (*PerformIncidentActionConflict) IsRedirect ¶ added in v0.2.27
func (o *PerformIncidentActionConflict) IsRedirect() bool
IsRedirect returns true when this perform incident action conflict response has a 3xx status code
func (*PerformIncidentActionConflict) IsServerError ¶ added in v0.2.27
func (o *PerformIncidentActionConflict) IsServerError() bool
IsServerError returns true when this perform incident action conflict response has a 5xx status code
func (*PerformIncidentActionConflict) IsSuccess ¶ added in v0.2.27
func (o *PerformIncidentActionConflict) IsSuccess() bool
IsSuccess returns true when this perform incident action conflict response has a 2xx status code
func (*PerformIncidentActionConflict) String ¶ added in v0.2.27
func (o *PerformIncidentActionConflict) String() string
type PerformIncidentActionForbidden ¶
type PerformIncidentActionForbidden 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 }
PerformIncidentActionForbidden describes a response with status code 403, with default header values.
Forbidden
func NewPerformIncidentActionForbidden ¶
func NewPerformIncidentActionForbidden() *PerformIncidentActionForbidden
NewPerformIncidentActionForbidden creates a PerformIncidentActionForbidden with default headers values
func (*PerformIncidentActionForbidden) Code ¶ added in v0.2.33
func (o *PerformIncidentActionForbidden) Code() int
Code gets the status code for the perform incident action forbidden response
func (*PerformIncidentActionForbidden) Error ¶
func (o *PerformIncidentActionForbidden) Error() string
func (*PerformIncidentActionForbidden) GetPayload ¶
func (o *PerformIncidentActionForbidden) GetPayload() *models.MsaReplyMetaOnly
func (*PerformIncidentActionForbidden) IsClientError ¶ added in v0.2.27
func (o *PerformIncidentActionForbidden) IsClientError() bool
IsClientError returns true when this perform incident action forbidden response has a 4xx status code
func (*PerformIncidentActionForbidden) IsCode ¶ added in v0.2.27
func (o *PerformIncidentActionForbidden) IsCode(code int) bool
IsCode returns true when this perform incident action forbidden response a status code equal to that given
func (*PerformIncidentActionForbidden) IsRedirect ¶ added in v0.2.27
func (o *PerformIncidentActionForbidden) IsRedirect() bool
IsRedirect returns true when this perform incident action forbidden response has a 3xx status code
func (*PerformIncidentActionForbidden) IsServerError ¶ added in v0.2.27
func (o *PerformIncidentActionForbidden) IsServerError() bool
IsServerError returns true when this perform incident action forbidden response has a 5xx status code
func (*PerformIncidentActionForbidden) IsSuccess ¶ added in v0.2.27
func (o *PerformIncidentActionForbidden) IsSuccess() bool
IsSuccess returns true when this perform incident action forbidden response has a 2xx status code
func (*PerformIncidentActionForbidden) String ¶ added in v0.2.27
func (o *PerformIncidentActionForbidden) String() string
type PerformIncidentActionInternalServerError ¶
type PerformIncidentActionInternalServerError 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 }
PerformIncidentActionInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewPerformIncidentActionInternalServerError ¶
func NewPerformIncidentActionInternalServerError() *PerformIncidentActionInternalServerError
NewPerformIncidentActionInternalServerError creates a PerformIncidentActionInternalServerError with default headers values
func (*PerformIncidentActionInternalServerError) Code ¶ added in v0.2.33
func (o *PerformIncidentActionInternalServerError) Code() int
Code gets the status code for the perform incident action internal server error response
func (*PerformIncidentActionInternalServerError) Error ¶
func (o *PerformIncidentActionInternalServerError) Error() string
func (*PerformIncidentActionInternalServerError) GetPayload ¶
func (o *PerformIncidentActionInternalServerError) GetPayload() *models.MsaReplyMetaOnly
func (*PerformIncidentActionInternalServerError) IsClientError ¶ added in v0.2.27
func (o *PerformIncidentActionInternalServerError) IsClientError() bool
IsClientError returns true when this perform incident action internal server error response has a 4xx status code
func (*PerformIncidentActionInternalServerError) IsCode ¶ added in v0.2.27
func (o *PerformIncidentActionInternalServerError) IsCode(code int) bool
IsCode returns true when this perform incident action internal server error response a status code equal to that given
func (*PerformIncidentActionInternalServerError) IsRedirect ¶ added in v0.2.27
func (o *PerformIncidentActionInternalServerError) IsRedirect() bool
IsRedirect returns true when this perform incident action internal server error response has a 3xx status code
func (*PerformIncidentActionInternalServerError) IsServerError ¶ added in v0.2.27
func (o *PerformIncidentActionInternalServerError) IsServerError() bool
IsServerError returns true when this perform incident action internal server error response has a 5xx status code
func (*PerformIncidentActionInternalServerError) IsSuccess ¶ added in v0.2.27
func (o *PerformIncidentActionInternalServerError) IsSuccess() bool
IsSuccess returns true when this perform incident action internal server error response has a 2xx status code
func (*PerformIncidentActionInternalServerError) String ¶ added in v0.2.27
func (o *PerformIncidentActionInternalServerError) String() string
type PerformIncidentActionOK ¶
type PerformIncidentActionOK 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.DomainMsaIncidentPerformActionResponse }
PerformIncidentActionOK describes a response with status code 200, with default header values.
OK
func NewPerformIncidentActionOK ¶
func NewPerformIncidentActionOK() *PerformIncidentActionOK
NewPerformIncidentActionOK creates a PerformIncidentActionOK with default headers values
func (*PerformIncidentActionOK) Code ¶ added in v0.2.33
func (o *PerformIncidentActionOK) Code() int
Code gets the status code for the perform incident action o k response
func (*PerformIncidentActionOK) Error ¶
func (o *PerformIncidentActionOK) Error() string
func (*PerformIncidentActionOK) GetPayload ¶
func (o *PerformIncidentActionOK) GetPayload() *models.DomainMsaIncidentPerformActionResponse
func (*PerformIncidentActionOK) IsClientError ¶ added in v0.2.27
func (o *PerformIncidentActionOK) IsClientError() bool
IsClientError returns true when this perform incident action o k response has a 4xx status code
func (*PerformIncidentActionOK) IsCode ¶ added in v0.2.27
func (o *PerformIncidentActionOK) IsCode(code int) bool
IsCode returns true when this perform incident action o k response a status code equal to that given
func (*PerformIncidentActionOK) IsRedirect ¶ added in v0.2.27
func (o *PerformIncidentActionOK) IsRedirect() bool
IsRedirect returns true when this perform incident action o k response has a 3xx status code
func (*PerformIncidentActionOK) IsServerError ¶ added in v0.2.27
func (o *PerformIncidentActionOK) IsServerError() bool
IsServerError returns true when this perform incident action o k response has a 5xx status code
func (*PerformIncidentActionOK) IsSuccess ¶ added in v0.2.27
func (o *PerformIncidentActionOK) IsSuccess() bool
IsSuccess returns true when this perform incident action o k response has a 2xx status code
func (*PerformIncidentActionOK) String ¶ added in v0.2.27
func (o *PerformIncidentActionOK) String() string
type PerformIncidentActionParams ¶
type PerformIncidentActionParams struct { /* Body. Incident Update request body containing minimum 1 and maximum 5000 Incident ID(s) and action param(s) to be performed action against. */ Body *models.DomainEntityActionRequest /* OverwriteDetects. If true and update-detects is true, the assigned-to-uuid or status for ALL detections associated with the incident(s) will be overwritten. If false, only detects that have default values for assigned-to-uuid and/or status will be updated. Defaults to false. Ignored if 'update-detects' is missing or false. */ OverwriteDetects *bool /* UpdateDetects. If true, update assigned-to-uuid and or status of detections associated with the incident(s). Defaults to false */ UpdateDetects *bool Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PerformIncidentActionParams contains all the parameters to send to the API endpoint
for the perform incident action operation. Typically these are written to a http.Request.
func NewPerformIncidentActionParams ¶
func NewPerformIncidentActionParams() *PerformIncidentActionParams
NewPerformIncidentActionParams creates a new PerformIncidentActionParams 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 NewPerformIncidentActionParamsWithContext ¶
func NewPerformIncidentActionParamsWithContext(ctx context.Context) *PerformIncidentActionParams
NewPerformIncidentActionParamsWithContext creates a new PerformIncidentActionParams object with the ability to set a context for a request.
func NewPerformIncidentActionParamsWithHTTPClient ¶
func NewPerformIncidentActionParamsWithHTTPClient(client *http.Client) *PerformIncidentActionParams
NewPerformIncidentActionParamsWithHTTPClient creates a new PerformIncidentActionParams object with the ability to set a custom HTTPClient for a request.
func NewPerformIncidentActionParamsWithTimeout ¶
func NewPerformIncidentActionParamsWithTimeout(timeout time.Duration) *PerformIncidentActionParams
NewPerformIncidentActionParamsWithTimeout creates a new PerformIncidentActionParams object with the ability to set a timeout on a request.
func (*PerformIncidentActionParams) SetBody ¶
func (o *PerformIncidentActionParams) SetBody(body *models.DomainEntityActionRequest)
SetBody adds the body to the perform incident action params
func (*PerformIncidentActionParams) SetContext ¶
func (o *PerformIncidentActionParams) SetContext(ctx context.Context)
SetContext adds the context to the perform incident action params
func (*PerformIncidentActionParams) SetDefaults ¶
func (o *PerformIncidentActionParams) SetDefaults()
SetDefaults hydrates default values in the perform incident action params (not the query body).
All values with no default are reset to their zero value.
func (*PerformIncidentActionParams) SetHTTPClient ¶
func (o *PerformIncidentActionParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the perform incident action params
func (*PerformIncidentActionParams) SetOverwriteDetects ¶ added in v0.4.0
func (o *PerformIncidentActionParams) SetOverwriteDetects(overwriteDetects *bool)
SetOverwriteDetects adds the overwriteDetects to the perform incident action params
func (*PerformIncidentActionParams) SetTimeout ¶
func (o *PerformIncidentActionParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the perform incident action params
func (*PerformIncidentActionParams) SetUpdateDetects ¶ added in v0.4.0
func (o *PerformIncidentActionParams) SetUpdateDetects(updateDetects *bool)
SetUpdateDetects adds the updateDetects to the perform incident action params
func (*PerformIncidentActionParams) WithBody ¶
func (o *PerformIncidentActionParams) WithBody(body *models.DomainEntityActionRequest) *PerformIncidentActionParams
WithBody adds the body to the perform incident action params
func (*PerformIncidentActionParams) WithContext ¶
func (o *PerformIncidentActionParams) WithContext(ctx context.Context) *PerformIncidentActionParams
WithContext adds the context to the perform incident action params
func (*PerformIncidentActionParams) WithDefaults ¶
func (o *PerformIncidentActionParams) WithDefaults() *PerformIncidentActionParams
WithDefaults hydrates default values in the perform incident action params (not the query body).
All values with no default are reset to their zero value.
func (*PerformIncidentActionParams) WithHTTPClient ¶
func (o *PerformIncidentActionParams) WithHTTPClient(client *http.Client) *PerformIncidentActionParams
WithHTTPClient adds the HTTPClient to the perform incident action params
func (*PerformIncidentActionParams) WithOverwriteDetects ¶ added in v0.4.0
func (o *PerformIncidentActionParams) WithOverwriteDetects(overwriteDetects *bool) *PerformIncidentActionParams
WithOverwriteDetects adds the overwriteDetects to the perform incident action params
func (*PerformIncidentActionParams) WithTimeout ¶
func (o *PerformIncidentActionParams) WithTimeout(timeout time.Duration) *PerformIncidentActionParams
WithTimeout adds the timeout to the perform incident action params
func (*PerformIncidentActionParams) WithUpdateDetects ¶ added in v0.4.0
func (o *PerformIncidentActionParams) WithUpdateDetects(updateDetects *bool) *PerformIncidentActionParams
WithUpdateDetects adds the updateDetects to the perform incident action params
func (*PerformIncidentActionParams) WriteToRequest ¶
func (o *PerformIncidentActionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PerformIncidentActionReader ¶
type PerformIncidentActionReader struct {
// contains filtered or unexported fields
}
PerformIncidentActionReader is a Reader for the PerformIncidentAction structure.
func (*PerformIncidentActionReader) ReadResponse ¶
func (o *PerformIncidentActionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PerformIncidentActionTooManyRequests ¶
type PerformIncidentActionTooManyRequests 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 }
PerformIncidentActionTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewPerformIncidentActionTooManyRequests ¶
func NewPerformIncidentActionTooManyRequests() *PerformIncidentActionTooManyRequests
NewPerformIncidentActionTooManyRequests creates a PerformIncidentActionTooManyRequests with default headers values
func (*PerformIncidentActionTooManyRequests) Code ¶ added in v0.2.33
func (o *PerformIncidentActionTooManyRequests) Code() int
Code gets the status code for the perform incident action too many requests response
func (*PerformIncidentActionTooManyRequests) Error ¶
func (o *PerformIncidentActionTooManyRequests) Error() string
func (*PerformIncidentActionTooManyRequests) GetPayload ¶
func (o *PerformIncidentActionTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*PerformIncidentActionTooManyRequests) IsClientError ¶ added in v0.2.27
func (o *PerformIncidentActionTooManyRequests) IsClientError() bool
IsClientError returns true when this perform incident action too many requests response has a 4xx status code
func (*PerformIncidentActionTooManyRequests) IsCode ¶ added in v0.2.27
func (o *PerformIncidentActionTooManyRequests) IsCode(code int) bool
IsCode returns true when this perform incident action too many requests response a status code equal to that given
func (*PerformIncidentActionTooManyRequests) IsRedirect ¶ added in v0.2.27
func (o *PerformIncidentActionTooManyRequests) IsRedirect() bool
IsRedirect returns true when this perform incident action too many requests response has a 3xx status code
func (*PerformIncidentActionTooManyRequests) IsServerError ¶ added in v0.2.27
func (o *PerformIncidentActionTooManyRequests) IsServerError() bool
IsServerError returns true when this perform incident action too many requests response has a 5xx status code
func (*PerformIncidentActionTooManyRequests) IsSuccess ¶ added in v0.2.27
func (o *PerformIncidentActionTooManyRequests) IsSuccess() bool
IsSuccess returns true when this perform incident action too many requests response has a 2xx status code
func (*PerformIncidentActionTooManyRequests) String ¶ added in v0.2.27
func (o *PerformIncidentActionTooManyRequests) String() string
type QueryBehaviorsBadRequest ¶
type QueryBehaviorsBadRequest 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 }
QueryBehaviorsBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewQueryBehaviorsBadRequest ¶
func NewQueryBehaviorsBadRequest() *QueryBehaviorsBadRequest
NewQueryBehaviorsBadRequest creates a QueryBehaviorsBadRequest with default headers values
func (*QueryBehaviorsBadRequest) Code ¶ added in v0.2.33
func (o *QueryBehaviorsBadRequest) Code() int
Code gets the status code for the query behaviors bad request response
func (*QueryBehaviorsBadRequest) Error ¶
func (o *QueryBehaviorsBadRequest) Error() string
func (*QueryBehaviorsBadRequest) GetPayload ¶
func (o *QueryBehaviorsBadRequest) GetPayload() *models.MsaReplyMetaOnly
func (*QueryBehaviorsBadRequest) IsClientError ¶ added in v0.2.27
func (o *QueryBehaviorsBadRequest) IsClientError() bool
IsClientError returns true when this query behaviors bad request response has a 4xx status code
func (*QueryBehaviorsBadRequest) IsCode ¶ added in v0.2.27
func (o *QueryBehaviorsBadRequest) IsCode(code int) bool
IsCode returns true when this query behaviors bad request response a status code equal to that given
func (*QueryBehaviorsBadRequest) IsRedirect ¶ added in v0.2.27
func (o *QueryBehaviorsBadRequest) IsRedirect() bool
IsRedirect returns true when this query behaviors bad request response has a 3xx status code
func (*QueryBehaviorsBadRequest) IsServerError ¶ added in v0.2.27
func (o *QueryBehaviorsBadRequest) IsServerError() bool
IsServerError returns true when this query behaviors bad request response has a 5xx status code
func (*QueryBehaviorsBadRequest) IsSuccess ¶ added in v0.2.27
func (o *QueryBehaviorsBadRequest) IsSuccess() bool
IsSuccess returns true when this query behaviors bad request response has a 2xx status code
func (*QueryBehaviorsBadRequest) String ¶ added in v0.2.27
func (o *QueryBehaviorsBadRequest) String() string
type QueryBehaviorsForbidden ¶
type QueryBehaviorsForbidden 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 }
QueryBehaviorsForbidden describes a response with status code 403, with default header values.
Forbidden
func NewQueryBehaviorsForbidden ¶
func NewQueryBehaviorsForbidden() *QueryBehaviorsForbidden
NewQueryBehaviorsForbidden creates a QueryBehaviorsForbidden with default headers values
func (*QueryBehaviorsForbidden) Code ¶ added in v0.2.33
func (o *QueryBehaviorsForbidden) Code() int
Code gets the status code for the query behaviors forbidden response
func (*QueryBehaviorsForbidden) Error ¶
func (o *QueryBehaviorsForbidden) Error() string
func (*QueryBehaviorsForbidden) GetPayload ¶
func (o *QueryBehaviorsForbidden) GetPayload() *models.MsaReplyMetaOnly
func (*QueryBehaviorsForbidden) IsClientError ¶ added in v0.2.27
func (o *QueryBehaviorsForbidden) IsClientError() bool
IsClientError returns true when this query behaviors forbidden response has a 4xx status code
func (*QueryBehaviorsForbidden) IsCode ¶ added in v0.2.27
func (o *QueryBehaviorsForbidden) IsCode(code int) bool
IsCode returns true when this query behaviors forbidden response a status code equal to that given
func (*QueryBehaviorsForbidden) IsRedirect ¶ added in v0.2.27
func (o *QueryBehaviorsForbidden) IsRedirect() bool
IsRedirect returns true when this query behaviors forbidden response has a 3xx status code
func (*QueryBehaviorsForbidden) IsServerError ¶ added in v0.2.27
func (o *QueryBehaviorsForbidden) IsServerError() bool
IsServerError returns true when this query behaviors forbidden response has a 5xx status code
func (*QueryBehaviorsForbidden) IsSuccess ¶ added in v0.2.27
func (o *QueryBehaviorsForbidden) IsSuccess() bool
IsSuccess returns true when this query behaviors forbidden response has a 2xx status code
func (*QueryBehaviorsForbidden) String ¶ added in v0.2.27
func (o *QueryBehaviorsForbidden) String() string
type QueryBehaviorsInternalServerError ¶
type QueryBehaviorsInternalServerError 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 }
QueryBehaviorsInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewQueryBehaviorsInternalServerError ¶
func NewQueryBehaviorsInternalServerError() *QueryBehaviorsInternalServerError
NewQueryBehaviorsInternalServerError creates a QueryBehaviorsInternalServerError with default headers values
func (*QueryBehaviorsInternalServerError) Code ¶ added in v0.2.33
func (o *QueryBehaviorsInternalServerError) Code() int
Code gets the status code for the query behaviors internal server error response
func (*QueryBehaviorsInternalServerError) Error ¶
func (o *QueryBehaviorsInternalServerError) Error() string
func (*QueryBehaviorsInternalServerError) GetPayload ¶
func (o *QueryBehaviorsInternalServerError) GetPayload() *models.MsaReplyMetaOnly
func (*QueryBehaviorsInternalServerError) IsClientError ¶ added in v0.2.27
func (o *QueryBehaviorsInternalServerError) IsClientError() bool
IsClientError returns true when this query behaviors internal server error response has a 4xx status code
func (*QueryBehaviorsInternalServerError) IsCode ¶ added in v0.2.27
func (o *QueryBehaviorsInternalServerError) IsCode(code int) bool
IsCode returns true when this query behaviors internal server error response a status code equal to that given
func (*QueryBehaviorsInternalServerError) IsRedirect ¶ added in v0.2.27
func (o *QueryBehaviorsInternalServerError) IsRedirect() bool
IsRedirect returns true when this query behaviors internal server error response has a 3xx status code
func (*QueryBehaviorsInternalServerError) IsServerError ¶ added in v0.2.27
func (o *QueryBehaviorsInternalServerError) IsServerError() bool
IsServerError returns true when this query behaviors internal server error response has a 5xx status code
func (*QueryBehaviorsInternalServerError) IsSuccess ¶ added in v0.2.27
func (o *QueryBehaviorsInternalServerError) IsSuccess() bool
IsSuccess returns true when this query behaviors internal server error response has a 2xx status code
func (*QueryBehaviorsInternalServerError) String ¶ added in v0.2.27
func (o *QueryBehaviorsInternalServerError) String() string
type QueryBehaviorsOK ¶
type QueryBehaviorsOK struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaQueryResponse }
QueryBehaviorsOK describes a response with status code 200, with default header values.
OK
func NewQueryBehaviorsOK ¶
func NewQueryBehaviorsOK() *QueryBehaviorsOK
NewQueryBehaviorsOK creates a QueryBehaviorsOK with default headers values
func (*QueryBehaviorsOK) Code ¶ added in v0.2.33
func (o *QueryBehaviorsOK) Code() int
Code gets the status code for the query behaviors o k response
func (*QueryBehaviorsOK) Error ¶
func (o *QueryBehaviorsOK) Error() string
func (*QueryBehaviorsOK) GetPayload ¶
func (o *QueryBehaviorsOK) GetPayload() *models.MsaQueryResponse
func (*QueryBehaviorsOK) IsClientError ¶ added in v0.2.27
func (o *QueryBehaviorsOK) IsClientError() bool
IsClientError returns true when this query behaviors o k response has a 4xx status code
func (*QueryBehaviorsOK) IsCode ¶ added in v0.2.27
func (o *QueryBehaviorsOK) IsCode(code int) bool
IsCode returns true when this query behaviors o k response a status code equal to that given
func (*QueryBehaviorsOK) IsRedirect ¶ added in v0.2.27
func (o *QueryBehaviorsOK) IsRedirect() bool
IsRedirect returns true when this query behaviors o k response has a 3xx status code
func (*QueryBehaviorsOK) IsServerError ¶ added in v0.2.27
func (o *QueryBehaviorsOK) IsServerError() bool
IsServerError returns true when this query behaviors o k response has a 5xx status code
func (*QueryBehaviorsOK) IsSuccess ¶ added in v0.2.27
func (o *QueryBehaviorsOK) IsSuccess() bool
IsSuccess returns true when this query behaviors o k response has a 2xx status code
func (*QueryBehaviorsOK) String ¶ added in v0.2.27
func (o *QueryBehaviorsOK) String() string
type QueryBehaviorsParams ¶
type QueryBehaviorsParams struct { /* Filter. Optional filter and sort criteria in the form of an FQL query. For more information about FQL queries, see [our FQL documentation in Falcon](https://falcon.crowdstrike.com/support/documentation/45/falcon-query-language-feature-guide). */ Filter *string /* Limit. The maximum records to return. [1-500] */ Limit *int64 /* Offset. Starting index of overall result set from which to return ids. */ Offset *int64 /* Sort. The property to sort on, followed by a dot (.), followed by the sort direction, either "asc" or "desc". */ Sort *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
QueryBehaviorsParams contains all the parameters to send to the API endpoint
for the query behaviors operation. Typically these are written to a http.Request.
func NewQueryBehaviorsParams ¶
func NewQueryBehaviorsParams() *QueryBehaviorsParams
NewQueryBehaviorsParams creates a new QueryBehaviorsParams 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 NewQueryBehaviorsParamsWithContext ¶
func NewQueryBehaviorsParamsWithContext(ctx context.Context) *QueryBehaviorsParams
NewQueryBehaviorsParamsWithContext creates a new QueryBehaviorsParams object with the ability to set a context for a request.
func NewQueryBehaviorsParamsWithHTTPClient ¶
func NewQueryBehaviorsParamsWithHTTPClient(client *http.Client) *QueryBehaviorsParams
NewQueryBehaviorsParamsWithHTTPClient creates a new QueryBehaviorsParams object with the ability to set a custom HTTPClient for a request.
func NewQueryBehaviorsParamsWithTimeout ¶
func NewQueryBehaviorsParamsWithTimeout(timeout time.Duration) *QueryBehaviorsParams
NewQueryBehaviorsParamsWithTimeout creates a new QueryBehaviorsParams object with the ability to set a timeout on a request.
func (*QueryBehaviorsParams) SetContext ¶
func (o *QueryBehaviorsParams) SetContext(ctx context.Context)
SetContext adds the context to the query behaviors params
func (*QueryBehaviorsParams) SetDefaults ¶
func (o *QueryBehaviorsParams) SetDefaults()
SetDefaults hydrates default values in the query behaviors params (not the query body).
All values with no default are reset to their zero value.
func (*QueryBehaviorsParams) SetFilter ¶
func (o *QueryBehaviorsParams) SetFilter(filter *string)
SetFilter adds the filter to the query behaviors params
func (*QueryBehaviorsParams) SetHTTPClient ¶
func (o *QueryBehaviorsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the query behaviors params
func (*QueryBehaviorsParams) SetLimit ¶
func (o *QueryBehaviorsParams) SetLimit(limit *int64)
SetLimit adds the limit to the query behaviors params
func (*QueryBehaviorsParams) SetOffset ¶
func (o *QueryBehaviorsParams) SetOffset(offset *int64)
SetOffset adds the offset to the query behaviors params
func (*QueryBehaviorsParams) SetSort ¶
func (o *QueryBehaviorsParams) SetSort(sort *string)
SetSort adds the sort to the query behaviors params
func (*QueryBehaviorsParams) SetTimeout ¶
func (o *QueryBehaviorsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the query behaviors params
func (*QueryBehaviorsParams) WithContext ¶
func (o *QueryBehaviorsParams) WithContext(ctx context.Context) *QueryBehaviorsParams
WithContext adds the context to the query behaviors params
func (*QueryBehaviorsParams) WithDefaults ¶
func (o *QueryBehaviorsParams) WithDefaults() *QueryBehaviorsParams
WithDefaults hydrates default values in the query behaviors params (not the query body).
All values with no default are reset to their zero value.
func (*QueryBehaviorsParams) WithFilter ¶
func (o *QueryBehaviorsParams) WithFilter(filter *string) *QueryBehaviorsParams
WithFilter adds the filter to the query behaviors params
func (*QueryBehaviorsParams) WithHTTPClient ¶
func (o *QueryBehaviorsParams) WithHTTPClient(client *http.Client) *QueryBehaviorsParams
WithHTTPClient adds the HTTPClient to the query behaviors params
func (*QueryBehaviorsParams) WithLimit ¶
func (o *QueryBehaviorsParams) WithLimit(limit *int64) *QueryBehaviorsParams
WithLimit adds the limit to the query behaviors params
func (*QueryBehaviorsParams) WithOffset ¶
func (o *QueryBehaviorsParams) WithOffset(offset *int64) *QueryBehaviorsParams
WithOffset adds the offset to the query behaviors params
func (*QueryBehaviorsParams) WithSort ¶
func (o *QueryBehaviorsParams) WithSort(sort *string) *QueryBehaviorsParams
WithSort adds the sort to the query behaviors params
func (*QueryBehaviorsParams) WithTimeout ¶
func (o *QueryBehaviorsParams) WithTimeout(timeout time.Duration) *QueryBehaviorsParams
WithTimeout adds the timeout to the query behaviors params
func (*QueryBehaviorsParams) WriteToRequest ¶
func (o *QueryBehaviorsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type QueryBehaviorsReader ¶
type QueryBehaviorsReader struct {
// contains filtered or unexported fields
}
QueryBehaviorsReader is a Reader for the QueryBehaviors structure.
func (*QueryBehaviorsReader) ReadResponse ¶
func (o *QueryBehaviorsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type QueryBehaviorsTooManyRequests ¶
type QueryBehaviorsTooManyRequests 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 }
QueryBehaviorsTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewQueryBehaviorsTooManyRequests ¶
func NewQueryBehaviorsTooManyRequests() *QueryBehaviorsTooManyRequests
NewQueryBehaviorsTooManyRequests creates a QueryBehaviorsTooManyRequests with default headers values
func (*QueryBehaviorsTooManyRequests) Code ¶ added in v0.2.33
func (o *QueryBehaviorsTooManyRequests) Code() int
Code gets the status code for the query behaviors too many requests response
func (*QueryBehaviorsTooManyRequests) Error ¶
func (o *QueryBehaviorsTooManyRequests) Error() string
func (*QueryBehaviorsTooManyRequests) GetPayload ¶
func (o *QueryBehaviorsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*QueryBehaviorsTooManyRequests) IsClientError ¶ added in v0.2.27
func (o *QueryBehaviorsTooManyRequests) IsClientError() bool
IsClientError returns true when this query behaviors too many requests response has a 4xx status code
func (*QueryBehaviorsTooManyRequests) IsCode ¶ added in v0.2.27
func (o *QueryBehaviorsTooManyRequests) IsCode(code int) bool
IsCode returns true when this query behaviors too many requests response a status code equal to that given
func (*QueryBehaviorsTooManyRequests) IsRedirect ¶ added in v0.2.27
func (o *QueryBehaviorsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this query behaviors too many requests response has a 3xx status code
func (*QueryBehaviorsTooManyRequests) IsServerError ¶ added in v0.2.27
func (o *QueryBehaviorsTooManyRequests) IsServerError() bool
IsServerError returns true when this query behaviors too many requests response has a 5xx status code
func (*QueryBehaviorsTooManyRequests) IsSuccess ¶ added in v0.2.27
func (o *QueryBehaviorsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this query behaviors too many requests response has a 2xx status code
func (*QueryBehaviorsTooManyRequests) String ¶ added in v0.2.27
func (o *QueryBehaviorsTooManyRequests) String() string
type QueryIncidentsBadRequest ¶
type QueryIncidentsBadRequest 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 }
QueryIncidentsBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewQueryIncidentsBadRequest ¶
func NewQueryIncidentsBadRequest() *QueryIncidentsBadRequest
NewQueryIncidentsBadRequest creates a QueryIncidentsBadRequest with default headers values
func (*QueryIncidentsBadRequest) Code ¶ added in v0.2.33
func (o *QueryIncidentsBadRequest) Code() int
Code gets the status code for the query incidents bad request response
func (*QueryIncidentsBadRequest) Error ¶
func (o *QueryIncidentsBadRequest) Error() string
func (*QueryIncidentsBadRequest) GetPayload ¶
func (o *QueryIncidentsBadRequest) GetPayload() *models.MsaReplyMetaOnly
func (*QueryIncidentsBadRequest) IsClientError ¶ added in v0.2.27
func (o *QueryIncidentsBadRequest) IsClientError() bool
IsClientError returns true when this query incidents bad request response has a 4xx status code
func (*QueryIncidentsBadRequest) IsCode ¶ added in v0.2.27
func (o *QueryIncidentsBadRequest) IsCode(code int) bool
IsCode returns true when this query incidents bad request response a status code equal to that given
func (*QueryIncidentsBadRequest) IsRedirect ¶ added in v0.2.27
func (o *QueryIncidentsBadRequest) IsRedirect() bool
IsRedirect returns true when this query incidents bad request response has a 3xx status code
func (*QueryIncidentsBadRequest) IsServerError ¶ added in v0.2.27
func (o *QueryIncidentsBadRequest) IsServerError() bool
IsServerError returns true when this query incidents bad request response has a 5xx status code
func (*QueryIncidentsBadRequest) IsSuccess ¶ added in v0.2.27
func (o *QueryIncidentsBadRequest) IsSuccess() bool
IsSuccess returns true when this query incidents bad request response has a 2xx status code
func (*QueryIncidentsBadRequest) String ¶ added in v0.2.27
func (o *QueryIncidentsBadRequest) String() string
type QueryIncidentsForbidden ¶
type QueryIncidentsForbidden 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 }
QueryIncidentsForbidden describes a response with status code 403, with default header values.
Forbidden
func NewQueryIncidentsForbidden ¶
func NewQueryIncidentsForbidden() *QueryIncidentsForbidden
NewQueryIncidentsForbidden creates a QueryIncidentsForbidden with default headers values
func (*QueryIncidentsForbidden) Code ¶ added in v0.2.33
func (o *QueryIncidentsForbidden) Code() int
Code gets the status code for the query incidents forbidden response
func (*QueryIncidentsForbidden) Error ¶
func (o *QueryIncidentsForbidden) Error() string
func (*QueryIncidentsForbidden) GetPayload ¶
func (o *QueryIncidentsForbidden) GetPayload() *models.MsaReplyMetaOnly
func (*QueryIncidentsForbidden) IsClientError ¶ added in v0.2.27
func (o *QueryIncidentsForbidden) IsClientError() bool
IsClientError returns true when this query incidents forbidden response has a 4xx status code
func (*QueryIncidentsForbidden) IsCode ¶ added in v0.2.27
func (o *QueryIncidentsForbidden) IsCode(code int) bool
IsCode returns true when this query incidents forbidden response a status code equal to that given
func (*QueryIncidentsForbidden) IsRedirect ¶ added in v0.2.27
func (o *QueryIncidentsForbidden) IsRedirect() bool
IsRedirect returns true when this query incidents forbidden response has a 3xx status code
func (*QueryIncidentsForbidden) IsServerError ¶ added in v0.2.27
func (o *QueryIncidentsForbidden) IsServerError() bool
IsServerError returns true when this query incidents forbidden response has a 5xx status code
func (*QueryIncidentsForbidden) IsSuccess ¶ added in v0.2.27
func (o *QueryIncidentsForbidden) IsSuccess() bool
IsSuccess returns true when this query incidents forbidden response has a 2xx status code
func (*QueryIncidentsForbidden) String ¶ added in v0.2.27
func (o *QueryIncidentsForbidden) String() string
type QueryIncidentsInternalServerError ¶
type QueryIncidentsInternalServerError 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 }
QueryIncidentsInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewQueryIncidentsInternalServerError ¶
func NewQueryIncidentsInternalServerError() *QueryIncidentsInternalServerError
NewQueryIncidentsInternalServerError creates a QueryIncidentsInternalServerError with default headers values
func (*QueryIncidentsInternalServerError) Code ¶ added in v0.2.33
func (o *QueryIncidentsInternalServerError) Code() int
Code gets the status code for the query incidents internal server error response
func (*QueryIncidentsInternalServerError) Error ¶
func (o *QueryIncidentsInternalServerError) Error() string
func (*QueryIncidentsInternalServerError) GetPayload ¶
func (o *QueryIncidentsInternalServerError) GetPayload() *models.MsaReplyMetaOnly
func (*QueryIncidentsInternalServerError) IsClientError ¶ added in v0.2.27
func (o *QueryIncidentsInternalServerError) IsClientError() bool
IsClientError returns true when this query incidents internal server error response has a 4xx status code
func (*QueryIncidentsInternalServerError) IsCode ¶ added in v0.2.27
func (o *QueryIncidentsInternalServerError) IsCode(code int) bool
IsCode returns true when this query incidents internal server error response a status code equal to that given
func (*QueryIncidentsInternalServerError) IsRedirect ¶ added in v0.2.27
func (o *QueryIncidentsInternalServerError) IsRedirect() bool
IsRedirect returns true when this query incidents internal server error response has a 3xx status code
func (*QueryIncidentsInternalServerError) IsServerError ¶ added in v0.2.27
func (o *QueryIncidentsInternalServerError) IsServerError() bool
IsServerError returns true when this query incidents internal server error response has a 5xx status code
func (*QueryIncidentsInternalServerError) IsSuccess ¶ added in v0.2.27
func (o *QueryIncidentsInternalServerError) IsSuccess() bool
IsSuccess returns true when this query incidents internal server error response has a 2xx status code
func (*QueryIncidentsInternalServerError) String ¶ added in v0.2.27
func (o *QueryIncidentsInternalServerError) String() string
type QueryIncidentsOK ¶
type QueryIncidentsOK 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.DomainMsaIncidentQueryResponse }
QueryIncidentsOK describes a response with status code 200, with default header values.
OK
func NewQueryIncidentsOK ¶
func NewQueryIncidentsOK() *QueryIncidentsOK
NewQueryIncidentsOK creates a QueryIncidentsOK with default headers values
func (*QueryIncidentsOK) Code ¶ added in v0.2.33
func (o *QueryIncidentsOK) Code() int
Code gets the status code for the query incidents o k response
func (*QueryIncidentsOK) Error ¶
func (o *QueryIncidentsOK) Error() string
func (*QueryIncidentsOK) GetPayload ¶
func (o *QueryIncidentsOK) GetPayload() *models.DomainMsaIncidentQueryResponse
func (*QueryIncidentsOK) IsClientError ¶ added in v0.2.27
func (o *QueryIncidentsOK) IsClientError() bool
IsClientError returns true when this query incidents o k response has a 4xx status code
func (*QueryIncidentsOK) IsCode ¶ added in v0.2.27
func (o *QueryIncidentsOK) IsCode(code int) bool
IsCode returns true when this query incidents o k response a status code equal to that given
func (*QueryIncidentsOK) IsRedirect ¶ added in v0.2.27
func (o *QueryIncidentsOK) IsRedirect() bool
IsRedirect returns true when this query incidents o k response has a 3xx status code
func (*QueryIncidentsOK) IsServerError ¶ added in v0.2.27
func (o *QueryIncidentsOK) IsServerError() bool
IsServerError returns true when this query incidents o k response has a 5xx status code
func (*QueryIncidentsOK) IsSuccess ¶ added in v0.2.27
func (o *QueryIncidentsOK) IsSuccess() bool
IsSuccess returns true when this query incidents o k response has a 2xx status code
func (*QueryIncidentsOK) String ¶ added in v0.2.27
func (o *QueryIncidentsOK) String() string
type QueryIncidentsParams ¶
type QueryIncidentsParams struct { /* Filter. Optional filter and sort criteria in the form of an FQL query. For more information about FQL queries, see [our FQL documentation in Falcon](https://falcon.crowdstrike.com/support/documentation/45/falcon-query-language-feature-guide). */ Filter *string /* Limit. The maximum records to return. [1-500] */ Limit *int64 /* Offset. Starting index of overall result set from which to return ids. */ Offset *int64 /* Sort. The property to sort on, followed by a dot (.), followed by the sort direction, either "asc" or "desc". */ Sort *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
QueryIncidentsParams contains all the parameters to send to the API endpoint
for the query incidents operation. Typically these are written to a http.Request.
func NewQueryIncidentsParams ¶
func NewQueryIncidentsParams() *QueryIncidentsParams
NewQueryIncidentsParams creates a new QueryIncidentsParams 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 NewQueryIncidentsParamsWithContext ¶
func NewQueryIncidentsParamsWithContext(ctx context.Context) *QueryIncidentsParams
NewQueryIncidentsParamsWithContext creates a new QueryIncidentsParams object with the ability to set a context for a request.
func NewQueryIncidentsParamsWithHTTPClient ¶
func NewQueryIncidentsParamsWithHTTPClient(client *http.Client) *QueryIncidentsParams
NewQueryIncidentsParamsWithHTTPClient creates a new QueryIncidentsParams object with the ability to set a custom HTTPClient for a request.
func NewQueryIncidentsParamsWithTimeout ¶
func NewQueryIncidentsParamsWithTimeout(timeout time.Duration) *QueryIncidentsParams
NewQueryIncidentsParamsWithTimeout creates a new QueryIncidentsParams object with the ability to set a timeout on a request.
func (*QueryIncidentsParams) SetContext ¶
func (o *QueryIncidentsParams) SetContext(ctx context.Context)
SetContext adds the context to the query incidents params
func (*QueryIncidentsParams) SetDefaults ¶
func (o *QueryIncidentsParams) SetDefaults()
SetDefaults hydrates default values in the query incidents params (not the query body).
All values with no default are reset to their zero value.
func (*QueryIncidentsParams) SetFilter ¶
func (o *QueryIncidentsParams) SetFilter(filter *string)
SetFilter adds the filter to the query incidents params
func (*QueryIncidentsParams) SetHTTPClient ¶
func (o *QueryIncidentsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the query incidents params
func (*QueryIncidentsParams) SetLimit ¶
func (o *QueryIncidentsParams) SetLimit(limit *int64)
SetLimit adds the limit to the query incidents params
func (*QueryIncidentsParams) SetOffset ¶
func (o *QueryIncidentsParams) SetOffset(offset *int64)
SetOffset adds the offset to the query incidents params
func (*QueryIncidentsParams) SetSort ¶
func (o *QueryIncidentsParams) SetSort(sort *string)
SetSort adds the sort to the query incidents params
func (*QueryIncidentsParams) SetTimeout ¶
func (o *QueryIncidentsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the query incidents params
func (*QueryIncidentsParams) WithContext ¶
func (o *QueryIncidentsParams) WithContext(ctx context.Context) *QueryIncidentsParams
WithContext adds the context to the query incidents params
func (*QueryIncidentsParams) WithDefaults ¶
func (o *QueryIncidentsParams) WithDefaults() *QueryIncidentsParams
WithDefaults hydrates default values in the query incidents params (not the query body).
All values with no default are reset to their zero value.
func (*QueryIncidentsParams) WithFilter ¶
func (o *QueryIncidentsParams) WithFilter(filter *string) *QueryIncidentsParams
WithFilter adds the filter to the query incidents params
func (*QueryIncidentsParams) WithHTTPClient ¶
func (o *QueryIncidentsParams) WithHTTPClient(client *http.Client) *QueryIncidentsParams
WithHTTPClient adds the HTTPClient to the query incidents params
func (*QueryIncidentsParams) WithLimit ¶
func (o *QueryIncidentsParams) WithLimit(limit *int64) *QueryIncidentsParams
WithLimit adds the limit to the query incidents params
func (*QueryIncidentsParams) WithOffset ¶
func (o *QueryIncidentsParams) WithOffset(offset *int64) *QueryIncidentsParams
WithOffset adds the offset to the query incidents params
func (*QueryIncidentsParams) WithSort ¶
func (o *QueryIncidentsParams) WithSort(sort *string) *QueryIncidentsParams
WithSort adds the sort to the query incidents params
func (*QueryIncidentsParams) WithTimeout ¶
func (o *QueryIncidentsParams) WithTimeout(timeout time.Duration) *QueryIncidentsParams
WithTimeout adds the timeout to the query incidents params
func (*QueryIncidentsParams) WriteToRequest ¶
func (o *QueryIncidentsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type QueryIncidentsReader ¶
type QueryIncidentsReader struct {
// contains filtered or unexported fields
}
QueryIncidentsReader is a Reader for the QueryIncidents structure.
func (*QueryIncidentsReader) ReadResponse ¶
func (o *QueryIncidentsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type QueryIncidentsTooManyRequests ¶
type QueryIncidentsTooManyRequests 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 }
QueryIncidentsTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewQueryIncidentsTooManyRequests ¶
func NewQueryIncidentsTooManyRequests() *QueryIncidentsTooManyRequests
NewQueryIncidentsTooManyRequests creates a QueryIncidentsTooManyRequests with default headers values
func (*QueryIncidentsTooManyRequests) Code ¶ added in v0.2.33
func (o *QueryIncidentsTooManyRequests) Code() int
Code gets the status code for the query incidents too many requests response
func (*QueryIncidentsTooManyRequests) Error ¶
func (o *QueryIncidentsTooManyRequests) Error() string
func (*QueryIncidentsTooManyRequests) GetPayload ¶
func (o *QueryIncidentsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*QueryIncidentsTooManyRequests) IsClientError ¶ added in v0.2.27
func (o *QueryIncidentsTooManyRequests) IsClientError() bool
IsClientError returns true when this query incidents too many requests response has a 4xx status code
func (*QueryIncidentsTooManyRequests) IsCode ¶ added in v0.2.27
func (o *QueryIncidentsTooManyRequests) IsCode(code int) bool
IsCode returns true when this query incidents too many requests response a status code equal to that given
func (*QueryIncidentsTooManyRequests) IsRedirect ¶ added in v0.2.27
func (o *QueryIncidentsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this query incidents too many requests response has a 3xx status code
func (*QueryIncidentsTooManyRequests) IsServerError ¶ added in v0.2.27
func (o *QueryIncidentsTooManyRequests) IsServerError() bool
IsServerError returns true when this query incidents too many requests response has a 5xx status code
func (*QueryIncidentsTooManyRequests) IsSuccess ¶ added in v0.2.27
func (o *QueryIncidentsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this query incidents too many requests response has a 2xx status code
func (*QueryIncidentsTooManyRequests) String ¶ added in v0.2.27
func (o *QueryIncidentsTooManyRequests) String() string
Source Files ¶
- crowd_score_parameters.go
- crowd_score_responses.go
- get_behaviors_parameters.go
- get_behaviors_responses.go
- get_incidents_parameters.go
- get_incidents_responses.go
- incidents_client.go
- perform_incident_action_parameters.go
- perform_incident_action_responses.go
- query_behaviors_parameters.go
- query_behaviors_responses.go
- query_incidents_parameters.go
- query_incidents_responses.go