report_executions

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 Client

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

Client for report executions API

func (*Client) ReportExecutionsDownloadGet

func (a *Client) ReportExecutionsDownloadGet(params *ReportExecutionsDownloadGetParams, opts ...ClientOption) (*ReportExecutionsDownloadGetOK, error)

ReportExecutionsDownloadGet gets report entity download

func (*Client) ReportExecutionsGet

func (a *Client) ReportExecutionsGet(params *ReportExecutionsGetParams, opts ...ClientOption) (*ReportExecutionsGetOK, error)

ReportExecutionsGet retrieves report details for the provided report i ds

func (*Client) ReportExecutionsQuery

func (a *Client) ReportExecutionsQuery(params *ReportExecutionsQueryParams, opts ...ClientOption) (*ReportExecutionsQueryOK, error)

ReportExecutionsQuery finds all report execution i ds matching the query with filter

func (*Client) ReportExecutionsRetry added in v0.2.13

func (a *Client) ReportExecutionsRetry(params *ReportExecutionsRetryParams, opts ...ClientOption) (*ReportExecutionsRetryOK, error)

ReportExecutionsRetry this endpoint will be used to retry report executions

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 {
	ReportExecutionsDownloadGet(params *ReportExecutionsDownloadGetParams, opts ...ClientOption) (*ReportExecutionsDownloadGetOK, error)

	ReportExecutionsGet(params *ReportExecutionsGetParams, opts ...ClientOption) (*ReportExecutionsGetOK, error)

	ReportExecutionsQuery(params *ReportExecutionsQueryParams, opts ...ClientOption) (*ReportExecutionsQueryOK, error)

	ReportExecutionsRetry(params *ReportExecutionsRetryParams, opts ...ClientOption) (*ReportExecutionsRetryOK, 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 report executions API client.

type ReportExecutionsDownloadGetBadRequest

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

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

Bad Request

func NewReportExecutionsDownloadGetBadRequest

func NewReportExecutionsDownloadGetBadRequest() *ReportExecutionsDownloadGetBadRequest

NewReportExecutionsDownloadGetBadRequest creates a ReportExecutionsDownloadGetBadRequest with default headers values

func (*ReportExecutionsDownloadGetBadRequest) Code added in v0.2.33

Code gets the status code for the report executions download get bad request response

func (*ReportExecutionsDownloadGetBadRequest) Error

func (*ReportExecutionsDownloadGetBadRequest) GetPayload

func (*ReportExecutionsDownloadGetBadRequest) IsClientError added in v0.2.27

func (o *ReportExecutionsDownloadGetBadRequest) IsClientError() bool

IsClientError returns true when this report executions download get bad request response has a 4xx status code

func (*ReportExecutionsDownloadGetBadRequest) IsCode added in v0.2.27

IsCode returns true when this report executions download get bad request response a status code equal to that given

func (*ReportExecutionsDownloadGetBadRequest) IsRedirect added in v0.2.27

IsRedirect returns true when this report executions download get bad request response has a 3xx status code

func (*ReportExecutionsDownloadGetBadRequest) IsServerError added in v0.2.27

func (o *ReportExecutionsDownloadGetBadRequest) IsServerError() bool

IsServerError returns true when this report executions download get bad request response has a 5xx status code

func (*ReportExecutionsDownloadGetBadRequest) IsSuccess added in v0.2.27

IsSuccess returns true when this report executions download get bad request response has a 2xx status code

func (*ReportExecutionsDownloadGetBadRequest) String added in v0.2.27

type ReportExecutionsDownloadGetForbidden

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

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

Forbidden

func NewReportExecutionsDownloadGetForbidden

func NewReportExecutionsDownloadGetForbidden() *ReportExecutionsDownloadGetForbidden

NewReportExecutionsDownloadGetForbidden creates a ReportExecutionsDownloadGetForbidden with default headers values

func (*ReportExecutionsDownloadGetForbidden) Code added in v0.2.33

Code gets the status code for the report executions download get forbidden response

func (*ReportExecutionsDownloadGetForbidden) Error

func (*ReportExecutionsDownloadGetForbidden) GetPayload

func (*ReportExecutionsDownloadGetForbidden) IsClientError added in v0.2.27

func (o *ReportExecutionsDownloadGetForbidden) IsClientError() bool

IsClientError returns true when this report executions download get forbidden response has a 4xx status code

func (*ReportExecutionsDownloadGetForbidden) IsCode added in v0.2.27

IsCode returns true when this report executions download get forbidden response a status code equal to that given

func (*ReportExecutionsDownloadGetForbidden) IsRedirect added in v0.2.27

IsRedirect returns true when this report executions download get forbidden response has a 3xx status code

func (*ReportExecutionsDownloadGetForbidden) IsServerError added in v0.2.27

func (o *ReportExecutionsDownloadGetForbidden) IsServerError() bool

IsServerError returns true when this report executions download get forbidden response has a 5xx status code

func (*ReportExecutionsDownloadGetForbidden) IsSuccess added in v0.2.27

IsSuccess returns true when this report executions download get forbidden response has a 2xx status code

func (*ReportExecutionsDownloadGetForbidden) String added in v0.2.27

type ReportExecutionsDownloadGetInternalServerError

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

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

Internal Server Error

func NewReportExecutionsDownloadGetInternalServerError

func NewReportExecutionsDownloadGetInternalServerError() *ReportExecutionsDownloadGetInternalServerError

NewReportExecutionsDownloadGetInternalServerError creates a ReportExecutionsDownloadGetInternalServerError with default headers values

func (*ReportExecutionsDownloadGetInternalServerError) Code added in v0.2.33

Code gets the status code for the report executions download get internal server error response

func (*ReportExecutionsDownloadGetInternalServerError) Error

func (*ReportExecutionsDownloadGetInternalServerError) GetPayload

func (*ReportExecutionsDownloadGetInternalServerError) IsClientError added in v0.2.27

IsClientError returns true when this report executions download get internal server error response has a 4xx status code

func (*ReportExecutionsDownloadGetInternalServerError) IsCode added in v0.2.27

IsCode returns true when this report executions download get internal server error response a status code equal to that given

func (*ReportExecutionsDownloadGetInternalServerError) IsRedirect added in v0.2.27

IsRedirect returns true when this report executions download get internal server error response has a 3xx status code

func (*ReportExecutionsDownloadGetInternalServerError) IsServerError added in v0.2.27

IsServerError returns true when this report executions download get internal server error response has a 5xx status code

func (*ReportExecutionsDownloadGetInternalServerError) IsSuccess added in v0.2.27

IsSuccess returns true when this report executions download get internal server error response has a 2xx status code

func (*ReportExecutionsDownloadGetInternalServerError) String added in v0.2.27

type ReportExecutionsDownloadGetOK

type ReportExecutionsDownloadGetOK 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 []int64
}

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

OK

func NewReportExecutionsDownloadGetOK

func NewReportExecutionsDownloadGetOK() *ReportExecutionsDownloadGetOK

NewReportExecutionsDownloadGetOK creates a ReportExecutionsDownloadGetOK with default headers values

func (*ReportExecutionsDownloadGetOK) Code added in v0.2.33

Code gets the status code for the report executions download get o k response

func (*ReportExecutionsDownloadGetOK) Error

func (*ReportExecutionsDownloadGetOK) GetPayload

func (o *ReportExecutionsDownloadGetOK) GetPayload() []int64

func (*ReportExecutionsDownloadGetOK) IsClientError added in v0.2.27

func (o *ReportExecutionsDownloadGetOK) IsClientError() bool

IsClientError returns true when this report executions download get o k response has a 4xx status code

func (*ReportExecutionsDownloadGetOK) IsCode added in v0.2.27

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

IsCode returns true when this report executions download get o k response a status code equal to that given

func (*ReportExecutionsDownloadGetOK) IsRedirect added in v0.2.27

func (o *ReportExecutionsDownloadGetOK) IsRedirect() bool

IsRedirect returns true when this report executions download get o k response has a 3xx status code

func (*ReportExecutionsDownloadGetOK) IsServerError added in v0.2.27

func (o *ReportExecutionsDownloadGetOK) IsServerError() bool

IsServerError returns true when this report executions download get o k response has a 5xx status code

func (*ReportExecutionsDownloadGetOK) IsSuccess added in v0.2.27

func (o *ReportExecutionsDownloadGetOK) IsSuccess() bool

IsSuccess returns true when this report executions download get o k response has a 2xx status code

func (*ReportExecutionsDownloadGetOK) String added in v0.2.27

type ReportExecutionsDownloadGetParams

type ReportExecutionsDownloadGetParams struct {

	/* Ids.

	   The report_execution id to download
	*/
	Ids string

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

ReportExecutionsDownloadGetParams contains all the parameters to send to the API endpoint

for the report executions download get operation.

Typically these are written to a http.Request.

func NewReportExecutionsDownloadGetParams

func NewReportExecutionsDownloadGetParams() *ReportExecutionsDownloadGetParams

NewReportExecutionsDownloadGetParams creates a new ReportExecutionsDownloadGetParams 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 NewReportExecutionsDownloadGetParamsWithContext

func NewReportExecutionsDownloadGetParamsWithContext(ctx context.Context) *ReportExecutionsDownloadGetParams

NewReportExecutionsDownloadGetParamsWithContext creates a new ReportExecutionsDownloadGetParams object with the ability to set a context for a request.

func NewReportExecutionsDownloadGetParamsWithHTTPClient

func NewReportExecutionsDownloadGetParamsWithHTTPClient(client *http.Client) *ReportExecutionsDownloadGetParams

NewReportExecutionsDownloadGetParamsWithHTTPClient creates a new ReportExecutionsDownloadGetParams object with the ability to set a custom HTTPClient for a request.

func NewReportExecutionsDownloadGetParamsWithTimeout

func NewReportExecutionsDownloadGetParamsWithTimeout(timeout time.Duration) *ReportExecutionsDownloadGetParams

NewReportExecutionsDownloadGetParamsWithTimeout creates a new ReportExecutionsDownloadGetParams object with the ability to set a timeout on a request.

func (*ReportExecutionsDownloadGetParams) SetContext

SetContext adds the context to the report executions download get params

func (*ReportExecutionsDownloadGetParams) SetDefaults

func (o *ReportExecutionsDownloadGetParams) SetDefaults()

SetDefaults hydrates default values in the report executions download get params (not the query body).

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

func (*ReportExecutionsDownloadGetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the report executions download get params

func (*ReportExecutionsDownloadGetParams) SetIds

SetIds adds the ids to the report executions download get params

func (*ReportExecutionsDownloadGetParams) SetTimeout

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

SetTimeout adds the timeout to the report executions download get params

func (*ReportExecutionsDownloadGetParams) WithContext

WithContext adds the context to the report executions download get params

func (*ReportExecutionsDownloadGetParams) WithDefaults

WithDefaults hydrates default values in the report executions download get params (not the query body).

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

func (*ReportExecutionsDownloadGetParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the report executions download get params

func (*ReportExecutionsDownloadGetParams) WithIds

WithIds adds the ids to the report executions download get params

func (*ReportExecutionsDownloadGetParams) WithTimeout

WithTimeout adds the timeout to the report executions download get params

func (*ReportExecutionsDownloadGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ReportExecutionsDownloadGetReader

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

ReportExecutionsDownloadGetReader is a Reader for the ReportExecutionsDownloadGet structure.

func (*ReportExecutionsDownloadGetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ReportExecutionsDownloadGetTooManyRequests

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

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

Too Many Requests

func NewReportExecutionsDownloadGetTooManyRequests

func NewReportExecutionsDownloadGetTooManyRequests() *ReportExecutionsDownloadGetTooManyRequests

NewReportExecutionsDownloadGetTooManyRequests creates a ReportExecutionsDownloadGetTooManyRequests with default headers values

func (*ReportExecutionsDownloadGetTooManyRequests) Code added in v0.2.33

Code gets the status code for the report executions download get too many requests response

func (*ReportExecutionsDownloadGetTooManyRequests) Error

func (*ReportExecutionsDownloadGetTooManyRequests) GetPayload

func (*ReportExecutionsDownloadGetTooManyRequests) IsClientError added in v0.2.27

IsClientError returns true when this report executions download get too many requests response has a 4xx status code

func (*ReportExecutionsDownloadGetTooManyRequests) IsCode added in v0.2.27

IsCode returns true when this report executions download get too many requests response a status code equal to that given

func (*ReportExecutionsDownloadGetTooManyRequests) IsRedirect added in v0.2.27

IsRedirect returns true when this report executions download get too many requests response has a 3xx status code

func (*ReportExecutionsDownloadGetTooManyRequests) IsServerError added in v0.2.27

IsServerError returns true when this report executions download get too many requests response has a 5xx status code

func (*ReportExecutionsDownloadGetTooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this report executions download get too many requests response has a 2xx status code

func (*ReportExecutionsDownloadGetTooManyRequests) String added in v0.2.27

type ReportExecutionsGetBadRequest

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

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

Bad Request

func NewReportExecutionsGetBadRequest

func NewReportExecutionsGetBadRequest() *ReportExecutionsGetBadRequest

NewReportExecutionsGetBadRequest creates a ReportExecutionsGetBadRequest with default headers values

func (*ReportExecutionsGetBadRequest) Code added in v0.2.33

Code gets the status code for the report executions get bad request response

func (*ReportExecutionsGetBadRequest) Error

func (*ReportExecutionsGetBadRequest) GetPayload

func (*ReportExecutionsGetBadRequest) IsClientError added in v0.2.27

func (o *ReportExecutionsGetBadRequest) IsClientError() bool

IsClientError returns true when this report executions get bad request response has a 4xx status code

func (*ReportExecutionsGetBadRequest) IsCode added in v0.2.27

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

IsCode returns true when this report executions get bad request response a status code equal to that given

func (*ReportExecutionsGetBadRequest) IsRedirect added in v0.2.27

func (o *ReportExecutionsGetBadRequest) IsRedirect() bool

IsRedirect returns true when this report executions get bad request response has a 3xx status code

func (*ReportExecutionsGetBadRequest) IsServerError added in v0.2.27

func (o *ReportExecutionsGetBadRequest) IsServerError() bool

IsServerError returns true when this report executions get bad request response has a 5xx status code

func (*ReportExecutionsGetBadRequest) IsSuccess added in v0.2.27

func (o *ReportExecutionsGetBadRequest) IsSuccess() bool

IsSuccess returns true when this report executions get bad request response has a 2xx status code

func (*ReportExecutionsGetBadRequest) String added in v0.2.27

type ReportExecutionsGetForbidden

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

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

Forbidden

func NewReportExecutionsGetForbidden

func NewReportExecutionsGetForbidden() *ReportExecutionsGetForbidden

NewReportExecutionsGetForbidden creates a ReportExecutionsGetForbidden with default headers values

func (*ReportExecutionsGetForbidden) Code added in v0.2.33

Code gets the status code for the report executions get forbidden response

func (*ReportExecutionsGetForbidden) Error

func (*ReportExecutionsGetForbidden) GetPayload

func (*ReportExecutionsGetForbidden) IsClientError added in v0.2.27

func (o *ReportExecutionsGetForbidden) IsClientError() bool

IsClientError returns true when this report executions get forbidden response has a 4xx status code

func (*ReportExecutionsGetForbidden) IsCode added in v0.2.27

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

IsCode returns true when this report executions get forbidden response a status code equal to that given

func (*ReportExecutionsGetForbidden) IsRedirect added in v0.2.27

func (o *ReportExecutionsGetForbidden) IsRedirect() bool

IsRedirect returns true when this report executions get forbidden response has a 3xx status code

func (*ReportExecutionsGetForbidden) IsServerError added in v0.2.27

func (o *ReportExecutionsGetForbidden) IsServerError() bool

IsServerError returns true when this report executions get forbidden response has a 5xx status code

func (*ReportExecutionsGetForbidden) IsSuccess added in v0.2.27

func (o *ReportExecutionsGetForbidden) IsSuccess() bool

IsSuccess returns true when this report executions get forbidden response has a 2xx status code

func (*ReportExecutionsGetForbidden) String added in v0.2.27

type ReportExecutionsGetOK

type ReportExecutionsGetOK 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.DomainReportExecutionsResponseV1
}

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

OK

func NewReportExecutionsGetOK

func NewReportExecutionsGetOK() *ReportExecutionsGetOK

NewReportExecutionsGetOK creates a ReportExecutionsGetOK with default headers values

func (*ReportExecutionsGetOK) Code added in v0.2.33

func (o *ReportExecutionsGetOK) Code() int

Code gets the status code for the report executions get o k response

func (*ReportExecutionsGetOK) Error

func (o *ReportExecutionsGetOK) Error() string

func (*ReportExecutionsGetOK) GetPayload

func (*ReportExecutionsGetOK) IsClientError added in v0.2.27

func (o *ReportExecutionsGetOK) IsClientError() bool

IsClientError returns true when this report executions get o k response has a 4xx status code

func (*ReportExecutionsGetOK) IsCode added in v0.2.27

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

IsCode returns true when this report executions get o k response a status code equal to that given

func (*ReportExecutionsGetOK) IsRedirect added in v0.2.27

func (o *ReportExecutionsGetOK) IsRedirect() bool

IsRedirect returns true when this report executions get o k response has a 3xx status code

func (*ReportExecutionsGetOK) IsServerError added in v0.2.27

func (o *ReportExecutionsGetOK) IsServerError() bool

IsServerError returns true when this report executions get o k response has a 5xx status code

func (*ReportExecutionsGetOK) IsSuccess added in v0.2.27

func (o *ReportExecutionsGetOK) IsSuccess() bool

IsSuccess returns true when this report executions get o k response has a 2xx status code

func (*ReportExecutionsGetOK) String added in v0.2.27

func (o *ReportExecutionsGetOK) String() string

type ReportExecutionsGetParams

type ReportExecutionsGetParams struct {

	/* Ids.

	   The report_execution id to get details about.
	*/
	Ids []string

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

ReportExecutionsGetParams contains all the parameters to send to the API endpoint

for the report executions get operation.

Typically these are written to a http.Request.

func NewReportExecutionsGetParams

func NewReportExecutionsGetParams() *ReportExecutionsGetParams

NewReportExecutionsGetParams creates a new ReportExecutionsGetParams 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 NewReportExecutionsGetParamsWithContext

func NewReportExecutionsGetParamsWithContext(ctx context.Context) *ReportExecutionsGetParams

NewReportExecutionsGetParamsWithContext creates a new ReportExecutionsGetParams object with the ability to set a context for a request.

func NewReportExecutionsGetParamsWithHTTPClient

func NewReportExecutionsGetParamsWithHTTPClient(client *http.Client) *ReportExecutionsGetParams

NewReportExecutionsGetParamsWithHTTPClient creates a new ReportExecutionsGetParams object with the ability to set a custom HTTPClient for a request.

func NewReportExecutionsGetParamsWithTimeout

func NewReportExecutionsGetParamsWithTimeout(timeout time.Duration) *ReportExecutionsGetParams

NewReportExecutionsGetParamsWithTimeout creates a new ReportExecutionsGetParams object with the ability to set a timeout on a request.

func (*ReportExecutionsGetParams) SetContext

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

SetContext adds the context to the report executions get params

func (*ReportExecutionsGetParams) SetDefaults

func (o *ReportExecutionsGetParams) SetDefaults()

SetDefaults hydrates default values in the report executions get params (not the query body).

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

func (*ReportExecutionsGetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the report executions get params

func (*ReportExecutionsGetParams) SetIds

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

SetIds adds the ids to the report executions get params

func (*ReportExecutionsGetParams) SetTimeout

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

SetTimeout adds the timeout to the report executions get params

func (*ReportExecutionsGetParams) WithContext

WithContext adds the context to the report executions get params

func (*ReportExecutionsGetParams) WithDefaults

WithDefaults hydrates default values in the report executions get params (not the query body).

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

func (*ReportExecutionsGetParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the report executions get params

func (*ReportExecutionsGetParams) WithIds

WithIds adds the ids to the report executions get params

func (*ReportExecutionsGetParams) WithTimeout

WithTimeout adds the timeout to the report executions get params

func (*ReportExecutionsGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ReportExecutionsGetReader

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

ReportExecutionsGetReader is a Reader for the ReportExecutionsGet structure.

func (*ReportExecutionsGetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ReportExecutionsGetTooManyRequests

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

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

Too Many Requests

func NewReportExecutionsGetTooManyRequests

func NewReportExecutionsGetTooManyRequests() *ReportExecutionsGetTooManyRequests

NewReportExecutionsGetTooManyRequests creates a ReportExecutionsGetTooManyRequests with default headers values

func (*ReportExecutionsGetTooManyRequests) Code added in v0.2.33

Code gets the status code for the report executions get too many requests response

func (*ReportExecutionsGetTooManyRequests) Error

func (*ReportExecutionsGetTooManyRequests) GetPayload

func (*ReportExecutionsGetTooManyRequests) IsClientError added in v0.2.27

func (o *ReportExecutionsGetTooManyRequests) IsClientError() bool

IsClientError returns true when this report executions get too many requests response has a 4xx status code

func (*ReportExecutionsGetTooManyRequests) IsCode added in v0.2.27

IsCode returns true when this report executions get too many requests response a status code equal to that given

func (*ReportExecutionsGetTooManyRequests) IsRedirect added in v0.2.27

func (o *ReportExecutionsGetTooManyRequests) IsRedirect() bool

IsRedirect returns true when this report executions get too many requests response has a 3xx status code

func (*ReportExecutionsGetTooManyRequests) IsServerError added in v0.2.27

func (o *ReportExecutionsGetTooManyRequests) IsServerError() bool

IsServerError returns true when this report executions get too many requests response has a 5xx status code

func (*ReportExecutionsGetTooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this report executions get too many requests response has a 2xx status code

func (*ReportExecutionsGetTooManyRequests) String added in v0.2.27

type ReportExecutionsQueryBadRequest

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

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

Bad Request

func NewReportExecutionsQueryBadRequest

func NewReportExecutionsQueryBadRequest() *ReportExecutionsQueryBadRequest

NewReportExecutionsQueryBadRequest creates a ReportExecutionsQueryBadRequest with default headers values

func (*ReportExecutionsQueryBadRequest) Code added in v0.2.33

Code gets the status code for the report executions query bad request response

func (*ReportExecutionsQueryBadRequest) Error

func (*ReportExecutionsQueryBadRequest) GetPayload

func (*ReportExecutionsQueryBadRequest) IsClientError added in v0.2.27

func (o *ReportExecutionsQueryBadRequest) IsClientError() bool

IsClientError returns true when this report executions query bad request response has a 4xx status code

func (*ReportExecutionsQueryBadRequest) IsCode added in v0.2.27

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

IsCode returns true when this report executions query bad request response a status code equal to that given

func (*ReportExecutionsQueryBadRequest) IsRedirect added in v0.2.27

func (o *ReportExecutionsQueryBadRequest) IsRedirect() bool

IsRedirect returns true when this report executions query bad request response has a 3xx status code

func (*ReportExecutionsQueryBadRequest) IsServerError added in v0.2.27

func (o *ReportExecutionsQueryBadRequest) IsServerError() bool

IsServerError returns true when this report executions query bad request response has a 5xx status code

func (*ReportExecutionsQueryBadRequest) IsSuccess added in v0.2.27

func (o *ReportExecutionsQueryBadRequest) IsSuccess() bool

IsSuccess returns true when this report executions query bad request response has a 2xx status code

func (*ReportExecutionsQueryBadRequest) String added in v0.2.27

type ReportExecutionsQueryForbidden

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

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

Forbidden

func NewReportExecutionsQueryForbidden

func NewReportExecutionsQueryForbidden() *ReportExecutionsQueryForbidden

NewReportExecutionsQueryForbidden creates a ReportExecutionsQueryForbidden with default headers values

func (*ReportExecutionsQueryForbidden) Code added in v0.2.33

Code gets the status code for the report executions query forbidden response

func (*ReportExecutionsQueryForbidden) Error

func (*ReportExecutionsQueryForbidden) GetPayload

func (*ReportExecutionsQueryForbidden) IsClientError added in v0.2.27

func (o *ReportExecutionsQueryForbidden) IsClientError() bool

IsClientError returns true when this report executions query forbidden response has a 4xx status code

func (*ReportExecutionsQueryForbidden) IsCode added in v0.2.27

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

IsCode returns true when this report executions query forbidden response a status code equal to that given

func (*ReportExecutionsQueryForbidden) IsRedirect added in v0.2.27

func (o *ReportExecutionsQueryForbidden) IsRedirect() bool

IsRedirect returns true when this report executions query forbidden response has a 3xx status code

func (*ReportExecutionsQueryForbidden) IsServerError added in v0.2.27

func (o *ReportExecutionsQueryForbidden) IsServerError() bool

IsServerError returns true when this report executions query forbidden response has a 5xx status code

func (*ReportExecutionsQueryForbidden) IsSuccess added in v0.2.27

func (o *ReportExecutionsQueryForbidden) IsSuccess() bool

IsSuccess returns true when this report executions query forbidden response has a 2xx status code

func (*ReportExecutionsQueryForbidden) String added in v0.2.27

type ReportExecutionsQueryOK

type ReportExecutionsQueryOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaQueryResponse
}

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

OK

func NewReportExecutionsQueryOK

func NewReportExecutionsQueryOK() *ReportExecutionsQueryOK

NewReportExecutionsQueryOK creates a ReportExecutionsQueryOK with default headers values

func (*ReportExecutionsQueryOK) Code added in v0.2.33

func (o *ReportExecutionsQueryOK) Code() int

Code gets the status code for the report executions query o k response

func (*ReportExecutionsQueryOK) Error

func (o *ReportExecutionsQueryOK) Error() string

func (*ReportExecutionsQueryOK) GetPayload

func (*ReportExecutionsQueryOK) IsClientError added in v0.2.27

func (o *ReportExecutionsQueryOK) IsClientError() bool

IsClientError returns true when this report executions query o k response has a 4xx status code

func (*ReportExecutionsQueryOK) IsCode added in v0.2.27

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

IsCode returns true when this report executions query o k response a status code equal to that given

func (*ReportExecutionsQueryOK) IsRedirect added in v0.2.27

func (o *ReportExecutionsQueryOK) IsRedirect() bool

IsRedirect returns true when this report executions query o k response has a 3xx status code

func (*ReportExecutionsQueryOK) IsServerError added in v0.2.27

func (o *ReportExecutionsQueryOK) IsServerError() bool

IsServerError returns true when this report executions query o k response has a 5xx status code

func (*ReportExecutionsQueryOK) IsSuccess added in v0.2.27

func (o *ReportExecutionsQueryOK) IsSuccess() bool

IsSuccess returns true when this report executions query o k response has a 2xx status code

func (*ReportExecutionsQueryOK) String added in v0.2.27

func (o *ReportExecutionsQueryOK) String() string

type ReportExecutionsQueryParams

type ReportExecutionsQueryParams struct {

	/* Filter.

	   FQL query specifying the filter parameters. Filter term criteria: type, scheduled_report_id, status. Filter range criteria: created_on, last_updated_on, expiration_on; use any common date format, such as '2010-05-15T14:55:21.892315096Z'.
	*/
	Filter *string

	/* Limit.

	   Number of ids to return.
	*/
	Limit *int64

	/* Offset.

	   Starting index of overall result set from which to return ids.
	*/
	Offset *string

	/* Q.

	   Match query criteria, which includes all the filter string fields
	*/
	Q *string

	/* Sort.

	   Possible order by fields: created_on, last_updated_on
	*/
	Sort *string

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

ReportExecutionsQueryParams contains all the parameters to send to the API endpoint

for the report executions query operation.

Typically these are written to a http.Request.

func NewReportExecutionsQueryParams

func NewReportExecutionsQueryParams() *ReportExecutionsQueryParams

NewReportExecutionsQueryParams creates a new ReportExecutionsQueryParams 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 NewReportExecutionsQueryParamsWithContext

func NewReportExecutionsQueryParamsWithContext(ctx context.Context) *ReportExecutionsQueryParams

NewReportExecutionsQueryParamsWithContext creates a new ReportExecutionsQueryParams object with the ability to set a context for a request.

func NewReportExecutionsQueryParamsWithHTTPClient

func NewReportExecutionsQueryParamsWithHTTPClient(client *http.Client) *ReportExecutionsQueryParams

NewReportExecutionsQueryParamsWithHTTPClient creates a new ReportExecutionsQueryParams object with the ability to set a custom HTTPClient for a request.

func NewReportExecutionsQueryParamsWithTimeout

func NewReportExecutionsQueryParamsWithTimeout(timeout time.Duration) *ReportExecutionsQueryParams

NewReportExecutionsQueryParamsWithTimeout creates a new ReportExecutionsQueryParams object with the ability to set a timeout on a request.

func (*ReportExecutionsQueryParams) SetContext

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

SetContext adds the context to the report executions query params

func (*ReportExecutionsQueryParams) SetDefaults

func (o *ReportExecutionsQueryParams) SetDefaults()

SetDefaults hydrates default values in the report executions query params (not the query body).

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

func (*ReportExecutionsQueryParams) SetFilter

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

SetFilter adds the filter to the report executions query params

func (*ReportExecutionsQueryParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the report executions query params

func (*ReportExecutionsQueryParams) SetLimit

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

SetLimit adds the limit to the report executions query params

func (*ReportExecutionsQueryParams) SetOffset

func (o *ReportExecutionsQueryParams) SetOffset(offset *string)

SetOffset adds the offset to the report executions query params

func (*ReportExecutionsQueryParams) SetQ

func (o *ReportExecutionsQueryParams) SetQ(q *string)

SetQ adds the q to the report executions query params

func (*ReportExecutionsQueryParams) SetSort

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

SetSort adds the sort to the report executions query params

func (*ReportExecutionsQueryParams) SetTimeout

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

SetTimeout adds the timeout to the report executions query params

func (*ReportExecutionsQueryParams) WithContext

WithContext adds the context to the report executions query params

func (*ReportExecutionsQueryParams) WithDefaults

WithDefaults hydrates default values in the report executions query params (not the query body).

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

func (*ReportExecutionsQueryParams) WithFilter

WithFilter adds the filter to the report executions query params

func (*ReportExecutionsQueryParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the report executions query params

func (*ReportExecutionsQueryParams) WithLimit

WithLimit adds the limit to the report executions query params

func (*ReportExecutionsQueryParams) WithOffset

WithOffset adds the offset to the report executions query params

func (*ReportExecutionsQueryParams) WithQ

WithQ adds the q to the report executions query params

func (*ReportExecutionsQueryParams) WithSort

WithSort adds the sort to the report executions query params

func (*ReportExecutionsQueryParams) WithTimeout

WithTimeout adds the timeout to the report executions query params

func (*ReportExecutionsQueryParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ReportExecutionsQueryReader

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

ReportExecutionsQueryReader is a Reader for the ReportExecutionsQuery structure.

func (*ReportExecutionsQueryReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ReportExecutionsQueryTooManyRequests

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

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

Too Many Requests

func NewReportExecutionsQueryTooManyRequests

func NewReportExecutionsQueryTooManyRequests() *ReportExecutionsQueryTooManyRequests

NewReportExecutionsQueryTooManyRequests creates a ReportExecutionsQueryTooManyRequests with default headers values

func (*ReportExecutionsQueryTooManyRequests) Code added in v0.2.33

Code gets the status code for the report executions query too many requests response

func (*ReportExecutionsQueryTooManyRequests) Error

func (*ReportExecutionsQueryTooManyRequests) GetPayload

func (*ReportExecutionsQueryTooManyRequests) IsClientError added in v0.2.27

func (o *ReportExecutionsQueryTooManyRequests) IsClientError() bool

IsClientError returns true when this report executions query too many requests response has a 4xx status code

func (*ReportExecutionsQueryTooManyRequests) IsCode added in v0.2.27

IsCode returns true when this report executions query too many requests response a status code equal to that given

func (*ReportExecutionsQueryTooManyRequests) IsRedirect added in v0.2.27

IsRedirect returns true when this report executions query too many requests response has a 3xx status code

func (*ReportExecutionsQueryTooManyRequests) IsServerError added in v0.2.27

func (o *ReportExecutionsQueryTooManyRequests) IsServerError() bool

IsServerError returns true when this report executions query too many requests response has a 5xx status code

func (*ReportExecutionsQueryTooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this report executions query too many requests response has a 2xx status code

func (*ReportExecutionsQueryTooManyRequests) String added in v0.2.27

type ReportExecutionsRetryBadRequest added in v0.2.13

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

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

Bad Request

func NewReportExecutionsRetryBadRequest added in v0.2.13

func NewReportExecutionsRetryBadRequest() *ReportExecutionsRetryBadRequest

NewReportExecutionsRetryBadRequest creates a ReportExecutionsRetryBadRequest with default headers values

func (*ReportExecutionsRetryBadRequest) Code added in v0.2.33

Code gets the status code for the report executions retry bad request response

func (*ReportExecutionsRetryBadRequest) Error added in v0.2.13

func (*ReportExecutionsRetryBadRequest) GetPayload added in v0.2.13

func (*ReportExecutionsRetryBadRequest) IsClientError added in v0.2.27

func (o *ReportExecutionsRetryBadRequest) IsClientError() bool

IsClientError returns true when this report executions retry bad request response has a 4xx status code

func (*ReportExecutionsRetryBadRequest) IsCode added in v0.2.27

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

IsCode returns true when this report executions retry bad request response a status code equal to that given

func (*ReportExecutionsRetryBadRequest) IsRedirect added in v0.2.27

func (o *ReportExecutionsRetryBadRequest) IsRedirect() bool

IsRedirect returns true when this report executions retry bad request response has a 3xx status code

func (*ReportExecutionsRetryBadRequest) IsServerError added in v0.2.27

func (o *ReportExecutionsRetryBadRequest) IsServerError() bool

IsServerError returns true when this report executions retry bad request response has a 5xx status code

func (*ReportExecutionsRetryBadRequest) IsSuccess added in v0.2.27

func (o *ReportExecutionsRetryBadRequest) IsSuccess() bool

IsSuccess returns true when this report executions retry bad request response has a 2xx status code

func (*ReportExecutionsRetryBadRequest) String added in v0.2.27

type ReportExecutionsRetryForbidden added in v0.2.13

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

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

Forbidden

func NewReportExecutionsRetryForbidden added in v0.2.13

func NewReportExecutionsRetryForbidden() *ReportExecutionsRetryForbidden

NewReportExecutionsRetryForbidden creates a ReportExecutionsRetryForbidden with default headers values

func (*ReportExecutionsRetryForbidden) Code added in v0.2.33

Code gets the status code for the report executions retry forbidden response

func (*ReportExecutionsRetryForbidden) Error added in v0.2.13

func (*ReportExecutionsRetryForbidden) GetPayload added in v0.2.13

func (*ReportExecutionsRetryForbidden) IsClientError added in v0.2.27

func (o *ReportExecutionsRetryForbidden) IsClientError() bool

IsClientError returns true when this report executions retry forbidden response has a 4xx status code

func (*ReportExecutionsRetryForbidden) IsCode added in v0.2.27

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

IsCode returns true when this report executions retry forbidden response a status code equal to that given

func (*ReportExecutionsRetryForbidden) IsRedirect added in v0.2.27

func (o *ReportExecutionsRetryForbidden) IsRedirect() bool

IsRedirect returns true when this report executions retry forbidden response has a 3xx status code

func (*ReportExecutionsRetryForbidden) IsServerError added in v0.2.27

func (o *ReportExecutionsRetryForbidden) IsServerError() bool

IsServerError returns true when this report executions retry forbidden response has a 5xx status code

func (*ReportExecutionsRetryForbidden) IsSuccess added in v0.2.27

func (o *ReportExecutionsRetryForbidden) IsSuccess() bool

IsSuccess returns true when this report executions retry forbidden response has a 2xx status code

func (*ReportExecutionsRetryForbidden) String added in v0.2.27

type ReportExecutionsRetryOK added in v0.2.13

type ReportExecutionsRetryOK 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.DomainReportExecutionsResponseV1
}

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

OK

func NewReportExecutionsRetryOK added in v0.2.13

func NewReportExecutionsRetryOK() *ReportExecutionsRetryOK

NewReportExecutionsRetryOK creates a ReportExecutionsRetryOK with default headers values

func (*ReportExecutionsRetryOK) Code added in v0.2.33

func (o *ReportExecutionsRetryOK) Code() int

Code gets the status code for the report executions retry o k response

func (*ReportExecutionsRetryOK) Error added in v0.2.13

func (o *ReportExecutionsRetryOK) Error() string

func (*ReportExecutionsRetryOK) GetPayload added in v0.2.13

func (*ReportExecutionsRetryOK) IsClientError added in v0.2.27

func (o *ReportExecutionsRetryOK) IsClientError() bool

IsClientError returns true when this report executions retry o k response has a 4xx status code

func (*ReportExecutionsRetryOK) IsCode added in v0.2.27

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

IsCode returns true when this report executions retry o k response a status code equal to that given

func (*ReportExecutionsRetryOK) IsRedirect added in v0.2.27

func (o *ReportExecutionsRetryOK) IsRedirect() bool

IsRedirect returns true when this report executions retry o k response has a 3xx status code

func (*ReportExecutionsRetryOK) IsServerError added in v0.2.27

func (o *ReportExecutionsRetryOK) IsServerError() bool

IsServerError returns true when this report executions retry o k response has a 5xx status code

func (*ReportExecutionsRetryOK) IsSuccess added in v0.2.27

func (o *ReportExecutionsRetryOK) IsSuccess() bool

IsSuccess returns true when this report executions retry o k response has a 2xx status code

func (*ReportExecutionsRetryOK) String added in v0.2.27

func (o *ReportExecutionsRetryOK) String() string

type ReportExecutionsRetryParams added in v0.2.13

type ReportExecutionsRetryParams struct {

	// Body.
	Body []*models.DomainReportExecutionRetryRequestV1

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

ReportExecutionsRetryParams contains all the parameters to send to the API endpoint

for the report executions retry operation.

Typically these are written to a http.Request.

func NewReportExecutionsRetryParams added in v0.2.13

func NewReportExecutionsRetryParams() *ReportExecutionsRetryParams

NewReportExecutionsRetryParams creates a new ReportExecutionsRetryParams 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 NewReportExecutionsRetryParamsWithContext added in v0.2.13

func NewReportExecutionsRetryParamsWithContext(ctx context.Context) *ReportExecutionsRetryParams

NewReportExecutionsRetryParamsWithContext creates a new ReportExecutionsRetryParams object with the ability to set a context for a request.

func NewReportExecutionsRetryParamsWithHTTPClient added in v0.2.13

func NewReportExecutionsRetryParamsWithHTTPClient(client *http.Client) *ReportExecutionsRetryParams

NewReportExecutionsRetryParamsWithHTTPClient creates a new ReportExecutionsRetryParams object with the ability to set a custom HTTPClient for a request.

func NewReportExecutionsRetryParamsWithTimeout added in v0.2.13

func NewReportExecutionsRetryParamsWithTimeout(timeout time.Duration) *ReportExecutionsRetryParams

NewReportExecutionsRetryParamsWithTimeout creates a new ReportExecutionsRetryParams object with the ability to set a timeout on a request.

func (*ReportExecutionsRetryParams) SetBody added in v0.2.13

SetBody adds the body to the report executions retry params

func (*ReportExecutionsRetryParams) SetContext added in v0.2.13

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

SetContext adds the context to the report executions retry params

func (*ReportExecutionsRetryParams) SetDefaults added in v0.2.13

func (o *ReportExecutionsRetryParams) SetDefaults()

SetDefaults hydrates default values in the report executions retry params (not the query body).

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

func (*ReportExecutionsRetryParams) SetHTTPClient added in v0.2.13

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

SetHTTPClient adds the HTTPClient to the report executions retry params

func (*ReportExecutionsRetryParams) SetTimeout added in v0.2.13

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

SetTimeout adds the timeout to the report executions retry params

func (*ReportExecutionsRetryParams) WithBody added in v0.2.13

WithBody adds the body to the report executions retry params

func (*ReportExecutionsRetryParams) WithContext added in v0.2.13

WithContext adds the context to the report executions retry params

func (*ReportExecutionsRetryParams) WithDefaults added in v0.2.13

WithDefaults hydrates default values in the report executions retry params (not the query body).

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

func (*ReportExecutionsRetryParams) WithHTTPClient added in v0.2.13

WithHTTPClient adds the HTTPClient to the report executions retry params

func (*ReportExecutionsRetryParams) WithTimeout added in v0.2.13

WithTimeout adds the timeout to the report executions retry params

func (*ReportExecutionsRetryParams) WriteToRequest added in v0.2.13

WriteToRequest writes these params to a swagger request

type ReportExecutionsRetryReader added in v0.2.13

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

ReportExecutionsRetryReader is a Reader for the ReportExecutionsRetry structure.

func (*ReportExecutionsRetryReader) ReadResponse added in v0.2.13

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

ReadResponse reads a server response into the received o.

type ReportExecutionsRetryTooManyRequests added in v0.2.13

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

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

Too Many Requests

func NewReportExecutionsRetryTooManyRequests added in v0.2.13

func NewReportExecutionsRetryTooManyRequests() *ReportExecutionsRetryTooManyRequests

NewReportExecutionsRetryTooManyRequests creates a ReportExecutionsRetryTooManyRequests with default headers values

func (*ReportExecutionsRetryTooManyRequests) Code added in v0.2.33

Code gets the status code for the report executions retry too many requests response

func (*ReportExecutionsRetryTooManyRequests) Error added in v0.2.13

func (*ReportExecutionsRetryTooManyRequests) GetPayload added in v0.2.13

func (*ReportExecutionsRetryTooManyRequests) IsClientError added in v0.2.27

func (o *ReportExecutionsRetryTooManyRequests) IsClientError() bool

IsClientError returns true when this report executions retry too many requests response has a 4xx status code

func (*ReportExecutionsRetryTooManyRequests) IsCode added in v0.2.27

IsCode returns true when this report executions retry too many requests response a status code equal to that given

func (*ReportExecutionsRetryTooManyRequests) IsRedirect added in v0.2.27

IsRedirect returns true when this report executions retry too many requests response has a 3xx status code

func (*ReportExecutionsRetryTooManyRequests) IsServerError added in v0.2.27

func (o *ReportExecutionsRetryTooManyRequests) IsServerError() bool

IsServerError returns true when this report executions retry too many requests response has a 5xx status code

func (*ReportExecutionsRetryTooManyRequests) IsSuccess added in v0.2.27

IsSuccess returns true when this report executions retry too many requests response has a 2xx status code

func (*ReportExecutionsRetryTooManyRequests) String added in v0.2.27

Jump to

Keyboard shortcuts

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