audit

package
v0.0.0-...-e2f0fdc Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2023 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 API

type API interface {
	/*
	   GetAuditsQueryRealtimeServicemapping gets service mapping information used in realtime audits
	*/
	GetAuditsQueryRealtimeServicemapping(ctx context.Context, params *GetAuditsQueryRealtimeServicemappingParams) (*GetAuditsQueryRealtimeServicemappingOK, error)
	/*
	   GetAuditsQueryServicemapping gets service mapping information used in audits
	*/
	GetAuditsQueryServicemapping(ctx context.Context, params *GetAuditsQueryServicemappingParams) (*GetAuditsQueryServicemappingOK, error)
	/*
	   GetAuditsQueryTransactionID gets status of audit query execution
	*/
	GetAuditsQueryTransactionID(ctx context.Context, params *GetAuditsQueryTransactionIDParams) (*GetAuditsQueryTransactionIDOK, *GetAuditsQueryTransactionIDAccepted, error)
	/*
	   GetAuditsQueryTransactionIDResults gets results of audit query
	*/
	GetAuditsQueryTransactionIDResults(ctx context.Context, params *GetAuditsQueryTransactionIDResultsParams) (*GetAuditsQueryTransactionIDResultsOK, error)
	/*
	   PostAuditsQuery creates audit query execution
	*/
	PostAuditsQuery(ctx context.Context, params *PostAuditsQueryParams) (*PostAuditsQueryOK, *PostAuditsQueryAccepted, error)
	/*
	   PostAuditsQueryRealtime this endpoint will only retrieve 14 days worth of audits for certain services please use query to get a full list and older audits
	*/
	PostAuditsQueryRealtime(ctx context.Context, params *PostAuditsQueryRealtimeParams) (*PostAuditsQueryRealtimeOK, error)
}

API is the interface of the audit client

type Client

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

Client for audit API

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry, authInfo runtime.ClientAuthInfoWriter) *Client

New creates a new audit API client.

func (*Client) GetAuditsQueryRealtimeServicemapping

func (a *Client) GetAuditsQueryRealtimeServicemapping(ctx context.Context, params *GetAuditsQueryRealtimeServicemappingParams) (*GetAuditsQueryRealtimeServicemappingOK, error)

GetAuditsQueryRealtimeServicemapping gets service mapping information used in realtime audits

func (*Client) GetAuditsQueryServicemapping

func (a *Client) GetAuditsQueryServicemapping(ctx context.Context, params *GetAuditsQueryServicemappingParams) (*GetAuditsQueryServicemappingOK, error)

GetAuditsQueryServicemapping gets service mapping information used in audits

func (*Client) GetAuditsQueryTransactionID

GetAuditsQueryTransactionID gets status of audit query execution

func (*Client) GetAuditsQueryTransactionIDResults

func (a *Client) GetAuditsQueryTransactionIDResults(ctx context.Context, params *GetAuditsQueryTransactionIDResultsParams) (*GetAuditsQueryTransactionIDResultsOK, error)

GetAuditsQueryTransactionIDResults gets results of audit query

func (*Client) PostAuditsQuery

PostAuditsQuery creates audit query execution

func (*Client) PostAuditsQueryRealtime

func (a *Client) PostAuditsQueryRealtime(ctx context.Context, params *PostAuditsQueryRealtimeParams) (*PostAuditsQueryRealtimeOK, error)

PostAuditsQueryRealtime this endpoint will only retrieve 14 days worth of audits for certain services please use query to get a full list and older audits

type GetAuditsQueryRealtimeServicemappingBadRequest

type GetAuditsQueryRealtimeServicemappingBadRequest struct {
	Payload *models.ErrorBody
}

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

The request could not be understood by the server due to malformed syntax.

func NewGetAuditsQueryRealtimeServicemappingBadRequest

func NewGetAuditsQueryRealtimeServicemappingBadRequest() *GetAuditsQueryRealtimeServicemappingBadRequest

NewGetAuditsQueryRealtimeServicemappingBadRequest creates a GetAuditsQueryRealtimeServicemappingBadRequest with default headers values

func (*GetAuditsQueryRealtimeServicemappingBadRequest) Error

func (*GetAuditsQueryRealtimeServicemappingBadRequest) GetPayload

func (*GetAuditsQueryRealtimeServicemappingBadRequest) IsClientError

IsClientError returns true when this get audits query realtime servicemapping bad request response has a 4xx status code

func (*GetAuditsQueryRealtimeServicemappingBadRequest) IsCode

IsCode returns true when this get audits query realtime servicemapping bad request response a status code equal to that given

func (*GetAuditsQueryRealtimeServicemappingBadRequest) IsRedirect

IsRedirect returns true when this get audits query realtime servicemapping bad request response has a 3xx status code

func (*GetAuditsQueryRealtimeServicemappingBadRequest) IsServerError

IsServerError returns true when this get audits query realtime servicemapping bad request response has a 5xx status code

func (*GetAuditsQueryRealtimeServicemappingBadRequest) IsSuccess

IsSuccess returns true when this get audits query realtime servicemapping bad request response has a 2xx status code

func (*GetAuditsQueryRealtimeServicemappingBadRequest) String

type GetAuditsQueryRealtimeServicemappingForbidden

type GetAuditsQueryRealtimeServicemappingForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetAuditsQueryRealtimeServicemappingForbidden

func NewGetAuditsQueryRealtimeServicemappingForbidden() *GetAuditsQueryRealtimeServicemappingForbidden

NewGetAuditsQueryRealtimeServicemappingForbidden creates a GetAuditsQueryRealtimeServicemappingForbidden with default headers values

func (*GetAuditsQueryRealtimeServicemappingForbidden) Error

func (*GetAuditsQueryRealtimeServicemappingForbidden) GetPayload

func (*GetAuditsQueryRealtimeServicemappingForbidden) IsClientError

IsClientError returns true when this get audits query realtime servicemapping forbidden response has a 4xx status code

func (*GetAuditsQueryRealtimeServicemappingForbidden) IsCode

IsCode returns true when this get audits query realtime servicemapping forbidden response a status code equal to that given

func (*GetAuditsQueryRealtimeServicemappingForbidden) IsRedirect

IsRedirect returns true when this get audits query realtime servicemapping forbidden response has a 3xx status code

func (*GetAuditsQueryRealtimeServicemappingForbidden) IsServerError

IsServerError returns true when this get audits query realtime servicemapping forbidden response has a 5xx status code

func (*GetAuditsQueryRealtimeServicemappingForbidden) IsSuccess

IsSuccess returns true when this get audits query realtime servicemapping forbidden response has a 2xx status code

func (*GetAuditsQueryRealtimeServicemappingForbidden) String

type GetAuditsQueryRealtimeServicemappingGatewayTimeout

type GetAuditsQueryRealtimeServicemappingGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetAuditsQueryRealtimeServicemappingGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetAuditsQueryRealtimeServicemappingGatewayTimeout

func NewGetAuditsQueryRealtimeServicemappingGatewayTimeout() *GetAuditsQueryRealtimeServicemappingGatewayTimeout

NewGetAuditsQueryRealtimeServicemappingGatewayTimeout creates a GetAuditsQueryRealtimeServicemappingGatewayTimeout with default headers values

func (*GetAuditsQueryRealtimeServicemappingGatewayTimeout) Error

func (*GetAuditsQueryRealtimeServicemappingGatewayTimeout) GetPayload

func (*GetAuditsQueryRealtimeServicemappingGatewayTimeout) IsClientError

IsClientError returns true when this get audits query realtime servicemapping gateway timeout response has a 4xx status code

func (*GetAuditsQueryRealtimeServicemappingGatewayTimeout) IsCode

IsCode returns true when this get audits query realtime servicemapping gateway timeout response a status code equal to that given

func (*GetAuditsQueryRealtimeServicemappingGatewayTimeout) IsRedirect

IsRedirect returns true when this get audits query realtime servicemapping gateway timeout response has a 3xx status code

func (*GetAuditsQueryRealtimeServicemappingGatewayTimeout) IsServerError

IsServerError returns true when this get audits query realtime servicemapping gateway timeout response has a 5xx status code

func (*GetAuditsQueryRealtimeServicemappingGatewayTimeout) IsSuccess

IsSuccess returns true when this get audits query realtime servicemapping gateway timeout response has a 2xx status code

func (*GetAuditsQueryRealtimeServicemappingGatewayTimeout) String

type GetAuditsQueryRealtimeServicemappingInternalServerError

type GetAuditsQueryRealtimeServicemappingInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetAuditsQueryRealtimeServicemappingInternalServerError

func NewGetAuditsQueryRealtimeServicemappingInternalServerError() *GetAuditsQueryRealtimeServicemappingInternalServerError

NewGetAuditsQueryRealtimeServicemappingInternalServerError creates a GetAuditsQueryRealtimeServicemappingInternalServerError with default headers values

func (*GetAuditsQueryRealtimeServicemappingInternalServerError) Error

func (*GetAuditsQueryRealtimeServicemappingInternalServerError) GetPayload

func (*GetAuditsQueryRealtimeServicemappingInternalServerError) IsClientError

IsClientError returns true when this get audits query realtime servicemapping internal server error response has a 4xx status code

func (*GetAuditsQueryRealtimeServicemappingInternalServerError) IsCode

IsCode returns true when this get audits query realtime servicemapping internal server error response a status code equal to that given

func (*GetAuditsQueryRealtimeServicemappingInternalServerError) IsRedirect

IsRedirect returns true when this get audits query realtime servicemapping internal server error response has a 3xx status code

func (*GetAuditsQueryRealtimeServicemappingInternalServerError) IsServerError

IsServerError returns true when this get audits query realtime servicemapping internal server error response has a 5xx status code

func (*GetAuditsQueryRealtimeServicemappingInternalServerError) IsSuccess

IsSuccess returns true when this get audits query realtime servicemapping internal server error response has a 2xx status code

func (*GetAuditsQueryRealtimeServicemappingInternalServerError) String

type GetAuditsQueryRealtimeServicemappingNotFound

type GetAuditsQueryRealtimeServicemappingNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetAuditsQueryRealtimeServicemappingNotFound

func NewGetAuditsQueryRealtimeServicemappingNotFound() *GetAuditsQueryRealtimeServicemappingNotFound

NewGetAuditsQueryRealtimeServicemappingNotFound creates a GetAuditsQueryRealtimeServicemappingNotFound with default headers values

func (*GetAuditsQueryRealtimeServicemappingNotFound) Error

func (*GetAuditsQueryRealtimeServicemappingNotFound) GetPayload

func (*GetAuditsQueryRealtimeServicemappingNotFound) IsClientError

IsClientError returns true when this get audits query realtime servicemapping not found response has a 4xx status code

func (*GetAuditsQueryRealtimeServicemappingNotFound) IsCode

IsCode returns true when this get audits query realtime servicemapping not found response a status code equal to that given

func (*GetAuditsQueryRealtimeServicemappingNotFound) IsRedirect

IsRedirect returns true when this get audits query realtime servicemapping not found response has a 3xx status code

func (*GetAuditsQueryRealtimeServicemappingNotFound) IsServerError

IsServerError returns true when this get audits query realtime servicemapping not found response has a 5xx status code

func (*GetAuditsQueryRealtimeServicemappingNotFound) IsSuccess

IsSuccess returns true when this get audits query realtime servicemapping not found response has a 2xx status code

func (*GetAuditsQueryRealtimeServicemappingNotFound) String

type GetAuditsQueryRealtimeServicemappingOK

type GetAuditsQueryRealtimeServicemappingOK struct {
	Payload *models.AuditQueryServiceMapping
}

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

successful operation

func NewGetAuditsQueryRealtimeServicemappingOK

func NewGetAuditsQueryRealtimeServicemappingOK() *GetAuditsQueryRealtimeServicemappingOK

NewGetAuditsQueryRealtimeServicemappingOK creates a GetAuditsQueryRealtimeServicemappingOK with default headers values

func (*GetAuditsQueryRealtimeServicemappingOK) Error

func (*GetAuditsQueryRealtimeServicemappingOK) GetPayload

func (*GetAuditsQueryRealtimeServicemappingOK) IsClientError

func (o *GetAuditsQueryRealtimeServicemappingOK) IsClientError() bool

IsClientError returns true when this get audits query realtime servicemapping o k response has a 4xx status code

func (*GetAuditsQueryRealtimeServicemappingOK) IsCode

IsCode returns true when this get audits query realtime servicemapping o k response a status code equal to that given

func (*GetAuditsQueryRealtimeServicemappingOK) IsRedirect

IsRedirect returns true when this get audits query realtime servicemapping o k response has a 3xx status code

func (*GetAuditsQueryRealtimeServicemappingOK) IsServerError

func (o *GetAuditsQueryRealtimeServicemappingOK) IsServerError() bool

IsServerError returns true when this get audits query realtime servicemapping o k response has a 5xx status code

func (*GetAuditsQueryRealtimeServicemappingOK) IsSuccess

IsSuccess returns true when this get audits query realtime servicemapping o k response has a 2xx status code

func (*GetAuditsQueryRealtimeServicemappingOK) String

type GetAuditsQueryRealtimeServicemappingParams

type GetAuditsQueryRealtimeServicemappingParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetAuditsQueryRealtimeServicemappingParams contains all the parameters to send to the API endpoint

for the get audits query realtime servicemapping operation.

Typically these are written to a http.Request.

func NewGetAuditsQueryRealtimeServicemappingParams

func NewGetAuditsQueryRealtimeServicemappingParams() *GetAuditsQueryRealtimeServicemappingParams

NewGetAuditsQueryRealtimeServicemappingParams creates a new GetAuditsQueryRealtimeServicemappingParams 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 NewGetAuditsQueryRealtimeServicemappingParamsWithContext

func NewGetAuditsQueryRealtimeServicemappingParamsWithContext(ctx context.Context) *GetAuditsQueryRealtimeServicemappingParams

NewGetAuditsQueryRealtimeServicemappingParamsWithContext creates a new GetAuditsQueryRealtimeServicemappingParams object with the ability to set a context for a request.

func NewGetAuditsQueryRealtimeServicemappingParamsWithHTTPClient

func NewGetAuditsQueryRealtimeServicemappingParamsWithHTTPClient(client *http.Client) *GetAuditsQueryRealtimeServicemappingParams

NewGetAuditsQueryRealtimeServicemappingParamsWithHTTPClient creates a new GetAuditsQueryRealtimeServicemappingParams object with the ability to set a custom HTTPClient for a request.

func NewGetAuditsQueryRealtimeServicemappingParamsWithTimeout

func NewGetAuditsQueryRealtimeServicemappingParamsWithTimeout(timeout time.Duration) *GetAuditsQueryRealtimeServicemappingParams

NewGetAuditsQueryRealtimeServicemappingParamsWithTimeout creates a new GetAuditsQueryRealtimeServicemappingParams object with the ability to set a timeout on a request.

func (*GetAuditsQueryRealtimeServicemappingParams) SetContext

SetContext adds the context to the get audits query realtime servicemapping params

func (*GetAuditsQueryRealtimeServicemappingParams) SetDefaults

SetDefaults hydrates default values in the get audits query realtime servicemapping params (not the query body).

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

