real_time_response_admin

package
v0.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 27, 2024 License: MIT Imports: 11 Imported by: 0

Documentation

Index

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 added in v0.2.33

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 (*BatchAdminCmdBadRequest) IsClientError added in v0.2.27

func (o *BatchAdminCmdBadRequest) IsClientError() bool

IsClientError returns true when this batch admin cmd bad request response has a 4xx status code

func (*BatchAdminCmdBadRequest) IsCode added in v0.2.27

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 added in v0.2.27

func (o *BatchAdminCmdBadRequest) IsRedirect() bool

IsRedirect returns true when this batch admin cmd bad request response has a 3xx status code

func (*BatchAdminCmdBadRequest) IsServerError added in v0.2.27

func (o *BatchAdminCmdBadRequest) IsServerError() bool

IsServerError returns true when this batch admin cmd bad request response has a 5xx status code

func (*BatchAdminCmdBadRequest) IsSuccess added in v0.2.27

func (o *BatchAdminCmdBadRequest) IsSuccess() bool

IsSuccess returns true when this batch admin cmd bad request response has a 2xx status code

func (*BatchAdminCmdBadRequest) String added in v0.2.27

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 added in v0.2.33

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 (*BatchAdminCmdCreated) IsClientError added in v0.2.27

func (o *BatchAdminCmdCreated) IsClientError() bool

IsClientError returns true when this batch admin cmd created response has a 4xx status code

func (*BatchAdminCmdCreated) IsCode added in v0.2.27

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 added in v0.2.27

func (o *BatchAdminCmdCreated) IsRedirect() bool

IsRedirect returns true when this batch admin cmd created response has a 3xx status code

func (*BatchAdminCmdCreated) IsServerError added in v0.2.27

func (o *BatchAdminCmdCreated) IsServerError() bool

IsServerError returns true when this batch admin cmd created response has a 5xx status code

func (*BatchAdminCmdCreated) IsSuccess added in v0.2.27

func (o *BatchAdminCmdCreated) IsSuccess() bool

IsSuccess returns true when this batch admin cmd created response has a 2xx status code

func (*BatchAdminCmdCreated) String added in v0.2.27

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 added in v0.2.33

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 added in v0.2.27

func (o *BatchAdminCmdForbidden) IsClientError() bool

IsClientError returns true when this batch admin cmd forbidden response has a 4xx status code

func (*BatchAdminCmdForbidden) IsCode added in v0.2.27

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 added in v0.2.27

func (o *BatchAdminCmdForbidden) IsRedirect() bool

IsRedirect returns true when this batch admin cmd forbidden response has a 3xx status code

func (*BatchAdminCmdForbidden) IsServerError added in v0.2.27

func (o *BatchAdminCmdForbidden) IsServerError() bool

IsServerError returns true when this batch admin cmd forbidden response has a 5xx status code

func (*BatchAdminCmdForbidden) IsSuccess added in v0.2.27

func (o *BatchAdminCmdForbidden) IsSuccess() bool

IsSuccess returns true when this batch admin cmd forbidden response has a 2xx status code

func (*BatchAdminCmdForbidden) String added in v0.2.27

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 added in v0.2.33

Code gets the status code for the batch admin cmd internal server error response

func (*BatchAdminCmdInternalServerError) Error

func (*BatchAdminCmdInternalServerError) GetPayload

func (*BatchAdminCmdInternalServerError) IsClientError added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

type BatchAdminCmdParams

