reporting_tasks

package
v1.19.1 Latest Latest
Warning

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

Go to latest
Published: Jan 10, 2023 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AnalyzeConfigurationBadRequest

type AnalyzeConfigurationBadRequest struct {
}

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

NiFi was unable to complete the request because it was invalid. The request should not be retried without modification.

func NewAnalyzeConfigurationBadRequest

func NewAnalyzeConfigurationBadRequest() *AnalyzeConfigurationBadRequest

NewAnalyzeConfigurationBadRequest creates a AnalyzeConfigurationBadRequest with default headers values

func (*AnalyzeConfigurationBadRequest) Error

func (*AnalyzeConfigurationBadRequest) IsClientError added in v1.19.1

func (o *AnalyzeConfigurationBadRequest) IsClientError() bool

IsClientError returns true when this analyze configuration bad request response has a 4xx status code

func (*AnalyzeConfigurationBadRequest) IsCode added in v1.19.1

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

IsCode returns true when this analyze configuration bad request response a status code equal to that given

func (*AnalyzeConfigurationBadRequest) IsRedirect added in v1.19.1

func (o *AnalyzeConfigurationBadRequest) IsRedirect() bool

IsRedirect returns true when this analyze configuration bad request response has a 3xx status code

func (*AnalyzeConfigurationBadRequest) IsServerError added in v1.19.1

func (o *AnalyzeConfigurationBadRequest) IsServerError() bool

IsServerError returns true when this analyze configuration bad request response has a 5xx status code

func (*AnalyzeConfigurationBadRequest) IsSuccess added in v1.19.1

func (o *AnalyzeConfigurationBadRequest) IsSuccess() bool

IsSuccess returns true when this analyze configuration bad request response has a 2xx status code

func (*AnalyzeConfigurationBadRequest) String added in v1.19.1

type AnalyzeConfigurationConflict

type AnalyzeConfigurationConflict struct {
}

AnalyzeConfigurationConflict describes a response with status code 409, with default header values.

The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful.

func NewAnalyzeConfigurationConflict

func NewAnalyzeConfigurationConflict() *AnalyzeConfigurationConflict

NewAnalyzeConfigurationConflict creates a AnalyzeConfigurationConflict with default headers values

func (*AnalyzeConfigurationConflict) Error

func (*AnalyzeConfigurationConflict) IsClientError added in v1.19.1

func (o *AnalyzeConfigurationConflict) IsClientError() bool

IsClientError returns true when this analyze configuration conflict response has a 4xx status code

func (*AnalyzeConfigurationConflict) IsCode added in v1.19.1

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

IsCode returns true when this analyze configuration conflict response a status code equal to that given

func (*AnalyzeConfigurationConflict) IsRedirect added in v1.19.1

func (o *AnalyzeConfigurationConflict) IsRedirect() bool

IsRedirect returns true when this analyze configuration conflict response has a 3xx status code

func (*AnalyzeConfigurationConflict) IsServerError added in v1.19.1

func (o *AnalyzeConfigurationConflict) IsServerError() bool

IsServerError returns true when this analyze configuration conflict response has a 5xx status code

func (*AnalyzeConfigurationConflict) IsSuccess added in v1.19.1

func (o *AnalyzeConfigurationConflict) IsSuccess() bool

IsSuccess returns true when this analyze configuration conflict response has a 2xx status code

func (*AnalyzeConfigurationConflict) String added in v1.19.1

type AnalyzeConfigurationForbidden

type AnalyzeConfigurationForbidden struct {
}

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

Client is not authorized to make this request.

func NewAnalyzeConfigurationForbidden

func NewAnalyzeConfigurationForbidden() *AnalyzeConfigurationForbidden

NewAnalyzeConfigurationForbidden creates a AnalyzeConfigurationForbidden with default headers values

func (*AnalyzeConfigurationForbidden) Error

func (*AnalyzeConfigurationForbidden) IsClientError added in v1.19.1

func (o *AnalyzeConfigurationForbidden) IsClientError() bool

IsClientError returns true when this analyze configuration forbidden response has a 4xx status code

func (*AnalyzeConfigurationForbidden) IsCode added in v1.19.1

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

IsCode returns true when this analyze configuration forbidden response a status code equal to that given

func (*AnalyzeConfigurationForbidden) IsRedirect added in v1.19.1

func (o *AnalyzeConfigurationForbidden) IsRedirect() bool

IsRedirect returns true when this analyze configuration forbidden response has a 3xx status code

func (*AnalyzeConfigurationForbidden) IsServerError added in v1.19.1

func (o *AnalyzeConfigurationForbidden) IsServerError() bool

IsServerError returns true when this analyze configuration forbidden response has a 5xx status code

func (*AnalyzeConfigurationForbidden) IsSuccess added in v1.19.1

func (o *AnalyzeConfigurationForbidden) IsSuccess() bool

IsSuccess returns true when this analyze configuration forbidden response has a 2xx status code

func (*AnalyzeConfigurationForbidden) String added in v1.19.1

type AnalyzeConfigurationNotFound

type AnalyzeConfigurationNotFound struct {
}

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

The specified resource could not be found.

func NewAnalyzeConfigurationNotFound

func NewAnalyzeConfigurationNotFound() *AnalyzeConfigurationNotFound

NewAnalyzeConfigurationNotFound creates a AnalyzeConfigurationNotFound with default headers values

func (*AnalyzeConfigurationNotFound) Error

func (*AnalyzeConfigurationNotFound) IsClientError added in v1.19.1

func (o *AnalyzeConfigurationNotFound) IsClientError() bool

IsClientError returns true when this analyze configuration not found response has a 4xx status code

func (*AnalyzeConfigurationNotFound) IsCode added in v1.19.1

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

IsCode returns true when this analyze configuration not found response a status code equal to that given

func (*AnalyzeConfigurationNotFound) IsRedirect added in v1.19.1

func (o *AnalyzeConfigurationNotFound) IsRedirect() bool

IsRedirect returns true when this analyze configuration not found response has a 3xx status code

func (*AnalyzeConfigurationNotFound) IsServerError added in v1.19.1

func (o *AnalyzeConfigurationNotFound) IsServerError() bool

IsServerError returns true when this analyze configuration not found response has a 5xx status code

func (*AnalyzeConfigurationNotFound) IsSuccess added in v1.19.1

func (o *AnalyzeConfigurationNotFound) IsSuccess() bool

IsSuccess returns true when this analyze configuration not found response has a 2xx status code

func (*AnalyzeConfigurationNotFound) String added in v1.19.1

type AnalyzeConfigurationOK

type AnalyzeConfigurationOK struct {
	Payload *models.ConfigurationAnalysisEntity
}

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

successful operation

func NewAnalyzeConfigurationOK

func NewAnalyzeConfigurationOK() *AnalyzeConfigurationOK

NewAnalyzeConfigurationOK creates a AnalyzeConfigurationOK with default headers values

func (*AnalyzeConfigurationOK) Error

func (o *AnalyzeConfigurationOK) Error() string

func (*AnalyzeConfigurationOK) GetPayload

func (*AnalyzeConfigurationOK) IsClientError added in v1.19.1

func (o *AnalyzeConfigurationOK) IsClientError() bool

IsClientError returns true when this analyze configuration o k response has a 4xx status code

func (*AnalyzeConfigurationOK) IsCode added in v1.19.1

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

IsCode returns true when this analyze configuration o k response a status code equal to that given

func (*AnalyzeConfigurationOK) IsRedirect added in v1.19.1

func (o *AnalyzeConfigurationOK) IsRedirect() bool

IsRedirect returns true when this analyze configuration o k response has a 3xx status code

func (*AnalyzeConfigurationOK) IsServerError added in v1.19.1

func (o *AnalyzeConfigurationOK) IsServerError() bool

IsServerError returns true when this analyze configuration o k response has a 5xx status code

func (*AnalyzeConfigurationOK) IsSuccess added in v1.19.1

func (o *AnalyzeConfigurationOK) IsSuccess() bool

IsSuccess returns true when this analyze configuration o k response has a 2xx status code

func (*AnalyzeConfigurationOK) String added in v1.19.1

func (o *AnalyzeConfigurationOK) String() string

type AnalyzeConfigurationParams

type AnalyzeConfigurationParams struct {

	/* Body.

	   The configuration analysis request.
	*/
	Body *models.ConfigurationAnalysisEntity

	/* ID.

	   The reporting task id.
	*/
	ID string

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

AnalyzeConfigurationParams contains all the parameters to send to the API endpoint

for the analyze configuration operation.

Typically these are written to a http.Request.

func NewAnalyzeConfigurationParams

func NewAnalyzeConfigurationParams() *AnalyzeConfigurationParams

NewAnalyzeConfigurationParams creates a new AnalyzeConfigurationParams 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 NewAnalyzeConfigurationParamsWithContext

func NewAnalyzeConfigurationParamsWithContext(ctx context.Context) *AnalyzeConfigurationParams

NewAnalyzeConfigurationParamsWithContext creates a new AnalyzeConfigurationParams object with the ability to set a context for a request.

func NewAnalyzeConfigurationParamsWithHTTPClient

func NewAnalyzeConfigurationParamsWithHTTPClient(client *http.Client) *AnalyzeConfigurationParams

NewAnalyzeConfigurationParamsWithHTTPClient creates a new AnalyzeConfigurationParams object with the ability to set a custom HTTPClient for a request.

func NewAnalyzeConfigurationParamsWithTimeout

func NewAnalyzeConfigurationParamsWithTimeout(timeout time.Duration) *AnalyzeConfigurationParams

NewAnalyzeConfigurationParamsWithTimeout creates a new AnalyzeConfigurationParams object with the ability to set a timeout on a request.

func (*AnalyzeConfigurationParams) SetBody

SetBody adds the body to the analyze configuration params

func (*AnalyzeConfigurationParams) SetContext

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

SetContext adds the context to the analyze configuration params

func (*AnalyzeConfigurationParams) SetDefaults

func (o *AnalyzeConfigurationParams) SetDefaults()

SetDefaults hydrates default values in the analyze configuration params (not the query body).

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

func (*AnalyzeConfigurationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the analyze configuration params

func (*AnalyzeConfigurationParams) SetID

func (o *AnalyzeConfigurationParams) SetID(id string)

SetID adds the id to the analyze configuration params

func (*AnalyzeConfigurationParams) SetTimeout

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

SetTimeout adds the timeout to the analyze configuration params

func (*AnalyzeConfigurationParams) WithBody

WithBody adds the body to the analyze configuration params

func (*AnalyzeConfigurationParams) WithContext

WithContext adds the context to the analyze configuration params

func (*AnalyzeConfigurationParams) WithDefaults

WithDefaults hydrates default values in the analyze configuration params (not the query body).

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

func (*AnalyzeConfigurationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the analyze configuration params

func (*AnalyzeConfigurationParams) WithID

WithID adds the id to the analyze configuration params

func (*AnalyzeConfigurationParams) WithTimeout

WithTimeout adds the timeout to the analyze configuration params

func (*AnalyzeConfigurationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AnalyzeConfigurationReader

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

AnalyzeConfigurationReader is a Reader for the AnalyzeConfiguration structure.

func (*AnalyzeConfigurationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AnalyzeConfigurationUnauthorized

type AnalyzeConfigurationUnauthorized struct {
}

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

Client could not be authenticated.

func NewAnalyzeConfigurationUnauthorized

func NewAnalyzeConfigurationUnauthorized() *AnalyzeConfigurationUnauthorized

NewAnalyzeConfigurationUnauthorized creates a AnalyzeConfigurationUnauthorized with default headers values

func (*AnalyzeConfigurationUnauthorized) Error

func (*AnalyzeConfigurationUnauthorized) IsClientError added in v1.19.1

func (o *AnalyzeConfigurationUnauthorized) IsClientError() bool

IsClientError returns true when this analyze configuration unauthorized response has a 4xx status code

func (*AnalyzeConfigurationUnauthorized) IsCode added in v1.19.1

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

IsCode returns true when this analyze configuration unauthorized response a status code equal to that given

func (*AnalyzeConfigurationUnauthorized) IsRedirect added in v1.19.1

func (o *AnalyzeConfigurationUnauthorized) IsRedirect() bool

IsRedirect returns true when this analyze configuration unauthorized response has a 3xx status code

func (*AnalyzeConfigurationUnauthorized) IsServerError added in v1.19.1

func (o *AnalyzeConfigurationUnauthorized) IsServerError() bool

IsServerError returns true when this analyze configuration unauthorized response has a 5xx status code

func (*AnalyzeConfigurationUnauthorized) IsSuccess added in v1.19.1

func (o *AnalyzeConfigurationUnauthorized) IsSuccess() bool

IsSuccess returns true when this analyze configuration unauthorized response has a 2xx status code

func (*AnalyzeConfigurationUnauthorized) String added in v1.19.1

type ClearStateBadRequest

type ClearStateBadRequest struct {
}

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

NiFi was unable to complete the request because it was invalid. The request should not be retried without modification.

func NewClearStateBadRequest

func NewClearStateBadRequest() *ClearStateBadRequest

NewClearStateBadRequest creates a ClearStateBadRequest with default headers values

func (*ClearStateBadRequest) Error

func (o *ClearStateBadRequest) Error() string

func (*ClearStateBadRequest) IsClientError added in v1.19.1

func (o *ClearStateBadRequest) IsClientError() bool

IsClientError returns true when this clear state bad request response has a 4xx status code

func (*ClearStateBadRequest) IsCode added in v1.19.1

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

IsCode returns true when this clear state bad request response a status code equal to that given

func (*ClearStateBadRequest) IsRedirect added in v1.19.1

func (o *ClearStateBadRequest) IsRedirect() bool

IsRedirect returns true when this clear state bad request response has a 3xx status code

func (*ClearStateBadRequest) IsServerError added in v1.19.1

func (o *ClearStateBadRequest) IsServerError() bool

IsServerError returns true when this clear state bad request response has a 5xx status code

func (*ClearStateBadRequest) IsSuccess added in v1.19.1

func (o *ClearStateBadRequest) IsSuccess() bool

IsSuccess returns true when this clear state bad request response has a 2xx status code

func (*ClearStateBadRequest) String added in v1.19.1

func (o *ClearStateBadRequest) String() string

type ClearStateConflict

type ClearStateConflict struct {
}

ClearStateConflict describes a response with status code 409, with default header values.

The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful.

func NewClearStateConflict

func NewClearStateConflict() *ClearStateConflict

NewClearStateConflict creates a ClearStateConflict with default headers values

func (*ClearStateConflict) Error

func (o *ClearStateConflict) Error() string

func (*ClearStateConflict) IsClientError added in v1.19.1

func (o *ClearStateConflict) IsClientError() bool

IsClientError returns true when this clear state conflict response has a 4xx status code

func (*ClearStateConflict) IsCode added in v1.19.1

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

IsCode returns true when this clear state conflict response a status code equal to that given

func (*ClearStateConflict) IsRedirect added in v1.19.1

func (o *ClearStateConflict) IsRedirect() bool

IsRedirect returns true when this clear state conflict response has a 3xx status code

func (*ClearStateConflict) IsServerError added in v1.19.1

func (o *ClearStateConflict) IsServerError() bool

IsServerError returns true when this clear state conflict response has a 5xx status code

func (*ClearStateConflict) IsSuccess added in v1.19.1

func (o *ClearStateConflict) IsSuccess() bool

IsSuccess returns true when this clear state conflict response has a 2xx status code

func (*ClearStateConflict) String added in v1.19.1

func (o *ClearStateConflict) String() string

type ClearStateForbidden

type ClearStateForbidden struct {
}

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

Client is not authorized to make this request.

func NewClearStateForbidden

func NewClearStateForbidden() *ClearStateForbidden

NewClearStateForbidden creates a ClearStateForbidden with default headers values

func (*ClearStateForbidden) Error

func (o *ClearStateForbidden) Error() string

func (*ClearStateForbidden) IsClientError added in v1.19.1

func (o *ClearStateForbidden) IsClientError() bool

IsClientError returns true when this clear state forbidden response has a 4xx status code

func (*ClearStateForbidden) IsCode added in v1.19.1

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

IsCode returns true when this clear state forbidden response a status code equal to that given

func (*ClearStateForbidden) IsRedirect added in v1.19.1

func (o *ClearStateForbidden) IsRedirect() bool

IsRedirect returns true when this clear state forbidden response has a 3xx status code

func (*ClearStateForbidden) IsServerError added in v1.19.1

func (o *ClearStateForbidden) IsServerError() bool

IsServerError returns true when this clear state forbidden response has a 5xx status code

func (*ClearStateForbidden) IsSuccess added in v1.19.1

func (o *ClearStateForbidden) IsSuccess() bool

IsSuccess returns true when this clear state forbidden response has a 2xx status code

func (*ClearStateForbidden) String added in v1.19.1

func (o *ClearStateForbidden) String() string

type ClearStateNotFound

type ClearStateNotFound struct {
}

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

The specified resource could not be found.

func NewClearStateNotFound

func NewClearStateNotFound() *ClearStateNotFound

NewClearStateNotFound creates a ClearStateNotFound with default headers values

func (*ClearStateNotFound) Error

func (o *ClearStateNotFound) Error() string

func (*ClearStateNotFound) IsClientError added in v1.19.1

func (o *ClearStateNotFound) IsClientError() bool

IsClientError returns true when this clear state not found response has a 4xx status code

func (*ClearStateNotFound) IsCode added in v1.19.1

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

IsCode returns true when this clear state not found response a status code equal to that given

func (*ClearStateNotFound) IsRedirect added in v1.19.1

func (o *ClearStateNotFound) IsRedirect() bool

IsRedirect returns true when this clear state not found response has a 3xx status code

func (*ClearStateNotFound) IsServerError added in v1.19.1

func (o *ClearStateNotFound) IsServerError() bool

IsServerError returns true when this clear state not found response has a 5xx status code

func (*ClearStateNotFound) IsSuccess added in v1.19.1

func (o *ClearStateNotFound) IsSuccess() bool

IsSuccess returns true when this clear state not found response has a 2xx status code

func (*ClearStateNotFound) String added in v1.19.1

func (o *ClearStateNotFound) String() string

type ClearStateOK

type ClearStateOK struct {
	Payload *models.ComponentStateEntity
}

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

successful operation

func NewClearStateOK

func NewClearStateOK() *ClearStateOK

NewClearStateOK creates a ClearStateOK with default headers values

func (*ClearStateOK) Error

func (o *ClearStateOK) Error() string

func (*ClearStateOK) GetPayload

func (o *ClearStateOK) GetPayload() *models.ComponentStateEntity

func (*ClearStateOK) IsClientError added in v1.19.1

func (o *ClearStateOK) IsClientError() bool

IsClientError returns true when this clear state o k response has a 4xx status code

func (*ClearStateOK) IsCode added in v1.19.1

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

IsCode returns true when this clear state o k response a status code equal to that given

func (*ClearStateOK) IsRedirect added in v1.19.1

func (o *ClearStateOK) IsRedirect() bool

IsRedirect returns true when this clear state o k response has a 3xx status code

func (*ClearStateOK) IsServerError added in v1.19.1

func (o *ClearStateOK) IsServerError() bool

IsServerError returns true when this clear state o k response has a 5xx status code

func (*ClearStateOK) IsSuccess added in v1.19.1

func (o *ClearStateOK) IsSuccess() bool

IsSuccess returns true when this clear state o k response has a 2xx status code

func (*ClearStateOK) String added in v1.19.1

func (o *ClearStateOK) String() string

type ClearStateParams

type ClearStateParams struct {

	/* ID.

	   The reporting task id.
	*/
	ID string

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

ClearStateParams contains all the parameters to send to the API endpoint

for the clear state operation.

Typically these are written to a http.Request.

func NewClearStateParams

func NewClearStateParams() *ClearStateParams

NewClearStateParams creates a new ClearStateParams 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 NewClearStateParamsWithContext

func NewClearStateParamsWithContext(ctx context.Context) *ClearStateParams

NewClearStateParamsWithContext creates a new ClearStateParams object with the ability to set a context for a request.

func NewClearStateParamsWithHTTPClient

func NewClearStateParamsWithHTTPClient(client *http.Client) *ClearStateParams

NewClearStateParamsWithHTTPClient creates a new ClearStateParams object with the ability to set a custom HTTPClient for a request.

func NewClearStateParamsWithTimeout

func NewClearStateParamsWithTimeout(timeout time.Duration) *ClearStateParams

NewClearStateParamsWithTimeout creates a new ClearStateParams object with the ability to set a timeout on a request.

func (*ClearStateParams) SetContext

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

SetContext adds the context to the clear state params

func (*ClearStateParams) SetDefaults

func (o *ClearStateParams) SetDefaults()

SetDefaults hydrates default values in the clear state params (not the query body).

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

func (*ClearStateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the clear state params

func (*ClearStateParams) SetID

func (o *ClearStateParams) SetID(id string)

SetID adds the id to the clear state params

func (*ClearStateParams) SetTimeout

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

SetTimeout adds the timeout to the clear state params

func (*ClearStateParams) WithContext

func (o *ClearStateParams) WithContext(ctx context.Context) *ClearStateParams

WithContext adds the context to the clear state params

func (*ClearStateParams) WithDefaults

func (o *ClearStateParams) WithDefaults() *ClearStateParams

WithDefaults hydrates default values in the clear state params (not the query body).

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

func (*ClearStateParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the clear state params

func (*ClearStateParams) WithID

func (o *ClearStateParams) WithID(id string) *ClearStateParams

WithID adds the id to the clear state params

func (*ClearStateParams) WithTimeout

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

WithTimeout adds the timeout to the clear state params

func (*ClearStateParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ClearStateReader

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

ClearStateReader is a Reader for the ClearState structure.

func (*ClearStateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ClearStateUnauthorized

type ClearStateUnauthorized struct {
}

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

Client could not be authenticated.

func NewClearStateUnauthorized

func NewClearStateUnauthorized() *ClearStateUnauthorized

NewClearStateUnauthorized creates a ClearStateUnauthorized with default headers values

func (*ClearStateUnauthorized) Error

func (o *ClearStateUnauthorized) Error() string

func (*ClearStateUnauthorized) IsClientError added in v1.19.1

func (o *ClearStateUnauthorized) IsClientError() bool

IsClientError returns true when this clear state unauthorized response has a 4xx status code

func (*ClearStateUnauthorized) IsCode added in v1.19.1

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

IsCode returns true when this clear state unauthorized response a status code equal to that given

func (*ClearStateUnauthorized) IsRedirect added in v1.19.1

func (o *ClearStateUnauthorized) IsRedirect() bool

IsRedirect returns true when this clear state unauthorized response has a 3xx status code

func (*ClearStateUnauthorized) IsServerError added in v1.19.1

func (o *ClearStateUnauthorized) IsServerError() bool

IsServerError returns true when this clear state unauthorized response has a 5xx status code

func (*ClearStateUnauthorized) IsSuccess added in v1.19.1

func (o *ClearStateUnauthorized) IsSuccess() bool

IsSuccess returns true when this clear state unauthorized response has a 2xx status code

func (*ClearStateUnauthorized) String added in v1.19.1

func (o *ClearStateUnauthorized) String() string

type Client

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

Client for reporting tasks API

func (*Client) AnalyzeConfiguration

func (a *Client) AnalyzeConfiguration(params *AnalyzeConfigurationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AnalyzeConfigurationOK, error)

AnalyzeConfiguration performs analysis of the component s configuration providing information about which attributes are referenced

func (*Client) ClearState

func (a *Client) ClearState(params *ClearStateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ClearStateOK, error)

ClearState clears the state for a reporting task

func (*Client) DeleteVerificationRequest added in v1.19.1

func (a *Client) DeleteVerificationRequest(params *DeleteVerificationRequestParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteVerificationRequestOK, error)

DeleteVerificationRequest deletes the verification request with the given ID

Deletes the Verification Request with the given ID. After a request is created, it is expected that the client will properly clean up the request by DELETE'ing it, once the Verification process has completed. If the request is deleted before the request completes, then the Verification request will finish the step that it is currently performing and then will cancel any subsequent steps.

func (*Client) GetPropertyDescriptor

func (a *Client) GetPropertyDescriptor(params *GetPropertyDescriptorParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetPropertyDescriptorOK, error)

GetPropertyDescriptor gets a reporting task property descriptor

func (*Client) GetReportingTask

func (a *Client) GetReportingTask(params *GetReportingTaskParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetReportingTaskOK, error)

GetReportingTask gets a reporting task

func (*Client) GetState

func (a *Client) GetState(params *GetStateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetStateOK, error)

GetState gets the state for a reporting task

func (*Client) GetVerificationRequest

func (a *Client) GetVerificationRequest(params *GetVerificationRequestParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetVerificationRequestOK, error)

GetVerificationRequest returns the verification request with the given ID

Returns the Verification Request with the given ID. Once an Verification Request has been created, that request can subsequently be retrieved via this endpoint, and the request that is fetched will contain the updated state, such as percent complete, the current state of the request, and any failures.

func (*Client) RemoveReportingTask

func (a *Client) RemoveReportingTask(params *RemoveReportingTaskParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RemoveReportingTaskOK, error)

RemoveReportingTask deletes a reporting task

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) SubmitConfigVerificationRequest

func (a *Client) SubmitConfigVerificationRequest(params *SubmitConfigVerificationRequestParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SubmitConfigVerificationRequestOK, error)

SubmitConfigVerificationRequest performs verification of the reporting task s configuration

This will initiate the process of verifying a given Reporting Task configuration. This may be a long-running task. As a result, this endpoint will immediately return a ReportingTaskConfigVerificationRequestEntity, and the process of performing the verification will occur asynchronously in the background. The client may then periodically poll the status of the request by issuing a GET request to /reporting-tasks/{taskId}/verification-requests/{requestId}. Once the request is completed, the client is expected to issue a DELETE request to /reporting-tasks/{serviceId}/verification-requests/{requestId}.

func (*Client) UpdateReportingTask

func (a *Client) UpdateReportingTask(params *UpdateReportingTaskParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateReportingTaskOK, error)

UpdateReportingTask updates a reporting task

func (*Client) UpdateRunStatus

func (a *Client) UpdateRunStatus(params *UpdateRunStatusParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateRunStatusOK, error)

UpdateRunStatus updates run status of a reporting task

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	AnalyzeConfiguration(params *AnalyzeConfigurationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AnalyzeConfigurationOK, error)

	ClearState(params *ClearStateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ClearStateOK, error)

	DeleteVerificationRequest(params *DeleteVerificationRequestParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteVerificationRequestOK, error)

	GetPropertyDescriptor(params *GetPropertyDescriptorParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetPropertyDescriptorOK, error)

	GetReportingTask(params *GetReportingTaskParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetReportingTaskOK, error)

	GetState(params *GetStateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetStateOK, error)

	GetVerificationRequest(params *GetVerificationRequestParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetVerificationRequestOK, error)

	RemoveReportingTask(params *RemoveReportingTaskParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RemoveReportingTaskOK, error)

	SubmitConfigVerificationRequest(params *SubmitConfigVerificationRequestParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SubmitConfigVerificationRequestOK, error)

	UpdateReportingTask(params *UpdateReportingTaskParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateReportingTaskOK, error)

	UpdateRunStatus(params *UpdateRunStatusParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateRunStatusOK, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService

New creates a new reporting tasks API client.

type DeleteVerificationRequestBadRequest added in v1.19.1

type DeleteVerificationRequestBadRequest struct {
}

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

NiFi was unable to complete the request because it was invalid. The request should not be retried without modification.

func NewDeleteVerificationRequestBadRequest added in v1.19.1

func NewDeleteVerificationRequestBadRequest() *DeleteVerificationRequestBadRequest

NewDeleteVerificationRequestBadRequest creates a DeleteVerificationRequestBadRequest with default headers values

func (*DeleteVerificationRequestBadRequest) Error added in v1.19.1

func (*DeleteVerificationRequestBadRequest) IsClientError added in v1.19.1

func (o *DeleteVerificationRequestBadRequest) IsClientError() bool

IsClientError returns true when this delete verification request bad request response has a 4xx status code

func (*DeleteVerificationRequestBadRequest) IsCode added in v1.19.1

IsCode returns true when this delete verification request bad request response a status code equal to that given

func (*DeleteVerificationRequestBadRequest) IsRedirect added in v1.19.1

func (o *DeleteVerificationRequestBadRequest) IsRedirect() bool

IsRedirect returns true when this delete verification request bad request response has a 3xx status code

func (*DeleteVerificationRequestBadRequest) IsServerError added in v1.19.1

func (o *DeleteVerificationRequestBadRequest) IsServerError() bool

IsServerError returns true when this delete verification request bad request response has a 5xx status code

func (*DeleteVerificationRequestBadRequest) IsSuccess added in v1.19.1

IsSuccess returns true when this delete verification request bad request response has a 2xx status code

func (*DeleteVerificationRequestBadRequest) String added in v1.19.1

type DeleteVerificationRequestConflict added in v1.19.1

type DeleteVerificationRequestConflict struct {
}

DeleteVerificationRequestConflict describes a response with status code 409, with default header values.

The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful.

func NewDeleteVerificationRequestConflict added in v1.19.1

func NewDeleteVerificationRequestConflict() *DeleteVerificationRequestConflict

NewDeleteVerificationRequestConflict creates a DeleteVerificationRequestConflict with default headers values

func (*DeleteVerificationRequestConflict) Error added in v1.19.1

func (*DeleteVerificationRequestConflict) IsClientError added in v1.19.1

func (o *DeleteVerificationRequestConflict) IsClientError() bool

IsClientError returns true when this delete verification request conflict response has a 4xx status code

func (*DeleteVerificationRequestConflict) IsCode added in v1.19.1

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

IsCode returns true when this delete verification request conflict response a status code equal to that given

func (*DeleteVerificationRequestConflict) IsRedirect added in v1.19.1

func (o *DeleteVerificationRequestConflict) IsRedirect() bool

IsRedirect returns true when this delete verification request conflict response has a 3xx status code

func (*DeleteVerificationRequestConflict) IsServerError added in v1.19.1

func (o *DeleteVerificationRequestConflict) IsServerError() bool

IsServerError returns true when this delete verification request conflict response has a 5xx status code

func (*DeleteVerificationRequestConflict) IsSuccess added in v1.19.1

func (o *DeleteVerificationRequestConflict) IsSuccess() bool

IsSuccess returns true when this delete verification request conflict response has a 2xx status code

func (*DeleteVerificationRequestConflict) String added in v1.19.1

type DeleteVerificationRequestForbidden added in v1.19.1

type DeleteVerificationRequestForbidden struct {
}

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

Client is not authorized to make this request.

func NewDeleteVerificationRequestForbidden added in v1.19.1

func NewDeleteVerificationRequestForbidden() *DeleteVerificationRequestForbidden

NewDeleteVerificationRequestForbidden creates a DeleteVerificationRequestForbidden with default headers values

func (*DeleteVerificationRequestForbidden) Error added in v1.19.1

func (*DeleteVerificationRequestForbidden) IsClientError added in v1.19.1

func (o *DeleteVerificationRequestForbidden) IsClientError() bool

IsClientError returns true when this delete verification request forbidden response has a 4xx status code

func (*DeleteVerificationRequestForbidden) IsCode added in v1.19.1

IsCode returns true when this delete verification request forbidden response a status code equal to that given

func (*DeleteVerificationRequestForbidden) IsRedirect added in v1.19.1

func (o *DeleteVerificationRequestForbidden) IsRedirect() bool

IsRedirect returns true when this delete verification request forbidden response has a 3xx status code

func (*DeleteVerificationRequestForbidden) IsServerError added in v1.19.1

func (o *DeleteVerificationRequestForbidden) IsServerError() bool

IsServerError returns true when this delete verification request forbidden response has a 5xx status code

func (*DeleteVerificationRequestForbidden) IsSuccess added in v1.19.1

IsSuccess returns true when this delete verification request forbidden response has a 2xx status code

func (*DeleteVerificationRequestForbidden) String added in v1.19.1

type DeleteVerificationRequestNotFound added in v1.19.1

type DeleteVerificationRequestNotFound struct {
}

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

The specified resource could not be found.

func NewDeleteVerificationRequestNotFound added in v1.19.1

func NewDeleteVerificationRequestNotFound() *DeleteVerificationRequestNotFound

NewDeleteVerificationRequestNotFound creates a DeleteVerificationRequestNotFound with default headers values

func (*DeleteVerificationRequestNotFound) Error added in v1.19.1

func (*DeleteVerificationRequestNotFound) IsClientError added in v1.19.1

func (o *DeleteVerificationRequestNotFound) IsClientError() bool

IsClientError returns true when this delete verification request not found response has a 4xx status code

func (*DeleteVerificationRequestNotFound) IsCode added in v1.19.1

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

IsCode returns true when this delete verification request not found response a status code equal to that given

func (*DeleteVerificationRequestNotFound) IsRedirect added in v1.19.1

func (o *DeleteVerificationRequestNotFound) IsRedirect() bool

IsRedirect returns true when this delete verification request not found response has a 3xx status code

func (*DeleteVerificationRequestNotFound) IsServerError added in v1.19.1

func (o *DeleteVerificationRequestNotFound) IsServerError() bool

IsServerError returns true when this delete verification request not found response has a 5xx status code

func (*DeleteVerificationRequestNotFound) IsSuccess added in v1.19.1

func (o *DeleteVerificationRequestNotFound) IsSuccess() bool

IsSuccess returns true when this delete verification request not found response has a 2xx status code

func (*DeleteVerificationRequestNotFound) String added in v1.19.1

type DeleteVerificationRequestOK added in v1.19.1

type DeleteVerificationRequestOK struct {
	Payload *models.VerifyConfigRequestEntity
}

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

successful operation

func NewDeleteVerificationRequestOK added in v1.19.1

func NewDeleteVerificationRequestOK() *DeleteVerificationRequestOK

NewDeleteVerificationRequestOK creates a DeleteVerificationRequestOK with default headers values

func (*DeleteVerificationRequestOK) Error added in v1.19.1

func (*DeleteVerificationRequestOK) GetPayload added in v1.19.1

func (*DeleteVerificationRequestOK) IsClientError added in v1.19.1

func (o *DeleteVerificationRequestOK) IsClientError() bool

IsClientError returns true when this delete verification request o k response has a 4xx status code

func (*DeleteVerificationRequestOK) IsCode added in v1.19.1

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

IsCode returns true when this delete verification request o k response a status code equal to that given

func (*DeleteVerificationRequestOK) IsRedirect added in v1.19.1

func (o *DeleteVerificationRequestOK) IsRedirect() bool

IsRedirect returns true when this delete verification request o k response has a 3xx status code

func (*DeleteVerificationRequestOK) IsServerError added in v1.19.1

func (o *DeleteVerificationRequestOK) IsServerError() bool

IsServerError returns true when this delete verification request o k response has a 5xx status code

func (*DeleteVerificationRequestOK) IsSuccess added in v1.19.1

func (o *DeleteVerificationRequestOK) IsSuccess() bool

IsSuccess returns true when this delete verification request o k response has a 2xx status code

func (*DeleteVerificationRequestOK) String added in v1.19.1

func (o *DeleteVerificationRequestOK) String() string

type DeleteVerificationRequestParams added in v1.19.1

type DeleteVerificationRequestParams struct {

	/* ID.

	   The ID of the Reporting Task
	*/
	ID string

	/* RequestID.

	   The ID of the Verification Request
	*/
	RequestID string

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

DeleteVerificationRequestParams contains all the parameters to send to the API endpoint

for the delete verification request operation.

Typically these are written to a http.Request.

func NewDeleteVerificationRequestParams added in v1.19.1

func NewDeleteVerificationRequestParams() *DeleteVerificationRequestParams

NewDeleteVerificationRequestParams creates a new DeleteVerificationRequestParams 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 NewDeleteVerificationRequestParamsWithContext added in v1.19.1

func NewDeleteVerificationRequestParamsWithContext(ctx context.Context) *DeleteVerificationRequestParams

NewDeleteVerificationRequestParamsWithContext creates a new DeleteVerificationRequestParams object with the ability to set a context for a request.

func NewDeleteVerificationRequestParamsWithHTTPClient added in v1.19.1

func NewDeleteVerificationRequestParamsWithHTTPClient(client *http.Client) *DeleteVerificationRequestParams

NewDeleteVerificationRequestParamsWithHTTPClient creates a new DeleteVerificationRequestParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteVerificationRequestParamsWithTimeout added in v1.19.1

func NewDeleteVerificationRequestParamsWithTimeout(timeout time.Duration) *DeleteVerificationRequestParams

NewDeleteVerificationRequestParamsWithTimeout creates a new DeleteVerificationRequestParams object with the ability to set a timeout on a request.

func (*DeleteVerificationRequestParams) SetContext added in v1.19.1

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

SetContext adds the context to the delete verification request params

func (*DeleteVerificationRequestParams) SetDefaults added in v1.19.1

func (o *DeleteVerificationRequestParams) SetDefaults()

SetDefaults hydrates default values in the delete verification request params (not the query body).

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

func (*DeleteVerificationRequestParams) SetHTTPClient added in v1.19.1

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

SetHTTPClient adds the HTTPClient to the delete verification request params

func (*DeleteVerificationRequestParams) SetID added in v1.19.1

SetID adds the id to the delete verification request params

func (*DeleteVerificationRequestParams) SetRequestID added in v1.19.1

func (o *DeleteVerificationRequestParams) SetRequestID(requestID string)

SetRequestID adds the requestId to the delete verification request params

func (*DeleteVerificationRequestParams) SetTimeout added in v1.19.1

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

SetTimeout adds the timeout to the delete verification request params

func (*DeleteVerificationRequestParams) WithContext added in v1.19.1

WithContext adds the context to the delete verification request params

func (*DeleteVerificationRequestParams) WithDefaults added in v1.19.1

WithDefaults hydrates default values in the delete verification request params (not the query body).

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

func (*DeleteVerificationRequestParams) WithHTTPClient added in v1.19.1

WithHTTPClient adds the HTTPClient to the delete verification request params

func (*DeleteVerificationRequestParams) WithID added in v1.19.1

WithID adds the id to the delete verification request params

func (*DeleteVerificationRequestParams) WithRequestID added in v1.19.1

WithRequestID adds the requestID to the delete verification request params

func (*DeleteVerificationRequestParams) WithTimeout added in v1.19.1

WithTimeout adds the timeout to the delete verification request params

func (*DeleteVerificationRequestParams) WriteToRequest added in v1.19.1

WriteToRequest writes these params to a swagger request

type DeleteVerificationRequestReader added in v1.19.1

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

DeleteVerificationRequestReader is a Reader for the DeleteVerificationRequest structure.

func (*DeleteVerificationRequestReader) ReadResponse added in v1.19.1

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

ReadResponse reads a server response into the received o.

type DeleteVerificationRequestUnauthorized added in v1.19.1

type DeleteVerificationRequestUnauthorized struct {
}

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

Client could not be authenticated.

func NewDeleteVerificationRequestUnauthorized added in v1.19.1

func NewDeleteVerificationRequestUnauthorized() *DeleteVerificationRequestUnauthorized

NewDeleteVerificationRequestUnauthorized creates a DeleteVerificationRequestUnauthorized with default headers values

func (*DeleteVerificationRequestUnauthorized) Error added in v1.19.1

func (*DeleteVerificationRequestUnauthorized) IsClientError added in v1.19.1

func (o *DeleteVerificationRequestUnauthorized) IsClientError() bool

IsClientError returns true when this delete verification request unauthorized response has a 4xx status code

func (*DeleteVerificationRequestUnauthorized) IsCode added in v1.19.1

IsCode returns true when this delete verification request unauthorized response a status code equal to that given

func (*DeleteVerificationRequestUnauthorized) IsRedirect added in v1.19.1

IsRedirect returns true when this delete verification request unauthorized response has a 3xx status code

func (*DeleteVerificationRequestUnauthorized) IsServerError added in v1.19.1

func (o *DeleteVerificationRequestUnauthorized) IsServerError() bool

IsServerError returns true when this delete verification request unauthorized response has a 5xx status code

func (*DeleteVerificationRequestUnauthorized) IsSuccess added in v1.19.1

IsSuccess returns true when this delete verification request unauthorized response has a 2xx status code

func (*DeleteVerificationRequestUnauthorized) String added in v1.19.1

type GetPropertyDescriptorBadRequest

type GetPropertyDescriptorBadRequest struct {
}

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

NiFi was unable to complete the request because it was invalid. The request should not be retried without modification.

func NewGetPropertyDescriptorBadRequest

func NewGetPropertyDescriptorBadRequest() *GetPropertyDescriptorBadRequest

NewGetPropertyDescriptorBadRequest creates a GetPropertyDescriptorBadRequest with default headers values

func (*GetPropertyDescriptorBadRequest) Error

func (*GetPropertyDescriptorBadRequest) IsClientError added in v1.19.1

func (o *GetPropertyDescriptorBadRequest) IsClientError() bool

IsClientError returns true when this get property descriptor bad request response has a 4xx status code

func (*GetPropertyDescriptorBadRequest) IsCode added in v1.19.1

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

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

func (*GetPropertyDescriptorBadRequest) IsRedirect added in v1.19.1

func (o *GetPropertyDescriptorBadRequest) IsRedirect() bool

IsRedirect returns true when this get property descriptor bad request response has a 3xx status code

func (*GetPropertyDescriptorBadRequest) IsServerError added in v1.19.1

func (o *GetPropertyDescriptorBadRequest) IsServerError() bool

IsServerError returns true when this get property descriptor bad request response has a 5xx status code

func (*GetPropertyDescriptorBadRequest) IsSuccess added in v1.19.1

func (o *GetPropertyDescriptorBadRequest) IsSuccess() bool

IsSuccess returns true when this get property descriptor bad request response has a 2xx status code

func (*GetPropertyDescriptorBadRequest) String added in v1.19.1

type GetPropertyDescriptorConflict

type GetPropertyDescriptorConflict struct {
}

GetPropertyDescriptorConflict describes a response with status code 409, with default header values.

The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful.

func NewGetPropertyDescriptorConflict

func NewGetPropertyDescriptorConflict() *GetPropertyDescriptorConflict

NewGetPropertyDescriptorConflict creates a GetPropertyDescriptorConflict with default headers values

func (*GetPropertyDescriptorConflict) Error

func (*GetPropertyDescriptorConflict) IsClientError added in v1.19.1

func (o *GetPropertyDescriptorConflict) IsClientError() bool

IsClientError returns true when this get property descriptor conflict response has a 4xx status code

func (*GetPropertyDescriptorConflict) IsCode added in v1.19.1

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

IsCode returns true when this get property descriptor conflict response a status code equal to that given

func (*GetPropertyDescriptorConflict) IsRedirect added in v1.19.1

func (o *GetPropertyDescriptorConflict) IsRedirect() bool

IsRedirect returns true when this get property descriptor conflict response has a 3xx status code

func (*GetPropertyDescriptorConflict) IsServerError added in v1.19.1

func (o *GetPropertyDescriptorConflict) IsServerError() bool

IsServerError returns true when this get property descriptor conflict response has a 5xx status code

func (*GetPropertyDescriptorConflict) IsSuccess added in v1.19.1

func (o *GetPropertyDescriptorConflict) IsSuccess() bool

IsSuccess returns true when this get property descriptor conflict response has a 2xx status code

func (*GetPropertyDescriptorConflict) String added in v1.19.1

type GetPropertyDescriptorForbidden

type GetPropertyDescriptorForbidden struct {
}

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

Client is not authorized to make this request.

func NewGetPropertyDescriptorForbidden

func NewGetPropertyDescriptorForbidden() *GetPropertyDescriptorForbidden

NewGetPropertyDescriptorForbidden creates a GetPropertyDescriptorForbidden with default headers values

func (*GetPropertyDescriptorForbidden) Error

func (*GetPropertyDescriptorForbidden) IsClientError added in v1.19.1

func (o *GetPropertyDescriptorForbidden) IsClientError() bool

IsClientError returns true when this get property descriptor forbidden response has a 4xx status code

func (*GetPropertyDescriptorForbidden) IsCode added in v1.19.1

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

IsCode returns true when this get property descriptor forbidden response a status code equal to that given

func (*GetPropertyDescriptorForbidden) IsRedirect added in v1.19.1

func (o *GetPropertyDescriptorForbidden) IsRedirect() bool

IsRedirect returns true when this get property descriptor forbidden response has a 3xx status code

func (*GetPropertyDescriptorForbidden) IsServerError added in v1.19.1

func (o *GetPropertyDescriptorForbidden) IsServerError() bool

IsServerError returns true when this get property descriptor forbidden response has a 5xx status code

func (*GetPropertyDescriptorForbidden) IsSuccess added in v1.19.1

func (o *GetPropertyDescriptorForbidden) IsSuccess() bool

IsSuccess returns true when this get property descriptor forbidden response has a 2xx status code

func (*GetPropertyDescriptorForbidden) String added in v1.19.1

type GetPropertyDescriptorNotFound

type GetPropertyDescriptorNotFound struct {
}

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

The specified resource could not be found.

func NewGetPropertyDescriptorNotFound

func NewGetPropertyDescriptorNotFound() *GetPropertyDescriptorNotFound

NewGetPropertyDescriptorNotFound creates a GetPropertyDescriptorNotFound with default headers values

func (*GetPropertyDescriptorNotFound) Error

func (*GetPropertyDescriptorNotFound) IsClientError added in v1.19.1

func (o *GetPropertyDescriptorNotFound) IsClientError() bool

IsClientError returns true when this get property descriptor not found response has a 4xx status code

func (*GetPropertyDescriptorNotFound) IsCode added in v1.19.1

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

IsCode returns true when this get property descriptor not found response a status code equal to that given

func (*GetPropertyDescriptorNotFound) IsRedirect added in v1.19.1

func (o *GetPropertyDescriptorNotFound) IsRedirect() bool

IsRedirect returns true when this get property descriptor not found response has a 3xx status code

func (*GetPropertyDescriptorNotFound) IsServerError added in v1.19.1

func (o *GetPropertyDescriptorNotFound) IsServerError() bool

IsServerError returns true when this get property descriptor not found response has a 5xx status code

func (*GetPropertyDescriptorNotFound) IsSuccess added in v1.19.1

func (o *GetPropertyDescriptorNotFound) IsSuccess() bool

IsSuccess returns true when this get property descriptor not found response has a 2xx status code

func (*GetPropertyDescriptorNotFound) String added in v1.19.1

type GetPropertyDescriptorOK

type GetPropertyDescriptorOK struct {
	Payload *models.PropertyDescriptorEntity
}

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

successful operation

func NewGetPropertyDescriptorOK

func NewGetPropertyDescriptorOK() *GetPropertyDescriptorOK

NewGetPropertyDescriptorOK creates a GetPropertyDescriptorOK with default headers values

func (*GetPropertyDescriptorOK) Error

func (o *GetPropertyDescriptorOK) Error() string

func (*GetPropertyDescriptorOK) GetPayload

func (*GetPropertyDescriptorOK) IsClientError added in v1.19.1

func (o *GetPropertyDescriptorOK) IsClientError() bool

IsClientError returns true when this get property descriptor o k response has a 4xx status code

func (*GetPropertyDescriptorOK) IsCode added in v1.19.1

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

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

func (*GetPropertyDescriptorOK) IsRedirect added in v1.19.1

func (o *GetPropertyDescriptorOK) IsRedirect() bool

IsRedirect returns true when this get property descriptor o k response has a 3xx status code

func (*GetPropertyDescriptorOK) IsServerError added in v1.19.1

func (o *GetPropertyDescriptorOK) IsServerError() bool

IsServerError returns true when this get property descriptor o k response has a 5xx status code

func (*GetPropertyDescriptorOK) IsSuccess added in v1.19.1

func (o *GetPropertyDescriptorOK) IsSuccess() bool

IsSuccess returns true when this get property descriptor o k response has a 2xx status code

func (*GetPropertyDescriptorOK) String added in v1.19.1

func (o *GetPropertyDescriptorOK) String() string

type GetPropertyDescriptorParams

type GetPropertyDescriptorParams struct {

	/* ID.

	   The reporting task id.
	*/
	ID string

	/* PropertyName.

	   The property name.
	*/
	PropertyName string

	/* Sensitive.

	   Property Descriptor requested sensitive status
	*/
	Sensitive *bool

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

GetPropertyDescriptorParams contains all the parameters to send to the API endpoint

for the get property descriptor operation.

Typically these are written to a http.Request.

func NewGetPropertyDescriptorParams

func NewGetPropertyDescriptorParams() *GetPropertyDescriptorParams

NewGetPropertyDescriptorParams creates a new GetPropertyDescriptorParams 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 NewGetPropertyDescriptorParamsWithContext

func NewGetPropertyDescriptorParamsWithContext(ctx context.Context) *GetPropertyDescriptorParams

NewGetPropertyDescriptorParamsWithContext creates a new GetPropertyDescriptorParams object with the ability to set a context for a request.

func NewGetPropertyDescriptorParamsWithHTTPClient

func NewGetPropertyDescriptorParamsWithHTTPClient(client *http.Client) *GetPropertyDescriptorParams

NewGetPropertyDescriptorParamsWithHTTPClient creates a new GetPropertyDescriptorParams object with the ability to set a custom HTTPClient for a request.

func NewGetPropertyDescriptorParamsWithTimeout

func NewGetPropertyDescriptorParamsWithTimeout(timeout time.Duration) *GetPropertyDescriptorParams

NewGetPropertyDescriptorParamsWithTimeout creates a new GetPropertyDescriptorParams object with the ability to set a timeout on a request.

func (*GetPropertyDescriptorParams) SetContext

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

SetContext adds the context to the get property descriptor params

func (*GetPropertyDescriptorParams) SetDefaults

func (o *GetPropertyDescriptorParams) SetDefaults()

SetDefaults hydrates default values in the get property descriptor params (not the query body).

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

func (*GetPropertyDescriptorParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get property descriptor params

func (*GetPropertyDescriptorParams) SetID

func (o *GetPropertyDescriptorParams) SetID(id string)

SetID adds the id to the get property descriptor params

func (*GetPropertyDescriptorParams) SetPropertyName

func (o *GetPropertyDescriptorParams) SetPropertyName(propertyName string)

SetPropertyName adds the propertyName to the get property descriptor params

func (*GetPropertyDescriptorParams) SetSensitive added in v1.19.1

func (o *GetPropertyDescriptorParams) SetSensitive(sensitive *bool)

SetSensitive adds the sensitive to the get property descriptor params

func (*GetPropertyDescriptorParams) SetTimeout

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

SetTimeout adds the timeout to the get property descriptor params

func (*GetPropertyDescriptorParams) WithContext

WithContext adds the context to the get property descriptor params

func (*GetPropertyDescriptorParams) WithDefaults

WithDefaults hydrates default values in the get property descriptor params (not the query body).

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

func (*GetPropertyDescriptorParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get property descriptor params

func (*GetPropertyDescriptorParams) WithID

WithID adds the id to the get property descriptor params

func (*GetPropertyDescriptorParams) WithPropertyName

func (o *GetPropertyDescriptorParams) WithPropertyName(propertyName string) *GetPropertyDescriptorParams

WithPropertyName adds the propertyName to the get property descriptor params

func (*GetPropertyDescriptorParams) WithSensitive added in v1.19.1

func (o *GetPropertyDescriptorParams) WithSensitive(sensitive *bool) *GetPropertyDescriptorParams

WithSensitive adds the sensitive to the get property descriptor params

func (*GetPropertyDescriptorParams) WithTimeout

WithTimeout adds the timeout to the get property descriptor params

func (*GetPropertyDescriptorParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetPropertyDescriptorReader

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

GetPropertyDescriptorReader is a Reader for the GetPropertyDescriptor structure.

func (*GetPropertyDescriptorReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetPropertyDescriptorUnauthorized

type GetPropertyDescriptorUnauthorized struct {
}

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

Client could not be authenticated.

func NewGetPropertyDescriptorUnauthorized

func NewGetPropertyDescriptorUnauthorized() *GetPropertyDescriptorUnauthorized

NewGetPropertyDescriptorUnauthorized creates a GetPropertyDescriptorUnauthorized with default headers values

func (*GetPropertyDescriptorUnauthorized) Error

func (*GetPropertyDescriptorUnauthorized) IsClientError added in v1.19.1

func (o *GetPropertyDescriptorUnauthorized) IsClientError() bool

IsClientError returns true when this get property descriptor unauthorized response has a 4xx status code

func (*GetPropertyDescriptorUnauthorized) IsCode added in v1.19.1

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

IsCode returns true when this get property descriptor unauthorized response a status code equal to that given

func (*GetPropertyDescriptorUnauthorized) IsRedirect added in v1.19.1

func (o *GetPropertyDescriptorUnauthorized) IsRedirect() bool

IsRedirect returns true when this get property descriptor unauthorized response has a 3xx status code

func (*GetPropertyDescriptorUnauthorized) IsServerError added in v1.19.1

func (o *GetPropertyDescriptorUnauthorized) IsServerError() bool

IsServerError returns true when this get property descriptor unauthorized response has a 5xx status code

func (*GetPropertyDescriptorUnauthorized) IsSuccess added in v1.19.1

func (o *GetPropertyDescriptorUnauthorized) IsSuccess() bool

IsSuccess returns true when this get property descriptor unauthorized response has a 2xx status code

func (*GetPropertyDescriptorUnauthorized) String added in v1.19.1

type GetReportingTaskBadRequest

type GetReportingTaskBadRequest struct {
}

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

NiFi was unable to complete the request because it was invalid. The request should not be retried without modification.

func NewGetReportingTaskBadRequest

func NewGetReportingTaskBadRequest() *GetReportingTaskBadRequest

NewGetReportingTaskBadRequest creates a GetReportingTaskBadRequest with default headers values

func (*GetReportingTaskBadRequest) Error

func (*GetReportingTaskBadRequest) IsClientError added in v1.19.1

func (o *GetReportingTaskBadRequest) IsClientError() bool

IsClientError returns true when this get reporting task bad request response has a 4xx status code

func (*GetReportingTaskBadRequest) IsCode added in v1.19.1

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

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

func (*GetReportingTaskBadRequest) IsRedirect added in v1.19.1

func (o *GetReportingTaskBadRequest) IsRedirect() bool

IsRedirect returns true when this get reporting task bad request response has a 3xx status code

func (*GetReportingTaskBadRequest) IsServerError added in v1.19.1

func (o *GetReportingTaskBadRequest) IsServerError() bool

IsServerError returns true when this get reporting task bad request response has a 5xx status code

func (*GetReportingTaskBadRequest) IsSuccess added in v1.19.1

func (o *GetReportingTaskBadRequest) IsSuccess() bool

IsSuccess returns true when this get reporting task bad request response has a 2xx status code

func (*GetReportingTaskBadRequest) String added in v1.19.1

func (o *GetReportingTaskBadRequest) String() string

type GetReportingTaskConflict

type GetReportingTaskConflict struct {
}

GetReportingTaskConflict describes a response with status code 409, with default header values.

The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful.

func NewGetReportingTaskConflict

func NewGetReportingTaskConflict() *GetReportingTaskConflict

NewGetReportingTaskConflict creates a GetReportingTaskConflict with default headers values

func (*GetReportingTaskConflict) Error

func (o *GetReportingTaskConflict) Error() string

func (*GetReportingTaskConflict) IsClientError added in v1.19.1

func (o *GetReportingTaskConflict) IsClientError() bool

IsClientError returns true when this get reporting task conflict response has a 4xx status code

func (*GetReportingTaskConflict) IsCode added in v1.19.1

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

IsCode returns true when this get reporting task conflict response a status code equal to that given

func (*GetReportingTaskConflict) IsRedirect added in v1.19.1

func (o *GetReportingTaskConflict) IsRedirect() bool

IsRedirect returns true when this get reporting task conflict response has a 3xx status code

func (*GetReportingTaskConflict) IsServerError added in v1.19.1

func (o *GetReportingTaskConflict) IsServerError() bool

IsServerError returns true when this get reporting task conflict response has a 5xx status code

func (*GetReportingTaskConflict) IsSuccess added in v1.19.1

func (o *GetReportingTaskConflict) IsSuccess() bool

IsSuccess returns true when this get reporting task conflict response has a 2xx status code

func (*GetReportingTaskConflict) String added in v1.19.1

func (o *GetReportingTaskConflict) String() string

type GetReportingTaskForbidden

type GetReportingTaskForbidden struct {
}

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

Client is not authorized to make this request.

func NewGetReportingTaskForbidden

func NewGetReportingTaskForbidden() *GetReportingTaskForbidden

NewGetReportingTaskForbidden creates a GetReportingTaskForbidden with default headers values

func (*GetReportingTaskForbidden) Error

func (o *GetReportingTaskForbidden) Error() string

func (*GetReportingTaskForbidden) IsClientError added in v1.19.1

func (o *GetReportingTaskForbidden) IsClientError() bool

IsClientError returns true when this get reporting task forbidden response has a 4xx status code

func (*GetReportingTaskForbidden) IsCode added in v1.19.1

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

IsCode returns true when this get reporting task forbidden response a status code equal to that given

func (*GetReportingTaskForbidden) IsRedirect added in v1.19.1

func (o *GetReportingTaskForbidden) IsRedirect() bool

IsRedirect returns true when this get reporting task forbidden response has a 3xx status code

func (*GetReportingTaskForbidden) IsServerError added in v1.19.1

func (o *GetReportingTaskForbidden) IsServerError() bool

IsServerError returns true when this get reporting task forbidden response has a 5xx status code

func (*GetReportingTaskForbidden) IsSuccess added in v1.19.1

func (o *GetReportingTaskForbidden) IsSuccess() bool

IsSuccess returns true when this get reporting task forbidden response has a 2xx status code

func (*GetReportingTaskForbidden) String added in v1.19.1

func (o *GetReportingTaskForbidden) String() string

type GetReportingTaskNotFound

type GetReportingTaskNotFound struct {
}

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

The specified resource could not be found.

func NewGetReportingTaskNotFound

func NewGetReportingTaskNotFound() *GetReportingTaskNotFound

NewGetReportingTaskNotFound creates a GetReportingTaskNotFound with default headers values

func (*GetReportingTaskNotFound) Error

func (o *GetReportingTaskNotFound) Error() string

func (*GetReportingTaskNotFound) IsClientError added in v1.19.1

func (o *GetReportingTaskNotFound) IsClientError() bool

IsClientError returns true when this get reporting task not found response has a 4xx status code

func (*GetReportingTaskNotFound) IsCode added in v1.19.1

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

IsCode returns true when this get reporting task not found response a status code equal to that given

func (*GetReportingTaskNotFound) IsRedirect added in v1.19.1

func (o *GetReportingTaskNotFound) IsRedirect() bool

IsRedirect returns true when this get reporting task not found response has a 3xx status code

func (*GetReportingTaskNotFound) IsServerError added in v1.19.1

func (o *GetReportingTaskNotFound) IsServerError() bool

IsServerError returns true when this get reporting task not found response has a 5xx status code

func (*GetReportingTaskNotFound) IsSuccess added in v1.19.1

func (o *GetReportingTaskNotFound) IsSuccess() bool

IsSuccess returns true when this get reporting task not found response has a 2xx status code

func (*GetReportingTaskNotFound) String added in v1.19.1

func (o *GetReportingTaskNotFound) String() string

type GetReportingTaskOK

type GetReportingTaskOK struct {
	Payload *models.ReportingTaskEntity
}

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

successful operation

func NewGetReportingTaskOK

func NewGetReportingTaskOK() *GetReportingTaskOK

NewGetReportingTaskOK creates a GetReportingTaskOK with default headers values

func (*GetReportingTaskOK) Error

func (o *GetReportingTaskOK) Error() string

func (*GetReportingTaskOK) GetPayload

func (*GetReportingTaskOK) IsClientError added in v1.19.1

func (o *GetReportingTaskOK) IsClientError() bool

IsClientError returns true when this get reporting task o k response has a 4xx status code

func (*GetReportingTaskOK) IsCode added in v1.19.1

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

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

func (*GetReportingTaskOK) IsRedirect added in v1.19.1

func (o *GetReportingTaskOK) IsRedirect() bool

IsRedirect returns true when this get reporting task o k response has a 3xx status code

func (*GetReportingTaskOK) IsServerError added in v1.19.1

func (o *GetReportingTaskOK) IsServerError() bool

IsServerError returns true when this get reporting task o k response has a 5xx status code

func (*GetReportingTaskOK) IsSuccess added in v1.19.1

func (o *GetReportingTaskOK) IsSuccess() bool

IsSuccess returns true when this get reporting task o k response has a 2xx status code

func (*GetReportingTaskOK) String added in v1.19.1

func (o *GetReportingTaskOK) String() string

type GetReportingTaskParams

type GetReportingTaskParams struct {

	/* ID.

	   The reporting task id.
	*/
	ID string

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

GetReportingTaskParams contains all the parameters to send to the API endpoint

for the get reporting task operation.

Typically these are written to a http.Request.

func NewGetReportingTaskParams

func NewGetReportingTaskParams() *GetReportingTaskParams

NewGetReportingTaskParams creates a new GetReportingTaskParams 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 NewGetReportingTaskParamsWithContext

func NewGetReportingTaskParamsWithContext(ctx context.Context) *GetReportingTaskParams

NewGetReportingTaskParamsWithContext creates a new GetReportingTaskParams object with the ability to set a context for a request.

func NewGetReportingTaskParamsWithHTTPClient

func NewGetReportingTaskParamsWithHTTPClient(client *http.Client) *GetReportingTaskParams

NewGetReportingTaskParamsWithHTTPClient creates a new GetReportingTaskParams object with the ability to set a custom HTTPClient for a request.

func NewGetReportingTaskParamsWithTimeout

func NewGetReportingTaskParamsWithTimeout(timeout time.Duration) *GetReportingTaskParams

NewGetReportingTaskParamsWithTimeout creates a new GetReportingTaskParams object with the ability to set a timeout on a request.

func (*GetReportingTaskParams) SetContext

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

SetContext adds the context to the get reporting task params

func (*GetReportingTaskParams) SetDefaults

func (o *GetReportingTaskParams) SetDefaults()

SetDefaults hydrates default values in the get reporting task params (not the query body).

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

func (*GetReportingTaskParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get reporting task params

func (*GetReportingTaskParams) SetID

func (o *GetReportingTaskParams) SetID(id string)

SetID adds the id to the get reporting task params

func (*GetReportingTaskParams) SetTimeout

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

SetTimeout adds the timeout to the get reporting task params

func (*GetReportingTaskParams) WithContext

WithContext adds the context to the get reporting task params

func (*GetReportingTaskParams) WithDefaults

WithDefaults hydrates default values in the get reporting task params (not the query body).

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

func (*GetReportingTaskParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get reporting task params

func (*GetReportingTaskParams) WithID

WithID adds the id to the get reporting task params

func (*GetReportingTaskParams) WithTimeout

WithTimeout adds the timeout to the get reporting task params

func (*GetReportingTaskParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetReportingTaskReader

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

GetReportingTaskReader is a Reader for the GetReportingTask structure.

func (*GetReportingTaskReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetReportingTaskUnauthorized

type GetReportingTaskUnauthorized struct {
}

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

Client could not be authenticated.

func NewGetReportingTaskUnauthorized

func NewGetReportingTaskUnauthorized() *GetReportingTaskUnauthorized

NewGetReportingTaskUnauthorized creates a GetReportingTaskUnauthorized with default headers values

func (*GetReportingTaskUnauthorized) Error

func (*GetReportingTaskUnauthorized) IsClientError added in v1.19.1

func (o *GetReportingTaskUnauthorized) IsClientError() bool

IsClientError returns true when this get reporting task unauthorized response has a 4xx status code

func (*GetReportingTaskUnauthorized) IsCode added in v1.19.1

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

IsCode returns true when this get reporting task unauthorized response a status code equal to that given

func (*GetReportingTaskUnauthorized) IsRedirect added in v1.19.1

func (o *GetReportingTaskUnauthorized) IsRedirect() bool

IsRedirect returns true when this get reporting task unauthorized response has a 3xx status code

func (*GetReportingTaskUnauthorized) IsServerError added in v1.19.1

func (o *GetReportingTaskUnauthorized) IsServerError() bool

IsServerError returns true when this get reporting task unauthorized response has a 5xx status code

func (*GetReportingTaskUnauthorized) IsSuccess added in v1.19.1

func (o *GetReportingTaskUnauthorized) IsSuccess() bool

IsSuccess returns true when this get reporting task unauthorized response has a 2xx status code

func (*GetReportingTaskUnauthorized) String added in v1.19.1

type GetStateBadRequest

type GetStateBadRequest struct {
}

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

NiFi was unable to complete the request because it was invalid. The request should not be retried without modification.

func NewGetStateBadRequest

func NewGetStateBadRequest() *GetStateBadRequest

NewGetStateBadRequest creates a GetStateBadRequest with default headers values

func (*GetStateBadRequest) Error

func (o *GetStateBadRequest) Error() string

func (*GetStateBadRequest) IsClientError added in v1.19.1

func (o *GetStateBadRequest) IsClientError() bool

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

func (*GetStateBadRequest) IsCode added in v1.19.1

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

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

func (*GetStateBadRequest) IsRedirect added in v1.19.1

func (o *GetStateBadRequest) IsRedirect() bool

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

func (*GetStateBadRequest) IsServerError added in v1.19.1

func (o *GetStateBadRequest) IsServerError() bool

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

func (*GetStateBadRequest) IsSuccess added in v1.19.1

func (o *GetStateBadRequest) IsSuccess() bool

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

func (*GetStateBadRequest) String added in v1.19.1

func (o *GetStateBadRequest) String() string

type GetStateConflict

type GetStateConflict struct {
}

GetStateConflict describes a response with status code 409, with default header values.

The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful.

func NewGetStateConflict

func NewGetStateConflict() *GetStateConflict

NewGetStateConflict creates a GetStateConflict with default headers values

func (*GetStateConflict) Error

func (o *GetStateConflict) Error() string

func (*GetStateConflict) IsClientError added in v1.19.1

func (o *GetStateConflict) IsClientError() bool

IsClientError returns true when this get state conflict response has a 4xx status code

func (*GetStateConflict) IsCode added in v1.19.1

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

IsCode returns true when this get state conflict response a status code equal to that given

func (*GetStateConflict) IsRedirect added in v1.19.1

func (o *GetStateConflict) IsRedirect() bool

IsRedirect returns true when this get state conflict response has a 3xx status code

func (*GetStateConflict) IsServerError added in v1.19.1

func (o *GetStateConflict) IsServerError() bool

IsServerError returns true when this get state conflict response has a 5xx status code

func (*GetStateConflict) IsSuccess added in v1.19.1

func (o *GetStateConflict) IsSuccess() bool

IsSuccess returns true when this get state conflict response has a 2xx status code

func (*GetStateConflict) String added in v1.19.1

func (o *GetStateConflict) String() string

type GetStateForbidden

type GetStateForbidden struct {
}

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

Client is not authorized to make this request.

func NewGetStateForbidden

func NewGetStateForbidden() *GetStateForbidden

NewGetStateForbidden creates a GetStateForbidden with default headers values

func (*GetStateForbidden) Error

func (o *GetStateForbidden) Error() string

func (*GetStateForbidden) IsClientError added in v1.19.1

func (o *GetStateForbidden) IsClientError() bool

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

func (*GetStateForbidden) IsCode added in v1.19.1

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

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

func (*GetStateForbidden) IsRedirect added in v1.19.1

func (o *GetStateForbidden) IsRedirect() bool

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

func (*GetStateForbidden) IsServerError added in v1.19.1

func (o *GetStateForbidden) IsServerError() bool

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

func (*GetStateForbidden) IsSuccess added in v1.19.1

func (o *GetStateForbidden) IsSuccess() bool

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

func (*GetStateForbidden) String added in v1.19.1

func (o *GetStateForbidden) String() string

type GetStateNotFound

type GetStateNotFound struct {
}

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

The specified resource could not be found.

func NewGetStateNotFound

func NewGetStateNotFound() *GetStateNotFound

NewGetStateNotFound creates a GetStateNotFound with default headers values

func (*GetStateNotFound) Error

func (o *GetStateNotFound) Error() string

func (*GetStateNotFound) IsClientError added in v1.19.1

func (o *GetStateNotFound) IsClientError() bool

IsClientError returns true when this get state not found response has a 4xx status code

func (*GetStateNotFound) IsCode added in v1.19.1

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

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

func (*GetStateNotFound) IsRedirect added in v1.19.1

func (o *GetStateNotFound) IsRedirect() bool

IsRedirect returns true when this get state not found response has a 3xx status code

func (*GetStateNotFound) IsServerError added in v1.19.1

func (o *GetStateNotFound) IsServerError() bool

IsServerError returns true when this get state not found response has a 5xx status code

func (*GetStateNotFound) IsSuccess added in v1.19.1

func (o *GetStateNotFound) IsSuccess() bool

IsSuccess returns true when this get state not found response has a 2xx status code

func (*GetStateNotFound) String added in v1.19.1

func (o *GetStateNotFound) String() string

type GetStateOK

type GetStateOK struct {
	Payload *models.ComponentStateEntity
}

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

successful operation

func NewGetStateOK

func NewGetStateOK() *GetStateOK

NewGetStateOK creates a GetStateOK with default headers values

func (*GetStateOK) Error

func (o *GetStateOK) Error() string

func (*GetStateOK) GetPayload

func (o *GetStateOK) GetPayload() *models.ComponentStateEntity

func (*GetStateOK) IsClientError added in v1.19.1

func (o *GetStateOK) IsClientError() bool

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

func (*GetStateOK) IsCode added in v1.19.1

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

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

func (*GetStateOK) IsRedirect added in v1.19.1

func (o *GetStateOK) IsRedirect() bool

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

func (*GetStateOK) IsServerError added in v1.19.1

func (o *GetStateOK) IsServerError() bool

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

func (*GetStateOK) IsSuccess added in v1.19.1

func (o *GetStateOK) IsSuccess() bool

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

func (*GetStateOK) String added in v1.19.1

func (o *GetStateOK) String() string

type GetStateParams

type GetStateParams struct {

	/* ID.

	   The reporting task id.
	*/
	ID string

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

GetStateParams contains all the parameters to send to the API endpoint

for the get state operation.

Typically these are written to a http.Request.

func NewGetStateParams

func NewGetStateParams() *GetStateParams

NewGetStateParams creates a new GetStateParams 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 NewGetStateParamsWithContext

func NewGetStateParamsWithContext(ctx context.Context) *GetStateParams

NewGetStateParamsWithContext creates a new GetStateParams object with the ability to set a context for a request.

func NewGetStateParamsWithHTTPClient

func NewGetStateParamsWithHTTPClient(client *http.Client) *GetStateParams

NewGetStateParamsWithHTTPClient creates a new GetStateParams object with the ability to set a custom HTTPClient for a request.

func NewGetStateParamsWithTimeout

func NewGetStateParamsWithTimeout(timeout time.Duration) *GetStateParams

NewGetStateParamsWithTimeout creates a new GetStateParams object with the ability to set a timeout on a request.

func (*GetStateParams) SetContext

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

SetContext adds the context to the get state params

func (*GetStateParams) SetDefaults

func (o *GetStateParams) SetDefaults()

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

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

func (*GetStateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get state params

func (*GetStateParams) SetID

func (o *GetStateParams) SetID(id string)

SetID adds the id to the get state params

func (*GetStateParams) SetTimeout

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

SetTimeout adds the timeout to the get state params

func (*GetStateParams) WithContext

func (o *GetStateParams) WithContext(ctx context.Context) *GetStateParams

WithContext adds the context to the get state params

func (*GetStateParams) WithDefaults

func (o *GetStateParams) WithDefaults() *GetStateParams

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

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

func (*GetStateParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get state params

func (*GetStateParams) WithID

func (o *GetStateParams) WithID(id string) *GetStateParams

WithID adds the id to the get state params

func (*GetStateParams) WithTimeout

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

WithTimeout adds the timeout to the get state params

func (*GetStateParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetStateReader

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

GetStateReader is a Reader for the GetState structure.

func (*GetStateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetStateUnauthorized

type GetStateUnauthorized struct {
}

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

Client could not be authenticated.

func NewGetStateUnauthorized

func NewGetStateUnauthorized() *GetStateUnauthorized

NewGetStateUnauthorized creates a GetStateUnauthorized with default headers values

func (*GetStateUnauthorized) Error

func (o *GetStateUnauthorized) Error() string

func (*GetStateUnauthorized) IsClientError added in v1.19.1

func (o *GetStateUnauthorized) IsClientError() bool

IsClientError returns true when this get state unauthorized response has a 4xx status code

func (*GetStateUnauthorized) IsCode added in v1.19.1

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

IsCode returns true when this get state unauthorized response a status code equal to that given

func (*GetStateUnauthorized) IsRedirect added in v1.19.1

func (o *GetStateUnauthorized) IsRedirect() bool

IsRedirect returns true when this get state unauthorized response has a 3xx status code

func (*GetStateUnauthorized) IsServerError added in v1.19.1

func (o *GetStateUnauthorized) IsServerError() bool

IsServerError returns true when this get state unauthorized response has a 5xx status code

func (*GetStateUnauthorized) IsSuccess added in v1.19.1

func (o *GetStateUnauthorized) IsSuccess() bool

IsSuccess returns true when this get state unauthorized response has a 2xx status code

func (*GetStateUnauthorized) String added in v1.19.1

func (o *GetStateUnauthorized) String() string

type GetVerificationRequestBadRequest

type GetVerificationRequestBadRequest struct {
}

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

NiFi was unable to complete the request because it was invalid. The request should not be retried without modification.

func NewGetVerificationRequestBadRequest

func NewGetVerificationRequestBadRequest() *GetVerificationRequestBadRequest

NewGetVerificationRequestBadRequest creates a GetVerificationRequestBadRequest with default headers values

func (*GetVerificationRequestBadRequest) Error

func (*GetVerificationRequestBadRequest) IsClientError added in v1.19.1

func (o *GetVerificationRequestBadRequest) IsClientError() bool

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

func (*GetVerificationRequestBadRequest) IsCode added in v1.19.1

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

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

func (*GetVerificationRequestBadRequest) IsRedirect added in v1.19.1

func (o *GetVerificationRequestBadRequest) IsRedirect() bool

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

func (*GetVerificationRequestBadRequest) IsServerError added in v1.19.1

func (o *GetVerificationRequestBadRequest) IsServerError() bool

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

func (*GetVerificationRequestBadRequest) IsSuccess added in v1.19.1

func (o *GetVerificationRequestBadRequest) IsSuccess() bool

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

func (*GetVerificationRequestBadRequest) String added in v1.19.1

type GetVerificationRequestConflict

type GetVerificationRequestConflict struct {
}

GetVerificationRequestConflict describes a response with status code 409, with default header values.

The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful.

func NewGetVerificationRequestConflict

func NewGetVerificationRequestConflict() *GetVerificationRequestConflict

NewGetVerificationRequestConflict creates a GetVerificationRequestConflict with default headers values

func (*GetVerificationRequestConflict) Error

func (*GetVerificationRequestConflict) IsClientError added in v1.19.1

func (o *GetVerificationRequestConflict) IsClientError() bool

IsClientError returns true when this get verification request conflict response has a 4xx status code

func (*GetVerificationRequestConflict) IsCode added in v1.19.1

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

IsCode returns true when this get verification request conflict response a status code equal to that given

func (*GetVerificationRequestConflict) IsRedirect added in v1.19.1

func (o *GetVerificationRequestConflict) IsRedirect() bool

IsRedirect returns true when this get verification request conflict response has a 3xx status code

func (*GetVerificationRequestConflict) IsServerError added in v1.19.1

func (o *GetVerificationRequestConflict) IsServerError() bool

IsServerError returns true when this get verification request conflict response has a 5xx status code

func (*GetVerificationRequestConflict) IsSuccess added in v1.19.1

func (o *GetVerificationRequestConflict) IsSuccess() bool

IsSuccess returns true when this get verification request conflict response has a 2xx status code

func (*GetVerificationRequestConflict) String added in v1.19.1

type GetVerificationRequestForbidden

type GetVerificationRequestForbidden struct {
}

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

Client is not authorized to make this request.

func NewGetVerificationRequestForbidden

func NewGetVerificationRequestForbidden() *GetVerificationRequestForbidden

NewGetVerificationRequestForbidden creates a GetVerificationRequestForbidden with default headers values

func (*GetVerificationRequestForbidden) Error

func (*GetVerificationRequestForbidden) IsClientError added in v1.19.1

func (o *GetVerificationRequestForbidden) IsClientError() bool

IsClientError returns true when this get verification request forbidden response has a 4xx status code

func (*GetVerificationRequestForbidden) IsCode added in v1.19.1

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

IsCode returns true when this get verification request forbidden response a status code equal to that given

func (*GetVerificationRequestForbidden) IsRedirect added in v1.19.1

func (o *GetVerificationRequestForbidden) IsRedirect() bool

IsRedirect returns true when this get verification request forbidden response has a 3xx status code

func (*GetVerificationRequestForbidden) IsServerError added in v1.19.1

func (o *GetVerificationRequestForbidden) IsServerError() bool

IsServerError returns true when this get verification request forbidden response has a 5xx status code

func (*GetVerificationRequestForbidden) IsSuccess added in v1.19.1

func (o *GetVerificationRequestForbidden) IsSuccess() bool

IsSuccess returns true when this get verification request forbidden response has a 2xx status code

func (*GetVerificationRequestForbidden) String added in v1.19.1

type GetVerificationRequestNotFound

type GetVerificationRequestNotFound struct {
}

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

The specified resource could not be found.

func NewGetVerificationRequestNotFound

func NewGetVerificationRequestNotFound() *GetVerificationRequestNotFound

NewGetVerificationRequestNotFound creates a GetVerificationRequestNotFound with default headers values

func (*GetVerificationRequestNotFound) Error

func (*GetVerificationRequestNotFound) IsClientError added in v1.19.1

func (o *GetVerificationRequestNotFound) IsClientError() bool

IsClientError returns true when this get verification request not found response has a 4xx status code

func (*GetVerificationRequestNotFound) IsCode added in v1.19.1

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

IsCode returns true when this get verification request not found response a status code equal to that given

func (*GetVerificationRequestNotFound) IsRedirect added in v1.19.1

func (o *GetVerificationRequestNotFound) IsRedirect() bool

IsRedirect returns true when this get verification request not found response has a 3xx status code

func (*GetVerificationRequestNotFound) IsServerError added in v1.19.1

func (o *GetVerificationRequestNotFound) IsServerError() bool

IsServerError returns true when this get verification request not found response has a 5xx status code

func (*GetVerificationRequestNotFound) IsSuccess added in v1.19.1

func (o *GetVerificationRequestNotFound) IsSuccess() bool

IsSuccess returns true when this get verification request not found response has a 2xx status code

func (*GetVerificationRequestNotFound) String added in v1.19.1

type GetVerificationRequestOK

type GetVerificationRequestOK struct {
	Payload *models.VerifyConfigRequestEntity
}

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

successful operation

func NewGetVerificationRequestOK

func NewGetVerificationRequestOK() *GetVerificationRequestOK

NewGetVerificationRequestOK creates a GetVerificationRequestOK with default headers values

func (*GetVerificationRequestOK) Error

func (o *GetVerificationRequestOK) Error() string

func (*GetVerificationRequestOK) GetPayload

func (*GetVerificationRequestOK) IsClientError added in v1.19.1

func (o *GetVerificationRequestOK) IsClientError() bool

IsClientError returns true when this get verification request o k response has a 4xx status code

func (*GetVerificationRequestOK) IsCode added in v1.19.1

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

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

func (*GetVerificationRequestOK) IsRedirect added in v1.19.1

func (o *GetVerificationRequestOK) IsRedirect() bool

IsRedirect returns true when this get verification request o k response has a 3xx status code

func (*GetVerificationRequestOK) IsServerError added in v1.19.1

func (o *GetVerificationRequestOK) IsServerError() bool

IsServerError returns true when this get verification request o k response has a 5xx status code

func (*GetVerificationRequestOK) IsSuccess added in v1.19.1

func (o *GetVerificationRequestOK) IsSuccess() bool

IsSuccess returns true when this get verification request o k response has a 2xx status code

func (*GetVerificationRequestOK) String added in v1.19.1

func (o *GetVerificationRequestOK) String() string

type GetVerificationRequestParams

type GetVerificationRequestParams struct {

	/* ID.

	   The ID of the Reporting Task
	*/
	ID string

	/* RequestID.

	   The ID of the Verification Request
	*/
	RequestID string

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

GetVerificationRequestParams contains all the parameters to send to the API endpoint

for the get verification request operation.

Typically these are written to a http.Request.

func NewGetVerificationRequestParams

func NewGetVerificationRequestParams() *GetVerificationRequestParams

NewGetVerificationRequestParams creates a new GetVerificationRequestParams 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 NewGetVerificationRequestParamsWithContext

func NewGetVerificationRequestParamsWithContext(ctx context.Context) *GetVerificationRequestParams

NewGetVerificationRequestParamsWithContext creates a new GetVerificationRequestParams object with the ability to set a context for a request.

func NewGetVerificationRequestParamsWithHTTPClient

func NewGetVerificationRequestParamsWithHTTPClient(client *http.Client) *GetVerificationRequestParams

NewGetVerificationRequestParamsWithHTTPClient creates a new GetVerificationRequestParams object with the ability to set a custom HTTPClient for a request.

func NewGetVerificationRequestParamsWithTimeout

func NewGetVerificationRequestParamsWithTimeout(timeout time.Duration) *GetVerificationRequestParams

NewGetVerificationRequestParamsWithTimeout creates a new GetVerificationRequestParams object with the ability to set a timeout on a request.

func (*GetVerificationRequestParams) SetContext

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

SetContext adds the context to the get verification request params

func (*GetVerificationRequestParams) SetDefaults

func (o *GetVerificationRequestParams) SetDefaults()

SetDefaults hydrates default values in the get verification request params (not the query body).

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

func (*GetVerificationRequestParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get verification request params

func (*GetVerificationRequestParams) SetID

func (o *GetVerificationRequestParams) SetID(id string)

SetID adds the id to the get verification request params

func (*GetVerificationRequestParams) SetRequestID

func (o *GetVerificationRequestParams) SetRequestID(requestID string)

SetRequestID adds the requestId to the get verification request params

func (*GetVerificationRequestParams) SetTimeout

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

SetTimeout adds the timeout to the get verification request params

func (*GetVerificationRequestParams) WithContext

WithContext adds the context to the get verification request params

func (*GetVerificationRequestParams) WithDefaults

WithDefaults hydrates default values in the get verification request params (not the query body).

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

func (*GetVerificationRequestParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get verification request params

func (*GetVerificationRequestParams) WithID

WithID adds the id to the get verification request params

func (*GetVerificationRequestParams) WithRequestID

WithRequestID adds the requestID to the get verification request params

func (*GetVerificationRequestParams) WithTimeout

WithTimeout adds the timeout to the get verification request params

func (*GetVerificationRequestParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetVerificationRequestReader

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

GetVerificationRequestReader is a Reader for the GetVerificationRequest structure.

func (*GetVerificationRequestReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetVerificationRequestUnauthorized

type GetVerificationRequestUnauthorized struct {
}

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

Client could not be authenticated.

func NewGetVerificationRequestUnauthorized

func NewGetVerificationRequestUnauthorized() *GetVerificationRequestUnauthorized

NewGetVerificationRequestUnauthorized creates a GetVerificationRequestUnauthorized with default headers values

func (*GetVerificationRequestUnauthorized) Error

func (*GetVerificationRequestUnauthorized) IsClientError added in v1.19.1

func (o *GetVerificationRequestUnauthorized) IsClientError() bool

IsClientError returns true when this get verification request unauthorized response has a 4xx status code

func (*GetVerificationRequestUnauthorized) IsCode added in v1.19.1

IsCode returns true when this get verification request unauthorized response a status code equal to that given

func (*GetVerificationRequestUnauthorized) IsRedirect added in v1.19.1

func (o *GetVerificationRequestUnauthorized) IsRedirect() bool

IsRedirect returns true when this get verification request unauthorized response has a 3xx status code

func (*GetVerificationRequestUnauthorized) IsServerError added in v1.19.1

func (o *GetVerificationRequestUnauthorized) IsServerError() bool

IsServerError returns true when this get verification request unauthorized response has a 5xx status code

func (*GetVerificationRequestUnauthorized) IsSuccess added in v1.19.1

IsSuccess returns true when this get verification request unauthorized response has a 2xx status code

func (*GetVerificationRequestUnauthorized) String added in v1.19.1

type RemoveReportingTaskBadRequest

type RemoveReportingTaskBadRequest struct {
}

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

NiFi was unable to complete the request because it was invalid. The request should not be retried without modification.

func NewRemoveReportingTaskBadRequest

func NewRemoveReportingTaskBadRequest() *RemoveReportingTaskBadRequest

NewRemoveReportingTaskBadRequest creates a RemoveReportingTaskBadRequest with default headers values

func (*RemoveReportingTaskBadRequest) Error

func (*RemoveReportingTaskBadRequest) IsClientError added in v1.19.1

func (o *RemoveReportingTaskBadRequest) IsClientError() bool

IsClientError returns true when this remove reporting task bad request response has a 4xx status code

func (*RemoveReportingTaskBadRequest) IsCode added in v1.19.1

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

IsCode returns true when this remove reporting task bad request response a status code equal to that given

func (*RemoveReportingTaskBadRequest) IsRedirect added in v1.19.1

func (o *RemoveReportingTaskBadRequest) IsRedirect() bool

IsRedirect returns true when this remove reporting task bad request response has a 3xx status code

func (*RemoveReportingTaskBadRequest) IsServerError added in v1.19.1

func (o *RemoveReportingTaskBadRequest) IsServerError() bool

IsServerError returns true when this remove reporting task bad request response has a 5xx status code

func (*RemoveReportingTaskBadRequest) IsSuccess added in v1.19.1

func (o *RemoveReportingTaskBadRequest) IsSuccess() bool

IsSuccess returns true when this remove reporting task bad request response has a 2xx status code

func (*RemoveReportingTaskBadRequest) String added in v1.19.1

type RemoveReportingTaskConflict

type RemoveReportingTaskConflict struct {
}

RemoveReportingTaskConflict describes a response with status code 409, with default header values.

The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful.

func NewRemoveReportingTaskConflict

func NewRemoveReportingTaskConflict() *RemoveReportingTaskConflict

NewRemoveReportingTaskConflict creates a RemoveReportingTaskConflict with default headers values

func (*RemoveReportingTaskConflict) Error

func (*RemoveReportingTaskConflict) IsClientError added in v1.19.1

func (o *RemoveReportingTaskConflict) IsClientError() bool

IsClientError returns true when this remove reporting task conflict response has a 4xx status code

func (*RemoveReportingTaskConflict) IsCode added in v1.19.1

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

IsCode returns true when this remove reporting task conflict response a status code equal to that given

func (*RemoveReportingTaskConflict) IsRedirect added in v1.19.1

func (o *RemoveReportingTaskConflict) IsRedirect() bool

IsRedirect returns true when this remove reporting task conflict response has a 3xx status code

func (*RemoveReportingTaskConflict) IsServerError added in v1.19.1

func (o *RemoveReportingTaskConflict) IsServerError() bool

IsServerError returns true when this remove reporting task conflict response has a 5xx status code

func (*RemoveReportingTaskConflict) IsSuccess added in v1.19.1

func (o *RemoveReportingTaskConflict) IsSuccess() bool

IsSuccess returns true when this remove reporting task conflict response has a 2xx status code

func (*RemoveReportingTaskConflict) String added in v1.19.1

func (o *RemoveReportingTaskConflict) String() string

type RemoveReportingTaskForbidden

type RemoveReportingTaskForbidden struct {
}

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

Client is not authorized to make this request.

func NewRemoveReportingTaskForbidden

func NewRemoveReportingTaskForbidden() *RemoveReportingTaskForbidden

NewRemoveReportingTaskForbidden creates a RemoveReportingTaskForbidden with default headers values

func (*RemoveReportingTaskForbidden) Error

func (*RemoveReportingTaskForbidden) IsClientError added in v1.19.1

func (o *RemoveReportingTaskForbidden) IsClientError() bool

IsClientError returns true when this remove reporting task forbidden response has a 4xx status code

func (*RemoveReportingTaskForbidden) IsCode added in v1.19.1

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

IsCode returns true when this remove reporting task forbidden response a status code equal to that given

func (*RemoveReportingTaskForbidden) IsRedirect added in v1.19.1

func (o *RemoveReportingTaskForbidden) IsRedirect() bool

IsRedirect returns true when this remove reporting task forbidden response has a 3xx status code

func (*RemoveReportingTaskForbidden) IsServerError added in v1.19.1

func (o *RemoveReportingTaskForbidden) IsServerError() bool

IsServerError returns true when this remove reporting task forbidden response has a 5xx status code

func (*RemoveReportingTaskForbidden) IsSuccess added in v1.19.1

func (o *RemoveReportingTaskForbidden) IsSuccess() bool

IsSuccess returns true when this remove reporting task forbidden response has a 2xx status code

func (*RemoveReportingTaskForbidden) String added in v1.19.1

type RemoveReportingTaskNotFound

type RemoveReportingTaskNotFound struct {
}

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

The specified resource could not be found.

func NewRemoveReportingTaskNotFound

func NewRemoveReportingTaskNotFound() *RemoveReportingTaskNotFound

NewRemoveReportingTaskNotFound creates a RemoveReportingTaskNotFound with default headers values

func (*RemoveReportingTaskNotFound) Error

func (*RemoveReportingTaskNotFound) IsClientError added in v1.19.1

func (o *RemoveReportingTaskNotFound) IsClientError() bool

IsClientError returns true when this remove reporting task not found response has a 4xx status code

func (*RemoveReportingTaskNotFound) IsCode added in v1.19.1

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

IsCode returns true when this remove reporting task not found response a status code equal to that given

func (*RemoveReportingTaskNotFound) IsRedirect added in v1.19.1

func (o *RemoveReportingTaskNotFound) IsRedirect() bool

IsRedirect returns true when this remove reporting task not found response has a 3xx status code

func (*RemoveReportingTaskNotFound) IsServerError added in v1.19.1

func (o *RemoveReportingTaskNotFound) IsServerError() bool

IsServerError returns true when this remove reporting task not found response has a 5xx status code

func (*RemoveReportingTaskNotFound) IsSuccess added in v1.19.1

func (o *RemoveReportingTaskNotFound) IsSuccess() bool

IsSuccess returns true when this remove reporting task not found response has a 2xx status code

func (*RemoveReportingTaskNotFound) String added in v1.19.1

func (o *RemoveReportingTaskNotFound) String() string

type RemoveReportingTaskOK

type RemoveReportingTaskOK struct {
	Payload *models.ReportingTaskEntity
}

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

successful operation

func NewRemoveReportingTaskOK

func NewRemoveReportingTaskOK() *RemoveReportingTaskOK

NewRemoveReportingTaskOK creates a RemoveReportingTaskOK with default headers values

func (*RemoveReportingTaskOK) Error

func (o *RemoveReportingTaskOK) Error() string

func (*RemoveReportingTaskOK) GetPayload

func (*RemoveReportingTaskOK) IsClientError added in v1.19.1

func (o *RemoveReportingTaskOK) IsClientError() bool

IsClientError returns true when this remove reporting task o k response has a 4xx status code

func (*RemoveReportingTaskOK) IsCode added in v1.19.1

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

IsCode returns true when this remove reporting task o k response a status code equal to that given

func (*RemoveReportingTaskOK) IsRedirect added in v1.19.1

func (o *RemoveReportingTaskOK) IsRedirect() bool

IsRedirect returns true when this remove reporting task o k response has a 3xx status code

func (*RemoveReportingTaskOK) IsServerError added in v1.19.1

func (o *RemoveReportingTaskOK) IsServerError() bool

IsServerError returns true when this remove reporting task o k response has a 5xx status code

func (*RemoveReportingTaskOK) IsSuccess added in v1.19.1

func (o *RemoveReportingTaskOK) IsSuccess() bool

IsSuccess returns true when this remove reporting task o k response has a 2xx status code

func (*RemoveReportingTaskOK) String added in v1.19.1

func (o *RemoveReportingTaskOK) String() string

type RemoveReportingTaskParams

type RemoveReportingTaskParams struct {

	/* ClientID.

	   If the client id is not specified, new one will be generated. This value (whether specified or generated) is included in the response.
	*/
	ClientID *string

	/* DisconnectedNodeAcknowledged.

	   Acknowledges that this node is disconnected to allow for mutable requests to proceed.
	*/
	DisconnectedNodeAcknowledged *bool

	/* ID.

	   The reporting task id.
	*/
	ID string

	/* Version.

	   The revision is used to verify the client is working with the latest version of the flow.
	*/
	Version *string

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

RemoveReportingTaskParams contains all the parameters to send to the API endpoint

for the remove reporting task operation.

Typically these are written to a http.Request.

func NewRemoveReportingTaskParams

func NewRemoveReportingTaskParams() *RemoveReportingTaskParams

NewRemoveReportingTaskParams creates a new RemoveReportingTaskParams 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 NewRemoveReportingTaskParamsWithContext

func NewRemoveReportingTaskParamsWithContext(ctx context.Context) *RemoveReportingTaskParams

NewRemoveReportingTaskParamsWithContext creates a new RemoveReportingTaskParams object with the ability to set a context for a request.

func NewRemoveReportingTaskParamsWithHTTPClient

func NewRemoveReportingTaskParamsWithHTTPClient(client *http.Client) *RemoveReportingTaskParams

NewRemoveReportingTaskParamsWithHTTPClient creates a new RemoveReportingTaskParams object with the ability to set a custom HTTPClient for a request.

func NewRemoveReportingTaskParamsWithTimeout

func NewRemoveReportingTaskParamsWithTimeout(timeout time.Duration) *RemoveReportingTaskParams

NewRemoveReportingTaskParamsWithTimeout creates a new RemoveReportingTaskParams object with the ability to set a timeout on a request.

func (*RemoveReportingTaskParams) SetClientID

func (o *RemoveReportingTaskParams) SetClientID(clientID *string)

SetClientID adds the clientId to the remove reporting task params

func (*RemoveReportingTaskParams) SetContext

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

SetContext adds the context to the remove reporting task params

func (*RemoveReportingTaskParams) SetDefaults

func (o *RemoveReportingTaskParams) SetDefaults()

SetDefaults hydrates default values in the remove reporting task params (not the query body).

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

func (*RemoveReportingTaskParams) SetDisconnectedNodeAcknowledged

func (o *RemoveReportingTaskParams) SetDisconnectedNodeAcknowledged(disconnectedNodeAcknowledged *bool)

SetDisconnectedNodeAcknowledged adds the disconnectedNodeAcknowledged to the remove reporting task params

func (*RemoveReportingTaskParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the remove reporting task params

func (*RemoveReportingTaskParams) SetID

func (o *RemoveReportingTaskParams) SetID(id string)

SetID adds the id to the remove reporting task params

func (*RemoveReportingTaskParams) SetTimeout

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

SetTimeout adds the timeout to the remove reporting task params

func (*RemoveReportingTaskParams) SetVersion

func (o *RemoveReportingTaskParams) SetVersion(version *string)

SetVersion adds the version to the remove reporting task params

func (*RemoveReportingTaskParams) WithClientID

func (o *RemoveReportingTaskParams) WithClientID(clientID *string) *RemoveReportingTaskParams

WithClientID adds the clientID to the remove reporting task params

func (*RemoveReportingTaskParams) WithContext

WithContext adds the context to the remove reporting task params

func (*RemoveReportingTaskParams) WithDefaults

WithDefaults hydrates default values in the remove reporting task params (not the query body).

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

func (*RemoveReportingTaskParams) WithDisconnectedNodeAcknowledged

func (o *RemoveReportingTaskParams) WithDisconnectedNodeAcknowledged(disconnectedNodeAcknowledged *bool) *RemoveReportingTaskParams

WithDisconnectedNodeAcknowledged adds the disconnectedNodeAcknowledged to the remove reporting task params

func (*RemoveReportingTaskParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the remove reporting task params

func (*RemoveReportingTaskParams) WithID

WithID adds the id to the remove reporting task params

func (*RemoveReportingTaskParams) WithTimeout

WithTimeout adds the timeout to the remove reporting task params

func (*RemoveReportingTaskParams) WithVersion

WithVersion adds the version to the remove reporting task params

func (*RemoveReportingTaskParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type RemoveReportingTaskReader

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

RemoveReportingTaskReader is a Reader for the RemoveReportingTask structure.

func (*RemoveReportingTaskReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type RemoveReportingTaskUnauthorized

type RemoveReportingTaskUnauthorized struct {
}

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

Client could not be authenticated.

func NewRemoveReportingTaskUnauthorized

func NewRemoveReportingTaskUnauthorized() *RemoveReportingTaskUnauthorized

NewRemoveReportingTaskUnauthorized creates a RemoveReportingTaskUnauthorized with default headers values

func (*RemoveReportingTaskUnauthorized) Error

func (*RemoveReportingTaskUnauthorized) IsClientError added in v1.19.1

func (o *RemoveReportingTaskUnauthorized) IsClientError() bool

IsClientError returns true when this remove reporting task unauthorized response has a 4xx status code

func (*RemoveReportingTaskUnauthorized) IsCode added in v1.19.1

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

IsCode returns true when this remove reporting task unauthorized response a status code equal to that given

func (*RemoveReportingTaskUnauthorized) IsRedirect added in v1.19.1

func (o *RemoveReportingTaskUnauthorized) IsRedirect() bool

IsRedirect returns true when this remove reporting task unauthorized response has a 3xx status code

func (*RemoveReportingTaskUnauthorized) IsServerError added in v1.19.1

func (o *RemoveReportingTaskUnauthorized) IsServerError() bool

IsServerError returns true when this remove reporting task unauthorized response has a 5xx status code

func (*RemoveReportingTaskUnauthorized) IsSuccess added in v1.19.1

func (o *RemoveReportingTaskUnauthorized) IsSuccess() bool

IsSuccess returns true when this remove reporting task unauthorized response has a 2xx status code

func (*RemoveReportingTaskUnauthorized) String added in v1.19.1

type SubmitConfigVerificationRequestBadRequest

type SubmitConfigVerificationRequestBadRequest struct {
}

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

NiFi was unable to complete the request because it was invalid. The request should not be retried without modification.

func NewSubmitConfigVerificationRequestBadRequest

func NewSubmitConfigVerificationRequestBadRequest() *SubmitConfigVerificationRequestBadRequest

NewSubmitConfigVerificationRequestBadRequest creates a SubmitConfigVerificationRequestBadRequest with default headers values

func (*SubmitConfigVerificationRequestBadRequest) Error

func (*SubmitConfigVerificationRequestBadRequest) IsClientError added in v1.19.1

IsClientError returns true when this submit config verification request bad request response has a 4xx status code

func (*SubmitConfigVerificationRequestBadRequest) IsCode added in v1.19.1

IsCode returns true when this submit config verification request bad request response a status code equal to that given

func (*SubmitConfigVerificationRequestBadRequest) IsRedirect added in v1.19.1

IsRedirect returns true when this submit config verification request bad request response has a 3xx status code

func (*SubmitConfigVerificationRequestBadRequest) IsServerError added in v1.19.1

IsServerError returns true when this submit config verification request bad request response has a 5xx status code

func (*SubmitConfigVerificationRequestBadRequest) IsSuccess added in v1.19.1

IsSuccess returns true when this submit config verification request bad request response has a 2xx status code

func (*SubmitConfigVerificationRequestBadRequest) String added in v1.19.1

type SubmitConfigVerificationRequestConflict

type SubmitConfigVerificationRequestConflict struct {
}

SubmitConfigVerificationRequestConflict describes a response with status code 409, with default header values.

The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful.

func NewSubmitConfigVerificationRequestConflict

func NewSubmitConfigVerificationRequestConflict() *SubmitConfigVerificationRequestConflict

NewSubmitConfigVerificationRequestConflict creates a SubmitConfigVerificationRequestConflict with default headers values

func (*SubmitConfigVerificationRequestConflict) Error

func (*SubmitConfigVerificationRequestConflict) IsClientError added in v1.19.1

func (o *SubmitConfigVerificationRequestConflict) IsClientError() bool

IsClientError returns true when this submit config verification request conflict response has a 4xx status code

func (*SubmitConfigVerificationRequestConflict) IsCode added in v1.19.1

IsCode returns true when this submit config verification request conflict response a status code equal to that given

func (*SubmitConfigVerificationRequestConflict) IsRedirect added in v1.19.1

IsRedirect returns true when this submit config verification request conflict response has a 3xx status code

func (*SubmitConfigVerificationRequestConflict) IsServerError added in v1.19.1

func (o *SubmitConfigVerificationRequestConflict) IsServerError() bool

IsServerError returns true when this submit config verification request conflict response has a 5xx status code

func (*SubmitConfigVerificationRequestConflict) IsSuccess added in v1.19.1

IsSuccess returns true when this submit config verification request conflict response has a 2xx status code

func (*SubmitConfigVerificationRequestConflict) String added in v1.19.1

type SubmitConfigVerificationRequestForbidden

type SubmitConfigVerificationRequestForbidden struct {
}

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

Client is not authorized to make this request.

func NewSubmitConfigVerificationRequestForbidden

func NewSubmitConfigVerificationRequestForbidden() *SubmitConfigVerificationRequestForbidden

NewSubmitConfigVerificationRequestForbidden creates a SubmitConfigVerificationRequestForbidden with default headers values

func (*SubmitConfigVerificationRequestForbidden) Error

func (*SubmitConfigVerificationRequestForbidden) IsClientError added in v1.19.1

IsClientError returns true when this submit config verification request forbidden response has a 4xx status code

func (*SubmitConfigVerificationRequestForbidden) IsCode added in v1.19.1

IsCode returns true when this submit config verification request forbidden response a status code equal to that given

func (*SubmitConfigVerificationRequestForbidden) IsRedirect added in v1.19.1

IsRedirect returns true when this submit config verification request forbidden response has a 3xx status code

func (*SubmitConfigVerificationRequestForbidden) IsServerError added in v1.19.1

IsServerError returns true when this submit config verification request forbidden response has a 5xx status code

func (*SubmitConfigVerificationRequestForbidden) IsSuccess added in v1.19.1

IsSuccess returns true when this submit config verification request forbidden response has a 2xx status code

func (*SubmitConfigVerificationRequestForbidden) String added in v1.19.1

type SubmitConfigVerificationRequestNotFound

type SubmitConfigVerificationRequestNotFound struct {
}

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

The specified resource could not be found.

func NewSubmitConfigVerificationRequestNotFound

func NewSubmitConfigVerificationRequestNotFound() *SubmitConfigVerificationRequestNotFound

NewSubmitConfigVerificationRequestNotFound creates a SubmitConfigVerificationRequestNotFound with default headers values

func (*SubmitConfigVerificationRequestNotFound) Error

func (*SubmitConfigVerificationRequestNotFound) IsClientError added in v1.19.1

func (o *SubmitConfigVerificationRequestNotFound) IsClientError() bool

IsClientError returns true when this submit config verification request not found response has a 4xx status code

func (*SubmitConfigVerificationRequestNotFound) IsCode added in v1.19.1

IsCode returns true when this submit config verification request not found response a status code equal to that given

func (*SubmitConfigVerificationRequestNotFound) IsRedirect added in v1.19.1

IsRedirect returns true when this submit config verification request not found response has a 3xx status code

func (*SubmitConfigVerificationRequestNotFound) IsServerError added in v1.19.1

func (o *SubmitConfigVerificationRequestNotFound) IsServerError() bool

IsServerError returns true when this submit config verification request not found response has a 5xx status code

func (*SubmitConfigVerificationRequestNotFound) IsSuccess added in v1.19.1

IsSuccess returns true when this submit config verification request not found response has a 2xx status code

func (*SubmitConfigVerificationRequestNotFound) String added in v1.19.1

type SubmitConfigVerificationRequestOK

type SubmitConfigVerificationRequestOK struct {
	Payload *models.VerifyConfigRequestEntity
}

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

successful operation

func NewSubmitConfigVerificationRequestOK

func NewSubmitConfigVerificationRequestOK() *SubmitConfigVerificationRequestOK

NewSubmitConfigVerificationRequestOK creates a SubmitConfigVerificationRequestOK with default headers values

func (*SubmitConfigVerificationRequestOK) Error

func (*SubmitConfigVerificationRequestOK) GetPayload

func (*SubmitConfigVerificationRequestOK) IsClientError added in v1.19.1

func (o *SubmitConfigVerificationRequestOK) IsClientError() bool

IsClientError returns true when this submit config verification request o k response has a 4xx status code

func (*SubmitConfigVerificationRequestOK) IsCode added in v1.19.1

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

IsCode returns true when this submit config verification request o k response a status code equal to that given

func (*SubmitConfigVerificationRequestOK) IsRedirect added in v1.19.1

func (o *SubmitConfigVerificationRequestOK) IsRedirect() bool

IsRedirect returns true when this submit config verification request o k response has a 3xx status code

func (*SubmitConfigVerificationRequestOK) IsServerError added in v1.19.1

func (o *SubmitConfigVerificationRequestOK) IsServerError() bool

IsServerError returns true when this submit config verification request o k response has a 5xx status code

func (*SubmitConfigVerificationRequestOK) IsSuccess added in v1.19.1

func (o *SubmitConfigVerificationRequestOK) IsSuccess() bool

IsSuccess returns true when this submit config verification request o k response has a 2xx status code

func (*SubmitConfigVerificationRequestOK) String added in v1.19.1

type SubmitConfigVerificationRequestParams

type SubmitConfigVerificationRequestParams struct {

	/* Body.

	   The reporting task configuration verification request.
	*/
	Body *models.VerifyConfigRequestEntity

	/* ID.

	   The reporting task id.
	*/
	ID string

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

SubmitConfigVerificationRequestParams contains all the parameters to send to the API endpoint

for the submit config verification request operation.

Typically these are written to a http.Request.

func NewSubmitConfigVerificationRequestParams

func NewSubmitConfigVerificationRequestParams() *SubmitConfigVerificationRequestParams

NewSubmitConfigVerificationRequestParams creates a new SubmitConfigVerificationRequestParams 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 NewSubmitConfigVerificationRequestParamsWithContext

func NewSubmitConfigVerificationRequestParamsWithContext(ctx context.Context) *SubmitConfigVerificationRequestParams

NewSubmitConfigVerificationRequestParamsWithContext creates a new SubmitConfigVerificationRequestParams object with the ability to set a context for a request.

func NewSubmitConfigVerificationRequestParamsWithHTTPClient

func NewSubmitConfigVerificationRequestParamsWithHTTPClient(client *http.Client) *SubmitConfigVerificationRequestParams

NewSubmitConfigVerificationRequestParamsWithHTTPClient creates a new SubmitConfigVerificationRequestParams object with the ability to set a custom HTTPClient for a request.

func NewSubmitConfigVerificationRequestParamsWithTimeout

func NewSubmitConfigVerificationRequestParamsWithTimeout(timeout time.Duration) *SubmitConfigVerificationRequestParams

NewSubmitConfigVerificationRequestParamsWithTimeout creates a new SubmitConfigVerificationRequestParams object with the ability to set a timeout on a request.

func (*SubmitConfigVerificationRequestParams) SetBody

SetBody adds the body to the submit config verification request params

func (*SubmitConfigVerificationRequestParams) SetContext

SetContext adds the context to the submit config verification request params

func (*SubmitConfigVerificationRequestParams) SetDefaults

func (o *SubmitConfigVerificationRequestParams) SetDefaults()

SetDefaults hydrates default values in the submit config verification request params (not the query body).

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

func (*SubmitConfigVerificationRequestParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the submit config verification request params

func (*SubmitConfigVerificationRequestParams) SetID

SetID adds the id to the submit config verification request params

func (*SubmitConfigVerificationRequestParams) SetTimeout

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

SetTimeout adds the timeout to the submit config verification request params

func (*SubmitConfigVerificationRequestParams) WithBody

WithBody adds the body to the submit config verification request params

func (*SubmitConfigVerificationRequestParams) WithContext

WithContext adds the context to the submit config verification request params

func (*SubmitConfigVerificationRequestParams) WithDefaults

WithDefaults hydrates default values in the submit config verification request params (not the query body).

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

func (*SubmitConfigVerificationRequestParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the submit config verification request params

func (*SubmitConfigVerificationRequestParams) WithID

WithID adds the id to the submit config verification request params

func (*SubmitConfigVerificationRequestParams) WithTimeout

WithTimeout adds the timeout to the submit config verification request params

func (*SubmitConfigVerificationRequestParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SubmitConfigVerificationRequestReader

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

SubmitConfigVerificationRequestReader is a Reader for the SubmitConfigVerificationRequest structure.

func (*SubmitConfigVerificationRequestReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SubmitConfigVerificationRequestUnauthorized

type SubmitConfigVerificationRequestUnauthorized struct {
}

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

Client could not be authenticated.

func NewSubmitConfigVerificationRequestUnauthorized

func NewSubmitConfigVerificationRequestUnauthorized() *SubmitConfigVerificationRequestUnauthorized

NewSubmitConfigVerificationRequestUnauthorized creates a SubmitConfigVerificationRequestUnauthorized with default headers values

func (*SubmitConfigVerificationRequestUnauthorized) Error

func (*SubmitConfigVerificationRequestUnauthorized) IsClientError added in v1.19.1

IsClientError returns true when this submit config verification request unauthorized response has a 4xx status code

func (*SubmitConfigVerificationRequestUnauthorized) IsCode added in v1.19.1

IsCode returns true when this submit config verification request unauthorized response a status code equal to that given

func (*SubmitConfigVerificationRequestUnauthorized) IsRedirect added in v1.19.1

IsRedirect returns true when this submit config verification request unauthorized response has a 3xx status code

func (*SubmitConfigVerificationRequestUnauthorized) IsServerError added in v1.19.1

IsServerError returns true when this submit config verification request unauthorized response has a 5xx status code

func (*SubmitConfigVerificationRequestUnauthorized) IsSuccess added in v1.19.1

IsSuccess returns true when this submit config verification request unauthorized response has a 2xx status code

func (*SubmitConfigVerificationRequestUnauthorized) String added in v1.19.1

type UpdateReportingTaskBadRequest

type UpdateReportingTaskBadRequest struct {
}

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

NiFi was unable to complete the request because it was invalid. The request should not be retried without modification.

func NewUpdateReportingTaskBadRequest

func NewUpdateReportingTaskBadRequest() *UpdateReportingTaskBadRequest

NewUpdateReportingTaskBadRequest creates a UpdateReportingTaskBadRequest with default headers values

func (*UpdateReportingTaskBadRequest) Error

func (*UpdateReportingTaskBadRequest) IsClientError added in v1.19.1

func (o *UpdateReportingTaskBadRequest) IsClientError() bool

IsClientError returns true when this update reporting task bad request response has a 4xx status code

func (*UpdateReportingTaskBadRequest) IsCode added in v1.19.1

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

IsCode returns true when this update reporting task bad request response a status code equal to that given

func (*UpdateReportingTaskBadRequest) IsRedirect added in v1.19.1

func (o *UpdateReportingTaskBadRequest) IsRedirect() bool

IsRedirect returns true when this update reporting task bad request response has a 3xx status code

func (*UpdateReportingTaskBadRequest) IsServerError added in v1.19.1

func (o *UpdateReportingTaskBadRequest) IsServerError() bool

IsServerError returns true when this update reporting task bad request response has a 5xx status code

func (*UpdateReportingTaskBadRequest) IsSuccess added in v1.19.1

func (o *UpdateReportingTaskBadRequest) IsSuccess() bool

IsSuccess returns true when this update reporting task bad request response has a 2xx status code

func (*UpdateReportingTaskBadRequest) String added in v1.19.1

type UpdateReportingTaskConflict

type UpdateReportingTaskConflict struct {
}

UpdateReportingTaskConflict describes a response with status code 409, with default header values.

The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful.

func NewUpdateReportingTaskConflict

func NewUpdateReportingTaskConflict() *UpdateReportingTaskConflict

NewUpdateReportingTaskConflict creates a UpdateReportingTaskConflict with default headers values

func (*UpdateReportingTaskConflict) Error

func (*UpdateReportingTaskConflict) IsClientError added in v1.19.1

func (o *UpdateReportingTaskConflict) IsClientError() bool

IsClientError returns true when this update reporting task conflict response has a 4xx status code

func (*UpdateReportingTaskConflict) IsCode added in v1.19.1

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

IsCode returns true when this update reporting task conflict response a status code equal to that given

func (*UpdateReportingTaskConflict) IsRedirect added in v1.19.1

func (o *UpdateReportingTaskConflict) IsRedirect() bool

IsRedirect returns true when this update reporting task conflict response has a 3xx status code

func (*UpdateReportingTaskConflict) IsServerError added in v1.19.1

func (o *UpdateReportingTaskConflict) IsServerError() bool

IsServerError returns true when this update reporting task conflict response has a 5xx status code

func (*UpdateReportingTaskConflict) IsSuccess added in v1.19.1

func (o *UpdateReportingTaskConflict) IsSuccess() bool

IsSuccess returns true when this update reporting task conflict response has a 2xx status code

func (*UpdateReportingTaskConflict) String added in v1.19.1

func (o *UpdateReportingTaskConflict) String() string

type UpdateReportingTaskForbidden

type UpdateReportingTaskForbidden struct {
}

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

Client is not authorized to make this request.

func NewUpdateReportingTaskForbidden

func NewUpdateReportingTaskForbidden() *UpdateReportingTaskForbidden

NewUpdateReportingTaskForbidden creates a UpdateReportingTaskForbidden with default headers values

func (*UpdateReportingTaskForbidden) Error

func (*UpdateReportingTaskForbidden) IsClientError added in v1.19.1

func (o *UpdateReportingTaskForbidden) IsClientError() bool

IsClientError returns true when this update reporting task forbidden response has a 4xx status code

func (*UpdateReportingTaskForbidden) IsCode added in v1.19.1

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

IsCode returns true when this update reporting task forbidden response a status code equal to that given

func (*UpdateReportingTaskForbidden) IsRedirect added in v1.19.1

func (o *UpdateReportingTaskForbidden) IsRedirect() bool

IsRedirect returns true when this update reporting task forbidden response has a 3xx status code

func (*UpdateReportingTaskForbidden) IsServerError added in v1.19.1

func (o *UpdateReportingTaskForbidden) IsServerError() bool

IsServerError returns true when this update reporting task forbidden response has a 5xx status code

func (*UpdateReportingTaskForbidden) IsSuccess added in v1.19.1

func (o *UpdateReportingTaskForbidden) IsSuccess() bool

IsSuccess returns true when this update reporting task forbidden response has a 2xx status code

func (*UpdateReportingTaskForbidden) String added in v1.19.1

type UpdateReportingTaskNotFound

type UpdateReportingTaskNotFound struct {
}

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

The specified resource could not be found.

func NewUpdateReportingTaskNotFound

func NewUpdateReportingTaskNotFound() *UpdateReportingTaskNotFound

NewUpdateReportingTaskNotFound creates a UpdateReportingTaskNotFound with default headers values

func (*UpdateReportingTaskNotFound) Error

func (*UpdateReportingTaskNotFound) IsClientError added in v1.19.1

func (o *UpdateReportingTaskNotFound) IsClientError() bool

IsClientError returns true when this update reporting task not found response has a 4xx status code

func (*UpdateReportingTaskNotFound) IsCode added in v1.19.1

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

IsCode returns true when this update reporting task not found response a status code equal to that given

func (*UpdateReportingTaskNotFound) IsRedirect added in v1.19.1

func (o *UpdateReportingTaskNotFound) IsRedirect() bool

IsRedirect returns true when this update reporting task not found response has a 3xx status code

func (*UpdateReportingTaskNotFound) IsServerError added in v1.19.1

func (o *UpdateReportingTaskNotFound) IsServerError() bool

IsServerError returns true when this update reporting task not found response has a 5xx status code

func (*UpdateReportingTaskNotFound) IsSuccess added in v1.19.1

func (o *UpdateReportingTaskNotFound) IsSuccess() bool

IsSuccess returns true when this update reporting task not found response has a 2xx status code

func (*UpdateReportingTaskNotFound) String added in v1.19.1

func (o *UpdateReportingTaskNotFound) String() string

type UpdateReportingTaskOK

type UpdateReportingTaskOK struct {
	Payload *models.ReportingTaskEntity
}

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

successful operation

func NewUpdateReportingTaskOK

func NewUpdateReportingTaskOK() *UpdateReportingTaskOK

NewUpdateReportingTaskOK creates a UpdateReportingTaskOK with default headers values

func (*UpdateReportingTaskOK) Error

func (o *UpdateReportingTaskOK) Error() string

func (*UpdateReportingTaskOK) GetPayload

func (*UpdateReportingTaskOK) IsClientError added in v1.19.1

func (o *UpdateReportingTaskOK) IsClientError() bool

IsClientError returns true when this update reporting task o k response has a 4xx status code

func (*UpdateReportingTaskOK) IsCode added in v1.19.1

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

IsCode returns true when this update reporting task o k response a status code equal to that given

func (*UpdateReportingTaskOK) IsRedirect added in v1.19.1

func (o *UpdateReportingTaskOK) IsRedirect() bool

IsRedirect returns true when this update reporting task o k response has a 3xx status code

func (*UpdateReportingTaskOK) IsServerError added in v1.19.1

func (o *UpdateReportingTaskOK) IsServerError() bool

IsServerError returns true when this update reporting task o k response has a 5xx status code

func (*UpdateReportingTaskOK) IsSuccess added in v1.19.1

func (o *UpdateReportingTaskOK) IsSuccess() bool

IsSuccess returns true when this update reporting task o k response has a 2xx status code

func (*UpdateReportingTaskOK) String added in v1.19.1

func (o *UpdateReportingTaskOK) String() string

type UpdateReportingTaskParams

type UpdateReportingTaskParams struct {

	/* Body.

	   The reporting task configuration details.
	*/
	Body *models.ReportingTaskEntity

	/* ID.

	   The reporting task id.
	*/
	ID string

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

UpdateReportingTaskParams contains all the parameters to send to the API endpoint

for the update reporting task operation.

Typically these are written to a http.Request.

func NewUpdateReportingTaskParams

func NewUpdateReportingTaskParams() *UpdateReportingTaskParams

NewUpdateReportingTaskParams creates a new UpdateReportingTaskParams 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 NewUpdateReportingTaskParamsWithContext

func NewUpdateReportingTaskParamsWithContext(ctx context.Context) *UpdateReportingTaskParams

NewUpdateReportingTaskParamsWithContext creates a new UpdateReportingTaskParams object with the ability to set a context for a request.

func NewUpdateReportingTaskParamsWithHTTPClient

func NewUpdateReportingTaskParamsWithHTTPClient(client *http.Client) *UpdateReportingTaskParams

NewUpdateReportingTaskParamsWithHTTPClient creates a new UpdateReportingTaskParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateReportingTaskParamsWithTimeout

func NewUpdateReportingTaskParamsWithTimeout(timeout time.Duration) *UpdateReportingTaskParams

NewUpdateReportingTaskParamsWithTimeout creates a new UpdateReportingTaskParams object with the ability to set a timeout on a request.

func (*UpdateReportingTaskParams) SetBody

SetBody adds the body to the update reporting task params

func (*UpdateReportingTaskParams) SetContext

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

SetContext adds the context to the update reporting task params

func (*UpdateReportingTaskParams) SetDefaults

func (o *UpdateReportingTaskParams) SetDefaults()

SetDefaults hydrates default values in the update reporting task params (not the query body).

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

func (*UpdateReportingTaskParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update reporting task params

func (*UpdateReportingTaskParams) SetID

func (o *UpdateReportingTaskParams) SetID(id string)

SetID adds the id to the update reporting task params

func (*UpdateReportingTaskParams) SetTimeout

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

SetTimeout adds the timeout to the update reporting task params

func (*UpdateReportingTaskParams) WithBody

WithBody adds the body to the update reporting task params

func (*UpdateReportingTaskParams) WithContext

WithContext adds the context to the update reporting task params

func (*UpdateReportingTaskParams) WithDefaults

WithDefaults hydrates default values in the update reporting task params (not the query body).

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

func (*UpdateReportingTaskParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the update reporting task params

func (*UpdateReportingTaskParams) WithID

WithID adds the id to the update reporting task params

func (*UpdateReportingTaskParams) WithTimeout

WithTimeout adds the timeout to the update reporting task params

func (*UpdateReportingTaskParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateReportingTaskReader

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

UpdateReportingTaskReader is a Reader for the UpdateReportingTask structure.

func (*UpdateReportingTaskReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateReportingTaskUnauthorized

type UpdateReportingTaskUnauthorized struct {
}

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

Client could not be authenticated.

func NewUpdateReportingTaskUnauthorized

func NewUpdateReportingTaskUnauthorized() *UpdateReportingTaskUnauthorized

NewUpdateReportingTaskUnauthorized creates a UpdateReportingTaskUnauthorized with default headers values

func (*UpdateReportingTaskUnauthorized) Error

func (*UpdateReportingTaskUnauthorized) IsClientError added in v1.19.1

func (o *UpdateReportingTaskUnauthorized) IsClientError() bool

IsClientError returns true when this update reporting task unauthorized response has a 4xx status code

func (*UpdateReportingTaskUnauthorized) IsCode added in v1.19.1

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

IsCode returns true when this update reporting task unauthorized response a status code equal to that given

func (*UpdateReportingTaskUnauthorized) IsRedirect added in v1.19.1

func (o *UpdateReportingTaskUnauthorized) IsRedirect() bool

IsRedirect returns true when this update reporting task unauthorized response has a 3xx status code

func (*UpdateReportingTaskUnauthorized) IsServerError added in v1.19.1

func (o *UpdateReportingTaskUnauthorized) IsServerError() bool

IsServerError returns true when this update reporting task unauthorized response has a 5xx status code

func (*UpdateReportingTaskUnauthorized) IsSuccess added in v1.19.1

func (o *UpdateReportingTaskUnauthorized) IsSuccess() bool

IsSuccess returns true when this update reporting task unauthorized response has a 2xx status code

func (*UpdateReportingTaskUnauthorized) String added in v1.19.1

type UpdateRunStatusBadRequest

type UpdateRunStatusBadRequest struct {
}

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

NiFi was unable to complete the request because it was invalid. The request should not be retried without modification.

func NewUpdateRunStatusBadRequest

func NewUpdateRunStatusBadRequest() *UpdateRunStatusBadRequest

NewUpdateRunStatusBadRequest creates a UpdateRunStatusBadRequest with default headers values

func (*UpdateRunStatusBadRequest) Error

func (o *UpdateRunStatusBadRequest) Error() string

func (*UpdateRunStatusBadRequest) IsClientError added in v1.19.1

func (o *UpdateRunStatusBadRequest) IsClientError() bool

IsClientError returns true when this update run status bad request response has a 4xx status code

func (*UpdateRunStatusBadRequest) IsCode added in v1.19.1

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

IsCode returns true when this update run status bad request response a status code equal to that given

func (*UpdateRunStatusBadRequest) IsRedirect added in v1.19.1

func (o *UpdateRunStatusBadRequest) IsRedirect() bool

IsRedirect returns true when this update run status bad request response has a 3xx status code

func (*UpdateRunStatusBadRequest) IsServerError added in v1.19.1

func (o *UpdateRunStatusBadRequest) IsServerError() bool

IsServerError returns true when this update run status bad request response has a 5xx status code

func (*UpdateRunStatusBadRequest) IsSuccess added in v1.19.1

func (o *UpdateRunStatusBadRequest) IsSuccess() bool

IsSuccess returns true when this update run status bad request response has a 2xx status code

func (*UpdateRunStatusBadRequest) String added in v1.19.1

func (o *UpdateRunStatusBadRequest) String() string

type UpdateRunStatusConflict

type UpdateRunStatusConflict struct {
}

UpdateRunStatusConflict describes a response with status code 409, with default header values.

The request was valid but NiFi was not in the appropriate state to process it. Retrying the same request later may be successful.

func NewUpdateRunStatusConflict

func NewUpdateRunStatusConflict() *UpdateRunStatusConflict

NewUpdateRunStatusConflict creates a UpdateRunStatusConflict with default headers values

func (*UpdateRunStatusConflict) Error

func (o *UpdateRunStatusConflict) Error() string

func (*UpdateRunStatusConflict) IsClientError added in v1.19.1

func (o *UpdateRunStatusConflict) IsClientError() bool

IsClientError returns true when this update run status conflict response has a 4xx status code

func (*UpdateRunStatusConflict) IsCode added in v1.19.1

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

IsCode returns true when this update run status conflict response a status code equal to that given

func (*UpdateRunStatusConflict) IsRedirect added in v1.19.1

func (o *UpdateRunStatusConflict) IsRedirect() bool

IsRedirect returns true when this update run status conflict response has a 3xx status code

func (*UpdateRunStatusConflict) IsServerError added in v1.19.1

func (o *UpdateRunStatusConflict) IsServerError() bool

IsServerError returns true when this update run status conflict response has a 5xx status code

func (*UpdateRunStatusConflict) IsSuccess added in v1.19.1

func (o *UpdateRunStatusConflict) IsSuccess() bool

IsSuccess returns true when this update run status conflict response has a 2xx status code

func (*UpdateRunStatusConflict) String added in v1.19.1

func (o *UpdateRunStatusConflict) String() string

type UpdateRunStatusForbidden

type UpdateRunStatusForbidden struct {
}

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

Client is not authorized to make this request.

func NewUpdateRunStatusForbidden

func NewUpdateRunStatusForbidden() *UpdateRunStatusForbidden

NewUpdateRunStatusForbidden creates a UpdateRunStatusForbidden with default headers values

func (*UpdateRunStatusForbidden) Error

func (o *UpdateRunStatusForbidden) Error() string

func (*UpdateRunStatusForbidden) IsClientError added in v1.19.1

func (o *UpdateRunStatusForbidden) IsClientError() bool

IsClientError returns true when this update run status forbidden response has a 4xx status code

func (*UpdateRunStatusForbidden) IsCode added in v1.19.1

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

IsCode returns true when this update run status forbidden response a status code equal to that given

func (*UpdateRunStatusForbidden) IsRedirect added in v1.19.1

func (o *UpdateRunStatusForbidden) IsRedirect() bool

IsRedirect returns true when this update run status forbidden response has a 3xx status code

func (*UpdateRunStatusForbidden) IsServerError added in v1.19.1

func (o *UpdateRunStatusForbidden) IsServerError() bool

IsServerError returns true when this update run status forbidden response has a 5xx status code

func (*UpdateRunStatusForbidden) IsSuccess added in v1.19.1

func (o *UpdateRunStatusForbidden) IsSuccess() bool

IsSuccess returns true when this update run status forbidden response has a 2xx status code

func (*UpdateRunStatusForbidden) String added in v1.19.1

func (o *UpdateRunStatusForbidden) String() string

type UpdateRunStatusNotFound

type UpdateRunStatusNotFound struct {
}

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

The specified resource could not be found.

func NewUpdateRunStatusNotFound

func NewUpdateRunStatusNotFound() *UpdateRunStatusNotFound

NewUpdateRunStatusNotFound creates a UpdateRunStatusNotFound with default headers values

func (*UpdateRunStatusNotFound) Error

func (o *UpdateRunStatusNotFound) Error() string

func (*UpdateRunStatusNotFound) IsClientError added in v1.19.1

func (o *UpdateRunStatusNotFound) IsClientError() bool

IsClientError returns true when this update run status not found response has a 4xx status code

func (*UpdateRunStatusNotFound) IsCode added in v1.19.1

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

IsCode returns true when this update run status not found response a status code equal to that given

func (*UpdateRunStatusNotFound) IsRedirect added in v1.19.1

func (o *UpdateRunStatusNotFound) IsRedirect() bool

IsRedirect returns true when this update run status not found response has a 3xx status code

func (*UpdateRunStatusNotFound) IsServerError added in v1.19.1

func (o *UpdateRunStatusNotFound) IsServerError() bool

IsServerError returns true when this update run status not found response has a 5xx status code

func (*UpdateRunStatusNotFound) IsSuccess added in v1.19.1

func (o *UpdateRunStatusNotFound) IsSuccess() bool

IsSuccess returns true when this update run status not found response has a 2xx status code

func (*UpdateRunStatusNotFound) String added in v1.19.1

func (o *UpdateRunStatusNotFound) String() string

type UpdateRunStatusOK

type UpdateRunStatusOK struct {
	Payload *models.ReportingTaskEntity
}

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

successful operation

func NewUpdateRunStatusOK

func NewUpdateRunStatusOK() *UpdateRunStatusOK

NewUpdateRunStatusOK creates a UpdateRunStatusOK with default headers values

func (*UpdateRunStatusOK) Error

func (o *UpdateRunStatusOK) Error() string

func (*UpdateRunStatusOK) GetPayload

func (o *UpdateRunStatusOK) GetPayload() *models.ReportingTaskEntity

func (*UpdateRunStatusOK) IsClientError added in v1.19.1

func (o *UpdateRunStatusOK) IsClientError() bool

IsClientError returns true when this update run status o k response has a 4xx status code

func (*UpdateRunStatusOK) IsCode added in v1.19.1

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

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

func (*UpdateRunStatusOK) IsRedirect added in v1.19.1

func (o *UpdateRunStatusOK) IsRedirect() bool

IsRedirect returns true when this update run status o k response has a 3xx status code

func (*UpdateRunStatusOK) IsServerError added in v1.19.1

func (o *UpdateRunStatusOK) IsServerError() bool

IsServerError returns true when this update run status o k response has a 5xx status code

func (*UpdateRunStatusOK) IsSuccess added in v1.19.1

func (o *UpdateRunStatusOK) IsSuccess() bool

IsSuccess returns true when this update run status o k response has a 2xx status code

func (*UpdateRunStatusOK) String added in v1.19.1

func (o *UpdateRunStatusOK) String() string

type UpdateRunStatusParams

type UpdateRunStatusParams struct {

	/* Body.

	   The reporting task run status.
	*/
	Body *models.ReportingTaskRunStatusEntity

	/* ID.

	   The reporting task id.
	*/
	ID string

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

UpdateRunStatusParams contains all the parameters to send to the API endpoint

for the update run status operation.

Typically these are written to a http.Request.

func NewUpdateRunStatusParams

func NewUpdateRunStatusParams() *UpdateRunStatusParams

NewUpdateRunStatusParams creates a new UpdateRunStatusParams 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 NewUpdateRunStatusParamsWithContext

func NewUpdateRunStatusParamsWithContext(ctx context.Context) *UpdateRunStatusParams

NewUpdateRunStatusParamsWithContext creates a new UpdateRunStatusParams object with the ability to set a context for a request.

func NewUpdateRunStatusParamsWithHTTPClient

func NewUpdateRunStatusParamsWithHTTPClient(client *http.Client) *UpdateRunStatusParams

NewUpdateRunStatusParamsWithHTTPClient creates a new UpdateRunStatusParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateRunStatusParamsWithTimeout

func NewUpdateRunStatusParamsWithTimeout(timeout time.Duration) *UpdateRunStatusParams

NewUpdateRunStatusParamsWithTimeout creates a new UpdateRunStatusParams object with the ability to set a timeout on a request.

func (*UpdateRunStatusParams) SetBody

SetBody adds the body to the update run status params

func (*UpdateRunStatusParams) SetContext

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

SetContext adds the context to the update run status params

func (*UpdateRunStatusParams) SetDefaults

func (o *UpdateRunStatusParams) SetDefaults()

SetDefaults hydrates default values in the update run status params (not the query body).

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

func (*UpdateRunStatusParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update run status params

func (*UpdateRunStatusParams) SetID

func (o *UpdateRunStatusParams) SetID(id string)

SetID adds the id to the update run status params

func (*UpdateRunStatusParams) SetTimeout

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

SetTimeout adds the timeout to the update run status params

func (*UpdateRunStatusParams) WithBody

WithBody adds the body to the update run status params

func (*UpdateRunStatusParams) WithContext

WithContext adds the context to the update run status params

func (*UpdateRunStatusParams) WithDefaults

func (o *UpdateRunStatusParams) WithDefaults() *UpdateRunStatusParams

WithDefaults hydrates default values in the update run status params (not the query body).

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

func (*UpdateRunStatusParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the update run status params

func (*UpdateRunStatusParams) WithID

WithID adds the id to the update run status params

func (*UpdateRunStatusParams) WithTimeout

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

WithTimeout adds the timeout to the update run status params

func (*UpdateRunStatusParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type UpdateRunStatusReader

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

UpdateRunStatusReader is a Reader for the UpdateRunStatus structure.

func (*UpdateRunStatusReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateRunStatusUnauthorized

type UpdateRunStatusUnauthorized struct {
}

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

Client could not be authenticated.

func NewUpdateRunStatusUnauthorized

func NewUpdateRunStatusUnauthorized() *UpdateRunStatusUnauthorized

NewUpdateRunStatusUnauthorized creates a UpdateRunStatusUnauthorized with default headers values

func (*UpdateRunStatusUnauthorized) Error

func (*UpdateRunStatusUnauthorized) IsClientError added in v1.19.1

func (o *UpdateRunStatusUnauthorized) IsClientError() bool

IsClientError returns true when this update run status unauthorized response has a 4xx status code

func (*UpdateRunStatusUnauthorized) IsCode added in v1.19.1

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

IsCode returns true when this update run status unauthorized response a status code equal to that given

func (*UpdateRunStatusUnauthorized) IsRedirect added in v1.19.1

func (o *UpdateRunStatusUnauthorized) IsRedirect() bool

IsRedirect returns true when this update run status unauthorized response has a 3xx status code

func (*UpdateRunStatusUnauthorized) IsServerError added in v1.19.1

func (o *UpdateRunStatusUnauthorized) IsServerError() bool

IsServerError returns true when this update run status unauthorized response has a 5xx status code

func (*UpdateRunStatusUnauthorized) IsSuccess added in v1.19.1

func (o *UpdateRunStatusUnauthorized) IsSuccess() bool

IsSuccess returns true when this update run status unauthorized response has a 2xx status code

func (*UpdateRunStatusUnauthorized) String added in v1.19.1

func (o *UpdateRunStatusUnauthorized) String() string

Jump to

Keyboard shortcuts

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