Documentation ¶
Index ¶
- type BatchAdminCmdBadRequest
- func (o *BatchAdminCmdBadRequest) Code() int
- func (o *BatchAdminCmdBadRequest) Error() string
- func (o *BatchAdminCmdBadRequest) GetPayload() *models.DomainAPIError
- func (o *BatchAdminCmdBadRequest) IsClientError() bool
- func (o *BatchAdminCmdBadRequest) IsCode(code int) bool
- func (o *BatchAdminCmdBadRequest) IsRedirect() bool
- func (o *BatchAdminCmdBadRequest) IsServerError() bool
- func (o *BatchAdminCmdBadRequest) IsSuccess() bool
- func (o *BatchAdminCmdBadRequest) String() string
- type BatchAdminCmdCreated
- func (o *BatchAdminCmdCreated) Code() int
- func (o *BatchAdminCmdCreated) Error() string
- func (o *BatchAdminCmdCreated) GetPayload() *models.DomainMultiCommandExecuteResponseWrapper
- func (o *BatchAdminCmdCreated) IsClientError() bool
- func (o *BatchAdminCmdCreated) IsCode(code int) bool
- func (o *BatchAdminCmdCreated) IsRedirect() bool
- func (o *BatchAdminCmdCreated) IsServerError() bool
- func (o *BatchAdminCmdCreated) IsSuccess() bool
- func (o *BatchAdminCmdCreated) String() string
- type BatchAdminCmdForbidden
- func (o *BatchAdminCmdForbidden) Code() int
- func (o *BatchAdminCmdForbidden) Error() string
- func (o *BatchAdminCmdForbidden) GetPayload() *models.MsaErrorsOnly
- func (o *BatchAdminCmdForbidden) IsClientError() bool
- func (o *BatchAdminCmdForbidden) IsCode(code int) bool
- func (o *BatchAdminCmdForbidden) IsRedirect() bool
- func (o *BatchAdminCmdForbidden) IsServerError() bool
- func (o *BatchAdminCmdForbidden) IsSuccess() bool
- func (o *BatchAdminCmdForbidden) String() string
- type BatchAdminCmdInternalServerError
- func (o *BatchAdminCmdInternalServerError) Code() int
- func (o *BatchAdminCmdInternalServerError) Error() string
- func (o *BatchAdminCmdInternalServerError) GetPayload() *models.DomainAPIError
- func (o *BatchAdminCmdInternalServerError) IsClientError() bool
- func (o *BatchAdminCmdInternalServerError) IsCode(code int) bool
- func (o *BatchAdminCmdInternalServerError) IsRedirect() bool
- func (o *BatchAdminCmdInternalServerError) IsServerError() bool
- func (o *BatchAdminCmdInternalServerError) IsSuccess() bool
- func (o *BatchAdminCmdInternalServerError) String() string
- type BatchAdminCmdParams
- func (o *BatchAdminCmdParams) SetBody(body *models.DomainBatchExecuteCommandRequest)
- func (o *BatchAdminCmdParams) SetContext(ctx context.Context)
- func (o *BatchAdminCmdParams) SetDefaults()
- func (o *BatchAdminCmdParams) SetHTTPClient(client *http.Client)
- func (o *BatchAdminCmdParams) SetHostTimeoutDuration(hostTimeoutDuration *string)
- func (o *BatchAdminCmdParams) SetRequestTimeout(timeout time.Duration)
- func (o *BatchAdminCmdParams) SetTimeout(timeout *int64)
- func (o *BatchAdminCmdParams) SetTimeoutDuration(timeoutDuration *string)
- func (o *BatchAdminCmdParams) WithBody(body *models.DomainBatchExecuteCommandRequest) *BatchAdminCmdParams
- func (o *BatchAdminCmdParams) WithContext(ctx context.Context) *BatchAdminCmdParams
- func (o *BatchAdminCmdParams) WithDefaults() *BatchAdminCmdParams
- func (o *BatchAdminCmdParams) WithHTTPClient(client *http.Client) *BatchAdminCmdParams
- func (o *BatchAdminCmdParams) WithHostTimeoutDuration(hostTimeoutDuration *string) *BatchAdminCmdParams
- func (o *BatchAdminCmdParams) WithRequestTimeout(timeout time.Duration) *BatchAdminCmdParams
- func (o *BatchAdminCmdParams) WithTimeout(timeout *int64) *BatchAdminCmdParams
- func (o *BatchAdminCmdParams) WithTimeoutDuration(timeoutDuration *string) *BatchAdminCmdParams
- func (o *BatchAdminCmdParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type BatchAdminCmdReader
- type BatchAdminCmdTooManyRequests
- func (o *BatchAdminCmdTooManyRequests) Code() int
- func (o *BatchAdminCmdTooManyRequests) Error() string
- func (o *BatchAdminCmdTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *BatchAdminCmdTooManyRequests) IsClientError() bool
- func (o *BatchAdminCmdTooManyRequests) IsCode(code int) bool
- func (o *BatchAdminCmdTooManyRequests) IsRedirect() bool
- func (o *BatchAdminCmdTooManyRequests) IsServerError() bool
- func (o *BatchAdminCmdTooManyRequests) IsSuccess() bool
- func (o *BatchAdminCmdTooManyRequests) String() string
- type Client
- func (a *Client) BatchAdminCmd(params *BatchAdminCmdParams, opts ...ClientOption) (*BatchAdminCmdCreated, error)
- func (a *Client) RTRCheckAdminCommandStatus(params *RTRCheckAdminCommandStatusParams, opts ...ClientOption) (*RTRCheckAdminCommandStatusOK, error)
- func (a *Client) RTRCreatePutFiles(params *RTRCreatePutFilesParams, opts ...ClientOption) (*RTRCreatePutFilesOK, error)
- func (a *Client) RTRCreateScripts(params *RTRCreateScriptsParams, opts ...ClientOption) (*RTRCreateScriptsOK, error)
- func (a *Client) RTRDeletePutFiles(params *RTRDeletePutFilesParams, opts ...ClientOption) (*RTRDeletePutFilesOK, error)
- func (a *Client) RTRDeleteScripts(params *RTRDeleteScriptsParams, opts ...ClientOption) (*RTRDeleteScriptsOK, error)
- func (a *Client) RTRExecuteAdminCommand(params *RTRExecuteAdminCommandParams, opts ...ClientOption) (*RTRExecuteAdminCommandCreated, error)
- func (a *Client) RTRGetFalconScripts(params *RTRGetFalconScriptsParams, opts ...ClientOption) (*RTRGetFalconScriptsOK, error)
- func (a *Client) RTRGetPutFiles(params *RTRGetPutFilesParams, opts ...ClientOption) (*RTRGetPutFilesOK, error)
- func (a *Client) RTRGetPutFilesV2(params *RTRGetPutFilesV2Params, opts ...ClientOption) (*RTRGetPutFilesV2OK, error)
- func (a *Client) RTRGetScripts(params *RTRGetScriptsParams, opts ...ClientOption) (*RTRGetScriptsOK, error)
- func (a *Client) RTRGetScriptsV2(params *RTRGetScriptsV2Params, opts ...ClientOption) (*RTRGetScriptsV2OK, error)
- func (a *Client) RTRListFalconScripts(params *RTRListFalconScriptsParams, opts ...ClientOption) (*RTRListFalconScriptsOK, error)
- func (a *Client) RTRListPutFiles(params *RTRListPutFilesParams, opts ...ClientOption) (*RTRListPutFilesOK, error)
- func (a *Client) RTRListScripts(params *RTRListScriptsParams, opts ...ClientOption) (*RTRListScriptsOK, error)
- func (a *Client) RTRUpdateScripts(params *RTRUpdateScriptsParams, opts ...ClientOption) (*RTRUpdateScriptsAccepted, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type ClientOption
- type ClientService
- type RTRCheckAdminCommandStatusForbidden
- func (o *RTRCheckAdminCommandStatusForbidden) Code() int
- func (o *RTRCheckAdminCommandStatusForbidden) Error() string
- func (o *RTRCheckAdminCommandStatusForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *RTRCheckAdminCommandStatusForbidden) IsClientError() bool
- func (o *RTRCheckAdminCommandStatusForbidden) IsCode(code int) bool
- func (o *RTRCheckAdminCommandStatusForbidden) IsRedirect() bool
- func (o *RTRCheckAdminCommandStatusForbidden) IsServerError() bool
- func (o *RTRCheckAdminCommandStatusForbidden) IsSuccess() bool
- func (o *RTRCheckAdminCommandStatusForbidden) String() string
- type RTRCheckAdminCommandStatusOK
- func (o *RTRCheckAdminCommandStatusOK) Code() int
- func (o *RTRCheckAdminCommandStatusOK) Error() string
- func (o *RTRCheckAdminCommandStatusOK) GetPayload() *models.DomainStatusResponseWrapper
- func (o *RTRCheckAdminCommandStatusOK) IsClientError() bool
- func (o *RTRCheckAdminCommandStatusOK) IsCode(code int) bool
- func (o *RTRCheckAdminCommandStatusOK) IsRedirect() bool
- func (o *RTRCheckAdminCommandStatusOK) IsServerError() bool
- func (o *RTRCheckAdminCommandStatusOK) IsSuccess() bool
- func (o *RTRCheckAdminCommandStatusOK) String() string
- type RTRCheckAdminCommandStatusParams
- func NewRTRCheckAdminCommandStatusParams() *RTRCheckAdminCommandStatusParams
- func NewRTRCheckAdminCommandStatusParamsWithContext(ctx context.Context) *RTRCheckAdminCommandStatusParams
- func NewRTRCheckAdminCommandStatusParamsWithHTTPClient(client *http.Client) *RTRCheckAdminCommandStatusParams
- func NewRTRCheckAdminCommandStatusParamsWithTimeout(timeout time.Duration) *RTRCheckAdminCommandStatusParams
- func (o *RTRCheckAdminCommandStatusParams) SetCloudRequestID(cloudRequestID string)
- func (o *RTRCheckAdminCommandStatusParams) SetContext(ctx context.Context)
- func (o *RTRCheckAdminCommandStatusParams) SetDefaults()
- func (o *RTRCheckAdminCommandStatusParams) SetHTTPClient(client *http.Client)
- func (o *RTRCheckAdminCommandStatusParams) SetSequenceID(sequenceID int64)
- func (o *RTRCheckAdminCommandStatusParams) SetTimeout(timeout time.Duration)
- func (o *RTRCheckAdminCommandStatusParams) WithCloudRequestID(cloudRequestID string) *RTRCheckAdminCommandStatusParams
- func (o *RTRCheckAdminCommandStatusParams) WithContext(ctx context.Context) *RTRCheckAdminCommandStatusParams
- func (o *RTRCheckAdminCommandStatusParams) WithDefaults() *RTRCheckAdminCommandStatusParams
- func (o *RTRCheckAdminCommandStatusParams) WithHTTPClient(client *http.Client) *RTRCheckAdminCommandStatusParams
- func (o *RTRCheckAdminCommandStatusParams) WithSequenceID(sequenceID int64) *RTRCheckAdminCommandStatusParams
- func (o *RTRCheckAdminCommandStatusParams) WithTimeout(timeout time.Duration) *RTRCheckAdminCommandStatusParams
- func (o *RTRCheckAdminCommandStatusParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RTRCheckAdminCommandStatusReader
- type RTRCheckAdminCommandStatusTooManyRequests
- func (o *RTRCheckAdminCommandStatusTooManyRequests) Code() int
- func (o *RTRCheckAdminCommandStatusTooManyRequests) Error() string
- func (o *RTRCheckAdminCommandStatusTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *RTRCheckAdminCommandStatusTooManyRequests) IsClientError() bool
- func (o *RTRCheckAdminCommandStatusTooManyRequests) IsCode(code int) bool
- func (o *RTRCheckAdminCommandStatusTooManyRequests) IsRedirect() bool
- func (o *RTRCheckAdminCommandStatusTooManyRequests) IsServerError() bool
- func (o *RTRCheckAdminCommandStatusTooManyRequests) IsSuccess() bool
- func (o *RTRCheckAdminCommandStatusTooManyRequests) String() string
- type RTRCheckAdminCommandStatusUnauthorized
- func (o *RTRCheckAdminCommandStatusUnauthorized) Code() int
- func (o *RTRCheckAdminCommandStatusUnauthorized) Error() string
- func (o *RTRCheckAdminCommandStatusUnauthorized) GetPayload() *models.DomainAPIError
- func (o *RTRCheckAdminCommandStatusUnauthorized) IsClientError() bool
- func (o *RTRCheckAdminCommandStatusUnauthorized) IsCode(code int) bool
- func (o *RTRCheckAdminCommandStatusUnauthorized) IsRedirect() bool
- func (o *RTRCheckAdminCommandStatusUnauthorized) IsServerError() bool
- func (o *RTRCheckAdminCommandStatusUnauthorized) IsSuccess() bool
- func (o *RTRCheckAdminCommandStatusUnauthorized) String() string
- type RTRCreatePutFilesBadRequest
- func (o *RTRCreatePutFilesBadRequest) Code() int
- func (o *RTRCreatePutFilesBadRequest) Error() string
- func (o *RTRCreatePutFilesBadRequest) GetPayload() *models.DomainAPIError
- func (o *RTRCreatePutFilesBadRequest) IsClientError() bool
- func (o *RTRCreatePutFilesBadRequest) IsCode(code int) bool
- func (o *RTRCreatePutFilesBadRequest) IsRedirect() bool
- func (o *RTRCreatePutFilesBadRequest) IsServerError() bool
- func (o *RTRCreatePutFilesBadRequest) IsSuccess() bool
- func (o *RTRCreatePutFilesBadRequest) String() string
- type RTRCreatePutFilesForbidden
- func (o *RTRCreatePutFilesForbidden) Code() int
- func (o *RTRCreatePutFilesForbidden) Error() string
- func (o *RTRCreatePutFilesForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *RTRCreatePutFilesForbidden) IsClientError() bool
- func (o *RTRCreatePutFilesForbidden) IsCode(code int) bool
- func (o *RTRCreatePutFilesForbidden) IsRedirect() bool
- func (o *RTRCreatePutFilesForbidden) IsServerError() bool
- func (o *RTRCreatePutFilesForbidden) IsSuccess() bool
- func (o *RTRCreatePutFilesForbidden) String() string
- type RTRCreatePutFilesOK
- func (o *RTRCreatePutFilesOK) Code() int
- func (o *RTRCreatePutFilesOK) Error() string
- func (o *RTRCreatePutFilesOK) GetPayload() *models.MsaReplyMetaOnly
- func (o *RTRCreatePutFilesOK) IsClientError() bool
- func (o *RTRCreatePutFilesOK) IsCode(code int) bool
- func (o *RTRCreatePutFilesOK) IsRedirect() bool
- func (o *RTRCreatePutFilesOK) IsServerError() bool
- func (o *RTRCreatePutFilesOK) IsSuccess() bool
- func (o *RTRCreatePutFilesOK) String() string
- type RTRCreatePutFilesParams
- func NewRTRCreatePutFilesParams() *RTRCreatePutFilesParams
- func NewRTRCreatePutFilesParamsWithContext(ctx context.Context) *RTRCreatePutFilesParams
- func NewRTRCreatePutFilesParamsWithHTTPClient(client *http.Client) *RTRCreatePutFilesParams
- func NewRTRCreatePutFilesParamsWithTimeout(timeout time.Duration) *RTRCreatePutFilesParams
- func (o *RTRCreatePutFilesParams) SetCommentsForAuditLog(commentsForAuditLog *string)
- func (o *RTRCreatePutFilesParams) SetContext(ctx context.Context)
- func (o *RTRCreatePutFilesParams) SetDefaults()
- func (o *RTRCreatePutFilesParams) SetDescription(description string)
- func (o *RTRCreatePutFilesParams) SetFile(file runtime.NamedReadCloser)
- func (o *RTRCreatePutFilesParams) SetHTTPClient(client *http.Client)
- func (o *RTRCreatePutFilesParams) SetName(name *string)
- func (o *RTRCreatePutFilesParams) SetTimeout(timeout time.Duration)
- func (o *RTRCreatePutFilesParams) WithCommentsForAuditLog(commentsForAuditLog *string) *RTRCreatePutFilesParams
- func (o *RTRCreatePutFilesParams) WithContext(ctx context.Context) *RTRCreatePutFilesParams
- func (o *RTRCreatePutFilesParams) WithDefaults() *RTRCreatePutFilesParams
- func (o *RTRCreatePutFilesParams) WithDescription(description string) *RTRCreatePutFilesParams
- func (o *RTRCreatePutFilesParams) WithFile(file runtime.NamedReadCloser) *RTRCreatePutFilesParams
- func (o *RTRCreatePutFilesParams) WithHTTPClient(client *http.Client) *RTRCreatePutFilesParams
- func (o *RTRCreatePutFilesParams) WithName(name *string) *RTRCreatePutFilesParams
- func (o *RTRCreatePutFilesParams) WithTimeout(timeout time.Duration) *RTRCreatePutFilesParams
- func (o *RTRCreatePutFilesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RTRCreatePutFilesReader
- type RTRCreatePutFilesTooManyRequests
- func (o *RTRCreatePutFilesTooManyRequests) Code() int
- func (o *RTRCreatePutFilesTooManyRequests) Error() string
- func (o *RTRCreatePutFilesTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *RTRCreatePutFilesTooManyRequests) IsClientError() bool
- func (o *RTRCreatePutFilesTooManyRequests) IsCode(code int) bool
- func (o *RTRCreatePutFilesTooManyRequests) IsRedirect() bool
- func (o *RTRCreatePutFilesTooManyRequests) IsServerError() bool
- func (o *RTRCreatePutFilesTooManyRequests) IsSuccess() bool
- func (o *RTRCreatePutFilesTooManyRequests) String() string
- type RTRCreateScriptsBadRequest
- func (o *RTRCreateScriptsBadRequest) Code() int
- func (o *RTRCreateScriptsBadRequest) Error() string
- func (o *RTRCreateScriptsBadRequest) GetPayload() *models.DomainAPIError
- func (o *RTRCreateScriptsBadRequest) IsClientError() bool
- func (o *RTRCreateScriptsBadRequest) IsCode(code int) bool
- func (o *RTRCreateScriptsBadRequest) IsRedirect() bool
- func (o *RTRCreateScriptsBadRequest) IsServerError() bool
- func (o *RTRCreateScriptsBadRequest) IsSuccess() bool
- func (o *RTRCreateScriptsBadRequest) String() string
- type RTRCreateScriptsForbidden
- func (o *RTRCreateScriptsForbidden) Code() int
- func (o *RTRCreateScriptsForbidden) Error() string
- func (o *RTRCreateScriptsForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *RTRCreateScriptsForbidden) IsClientError() bool
- func (o *RTRCreateScriptsForbidden) IsCode(code int) bool
- func (o *RTRCreateScriptsForbidden) IsRedirect() bool
- func (o *RTRCreateScriptsForbidden) IsServerError() bool
- func (o *RTRCreateScriptsForbidden) IsSuccess() bool
- func (o *RTRCreateScriptsForbidden) String() string
- type RTRCreateScriptsOK
- func (o *RTRCreateScriptsOK) Code() int
- func (o *RTRCreateScriptsOK) Error() string
- func (o *RTRCreateScriptsOK) GetPayload() *models.MsaReplyMetaOnly
- func (o *RTRCreateScriptsOK) IsClientError() bool
- func (o *RTRCreateScriptsOK) IsCode(code int) bool
- func (o *RTRCreateScriptsOK) IsRedirect() bool
- func (o *RTRCreateScriptsOK) IsServerError() bool
- func (o *RTRCreateScriptsOK) IsSuccess() bool
- func (o *RTRCreateScriptsOK) String() string
- type RTRCreateScriptsParams
- func NewRTRCreateScriptsParams() *RTRCreateScriptsParams
- func NewRTRCreateScriptsParamsWithContext(ctx context.Context) *RTRCreateScriptsParams
- func NewRTRCreateScriptsParamsWithHTTPClient(client *http.Client) *RTRCreateScriptsParams
- func NewRTRCreateScriptsParamsWithTimeout(timeout time.Duration) *RTRCreateScriptsParams
- func (o *RTRCreateScriptsParams) SetCommentsForAuditLog(commentsForAuditLog *string)
- func (o *RTRCreateScriptsParams) SetContent(content *string)
- func (o *RTRCreateScriptsParams) SetContext(ctx context.Context)
- func (o *RTRCreateScriptsParams) SetDefaults()
- func (o *RTRCreateScriptsParams) SetDescription(description string)
- func (o *RTRCreateScriptsParams) SetFile(file runtime.NamedReadCloser)
- func (o *RTRCreateScriptsParams) SetHTTPClient(client *http.Client)
- func (o *RTRCreateScriptsParams) SetName(name *string)
- func (o *RTRCreateScriptsParams) SetPermissionType(permissionType string)
- func (o *RTRCreateScriptsParams) SetPlatform(platform []string)
- func (o *RTRCreateScriptsParams) SetTimeout(timeout time.Duration)
- func (o *RTRCreateScriptsParams) WithCommentsForAuditLog(commentsForAuditLog *string) *RTRCreateScriptsParams
- func (o *RTRCreateScriptsParams) WithContent(content *string) *RTRCreateScriptsParams
- func (o *RTRCreateScriptsParams) WithContext(ctx context.Context) *RTRCreateScriptsParams
- func (o *RTRCreateScriptsParams) WithDefaults() *RTRCreateScriptsParams
- func (o *RTRCreateScriptsParams) WithDescription(description string) *RTRCreateScriptsParams
- func (o *RTRCreateScriptsParams) WithFile(file runtime.NamedReadCloser) *RTRCreateScriptsParams
- func (o *RTRCreateScriptsParams) WithHTTPClient(client *http.Client) *RTRCreateScriptsParams
- func (o *RTRCreateScriptsParams) WithName(name *string) *RTRCreateScriptsParams
- func (o *RTRCreateScriptsParams) WithPermissionType(permissionType string) *RTRCreateScriptsParams
- func (o *RTRCreateScriptsParams) WithPlatform(platform []string) *RTRCreateScriptsParams
- func (o *RTRCreateScriptsParams) WithTimeout(timeout time.Duration) *RTRCreateScriptsParams
- func (o *RTRCreateScriptsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RTRCreateScriptsReader
- type RTRCreateScriptsTooManyRequests
- func (o *RTRCreateScriptsTooManyRequests) Code() int
- func (o *RTRCreateScriptsTooManyRequests) Error() string
- func (o *RTRCreateScriptsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *RTRCreateScriptsTooManyRequests) IsClientError() bool
- func (o *RTRCreateScriptsTooManyRequests) IsCode(code int) bool
- func (o *RTRCreateScriptsTooManyRequests) IsRedirect() bool
- func (o *RTRCreateScriptsTooManyRequests) IsServerError() bool
- func (o *RTRCreateScriptsTooManyRequests) IsSuccess() bool
- func (o *RTRCreateScriptsTooManyRequests) String() string
- type RTRDeletePutFilesBadRequest
- func (o *RTRDeletePutFilesBadRequest) Code() int
- func (o *RTRDeletePutFilesBadRequest) Error() string
- func (o *RTRDeletePutFilesBadRequest) GetPayload() *models.MsaReplyMetaOnly
- func (o *RTRDeletePutFilesBadRequest) IsClientError() bool
- func (o *RTRDeletePutFilesBadRequest) IsCode(code int) bool
- func (o *RTRDeletePutFilesBadRequest) IsRedirect() bool
- func (o *RTRDeletePutFilesBadRequest) IsServerError() bool
- func (o *RTRDeletePutFilesBadRequest) IsSuccess() bool
- func (o *RTRDeletePutFilesBadRequest) String() string
- type RTRDeletePutFilesForbidden
- func (o *RTRDeletePutFilesForbidden) Code() int
- func (o *RTRDeletePutFilesForbidden) Error() string
- func (o *RTRDeletePutFilesForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *RTRDeletePutFilesForbidden) IsClientError() bool
- func (o *RTRDeletePutFilesForbidden) IsCode(code int) bool
- func (o *RTRDeletePutFilesForbidden) IsRedirect() bool
- func (o *RTRDeletePutFilesForbidden) IsServerError() bool
- func (o *RTRDeletePutFilesForbidden) IsSuccess() bool
- func (o *RTRDeletePutFilesForbidden) String() string
- type RTRDeletePutFilesNotFound
- func (o *RTRDeletePutFilesNotFound) Code() int
- func (o *RTRDeletePutFilesNotFound) Error() string
- func (o *RTRDeletePutFilesNotFound) GetPayload() *models.MsaReplyMetaOnly
- func (o *RTRDeletePutFilesNotFound) IsClientError() bool
- func (o *RTRDeletePutFilesNotFound) IsCode(code int) bool
- func (o *RTRDeletePutFilesNotFound) IsRedirect() bool
- func (o *RTRDeletePutFilesNotFound) IsServerError() bool
- func (o *RTRDeletePutFilesNotFound) IsSuccess() bool
- func (o *RTRDeletePutFilesNotFound) String() string
- type RTRDeletePutFilesOK
- func (o *RTRDeletePutFilesOK) Code() int
- func (o *RTRDeletePutFilesOK) Error() string
- func (o *RTRDeletePutFilesOK) GetPayload() *models.MsaReplyMetaOnly
- func (o *RTRDeletePutFilesOK) IsClientError() bool
- func (o *RTRDeletePutFilesOK) IsCode(code int) bool
- func (o *RTRDeletePutFilesOK) IsRedirect() bool
- func (o *RTRDeletePutFilesOK) IsServerError() bool
- func (o *RTRDeletePutFilesOK) IsSuccess() bool
- func (o *RTRDeletePutFilesOK) String() string
- type RTRDeletePutFilesParams
- func NewRTRDeletePutFilesParams() *RTRDeletePutFilesParams
- func NewRTRDeletePutFilesParamsWithContext(ctx context.Context) *RTRDeletePutFilesParams
- func NewRTRDeletePutFilesParamsWithHTTPClient(client *http.Client) *RTRDeletePutFilesParams
- func NewRTRDeletePutFilesParamsWithTimeout(timeout time.Duration) *RTRDeletePutFilesParams
- func (o *RTRDeletePutFilesParams) SetContext(ctx context.Context)
- func (o *RTRDeletePutFilesParams) SetDefaults()
- func (o *RTRDeletePutFilesParams) SetHTTPClient(client *http.Client)
- func (o *RTRDeletePutFilesParams) SetIds(ids string)
- func (o *RTRDeletePutFilesParams) SetTimeout(timeout time.Duration)
- func (o *RTRDeletePutFilesParams) WithContext(ctx context.Context) *RTRDeletePutFilesParams
- func (o *RTRDeletePutFilesParams) WithDefaults() *RTRDeletePutFilesParams
- func (o *RTRDeletePutFilesParams) WithHTTPClient(client *http.Client) *RTRDeletePutFilesParams
- func (o *RTRDeletePutFilesParams) WithIds(ids string) *RTRDeletePutFilesParams
- func (o *RTRDeletePutFilesParams) WithTimeout(timeout time.Duration) *RTRDeletePutFilesParams
- func (o *RTRDeletePutFilesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RTRDeletePutFilesReader
- type RTRDeletePutFilesTooManyRequests
- func (o *RTRDeletePutFilesTooManyRequests) Code() int
- func (o *RTRDeletePutFilesTooManyRequests) Error() string
- func (o *RTRDeletePutFilesTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *RTRDeletePutFilesTooManyRequests) IsClientError() bool
- func (o *RTRDeletePutFilesTooManyRequests) IsCode(code int) bool
- func (o *RTRDeletePutFilesTooManyRequests) IsRedirect() bool
- func (o *RTRDeletePutFilesTooManyRequests) IsServerError() bool
- func (o *RTRDeletePutFilesTooManyRequests) IsSuccess() bool
- func (o *RTRDeletePutFilesTooManyRequests) String() string
- type RTRDeleteScriptsBadRequest
- func (o *RTRDeleteScriptsBadRequest) Code() int
- func (o *RTRDeleteScriptsBadRequest) Error() string
- func (o *RTRDeleteScriptsBadRequest) GetPayload() *models.MsaReplyMetaOnly
- func (o *RTRDeleteScriptsBadRequest) IsClientError() bool
- func (o *RTRDeleteScriptsBadRequest) IsCode(code int) bool
- func (o *RTRDeleteScriptsBadRequest) IsRedirect() bool
- func (o *RTRDeleteScriptsBadRequest) IsServerError() bool
- func (o *RTRDeleteScriptsBadRequest) IsSuccess() bool
- func (o *RTRDeleteScriptsBadRequest) String() string
- type RTRDeleteScriptsForbidden
- func (o *RTRDeleteScriptsForbidden) Code() int
- func (o *RTRDeleteScriptsForbidden) Error() string
- func (o *RTRDeleteScriptsForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *RTRDeleteScriptsForbidden) IsClientError() bool
- func (o *RTRDeleteScriptsForbidden) IsCode(code int) bool
- func (o *RTRDeleteScriptsForbidden) IsRedirect() bool
- func (o *RTRDeleteScriptsForbidden) IsServerError() bool
- func (o *RTRDeleteScriptsForbidden) IsSuccess() bool
- func (o *RTRDeleteScriptsForbidden) String() string
- type RTRDeleteScriptsNotFound
- func (o *RTRDeleteScriptsNotFound) Code() int
- func (o *RTRDeleteScriptsNotFound) Error() string
- func (o *RTRDeleteScriptsNotFound) GetPayload() *models.MsaReplyMetaOnly
- func (o *RTRDeleteScriptsNotFound) IsClientError() bool
- func (o *RTRDeleteScriptsNotFound) IsCode(code int) bool
- func (o *RTRDeleteScriptsNotFound) IsRedirect() bool
- func (o *RTRDeleteScriptsNotFound) IsServerError() bool
- func (o *RTRDeleteScriptsNotFound) IsSuccess() bool
- func (o *RTRDeleteScriptsNotFound) String() string
- type RTRDeleteScriptsOK
- func (o *RTRDeleteScriptsOK) Code() int
- func (o *RTRDeleteScriptsOK) Error() string
- func (o *RTRDeleteScriptsOK) GetPayload() *models.MsaReplyMetaOnly
- func (o *RTRDeleteScriptsOK) IsClientError() bool
- func (o *RTRDeleteScriptsOK) IsCode(code int) bool
- func (o *RTRDeleteScriptsOK) IsRedirect() bool
- func (o *RTRDeleteScriptsOK) IsServerError() bool
- func (o *RTRDeleteScriptsOK) IsSuccess() bool
- func (o *RTRDeleteScriptsOK) String() string
- type RTRDeleteScriptsParams
- func NewRTRDeleteScriptsParams() *RTRDeleteScriptsParams
- func NewRTRDeleteScriptsParamsWithContext(ctx context.Context) *RTRDeleteScriptsParams
- func NewRTRDeleteScriptsParamsWithHTTPClient(client *http.Client) *RTRDeleteScriptsParams
- func NewRTRDeleteScriptsParamsWithTimeout(timeout time.Duration) *RTRDeleteScriptsParams
- func (o *RTRDeleteScriptsParams) SetContext(ctx context.Context)
- func (o *RTRDeleteScriptsParams) SetDefaults()
- func (o *RTRDeleteScriptsParams) SetHTTPClient(client *http.Client)
- func (o *RTRDeleteScriptsParams) SetIds(ids string)
- func (o *RTRDeleteScriptsParams) SetTimeout(timeout time.Duration)
- func (o *RTRDeleteScriptsParams) WithContext(ctx context.Context) *RTRDeleteScriptsParams
- func (o *RTRDeleteScriptsParams) WithDefaults() *RTRDeleteScriptsParams
- func (o *RTRDeleteScriptsParams) WithHTTPClient(client *http.Client) *RTRDeleteScriptsParams
- func (o *RTRDeleteScriptsParams) WithIds(ids string) *RTRDeleteScriptsParams
- func (o *RTRDeleteScriptsParams) WithTimeout(timeout time.Duration) *RTRDeleteScriptsParams
- func (o *RTRDeleteScriptsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RTRDeleteScriptsReader
- type RTRDeleteScriptsTooManyRequests
- func (o *RTRDeleteScriptsTooManyRequests) Code() int
- func (o *RTRDeleteScriptsTooManyRequests) Error() string
- func (o *RTRDeleteScriptsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *RTRDeleteScriptsTooManyRequests) IsClientError() bool
- func (o *RTRDeleteScriptsTooManyRequests) IsCode(code int) bool
- func (o *RTRDeleteScriptsTooManyRequests) IsRedirect() bool
- func (o *RTRDeleteScriptsTooManyRequests) IsServerError() bool
- func (o *RTRDeleteScriptsTooManyRequests) IsSuccess() bool
- func (o *RTRDeleteScriptsTooManyRequests) String() string
- type RTRExecuteAdminCommandBadRequest
- func (o *RTRExecuteAdminCommandBadRequest) Code() int
- func (o *RTRExecuteAdminCommandBadRequest) Error() string
- func (o *RTRExecuteAdminCommandBadRequest) GetPayload() *models.DomainAPIError
- func (o *RTRExecuteAdminCommandBadRequest) IsClientError() bool
- func (o *RTRExecuteAdminCommandBadRequest) IsCode(code int) bool
- func (o *RTRExecuteAdminCommandBadRequest) IsRedirect() bool
- func (o *RTRExecuteAdminCommandBadRequest) IsServerError() bool
- func (o *RTRExecuteAdminCommandBadRequest) IsSuccess() bool
- func (o *RTRExecuteAdminCommandBadRequest) String() string
- type RTRExecuteAdminCommandCreated
- func (o *RTRExecuteAdminCommandCreated) Code() int
- func (o *RTRExecuteAdminCommandCreated) Error() string
- func (o *RTRExecuteAdminCommandCreated) GetPayload() *models.DomainCommandExecuteResponseWrapper
- func (o *RTRExecuteAdminCommandCreated) IsClientError() bool
- func (o *RTRExecuteAdminCommandCreated) IsCode(code int) bool
- func (o *RTRExecuteAdminCommandCreated) IsRedirect() bool
- func (o *RTRExecuteAdminCommandCreated) IsServerError() bool
- func (o *RTRExecuteAdminCommandCreated) IsSuccess() bool
- func (o *RTRExecuteAdminCommandCreated) String() string
- type RTRExecuteAdminCommandForbidden
- func (o *RTRExecuteAdminCommandForbidden) Code() int
- func (o *RTRExecuteAdminCommandForbidden) Error() string
- func (o *RTRExecuteAdminCommandForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *RTRExecuteAdminCommandForbidden) IsClientError() bool
- func (o *RTRExecuteAdminCommandForbidden) IsCode(code int) bool
- func (o *RTRExecuteAdminCommandForbidden) IsRedirect() bool
- func (o *RTRExecuteAdminCommandForbidden) IsServerError() bool
- func (o *RTRExecuteAdminCommandForbidden) IsSuccess() bool
- func (o *RTRExecuteAdminCommandForbidden) String() string
- type RTRExecuteAdminCommandParams
- func NewRTRExecuteAdminCommandParams() *RTRExecuteAdminCommandParams
- func NewRTRExecuteAdminCommandParamsWithContext(ctx context.Context) *RTRExecuteAdminCommandParams
- func NewRTRExecuteAdminCommandParamsWithHTTPClient(client *http.Client) *RTRExecuteAdminCommandParams
- func NewRTRExecuteAdminCommandParamsWithTimeout(timeout time.Duration) *RTRExecuteAdminCommandParams
- func (o *RTRExecuteAdminCommandParams) SetBody(body *models.DomainCommandExecuteRequest)
- func (o *RTRExecuteAdminCommandParams) SetContext(ctx context.Context)
- func (o *RTRExecuteAdminCommandParams) SetDefaults()
- func (o *RTRExecuteAdminCommandParams) SetHTTPClient(client *http.Client)
- func (o *RTRExecuteAdminCommandParams) SetTimeout(timeout time.Duration)
- func (o *RTRExecuteAdminCommandParams) WithBody(body *models.DomainCommandExecuteRequest) *RTRExecuteAdminCommandParams
- func (o *RTRExecuteAdminCommandParams) WithContext(ctx context.Context) *RTRExecuteAdminCommandParams
- func (o *RTRExecuteAdminCommandParams) WithDefaults() *RTRExecuteAdminCommandParams
- func (o *RTRExecuteAdminCommandParams) WithHTTPClient(client *http.Client) *RTRExecuteAdminCommandParams
- func (o *RTRExecuteAdminCommandParams) WithTimeout(timeout time.Duration) *RTRExecuteAdminCommandParams
- func (o *RTRExecuteAdminCommandParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RTRExecuteAdminCommandReader
- type RTRExecuteAdminCommandTooManyRequests
- func (o *RTRExecuteAdminCommandTooManyRequests) Code() int
- func (o *RTRExecuteAdminCommandTooManyRequests) Error() string
- func (o *RTRExecuteAdminCommandTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *RTRExecuteAdminCommandTooManyRequests) IsClientError() bool
- func (o *RTRExecuteAdminCommandTooManyRequests) IsCode(code int) bool
- func (o *RTRExecuteAdminCommandTooManyRequests) IsRedirect() bool
- func (o *RTRExecuteAdminCommandTooManyRequests) IsServerError() bool
- func (o *RTRExecuteAdminCommandTooManyRequests) IsSuccess() bool
- func (o *RTRExecuteAdminCommandTooManyRequests) String() string
- type RTRGetFalconScriptsBadRequest
- func (o *RTRGetFalconScriptsBadRequest) Code() int
- func (o *RTRGetFalconScriptsBadRequest) Error() string
- func (o *RTRGetFalconScriptsBadRequest) GetPayload() *models.DomainAPIError
- func (o *RTRGetFalconScriptsBadRequest) IsClientError() bool
- func (o *RTRGetFalconScriptsBadRequest) IsCode(code int) bool
- func (o *RTRGetFalconScriptsBadRequest) IsRedirect() bool
- func (o *RTRGetFalconScriptsBadRequest) IsServerError() bool
- func (o *RTRGetFalconScriptsBadRequest) IsSuccess() bool
- func (o *RTRGetFalconScriptsBadRequest) String() string
- type RTRGetFalconScriptsForbidden
- func (o *RTRGetFalconScriptsForbidden) Code() int
- func (o *RTRGetFalconScriptsForbidden) Error() string
- func (o *RTRGetFalconScriptsForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *RTRGetFalconScriptsForbidden) IsClientError() bool
- func (o *RTRGetFalconScriptsForbidden) IsCode(code int) bool
- func (o *RTRGetFalconScriptsForbidden) IsRedirect() bool
- func (o *RTRGetFalconScriptsForbidden) IsServerError() bool
- func (o *RTRGetFalconScriptsForbidden) IsSuccess() bool
- func (o *RTRGetFalconScriptsForbidden) String() string
- type RTRGetFalconScriptsNotFound
- func (o *RTRGetFalconScriptsNotFound) Code() int
- func (o *RTRGetFalconScriptsNotFound) Error() string
- func (o *RTRGetFalconScriptsNotFound) GetPayload() *models.DomainAPIError
- func (o *RTRGetFalconScriptsNotFound) IsClientError() bool
- func (o *RTRGetFalconScriptsNotFound) IsCode(code int) bool
- func (o *RTRGetFalconScriptsNotFound) IsRedirect() bool
- func (o *RTRGetFalconScriptsNotFound) IsServerError() bool
- func (o *RTRGetFalconScriptsNotFound) IsSuccess() bool
- func (o *RTRGetFalconScriptsNotFound) String() string
- type RTRGetFalconScriptsOK
- func (o *RTRGetFalconScriptsOK) Code() int
- func (o *RTRGetFalconScriptsOK) Error() string
- func (o *RTRGetFalconScriptsOK) GetPayload() *models.EmpowerapiMsaFalconScriptResponse
- func (o *RTRGetFalconScriptsOK) IsClientError() bool
- func (o *RTRGetFalconScriptsOK) IsCode(code int) bool
- func (o *RTRGetFalconScriptsOK) IsRedirect() bool
- func (o *RTRGetFalconScriptsOK) IsServerError() bool
- func (o *RTRGetFalconScriptsOK) IsSuccess() bool
- func (o *RTRGetFalconScriptsOK) String() string
- type RTRGetFalconScriptsParams
- func NewRTRGetFalconScriptsParams() *RTRGetFalconScriptsParams
- func NewRTRGetFalconScriptsParamsWithContext(ctx context.Context) *RTRGetFalconScriptsParams
- func NewRTRGetFalconScriptsParamsWithHTTPClient(client *http.Client) *RTRGetFalconScriptsParams
- func NewRTRGetFalconScriptsParamsWithTimeout(timeout time.Duration) *RTRGetFalconScriptsParams
- func (o *RTRGetFalconScriptsParams) SetContext(ctx context.Context)
- func (o *RTRGetFalconScriptsParams) SetDefaults()
- func (o *RTRGetFalconScriptsParams) SetHTTPClient(client *http.Client)
- func (o *RTRGetFalconScriptsParams) SetIds(ids []string)
- func (o *RTRGetFalconScriptsParams) SetTimeout(timeout time.Duration)
- func (o *RTRGetFalconScriptsParams) WithContext(ctx context.Context) *RTRGetFalconScriptsParams
- func (o *RTRGetFalconScriptsParams) WithDefaults() *RTRGetFalconScriptsParams
- func (o *RTRGetFalconScriptsParams) WithHTTPClient(client *http.Client) *RTRGetFalconScriptsParams
- func (o *RTRGetFalconScriptsParams) WithIds(ids []string) *RTRGetFalconScriptsParams
- func (o *RTRGetFalconScriptsParams) WithTimeout(timeout time.Duration) *RTRGetFalconScriptsParams
- func (o *RTRGetFalconScriptsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RTRGetFalconScriptsReader
- type RTRGetFalconScriptsTooManyRequests
- func (o *RTRGetFalconScriptsTooManyRequests) Code() int
- func (o *RTRGetFalconScriptsTooManyRequests) Error() string
- func (o *RTRGetFalconScriptsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *RTRGetFalconScriptsTooManyRequests) IsClientError() bool
- func (o *RTRGetFalconScriptsTooManyRequests) IsCode(code int) bool
- func (o *RTRGetFalconScriptsTooManyRequests) IsRedirect() bool
- func (o *RTRGetFalconScriptsTooManyRequests) IsServerError() bool
- func (o *RTRGetFalconScriptsTooManyRequests) IsSuccess() bool
- func (o *RTRGetFalconScriptsTooManyRequests) String() string
- type RTRGetPutFilesBadRequest
- func (o *RTRGetPutFilesBadRequest) Code() int
- func (o *RTRGetPutFilesBadRequest) Error() string
- func (o *RTRGetPutFilesBadRequest) GetPayload() *models.DomainAPIError
- func (o *RTRGetPutFilesBadRequest) IsClientError() bool
- func (o *RTRGetPutFilesBadRequest) IsCode(code int) bool
- func (o *RTRGetPutFilesBadRequest) IsRedirect() bool
- func (o *RTRGetPutFilesBadRequest) IsServerError() bool
- func (o *RTRGetPutFilesBadRequest) IsSuccess() bool
- func (o *RTRGetPutFilesBadRequest) String() string
- type RTRGetPutFilesForbidden
- func (o *RTRGetPutFilesForbidden) Code() int
- func (o *RTRGetPutFilesForbidden) Error() string
- func (o *RTRGetPutFilesForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *RTRGetPutFilesForbidden) IsClientError() bool
- func (o *RTRGetPutFilesForbidden) IsCode(code int) bool
- func (o *RTRGetPutFilesForbidden) IsRedirect() bool
- func (o *RTRGetPutFilesForbidden) IsServerError() bool
- func (o *RTRGetPutFilesForbidden) IsSuccess() bool
- func (o *RTRGetPutFilesForbidden) String() string
- type RTRGetPutFilesNotFound
- func (o *RTRGetPutFilesNotFound) Code() int
- func (o *RTRGetPutFilesNotFound) Error() string
- func (o *RTRGetPutFilesNotFound) GetPayload() *models.DomainAPIError
- func (o *RTRGetPutFilesNotFound) IsClientError() bool
- func (o *RTRGetPutFilesNotFound) IsCode(code int) bool
- func (o *RTRGetPutFilesNotFound) IsRedirect() bool
- func (o *RTRGetPutFilesNotFound) IsServerError() bool
- func (o *RTRGetPutFilesNotFound) IsSuccess() bool
- func (o *RTRGetPutFilesNotFound) String() string
- type RTRGetPutFilesOK
- func (o *RTRGetPutFilesOK) Code() int
- func (o *RTRGetPutFilesOK) Error() string
- func (o *RTRGetPutFilesOK) GetPayload() *models.EmpowerapiMsaPFResponseV1
- func (o *RTRGetPutFilesOK) IsClientError() bool
- func (o *RTRGetPutFilesOK) IsCode(code int) bool
- func (o *RTRGetPutFilesOK) IsRedirect() bool
- func (o *RTRGetPutFilesOK) IsServerError() bool
- func (o *RTRGetPutFilesOK) IsSuccess() bool
- func (o *RTRGetPutFilesOK) String() string
- type RTRGetPutFilesParams
- func NewRTRGetPutFilesParams() *RTRGetPutFilesParams
- func NewRTRGetPutFilesParamsWithContext(ctx context.Context) *RTRGetPutFilesParams
- func NewRTRGetPutFilesParamsWithHTTPClient(client *http.Client) *RTRGetPutFilesParams
- func NewRTRGetPutFilesParamsWithTimeout(timeout time.Duration) *RTRGetPutFilesParams
- func (o *RTRGetPutFilesParams) SetContext(ctx context.Context)
- func (o *RTRGetPutFilesParams) SetDefaults()
- func (o *RTRGetPutFilesParams) SetHTTPClient(client *http.Client)
- func (o *RTRGetPutFilesParams) SetIds(ids []string)
- func (o *RTRGetPutFilesParams) SetTimeout(timeout time.Duration)
- func (o *RTRGetPutFilesParams) WithContext(ctx context.Context) *RTRGetPutFilesParams
- func (o *RTRGetPutFilesParams) WithDefaults() *RTRGetPutFilesParams
- func (o *RTRGetPutFilesParams) WithHTTPClient(client *http.Client) *RTRGetPutFilesParams
- func (o *RTRGetPutFilesParams) WithIds(ids []string) *RTRGetPutFilesParams
- func (o *RTRGetPutFilesParams) WithTimeout(timeout time.Duration) *RTRGetPutFilesParams
- func (o *RTRGetPutFilesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RTRGetPutFilesReader
- type RTRGetPutFilesTooManyRequests
- func (o *RTRGetPutFilesTooManyRequests) Code() int
- func (o *RTRGetPutFilesTooManyRequests) Error() string
- func (o *RTRGetPutFilesTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *RTRGetPutFilesTooManyRequests) IsClientError() bool
- func (o *RTRGetPutFilesTooManyRequests) IsCode(code int) bool
- func (o *RTRGetPutFilesTooManyRequests) IsRedirect() bool
- func (o *RTRGetPutFilesTooManyRequests) IsServerError() bool
- func (o *RTRGetPutFilesTooManyRequests) IsSuccess() bool
- func (o *RTRGetPutFilesTooManyRequests) String() string
- type RTRGetPutFilesV2BadRequest
- func (o *RTRGetPutFilesV2BadRequest) Code() int
- func (o *RTRGetPutFilesV2BadRequest) Error() string
- func (o *RTRGetPutFilesV2BadRequest) GetPayload() *models.DomainAPIError
- func (o *RTRGetPutFilesV2BadRequest) IsClientError() bool
- func (o *RTRGetPutFilesV2BadRequest) IsCode(code int) bool
- func (o *RTRGetPutFilesV2BadRequest) IsRedirect() bool
- func (o *RTRGetPutFilesV2BadRequest) IsServerError() bool
- func (o *RTRGetPutFilesV2BadRequest) IsSuccess() bool
- func (o *RTRGetPutFilesV2BadRequest) String() string
- type RTRGetPutFilesV2Forbidden
- func (o *RTRGetPutFilesV2Forbidden) Code() int
- func (o *RTRGetPutFilesV2Forbidden) Error() string
- func (o *RTRGetPutFilesV2Forbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *RTRGetPutFilesV2Forbidden) IsClientError() bool
- func (o *RTRGetPutFilesV2Forbidden) IsCode(code int) bool
- func (o *RTRGetPutFilesV2Forbidden) IsRedirect() bool
- func (o *RTRGetPutFilesV2Forbidden) IsServerError() bool
- func (o *RTRGetPutFilesV2Forbidden) IsSuccess() bool
- func (o *RTRGetPutFilesV2Forbidden) String() string
- type RTRGetPutFilesV2NotFound
- func (o *RTRGetPutFilesV2NotFound) Code() int
- func (o *RTRGetPutFilesV2NotFound) Error() string
- func (o *RTRGetPutFilesV2NotFound) GetPayload() *models.DomainAPIError
- func (o *RTRGetPutFilesV2NotFound) IsClientError() bool
- func (o *RTRGetPutFilesV2NotFound) IsCode(code int) bool
- func (o *RTRGetPutFilesV2NotFound) IsRedirect() bool
- func (o *RTRGetPutFilesV2NotFound) IsServerError() bool
- func (o *RTRGetPutFilesV2NotFound) IsSuccess() bool
- func (o *RTRGetPutFilesV2NotFound) String() string
- type RTRGetPutFilesV2OK
- func (o *RTRGetPutFilesV2OK) Code() int
- func (o *RTRGetPutFilesV2OK) Error() string
- func (o *RTRGetPutFilesV2OK) GetPayload() *models.EmpowerapiMsaPFResponseV2
- func (o *RTRGetPutFilesV2OK) IsClientError() bool
- func (o *RTRGetPutFilesV2OK) IsCode(code int) bool
- func (o *RTRGetPutFilesV2OK) IsRedirect() bool
- func (o *RTRGetPutFilesV2OK) IsServerError() bool
- func (o *RTRGetPutFilesV2OK) IsSuccess() bool
- func (o *RTRGetPutFilesV2OK) String() string
- type RTRGetPutFilesV2Params
- func NewRTRGetPutFilesV2Params() *RTRGetPutFilesV2Params
- func NewRTRGetPutFilesV2ParamsWithContext(ctx context.Context) *RTRGetPutFilesV2Params
- func NewRTRGetPutFilesV2ParamsWithHTTPClient(client *http.Client) *RTRGetPutFilesV2Params
- func NewRTRGetPutFilesV2ParamsWithTimeout(timeout time.Duration) *RTRGetPutFilesV2Params
- func (o *RTRGetPutFilesV2Params) SetContext(ctx context.Context)
- func (o *RTRGetPutFilesV2Params) SetDefaults()
- func (o *RTRGetPutFilesV2Params) SetHTTPClient(client *http.Client)
- func (o *RTRGetPutFilesV2Params) SetIds(ids []string)
- func (o *RTRGetPutFilesV2Params) SetTimeout(timeout time.Duration)
- func (o *RTRGetPutFilesV2Params) WithContext(ctx context.Context) *RTRGetPutFilesV2Params
- func (o *RTRGetPutFilesV2Params) WithDefaults() *RTRGetPutFilesV2Params
- func (o *RTRGetPutFilesV2Params) WithHTTPClient(client *http.Client) *RTRGetPutFilesV2Params
- func (o *RTRGetPutFilesV2Params) WithIds(ids []string) *RTRGetPutFilesV2Params
- func (o *RTRGetPutFilesV2Params) WithTimeout(timeout time.Duration) *RTRGetPutFilesV2Params
- func (o *RTRGetPutFilesV2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RTRGetPutFilesV2Reader
- type RTRGetPutFilesV2TooManyRequests
- func (o *RTRGetPutFilesV2TooManyRequests) Code() int
- func (o *RTRGetPutFilesV2TooManyRequests) Error() string
- func (o *RTRGetPutFilesV2TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *RTRGetPutFilesV2TooManyRequests) IsClientError() bool
- func (o *RTRGetPutFilesV2TooManyRequests) IsCode(code int) bool
- func (o *RTRGetPutFilesV2TooManyRequests) IsRedirect() bool
- func (o *RTRGetPutFilesV2TooManyRequests) IsServerError() bool
- func (o *RTRGetPutFilesV2TooManyRequests) IsSuccess() bool
- func (o *RTRGetPutFilesV2TooManyRequests) String() string
- type RTRGetScriptsBadRequest
- func (o *RTRGetScriptsBadRequest) Code() int
- func (o *RTRGetScriptsBadRequest) Error() string
- func (o *RTRGetScriptsBadRequest) GetPayload() *models.DomainAPIError
- func (o *RTRGetScriptsBadRequest) IsClientError() bool
- func (o *RTRGetScriptsBadRequest) IsCode(code int) bool
- func (o *RTRGetScriptsBadRequest) IsRedirect() bool
- func (o *RTRGetScriptsBadRequest) IsServerError() bool
- func (o *RTRGetScriptsBadRequest) IsSuccess() bool
- func (o *RTRGetScriptsBadRequest) String() string
- type RTRGetScriptsForbidden
- func (o *RTRGetScriptsForbidden) Code() int
- func (o *RTRGetScriptsForbidden) Error() string
- func (o *RTRGetScriptsForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *RTRGetScriptsForbidden) IsClientError() bool
- func (o *RTRGetScriptsForbidden) IsCode(code int) bool
- func (o *RTRGetScriptsForbidden) IsRedirect() bool
- func (o *RTRGetScriptsForbidden) IsServerError() bool
- func (o *RTRGetScriptsForbidden) IsSuccess() bool
- func (o *RTRGetScriptsForbidden) String() string
- type RTRGetScriptsNotFound
- func (o *RTRGetScriptsNotFound) Code() int
- func (o *RTRGetScriptsNotFound) Error() string
- func (o *RTRGetScriptsNotFound) GetPayload() *models.DomainAPIError
- func (o *RTRGetScriptsNotFound) IsClientError() bool
- func (o *RTRGetScriptsNotFound) IsCode(code int) bool
- func (o *RTRGetScriptsNotFound) IsRedirect() bool
- func (o *RTRGetScriptsNotFound) IsServerError() bool
- func (o *RTRGetScriptsNotFound) IsSuccess() bool
- func (o *RTRGetScriptsNotFound) String() string
- type RTRGetScriptsOK
- func (o *RTRGetScriptsOK) Code() int
- func (o *RTRGetScriptsOK) Error() string
- func (o *RTRGetScriptsOK) GetPayload() *models.EmpowerapiMsaPFResponseV1
- func (o *RTRGetScriptsOK) IsClientError() bool
- func (o *RTRGetScriptsOK) IsCode(code int) bool
- func (o *RTRGetScriptsOK) IsRedirect() bool
- func (o *RTRGetScriptsOK) IsServerError() bool
- func (o *RTRGetScriptsOK) IsSuccess() bool
- func (o *RTRGetScriptsOK) String() string
- type RTRGetScriptsParams
- func (o *RTRGetScriptsParams) SetContext(ctx context.Context)
- func (o *RTRGetScriptsParams) SetDefaults()
- func (o *RTRGetScriptsParams) SetHTTPClient(client *http.Client)
- func (o *RTRGetScriptsParams) SetIds(ids []string)
- func (o *RTRGetScriptsParams) SetTimeout(timeout time.Duration)
- func (o *RTRGetScriptsParams) WithContext(ctx context.Context) *RTRGetScriptsParams
- func (o *RTRGetScriptsParams) WithDefaults() *RTRGetScriptsParams
- func (o *RTRGetScriptsParams) WithHTTPClient(client *http.Client) *RTRGetScriptsParams
- func (o *RTRGetScriptsParams) WithIds(ids []string) *RTRGetScriptsParams
- func (o *RTRGetScriptsParams) WithTimeout(timeout time.Duration) *RTRGetScriptsParams
- func (o *RTRGetScriptsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RTRGetScriptsReader
- type RTRGetScriptsTooManyRequests
- func (o *RTRGetScriptsTooManyRequests) Code() int
- func (o *RTRGetScriptsTooManyRequests) Error() string
- func (o *RTRGetScriptsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *RTRGetScriptsTooManyRequests) IsClientError() bool
- func (o *RTRGetScriptsTooManyRequests) IsCode(code int) bool
- func (o *RTRGetScriptsTooManyRequests) IsRedirect() bool
- func (o *RTRGetScriptsTooManyRequests) IsServerError() bool
- func (o *RTRGetScriptsTooManyRequests) IsSuccess() bool
- func (o *RTRGetScriptsTooManyRequests) String() string
- type RTRGetScriptsV2BadRequest
- func (o *RTRGetScriptsV2BadRequest) Code() int
- func (o *RTRGetScriptsV2BadRequest) Error() string
- func (o *RTRGetScriptsV2BadRequest) GetPayload() *models.DomainAPIError
- func (o *RTRGetScriptsV2BadRequest) IsClientError() bool
- func (o *RTRGetScriptsV2BadRequest) IsCode(code int) bool
- func (o *RTRGetScriptsV2BadRequest) IsRedirect() bool
- func (o *RTRGetScriptsV2BadRequest) IsServerError() bool
- func (o *RTRGetScriptsV2BadRequest) IsSuccess() bool
- func (o *RTRGetScriptsV2BadRequest) String() string
- type RTRGetScriptsV2Forbidden
- func (o *RTRGetScriptsV2Forbidden) Code() int
- func (o *RTRGetScriptsV2Forbidden) Error() string
- func (o *RTRGetScriptsV2Forbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *RTRGetScriptsV2Forbidden) IsClientError() bool
- func (o *RTRGetScriptsV2Forbidden) IsCode(code int) bool
- func (o *RTRGetScriptsV2Forbidden) IsRedirect() bool
- func (o *RTRGetScriptsV2Forbidden) IsServerError() bool
- func (o *RTRGetScriptsV2Forbidden) IsSuccess() bool
- func (o *RTRGetScriptsV2Forbidden) String() string
- type RTRGetScriptsV2NotFound
- func (o *RTRGetScriptsV2NotFound) Code() int
- func (o *RTRGetScriptsV2NotFound) Error() string
- func (o *RTRGetScriptsV2NotFound) GetPayload() *models.DomainAPIError
- func (o *RTRGetScriptsV2NotFound) IsClientError() bool
- func (o *RTRGetScriptsV2NotFound) IsCode(code int) bool
- func (o *RTRGetScriptsV2NotFound) IsRedirect() bool
- func (o *RTRGetScriptsV2NotFound) IsServerError() bool
- func (o *RTRGetScriptsV2NotFound) IsSuccess() bool
- func (o *RTRGetScriptsV2NotFound) String() string
- type RTRGetScriptsV2OK
- func (o *RTRGetScriptsV2OK) Code() int
- func (o *RTRGetScriptsV2OK) Error() string
- func (o *RTRGetScriptsV2OK) GetPayload() *models.EmpowerapiMsaPFResponseV2
- func (o *RTRGetScriptsV2OK) IsClientError() bool
- func (o *RTRGetScriptsV2OK) IsCode(code int) bool
- func (o *RTRGetScriptsV2OK) IsRedirect() bool
- func (o *RTRGetScriptsV2OK) IsServerError() bool
- func (o *RTRGetScriptsV2OK) IsSuccess() bool
- func (o *RTRGetScriptsV2OK) String() string
- type RTRGetScriptsV2Params
- func NewRTRGetScriptsV2Params() *RTRGetScriptsV2Params
- func NewRTRGetScriptsV2ParamsWithContext(ctx context.Context) *RTRGetScriptsV2Params
- func NewRTRGetScriptsV2ParamsWithHTTPClient(client *http.Client) *RTRGetScriptsV2Params
- func NewRTRGetScriptsV2ParamsWithTimeout(timeout time.Duration) *RTRGetScriptsV2Params
- func (o *RTRGetScriptsV2Params) SetContext(ctx context.Context)
- func (o *RTRGetScriptsV2Params) SetDefaults()
- func (o *RTRGetScriptsV2Params) SetHTTPClient(client *http.Client)
- func (o *RTRGetScriptsV2Params) SetIds(ids []string)
- func (o *RTRGetScriptsV2Params) SetTimeout(timeout time.Duration)
- func (o *RTRGetScriptsV2Params) WithContext(ctx context.Context) *RTRGetScriptsV2Params
- func (o *RTRGetScriptsV2Params) WithDefaults() *RTRGetScriptsV2Params
- func (o *RTRGetScriptsV2Params) WithHTTPClient(client *http.Client) *RTRGetScriptsV2Params
- func (o *RTRGetScriptsV2Params) WithIds(ids []string) *RTRGetScriptsV2Params
- func (o *RTRGetScriptsV2Params) WithTimeout(timeout time.Duration) *RTRGetScriptsV2Params
- func (o *RTRGetScriptsV2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RTRGetScriptsV2Reader
- type RTRGetScriptsV2TooManyRequests
- func (o *RTRGetScriptsV2TooManyRequests) Code() int
- func (o *RTRGetScriptsV2TooManyRequests) Error() string
- func (o *RTRGetScriptsV2TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *RTRGetScriptsV2TooManyRequests) IsClientError() bool
- func (o *RTRGetScriptsV2TooManyRequests) IsCode(code int) bool
- func (o *RTRGetScriptsV2TooManyRequests) IsRedirect() bool
- func (o *RTRGetScriptsV2TooManyRequests) IsServerError() bool
- func (o *RTRGetScriptsV2TooManyRequests) IsSuccess() bool
- func (o *RTRGetScriptsV2TooManyRequests) String() string
- type RTRListFalconScriptsBadRequest
- func (o *RTRListFalconScriptsBadRequest) Code() int
- func (o *RTRListFalconScriptsBadRequest) Error() string
- func (o *RTRListFalconScriptsBadRequest) GetPayload() *models.DomainAPIError
- func (o *RTRListFalconScriptsBadRequest) IsClientError() bool
- func (o *RTRListFalconScriptsBadRequest) IsCode(code int) bool
- func (o *RTRListFalconScriptsBadRequest) IsRedirect() bool
- func (o *RTRListFalconScriptsBadRequest) IsServerError() bool
- func (o *RTRListFalconScriptsBadRequest) IsSuccess() bool
- func (o *RTRListFalconScriptsBadRequest) String() string
- type RTRListFalconScriptsForbidden
- func (o *RTRListFalconScriptsForbidden) Code() int
- func (o *RTRListFalconScriptsForbidden) Error() string
- func (o *RTRListFalconScriptsForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *RTRListFalconScriptsForbidden) IsClientError() bool
- func (o *RTRListFalconScriptsForbidden) IsCode(code int) bool
- func (o *RTRListFalconScriptsForbidden) IsRedirect() bool
- func (o *RTRListFalconScriptsForbidden) IsServerError() bool
- func (o *RTRListFalconScriptsForbidden) IsSuccess() bool
- func (o *RTRListFalconScriptsForbidden) String() string
- type RTRListFalconScriptsNotFound
- func (o *RTRListFalconScriptsNotFound) Code() int
- func (o *RTRListFalconScriptsNotFound) Error() string
- func (o *RTRListFalconScriptsNotFound) GetPayload() *models.DomainAPIError
- func (o *RTRListFalconScriptsNotFound) IsClientError() bool
- func (o *RTRListFalconScriptsNotFound) IsCode(code int) bool
- func (o *RTRListFalconScriptsNotFound) IsRedirect() bool
- func (o *RTRListFalconScriptsNotFound) IsServerError() bool
- func (o *RTRListFalconScriptsNotFound) IsSuccess() bool
- func (o *RTRListFalconScriptsNotFound) String() string
- type RTRListFalconScriptsOK
- func (o *RTRListFalconScriptsOK) Code() int
- func (o *RTRListFalconScriptsOK) Error() string
- func (o *RTRListFalconScriptsOK) GetPayload() *models.EmpowerapiMsaIDListResponse
- func (o *RTRListFalconScriptsOK) IsClientError() bool
- func (o *RTRListFalconScriptsOK) IsCode(code int) bool
- func (o *RTRListFalconScriptsOK) IsRedirect() bool
- func (o *RTRListFalconScriptsOK) IsServerError() bool
- func (o *RTRListFalconScriptsOK) IsSuccess() bool
- func (o *RTRListFalconScriptsOK) String() string
- type RTRListFalconScriptsParams
- func NewRTRListFalconScriptsParams() *RTRListFalconScriptsParams
- func NewRTRListFalconScriptsParamsWithContext(ctx context.Context) *RTRListFalconScriptsParams
- func NewRTRListFalconScriptsParamsWithHTTPClient(client *http.Client) *RTRListFalconScriptsParams
- func NewRTRListFalconScriptsParamsWithTimeout(timeout time.Duration) *RTRListFalconScriptsParams
- func (o *RTRListFalconScriptsParams) SetContext(ctx context.Context)
- func (o *RTRListFalconScriptsParams) SetDefaults()
- func (o *RTRListFalconScriptsParams) SetFilter(filter *string)
- func (o *RTRListFalconScriptsParams) SetHTTPClient(client *http.Client)
- func (o *RTRListFalconScriptsParams) SetLimit(limit *int64)
- func (o *RTRListFalconScriptsParams) SetOffset(offset *int64)
- func (o *RTRListFalconScriptsParams) SetSort(sort *string)
- func (o *RTRListFalconScriptsParams) SetTimeout(timeout time.Duration)
- func (o *RTRListFalconScriptsParams) WithContext(ctx context.Context) *RTRListFalconScriptsParams
- func (o *RTRListFalconScriptsParams) WithDefaults() *RTRListFalconScriptsParams
- func (o *RTRListFalconScriptsParams) WithFilter(filter *string) *RTRListFalconScriptsParams
- func (o *RTRListFalconScriptsParams) WithHTTPClient(client *http.Client) *RTRListFalconScriptsParams
- func (o *RTRListFalconScriptsParams) WithLimit(limit *int64) *RTRListFalconScriptsParams
- func (o *RTRListFalconScriptsParams) WithOffset(offset *int64) *RTRListFalconScriptsParams
- func (o *RTRListFalconScriptsParams) WithSort(sort *string) *RTRListFalconScriptsParams
- func (o *RTRListFalconScriptsParams) WithTimeout(timeout time.Duration) *RTRListFalconScriptsParams
- func (o *RTRListFalconScriptsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RTRListFalconScriptsReader
- type RTRListFalconScriptsTooManyRequests
- func (o *RTRListFalconScriptsTooManyRequests) Code() int
- func (o *RTRListFalconScriptsTooManyRequests) Error() string
- func (o *RTRListFalconScriptsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *RTRListFalconScriptsTooManyRequests) IsClientError() bool
- func (o *RTRListFalconScriptsTooManyRequests) IsCode(code int) bool
- func (o *RTRListFalconScriptsTooManyRequests) IsRedirect() bool
- func (o *RTRListFalconScriptsTooManyRequests) IsServerError() bool
- func (o *RTRListFalconScriptsTooManyRequests) IsSuccess() bool
- func (o *RTRListFalconScriptsTooManyRequests) String() string
- type RTRListPutFilesBadRequest
- func (o *RTRListPutFilesBadRequest) Code() int
- func (o *RTRListPutFilesBadRequest) Error() string
- func (o *RTRListPutFilesBadRequest) GetPayload() *models.DomainAPIError
- func (o *RTRListPutFilesBadRequest) IsClientError() bool
- func (o *RTRListPutFilesBadRequest) IsCode(code int) bool
- func (o *RTRListPutFilesBadRequest) IsRedirect() bool
- func (o *RTRListPutFilesBadRequest) IsServerError() bool
- func (o *RTRListPutFilesBadRequest) IsSuccess() bool
- func (o *RTRListPutFilesBadRequest) String() string
- type RTRListPutFilesForbidden
- func (o *RTRListPutFilesForbidden) Code() int
- func (o *RTRListPutFilesForbidden) Error() string
- func (o *RTRListPutFilesForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *RTRListPutFilesForbidden) IsClientError() bool
- func (o *RTRListPutFilesForbidden) IsCode(code int) bool
- func (o *RTRListPutFilesForbidden) IsRedirect() bool
- func (o *RTRListPutFilesForbidden) IsServerError() bool
- func (o *RTRListPutFilesForbidden) IsSuccess() bool
- func (o *RTRListPutFilesForbidden) String() string
- type RTRListPutFilesNotFound
- func (o *RTRListPutFilesNotFound) Code() int
- func (o *RTRListPutFilesNotFound) Error() string
- func (o *RTRListPutFilesNotFound) GetPayload() *models.DomainAPIError
- func (o *RTRListPutFilesNotFound) IsClientError() bool
- func (o *RTRListPutFilesNotFound) IsCode(code int) bool
- func (o *RTRListPutFilesNotFound) IsRedirect() bool
- func (o *RTRListPutFilesNotFound) IsServerError() bool
- func (o *RTRListPutFilesNotFound) IsSuccess() bool
- func (o *RTRListPutFilesNotFound) String() string
- type RTRListPutFilesOK
- func (o *RTRListPutFilesOK) Code() int
- func (o *RTRListPutFilesOK) Error() string
- func (o *RTRListPutFilesOK) GetPayload() *models.BinservapiMsaPutFileResponse
- func (o *RTRListPutFilesOK) IsClientError() bool
- func (o *RTRListPutFilesOK) IsCode(code int) bool
- func (o *RTRListPutFilesOK) IsRedirect() bool
- func (o *RTRListPutFilesOK) IsServerError() bool
- func (o *RTRListPutFilesOK) IsSuccess() bool
- func (o *RTRListPutFilesOK) String() string
- type RTRListPutFilesParams
- func NewRTRListPutFilesParams() *RTRListPutFilesParams
- func NewRTRListPutFilesParamsWithContext(ctx context.Context) *RTRListPutFilesParams
- func NewRTRListPutFilesParamsWithHTTPClient(client *http.Client) *RTRListPutFilesParams
- func NewRTRListPutFilesParamsWithTimeout(timeout time.Duration) *RTRListPutFilesParams
- func (o *RTRListPutFilesParams) SetContext(ctx context.Context)
- func (o *RTRListPutFilesParams) SetDefaults()
- func (o *RTRListPutFilesParams) SetFilter(filter *string)
- func (o *RTRListPutFilesParams) SetHTTPClient(client *http.Client)
- func (o *RTRListPutFilesParams) SetLimit(limit *int64)
- func (o *RTRListPutFilesParams) SetOffset(offset *string)
- func (o *RTRListPutFilesParams) SetSort(sort *string)
- func (o *RTRListPutFilesParams) SetTimeout(timeout time.Duration)
- func (o *RTRListPutFilesParams) WithContext(ctx context.Context) *RTRListPutFilesParams
- func (o *RTRListPutFilesParams) WithDefaults() *RTRListPutFilesParams
- func (o *RTRListPutFilesParams) WithFilter(filter *string) *RTRListPutFilesParams
- func (o *RTRListPutFilesParams) WithHTTPClient(client *http.Client) *RTRListPutFilesParams
- func (o *RTRListPutFilesParams) WithLimit(limit *int64) *RTRListPutFilesParams
- func (o *RTRListPutFilesParams) WithOffset(offset *string) *RTRListPutFilesParams
- func (o *RTRListPutFilesParams) WithSort(sort *string) *RTRListPutFilesParams
- func (o *RTRListPutFilesParams) WithTimeout(timeout time.Duration) *RTRListPutFilesParams
- func (o *RTRListPutFilesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RTRListPutFilesReader
- type RTRListPutFilesTooManyRequests
- func (o *RTRListPutFilesTooManyRequests) Code() int
- func (o *RTRListPutFilesTooManyRequests) Error() string
- func (o *RTRListPutFilesTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *RTRListPutFilesTooManyRequests) IsClientError() bool
- func (o *RTRListPutFilesTooManyRequests) IsCode(code int) bool
- func (o *RTRListPutFilesTooManyRequests) IsRedirect() bool
- func (o *RTRListPutFilesTooManyRequests) IsServerError() bool
- func (o *RTRListPutFilesTooManyRequests) IsSuccess() bool
- func (o *RTRListPutFilesTooManyRequests) String() string
- type RTRListScriptsBadRequest
- func (o *RTRListScriptsBadRequest) Code() int
- func (o *RTRListScriptsBadRequest) Error() string
- func (o *RTRListScriptsBadRequest) GetPayload() *models.DomainAPIError
- func (o *RTRListScriptsBadRequest) IsClientError() bool
- func (o *RTRListScriptsBadRequest) IsCode(code int) bool
- func (o *RTRListScriptsBadRequest) IsRedirect() bool
- func (o *RTRListScriptsBadRequest) IsServerError() bool
- func (o *RTRListScriptsBadRequest) IsSuccess() bool
- func (o *RTRListScriptsBadRequest) String() string
- type RTRListScriptsForbidden
- func (o *RTRListScriptsForbidden) Code() int
- func (o *RTRListScriptsForbidden) Error() string
- func (o *RTRListScriptsForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *RTRListScriptsForbidden) IsClientError() bool
- func (o *RTRListScriptsForbidden) IsCode(code int) bool
- func (o *RTRListScriptsForbidden) IsRedirect() bool
- func (o *RTRListScriptsForbidden) IsServerError() bool
- func (o *RTRListScriptsForbidden) IsSuccess() bool
- func (o *RTRListScriptsForbidden) String() string
- type RTRListScriptsNotFound
- func (o *RTRListScriptsNotFound) Code() int
- func (o *RTRListScriptsNotFound) Error() string
- func (o *RTRListScriptsNotFound) GetPayload() *models.DomainAPIError
- func (o *RTRListScriptsNotFound) IsClientError() bool
- func (o *RTRListScriptsNotFound) IsCode(code int) bool
- func (o *RTRListScriptsNotFound) IsRedirect() bool
- func (o *RTRListScriptsNotFound) IsServerError() bool
- func (o *RTRListScriptsNotFound) IsSuccess() bool
- func (o *RTRListScriptsNotFound) String() string
- type RTRListScriptsOK
- func (o *RTRListScriptsOK) Code() int
- func (o *RTRListScriptsOK) Error() string
- func (o *RTRListScriptsOK) GetPayload() *models.BinservapiMsaPutFileResponse
- func (o *RTRListScriptsOK) IsClientError() bool
- func (o *RTRListScriptsOK) IsCode(code int) bool
- func (o *RTRListScriptsOK) IsRedirect() bool
- func (o *RTRListScriptsOK) IsServerError() bool
- func (o *RTRListScriptsOK) IsSuccess() bool
- func (o *RTRListScriptsOK) String() string
- type RTRListScriptsParams
- func NewRTRListScriptsParams() *RTRListScriptsParams
- func NewRTRListScriptsParamsWithContext(ctx context.Context) *RTRListScriptsParams
- func NewRTRListScriptsParamsWithHTTPClient(client *http.Client) *RTRListScriptsParams
- func NewRTRListScriptsParamsWithTimeout(timeout time.Duration) *RTRListScriptsParams
- func (o *RTRListScriptsParams) SetContext(ctx context.Context)
- func (o *RTRListScriptsParams) SetDefaults()
- func (o *RTRListScriptsParams) SetFilter(filter *string)
- func (o *RTRListScriptsParams) SetHTTPClient(client *http.Client)
- func (o *RTRListScriptsParams) SetLimit(limit *int64)
- func (o *RTRListScriptsParams) SetOffset(offset *string)
- func (o *RTRListScriptsParams) SetSort(sort *string)
- func (o *RTRListScriptsParams) SetTimeout(timeout time.Duration)
- func (o *RTRListScriptsParams) WithContext(ctx context.Context) *RTRListScriptsParams
- func (o *RTRListScriptsParams) WithDefaults() *RTRListScriptsParams
- func (o *RTRListScriptsParams) WithFilter(filter *string) *RTRListScriptsParams
- func (o *RTRListScriptsParams) WithHTTPClient(client *http.Client) *RTRListScriptsParams
- func (o *RTRListScriptsParams) WithLimit(limit *int64) *RTRListScriptsParams
- func (o *RTRListScriptsParams) WithOffset(offset *string) *RTRListScriptsParams
- func (o *RTRListScriptsParams) WithSort(sort *string) *RTRListScriptsParams
- func (o *RTRListScriptsParams) WithTimeout(timeout time.Duration) *RTRListScriptsParams
- func (o *RTRListScriptsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RTRListScriptsReader
- type RTRListScriptsTooManyRequests
- func (o *RTRListScriptsTooManyRequests) Code() int
- func (o *RTRListScriptsTooManyRequests) Error() string
- func (o *RTRListScriptsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *RTRListScriptsTooManyRequests) IsClientError() bool
- func (o *RTRListScriptsTooManyRequests) IsCode(code int) bool
- func (o *RTRListScriptsTooManyRequests) IsRedirect() bool
- func (o *RTRListScriptsTooManyRequests) IsServerError() bool
- func (o *RTRListScriptsTooManyRequests) IsSuccess() bool
- func (o *RTRListScriptsTooManyRequests) String() string
- type RTRUpdateScriptsAccepted
- func (o *RTRUpdateScriptsAccepted) Code() int
- func (o *RTRUpdateScriptsAccepted) Error() string
- func (o *RTRUpdateScriptsAccepted) GetPayload() *models.MsaReplyMetaOnly
- func (o *RTRUpdateScriptsAccepted) IsClientError() bool
- func (o *RTRUpdateScriptsAccepted) IsCode(code int) bool
- func (o *RTRUpdateScriptsAccepted) IsRedirect() bool
- func (o *RTRUpdateScriptsAccepted) IsServerError() bool
- func (o *RTRUpdateScriptsAccepted) IsSuccess() bool
- func (o *RTRUpdateScriptsAccepted) String() string
- type RTRUpdateScriptsBadRequest
- func (o *RTRUpdateScriptsBadRequest) Code() int
- func (o *RTRUpdateScriptsBadRequest) Error() string
- func (o *RTRUpdateScriptsBadRequest) GetPayload() *models.DomainAPIError
- func (o *RTRUpdateScriptsBadRequest) IsClientError() bool
- func (o *RTRUpdateScriptsBadRequest) IsCode(code int) bool
- func (o *RTRUpdateScriptsBadRequest) IsRedirect() bool
- func (o *RTRUpdateScriptsBadRequest) IsServerError() bool
- func (o *RTRUpdateScriptsBadRequest) IsSuccess() bool
- func (o *RTRUpdateScriptsBadRequest) String() string
- type RTRUpdateScriptsForbidden
- func (o *RTRUpdateScriptsForbidden) Code() int
- func (o *RTRUpdateScriptsForbidden) Error() string
- func (o *RTRUpdateScriptsForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *RTRUpdateScriptsForbidden) IsClientError() bool
- func (o *RTRUpdateScriptsForbidden) IsCode(code int) bool
- func (o *RTRUpdateScriptsForbidden) IsRedirect() bool
- func (o *RTRUpdateScriptsForbidden) IsServerError() bool
- func (o *RTRUpdateScriptsForbidden) IsSuccess() bool
- func (o *RTRUpdateScriptsForbidden) String() string
- type RTRUpdateScriptsParams
- func NewRTRUpdateScriptsParams() *RTRUpdateScriptsParams
- func NewRTRUpdateScriptsParamsWithContext(ctx context.Context) *RTRUpdateScriptsParams
- func NewRTRUpdateScriptsParamsWithHTTPClient(client *http.Client) *RTRUpdateScriptsParams
- func NewRTRUpdateScriptsParamsWithTimeout(timeout time.Duration) *RTRUpdateScriptsParams
- func (o *RTRUpdateScriptsParams) SetCommentsForAuditLog(commentsForAuditLog *string)
- func (o *RTRUpdateScriptsParams) SetContent(content *string)
- func (o *RTRUpdateScriptsParams) SetContext(ctx context.Context)
- func (o *RTRUpdateScriptsParams) SetDefaults()
- func (o *RTRUpdateScriptsParams) SetDescription(description *string)
- func (o *RTRUpdateScriptsParams) SetFile(file runtime.NamedReadCloser)
- func (o *RTRUpdateScriptsParams) SetHTTPClient(client *http.Client)
- func (o *RTRUpdateScriptsParams) SetID(id string)
- func (o *RTRUpdateScriptsParams) SetName(name *string)
- func (o *RTRUpdateScriptsParams) SetPermissionType(permissionType *string)
- func (o *RTRUpdateScriptsParams) SetPlatform(platform []string)
- func (o *RTRUpdateScriptsParams) SetTimeout(timeout time.Duration)
- func (o *RTRUpdateScriptsParams) WithCommentsForAuditLog(commentsForAuditLog *string) *RTRUpdateScriptsParams
- func (o *RTRUpdateScriptsParams) WithContent(content *string) *RTRUpdateScriptsParams
- func (o *RTRUpdateScriptsParams) WithContext(ctx context.Context) *RTRUpdateScriptsParams
- func (o *RTRUpdateScriptsParams) WithDefaults() *RTRUpdateScriptsParams
- func (o *RTRUpdateScriptsParams) WithDescription(description *string) *RTRUpdateScriptsParams
- func (o *RTRUpdateScriptsParams) WithFile(file runtime.NamedReadCloser) *RTRUpdateScriptsParams
- func (o *RTRUpdateScriptsParams) WithHTTPClient(client *http.Client) *RTRUpdateScriptsParams
- func (o *RTRUpdateScriptsParams) WithID(id string) *RTRUpdateScriptsParams
- func (o *RTRUpdateScriptsParams) WithName(name *string) *RTRUpdateScriptsParams
- func (o *RTRUpdateScriptsParams) WithPermissionType(permissionType *string) *RTRUpdateScriptsParams
- func (o *RTRUpdateScriptsParams) WithPlatform(platform []string) *RTRUpdateScriptsParams
- func (o *RTRUpdateScriptsParams) WithTimeout(timeout time.Duration) *RTRUpdateScriptsParams
- func (o *RTRUpdateScriptsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RTRUpdateScriptsReader
- type RTRUpdateScriptsTooManyRequests
- func (o *RTRUpdateScriptsTooManyRequests) Code() int
- func (o *RTRUpdateScriptsTooManyRequests) Error() string
- func (o *RTRUpdateScriptsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *RTRUpdateScriptsTooManyRequests) IsClientError() bool
- func (o *RTRUpdateScriptsTooManyRequests) IsCode(code int) bool
- func (o *RTRUpdateScriptsTooManyRequests) IsRedirect() bool
- func (o *RTRUpdateScriptsTooManyRequests) IsServerError() bool
- func (o *RTRUpdateScriptsTooManyRequests) IsSuccess() bool
- func (o *RTRUpdateScriptsTooManyRequests) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BatchAdminCmdBadRequest ¶
type BatchAdminCmdBadRequest 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.DomainAPIError }
BatchAdminCmdBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewBatchAdminCmdBadRequest ¶
func NewBatchAdminCmdBadRequest() *BatchAdminCmdBadRequest
NewBatchAdminCmdBadRequest creates a BatchAdminCmdBadRequest with default headers values
func (*BatchAdminCmdBadRequest) Code ¶
func (o *BatchAdminCmdBadRequest) Code() int
Code gets the status code for the batch admin cmd bad request response
func (*BatchAdminCmdBadRequest) Error ¶
func (o *BatchAdminCmdBadRequest) Error() string
func (*BatchAdminCmdBadRequest) GetPayload ¶
func (o *BatchAdminCmdBadRequest) GetPayload() *models.DomainAPIError
func (*BatchAdminCmdBadRequest) IsClientError ¶
func (o *BatchAdminCmdBadRequest) IsClientError() bool
IsClientError returns true when this batch admin cmd bad request response has a 4xx status code
func (*BatchAdminCmdBadRequest) IsCode ¶
func (o *BatchAdminCmdBadRequest) IsCode(code int) bool
IsCode returns true when this batch admin cmd bad request response a status code equal to that given
func (*BatchAdminCmdBadRequest) IsRedirect ¶
func (o *BatchAdminCmdBadRequest) IsRedirect() bool
IsRedirect returns true when this batch admin cmd bad request response has a 3xx status code
func (*BatchAdminCmdBadRequest) IsServerError ¶
func (o *BatchAdminCmdBadRequest) IsServerError() bool
IsServerError returns true when this batch admin cmd bad request response has a 5xx status code
func (*BatchAdminCmdBadRequest) IsSuccess ¶
func (o *BatchAdminCmdBadRequest) IsSuccess() bool
IsSuccess returns true when this batch admin cmd bad request response has a 2xx status code
func (*BatchAdminCmdBadRequest) String ¶
func (o *BatchAdminCmdBadRequest) String() string
type BatchAdminCmdCreated ¶
type BatchAdminCmdCreated 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.DomainMultiCommandExecuteResponseWrapper }
BatchAdminCmdCreated describes a response with status code 201, with default header values.
Created
func NewBatchAdminCmdCreated ¶
func NewBatchAdminCmdCreated() *BatchAdminCmdCreated
NewBatchAdminCmdCreated creates a BatchAdminCmdCreated with default headers values
func (*BatchAdminCmdCreated) Code ¶
func (o *BatchAdminCmdCreated) Code() int
Code gets the status code for the batch admin cmd created response
func (*BatchAdminCmdCreated) Error ¶
func (o *BatchAdminCmdCreated) Error() string
func (*BatchAdminCmdCreated) GetPayload ¶
func (o *BatchAdminCmdCreated) GetPayload() *models.DomainMultiCommandExecuteResponseWrapper
func (*BatchAdminCmdCreated) IsClientError ¶
func (o *BatchAdminCmdCreated) IsClientError() bool
IsClientError returns true when this batch admin cmd created response has a 4xx status code
func (*BatchAdminCmdCreated) IsCode ¶
func (o *BatchAdminCmdCreated) IsCode(code int) bool
IsCode returns true when this batch admin cmd created response a status code equal to that given
func (*BatchAdminCmdCreated) IsRedirect ¶
func (o *BatchAdminCmdCreated) IsRedirect() bool
IsRedirect returns true when this batch admin cmd created response has a 3xx status code
func (*BatchAdminCmdCreated) IsServerError ¶
func (o *BatchAdminCmdCreated) IsServerError() bool
IsServerError returns true when this batch admin cmd created response has a 5xx status code
func (*BatchAdminCmdCreated) IsSuccess ¶
func (o *BatchAdminCmdCreated) IsSuccess() bool
IsSuccess returns true when this batch admin cmd created response has a 2xx status code
func (*BatchAdminCmdCreated) String ¶
func (o *BatchAdminCmdCreated) String() string
type BatchAdminCmdForbidden ¶
type BatchAdminCmdForbidden 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.MsaErrorsOnly }
BatchAdminCmdForbidden describes a response with status code 403, with default header values.
Forbidden
func NewBatchAdminCmdForbidden ¶
func NewBatchAdminCmdForbidden() *BatchAdminCmdForbidden
NewBatchAdminCmdForbidden creates a BatchAdminCmdForbidden with default headers values
func (*BatchAdminCmdForbidden) Code ¶
func (o *BatchAdminCmdForbidden) Code() int
Code gets the status code for the batch admin cmd forbidden response
func (*BatchAdminCmdForbidden) Error ¶
func (o *BatchAdminCmdForbidden) Error() string
func (*BatchAdminCmdForbidden) GetPayload ¶
func (o *BatchAdminCmdForbidden) GetPayload() *models.MsaErrorsOnly
func (*BatchAdminCmdForbidden) IsClientError ¶
func (o *BatchAdminCmdForbidden) IsClientError() bool
IsClientError returns true when this batch admin cmd forbidden response has a 4xx status code
func (*BatchAdminCmdForbidden) IsCode ¶
func (o *BatchAdminCmdForbidden) IsCode(code int) bool
IsCode returns true when this batch admin cmd forbidden response a status code equal to that given
func (*BatchAdminCmdForbidden) IsRedirect ¶
func (o *BatchAdminCmdForbidden) IsRedirect() bool
IsRedirect returns true when this batch admin cmd forbidden response has a 3xx status code
func (*BatchAdminCmdForbidden) IsServerError ¶
func (o *BatchAdminCmdForbidden) IsServerError() bool
IsServerError returns true when this batch admin cmd forbidden response has a 5xx status code
func (*BatchAdminCmdForbidden) IsSuccess ¶
func (o *BatchAdminCmdForbidden) IsSuccess() bool
IsSuccess returns true when this batch admin cmd forbidden response has a 2xx status code
func (*BatchAdminCmdForbidden) String ¶
func (o *BatchAdminCmdForbidden) String() string
type BatchAdminCmdInternalServerError ¶
type BatchAdminCmdInternalServerError 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.DomainAPIError }
BatchAdminCmdInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewBatchAdminCmdInternalServerError ¶
func NewBatchAdminCmdInternalServerError() *BatchAdminCmdInternalServerError
NewBatchAdminCmdInternalServerError creates a BatchAdminCmdInternalServerError with default headers values
func (*BatchAdminCmdInternalServerError) Code ¶
func (o *BatchAdminCmdInternalServerError) Code() int
Code gets the status code for the batch admin cmd internal server error response
func (*BatchAdminCmdInternalServerError) Error ¶
func (o *BatchAdminCmdInternalServerError) Error() string
func (*BatchAdminCmdInternalServerError) GetPayload ¶
func (o *BatchAdminCmdInternalServerError) GetPayload() *models.DomainAPIError
func (*BatchAdminCmdInternalServerError) IsClientError ¶
func (o *BatchAdminCmdInternalServerError) IsClientError() bool
IsClientError returns true when this batch admin cmd internal server error response has a 4xx status code
func (*BatchAdminCmdInternalServerError) IsCode ¶
func (o *BatchAdminCmdInternalServerError) IsCode(code int) bool
IsCode returns true when this batch admin cmd internal server error response a status code equal to that given
func (*BatchAdminCmdInternalServerError) IsRedirect ¶
func (o *BatchAdminCmdInternalServerError) IsRedirect() bool
IsRedirect returns true when this batch admin cmd internal server error response has a 3xx status code
func (*BatchAdminCmdInternalServerError) IsServerError ¶
func (o *BatchAdminCmdInternalServerError) IsServerError() bool
IsServerError returns true when this batch admin cmd internal server error response has a 5xx status code
func (*BatchAdminCmdInternalServerError) IsSuccess ¶
func (o *BatchAdminCmdInternalServerError) IsSuccess() bool
IsSuccess returns true when this batch admin cmd internal server error response has a 2xx status code
func (*BatchAdminCmdInternalServerError) String ¶
func (o *BatchAdminCmdInternalServerError) String() string
type BatchAdminCmdParams ¶
type BatchAdminCmdParams struct { /* Body. Use this endpoint to run these [real time response commands](https://falcon.crowdstrike.com/documentation/page/b8c1738c/real-time-response-and-network-containment#k893b7c0): - `cat` - `cd` - `clear` - `cp` - `encrypt` - `env` - `eventlog` - `filehash` - `get` - `getsid` - `help` - `history` - `ipconfig` - `kill` - `ls` - `map` - `memdump` - `mkdir` - `mount` - `mv` - `netstat` - `ps` - `put` - `reg query` - `reg set` - `reg delete` - `reg load` - `reg unload` - `restart` - `rm` - `run` - `runscript` - `shutdown` - `unmap` - `update history` - `update install` - `update list` - `update query` - `xmemdump` - `zip` **`base_command`** Active-Responder command type we are going to execute, for example: `get` or `cp`. Refer to the RTR documentation for the full list of commands. **`batch_id`** Batch ID to execute the command on. Received from `/real-time-response/combined/batch-init-session/v1`. **`command_string`** Full command string for the command. For example `get some_file.txt` **`optional_hosts`** List of a subset of hosts we want to run the command on. If this list is supplied, only these hosts will receive the command. */ Body *models.DomainBatchExecuteCommandRequest /* HostTimeoutDuration. Timeout duration for how long a host has time to complete processing. Default value is a bit less than the overall timeout value. It cannot be greater than the overall request timeout. Maximum is < 5 minutes. Example, `10s`. Valid units: `ns, us, ms, s, m, h`. Default: "tiny bit less than overall request timeout" */ HostTimeoutDuration *string /* Timeout. Timeout for how long to wait for the request in seconds, default timeout is 30 seconds. Maximum is 5 minutes. Default: 30 */ Timeout *int64 /* TimeoutDuration. Timeout duration for how long to wait for the request in duration syntax. Example, `10s`. Valid units: `ns, us, ms, s, m, h`. Maximum is 5 minutes. Default: "30s" */ TimeoutDuration *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
BatchAdminCmdParams contains all the parameters to send to the API endpoint
for the batch admin cmd operation. Typically these are written to a http.Request.
func NewBatchAdminCmdParams ¶
func NewBatchAdminCmdParams() *BatchAdminCmdParams
NewBatchAdminCmdParams creates a new BatchAdminCmdParams 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 NewBatchAdminCmdParamsWithContext ¶
func NewBatchAdminCmdParamsWithContext(ctx context.Context) *BatchAdminCmdParams
NewBatchAdminCmdParamsWithContext creates a new BatchAdminCmdParams object with the ability to set a context for a request.
func NewBatchAdminCmdParamsWithHTTPClient ¶
func NewBatchAdminCmdParamsWithHTTPClient(client *http.Client) *BatchAdminCmdParams
NewBatchAdminCmdParamsWithHTTPClient creates a new BatchAdminCmdParams object with the ability to set a custom HTTPClient for a request.
func NewBatchAdminCmdParamsWithTimeout ¶
func NewBatchAdminCmdParamsWithTimeout(timeout time.Duration) *BatchAdminCmdParams
NewBatchAdminCmdParamsWithTimeout creates a new BatchAdminCmdParams object with the ability to set a timeout on a request.
func (*BatchAdminCmdParams) SetBody ¶
func (o *BatchAdminCmdParams) SetBody(body *models.DomainBatchExecuteCommandRequest)
SetBody adds the body to the batch admin cmd params
func (*BatchAdminCmdParams) SetContext ¶
func (o *BatchAdminCmdParams) SetContext(ctx context.Context)
SetContext adds the context to the batch admin cmd params
func (*BatchAdminCmdParams) SetDefaults ¶
func (o *BatchAdminCmdParams) SetDefaults()
SetDefaults hydrates default values in the batch admin cmd params (not the query body).
All values with no default are reset to their zero value.
func (*BatchAdminCmdParams) SetHTTPClient ¶
func (o *BatchAdminCmdParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the batch admin cmd params
func (*BatchAdminCmdParams) SetHostTimeoutDuration ¶
func (o *BatchAdminCmdParams) SetHostTimeoutDuration(hostTimeoutDuration *string)
SetHostTimeoutDuration adds the hostTimeoutDuration to the batch admin cmd params
func (*BatchAdminCmdParams) SetRequestTimeout ¶
func (o *BatchAdminCmdParams) SetRequestTimeout(timeout time.Duration)
SetRequestTimeout adds the timeout to the batch admin cmd params
func (*BatchAdminCmdParams) SetTimeout ¶
func (o *BatchAdminCmdParams) SetTimeout(timeout *int64)
SetTimeout adds the timeout to the batch admin cmd params
func (*BatchAdminCmdParams) SetTimeoutDuration ¶
func (o *BatchAdminCmdParams) SetTimeoutDuration(timeoutDuration *string)
SetTimeoutDuration adds the timeoutDuration to the batch admin cmd params
func (*BatchAdminCmdParams) WithBody ¶
func (o *BatchAdminCmdParams) WithBody(body *models.DomainBatchExecuteCommandRequest) *BatchAdminCmdParams
WithBody adds the body to the batch admin cmd params
func (*BatchAdminCmdParams) WithContext ¶
func (o *BatchAdminCmdParams) WithContext(ctx context.Context) *BatchAdminCmdParams
WithContext adds the context to the batch admin cmd params
func (*BatchAdminCmdParams) WithDefaults ¶
func (o *BatchAdminCmdParams) WithDefaults() *BatchAdminCmdParams
WithDefaults hydrates default values in the batch admin cmd params (not the query body).
All values with no default are reset to their zero value.
func (*BatchAdminCmdParams) WithHTTPClient ¶
func (o *BatchAdminCmdParams) WithHTTPClient(client *http.Client) *BatchAdminCmdParams
WithHTTPClient adds the HTTPClient to the batch admin cmd params
func (*BatchAdminCmdParams) WithHostTimeoutDuration ¶
func (o *BatchAdminCmdParams) WithHostTimeoutDuration(hostTimeoutDuration *string) *BatchAdminCmdParams
WithHostTimeoutDuration adds the hostTimeoutDuration to the batch admin cmd params
func (*BatchAdminCmdParams) WithRequestTimeout ¶
func (o *BatchAdminCmdParams) WithRequestTimeout(timeout time.Duration) *BatchAdminCmdParams
WithRequestTimeout adds the timeout to the batch admin cmd params
func (*BatchAdminCmdParams) WithTimeout ¶
func (o *BatchAdminCmdParams) WithTimeout(timeout *int64) *BatchAdminCmdParams
WithTimeout adds the timeout to the batch admin cmd params
func (*BatchAdminCmdParams) WithTimeoutDuration ¶
func (o *BatchAdminCmdParams) WithTimeoutDuration(timeoutDuration *string) *BatchAdminCmdParams
WithTimeoutDuration adds the timeoutDuration to the batch admin cmd params
func (*BatchAdminCmdParams) WriteToRequest ¶
func (o *BatchAdminCmdParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type BatchAdminCmdReader ¶
type BatchAdminCmdReader struct {
// contains filtered or unexported fields
}
BatchAdminCmdReader is a Reader for the BatchAdminCmd structure.
func (*BatchAdminCmdReader) ReadResponse ¶
func (o *BatchAdminCmdReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type BatchAdminCmdTooManyRequests ¶
type BatchAdminCmdTooManyRequests 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 }
BatchAdminCmdTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewBatchAdminCmdTooManyRequests ¶
func NewBatchAdminCmdTooManyRequests() *BatchAdminCmdTooManyRequests
NewBatchAdminCmdTooManyRequests creates a BatchAdminCmdTooManyRequests with default headers values
func (*BatchAdminCmdTooManyRequests) Code ¶
func (o *BatchAdminCmdTooManyRequests) Code() int
Code gets the status code for the batch admin cmd too many requests response
func (*BatchAdminCmdTooManyRequests) Error ¶
func (o *BatchAdminCmdTooManyRequests) Error() string
func (*BatchAdminCmdTooManyRequests) GetPayload ¶
func (o *BatchAdminCmdTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*BatchAdminCmdTooManyRequests) IsClientError ¶
func (o *BatchAdminCmdTooManyRequests) IsClientError() bool
IsClientError returns true when this batch admin cmd too many requests response has a 4xx status code
func (*BatchAdminCmdTooManyRequests) IsCode ¶
func (o *BatchAdminCmdTooManyRequests) IsCode(code int) bool
IsCode returns true when this batch admin cmd too many requests response a status code equal to that given
func (*BatchAdminCmdTooManyRequests) IsRedirect ¶
func (o *BatchAdminCmdTooManyRequests) IsRedirect() bool
IsRedirect returns true when this batch admin cmd too many requests response has a 3xx status code
func (*BatchAdminCmdTooManyRequests) IsServerError ¶
func (o *BatchAdminCmdTooManyRequests) IsServerError() bool
IsServerError returns true when this batch admin cmd too many requests response has a 5xx status code
func (*BatchAdminCmdTooManyRequests) IsSuccess ¶
func (o *BatchAdminCmdTooManyRequests) IsSuccess() bool
IsSuccess returns true when this batch admin cmd too many requests response has a 2xx status code
func (*BatchAdminCmdTooManyRequests) String ¶
func (o *BatchAdminCmdTooManyRequests) String() string
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for real time response admin API
func (*Client) BatchAdminCmd ¶
func (a *Client) BatchAdminCmd(params *BatchAdminCmdParams, opts ...ClientOption) (*BatchAdminCmdCreated, error)
BatchAdminCmd batches executes a r t r administrator command across the hosts mapped to the given batch ID
func (*Client) RTRCheckAdminCommandStatus ¶
func (a *Client) RTRCheckAdminCommandStatus(params *RTRCheckAdminCommandStatusParams, opts ...ClientOption) (*RTRCheckAdminCommandStatusOK, error)
RTRCheckAdminCommandStatus gets status of an executed r t r administrator command on a single host
func (*Client) RTRCreatePutFiles ¶
func (a *Client) RTRCreatePutFiles(params *RTRCreatePutFilesParams, opts ...ClientOption) (*RTRCreatePutFilesOK, error)
RTRCreatePutFiles uploads a new put file to use for the r t r put command
func (*Client) RTRCreateScripts ¶
func (a *Client) RTRCreateScripts(params *RTRCreateScriptsParams, opts ...ClientOption) (*RTRCreateScriptsOK, error)
RTRCreateScripts uploads a new custom script to use for the r t r runscript command
func (*Client) RTRDeletePutFiles ¶
func (a *Client) RTRDeletePutFiles(params *RTRDeletePutFilesParams, opts ...ClientOption) (*RTRDeletePutFilesOK, error)
RTRDeletePutFiles deletes a put file based on the ID given can only delete one file at a time
func (*Client) RTRDeleteScripts ¶
func (a *Client) RTRDeleteScripts(params *RTRDeleteScriptsParams, opts ...ClientOption) (*RTRDeleteScriptsOK, error)
RTRDeleteScripts deletes a custom script based on the ID given can only delete one script at a time
func (*Client) RTRExecuteAdminCommand ¶
func (a *Client) RTRExecuteAdminCommand(params *RTRExecuteAdminCommandParams, opts ...ClientOption) (*RTRExecuteAdminCommandCreated, error)
RTRExecuteAdminCommand executes a r t r administrator command on a single host
func (*Client) RTRGetFalconScripts ¶
func (a *Client) RTRGetFalconScripts(params *RTRGetFalconScriptsParams, opts ...ClientOption) (*RTRGetFalconScriptsOK, error)
RTRGetFalconScripts gets falcon scripts with metadata and content of script
func (*Client) RTRGetPutFiles ¶
func (a *Client) RTRGetPutFiles(params *RTRGetPutFilesParams, opts ...ClientOption) (*RTRGetPutFilesOK, error)
RTRGetPutFiles gets put files based on the ID s given these are used for the r t r put command
func (*Client) RTRGetPutFilesV2 ¶
func (a *Client) RTRGetPutFilesV2(params *RTRGetPutFilesV2Params, opts ...ClientOption) (*RTRGetPutFilesV2OK, error)
RTRGetPutFilesV2 gets put files based on the ID s given these are used for the r t r put command
func (*Client) RTRGetScripts ¶
func (a *Client) RTRGetScripts(params *RTRGetScriptsParams, opts ...ClientOption) (*RTRGetScriptsOK, error)
RTRGetScripts gets custom scripts based on the ID s given these are used for the r t r runscript command
func (*Client) RTRGetScriptsV2 ¶
func (a *Client) RTRGetScriptsV2(params *RTRGetScriptsV2Params, opts ...ClientOption) (*RTRGetScriptsV2OK, error)
RTRGetScriptsV2 gets custom scripts based on the ID s given these are used for the r t r runscript command
func (*Client) RTRListFalconScripts ¶
func (a *Client) RTRListFalconScripts(params *RTRListFalconScriptsParams, opts ...ClientOption) (*RTRListFalconScriptsOK, error)
RTRListFalconScripts gets a list of falcon script i ds available to the user to run
func (*Client) RTRListPutFiles ¶
func (a *Client) RTRListPutFiles(params *RTRListPutFilesParams, opts ...ClientOption) (*RTRListPutFilesOK, error)
RTRListPutFiles gets a list of put file ID s that are available to the user for the put command
func (*Client) RTRListScripts ¶
func (a *Client) RTRListScripts(params *RTRListScriptsParams, opts ...ClientOption) (*RTRListScriptsOK, error)
RTRListScripts gets a list of custom script ID s that are available to the user for the runscript command
func (*Client) RTRUpdateScripts ¶
func (a *Client) RTRUpdateScripts(params *RTRUpdateScriptsParams, opts ...ClientOption) (*RTRUpdateScriptsAccepted, error)
RTRUpdateScripts uploads a new scripts to replace an existing one
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 { BatchAdminCmd(params *BatchAdminCmdParams, opts ...ClientOption) (*BatchAdminCmdCreated, error) RTRCheckAdminCommandStatus(params *RTRCheckAdminCommandStatusParams, opts ...ClientOption) (*RTRCheckAdminCommandStatusOK, error) RTRCreatePutFiles(params *RTRCreatePutFilesParams, opts ...ClientOption) (*RTRCreatePutFilesOK, error) RTRCreateScripts(params *RTRCreateScriptsParams, opts ...ClientOption) (*RTRCreateScriptsOK, error) RTRDeletePutFiles(params *RTRDeletePutFilesParams, opts ...ClientOption) (*RTRDeletePutFilesOK, error) RTRDeleteScripts(params *RTRDeleteScriptsParams, opts ...ClientOption) (*RTRDeleteScriptsOK, error) RTRExecuteAdminCommand(params *RTRExecuteAdminCommandParams, opts ...ClientOption) (*RTRExecuteAdminCommandCreated, error) RTRGetFalconScripts(params *RTRGetFalconScriptsParams, opts ...ClientOption) (*RTRGetFalconScriptsOK, error) RTRGetPutFiles(params *RTRGetPutFilesParams, opts ...ClientOption) (*RTRGetPutFilesOK, error) RTRGetPutFilesV2(params *RTRGetPutFilesV2Params, opts ...ClientOption) (*RTRGetPutFilesV2OK, error) RTRGetScripts(params *RTRGetScriptsParams, opts ...ClientOption) (*RTRGetScriptsOK, error) RTRGetScriptsV2(params *RTRGetScriptsV2Params, opts ...ClientOption) (*RTRGetScriptsV2OK, error) RTRListFalconScripts(params *RTRListFalconScriptsParams, opts ...ClientOption) (*RTRListFalconScriptsOK, error) RTRListPutFiles(params *RTRListPutFilesParams, opts ...ClientOption) (*RTRListPutFilesOK, error) RTRListScripts(params *RTRListScriptsParams, opts ...ClientOption) (*RTRListScriptsOK, error) RTRUpdateScripts(params *RTRUpdateScriptsParams, opts ...ClientOption) (*RTRUpdateScriptsAccepted, 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 real time response admin API client.
type RTRCheckAdminCommandStatusForbidden ¶
type RTRCheckAdminCommandStatusForbidden 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 }
RTRCheckAdminCommandStatusForbidden describes a response with status code 403, with default header values.
Forbidden
func NewRTRCheckAdminCommandStatusForbidden ¶
func NewRTRCheckAdminCommandStatusForbidden() *RTRCheckAdminCommandStatusForbidden
NewRTRCheckAdminCommandStatusForbidden creates a RTRCheckAdminCommandStatusForbidden with default headers values
func (*RTRCheckAdminCommandStatusForbidden) Code ¶
func (o *RTRCheckAdminCommandStatusForbidden) Code() int
Code gets the status code for the r t r check admin command status forbidden response
func (*RTRCheckAdminCommandStatusForbidden) Error ¶
func (o *RTRCheckAdminCommandStatusForbidden) Error() string
func (*RTRCheckAdminCommandStatusForbidden) GetPayload ¶
func (o *RTRCheckAdminCommandStatusForbidden) GetPayload() *models.MsaReplyMetaOnly
func (*RTRCheckAdminCommandStatusForbidden) IsClientError ¶
func (o *RTRCheckAdminCommandStatusForbidden) IsClientError() bool
IsClientError returns true when this r t r check admin command status forbidden response has a 4xx status code
func (*RTRCheckAdminCommandStatusForbidden) IsCode ¶
func (o *RTRCheckAdminCommandStatusForbidden) IsCode(code int) bool
IsCode returns true when this r t r check admin command status forbidden response a status code equal to that given
func (*RTRCheckAdminCommandStatusForbidden) IsRedirect ¶
func (o *RTRCheckAdminCommandStatusForbidden) IsRedirect() bool
IsRedirect returns true when this r t r check admin command status forbidden response has a 3xx status code
func (*RTRCheckAdminCommandStatusForbidden) IsServerError ¶
func (o *RTRCheckAdminCommandStatusForbidden) IsServerError() bool
IsServerError returns true when this r t r check admin command status forbidden response has a 5xx status code
func (*RTRCheckAdminCommandStatusForbidden) IsSuccess ¶
func (o *RTRCheckAdminCommandStatusForbidden) IsSuccess() bool
IsSuccess returns true when this r t r check admin command status forbidden response has a 2xx status code
func (*RTRCheckAdminCommandStatusForbidden) String ¶
func (o *RTRCheckAdminCommandStatusForbidden) String() string
type RTRCheckAdminCommandStatusOK ¶
type RTRCheckAdminCommandStatusOK 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.DomainStatusResponseWrapper }
RTRCheckAdminCommandStatusOK describes a response with status code 200, with default header values.
success
func NewRTRCheckAdminCommandStatusOK ¶
func NewRTRCheckAdminCommandStatusOK() *RTRCheckAdminCommandStatusOK
NewRTRCheckAdminCommandStatusOK creates a RTRCheckAdminCommandStatusOK with default headers values
func (*RTRCheckAdminCommandStatusOK) Code ¶
func (o *RTRCheckAdminCommandStatusOK) Code() int
Code gets the status code for the r t r check admin command status o k response
func (*RTRCheckAdminCommandStatusOK) Error ¶
func (o *RTRCheckAdminCommandStatusOK) Error() string
func (*RTRCheckAdminCommandStatusOK) GetPayload ¶
func (o *RTRCheckAdminCommandStatusOK) GetPayload() *models.DomainStatusResponseWrapper
func (*RTRCheckAdminCommandStatusOK) IsClientError ¶
func (o *RTRCheckAdminCommandStatusOK) IsClientError() bool
IsClientError returns true when this r t r check admin command status o k response has a 4xx status code
func (*RTRCheckAdminCommandStatusOK) IsCode ¶
func (o *RTRCheckAdminCommandStatusOK) IsCode(code int) bool
IsCode returns true when this r t r check admin command status o k response a status code equal to that given
func (*RTRCheckAdminCommandStatusOK) IsRedirect ¶
func (o *RTRCheckAdminCommandStatusOK) IsRedirect() bool
IsRedirect returns true when this r t r check admin command status o k response has a 3xx status code
func (*RTRCheckAdminCommandStatusOK) IsServerError ¶
func (o *RTRCheckAdminCommandStatusOK) IsServerError() bool
IsServerError returns true when this r t r check admin command status o k response has a 5xx status code
func (*RTRCheckAdminCommandStatusOK) IsSuccess ¶
func (o *RTRCheckAdminCommandStatusOK) IsSuccess() bool
IsSuccess returns true when this r t r check admin command status o k response has a 2xx status code
func (*RTRCheckAdminCommandStatusOK) String ¶
func (o *RTRCheckAdminCommandStatusOK) String() string
type RTRCheckAdminCommandStatusParams ¶
type RTRCheckAdminCommandStatusParams struct { /* CloudRequestID. Cloud Request ID of the executed command to query */ CloudRequestID string /* SequenceID. Sequence ID that we want to retrieve. Command responses are chunked across sequences */ SequenceID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
RTRCheckAdminCommandStatusParams contains all the parameters to send to the API endpoint
for the r t r check admin command status operation. Typically these are written to a http.Request.
func NewRTRCheckAdminCommandStatusParams ¶
func NewRTRCheckAdminCommandStatusParams() *RTRCheckAdminCommandStatusParams
NewRTRCheckAdminCommandStatusParams creates a new RTRCheckAdminCommandStatusParams 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 NewRTRCheckAdminCommandStatusParamsWithContext ¶
func NewRTRCheckAdminCommandStatusParamsWithContext(ctx context.Context) *RTRCheckAdminCommandStatusParams
NewRTRCheckAdminCommandStatusParamsWithContext creates a new RTRCheckAdminCommandStatusParams object with the ability to set a context for a request.
func NewRTRCheckAdminCommandStatusParamsWithHTTPClient ¶
func NewRTRCheckAdminCommandStatusParamsWithHTTPClient(client *http.Client) *RTRCheckAdminCommandStatusParams
NewRTRCheckAdminCommandStatusParamsWithHTTPClient creates a new RTRCheckAdminCommandStatusParams object with the ability to set a custom HTTPClient for a request.
func NewRTRCheckAdminCommandStatusParamsWithTimeout ¶
func NewRTRCheckAdminCommandStatusParamsWithTimeout(timeout time.Duration) *RTRCheckAdminCommandStatusParams
NewRTRCheckAdminCommandStatusParamsWithTimeout creates a new RTRCheckAdminCommandStatusParams object with the ability to set a timeout on a request.
func (*RTRCheckAdminCommandStatusParams) SetCloudRequestID ¶
func (o *RTRCheckAdminCommandStatusParams) SetCloudRequestID(cloudRequestID string)
SetCloudRequestID adds the cloudRequestId to the r t r check admin command status params
func (*RTRCheckAdminCommandStatusParams) SetContext ¶
func (o *RTRCheckAdminCommandStatusParams) SetContext(ctx context.Context)
SetContext adds the context to the r t r check admin command status params
func (*RTRCheckAdminCommandStatusParams) SetDefaults ¶
func (o *RTRCheckAdminCommandStatusParams) SetDefaults()
SetDefaults hydrates default values in the r t r check admin command status params (not the query body).
All values with no default are reset to their zero value.
func (*RTRCheckAdminCommandStatusParams) SetHTTPClient ¶
func (o *RTRCheckAdminCommandStatusParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the r t r check admin command status params
func (*RTRCheckAdminCommandStatusParams) SetSequenceID ¶
func (o *RTRCheckAdminCommandStatusParams) SetSequenceID(sequenceID int64)
SetSequenceID adds the sequenceId to the r t r check admin command status params
func (*RTRCheckAdminCommandStatusParams) SetTimeout ¶
func (o *RTRCheckAdminCommandStatusParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the r t r check admin command status params
func (*RTRCheckAdminCommandStatusParams) WithCloudRequestID ¶
func (o *RTRCheckAdminCommandStatusParams) WithCloudRequestID(cloudRequestID string) *RTRCheckAdminCommandStatusParams
WithCloudRequestID adds the cloudRequestID to the r t r check admin command status params
func (*RTRCheckAdminCommandStatusParams) WithContext ¶
func (o *RTRCheckAdminCommandStatusParams) WithContext(ctx context.Context) *RTRCheckAdminCommandStatusParams
WithContext adds the context to the r t r check admin command status params
func (*RTRCheckAdminCommandStatusParams) WithDefaults ¶
func (o *RTRCheckAdminCommandStatusParams) WithDefaults() *RTRCheckAdminCommandStatusParams
WithDefaults hydrates default values in the r t r check admin command status params (not the query body).
All values with no default are reset to their zero value.
func (*RTRCheckAdminCommandStatusParams) WithHTTPClient ¶
func (o *RTRCheckAdminCommandStatusParams) WithHTTPClient(client *http.Client) *RTRCheckAdminCommandStatusParams
WithHTTPClient adds the HTTPClient to the r t r check admin command status params
func (*RTRCheckAdminCommandStatusParams) WithSequenceID ¶
func (o *RTRCheckAdminCommandStatusParams) WithSequenceID(sequenceID int64) *RTRCheckAdminCommandStatusParams
WithSequenceID adds the sequenceID to the r t r check admin command status params
func (*RTRCheckAdminCommandStatusParams) WithTimeout ¶
func (o *RTRCheckAdminCommandStatusParams) WithTimeout(timeout time.Duration) *RTRCheckAdminCommandStatusParams
WithTimeout adds the timeout to the r t r check admin command status params
func (*RTRCheckAdminCommandStatusParams) WriteToRequest ¶
func (o *RTRCheckAdminCommandStatusParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RTRCheckAdminCommandStatusReader ¶
type RTRCheckAdminCommandStatusReader struct {
// contains filtered or unexported fields
}
RTRCheckAdminCommandStatusReader is a Reader for the RTRCheckAdminCommandStatus structure.
func (*RTRCheckAdminCommandStatusReader) ReadResponse ¶
func (o *RTRCheckAdminCommandStatusReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type RTRCheckAdminCommandStatusTooManyRequests ¶
type RTRCheckAdminCommandStatusTooManyRequests 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 }
RTRCheckAdminCommandStatusTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewRTRCheckAdminCommandStatusTooManyRequests ¶
func NewRTRCheckAdminCommandStatusTooManyRequests() *RTRCheckAdminCommandStatusTooManyRequests
NewRTRCheckAdminCommandStatusTooManyRequests creates a RTRCheckAdminCommandStatusTooManyRequests with default headers values
func (*RTRCheckAdminCommandStatusTooManyRequests) Code ¶
func (o *RTRCheckAdminCommandStatusTooManyRequests) Code() int
Code gets the status code for the r t r check admin command status too many requests response
func (*RTRCheckAdminCommandStatusTooManyRequests) Error ¶
func (o *RTRCheckAdminCommandStatusTooManyRequests) Error() string
func (*RTRCheckAdminCommandStatusTooManyRequests) GetPayload ¶
func (o *RTRCheckAdminCommandStatusTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*RTRCheckAdminCommandStatusTooManyRequests) IsClientError ¶
func (o *RTRCheckAdminCommandStatusTooManyRequests) IsClientError() bool
IsClientError returns true when this r t r check admin command status too many requests response has a 4xx status code
func (*RTRCheckAdminCommandStatusTooManyRequests) IsCode ¶
func (o *RTRCheckAdminCommandStatusTooManyRequests) IsCode(code int) bool
IsCode returns true when this r t r check admin command status too many requests response a status code equal to that given
func (*RTRCheckAdminCommandStatusTooManyRequests) IsRedirect ¶
func (o *RTRCheckAdminCommandStatusTooManyRequests) IsRedirect() bool
IsRedirect returns true when this r t r check admin command status too many requests response has a 3xx status code
func (*RTRCheckAdminCommandStatusTooManyRequests) IsServerError ¶
func (o *RTRCheckAdminCommandStatusTooManyRequests) IsServerError() bool
IsServerError returns true when this r t r check admin command status too many requests response has a 5xx status code
func (*RTRCheckAdminCommandStatusTooManyRequests) IsSuccess ¶
func (o *RTRCheckAdminCommandStatusTooManyRequests) IsSuccess() bool
IsSuccess returns true when this r t r check admin command status too many requests response has a 2xx status code
func (*RTRCheckAdminCommandStatusTooManyRequests) String ¶
func (o *RTRCheckAdminCommandStatusTooManyRequests) String() string
type RTRCheckAdminCommandStatusUnauthorized ¶
type RTRCheckAdminCommandStatusUnauthorized struct { string XRateLimitLimit int64 XRateLimitRemaining int64 }XCSTRACEID
RTRCheckAdminCommandStatusUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewRTRCheckAdminCommandStatusUnauthorized ¶
func NewRTRCheckAdminCommandStatusUnauthorized() *RTRCheckAdminCommandStatusUnauthorized
NewRTRCheckAdminCommandStatusUnauthorized creates a RTRCheckAdminCommandStatusUnauthorized with default headers values
func (*RTRCheckAdminCommandStatusUnauthorized) Code ¶
func (o *RTRCheckAdminCommandStatusUnauthorized) Code() int
Code gets the status code for the r t r check admin command status unauthorized response
func (*RTRCheckAdminCommandStatusUnauthorized) Error ¶
func (o *RTRCheckAdminCommandStatusUnauthorized) Error() string
func (*RTRCheckAdminCommandStatusUnauthorized) GetPayload ¶
func (o *RTRCheckAdminCommandStatusUnauthorized) GetPayload() *models.DomainAPIError
func (*RTRCheckAdminCommandStatusUnauthorized) IsClientError ¶
func (o *RTRCheckAdminCommandStatusUnauthorized) IsClientError() bool
IsClientError returns true when this r t r check admin command status unauthorized response has a 4xx status code
func (*RTRCheckAdminCommandStatusUnauthorized) IsCode ¶
func (o *RTRCheckAdminCommandStatusUnauthorized) IsCode(code int) bool
IsCode returns true when this r t r check admin command status unauthorized response a status code equal to that given
func (*RTRCheckAdminCommandStatusUnauthorized) IsRedirect ¶
func (o *RTRCheckAdminCommandStatusUnauthorized) IsRedirect() bool
IsRedirect returns true when this r t r check admin command status unauthorized response has a 3xx status code
func (*RTRCheckAdminCommandStatusUnauthorized) IsServerError ¶
func (o *RTRCheckAdminCommandStatusUnauthorized) IsServerError() bool
IsServerError returns true when this r t r check admin command status unauthorized response has a 5xx status code
func (*RTRCheckAdminCommandStatusUnauthorized) IsSuccess ¶
func (o *RTRCheckAdminCommandStatusUnauthorized) IsSuccess() bool
IsSuccess returns true when this r t r check admin command status unauthorized response has a 2xx status code
func (*RTRCheckAdminCommandStatusUnauthorized) String ¶
func (o *RTRCheckAdminCommandStatusUnauthorized) String() string
type RTRCreatePutFilesBadRequest ¶
type RTRCreatePutFilesBadRequest 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.DomainAPIError }
RTRCreatePutFilesBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewRTRCreatePutFilesBadRequest ¶
func NewRTRCreatePutFilesBadRequest() *RTRCreatePutFilesBadRequest
NewRTRCreatePutFilesBadRequest creates a RTRCreatePutFilesBadRequest with default headers values
func (*RTRCreatePutFilesBadRequest) Code ¶
func (o *RTRCreatePutFilesBadRequest) Code() int
Code gets the status code for the r t r create put files bad request response
func (*RTRCreatePutFilesBadRequest) Error ¶
func (o *RTRCreatePutFilesBadRequest) Error() string
func (*RTRCreatePutFilesBadRequest) GetPayload ¶
func (o *RTRCreatePutFilesBadRequest) GetPayload() *models.DomainAPIError
func (*RTRCreatePutFilesBadRequest) IsClientError ¶
func (o *RTRCreatePutFilesBadRequest) IsClientError() bool
IsClientError returns true when this r t r create put files bad request response has a 4xx status code
func (*RTRCreatePutFilesBadRequest) IsCode ¶
func (o *RTRCreatePutFilesBadRequest) IsCode(code int) bool
IsCode returns true when this r t r create put files bad request response a status code equal to that given
func (*RTRCreatePutFilesBadRequest) IsRedirect ¶
func (o *RTRCreatePutFilesBadRequest) IsRedirect() bool
IsRedirect returns true when this r t r create put files bad request response has a 3xx status code
func (*RTRCreatePutFilesBadRequest) IsServerError ¶
func (o *RTRCreatePutFilesBadRequest) IsServerError() bool
IsServerError returns true when this r t r create put files bad request response has a 5xx status code
func (*RTRCreatePutFilesBadRequest) IsSuccess ¶
func (o *RTRCreatePutFilesBadRequest) IsSuccess() bool
IsSuccess returns true when this r t r create put files bad request response has a 2xx status code
func (*RTRCreatePutFilesBadRequest) String ¶
func (o *RTRCreatePutFilesBadRequest) String() string
type RTRCreatePutFilesForbidden ¶
type RTRCreatePutFilesForbidden 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 }
RTRCreatePutFilesForbidden describes a response with status code 403, with default header values.
Forbidden
func NewRTRCreatePutFilesForbidden ¶
func NewRTRCreatePutFilesForbidden() *RTRCreatePutFilesForbidden
NewRTRCreatePutFilesForbidden creates a RTRCreatePutFilesForbidden with default headers values
func (*RTRCreatePutFilesForbidden) Code ¶
func (o *RTRCreatePutFilesForbidden) Code() int
Code gets the status code for the r t r create put files forbidden response
func (*RTRCreatePutFilesForbidden) Error ¶
func (o *RTRCreatePutFilesForbidden) Error() string
func (*RTRCreatePutFilesForbidden) GetPayload ¶
func (o *RTRCreatePutFilesForbidden) GetPayload() *models.MsaReplyMetaOnly
func (*RTRCreatePutFilesForbidden) IsClientError ¶
func (o *RTRCreatePutFilesForbidden) IsClientError() bool
IsClientError returns true when this r t r create put files forbidden response has a 4xx status code
func (*RTRCreatePutFilesForbidden) IsCode ¶
func (o *RTRCreatePutFilesForbidden) IsCode(code int) bool
IsCode returns true when this r t r create put files forbidden response a status code equal to that given
func (*RTRCreatePutFilesForbidden) IsRedirect ¶
func (o *RTRCreatePutFilesForbidden) IsRedirect() bool
IsRedirect returns true when this r t r create put files forbidden response has a 3xx status code
func (*RTRCreatePutFilesForbidden) IsServerError ¶
func (o *RTRCreatePutFilesForbidden) IsServerError() bool
IsServerError returns true when this r t r create put files forbidden response has a 5xx status code
func (*RTRCreatePutFilesForbidden) IsSuccess ¶
func (o *RTRCreatePutFilesForbidden) IsSuccess() bool
IsSuccess returns true when this r t r create put files forbidden response has a 2xx status code
func (*RTRCreatePutFilesForbidden) String ¶
func (o *RTRCreatePutFilesForbidden) String() string
type RTRCreatePutFilesOK ¶
type RTRCreatePutFilesOK 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 }
RTRCreatePutFilesOK describes a response with status code 200, with default header values.
OK
func NewRTRCreatePutFilesOK ¶
func NewRTRCreatePutFilesOK() *RTRCreatePutFilesOK
NewRTRCreatePutFilesOK creates a RTRCreatePutFilesOK with default headers values
func (*RTRCreatePutFilesOK) Code ¶
func (o *RTRCreatePutFilesOK) Code() int
Code gets the status code for the r t r create put files o k response
func (*RTRCreatePutFilesOK) Error ¶
func (o *RTRCreatePutFilesOK) Error() string
func (*RTRCreatePutFilesOK) GetPayload ¶
func (o *RTRCreatePutFilesOK) GetPayload() *models.MsaReplyMetaOnly
func (*RTRCreatePutFilesOK) IsClientError ¶
func (o *RTRCreatePutFilesOK) IsClientError() bool
IsClientError returns true when this r t r create put files o k response has a 4xx status code
func (*RTRCreatePutFilesOK) IsCode ¶
func (o *RTRCreatePutFilesOK) IsCode(code int) bool
IsCode returns true when this r t r create put files o k response a status code equal to that given
func (*RTRCreatePutFilesOK) IsRedirect ¶
func (o *RTRCreatePutFilesOK) IsRedirect() bool
IsRedirect returns true when this r t r create put files o k response has a 3xx status code
func (*RTRCreatePutFilesOK) IsServerError ¶
func (o *RTRCreatePutFilesOK) IsServerError() bool
IsServerError returns true when this r t r create put files o k response has a 5xx status code
func (*RTRCreatePutFilesOK) IsSuccess ¶
func (o *RTRCreatePutFilesOK) IsSuccess() bool
IsSuccess returns true when this r t r create put files o k response has a 2xx status code
func (*RTRCreatePutFilesOK) String ¶
func (o *RTRCreatePutFilesOK) String() string
type RTRCreatePutFilesParams ¶
type RTRCreatePutFilesParams struct { /* CommentsForAuditLog. The audit log comment */ CommentsForAuditLog *string /* Description. File description */ Description string /* File. put-file to upload */ File runtime.NamedReadCloser /* Name. File name (if different than actual file name) */ Name *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
RTRCreatePutFilesParams contains all the parameters to send to the API endpoint
for the r t r create put files operation. Typically these are written to a http.Request.
func NewRTRCreatePutFilesParams ¶
func NewRTRCreatePutFilesParams() *RTRCreatePutFilesParams
NewRTRCreatePutFilesParams creates a new RTRCreatePutFilesParams 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 NewRTRCreatePutFilesParamsWithContext ¶
func NewRTRCreatePutFilesParamsWithContext(ctx context.Context) *RTRCreatePutFilesParams
NewRTRCreatePutFilesParamsWithContext creates a new RTRCreatePutFilesParams object with the ability to set a context for a request.
func NewRTRCreatePutFilesParamsWithHTTPClient ¶
func NewRTRCreatePutFilesParamsWithHTTPClient(client *http.Client) *RTRCreatePutFilesParams
NewRTRCreatePutFilesParamsWithHTTPClient creates a new RTRCreatePutFilesParams object with the ability to set a custom HTTPClient for a request.
func NewRTRCreatePutFilesParamsWithTimeout ¶
func NewRTRCreatePutFilesParamsWithTimeout(timeout time.Duration) *RTRCreatePutFilesParams
NewRTRCreatePutFilesParamsWithTimeout creates a new RTRCreatePutFilesParams object with the ability to set a timeout on a request.
func (*RTRCreatePutFilesParams) SetCommentsForAuditLog ¶
func (o *RTRCreatePutFilesParams) SetCommentsForAuditLog(commentsForAuditLog *string)
SetCommentsForAuditLog adds the commentsForAuditLog to the r t r create put files params
func (*RTRCreatePutFilesParams) SetContext ¶
func (o *RTRCreatePutFilesParams) SetContext(ctx context.Context)
SetContext adds the context to the r t r create put files params
func (*RTRCreatePutFilesParams) SetDefaults ¶
func (o *RTRCreatePutFilesParams) SetDefaults()
SetDefaults hydrates default values in the r t r create put files params (not the query body).
All values with no default are reset to their zero value.
func (*RTRCreatePutFilesParams) SetDescription ¶
func (o *RTRCreatePutFilesParams) SetDescription(description string)
SetDescription adds the description to the r t r create put files params
func (*RTRCreatePutFilesParams) SetFile ¶
func (o *RTRCreatePutFilesParams) SetFile(file runtime.NamedReadCloser)
SetFile adds the file to the r t r create put files params
func (*RTRCreatePutFilesParams) SetHTTPClient ¶
func (o *RTRCreatePutFilesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the r t r create put files params
func (*RTRCreatePutFilesParams) SetName ¶
func (o *RTRCreatePutFilesParams) SetName(name *string)
SetName adds the name to the r t r create put files params
func (*RTRCreatePutFilesParams) SetTimeout ¶
func (o *RTRCreatePutFilesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the r t r create put files params
func (*RTRCreatePutFilesParams) WithCommentsForAuditLog ¶
func (o *RTRCreatePutFilesParams) WithCommentsForAuditLog(commentsForAuditLog *string) *RTRCreatePutFilesParams
WithCommentsForAuditLog adds the commentsForAuditLog to the r t r create put files params
func (*RTRCreatePutFilesParams) WithContext ¶
func (o *RTRCreatePutFilesParams) WithContext(ctx context.Context) *RTRCreatePutFilesParams
WithContext adds the context to the r t r create put files params
func (*RTRCreatePutFilesParams) WithDefaults ¶
func (o *RTRCreatePutFilesParams) WithDefaults() *RTRCreatePutFilesParams
WithDefaults hydrates default values in the r t r create put files params (not the query body).
All values with no default are reset to their zero value.
func (*RTRCreatePutFilesParams) WithDescription ¶
func (o *RTRCreatePutFilesParams) WithDescription(description string) *RTRCreatePutFilesParams
WithDescription adds the description to the r t r create put files params
func (*RTRCreatePutFilesParams) WithFile ¶
func (o *RTRCreatePutFilesParams) WithFile(file runtime.NamedReadCloser) *RTRCreatePutFilesParams
WithFile adds the file to the r t r create put files params
func (*RTRCreatePutFilesParams) WithHTTPClient ¶
func (o *RTRCreatePutFilesParams) WithHTTPClient(client *http.Client) *RTRCreatePutFilesParams
WithHTTPClient adds the HTTPClient to the r t r create put files params
func (*RTRCreatePutFilesParams) WithName ¶
func (o *RTRCreatePutFilesParams) WithName(name *string) *RTRCreatePutFilesParams
WithName adds the name to the r t r create put files params
func (*RTRCreatePutFilesParams) WithTimeout ¶
func (o *RTRCreatePutFilesParams) WithTimeout(timeout time.Duration) *RTRCreatePutFilesParams
WithTimeout adds the timeout to the r t r create put files params
func (*RTRCreatePutFilesParams) WriteToRequest ¶
func (o *RTRCreatePutFilesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RTRCreatePutFilesReader ¶
type RTRCreatePutFilesReader struct {
// contains filtered or unexported fields
}
RTRCreatePutFilesReader is a Reader for the RTRCreatePutFiles structure.
func (*RTRCreatePutFilesReader) ReadResponse ¶
func (o *RTRCreatePutFilesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type RTRCreatePutFilesTooManyRequests ¶
type RTRCreatePutFilesTooManyRequests 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 }
RTRCreatePutFilesTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewRTRCreatePutFilesTooManyRequests ¶
func NewRTRCreatePutFilesTooManyRequests() *RTRCreatePutFilesTooManyRequests
NewRTRCreatePutFilesTooManyRequests creates a RTRCreatePutFilesTooManyRequests with default headers values
func (*RTRCreatePutFilesTooManyRequests) Code ¶
func (o *RTRCreatePutFilesTooManyRequests) Code() int
Code gets the status code for the r t r create put files too many requests response
func (*RTRCreatePutFilesTooManyRequests) Error ¶
func (o *RTRCreatePutFilesTooManyRequests) Error() string
func (*RTRCreatePutFilesTooManyRequests) GetPayload ¶
func (o *RTRCreatePutFilesTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*RTRCreatePutFilesTooManyRequests) IsClientError ¶
func (o *RTRCreatePutFilesTooManyRequests) IsClientError() bool
IsClientError returns true when this r t r create put files too many requests response has a 4xx status code
func (*RTRCreatePutFilesTooManyRequests) IsCode ¶
func (o *RTRCreatePutFilesTooManyRequests) IsCode(code int) bool
IsCode returns true when this r t r create put files too many requests response a status code equal to that given
func (*RTRCreatePutFilesTooManyRequests) IsRedirect ¶
func (o *RTRCreatePutFilesTooManyRequests) IsRedirect() bool
IsRedirect returns true when this r t r create put files too many requests response has a 3xx status code
func (*RTRCreatePutFilesTooManyRequests) IsServerError ¶
func (o *RTRCreatePutFilesTooManyRequests) IsServerError() bool
IsServerError returns true when this r t r create put files too many requests response has a 5xx status code
func (*RTRCreatePutFilesTooManyRequests) IsSuccess ¶
func (o *RTRCreatePutFilesTooManyRequests) IsSuccess() bool
IsSuccess returns true when this r t r create put files too many requests response has a 2xx status code
func (*RTRCreatePutFilesTooManyRequests) String ¶
func (o *RTRCreatePutFilesTooManyRequests) String() string
type RTRCreateScriptsBadRequest ¶
type RTRCreateScriptsBadRequest 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.DomainAPIError }
RTRCreateScriptsBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewRTRCreateScriptsBadRequest ¶
func NewRTRCreateScriptsBadRequest() *RTRCreateScriptsBadRequest
NewRTRCreateScriptsBadRequest creates a RTRCreateScriptsBadRequest with default headers values
func (*RTRCreateScriptsBadRequest) Code ¶
func (o *RTRCreateScriptsBadRequest) Code() int
Code gets the status code for the r t r create scripts bad request response
func (*RTRCreateScriptsBadRequest) Error ¶
func (o *RTRCreateScriptsBadRequest) Error() string
func (*RTRCreateScriptsBadRequest) GetPayload ¶
func (o *RTRCreateScriptsBadRequest) GetPayload() *models.DomainAPIError
func (*RTRCreateScriptsBadRequest) IsClientError ¶
func (o *RTRCreateScriptsBadRequest) IsClientError() bool
IsClientError returns true when this r t r create scripts bad request response has a 4xx status code
func (*RTRCreateScriptsBadRequest) IsCode ¶
func (o *RTRCreateScriptsBadRequest) IsCode(code int) bool
IsCode returns true when this r t r create scripts bad request response a status code equal to that given
func (*RTRCreateScriptsBadRequest) IsRedirect ¶
func (o *RTRCreateScriptsBadRequest) IsRedirect() bool
IsRedirect returns true when this r t r create scripts bad request response has a 3xx status code
func (*RTRCreateScriptsBadRequest) IsServerError ¶
func (o *RTRCreateScriptsBadRequest) IsServerError() bool
IsServerError returns true when this r t r create scripts bad request response has a 5xx status code
func (*RTRCreateScriptsBadRequest) IsSuccess ¶
func (o *RTRCreateScriptsBadRequest) IsSuccess() bool
IsSuccess returns true when this r t r create scripts bad request response has a 2xx status code
func (*RTRCreateScriptsBadRequest) String ¶
func (o *RTRCreateScriptsBadRequest) String() string
type RTRCreateScriptsForbidden ¶
type RTRCreateScriptsForbidden 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 }
RTRCreateScriptsForbidden describes a response with status code 403, with default header values.
Forbidden
func NewRTRCreateScriptsForbidden ¶
func NewRTRCreateScriptsForbidden() *RTRCreateScriptsForbidden
NewRTRCreateScriptsForbidden creates a RTRCreateScriptsForbidden with default headers values
func (*RTRCreateScriptsForbidden) Code ¶
func (o *RTRCreateScriptsForbidden) Code() int
Code gets the status code for the r t r create scripts forbidden response
func (*RTRCreateScriptsForbidden) Error ¶
func (o *RTRCreateScriptsForbidden) Error() string
func (*RTRCreateScriptsForbidden) GetPayload ¶
func (o *RTRCreateScriptsForbidden) GetPayload() *models.MsaReplyMetaOnly
func (*RTRCreateScriptsForbidden) IsClientError ¶
func (o *RTRCreateScriptsForbidden) IsClientError() bool
IsClientError returns true when this r t r create scripts forbidden response has a 4xx status code
func (*RTRCreateScriptsForbidden) IsCode ¶
func (o *RTRCreateScriptsForbidden) IsCode(code int) bool
IsCode returns true when this r t r create scripts forbidden response a status code equal to that given
func (*RTRCreateScriptsForbidden) IsRedirect ¶
func (o *RTRCreateScriptsForbidden) IsRedirect() bool
IsRedirect returns true when this r t r create scripts forbidden response has a 3xx status code
func (*RTRCreateScriptsForbidden) IsServerError ¶
func (o *RTRCreateScriptsForbidden) IsServerError() bool
IsServerError returns true when this r t r create scripts forbidden response has a 5xx status code
func (*RTRCreateScriptsForbidden) IsSuccess ¶
func (o *RTRCreateScriptsForbidden) IsSuccess() bool
IsSuccess returns true when this r t r create scripts forbidden response has a 2xx status code
func (*RTRCreateScriptsForbidden) String ¶
func (o *RTRCreateScriptsForbidden) String() string
type RTRCreateScriptsOK ¶
type RTRCreateScriptsOK 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 }
RTRCreateScriptsOK describes a response with status code 200, with default header values.
OK
func NewRTRCreateScriptsOK ¶
func NewRTRCreateScriptsOK() *RTRCreateScriptsOK
NewRTRCreateScriptsOK creates a RTRCreateScriptsOK with default headers values
func (*RTRCreateScriptsOK) Code ¶
func (o *RTRCreateScriptsOK) Code() int
Code gets the status code for the r t r create scripts o k response
func (*RTRCreateScriptsOK) Error ¶
func (o *RTRCreateScriptsOK) Error() string
func (*RTRCreateScriptsOK) GetPayload ¶
func (o *RTRCreateScriptsOK) GetPayload() *models.MsaReplyMetaOnly
func (*RTRCreateScriptsOK) IsClientError ¶
func (o *RTRCreateScriptsOK) IsClientError() bool
IsClientError returns true when this r t r create scripts o k response has a 4xx status code
func (*RTRCreateScriptsOK) IsCode ¶
func (o *RTRCreateScriptsOK) IsCode(code int) bool
IsCode returns true when this r t r create scripts o k response a status code equal to that given
func (*RTRCreateScriptsOK) IsRedirect ¶
func (o *RTRCreateScriptsOK) IsRedirect() bool
IsRedirect returns true when this r t r create scripts o k response has a 3xx status code
func (*RTRCreateScriptsOK) IsServerError ¶
func (o *RTRCreateScriptsOK) IsServerError() bool
IsServerError returns true when this r t r create scripts o k response has a 5xx status code
func (*RTRCreateScriptsOK) IsSuccess ¶
func (o *RTRCreateScriptsOK) IsSuccess() bool
IsSuccess returns true when this r t r create scripts o k response has a 2xx status code
func (*RTRCreateScriptsOK) String ¶
func (o *RTRCreateScriptsOK) String() string
type RTRCreateScriptsParams ¶
type RTRCreateScriptsParams struct { /* CommentsForAuditLog. The audit log comment */ CommentsForAuditLog *string /* Content. The script text that you want to use to upload */ Content *string /* Description. File description */ Description string /* File. custom-script file to upload. These should be powershell scripts. */ File runtime.NamedReadCloser /* Name. File name (if different than actual file name) */ Name *string /* PermissionType. Permission for the custom-script. Valid permission values: - `private`, usable by only the user who uploaded it - `group`, usable by all RTR Admins - `public`, usable by all active-responders and RTR admins Default: "none" */ PermissionType string /* Platform. Platforms for the file. Currently supports: windows, mac, linux, . If no platform is provided, it will default to 'windows' */ Platform []string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
RTRCreateScriptsParams contains all the parameters to send to the API endpoint
for the r t r create scripts operation. Typically these are written to a http.Request.
func NewRTRCreateScriptsParams ¶
func NewRTRCreateScriptsParams() *RTRCreateScriptsParams
NewRTRCreateScriptsParams creates a new RTRCreateScriptsParams 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 NewRTRCreateScriptsParamsWithContext ¶
func NewRTRCreateScriptsParamsWithContext(ctx context.Context) *RTRCreateScriptsParams
NewRTRCreateScriptsParamsWithContext creates a new RTRCreateScriptsParams object with the ability to set a context for a request.
func NewRTRCreateScriptsParamsWithHTTPClient ¶
func NewRTRCreateScriptsParamsWithHTTPClient(client *http.Client) *RTRCreateScriptsParams
NewRTRCreateScriptsParamsWithHTTPClient creates a new RTRCreateScriptsParams object with the ability to set a custom HTTPClient for a request.
func NewRTRCreateScriptsParamsWithTimeout ¶
func NewRTRCreateScriptsParamsWithTimeout(timeout time.Duration) *RTRCreateScriptsParams
NewRTRCreateScriptsParamsWithTimeout creates a new RTRCreateScriptsParams object with the ability to set a timeout on a request.
func (*RTRCreateScriptsParams) SetCommentsForAuditLog ¶
func (o *RTRCreateScriptsParams) SetCommentsForAuditLog(commentsForAuditLog *string)
SetCommentsForAuditLog adds the commentsForAuditLog to the r t r create scripts params
func (*RTRCreateScriptsParams) SetContent ¶
func (o *RTRCreateScriptsParams) SetContent(content *string)
SetContent adds the content to the r t r create scripts params
func (*RTRCreateScriptsParams) SetContext ¶
func (o *RTRCreateScriptsParams) SetContext(ctx context.Context)
SetContext adds the context to the r t r create scripts params
func (*RTRCreateScriptsParams) SetDefaults ¶
func (o *RTRCreateScriptsParams) SetDefaults()
SetDefaults hydrates default values in the r t r create scripts params (not the query body).
All values with no default are reset to their zero value.
func (*RTRCreateScriptsParams) SetDescription ¶
func (o *RTRCreateScriptsParams) SetDescription(description string)
SetDescription adds the description to the r t r create scripts params
func (*RTRCreateScriptsParams) SetFile ¶
func (o *RTRCreateScriptsParams) SetFile(file runtime.NamedReadCloser)
SetFile adds the file to the r t r create scripts params
func (*RTRCreateScriptsParams) SetHTTPClient ¶
func (o *RTRCreateScriptsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the r t r create scripts params
func (*RTRCreateScriptsParams) SetName ¶
func (o *RTRCreateScriptsParams) SetName(name *string)
SetName adds the name to the r t r create scripts params
func (*RTRCreateScriptsParams) SetPermissionType ¶
func (o *RTRCreateScriptsParams) SetPermissionType(permissionType string)
SetPermissionType adds the permissionType to the r t r create scripts params
func (*RTRCreateScriptsParams) SetPlatform ¶
func (o *RTRCreateScriptsParams) SetPlatform(platform []string)
SetPlatform adds the platform to the r t r create scripts params
func (*RTRCreateScriptsParams) SetTimeout ¶
func (o *RTRCreateScriptsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the r t r create scripts params
func (*RTRCreateScriptsParams) WithCommentsForAuditLog ¶
func (o *RTRCreateScriptsParams) WithCommentsForAuditLog(commentsForAuditLog *string) *RTRCreateScriptsParams
WithCommentsForAuditLog adds the commentsForAuditLog to the r t r create scripts params
func (*RTRCreateScriptsParams) WithContent ¶
func (o *RTRCreateScriptsParams) WithContent(content *string) *RTRCreateScriptsParams
WithContent adds the content to the r t r create scripts params
func (*RTRCreateScriptsParams) WithContext ¶
func (o *RTRCreateScriptsParams) WithContext(ctx context.Context) *RTRCreateScriptsParams
WithContext adds the context to the r t r create scripts params
func (*RTRCreateScriptsParams) WithDefaults ¶
func (o *RTRCreateScriptsParams) WithDefaults() *RTRCreateScriptsParams
WithDefaults hydrates default values in the r t r create scripts params (not the query body).
All values with no default are reset to their zero value.
func (*RTRCreateScriptsParams) WithDescription ¶
func (o *RTRCreateScriptsParams) WithDescription(description string) *RTRCreateScriptsParams
WithDescription adds the description to the r t r create scripts params
func (*RTRCreateScriptsParams) WithFile ¶
func (o *RTRCreateScriptsParams) WithFile(file runtime.NamedReadCloser) *RTRCreateScriptsParams
WithFile adds the file to the r t r create scripts params
func (*RTRCreateScriptsParams) WithHTTPClient ¶
func (o *RTRCreateScriptsParams) WithHTTPClient(client *http.Client) *RTRCreateScriptsParams
WithHTTPClient adds the HTTPClient to the r t r create scripts params
func (*RTRCreateScriptsParams) WithName ¶
func (o *RTRCreateScriptsParams) WithName(name *string) *RTRCreateScriptsParams
WithName adds the name to the r t r create scripts params
func (*RTRCreateScriptsParams) WithPermissionType ¶
func (o *RTRCreateScriptsParams) WithPermissionType(permissionType string) *RTRCreateScriptsParams
WithPermissionType adds the permissionType to the r t r create scripts params
func (*RTRCreateScriptsParams) WithPlatform ¶
func (o *RTRCreateScriptsParams) WithPlatform(platform []string) *RTRCreateScriptsParams
WithPlatform adds the platform to the r t r create scripts params
func (*RTRCreateScriptsParams) WithTimeout ¶
func (o *RTRCreateScriptsParams) WithTimeout(timeout time.Duration) *RTRCreateScriptsParams
WithTimeout adds the timeout to the r t r create scripts params
func (*RTRCreateScriptsParams) WriteToRequest ¶
func (o *RTRCreateScriptsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RTRCreateScriptsReader ¶
type RTRCreateScriptsReader struct {
// contains filtered or unexported fields
}
RTRCreateScriptsReader is a Reader for the RTRCreateScripts structure.
func (*RTRCreateScriptsReader) ReadResponse ¶
func (o *RTRCreateScriptsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type RTRCreateScriptsTooManyRequests ¶
type RTRCreateScriptsTooManyRequests 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 }
RTRCreateScriptsTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewRTRCreateScriptsTooManyRequests ¶
func NewRTRCreateScriptsTooManyRequests() *RTRCreateScriptsTooManyRequests
NewRTRCreateScriptsTooManyRequests creates a RTRCreateScriptsTooManyRequests with default headers values
func (*RTRCreateScriptsTooManyRequests) Code ¶
func (o *RTRCreateScriptsTooManyRequests) Code() int
Code gets the status code for the r t r create scripts too many requests response
func (*RTRCreateScriptsTooManyRequests) Error ¶
func (o *RTRCreateScriptsTooManyRequests) Error() string
func (*RTRCreateScriptsTooManyRequests) GetPayload ¶
func (o *RTRCreateScriptsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*RTRCreateScriptsTooManyRequests) IsClientError ¶
func (o *RTRCreateScriptsTooManyRequests) IsClientError() bool
IsClientError returns true when this r t r create scripts too many requests response has a 4xx status code
func (*RTRCreateScriptsTooManyRequests) IsCode ¶
func (o *RTRCreateScriptsTooManyRequests) IsCode(code int) bool
IsCode returns true when this r t r create scripts too many requests response a status code equal to that given
func (*RTRCreateScriptsTooManyRequests) IsRedirect ¶
func (o *RTRCreateScriptsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this r t r create scripts too many requests response has a 3xx status code
func (*RTRCreateScriptsTooManyRequests) IsServerError ¶
func (o *RTRCreateScriptsTooManyRequests) IsServerError() bool
IsServerError returns true when this r t r create scripts too many requests response has a 5xx status code
func (*RTRCreateScriptsTooManyRequests) IsSuccess ¶
func (o *RTRCreateScriptsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this r t r create scripts too many requests response has a 2xx status code
func (*RTRCreateScriptsTooManyRequests) String ¶
func (o *RTRCreateScriptsTooManyRequests) String() string
type RTRDeletePutFilesBadRequest ¶
type RTRDeletePutFilesBadRequest 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 }
RTRDeletePutFilesBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewRTRDeletePutFilesBadRequest ¶
func NewRTRDeletePutFilesBadRequest() *RTRDeletePutFilesBadRequest
NewRTRDeletePutFilesBadRequest creates a RTRDeletePutFilesBadRequest with default headers values
func (*RTRDeletePutFilesBadRequest) Code ¶
func (o *RTRDeletePutFilesBadRequest) Code() int
Code gets the status code for the r t r delete put files bad request response
func (*RTRDeletePutFilesBadRequest) Error ¶
func (o *RTRDeletePutFilesBadRequest) Error() string
func (*RTRDeletePutFilesBadRequest) GetPayload ¶
func (o *RTRDeletePutFilesBadRequest) GetPayload() *models.MsaReplyMetaOnly
func (*RTRDeletePutFilesBadRequest) IsClientError ¶
func (o *RTRDeletePutFilesBadRequest) IsClientError() bool
IsClientError returns true when this r t r delete put files bad request response has a 4xx status code
func (*RTRDeletePutFilesBadRequest) IsCode ¶
func (o *RTRDeletePutFilesBadRequest) IsCode(code int) bool
IsCode returns true when this r t r delete put files bad request response a status code equal to that given
func (*RTRDeletePutFilesBadRequest) IsRedirect ¶
func (o *RTRDeletePutFilesBadRequest) IsRedirect() bool
IsRedirect returns true when this r t r delete put files bad request response has a 3xx status code
func (*RTRDeletePutFilesBadRequest) IsServerError ¶
func (o *RTRDeletePutFilesBadRequest) IsServerError() bool
IsServerError returns true when this r t r delete put files bad request response has a 5xx status code
func (*RTRDeletePutFilesBadRequest) IsSuccess ¶
func (o *RTRDeletePutFilesBadRequest) IsSuccess() bool
IsSuccess returns true when this r t r delete put files bad request response has a 2xx status code
func (*RTRDeletePutFilesBadRequest) String ¶
func (o *RTRDeletePutFilesBadRequest) String() string
type RTRDeletePutFilesForbidden ¶
type RTRDeletePutFilesForbidden 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 }
RTRDeletePutFilesForbidden describes a response with status code 403, with default header values.
Forbidden
func NewRTRDeletePutFilesForbidden ¶
func NewRTRDeletePutFilesForbidden() *RTRDeletePutFilesForbidden
NewRTRDeletePutFilesForbidden creates a RTRDeletePutFilesForbidden with default headers values
func (*RTRDeletePutFilesForbidden) Code ¶
func (o *RTRDeletePutFilesForbidden) Code() int
Code gets the status code for the r t r delete put files forbidden response
func (*RTRDeletePutFilesForbidden) Error ¶
func (o *RTRDeletePutFilesForbidden) Error() string
func (*RTRDeletePutFilesForbidden) GetPayload ¶
func (o *RTRDeletePutFilesForbidden) GetPayload() *models.MsaReplyMetaOnly
func (*RTRDeletePutFilesForbidden) IsClientError ¶
func (o *RTRDeletePutFilesForbidden) IsClientError() bool
IsClientError returns true when this r t r delete put files forbidden response has a 4xx status code
func (*RTRDeletePutFilesForbidden) IsCode ¶
func (o *RTRDeletePutFilesForbidden) IsCode(code int) bool
IsCode returns true when this r t r delete put files forbidden response a status code equal to that given
func (*RTRDeletePutFilesForbidden) IsRedirect ¶
func (o *RTRDeletePutFilesForbidden) IsRedirect() bool
IsRedirect returns true when this r t r delete put files forbidden response has a 3xx status code
func (*RTRDeletePutFilesForbidden) IsServerError ¶
func (o *RTRDeletePutFilesForbidden) IsServerError() bool
IsServerError returns true when this r t r delete put files forbidden response has a 5xx status code
func (*RTRDeletePutFilesForbidden) IsSuccess ¶
func (o *RTRDeletePutFilesForbidden) IsSuccess() bool
IsSuccess returns true when this r t r delete put files forbidden response has a 2xx status code
func (*RTRDeletePutFilesForbidden) String ¶
func (o *RTRDeletePutFilesForbidden) String() string
type RTRDeletePutFilesNotFound ¶
type RTRDeletePutFilesNotFound 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 }
RTRDeletePutFilesNotFound describes a response with status code 404, with default header values.
Not Found
func NewRTRDeletePutFilesNotFound ¶
func NewRTRDeletePutFilesNotFound() *RTRDeletePutFilesNotFound
NewRTRDeletePutFilesNotFound creates a RTRDeletePutFilesNotFound with default headers values
func (*RTRDeletePutFilesNotFound) Code ¶
func (o *RTRDeletePutFilesNotFound) Code() int
Code gets the status code for the r t r delete put files not found response
func (*RTRDeletePutFilesNotFound) Error ¶
func (o *RTRDeletePutFilesNotFound) Error() string
func (*RTRDeletePutFilesNotFound) GetPayload ¶
func (o *RTRDeletePutFilesNotFound) GetPayload() *models.MsaReplyMetaOnly
func (*RTRDeletePutFilesNotFound) IsClientError ¶
func (o *RTRDeletePutFilesNotFound) IsClientError() bool
IsClientError returns true when this r t r delete put files not found response has a 4xx status code
func (*RTRDeletePutFilesNotFound) IsCode ¶
func (o *RTRDeletePutFilesNotFound) IsCode(code int) bool
IsCode returns true when this r t r delete put files not found response a status code equal to that given
func (*RTRDeletePutFilesNotFound) IsRedirect ¶
func (o *RTRDeletePutFilesNotFound) IsRedirect() bool
IsRedirect returns true when this r t r delete put files not found response has a 3xx status code
func (*RTRDeletePutFilesNotFound) IsServerError ¶
func (o *RTRDeletePutFilesNotFound) IsServerError() bool
IsServerError returns true when this r t r delete put files not found response has a 5xx status code
func (*RTRDeletePutFilesNotFound) IsSuccess ¶
func (o *RTRDeletePutFilesNotFound) IsSuccess() bool
IsSuccess returns true when this r t r delete put files not found response has a 2xx status code
func (*RTRDeletePutFilesNotFound) String ¶
func (o *RTRDeletePutFilesNotFound) String() string
type RTRDeletePutFilesOK ¶
type RTRDeletePutFilesOK 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 }
RTRDeletePutFilesOK describes a response with status code 200, with default header values.
OK
func NewRTRDeletePutFilesOK ¶
func NewRTRDeletePutFilesOK() *RTRDeletePutFilesOK
NewRTRDeletePutFilesOK creates a RTRDeletePutFilesOK with default headers values
func (*RTRDeletePutFilesOK) Code ¶
func (o *RTRDeletePutFilesOK) Code() int
Code gets the status code for the r t r delete put files o k response
func (*RTRDeletePutFilesOK) Error ¶
func (o *RTRDeletePutFilesOK) Error() string
func (*RTRDeletePutFilesOK) GetPayload ¶
func (o *RTRDeletePutFilesOK) GetPayload() *models.MsaReplyMetaOnly
func (*RTRDeletePutFilesOK) IsClientError ¶
func (o *RTRDeletePutFilesOK) IsClientError() bool
IsClientError returns true when this r t r delete put files o k response has a 4xx status code
func (*RTRDeletePutFilesOK) IsCode ¶
func (o *RTRDeletePutFilesOK) IsCode(code int) bool
IsCode returns true when this r t r delete put files o k response a status code equal to that given
func (*RTRDeletePutFilesOK) IsRedirect ¶
func (o *RTRDeletePutFilesOK) IsRedirect() bool
IsRedirect returns true when this r t r delete put files o k response has a 3xx status code
func (*RTRDeletePutFilesOK) IsServerError ¶
func (o *RTRDeletePutFilesOK) IsServerError() bool
IsServerError returns true when this r t r delete put files o k response has a 5xx status code
func (*RTRDeletePutFilesOK) IsSuccess ¶
func (o *RTRDeletePutFilesOK) IsSuccess() bool
IsSuccess returns true when this r t r delete put files o k response has a 2xx status code
func (*RTRDeletePutFilesOK) String ¶
func (o *RTRDeletePutFilesOK) String() string
type RTRDeletePutFilesParams ¶
type RTRDeletePutFilesParams struct { /* Ids. File id */ Ids string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
RTRDeletePutFilesParams contains all the parameters to send to the API endpoint
for the r t r delete put files operation. Typically these are written to a http.Request.
func NewRTRDeletePutFilesParams ¶
func NewRTRDeletePutFilesParams() *RTRDeletePutFilesParams
NewRTRDeletePutFilesParams creates a new RTRDeletePutFilesParams 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 NewRTRDeletePutFilesParamsWithContext ¶
func NewRTRDeletePutFilesParamsWithContext(ctx context.Context) *RTRDeletePutFilesParams
NewRTRDeletePutFilesParamsWithContext creates a new RTRDeletePutFilesParams object with the ability to set a context for a request.
func NewRTRDeletePutFilesParamsWithHTTPClient ¶
func NewRTRDeletePutFilesParamsWithHTTPClient(client *http.Client) *RTRDeletePutFilesParams
NewRTRDeletePutFilesParamsWithHTTPClient creates a new RTRDeletePutFilesParams object with the ability to set a custom HTTPClient for a request.
func NewRTRDeletePutFilesParamsWithTimeout ¶
func NewRTRDeletePutFilesParamsWithTimeout(timeout time.Duration) *RTRDeletePutFilesParams
NewRTRDeletePutFilesParamsWithTimeout creates a new RTRDeletePutFilesParams object with the ability to set a timeout on a request.
func (*RTRDeletePutFilesParams) SetContext ¶
func (o *RTRDeletePutFilesParams) SetContext(ctx context.Context)
SetContext adds the context to the r t r delete put files params
func (*RTRDeletePutFilesParams) SetDefaults ¶
func (o *RTRDeletePutFilesParams) SetDefaults()
SetDefaults hydrates default values in the r t r delete put files params (not the query body).
All values with no default are reset to their zero value.
func (*RTRDeletePutFilesParams) SetHTTPClient ¶
func (o *RTRDeletePutFilesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the r t r delete put files params
func (*RTRDeletePutFilesParams) SetIds ¶
func (o *RTRDeletePutFilesParams) SetIds(ids string)
SetIds adds the ids to the r t r delete put files params
func (*RTRDeletePutFilesParams) SetTimeout ¶
func (o *RTRDeletePutFilesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the r t r delete put files params
func (*RTRDeletePutFilesParams) WithContext ¶
func (o *RTRDeletePutFilesParams) WithContext(ctx context.Context) *RTRDeletePutFilesParams
WithContext adds the context to the r t r delete put files params
func (*RTRDeletePutFilesParams) WithDefaults ¶
func (o *RTRDeletePutFilesParams) WithDefaults() *RTRDeletePutFilesParams
WithDefaults hydrates default values in the r t r delete put files params (not the query body).
All values with no default are reset to their zero value.
func (*RTRDeletePutFilesParams) WithHTTPClient ¶
func (o *RTRDeletePutFilesParams) WithHTTPClient(client *http.Client) *RTRDeletePutFilesParams
WithHTTPClient adds the HTTPClient to the r t r delete put files params
func (*RTRDeletePutFilesParams) WithIds ¶
func (o *RTRDeletePutFilesParams) WithIds(ids string) *RTRDeletePutFilesParams
WithIds adds the ids to the r t r delete put files params
func (*RTRDeletePutFilesParams) WithTimeout ¶
func (o *RTRDeletePutFilesParams) WithTimeout(timeout time.Duration) *RTRDeletePutFilesParams
WithTimeout adds the timeout to the r t r delete put files params
func (*RTRDeletePutFilesParams) WriteToRequest ¶
func (o *RTRDeletePutFilesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RTRDeletePutFilesReader ¶
type RTRDeletePutFilesReader struct {
// contains filtered or unexported fields
}
RTRDeletePutFilesReader is a Reader for the RTRDeletePutFiles structure.
func (*RTRDeletePutFilesReader) ReadResponse ¶
func (o *RTRDeletePutFilesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type RTRDeletePutFilesTooManyRequests ¶
type RTRDeletePutFilesTooManyRequests 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 }
RTRDeletePutFilesTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewRTRDeletePutFilesTooManyRequests ¶
func NewRTRDeletePutFilesTooManyRequests() *RTRDeletePutFilesTooManyRequests
NewRTRDeletePutFilesTooManyRequests creates a RTRDeletePutFilesTooManyRequests with default headers values
func (*RTRDeletePutFilesTooManyRequests) Code ¶
func (o *RTRDeletePutFilesTooManyRequests) Code() int
Code gets the status code for the r t r delete put files too many requests response
func (*RTRDeletePutFilesTooManyRequests) Error ¶
func (o *RTRDeletePutFilesTooManyRequests) Error() string
func (*RTRDeletePutFilesTooManyRequests) GetPayload ¶
func (o *RTRDeletePutFilesTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*RTRDeletePutFilesTooManyRequests) IsClientError ¶
func (o *RTRDeletePutFilesTooManyRequests) IsClientError() bool
IsClientError returns true when this r t r delete put files too many requests response has a 4xx status code
func (*RTRDeletePutFilesTooManyRequests) IsCode ¶
func (o *RTRDeletePutFilesTooManyRequests) IsCode(code int) bool
IsCode returns true when this r t r delete put files too many requests response a status code equal to that given
func (*RTRDeletePutFilesTooManyRequests) IsRedirect ¶
func (o *RTRDeletePutFilesTooManyRequests) IsRedirect() bool
IsRedirect returns true when this r t r delete put files too many requests response has a 3xx status code
func (*RTRDeletePutFilesTooManyRequests) IsServerError ¶
func (o *RTRDeletePutFilesTooManyRequests) IsServerError() bool
IsServerError returns true when this r t r delete put files too many requests response has a 5xx status code
func (*RTRDeletePutFilesTooManyRequests) IsSuccess ¶
func (o *RTRDeletePutFilesTooManyRequests) IsSuccess() bool
IsSuccess returns true when this r t r delete put files too many requests response has a 2xx status code
func (*RTRDeletePutFilesTooManyRequests) String ¶
func (o *RTRDeletePutFilesTooManyRequests) String() string
type RTRDeleteScriptsBadRequest ¶
type RTRDeleteScriptsBadRequest 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 }
RTRDeleteScriptsBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewRTRDeleteScriptsBadRequest ¶
func NewRTRDeleteScriptsBadRequest() *RTRDeleteScriptsBadRequest
NewRTRDeleteScriptsBadRequest creates a RTRDeleteScriptsBadRequest with default headers values
func (*RTRDeleteScriptsBadRequest) Code ¶
func (o *RTRDeleteScriptsBadRequest) Code() int
Code gets the status code for the r t r delete scripts bad request response
func (*RTRDeleteScriptsBadRequest) Error ¶
func (o *RTRDeleteScriptsBadRequest) Error() string
func (*RTRDeleteScriptsBadRequest) GetPayload ¶
func (o *RTRDeleteScriptsBadRequest) GetPayload() *models.MsaReplyMetaOnly
func (*RTRDeleteScriptsBadRequest) IsClientError ¶
func (o *RTRDeleteScriptsBadRequest) IsClientError() bool
IsClientError returns true when this r t r delete scripts bad request response has a 4xx status code
func (*RTRDeleteScriptsBadRequest) IsCode ¶
func (o *RTRDeleteScriptsBadRequest) IsCode(code int) bool
IsCode returns true when this r t r delete scripts bad request response a status code equal to that given
func (*RTRDeleteScriptsBadRequest) IsRedirect ¶
func (o *RTRDeleteScriptsBadRequest) IsRedirect() bool
IsRedirect returns true when this r t r delete scripts bad request response has a 3xx status code
func (*RTRDeleteScriptsBadRequest) IsServerError ¶
func (o *RTRDeleteScriptsBadRequest) IsServerError() bool
IsServerError returns true when this r t r delete scripts bad request response has a 5xx status code
func (*RTRDeleteScriptsBadRequest) IsSuccess ¶
func (o *RTRDeleteScriptsBadRequest) IsSuccess() bool
IsSuccess returns true when this r t r delete scripts bad request response has a 2xx status code
func (*RTRDeleteScriptsBadRequest) String ¶
func (o *RTRDeleteScriptsBadRequest) String() string
type RTRDeleteScriptsForbidden ¶
type RTRDeleteScriptsForbidden 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 }
RTRDeleteScriptsForbidden describes a response with status code 403, with default header values.
Forbidden
func NewRTRDeleteScriptsForbidden ¶
func NewRTRDeleteScriptsForbidden() *RTRDeleteScriptsForbidden
NewRTRDeleteScriptsForbidden creates a RTRDeleteScriptsForbidden with default headers values
func (*RTRDeleteScriptsForbidden) Code ¶
func (o *RTRDeleteScriptsForbidden) Code() int
Code gets the status code for the r t r delete scripts forbidden response
func (*RTRDeleteScriptsForbidden) Error ¶
func (o *RTRDeleteScriptsForbidden) Error() string
func (*RTRDeleteScriptsForbidden) GetPayload ¶
func (o *RTRDeleteScriptsForbidden) GetPayload() *models.MsaReplyMetaOnly
func (*RTRDeleteScriptsForbidden) IsClientError ¶
func (o *RTRDeleteScriptsForbidden) IsClientError() bool
IsClientError returns true when this r t r delete scripts forbidden response has a 4xx status code
func (*RTRDeleteScriptsForbidden) IsCode ¶
func (o *RTRDeleteScriptsForbidden) IsCode(code int) bool
IsCode returns true when this r t r delete scripts forbidden response a status code equal to that given
func (*RTRDeleteScriptsForbidden) IsRedirect ¶
func (o *RTRDeleteScriptsForbidden) IsRedirect() bool
IsRedirect returns true when this r t r delete scripts forbidden response has a 3xx status code
func (*RTRDeleteScriptsForbidden) IsServerError ¶
func (o *RTRDeleteScriptsForbidden) IsServerError() bool
IsServerError returns true when this r t r delete scripts forbidden response has a 5xx status code
func (*RTRDeleteScriptsForbidden) IsSuccess ¶
func (o *RTRDeleteScriptsForbidden) IsSuccess() bool
IsSuccess returns true when this r t r delete scripts forbidden response has a 2xx status code
func (*RTRDeleteScriptsForbidden) String ¶
func (o *RTRDeleteScriptsForbidden) String() string
type RTRDeleteScriptsNotFound ¶
type RTRDeleteScriptsNotFound 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 }
RTRDeleteScriptsNotFound describes a response with status code 404, with default header values.
Not Found
func NewRTRDeleteScriptsNotFound ¶
func NewRTRDeleteScriptsNotFound() *RTRDeleteScriptsNotFound
NewRTRDeleteScriptsNotFound creates a RTRDeleteScriptsNotFound with default headers values
func (*RTRDeleteScriptsNotFound) Code ¶
func (o *RTRDeleteScriptsNotFound) Code() int
Code gets the status code for the r t r delete scripts not found response
func (*RTRDeleteScriptsNotFound) Error ¶
func (o *RTRDeleteScriptsNotFound) Error() string
func (*RTRDeleteScriptsNotFound) GetPayload ¶
func (o *RTRDeleteScriptsNotFound) GetPayload() *models.MsaReplyMetaOnly
func (*RTRDeleteScriptsNotFound) IsClientError ¶
func (o *RTRDeleteScriptsNotFound) IsClientError() bool
IsClientError returns true when this r t r delete scripts not found response has a 4xx status code
func (*RTRDeleteScriptsNotFound) IsCode ¶
func (o *RTRDeleteScriptsNotFound) IsCode(code int) bool
IsCode returns true when this r t r delete scripts not found response a status code equal to that given
func (*RTRDeleteScriptsNotFound) IsRedirect ¶
func (o *RTRDeleteScriptsNotFound) IsRedirect() bool
IsRedirect returns true when this r t r delete scripts not found response has a 3xx status code
func (*RTRDeleteScriptsNotFound) IsServerError ¶
func (o *RTRDeleteScriptsNotFound) IsServerError() bool
IsServerError returns true when this r t r delete scripts not found response has a 5xx status code
func (*RTRDeleteScriptsNotFound) IsSuccess ¶
func (o *RTRDeleteScriptsNotFound) IsSuccess() bool
IsSuccess returns true when this r t r delete scripts not found response has a 2xx status code
func (*RTRDeleteScriptsNotFound) String ¶
func (o *RTRDeleteScriptsNotFound) String() string
type RTRDeleteScriptsOK ¶
type RTRDeleteScriptsOK 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 }
RTRDeleteScriptsOK describes a response with status code 200, with default header values.
OK
func NewRTRDeleteScriptsOK ¶
func NewRTRDeleteScriptsOK() *RTRDeleteScriptsOK
NewRTRDeleteScriptsOK creates a RTRDeleteScriptsOK with default headers values
func (*RTRDeleteScriptsOK) Code ¶
func (o *RTRDeleteScriptsOK) Code() int
Code gets the status code for the r t r delete scripts o k response
func (*RTRDeleteScriptsOK) Error ¶
func (o *RTRDeleteScriptsOK) Error() string
func (*RTRDeleteScriptsOK) GetPayload ¶
func (o *RTRDeleteScriptsOK) GetPayload() *models.MsaReplyMetaOnly
func (*RTRDeleteScriptsOK) IsClientError ¶
func (o *RTRDeleteScriptsOK) IsClientError() bool
IsClientError returns true when this r t r delete scripts o k response has a 4xx status code
func (*RTRDeleteScriptsOK) IsCode ¶
func (o *RTRDeleteScriptsOK) IsCode(code int) bool
IsCode returns true when this r t r delete scripts o k response a status code equal to that given
func (*RTRDeleteScriptsOK) IsRedirect ¶
func (o *RTRDeleteScriptsOK) IsRedirect() bool
IsRedirect returns true when this r t r delete scripts o k response has a 3xx status code
func (*RTRDeleteScriptsOK) IsServerError ¶
func (o *RTRDeleteScriptsOK) IsServerError() bool
IsServerError returns true when this r t r delete scripts o k response has a 5xx status code
func (*RTRDeleteScriptsOK) IsSuccess ¶
func (o *RTRDeleteScriptsOK) IsSuccess() bool
IsSuccess returns true when this r t r delete scripts o k response has a 2xx status code
func (*RTRDeleteScriptsOK) String ¶
func (o *RTRDeleteScriptsOK) String() string
type RTRDeleteScriptsParams ¶
type RTRDeleteScriptsParams struct { /* Ids. File id */ Ids string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
RTRDeleteScriptsParams contains all the parameters to send to the API endpoint
for the r t r delete scripts operation. Typically these are written to a http.Request.
func NewRTRDeleteScriptsParams ¶
func NewRTRDeleteScriptsParams() *RTRDeleteScriptsParams
NewRTRDeleteScriptsParams creates a new RTRDeleteScriptsParams 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 NewRTRDeleteScriptsParamsWithContext ¶
func NewRTRDeleteScriptsParamsWithContext(ctx context.Context) *RTRDeleteScriptsParams
NewRTRDeleteScriptsParamsWithContext creates a new RTRDeleteScriptsParams object with the ability to set a context for a request.
func NewRTRDeleteScriptsParamsWithHTTPClient ¶
func NewRTRDeleteScriptsParamsWithHTTPClient(client *http.Client) *RTRDeleteScriptsParams
NewRTRDeleteScriptsParamsWithHTTPClient creates a new RTRDeleteScriptsParams object with the ability to set a custom HTTPClient for a request.
func NewRTRDeleteScriptsParamsWithTimeout ¶
func NewRTRDeleteScriptsParamsWithTimeout(timeout time.Duration) *RTRDeleteScriptsParams
NewRTRDeleteScriptsParamsWithTimeout creates a new RTRDeleteScriptsParams object with the ability to set a timeout on a request.
func (*RTRDeleteScriptsParams) SetContext ¶
func (o *RTRDeleteScriptsParams) SetContext(ctx context.Context)
SetContext adds the context to the r t r delete scripts params
func (*RTRDeleteScriptsParams) SetDefaults ¶
func (o *RTRDeleteScriptsParams) SetDefaults()
SetDefaults hydrates default values in the r t r delete scripts params (not the query body).
All values with no default are reset to their zero value.
func (*RTRDeleteScriptsParams) SetHTTPClient ¶
func (o *RTRDeleteScriptsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the r t r delete scripts params
func (*RTRDeleteScriptsParams) SetIds ¶
func (o *RTRDeleteScriptsParams) SetIds(ids string)
SetIds adds the ids to the r t r delete scripts params
func (*RTRDeleteScriptsParams) SetTimeout ¶
func (o *RTRDeleteScriptsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the r t r delete scripts params
func (*RTRDeleteScriptsParams) WithContext ¶
func (o *RTRDeleteScriptsParams) WithContext(ctx context.Context) *RTRDeleteScriptsParams
WithContext adds the context to the r t r delete scripts params
func (*RTRDeleteScriptsParams) WithDefaults ¶
func (o *RTRDeleteScriptsParams) WithDefaults() *RTRDeleteScriptsParams
WithDefaults hydrates default values in the r t r delete scripts params (not the query body).
All values with no default are reset to their zero value.
func (*RTRDeleteScriptsParams) WithHTTPClient ¶
func (o *RTRDeleteScriptsParams) WithHTTPClient(client *http.Client) *RTRDeleteScriptsParams
WithHTTPClient adds the HTTPClient to the r t r delete scripts params
func (*RTRDeleteScriptsParams) WithIds ¶
func (o *RTRDeleteScriptsParams) WithIds(ids string) *RTRDeleteScriptsParams
WithIds adds the ids to the r t r delete scripts params
func (*RTRDeleteScriptsParams) WithTimeout ¶
func (o *RTRDeleteScriptsParams) WithTimeout(timeout time.Duration) *RTRDeleteScriptsParams
WithTimeout adds the timeout to the r t r delete scripts params
func (*RTRDeleteScriptsParams) WriteToRequest ¶
func (o *RTRDeleteScriptsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RTRDeleteScriptsReader ¶
type RTRDeleteScriptsReader struct {
// contains filtered or unexported fields
}
RTRDeleteScriptsReader is a Reader for the RTRDeleteScripts structure.
func (*RTRDeleteScriptsReader) ReadResponse ¶
func (o *RTRDeleteScriptsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type RTRDeleteScriptsTooManyRequests ¶
type RTRDeleteScriptsTooManyRequests 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 }
RTRDeleteScriptsTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewRTRDeleteScriptsTooManyRequests ¶
func NewRTRDeleteScriptsTooManyRequests() *RTRDeleteScriptsTooManyRequests
NewRTRDeleteScriptsTooManyRequests creates a RTRDeleteScriptsTooManyRequests with default headers values
func (*RTRDeleteScriptsTooManyRequests) Code ¶
func (o *RTRDeleteScriptsTooManyRequests) Code() int
Code gets the status code for the r t r delete scripts too many requests response
func (*RTRDeleteScriptsTooManyRequests) Error ¶
func (o *RTRDeleteScriptsTooManyRequests) Error() string
func (*RTRDeleteScriptsTooManyRequests) GetPayload ¶
func (o *RTRDeleteScriptsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*RTRDeleteScriptsTooManyRequests) IsClientError ¶
func (o *RTRDeleteScriptsTooManyRequests) IsClientError() bool
IsClientError returns true when this r t r delete scripts too many requests response has a 4xx status code
func (*RTRDeleteScriptsTooManyRequests) IsCode ¶
func (o *RTRDeleteScriptsTooManyRequests) IsCode(code int) bool
IsCode returns true when this r t r delete scripts too many requests response a status code equal to that given
func (*RTRDeleteScriptsTooManyRequests) IsRedirect ¶
func (o *RTRDeleteScriptsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this r t r delete scripts too many requests response has a 3xx status code
func (*RTRDeleteScriptsTooManyRequests) IsServerError ¶
func (o *RTRDeleteScriptsTooManyRequests) IsServerError() bool
IsServerError returns true when this r t r delete scripts too many requests response has a 5xx status code
func (*RTRDeleteScriptsTooManyRequests) IsSuccess ¶
func (o *RTRDeleteScriptsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this r t r delete scripts too many requests response has a 2xx status code
func (*RTRDeleteScriptsTooManyRequests) String ¶
func (o *RTRDeleteScriptsTooManyRequests) String() string
type RTRExecuteAdminCommandBadRequest ¶
type RTRExecuteAdminCommandBadRequest 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.DomainAPIError }
RTRExecuteAdminCommandBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewRTRExecuteAdminCommandBadRequest ¶
func NewRTRExecuteAdminCommandBadRequest() *RTRExecuteAdminCommandBadRequest
NewRTRExecuteAdminCommandBadRequest creates a RTRExecuteAdminCommandBadRequest with default headers values
func (*RTRExecuteAdminCommandBadRequest) Code ¶
func (o *RTRExecuteAdminCommandBadRequest) Code() int
Code gets the status code for the r t r execute admin command bad request response
func (*RTRExecuteAdminCommandBadRequest) Error ¶
func (o *RTRExecuteAdminCommandBadRequest) Error() string
func (*RTRExecuteAdminCommandBadRequest) GetPayload ¶
func (o *RTRExecuteAdminCommandBadRequest) GetPayload() *models.DomainAPIError
func (*RTRExecuteAdminCommandBadRequest) IsClientError ¶
func (o *RTRExecuteAdminCommandBadRequest) IsClientError() bool
IsClientError returns true when this r t r execute admin command bad request response has a 4xx status code
func (*RTRExecuteAdminCommandBadRequest) IsCode ¶
func (o *RTRExecuteAdminCommandBadRequest) IsCode(code int) bool
IsCode returns true when this r t r execute admin command bad request response a status code equal to that given
func (*RTRExecuteAdminCommandBadRequest) IsRedirect ¶
func (o *RTRExecuteAdminCommandBadRequest) IsRedirect() bool
IsRedirect returns true when this r t r execute admin command bad request response has a 3xx status code
func (*RTRExecuteAdminCommandBadRequest) IsServerError ¶
func (o *RTRExecuteAdminCommandBadRequest) IsServerError() bool
IsServerError returns true when this r t r execute admin command bad request response has a 5xx status code
func (*RTRExecuteAdminCommandBadRequest) IsSuccess ¶
func (o *RTRExecuteAdminCommandBadRequest) IsSuccess() bool
IsSuccess returns true when this r t r execute admin command bad request response has a 2xx status code
func (*RTRExecuteAdminCommandBadRequest) String ¶
func (o *RTRExecuteAdminCommandBadRequest) String() string
type RTRExecuteAdminCommandCreated ¶
type RTRExecuteAdminCommandCreated 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.DomainCommandExecuteResponseWrapper }
RTRExecuteAdminCommandCreated describes a response with status code 201, with default header values.
Created
func NewRTRExecuteAdminCommandCreated ¶
func NewRTRExecuteAdminCommandCreated() *RTRExecuteAdminCommandCreated
NewRTRExecuteAdminCommandCreated creates a RTRExecuteAdminCommandCreated with default headers values
func (*RTRExecuteAdminCommandCreated) Code ¶
func (o *RTRExecuteAdminCommandCreated) Code() int
Code gets the status code for the r t r execute admin command created response
func (*RTRExecuteAdminCommandCreated) Error ¶
func (o *RTRExecuteAdminCommandCreated) Error() string
func (*RTRExecuteAdminCommandCreated) GetPayload ¶
func (o *RTRExecuteAdminCommandCreated) GetPayload() *models.DomainCommandExecuteResponseWrapper
func (*RTRExecuteAdminCommandCreated) IsClientError ¶
func (o *RTRExecuteAdminCommandCreated) IsClientError() bool
IsClientError returns true when this r t r execute admin command created response has a 4xx status code
func (*RTRExecuteAdminCommandCreated) IsCode ¶
func (o *RTRExecuteAdminCommandCreated) IsCode(code int) bool
IsCode returns true when this r t r execute admin command created response a status code equal to that given
func (*RTRExecuteAdminCommandCreated) IsRedirect ¶
func (o *RTRExecuteAdminCommandCreated) IsRedirect() bool
IsRedirect returns true when this r t r execute admin command created response has a 3xx status code
func (*RTRExecuteAdminCommandCreated) IsServerError ¶
func (o *RTRExecuteAdminCommandCreated) IsServerError() bool
IsServerError returns true when this r t r execute admin command created response has a 5xx status code
func (*RTRExecuteAdminCommandCreated) IsSuccess ¶
func (o *RTRExecuteAdminCommandCreated) IsSuccess() bool
IsSuccess returns true when this r t r execute admin command created response has a 2xx status code
func (*RTRExecuteAdminCommandCreated) String ¶
func (o *RTRExecuteAdminCommandCreated) String() string
type RTRExecuteAdminCommandForbidden ¶
type RTRExecuteAdminCommandForbidden 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 }
RTRExecuteAdminCommandForbidden describes a response with status code 403, with default header values.
Forbidden
func NewRTRExecuteAdminCommandForbidden ¶
func NewRTRExecuteAdminCommandForbidden() *RTRExecuteAdminCommandForbidden
NewRTRExecuteAdminCommandForbidden creates a RTRExecuteAdminCommandForbidden with default headers values
func (*RTRExecuteAdminCommandForbidden) Code ¶
func (o *RTRExecuteAdminCommandForbidden) Code() int
Code gets the status code for the r t r execute admin command forbidden response
func (*RTRExecuteAdminCommandForbidden) Error ¶
func (o *RTRExecuteAdminCommandForbidden) Error() string
func (*RTRExecuteAdminCommandForbidden) GetPayload ¶
func (o *RTRExecuteAdminCommandForbidden) GetPayload() *models.MsaReplyMetaOnly
func (*RTRExecuteAdminCommandForbidden) IsClientError ¶
func (o *RTRExecuteAdminCommandForbidden) IsClientError() bool
IsClientError returns true when this r t r execute admin command forbidden response has a 4xx status code
func (*RTRExecuteAdminCommandForbidden) IsCode ¶
func (o *RTRExecuteAdminCommandForbidden) IsCode(code int) bool
IsCode returns true when this r t r execute admin command forbidden response a status code equal to that given
func (*RTRExecuteAdminCommandForbidden) IsRedirect ¶
func (o *RTRExecuteAdminCommandForbidden) IsRedirect() bool
IsRedirect returns true when this r t r execute admin command forbidden response has a 3xx status code
func (*RTRExecuteAdminCommandForbidden) IsServerError ¶
func (o *RTRExecuteAdminCommandForbidden) IsServerError() bool
IsServerError returns true when this r t r execute admin command forbidden response has a 5xx status code
func (*RTRExecuteAdminCommandForbidden) IsSuccess ¶
func (o *RTRExecuteAdminCommandForbidden) IsSuccess() bool
IsSuccess returns true when this r t r execute admin command forbidden response has a 2xx status code
func (*RTRExecuteAdminCommandForbidden) String ¶
func (o *RTRExecuteAdminCommandForbidden) String() string
type RTRExecuteAdminCommandParams ¶
type RTRExecuteAdminCommandParams struct { /* Body. Use this endpoint to run these [real time response commands](https://falcon.crowdstrike.com/documentation/page/b8c1738c/real-time-response-and-network-containment#k893b7c0): - `cat` - `cd` - `clear` - `cp` - `encrypt` - `env` - `eventlog` - `filehash` - `get` - `getsid` - `help` - `history` - `ipconfig` - `kill` - `ls` - `map` - `memdump` - `mkdir` - `mount` - `mv` - `netstat` - `ps` - `put` - `reg query` - `reg set` - `reg delete` - `reg load` - `reg unload` - `restart` - `rm` - `run` - `runscript` - `shutdown` - `unmap` - `update history` - `update install` - `update list` - `update query` - `xmemdump` - `zip` Required values. The rest of the fields are unused. **`base_command`** Active-Responder command type we are going to execute, for example: `get` or `cp`. Refer to the RTR documentation for the full list of commands. **`command_string`** Full command string for the command. For example `get some_file.txt` **`session_id`** RTR session ID to run the command on */ Body *models.DomainCommandExecuteRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
RTRExecuteAdminCommandParams contains all the parameters to send to the API endpoint
for the r t r execute admin command operation. Typically these are written to a http.Request.
func NewRTRExecuteAdminCommandParams ¶
func NewRTRExecuteAdminCommandParams() *RTRExecuteAdminCommandParams
NewRTRExecuteAdminCommandParams creates a new RTRExecuteAdminCommandParams 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 NewRTRExecuteAdminCommandParamsWithContext ¶
func NewRTRExecuteAdminCommandParamsWithContext(ctx context.Context) *RTRExecuteAdminCommandParams
NewRTRExecuteAdminCommandParamsWithContext creates a new RTRExecuteAdminCommandParams object with the ability to set a context for a request.
func NewRTRExecuteAdminCommandParamsWithHTTPClient ¶
func NewRTRExecuteAdminCommandParamsWithHTTPClient(client *http.Client) *RTRExecuteAdminCommandParams
NewRTRExecuteAdminCommandParamsWithHTTPClient creates a new RTRExecuteAdminCommandParams object with the ability to set a custom HTTPClient for a request.
func NewRTRExecuteAdminCommandParamsWithTimeout ¶
func NewRTRExecuteAdminCommandParamsWithTimeout(timeout time.Duration) *RTRExecuteAdminCommandParams
NewRTRExecuteAdminCommandParamsWithTimeout creates a new RTRExecuteAdminCommandParams object with the ability to set a timeout on a request.
func (*RTRExecuteAdminCommandParams) SetBody ¶
func (o *RTRExecuteAdminCommandParams) SetBody(body *models.DomainCommandExecuteRequest)
SetBody adds the body to the r t r execute admin command params
func (*RTRExecuteAdminCommandParams) SetContext ¶
func (o *RTRExecuteAdminCommandParams) SetContext(ctx context.Context)
SetContext adds the context to the r t r execute admin command params
func (*RTRExecuteAdminCommandParams) SetDefaults ¶
func (o *RTRExecuteAdminCommandParams) SetDefaults()
SetDefaults hydrates default values in the r t r execute admin command params (not the query body).
All values with no default are reset to their zero value.
func (*RTRExecuteAdminCommandParams) SetHTTPClient ¶
func (o *RTRExecuteAdminCommandParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the r t r execute admin command params
func (*RTRExecuteAdminCommandParams) SetTimeout ¶
func (o *RTRExecuteAdminCommandParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the r t r execute admin command params
func (*RTRExecuteAdminCommandParams) WithBody ¶
func (o *RTRExecuteAdminCommandParams) WithBody(body *models.DomainCommandExecuteRequest) *RTRExecuteAdminCommandParams
WithBody adds the body to the r t r execute admin command params
func (*RTRExecuteAdminCommandParams) WithContext ¶
func (o *RTRExecuteAdminCommandParams) WithContext(ctx context.Context) *RTRExecuteAdminCommandParams
WithContext adds the context to the r t r execute admin command params
func (*RTRExecuteAdminCommandParams) WithDefaults ¶
func (o *RTRExecuteAdminCommandParams) WithDefaults() *RTRExecuteAdminCommandParams
WithDefaults hydrates default values in the r t r execute admin command params (not the query body).
All values with no default are reset to their zero value.
func (*RTRExecuteAdminCommandParams) WithHTTPClient ¶
func (o *RTRExecuteAdminCommandParams) WithHTTPClient(client *http.Client) *RTRExecuteAdminCommandParams
WithHTTPClient adds the HTTPClient to the r t r execute admin command params
func (*RTRExecuteAdminCommandParams) WithTimeout ¶
func (o *RTRExecuteAdminCommandParams) WithTimeout(timeout time.Duration) *RTRExecuteAdminCommandParams
WithTimeout adds the timeout to the r t r execute admin command params
func (*RTRExecuteAdminCommandParams) WriteToRequest ¶
func (o *RTRExecuteAdminCommandParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RTRExecuteAdminCommandReader ¶
type RTRExecuteAdminCommandReader struct {
// contains filtered or unexported fields
}
RTRExecuteAdminCommandReader is a Reader for the RTRExecuteAdminCommand structure.
func (*RTRExecuteAdminCommandReader) ReadResponse ¶
func (o *RTRExecuteAdminCommandReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type RTRExecuteAdminCommandTooManyRequests ¶
type RTRExecuteAdminCommandTooManyRequests 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 }
RTRExecuteAdminCommandTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewRTRExecuteAdminCommandTooManyRequests ¶
func NewRTRExecuteAdminCommandTooManyRequests() *RTRExecuteAdminCommandTooManyRequests
NewRTRExecuteAdminCommandTooManyRequests creates a RTRExecuteAdminCommandTooManyRequests with default headers values
func (*RTRExecuteAdminCommandTooManyRequests) Code ¶
func (o *RTRExecuteAdminCommandTooManyRequests) Code() int
Code gets the status code for the r t r execute admin command too many requests response
func (*RTRExecuteAdminCommandTooManyRequests) Error ¶
func (o *RTRExecuteAdminCommandTooManyRequests) Error() string
func (*RTRExecuteAdminCommandTooManyRequests) GetPayload ¶
func (o *RTRExecuteAdminCommandTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*RTRExecuteAdminCommandTooManyRequests) IsClientError ¶
func (o *RTRExecuteAdminCommandTooManyRequests) IsClientError() bool
IsClientError returns true when this r t r execute admin command too many requests response has a 4xx status code
func (*RTRExecuteAdminCommandTooManyRequests) IsCode ¶
func (o *RTRExecuteAdminCommandTooManyRequests) IsCode(code int) bool
IsCode returns true when this r t r execute admin command too many requests response a status code equal to that given
func (*RTRExecuteAdminCommandTooManyRequests) IsRedirect ¶
func (o *RTRExecuteAdminCommandTooManyRequests) IsRedirect() bool
IsRedirect returns true when this r t r execute admin command too many requests response has a 3xx status code
func (*RTRExecuteAdminCommandTooManyRequests) IsServerError ¶
func (o *RTRExecuteAdminCommandTooManyRequests) IsServerError() bool
IsServerError returns true when this r t r execute admin command too many requests response has a 5xx status code
func (*RTRExecuteAdminCommandTooManyRequests) IsSuccess ¶
func (o *RTRExecuteAdminCommandTooManyRequests) IsSuccess() bool
IsSuccess returns true when this r t r execute admin command too many requests response has a 2xx status code
func (*RTRExecuteAdminCommandTooManyRequests) String ¶
func (o *RTRExecuteAdminCommandTooManyRequests) String() string
type RTRGetFalconScriptsBadRequest ¶
type RTRGetFalconScriptsBadRequest 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.DomainAPIError }
RTRGetFalconScriptsBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewRTRGetFalconScriptsBadRequest ¶
func NewRTRGetFalconScriptsBadRequest() *RTRGetFalconScriptsBadRequest
NewRTRGetFalconScriptsBadRequest creates a RTRGetFalconScriptsBadRequest with default headers values
func (*RTRGetFalconScriptsBadRequest) Code ¶
func (o *RTRGetFalconScriptsBadRequest) Code() int
Code gets the status code for the r t r get falcon scripts bad request response
func (*RTRGetFalconScriptsBadRequest) Error ¶
func (o *RTRGetFalconScriptsBadRequest) Error() string
func (*RTRGetFalconScriptsBadRequest) GetPayload ¶
func (o *RTRGetFalconScriptsBadRequest) GetPayload() *models.DomainAPIError
func (*RTRGetFalconScriptsBadRequest) IsClientError ¶
func (o *RTRGetFalconScriptsBadRequest) IsClientError() bool
IsClientError returns true when this r t r get falcon scripts bad request response has a 4xx status code
func (*RTRGetFalconScriptsBadRequest) IsCode ¶
func (o *RTRGetFalconScriptsBadRequest) IsCode(code int) bool
IsCode returns true when this r t r get falcon scripts bad request response a status code equal to that given
func (*RTRGetFalconScriptsBadRequest) IsRedirect ¶
func (o *RTRGetFalconScriptsBadRequest) IsRedirect() bool
IsRedirect returns true when this r t r get falcon scripts bad request response has a 3xx status code
func (*RTRGetFalconScriptsBadRequest) IsServerError ¶
func (o *RTRGetFalconScriptsBadRequest) IsServerError() bool
IsServerError returns true when this r t r get falcon scripts bad request response has a 5xx status code
func (*RTRGetFalconScriptsBadRequest) IsSuccess ¶
func (o *RTRGetFalconScriptsBadRequest) IsSuccess() bool
IsSuccess returns true when this r t r get falcon scripts bad request response has a 2xx status code
func (*RTRGetFalconScriptsBadRequest) String ¶
func (o *RTRGetFalconScriptsBadRequest) String() string
type RTRGetFalconScriptsForbidden ¶
type RTRGetFalconScriptsForbidden 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 }
RTRGetFalconScriptsForbidden describes a response with status code 403, with default header values.
Forbidden
func NewRTRGetFalconScriptsForbidden ¶
func NewRTRGetFalconScriptsForbidden() *RTRGetFalconScriptsForbidden
NewRTRGetFalconScriptsForbidden creates a RTRGetFalconScriptsForbidden with default headers values
func (*RTRGetFalconScriptsForbidden) Code ¶
func (o *RTRGetFalconScriptsForbidden) Code() int
Code gets the status code for the r t r get falcon scripts forbidden response
func (*RTRGetFalconScriptsForbidden) Error ¶
func (o *RTRGetFalconScriptsForbidden) Error() string
func (*RTRGetFalconScriptsForbidden) GetPayload ¶
func (o *RTRGetFalconScriptsForbidden) GetPayload() *models.MsaReplyMetaOnly
func (*RTRGetFalconScriptsForbidden) IsClientError ¶
func (o *RTRGetFalconScriptsForbidden) IsClientError() bool
IsClientError returns true when this r t r get falcon scripts forbidden response has a 4xx status code
func (*RTRGetFalconScriptsForbidden) IsCode ¶
func (o *RTRGetFalconScriptsForbidden) IsCode(code int) bool
IsCode returns true when this r t r get falcon scripts forbidden response a status code equal to that given
func (*RTRGetFalconScriptsForbidden) IsRedirect ¶
func (o *RTRGetFalconScriptsForbidden) IsRedirect() bool
IsRedirect returns true when this r t r get falcon scripts forbidden response has a 3xx status code
func (*RTRGetFalconScriptsForbidden) IsServerError ¶
func (o *RTRGetFalconScriptsForbidden) IsServerError() bool
IsServerError returns true when this r t r get falcon scripts forbidden response has a 5xx status code
func (*RTRGetFalconScriptsForbidden) IsSuccess ¶
func (o *RTRGetFalconScriptsForbidden) IsSuccess() bool
IsSuccess returns true when this r t r get falcon scripts forbidden response has a 2xx status code
func (*RTRGetFalconScriptsForbidden) String ¶
func (o *RTRGetFalconScriptsForbidden) String() string
type RTRGetFalconScriptsNotFound ¶
type RTRGetFalconScriptsNotFound 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.DomainAPIError }
RTRGetFalconScriptsNotFound describes a response with status code 404, with default header values.
Not Found
func NewRTRGetFalconScriptsNotFound ¶
func NewRTRGetFalconScriptsNotFound() *RTRGetFalconScriptsNotFound
NewRTRGetFalconScriptsNotFound creates a RTRGetFalconScriptsNotFound with default headers values
func (*RTRGetFalconScriptsNotFound) Code ¶
func (o *RTRGetFalconScriptsNotFound) Code() int
Code gets the status code for the r t r get falcon scripts not found response
func (*RTRGetFalconScriptsNotFound) Error ¶
func (o *RTRGetFalconScriptsNotFound) Error() string
func (*RTRGetFalconScriptsNotFound) GetPayload ¶
func (o *RTRGetFalconScriptsNotFound) GetPayload() *models.DomainAPIError
func (*RTRGetFalconScriptsNotFound) IsClientError ¶
func (o *RTRGetFalconScriptsNotFound) IsClientError() bool
IsClientError returns true when this r t r get falcon scripts not found response has a 4xx status code
func (*RTRGetFalconScriptsNotFound) IsCode ¶
func (o *RTRGetFalconScriptsNotFound) IsCode(code int) bool
IsCode returns true when this r t r get falcon scripts not found response a status code equal to that given
func (*RTRGetFalconScriptsNotFound) IsRedirect ¶
func (o *RTRGetFalconScriptsNotFound) IsRedirect() bool
IsRedirect returns true when this r t r get falcon scripts not found response has a 3xx status code
func (*RTRGetFalconScriptsNotFound) IsServerError ¶
func (o *RTRGetFalconScriptsNotFound) IsServerError() bool
IsServerError returns true when this r t r get falcon scripts not found response has a 5xx status code
func (*RTRGetFalconScriptsNotFound) IsSuccess ¶
func (o *RTRGetFalconScriptsNotFound) IsSuccess() bool
IsSuccess returns true when this r t r get falcon scripts not found response has a 2xx status code
func (*RTRGetFalconScriptsNotFound) String ¶
func (o *RTRGetFalconScriptsNotFound) String() string
type RTRGetFalconScriptsOK ¶
type RTRGetFalconScriptsOK 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.EmpowerapiMsaFalconScriptResponse }
RTRGetFalconScriptsOK describes a response with status code 200, with default header values.
OK
func NewRTRGetFalconScriptsOK ¶
func NewRTRGetFalconScriptsOK() *RTRGetFalconScriptsOK
NewRTRGetFalconScriptsOK creates a RTRGetFalconScriptsOK with default headers values
func (*RTRGetFalconScriptsOK) Code ¶
func (o *RTRGetFalconScriptsOK) Code() int
Code gets the status code for the r t r get falcon scripts o k response
func (*RTRGetFalconScriptsOK) Error ¶
func (o *RTRGetFalconScriptsOK) Error() string
func (*RTRGetFalconScriptsOK) GetPayload ¶
func (o *RTRGetFalconScriptsOK) GetPayload() *models.EmpowerapiMsaFalconScriptResponse
func (*RTRGetFalconScriptsOK) IsClientError ¶
func (o *RTRGetFalconScriptsOK) IsClientError() bool
IsClientError returns true when this r t r get falcon scripts o k response has a 4xx status code
func (*RTRGetFalconScriptsOK) IsCode ¶
func (o *RTRGetFalconScriptsOK) IsCode(code int) bool
IsCode returns true when this r t r get falcon scripts o k response a status code equal to that given
func (*RTRGetFalconScriptsOK) IsRedirect ¶
func (o *RTRGetFalconScriptsOK) IsRedirect() bool
IsRedirect returns true when this r t r get falcon scripts o k response has a 3xx status code
func (*RTRGetFalconScriptsOK) IsServerError ¶
func (o *RTRGetFalconScriptsOK) IsServerError() bool
IsServerError returns true when this r t r get falcon scripts o k response has a 5xx status code
func (*RTRGetFalconScriptsOK) IsSuccess ¶
func (o *RTRGetFalconScriptsOK) IsSuccess() bool
IsSuccess returns true when this r t r get falcon scripts o k response has a 2xx status code
func (*RTRGetFalconScriptsOK) String ¶
func (o *RTRGetFalconScriptsOK) String() string
type RTRGetFalconScriptsParams ¶
type RTRGetFalconScriptsParams struct { /* Ids. IDs of the Falcon scripts you want to retrieve */ Ids []string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
RTRGetFalconScriptsParams contains all the parameters to send to the API endpoint
for the r t r get falcon scripts operation. Typically these are written to a http.Request.
func NewRTRGetFalconScriptsParams ¶
func NewRTRGetFalconScriptsParams() *RTRGetFalconScriptsParams
NewRTRGetFalconScriptsParams creates a new RTRGetFalconScriptsParams 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 NewRTRGetFalconScriptsParamsWithContext ¶
func NewRTRGetFalconScriptsParamsWithContext(ctx context.Context) *RTRGetFalconScriptsParams
NewRTRGetFalconScriptsParamsWithContext creates a new RTRGetFalconScriptsParams object with the ability to set a context for a request.
func NewRTRGetFalconScriptsParamsWithHTTPClient ¶
func NewRTRGetFalconScriptsParamsWithHTTPClient(client *http.Client) *RTRGetFalconScriptsParams
NewRTRGetFalconScriptsParamsWithHTTPClient creates a new RTRGetFalconScriptsParams object with the ability to set a custom HTTPClient for a request.
func NewRTRGetFalconScriptsParamsWithTimeout ¶
func NewRTRGetFalconScriptsParamsWithTimeout(timeout time.Duration) *RTRGetFalconScriptsParams
NewRTRGetFalconScriptsParamsWithTimeout creates a new RTRGetFalconScriptsParams object with the ability to set a timeout on a request.
func (*RTRGetFalconScriptsParams) SetContext ¶
func (o *RTRGetFalconScriptsParams) SetContext(ctx context.Context)
SetContext adds the context to the r t r get falcon scripts params
func (*RTRGetFalconScriptsParams) SetDefaults ¶
func (o *RTRGetFalconScriptsParams) SetDefaults()
SetDefaults hydrates default values in the r t r get falcon scripts params (not the query body).
All values with no default are reset to their zero value.
func (*RTRGetFalconScriptsParams) SetHTTPClient ¶
func (o *RTRGetFalconScriptsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the r t r get falcon scripts params
func (*RTRGetFalconScriptsParams) SetIds ¶
func (o *RTRGetFalconScriptsParams) SetIds(ids []string)
SetIds adds the ids to the r t r get falcon scripts params
func (*RTRGetFalconScriptsParams) SetTimeout ¶
func (o *RTRGetFalconScriptsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the r t r get falcon scripts params
func (*RTRGetFalconScriptsParams) WithContext ¶
func (o *RTRGetFalconScriptsParams) WithContext(ctx context.Context) *RTRGetFalconScriptsParams
WithContext adds the context to the r t r get falcon scripts params
func (*RTRGetFalconScriptsParams) WithDefaults ¶
func (o *RTRGetFalconScriptsParams) WithDefaults() *RTRGetFalconScriptsParams
WithDefaults hydrates default values in the r t r get falcon scripts params (not the query body).
All values with no default are reset to their zero value.
func (*RTRGetFalconScriptsParams) WithHTTPClient ¶
func (o *RTRGetFalconScriptsParams) WithHTTPClient(client *http.Client) *RTRGetFalconScriptsParams
WithHTTPClient adds the HTTPClient to the r t r get falcon scripts params
func (*RTRGetFalconScriptsParams) WithIds ¶
func (o *RTRGetFalconScriptsParams) WithIds(ids []string) *RTRGetFalconScriptsParams
WithIds adds the ids to the r t r get falcon scripts params
func (*RTRGetFalconScriptsParams) WithTimeout ¶
func (o *RTRGetFalconScriptsParams) WithTimeout(timeout time.Duration) *RTRGetFalconScriptsParams
WithTimeout adds the timeout to the r t r get falcon scripts params
func (*RTRGetFalconScriptsParams) WriteToRequest ¶
func (o *RTRGetFalconScriptsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RTRGetFalconScriptsReader ¶
type RTRGetFalconScriptsReader struct {
// contains filtered or unexported fields
}
RTRGetFalconScriptsReader is a Reader for the RTRGetFalconScripts structure.
func (*RTRGetFalconScriptsReader) ReadResponse ¶
func (o *RTRGetFalconScriptsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type RTRGetFalconScriptsTooManyRequests ¶
type RTRGetFalconScriptsTooManyRequests 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 }
RTRGetFalconScriptsTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewRTRGetFalconScriptsTooManyRequests ¶
func NewRTRGetFalconScriptsTooManyRequests() *RTRGetFalconScriptsTooManyRequests
NewRTRGetFalconScriptsTooManyRequests creates a RTRGetFalconScriptsTooManyRequests with default headers values
func (*RTRGetFalconScriptsTooManyRequests) Code ¶
func (o *RTRGetFalconScriptsTooManyRequests) Code() int
Code gets the status code for the r t r get falcon scripts too many requests response
func (*RTRGetFalconScriptsTooManyRequests) Error ¶
func (o *RTRGetFalconScriptsTooManyRequests) Error() string
func (*RTRGetFalconScriptsTooManyRequests) GetPayload ¶
func (o *RTRGetFalconScriptsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*RTRGetFalconScriptsTooManyRequests) IsClientError ¶
func (o *RTRGetFalconScriptsTooManyRequests) IsClientError() bool
IsClientError returns true when this r t r get falcon scripts too many requests response has a 4xx status code
func (*RTRGetFalconScriptsTooManyRequests) IsCode ¶
func (o *RTRGetFalconScriptsTooManyRequests) IsCode(code int) bool
IsCode returns true when this r t r get falcon scripts too many requests response a status code equal to that given
func (*RTRGetFalconScriptsTooManyRequests) IsRedirect ¶
func (o *RTRGetFalconScriptsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this r t r get falcon scripts too many requests response has a 3xx status code
func (*RTRGetFalconScriptsTooManyRequests) IsServerError ¶
func (o *RTRGetFalconScriptsTooManyRequests) IsServerError() bool
IsServerError returns true when this r t r get falcon scripts too many requests response has a 5xx status code
func (*RTRGetFalconScriptsTooManyRequests) IsSuccess ¶
func (o *RTRGetFalconScriptsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this r t r get falcon scripts too many requests response has a 2xx status code
func (*RTRGetFalconScriptsTooManyRequests) String ¶
func (o *RTRGetFalconScriptsTooManyRequests) String() string
type RTRGetPutFilesBadRequest ¶
type RTRGetPutFilesBadRequest 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.DomainAPIError }
RTRGetPutFilesBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewRTRGetPutFilesBadRequest ¶
func NewRTRGetPutFilesBadRequest() *RTRGetPutFilesBadRequest
NewRTRGetPutFilesBadRequest creates a RTRGetPutFilesBadRequest with default headers values
func (*RTRGetPutFilesBadRequest) Code ¶
func (o *RTRGetPutFilesBadRequest) Code() int
Code gets the status code for the r t r get put files bad request response
func (*RTRGetPutFilesBadRequest) Error ¶
func (o *RTRGetPutFilesBadRequest) Error() string
func (*RTRGetPutFilesBadRequest) GetPayload ¶
func (o *RTRGetPutFilesBadRequest) GetPayload() *models.DomainAPIError
func (*RTRGetPutFilesBadRequest) IsClientError ¶
func (o *RTRGetPutFilesBadRequest) IsClientError() bool
IsClientError returns true when this r t r get put files bad request response has a 4xx status code
func (*RTRGetPutFilesBadRequest) IsCode ¶
func (o *RTRGetPutFilesBadRequest) IsCode(code int) bool
IsCode returns true when this r t r get put files bad request response a status code equal to that given
func (*RTRGetPutFilesBadRequest) IsRedirect ¶
func (o *RTRGetPutFilesBadRequest) IsRedirect() bool
IsRedirect returns true when this r t r get put files bad request response has a 3xx status code
func (*RTRGetPutFilesBadRequest) IsServerError ¶
func (o *RTRGetPutFilesBadRequest) IsServerError() bool
IsServerError returns true when this r t r get put files bad request response has a 5xx status code
func (*RTRGetPutFilesBadRequest) IsSuccess ¶
func (o *RTRGetPutFilesBadRequest) IsSuccess() bool
IsSuccess returns true when this r t r get put files bad request response has a 2xx status code
func (*RTRGetPutFilesBadRequest) String ¶
func (o *RTRGetPutFilesBadRequest) String() string
type RTRGetPutFilesForbidden ¶
type RTRGetPutFilesForbidden 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 }
RTRGetPutFilesForbidden describes a response with status code 403, with default header values.
Forbidden
func NewRTRGetPutFilesForbidden ¶
func NewRTRGetPutFilesForbidden() *RTRGetPutFilesForbidden
NewRTRGetPutFilesForbidden creates a RTRGetPutFilesForbidden with default headers values
func (*RTRGetPutFilesForbidden) Code ¶
func (o *RTRGetPutFilesForbidden) Code() int
Code gets the status code for the r t r get put files forbidden response
func (*RTRGetPutFilesForbidden) Error ¶
func (o *RTRGetPutFilesForbidden) Error() string
func (*RTRGetPutFilesForbidden) GetPayload ¶
func (o *RTRGetPutFilesForbidden) GetPayload() *models.MsaReplyMetaOnly
func (*RTRGetPutFilesForbidden) IsClientError ¶
func (o *RTRGetPutFilesForbidden) IsClientError() bool
IsClientError returns true when this r t r get put files forbidden response has a 4xx status code
func (*RTRGetPutFilesForbidden) IsCode ¶
func (o *RTRGetPutFilesForbidden) IsCode(code int) bool
IsCode returns true when this r t r get put files forbidden response a status code equal to that given
func (*RTRGetPutFilesForbidden) IsRedirect ¶
func (o *RTRGetPutFilesForbidden) IsRedirect() bool
IsRedirect returns true when this r t r get put files forbidden response has a 3xx status code
func (*RTRGetPutFilesForbidden) IsServerError ¶
func (o *RTRGetPutFilesForbidden) IsServerError() bool
IsServerError returns true when this r t r get put files forbidden response has a 5xx status code
func (*RTRGetPutFilesForbidden) IsSuccess ¶
func (o *RTRGetPutFilesForbidden) IsSuccess() bool
IsSuccess returns true when this r t r get put files forbidden response has a 2xx status code
func (*RTRGetPutFilesForbidden) String ¶
func (o *RTRGetPutFilesForbidden) String() string
type RTRGetPutFilesNotFound ¶
type RTRGetPutFilesNotFound 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.DomainAPIError }
RTRGetPutFilesNotFound describes a response with status code 404, with default header values.
Not Found
func NewRTRGetPutFilesNotFound ¶
func NewRTRGetPutFilesNotFound() *RTRGetPutFilesNotFound
NewRTRGetPutFilesNotFound creates a RTRGetPutFilesNotFound with default headers values
func (*RTRGetPutFilesNotFound) Code ¶
func (o *RTRGetPutFilesNotFound) Code() int
Code gets the status code for the r t r get put files not found response
func (*RTRGetPutFilesNotFound) Error ¶
func (o *RTRGetPutFilesNotFound) Error() string
func (*RTRGetPutFilesNotFound) GetPayload ¶
func (o *RTRGetPutFilesNotFound) GetPayload() *models.DomainAPIError
func (*RTRGetPutFilesNotFound) IsClientError ¶
func (o *RTRGetPutFilesNotFound) IsClientError() bool
IsClientError returns true when this r t r get put files not found response has a 4xx status code
func (*RTRGetPutFilesNotFound) IsCode ¶
func (o *RTRGetPutFilesNotFound) IsCode(code int) bool
IsCode returns true when this r t r get put files not found response a status code equal to that given
func (*RTRGetPutFilesNotFound) IsRedirect ¶
func (o *RTRGetPutFilesNotFound) IsRedirect() bool
IsRedirect returns true when this r t r get put files not found response has a 3xx status code
func (*RTRGetPutFilesNotFound) IsServerError ¶
func (o *RTRGetPutFilesNotFound) IsServerError() bool
IsServerError returns true when this r t r get put files not found response has a 5xx status code
func (*RTRGetPutFilesNotFound) IsSuccess ¶
func (o *RTRGetPutFilesNotFound) IsSuccess() bool
IsSuccess returns true when this r t r get put files not found response has a 2xx status code
func (*RTRGetPutFilesNotFound) String ¶
func (o *RTRGetPutFilesNotFound) String() string
type RTRGetPutFilesOK ¶
type RTRGetPutFilesOK 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.EmpowerapiMsaPFResponseV1 }
RTRGetPutFilesOK describes a response with status code 200, with default header values.
OK
func NewRTRGetPutFilesOK ¶
func NewRTRGetPutFilesOK() *RTRGetPutFilesOK
NewRTRGetPutFilesOK creates a RTRGetPutFilesOK with default headers values
func (*RTRGetPutFilesOK) Code ¶
func (o *RTRGetPutFilesOK) Code() int
Code gets the status code for the r t r get put files o k response
func (*RTRGetPutFilesOK) Error ¶
func (o *RTRGetPutFilesOK) Error() string
func (*RTRGetPutFilesOK) GetPayload ¶
func (o *RTRGetPutFilesOK) GetPayload() *models.EmpowerapiMsaPFResponseV1
func (*RTRGetPutFilesOK) IsClientError ¶
func (o *RTRGetPutFilesOK) IsClientError() bool
IsClientError returns true when this r t r get put files o k response has a 4xx status code
func (*RTRGetPutFilesOK) IsCode ¶
func (o *RTRGetPutFilesOK) IsCode(code int) bool
IsCode returns true when this r t r get put files o k response a status code equal to that given
func (*RTRGetPutFilesOK) IsRedirect ¶
func (o *RTRGetPutFilesOK) IsRedirect() bool
IsRedirect returns true when this r t r get put files o k response has a 3xx status code
func (*RTRGetPutFilesOK) IsServerError ¶
func (o *RTRGetPutFilesOK) IsServerError() bool
IsServerError returns true when this r t r get put files o k response has a 5xx status code
func (*RTRGetPutFilesOK) IsSuccess ¶
func (o *RTRGetPutFilesOK) IsSuccess() bool
IsSuccess returns true when this r t r get put files o k response has a 2xx status code
func (*RTRGetPutFilesOK) String ¶
func (o *RTRGetPutFilesOK) String() string
type RTRGetPutFilesParams ¶
type RTRGetPutFilesParams struct { /* Ids. File IDs */ Ids []string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
RTRGetPutFilesParams contains all the parameters to send to the API endpoint
for the r t r get put files operation. Typically these are written to a http.Request.
func NewRTRGetPutFilesParams ¶
func NewRTRGetPutFilesParams() *RTRGetPutFilesParams
NewRTRGetPutFilesParams creates a new RTRGetPutFilesParams 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 NewRTRGetPutFilesParamsWithContext ¶
func NewRTRGetPutFilesParamsWithContext(ctx context.Context) *RTRGetPutFilesParams
NewRTRGetPutFilesParamsWithContext creates a new RTRGetPutFilesParams object with the ability to set a context for a request.
func NewRTRGetPutFilesParamsWithHTTPClient ¶
func NewRTRGetPutFilesParamsWithHTTPClient(client *http.Client) *RTRGetPutFilesParams
NewRTRGetPutFilesParamsWithHTTPClient creates a new RTRGetPutFilesParams object with the ability to set a custom HTTPClient for a request.
func NewRTRGetPutFilesParamsWithTimeout ¶
func NewRTRGetPutFilesParamsWithTimeout(timeout time.Duration) *RTRGetPutFilesParams
NewRTRGetPutFilesParamsWithTimeout creates a new RTRGetPutFilesParams object with the ability to set a timeout on a request.
func (*RTRGetPutFilesParams) SetContext ¶
func (o *RTRGetPutFilesParams) SetContext(ctx context.Context)
SetContext adds the context to the r t r get put files params
func (*RTRGetPutFilesParams) SetDefaults ¶
func (o *RTRGetPutFilesParams) SetDefaults()
SetDefaults hydrates default values in the r t r get put files params (not the query body).
All values with no default are reset to their zero value.
func (*RTRGetPutFilesParams) SetHTTPClient ¶
func (o *RTRGetPutFilesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the r t r get put files params
func (*RTRGetPutFilesParams) SetIds ¶
func (o *RTRGetPutFilesParams) SetIds(ids []string)
SetIds adds the ids to the r t r get put files params
func (*RTRGetPutFilesParams) SetTimeout ¶
func (o *RTRGetPutFilesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the r t r get put files params
func (*RTRGetPutFilesParams) WithContext ¶
func (o *RTRGetPutFilesParams) WithContext(ctx context.Context) *RTRGetPutFilesParams
WithContext adds the context to the r t r get put files params
func (*RTRGetPutFilesParams) WithDefaults ¶
func (o *RTRGetPutFilesParams) WithDefaults() *RTRGetPutFilesParams
WithDefaults hydrates default values in the r t r get put files params (not the query body).
All values with no default are reset to their zero value.
func (*RTRGetPutFilesParams) WithHTTPClient ¶
func (o *RTRGetPutFilesParams) WithHTTPClient(client *http.Client) *RTRGetPutFilesParams
WithHTTPClient adds the HTTPClient to the r t r get put files params
func (*RTRGetPutFilesParams) WithIds ¶
func (o *RTRGetPutFilesParams) WithIds(ids []string) *RTRGetPutFilesParams
WithIds adds the ids to the r t r get put files params
func (*RTRGetPutFilesParams) WithTimeout ¶
func (o *RTRGetPutFilesParams) WithTimeout(timeout time.Duration) *RTRGetPutFilesParams
WithTimeout adds the timeout to the r t r get put files params
func (*RTRGetPutFilesParams) WriteToRequest ¶
func (o *RTRGetPutFilesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RTRGetPutFilesReader ¶
type RTRGetPutFilesReader struct {
// contains filtered or unexported fields
}
RTRGetPutFilesReader is a Reader for the RTRGetPutFiles structure.
func (*RTRGetPutFilesReader) ReadResponse ¶
func (o *RTRGetPutFilesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type RTRGetPutFilesTooManyRequests ¶
type RTRGetPutFilesTooManyRequests 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 }
RTRGetPutFilesTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewRTRGetPutFilesTooManyRequests ¶
func NewRTRGetPutFilesTooManyRequests() *RTRGetPutFilesTooManyRequests
NewRTRGetPutFilesTooManyRequests creates a RTRGetPutFilesTooManyRequests with default headers values
func (*RTRGetPutFilesTooManyRequests) Code ¶
func (o *RTRGetPutFilesTooManyRequests) Code() int
Code gets the status code for the r t r get put files too many requests response
func (*RTRGetPutFilesTooManyRequests) Error ¶
func (o *RTRGetPutFilesTooManyRequests) Error() string
func (*RTRGetPutFilesTooManyRequests) GetPayload ¶
func (o *RTRGetPutFilesTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*RTRGetPutFilesTooManyRequests) IsClientError ¶
func (o *RTRGetPutFilesTooManyRequests) IsClientError() bool
IsClientError returns true when this r t r get put files too many requests response has a 4xx status code
func (*RTRGetPutFilesTooManyRequests) IsCode ¶
func (o *RTRGetPutFilesTooManyRequests) IsCode(code int) bool
IsCode returns true when this r t r get put files too many requests response a status code equal to that given
func (*RTRGetPutFilesTooManyRequests) IsRedirect ¶
func (o *RTRGetPutFilesTooManyRequests) IsRedirect() bool
IsRedirect returns true when this r t r get put files too many requests response has a 3xx status code
func (*RTRGetPutFilesTooManyRequests) IsServerError ¶
func (o *RTRGetPutFilesTooManyRequests) IsServerError() bool
IsServerError returns true when this r t r get put files too many requests response has a 5xx status code
func (*RTRGetPutFilesTooManyRequests) IsSuccess ¶
func (o *RTRGetPutFilesTooManyRequests) IsSuccess() bool
IsSuccess returns true when this r t r get put files too many requests response has a 2xx status code
func (*RTRGetPutFilesTooManyRequests) String ¶
func (o *RTRGetPutFilesTooManyRequests) String() string
type RTRGetPutFilesV2BadRequest ¶
type RTRGetPutFilesV2BadRequest 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.DomainAPIError }
RTRGetPutFilesV2BadRequest describes a response with status code 400, with default header values.
Bad Request
func NewRTRGetPutFilesV2BadRequest ¶
func NewRTRGetPutFilesV2BadRequest() *RTRGetPutFilesV2BadRequest
NewRTRGetPutFilesV2BadRequest creates a RTRGetPutFilesV2BadRequest with default headers values
func (*RTRGetPutFilesV2BadRequest) Code ¶
func (o *RTRGetPutFilesV2BadRequest) Code() int
Code gets the status code for the r t r get put files v2 bad request response
func (*RTRGetPutFilesV2BadRequest) Error ¶
func (o *RTRGetPutFilesV2BadRequest) Error() string
func (*RTRGetPutFilesV2BadRequest) GetPayload ¶
func (o *RTRGetPutFilesV2BadRequest) GetPayload() *models.DomainAPIError
func (*RTRGetPutFilesV2BadRequest) IsClientError ¶
func (o *RTRGetPutFilesV2BadRequest) IsClientError() bool
IsClientError returns true when this r t r get put files v2 bad request response has a 4xx status code
func (*RTRGetPutFilesV2BadRequest) IsCode ¶
func (o *RTRGetPutFilesV2BadRequest) IsCode(code int) bool
IsCode returns true when this r t r get put files v2 bad request response a status code equal to that given
func (*RTRGetPutFilesV2BadRequest) IsRedirect ¶
func (o *RTRGetPutFilesV2BadRequest) IsRedirect() bool
IsRedirect returns true when this r t r get put files v2 bad request response has a 3xx status code
func (*RTRGetPutFilesV2BadRequest) IsServerError ¶
func (o *RTRGetPutFilesV2BadRequest) IsServerError() bool
IsServerError returns true when this r t r get put files v2 bad request response has a 5xx status code
func (*RTRGetPutFilesV2BadRequest) IsSuccess ¶
func (o *RTRGetPutFilesV2BadRequest) IsSuccess() bool
IsSuccess returns true when this r t r get put files v2 bad request response has a 2xx status code
func (*RTRGetPutFilesV2BadRequest) String ¶
func (o *RTRGetPutFilesV2BadRequest) String() string
type RTRGetPutFilesV2Forbidden ¶
type RTRGetPutFilesV2Forbidden 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 }
RTRGetPutFilesV2Forbidden describes a response with status code 403, with default header values.
Forbidden
func NewRTRGetPutFilesV2Forbidden ¶
func NewRTRGetPutFilesV2Forbidden() *RTRGetPutFilesV2Forbidden
NewRTRGetPutFilesV2Forbidden creates a RTRGetPutFilesV2Forbidden with default headers values
func (*RTRGetPutFilesV2Forbidden) Code ¶
func (o *RTRGetPutFilesV2Forbidden) Code() int
Code gets the status code for the r t r get put files v2 forbidden response
func (*RTRGetPutFilesV2Forbidden) Error ¶
func (o *RTRGetPutFilesV2Forbidden) Error() string
func (*RTRGetPutFilesV2Forbidden) GetPayload ¶
func (o *RTRGetPutFilesV2Forbidden) GetPayload() *models.MsaReplyMetaOnly
func (*RTRGetPutFilesV2Forbidden) IsClientError ¶
func (o *RTRGetPutFilesV2Forbidden) IsClientError() bool
IsClientError returns true when this r t r get put files v2 forbidden response has a 4xx status code
func (*RTRGetPutFilesV2Forbidden) IsCode ¶
func (o *RTRGetPutFilesV2Forbidden) IsCode(code int) bool
IsCode returns true when this r t r get put files v2 forbidden response a status code equal to that given
func (*RTRGetPutFilesV2Forbidden) IsRedirect ¶
func (o *RTRGetPutFilesV2Forbidden) IsRedirect() bool
IsRedirect returns true when this r t r get put files v2 forbidden response has a 3xx status code
func (*RTRGetPutFilesV2Forbidden) IsServerError ¶
func (o *RTRGetPutFilesV2Forbidden) IsServerError() bool
IsServerError returns true when this r t r get put files v2 forbidden response has a 5xx status code
func (*RTRGetPutFilesV2Forbidden) IsSuccess ¶
func (o *RTRGetPutFilesV2Forbidden) IsSuccess() bool
IsSuccess returns true when this r t r get put files v2 forbidden response has a 2xx status code
func (*RTRGetPutFilesV2Forbidden) String ¶
func (o *RTRGetPutFilesV2Forbidden) String() string
type RTRGetPutFilesV2NotFound ¶
type RTRGetPutFilesV2NotFound 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.DomainAPIError }
RTRGetPutFilesV2NotFound describes a response with status code 404, with default header values.
Not Found
func NewRTRGetPutFilesV2NotFound ¶
func NewRTRGetPutFilesV2NotFound() *RTRGetPutFilesV2NotFound
NewRTRGetPutFilesV2NotFound creates a RTRGetPutFilesV2NotFound with default headers values
func (*RTRGetPutFilesV2NotFound) Code ¶
func (o *RTRGetPutFilesV2NotFound) Code() int
Code gets the status code for the r t r get put files v2 not found response
func (*RTRGetPutFilesV2NotFound) Error ¶
func (o *RTRGetPutFilesV2NotFound) Error() string
func (*RTRGetPutFilesV2NotFound) GetPayload ¶
func (o *RTRGetPutFilesV2NotFound) GetPayload() *models.DomainAPIError
func (*RTRGetPutFilesV2NotFound) IsClientError ¶
func (o *RTRGetPutFilesV2NotFound) IsClientError() bool
IsClientError returns true when this r t r get put files v2 not found response has a 4xx status code
func (*RTRGetPutFilesV2NotFound) IsCode ¶
func (o *RTRGetPutFilesV2NotFound) IsCode(code int) bool
IsCode returns true when this r t r get put files v2 not found response a status code equal to that given
func (*RTRGetPutFilesV2NotFound) IsRedirect ¶
func (o *RTRGetPutFilesV2NotFound) IsRedirect() bool
IsRedirect returns true when this r t r get put files v2 not found response has a 3xx status code
func (*RTRGetPutFilesV2NotFound) IsServerError ¶
func (o *RTRGetPutFilesV2NotFound) IsServerError() bool
IsServerError returns true when this r t r get put files v2 not found response has a 5xx status code
func (*RTRGetPutFilesV2NotFound) IsSuccess ¶
func (o *RTRGetPutFilesV2NotFound) IsSuccess() bool
IsSuccess returns true when this r t r get put files v2 not found response has a 2xx status code
func (*RTRGetPutFilesV2NotFound) String ¶
func (o *RTRGetPutFilesV2NotFound) String() string
type RTRGetPutFilesV2OK ¶
type RTRGetPutFilesV2OK 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.EmpowerapiMsaPFResponseV2 }
RTRGetPutFilesV2OK describes a response with status code 200, with default header values.
OK
func NewRTRGetPutFilesV2OK ¶
func NewRTRGetPutFilesV2OK() *RTRGetPutFilesV2OK
NewRTRGetPutFilesV2OK creates a RTRGetPutFilesV2OK with default headers values
func (*RTRGetPutFilesV2OK) Code ¶
func (o *RTRGetPutFilesV2OK) Code() int
Code gets the status code for the r t r get put files v2 o k response
func (*RTRGetPutFilesV2OK) Error ¶
func (o *RTRGetPutFilesV2OK) Error() string
func (*RTRGetPutFilesV2OK) GetPayload ¶
func (o *RTRGetPutFilesV2OK) GetPayload() *models.EmpowerapiMsaPFResponseV2
func (*RTRGetPutFilesV2OK) IsClientError ¶
func (o *RTRGetPutFilesV2OK) IsClientError() bool
IsClientError returns true when this r t r get put files v2 o k response has a 4xx status code
func (*RTRGetPutFilesV2OK) IsCode ¶
func (o *RTRGetPutFilesV2OK) IsCode(code int) bool
IsCode returns true when this r t r get put files v2 o k response a status code equal to that given
func (*RTRGetPutFilesV2OK) IsRedirect ¶
func (o *RTRGetPutFilesV2OK) IsRedirect() bool
IsRedirect returns true when this r t r get put files v2 o k response has a 3xx status code
func (*RTRGetPutFilesV2OK) IsServerError ¶
func (o *RTRGetPutFilesV2OK) IsServerError() bool
IsServerError returns true when this r t r get put files v2 o k response has a 5xx status code
func (*RTRGetPutFilesV2OK) IsSuccess ¶
func (o *RTRGetPutFilesV2OK) IsSuccess() bool
IsSuccess returns true when this r t r get put files v2 o k response has a 2xx status code
func (*RTRGetPutFilesV2OK) String ¶
func (o *RTRGetPutFilesV2OK) String() string
type RTRGetPutFilesV2Params ¶
type RTRGetPutFilesV2Params struct { /* Ids. File IDs */ Ids []string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
RTRGetPutFilesV2Params contains all the parameters to send to the API endpoint
for the r t r get put files v2 operation. Typically these are written to a http.Request.
func NewRTRGetPutFilesV2Params ¶
func NewRTRGetPutFilesV2Params() *RTRGetPutFilesV2Params
NewRTRGetPutFilesV2Params creates a new RTRGetPutFilesV2Params 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 NewRTRGetPutFilesV2ParamsWithContext ¶
func NewRTRGetPutFilesV2ParamsWithContext(ctx context.Context) *RTRGetPutFilesV2Params
NewRTRGetPutFilesV2ParamsWithContext creates a new RTRGetPutFilesV2Params object with the ability to set a context for a request.
func NewRTRGetPutFilesV2ParamsWithHTTPClient ¶
func NewRTRGetPutFilesV2ParamsWithHTTPClient(client *http.Client) *RTRGetPutFilesV2Params
NewRTRGetPutFilesV2ParamsWithHTTPClient creates a new RTRGetPutFilesV2Params object with the ability to set a custom HTTPClient for a request.
func NewRTRGetPutFilesV2ParamsWithTimeout ¶
func NewRTRGetPutFilesV2ParamsWithTimeout(timeout time.Duration) *RTRGetPutFilesV2Params
NewRTRGetPutFilesV2ParamsWithTimeout creates a new RTRGetPutFilesV2Params object with the ability to set a timeout on a request.
func (*RTRGetPutFilesV2Params) SetContext ¶
func (o *RTRGetPutFilesV2Params) SetContext(ctx context.Context)
SetContext adds the context to the r t r get put files v2 params
func (*RTRGetPutFilesV2Params) SetDefaults ¶
func (o *RTRGetPutFilesV2Params) SetDefaults()
SetDefaults hydrates default values in the r t r get put files v2 params (not the query body).
All values with no default are reset to their zero value.
func (*RTRGetPutFilesV2Params) SetHTTPClient ¶
func (o *RTRGetPutFilesV2Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the r t r get put files v2 params
func (*RTRGetPutFilesV2Params) SetIds ¶
func (o *RTRGetPutFilesV2Params) SetIds(ids []string)
SetIds adds the ids to the r t r get put files v2 params
func (*RTRGetPutFilesV2Params) SetTimeout ¶
func (o *RTRGetPutFilesV2Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the r t r get put files v2 params
func (*RTRGetPutFilesV2Params) WithContext ¶
func (o *RTRGetPutFilesV2Params) WithContext(ctx context.Context) *RTRGetPutFilesV2Params
WithContext adds the context to the r t r get put files v2 params
func (*RTRGetPutFilesV2Params) WithDefaults ¶
func (o *RTRGetPutFilesV2Params) WithDefaults() *RTRGetPutFilesV2Params
WithDefaults hydrates default values in the r t r get put files v2 params (not the query body).
All values with no default are reset to their zero value.
func (*RTRGetPutFilesV2Params) WithHTTPClient ¶
func (o *RTRGetPutFilesV2Params) WithHTTPClient(client *http.Client) *RTRGetPutFilesV2Params
WithHTTPClient adds the HTTPClient to the r t r get put files v2 params
func (*RTRGetPutFilesV2Params) WithIds ¶
func (o *RTRGetPutFilesV2Params) WithIds(ids []string) *RTRGetPutFilesV2Params
WithIds adds the ids to the r t r get put files v2 params
func (*RTRGetPutFilesV2Params) WithTimeout ¶
func (o *RTRGetPutFilesV2Params) WithTimeout(timeout time.Duration) *RTRGetPutFilesV2Params
WithTimeout adds the timeout to the r t r get put files v2 params
func (*RTRGetPutFilesV2Params) WriteToRequest ¶
func (o *RTRGetPutFilesV2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RTRGetPutFilesV2Reader ¶
type RTRGetPutFilesV2Reader struct {
// contains filtered or unexported fields
}
RTRGetPutFilesV2Reader is a Reader for the RTRGetPutFilesV2 structure.
func (*RTRGetPutFilesV2Reader) ReadResponse ¶
func (o *RTRGetPutFilesV2Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type RTRGetPutFilesV2TooManyRequests ¶
type RTRGetPutFilesV2TooManyRequests 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 }
RTRGetPutFilesV2TooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewRTRGetPutFilesV2TooManyRequests ¶
func NewRTRGetPutFilesV2TooManyRequests() *RTRGetPutFilesV2TooManyRequests
NewRTRGetPutFilesV2TooManyRequests creates a RTRGetPutFilesV2TooManyRequests with default headers values
func (*RTRGetPutFilesV2TooManyRequests) Code ¶
func (o *RTRGetPutFilesV2TooManyRequests) Code() int
Code gets the status code for the r t r get put files v2 too many requests response
func (*RTRGetPutFilesV2TooManyRequests) Error ¶
func (o *RTRGetPutFilesV2TooManyRequests) Error() string
func (*RTRGetPutFilesV2TooManyRequests) GetPayload ¶
func (o *RTRGetPutFilesV2TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*RTRGetPutFilesV2TooManyRequests) IsClientError ¶
func (o *RTRGetPutFilesV2TooManyRequests) IsClientError() bool
IsClientError returns true when this r t r get put files v2 too many requests response has a 4xx status code
func (*RTRGetPutFilesV2TooManyRequests) IsCode ¶
func (o *RTRGetPutFilesV2TooManyRequests) IsCode(code int) bool
IsCode returns true when this r t r get put files v2 too many requests response a status code equal to that given
func (*RTRGetPutFilesV2TooManyRequests) IsRedirect ¶
func (o *RTRGetPutFilesV2TooManyRequests) IsRedirect() bool
IsRedirect returns true when this r t r get put files v2 too many requests response has a 3xx status code
func (*RTRGetPutFilesV2TooManyRequests) IsServerError ¶
func (o *RTRGetPutFilesV2TooManyRequests) IsServerError() bool
IsServerError returns true when this r t r get put files v2 too many requests response has a 5xx status code
func (*RTRGetPutFilesV2TooManyRequests) IsSuccess ¶
func (o *RTRGetPutFilesV2TooManyRequests) IsSuccess() bool
IsSuccess returns true when this r t r get put files v2 too many requests response has a 2xx status code
func (*RTRGetPutFilesV2TooManyRequests) String ¶
func (o *RTRGetPutFilesV2TooManyRequests) String() string
type RTRGetScriptsBadRequest ¶
type RTRGetScriptsBadRequest 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.DomainAPIError }
RTRGetScriptsBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewRTRGetScriptsBadRequest ¶
func NewRTRGetScriptsBadRequest() *RTRGetScriptsBadRequest
NewRTRGetScriptsBadRequest creates a RTRGetScriptsBadRequest with default headers values
func (*RTRGetScriptsBadRequest) Code ¶
func (o *RTRGetScriptsBadRequest) Code() int
Code gets the status code for the r t r get scripts bad request response
func (*RTRGetScriptsBadRequest) Error ¶
func (o *RTRGetScriptsBadRequest) Error() string
func (*RTRGetScriptsBadRequest) GetPayload ¶
func (o *RTRGetScriptsBadRequest) GetPayload() *models.DomainAPIError
func (*RTRGetScriptsBadRequest) IsClientError ¶
func (o *RTRGetScriptsBadRequest) IsClientError() bool
IsClientError returns true when this r t r get scripts bad request response has a 4xx status code
func (*RTRGetScriptsBadRequest) IsCode ¶
func (o *RTRGetScriptsBadRequest) IsCode(code int) bool
IsCode returns true when this r t r get scripts bad request response a status code equal to that given
func (*RTRGetScriptsBadRequest) IsRedirect ¶
func (o *RTRGetScriptsBadRequest) IsRedirect() bool
IsRedirect returns true when this r t r get scripts bad request response has a 3xx status code
func (*RTRGetScriptsBadRequest) IsServerError ¶
func (o *RTRGetScriptsBadRequest) IsServerError() bool
IsServerError returns true when this r t r get scripts bad request response has a 5xx status code
func (*RTRGetScriptsBadRequest) IsSuccess ¶
func (o *RTRGetScriptsBadRequest) IsSuccess() bool
IsSuccess returns true when this r t r get scripts bad request response has a 2xx status code
func (*RTRGetScriptsBadRequest) String ¶
func (o *RTRGetScriptsBadRequest) String() string
type RTRGetScriptsForbidden ¶
type RTRGetScriptsForbidden 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 }
RTRGetScriptsForbidden describes a response with status code 403, with default header values.
Forbidden
func NewRTRGetScriptsForbidden ¶
func NewRTRGetScriptsForbidden() *RTRGetScriptsForbidden
NewRTRGetScriptsForbidden creates a RTRGetScriptsForbidden with default headers values
func (*RTRGetScriptsForbidden) Code ¶
func (o *RTRGetScriptsForbidden) Code() int
Code gets the status code for the r t r get scripts forbidden response
func (*RTRGetScriptsForbidden) Error ¶
func (o *RTRGetScriptsForbidden) Error() string
func (*RTRGetScriptsForbidden) GetPayload ¶
func (o *RTRGetScriptsForbidden) GetPayload() *models.MsaReplyMetaOnly
func (*RTRGetScriptsForbidden) IsClientError ¶
func (o *RTRGetScriptsForbidden) IsClientError() bool
IsClientError returns true when this r t r get scripts forbidden response has a 4xx status code
func (*RTRGetScriptsForbidden) IsCode ¶
func (o *RTRGetScriptsForbidden) IsCode(code int) bool
IsCode returns true when this r t r get scripts forbidden response a status code equal to that given
func (*RTRGetScriptsForbidden) IsRedirect ¶
func (o *RTRGetScriptsForbidden) IsRedirect() bool
IsRedirect returns true when this r t r get scripts forbidden response has a 3xx status code
func (*RTRGetScriptsForbidden) IsServerError ¶
func (o *RTRGetScriptsForbidden) IsServerError() bool
IsServerError returns true when this r t r get scripts forbidden response has a 5xx status code
func (*RTRGetScriptsForbidden) IsSuccess ¶
func (o *RTRGetScriptsForbidden) IsSuccess() bool
IsSuccess returns true when this r t r get scripts forbidden response has a 2xx status code
func (*RTRGetScriptsForbidden) String ¶
func (o *RTRGetScriptsForbidden) String() string
type RTRGetScriptsNotFound ¶
type RTRGetScriptsNotFound 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.DomainAPIError }
RTRGetScriptsNotFound describes a response with status code 404, with default header values.
Not Found
func NewRTRGetScriptsNotFound ¶
func NewRTRGetScriptsNotFound() *RTRGetScriptsNotFound
NewRTRGetScriptsNotFound creates a RTRGetScriptsNotFound with default headers values
func (*RTRGetScriptsNotFound) Code ¶
func (o *RTRGetScriptsNotFound) Code() int
Code gets the status code for the r t r get scripts not found response
func (*RTRGetScriptsNotFound) Error ¶
func (o *RTRGetScriptsNotFound) Error() string
func (*RTRGetScriptsNotFound) GetPayload ¶
func (o *RTRGetScriptsNotFound) GetPayload() *models.DomainAPIError
func (*RTRGetScriptsNotFound) IsClientError ¶
func (o *RTRGetScriptsNotFound) IsClientError() bool
IsClientError returns true when this r t r get scripts not found response has a 4xx status code
func (*RTRGetScriptsNotFound) IsCode ¶
func (o *RTRGetScriptsNotFound) IsCode(code int) bool
IsCode returns true when this r t r get scripts not found response a status code equal to that given
func (*RTRGetScriptsNotFound) IsRedirect ¶
func (o *RTRGetScriptsNotFound) IsRedirect() bool
IsRedirect returns true when this r t r get scripts not found response has a 3xx status code
func (*RTRGetScriptsNotFound) IsServerError ¶
func (o *RTRGetScriptsNotFound) IsServerError() bool
IsServerError returns true when this r t r get scripts not found response has a 5xx status code
func (*RTRGetScriptsNotFound) IsSuccess ¶
func (o *RTRGetScriptsNotFound) IsSuccess() bool
IsSuccess returns true when this r t r get scripts not found response has a 2xx status code
func (*RTRGetScriptsNotFound) String ¶
func (o *RTRGetScriptsNotFound) String() string
type RTRGetScriptsOK ¶
type RTRGetScriptsOK 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.EmpowerapiMsaPFResponseV1 }
RTRGetScriptsOK describes a response with status code 200, with default header values.
OK
func NewRTRGetScriptsOK ¶
func NewRTRGetScriptsOK() *RTRGetScriptsOK
NewRTRGetScriptsOK creates a RTRGetScriptsOK with default headers values
func (*RTRGetScriptsOK) Code ¶
func (o *RTRGetScriptsOK) Code() int
Code gets the status code for the r t r get scripts o k response
func (*RTRGetScriptsOK) Error ¶
func (o *RTRGetScriptsOK) Error() string
func (*RTRGetScriptsOK) GetPayload ¶
func (o *RTRGetScriptsOK) GetPayload() *models.EmpowerapiMsaPFResponseV1
func (*RTRGetScriptsOK) IsClientError ¶
func (o *RTRGetScriptsOK) IsClientError() bool
IsClientError returns true when this r t r get scripts o k response has a 4xx status code
func (*RTRGetScriptsOK) IsCode ¶
func (o *RTRGetScriptsOK) IsCode(code int) bool
IsCode returns true when this r t r get scripts o k response a status code equal to that given
func (*RTRGetScriptsOK) IsRedirect ¶
func (o *RTRGetScriptsOK) IsRedirect() bool
IsRedirect returns true when this r t r get scripts o k response has a 3xx status code
func (*RTRGetScriptsOK) IsServerError ¶
func (o *RTRGetScriptsOK) IsServerError() bool
IsServerError returns true when this r t r get scripts o k response has a 5xx status code
func (*RTRGetScriptsOK) IsSuccess ¶
func (o *RTRGetScriptsOK) IsSuccess() bool
IsSuccess returns true when this r t r get scripts o k response has a 2xx status code
func (*RTRGetScriptsOK) String ¶
func (o *RTRGetScriptsOK) String() string
type RTRGetScriptsParams ¶
type RTRGetScriptsParams struct { /* Ids. File IDs */ Ids []string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
RTRGetScriptsParams contains all the parameters to send to the API endpoint
for the r t r get scripts operation. Typically these are written to a http.Request.
func NewRTRGetScriptsParams ¶
func NewRTRGetScriptsParams() *RTRGetScriptsParams
NewRTRGetScriptsParams creates a new RTRGetScriptsParams 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 NewRTRGetScriptsParamsWithContext ¶
func NewRTRGetScriptsParamsWithContext(ctx context.Context) *RTRGetScriptsParams
NewRTRGetScriptsParamsWithContext creates a new RTRGetScriptsParams object with the ability to set a context for a request.
func NewRTRGetScriptsParamsWithHTTPClient ¶
func NewRTRGetScriptsParamsWithHTTPClient(client *http.Client) *RTRGetScriptsParams
NewRTRGetScriptsParamsWithHTTPClient creates a new RTRGetScriptsParams object with the ability to set a custom HTTPClient for a request.
func NewRTRGetScriptsParamsWithTimeout ¶
func NewRTRGetScriptsParamsWithTimeout(timeout time.Duration) *RTRGetScriptsParams
NewRTRGetScriptsParamsWithTimeout creates a new RTRGetScriptsParams object with the ability to set a timeout on a request.
func (*RTRGetScriptsParams) SetContext ¶
func (o *RTRGetScriptsParams) SetContext(ctx context.Context)
SetContext adds the context to the r t r get scripts params
func (*RTRGetScriptsParams) SetDefaults ¶
func (o *RTRGetScriptsParams) SetDefaults()
SetDefaults hydrates default values in the r t r get scripts params (not the query body).
All values with no default are reset to their zero value.
func (*RTRGetScriptsParams) SetHTTPClient ¶
func (o *RTRGetScriptsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the r t r get scripts params
func (*RTRGetScriptsParams) SetIds ¶
func (o *RTRGetScriptsParams) SetIds(ids []string)
SetIds adds the ids to the r t r get scripts params
func (*RTRGetScriptsParams) SetTimeout ¶
func (o *RTRGetScriptsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the r t r get scripts params
func (*RTRGetScriptsParams) WithContext ¶
func (o *RTRGetScriptsParams) WithContext(ctx context.Context) *RTRGetScriptsParams
WithContext adds the context to the r t r get scripts params
func (*RTRGetScriptsParams) WithDefaults ¶
func (o *RTRGetScriptsParams) WithDefaults() *RTRGetScriptsParams
WithDefaults hydrates default values in the r t r get scripts params (not the query body).
All values with no default are reset to their zero value.
func (*RTRGetScriptsParams) WithHTTPClient ¶
func (o *RTRGetScriptsParams) WithHTTPClient(client *http.Client) *RTRGetScriptsParams
WithHTTPClient adds the HTTPClient to the r t r get scripts params
func (*RTRGetScriptsParams) WithIds ¶
func (o *RTRGetScriptsParams) WithIds(ids []string) *RTRGetScriptsParams
WithIds adds the ids to the r t r get scripts params
func (*RTRGetScriptsParams) WithTimeout ¶
func (o *RTRGetScriptsParams) WithTimeout(timeout time.Duration) *RTRGetScriptsParams
WithTimeout adds the timeout to the r t r get scripts params
func (*RTRGetScriptsParams) WriteToRequest ¶
func (o *RTRGetScriptsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RTRGetScriptsReader ¶
type RTRGetScriptsReader struct {
// contains filtered or unexported fields
}
RTRGetScriptsReader is a Reader for the RTRGetScripts structure.
func (*RTRGetScriptsReader) ReadResponse ¶
func (o *RTRGetScriptsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type RTRGetScriptsTooManyRequests ¶
type RTRGetScriptsTooManyRequests 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 }
RTRGetScriptsTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewRTRGetScriptsTooManyRequests ¶
func NewRTRGetScriptsTooManyRequests() *RTRGetScriptsTooManyRequests
NewRTRGetScriptsTooManyRequests creates a RTRGetScriptsTooManyRequests with default headers values
func (*RTRGetScriptsTooManyRequests) Code ¶
func (o *RTRGetScriptsTooManyRequests) Code() int
Code gets the status code for the r t r get scripts too many requests response
func (*RTRGetScriptsTooManyRequests) Error ¶
func (o *RTRGetScriptsTooManyRequests) Error() string
func (*RTRGetScriptsTooManyRequests) GetPayload ¶
func (o *RTRGetScriptsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*RTRGetScriptsTooManyRequests) IsClientError ¶
func (o *RTRGetScriptsTooManyRequests) IsClientError() bool
IsClientError returns true when this r t r get scripts too many requests response has a 4xx status code
func (*RTRGetScriptsTooManyRequests) IsCode ¶
func (o *RTRGetScriptsTooManyRequests) IsCode(code int) bool
IsCode returns true when this r t r get scripts too many requests response a status code equal to that given
func (*RTRGetScriptsTooManyRequests) IsRedirect ¶
func (o *RTRGetScriptsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this r t r get scripts too many requests response has a 3xx status code
func (*RTRGetScriptsTooManyRequests) IsServerError ¶
func (o *RTRGetScriptsTooManyRequests) IsServerError() bool
IsServerError returns true when this r t r get scripts too many requests response has a 5xx status code
func (*RTRGetScriptsTooManyRequests) IsSuccess ¶
func (o *RTRGetScriptsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this r t r get scripts too many requests response has a 2xx status code
func (*RTRGetScriptsTooManyRequests) String ¶
func (o *RTRGetScriptsTooManyRequests) String() string
type RTRGetScriptsV2BadRequest ¶
type RTRGetScriptsV2BadRequest 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.DomainAPIError }
RTRGetScriptsV2BadRequest describes a response with status code 400, with default header values.
Bad Request
func NewRTRGetScriptsV2BadRequest ¶
func NewRTRGetScriptsV2BadRequest() *RTRGetScriptsV2BadRequest
NewRTRGetScriptsV2BadRequest creates a RTRGetScriptsV2BadRequest with default headers values
func (*RTRGetScriptsV2BadRequest) Code ¶
func (o *RTRGetScriptsV2BadRequest) Code() int
Code gets the status code for the r t r get scripts v2 bad request response
func (*RTRGetScriptsV2BadRequest) Error ¶
func (o *RTRGetScriptsV2BadRequest) Error() string
func (*RTRGetScriptsV2BadRequest) GetPayload ¶
func (o *RTRGetScriptsV2BadRequest) GetPayload() *models.DomainAPIError
func (*RTRGetScriptsV2BadRequest) IsClientError ¶
func (o *RTRGetScriptsV2BadRequest) IsClientError() bool
IsClientError returns true when this r t r get scripts v2 bad request response has a 4xx status code
func (*RTRGetScriptsV2BadRequest) IsCode ¶
func (o *RTRGetScriptsV2BadRequest) IsCode(code int) bool
IsCode returns true when this r t r get scripts v2 bad request response a status code equal to that given
func (*RTRGetScriptsV2BadRequest) IsRedirect ¶
func (o *RTRGetScriptsV2BadRequest) IsRedirect() bool
IsRedirect returns true when this r t r get scripts v2 bad request response has a 3xx status code
func (*RTRGetScriptsV2BadRequest) IsServerError ¶
func (o *RTRGetScriptsV2BadRequest) IsServerError() bool
IsServerError returns true when this r t r get scripts v2 bad request response has a 5xx status code
func (*RTRGetScriptsV2BadRequest) IsSuccess ¶
func (o *RTRGetScriptsV2BadRequest) IsSuccess() bool
IsSuccess returns true when this r t r get scripts v2 bad request response has a 2xx status code
func (*RTRGetScriptsV2BadRequest) String ¶
func (o *RTRGetScriptsV2BadRequest) String() string
type RTRGetScriptsV2Forbidden ¶
type RTRGetScriptsV2Forbidden 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 }
RTRGetScriptsV2Forbidden describes a response with status code 403, with default header values.
Forbidden
func NewRTRGetScriptsV2Forbidden ¶
func NewRTRGetScriptsV2Forbidden() *RTRGetScriptsV2Forbidden
NewRTRGetScriptsV2Forbidden creates a RTRGetScriptsV2Forbidden with default headers values
func (*RTRGetScriptsV2Forbidden) Code ¶
func (o *RTRGetScriptsV2Forbidden) Code() int
Code gets the status code for the r t r get scripts v2 forbidden response
func (*RTRGetScriptsV2Forbidden) Error ¶
func (o *RTRGetScriptsV2Forbidden) Error() string
func (*RTRGetScriptsV2Forbidden) GetPayload ¶
func (o *RTRGetScriptsV2Forbidden) GetPayload() *models.MsaReplyMetaOnly
func (*RTRGetScriptsV2Forbidden) IsClientError ¶
func (o *RTRGetScriptsV2Forbidden) IsClientError() bool
IsClientError returns true when this r t r get scripts v2 forbidden response has a 4xx status code
func (*RTRGetScriptsV2Forbidden) IsCode ¶
func (o *RTRGetScriptsV2Forbidden) IsCode(code int) bool
IsCode returns true when this r t r get scripts v2 forbidden response a status code equal to that given
func (*RTRGetScriptsV2Forbidden) IsRedirect ¶
func (o *RTRGetScriptsV2Forbidden) IsRedirect() bool
IsRedirect returns true when this r t r get scripts v2 forbidden response has a 3xx status code
func (*RTRGetScriptsV2Forbidden) IsServerError ¶
func (o *RTRGetScriptsV2Forbidden) IsServerError() bool
IsServerError returns true when this r t r get scripts v2 forbidden response has a 5xx status code
func (*RTRGetScriptsV2Forbidden) IsSuccess ¶
func (o *RTRGetScriptsV2Forbidden) IsSuccess() bool
IsSuccess returns true when this r t r get scripts v2 forbidden response has a 2xx status code
func (*RTRGetScriptsV2Forbidden) String ¶
func (o *RTRGetScriptsV2Forbidden) String() string
type RTRGetScriptsV2NotFound ¶
type RTRGetScriptsV2NotFound 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.DomainAPIError }
RTRGetScriptsV2NotFound describes a response with status code 404, with default header values.
Not Found
func NewRTRGetScriptsV2NotFound ¶
func NewRTRGetScriptsV2NotFound() *RTRGetScriptsV2NotFound
NewRTRGetScriptsV2NotFound creates a RTRGetScriptsV2NotFound with default headers values
func (*RTRGetScriptsV2NotFound) Code ¶
func (o *RTRGetScriptsV2NotFound) Code() int
Code gets the status code for the r t r get scripts v2 not found response
func (*RTRGetScriptsV2NotFound) Error ¶
func (o *RTRGetScriptsV2NotFound) Error() string
func (*RTRGetScriptsV2NotFound) GetPayload ¶
func (o *RTRGetScriptsV2NotFound) GetPayload() *models.DomainAPIError
func (*RTRGetScriptsV2NotFound) IsClientError ¶
func (o *RTRGetScriptsV2NotFound) IsClientError() bool
IsClientError returns true when this r t r get scripts v2 not found response has a 4xx status code
func (*RTRGetScriptsV2NotFound) IsCode ¶
func (o *RTRGetScriptsV2NotFound) IsCode(code int) bool
IsCode returns true when this r t r get scripts v2 not found response a status code equal to that given
func (*RTRGetScriptsV2NotFound) IsRedirect ¶
func (o *RTRGetScriptsV2NotFound) IsRedirect() bool
IsRedirect returns true when this r t r get scripts v2 not found response has a 3xx status code
func (*RTRGetScriptsV2NotFound) IsServerError ¶
func (o *RTRGetScriptsV2NotFound) IsServerError() bool
IsServerError returns true when this r t r get scripts v2 not found response has a 5xx status code
func (*RTRGetScriptsV2NotFound) IsSuccess ¶
func (o *RTRGetScriptsV2NotFound) IsSuccess() bool
IsSuccess returns true when this r t r get scripts v2 not found response has a 2xx status code
func (*RTRGetScriptsV2NotFound) String ¶
func (o *RTRGetScriptsV2NotFound) String() string
type RTRGetScriptsV2OK ¶
type RTRGetScriptsV2OK 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.EmpowerapiMsaPFResponseV2 }
RTRGetScriptsV2OK describes a response with status code 200, with default header values.
OK
func NewRTRGetScriptsV2OK ¶
func NewRTRGetScriptsV2OK() *RTRGetScriptsV2OK
NewRTRGetScriptsV2OK creates a RTRGetScriptsV2OK with default headers values
func (*RTRGetScriptsV2OK) Code ¶
func (o *RTRGetScriptsV2OK) Code() int
Code gets the status code for the r t r get scripts v2 o k response
func (*RTRGetScriptsV2OK) Error ¶
func (o *RTRGetScriptsV2OK) Error() string
func (*RTRGetScriptsV2OK) GetPayload ¶
func (o *RTRGetScriptsV2OK) GetPayload() *models.EmpowerapiMsaPFResponseV2
func (*RTRGetScriptsV2OK) IsClientError ¶
func (o *RTRGetScriptsV2OK) IsClientError() bool
IsClientError returns true when this r t r get scripts v2 o k response has a 4xx status code
func (*RTRGetScriptsV2OK) IsCode ¶
func (o *RTRGetScriptsV2OK) IsCode(code int) bool
IsCode returns true when this r t r get scripts v2 o k response a status code equal to that given
func (*RTRGetScriptsV2OK) IsRedirect ¶
func (o *RTRGetScriptsV2OK) IsRedirect() bool
IsRedirect returns true when this r t r get scripts v2 o k response has a 3xx status code
func (*RTRGetScriptsV2OK) IsServerError ¶
func (o *RTRGetScriptsV2OK) IsServerError() bool
IsServerError returns true when this r t r get scripts v2 o k response has a 5xx status code
func (*RTRGetScriptsV2OK) IsSuccess ¶
func (o *RTRGetScriptsV2OK) IsSuccess() bool
IsSuccess returns true when this r t r get scripts v2 o k response has a 2xx status code
func (*RTRGetScriptsV2OK) String ¶
func (o *RTRGetScriptsV2OK) String() string
type RTRGetScriptsV2Params ¶
type RTRGetScriptsV2Params struct { /* Ids. File IDs */ Ids []string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
RTRGetScriptsV2Params contains all the parameters to send to the API endpoint
for the r t r get scripts v2 operation. Typically these are written to a http.Request.
func NewRTRGetScriptsV2Params ¶
func NewRTRGetScriptsV2Params() *RTRGetScriptsV2Params
NewRTRGetScriptsV2Params creates a new RTRGetScriptsV2Params 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 NewRTRGetScriptsV2ParamsWithContext ¶
func NewRTRGetScriptsV2ParamsWithContext(ctx context.Context) *RTRGetScriptsV2Params
NewRTRGetScriptsV2ParamsWithContext creates a new RTRGetScriptsV2Params object with the ability to set a context for a request.
func NewRTRGetScriptsV2ParamsWithHTTPClient ¶
func NewRTRGetScriptsV2ParamsWithHTTPClient(client *http.Client) *RTRGetScriptsV2Params
NewRTRGetScriptsV2ParamsWithHTTPClient creates a new RTRGetScriptsV2Params object with the ability to set a custom HTTPClient for a request.
func NewRTRGetScriptsV2ParamsWithTimeout ¶
func NewRTRGetScriptsV2ParamsWithTimeout(timeout time.Duration) *RTRGetScriptsV2Params
NewRTRGetScriptsV2ParamsWithTimeout creates a new RTRGetScriptsV2Params object with the ability to set a timeout on a request.
func (*RTRGetScriptsV2Params) SetContext ¶
func (o *RTRGetScriptsV2Params) SetContext(ctx context.Context)
SetContext adds the context to the r t r get scripts v2 params
func (*RTRGetScriptsV2Params) SetDefaults ¶
func (o *RTRGetScriptsV2Params) SetDefaults()
SetDefaults hydrates default values in the r t r get scripts v2 params (not the query body).
All values with no default are reset to their zero value.
func (*RTRGetScriptsV2Params) SetHTTPClient ¶
func (o *RTRGetScriptsV2Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the r t r get scripts v2 params
func (*RTRGetScriptsV2Params) SetIds ¶
func (o *RTRGetScriptsV2Params) SetIds(ids []string)
SetIds adds the ids to the r t r get scripts v2 params
func (*RTRGetScriptsV2Params) SetTimeout ¶
func (o *RTRGetScriptsV2Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the r t r get scripts v2 params
func (*RTRGetScriptsV2Params) WithContext ¶
func (o *RTRGetScriptsV2Params) WithContext(ctx context.Context) *RTRGetScriptsV2Params
WithContext adds the context to the r t r get scripts v2 params
func (*RTRGetScriptsV2Params) WithDefaults ¶
func (o *RTRGetScriptsV2Params) WithDefaults() *RTRGetScriptsV2Params
WithDefaults hydrates default values in the r t r get scripts v2 params (not the query body).
All values with no default are reset to their zero value.
func (*RTRGetScriptsV2Params) WithHTTPClient ¶
func (o *RTRGetScriptsV2Params) WithHTTPClient(client *http.Client) *RTRGetScriptsV2Params
WithHTTPClient adds the HTTPClient to the r t r get scripts v2 params
func (*RTRGetScriptsV2Params) WithIds ¶
func (o *RTRGetScriptsV2Params) WithIds(ids []string) *RTRGetScriptsV2Params
WithIds adds the ids to the r t r get scripts v2 params
func (*RTRGetScriptsV2Params) WithTimeout ¶
func (o *RTRGetScriptsV2Params) WithTimeout(timeout time.Duration) *RTRGetScriptsV2Params
WithTimeout adds the timeout to the r t r get scripts v2 params
func (*RTRGetScriptsV2Params) WriteToRequest ¶
func (o *RTRGetScriptsV2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RTRGetScriptsV2Reader ¶
type RTRGetScriptsV2Reader struct {
// contains filtered or unexported fields
}
RTRGetScriptsV2Reader is a Reader for the RTRGetScriptsV2 structure.
func (*RTRGetScriptsV2Reader) ReadResponse ¶
func (o *RTRGetScriptsV2Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type RTRGetScriptsV2TooManyRequests ¶
type RTRGetScriptsV2TooManyRequests 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 }
RTRGetScriptsV2TooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewRTRGetScriptsV2TooManyRequests ¶
func NewRTRGetScriptsV2TooManyRequests() *RTRGetScriptsV2TooManyRequests
NewRTRGetScriptsV2TooManyRequests creates a RTRGetScriptsV2TooManyRequests with default headers values
func (*RTRGetScriptsV2TooManyRequests) Code ¶
func (o *RTRGetScriptsV2TooManyRequests) Code() int
Code gets the status code for the r t r get scripts v2 too many requests response
func (*RTRGetScriptsV2TooManyRequests) Error ¶
func (o *RTRGetScriptsV2TooManyRequests) Error() string
func (*RTRGetScriptsV2TooManyRequests) GetPayload ¶
func (o *RTRGetScriptsV2TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*RTRGetScriptsV2TooManyRequests) IsClientError ¶
func (o *RTRGetScriptsV2TooManyRequests) IsClientError() bool
IsClientError returns true when this r t r get scripts v2 too many requests response has a 4xx status code
func (*RTRGetScriptsV2TooManyRequests) IsCode ¶
func (o *RTRGetScriptsV2TooManyRequests) IsCode(code int) bool
IsCode returns true when this r t r get scripts v2 too many requests response a status code equal to that given
func (*RTRGetScriptsV2TooManyRequests) IsRedirect ¶
func (o *RTRGetScriptsV2TooManyRequests) IsRedirect() bool
IsRedirect returns true when this r t r get scripts v2 too many requests response has a 3xx status code
func (*RTRGetScriptsV2TooManyRequests) IsServerError ¶
func (o *RTRGetScriptsV2TooManyRequests) IsServerError() bool
IsServerError returns true when this r t r get scripts v2 too many requests response has a 5xx status code
func (*RTRGetScriptsV2TooManyRequests) IsSuccess ¶
func (o *RTRGetScriptsV2TooManyRequests) IsSuccess() bool
IsSuccess returns true when this r t r get scripts v2 too many requests response has a 2xx status code
func (*RTRGetScriptsV2TooManyRequests) String ¶
func (o *RTRGetScriptsV2TooManyRequests) String() string
type RTRListFalconScriptsBadRequest ¶
type RTRListFalconScriptsBadRequest 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.DomainAPIError }
RTRListFalconScriptsBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewRTRListFalconScriptsBadRequest ¶
func NewRTRListFalconScriptsBadRequest() *RTRListFalconScriptsBadRequest
NewRTRListFalconScriptsBadRequest creates a RTRListFalconScriptsBadRequest with default headers values
func (*RTRListFalconScriptsBadRequest) Code ¶
func (o *RTRListFalconScriptsBadRequest) Code() int
Code gets the status code for the r t r list falcon scripts bad request response
func (*RTRListFalconScriptsBadRequest) Error ¶
func (o *RTRListFalconScriptsBadRequest) Error() string
func (*RTRListFalconScriptsBadRequest) GetPayload ¶
func (o *RTRListFalconScriptsBadRequest) GetPayload() *models.DomainAPIError
func (*RTRListFalconScriptsBadRequest) IsClientError ¶
func (o *RTRListFalconScriptsBadRequest) IsClientError() bool
IsClientError returns true when this r t r list falcon scripts bad request response has a 4xx status code
func (*RTRListFalconScriptsBadRequest) IsCode ¶
func (o *RTRListFalconScriptsBadRequest) IsCode(code int) bool
IsCode returns true when this r t r list falcon scripts bad request response a status code equal to that given
func (*RTRListFalconScriptsBadRequest) IsRedirect ¶
func (o *RTRListFalconScriptsBadRequest) IsRedirect() bool
IsRedirect returns true when this r t r list falcon scripts bad request response has a 3xx status code
func (*RTRListFalconScriptsBadRequest) IsServerError ¶
func (o *RTRListFalconScriptsBadRequest) IsServerError() bool
IsServerError returns true when this r t r list falcon scripts bad request response has a 5xx status code
func (*RTRListFalconScriptsBadRequest) IsSuccess ¶
func (o *RTRListFalconScriptsBadRequest) IsSuccess() bool
IsSuccess returns true when this r t r list falcon scripts bad request response has a 2xx status code
func (*RTRListFalconScriptsBadRequest) String ¶
func (o *RTRListFalconScriptsBadRequest) String() string
type RTRListFalconScriptsForbidden ¶
type RTRListFalconScriptsForbidden 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 }
RTRListFalconScriptsForbidden describes a response with status code 403, with default header values.
Forbidden
func NewRTRListFalconScriptsForbidden ¶
func NewRTRListFalconScriptsForbidden() *RTRListFalconScriptsForbidden
NewRTRListFalconScriptsForbidden creates a RTRListFalconScriptsForbidden with default headers values
func (*RTRListFalconScriptsForbidden) Code ¶
func (o *RTRListFalconScriptsForbidden) Code() int
Code gets the status code for the r t r list falcon scripts forbidden response
func (*RTRListFalconScriptsForbidden) Error ¶
func (o *RTRListFalconScriptsForbidden) Error() string
func (*RTRListFalconScriptsForbidden) GetPayload ¶
func (o *RTRListFalconScriptsForbidden) GetPayload() *models.MsaReplyMetaOnly
func (*RTRListFalconScriptsForbidden) IsClientError ¶
func (o *RTRListFalconScriptsForbidden) IsClientError() bool
IsClientError returns true when this r t r list falcon scripts forbidden response has a 4xx status code
func (*RTRListFalconScriptsForbidden) IsCode ¶
func (o *RTRListFalconScriptsForbidden) IsCode(code int) bool
IsCode returns true when this r t r list falcon scripts forbidden response a status code equal to that given
func (*RTRListFalconScriptsForbidden) IsRedirect ¶
func (o *RTRListFalconScriptsForbidden) IsRedirect() bool
IsRedirect returns true when this r t r list falcon scripts forbidden response has a 3xx status code
func (*RTRListFalconScriptsForbidden) IsServerError ¶
func (o *RTRListFalconScriptsForbidden) IsServerError() bool
IsServerError returns true when this r t r list falcon scripts forbidden response has a 5xx status code
func (*RTRListFalconScriptsForbidden) IsSuccess ¶
func (o *RTRListFalconScriptsForbidden) IsSuccess() bool
IsSuccess returns true when this r t r list falcon scripts forbidden response has a 2xx status code
func (*RTRListFalconScriptsForbidden) String ¶
func (o *RTRListFalconScriptsForbidden) String() string
type RTRListFalconScriptsNotFound ¶
type RTRListFalconScriptsNotFound 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.DomainAPIError }
RTRListFalconScriptsNotFound describes a response with status code 404, with default header values.
Not Found
func NewRTRListFalconScriptsNotFound ¶
func NewRTRListFalconScriptsNotFound() *RTRListFalconScriptsNotFound
NewRTRListFalconScriptsNotFound creates a RTRListFalconScriptsNotFound with default headers values
func (*RTRListFalconScriptsNotFound) Code ¶
func (o *RTRListFalconScriptsNotFound) Code() int
Code gets the status code for the r t r list falcon scripts not found response
func (*RTRListFalconScriptsNotFound) Error ¶
func (o *RTRListFalconScriptsNotFound) Error() string
func (*RTRListFalconScriptsNotFound) GetPayload ¶
func (o *RTRListFalconScriptsNotFound) GetPayload() *models.DomainAPIError
func (*RTRListFalconScriptsNotFound) IsClientError ¶
func (o *RTRListFalconScriptsNotFound) IsClientError() bool
IsClientError returns true when this r t r list falcon scripts not found response has a 4xx status code
func (*RTRListFalconScriptsNotFound) IsCode ¶
func (o *RTRListFalconScriptsNotFound) IsCode(code int) bool
IsCode returns true when this r t r list falcon scripts not found response a status code equal to that given
func (*RTRListFalconScriptsNotFound) IsRedirect ¶
func (o *RTRListFalconScriptsNotFound) IsRedirect() bool
IsRedirect returns true when this r t r list falcon scripts not found response has a 3xx status code
func (*RTRListFalconScriptsNotFound) IsServerError ¶
func (o *RTRListFalconScriptsNotFound) IsServerError() bool
IsServerError returns true when this r t r list falcon scripts not found response has a 5xx status code
func (*RTRListFalconScriptsNotFound) IsSuccess ¶
func (o *RTRListFalconScriptsNotFound) IsSuccess() bool
IsSuccess returns true when this r t r list falcon scripts not found response has a 2xx status code
func (*RTRListFalconScriptsNotFound) String ¶
func (o *RTRListFalconScriptsNotFound) String() string
type RTRListFalconScriptsOK ¶
type RTRListFalconScriptsOK 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.EmpowerapiMsaIDListResponse }
RTRListFalconScriptsOK describes a response with status code 200, with default header values.
OK
func NewRTRListFalconScriptsOK ¶
func NewRTRListFalconScriptsOK() *RTRListFalconScriptsOK
NewRTRListFalconScriptsOK creates a RTRListFalconScriptsOK with default headers values
func (*RTRListFalconScriptsOK) Code ¶
func (o *RTRListFalconScriptsOK) Code() int
Code gets the status code for the r t r list falcon scripts o k response
func (*RTRListFalconScriptsOK) Error ¶
func (o *RTRListFalconScriptsOK) Error() string
func (*RTRListFalconScriptsOK) GetPayload ¶
func (o *RTRListFalconScriptsOK) GetPayload() *models.EmpowerapiMsaIDListResponse
func (*RTRListFalconScriptsOK) IsClientError ¶
func (o *RTRListFalconScriptsOK) IsClientError() bool
IsClientError returns true when this r t r list falcon scripts o k response has a 4xx status code
func (*RTRListFalconScriptsOK) IsCode ¶
func (o *RTRListFalconScriptsOK) IsCode(code int) bool
IsCode returns true when this r t r list falcon scripts o k response a status code equal to that given
func (*RTRListFalconScriptsOK) IsRedirect ¶
func (o *RTRListFalconScriptsOK) IsRedirect() bool
IsRedirect returns true when this r t r list falcon scripts o k response has a 3xx status code
func (*RTRListFalconScriptsOK) IsServerError ¶
func (o *RTRListFalconScriptsOK) IsServerError() bool
IsServerError returns true when this r t r list falcon scripts o k response has a 5xx status code
func (*RTRListFalconScriptsOK) IsSuccess ¶
func (o *RTRListFalconScriptsOK) IsSuccess() bool
IsSuccess returns true when this r t r list falcon scripts o k response has a 2xx status code
func (*RTRListFalconScriptsOK) String ¶
func (o *RTRListFalconScriptsOK) String() string
type RTRListFalconScriptsParams ¶
type RTRListFalconScriptsParams struct { /* Filter. Optional filter 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. Number of ids to return. */ Limit *int64 /* Offset. Starting index of overall result set from which to return ids. */ Offset *int64 /* Sort. Sort by spec. Ex: 'created_at|asc'. */ Sort *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
RTRListFalconScriptsParams contains all the parameters to send to the API endpoint
for the r t r list falcon scripts operation. Typically these are written to a http.Request.
func NewRTRListFalconScriptsParams ¶
func NewRTRListFalconScriptsParams() *RTRListFalconScriptsParams
NewRTRListFalconScriptsParams creates a new RTRListFalconScriptsParams 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 NewRTRListFalconScriptsParamsWithContext ¶
func NewRTRListFalconScriptsParamsWithContext(ctx context.Context) *RTRListFalconScriptsParams
NewRTRListFalconScriptsParamsWithContext creates a new RTRListFalconScriptsParams object with the ability to set a context for a request.
func NewRTRListFalconScriptsParamsWithHTTPClient ¶
func NewRTRListFalconScriptsParamsWithHTTPClient(client *http.Client) *RTRListFalconScriptsParams
NewRTRListFalconScriptsParamsWithHTTPClient creates a new RTRListFalconScriptsParams object with the ability to set a custom HTTPClient for a request.
func NewRTRListFalconScriptsParamsWithTimeout ¶
func NewRTRListFalconScriptsParamsWithTimeout(timeout time.Duration) *RTRListFalconScriptsParams
NewRTRListFalconScriptsParamsWithTimeout creates a new RTRListFalconScriptsParams object with the ability to set a timeout on a request.
func (*RTRListFalconScriptsParams) SetContext ¶
func (o *RTRListFalconScriptsParams) SetContext(ctx context.Context)
SetContext adds the context to the r t r list falcon scripts params
func (*RTRListFalconScriptsParams) SetDefaults ¶
func (o *RTRListFalconScriptsParams) SetDefaults()
SetDefaults hydrates default values in the r t r list falcon scripts params (not the query body).
All values with no default are reset to their zero value.
func (*RTRListFalconScriptsParams) SetFilter ¶
func (o *RTRListFalconScriptsParams) SetFilter(filter *string)
SetFilter adds the filter to the r t r list falcon scripts params
func (*RTRListFalconScriptsParams) SetHTTPClient ¶
func (o *RTRListFalconScriptsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the r t r list falcon scripts params
func (*RTRListFalconScriptsParams) SetLimit ¶
func (o *RTRListFalconScriptsParams) SetLimit(limit *int64)
SetLimit adds the limit to the r t r list falcon scripts params
func (*RTRListFalconScriptsParams) SetOffset ¶
func (o *RTRListFalconScriptsParams) SetOffset(offset *int64)
SetOffset adds the offset to the r t r list falcon scripts params
func (*RTRListFalconScriptsParams) SetSort ¶
func (o *RTRListFalconScriptsParams) SetSort(sort *string)
SetSort adds the sort to the r t r list falcon scripts params
func (*RTRListFalconScriptsParams) SetTimeout ¶
func (o *RTRListFalconScriptsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the r t r list falcon scripts params
func (*RTRListFalconScriptsParams) WithContext ¶
func (o *RTRListFalconScriptsParams) WithContext(ctx context.Context) *RTRListFalconScriptsParams
WithContext adds the context to the r t r list falcon scripts params
func (*RTRListFalconScriptsParams) WithDefaults ¶
func (o *RTRListFalconScriptsParams) WithDefaults() *RTRListFalconScriptsParams
WithDefaults hydrates default values in the r t r list falcon scripts params (not the query body).
All values with no default are reset to their zero value.
func (*RTRListFalconScriptsParams) WithFilter ¶
func (o *RTRListFalconScriptsParams) WithFilter(filter *string) *RTRListFalconScriptsParams
WithFilter adds the filter to the r t r list falcon scripts params
func (*RTRListFalconScriptsParams) WithHTTPClient ¶
func (o *RTRListFalconScriptsParams) WithHTTPClient(client *http.Client) *RTRListFalconScriptsParams
WithHTTPClient adds the HTTPClient to the r t r list falcon scripts params
func (*RTRListFalconScriptsParams) WithLimit ¶
func (o *RTRListFalconScriptsParams) WithLimit(limit *int64) *RTRListFalconScriptsParams
WithLimit adds the limit to the r t r list falcon scripts params
func (*RTRListFalconScriptsParams) WithOffset ¶
func (o *RTRListFalconScriptsParams) WithOffset(offset *int64) *RTRListFalconScriptsParams
WithOffset adds the offset to the r t r list falcon scripts params
func (*RTRListFalconScriptsParams) WithSort ¶
func (o *RTRListFalconScriptsParams) WithSort(sort *string) *RTRListFalconScriptsParams
WithSort adds the sort to the r t r list falcon scripts params
func (*RTRListFalconScriptsParams) WithTimeout ¶
func (o *RTRListFalconScriptsParams) WithTimeout(timeout time.Duration) *RTRListFalconScriptsParams
WithTimeout adds the timeout to the r t r list falcon scripts params
func (*RTRListFalconScriptsParams) WriteToRequest ¶
func (o *RTRListFalconScriptsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RTRListFalconScriptsReader ¶
type RTRListFalconScriptsReader struct {
// contains filtered or unexported fields
}
RTRListFalconScriptsReader is a Reader for the RTRListFalconScripts structure.
func (*RTRListFalconScriptsReader) ReadResponse ¶
func (o *RTRListFalconScriptsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type RTRListFalconScriptsTooManyRequests ¶
type RTRListFalconScriptsTooManyRequests 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 }
RTRListFalconScriptsTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewRTRListFalconScriptsTooManyRequests ¶
func NewRTRListFalconScriptsTooManyRequests() *RTRListFalconScriptsTooManyRequests
NewRTRListFalconScriptsTooManyRequests creates a RTRListFalconScriptsTooManyRequests with default headers values
func (*RTRListFalconScriptsTooManyRequests) Code ¶
func (o *RTRListFalconScriptsTooManyRequests) Code() int
Code gets the status code for the r t r list falcon scripts too many requests response
func (*RTRListFalconScriptsTooManyRequests) Error ¶
func (o *RTRListFalconScriptsTooManyRequests) Error() string
func (*RTRListFalconScriptsTooManyRequests) GetPayload ¶
func (o *RTRListFalconScriptsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*RTRListFalconScriptsTooManyRequests) IsClientError ¶
func (o *RTRListFalconScriptsTooManyRequests) IsClientError() bool
IsClientError returns true when this r t r list falcon scripts too many requests response has a 4xx status code
func (*RTRListFalconScriptsTooManyRequests) IsCode ¶
func (o *RTRListFalconScriptsTooManyRequests) IsCode(code int) bool
IsCode returns true when this r t r list falcon scripts too many requests response a status code equal to that given
func (*RTRListFalconScriptsTooManyRequests) IsRedirect ¶
func (o *RTRListFalconScriptsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this r t r list falcon scripts too many requests response has a 3xx status code
func (*RTRListFalconScriptsTooManyRequests) IsServerError ¶
func (o *RTRListFalconScriptsTooManyRequests) IsServerError() bool
IsServerError returns true when this r t r list falcon scripts too many requests response has a 5xx status code
func (*RTRListFalconScriptsTooManyRequests) IsSuccess ¶
func (o *RTRListFalconScriptsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this r t r list falcon scripts too many requests response has a 2xx status code
func (*RTRListFalconScriptsTooManyRequests) String ¶
func (o *RTRListFalconScriptsTooManyRequests) String() string
type RTRListPutFilesBadRequest ¶
type RTRListPutFilesBadRequest 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.DomainAPIError }
RTRListPutFilesBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewRTRListPutFilesBadRequest ¶
func NewRTRListPutFilesBadRequest() *RTRListPutFilesBadRequest
NewRTRListPutFilesBadRequest creates a RTRListPutFilesBadRequest with default headers values
func (*RTRListPutFilesBadRequest) Code ¶
func (o *RTRListPutFilesBadRequest) Code() int
Code gets the status code for the r t r list put files bad request response
func (*RTRListPutFilesBadRequest) Error ¶
func (o *RTRListPutFilesBadRequest) Error() string
func (*RTRListPutFilesBadRequest) GetPayload ¶
func (o *RTRListPutFilesBadRequest) GetPayload() *models.DomainAPIError
func (*RTRListPutFilesBadRequest) IsClientError ¶
func (o *RTRListPutFilesBadRequest) IsClientError() bool
IsClientError returns true when this r t r list put files bad request response has a 4xx status code
func (*RTRListPutFilesBadRequest) IsCode ¶
func (o *RTRListPutFilesBadRequest) IsCode(code int) bool
IsCode returns true when this r t r list put files bad request response a status code equal to that given
func (*RTRListPutFilesBadRequest) IsRedirect ¶
func (o *RTRListPutFilesBadRequest) IsRedirect() bool
IsRedirect returns true when this r t r list put files bad request response has a 3xx status code
func (*RTRListPutFilesBadRequest) IsServerError ¶
func (o *RTRListPutFilesBadRequest) IsServerError() bool
IsServerError returns true when this r t r list put files bad request response has a 5xx status code
func (*RTRListPutFilesBadRequest) IsSuccess ¶
func (o *RTRListPutFilesBadRequest) IsSuccess() bool
IsSuccess returns true when this r t r list put files bad request response has a 2xx status code
func (*RTRListPutFilesBadRequest) String ¶
func (o *RTRListPutFilesBadRequest) String() string
type RTRListPutFilesForbidden ¶
type RTRListPutFilesForbidden 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 }
RTRListPutFilesForbidden describes a response with status code 403, with default header values.
Forbidden
func NewRTRListPutFilesForbidden ¶
func NewRTRListPutFilesForbidden() *RTRListPutFilesForbidden
NewRTRListPutFilesForbidden creates a RTRListPutFilesForbidden with default headers values
func (*RTRListPutFilesForbidden) Code ¶
func (o *RTRListPutFilesForbidden) Code() int
Code gets the status code for the r t r list put files forbidden response
func (*RTRListPutFilesForbidden) Error ¶
func (o *RTRListPutFilesForbidden) Error() string
func (*RTRListPutFilesForbidden) GetPayload ¶
func (o *RTRListPutFilesForbidden) GetPayload() *models.MsaReplyMetaOnly
func (*RTRListPutFilesForbidden) IsClientError ¶
func (o *RTRListPutFilesForbidden) IsClientError() bool
IsClientError returns true when this r t r list put files forbidden response has a 4xx status code
func (*RTRListPutFilesForbidden) IsCode ¶
func (o *RTRListPutFilesForbidden) IsCode(code int) bool
IsCode returns true when this r t r list put files forbidden response a status code equal to that given
func (*RTRListPutFilesForbidden) IsRedirect ¶
func (o *RTRListPutFilesForbidden) IsRedirect() bool
IsRedirect returns true when this r t r list put files forbidden response has a 3xx status code
func (*RTRListPutFilesForbidden) IsServerError ¶
func (o *RTRListPutFilesForbidden) IsServerError() bool
IsServerError returns true when this r t r list put files forbidden response has a 5xx status code
func (*RTRListPutFilesForbidden) IsSuccess ¶
func (o *RTRListPutFilesForbidden) IsSuccess() bool
IsSuccess returns true when this r t r list put files forbidden response has a 2xx status code
func (*RTRListPutFilesForbidden) String ¶
func (o *RTRListPutFilesForbidden) String() string
type RTRListPutFilesNotFound ¶
type RTRListPutFilesNotFound 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.DomainAPIError }
RTRListPutFilesNotFound describes a response with status code 404, with default header values.
Not Found
func NewRTRListPutFilesNotFound ¶
func NewRTRListPutFilesNotFound() *RTRListPutFilesNotFound
NewRTRListPutFilesNotFound creates a RTRListPutFilesNotFound with default headers values
func (*RTRListPutFilesNotFound) Code ¶
func (o *RTRListPutFilesNotFound) Code() int
Code gets the status code for the r t r list put files not found response
func (*RTRListPutFilesNotFound) Error ¶
func (o *RTRListPutFilesNotFound) Error() string
func (*RTRListPutFilesNotFound) GetPayload ¶
func (o *RTRListPutFilesNotFound) GetPayload() *models.DomainAPIError
func (*RTRListPutFilesNotFound) IsClientError ¶
func (o *RTRListPutFilesNotFound) IsClientError() bool
IsClientError returns true when this r t r list put files not found response has a 4xx status code
func (*RTRListPutFilesNotFound) IsCode ¶
func (o *RTRListPutFilesNotFound) IsCode(code int) bool
IsCode returns true when this r t r list put files not found response a status code equal to that given
func (*RTRListPutFilesNotFound) IsRedirect ¶
func (o *RTRListPutFilesNotFound) IsRedirect() bool
IsRedirect returns true when this r t r list put files not found response has a 3xx status code
func (*RTRListPutFilesNotFound) IsServerError ¶
func (o *RTRListPutFilesNotFound) IsServerError() bool
IsServerError returns true when this r t r list put files not found response has a 5xx status code
func (*RTRListPutFilesNotFound) IsSuccess ¶
func (o *RTRListPutFilesNotFound) IsSuccess() bool
IsSuccess returns true when this r t r list put files not found response has a 2xx status code
func (*RTRListPutFilesNotFound) String ¶
func (o *RTRListPutFilesNotFound) String() string
type RTRListPutFilesOK ¶
type RTRListPutFilesOK 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.BinservapiMsaPutFileResponse }
RTRListPutFilesOK describes a response with status code 200, with default header values.
OK
func NewRTRListPutFilesOK ¶
func NewRTRListPutFilesOK() *RTRListPutFilesOK
NewRTRListPutFilesOK creates a RTRListPutFilesOK with default headers values
func (*RTRListPutFilesOK) Code ¶
func (o *RTRListPutFilesOK) Code() int
Code gets the status code for the r t r list put files o k response
func (*RTRListPutFilesOK) Error ¶
func (o *RTRListPutFilesOK) Error() string
func (*RTRListPutFilesOK) GetPayload ¶
func (o *RTRListPutFilesOK) GetPayload() *models.BinservapiMsaPutFileResponse
func (*RTRListPutFilesOK) IsClientError ¶
func (o *RTRListPutFilesOK) IsClientError() bool
IsClientError returns true when this r t r list put files o k response has a 4xx status code
func (*RTRListPutFilesOK) IsCode ¶
func (o *RTRListPutFilesOK) IsCode(code int) bool
IsCode returns true when this r t r list put files o k response a status code equal to that given
func (*RTRListPutFilesOK) IsRedirect ¶
func (o *RTRListPutFilesOK) IsRedirect() bool
IsRedirect returns true when this r t r list put files o k response has a 3xx status code
func (*RTRListPutFilesOK) IsServerError ¶
func (o *RTRListPutFilesOK) IsServerError() bool
IsServerError returns true when this r t r list put files o k response has a 5xx status code
func (*RTRListPutFilesOK) IsSuccess ¶
func (o *RTRListPutFilesOK) IsSuccess() bool
IsSuccess returns true when this r t r list put files o k response has a 2xx status code
func (*RTRListPutFilesOK) String ¶
func (o *RTRListPutFilesOK) String() string
type RTRListPutFilesParams ¶
type RTRListPutFilesParams struct { /* Filter. Optional filter 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. Number of ids to return. */ Limit *int64 /* Offset. Starting index of overall result set from which to return ids. */ Offset *string /* Sort. Sort by spec. Ex: 'created_at|asc'. */ Sort *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
RTRListPutFilesParams contains all the parameters to send to the API endpoint
for the r t r list put files operation. Typically these are written to a http.Request.
func NewRTRListPutFilesParams ¶
func NewRTRListPutFilesParams() *RTRListPutFilesParams
NewRTRListPutFilesParams creates a new RTRListPutFilesParams 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 NewRTRListPutFilesParamsWithContext ¶
func NewRTRListPutFilesParamsWithContext(ctx context.Context) *RTRListPutFilesParams
NewRTRListPutFilesParamsWithContext creates a new RTRListPutFilesParams object with the ability to set a context for a request.
func NewRTRListPutFilesParamsWithHTTPClient ¶
func NewRTRListPutFilesParamsWithHTTPClient(client *http.Client) *RTRListPutFilesParams
NewRTRListPutFilesParamsWithHTTPClient creates a new RTRListPutFilesParams object with the ability to set a custom HTTPClient for a request.
func NewRTRListPutFilesParamsWithTimeout ¶
func NewRTRListPutFilesParamsWithTimeout(timeout time.Duration) *RTRListPutFilesParams
NewRTRListPutFilesParamsWithTimeout creates a new RTRListPutFilesParams object with the ability to set a timeout on a request.
func (*RTRListPutFilesParams) SetContext ¶
func (o *RTRListPutFilesParams) SetContext(ctx context.Context)
SetContext adds the context to the r t r list put files params
func (*RTRListPutFilesParams) SetDefaults ¶
func (o *RTRListPutFilesParams) SetDefaults()
SetDefaults hydrates default values in the r t r list put files params (not the query body).
All values with no default are reset to their zero value.
func (*RTRListPutFilesParams) SetFilter ¶
func (o *RTRListPutFilesParams) SetFilter(filter *string)
SetFilter adds the filter to the r t r list put files params
func (*RTRListPutFilesParams) SetHTTPClient ¶
func (o *RTRListPutFilesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the r t r list put files params
func (*RTRListPutFilesParams) SetLimit ¶
func (o *RTRListPutFilesParams) SetLimit(limit *int64)
SetLimit adds the limit to the r t r list put files params
func (*RTRListPutFilesParams) SetOffset ¶
func (o *RTRListPutFilesParams) SetOffset(offset *string)
SetOffset adds the offset to the r t r list put files params
func (*RTRListPutFilesParams) SetSort ¶
func (o *RTRListPutFilesParams) SetSort(sort *string)
SetSort adds the sort to the r t r list put files params
func (*RTRListPutFilesParams) SetTimeout ¶
func (o *RTRListPutFilesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the r t r list put files params
func (*RTRListPutFilesParams) WithContext ¶
func (o *RTRListPutFilesParams) WithContext(ctx context.Context) *RTRListPutFilesParams
WithContext adds the context to the r t r list put files params
func (*RTRListPutFilesParams) WithDefaults ¶
func (o *RTRListPutFilesParams) WithDefaults() *RTRListPutFilesParams
WithDefaults hydrates default values in the r t r list put files params (not the query body).
All values with no default are reset to their zero value.
func (*RTRListPutFilesParams) WithFilter ¶
func (o *RTRListPutFilesParams) WithFilter(filter *string) *RTRListPutFilesParams
WithFilter adds the filter to the r t r list put files params
func (*RTRListPutFilesParams) WithHTTPClient ¶
func (o *RTRListPutFilesParams) WithHTTPClient(client *http.Client) *RTRListPutFilesParams
WithHTTPClient adds the HTTPClient to the r t r list put files params
func (*RTRListPutFilesParams) WithLimit ¶
func (o *RTRListPutFilesParams) WithLimit(limit *int64) *RTRListPutFilesParams
WithLimit adds the limit to the r t r list put files params
func (*RTRListPutFilesParams) WithOffset ¶
func (o *RTRListPutFilesParams) WithOffset(offset *string) *RTRListPutFilesParams
WithOffset adds the offset to the r t r list put files params
func (*RTRListPutFilesParams) WithSort ¶
func (o *RTRListPutFilesParams) WithSort(sort *string) *RTRListPutFilesParams
WithSort adds the sort to the r t r list put files params
func (*RTRListPutFilesParams) WithTimeout ¶
func (o *RTRListPutFilesParams) WithTimeout(timeout time.Duration) *RTRListPutFilesParams
WithTimeout adds the timeout to the r t r list put files params
func (*RTRListPutFilesParams) WriteToRequest ¶
func (o *RTRListPutFilesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RTRListPutFilesReader ¶
type RTRListPutFilesReader struct {
// contains filtered or unexported fields
}
RTRListPutFilesReader is a Reader for the RTRListPutFiles structure.
func (*RTRListPutFilesReader) ReadResponse ¶
func (o *RTRListPutFilesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type RTRListPutFilesTooManyRequests ¶
type RTRListPutFilesTooManyRequests 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 }
RTRListPutFilesTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewRTRListPutFilesTooManyRequests ¶
func NewRTRListPutFilesTooManyRequests() *RTRListPutFilesTooManyRequests
NewRTRListPutFilesTooManyRequests creates a RTRListPutFilesTooManyRequests with default headers values
func (*RTRListPutFilesTooManyRequests) Code ¶
func (o *RTRListPutFilesTooManyRequests) Code() int
Code gets the status code for the r t r list put files too many requests response
func (*RTRListPutFilesTooManyRequests) Error ¶
func (o *RTRListPutFilesTooManyRequests) Error() string
func (*RTRListPutFilesTooManyRequests) GetPayload ¶
func (o *RTRListPutFilesTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*RTRListPutFilesTooManyRequests) IsClientError ¶
func (o *RTRListPutFilesTooManyRequests) IsClientError() bool
IsClientError returns true when this r t r list put files too many requests response has a 4xx status code
func (*RTRListPutFilesTooManyRequests) IsCode ¶
func (o *RTRListPutFilesTooManyRequests) IsCode(code int) bool
IsCode returns true when this r t r list put files too many requests response a status code equal to that given
func (*RTRListPutFilesTooManyRequests) IsRedirect ¶
func (o *RTRListPutFilesTooManyRequests) IsRedirect() bool
IsRedirect returns true when this r t r list put files too many requests response has a 3xx status code
func (*RTRListPutFilesTooManyRequests) IsServerError ¶
func (o *RTRListPutFilesTooManyRequests) IsServerError() bool
IsServerError returns true when this r t r list put files too many requests response has a 5xx status code
func (*RTRListPutFilesTooManyRequests) IsSuccess ¶
func (o *RTRListPutFilesTooManyRequests) IsSuccess() bool
IsSuccess returns true when this r t r list put files too many requests response has a 2xx status code
func (*RTRListPutFilesTooManyRequests) String ¶
func (o *RTRListPutFilesTooManyRequests) String() string
type RTRListScriptsBadRequest ¶
type RTRListScriptsBadRequest 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.DomainAPIError }
RTRListScriptsBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewRTRListScriptsBadRequest ¶
func NewRTRListScriptsBadRequest() *RTRListScriptsBadRequest
NewRTRListScriptsBadRequest creates a RTRListScriptsBadRequest with default headers values
func (*RTRListScriptsBadRequest) Code ¶
func (o *RTRListScriptsBadRequest) Code() int
Code gets the status code for the r t r list scripts bad request response
func (*RTRListScriptsBadRequest) Error ¶
func (o *RTRListScriptsBadRequest) Error() string
func (*RTRListScriptsBadRequest) GetPayload ¶
func (o *RTRListScriptsBadRequest) GetPayload() *models.DomainAPIError
func (*RTRListScriptsBadRequest) IsClientError ¶
func (o *RTRListScriptsBadRequest) IsClientError() bool
IsClientError returns true when this r t r list scripts bad request response has a 4xx status code
func (*RTRListScriptsBadRequest) IsCode ¶
func (o *RTRListScriptsBadRequest) IsCode(code int) bool
IsCode returns true when this r t r list scripts bad request response a status code equal to that given
func (*RTRListScriptsBadRequest) IsRedirect ¶
func (o *RTRListScriptsBadRequest) IsRedirect() bool
IsRedirect returns true when this r t r list scripts bad request response has a 3xx status code
func (*RTRListScriptsBadRequest) IsServerError ¶
func (o *RTRListScriptsBadRequest) IsServerError() bool
IsServerError returns true when this r t r list scripts bad request response has a 5xx status code
func (*RTRListScriptsBadRequest) IsSuccess ¶
func (o *RTRListScriptsBadRequest) IsSuccess() bool
IsSuccess returns true when this r t r list scripts bad request response has a 2xx status code
func (*RTRListScriptsBadRequest) String ¶
func (o *RTRListScriptsBadRequest) String() string
type RTRListScriptsForbidden ¶
type RTRListScriptsForbidden 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 }
RTRListScriptsForbidden describes a response with status code 403, with default header values.
Forbidden
func NewRTRListScriptsForbidden ¶
func NewRTRListScriptsForbidden() *RTRListScriptsForbidden
NewRTRListScriptsForbidden creates a RTRListScriptsForbidden with default headers values
func (*RTRListScriptsForbidden) Code ¶
func (o *RTRListScriptsForbidden) Code() int
Code gets the status code for the r t r list scripts forbidden response
func (*RTRListScriptsForbidden) Error ¶
func (o *RTRListScriptsForbidden) Error() string
func (*RTRListScriptsForbidden) GetPayload ¶
func (o *RTRListScriptsForbidden) GetPayload() *models.MsaReplyMetaOnly
func (*RTRListScriptsForbidden) IsClientError ¶
func (o *RTRListScriptsForbidden) IsClientError() bool
IsClientError returns true when this r t r list scripts forbidden response has a 4xx status code
func (*RTRListScriptsForbidden) IsCode ¶
func (o *RTRListScriptsForbidden) IsCode(code int) bool
IsCode returns true when this r t r list scripts forbidden response a status code equal to that given
func (*RTRListScriptsForbidden) IsRedirect ¶
func (o *RTRListScriptsForbidden) IsRedirect() bool
IsRedirect returns true when this r t r list scripts forbidden response has a 3xx status code
func (*RTRListScriptsForbidden) IsServerError ¶
func (o *RTRListScriptsForbidden) IsServerError() bool
IsServerError returns true when this r t r list scripts forbidden response has a 5xx status code
func (*RTRListScriptsForbidden) IsSuccess ¶
func (o *RTRListScriptsForbidden) IsSuccess() bool
IsSuccess returns true when this r t r list scripts forbidden response has a 2xx status code
func (*RTRListScriptsForbidden) String ¶
func (o *RTRListScriptsForbidden) String() string
type RTRListScriptsNotFound ¶
type RTRListScriptsNotFound 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.DomainAPIError }
RTRListScriptsNotFound describes a response with status code 404, with default header values.
Not Found
func NewRTRListScriptsNotFound ¶
func NewRTRListScriptsNotFound() *RTRListScriptsNotFound
NewRTRListScriptsNotFound creates a RTRListScriptsNotFound with default headers values
func (*RTRListScriptsNotFound) Code ¶
func (o *RTRListScriptsNotFound) Code() int
Code gets the status code for the r t r list scripts not found response
func (*RTRListScriptsNotFound) Error ¶
func (o *RTRListScriptsNotFound) Error() string
func (*RTRListScriptsNotFound) GetPayload ¶
func (o *RTRListScriptsNotFound) GetPayload() *models.DomainAPIError
func (*RTRListScriptsNotFound) IsClientError ¶
func (o *RTRListScriptsNotFound) IsClientError() bool
IsClientError returns true when this r t r list scripts not found response has a 4xx status code
func (*RTRListScriptsNotFound) IsCode ¶
func (o *RTRListScriptsNotFound) IsCode(code int) bool
IsCode returns true when this r t r list scripts not found response a status code equal to that given
func (*RTRListScriptsNotFound) IsRedirect ¶
func (o *RTRListScriptsNotFound) IsRedirect() bool
IsRedirect returns true when this r t r list scripts not found response has a 3xx status code
func (*RTRListScriptsNotFound) IsServerError ¶
func (o *RTRListScriptsNotFound) IsServerError() bool
IsServerError returns true when this r t r list scripts not found response has a 5xx status code
func (*RTRListScriptsNotFound) IsSuccess ¶
func (o *RTRListScriptsNotFound) IsSuccess() bool
IsSuccess returns true when this r t r list scripts not found response has a 2xx status code
func (*RTRListScriptsNotFound) String ¶
func (o *RTRListScriptsNotFound) String() string
type RTRListScriptsOK ¶
type RTRListScriptsOK 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.BinservapiMsaPutFileResponse }
RTRListScriptsOK describes a response with status code 200, with default header values.
OK
func NewRTRListScriptsOK ¶
func NewRTRListScriptsOK() *RTRListScriptsOK
NewRTRListScriptsOK creates a RTRListScriptsOK with default headers values
func (*RTRListScriptsOK) Code ¶
func (o *RTRListScriptsOK) Code() int
Code gets the status code for the r t r list scripts o k response
func (*RTRListScriptsOK) Error ¶
func (o *RTRListScriptsOK) Error() string
func (*RTRListScriptsOK) GetPayload ¶
func (o *RTRListScriptsOK) GetPayload() *models.BinservapiMsaPutFileResponse
func (*RTRListScriptsOK) IsClientError ¶
func (o *RTRListScriptsOK) IsClientError() bool
IsClientError returns true when this r t r list scripts o k response has a 4xx status code
func (*RTRListScriptsOK) IsCode ¶
func (o *RTRListScriptsOK) IsCode(code int) bool
IsCode returns true when this r t r list scripts o k response a status code equal to that given
func (*RTRListScriptsOK) IsRedirect ¶
func (o *RTRListScriptsOK) IsRedirect() bool
IsRedirect returns true when this r t r list scripts o k response has a 3xx status code
func (*RTRListScriptsOK) IsServerError ¶
func (o *RTRListScriptsOK) IsServerError() bool
IsServerError returns true when this r t r list scripts o k response has a 5xx status code
func (*RTRListScriptsOK) IsSuccess ¶
func (o *RTRListScriptsOK) IsSuccess() bool
IsSuccess returns true when this r t r list scripts o k response has a 2xx status code
func (*RTRListScriptsOK) String ¶
func (o *RTRListScriptsOK) String() string
type RTRListScriptsParams ¶
type RTRListScriptsParams struct { /* Filter. Optional filter 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. Number of ids to return. */ Limit *int64 /* Offset. Starting index of overall result set from which to return ids. */ Offset *string /* Sort. Sort by spec. Ex: 'created_at|asc'. */ Sort *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
RTRListScriptsParams contains all the parameters to send to the API endpoint
for the r t r list scripts operation. Typically these are written to a http.Request.
func NewRTRListScriptsParams ¶
func NewRTRListScriptsParams() *RTRListScriptsParams
NewRTRListScriptsParams creates a new RTRListScriptsParams 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 NewRTRListScriptsParamsWithContext ¶
func NewRTRListScriptsParamsWithContext(ctx context.Context) *RTRListScriptsParams
NewRTRListScriptsParamsWithContext creates a new RTRListScriptsParams object with the ability to set a context for a request.
func NewRTRListScriptsParamsWithHTTPClient ¶
func NewRTRListScriptsParamsWithHTTPClient(client *http.Client) *RTRListScriptsParams
NewRTRListScriptsParamsWithHTTPClient creates a new RTRListScriptsParams object with the ability to set a custom HTTPClient for a request.
func NewRTRListScriptsParamsWithTimeout ¶
func NewRTRListScriptsParamsWithTimeout(timeout time.Duration) *RTRListScriptsParams
NewRTRListScriptsParamsWithTimeout creates a new RTRListScriptsParams object with the ability to set a timeout on a request.
func (*RTRListScriptsParams) SetContext ¶
func (o *RTRListScriptsParams) SetContext(ctx context.Context)
SetContext adds the context to the r t r list scripts params
func (*RTRListScriptsParams) SetDefaults ¶
func (o *RTRListScriptsParams) SetDefaults()
SetDefaults hydrates default values in the r t r list scripts params (not the query body).
All values with no default are reset to their zero value.
func (*RTRListScriptsParams) SetFilter ¶
func (o *RTRListScriptsParams) SetFilter(filter *string)
SetFilter adds the filter to the r t r list scripts params
func (*RTRListScriptsParams) SetHTTPClient ¶
func (o *RTRListScriptsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the r t r list scripts params
func (*RTRListScriptsParams) SetLimit ¶
func (o *RTRListScriptsParams) SetLimit(limit *int64)
SetLimit adds the limit to the r t r list scripts params
func (*RTRListScriptsParams) SetOffset ¶
func (o *RTRListScriptsParams) SetOffset(offset *string)
SetOffset adds the offset to the r t r list scripts params
func (*RTRListScriptsParams) SetSort ¶
func (o *RTRListScriptsParams) SetSort(sort *string)
SetSort adds the sort to the r t r list scripts params
func (*RTRListScriptsParams) SetTimeout ¶
func (o *RTRListScriptsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the r t r list scripts params
func (*RTRListScriptsParams) WithContext ¶
func (o *RTRListScriptsParams) WithContext(ctx context.Context) *RTRListScriptsParams
WithContext adds the context to the r t r list scripts params
func (*RTRListScriptsParams) WithDefaults ¶
func (o *RTRListScriptsParams) WithDefaults() *RTRListScriptsParams
WithDefaults hydrates default values in the r t r list scripts params (not the query body).
All values with no default are reset to their zero value.
func (*RTRListScriptsParams) WithFilter ¶
func (o *RTRListScriptsParams) WithFilter(filter *string) *RTRListScriptsParams
WithFilter adds the filter to the r t r list scripts params
func (*RTRListScriptsParams) WithHTTPClient ¶
func (o *RTRListScriptsParams) WithHTTPClient(client *http.Client) *RTRListScriptsParams
WithHTTPClient adds the HTTPClient to the r t r list scripts params
func (*RTRListScriptsParams) WithLimit ¶
func (o *RTRListScriptsParams) WithLimit(limit *int64) *RTRListScriptsParams
WithLimit adds the limit to the r t r list scripts params
func (*RTRListScriptsParams) WithOffset ¶
func (o *RTRListScriptsParams) WithOffset(offset *string) *RTRListScriptsParams
WithOffset adds the offset to the r t r list scripts params
func (*RTRListScriptsParams) WithSort ¶
func (o *RTRListScriptsParams) WithSort(sort *string) *RTRListScriptsParams
WithSort adds the sort to the r t r list scripts params
func (*RTRListScriptsParams) WithTimeout ¶
func (o *RTRListScriptsParams) WithTimeout(timeout time.Duration) *RTRListScriptsParams
WithTimeout adds the timeout to the r t r list scripts params
func (*RTRListScriptsParams) WriteToRequest ¶
func (o *RTRListScriptsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RTRListScriptsReader ¶
type RTRListScriptsReader struct {
// contains filtered or unexported fields
}
RTRListScriptsReader is a Reader for the RTRListScripts structure.
func (*RTRListScriptsReader) ReadResponse ¶
func (o *RTRListScriptsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type RTRListScriptsTooManyRequests ¶
type RTRListScriptsTooManyRequests 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 }
RTRListScriptsTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewRTRListScriptsTooManyRequests ¶
func NewRTRListScriptsTooManyRequests() *RTRListScriptsTooManyRequests
NewRTRListScriptsTooManyRequests creates a RTRListScriptsTooManyRequests with default headers values
func (*RTRListScriptsTooManyRequests) Code ¶
func (o *RTRListScriptsTooManyRequests) Code() int
Code gets the status code for the r t r list scripts too many requests response
func (*RTRListScriptsTooManyRequests) Error ¶
func (o *RTRListScriptsTooManyRequests) Error() string
func (*RTRListScriptsTooManyRequests) GetPayload ¶
func (o *RTRListScriptsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*RTRListScriptsTooManyRequests) IsClientError ¶
func (o *RTRListScriptsTooManyRequests) IsClientError() bool
IsClientError returns true when this r t r list scripts too many requests response has a 4xx status code
func (*RTRListScriptsTooManyRequests) IsCode ¶
func (o *RTRListScriptsTooManyRequests) IsCode(code int) bool
IsCode returns true when this r t r list scripts too many requests response a status code equal to that given
func (*RTRListScriptsTooManyRequests) IsRedirect ¶
func (o *RTRListScriptsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this r t r list scripts too many requests response has a 3xx status code
func (*RTRListScriptsTooManyRequests) IsServerError ¶
func (o *RTRListScriptsTooManyRequests) IsServerError() bool
IsServerError returns true when this r t r list scripts too many requests response has a 5xx status code
func (*RTRListScriptsTooManyRequests) IsSuccess ¶
func (o *RTRListScriptsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this r t r list scripts too many requests response has a 2xx status code
func (*RTRListScriptsTooManyRequests) String ¶
func (o *RTRListScriptsTooManyRequests) String() string
type RTRUpdateScriptsAccepted ¶
type RTRUpdateScriptsAccepted 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 }
RTRUpdateScriptsAccepted describes a response with status code 202, with default header values.
OK
func NewRTRUpdateScriptsAccepted ¶
func NewRTRUpdateScriptsAccepted() *RTRUpdateScriptsAccepted
NewRTRUpdateScriptsAccepted creates a RTRUpdateScriptsAccepted with default headers values
func (*RTRUpdateScriptsAccepted) Code ¶
func (o *RTRUpdateScriptsAccepted) Code() int
Code gets the status code for the r t r update scripts accepted response
func (*RTRUpdateScriptsAccepted) Error ¶
func (o *RTRUpdateScriptsAccepted) Error() string
func (*RTRUpdateScriptsAccepted) GetPayload ¶
func (o *RTRUpdateScriptsAccepted) GetPayload() *models.MsaReplyMetaOnly
func (*RTRUpdateScriptsAccepted) IsClientError ¶
func (o *RTRUpdateScriptsAccepted) IsClientError() bool
IsClientError returns true when this r t r update scripts accepted response has a 4xx status code
func (*RTRUpdateScriptsAccepted) IsCode ¶
func (o *RTRUpdateScriptsAccepted) IsCode(code int) bool
IsCode returns true when this r t r update scripts accepted response a status code equal to that given
func (*RTRUpdateScriptsAccepted) IsRedirect ¶
func (o *RTRUpdateScriptsAccepted) IsRedirect() bool
IsRedirect returns true when this r t r update scripts accepted response has a 3xx status code
func (*RTRUpdateScriptsAccepted) IsServerError ¶
func (o *RTRUpdateScriptsAccepted) IsServerError() bool
IsServerError returns true when this r t r update scripts accepted response has a 5xx status code
func (*RTRUpdateScriptsAccepted) IsSuccess ¶
func (o *RTRUpdateScriptsAccepted) IsSuccess() bool
IsSuccess returns true when this r t r update scripts accepted response has a 2xx status code
func (*RTRUpdateScriptsAccepted) String ¶
func (o *RTRUpdateScriptsAccepted) String() string
type RTRUpdateScriptsBadRequest ¶
type RTRUpdateScriptsBadRequest 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.DomainAPIError }
RTRUpdateScriptsBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewRTRUpdateScriptsBadRequest ¶
func NewRTRUpdateScriptsBadRequest() *RTRUpdateScriptsBadRequest
NewRTRUpdateScriptsBadRequest creates a RTRUpdateScriptsBadRequest with default headers values
func (*RTRUpdateScriptsBadRequest) Code ¶
func (o *RTRUpdateScriptsBadRequest) Code() int
Code gets the status code for the r t r update scripts bad request response
func (*RTRUpdateScriptsBadRequest) Error ¶
func (o *RTRUpdateScriptsBadRequest) Error() string
func (*RTRUpdateScriptsBadRequest) GetPayload ¶
func (o *RTRUpdateScriptsBadRequest) GetPayload() *models.DomainAPIError
func (*RTRUpdateScriptsBadRequest) IsClientError ¶
func (o *RTRUpdateScriptsBadRequest) IsClientError() bool
IsClientError returns true when this r t r update scripts bad request response has a 4xx status code
func (*RTRUpdateScriptsBadRequest) IsCode ¶
func (o *RTRUpdateScriptsBadRequest) IsCode(code int) bool
IsCode returns true when this r t r update scripts bad request response a status code equal to that given
func (*RTRUpdateScriptsBadRequest) IsRedirect ¶
func (o *RTRUpdateScriptsBadRequest) IsRedirect() bool
IsRedirect returns true when this r t r update scripts bad request response has a 3xx status code
func (*RTRUpdateScriptsBadRequest) IsServerError ¶
func (o *RTRUpdateScriptsBadRequest) IsServerError() bool
IsServerError returns true when this r t r update scripts bad request response has a 5xx status code
func (*RTRUpdateScriptsBadRequest) IsSuccess ¶
func (o *RTRUpdateScriptsBadRequest) IsSuccess() bool
IsSuccess returns true when this r t r update scripts bad request response has a 2xx status code
func (*RTRUpdateScriptsBadRequest) String ¶
func (o *RTRUpdateScriptsBadRequest) String() string
type RTRUpdateScriptsForbidden ¶
type RTRUpdateScriptsForbidden 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 }
RTRUpdateScriptsForbidden describes a response with status code 403, with default header values.
Forbidden
func NewRTRUpdateScriptsForbidden ¶
func NewRTRUpdateScriptsForbidden() *RTRUpdateScriptsForbidden
NewRTRUpdateScriptsForbidden creates a RTRUpdateScriptsForbidden with default headers values
func (*RTRUpdateScriptsForbidden) Code ¶
func (o *RTRUpdateScriptsForbidden) Code() int
Code gets the status code for the r t r update scripts forbidden response
func (*RTRUpdateScriptsForbidden) Error ¶
func (o *RTRUpdateScriptsForbidden) Error() string
func (*RTRUpdateScriptsForbidden) GetPayload ¶
func (o *RTRUpdateScriptsForbidden) GetPayload() *models.MsaReplyMetaOnly
func (*RTRUpdateScriptsForbidden) IsClientError ¶
func (o *RTRUpdateScriptsForbidden) IsClientError() bool
IsClientError returns true when this r t r update scripts forbidden response has a 4xx status code
func (*RTRUpdateScriptsForbidden) IsCode ¶
func (o *RTRUpdateScriptsForbidden) IsCode(code int) bool
IsCode returns true when this r t r update scripts forbidden response a status code equal to that given
func (*RTRUpdateScriptsForbidden) IsRedirect ¶
func (o *RTRUpdateScriptsForbidden) IsRedirect() bool
IsRedirect returns true when this r t r update scripts forbidden response has a 3xx status code
func (*RTRUpdateScriptsForbidden) IsServerError ¶
func (o *RTRUpdateScriptsForbidden) IsServerError() bool
IsServerError returns true when this r t r update scripts forbidden response has a 5xx status code
func (*RTRUpdateScriptsForbidden) IsSuccess ¶
func (o *RTRUpdateScriptsForbidden) IsSuccess() bool
IsSuccess returns true when this r t r update scripts forbidden response has a 2xx status code
func (*RTRUpdateScriptsForbidden) String ¶
func (o *RTRUpdateScriptsForbidden) String() string
type RTRUpdateScriptsParams ¶
type RTRUpdateScriptsParams struct { /* CommentsForAuditLog. The audit log comment */ CommentsForAuditLog *string /* Content. The script text that you want to use to upload */ Content *string /* Description. File description */ Description *string /* File. custom-script file to upload. These should be powershell scripts. */ File runtime.NamedReadCloser /* ID. ID to update */ ID string /* Name. File name (if different than actual file name) */ Name *string /* PermissionType. Permission for the custom-script. Valid permission values: - `private`, usable by only the user who uploaded it - `group`, usable by all RTR Admins - `public`, usable by all active-responders and RTR admins Default: "none" */ PermissionType *string /* Platform. Platforms for the file. Currently supports: windows, mac, linux, */ Platform []string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
RTRUpdateScriptsParams contains all the parameters to send to the API endpoint
for the r t r update scripts operation. Typically these are written to a http.Request.
func NewRTRUpdateScriptsParams ¶
func NewRTRUpdateScriptsParams() *RTRUpdateScriptsParams
NewRTRUpdateScriptsParams creates a new RTRUpdateScriptsParams 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 NewRTRUpdateScriptsParamsWithContext ¶
func NewRTRUpdateScriptsParamsWithContext(ctx context.Context) *RTRUpdateScriptsParams
NewRTRUpdateScriptsParamsWithContext creates a new RTRUpdateScriptsParams object with the ability to set a context for a request.
func NewRTRUpdateScriptsParamsWithHTTPClient ¶
func NewRTRUpdateScriptsParamsWithHTTPClient(client *http.Client) *RTRUpdateScriptsParams
NewRTRUpdateScriptsParamsWithHTTPClient creates a new RTRUpdateScriptsParams object with the ability to set a custom HTTPClient for a request.
func NewRTRUpdateScriptsParamsWithTimeout ¶
func NewRTRUpdateScriptsParamsWithTimeout(timeout time.Duration) *RTRUpdateScriptsParams
NewRTRUpdateScriptsParamsWithTimeout creates a new RTRUpdateScriptsParams object with the ability to set a timeout on a request.
func (*RTRUpdateScriptsParams) SetCommentsForAuditLog ¶
func (o *RTRUpdateScriptsParams) SetCommentsForAuditLog(commentsForAuditLog *string)
SetCommentsForAuditLog adds the commentsForAuditLog to the r t r update scripts params
func (*RTRUpdateScriptsParams) SetContent ¶
func (o *RTRUpdateScriptsParams) SetContent(content *string)
SetContent adds the content to the r t r update scripts params
func (*RTRUpdateScriptsParams) SetContext ¶
func (o *RTRUpdateScriptsParams) SetContext(ctx context.Context)
SetContext adds the context to the r t r update scripts params
func (*RTRUpdateScriptsParams) SetDefaults ¶
func (o *RTRUpdateScriptsParams) SetDefaults()
SetDefaults hydrates default values in the r t r update scripts params (not the query body).
All values with no default are reset to their zero value.
func (*RTRUpdateScriptsParams) SetDescription ¶
func (o *RTRUpdateScriptsParams) SetDescription(description *string)
SetDescription adds the description to the r t r update scripts params
func (*RTRUpdateScriptsParams) SetFile ¶
func (o *RTRUpdateScriptsParams) SetFile(file runtime.NamedReadCloser)
SetFile adds the file to the r t r update scripts params
func (*RTRUpdateScriptsParams) SetHTTPClient ¶
func (o *RTRUpdateScriptsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the r t r update scripts params
func (*RTRUpdateScriptsParams) SetID ¶
func (o *RTRUpdateScriptsParams) SetID(id string)
SetID adds the id to the r t r update scripts params
func (*RTRUpdateScriptsParams) SetName ¶
func (o *RTRUpdateScriptsParams) SetName(name *string)
SetName adds the name to the r t r update scripts params
func (*RTRUpdateScriptsParams) SetPermissionType ¶
func (o *RTRUpdateScriptsParams) SetPermissionType(permissionType *string)
SetPermissionType adds the permissionType to the r t r update scripts params
func (*RTRUpdateScriptsParams) SetPlatform ¶
func (o *RTRUpdateScriptsParams) SetPlatform(platform []string)
SetPlatform adds the platform to the r t r update scripts params
func (*RTRUpdateScriptsParams) SetTimeout ¶
func (o *RTRUpdateScriptsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the r t r update scripts params
func (*RTRUpdateScriptsParams) WithCommentsForAuditLog ¶
func (o *RTRUpdateScriptsParams) WithCommentsForAuditLog(commentsForAuditLog *string) *RTRUpdateScriptsParams
WithCommentsForAuditLog adds the commentsForAuditLog to the r t r update scripts params
func (*RTRUpdateScriptsParams) WithContent ¶
func (o *RTRUpdateScriptsParams) WithContent(content *string) *RTRUpdateScriptsParams
WithContent adds the content to the r t r update scripts params
func (*RTRUpdateScriptsParams) WithContext ¶
func (o *RTRUpdateScriptsParams) WithContext(ctx context.Context) *RTRUpdateScriptsParams
WithContext adds the context to the r t r update scripts params
func (*RTRUpdateScriptsParams) WithDefaults ¶
func (o *RTRUpdateScriptsParams) WithDefaults() *RTRUpdateScriptsParams
WithDefaults hydrates default values in the r t r update scripts params (not the query body).
All values with no default are reset to their zero value.
func (*RTRUpdateScriptsParams) WithDescription ¶
func (o *RTRUpdateScriptsParams) WithDescription(description *string) *RTRUpdateScriptsParams
WithDescription adds the description to the r t r update scripts params
func (*RTRUpdateScriptsParams) WithFile ¶
func (o *RTRUpdateScriptsParams) WithFile(file runtime.NamedReadCloser) *RTRUpdateScriptsParams
WithFile adds the file to the r t r update scripts params
func (*RTRUpdateScriptsParams) WithHTTPClient ¶
func (o *RTRUpdateScriptsParams) WithHTTPClient(client *http.Client) *RTRUpdateScriptsParams
WithHTTPClient adds the HTTPClient to the r t r update scripts params
func (*RTRUpdateScriptsParams) WithID ¶
func (o *RTRUpdateScriptsParams) WithID(id string) *RTRUpdateScriptsParams
WithID adds the id to the r t r update scripts params
func (*RTRUpdateScriptsParams) WithName ¶
func (o *RTRUpdateScriptsParams) WithName(name *string) *RTRUpdateScriptsParams
WithName adds the name to the r t r update scripts params
func (*RTRUpdateScriptsParams) WithPermissionType ¶
func (o *RTRUpdateScriptsParams) WithPermissionType(permissionType *string) *RTRUpdateScriptsParams
WithPermissionType adds the permissionType to the r t r update scripts params
func (*RTRUpdateScriptsParams) WithPlatform ¶
func (o *RTRUpdateScriptsParams) WithPlatform(platform []string) *RTRUpdateScriptsParams
WithPlatform adds the platform to the r t r update scripts params
func (*RTRUpdateScriptsParams) WithTimeout ¶
func (o *RTRUpdateScriptsParams) WithTimeout(timeout time.Duration) *RTRUpdateScriptsParams
WithTimeout adds the timeout to the r t r update scripts params
func (*RTRUpdateScriptsParams) WriteToRequest ¶
func (o *RTRUpdateScriptsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RTRUpdateScriptsReader ¶
type RTRUpdateScriptsReader struct {
// contains filtered or unexported fields
}
RTRUpdateScriptsReader is a Reader for the RTRUpdateScripts structure.
func (*RTRUpdateScriptsReader) ReadResponse ¶
func (o *RTRUpdateScriptsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type RTRUpdateScriptsTooManyRequests ¶
type RTRUpdateScriptsTooManyRequests 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 }
RTRUpdateScriptsTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewRTRUpdateScriptsTooManyRequests ¶
func NewRTRUpdateScriptsTooManyRequests() *RTRUpdateScriptsTooManyRequests
NewRTRUpdateScriptsTooManyRequests creates a RTRUpdateScriptsTooManyRequests with default headers values
func (*RTRUpdateScriptsTooManyRequests) Code ¶
func (o *RTRUpdateScriptsTooManyRequests) Code() int
Code gets the status code for the r t r update scripts too many requests response
func (*RTRUpdateScriptsTooManyRequests) Error ¶
func (o *RTRUpdateScriptsTooManyRequests) Error() string
func (*RTRUpdateScriptsTooManyRequests) GetPayload ¶
func (o *RTRUpdateScriptsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*RTRUpdateScriptsTooManyRequests) IsClientError ¶
func (o *RTRUpdateScriptsTooManyRequests) IsClientError() bool
IsClientError returns true when this r t r update scripts too many requests response has a 4xx status code
func (*RTRUpdateScriptsTooManyRequests) IsCode ¶
func (o *RTRUpdateScriptsTooManyRequests) IsCode(code int) bool
IsCode returns true when this r t r update scripts too many requests response a status code equal to that given
func (*RTRUpdateScriptsTooManyRequests) IsRedirect ¶
func (o *RTRUpdateScriptsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this r t r update scripts too many requests response has a 3xx status code
func (*RTRUpdateScriptsTooManyRequests) IsServerError ¶
func (o *RTRUpdateScriptsTooManyRequests) IsServerError() bool
IsServerError returns true when this r t r update scripts too many requests response has a 5xx status code
func (*RTRUpdateScriptsTooManyRequests) IsSuccess ¶
func (o *RTRUpdateScriptsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this r t r update scripts too many requests response has a 2xx status code
func (*RTRUpdateScriptsTooManyRequests) String ¶
func (o *RTRUpdateScriptsTooManyRequests) String() string
Source Files ¶
- batch_admin_cmd_parameters.go
- batch_admin_cmd_responses.go
- r_t_r_check_admin_command_status_parameters.go
- r_t_r_check_admin_command_status_responses.go
- r_t_r_create_put_files_parameters.go
- r_t_r_create_put_files_responses.go
- r_t_r_create_scripts_parameters.go
- r_t_r_create_scripts_responses.go
- r_t_r_delete_put_files_parameters.go
- r_t_r_delete_put_files_responses.go
- r_t_r_delete_scripts_parameters.go
- r_t_r_delete_scripts_responses.go
- r_t_r_execute_admin_command_parameters.go
- r_t_r_execute_admin_command_responses.go
- r_t_r_get_falcon_scripts_parameters.go
- r_t_r_get_falcon_scripts_responses.go
- r_t_r_get_put_files_parameters.go
- r_t_r_get_put_files_responses.go
- r_t_r_get_put_files_v2_parameters.go
- r_t_r_get_put_files_v2_responses.go
- r_t_r_get_scripts_parameters.go
- r_t_r_get_scripts_responses.go
- r_t_r_get_scripts_v2_parameters.go
- r_t_r_get_scripts_v2_responses.go
- r_t_r_list_falcon_scripts_parameters.go
- r_t_r_list_falcon_scripts_responses.go
- r_t_r_list_put_files_parameters.go
- r_t_r_list_put_files_responses.go
- r_t_r_list_scripts_parameters.go
- r_t_r_list_scripts_responses.go
- r_t_r_update_scripts_parameters.go
- r_t_r_update_scripts_responses.go
- real_time_response_admin_client.go