type BatchAdminCmdParams struct {

	/* Body.

	     Use this endpoint to run these [real time response commands](https://falcon.crowdstrike.com/support/documentation/11/getting-started-guide#rtr_commands):
	- `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

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 added in v0.2.26

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

WithBody adds the body to the batch admin cmd params

func (*BatchAdminCmdParams) WithContext

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 added in v0.2.26

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 added in v0.2.33

Code gets the status code for the batch admin cmd too many requests response

func (*BatchAdminCmdTooManyRequests) Error

func (*BatchAdminCmdTooManyRequests) GetPayload

func (*BatchAdminCmdTooManyRequests) IsClientError added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.5.0

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 added in v0.2.22

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 added in v0.2.22

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 added in v0.5.0

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) (*RTRUpdateScriptsOK, 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) (*RTRUpdateScriptsOK, 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 added in v0.2.33

Code gets the status code for the r t r check admin command status forbidden response

func (*RTRCheckAdminCommandStatusForbidden) Error

func (*RTRCheckAdminCommandStatusForbidden) GetPayload

func (*RTRCheckAdminCommandStatusForbidden) IsClientError added in v0.2.27

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 added in v0.2.27

IsCode returns true when this r t r check admin command status forbidden response a status code equal to that given

func (*RTRCheckAdminCommandStatusForbidden) IsRedirect added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

IsSuccess returns true when this r t r check admin command status forbidden response has a 2xx status code

func (*RTRCheckAdminCommandStatusForbidden) String added in v0.2.27

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 added in v0.2.33

Code gets the status code for the r t r check admin command status o k response

func (*RTRCheckAdminCommandStatusOK) Error

func (*RTRCheckAdminCommandStatusOK) GetPayload

func (*RTRCheckAdminCommandStatusOK) IsClientError added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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

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

WithContext adds the context to the r t r check admin command status params

func (*RTRCheckAdminCommandStatusParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the r t r check admin command status params

func (*RTRCheckAdminCommandStatusParams) WithSequenceID

WithSequenceID adds the sequenceID to the r t r check admin command status params

func (*RTRCheckAdminCommandStatusParams) WithTimeout

WithTimeout adds the timeout to the r t r check admin command status params

func (*RTRCheckAdminCommandStatusParams) WriteToRequest

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 added in v0.2.33

Code gets the status code for the r t r check admin command status too many requests response

func (*RTRCheckAdminCommandStatusTooManyRequests) Error

func (*RTRCheckAdminCommandStatusTooManyRequests) GetPayload

func (*RTRCheckAdminCommandStatusTooManyRequests) IsClientError added in v0.2.27

IsClientError returns true when this r t r check admin command status too many requests response has a 4xx status code

func (*RTRCheckAdminCommandStatusTooManyRequests) IsCode added in v0.2.27

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 added in v0.2.27

IsRedirect returns true when this r t r check admin command status too many requests response has a 3xx status code

func (*RTRCheckAdminCommandStatusTooManyRequests) IsServerError added in v0.2.27

IsServerError returns true when this r t r check admin command status too many requests response has a 5xx status code

func (*RTRCheckAdminCommandStatusTooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this r t r check admin command status too many requests response has a 2xx status code

func (*RTRCheckAdminCommandStatusTooManyRequests) String added in v0.2.27

type RTRCheckAdminCommandStatusUnauthorized

type RTRCheckAdminCommandStatusUnauthorized 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
}

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 added in v0.2.33

Code gets the status code for the r t r check admin command status unauthorized response

func (*RTRCheckAdminCommandStatusUnauthorized) Error

func (*RTRCheckAdminCommandStatusUnauthorized) GetPayload

func (*RTRCheckAdminCommandStatusUnauthorized) IsClientError added in v0.2.27

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 added in v0.2.27

IsCode returns true when this r t r check admin command status unauthorized response a status code equal to that given

func (*RTRCheckAdminCommandStatusUnauthorized) IsRedirect added in v0.2.27

IsRedirect returns true when this r t r check admin command status unauthorized response has a 3xx status code

func (*RTRCheckAdminCommandStatusUnauthorized) IsServerError added in v0.2.27

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 added in v0.2.27

IsSuccess returns true when this r t r check admin command status unauthorized response has a 2xx status code

func (*RTRCheckAdminCommandStatusUnauthorized) String added in v0.2.27

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 added in v0.2.33

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 (*RTRCreatePutFilesBadRequest) GetPayload

func (*RTRCreatePutFilesBadRequest) IsClientError added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.33

func (o *RTRCreatePutFilesForbidden) Code() int

Code gets the status code for the r t r create put files forbidden response

func (*RTRCreatePutFilesForbidden) Error

func (*RTRCreatePutFilesForbidden) GetPayload

func (*RTRCreatePutFilesForbidden) IsClientError added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.33

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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

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

WithContext adds the context to the r t r create put files params

func (*RTRCreatePutFilesParams) WithDefaults

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

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

WithName adds the name to the r t r create put files params

func (*RTRCreatePutFilesParams) WithTimeout

WithTimeout adds the timeout to the r t r create put files params

func (*RTRCreatePutFilesParams) WriteToRequest

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 added in v0.2.33

Code gets the status code for the r t r create put files too many requests response

func (*RTRCreatePutFilesTooManyRequests) Error

func (*RTRCreatePutFilesTooManyRequests) GetPayload

func (*RTRCreatePutFilesTooManyRequests) IsClientError added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.33

func (o *RTRCreateScriptsBadRequest) Code() int

Code gets the status code for the r t r create scripts bad request response

func (*RTRCreateScriptsBadRequest) Error

func (*RTRCreateScriptsBadRequest) GetPayload

func (*RTRCreateScriptsBadRequest) IsClientError added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.33

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 (*RTRCreateScriptsForbidden) IsClientError added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.33

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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

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

WithContext adds the context to the r t r create scripts params

func (*RTRCreateScriptsParams) WithDefaults

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

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

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

WithTimeout adds the timeout to the r t r create scripts params

func (*RTRCreateScriptsParams) WriteToRequest

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 added in v0.2.33

Code gets the status code for the r t r create scripts too many requests response

func (*RTRCreateScriptsTooManyRequests) Error

func (*RTRCreateScriptsTooManyRequests) GetPayload

func (*RTRCreateScriptsTooManyRequests) IsClientError added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.33

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 (*RTRDeletePutFilesBadRequest) GetPayload

func (*RTRDeletePutFilesBadRequest) IsClientError added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.33

func (o *RTRDeletePutFilesForbidden) Code() int

Code gets the status code for the r t r delete put files forbidden response

func (*RTRDeletePutFilesForbidden) Error

func (*RTRDeletePutFilesForbidden) GetPayload

func (*RTRDeletePutFilesForbidden) IsClientError added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.33

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 (*RTRDeletePutFilesNotFound) IsClientError added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.33

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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

WithContext adds the context to the r t r delete put files params

func (*RTRDeletePutFilesParams) WithDefaults

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

WithIds adds the ids to the r t r delete put files params

func (*RTRDeletePutFilesParams) WithTimeout

WithTimeout adds the timeout to the r t r delete put files params

func (*RTRDeletePutFilesParams) WriteToRequest

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 added in v0.2.33

Code gets the status code for the r t r delete put files too many requests response

func (*RTRDeletePutFilesTooManyRequests) Error

func (*RTRDeletePutFilesTooManyRequests) GetPayload

func (*RTRDeletePutFilesTooManyRequests) IsClientError added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.33

func (o *RTRDeleteScriptsBadRequest) Code() int

Code gets the status code for the r t r delete scripts bad request response

func (*RTRDeleteScriptsBadRequest) Error

func (*RTRDeleteScriptsBadRequest) GetPayload

func (*RTRDeleteScriptsBadRequest) IsClientError added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.33

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 (*RTRDeleteScriptsForbidden) IsClientError added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.33

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 (*RTRDeleteScriptsNotFound) IsClientError added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.33

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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

WithContext adds the context to the r t r delete scripts params

func (*RTRDeleteScriptsParams) WithDefaults

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

WithIds adds the ids to the r t r delete scripts params

func (*RTRDeleteScriptsParams) WithTimeout

WithTimeout adds the timeout to the r t r delete scripts params

func (*RTRDeleteScriptsParams) WriteToRequest

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 added in v0.2.33

Code gets the status code for the r t r delete scripts too many requests response

func (*RTRDeleteScriptsTooManyRequests) Error

func (*RTRDeleteScriptsTooManyRequests) GetPayload

func (*RTRDeleteScriptsTooManyRequests) IsClientError added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.33

Code gets the status code for the r t r execute admin command bad request response

func (*RTRExecuteAdminCommandBadRequest) Error

func (*RTRExecuteAdminCommandBadRequest) GetPayload

func (*RTRExecuteAdminCommandBadRequest) IsClientError added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.33

Code gets the status code for the r t r execute admin command created response

func (*RTRExecuteAdminCommandCreated) Error

func (*RTRExecuteAdminCommandCreated) GetPayload

func (*RTRExecuteAdminCommandCreated) IsClientError added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.33

Code gets the status code for the r t r execute admin command forbidden response

func (*RTRExecuteAdminCommandForbidden) Error

func (*RTRExecuteAdminCommandForbidden) GetPayload

func (*RTRExecuteAdminCommandForbidden) IsClientError added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

type RTRExecuteAdminCommandParams

type RTRExecuteAdminCommandParams struct {

	/* Body.

	     Use this endpoint to run these [real time response commands](https://falcon.crowdstrike.com/support/documentation/11/getting-started-guide#rtr_commands):
	- `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

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

WithBody adds the body to the r t r execute admin command params

func (*RTRExecuteAdminCommandParams) WithContext

WithContext adds the context to the r t r execute admin command params

func (*RTRExecuteAdminCommandParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the r t r execute admin command params

func (*RTRExecuteAdminCommandParams) WithTimeout

WithTimeout adds the timeout to the r t r execute admin command params

func (*RTRExecuteAdminCommandParams) WriteToRequest

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 added in v0.2.33

Code gets the status code for the r t r execute admin command too many requests response

func (*RTRExecuteAdminCommandTooManyRequests) Error

func (*RTRExecuteAdminCommandTooManyRequests) GetPayload

func (*RTRExecuteAdminCommandTooManyRequests) IsClientError added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

IsRedirect returns true when this r t r execute admin command too many requests response has a 3xx status code

func (*RTRExecuteAdminCommandTooManyRequests) IsServerError added in v0.2.27

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 added in v0.2.27

IsSuccess returns true when this r t r execute admin command too many requests response has a 2xx status code

func (*RTRExecuteAdminCommandTooManyRequests) String added in v0.2.27

type RTRGetFalconScriptsBadRequest added in v0.5.0

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 added in v0.5.0

func NewRTRGetFalconScriptsBadRequest() *RTRGetFalconScriptsBadRequest

NewRTRGetFalconScriptsBadRequest creates a RTRGetFalconScriptsBadRequest with default headers values

func (*RTRGetFalconScriptsBadRequest) Code added in v0.5.0

Code gets the status code for the r t r get falcon scripts bad request response

func (*RTRGetFalconScriptsBadRequest) Error added in v0.5.0

func (*RTRGetFalconScriptsBadRequest) GetPayload added in v0.5.0

func (*RTRGetFalconScriptsBadRequest) IsClientError added in v0.5.0

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 added in v0.5.0

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 added in v0.5.0

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 added in v0.5.0

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 added in v0.5.0

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 added in v0.5.0

type RTRGetFalconScriptsForbidden added in v0.5.0

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 added in v0.5.0

func NewRTRGetFalconScriptsForbidden() *RTRGetFalconScriptsForbidden

NewRTRGetFalconScriptsForbidden creates a RTRGetFalconScriptsForbidden with default headers values

func (*RTRGetFalconScriptsForbidden) Code added in v0.5.0

Code gets the status code for the r t r get falcon scripts forbidden response

func (*RTRGetFalconScriptsForbidden) Error added in v0.5.0

func (*RTRGetFalconScriptsForbidden) GetPayload added in v0.5.0

func (*RTRGetFalconScriptsForbidden) IsClientError added in v0.5.0

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 added in v0.5.0

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 added in v0.5.0

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 added in v0.5.0

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 added in v0.5.0

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 added in v0.5.0

type RTRGetFalconScriptsNotFound added in v0.5.0

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 added in v0.5.0

func NewRTRGetFalconScriptsNotFound() *RTRGetFalconScriptsNotFound

NewRTRGetFalconScriptsNotFound creates a RTRGetFalconScriptsNotFound with default headers values

func (*RTRGetFalconScriptsNotFound) Code added in v0.5.0

func (o *RTRGetFalconScriptsNotFound) Code() int

Code gets the status code for the r t r get falcon scripts not found response

func (*RTRGetFalconScriptsNotFound) Error added in v0.5.0

func (*RTRGetFalconScriptsNotFound) GetPayload added in v0.5.0

func (*RTRGetFalconScriptsNotFound) IsClientError added in v0.5.0

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 added in v0.5.0

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 added in v0.5.0

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 added in v0.5.0

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 added in v0.5.0

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 added in v0.5.0

func (o *RTRGetFalconScriptsNotFound) String() string

type RTRGetFalconScriptsOK added in v0.5.0

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 added in v0.5.0

func NewRTRGetFalconScriptsOK() *RTRGetFalconScriptsOK

NewRTRGetFalconScriptsOK creates a RTRGetFalconScriptsOK with default headers values

func (*RTRGetFalconScriptsOK) Code added in v0.5.0

func (o *RTRGetFalconScriptsOK) Code() int

Code gets the status code for the r t r get falcon scripts o k response

func (*RTRGetFalconScriptsOK) Error added in v0.5.0

func (o *RTRGetFalconScriptsOK) Error() string

func (*RTRGetFalconScriptsOK) GetPayload added in v0.5.0

func (*RTRGetFalconScriptsOK) IsClientError added in v0.5.0

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 added in v0.5.0

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 added in v0.5.0

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 added in v0.5.0

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 added in v0.5.0

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 added in v0.5.0

func (o *RTRGetFalconScriptsOK) String() string

type RTRGetFalconScriptsParams added in v0.5.0

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 added in v0.5.0

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 added in v0.5.0

func NewRTRGetFalconScriptsParamsWithContext(ctx context.Context) *RTRGetFalconScriptsParams

NewRTRGetFalconScriptsParamsWithContext creates a new RTRGetFalconScriptsParams object with the ability to set a context for a request.

func NewRTRGetFalconScriptsParamsWithHTTPClient added in v0.5.0

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 added in v0.5.0

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 added in v0.5.0

func (o *RTRGetFalconScriptsParams) SetContext(ctx context.Context)

SetContext adds the context to the r t r get falcon scripts params

func (*RTRGetFalconScriptsParams) SetDefaults added in v0.5.0

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 added in v0.5.0

func (o *RTRGetFalconScriptsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the r t r get falcon scripts params

func (*RTRGetFalconScriptsParams) SetIds added in v0.5.0

func (o *RTRGetFalconScriptsParams) SetIds(ids []string)

SetIds adds the ids to the r t r get falcon scripts params

func (*RTRGetFalconScriptsParams) SetTimeout added in v0.5.0

func (o *RTRGetFalconScriptsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the r t r get falcon scripts params

func (*RTRGetFalconScriptsParams) WithContext added in v0.5.0

WithContext adds the context to the r t r get falcon scripts params

func (*RTRGetFalconScriptsParams) WithDefaults added in v0.5.0

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 added in v0.5.0

func (o *RTRGetFalconScriptsParams) WithHTTPClient(client *http.Client) *RTRGetFalconScriptsParams

WithHTTPClient adds the HTTPClient to the r t r get falcon scripts params

func (*RTRGetFalconScriptsParams) WithIds added in v0.5.0

WithIds adds the ids to the r t r get falcon scripts params

func (*RTRGetFalconScriptsParams) WithTimeout added in v0.5.0

WithTimeout adds the timeout to the r t r get falcon scripts params

func (*RTRGetFalconScriptsParams) WriteToRequest added in v0.5.0

WriteToRequest writes these params to a swagger request

type RTRGetFalconScriptsReader added in v0.5.0

type RTRGetFalconScriptsReader struct {
	// contains filtered or unexported fields
}

RTRGetFalconScriptsReader is a Reader for the RTRGetFalconScripts structure.

func (*RTRGetFalconScriptsReader) ReadResponse added in v0.5.0

func (o *RTRGetFalconScriptsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type RTRGetFalconScriptsTooManyRequests added in v0.5.0

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 added in v0.5.0

func NewRTRGetFalconScriptsTooManyRequests() *RTRGetFalconScriptsTooManyRequests

NewRTRGetFalconScriptsTooManyRequests creates a RTRGetFalconScriptsTooManyRequests with default headers values

func (*RTRGetFalconScriptsTooManyRequests) Code added in v0.5.0

Code gets the status code for the r t r get falcon scripts too many requests response

func (*RTRGetFalconScriptsTooManyRequests) Error added in v0.5.0

func (*RTRGetFalconScriptsTooManyRequests) GetPayload added in v0.5.0

func (*RTRGetFalconScriptsTooManyRequests) IsClientError added in v0.5.0

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 added in v0.5.0

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 added in v0.5.0

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 added in v0.5.0

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 added in v0.5.0

IsSuccess returns true when this r t r get falcon scripts too many requests response has a 2xx status code

func (*RTRGetFalconScriptsTooManyRequests) String added in v0.5.0

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 added in v0.2.33

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 (*RTRGetPutFilesBadRequest) IsClientError added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.33

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 (*RTRGetPutFilesForbidden) IsClientError added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.33

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.33

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 (*RTRGetPutFilesOK) IsClientError added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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

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

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 added in v0.2.33

Code gets the status code for the r t r get put files too many requests response

func (*RTRGetPutFilesTooManyRequests) Error

func (*RTRGetPutFilesTooManyRequests) GetPayload

func (*RTRGetPutFilesTooManyRequests) IsClientError added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

type RTRGetPutFilesV2BadRequest added in v0.2.22

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 added in v0.2.22

func NewRTRGetPutFilesV2BadRequest() *RTRGetPutFilesV2BadRequest

NewRTRGetPutFilesV2BadRequest creates a RTRGetPutFilesV2BadRequest with default headers values

func (*RTRGetPutFilesV2BadRequest) Code added in v0.2.33

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 added in v0.2.22

func (*RTRGetPutFilesV2BadRequest) GetPayload added in v0.2.22

func (*RTRGetPutFilesV2BadRequest) IsClientError added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

func (o *RTRGetPutFilesV2BadRequest) String() string

type RTRGetPutFilesV2Forbidden added in v0.2.22

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 added in v0.2.22

func NewRTRGetPutFilesV2Forbidden() *RTRGetPutFilesV2Forbidden

NewRTRGetPutFilesV2Forbidden creates a RTRGetPutFilesV2Forbidden with default headers values

func (*RTRGetPutFilesV2Forbidden) Code added in v0.2.33

func (o *RTRGetPutFilesV2Forbidden) Code() int

Code gets the status code for the r t r get put files v2 forbidden response

func (*RTRGetPutFilesV2Forbidden) Error added in v0.2.22

func (o *RTRGetPutFilesV2Forbidden) Error() string

func (*RTRGetPutFilesV2Forbidden) GetPayload added in v0.2.22

func (*RTRGetPutFilesV2Forbidden) IsClientError added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

func (o *RTRGetPutFilesV2Forbidden) String() string

type RTRGetPutFilesV2NotFound added in v0.2.22

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 added in v0.2.22

func NewRTRGetPutFilesV2NotFound() *RTRGetPutFilesV2NotFound

NewRTRGetPutFilesV2NotFound creates a RTRGetPutFilesV2NotFound with default headers values

func (*RTRGetPutFilesV2NotFound) Code added in v0.2.33

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 added in v0.2.22

func (o *RTRGetPutFilesV2NotFound) Error() string

func (*RTRGetPutFilesV2NotFound) GetPayload added in v0.2.22

func (*RTRGetPutFilesV2NotFound) IsClientError added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

func (o *RTRGetPutFilesV2NotFound) String() string

type RTRGetPutFilesV2OK added in v0.2.22

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 added in v0.2.22

func NewRTRGetPutFilesV2OK() *RTRGetPutFilesV2OK

NewRTRGetPutFilesV2OK creates a RTRGetPutFilesV2OK with default headers values

func (*RTRGetPutFilesV2OK) Code added in v0.2.33

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 added in v0.2.22

func (o *RTRGetPutFilesV2OK) Error() string

func (*RTRGetPutFilesV2OK) GetPayload added in v0.2.22

func (*RTRGetPutFilesV2OK) IsClientError added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

func (o *RTRGetPutFilesV2OK) String() string

type RTRGetPutFilesV2Params added in v0.2.22

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 added in v0.2.22

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 added in v0.2.22

func NewRTRGetPutFilesV2ParamsWithContext(ctx context.Context) *RTRGetPutFilesV2Params

NewRTRGetPutFilesV2ParamsWithContext creates a new RTRGetPutFilesV2Params object with the ability to set a context for a request.

func NewRTRGetPutFilesV2ParamsWithHTTPClient added in v0.2.22

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 added in v0.2.22

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 added in v0.2.22

func (o *RTRGetPutFilesV2Params) SetContext(ctx context.Context)

SetContext adds the context to the r t r get put files v2 params

func (*RTRGetPutFilesV2Params) SetDefaults added in v0.2.22

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 added in v0.2.22

func (o *RTRGetPutFilesV2Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the r t r get put files v2 params

func (*RTRGetPutFilesV2Params) SetIds added in v0.2.22

func (o *RTRGetPutFilesV2Params) SetIds(ids []string)

SetIds adds the ids to the r t r get put files v2 params

func (*RTRGetPutFilesV2Params) SetTimeout added in v0.2.22

func (o *RTRGetPutFilesV2Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the r t r get put files v2 params

func (*RTRGetPutFilesV2Params) WithContext added in v0.2.22

WithContext adds the context to the r t r get put files v2 params

func (*RTRGetPutFilesV2Params) WithDefaults added in v0.2.22

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 added in v0.2.22

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 added in v0.2.22

WithIds adds the ids to the r t r get put files v2 params

func (*RTRGetPutFilesV2Params) WithTimeout added in v0.2.22

WithTimeout adds the timeout to the r t r get put files v2 params

func (*RTRGetPutFilesV2Params) WriteToRequest added in v0.2.22

WriteToRequest writes these params to a swagger request

type RTRGetPutFilesV2Reader added in v0.2.22

type RTRGetPutFilesV2Reader struct {
	// contains filtered or unexported fields
}

RTRGetPutFilesV2Reader is a Reader for the RTRGetPutFilesV2 structure.

func (*RTRGetPutFilesV2Reader) ReadResponse added in v0.2.22

func (o *RTRGetPutFilesV2Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type RTRGetPutFilesV2TooManyRequests added in v0.2.22

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 added in v0.2.22

func NewRTRGetPutFilesV2TooManyRequests() *RTRGetPutFilesV2TooManyRequests

NewRTRGetPutFilesV2TooManyRequests creates a RTRGetPutFilesV2TooManyRequests with default headers values

func (*RTRGetPutFilesV2TooManyRequests) Code added in v0.2.33

Code gets the status code for the r t r get put files v2 too many requests response

func (*RTRGetPutFilesV2TooManyRequests) Error added in v0.2.22

func (*RTRGetPutFilesV2TooManyRequests) GetPayload added in v0.2.22

func (*RTRGetPutFilesV2TooManyRequests) IsClientError added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.33

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 (*RTRGetScriptsBadRequest) IsClientError added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.33

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 (*RTRGetScriptsForbidden) IsClientError added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.33

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.33

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 (*RTRGetScriptsOK) IsClientError added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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

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 added in v0.2.33

Code gets the status code for the r t r get scripts too many requests response

func (*RTRGetScriptsTooManyRequests) Error

func (*RTRGetScriptsTooManyRequests) GetPayload

func (*RTRGetScriptsTooManyRequests) IsClientError added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

type RTRGetScriptsV2BadRequest added in v0.2.22

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 added in v0.2.22

func NewRTRGetScriptsV2BadRequest() *RTRGetScriptsV2BadRequest

NewRTRGetScriptsV2BadRequest creates a RTRGetScriptsV2BadRequest with default headers values

func (*RTRGetScriptsV2BadRequest) Code added in v0.2.33

func (o *RTRGetScriptsV2BadRequest) Code() int

Code gets the status code for the r t r get scripts v2 bad request response

func (*RTRGetScriptsV2BadRequest) Error added in v0.2.22

func (o *RTRGetScriptsV2BadRequest) Error() string

func (*RTRGetScriptsV2BadRequest) GetPayload added in v0.2.22

func (*RTRGetScriptsV2BadRequest) IsClientError added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

func (o *RTRGetScriptsV2BadRequest) String() string

type RTRGetScriptsV2Forbidden added in v0.2.22

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 added in v0.2.22

func NewRTRGetScriptsV2Forbidden() *RTRGetScriptsV2Forbidden

NewRTRGetScriptsV2Forbidden creates a RTRGetScriptsV2Forbidden with default headers values

func (*RTRGetScriptsV2Forbidden) Code added in v0.2.33

func (o *RTRGetScriptsV2Forbidden) Code() int

Code gets the status code for the r t r get scripts v2 forbidden response

func (*RTRGetScriptsV2Forbidden) Error added in v0.2.22

func (o *RTRGetScriptsV2Forbidden) Error() string

func (*RTRGetScriptsV2Forbidden) GetPayload added in v0.2.22

func (*RTRGetScriptsV2Forbidden) IsClientError added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

func (o *RTRGetScriptsV2Forbidden) String() string

type RTRGetScriptsV2NotFound added in v0.2.22

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 added in v0.2.22

func NewRTRGetScriptsV2NotFound() *RTRGetScriptsV2NotFound

NewRTRGetScriptsV2NotFound creates a RTRGetScriptsV2NotFound with default headers values

func (*RTRGetScriptsV2NotFound) Code added in v0.2.33

func (o *RTRGetScriptsV2NotFound) Code() int

Code gets the status code for the r t r get scripts v2 not found response

func (*RTRGetScriptsV2NotFound) Error added in v0.2.22

func (o *RTRGetScriptsV2NotFound) Error() string

func (*RTRGetScriptsV2NotFound) GetPayload added in v0.2.22

func (*RTRGetScriptsV2NotFound) IsClientError added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

func (o *RTRGetScriptsV2NotFound) String() string

type RTRGetScriptsV2OK added in v0.2.22

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 added in v0.2.22

func NewRTRGetScriptsV2OK() *RTRGetScriptsV2OK

NewRTRGetScriptsV2OK creates a RTRGetScriptsV2OK with default headers values

func (*RTRGetScriptsV2OK) Code added in v0.2.33

func (o *RTRGetScriptsV2OK) Code() int

Code gets the status code for the r t r get scripts v2 o k response

func (*RTRGetScriptsV2OK) Error added in v0.2.22

func (o *RTRGetScriptsV2OK) Error() string

func (*RTRGetScriptsV2OK) GetPayload added in v0.2.22

func (*RTRGetScriptsV2OK) IsClientError added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

func (o *RTRGetScriptsV2OK) String() string

type RTRGetScriptsV2Params added in v0.2.22

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 added in v0.2.22

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 added in v0.2.22

func NewRTRGetScriptsV2ParamsWithContext(ctx context.Context) *RTRGetScriptsV2Params

NewRTRGetScriptsV2ParamsWithContext creates a new RTRGetScriptsV2Params object with the ability to set a context for a request.

func NewRTRGetScriptsV2ParamsWithHTTPClient added in v0.2.22

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 added in v0.2.22

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 added in v0.2.22

func (o *RTRGetScriptsV2Params) SetContext(ctx context.Context)

SetContext adds the context to the r t r get scripts v2 params

func (*RTRGetScriptsV2Params) SetDefaults added in v0.2.22

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 added in v0.2.22

func (o *RTRGetScriptsV2Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the r t r get scripts v2 params

func (*RTRGetScriptsV2Params) SetIds added in v0.2.22

func (o *RTRGetScriptsV2Params) SetIds(ids []string)

SetIds adds the ids to the r t r get scripts v2 params

func (*RTRGetScriptsV2Params) SetTimeout added in v0.2.22

func (o *RTRGetScriptsV2Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the r t r get scripts v2 params

func (*RTRGetScriptsV2Params) WithContext added in v0.2.22

WithContext adds the context to the r t r get scripts v2 params

func (*RTRGetScriptsV2Params) WithDefaults added in v0.2.22

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 added in v0.2.22

func (o *RTRGetScriptsV2Params) WithHTTPClient(client *http.Client) *RTRGetScriptsV2Params

WithHTTPClient adds the HTTPClient to the r t r get scripts v2 params

func (*RTRGetScriptsV2Params) WithIds added in v0.2.22

WithIds adds the ids to the r t r get scripts v2 params

func (*RTRGetScriptsV2Params) WithTimeout added in v0.2.22

func (o *RTRGetScriptsV2Params) WithTimeout(timeout time.Duration) *RTRGetScriptsV2Params

WithTimeout adds the timeout to the r t r get scripts v2 params

func (*RTRGetScriptsV2Params) WriteToRequest added in v0.2.22

func (o *RTRGetScriptsV2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type RTRGetScriptsV2Reader added in v0.2.22

type RTRGetScriptsV2Reader struct {
	// contains filtered or unexported fields
}

RTRGetScriptsV2Reader is a Reader for the RTRGetScriptsV2 structure.

func (*RTRGetScriptsV2Reader) ReadResponse added in v0.2.22

func (o *RTRGetScriptsV2Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type RTRGetScriptsV2TooManyRequests added in v0.2.22

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 added in v0.2.22

func NewRTRGetScriptsV2TooManyRequests() *RTRGetScriptsV2TooManyRequests

NewRTRGetScriptsV2TooManyRequests creates a RTRGetScriptsV2TooManyRequests with default headers values

func (*RTRGetScriptsV2TooManyRequests) Code added in v0.2.33

Code gets the status code for the r t r get scripts v2 too many requests response

func (*RTRGetScriptsV2TooManyRequests) Error added in v0.2.22

func (*RTRGetScriptsV2TooManyRequests) GetPayload added in v0.2.22

func (*RTRGetScriptsV2TooManyRequests) IsClientError added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

type RTRListFalconScriptsBadRequest added in v0.5.0

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 added in v0.5.0

func NewRTRListFalconScriptsBadRequest() *RTRListFalconScriptsBadRequest

NewRTRListFalconScriptsBadRequest creates a RTRListFalconScriptsBadRequest with default headers values

func (*RTRListFalconScriptsBadRequest) Code added in v0.5.0

Code gets the status code for the r t r list falcon scripts bad request response

func (*RTRListFalconScriptsBadRequest) Error added in v0.5.0

func (*RTRListFalconScriptsBadRequest) GetPayload added in v0.5.0

func (*RTRListFalconScriptsBadRequest) IsClientError added in v0.5.0

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 added in v0.5.0

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 added in v0.5.0

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 added in v0.5.0

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 added in v0.5.0

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 added in v0.5.0

type RTRListFalconScriptsForbidden added in v0.5.0

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 added in v0.5.0

func NewRTRListFalconScriptsForbidden() *RTRListFalconScriptsForbidden

NewRTRListFalconScriptsForbidden creates a RTRListFalconScriptsForbidden with default headers values

func (*RTRListFalconScriptsForbidden) Code added in v0.5.0

Code gets the status code for the r t r list falcon scripts forbidden response

func (*RTRListFalconScriptsForbidden) Error added in v0.5.0

func (*RTRListFalconScriptsForbidden) GetPayload added in v0.5.0

func (*RTRListFalconScriptsForbidden) IsClientError added in v0.5.0

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 added in v0.5.0

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 added in v0.5.0

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 added in v0.5.0

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 added in v0.5.0

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 added in v0.5.0

type RTRListFalconScriptsNotFound added in v0.5.0

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 added in v0.5.0

func NewRTRListFalconScriptsNotFound() *RTRListFalconScriptsNotFound

NewRTRListFalconScriptsNotFound creates a RTRListFalconScriptsNotFound with default headers values

func (*RTRListFalconScriptsNotFound) Code added in v0.5.0

Code gets the status code for the r t r list falcon scripts not found response

func (*RTRListFalconScriptsNotFound) Error added in v0.5.0

func (*RTRListFalconScriptsNotFound) GetPayload added in v0.5.0

func (*RTRListFalconScriptsNotFound) IsClientError added in v0.5.0

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 added in v0.5.0

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 added in v0.5.0

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 added in v0.5.0

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 added in v0.5.0

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 added in v0.5.0

type RTRListFalconScriptsOK added in v0.5.0

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 added in v0.5.0

func NewRTRListFalconScriptsOK() *RTRListFalconScriptsOK

NewRTRListFalconScriptsOK creates a RTRListFalconScriptsOK with default headers values

func (*RTRListFalconScriptsOK) Code added in v0.5.0

func (o *RTRListFalconScriptsOK) Code() int

Code gets the status code for the r t r list falcon scripts o k response

func (*RTRListFalconScriptsOK) Error added in v0.5.0

func (o *RTRListFalconScriptsOK) Error() string

func (*RTRListFalconScriptsOK) GetPayload added in v0.5.0

func (*RTRListFalconScriptsOK) IsClientError added in v0.5.0

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 added in v0.5.0

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 added in v0.5.0

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 added in v0.5.0

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 added in v0.5.0

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 added in v0.5.0

func (o *RTRListFalconScriptsOK) String() string

type RTRListFalconScriptsParams added in v0.5.0

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 added in v0.5.0

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 added in v0.5.0

func NewRTRListFalconScriptsParamsWithContext(ctx context.Context) *RTRListFalconScriptsParams

NewRTRListFalconScriptsParamsWithContext creates a new RTRListFalconScriptsParams object with the ability to set a context for a request.

func NewRTRListFalconScriptsParamsWithHTTPClient added in v0.5.0

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 added in v0.5.0

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 added in v0.5.0

func (o *RTRListFalconScriptsParams) SetContext(ctx context.Context)

SetContext adds the context to the r t r list falcon scripts params

func (*RTRListFalconScriptsParams) SetDefaults added in v0.5.0

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 added in v0.5.0

func (o *RTRListFalconScriptsParams) SetFilter(filter *string)

SetFilter adds the filter to the r t r list falcon scripts params

func (*RTRListFalconScriptsParams) SetHTTPClient added in v0.5.0

func (o *RTRListFalconScriptsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the r t r list falcon scripts params

func (*RTRListFalconScriptsParams) SetLimit added in v0.5.0

func (o *RTRListFalconScriptsParams) SetLimit(limit *int64)

SetLimit adds the limit to the r t r list falcon scripts params

func (*RTRListFalconScriptsParams) SetOffset added in v0.5.0

func (o *RTRListFalconScriptsParams) SetOffset(offset *int64)

SetOffset adds the offset to the r t r list falcon scripts params

func (*RTRListFalconScriptsParams) SetSort added in v0.5.0

func (o *RTRListFalconScriptsParams) SetSort(sort *string)

SetSort adds the sort to the r t r list falcon scripts params

func (*RTRListFalconScriptsParams) SetTimeout added in v0.5.0

func (o *RTRListFalconScriptsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the r t r list falcon scripts params

func (*RTRListFalconScriptsParams) WithContext added in v0.5.0

WithContext adds the context to the r t r list falcon scripts params

func (*RTRListFalconScriptsParams) WithDefaults added in v0.5.0

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 added in v0.5.0

WithFilter adds the filter to the r t r list falcon scripts params

func (*RTRListFalconScriptsParams) WithHTTPClient added in v0.5.0

WithHTTPClient adds the HTTPClient to the r t r list falcon scripts params

func (*RTRListFalconScriptsParams) WithLimit added in v0.5.0

WithLimit adds the limit to the r t r list falcon scripts params

func (*RTRListFalconScriptsParams) WithOffset added in v0.5.0

WithOffset adds the offset to the r t r list falcon scripts params

func (*RTRListFalconScriptsParams) WithSort added in v0.5.0

WithSort adds the sort to the r t r list falcon scripts params

func (*RTRListFalconScriptsParams) WithTimeout added in v0.5.0

WithTimeout adds the timeout to the r t r list falcon scripts params

func (*RTRListFalconScriptsParams) WriteToRequest added in v0.5.0

WriteToRequest writes these params to a swagger request

type RTRListFalconScriptsReader added in v0.5.0

type RTRListFalconScriptsReader struct {
	// contains filtered or unexported fields
}

RTRListFalconScriptsReader is a Reader for the RTRListFalconScripts structure.

func (*RTRListFalconScriptsReader) ReadResponse added in v0.5.0

func (o *RTRListFalconScriptsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type RTRListFalconScriptsTooManyRequests added in v0.5.0

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 added in v0.5.0

func NewRTRListFalconScriptsTooManyRequests() *RTRListFalconScriptsTooManyRequests

NewRTRListFalconScriptsTooManyRequests creates a RTRListFalconScriptsTooManyRequests with default headers values

func (*RTRListFalconScriptsTooManyRequests) Code added in v0.5.0

Code gets the status code for the r t r list falcon scripts too many requests response

func (*RTRListFalconScriptsTooManyRequests) Error added in v0.5.0

func (*RTRListFalconScriptsTooManyRequests) GetPayload added in v0.5.0

func (*RTRListFalconScriptsTooManyRequests) IsClientError added in v0.5.0

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 added in v0.5.0

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 added in v0.5.0

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 added in v0.5.0

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 added in v0.5.0

IsSuccess returns true when this r t r list falcon scripts too many requests response has a 2xx status code

func (*RTRListFalconScriptsTooManyRequests) String added in v0.5.0

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 added in v0.2.33

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 (*RTRListPutFilesBadRequest) IsClientError added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.33

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 (*RTRListPutFilesForbidden) IsClientError added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.33

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 (*RTRListPutFilesNotFound) IsClientError added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.33

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 (*RTRListPutFilesOK) IsClientError added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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

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

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 added in v0.2.33

Code gets the status code for the r t r list put files too many requests response

func (*RTRListPutFilesTooManyRequests) Error

func (*RTRListPutFilesTooManyRequests) GetPayload

func (*RTRListPutFilesTooManyRequests) IsClientError added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.33

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 (*RTRListScriptsBadRequest) IsClientError added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.33

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 (*RTRListScriptsForbidden) IsClientError added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.33

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.33

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 (*RTRListScriptsOK) IsClientError added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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

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 added in v0.2.33

Code gets the status code for the r t r list scripts too many requests response

func (*RTRListScriptsTooManyRequests) Error

func (*RTRListScriptsTooManyRequests) GetPayload

func (*RTRListScriptsTooManyRequests) IsClientError added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.33

func (o *RTRUpdateScriptsBadRequest) Code() int

Code gets the status code for the r t r update scripts bad request response

func (*RTRUpdateScriptsBadRequest) Error

func (*RTRUpdateScriptsBadRequest) GetPayload

func (*RTRUpdateScriptsBadRequest) IsClientError added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.33

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 (*RTRUpdateScriptsForbidden) IsClientError added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

func (o *RTRUpdateScriptsForbidden) String() string

type RTRUpdateScriptsOK

type RTRUpdateScriptsOK 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
}

RTRUpdateScriptsOK describes a response with status code 200, with default header values.

OK

func NewRTRUpdateScriptsOK

func NewRTRUpdateScriptsOK() *RTRUpdateScriptsOK

NewRTRUpdateScriptsOK creates a RTRUpdateScriptsOK with default headers values

func (*RTRUpdateScriptsOK) Code added in v0.2.33

func (o *RTRUpdateScriptsOK) Code() int

Code gets the status code for the r t r update scripts o k response

func (*RTRUpdateScriptsOK) Error

func (o *RTRUpdateScriptsOK) Error() string

func (*RTRUpdateScriptsOK) GetPayload

func (o *RTRUpdateScriptsOK) GetPayload() *models.MsaReplyMetaOnly

func (*RTRUpdateScriptsOK) IsClientError added in v0.2.27

func (o *RTRUpdateScriptsOK) IsClientError() bool

IsClientError returns true when this r t r update scripts o k response has a 4xx status code

func (*RTRUpdateScriptsOK) IsCode added in v0.2.27

func (o *RTRUpdateScriptsOK) IsCode(code int) bool

IsCode returns true when this r t r update scripts o k response a status code equal to that given

func (*RTRUpdateScriptsOK) IsRedirect added in v0.2.27

func (o *RTRUpdateScriptsOK) IsRedirect() bool

IsRedirect returns true when this r t r update scripts o k response has a 3xx status code

func (*RTRUpdateScriptsOK) IsServerError added in v0.2.27

func (o *RTRUpdateScriptsOK) IsServerError() bool

IsServerError returns true when this r t r update scripts o k response has a 5xx status code

func (*RTRUpdateScriptsOK) IsSuccess added in v0.2.27

func (o *RTRUpdateScriptsOK) IsSuccess() bool

IsSuccess returns true when this r t r update scripts o k response has a 2xx status code

func (*RTRUpdateScriptsOK) String added in v0.2.27

func (o *RTRUpdateScriptsOK) 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

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

WithContext adds the context to the r t r update scripts params

func (*RTRUpdateScriptsParams) WithDefaults

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

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

WithID adds the id to the r t r update scripts params

func (*RTRUpdateScriptsParams) WithName

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

WithTimeout adds the timeout to the r t r update scripts params

func (*RTRUpdateScriptsParams) WriteToRequest

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 added in v0.2.33

Code gets the status code for the r t r update scripts too many requests response

func (*RTRUpdateScriptsTooManyRequests) Error

func (*RTRUpdateScriptsTooManyRequests) GetPayload

func (*RTRUpdateScriptsTooManyRequests) IsClientError added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

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 added in v0.2.27

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL