api_integrations

package
v0.9.0 Latest Latest
Warning

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

Go to latest
Published: Nov 13, 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 Client

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

Client for api integrations API

func (*Client) ExecuteCommand

func (a *Client) ExecuteCommand(params *ExecuteCommandParams, opts ...ClientOption) (*ExecuteCommandOK, error)

ExecuteCommand executes a command

func (*Client) ExecuteCommandProxy added in v0.9.0

func (a *Client) ExecuteCommandProxy(params *ExecuteCommandProxyParams, opts ...ClientOption) (*ExecuteCommandProxyOK, error)

ExecuteCommandProxy executes a command and proxy the response directly

func (*Client) GetCombinedPluginConfigs

func (a *Client) GetCombinedPluginConfigs(params *GetCombinedPluginConfigsParams, opts ...ClientOption) (*GetCombinedPluginConfigsOK, error)

GetCombinedPluginConfigs queries for config resources and returns details

func (*Client) SetTransport

func (a *Client) SetTransport(transport runtime.ClientTransport)

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	ExecuteCommand(params *ExecuteCommandParams, opts ...ClientOption) (*ExecuteCommandOK, error)

	ExecuteCommandProxy(params *ExecuteCommandProxyParams, opts ...ClientOption) (*ExecuteCommandProxyOK, error)

	GetCombinedPluginConfigs(params *GetCombinedPluginConfigsParams, opts ...ClientOption) (*GetCombinedPluginConfigsOK, 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 api integrations API client.

type ExecuteCommandBadRequest

type ExecuteCommandBadRequest 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.DomainExecuteCommandResultsV1
}

ExecuteCommandBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewExecuteCommandBadRequest

func NewExecuteCommandBadRequest() *ExecuteCommandBadRequest

NewExecuteCommandBadRequest creates a ExecuteCommandBadRequest with default headers values

func (*ExecuteCommandBadRequest) Code

func (o *ExecuteCommandBadRequest) Code() int

Code gets the status code for the execute command bad request response

func (*ExecuteCommandBadRequest) Error

func (o *ExecuteCommandBadRequest) Error() string

func (*ExecuteCommandBadRequest) GetPayload

func (*ExecuteCommandBadRequest) IsClientError

func (o *ExecuteCommandBadRequest) IsClientError() bool

IsClientError returns true when this execute command bad request response has a 4xx status code

func (*ExecuteCommandBadRequest) IsCode

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

IsCode returns true when this execute command bad request response a status code equal to that given

func (*ExecuteCommandBadRequest) IsRedirect

func (o *ExecuteCommandBadRequest) IsRedirect() bool

IsRedirect returns true when this execute command bad request response has a 3xx status code

func (*ExecuteCommandBadRequest) IsServerError

func (o *ExecuteCommandBadRequest) IsServerError() bool

IsServerError returns true when this execute command bad request response has a 5xx status code

func (*ExecuteCommandBadRequest) IsSuccess

func (o *ExecuteCommandBadRequest) IsSuccess() bool

IsSuccess returns true when this execute command bad request response has a 2xx status code

func (*ExecuteCommandBadRequest) String

func (o *ExecuteCommandBadRequest) String() string

type ExecuteCommandForbidden

type ExecuteCommandForbidden 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.MsaspecResponseFields
}

ExecuteCommandForbidden describes a response with status code 403, with default header values.

Forbidden

func NewExecuteCommandForbidden

func NewExecuteCommandForbidden() *ExecuteCommandForbidden

NewExecuteCommandForbidden creates a ExecuteCommandForbidden with default headers values

func (*ExecuteCommandForbidden) Code

func (o *ExecuteCommandForbidden) Code() int

Code gets the status code for the execute command forbidden response

func (*ExecuteCommandForbidden) Error

func (o *ExecuteCommandForbidden) Error() string

func (*ExecuteCommandForbidden) GetPayload

func (*ExecuteCommandForbidden) IsClientError

func (o *ExecuteCommandForbidden) IsClientError() bool

IsClientError returns true when this execute command forbidden response has a 4xx status code

func (*ExecuteCommandForbidden) IsCode

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

IsCode returns true when this execute command forbidden response a status code equal to that given

func (*ExecuteCommandForbidden) IsRedirect

func (o *ExecuteCommandForbidden) IsRedirect() bool

IsRedirect returns true when this execute command forbidden response has a 3xx status code

func (*ExecuteCommandForbidden) IsServerError

func (o *ExecuteCommandForbidden) IsServerError() bool

IsServerError returns true when this execute command forbidden response has a 5xx status code

func (*ExecuteCommandForbidden) IsSuccess

func (o *ExecuteCommandForbidden) IsSuccess() bool

IsSuccess returns true when this execute command forbidden response has a 2xx status code

func (*ExecuteCommandForbidden) String

func (o *ExecuteCommandForbidden) String() string

type ExecuteCommandInternalServerError

type ExecuteCommandInternalServerError 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.DomainExecuteCommandResultsV1
}

ExecuteCommandInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewExecuteCommandInternalServerError

func NewExecuteCommandInternalServerError() *ExecuteCommandInternalServerError

NewExecuteCommandInternalServerError creates a ExecuteCommandInternalServerError with default headers values

func (*ExecuteCommandInternalServerError) Code

Code gets the status code for the execute command internal server error response

func (*ExecuteCommandInternalServerError) Error