func (*GetAuditsQueryRealtimeServicemappingParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get audits query realtime servicemapping params

func (*GetAuditsQueryRealtimeServicemappingParams) SetTimeout

SetTimeout adds the timeout to the get audits query realtime servicemapping params

func (*GetAuditsQueryRealtimeServicemappingParams) WithContext

WithContext adds the context to the get audits query realtime servicemapping params

func (*GetAuditsQueryRealtimeServicemappingParams) WithDefaults

WithDefaults hydrates default values in the get audits query realtime servicemapping params (not the query body).

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

func (*GetAuditsQueryRealtimeServicemappingParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get audits query realtime servicemapping params

func (*GetAuditsQueryRealtimeServicemappingParams) WithTimeout

WithTimeout adds the timeout to the get audits query realtime servicemapping params

func (*GetAuditsQueryRealtimeServicemappingParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAuditsQueryRealtimeServicemappingReader

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

GetAuditsQueryRealtimeServicemappingReader is a Reader for the GetAuditsQueryRealtimeServicemapping structure.

func (*GetAuditsQueryRealtimeServicemappingReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAuditsQueryRealtimeServicemappingRequestEntityTooLarge

type GetAuditsQueryRealtimeServicemappingRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetAuditsQueryRealtimeServicemappingRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetAuditsQueryRealtimeServicemappingRequestEntityTooLarge

func NewGetAuditsQueryRealtimeServicemappingRequestEntityTooLarge() *GetAuditsQueryRealtimeServicemappingRequestEntityTooLarge

NewGetAuditsQueryRealtimeServicemappingRequestEntityTooLarge creates a GetAuditsQueryRealtimeServicemappingRequestEntityTooLarge with default headers values

func (*GetAuditsQueryRealtimeServicemappingRequestEntityTooLarge) Error

func (*GetAuditsQueryRealtimeServicemappingRequestEntityTooLarge) GetPayload

func (*GetAuditsQueryRealtimeServicemappingRequestEntityTooLarge) IsClientError

IsClientError returns true when this get audits query realtime servicemapping request entity too large response has a 4xx status code

func (*GetAuditsQueryRealtimeServicemappingRequestEntityTooLarge) IsCode

IsCode returns true when this get audits query realtime servicemapping request entity too large response a status code equal to that given

func (*GetAuditsQueryRealtimeServicemappingRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get audits query realtime servicemapping request entity too large response has a 3xx status code

func (*GetAuditsQueryRealtimeServicemappingRequestEntityTooLarge) IsServerError

IsServerError returns true when this get audits query realtime servicemapping request entity too large response has a 5xx status code

func (*GetAuditsQueryRealtimeServicemappingRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get audits query realtime servicemapping request entity too large response has a 2xx status code

func (*GetAuditsQueryRealtimeServicemappingRequestEntityTooLarge) String

type GetAuditsQueryRealtimeServicemappingRequestTimeout

type GetAuditsQueryRealtimeServicemappingRequestTimeout struct {
	Payload *models.ErrorBody
}

GetAuditsQueryRealtimeServicemappingRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetAuditsQueryRealtimeServicemappingRequestTimeout

func NewGetAuditsQueryRealtimeServicemappingRequestTimeout() *GetAuditsQueryRealtimeServicemappingRequestTimeout

NewGetAuditsQueryRealtimeServicemappingRequestTimeout creates a GetAuditsQueryRealtimeServicemappingRequestTimeout with default headers values

func (*GetAuditsQueryRealtimeServicemappingRequestTimeout) Error

func (*GetAuditsQueryRealtimeServicemappingRequestTimeout) GetPayload

func (*GetAuditsQueryRealtimeServicemappingRequestTimeout) IsClientError

IsClientError returns true when this get audits query realtime servicemapping request timeout response has a 4xx status code

func (*GetAuditsQueryRealtimeServicemappingRequestTimeout) IsCode

IsCode returns true when this get audits query realtime servicemapping request timeout response a status code equal to that given

func (*GetAuditsQueryRealtimeServicemappingRequestTimeout) IsRedirect

IsRedirect returns true when this get audits query realtime servicemapping request timeout response has a 3xx status code

func (*GetAuditsQueryRealtimeServicemappingRequestTimeout) IsServerError

IsServerError returns true when this get audits query realtime servicemapping request timeout response has a 5xx status code

func (*GetAuditsQueryRealtimeServicemappingRequestTimeout) IsSuccess

IsSuccess returns true when this get audits query realtime servicemapping request timeout response has a 2xx status code

func (*GetAuditsQueryRealtimeServicemappingRequestTimeout) String

type GetAuditsQueryRealtimeServicemappingServiceUnavailable

type GetAuditsQueryRealtimeServicemappingServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetAuditsQueryRealtimeServicemappingServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetAuditsQueryRealtimeServicemappingServiceUnavailable

func NewGetAuditsQueryRealtimeServicemappingServiceUnavailable() *GetAuditsQueryRealtimeServicemappingServiceUnavailable

NewGetAuditsQueryRealtimeServicemappingServiceUnavailable creates a GetAuditsQueryRealtimeServicemappingServiceUnavailable with default headers values

func (*GetAuditsQueryRealtimeServicemappingServiceUnavailable) Error

func (*GetAuditsQueryRealtimeServicemappingServiceUnavailable) GetPayload

func (*GetAuditsQueryRealtimeServicemappingServiceUnavailable) IsClientError

IsClientError returns true when this get audits query realtime servicemapping service unavailable response has a 4xx status code

func (*GetAuditsQueryRealtimeServicemappingServiceUnavailable) IsCode

IsCode returns true when this get audits query realtime servicemapping service unavailable response a status code equal to that given

func (*GetAuditsQueryRealtimeServicemappingServiceUnavailable) IsRedirect

IsRedirect returns true when this get audits query realtime servicemapping service unavailable response has a 3xx status code

func (*GetAuditsQueryRealtimeServicemappingServiceUnavailable) IsServerError

IsServerError returns true when this get audits query realtime servicemapping service unavailable response has a 5xx status code

func (*GetAuditsQueryRealtimeServicemappingServiceUnavailable) IsSuccess

IsSuccess returns true when this get audits query realtime servicemapping service unavailable response has a 2xx status code

func (*GetAuditsQueryRealtimeServicemappingServiceUnavailable) String

type GetAuditsQueryRealtimeServicemappingTooManyRequests

type GetAuditsQueryRealtimeServicemappingTooManyRequests struct {
	Payload *models.ErrorBody
}

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

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetAuditsQueryRealtimeServicemappingTooManyRequests

func NewGetAuditsQueryRealtimeServicemappingTooManyRequests() *GetAuditsQueryRealtimeServicemappingTooManyRequests

NewGetAuditsQueryRealtimeServicemappingTooManyRequests creates a GetAuditsQueryRealtimeServicemappingTooManyRequests with default headers values

func (*GetAuditsQueryRealtimeServicemappingTooManyRequests) Error

func (*GetAuditsQueryRealtimeServicemappingTooManyRequests) GetPayload

func (*GetAuditsQueryRealtimeServicemappingTooManyRequests) IsClientError

IsClientError returns true when this get audits query realtime servicemapping too many requests response has a 4xx status code

func (*GetAuditsQueryRealtimeServicemappingTooManyRequests) IsCode

IsCode returns true when this get audits query realtime servicemapping too many requests response a status code equal to that given

func (*GetAuditsQueryRealtimeServicemappingTooManyRequests) IsRedirect

IsRedirect returns true when this get audits query realtime servicemapping too many requests response has a 3xx status code

func (*GetAuditsQueryRealtimeServicemappingTooManyRequests) IsServerError

IsServerError returns true when this get audits query realtime servicemapping too many requests response has a 5xx status code

func (*GetAuditsQueryRealtimeServicemappingTooManyRequests) IsSuccess

IsSuccess returns true when this get audits query realtime servicemapping too many requests response has a 2xx status code

func (*GetAuditsQueryRealtimeServicemappingTooManyRequests) String

type GetAuditsQueryRealtimeServicemappingUnauthorized

type GetAuditsQueryRealtimeServicemappingUnauthorized struct {
	Payload *models.ErrorBody
}

GetAuditsQueryRealtimeServicemappingUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetAuditsQueryRealtimeServicemappingUnauthorized

func NewGetAuditsQueryRealtimeServicemappingUnauthorized() *GetAuditsQueryRealtimeServicemappingUnauthorized

NewGetAuditsQueryRealtimeServicemappingUnauthorized creates a GetAuditsQueryRealtimeServicemappingUnauthorized with default headers values

func (*GetAuditsQueryRealtimeServicemappingUnauthorized) Error

func (*GetAuditsQueryRealtimeServicemappingUnauthorized) GetPayload

func (*GetAuditsQueryRealtimeServicemappingUnauthorized) IsClientError

IsClientError returns true when this get audits query realtime servicemapping unauthorized response has a 4xx status code

func (*GetAuditsQueryRealtimeServicemappingUnauthorized) IsCode

IsCode returns true when this get audits query realtime servicemapping unauthorized response a status code equal to that given

func (*GetAuditsQueryRealtimeServicemappingUnauthorized) IsRedirect

IsRedirect returns true when this get audits query realtime servicemapping unauthorized response has a 3xx status code

func (*GetAuditsQueryRealtimeServicemappingUnauthorized) IsServerError

IsServerError returns true when this get audits query realtime servicemapping unauthorized response has a 5xx status code

func (*GetAuditsQueryRealtimeServicemappingUnauthorized) IsSuccess

IsSuccess returns true when this get audits query realtime servicemapping unauthorized response has a 2xx status code

func (*GetAuditsQueryRealtimeServicemappingUnauthorized) String

type GetAuditsQueryRealtimeServicemappingUnsupportedMediaType

type GetAuditsQueryRealtimeServicemappingUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetAuditsQueryRealtimeServicemappingUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetAuditsQueryRealtimeServicemappingUnsupportedMediaType

func NewGetAuditsQueryRealtimeServicemappingUnsupportedMediaType() *GetAuditsQueryRealtimeServicemappingUnsupportedMediaType

NewGetAuditsQueryRealtimeServicemappingUnsupportedMediaType creates a GetAuditsQueryRealtimeServicemappingUnsupportedMediaType with default headers values

func (*GetAuditsQueryRealtimeServicemappingUnsupportedMediaType) Error

func (*GetAuditsQueryRealtimeServicemappingUnsupportedMediaType) GetPayload

func (*GetAuditsQueryRealtimeServicemappingUnsupportedMediaType) IsClientError

IsClientError returns true when this get audits query realtime servicemapping unsupported media type response has a 4xx status code

func (*GetAuditsQueryRealtimeServicemappingUnsupportedMediaType) IsCode

IsCode returns true when this get audits query realtime servicemapping unsupported media type response a status code equal to that given

func (*GetAuditsQueryRealtimeServicemappingUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get audits query realtime servicemapping unsupported media type response has a 3xx status code

func (*GetAuditsQueryRealtimeServicemappingUnsupportedMediaType) IsServerError

IsServerError returns true when this get audits query realtime servicemapping unsupported media type response has a 5xx status code

func (*GetAuditsQueryRealtimeServicemappingUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get audits query realtime servicemapping unsupported media type response has a 2xx status code

func (*GetAuditsQueryRealtimeServicemappingUnsupportedMediaType) String

type GetAuditsQueryServicemappingBadRequest

type GetAuditsQueryServicemappingBadRequest struct {
	Payload *models.ErrorBody
}

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

The request could not be understood by the server due to malformed syntax.

func NewGetAuditsQueryServicemappingBadRequest

func NewGetAuditsQueryServicemappingBadRequest() *GetAuditsQueryServicemappingBadRequest

NewGetAuditsQueryServicemappingBadRequest creates a GetAuditsQueryServicemappingBadRequest with default headers values

func (*GetAuditsQueryServicemappingBadRequest) Error

func (*GetAuditsQueryServicemappingBadRequest) GetPayload

func (*GetAuditsQueryServicemappingBadRequest) IsClientError

func (o *GetAuditsQueryServicemappingBadRequest) IsClientError() bool

IsClientError returns true when this get audits query servicemapping bad request response has a 4xx status code

func (*GetAuditsQueryServicemappingBadRequest) IsCode

IsCode returns true when this get audits query servicemapping bad request response a status code equal to that given

func (*GetAuditsQueryServicemappingBadRequest) IsRedirect

IsRedirect returns true when this get audits query servicemapping bad request response has a 3xx status code

func (*GetAuditsQueryServicemappingBadRequest) IsServerError

func (o *GetAuditsQueryServicemappingBadRequest) IsServerError() bool

IsServerError returns true when this get audits query servicemapping bad request response has a 5xx status code

func (*GetAuditsQueryServicemappingBadRequest) IsSuccess

IsSuccess returns true when this get audits query servicemapping bad request response has a 2xx status code

func (*GetAuditsQueryServicemappingBadRequest) String

type GetAuditsQueryServicemappingForbidden

type GetAuditsQueryServicemappingForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetAuditsQueryServicemappingForbidden

func NewGetAuditsQueryServicemappingForbidden() *GetAuditsQueryServicemappingForbidden

NewGetAuditsQueryServicemappingForbidden creates a GetAuditsQueryServicemappingForbidden with default headers values

func (*GetAuditsQueryServicemappingForbidden) Error

func (*GetAuditsQueryServicemappingForbidden) GetPayload

func (*GetAuditsQueryServicemappingForbidden) IsClientError

func (o *GetAuditsQueryServicemappingForbidden) IsClientError() bool

IsClientError returns true when this get audits query servicemapping forbidden response has a 4xx status code

func (*GetAuditsQueryServicemappingForbidden) IsCode

IsCode returns true when this get audits query servicemapping forbidden response a status code equal to that given

func (*GetAuditsQueryServicemappingForbidden) IsRedirect

IsRedirect returns true when this get audits query servicemapping forbidden response has a 3xx status code

func (*GetAuditsQueryServicemappingForbidden) IsServerError

func (o *GetAuditsQueryServicemappingForbidden) IsServerError() bool

IsServerError returns true when this get audits query servicemapping forbidden response has a 5xx status code

func (*GetAuditsQueryServicemappingForbidden) IsSuccess

IsSuccess returns true when this get audits query servicemapping forbidden response has a 2xx status code

func (*GetAuditsQueryServicemappingForbidden) String

type GetAuditsQueryServicemappingGatewayTimeout

type GetAuditsQueryServicemappingGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetAuditsQueryServicemappingGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetAuditsQueryServicemappingGatewayTimeout

func NewGetAuditsQueryServicemappingGatewayTimeout() *GetAuditsQueryServicemappingGatewayTimeout

NewGetAuditsQueryServicemappingGatewayTimeout creates a GetAuditsQueryServicemappingGatewayTimeout with default headers values

func (*GetAuditsQueryServicemappingGatewayTimeout) Error

func (*GetAuditsQueryServicemappingGatewayTimeout) GetPayload

func (*GetAuditsQueryServicemappingGatewayTimeout) IsClientError

IsClientError returns true when this get audits query servicemapping gateway timeout response has a 4xx status code

func (*GetAuditsQueryServicemappingGatewayTimeout) IsCode

IsCode returns true when this get audits query servicemapping gateway timeout response a status code equal to that given

func (*GetAuditsQueryServicemappingGatewayTimeout) IsRedirect

IsRedirect returns true when this get audits query servicemapping gateway timeout response has a 3xx status code

func (*GetAuditsQueryServicemappingGatewayTimeout) IsServerError

IsServerError returns true when this get audits query servicemapping gateway timeout response has a 5xx status code

func (*GetAuditsQueryServicemappingGatewayTimeout) IsSuccess

IsSuccess returns true when this get audits query servicemapping gateway timeout response has a 2xx status code

func (*GetAuditsQueryServicemappingGatewayTimeout) String

type GetAuditsQueryServicemappingInternalServerError

type GetAuditsQueryServicemappingInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetAuditsQueryServicemappingInternalServerError

func NewGetAuditsQueryServicemappingInternalServerError() *GetAuditsQueryServicemappingInternalServerError

NewGetAuditsQueryServicemappingInternalServerError creates a GetAuditsQueryServicemappingInternalServerError with default headers values

func (*GetAuditsQueryServicemappingInternalServerError) Error

func (*GetAuditsQueryServicemappingInternalServerError) GetPayload

func (*GetAuditsQueryServicemappingInternalServerError) IsClientError

IsClientError returns true when this get audits query servicemapping internal server error response has a 4xx status code

func (*GetAuditsQueryServicemappingInternalServerError) IsCode

IsCode returns true when this get audits query servicemapping internal server error response a status code equal to that given

func (*GetAuditsQueryServicemappingInternalServerError) IsRedirect

IsRedirect returns true when this get audits query servicemapping internal server error response has a 3xx status code

func (*GetAuditsQueryServicemappingInternalServerError) IsServerError

IsServerError returns true when this get audits query servicemapping internal server error response has a 5xx status code

func (*GetAuditsQueryServicemappingInternalServerError) IsSuccess

IsSuccess returns true when this get audits query servicemapping internal server error response has a 2xx status code

func (*GetAuditsQueryServicemappingInternalServerError) String

type GetAuditsQueryServicemappingNotFound

type GetAuditsQueryServicemappingNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetAuditsQueryServicemappingNotFound

func NewGetAuditsQueryServicemappingNotFound() *GetAuditsQueryServicemappingNotFound

NewGetAuditsQueryServicemappingNotFound creates a GetAuditsQueryServicemappingNotFound with default headers values

func (*GetAuditsQueryServicemappingNotFound) Error

func (*GetAuditsQueryServicemappingNotFound) GetPayload

func (*GetAuditsQueryServicemappingNotFound) IsClientError

func (o *GetAuditsQueryServicemappingNotFound) IsClientError() bool

IsClientError returns true when this get audits query servicemapping not found response has a 4xx status code

func (*GetAuditsQueryServicemappingNotFound) IsCode

IsCode returns true when this get audits query servicemapping not found response a status code equal to that given

func (*GetAuditsQueryServicemappingNotFound) IsRedirect

IsRedirect returns true when this get audits query servicemapping not found response has a 3xx status code

func (*GetAuditsQueryServicemappingNotFound) IsServerError

func (o *GetAuditsQueryServicemappingNotFound) IsServerError() bool

IsServerError returns true when this get audits query servicemapping not found response has a 5xx status code

func (*GetAuditsQueryServicemappingNotFound) IsSuccess

IsSuccess returns true when this get audits query servicemapping not found response has a 2xx status code

func (*GetAuditsQueryServicemappingNotFound) String

type GetAuditsQueryServicemappingOK

type GetAuditsQueryServicemappingOK struct {
	Payload *models.AuditQueryServiceMapping
}

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

successful operation

func NewGetAuditsQueryServicemappingOK

func NewGetAuditsQueryServicemappingOK() *GetAuditsQueryServicemappingOK

NewGetAuditsQueryServicemappingOK creates a GetAuditsQueryServicemappingOK with default headers values

func (*GetAuditsQueryServicemappingOK) Error

func (*GetAuditsQueryServicemappingOK) GetPayload

func (*GetAuditsQueryServicemappingOK) IsClientError

func (o *GetAuditsQueryServicemappingOK) IsClientError() bool

IsClientError returns true when this get audits query servicemapping o k response has a 4xx status code

func (*GetAuditsQueryServicemappingOK) IsCode

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

IsCode returns true when this get audits query servicemapping o k response a status code equal to that given

func (*GetAuditsQueryServicemappingOK) IsRedirect

func (o *GetAuditsQueryServicemappingOK) IsRedirect() bool

IsRedirect returns true when this get audits query servicemapping o k response has a 3xx status code

func (*GetAuditsQueryServicemappingOK) IsServerError

func (o *GetAuditsQueryServicemappingOK) IsServerError() bool

IsServerError returns true when this get audits query servicemapping o k response has a 5xx status code

func (*GetAuditsQueryServicemappingOK) IsSuccess

func (o *GetAuditsQueryServicemappingOK) IsSuccess() bool

IsSuccess returns true when this get audits query servicemapping o k response has a 2xx status code

func (*GetAuditsQueryServicemappingOK) String

type GetAuditsQueryServicemappingParams

type GetAuditsQueryServicemappingParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetAuditsQueryServicemappingParams contains all the parameters to send to the API endpoint

for the get audits query servicemapping operation.

Typically these are written to a http.Request.

func NewGetAuditsQueryServicemappingParams

func NewGetAuditsQueryServicemappingParams() *GetAuditsQueryServicemappingParams

NewGetAuditsQueryServicemappingParams creates a new GetAuditsQueryServicemappingParams 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 NewGetAuditsQueryServicemappingParamsWithContext

func NewGetAuditsQueryServicemappingParamsWithContext(ctx context.Context) *GetAuditsQueryServicemappingParams

NewGetAuditsQueryServicemappingParamsWithContext creates a new GetAuditsQueryServicemappingParams object with the ability to set a context for a request.

func NewGetAuditsQueryServicemappingParamsWithHTTPClient

func NewGetAuditsQueryServicemappingParamsWithHTTPClient(client *http.Client) *GetAuditsQueryServicemappingParams

NewGetAuditsQueryServicemappingParamsWithHTTPClient creates a new GetAuditsQueryServicemappingParams object with the ability to set a custom HTTPClient for a request.

func NewGetAuditsQueryServicemappingParamsWithTimeout

func NewGetAuditsQueryServicemappingParamsWithTimeout(timeout time.Duration) *GetAuditsQueryServicemappingParams

NewGetAuditsQueryServicemappingParamsWithTimeout creates a new GetAuditsQueryServicemappingParams object with the ability to set a timeout on a request.

func (*GetAuditsQueryServicemappingParams) SetContext

SetContext adds the context to the get audits query servicemapping params

func (*GetAuditsQueryServicemappingParams) SetDefaults

func (o *GetAuditsQueryServicemappingParams) SetDefaults()

SetDefaults hydrates default values in the get audits query servicemapping params (not the query body).

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

func (*GetAuditsQueryServicemappingParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get audits query servicemapping params

func (*GetAuditsQueryServicemappingParams) SetTimeout

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

SetTimeout adds the timeout to the get audits query servicemapping params

func (*GetAuditsQueryServicemappingParams) WithContext

WithContext adds the context to the get audits query servicemapping params

func (*GetAuditsQueryServicemappingParams) WithDefaults

WithDefaults hydrates default values in the get audits query servicemapping params (not the query body).

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

func (*GetAuditsQueryServicemappingParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get audits query servicemapping params

func (*GetAuditsQueryServicemappingParams) WithTimeout

WithTimeout adds the timeout to the get audits query servicemapping params

func (*GetAuditsQueryServicemappingParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAuditsQueryServicemappingReader

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

GetAuditsQueryServicemappingReader is a Reader for the GetAuditsQueryServicemapping structure.

func (*GetAuditsQueryServicemappingReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAuditsQueryServicemappingRequestEntityTooLarge

type GetAuditsQueryServicemappingRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetAuditsQueryServicemappingRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetAuditsQueryServicemappingRequestEntityTooLarge

func NewGetAuditsQueryServicemappingRequestEntityTooLarge() *GetAuditsQueryServicemappingRequestEntityTooLarge

NewGetAuditsQueryServicemappingRequestEntityTooLarge creates a GetAuditsQueryServicemappingRequestEntityTooLarge with default headers values

func (*GetAuditsQueryServicemappingRequestEntityTooLarge) Error

func (*GetAuditsQueryServicemappingRequestEntityTooLarge) GetPayload

func (*GetAuditsQueryServicemappingRequestEntityTooLarge) IsClientError

IsClientError returns true when this get audits query servicemapping request entity too large response has a 4xx status code

func (*GetAuditsQueryServicemappingRequestEntityTooLarge) IsCode

IsCode returns true when this get audits query servicemapping request entity too large response a status code equal to that given

func (*GetAuditsQueryServicemappingRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get audits query servicemapping request entity too large response has a 3xx status code

func (*GetAuditsQueryServicemappingRequestEntityTooLarge) IsServerError

IsServerError returns true when this get audits query servicemapping request entity too large response has a 5xx status code

func (*GetAuditsQueryServicemappingRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get audits query servicemapping request entity too large response has a 2xx status code

func (*GetAuditsQueryServicemappingRequestEntityTooLarge) String

type GetAuditsQueryServicemappingRequestTimeout

type GetAuditsQueryServicemappingRequestTimeout struct {
	Payload *models.ErrorBody
}

GetAuditsQueryServicemappingRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetAuditsQueryServicemappingRequestTimeout

func NewGetAuditsQueryServicemappingRequestTimeout() *GetAuditsQueryServicemappingRequestTimeout

NewGetAuditsQueryServicemappingRequestTimeout creates a GetAuditsQueryServicemappingRequestTimeout with default headers values

func (*GetAuditsQueryServicemappingRequestTimeout) Error

func (*GetAuditsQueryServicemappingRequestTimeout) GetPayload

func (*GetAuditsQueryServicemappingRequestTimeout) IsClientError

IsClientError returns true when this get audits query servicemapping request timeout response has a 4xx status code

func (*GetAuditsQueryServicemappingRequestTimeout) IsCode

IsCode returns true when this get audits query servicemapping request timeout response a status code equal to that given

func (*GetAuditsQueryServicemappingRequestTimeout) IsRedirect

IsRedirect returns true when this get audits query servicemapping request timeout response has a 3xx status code

func (*GetAuditsQueryServicemappingRequestTimeout) IsServerError

IsServerError returns true when this get audits query servicemapping request timeout response has a 5xx status code

func (*GetAuditsQueryServicemappingRequestTimeout) IsSuccess

IsSuccess returns true when this get audits query servicemapping request timeout response has a 2xx status code

func (*GetAuditsQueryServicemappingRequestTimeout) String

type GetAuditsQueryServicemappingServiceUnavailable

type GetAuditsQueryServicemappingServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetAuditsQueryServicemappingServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetAuditsQueryServicemappingServiceUnavailable

func NewGetAuditsQueryServicemappingServiceUnavailable() *GetAuditsQueryServicemappingServiceUnavailable

NewGetAuditsQueryServicemappingServiceUnavailable creates a GetAuditsQueryServicemappingServiceUnavailable with default headers values

func (*GetAuditsQueryServicemappingServiceUnavailable) Error

func (*GetAuditsQueryServicemappingServiceUnavailable) GetPayload

func (*GetAuditsQueryServicemappingServiceUnavailable) IsClientError

IsClientError returns true when this get audits query servicemapping service unavailable response has a 4xx status code

func (*GetAuditsQueryServicemappingServiceUnavailable) IsCode

IsCode returns true when this get audits query servicemapping service unavailable response a status code equal to that given

func (*GetAuditsQueryServicemappingServiceUnavailable) IsRedirect

IsRedirect returns true when this get audits query servicemapping service unavailable response has a 3xx status code

func (*GetAuditsQueryServicemappingServiceUnavailable) IsServerError

IsServerError returns true when this get audits query servicemapping service unavailable response has a 5xx status code

func (*GetAuditsQueryServicemappingServiceUnavailable) IsSuccess

IsSuccess returns true when this get audits query servicemapping service unavailable response has a 2xx status code

func (*GetAuditsQueryServicemappingServiceUnavailable) String

type GetAuditsQueryServicemappingTooManyRequests

type GetAuditsQueryServicemappingTooManyRequests struct {
	Payload *models.ErrorBody
}

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

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetAuditsQueryServicemappingTooManyRequests

func NewGetAuditsQueryServicemappingTooManyRequests() *GetAuditsQueryServicemappingTooManyRequests

NewGetAuditsQueryServicemappingTooManyRequests creates a GetAuditsQueryServicemappingTooManyRequests with default headers values

func (*GetAuditsQueryServicemappingTooManyRequests) Error

func (*GetAuditsQueryServicemappingTooManyRequests) GetPayload

func (*GetAuditsQueryServicemappingTooManyRequests) IsClientError

IsClientError returns true when this get audits query servicemapping too many requests response has a 4xx status code

func (*GetAuditsQueryServicemappingTooManyRequests) IsCode

IsCode returns true when this get audits query servicemapping too many requests response a status code equal to that given

func (*GetAuditsQueryServicemappingTooManyRequests) IsRedirect

IsRedirect returns true when this get audits query servicemapping too many requests response has a 3xx status code

func (*GetAuditsQueryServicemappingTooManyRequests) IsServerError

IsServerError returns true when this get audits query servicemapping too many requests response has a 5xx status code

func (*GetAuditsQueryServicemappingTooManyRequests) IsSuccess

IsSuccess returns true when this get audits query servicemapping too many requests response has a 2xx status code

func (*GetAuditsQueryServicemappingTooManyRequests) String

type GetAuditsQueryServicemappingUnauthorized

type GetAuditsQueryServicemappingUnauthorized struct {
	Payload *models.ErrorBody
}

GetAuditsQueryServicemappingUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetAuditsQueryServicemappingUnauthorized

func NewGetAuditsQueryServicemappingUnauthorized() *GetAuditsQueryServicemappingUnauthorized

NewGetAuditsQueryServicemappingUnauthorized creates a GetAuditsQueryServicemappingUnauthorized with default headers values

func (*GetAuditsQueryServicemappingUnauthorized) Error

func (*GetAuditsQueryServicemappingUnauthorized) GetPayload

func (*GetAuditsQueryServicemappingUnauthorized) IsClientError

IsClientError returns true when this get audits query servicemapping unauthorized response has a 4xx status code

func (*GetAuditsQueryServicemappingUnauthorized) IsCode

IsCode returns true when this get audits query servicemapping unauthorized response a status code equal to that given

func (*GetAuditsQueryServicemappingUnauthorized) IsRedirect

IsRedirect returns true when this get audits query servicemapping unauthorized response has a 3xx status code

func (*GetAuditsQueryServicemappingUnauthorized) IsServerError

IsServerError returns true when this get audits query servicemapping unauthorized response has a 5xx status code

func (*GetAuditsQueryServicemappingUnauthorized) IsSuccess

IsSuccess returns true when this get audits query servicemapping unauthorized response has a 2xx status code

func (*GetAuditsQueryServicemappingUnauthorized) String

type GetAuditsQueryServicemappingUnsupportedMediaType

type GetAuditsQueryServicemappingUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetAuditsQueryServicemappingUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetAuditsQueryServicemappingUnsupportedMediaType

func NewGetAuditsQueryServicemappingUnsupportedMediaType() *GetAuditsQueryServicemappingUnsupportedMediaType

NewGetAuditsQueryServicemappingUnsupportedMediaType creates a GetAuditsQueryServicemappingUnsupportedMediaType with default headers values

func (*GetAuditsQueryServicemappingUnsupportedMediaType) Error

func (*GetAuditsQueryServicemappingUnsupportedMediaType) GetPayload

func (*GetAuditsQueryServicemappingUnsupportedMediaType) IsClientError

IsClientError returns true when this get audits query servicemapping unsupported media type response has a 4xx status code

func (*GetAuditsQueryServicemappingUnsupportedMediaType) IsCode

IsCode returns true when this get audits query servicemapping unsupported media type response a status code equal to that given

func (*GetAuditsQueryServicemappingUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get audits query servicemapping unsupported media type response has a 3xx status code

func (*GetAuditsQueryServicemappingUnsupportedMediaType) IsServerError

IsServerError returns true when this get audits query servicemapping unsupported media type response has a 5xx status code

func (*GetAuditsQueryServicemappingUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get audits query servicemapping unsupported media type response has a 2xx status code

func (*GetAuditsQueryServicemappingUnsupportedMediaType) String

type GetAuditsQueryTransactionIDAccepted

type GetAuditsQueryTransactionIDAccepted struct {
	Payload *models.AuditQueryExecutionStatusResponse
}

GetAuditsQueryTransactionIDAccepted describes a response with status code 202, with default header values.

In progress - Query execution is in progress.

func NewGetAuditsQueryTransactionIDAccepted

func NewGetAuditsQueryTransactionIDAccepted() *GetAuditsQueryTransactionIDAccepted

NewGetAuditsQueryTransactionIDAccepted creates a GetAuditsQueryTransactionIDAccepted with default headers values

func (*GetAuditsQueryTransactionIDAccepted) Error

func (*GetAuditsQueryTransactionIDAccepted) GetPayload

func (*GetAuditsQueryTransactionIDAccepted) IsClientError

func (o *GetAuditsQueryTransactionIDAccepted) IsClientError() bool

IsClientError returns true when this get audits query transaction Id accepted response has a 4xx status code

func (*GetAuditsQueryTransactionIDAccepted) IsCode

IsCode returns true when this get audits query transaction Id accepted response a status code equal to that given

func (*GetAuditsQueryTransactionIDAccepted) IsRedirect

func (o *GetAuditsQueryTransactionIDAccepted) IsRedirect() bool

IsRedirect returns true when this get audits query transaction Id accepted response has a 3xx status code

func (*GetAuditsQueryTransactionIDAccepted) IsServerError

func (o *GetAuditsQueryTransactionIDAccepted) IsServerError() bool

IsServerError returns true when this get audits query transaction Id accepted response has a 5xx status code

func (*GetAuditsQueryTransactionIDAccepted) IsSuccess

IsSuccess returns true when this get audits query transaction Id accepted response has a 2xx status code

func (*GetAuditsQueryTransactionIDAccepted) String

type GetAuditsQueryTransactionIDBadRequest

type GetAuditsQueryTransactionIDBadRequest struct {
	Payload *models.ErrorBody
}

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

The request could not be understood by the server due to malformed syntax.

func NewGetAuditsQueryTransactionIDBadRequest

func NewGetAuditsQueryTransactionIDBadRequest() *GetAuditsQueryTransactionIDBadRequest

NewGetAuditsQueryTransactionIDBadRequest creates a GetAuditsQueryTransactionIDBadRequest with default headers values

func (*GetAuditsQueryTransactionIDBadRequest) Error

func (*GetAuditsQueryTransactionIDBadRequest) GetPayload

func (*GetAuditsQueryTransactionIDBadRequest) IsClientError

func (o *GetAuditsQueryTransactionIDBadRequest) IsClientError() bool

IsClientError returns true when this get audits query transaction Id bad request response has a 4xx status code

func (*GetAuditsQueryTransactionIDBadRequest) IsCode

IsCode returns true when this get audits query transaction Id bad request response a status code equal to that given

func (*GetAuditsQueryTransactionIDBadRequest) IsRedirect

IsRedirect returns true when this get audits query transaction Id bad request response has a 3xx status code

func (*GetAuditsQueryTransactionIDBadRequest) IsServerError

func (o *GetAuditsQueryTransactionIDBadRequest) IsServerError() bool

IsServerError returns true when this get audits query transaction Id bad request response has a 5xx status code

func (*GetAuditsQueryTransactionIDBadRequest) IsSuccess

IsSuccess returns true when this get audits query transaction Id bad request response has a 2xx status code

func (*GetAuditsQueryTransactionIDBadRequest) String

type GetAuditsQueryTransactionIDForbidden

type GetAuditsQueryTransactionIDForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetAuditsQueryTransactionIDForbidden

func NewGetAuditsQueryTransactionIDForbidden() *GetAuditsQueryTransactionIDForbidden

NewGetAuditsQueryTransactionIDForbidden creates a GetAuditsQueryTransactionIDForbidden with default headers values

func (*GetAuditsQueryTransactionIDForbidden) Error

func (*GetAuditsQueryTransactionIDForbidden) GetPayload

func (*GetAuditsQueryTransactionIDForbidden) IsClientError

func (o *GetAuditsQueryTransactionIDForbidden) IsClientError() bool

IsClientError returns true when this get audits query transaction Id forbidden response has a 4xx status code

func (*GetAuditsQueryTransactionIDForbidden) IsCode

IsCode returns true when this get audits query transaction Id forbidden response a status code equal to that given

func (*GetAuditsQueryTransactionIDForbidden) IsRedirect

IsRedirect returns true when this get audits query transaction Id forbidden response has a 3xx status code

func (*GetAuditsQueryTransactionIDForbidden) IsServerError

func (o *GetAuditsQueryTransactionIDForbidden) IsServerError() bool

IsServerError returns true when this get audits query transaction Id forbidden response has a 5xx status code

func (*GetAuditsQueryTransactionIDForbidden) IsSuccess

IsSuccess returns true when this get audits query transaction Id forbidden response has a 2xx status code

func (*GetAuditsQueryTransactionIDForbidden) String

type GetAuditsQueryTransactionIDGatewayTimeout

type GetAuditsQueryTransactionIDGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetAuditsQueryTransactionIDGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetAuditsQueryTransactionIDGatewayTimeout

func NewGetAuditsQueryTransactionIDGatewayTimeout() *GetAuditsQueryTransactionIDGatewayTimeout

NewGetAuditsQueryTransactionIDGatewayTimeout creates a GetAuditsQueryTransactionIDGatewayTimeout with default headers values

func (*GetAuditsQueryTransactionIDGatewayTimeout) Error

func (*GetAuditsQueryTransactionIDGatewayTimeout) GetPayload

func (*GetAuditsQueryTransactionIDGatewayTimeout) IsClientError

IsClientError returns true when this get audits query transaction Id gateway timeout response has a 4xx status code

func (*GetAuditsQueryTransactionIDGatewayTimeout) IsCode

IsCode returns true when this get audits query transaction Id gateway timeout response a status code equal to that given

func (*GetAuditsQueryTransactionIDGatewayTimeout) IsRedirect

IsRedirect returns true when this get audits query transaction Id gateway timeout response has a 3xx status code

func (*GetAuditsQueryTransactionIDGatewayTimeout) IsServerError

IsServerError returns true when this get audits query transaction Id gateway timeout response has a 5xx status code

func (*GetAuditsQueryTransactionIDGatewayTimeout) IsSuccess

IsSuccess returns true when this get audits query transaction Id gateway timeout response has a 2xx status code

func (*GetAuditsQueryTransactionIDGatewayTimeout) String

type GetAuditsQueryTransactionIDInternalServerError

type GetAuditsQueryTransactionIDInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetAuditsQueryTransactionIDInternalServerError

func NewGetAuditsQueryTransactionIDInternalServerError() *GetAuditsQueryTransactionIDInternalServerError

NewGetAuditsQueryTransactionIDInternalServerError creates a GetAuditsQueryTransactionIDInternalServerError with default headers values

func (*GetAuditsQueryTransactionIDInternalServerError) Error

func (*GetAuditsQueryTransactionIDInternalServerError) GetPayload

func (*GetAuditsQueryTransactionIDInternalServerError) IsClientError

IsClientError returns true when this get audits query transaction Id internal server error response has a 4xx status code

func (*GetAuditsQueryTransactionIDInternalServerError) IsCode

IsCode returns true when this get audits query transaction Id internal server error response a status code equal to that given

func (*GetAuditsQueryTransactionIDInternalServerError) IsRedirect

IsRedirect returns true when this get audits query transaction Id internal server error response has a 3xx status code

func (*GetAuditsQueryTransactionIDInternalServerError) IsServerError

IsServerError returns true when this get audits query transaction Id internal server error response has a 5xx status code

func (*GetAuditsQueryTransactionIDInternalServerError) IsSuccess

IsSuccess returns true when this get audits query transaction Id internal server error response has a 2xx status code

func (*GetAuditsQueryTransactionIDInternalServerError) String

type GetAuditsQueryTransactionIDNotFound

type GetAuditsQueryTransactionIDNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetAuditsQueryTransactionIDNotFound

func NewGetAuditsQueryTransactionIDNotFound() *GetAuditsQueryTransactionIDNotFound

NewGetAuditsQueryTransactionIDNotFound creates a GetAuditsQueryTransactionIDNotFound with default headers values

func (*GetAuditsQueryTransactionIDNotFound) Error

func (*GetAuditsQueryTransactionIDNotFound) GetPayload

func (*GetAuditsQueryTransactionIDNotFound) IsClientError

func (o *GetAuditsQueryTransactionIDNotFound) IsClientError() bool

IsClientError returns true when this get audits query transaction Id not found response has a 4xx status code

func (*GetAuditsQueryTransactionIDNotFound) IsCode

IsCode returns true when this get audits query transaction Id not found response a status code equal to that given

func (*GetAuditsQueryTransactionIDNotFound) IsRedirect

func (o *GetAuditsQueryTransactionIDNotFound) IsRedirect() bool

IsRedirect returns true when this get audits query transaction Id not found response has a 3xx status code

func (*GetAuditsQueryTransactionIDNotFound) IsServerError

func (o *GetAuditsQueryTransactionIDNotFound) IsServerError() bool

IsServerError returns true when this get audits query transaction Id not found response has a 5xx status code

func (*GetAuditsQueryTransactionIDNotFound) IsSuccess

IsSuccess returns true when this get audits query transaction Id not found response has a 2xx status code

func (*GetAuditsQueryTransactionIDNotFound) String

type GetAuditsQueryTransactionIDOK

type GetAuditsQueryTransactionIDOK struct {
	Payload *models.AuditQueryExecutionStatusResponse
}

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

successful operation

func NewGetAuditsQueryTransactionIDOK

func NewGetAuditsQueryTransactionIDOK() *GetAuditsQueryTransactionIDOK

NewGetAuditsQueryTransactionIDOK creates a GetAuditsQueryTransactionIDOK with default headers values

func (*GetAuditsQueryTransactionIDOK) Error

func (*GetAuditsQueryTransactionIDOK) GetPayload

func (*GetAuditsQueryTransactionIDOK) IsClientError

func (o *GetAuditsQueryTransactionIDOK) IsClientError() bool

IsClientError returns true when this get audits query transaction Id o k response has a 4xx status code

func (*GetAuditsQueryTransactionIDOK) IsCode

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

IsCode returns true when this get audits query transaction Id o k response a status code equal to that given

func (*GetAuditsQueryTransactionIDOK) IsRedirect

func (o *GetAuditsQueryTransactionIDOK) IsRedirect() bool

IsRedirect returns true when this get audits query transaction Id o k response has a 3xx status code

func (*GetAuditsQueryTransactionIDOK) IsServerError

func (o *GetAuditsQueryTransactionIDOK) IsServerError() bool

IsServerError returns true when this get audits query transaction Id o k response has a 5xx status code

func (*GetAuditsQueryTransactionIDOK) IsSuccess

func (o *GetAuditsQueryTransactionIDOK) IsSuccess() bool

IsSuccess returns true when this get audits query transaction Id o k response has a 2xx status code

func (*GetAuditsQueryTransactionIDOK) String

type GetAuditsQueryTransactionIDParams

type GetAuditsQueryTransactionIDParams struct {

	/* TransactionID.

	   Transaction ID
	*/
	TransactionID string

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

GetAuditsQueryTransactionIDParams contains all the parameters to send to the API endpoint

for the get audits query transaction Id operation.

Typically these are written to a http.Request.

func NewGetAuditsQueryTransactionIDParams

func NewGetAuditsQueryTransactionIDParams() *GetAuditsQueryTransactionIDParams

NewGetAuditsQueryTransactionIDParams creates a new GetAuditsQueryTransactionIDParams 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 NewGetAuditsQueryTransactionIDParamsWithContext

func NewGetAuditsQueryTransactionIDParamsWithContext(ctx context.Context) *GetAuditsQueryTransactionIDParams

NewGetAuditsQueryTransactionIDParamsWithContext creates a new GetAuditsQueryTransactionIDParams object with the ability to set a context for a request.

func NewGetAuditsQueryTransactionIDParamsWithHTTPClient

func NewGetAuditsQueryTransactionIDParamsWithHTTPClient(client *http.Client) *GetAuditsQueryTransactionIDParams

NewGetAuditsQueryTransactionIDParamsWithHTTPClient creates a new GetAuditsQueryTransactionIDParams object with the ability to set a custom HTTPClient for a request.

func NewGetAuditsQueryTransactionIDParamsWithTimeout

func NewGetAuditsQueryTransactionIDParamsWithTimeout(timeout time.Duration) *GetAuditsQueryTransactionIDParams

NewGetAuditsQueryTransactionIDParamsWithTimeout creates a new GetAuditsQueryTransactionIDParams object with the ability to set a timeout on a request.

func (*GetAuditsQueryTransactionIDParams) SetContext

SetContext adds the context to the get audits query transaction Id params

func (*GetAuditsQueryTransactionIDParams) SetDefaults

func (o *GetAuditsQueryTransactionIDParams) SetDefaults()

SetDefaults hydrates default values in the get audits query transaction Id params (not the query body).

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

func (*GetAuditsQueryTransactionIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get audits query transaction Id params

func (*GetAuditsQueryTransactionIDParams) SetTimeout

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

SetTimeout adds the timeout to the get audits query transaction Id params

func (*GetAuditsQueryTransactionIDParams) SetTransactionID

func (o *GetAuditsQueryTransactionIDParams) SetTransactionID(transactionID string)

SetTransactionID adds the transactionId to the get audits query transaction Id params

func (*GetAuditsQueryTransactionIDParams) WithContext

WithContext adds the context to the get audits query transaction Id params

func (*GetAuditsQueryTransactionIDParams) WithDefaults

WithDefaults hydrates default values in the get audits query transaction Id params (not the query body).

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

func (*GetAuditsQueryTransactionIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get audits query transaction Id params

func (*GetAuditsQueryTransactionIDParams) WithTimeout

WithTimeout adds the timeout to the get audits query transaction Id params

func (*GetAuditsQueryTransactionIDParams) WithTransactionID

func (o *GetAuditsQueryTransactionIDParams) WithTransactionID(transactionID string) *GetAuditsQueryTransactionIDParams

WithTransactionID adds the transactionID to the get audits query transaction Id params

func (*GetAuditsQueryTransactionIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAuditsQueryTransactionIDReader

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

GetAuditsQueryTransactionIDReader is a Reader for the GetAuditsQueryTransactionID structure.

func (*GetAuditsQueryTransactionIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAuditsQueryTransactionIDRequestEntityTooLarge

type GetAuditsQueryTransactionIDRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetAuditsQueryTransactionIDRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetAuditsQueryTransactionIDRequestEntityTooLarge

func NewGetAuditsQueryTransactionIDRequestEntityTooLarge() *GetAuditsQueryTransactionIDRequestEntityTooLarge

NewGetAuditsQueryTransactionIDRequestEntityTooLarge creates a GetAuditsQueryTransactionIDRequestEntityTooLarge with default headers values

func (*GetAuditsQueryTransactionIDRequestEntityTooLarge) Error

func (*GetAuditsQueryTransactionIDRequestEntityTooLarge) GetPayload

func (*GetAuditsQueryTransactionIDRequestEntityTooLarge) IsClientError

IsClientError returns true when this get audits query transaction Id request entity too large response has a 4xx status code

func (*GetAuditsQueryTransactionIDRequestEntityTooLarge) IsCode

IsCode returns true when this get audits query transaction Id request entity too large response a status code equal to that given

func (*GetAuditsQueryTransactionIDRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get audits query transaction Id request entity too large response has a 3xx status code

func (*GetAuditsQueryTransactionIDRequestEntityTooLarge) IsServerError

IsServerError returns true when this get audits query transaction Id request entity too large response has a 5xx status code

func (*GetAuditsQueryTransactionIDRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get audits query transaction Id request entity too large response has a 2xx status code

func (*GetAuditsQueryTransactionIDRequestEntityTooLarge) String

type GetAuditsQueryTransactionIDRequestTimeout

type GetAuditsQueryTransactionIDRequestTimeout struct {
	Payload *models.ErrorBody
}

GetAuditsQueryTransactionIDRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetAuditsQueryTransactionIDRequestTimeout

func NewGetAuditsQueryTransactionIDRequestTimeout() *GetAuditsQueryTransactionIDRequestTimeout

NewGetAuditsQueryTransactionIDRequestTimeout creates a GetAuditsQueryTransactionIDRequestTimeout with default headers values

func (*GetAuditsQueryTransactionIDRequestTimeout) Error

func (*GetAuditsQueryTransactionIDRequestTimeout) GetPayload

func (*GetAuditsQueryTransactionIDRequestTimeout) IsClientError

IsClientError returns true when this get audits query transaction Id request timeout response has a 4xx status code

func (*GetAuditsQueryTransactionIDRequestTimeout) IsCode

IsCode returns true when this get audits query transaction Id request timeout response a status code equal to that given

func (*GetAuditsQueryTransactionIDRequestTimeout) IsRedirect

IsRedirect returns true when this get audits query transaction Id request timeout response has a 3xx status code

func (*GetAuditsQueryTransactionIDRequestTimeout) IsServerError

IsServerError returns true when this get audits query transaction Id request timeout response has a 5xx status code

func (*GetAuditsQueryTransactionIDRequestTimeout) IsSuccess

IsSuccess returns true when this get audits query transaction Id request timeout response has a 2xx status code

func (*GetAuditsQueryTransactionIDRequestTimeout) String

type GetAuditsQueryTransactionIDResultsBadRequest

type GetAuditsQueryTransactionIDResultsBadRequest struct {
	Payload *models.ErrorBody
}

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

The request could not be understood by the server due to malformed syntax.

func NewGetAuditsQueryTransactionIDResultsBadRequest

func NewGetAuditsQueryTransactionIDResultsBadRequest() *GetAuditsQueryTransactionIDResultsBadRequest

NewGetAuditsQueryTransactionIDResultsBadRequest creates a GetAuditsQueryTransactionIDResultsBadRequest with default headers values

func (*GetAuditsQueryTransactionIDResultsBadRequest) Error

func (*GetAuditsQueryTransactionIDResultsBadRequest) GetPayload

func (*GetAuditsQueryTransactionIDResultsBadRequest) IsClientError

IsClientError returns true when this get audits query transaction Id results bad request response has a 4xx status code

func (*GetAuditsQueryTransactionIDResultsBadRequest) IsCode

IsCode returns true when this get audits query transaction Id results bad request response a status code equal to that given

func (*GetAuditsQueryTransactionIDResultsBadRequest) IsRedirect

IsRedirect returns true when this get audits query transaction Id results bad request response has a 3xx status code

func (*GetAuditsQueryTransactionIDResultsBadRequest) IsServerError

IsServerError returns true when this get audits query transaction Id results bad request response has a 5xx status code

func (*GetAuditsQueryTransactionIDResultsBadRequest) IsSuccess

IsSuccess returns true when this get audits query transaction Id results bad request response has a 2xx status code

func (*GetAuditsQueryTransactionIDResultsBadRequest) String

type GetAuditsQueryTransactionIDResultsForbidden

type GetAuditsQueryTransactionIDResultsForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetAuditsQueryTransactionIDResultsForbidden

func NewGetAuditsQueryTransactionIDResultsForbidden() *GetAuditsQueryTransactionIDResultsForbidden

NewGetAuditsQueryTransactionIDResultsForbidden creates a GetAuditsQueryTransactionIDResultsForbidden with default headers values

func (*GetAuditsQueryTransactionIDResultsForbidden) Error

func (*GetAuditsQueryTransactionIDResultsForbidden) GetPayload

func (*GetAuditsQueryTransactionIDResultsForbidden) IsClientError

IsClientError returns true when this get audits query transaction Id results forbidden response has a 4xx status code

func (*GetAuditsQueryTransactionIDResultsForbidden) IsCode

IsCode returns true when this get audits query transaction Id results forbidden response a status code equal to that given

func (*GetAuditsQueryTransactionIDResultsForbidden) IsRedirect

IsRedirect returns true when this get audits query transaction Id results forbidden response has a 3xx status code

func (*GetAuditsQueryTransactionIDResultsForbidden) IsServerError

IsServerError returns true when this get audits query transaction Id results forbidden response has a 5xx status code

func (*GetAuditsQueryTransactionIDResultsForbidden) IsSuccess

IsSuccess returns true when this get audits query transaction Id results forbidden response has a 2xx status code

func (*GetAuditsQueryTransactionIDResultsForbidden) String

type GetAuditsQueryTransactionIDResultsGatewayTimeout

type GetAuditsQueryTransactionIDResultsGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetAuditsQueryTransactionIDResultsGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetAuditsQueryTransactionIDResultsGatewayTimeout

func NewGetAuditsQueryTransactionIDResultsGatewayTimeout() *GetAuditsQueryTransactionIDResultsGatewayTimeout

NewGetAuditsQueryTransactionIDResultsGatewayTimeout creates a GetAuditsQueryTransactionIDResultsGatewayTimeout with default headers values

func (*GetAuditsQueryTransactionIDResultsGatewayTimeout) Error

func (*GetAuditsQueryTransactionIDResultsGatewayTimeout) GetPayload

func (*GetAuditsQueryTransactionIDResultsGatewayTimeout) IsClientError

IsClientError returns true when this get audits query transaction Id results gateway timeout response has a 4xx status code

func (*GetAuditsQueryTransactionIDResultsGatewayTimeout) IsCode

IsCode returns true when this get audits query transaction Id results gateway timeout response a status code equal to that given

func (*GetAuditsQueryTransactionIDResultsGatewayTimeout) IsRedirect

IsRedirect returns true when this get audits query transaction Id results gateway timeout response has a 3xx status code

func (*GetAuditsQueryTransactionIDResultsGatewayTimeout) IsServerError

IsServerError returns true when this get audits query transaction Id results gateway timeout response has a 5xx status code

func (*GetAuditsQueryTransactionIDResultsGatewayTimeout) IsSuccess

IsSuccess returns true when this get audits query transaction Id results gateway timeout response has a 2xx status code

func (*GetAuditsQueryTransactionIDResultsGatewayTimeout) String

type GetAuditsQueryTransactionIDResultsInternalServerError

type GetAuditsQueryTransactionIDResultsInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetAuditsQueryTransactionIDResultsInternalServerError

func NewGetAuditsQueryTransactionIDResultsInternalServerError() *GetAuditsQueryTransactionIDResultsInternalServerError

NewGetAuditsQueryTransactionIDResultsInternalServerError creates a GetAuditsQueryTransactionIDResultsInternalServerError with default headers values

func (*GetAuditsQueryTransactionIDResultsInternalServerError) Error

func (*GetAuditsQueryTransactionIDResultsInternalServerError) GetPayload

func (*GetAuditsQueryTransactionIDResultsInternalServerError) IsClientError

IsClientError returns true when this get audits query transaction Id results internal server error response has a 4xx status code

func (*GetAuditsQueryTransactionIDResultsInternalServerError) IsCode

IsCode returns true when this get audits query transaction Id results internal server error response a status code equal to that given

func (*GetAuditsQueryTransactionIDResultsInternalServerError) IsRedirect

IsRedirect returns true when this get audits query transaction Id results internal server error response has a 3xx status code

func (*GetAuditsQueryTransactionIDResultsInternalServerError) IsServerError

IsServerError returns true when this get audits query transaction Id results internal server error response has a 5xx status code

func (*GetAuditsQueryTransactionIDResultsInternalServerError) IsSuccess

IsSuccess returns true when this get audits query transaction Id results internal server error response has a 2xx status code

func (*GetAuditsQueryTransactionIDResultsInternalServerError) String

type GetAuditsQueryTransactionIDResultsNotFound

type GetAuditsQueryTransactionIDResultsNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetAuditsQueryTransactionIDResultsNotFound

func NewGetAuditsQueryTransactionIDResultsNotFound() *GetAuditsQueryTransactionIDResultsNotFound

NewGetAuditsQueryTransactionIDResultsNotFound creates a GetAuditsQueryTransactionIDResultsNotFound with default headers values

func (*GetAuditsQueryTransactionIDResultsNotFound) Error

func (*GetAuditsQueryTransactionIDResultsNotFound) GetPayload

func (*GetAuditsQueryTransactionIDResultsNotFound) IsClientError

IsClientError returns true when this get audits query transaction Id results not found response has a 4xx status code

func (*GetAuditsQueryTransactionIDResultsNotFound) IsCode

IsCode returns true when this get audits query transaction Id results not found response a status code equal to that given

func (*GetAuditsQueryTransactionIDResultsNotFound) IsRedirect

IsRedirect returns true when this get audits query transaction Id results not found response has a 3xx status code

func (*GetAuditsQueryTransactionIDResultsNotFound) IsServerError

IsServerError returns true when this get audits query transaction Id results not found response has a 5xx status code

func (*GetAuditsQueryTransactionIDResultsNotFound) IsSuccess

IsSuccess returns true when this get audits query transaction Id results not found response has a 2xx status code

func (*GetAuditsQueryTransactionIDResultsNotFound) String

type GetAuditsQueryTransactionIDResultsOK

type GetAuditsQueryTransactionIDResultsOK struct {
	Payload *models.AuditQueryExecutionResultsResponse
}

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

successful operation

func NewGetAuditsQueryTransactionIDResultsOK

func NewGetAuditsQueryTransactionIDResultsOK() *GetAuditsQueryTransactionIDResultsOK

NewGetAuditsQueryTransactionIDResultsOK creates a GetAuditsQueryTransactionIDResultsOK with default headers values

func (*GetAuditsQueryTransactionIDResultsOK) Error

func (*GetAuditsQueryTransactionIDResultsOK) GetPayload

func (*GetAuditsQueryTransactionIDResultsOK) IsClientError

func (o *GetAuditsQueryTransactionIDResultsOK) IsClientError() bool

IsClientError returns true when this get audits query transaction Id results o k response has a 4xx status code

func (*GetAuditsQueryTransactionIDResultsOK) IsCode

IsCode returns true when this get audits query transaction Id results o k response a status code equal to that given

func (*GetAuditsQueryTransactionIDResultsOK) IsRedirect

IsRedirect returns true when this get audits query transaction Id results o k response has a 3xx status code

func (*GetAuditsQueryTransactionIDResultsOK) IsServerError

func (o *GetAuditsQueryTransactionIDResultsOK) IsServerError() bool

IsServerError returns true when this get audits query transaction Id results o k response has a 5xx status code

func (*GetAuditsQueryTransactionIDResultsOK) IsSuccess

IsSuccess returns true when this get audits query transaction Id results o k response has a 2xx status code

func (*GetAuditsQueryTransactionIDResultsOK) String

type GetAuditsQueryTransactionIDResultsParams

type GetAuditsQueryTransactionIDResultsParams struct {

	/* Cursor.

	   Indicates where to resume query results (not required for first page)
	*/
	Cursor *string

	/* Expand.

	   Which fields, if any, to expand
	*/
	Expand []string

	/* PageSize.

	   Indicates maximum number of results in response. Default page size is 25 results. The maximum page size is 500.

	   Format: int32
	   Default: 25
	*/
	PageSize *int32

	/* TransactionID.

	   Transaction ID
	*/
	TransactionID string

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

GetAuditsQueryTransactionIDResultsParams contains all the parameters to send to the API endpoint

for the get audits query transaction Id results operation.

Typically these are written to a http.Request.

func NewGetAuditsQueryTransactionIDResultsParams

func NewGetAuditsQueryTransactionIDResultsParams() *GetAuditsQueryTransactionIDResultsParams

NewGetAuditsQueryTransactionIDResultsParams creates a new GetAuditsQueryTransactionIDResultsParams 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 NewGetAuditsQueryTransactionIDResultsParamsWithContext

func NewGetAuditsQueryTransactionIDResultsParamsWithContext(ctx context.Context) *GetAuditsQueryTransactionIDResultsParams

NewGetAuditsQueryTransactionIDResultsParamsWithContext creates a new GetAuditsQueryTransactionIDResultsParams object with the ability to set a context for a request.

func NewGetAuditsQueryTransactionIDResultsParamsWithHTTPClient

func NewGetAuditsQueryTransactionIDResultsParamsWithHTTPClient(client *http.Client) *GetAuditsQueryTransactionIDResultsParams

NewGetAuditsQueryTransactionIDResultsParamsWithHTTPClient creates a new GetAuditsQueryTransactionIDResultsParams object with the ability to set a custom HTTPClient for a request.

func NewGetAuditsQueryTransactionIDResultsParamsWithTimeout

func NewGetAuditsQueryTransactionIDResultsParamsWithTimeout(timeout time.Duration) *GetAuditsQueryTransactionIDResultsParams

NewGetAuditsQueryTransactionIDResultsParamsWithTimeout creates a new GetAuditsQueryTransactionIDResultsParams object with the ability to set a timeout on a request.

func (*GetAuditsQueryTransactionIDResultsParams) SetContext

SetContext adds the context to the get audits query transaction Id results params

func (*GetAuditsQueryTransactionIDResultsParams) SetCursor

func (o *GetAuditsQueryTransactionIDResultsParams) SetCursor(cursor *string)

SetCursor adds the cursor to the get audits query transaction Id results params

func (*GetAuditsQueryTransactionIDResultsParams) SetDefaults

SetDefaults hydrates default values in the get audits query transaction Id results params (not the query body).

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

func (*GetAuditsQueryTransactionIDResultsParams) SetExpand

func (o *GetAuditsQueryTransactionIDResultsParams) SetExpand(expand []string)

SetExpand adds the expand to the get audits query transaction Id results params

func (*GetAuditsQueryTransactionIDResultsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get audits query transaction Id results params

func (*GetAuditsQueryTransactionIDResultsParams) SetPageSize

func (o *GetAuditsQueryTransactionIDResultsParams) SetPageSize(pageSize *int32)

SetPageSize adds the pageSize to the get audits query transaction Id results params

func (*GetAuditsQueryTransactionIDResultsParams) SetTimeout

SetTimeout adds the timeout to the get audits query transaction Id results params

func (*GetAuditsQueryTransactionIDResultsParams) SetTransactionID

func (o *GetAuditsQueryTransactionIDResultsParams) SetTransactionID(transactionID string)

SetTransactionID adds the transactionId to the get audits query transaction Id results params

func (*GetAuditsQueryTransactionIDResultsParams) WithContext

WithContext adds the context to the get audits query transaction Id results params

func (*GetAuditsQueryTransactionIDResultsParams) WithCursor

WithCursor adds the cursor to the get audits query transaction Id results params

func (*GetAuditsQueryTransactionIDResultsParams) WithDefaults

WithDefaults hydrates default values in the get audits query transaction Id results params (not the query body).

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

func (*GetAuditsQueryTransactionIDResultsParams) WithExpand

WithExpand adds the expand to the get audits query transaction Id results params

func (*GetAuditsQueryTransactionIDResultsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get audits query transaction Id results params

func (*GetAuditsQueryTransactionIDResultsParams) WithPageSize

WithPageSize adds the pageSize to the get audits query transaction Id results params

func (*GetAuditsQueryTransactionIDResultsParams) WithTimeout

WithTimeout adds the timeout to the get audits query transaction Id results params

func (*GetAuditsQueryTransactionIDResultsParams) WithTransactionID

WithTransactionID adds the transactionID to the get audits query transaction Id results params

func (*GetAuditsQueryTransactionIDResultsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAuditsQueryTransactionIDResultsReader

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

GetAuditsQueryTransactionIDResultsReader is a Reader for the GetAuditsQueryTransactionIDResults structure.

func (*GetAuditsQueryTransactionIDResultsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAuditsQueryTransactionIDResultsRequestEntityTooLarge

type GetAuditsQueryTransactionIDResultsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetAuditsQueryTransactionIDResultsRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetAuditsQueryTransactionIDResultsRequestEntityTooLarge

func NewGetAuditsQueryTransactionIDResultsRequestEntityTooLarge() *GetAuditsQueryTransactionIDResultsRequestEntityTooLarge

NewGetAuditsQueryTransactionIDResultsRequestEntityTooLarge creates a GetAuditsQueryTransactionIDResultsRequestEntityTooLarge with default headers values

func (*GetAuditsQueryTransactionIDResultsRequestEntityTooLarge) Error

func (*GetAuditsQueryTransactionIDResultsRequestEntityTooLarge) GetPayload

func (*GetAuditsQueryTransactionIDResultsRequestEntityTooLarge) IsClientError

IsClientError returns true when this get audits query transaction Id results request entity too large response has a 4xx status code

func (*GetAuditsQueryTransactionIDResultsRequestEntityTooLarge) IsCode

IsCode returns true when this get audits query transaction Id results request entity too large response a status code equal to that given

func (*GetAuditsQueryTransactionIDResultsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get audits query transaction Id results request entity too large response has a 3xx status code

func (*GetAuditsQueryTransactionIDResultsRequestEntityTooLarge) IsServerError

IsServerError returns true when this get audits query transaction Id results request entity too large response has a 5xx status code

func (*GetAuditsQueryTransactionIDResultsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get audits query transaction Id results request entity too large response has a 2xx status code

func (*GetAuditsQueryTransactionIDResultsRequestEntityTooLarge) String

type GetAuditsQueryTransactionIDResultsRequestTimeout

type GetAuditsQueryTransactionIDResultsRequestTimeout struct {
	Payload *models.ErrorBody
}

GetAuditsQueryTransactionIDResultsRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetAuditsQueryTransactionIDResultsRequestTimeout

func NewGetAuditsQueryTransactionIDResultsRequestTimeout() *GetAuditsQueryTransactionIDResultsRequestTimeout

NewGetAuditsQueryTransactionIDResultsRequestTimeout creates a GetAuditsQueryTransactionIDResultsRequestTimeout with default headers values

func (*GetAuditsQueryTransactionIDResultsRequestTimeout) Error

func (*GetAuditsQueryTransactionIDResultsRequestTimeout) GetPayload

func (*GetAuditsQueryTransactionIDResultsRequestTimeout) IsClientError

IsClientError returns true when this get audits query transaction Id results request timeout response has a 4xx status code

func (*GetAuditsQueryTransactionIDResultsRequestTimeout) IsCode

IsCode returns true when this get audits query transaction Id results request timeout response a status code equal to that given

func (*GetAuditsQueryTransactionIDResultsRequestTimeout) IsRedirect

IsRedirect returns true when this get audits query transaction Id results request timeout response has a 3xx status code

func (*GetAuditsQueryTransactionIDResultsRequestTimeout) IsServerError

IsServerError returns true when this get audits query transaction Id results request timeout response has a 5xx status code

func (*GetAuditsQueryTransactionIDResultsRequestTimeout) IsSuccess

IsSuccess returns true when this get audits query transaction Id results request timeout response has a 2xx status code

func (*GetAuditsQueryTransactionIDResultsRequestTimeout) String

type GetAuditsQueryTransactionIDResultsServiceUnavailable

type GetAuditsQueryTransactionIDResultsServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetAuditsQueryTransactionIDResultsServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetAuditsQueryTransactionIDResultsServiceUnavailable

func NewGetAuditsQueryTransactionIDResultsServiceUnavailable() *GetAuditsQueryTransactionIDResultsServiceUnavailable

NewGetAuditsQueryTransactionIDResultsServiceUnavailable creates a GetAuditsQueryTransactionIDResultsServiceUnavailable with default headers values

func (*GetAuditsQueryTransactionIDResultsServiceUnavailable) Error

func (*GetAuditsQueryTransactionIDResultsServiceUnavailable) GetPayload

func (*GetAuditsQueryTransactionIDResultsServiceUnavailable) IsClientError

IsClientError returns true when this get audits query transaction Id results service unavailable response has a 4xx status code

func (*GetAuditsQueryTransactionIDResultsServiceUnavailable) IsCode

IsCode returns true when this get audits query transaction Id results service unavailable response a status code equal to that given

func (*GetAuditsQueryTransactionIDResultsServiceUnavailable) IsRedirect

IsRedirect returns true when this get audits query transaction Id results service unavailable response has a 3xx status code

func (*GetAuditsQueryTransactionIDResultsServiceUnavailable) IsServerError

IsServerError returns true when this get audits query transaction Id results service unavailable response has a 5xx status code

func (*GetAuditsQueryTransactionIDResultsServiceUnavailable) IsSuccess

IsSuccess returns true when this get audits query transaction Id results service unavailable response has a 2xx status code

func (*GetAuditsQueryTransactionIDResultsServiceUnavailable) String

type GetAuditsQueryTransactionIDResultsTooManyRequests

type GetAuditsQueryTransactionIDResultsTooManyRequests struct {
	Payload *models.ErrorBody
}

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

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetAuditsQueryTransactionIDResultsTooManyRequests

func NewGetAuditsQueryTransactionIDResultsTooManyRequests() *GetAuditsQueryTransactionIDResultsTooManyRequests

NewGetAuditsQueryTransactionIDResultsTooManyRequests creates a GetAuditsQueryTransactionIDResultsTooManyRequests with default headers values

func (*GetAuditsQueryTransactionIDResultsTooManyRequests) Error

func (*GetAuditsQueryTransactionIDResultsTooManyRequests) GetPayload

func (*GetAuditsQueryTransactionIDResultsTooManyRequests) IsClientError

IsClientError returns true when this get audits query transaction Id results too many requests response has a 4xx status code

func (*GetAuditsQueryTransactionIDResultsTooManyRequests) IsCode

IsCode returns true when this get audits query transaction Id results too many requests response a status code equal to that given

func (*GetAuditsQueryTransactionIDResultsTooManyRequests) IsRedirect

IsRedirect returns true when this get audits query transaction Id results too many requests response has a 3xx status code

func (*GetAuditsQueryTransactionIDResultsTooManyRequests) IsServerError

IsServerError returns true when this get audits query transaction Id results too many requests response has a 5xx status code

func (*GetAuditsQueryTransactionIDResultsTooManyRequests) IsSuccess

IsSuccess returns true when this get audits query transaction Id results too many requests response has a 2xx status code

func (*GetAuditsQueryTransactionIDResultsTooManyRequests) String

type GetAuditsQueryTransactionIDResultsUnauthorized

type GetAuditsQueryTransactionIDResultsUnauthorized struct {
	Payload *models.ErrorBody
}

GetAuditsQueryTransactionIDResultsUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetAuditsQueryTransactionIDResultsUnauthorized

func NewGetAuditsQueryTransactionIDResultsUnauthorized() *GetAuditsQueryTransactionIDResultsUnauthorized

NewGetAuditsQueryTransactionIDResultsUnauthorized creates a GetAuditsQueryTransactionIDResultsUnauthorized with default headers values

func (*GetAuditsQueryTransactionIDResultsUnauthorized) Error

func (*GetAuditsQueryTransactionIDResultsUnauthorized) GetPayload

func (*GetAuditsQueryTransactionIDResultsUnauthorized) IsClientError

IsClientError returns true when this get audits query transaction Id results unauthorized response has a 4xx status code

func (*GetAuditsQueryTransactionIDResultsUnauthorized) IsCode

IsCode returns true when this get audits query transaction Id results unauthorized response a status code equal to that given

func (*GetAuditsQueryTransactionIDResultsUnauthorized) IsRedirect

IsRedirect returns true when this get audits query transaction Id results unauthorized response has a 3xx status code

func (*GetAuditsQueryTransactionIDResultsUnauthorized) IsServerError

IsServerError returns true when this get audits query transaction Id results unauthorized response has a 5xx status code

func (*GetAuditsQueryTransactionIDResultsUnauthorized) IsSuccess

IsSuccess returns true when this get audits query transaction Id results unauthorized response has a 2xx status code

func (*GetAuditsQueryTransactionIDResultsUnauthorized) String

type GetAuditsQueryTransactionIDResultsUnsupportedMediaType

type GetAuditsQueryTransactionIDResultsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetAuditsQueryTransactionIDResultsUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetAuditsQueryTransactionIDResultsUnsupportedMediaType

func NewGetAuditsQueryTransactionIDResultsUnsupportedMediaType() *GetAuditsQueryTransactionIDResultsUnsupportedMediaType

NewGetAuditsQueryTransactionIDResultsUnsupportedMediaType creates a GetAuditsQueryTransactionIDResultsUnsupportedMediaType with default headers values

func (*GetAuditsQueryTransactionIDResultsUnsupportedMediaType) Error

func (*GetAuditsQueryTransactionIDResultsUnsupportedMediaType) GetPayload

func (*GetAuditsQueryTransactionIDResultsUnsupportedMediaType) IsClientError

IsClientError returns true when this get audits query transaction Id results unsupported media type response has a 4xx status code

func (*GetAuditsQueryTransactionIDResultsUnsupportedMediaType) IsCode

IsCode returns true when this get audits query transaction Id results unsupported media type response a status code equal to that given

func (*GetAuditsQueryTransactionIDResultsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get audits query transaction Id results unsupported media type response has a 3xx status code

func (*GetAuditsQueryTransactionIDResultsUnsupportedMediaType) IsServerError

IsServerError returns true when this get audits query transaction Id results unsupported media type response has a 5xx status code

func (*GetAuditsQueryTransactionIDResultsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get audits query transaction Id results unsupported media type response has a 2xx status code

func (*GetAuditsQueryTransactionIDResultsUnsupportedMediaType) String

type GetAuditsQueryTransactionIDServiceUnavailable

type GetAuditsQueryTransactionIDServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetAuditsQueryTransactionIDServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetAuditsQueryTransactionIDServiceUnavailable

func NewGetAuditsQueryTransactionIDServiceUnavailable() *GetAuditsQueryTransactionIDServiceUnavailable

NewGetAuditsQueryTransactionIDServiceUnavailable creates a GetAuditsQueryTransactionIDServiceUnavailable with default headers values

func (*GetAuditsQueryTransactionIDServiceUnavailable) Error

func (*GetAuditsQueryTransactionIDServiceUnavailable) GetPayload

func (*GetAuditsQueryTransactionIDServiceUnavailable) IsClientError

IsClientError returns true when this get audits query transaction Id service unavailable response has a 4xx status code

func (*GetAuditsQueryTransactionIDServiceUnavailable) IsCode

IsCode returns true when this get audits query transaction Id service unavailable response a status code equal to that given

func (*GetAuditsQueryTransactionIDServiceUnavailable) IsRedirect

IsRedirect returns true when this get audits query transaction Id service unavailable response has a 3xx status code

func (*GetAuditsQueryTransactionIDServiceUnavailable) IsServerError

IsServerError returns true when this get audits query transaction Id service unavailable response has a 5xx status code

func (*GetAuditsQueryTransactionIDServiceUnavailable) IsSuccess

IsSuccess returns true when this get audits query transaction Id service unavailable response has a 2xx status code

func (*GetAuditsQueryTransactionIDServiceUnavailable) String

type GetAuditsQueryTransactionIDTooManyRequests

type GetAuditsQueryTransactionIDTooManyRequests struct {
	Payload *models.ErrorBody
}

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

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetAuditsQueryTransactionIDTooManyRequests

func NewGetAuditsQueryTransactionIDTooManyRequests() *GetAuditsQueryTransactionIDTooManyRequests

NewGetAuditsQueryTransactionIDTooManyRequests creates a GetAuditsQueryTransactionIDTooManyRequests with default headers values

func (*GetAuditsQueryTransactionIDTooManyRequests) Error

func (*GetAuditsQueryTransactionIDTooManyRequests) GetPayload

func (*GetAuditsQueryTransactionIDTooManyRequests) IsClientError

IsClientError returns true when this get audits query transaction Id too many requests response has a 4xx status code

func (*GetAuditsQueryTransactionIDTooManyRequests) IsCode

IsCode returns true when this get audits query transaction Id too many requests response a status code equal to that given

func (*GetAuditsQueryTransactionIDTooManyRequests) IsRedirect

IsRedirect returns true when this get audits query transaction Id too many requests response has a 3xx status code

func (*GetAuditsQueryTransactionIDTooManyRequests) IsServerError

IsServerError returns true when this get audits query transaction Id too many requests response has a 5xx status code

func (*GetAuditsQueryTransactionIDTooManyRequests) IsSuccess

IsSuccess returns true when this get audits query transaction Id too many requests response has a 2xx status code

func (*GetAuditsQueryTransactionIDTooManyRequests) String

type GetAuditsQueryTransactionIDUnauthorized

type GetAuditsQueryTransactionIDUnauthorized struct {
	Payload *models.ErrorBody
}

GetAuditsQueryTransactionIDUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetAuditsQueryTransactionIDUnauthorized

func NewGetAuditsQueryTransactionIDUnauthorized() *GetAuditsQueryTransactionIDUnauthorized

NewGetAuditsQueryTransactionIDUnauthorized creates a GetAuditsQueryTransactionIDUnauthorized with default headers values

func (*GetAuditsQueryTransactionIDUnauthorized) Error

func (*GetAuditsQueryTransactionIDUnauthorized) GetPayload

func (*GetAuditsQueryTransactionIDUnauthorized) IsClientError

func (o *GetAuditsQueryTransactionIDUnauthorized) IsClientError() bool

IsClientError returns true when this get audits query transaction Id unauthorized response has a 4xx status code

func (*GetAuditsQueryTransactionIDUnauthorized) IsCode

IsCode returns true when this get audits query transaction Id unauthorized response a status code equal to that given

func (*GetAuditsQueryTransactionIDUnauthorized) IsRedirect

IsRedirect returns true when this get audits query transaction Id unauthorized response has a 3xx status code

func (*GetAuditsQueryTransactionIDUnauthorized) IsServerError

func (o *GetAuditsQueryTransactionIDUnauthorized) IsServerError() bool

IsServerError returns true when this get audits query transaction Id unauthorized response has a 5xx status code

func (*GetAuditsQueryTransactionIDUnauthorized) IsSuccess

IsSuccess returns true when this get audits query transaction Id unauthorized response has a 2xx status code

func (*GetAuditsQueryTransactionIDUnauthorized) String

type GetAuditsQueryTransactionIDUnsupportedMediaType

type GetAuditsQueryTransactionIDUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetAuditsQueryTransactionIDUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetAuditsQueryTransactionIDUnsupportedMediaType

func NewGetAuditsQueryTransactionIDUnsupportedMediaType() *GetAuditsQueryTransactionIDUnsupportedMediaType

NewGetAuditsQueryTransactionIDUnsupportedMediaType creates a GetAuditsQueryTransactionIDUnsupportedMediaType with default headers values

func (*GetAuditsQueryTransactionIDUnsupportedMediaType) Error

func (*GetAuditsQueryTransactionIDUnsupportedMediaType) GetPayload

func (*GetAuditsQueryTransactionIDUnsupportedMediaType) IsClientError

IsClientError returns true when this get audits query transaction Id unsupported media type response has a 4xx status code

func (*GetAuditsQueryTransactionIDUnsupportedMediaType) IsCode

IsCode returns true when this get audits query transaction Id unsupported media type response a status code equal to that given

func (*GetAuditsQueryTransactionIDUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get audits query transaction Id unsupported media type response has a 3xx status code

func (*GetAuditsQueryTransactionIDUnsupportedMediaType) IsServerError

IsServerError returns true when this get audits query transaction Id unsupported media type response has a 5xx status code

func (*GetAuditsQueryTransactionIDUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get audits query transaction Id unsupported media type response has a 2xx status code

func (*GetAuditsQueryTransactionIDUnsupportedMediaType) String

type PostAuditsQueryAccepted

type PostAuditsQueryAccepted struct {
	Payload *models.AuditQueryExecutionStatusResponse
}

PostAuditsQueryAccepted describes a response with status code 202, with default header values.

Accepted - Query execution is accepted.

func NewPostAuditsQueryAccepted

func NewPostAuditsQueryAccepted() *PostAuditsQueryAccepted

NewPostAuditsQueryAccepted creates a PostAuditsQueryAccepted with default headers values

func (*PostAuditsQueryAccepted) Error

func (o *PostAuditsQueryAccepted) Error() string

func (*PostAuditsQueryAccepted) GetPayload

func (*PostAuditsQueryAccepted) IsClientError

func (o *PostAuditsQueryAccepted) IsClientError() bool

IsClientError returns true when this post audits query accepted response has a 4xx status code

func (*PostAuditsQueryAccepted) IsCode

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

IsCode returns true when this post audits query accepted response a status code equal to that given

func (*PostAuditsQueryAccepted) IsRedirect

func (o *PostAuditsQueryAccepted) IsRedirect() bool

IsRedirect returns true when this post audits query accepted response has a 3xx status code

func (*PostAuditsQueryAccepted) IsServerError

func (o *PostAuditsQueryAccepted) IsServerError() bool

IsServerError returns true when this post audits query accepted response has a 5xx status code

func (*PostAuditsQueryAccepted) IsSuccess

func (o *PostAuditsQueryAccepted) IsSuccess() bool

IsSuccess returns true when this post audits query accepted response has a 2xx status code

func (*PostAuditsQueryAccepted) String

func (o *PostAuditsQueryAccepted) String() string

type PostAuditsQueryBadRequest

type PostAuditsQueryBadRequest struct {
	Payload *models.ErrorBody
}

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

The request could not be understood by the server due to malformed syntax.

func NewPostAuditsQueryBadRequest

func NewPostAuditsQueryBadRequest() *PostAuditsQueryBadRequest

NewPostAuditsQueryBadRequest creates a PostAuditsQueryBadRequest with default headers values

func (*PostAuditsQueryBadRequest) Error

func (o *PostAuditsQueryBadRequest) Error() string

func (*PostAuditsQueryBadRequest) GetPayload

func (o *PostAuditsQueryBadRequest) GetPayload() *models.ErrorBody

func (*PostAuditsQueryBadRequest) IsClientError

func (o *PostAuditsQueryBadRequest) IsClientError() bool

IsClientError returns true when this post audits query bad request response has a 4xx status code

func (*PostAuditsQueryBadRequest) IsCode

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

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

func (*PostAuditsQueryBadRequest) IsRedirect

func (o *PostAuditsQueryBadRequest) IsRedirect() bool

IsRedirect returns true when this post audits query bad request response has a 3xx status code

func (*PostAuditsQueryBadRequest) IsServerError

func (o *PostAuditsQueryBadRequest) IsServerError() bool

IsServerError returns true when this post audits query bad request response has a 5xx status code

func (*PostAuditsQueryBadRequest) IsSuccess

func (o *PostAuditsQueryBadRequest) IsSuccess() bool

IsSuccess returns true when this post audits query bad request response has a 2xx status code

func (*PostAuditsQueryBadRequest) String

func (o *PostAuditsQueryBadRequest) String() string

type PostAuditsQueryForbidden

type PostAuditsQueryForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewPostAuditsQueryForbidden

func NewPostAuditsQueryForbidden() *PostAuditsQueryForbidden

NewPostAuditsQueryForbidden creates a PostAuditsQueryForbidden with default headers values

func (*PostAuditsQueryForbidden) Error

func (o *PostAuditsQueryForbidden) Error() string

func (*PostAuditsQueryForbidden) GetPayload

func (o *PostAuditsQueryForbidden) GetPayload() *models.ErrorBody

func (*PostAuditsQueryForbidden) IsClientError

func (o *PostAuditsQueryForbidden) IsClientError() bool

IsClientError returns true when this post audits query forbidden response has a 4xx status code

func (*PostAuditsQueryForbidden) IsCode

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

IsCode returns true when this post audits query forbidden response a status code equal to that given

func (*PostAuditsQueryForbidden) IsRedirect

func (o *PostAuditsQueryForbidden) IsRedirect() bool

IsRedirect returns true when this post audits query forbidden response has a 3xx status code

func (*PostAuditsQueryForbidden) IsServerError

func (o *PostAuditsQueryForbidden) IsServerError() bool

IsServerError returns true when this post audits query forbidden response has a 5xx status code

func (*PostAuditsQueryForbidden) IsSuccess

func (o *PostAuditsQueryForbidden) IsSuccess() bool

IsSuccess returns true when this post audits query forbidden response has a 2xx status code

func (*PostAuditsQueryForbidden) String

func (o *PostAuditsQueryForbidden) String() string

type PostAuditsQueryGatewayTimeout

type PostAuditsQueryGatewayTimeout struct {
	Payload *models.ErrorBody
}

PostAuditsQueryGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPostAuditsQueryGatewayTimeout

func NewPostAuditsQueryGatewayTimeout() *PostAuditsQueryGatewayTimeout

NewPostAuditsQueryGatewayTimeout creates a PostAuditsQueryGatewayTimeout with default headers values

func (*PostAuditsQueryGatewayTimeout) Error

func (*PostAuditsQueryGatewayTimeout) GetPayload

func (*PostAuditsQueryGatewayTimeout) IsClientError

func (o *PostAuditsQueryGatewayTimeout) IsClientError() bool

IsClientError returns true when this post audits query gateway timeout response has a 4xx status code

func (*PostAuditsQueryGatewayTimeout) IsCode

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

IsCode returns true when this post audits query gateway timeout response a status code equal to that given

func (*PostAuditsQueryGatewayTimeout) IsRedirect

func (o *PostAuditsQueryGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this post audits query gateway timeout response has a 3xx status code

func (*PostAuditsQueryGatewayTimeout) IsServerError

func (o *PostAuditsQueryGatewayTimeout) IsServerError() bool

IsServerError returns true when this post audits query gateway timeout response has a 5xx status code

func (*PostAuditsQueryGatewayTimeout) IsSuccess

func (o *PostAuditsQueryGatewayTimeout) IsSuccess() bool

IsSuccess returns true when this post audits query gateway timeout response has a 2xx status code

func (*PostAuditsQueryGatewayTimeout) String

type PostAuditsQueryInternalServerError

type PostAuditsQueryInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPostAuditsQueryInternalServerError

func NewPostAuditsQueryInternalServerError() *PostAuditsQueryInternalServerError

NewPostAuditsQueryInternalServerError creates a PostAuditsQueryInternalServerError with default headers values

func (*PostAuditsQueryInternalServerError) Error

func (*PostAuditsQueryInternalServerError) GetPayload

func (*PostAuditsQueryInternalServerError) IsClientError

func (o *PostAuditsQueryInternalServerError) IsClientError() bool

IsClientError returns true when this post audits query internal server error response has a 4xx status code

func (*PostAuditsQueryInternalServerError) IsCode

IsCode returns true when this post audits query internal server error response a status code equal to that given

func (*PostAuditsQueryInternalServerError) IsRedirect

func (o *PostAuditsQueryInternalServerError) IsRedirect() bool

IsRedirect returns true when this post audits query internal server error response has a 3xx status code

func (*PostAuditsQueryInternalServerError) IsServerError

func (o *PostAuditsQueryInternalServerError) IsServerError() bool

IsServerError returns true when this post audits query internal server error response has a 5xx status code

func (*PostAuditsQueryInternalServerError) IsSuccess

IsSuccess returns true when this post audits query internal server error response has a 2xx status code

func (*PostAuditsQueryInternalServerError) String

type PostAuditsQueryNotFound

type PostAuditsQueryNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewPostAuditsQueryNotFound

func NewPostAuditsQueryNotFound() *PostAuditsQueryNotFound

NewPostAuditsQueryNotFound creates a PostAuditsQueryNotFound with default headers values

func (*PostAuditsQueryNotFound) Error

func (o *PostAuditsQueryNotFound) Error() string

func (*PostAuditsQueryNotFound) GetPayload

func (o *PostAuditsQueryNotFound) GetPayload() *models.ErrorBody

func (*PostAuditsQueryNotFound) IsClientError

func (o *PostAuditsQueryNotFound) IsClientError() bool

IsClientError returns true when this post audits query not found response has a 4xx status code

func (*PostAuditsQueryNotFound) IsCode

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

IsCode returns true when this post audits query not found response a status code equal to that given

func (*PostAuditsQueryNotFound) IsRedirect

func (o *PostAuditsQueryNotFound) IsRedirect() bool

IsRedirect returns true when this post audits query not found response has a 3xx status code

func (*PostAuditsQueryNotFound) IsServerError

func (o *PostAuditsQueryNotFound) IsServerError() bool

IsServerError returns true when this post audits query not found response has a 5xx status code

func (*PostAuditsQueryNotFound) IsSuccess

func (o *PostAuditsQueryNotFound) IsSuccess() bool

IsSuccess returns true when this post audits query not found response has a 2xx status code

func (*PostAuditsQueryNotFound) String

func (o *PostAuditsQueryNotFound) String() string

type PostAuditsQueryOK

type PostAuditsQueryOK struct {
	Payload *models.AuditQueryExecutionStatusResponse
}

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

successful operation

func NewPostAuditsQueryOK

func NewPostAuditsQueryOK() *PostAuditsQueryOK

NewPostAuditsQueryOK creates a PostAuditsQueryOK with default headers values

func (*PostAuditsQueryOK) Error

func (o *PostAuditsQueryOK) Error() string

func (*PostAuditsQueryOK) GetPayload

func (*PostAuditsQueryOK) IsClientError

func (o *PostAuditsQueryOK) IsClientError() bool

IsClientError returns true when this post audits query o k response has a 4xx status code

func (*PostAuditsQueryOK) IsCode

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

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

func (*PostAuditsQueryOK) IsRedirect

func (o *PostAuditsQueryOK) IsRedirect() bool

IsRedirect returns true when this post audits query o k response has a 3xx status code

func (*PostAuditsQueryOK) IsServerError

func (o *PostAuditsQueryOK) IsServerError() bool

IsServerError returns true when this post audits query o k response has a 5xx status code

func (*PostAuditsQueryOK) IsSuccess

func (o *PostAuditsQueryOK) IsSuccess() bool

IsSuccess returns true when this post audits query o k response has a 2xx status code

func (*PostAuditsQueryOK) String

func (o *PostAuditsQueryOK) String() string

type PostAuditsQueryParams

type PostAuditsQueryParams struct {

	/* Body.

	   query
	*/
	Body *models.AuditQueryRequest

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

PostAuditsQueryParams contains all the parameters to send to the API endpoint

for the post audits query operation.

Typically these are written to a http.Request.

func NewPostAuditsQueryParams

func NewPostAuditsQueryParams() *PostAuditsQueryParams

NewPostAuditsQueryParams creates a new PostAuditsQueryParams 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 NewPostAuditsQueryParamsWithContext

func NewPostAuditsQueryParamsWithContext(ctx context.Context) *PostAuditsQueryParams

NewPostAuditsQueryParamsWithContext creates a new PostAuditsQueryParams object with the ability to set a context for a request.

func NewPostAuditsQueryParamsWithHTTPClient

func NewPostAuditsQueryParamsWithHTTPClient(client *http.Client) *PostAuditsQueryParams

NewPostAuditsQueryParamsWithHTTPClient creates a new PostAuditsQueryParams object with the ability to set a custom HTTPClient for a request.

func NewPostAuditsQueryParamsWithTimeout

func NewPostAuditsQueryParamsWithTimeout(timeout time.Duration) *PostAuditsQueryParams

NewPostAuditsQueryParamsWithTimeout creates a new PostAuditsQueryParams object with the ability to set a timeout on a request.

func (*PostAuditsQueryParams) SetBody

SetBody adds the body to the post audits query params

func (*PostAuditsQueryParams) SetContext

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

SetContext adds the context to the post audits query params

func (*PostAuditsQueryParams) SetDefaults

func (o *PostAuditsQueryParams) SetDefaults()

SetDefaults hydrates default values in the post audits query params (not the query body).

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

func (*PostAuditsQueryParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post audits query params

func (*PostAuditsQueryParams) SetTimeout

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

SetTimeout adds the timeout to the post audits query params

func (*PostAuditsQueryParams) WithBody

WithBody adds the body to the post audits query params

func (*PostAuditsQueryParams) WithContext

WithContext adds the context to the post audits query params

func (*PostAuditsQueryParams) WithDefaults

func (o *PostAuditsQueryParams) WithDefaults() *PostAuditsQueryParams

WithDefaults hydrates default values in the post audits query params (not the query body).

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

func (*PostAuditsQueryParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the post audits query params

func (*PostAuditsQueryParams) WithTimeout

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

WithTimeout adds the timeout to the post audits query params

func (*PostAuditsQueryParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type PostAuditsQueryReader

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

PostAuditsQueryReader is a Reader for the PostAuditsQuery structure.

func (*PostAuditsQueryReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostAuditsQueryRealtimeBadRequest

type PostAuditsQueryRealtimeBadRequest struct {
	Payload *models.ErrorBody
}

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

The request could not be understood by the server due to malformed syntax.

func NewPostAuditsQueryRealtimeBadRequest

func NewPostAuditsQueryRealtimeBadRequest() *PostAuditsQueryRealtimeBadRequest

NewPostAuditsQueryRealtimeBadRequest creates a PostAuditsQueryRealtimeBadRequest with default headers values

func (*PostAuditsQueryRealtimeBadRequest) Error

func (*PostAuditsQueryRealtimeBadRequest) GetPayload

func (*PostAuditsQueryRealtimeBadRequest) IsClientError

func (o *PostAuditsQueryRealtimeBadRequest) IsClientError() bool

IsClientError returns true when this post audits query realtime bad request response has a 4xx status code

func (*PostAuditsQueryRealtimeBadRequest) IsCode

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

IsCode returns true when this post audits query realtime bad request response a status code equal to that given

func (*PostAuditsQueryRealtimeBadRequest) IsRedirect

func (o *PostAuditsQueryRealtimeBadRequest) IsRedirect() bool

IsRedirect returns true when this post audits query realtime bad request response has a 3xx status code

func (*PostAuditsQueryRealtimeBadRequest) IsServerError

func (o *PostAuditsQueryRealtimeBadRequest) IsServerError() bool

IsServerError returns true when this post audits query realtime bad request response has a 5xx status code

func (*PostAuditsQueryRealtimeBadRequest) IsSuccess

func (o *PostAuditsQueryRealtimeBadRequest) IsSuccess() bool

IsSuccess returns true when this post audits query realtime bad request response has a 2xx status code

func (*PostAuditsQueryRealtimeBadRequest) String

type PostAuditsQueryRealtimeForbidden

type PostAuditsQueryRealtimeForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewPostAuditsQueryRealtimeForbidden

func NewPostAuditsQueryRealtimeForbidden() *PostAuditsQueryRealtimeForbidden

NewPostAuditsQueryRealtimeForbidden creates a PostAuditsQueryRealtimeForbidden with default headers values

func (*PostAuditsQueryRealtimeForbidden) Error

func (*PostAuditsQueryRealtimeForbidden) GetPayload

func (*PostAuditsQueryRealtimeForbidden) IsClientError

func (o *PostAuditsQueryRealtimeForbidden) IsClientError() bool

IsClientError returns true when this post audits query realtime forbidden response has a 4xx status code

func (*PostAuditsQueryRealtimeForbidden) IsCode

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

IsCode returns true when this post audits query realtime forbidden response a status code equal to that given

func (*PostAuditsQueryRealtimeForbidden) IsRedirect

func (o *PostAuditsQueryRealtimeForbidden) IsRedirect() bool

IsRedirect returns true when this post audits query realtime forbidden response has a 3xx status code

func (*PostAuditsQueryRealtimeForbidden) IsServerError

func (o *PostAuditsQueryRealtimeForbidden) IsServerError() bool

IsServerError returns true when this post audits query realtime forbidden response has a 5xx status code

func (*PostAuditsQueryRealtimeForbidden) IsSuccess

func (o *PostAuditsQueryRealtimeForbidden) IsSuccess() bool

IsSuccess returns true when this post audits query realtime forbidden response has a 2xx status code

func (*PostAuditsQueryRealtimeForbidden) String

type PostAuditsQueryRealtimeGatewayTimeout

type PostAuditsQueryRealtimeGatewayTimeout struct {
	Payload *models.ErrorBody
}

PostAuditsQueryRealtimeGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPostAuditsQueryRealtimeGatewayTimeout

func NewPostAuditsQueryRealtimeGatewayTimeout() *PostAuditsQueryRealtimeGatewayTimeout

NewPostAuditsQueryRealtimeGatewayTimeout creates a PostAuditsQueryRealtimeGatewayTimeout with default headers values

func (*PostAuditsQueryRealtimeGatewayTimeout) Error

func (*PostAuditsQueryRealtimeGatewayTimeout) GetPayload

func (*PostAuditsQueryRealtimeGatewayTimeout) IsClientError

func (o *PostAuditsQueryRealtimeGatewayTimeout) IsClientError() bool

IsClientError returns true when this post audits query realtime gateway timeout response has a 4xx status code

func (*PostAuditsQueryRealtimeGatewayTimeout) IsCode

IsCode returns true when this post audits query realtime gateway timeout response a status code equal to that given

func (*PostAuditsQueryRealtimeGatewayTimeout) IsRedirect

IsRedirect returns true when this post audits query realtime gateway timeout response has a 3xx status code

func (*PostAuditsQueryRealtimeGatewayTimeout) IsServerError

func (o *PostAuditsQueryRealtimeGatewayTimeout) IsServerError() bool

IsServerError returns true when this post audits query realtime gateway timeout response has a 5xx status code

func (*PostAuditsQueryRealtimeGatewayTimeout) IsSuccess

IsSuccess returns true when this post audits query realtime gateway timeout response has a 2xx status code

func (*PostAuditsQueryRealtimeGatewayTimeout) String

type PostAuditsQueryRealtimeInternalServerError

type PostAuditsQueryRealtimeInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPostAuditsQueryRealtimeInternalServerError

func NewPostAuditsQueryRealtimeInternalServerError() *PostAuditsQueryRealtimeInternalServerError

NewPostAuditsQueryRealtimeInternalServerError creates a PostAuditsQueryRealtimeInternalServerError with default headers values

func (*PostAuditsQueryRealtimeInternalServerError) Error

func (*PostAuditsQueryRealtimeInternalServerError) GetPayload

func (*PostAuditsQueryRealtimeInternalServerError) IsClientError

IsClientError returns true when this post audits query realtime internal server error response has a 4xx status code

func (*PostAuditsQueryRealtimeInternalServerError) IsCode

IsCode returns true when this post audits query realtime internal server error response a status code equal to that given

func (*PostAuditsQueryRealtimeInternalServerError) IsRedirect

IsRedirect returns true when this post audits query realtime internal server error response has a 3xx status code

func (*PostAuditsQueryRealtimeInternalServerError) IsServerError

IsServerError returns true when this post audits query realtime internal server error response has a 5xx status code

func (*PostAuditsQueryRealtimeInternalServerError) IsSuccess

IsSuccess returns true when this post audits query realtime internal server error response has a 2xx status code

func (*PostAuditsQueryRealtimeInternalServerError) String

type PostAuditsQueryRealtimeNotFound

type PostAuditsQueryRealtimeNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewPostAuditsQueryRealtimeNotFound

func NewPostAuditsQueryRealtimeNotFound() *PostAuditsQueryRealtimeNotFound

NewPostAuditsQueryRealtimeNotFound creates a PostAuditsQueryRealtimeNotFound with default headers values

func (*PostAuditsQueryRealtimeNotFound) Error

func (*PostAuditsQueryRealtimeNotFound) GetPayload

func (*PostAuditsQueryRealtimeNotFound) IsClientError

func (o *PostAuditsQueryRealtimeNotFound) IsClientError() bool

IsClientError returns true when this post audits query realtime not found response has a 4xx status code

func (*PostAuditsQueryRealtimeNotFound) IsCode

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

IsCode returns true when this post audits query realtime not found response a status code equal to that given

func (*PostAuditsQueryRealtimeNotFound) IsRedirect

func (o *PostAuditsQueryRealtimeNotFound) IsRedirect() bool

IsRedirect returns true when this post audits query realtime not found response has a 3xx status code

func (*PostAuditsQueryRealtimeNotFound) IsServerError

func (o *PostAuditsQueryRealtimeNotFound) IsServerError() bool

IsServerError returns true when this post audits query realtime not found response has a 5xx status code

func (*PostAuditsQueryRealtimeNotFound) IsSuccess

func (o *PostAuditsQueryRealtimeNotFound) IsSuccess() bool

IsSuccess returns true when this post audits query realtime not found response has a 2xx status code

func (*PostAuditsQueryRealtimeNotFound) String

type PostAuditsQueryRealtimeOK

type PostAuditsQueryRealtimeOK struct {
	Payload *models.AuditRealtimeQueryResultsResponse
}

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

successful operation

func NewPostAuditsQueryRealtimeOK

func NewPostAuditsQueryRealtimeOK() *PostAuditsQueryRealtimeOK

NewPostAuditsQueryRealtimeOK creates a PostAuditsQueryRealtimeOK with default headers values

func (*PostAuditsQueryRealtimeOK) Error

func (o *PostAuditsQueryRealtimeOK) Error() string

func (*PostAuditsQueryRealtimeOK) GetPayload

func (*PostAuditsQueryRealtimeOK) IsClientError

func (o *PostAuditsQueryRealtimeOK) IsClientError() bool

IsClientError returns true when this post audits query realtime o k response has a 4xx status code

func (*PostAuditsQueryRealtimeOK) IsCode

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

IsCode returns true when this post audits query realtime o k response a status code equal to that given

func (*PostAuditsQueryRealtimeOK) IsRedirect

func (o *PostAuditsQueryRealtimeOK) IsRedirect() bool

IsRedirect returns true when this post audits query realtime o k response has a 3xx status code

func (*PostAuditsQueryRealtimeOK) IsServerError

func (o *PostAuditsQueryRealtimeOK) IsServerError() bool

IsServerError returns true when this post audits query realtime o k response has a 5xx status code

func (*PostAuditsQueryRealtimeOK) IsSuccess

func (o *PostAuditsQueryRealtimeOK) IsSuccess() bool

IsSuccess returns true when this post audits query realtime o k response has a 2xx status code

func (*PostAuditsQueryRealtimeOK) String

func (o *PostAuditsQueryRealtimeOK) String() string

type PostAuditsQueryRealtimeParams

type PostAuditsQueryRealtimeParams struct {

	/* Body.

	   query
	*/
	Body *models.AuditRealtimeQueryRequest

	/* Expand.

	   Which fields, if any, to expand
	*/
	Expand []string

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

PostAuditsQueryRealtimeParams contains all the parameters to send to the API endpoint

for the post audits query realtime operation.

Typically these are written to a http.Request.

func NewPostAuditsQueryRealtimeParams

func NewPostAuditsQueryRealtimeParams() *PostAuditsQueryRealtimeParams

NewPostAuditsQueryRealtimeParams creates a new PostAuditsQueryRealtimeParams 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 NewPostAuditsQueryRealtimeParamsWithContext

func NewPostAuditsQueryRealtimeParamsWithContext(ctx context.Context) *PostAuditsQueryRealtimeParams

NewPostAuditsQueryRealtimeParamsWithContext creates a new PostAuditsQueryRealtimeParams object with the ability to set a context for a request.

func NewPostAuditsQueryRealtimeParamsWithHTTPClient

func NewPostAuditsQueryRealtimeParamsWithHTTPClient(client *http.Client) *PostAuditsQueryRealtimeParams

NewPostAuditsQueryRealtimeParamsWithHTTPClient creates a new PostAuditsQueryRealtimeParams object with the ability to set a custom HTTPClient for a request.

func NewPostAuditsQueryRealtimeParamsWithTimeout

func NewPostAuditsQueryRealtimeParamsWithTimeout(timeout time.Duration) *PostAuditsQueryRealtimeParams

NewPostAuditsQueryRealtimeParamsWithTimeout creates a new PostAuditsQueryRealtimeParams object with the ability to set a timeout on a request.

func (*PostAuditsQueryRealtimeParams) SetBody

SetBody adds the body to the post audits query realtime params

func (*PostAuditsQueryRealtimeParams) SetContext

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

SetContext adds the context to the post audits query realtime params

func (*PostAuditsQueryRealtimeParams) SetDefaults

func (o *PostAuditsQueryRealtimeParams) SetDefaults()

SetDefaults hydrates default values in the post audits query realtime params (not the query body).

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

func (*PostAuditsQueryRealtimeParams) SetExpand

func (o *PostAuditsQueryRealtimeParams) SetExpand(expand []string)

SetExpand adds the expand to the post audits query realtime params

func (*PostAuditsQueryRealtimeParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post audits query realtime params

func (*PostAuditsQueryRealtimeParams) SetTimeout

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

SetTimeout adds the timeout to the post audits query realtime params

func (*PostAuditsQueryRealtimeParams) WithBody

WithBody adds the body to the post audits query realtime params

func (*PostAuditsQueryRealtimeParams) WithContext

WithContext adds the context to the post audits query realtime params

func (*PostAuditsQueryRealtimeParams) WithDefaults

WithDefaults hydrates default values in the post audits query realtime params (not the query body).

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

func (*PostAuditsQueryRealtimeParams) WithExpand

WithExpand adds the expand to the post audits query realtime params

func (*PostAuditsQueryRealtimeParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post audits query realtime params

func (*PostAuditsQueryRealtimeParams) WithTimeout

WithTimeout adds the timeout to the post audits query realtime params

func (*PostAuditsQueryRealtimeParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostAuditsQueryRealtimeReader

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

PostAuditsQueryRealtimeReader is a Reader for the PostAuditsQueryRealtime structure.

func (*PostAuditsQueryRealtimeReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostAuditsQueryRealtimeRequestEntityTooLarge

type PostAuditsQueryRealtimeRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PostAuditsQueryRealtimeRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPostAuditsQueryRealtimeRequestEntityTooLarge

func NewPostAuditsQueryRealtimeRequestEntityTooLarge() *PostAuditsQueryRealtimeRequestEntityTooLarge

NewPostAuditsQueryRealtimeRequestEntityTooLarge creates a PostAuditsQueryRealtimeRequestEntityTooLarge with default headers values

func (*PostAuditsQueryRealtimeRequestEntityTooLarge) Error

func (*PostAuditsQueryRealtimeRequestEntityTooLarge) GetPayload

func (*PostAuditsQueryRealtimeRequestEntityTooLarge) IsClientError

IsClientError returns true when this post audits query realtime request entity too large response has a 4xx status code

func (*PostAuditsQueryRealtimeRequestEntityTooLarge) IsCode

IsCode returns true when this post audits query realtime request entity too large response a status code equal to that given

func (*PostAuditsQueryRealtimeRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post audits query realtime request entity too large response has a 3xx status code

func (*PostAuditsQueryRealtimeRequestEntityTooLarge) IsServerError

IsServerError returns true when this post audits query realtime request entity too large response has a 5xx status code

func (*PostAuditsQueryRealtimeRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post audits query realtime request entity too large response has a 2xx status code

func (*PostAuditsQueryRealtimeRequestEntityTooLarge) String

type PostAuditsQueryRealtimeRequestTimeout

type PostAuditsQueryRealtimeRequestTimeout struct {
	Payload *models.ErrorBody
}

PostAuditsQueryRealtimeRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPostAuditsQueryRealtimeRequestTimeout

func NewPostAuditsQueryRealtimeRequestTimeout() *PostAuditsQueryRealtimeRequestTimeout

NewPostAuditsQueryRealtimeRequestTimeout creates a PostAuditsQueryRealtimeRequestTimeout with default headers values

func (*PostAuditsQueryRealtimeRequestTimeout) Error

func (*PostAuditsQueryRealtimeRequestTimeout) GetPayload

func (*PostAuditsQueryRealtimeRequestTimeout) IsClientError

func (o *PostAuditsQueryRealtimeRequestTimeout) IsClientError() bool

IsClientError returns true when this post audits query realtime request timeout response has a 4xx status code

func (*PostAuditsQueryRealtimeRequestTimeout) IsCode

IsCode returns true when this post audits query realtime request timeout response a status code equal to that given

func (*PostAuditsQueryRealtimeRequestTimeout) IsRedirect

IsRedirect returns true when this post audits query realtime request timeout response has a 3xx status code

func (*PostAuditsQueryRealtimeRequestTimeout) IsServerError

func (o *PostAuditsQueryRealtimeRequestTimeout) IsServerError() bool

IsServerError returns true when this post audits query realtime request timeout response has a 5xx status code

func (*PostAuditsQueryRealtimeRequestTimeout) IsSuccess

IsSuccess returns true when this post audits query realtime request timeout response has a 2xx status code

func (*PostAuditsQueryRealtimeRequestTimeout) String

type PostAuditsQueryRealtimeServiceUnavailable

type PostAuditsQueryRealtimeServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostAuditsQueryRealtimeServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPostAuditsQueryRealtimeServiceUnavailable

func NewPostAuditsQueryRealtimeServiceUnavailable() *PostAuditsQueryRealtimeServiceUnavailable

NewPostAuditsQueryRealtimeServiceUnavailable creates a PostAuditsQueryRealtimeServiceUnavailable with default headers values

func (*PostAuditsQueryRealtimeServiceUnavailable) Error

func (*PostAuditsQueryRealtimeServiceUnavailable) GetPayload

func (*PostAuditsQueryRealtimeServiceUnavailable) IsClientError

IsClientError returns true when this post audits query realtime service unavailable response has a 4xx status code

func (*PostAuditsQueryRealtimeServiceUnavailable) IsCode

IsCode returns true when this post audits query realtime service unavailable response a status code equal to that given

func (*PostAuditsQueryRealtimeServiceUnavailable) IsRedirect

IsRedirect returns true when this post audits query realtime service unavailable response has a 3xx status code

func (*PostAuditsQueryRealtimeServiceUnavailable) IsServerError

IsServerError returns true when this post audits query realtime service unavailable response has a 5xx status code

func (*PostAuditsQueryRealtimeServiceUnavailable) IsSuccess

IsSuccess returns true when this post audits query realtime service unavailable response has a 2xx status code

func (*PostAuditsQueryRealtimeServiceUnavailable) String

type PostAuditsQueryRealtimeTooManyRequests

type PostAuditsQueryRealtimeTooManyRequests struct {
	Payload *models.ErrorBody
}

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

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPostAuditsQueryRealtimeTooManyRequests

func NewPostAuditsQueryRealtimeTooManyRequests() *PostAuditsQueryRealtimeTooManyRequests

NewPostAuditsQueryRealtimeTooManyRequests creates a PostAuditsQueryRealtimeTooManyRequests with default headers values

func (*PostAuditsQueryRealtimeTooManyRequests) Error

func (*PostAuditsQueryRealtimeTooManyRequests) GetPayload

func (*PostAuditsQueryRealtimeTooManyRequests) IsClientError

func (o *PostAuditsQueryRealtimeTooManyRequests) IsClientError() bool

IsClientError returns true when this post audits query realtime too many requests response has a 4xx status code

func (*PostAuditsQueryRealtimeTooManyRequests) IsCode

IsCode returns true when this post audits query realtime too many requests response a status code equal to that given

func (*PostAuditsQueryRealtimeTooManyRequests) IsRedirect

IsRedirect returns true when this post audits query realtime too many requests response has a 3xx status code

func (*PostAuditsQueryRealtimeTooManyRequests) IsServerError

func (o *PostAuditsQueryRealtimeTooManyRequests) IsServerError() bool

IsServerError returns true when this post audits query realtime too many requests response has a 5xx status code

func (*PostAuditsQueryRealtimeTooManyRequests) IsSuccess

IsSuccess returns true when this post audits query realtime too many requests response has a 2xx status code

func (*PostAuditsQueryRealtimeTooManyRequests) String

type PostAuditsQueryRealtimeUnauthorized

type PostAuditsQueryRealtimeUnauthorized struct {
	Payload *models.ErrorBody
}

PostAuditsQueryRealtimeUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPostAuditsQueryRealtimeUnauthorized

func NewPostAuditsQueryRealtimeUnauthorized() *PostAuditsQueryRealtimeUnauthorized

NewPostAuditsQueryRealtimeUnauthorized creates a PostAuditsQueryRealtimeUnauthorized with default headers values

func (*PostAuditsQueryRealtimeUnauthorized) Error

func (*PostAuditsQueryRealtimeUnauthorized) GetPayload

func (*PostAuditsQueryRealtimeUnauthorized) IsClientError

func (o *PostAuditsQueryRealtimeUnauthorized) IsClientError() bool

IsClientError returns true when this post audits query realtime unauthorized response has a 4xx status code

func (*PostAuditsQueryRealtimeUnauthorized) IsCode

IsCode returns true when this post audits query realtime unauthorized response a status code equal to that given

func (*PostAuditsQueryRealtimeUnauthorized) IsRedirect

func (o *PostAuditsQueryRealtimeUnauthorized) IsRedirect() bool

IsRedirect returns true when this post audits query realtime unauthorized response has a 3xx status code

func (*PostAuditsQueryRealtimeUnauthorized) IsServerError

func (o *PostAuditsQueryRealtimeUnauthorized) IsServerError() bool

IsServerError returns true when this post audits query realtime unauthorized response has a 5xx status code

func (*PostAuditsQueryRealtimeUnauthorized) IsSuccess

IsSuccess returns true when this post audits query realtime unauthorized response has a 2xx status code

func (*PostAuditsQueryRealtimeUnauthorized) String

type PostAuditsQueryRealtimeUnsupportedMediaType

type PostAuditsQueryRealtimeUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostAuditsQueryRealtimeUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPostAuditsQueryRealtimeUnsupportedMediaType

func NewPostAuditsQueryRealtimeUnsupportedMediaType() *PostAuditsQueryRealtimeUnsupportedMediaType

NewPostAuditsQueryRealtimeUnsupportedMediaType creates a PostAuditsQueryRealtimeUnsupportedMediaType with default headers values

func (*PostAuditsQueryRealtimeUnsupportedMediaType) Error

func (*PostAuditsQueryRealtimeUnsupportedMediaType) GetPayload

func (*PostAuditsQueryRealtimeUnsupportedMediaType) IsClientError

IsClientError returns true when this post audits query realtime unsupported media type response has a 4xx status code

func (*PostAuditsQueryRealtimeUnsupportedMediaType) IsCode

IsCode returns true when this post audits query realtime unsupported media type response a status code equal to that given

func (*PostAuditsQueryRealtimeUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post audits query realtime unsupported media type response has a 3xx status code

func (*PostAuditsQueryRealtimeUnsupportedMediaType) IsServerError

IsServerError returns true when this post audits query realtime unsupported media type response has a 5xx status code

func (*PostAuditsQueryRealtimeUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post audits query realtime unsupported media type response has a 2xx status code

func (*PostAuditsQueryRealtimeUnsupportedMediaType) String

type PostAuditsQueryRequestEntityTooLarge

type PostAuditsQueryRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PostAuditsQueryRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPostAuditsQueryRequestEntityTooLarge

func NewPostAuditsQueryRequestEntityTooLarge() *PostAuditsQueryRequestEntityTooLarge

NewPostAuditsQueryRequestEntityTooLarge creates a PostAuditsQueryRequestEntityTooLarge with default headers values

func (*PostAuditsQueryRequestEntityTooLarge) Error

func (*PostAuditsQueryRequestEntityTooLarge) GetPayload

func (*PostAuditsQueryRequestEntityTooLarge) IsClientError

func (o *PostAuditsQueryRequestEntityTooLarge) IsClientError() bool

IsClientError returns true when this post audits query request entity too large response has a 4xx status code

func (*PostAuditsQueryRequestEntityTooLarge) IsCode

IsCode returns true when this post audits query request entity too large response a status code equal to that given

func (*PostAuditsQueryRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post audits query request entity too large response has a 3xx status code

func (*PostAuditsQueryRequestEntityTooLarge) IsServerError

func (o *PostAuditsQueryRequestEntityTooLarge) IsServerError() bool

IsServerError returns true when this post audits query request entity too large response has a 5xx status code

func (*PostAuditsQueryRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post audits query request entity too large response has a 2xx status code

func (*PostAuditsQueryRequestEntityTooLarge) String

type PostAuditsQueryRequestTimeout

type PostAuditsQueryRequestTimeout struct {
	Payload *models.ErrorBody
}

PostAuditsQueryRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPostAuditsQueryRequestTimeout

func NewPostAuditsQueryRequestTimeout() *PostAuditsQueryRequestTimeout

NewPostAuditsQueryRequestTimeout creates a PostAuditsQueryRequestTimeout with default headers values

func (*PostAuditsQueryRequestTimeout) Error

func (*PostAuditsQueryRequestTimeout) GetPayload

func (*PostAuditsQueryRequestTimeout) IsClientError

func (o *PostAuditsQueryRequestTimeout) IsClientError() bool

IsClientError returns true when this post audits query request timeout response has a 4xx status code

func (*PostAuditsQueryRequestTimeout) IsCode

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

IsCode returns true when this post audits query request timeout response a status code equal to that given

func (*PostAuditsQueryRequestTimeout) IsRedirect

func (o *PostAuditsQueryRequestTimeout) IsRedirect() bool

IsRedirect returns true when this post audits query request timeout response has a 3xx status code

func (*PostAuditsQueryRequestTimeout) IsServerError

func (o *PostAuditsQueryRequestTimeout) IsServerError() bool

IsServerError returns true when this post audits query request timeout response has a 5xx status code

func (*PostAuditsQueryRequestTimeout) IsSuccess

func (o *PostAuditsQueryRequestTimeout) IsSuccess() bool

IsSuccess returns true when this post audits query request timeout response has a 2xx status code

func (*PostAuditsQueryRequestTimeout) String

type PostAuditsQueryServiceUnavailable

type PostAuditsQueryServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostAuditsQueryServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPostAuditsQueryServiceUnavailable

func NewPostAuditsQueryServiceUnavailable() *PostAuditsQueryServiceUnavailable

NewPostAuditsQueryServiceUnavailable creates a PostAuditsQueryServiceUnavailable with default headers values

func (*PostAuditsQueryServiceUnavailable) Error

func (*PostAuditsQueryServiceUnavailable) GetPayload

func (*PostAuditsQueryServiceUnavailable) IsClientError

func (o *PostAuditsQueryServiceUnavailable) IsClientError() bool

IsClientError returns true when this post audits query service unavailable response has a 4xx status code

func (*PostAuditsQueryServiceUnavailable) IsCode

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

IsCode returns true when this post audits query service unavailable response a status code equal to that given

func (*PostAuditsQueryServiceUnavailable) IsRedirect

func (o *PostAuditsQueryServiceUnavailable) IsRedirect() bool

IsRedirect returns true when this post audits query service unavailable response has a 3xx status code

func (*PostAuditsQueryServiceUnavailable) IsServerError

func (o *PostAuditsQueryServiceUnavailable) IsServerError() bool

IsServerError returns true when this post audits query service unavailable response has a 5xx status code

func (*PostAuditsQueryServiceUnavailable) IsSuccess

func (o *PostAuditsQueryServiceUnavailable) IsSuccess() bool

IsSuccess returns true when this post audits query service unavailable response has a 2xx status code

func (*PostAuditsQueryServiceUnavailable) String

type PostAuditsQueryTooManyRequests

type PostAuditsQueryTooManyRequests struct {
	Payload *models.ErrorBody
}

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

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPostAuditsQueryTooManyRequests

func NewPostAuditsQueryTooManyRequests() *PostAuditsQueryTooManyRequests

NewPostAuditsQueryTooManyRequests creates a PostAuditsQueryTooManyRequests with default headers values

func (*PostAuditsQueryTooManyRequests) Error

func (*PostAuditsQueryTooManyRequests) GetPayload

func (*PostAuditsQueryTooManyRequests) IsClientError

func (o *PostAuditsQueryTooManyRequests) IsClientError() bool

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

func (*PostAuditsQueryTooManyRequests) IsCode

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

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

func (*PostAuditsQueryTooManyRequests) IsRedirect

func (o *PostAuditsQueryTooManyRequests) IsRedirect() bool

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

func (*PostAuditsQueryTooManyRequests) IsServerError

func (o *PostAuditsQueryTooManyRequests) IsServerError() bool

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

func (*PostAuditsQueryTooManyRequests) IsSuccess

func (o *PostAuditsQueryTooManyRequests) IsSuccess() bool

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

func (*PostAuditsQueryTooManyRequests) String

type PostAuditsQueryUnauthorized

type PostAuditsQueryUnauthorized struct {
	Payload *models.ErrorBody
}

PostAuditsQueryUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPostAuditsQueryUnauthorized

func NewPostAuditsQueryUnauthorized() *PostAuditsQueryUnauthorized

NewPostAuditsQueryUnauthorized creates a PostAuditsQueryUnauthorized with default headers values

func (*PostAuditsQueryUnauthorized) Error

func (*PostAuditsQueryUnauthorized) GetPayload

func (o *PostAuditsQueryUnauthorized) GetPayload() *models.ErrorBody

func (*PostAuditsQueryUnauthorized) IsClientError

func (o *PostAuditsQueryUnauthorized) IsClientError() bool

IsClientError returns true when this post audits query unauthorized response has a 4xx status code

func (*PostAuditsQueryUnauthorized) IsCode

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

IsCode returns true when this post audits query unauthorized response a status code equal to that given

func (*PostAuditsQueryUnauthorized) IsRedirect

func (o *PostAuditsQueryUnauthorized) IsRedirect() bool

IsRedirect returns true when this post audits query unauthorized response has a 3xx status code

func (*PostAuditsQueryUnauthorized) IsServerError

func (o *PostAuditsQueryUnauthorized) IsServerError() bool

IsServerError returns true when this post audits query unauthorized response has a 5xx status code

func (*PostAuditsQueryUnauthorized) IsSuccess

func (o *PostAuditsQueryUnauthorized) IsSuccess() bool

IsSuccess returns true when this post audits query unauthorized response has a 2xx status code

func (*PostAuditsQueryUnauthorized) String

func (o *PostAuditsQueryUnauthorized) String() string

type PostAuditsQueryUnsupportedMediaType

type PostAuditsQueryUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostAuditsQueryUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPostAuditsQueryUnsupportedMediaType

func NewPostAuditsQueryUnsupportedMediaType() *PostAuditsQueryUnsupportedMediaType

NewPostAuditsQueryUnsupportedMediaType creates a PostAuditsQueryUnsupportedMediaType with default headers values

func (*PostAuditsQueryUnsupportedMediaType) Error

func (*PostAuditsQueryUnsupportedMediaType) GetPayload

func (*PostAuditsQueryUnsupportedMediaType) IsClientError

func (o *PostAuditsQueryUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this post audits query unsupported media type response has a 4xx status code

func (*PostAuditsQueryUnsupportedMediaType) IsCode

IsCode returns true when this post audits query unsupported media type response a status code equal to that given

func (*PostAuditsQueryUnsupportedMediaType) IsRedirect

func (o *PostAuditsQueryUnsupportedMediaType) IsRedirect() bool

IsRedirect returns true when this post audits query unsupported media type response has a 3xx status code

func (*PostAuditsQueryUnsupportedMediaType) IsServerError

func (o *PostAuditsQueryUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this post audits query unsupported media type response has a 5xx status code

func (*PostAuditsQueryUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post audits query unsupported media type response has a 2xx status code

func (*PostAuditsQueryUnsupportedMediaType) String

Jump to

Keyboard shortcuts

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