func (*ExecuteCommandInternalServerError) GetPayload

func (*ExecuteCommandInternalServerError) IsClientError

func (o *ExecuteCommandInternalServerError) IsClientError() bool

IsClientError returns true when this execute command internal server error response has a 4xx status code

func (*ExecuteCommandInternalServerError) IsCode

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

IsCode returns true when this execute command internal server error response a status code equal to that given

func (*ExecuteCommandInternalServerError) IsRedirect

func (o *ExecuteCommandInternalServerError) IsRedirect() bool

IsRedirect returns true when this execute command internal server error response has a 3xx status code

func (*ExecuteCommandInternalServerError) IsServerError

func (o *ExecuteCommandInternalServerError) IsServerError() bool

IsServerError returns true when this execute command internal server error response has a 5xx status code

func (*ExecuteCommandInternalServerError) IsSuccess

func (o *ExecuteCommandInternalServerError) IsSuccess() bool

IsSuccess returns true when this execute command internal server error response has a 2xx status code

func (*ExecuteCommandInternalServerError) String

type ExecuteCommandNotFound

type ExecuteCommandNotFound 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.DomainExecuteCommandResultsV1
}

ExecuteCommandNotFound describes a response with status code 404, with default header values.

Not Found

func NewExecuteCommandNotFound

func NewExecuteCommandNotFound() *ExecuteCommandNotFound

NewExecuteCommandNotFound creates a ExecuteCommandNotFound with default headers values

func (*ExecuteCommandNotFound) Code

func (o *ExecuteCommandNotFound) Code() int

Code gets the status code for the execute command not found response

func (*ExecuteCommandNotFound) Error

func (o *ExecuteCommandNotFound) Error() string

func (*ExecuteCommandNotFound) GetPayload

func (*ExecuteCommandNotFound) IsClientError

func (o *ExecuteCommandNotFound) IsClientError() bool

IsClientError returns true when this execute command not found response has a 4xx status code

func (*ExecuteCommandNotFound) IsCode

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

IsCode returns true when this execute command not found response a status code equal to that given

func (*ExecuteCommandNotFound) IsRedirect

func (o *ExecuteCommandNotFound) IsRedirect() bool

IsRedirect returns true when this execute command not found response has a 3xx status code

func (*ExecuteCommandNotFound) IsServerError

func (o *ExecuteCommandNotFound) IsServerError() bool

IsServerError returns true when this execute command not found response has a 5xx status code

func (*ExecuteCommandNotFound) IsSuccess

func (o *ExecuteCommandNotFound) IsSuccess() bool

IsSuccess returns true when this execute command not found response has a 2xx status code

func (*ExecuteCommandNotFound) String

func (o *ExecuteCommandNotFound) String() string

type ExecuteCommandOK

type ExecuteCommandOK 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.DomainExecuteCommandResultsV1
}

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

OK

func NewExecuteCommandOK

func NewExecuteCommandOK() *ExecuteCommandOK

NewExecuteCommandOK creates a ExecuteCommandOK with default headers values

func (*ExecuteCommandOK) Code

func (o *ExecuteCommandOK) Code() int

Code gets the status code for the execute command o k response

func (*ExecuteCommandOK) Error

func (o *ExecuteCommandOK) Error() string

func (*ExecuteCommandOK) GetPayload

func (*ExecuteCommandOK) IsClientError

func (o *ExecuteCommandOK) IsClientError() bool

IsClientError returns true when this execute command o k response has a 4xx status code

func (*ExecuteCommandOK) IsCode

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

IsCode returns true when this execute command o k response a status code equal to that given

func (*ExecuteCommandOK) IsRedirect

func (o *ExecuteCommandOK) IsRedirect() bool

IsRedirect returns true when this execute command o k response has a 3xx status code

func (*ExecuteCommandOK) IsServerError

func (o *ExecuteCommandOK) IsServerError() bool

IsServerError returns true when this execute command o k response has a 5xx status code

func (*ExecuteCommandOK) IsSuccess

func (o *ExecuteCommandOK) IsSuccess() bool

IsSuccess returns true when this execute command o k response has a 2xx status code

func (*ExecuteCommandOK) String

func (o *ExecuteCommandOK) String() string

type ExecuteCommandParams

type ExecuteCommandParams struct {

	// Body.
	Body *models.DomainExecuteCommandRequestV1

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ExecuteCommandParams contains all the parameters to send to the API endpoint

for the execute command operation.

Typically these are written to a http.Request.

func NewExecuteCommandParams

func NewExecuteCommandParams() *ExecuteCommandParams

NewExecuteCommandParams creates a new ExecuteCommandParams 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 NewExecuteCommandParamsWithContext

func NewExecuteCommandParamsWithContext(ctx context.Context) *ExecuteCommandParams

NewExecuteCommandParamsWithContext creates a new ExecuteCommandParams object with the ability to set a context for a request.

func NewExecuteCommandParamsWithHTTPClient

func NewExecuteCommandParamsWithHTTPClient(client *http.Client) *ExecuteCommandParams

NewExecuteCommandParamsWithHTTPClient creates a new ExecuteCommandParams object with the ability to set a custom HTTPClient for a request.

func NewExecuteCommandParamsWithTimeout

func NewExecuteCommandParamsWithTimeout(timeout time.Duration) *ExecuteCommandParams

NewExecuteCommandParamsWithTimeout creates a new ExecuteCommandParams object with the ability to set a timeout on a request.

func (*ExecuteCommandParams) SetBody

SetBody adds the body to the execute command params

func (*ExecuteCommandParams) SetContext

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

SetContext adds the context to the execute command params

func (*ExecuteCommandParams) SetDefaults

func (o *ExecuteCommandParams) SetDefaults()

SetDefaults hydrates default values in the execute command params (not the query body).

All values with no default are reset to their zero value.

func (*ExecuteCommandParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the execute command params

func (*ExecuteCommandParams) SetTimeout

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

SetTimeout adds the timeout to the execute command params

func (*ExecuteCommandParams) WithBody

WithBody adds the body to the execute command params

func (*ExecuteCommandParams) WithContext

WithContext adds the context to the execute command params

func (*ExecuteCommandParams) WithDefaults

func (o *ExecuteCommandParams) WithDefaults() *ExecuteCommandParams

WithDefaults hydrates default values in the execute command params (not the query body).

All values with no default are reset to their zero value.

func (*ExecuteCommandParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the execute command params

func (*ExecuteCommandParams) WithTimeout

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

WithTimeout adds the timeout to the execute command params

func (*ExecuteCommandParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ExecuteCommandProxyBadRequest added in v0.9.0

type ExecuteCommandProxyBadRequest 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.DomainExecuteCommandResultsV1
}

ExecuteCommandProxyBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewExecuteCommandProxyBadRequest added in v0.9.0

func NewExecuteCommandProxyBadRequest() *ExecuteCommandProxyBadRequest

NewExecuteCommandProxyBadRequest creates a ExecuteCommandProxyBadRequest with default headers values

func (*ExecuteCommandProxyBadRequest) Code added in v0.9.0

Code gets the status code for the execute command proxy bad request response

func (*ExecuteCommandProxyBadRequest) Error added in v0.9.0

func (*ExecuteCommandProxyBadRequest) GetPayload added in v0.9.0

func (*ExecuteCommandProxyBadRequest) IsClientError added in v0.9.0

func (o *ExecuteCommandProxyBadRequest) IsClientError() bool

IsClientError returns true when this execute command proxy bad request response has a 4xx status code

func (*ExecuteCommandProxyBadRequest) IsCode added in v0.9.0

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

IsCode returns true when this execute command proxy bad request response a status code equal to that given

func (*ExecuteCommandProxyBadRequest) IsRedirect added in v0.9.0

func (o *ExecuteCommandProxyBadRequest) IsRedirect() bool

IsRedirect returns true when this execute command proxy bad request response has a 3xx status code

func (*ExecuteCommandProxyBadRequest) IsServerError added in v0.9.0

func (o *ExecuteCommandProxyBadRequest) IsServerError() bool

IsServerError returns true when this execute command proxy bad request response has a 5xx status code

func (*ExecuteCommandProxyBadRequest) IsSuccess added in v0.9.0

func (o *ExecuteCommandProxyBadRequest) IsSuccess() bool

IsSuccess returns true when this execute command proxy bad request response has a 2xx status code

func (*ExecuteCommandProxyBadRequest) String added in v0.9.0

type ExecuteCommandProxyForbidden added in v0.9.0

type ExecuteCommandProxyForbidden 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.MsaspecResponseFields
}

ExecuteCommandProxyForbidden describes a response with status code 403, with default header values.

Forbidden

func NewExecuteCommandProxyForbidden added in v0.9.0

func NewExecuteCommandProxyForbidden() *ExecuteCommandProxyForbidden

NewExecuteCommandProxyForbidden creates a ExecuteCommandProxyForbidden with default headers values

func (*ExecuteCommandProxyForbidden) Code added in v0.9.0

Code gets the status code for the execute command proxy forbidden response

func (*ExecuteCommandProxyForbidden) Error added in v0.9.0

func (*ExecuteCommandProxyForbidden) GetPayload added in v0.9.0

func (*ExecuteCommandProxyForbidden) IsClientError added in v0.9.0

func (o *ExecuteCommandProxyForbidden) IsClientError() bool

IsClientError returns true when this execute command proxy forbidden response has a 4xx status code

func (*ExecuteCommandProxyForbidden) IsCode added in v0.9.0

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

IsCode returns true when this execute command proxy forbidden response a status code equal to that given

func (*ExecuteCommandProxyForbidden) IsRedirect added in v0.9.0

func (o *ExecuteCommandProxyForbidden) IsRedirect() bool

IsRedirect returns true when this execute command proxy forbidden response has a 3xx status code

func (*ExecuteCommandProxyForbidden) IsServerError added in v0.9.0

func (o *ExecuteCommandProxyForbidden) IsServerError() bool

IsServerError returns true when this execute command proxy forbidden response has a 5xx status code

func (*ExecuteCommandProxyForbidden) IsSuccess added in v0.9.0

func (o *ExecuteCommandProxyForbidden) IsSuccess() bool

IsSuccess returns true when this execute command proxy forbidden response has a 2xx status code

func (*ExecuteCommandProxyForbidden) String added in v0.9.0

type ExecuteCommandProxyInternalServerError added in v0.9.0

type ExecuteCommandProxyInternalServerError 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.DomainExecuteCommandResultsV1
}

ExecuteCommandProxyInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewExecuteCommandProxyInternalServerError added in v0.9.0

func NewExecuteCommandProxyInternalServerError() *ExecuteCommandProxyInternalServerError

NewExecuteCommandProxyInternalServerError creates a ExecuteCommandProxyInternalServerError with default headers values

func (*ExecuteCommandProxyInternalServerError) Code added in v0.9.0

Code gets the status code for the execute command proxy internal server error response

func (*ExecuteCommandProxyInternalServerError) Error added in v0.9.0

func (*ExecuteCommandProxyInternalServerError) GetPayload added in v0.9.0

func (*ExecuteCommandProxyInternalServerError) IsClientError added in v0.9.0

func (o *ExecuteCommandProxyInternalServerError) IsClientError() bool

IsClientError returns true when this execute command proxy internal server error response has a 4xx status code

func (*ExecuteCommandProxyInternalServerError) IsCode added in v0.9.0

IsCode returns true when this execute command proxy internal server error response a status code equal to that given

func (*ExecuteCommandProxyInternalServerError) IsRedirect added in v0.9.0

IsRedirect returns true when this execute command proxy internal server error response has a 3xx status code

func (*ExecuteCommandProxyInternalServerError) IsServerError added in v0.9.0

func (o *ExecuteCommandProxyInternalServerError) IsServerError() bool

IsServerError returns true when this execute command proxy internal server error response has a 5xx status code

func (*ExecuteCommandProxyInternalServerError) IsSuccess added in v0.9.0

IsSuccess returns true when this execute command proxy internal server error response has a 2xx status code

func (*ExecuteCommandProxyInternalServerError) String added in v0.9.0

type ExecuteCommandProxyNotFound added in v0.9.0

type ExecuteCommandProxyNotFound 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.DomainExecuteCommandResultsV1
}

ExecuteCommandProxyNotFound describes a response with status code 404, with default header values.

Not Found

func NewExecuteCommandProxyNotFound added in v0.9.0

func NewExecuteCommandProxyNotFound() *ExecuteCommandProxyNotFound

NewExecuteCommandProxyNotFound creates a ExecuteCommandProxyNotFound with default headers values

func (*ExecuteCommandProxyNotFound) Code added in v0.9.0

func (o *ExecuteCommandProxyNotFound) Code() int

Code gets the status code for the execute command proxy not found response

func (*ExecuteCommandProxyNotFound) Error added in v0.9.0

func (*ExecuteCommandProxyNotFound) GetPayload added in v0.9.0

func (*ExecuteCommandProxyNotFound) IsClientError added in v0.9.0

func (o *ExecuteCommandProxyNotFound) IsClientError() bool

IsClientError returns true when this execute command proxy not found response has a 4xx status code

func (*ExecuteCommandProxyNotFound) IsCode added in v0.9.0

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

IsCode returns true when this execute command proxy not found response a status code equal to that given

func (*ExecuteCommandProxyNotFound) IsRedirect added in v0.9.0

func (o *ExecuteCommandProxyNotFound) IsRedirect() bool

IsRedirect returns true when this execute command proxy not found response has a 3xx status code

func (*ExecuteCommandProxyNotFound) IsServerError added in v0.9.0

func (o *ExecuteCommandProxyNotFound) IsServerError() bool

IsServerError returns true when this execute command proxy not found response has a 5xx status code

func (*ExecuteCommandProxyNotFound) IsSuccess added in v0.9.0

func (o *ExecuteCommandProxyNotFound) IsSuccess() bool

IsSuccess returns true when this execute command proxy not found response has a 2xx status code

func (*ExecuteCommandProxyNotFound) String added in v0.9.0

func (o *ExecuteCommandProxyNotFound) String() string

type ExecuteCommandProxyOK added in v0.9.0

type ExecuteCommandProxyOK 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.CustomType3352885422
}

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

OK

func NewExecuteCommandProxyOK added in v0.9.0

func NewExecuteCommandProxyOK() *ExecuteCommandProxyOK

NewExecuteCommandProxyOK creates a ExecuteCommandProxyOK with default headers values

func (*ExecuteCommandProxyOK) Code added in v0.9.0

func (o *ExecuteCommandProxyOK) Code() int

Code gets the status code for the execute command proxy o k response

func (*ExecuteCommandProxyOK) Error added in v0.9.0

func (o *ExecuteCommandProxyOK) Error() string

func (*ExecuteCommandProxyOK) GetPayload added in v0.9.0

func (*ExecuteCommandProxyOK) IsClientError added in v0.9.0

func (o *ExecuteCommandProxyOK) IsClientError() bool

IsClientError returns true when this execute command proxy o k response has a 4xx status code

func (*ExecuteCommandProxyOK) IsCode added in v0.9.0

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

IsCode returns true when this execute command proxy o k response a status code equal to that given

func (*ExecuteCommandProxyOK) IsRedirect added in v0.9.0

func (o *ExecuteCommandProxyOK) IsRedirect() bool

IsRedirect returns true when this execute command proxy o k response has a 3xx status code

func (*ExecuteCommandProxyOK) IsServerError added in v0.9.0

func (o *ExecuteCommandProxyOK) IsServerError() bool

IsServerError returns true when this execute command proxy o k response has a 5xx status code

func (*ExecuteCommandProxyOK) IsSuccess added in v0.9.0

func (o *ExecuteCommandProxyOK) IsSuccess() bool

IsSuccess returns true when this execute command proxy o k response has a 2xx status code

func (*ExecuteCommandProxyOK) String added in v0.9.0

func (o *ExecuteCommandProxyOK) String() string

type ExecuteCommandProxyParams added in v0.9.0

type ExecuteCommandProxyParams struct {

	// Body.
	Body *models.DomainExecuteCommandRequestV1

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ExecuteCommandProxyParams contains all the parameters to send to the API endpoint

for the execute command proxy operation.

Typically these are written to a http.Request.

func NewExecuteCommandProxyParams added in v0.9.0

func NewExecuteCommandProxyParams() *ExecuteCommandProxyParams

NewExecuteCommandProxyParams creates a new ExecuteCommandProxyParams 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 NewExecuteCommandProxyParamsWithContext added in v0.9.0

func NewExecuteCommandProxyParamsWithContext(ctx context.Context) *ExecuteCommandProxyParams

NewExecuteCommandProxyParamsWithContext creates a new ExecuteCommandProxyParams object with the ability to set a context for a request.

func NewExecuteCommandProxyParamsWithHTTPClient added in v0.9.0

func NewExecuteCommandProxyParamsWithHTTPClient(client *http.Client) *ExecuteCommandProxyParams

NewExecuteCommandProxyParamsWithHTTPClient creates a new ExecuteCommandProxyParams object with the ability to set a custom HTTPClient for a request.

func NewExecuteCommandProxyParamsWithTimeout added in v0.9.0

func NewExecuteCommandProxyParamsWithTimeout(timeout time.Duration) *ExecuteCommandProxyParams

NewExecuteCommandProxyParamsWithTimeout creates a new ExecuteCommandProxyParams object with the ability to set a timeout on a request.

func (*ExecuteCommandProxyParams) SetBody added in v0.9.0

SetBody adds the body to the execute command proxy params

func (*ExecuteCommandProxyParams) SetContext added in v0.9.0

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

SetContext adds the context to the execute command proxy params

func (*ExecuteCommandProxyParams) SetDefaults added in v0.9.0

func (o *ExecuteCommandProxyParams) SetDefaults()

SetDefaults hydrates default values in the execute command proxy params (not the query body).

All values with no default are reset to their zero value.

func (*ExecuteCommandProxyParams) SetHTTPClient added in v0.9.0

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

SetHTTPClient adds the HTTPClient to the execute command proxy params

func (*ExecuteCommandProxyParams) SetTimeout added in v0.9.0

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

SetTimeout adds the timeout to the execute command proxy params

func (*ExecuteCommandProxyParams) WithBody added in v0.9.0

WithBody adds the body to the execute command proxy params

func (*ExecuteCommandProxyParams) WithContext added in v0.9.0

WithContext adds the context to the execute command proxy params

func (*ExecuteCommandProxyParams) WithDefaults added in v0.9.0

WithDefaults hydrates default values in the execute command proxy params (not the query body).

All values with no default are reset to their zero value.

func (*ExecuteCommandProxyParams) WithHTTPClient added in v0.9.0

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

WithHTTPClient adds the HTTPClient to the execute command proxy params

func (*ExecuteCommandProxyParams) WithTimeout added in v0.9.0

WithTimeout adds the timeout to the execute command proxy params

func (*ExecuteCommandProxyParams) WriteToRequest added in v0.9.0

WriteToRequest writes these params to a swagger request

type ExecuteCommandProxyReader added in v0.9.0

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

ExecuteCommandProxyReader is a Reader for the ExecuteCommandProxy structure.

func (*ExecuteCommandProxyReader) ReadResponse added in v0.9.0

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

ReadResponse reads a server response into the received o.

type ExecuteCommandProxyTooManyRequests added in v0.9.0

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

ExecuteCommandProxyTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewExecuteCommandProxyTooManyRequests added in v0.9.0

func NewExecuteCommandProxyTooManyRequests() *ExecuteCommandProxyTooManyRequests

NewExecuteCommandProxyTooManyRequests creates a ExecuteCommandProxyTooManyRequests with default headers values

func (*ExecuteCommandProxyTooManyRequests) Code added in v0.9.0

Code gets the status code for the execute command proxy too many requests response

func (*ExecuteCommandProxyTooManyRequests) Error added in v0.9.0

func (*ExecuteCommandProxyTooManyRequests) GetPayload added in v0.9.0

func (*ExecuteCommandProxyTooManyRequests) IsClientError added in v0.9.0

func (o *ExecuteCommandProxyTooManyRequests) IsClientError() bool

IsClientError returns true when this execute command proxy too many requests response has a 4xx status code

func (*ExecuteCommandProxyTooManyRequests) IsCode added in v0.9.0

IsCode returns true when this execute command proxy too many requests response a status code equal to that given

func (*ExecuteCommandProxyTooManyRequests) IsRedirect added in v0.9.0

func (o *ExecuteCommandProxyTooManyRequests) IsRedirect() bool

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

func (*ExecuteCommandProxyTooManyRequests) IsServerError added in v0.9.0

func (o *ExecuteCommandProxyTooManyRequests) IsServerError() bool

IsServerError returns true when this execute command proxy too many requests response has a 5xx status code

func (*ExecuteCommandProxyTooManyRequests) IsSuccess added in v0.9.0

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

func (*ExecuteCommandProxyTooManyRequests) String added in v0.9.0

type ExecuteCommandReader

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

ExecuteCommandReader is a Reader for the ExecuteCommand structure.

func (*ExecuteCommandReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ExecuteCommandTooManyRequests

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

ExecuteCommandTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewExecuteCommandTooManyRequests

func NewExecuteCommandTooManyRequests() *ExecuteCommandTooManyRequests

NewExecuteCommandTooManyRequests creates a ExecuteCommandTooManyRequests with default headers values

func (*ExecuteCommandTooManyRequests) Code

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

func (*ExecuteCommandTooManyRequests) Error

func (*ExecuteCommandTooManyRequests) GetPayload

func (*ExecuteCommandTooManyRequests) IsClientError

func (o *ExecuteCommandTooManyRequests) IsClientError() bool

IsClientError returns true when this execute command too many requests response has a 4xx status code

func (*ExecuteCommandTooManyRequests) IsCode

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

IsCode returns true when this execute command too many requests response a status code equal to that given

func (*ExecuteCommandTooManyRequests) IsRedirect

func (o *ExecuteCommandTooManyRequests) IsRedirect() bool

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

func (*ExecuteCommandTooManyRequests) IsServerError

func (o *ExecuteCommandTooManyRequests) IsServerError() bool

IsServerError returns true when this execute command too many requests response has a 5xx status code

func (*ExecuteCommandTooManyRequests) IsSuccess

func (o *ExecuteCommandTooManyRequests) IsSuccess() bool

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

func (*ExecuteCommandTooManyRequests) String

type GetCombinedPluginConfigsBadRequest

type GetCombinedPluginConfigsBadRequest 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.DomainConfigsV1
}

GetCombinedPluginConfigsBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewGetCombinedPluginConfigsBadRequest

func NewGetCombinedPluginConfigsBadRequest() *GetCombinedPluginConfigsBadRequest

NewGetCombinedPluginConfigsBadRequest creates a GetCombinedPluginConfigsBadRequest with default headers values

func (*GetCombinedPluginConfigsBadRequest) Code

Code gets the status code for the get combined plugin configs bad request response

func (*GetCombinedPluginConfigsBadRequest) Error

func (*GetCombinedPluginConfigsBadRequest) GetPayload

func (*GetCombinedPluginConfigsBadRequest) IsClientError

func (o *GetCombinedPluginConfigsBadRequest) IsClientError() bool

IsClientError returns true when this get combined plugin configs bad request response has a 4xx status code

func (*GetCombinedPluginConfigsBadRequest) IsCode

IsCode returns true when this get combined plugin configs bad request response a status code equal to that given

func (*GetCombinedPluginConfigsBadRequest) IsRedirect

func (o *GetCombinedPluginConfigsBadRequest) IsRedirect() bool

IsRedirect returns true when this get combined plugin configs bad request response has a 3xx status code

func (*GetCombinedPluginConfigsBadRequest) IsServerError

func (o *GetCombinedPluginConfigsBadRequest) IsServerError() bool

IsServerError returns true when this get combined plugin configs bad request response has a 5xx status code

func (*GetCombinedPluginConfigsBadRequest) IsSuccess

IsSuccess returns true when this get combined plugin configs bad request response has a 2xx status code

func (*GetCombinedPluginConfigsBadRequest) String

type GetCombinedPluginConfigsForbidden

type GetCombinedPluginConfigsForbidden 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.MsaspecResponseFields
}

GetCombinedPluginConfigsForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetCombinedPluginConfigsForbidden

func NewGetCombinedPluginConfigsForbidden() *GetCombinedPluginConfigsForbidden

NewGetCombinedPluginConfigsForbidden creates a GetCombinedPluginConfigsForbidden with default headers values

func (*GetCombinedPluginConfigsForbidden) Code

Code gets the status code for the get combined plugin configs forbidden response

func (*GetCombinedPluginConfigsForbidden) Error

func (*GetCombinedPluginConfigsForbidden) GetPayload

func (*GetCombinedPluginConfigsForbidden) IsClientError

func (o *GetCombinedPluginConfigsForbidden) IsClientError() bool

IsClientError returns true when this get combined plugin configs forbidden response has a 4xx status code

func (*GetCombinedPluginConfigsForbidden) IsCode

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

IsCode returns true when this get combined plugin configs forbidden response a status code equal to that given

func (*GetCombinedPluginConfigsForbidden) IsRedirect

func (o *GetCombinedPluginConfigsForbidden) IsRedirect() bool

IsRedirect returns true when this get combined plugin configs forbidden response has a 3xx status code

func (*GetCombinedPluginConfigsForbidden) IsServerError

func (o *GetCombinedPluginConfigsForbidden) IsServerError() bool

IsServerError returns true when this get combined plugin configs forbidden response has a 5xx status code

func (*GetCombinedPluginConfigsForbidden) IsSuccess

func (o *GetCombinedPluginConfigsForbidden) IsSuccess() bool

IsSuccess returns true when this get combined plugin configs forbidden response has a 2xx status code

func (*GetCombinedPluginConfigsForbidden) String

type GetCombinedPluginConfigsInternalServerError

type GetCombinedPluginConfigsInternalServerError 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.DomainConfigsV1
}

GetCombinedPluginConfigsInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewGetCombinedPluginConfigsInternalServerError

func NewGetCombinedPluginConfigsInternalServerError() *GetCombinedPluginConfigsInternalServerError

NewGetCombinedPluginConfigsInternalServerError creates a GetCombinedPluginConfigsInternalServerError with default headers values

func (*GetCombinedPluginConfigsInternalServerError) Code

Code gets the status code for the get combined plugin configs internal server error response

func (*GetCombinedPluginConfigsInternalServerError) Error

func (*GetCombinedPluginConfigsInternalServerError) GetPayload

func (*GetCombinedPluginConfigsInternalServerError) IsClientError

IsClientError returns true when this get combined plugin configs internal server error response has a 4xx status code

func (*GetCombinedPluginConfigsInternalServerError) IsCode

IsCode returns true when this get combined plugin configs internal server error response a status code equal to that given

func (*GetCombinedPluginConfigsInternalServerError) IsRedirect

IsRedirect returns true when this get combined plugin configs internal server error response has a 3xx status code

func (*GetCombinedPluginConfigsInternalServerError) IsServerError

IsServerError returns true when this get combined plugin configs internal server error response has a 5xx status code

func (*GetCombinedPluginConfigsInternalServerError) IsSuccess

IsSuccess returns true when this get combined plugin configs internal server error response has a 2xx status code

func (*GetCombinedPluginConfigsInternalServerError) String

type GetCombinedPluginConfigsNotFound

type GetCombinedPluginConfigsNotFound 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.DomainConfigsV1
}

GetCombinedPluginConfigsNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetCombinedPluginConfigsNotFound

func NewGetCombinedPluginConfigsNotFound() *GetCombinedPluginConfigsNotFound

NewGetCombinedPluginConfigsNotFound creates a GetCombinedPluginConfigsNotFound with default headers values

func (*GetCombinedPluginConfigsNotFound) Code

Code gets the status code for the get combined plugin configs not found response

func (*GetCombinedPluginConfigsNotFound) Error

func (*GetCombinedPluginConfigsNotFound) GetPayload

func (*GetCombinedPluginConfigsNotFound) IsClientError

func (o *GetCombinedPluginConfigsNotFound) IsClientError() bool

IsClientError returns true when this get combined plugin configs not found response has a 4xx status code

func (*GetCombinedPluginConfigsNotFound) IsCode

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

IsCode returns true when this get combined plugin configs not found response a status code equal to that given

func (*GetCombinedPluginConfigsNotFound) IsRedirect

func (o *GetCombinedPluginConfigsNotFound) IsRedirect() bool

IsRedirect returns true when this get combined plugin configs not found response has a 3xx status code

func (*GetCombinedPluginConfigsNotFound) IsServerError

func (o *GetCombinedPluginConfigsNotFound) IsServerError() bool

IsServerError returns true when this get combined plugin configs not found response has a 5xx status code

func (*GetCombinedPluginConfigsNotFound) IsSuccess

func (o *GetCombinedPluginConfigsNotFound) IsSuccess() bool

IsSuccess returns true when this get combined plugin configs not found response has a 2xx status code

func (*GetCombinedPluginConfigsNotFound) String

type GetCombinedPluginConfigsOK

type GetCombinedPluginConfigsOK 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.DomainConfigsV1
}

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

OK

func NewGetCombinedPluginConfigsOK

func NewGetCombinedPluginConfigsOK() *GetCombinedPluginConfigsOK

NewGetCombinedPluginConfigsOK creates a GetCombinedPluginConfigsOK with default headers values

func (*GetCombinedPluginConfigsOK) Code

func (o *GetCombinedPluginConfigsOK) Code() int

Code gets the status code for the get combined plugin configs o k response

func (*GetCombinedPluginConfigsOK) Error

func (*GetCombinedPluginConfigsOK) GetPayload

func (*GetCombinedPluginConfigsOK) IsClientError

func (o *GetCombinedPluginConfigsOK) IsClientError() bool

IsClientError returns true when this get combined plugin configs o k response has a 4xx status code

func (*GetCombinedPluginConfigsOK) IsCode

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

IsCode returns true when this get combined plugin configs o k response a status code equal to that given

func (*GetCombinedPluginConfigsOK) IsRedirect

func (o *GetCombinedPluginConfigsOK) IsRedirect() bool

IsRedirect returns true when this get combined plugin configs o k response has a 3xx status code

func (*GetCombinedPluginConfigsOK) IsServerError

func (o *GetCombinedPluginConfigsOK) IsServerError() bool

IsServerError returns true when this get combined plugin configs o k response has a 5xx status code

func (*GetCombinedPluginConfigsOK) IsSuccess

func (o *GetCombinedPluginConfigsOK) IsSuccess() bool

IsSuccess returns true when this get combined plugin configs o k response has a 2xx status code

func (*GetCombinedPluginConfigsOK) String

func (o *GetCombinedPluginConfigsOK) String() string

type GetCombinedPluginConfigsParams

type GetCombinedPluginConfigsParams struct {

	/* Filter.

	   Filter items using a query in Falcon Query Language (FQL).
	*/
	Filter *string

	/* Limit.

	   The number of items to return in this response (default: 100, max: 500). Use with the offset parameter to manage pagination of results.

	   Default: 100
	*/
	Limit *int64

	/* Offset.

	   The first item to return, where 0 is the latest item. Use with the limit parameter to manage pagination of results.
	*/
	Offset *int64

	/* Sort.

	   Sort items using their properties.
	*/
	Sort *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetCombinedPluginConfigsParams contains all the parameters to send to the API endpoint

for the get combined plugin configs operation.

Typically these are written to a http.Request.

func NewGetCombinedPluginConfigsParams

func NewGetCombinedPluginConfigsParams() *GetCombinedPluginConfigsParams

NewGetCombinedPluginConfigsParams creates a new GetCombinedPluginConfigsParams 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 NewGetCombinedPluginConfigsParamsWithContext

func NewGetCombinedPluginConfigsParamsWithContext(ctx context.Context) *GetCombinedPluginConfigsParams

NewGetCombinedPluginConfigsParamsWithContext creates a new GetCombinedPluginConfigsParams object with the ability to set a context for a request.

func NewGetCombinedPluginConfigsParamsWithHTTPClient

func NewGetCombinedPluginConfigsParamsWithHTTPClient(client *http.Client) *GetCombinedPluginConfigsParams

NewGetCombinedPluginConfigsParamsWithHTTPClient creates a new GetCombinedPluginConfigsParams object with the ability to set a custom HTTPClient for a request.

func NewGetCombinedPluginConfigsParamsWithTimeout

func NewGetCombinedPluginConfigsParamsWithTimeout(timeout time.Duration) *GetCombinedPluginConfigsParams

NewGetCombinedPluginConfigsParamsWithTimeout creates a new GetCombinedPluginConfigsParams object with the ability to set a timeout on a request.

func (*GetCombinedPluginConfigsParams) SetContext

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

SetContext adds the context to the get combined plugin configs params

func (*GetCombinedPluginConfigsParams) SetDefaults

func (o *GetCombinedPluginConfigsParams) SetDefaults()

SetDefaults hydrates default values in the get combined plugin configs params (not the query body).

All values with no default are reset to their zero value.

func (*GetCombinedPluginConfigsParams) SetFilter

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

SetFilter adds the filter to the get combined plugin configs params

func (*GetCombinedPluginConfigsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get combined plugin configs params

func (*GetCombinedPluginConfigsParams) SetLimit

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

SetLimit adds the limit to the get combined plugin configs params

func (*GetCombinedPluginConfigsParams) SetOffset

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

SetOffset adds the offset to the get combined plugin configs params

func (*GetCombinedPluginConfigsParams) SetSort

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

SetSort adds the sort to the get combined plugin configs params

func (*GetCombinedPluginConfigsParams) SetTimeout

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

SetTimeout adds the timeout to the get combined plugin configs params

func (*GetCombinedPluginConfigsParams) WithContext

WithContext adds the context to the get combined plugin configs params

func (*GetCombinedPluginConfigsParams) WithDefaults

WithDefaults hydrates default values in the get combined plugin configs params (not the query body).

All values with no default are reset to their zero value.

func (*GetCombinedPluginConfigsParams) WithFilter

WithFilter adds the filter to the get combined plugin configs params

func (*GetCombinedPluginConfigsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get combined plugin configs params

func (*GetCombinedPluginConfigsParams) WithLimit

WithLimit adds the limit to the get combined plugin configs params

func (*GetCombinedPluginConfigsParams) WithOffset

WithOffset adds the offset to the get combined plugin configs params

func (*GetCombinedPluginConfigsParams) WithSort

WithSort adds the sort to the get combined plugin configs params

func (*GetCombinedPluginConfigsParams) WithTimeout

WithTimeout adds the timeout to the get combined plugin configs params

func (*GetCombinedPluginConfigsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetCombinedPluginConfigsReader

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

GetCombinedPluginConfigsReader is a Reader for the GetCombinedPluginConfigs structure.

func (*GetCombinedPluginConfigsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetCombinedPluginConfigsTooManyRequests

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

GetCombinedPluginConfigsTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewGetCombinedPluginConfigsTooManyRequests

func NewGetCombinedPluginConfigsTooManyRequests() *GetCombinedPluginConfigsTooManyRequests

NewGetCombinedPluginConfigsTooManyRequests creates a GetCombinedPluginConfigsTooManyRequests with default headers values

func (*GetCombinedPluginConfigsTooManyRequests) Code

Code gets the status code for the get combined plugin configs too many requests response

func (*GetCombinedPluginConfigsTooManyRequests) Error

func (*GetCombinedPluginConfigsTooManyRequests) GetPayload

func (*GetCombinedPluginConfigsTooManyRequests) IsClientError

func (o *GetCombinedPluginConfigsTooManyRequests) IsClientError() bool

IsClientError returns true when this get combined plugin configs too many requests response has a 4xx status code

func (*GetCombinedPluginConfigsTooManyRequests) IsCode

IsCode returns true when this get combined plugin configs too many requests response a status code equal to that given

func (*GetCombinedPluginConfigsTooManyRequests) IsRedirect

IsRedirect returns true when this get combined plugin configs too many requests response has a 3xx status code

func (*GetCombinedPluginConfigsTooManyRequests) IsServerError

func (o *GetCombinedPluginConfigsTooManyRequests) IsServerError() bool

IsServerError returns true when this get combined plugin configs too many requests response has a 5xx status code

func (*GetCombinedPluginConfigsTooManyRequests) IsSuccess

IsSuccess returns true when this get combined plugin configs too many requests response has a 2xx status code

func (*GetCombinedPluginConfigsTooManyRequests) String

Jump to

Keyboard shortcuts

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