operations

package
v0.0.0-...-4d495be Latest Latest
Warning

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

Go to latest
Published: Dec 22, 2022 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for operations API

func (*Client) DeleteAPIInventoryAPIIDSpecsProvidedSpec

func (a *Client) DeleteAPIInventoryAPIIDSpecsProvidedSpec(params *DeleteAPIInventoryAPIIDSpecsProvidedSpecParams, opts ...ClientOption) (*DeleteAPIInventoryAPIIDSpecsProvidedSpecOK, error)

DeleteAPIInventoryAPIIDSpecsProvidedSpec unsets a provided spec for a specific API

func (*Client) DeleteAPIInventoryAPIIDSpecsReconstructedSpec

func (a *Client) DeleteAPIInventoryAPIIDSpecsReconstructedSpec(params *DeleteAPIInventoryAPIIDSpecsReconstructedSpecParams, opts ...ClientOption) (*DeleteAPIInventoryAPIIDSpecsReconstructedSpecOK, error)

DeleteAPIInventoryAPIIDSpecsReconstructedSpec unsets a reconstructed spec for a specific API

func (*Client) GetAPIEvents

func (a *Client) GetAPIEvents(params *GetAPIEventsParams, opts ...ClientOption) (*GetAPIEventsOK, error)

GetAPIEvents gets API events

func (*Client) GetAPIEventsEventID

func (a *Client) GetAPIEventsEventID(params *GetAPIEventsEventIDParams, opts ...ClientOption) (*GetAPIEventsEventIDOK, error)

GetAPIEventsEventID gets API event

func (*Client) GetAPIEventsEventIDProvidedSpecDiff

func (a *Client) GetAPIEventsEventIDProvidedSpecDiff(params *GetAPIEventsEventIDProvidedSpecDiffParams, opts ...ClientOption) (*GetAPIEventsEventIDProvidedSpecDiffOK, error)

GetAPIEventsEventIDProvidedSpecDiff gets API event provided spec diff

func (*Client) GetAPIEventsEventIDReconstructedSpecDiff

func (a *Client) GetAPIEventsEventIDReconstructedSpecDiff(params *GetAPIEventsEventIDReconstructedSpecDiffParams, opts ...ClientOption) (*GetAPIEventsEventIDReconstructedSpecDiffOK, error)

GetAPIEventsEventIDReconstructedSpecDiff gets API event reconstructed spec diff

func (*Client) GetAPIInventory

func (a *Client) GetAPIInventory(params *GetAPIInventoryParams, opts ...ClientOption) (*GetAPIInventoryOK, error)

GetAPIInventory gets API inventory

func (*Client) GetAPIInventoryAPIIDProvidedSwaggerJSON

func (a *Client) GetAPIInventoryAPIIDProvidedSwaggerJSON(params *GetAPIInventoryAPIIDProvidedSwaggerJSONParams, opts ...ClientOption) (*GetAPIInventoryAPIIDProvidedSwaggerJSONOK, error)

GetAPIInventoryAPIIDProvidedSwaggerJSON gets provided API spec json file

func (*Client) GetAPIInventoryAPIIDReconstructedSwaggerJSON

func (a *Client) GetAPIInventoryAPIIDReconstructedSwaggerJSON(params *GetAPIInventoryAPIIDReconstructedSwaggerJSONParams, opts ...ClientOption) (*GetAPIInventoryAPIIDReconstructedSwaggerJSONOK, error)

GetAPIInventoryAPIIDReconstructedSwaggerJSON gets reconstructed API spec json file

func (*Client) GetAPIInventoryAPIIDSpecs

func (a *Client) GetAPIInventoryAPIIDSpecs(params *GetAPIInventoryAPIIDSpecsParams, opts ...ClientOption) (*GetAPIInventoryAPIIDSpecsOK, error)

GetAPIInventoryAPIIDSpecs gets provided and reconstructed open api specs for a specific API

func (*Client) GetAPIInventoryAPIIDSuggestedReview

func (a *Client) GetAPIInventoryAPIIDSuggestedReview(params *GetAPIInventoryAPIIDSuggestedReviewParams, opts ...ClientOption) (*GetAPIInventoryAPIIDSuggestedReviewOK, error)

GetAPIInventoryAPIIDSuggestedReview gets reconstructed spec for review

func (*Client) GetAPIUsageHitCount

func (a *Client) GetAPIUsageHitCount(params *GetAPIUsageHitCountParams, opts ...ClientOption) (*GetAPIUsageHitCountOK, error)

GetAPIUsageHitCount gets a hit count within a selected timeframe for the filtered API events

func (*Client) GetDashboardAPIUsage

func (a *Client) GetDashboardAPIUsage(params *GetDashboardAPIUsageParams, opts ...ClientOption) (*GetDashboardAPIUsageOK, error)

GetDashboardAPIUsage gets API usage

func (*Client) GetDashboardAPIUsageLatestDiffs

func (a *Client) GetDashboardAPIUsageLatestDiffs(params *GetDashboardAPIUsageLatestDiffsParams, opts ...ClientOption) (*GetDashboardAPIUsageLatestDiffsOK, error)

GetDashboardAPIUsageLatestDiffs gets latest spec diffs

func (*Client) GetDashboardAPIUsageMostUsed

func (a *Client) GetDashboardAPIUsageMostUsed(params *GetDashboardAPIUsageMostUsedParams, opts ...ClientOption) (*GetDashboardAPIUsageMostUsedOK, error)

GetDashboardAPIUsageMostUsed gets most used a p is

func (*Client) PostAPIInventory

func (a *Client) PostAPIInventory(params *PostAPIInventoryParams, opts ...ClientOption) (*PostAPIInventoryOK, error)

PostAPIInventory creates API inventory item

func (*Client) PostAPIInventoryReviewIDApprovedReview

func (a *Client) PostAPIInventoryReviewIDApprovedReview(params *PostAPIInventoryReviewIDApprovedReviewParams, opts ...ClientOption) (*PostAPIInventoryReviewIDApprovedReviewOK, error)

PostAPIInventoryReviewIDApprovedReview applies the approved review to create the reconstructed spec

func (*Client) PutAPIInventoryAPIIDSpecsProvidedSpec

func (a *Client) PutAPIInventoryAPIIDSpecsProvidedSpec(params *PutAPIInventoryAPIIDSpecsProvidedSpecParams, opts ...ClientOption) (*PutAPIInventoryAPIIDSpecsProvidedSpecCreated, error)

PutAPIInventoryAPIIDSpecsProvidedSpec adds or edit a spec for a specific API

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	DeleteAPIInventoryAPIIDSpecsProvidedSpec(params *DeleteAPIInventoryAPIIDSpecsProvidedSpecParams, opts ...ClientOption) (*DeleteAPIInventoryAPIIDSpecsProvidedSpecOK, error)

	DeleteAPIInventoryAPIIDSpecsReconstructedSpec(params *DeleteAPIInventoryAPIIDSpecsReconstructedSpecParams, opts ...ClientOption) (*DeleteAPIInventoryAPIIDSpecsReconstructedSpecOK, error)

	GetAPIEvents(params *GetAPIEventsParams, opts ...ClientOption) (*GetAPIEventsOK, error)

	GetAPIEventsEventID(params *GetAPIEventsEventIDParams, opts ...ClientOption) (*GetAPIEventsEventIDOK, error)

	GetAPIEventsEventIDProvidedSpecDiff(params *GetAPIEventsEventIDProvidedSpecDiffParams, opts ...ClientOption) (*GetAPIEventsEventIDProvidedSpecDiffOK, error)

	GetAPIEventsEventIDReconstructedSpecDiff(params *GetAPIEventsEventIDReconstructedSpecDiffParams, opts ...ClientOption) (*GetAPIEventsEventIDReconstructedSpecDiffOK, error)

	GetAPIInventory(params *GetAPIInventoryParams, opts ...ClientOption) (*GetAPIInventoryOK, error)

	GetAPIInventoryAPIIDProvidedSwaggerJSON(params *GetAPIInventoryAPIIDProvidedSwaggerJSONParams, opts ...ClientOption) (*GetAPIInventoryAPIIDProvidedSwaggerJSONOK, error)

	GetAPIInventoryAPIIDReconstructedSwaggerJSON(params *GetAPIInventoryAPIIDReconstructedSwaggerJSONParams, opts ...ClientOption) (*GetAPIInventoryAPIIDReconstructedSwaggerJSONOK, error)

	GetAPIInventoryAPIIDSpecs(params *GetAPIInventoryAPIIDSpecsParams, opts ...ClientOption) (*GetAPIInventoryAPIIDSpecsOK, error)

	GetAPIInventoryAPIIDSuggestedReview(params *GetAPIInventoryAPIIDSuggestedReviewParams, opts ...ClientOption) (*GetAPIInventoryAPIIDSuggestedReviewOK, error)

	GetAPIUsageHitCount(params *GetAPIUsageHitCountParams, opts ...ClientOption) (*GetAPIUsageHitCountOK, error)

	GetDashboardAPIUsage(params *GetDashboardAPIUsageParams, opts ...ClientOption) (*GetDashboardAPIUsageOK, error)

	GetDashboardAPIUsageLatestDiffs(params *GetDashboardAPIUsageLatestDiffsParams, opts ...ClientOption) (*GetDashboardAPIUsageLatestDiffsOK, error)

	GetDashboardAPIUsageMostUsed(params *GetDashboardAPIUsageMostUsedParams, opts ...ClientOption) (*GetDashboardAPIUsageMostUsedOK, error)

	PostAPIInventory(params *PostAPIInventoryParams, opts ...ClientOption) (*PostAPIInventoryOK, error)

	PostAPIInventoryReviewIDApprovedReview(params *PostAPIInventoryReviewIDApprovedReviewParams, opts ...ClientOption) (*PostAPIInventoryReviewIDApprovedReviewOK, error)

	PutAPIInventoryAPIIDSpecsProvidedSpec(params *PutAPIInventoryAPIIDSpecsProvidedSpecParams, opts ...ClientOption) (*PutAPIInventoryAPIIDSpecsProvidedSpecCreated, 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 operations API client.

type DeleteAPIInventoryAPIIDSpecsProvidedSpecDefault

type DeleteAPIInventoryAPIIDSpecsProvidedSpecDefault struct {
	Payload *models.APIResponse
	// contains filtered or unexported fields
}
DeleteAPIInventoryAPIIDSpecsProvidedSpecDefault describes a response with status code -1, with default header values.

unknown error

func NewDeleteAPIInventoryAPIIDSpecsProvidedSpecDefault

func NewDeleteAPIInventoryAPIIDSpecsProvidedSpecDefault(code int) *DeleteAPIInventoryAPIIDSpecsProvidedSpecDefault

NewDeleteAPIInventoryAPIIDSpecsProvidedSpecDefault creates a DeleteAPIInventoryAPIIDSpecsProvidedSpecDefault with default headers values

func (*DeleteAPIInventoryAPIIDSpecsProvidedSpecDefault) Code

Code gets the status code for the delete API inventory API ID specs provided spec default response

func (*DeleteAPIInventoryAPIIDSpecsProvidedSpecDefault) Error

func (*DeleteAPIInventoryAPIIDSpecsProvidedSpecDefault) GetPayload

type DeleteAPIInventoryAPIIDSpecsProvidedSpecOK

type DeleteAPIInventoryAPIIDSpecsProvidedSpecOK struct {
	Payload interface{}
}
DeleteAPIInventoryAPIIDSpecsProvidedSpecOK describes a response with status code 200, with default header values.

Success

func NewDeleteAPIInventoryAPIIDSpecsProvidedSpecOK

func NewDeleteAPIInventoryAPIIDSpecsProvidedSpecOK() *DeleteAPIInventoryAPIIDSpecsProvidedSpecOK

NewDeleteAPIInventoryAPIIDSpecsProvidedSpecOK creates a DeleteAPIInventoryAPIIDSpecsProvidedSpecOK with default headers values

func (*DeleteAPIInventoryAPIIDSpecsProvidedSpecOK) Error

func (*DeleteAPIInventoryAPIIDSpecsProvidedSpecOK) GetPayload

func (o *DeleteAPIInventoryAPIIDSpecsProvidedSpecOK) GetPayload() interface{}

type DeleteAPIInventoryAPIIDSpecsProvidedSpecParams

type DeleteAPIInventoryAPIIDSpecsProvidedSpecParams struct {

	// APIID.
	//
	// Format: uint32
	APIID uint32

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

DeleteAPIInventoryAPIIDSpecsProvidedSpecParams contains all the parameters to send to the API endpoint

for the delete API inventory API ID specs provided spec operation.

Typically these are written to a http.Request.

func NewDeleteAPIInventoryAPIIDSpecsProvidedSpecParams

func NewDeleteAPIInventoryAPIIDSpecsProvidedSpecParams() *DeleteAPIInventoryAPIIDSpecsProvidedSpecParams

NewDeleteAPIInventoryAPIIDSpecsProvidedSpecParams creates a new DeleteAPIInventoryAPIIDSpecsProvidedSpecParams 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 NewDeleteAPIInventoryAPIIDSpecsProvidedSpecParamsWithContext

func NewDeleteAPIInventoryAPIIDSpecsProvidedSpecParamsWithContext(ctx context.Context) *DeleteAPIInventoryAPIIDSpecsProvidedSpecParams

NewDeleteAPIInventoryAPIIDSpecsProvidedSpecParamsWithContext creates a new DeleteAPIInventoryAPIIDSpecsProvidedSpecParams object with the ability to set a context for a request.

func NewDeleteAPIInventoryAPIIDSpecsProvidedSpecParamsWithHTTPClient

func NewDeleteAPIInventoryAPIIDSpecsProvidedSpecParamsWithHTTPClient(client *http.Client) *DeleteAPIInventoryAPIIDSpecsProvidedSpecParams

NewDeleteAPIInventoryAPIIDSpecsProvidedSpecParamsWithHTTPClient creates a new DeleteAPIInventoryAPIIDSpecsProvidedSpecParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteAPIInventoryAPIIDSpecsProvidedSpecParamsWithTimeout

func NewDeleteAPIInventoryAPIIDSpecsProvidedSpecParamsWithTimeout(timeout time.Duration) *DeleteAPIInventoryAPIIDSpecsProvidedSpecParams

NewDeleteAPIInventoryAPIIDSpecsProvidedSpecParamsWithTimeout creates a new DeleteAPIInventoryAPIIDSpecsProvidedSpecParams object with the ability to set a timeout on a request.

func (*DeleteAPIInventoryAPIIDSpecsProvidedSpecParams) SetAPIID

SetAPIID adds the apiId to the delete API inventory API ID specs provided spec params

func (*DeleteAPIInventoryAPIIDSpecsProvidedSpecParams) SetContext

SetContext adds the context to the delete API inventory API ID specs provided spec params

func (*DeleteAPIInventoryAPIIDSpecsProvidedSpecParams) SetDefaults

SetDefaults hydrates default values in the delete API inventory API ID specs provided spec params (not the query body).

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

func (*DeleteAPIInventoryAPIIDSpecsProvidedSpecParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the delete API inventory API ID specs provided spec params

func (*DeleteAPIInventoryAPIIDSpecsProvidedSpecParams) SetTimeout

SetTimeout adds the timeout to the delete API inventory API ID specs provided spec params

func (*DeleteAPIInventoryAPIIDSpecsProvidedSpecParams) WithAPIID

WithAPIID adds the aPIID to the delete API inventory API ID specs provided spec params

func (*DeleteAPIInventoryAPIIDSpecsProvidedSpecParams) WithContext

WithContext adds the context to the delete API inventory API ID specs provided spec params

func (*DeleteAPIInventoryAPIIDSpecsProvidedSpecParams) WithDefaults

WithDefaults hydrates default values in the delete API inventory API ID specs provided spec params (not the query body).

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

func (*DeleteAPIInventoryAPIIDSpecsProvidedSpecParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete API inventory API ID specs provided spec params

func (*DeleteAPIInventoryAPIIDSpecsProvidedSpecParams) WithTimeout

WithTimeout adds the timeout to the delete API inventory API ID specs provided spec params

func (*DeleteAPIInventoryAPIIDSpecsProvidedSpecParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteAPIInventoryAPIIDSpecsProvidedSpecReader

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

DeleteAPIInventoryAPIIDSpecsProvidedSpecReader is a Reader for the DeleteAPIInventoryAPIIDSpecsProvidedSpec structure.

func (*DeleteAPIInventoryAPIIDSpecsProvidedSpecReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteAPIInventoryAPIIDSpecsReconstructedSpecDefault

type DeleteAPIInventoryAPIIDSpecsReconstructedSpecDefault struct {
	Payload *models.APIResponse
	// contains filtered or unexported fields
}
DeleteAPIInventoryAPIIDSpecsReconstructedSpecDefault describes a response with status code -1, with default header values.

unknown error

func NewDeleteAPIInventoryAPIIDSpecsReconstructedSpecDefault

func NewDeleteAPIInventoryAPIIDSpecsReconstructedSpecDefault(code int) *DeleteAPIInventoryAPIIDSpecsReconstructedSpecDefault

NewDeleteAPIInventoryAPIIDSpecsReconstructedSpecDefault creates a DeleteAPIInventoryAPIIDSpecsReconstructedSpecDefault with default headers values

func (*DeleteAPIInventoryAPIIDSpecsReconstructedSpecDefault) Code

Code gets the status code for the delete API inventory API ID specs reconstructed spec default response

func (*DeleteAPIInventoryAPIIDSpecsReconstructedSpecDefault) Error

func (*DeleteAPIInventoryAPIIDSpecsReconstructedSpecDefault) GetPayload

type DeleteAPIInventoryAPIIDSpecsReconstructedSpecOK

type DeleteAPIInventoryAPIIDSpecsReconstructedSpecOK struct {
	Payload interface{}
}
DeleteAPIInventoryAPIIDSpecsReconstructedSpecOK describes a response with status code 200, with default header values.

Success

func NewDeleteAPIInventoryAPIIDSpecsReconstructedSpecOK

func NewDeleteAPIInventoryAPIIDSpecsReconstructedSpecOK() *DeleteAPIInventoryAPIIDSpecsReconstructedSpecOK

NewDeleteAPIInventoryAPIIDSpecsReconstructedSpecOK creates a DeleteAPIInventoryAPIIDSpecsReconstructedSpecOK with default headers values

func (*DeleteAPIInventoryAPIIDSpecsReconstructedSpecOK) Error

func (*DeleteAPIInventoryAPIIDSpecsReconstructedSpecOK) GetPayload

func (o *DeleteAPIInventoryAPIIDSpecsReconstructedSpecOK) GetPayload() interface{}

type DeleteAPIInventoryAPIIDSpecsReconstructedSpecParams

type DeleteAPIInventoryAPIIDSpecsReconstructedSpecParams struct {

	// APIID.
	//
	// Format: uint32
	APIID uint32

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

DeleteAPIInventoryAPIIDSpecsReconstructedSpecParams contains all the parameters to send to the API endpoint

for the delete API inventory API ID specs reconstructed spec operation.

Typically these are written to a http.Request.

func NewDeleteAPIInventoryAPIIDSpecsReconstructedSpecParams

func NewDeleteAPIInventoryAPIIDSpecsReconstructedSpecParams() *DeleteAPIInventoryAPIIDSpecsReconstructedSpecParams

NewDeleteAPIInventoryAPIIDSpecsReconstructedSpecParams creates a new DeleteAPIInventoryAPIIDSpecsReconstructedSpecParams 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 NewDeleteAPIInventoryAPIIDSpecsReconstructedSpecParamsWithContext

func NewDeleteAPIInventoryAPIIDSpecsReconstructedSpecParamsWithContext(ctx context.Context) *DeleteAPIInventoryAPIIDSpecsReconstructedSpecParams

NewDeleteAPIInventoryAPIIDSpecsReconstructedSpecParamsWithContext creates a new DeleteAPIInventoryAPIIDSpecsReconstructedSpecParams object with the ability to set a context for a request.

func NewDeleteAPIInventoryAPIIDSpecsReconstructedSpecParamsWithHTTPClient

func NewDeleteAPIInventoryAPIIDSpecsReconstructedSpecParamsWithHTTPClient(client *http.Client) *DeleteAPIInventoryAPIIDSpecsReconstructedSpecParams

NewDeleteAPIInventoryAPIIDSpecsReconstructedSpecParamsWithHTTPClient creates a new DeleteAPIInventoryAPIIDSpecsReconstructedSpecParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteAPIInventoryAPIIDSpecsReconstructedSpecParamsWithTimeout

func NewDeleteAPIInventoryAPIIDSpecsReconstructedSpecParamsWithTimeout(timeout time.Duration) *DeleteAPIInventoryAPIIDSpecsReconstructedSpecParams

NewDeleteAPIInventoryAPIIDSpecsReconstructedSpecParamsWithTimeout creates a new DeleteAPIInventoryAPIIDSpecsReconstructedSpecParams object with the ability to set a timeout on a request.

func (*DeleteAPIInventoryAPIIDSpecsReconstructedSpecParams) SetAPIID

SetAPIID adds the apiId to the delete API inventory API ID specs reconstructed spec params

func (*DeleteAPIInventoryAPIIDSpecsReconstructedSpecParams) SetContext

SetContext adds the context to the delete API inventory API ID specs reconstructed spec params

func (*DeleteAPIInventoryAPIIDSpecsReconstructedSpecParams) SetDefaults

SetDefaults hydrates default values in the delete API inventory API ID specs reconstructed spec params (not the query body).

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

func (*DeleteAPIInventoryAPIIDSpecsReconstructedSpecParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the delete API inventory API ID specs reconstructed spec params

func (*DeleteAPIInventoryAPIIDSpecsReconstructedSpecParams) SetTimeout

SetTimeout adds the timeout to the delete API inventory API ID specs reconstructed spec params

func (*DeleteAPIInventoryAPIIDSpecsReconstructedSpecParams) WithAPIID

WithAPIID adds the aPIID to the delete API inventory API ID specs reconstructed spec params

func (*DeleteAPIInventoryAPIIDSpecsReconstructedSpecParams) WithContext

WithContext adds the context to the delete API inventory API ID specs reconstructed spec params

func (*DeleteAPIInventoryAPIIDSpecsReconstructedSpecParams) WithDefaults

WithDefaults hydrates default values in the delete API inventory API ID specs reconstructed spec params (not the query body).

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

func (*DeleteAPIInventoryAPIIDSpecsReconstructedSpecParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete API inventory API ID specs reconstructed spec params

func (*DeleteAPIInventoryAPIIDSpecsReconstructedSpecParams) WithTimeout

WithTimeout adds the timeout to the delete API inventory API ID specs reconstructed spec params

func (*DeleteAPIInventoryAPIIDSpecsReconstructedSpecParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteAPIInventoryAPIIDSpecsReconstructedSpecReader

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

DeleteAPIInventoryAPIIDSpecsReconstructedSpecReader is a Reader for the DeleteAPIInventoryAPIIDSpecsReconstructedSpec structure.

func (*DeleteAPIInventoryAPIIDSpecsReconstructedSpecReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAPIEventsDefault

type GetAPIEventsDefault struct {
	Payload *models.APIResponse
	// contains filtered or unexported fields
}
GetAPIEventsDefault describes a response with status code -1, with default header values.

unknown error

func NewGetAPIEventsDefault

func NewGetAPIEventsDefault(code int) *GetAPIEventsDefault

NewGetAPIEventsDefault creates a GetAPIEventsDefault with default headers values

func (*GetAPIEventsDefault) Code

func (o *GetAPIEventsDefault) Code() int

Code gets the status code for the get API events default response

func (*GetAPIEventsDefault) Error

func (o *GetAPIEventsDefault) Error() string

func (*GetAPIEventsDefault) GetPayload

func (o *GetAPIEventsDefault) GetPayload() *models.APIResponse

type GetAPIEventsEventIDDefault

type GetAPIEventsEventIDDefault struct {
	Payload *models.APIResponse
	// contains filtered or unexported fields
}
GetAPIEventsEventIDDefault describes a response with status code -1, with default header values.

unknown error

func NewGetAPIEventsEventIDDefault

func NewGetAPIEventsEventIDDefault(code int) *GetAPIEventsEventIDDefault

NewGetAPIEventsEventIDDefault creates a GetAPIEventsEventIDDefault with default headers values

func (*GetAPIEventsEventIDDefault) Code

func (o *GetAPIEventsEventIDDefault) Code() int

Code gets the status code for the get API events event ID default response

func (*GetAPIEventsEventIDDefault) Error

func (*GetAPIEventsEventIDDefault) GetPayload

type GetAPIEventsEventIDOK

type GetAPIEventsEventIDOK struct {
	Payload *models.APIEvent
}
GetAPIEventsEventIDOK describes a response with status code 200, with default header values.

Success

func NewGetAPIEventsEventIDOK

func NewGetAPIEventsEventIDOK() *GetAPIEventsEventIDOK

NewGetAPIEventsEventIDOK creates a GetAPIEventsEventIDOK with default headers values

func (*GetAPIEventsEventIDOK) Error

func (o *GetAPIEventsEventIDOK) Error() string

func (*GetAPIEventsEventIDOK) GetPayload

func (o *GetAPIEventsEventIDOK) GetPayload() *models.APIEvent

type GetAPIEventsEventIDParams

type GetAPIEventsEventIDParams struct {

	/* EventID.

	   API event ID

	   Format: uint32
	*/
	EventID uint32

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

GetAPIEventsEventIDParams contains all the parameters to send to the API endpoint

for the get API events event ID operation.

Typically these are written to a http.Request.

func NewGetAPIEventsEventIDParams

func NewGetAPIEventsEventIDParams() *GetAPIEventsEventIDParams

NewGetAPIEventsEventIDParams creates a new GetAPIEventsEventIDParams 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 NewGetAPIEventsEventIDParamsWithContext

func NewGetAPIEventsEventIDParamsWithContext(ctx context.Context) *GetAPIEventsEventIDParams

NewGetAPIEventsEventIDParamsWithContext creates a new GetAPIEventsEventIDParams object with the ability to set a context for a request.

func NewGetAPIEventsEventIDParamsWithHTTPClient

func NewGetAPIEventsEventIDParamsWithHTTPClient(client *http.Client) *GetAPIEventsEventIDParams

NewGetAPIEventsEventIDParamsWithHTTPClient creates a new GetAPIEventsEventIDParams object with the ability to set a custom HTTPClient for a request.

func NewGetAPIEventsEventIDParamsWithTimeout

func NewGetAPIEventsEventIDParamsWithTimeout(timeout time.Duration) *GetAPIEventsEventIDParams

NewGetAPIEventsEventIDParamsWithTimeout creates a new GetAPIEventsEventIDParams object with the ability to set a timeout on a request.

func (*GetAPIEventsEventIDParams) SetContext

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

SetContext adds the context to the get API events event ID params

func (*GetAPIEventsEventIDParams) SetDefaults

func (o *GetAPIEventsEventIDParams) SetDefaults()

SetDefaults hydrates default values in the get API events event ID params (not the query body).

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

func (*GetAPIEventsEventIDParams) SetEventID

func (o *GetAPIEventsEventIDParams) SetEventID(eventID uint32)

SetEventID adds the eventId to the get API events event ID params

func (*GetAPIEventsEventIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get API events event ID params

func (*GetAPIEventsEventIDParams) SetTimeout

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

SetTimeout adds the timeout to the get API events event ID params

func (*GetAPIEventsEventIDParams) WithContext

WithContext adds the context to the get API events event ID params

func (*GetAPIEventsEventIDParams) WithDefaults

WithDefaults hydrates default values in the get API events event ID params (not the query body).

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

func (*GetAPIEventsEventIDParams) WithEventID

WithEventID adds the eventID to the get API events event ID params

func (*GetAPIEventsEventIDParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get API events event ID params

func (*GetAPIEventsEventIDParams) WithTimeout

WithTimeout adds the timeout to the get API events event ID params

func (*GetAPIEventsEventIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAPIEventsEventIDProvidedSpecDiffDefault

type GetAPIEventsEventIDProvidedSpecDiffDefault struct {
	Payload *models.APIResponse
	// contains filtered or unexported fields
}
GetAPIEventsEventIDProvidedSpecDiffDefault describes a response with status code -1, with default header values.

unknown error

func NewGetAPIEventsEventIDProvidedSpecDiffDefault

func NewGetAPIEventsEventIDProvidedSpecDiffDefault(code int) *GetAPIEventsEventIDProvidedSpecDiffDefault

NewGetAPIEventsEventIDProvidedSpecDiffDefault creates a GetAPIEventsEventIDProvidedSpecDiffDefault with default headers values

func (*GetAPIEventsEventIDProvidedSpecDiffDefault) Code

Code gets the status code for the get API events event ID provided spec diff default response

func (*GetAPIEventsEventIDProvidedSpecDiffDefault) Error

func (*GetAPIEventsEventIDProvidedSpecDiffDefault) GetPayload

type GetAPIEventsEventIDProvidedSpecDiffOK

type GetAPIEventsEventIDProvidedSpecDiffOK struct {
	Payload *models.APIEventSpecDiff
}
GetAPIEventsEventIDProvidedSpecDiffOK describes a response with status code 200, with default header values.

Success

func NewGetAPIEventsEventIDProvidedSpecDiffOK

func NewGetAPIEventsEventIDProvidedSpecDiffOK() *GetAPIEventsEventIDProvidedSpecDiffOK

NewGetAPIEventsEventIDProvidedSpecDiffOK creates a GetAPIEventsEventIDProvidedSpecDiffOK with default headers values

func (*GetAPIEventsEventIDProvidedSpecDiffOK) Error

func (*GetAPIEventsEventIDProvidedSpecDiffOK) GetPayload

type GetAPIEventsEventIDProvidedSpecDiffParams

type GetAPIEventsEventIDProvidedSpecDiffParams struct {

	/* EventID.

	   API event ID

	   Format: uint32
	*/
	EventID uint32

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

GetAPIEventsEventIDProvidedSpecDiffParams contains all the parameters to send to the API endpoint

for the get API events event ID provided spec diff operation.

Typically these are written to a http.Request.

func NewGetAPIEventsEventIDProvidedSpecDiffParams

func NewGetAPIEventsEventIDProvidedSpecDiffParams() *GetAPIEventsEventIDProvidedSpecDiffParams

NewGetAPIEventsEventIDProvidedSpecDiffParams creates a new GetAPIEventsEventIDProvidedSpecDiffParams 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 NewGetAPIEventsEventIDProvidedSpecDiffParamsWithContext

func NewGetAPIEventsEventIDProvidedSpecDiffParamsWithContext(ctx context.Context) *GetAPIEventsEventIDProvidedSpecDiffParams

NewGetAPIEventsEventIDProvidedSpecDiffParamsWithContext creates a new GetAPIEventsEventIDProvidedSpecDiffParams object with the ability to set a context for a request.

func NewGetAPIEventsEventIDProvidedSpecDiffParamsWithHTTPClient

func NewGetAPIEventsEventIDProvidedSpecDiffParamsWithHTTPClient(client *http.Client) *GetAPIEventsEventIDProvidedSpecDiffParams

NewGetAPIEventsEventIDProvidedSpecDiffParamsWithHTTPClient creates a new GetAPIEventsEventIDProvidedSpecDiffParams object with the ability to set a custom HTTPClient for a request.

func NewGetAPIEventsEventIDProvidedSpecDiffParamsWithTimeout

func NewGetAPIEventsEventIDProvidedSpecDiffParamsWithTimeout(timeout time.Duration) *GetAPIEventsEventIDProvidedSpecDiffParams

NewGetAPIEventsEventIDProvidedSpecDiffParamsWithTimeout creates a new GetAPIEventsEventIDProvidedSpecDiffParams object with the ability to set a timeout on a request.

func (*GetAPIEventsEventIDProvidedSpecDiffParams) SetContext

SetContext adds the context to the get API events event ID provided spec diff params

func (*GetAPIEventsEventIDProvidedSpecDiffParams) SetDefaults

SetDefaults hydrates default values in the get API events event ID provided spec diff params (not the query body).

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

func (*GetAPIEventsEventIDProvidedSpecDiffParams) SetEventID

func (o *GetAPIEventsEventIDProvidedSpecDiffParams) SetEventID(eventID uint32)

SetEventID adds the eventId to the get API events event ID provided spec diff params

func (*GetAPIEventsEventIDProvidedSpecDiffParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get API events event ID provided spec diff params

func (*GetAPIEventsEventIDProvidedSpecDiffParams) SetTimeout

SetTimeout adds the timeout to the get API events event ID provided spec diff params

func (*GetAPIEventsEventIDProvidedSpecDiffParams) WithContext

WithContext adds the context to the get API events event ID provided spec diff params

func (*GetAPIEventsEventIDProvidedSpecDiffParams) WithDefaults

WithDefaults hydrates default values in the get API events event ID provided spec diff params (not the query body).

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

func (*GetAPIEventsEventIDProvidedSpecDiffParams) WithEventID

WithEventID adds the eventID to the get API events event ID provided spec diff params

func (*GetAPIEventsEventIDProvidedSpecDiffParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get API events event ID provided spec diff params

func (*GetAPIEventsEventIDProvidedSpecDiffParams) WithTimeout

WithTimeout adds the timeout to the get API events event ID provided spec diff params

func (*GetAPIEventsEventIDProvidedSpecDiffParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAPIEventsEventIDProvidedSpecDiffReader

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

GetAPIEventsEventIDProvidedSpecDiffReader is a Reader for the GetAPIEventsEventIDProvidedSpecDiff structure.

func (*GetAPIEventsEventIDProvidedSpecDiffReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAPIEventsEventIDReader

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

GetAPIEventsEventIDReader is a Reader for the GetAPIEventsEventID structure.

func (*GetAPIEventsEventIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAPIEventsEventIDReconstructedSpecDiffDefault

type GetAPIEventsEventIDReconstructedSpecDiffDefault struct {
	Payload *models.APIResponse
	// contains filtered or unexported fields
}
GetAPIEventsEventIDReconstructedSpecDiffDefault describes a response with status code -1, with default header values.

unknown error

func NewGetAPIEventsEventIDReconstructedSpecDiffDefault

func NewGetAPIEventsEventIDReconstructedSpecDiffDefault(code int) *GetAPIEventsEventIDReconstructedSpecDiffDefault

NewGetAPIEventsEventIDReconstructedSpecDiffDefault creates a GetAPIEventsEventIDReconstructedSpecDiffDefault with default headers values

func (*GetAPIEventsEventIDReconstructedSpecDiffDefault) Code

Code gets the status code for the get API events event ID reconstructed spec diff default response

func (*GetAPIEventsEventIDReconstructedSpecDiffDefault) Error

func (*GetAPIEventsEventIDReconstructedSpecDiffDefault) GetPayload

type GetAPIEventsEventIDReconstructedSpecDiffOK

type GetAPIEventsEventIDReconstructedSpecDiffOK struct {
	Payload *models.APIEventSpecDiff
}
GetAPIEventsEventIDReconstructedSpecDiffOK describes a response with status code 200, with default header values.

Success

func NewGetAPIEventsEventIDReconstructedSpecDiffOK

func NewGetAPIEventsEventIDReconstructedSpecDiffOK() *GetAPIEventsEventIDReconstructedSpecDiffOK

NewGetAPIEventsEventIDReconstructedSpecDiffOK creates a GetAPIEventsEventIDReconstructedSpecDiffOK with default headers values

func (*GetAPIEventsEventIDReconstructedSpecDiffOK) Error

func (*GetAPIEventsEventIDReconstructedSpecDiffOK) GetPayload

type GetAPIEventsEventIDReconstructedSpecDiffParams

type GetAPIEventsEventIDReconstructedSpecDiffParams struct {

	/* EventID.

	   API event ID

	   Format: uint32
	*/
	EventID uint32

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

GetAPIEventsEventIDReconstructedSpecDiffParams contains all the parameters to send to the API endpoint

for the get API events event ID reconstructed spec diff operation.

Typically these are written to a http.Request.

func NewGetAPIEventsEventIDReconstructedSpecDiffParams

func NewGetAPIEventsEventIDReconstructedSpecDiffParams() *GetAPIEventsEventIDReconstructedSpecDiffParams

NewGetAPIEventsEventIDReconstructedSpecDiffParams creates a new GetAPIEventsEventIDReconstructedSpecDiffParams 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 NewGetAPIEventsEventIDReconstructedSpecDiffParamsWithContext

func NewGetAPIEventsEventIDReconstructedSpecDiffParamsWithContext(ctx context.Context) *GetAPIEventsEventIDReconstructedSpecDiffParams

NewGetAPIEventsEventIDReconstructedSpecDiffParamsWithContext creates a new GetAPIEventsEventIDReconstructedSpecDiffParams object with the ability to set a context for a request.

func NewGetAPIEventsEventIDReconstructedSpecDiffParamsWithHTTPClient

func NewGetAPIEventsEventIDReconstructedSpecDiffParamsWithHTTPClient(client *http.Client) *GetAPIEventsEventIDReconstructedSpecDiffParams

NewGetAPIEventsEventIDReconstructedSpecDiffParamsWithHTTPClient creates a new GetAPIEventsEventIDReconstructedSpecDiffParams object with the ability to set a custom HTTPClient for a request.

func NewGetAPIEventsEventIDReconstructedSpecDiffParamsWithTimeout

func NewGetAPIEventsEventIDReconstructedSpecDiffParamsWithTimeout(timeout time.Duration) *GetAPIEventsEventIDReconstructedSpecDiffParams

NewGetAPIEventsEventIDReconstructedSpecDiffParamsWithTimeout creates a new GetAPIEventsEventIDReconstructedSpecDiffParams object with the ability to set a timeout on a request.

func (*GetAPIEventsEventIDReconstructedSpecDiffParams) SetContext

SetContext adds the context to the get API events event ID reconstructed spec diff params

func (*GetAPIEventsEventIDReconstructedSpecDiffParams) SetDefaults

SetDefaults hydrates default values in the get API events event ID reconstructed spec diff params (not the query body).

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

func (*GetAPIEventsEventIDReconstructedSpecDiffParams) SetEventID

SetEventID adds the eventId to the get API events event ID reconstructed spec diff params

func (*GetAPIEventsEventIDReconstructedSpecDiffParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get API events event ID reconstructed spec diff params

func (*GetAPIEventsEventIDReconstructedSpecDiffParams) SetTimeout

SetTimeout adds the timeout to the get API events event ID reconstructed spec diff params

func (*GetAPIEventsEventIDReconstructedSpecDiffParams) WithContext

WithContext adds the context to the get API events event ID reconstructed spec diff params

func (*GetAPIEventsEventIDReconstructedSpecDiffParams) WithDefaults

WithDefaults hydrates default values in the get API events event ID reconstructed spec diff params (not the query body).

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

func (*GetAPIEventsEventIDReconstructedSpecDiffParams) WithEventID

WithEventID adds the eventID to the get API events event ID reconstructed spec diff params

func (*GetAPIEventsEventIDReconstructedSpecDiffParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get API events event ID reconstructed spec diff params

func (*GetAPIEventsEventIDReconstructedSpecDiffParams) WithTimeout

WithTimeout adds the timeout to the get API events event ID reconstructed spec diff params

func (*GetAPIEventsEventIDReconstructedSpecDiffParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAPIEventsEventIDReconstructedSpecDiffReader

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

GetAPIEventsEventIDReconstructedSpecDiffReader is a Reader for the GetAPIEventsEventIDReconstructedSpecDiff structure.

func (*GetAPIEventsEventIDReconstructedSpecDiffReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAPIEventsOK

type GetAPIEventsOK struct {
	Payload *GetAPIEventsOKBody
}
GetAPIEventsOK describes a response with status code 200, with default header values.

Success

func NewGetAPIEventsOK

func NewGetAPIEventsOK() *GetAPIEventsOK

NewGetAPIEventsOK creates a GetAPIEventsOK with default headers values

func (*GetAPIEventsOK) Error

func (o *GetAPIEventsOK) Error() string

func (*GetAPIEventsOK) GetPayload

func (o *GetAPIEventsOK) GetPayload() *GetAPIEventsOKBody

type GetAPIEventsOKBody

type GetAPIEventsOKBody struct {

	// List of API events in the given time range, filters and page. List length must be lower or equal to pageSize
	Items []*models.APIEvent `json:"items"`

	// Total events count in the given time range and filters
	// Required: true
	Total *int64 `json:"total"`
}

GetAPIEventsOKBody get API events o k body swagger:model GetAPIEventsOKBody

func (*GetAPIEventsOKBody) ContextValidate

func (o *GetAPIEventsOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this get API events o k body based on the context it is used

func (*GetAPIEventsOKBody) MarshalBinary

func (o *GetAPIEventsOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetAPIEventsOKBody) UnmarshalBinary

func (o *GetAPIEventsOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetAPIEventsOKBody) Validate

func (o *GetAPIEventsOKBody) Validate(formats strfmt.Registry) error

Validate validates this get API events o k body

type GetAPIEventsParams

type GetAPIEventsParams struct {

	/* AlertIs.

	   Alert Kind [ALERT_INFO or ALERT_WARN]
	*/
	AlertIs []string

	// DestinationIPIsNot.
	DestinationIPIsNot []string

	// DestinationIPIs.
	DestinationIPIs []string

	// DestinationPortIsNot.
	DestinationPortIsNot []string

	// DestinationPortIs.
	DestinationPortIs []string

	/* EndTime.

	   End time of the query

	   Format: date-time
	*/
	EndTime strfmt.DateTime

	// HasSpecDiffIs.
	HasSpecDiffIs *bool

	// MethodIs.
	MethodIs []string

	/* Page.

	   Page number of the query
	*/
	Page int64

	/* PageSize.

	   Maximum items to return
	*/
	PageSize int64

	// PathContains.
	PathContains []string

	// PathEnd.
	PathEnd *string

	// PathIsNot.
	PathIsNot []string

	// PathIs.
	PathIs []string

	// PathStart.
	PathStart *string

	// ShowNonAPI.
	ShowNonAPI bool

	/* SortDir.

	   Sorting direction

	   Default: "ASC"
	*/
	SortDir *string

	/* SortKey.

	   Sort key
	*/
	SortKey string

	// SourceIPIsNot.
	SourceIPIsNot []string

	// SourceIPIs.
	SourceIPIs []string

	// SpecDiffTypeIs.
	SpecDiffTypeIs []string

	// SpecContains.
	SpecContains []string

	// SpecEnd.
	SpecEnd *string

	// SpecIsNot.
	SpecIsNot []string

	// SpecIs.
	SpecIs []string

	// SpecStart.
	SpecStart *string

	/* StartTime.

	   Start time of the query

	   Format: date-time
	*/
	StartTime strfmt.DateTime

	/* StatusCodeGte.

	   greater than or equal
	*/
	StatusCodeGte *string

	// StatusCodeIsNot.
	StatusCodeIsNot []string

	// StatusCodeIs.
	StatusCodeIs []string

	/* StatusCodeLte.

	   less than or equal
	*/
	StatusCodeLte *string

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

GetAPIEventsParams contains all the parameters to send to the API endpoint

for the get API events operation.

Typically these are written to a http.Request.

func NewGetAPIEventsParams

func NewGetAPIEventsParams() *GetAPIEventsParams

NewGetAPIEventsParams creates a new GetAPIEventsParams 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 NewGetAPIEventsParamsWithContext

func NewGetAPIEventsParamsWithContext(ctx context.Context) *GetAPIEventsParams

NewGetAPIEventsParamsWithContext creates a new GetAPIEventsParams object with the ability to set a context for a request.

func NewGetAPIEventsParamsWithHTTPClient

func NewGetAPIEventsParamsWithHTTPClient(client *http.Client) *GetAPIEventsParams

NewGetAPIEventsParamsWithHTTPClient creates a new GetAPIEventsParams object with the ability to set a custom HTTPClient for a request.

func NewGetAPIEventsParamsWithTimeout

func NewGetAPIEventsParamsWithTimeout(timeout time.Duration) *GetAPIEventsParams

NewGetAPIEventsParamsWithTimeout creates a new GetAPIEventsParams object with the ability to set a timeout on a request.

func (*GetAPIEventsParams) SetAlertIs

func (o *GetAPIEventsParams) SetAlertIs(alertIs []string)

SetAlertIs adds the alertIs to the get API events params

func (*GetAPIEventsParams) SetContext

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

SetContext adds the context to the get API events params

func (*GetAPIEventsParams) SetDefaults

func (o *GetAPIEventsParams) SetDefaults()

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

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

func (*GetAPIEventsParams) SetDestinationIPIs

func (o *GetAPIEventsParams) SetDestinationIPIs(destinationIPIs []string)

SetDestinationIPIs adds the destinationIpIs to the get API events params

func (*GetAPIEventsParams) SetDestinationIPIsNot

func (o *GetAPIEventsParams) SetDestinationIPIsNot(destinationIPIsNot []string)

SetDestinationIPIsNot adds the destinationIpIsNot to the get API events params

func (*GetAPIEventsParams) SetDestinationPortIs

func (o *GetAPIEventsParams) SetDestinationPortIs(destinationPortIs []string)

SetDestinationPortIs adds the destinationPortIs to the get API events params

func (*GetAPIEventsParams) SetDestinationPortIsNot

func (o *GetAPIEventsParams) SetDestinationPortIsNot(destinationPortIsNot []string)

SetDestinationPortIsNot adds the destinationPortIsNot to the get API events params

func (*GetAPIEventsParams) SetEndTime

func (o *GetAPIEventsParams) SetEndTime(endTime strfmt.DateTime)

SetEndTime adds the endTime to the get API events params

func (*GetAPIEventsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get API events params

func (*GetAPIEventsParams) SetHasSpecDiffIs

func (o *GetAPIEventsParams) SetHasSpecDiffIs(hasSpecDiffIs *bool)

SetHasSpecDiffIs adds the hasSpecDiffIs to the get API events params

func (*GetAPIEventsParams) SetMethodIs

func (o *GetAPIEventsParams) SetMethodIs(methodIs []string)

SetMethodIs adds the methodIs to the get API events params

func (*GetAPIEventsParams) SetPage

func (o *GetAPIEventsParams) SetPage(page int64)

SetPage adds the page to the get API events params

func (*GetAPIEventsParams) SetPageSize

func (o *GetAPIEventsParams) SetPageSize(pageSize int64)

SetPageSize adds the pageSize to the get API events params

func (*GetAPIEventsParams) SetPathContains

func (o *GetAPIEventsParams) SetPathContains(pathContains []string)

SetPathContains adds the pathContains to the get API events params

func (*GetAPIEventsParams) SetPathEnd

func (o *GetAPIEventsParams) SetPathEnd(pathEnd *string)

SetPathEnd adds the pathEnd to the get API events params

func (*GetAPIEventsParams) SetPathIs

func (o *GetAPIEventsParams) SetPathIs(pathIs []string)

SetPathIs adds the pathIs to the get API events params

func (*GetAPIEventsParams) SetPathIsNot

func (o *GetAPIEventsParams) SetPathIsNot(pathIsNot []string)

SetPathIsNot adds the pathIsNot to the get API events params

func (*GetAPIEventsParams) SetPathStart

func (o *GetAPIEventsParams) SetPathStart(pathStart *string)

SetPathStart adds the pathStart to the get API events params

func (*GetAPIEventsParams) SetShowNonAPI

func (o *GetAPIEventsParams) SetShowNonAPI(showNonAPI bool)

SetShowNonAPI adds the showNonApi to the get API events params

func (*GetAPIEventsParams) SetSortDir

func (o *GetAPIEventsParams) SetSortDir(sortDir *string)

SetSortDir adds the sortDir to the get API events params

func (*GetAPIEventsParams) SetSortKey

func (o *GetAPIEventsParams) SetSortKey(sortKey string)

SetSortKey adds the sortKey to the get API events params

func (*GetAPIEventsParams) SetSourceIPIs

func (o *GetAPIEventsParams) SetSourceIPIs(sourceIPIs []string)

SetSourceIPIs adds the sourceIpIs to the get API events params

func (*GetAPIEventsParams) SetSourceIPIsNot

func (o *GetAPIEventsParams) SetSourceIPIsNot(sourceIPIsNot []string)

SetSourceIPIsNot adds the sourceIpIsNot to the get API events params

func (*GetAPIEventsParams) SetSpecContains

func (o *GetAPIEventsParams) SetSpecContains(specContains []string)

SetSpecContains adds the specContains to the get API events params

func (*GetAPIEventsParams) SetSpecDiffTypeIs

func (o *GetAPIEventsParams) SetSpecDiffTypeIs(specDiffTypeIs []string)

SetSpecDiffTypeIs adds the specDiffTypeIs to the get API events params

func (*GetAPIEventsParams) SetSpecEnd

func (o *GetAPIEventsParams) SetSpecEnd(specEnd *string)

SetSpecEnd adds the specEnd to the get API events params

func (*GetAPIEventsParams) SetSpecIs

func (o *GetAPIEventsParams) SetSpecIs(specIs []string)

SetSpecIs adds the specIs to the get API events params

func (*GetAPIEventsParams) SetSpecIsNot

func (o *GetAPIEventsParams) SetSpecIsNot(specIsNot []string)

SetSpecIsNot adds the specIsNot to the get API events params

func (*GetAPIEventsParams) SetSpecStart

func (o *GetAPIEventsParams) SetSpecStart(specStart *string)

SetSpecStart adds the specStart to the get API events params

func (*GetAPIEventsParams) SetStartTime

func (o *GetAPIEventsParams) SetStartTime(startTime strfmt.DateTime)

SetStartTime adds the startTime to the get API events params

func (*GetAPIEventsParams) SetStatusCodeGte

func (o *GetAPIEventsParams) SetStatusCodeGte(statusCodeGte *string)

SetStatusCodeGte adds the statusCodeGte to the get API events params

func (*GetAPIEventsParams) SetStatusCodeIs

func (o *GetAPIEventsParams) SetStatusCodeIs(statusCodeIs []string)

SetStatusCodeIs adds the statusCodeIs to the get API events params

func (*GetAPIEventsParams) SetStatusCodeIsNot

func (o *GetAPIEventsParams) SetStatusCodeIsNot(statusCodeIsNot []string)

SetStatusCodeIsNot adds the statusCodeIsNot to the get API events params

func (*GetAPIEventsParams) SetStatusCodeLte

func (o *GetAPIEventsParams) SetStatusCodeLte(statusCodeLte *string)

SetStatusCodeLte adds the statusCodeLte to the get API events params

func (*GetAPIEventsParams) SetTimeout

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

SetTimeout adds the timeout to the get API events params

func (*GetAPIEventsParams) WithAlertIs

func (o *GetAPIEventsParams) WithAlertIs(alertIs []string) *GetAPIEventsParams

WithAlertIs adds the alertIs to the get API events params

func (*GetAPIEventsParams) WithContext

WithContext adds the context to the get API events params

func (*GetAPIEventsParams) WithDefaults

func (o *GetAPIEventsParams) WithDefaults() *GetAPIEventsParams

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

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

func (*GetAPIEventsParams) WithDestinationIPIs

func (o *GetAPIEventsParams) WithDestinationIPIs(destinationIPIs []string) *GetAPIEventsParams

WithDestinationIPIs adds the destinationIPIs to the get API events params

func (*GetAPIEventsParams) WithDestinationIPIsNot

func (o *GetAPIEventsParams) WithDestinationIPIsNot(destinationIPIsNot []string) *GetAPIEventsParams

WithDestinationIPIsNot adds the destinationIPIsNot to the get API events params

func (*GetAPIEventsParams) WithDestinationPortIs

func (o *GetAPIEventsParams) WithDestinationPortIs(destinationPortIs []string) *GetAPIEventsParams

WithDestinationPortIs adds the destinationPortIs to the get API events params

func (*GetAPIEventsParams) WithDestinationPortIsNot

func (o *GetAPIEventsParams) WithDestinationPortIsNot(destinationPortIsNot []string) *GetAPIEventsParams

WithDestinationPortIsNot adds the destinationPortIsNot to the get API events params

func (*GetAPIEventsParams) WithEndTime

func (o *GetAPIEventsParams) WithEndTime(endTime strfmt.DateTime) *GetAPIEventsParams

WithEndTime adds the endTime to the get API events params

func (*GetAPIEventsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get API events params

func (*GetAPIEventsParams) WithHasSpecDiffIs

func (o *GetAPIEventsParams) WithHasSpecDiffIs(hasSpecDiffIs *bool) *GetAPIEventsParams

WithHasSpecDiffIs adds the hasSpecDiffIs to the get API events params

func (*GetAPIEventsParams) WithMethodIs

func (o *GetAPIEventsParams) WithMethodIs(methodIs []string) *GetAPIEventsParams

WithMethodIs adds the methodIs to the get API events params

func (*GetAPIEventsParams) WithPage

func (o *GetAPIEventsParams) WithPage(page int64) *GetAPIEventsParams

WithPage adds the page to the get API events params

func (*GetAPIEventsParams) WithPageSize

func (o *GetAPIEventsParams) WithPageSize(pageSize int64) *GetAPIEventsParams

WithPageSize adds the pageSize to the get API events params

func (*GetAPIEventsParams) WithPathContains

func (o *GetAPIEventsParams) WithPathContains(pathContains []string) *GetAPIEventsParams

WithPathContains adds the pathContains to the get API events params

func (*GetAPIEventsParams) WithPathEnd

func (o *GetAPIEventsParams) WithPathEnd(pathEnd *string) *GetAPIEventsParams

WithPathEnd adds the pathEnd to the get API events params

func (*GetAPIEventsParams) WithPathIs

func (o *GetAPIEventsParams) WithPathIs(pathIs []string) *GetAPIEventsParams

WithPathIs adds the pathIs to the get API events params

func (*GetAPIEventsParams) WithPathIsNot

func (o *GetAPIEventsParams) WithPathIsNot(pathIsNot []string) *GetAPIEventsParams

WithPathIsNot adds the pathIsNot to the get API events params

func (*GetAPIEventsParams) WithPathStart

func (o *GetAPIEventsParams) WithPathStart(pathStart *string) *GetAPIEventsParams

WithPathStart adds the pathStart to the get API events params

func (*GetAPIEventsParams) WithShowNonAPI

func (o *GetAPIEventsParams) WithShowNonAPI(showNonAPI bool) *GetAPIEventsParams

WithShowNonAPI adds the showNonAPI to the get API events params

func (*GetAPIEventsParams) WithSortDir

func (o *GetAPIEventsParams) WithSortDir(sortDir *string) *GetAPIEventsParams

WithSortDir adds the sortDir to the get API events params

func (*GetAPIEventsParams) WithSortKey

func (o *GetAPIEventsParams) WithSortKey(sortKey string) *GetAPIEventsParams

WithSortKey adds the sortKey to the get API events params

func (*GetAPIEventsParams) WithSourceIPIs

func (o *GetAPIEventsParams) WithSourceIPIs(sourceIPIs []string) *GetAPIEventsParams

WithSourceIPIs adds the sourceIPIs to the get API events params

func (*GetAPIEventsParams) WithSourceIPIsNot

func (o *GetAPIEventsParams) WithSourceIPIsNot(sourceIPIsNot []string) *GetAPIEventsParams

WithSourceIPIsNot adds the sourceIPIsNot to the get API events params

func (*GetAPIEventsParams) WithSpecContains

func (o *GetAPIEventsParams) WithSpecContains(specContains []string) *GetAPIEventsParams

WithSpecContains adds the specContains to the get API events params

func (*GetAPIEventsParams) WithSpecDiffTypeIs

func (o *GetAPIEventsParams) WithSpecDiffTypeIs(specDiffTypeIs []string) *GetAPIEventsParams

WithSpecDiffTypeIs adds the specDiffTypeIs to the get API events params

func (*GetAPIEventsParams) WithSpecEnd

func (o *GetAPIEventsParams) WithSpecEnd(specEnd *string) *GetAPIEventsParams

WithSpecEnd adds the specEnd to the get API events params

func (*GetAPIEventsParams) WithSpecIs

func (o *GetAPIEventsParams) WithSpecIs(specIs []string) *GetAPIEventsParams

WithSpecIs adds the specIs to the get API events params

func (*GetAPIEventsParams) WithSpecIsNot

func (o *GetAPIEventsParams) WithSpecIsNot(specIsNot []string) *GetAPIEventsParams

WithSpecIsNot adds the specIsNot to the get API events params

func (*GetAPIEventsParams) WithSpecStart

func (o *GetAPIEventsParams) WithSpecStart(specStart *string) *GetAPIEventsParams

WithSpecStart adds the specStart to the get API events params

func (*GetAPIEventsParams) WithStartTime

func (o *GetAPIEventsParams) WithStartTime(startTime strfmt.DateTime) *GetAPIEventsParams

WithStartTime adds the startTime to the get API events params

func (*GetAPIEventsParams) WithStatusCodeGte

func (o *GetAPIEventsParams) WithStatusCodeGte(statusCodeGte *string) *GetAPIEventsParams

WithStatusCodeGte adds the statusCodeGte to the get API events params

func (*GetAPIEventsParams) WithStatusCodeIs

func (o *GetAPIEventsParams) WithStatusCodeIs(statusCodeIs []string) *GetAPIEventsParams

WithStatusCodeIs adds the statusCodeIs to the get API events params

func (*GetAPIEventsParams) WithStatusCodeIsNot

func (o *GetAPIEventsParams) WithStatusCodeIsNot(statusCodeIsNot []string) *GetAPIEventsParams

WithStatusCodeIsNot adds the statusCodeIsNot to the get API events params

func (*GetAPIEventsParams) WithStatusCodeLte

func (o *GetAPIEventsParams) WithStatusCodeLte(statusCodeLte *string) *GetAPIEventsParams

WithStatusCodeLte adds the statusCodeLte to the get API events params

func (*GetAPIEventsParams) WithTimeout

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

WithTimeout adds the timeout to the get API events params

func (*GetAPIEventsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetAPIEventsReader

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

GetAPIEventsReader is a Reader for the GetAPIEvents structure.

func (*GetAPIEventsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAPIInventoryAPIIDProvidedSwaggerJSONDefault

type GetAPIInventoryAPIIDProvidedSwaggerJSONDefault struct {
	Payload *models.APIResponse
	// contains filtered or unexported fields
}
GetAPIInventoryAPIIDProvidedSwaggerJSONDefault describes a response with status code -1, with default header values.

unknown error

func NewGetAPIInventoryAPIIDProvidedSwaggerJSONDefault

func NewGetAPIInventoryAPIIDProvidedSwaggerJSONDefault(code int) *GetAPIInventoryAPIIDProvidedSwaggerJSONDefault

NewGetAPIInventoryAPIIDProvidedSwaggerJSONDefault creates a GetAPIInventoryAPIIDProvidedSwaggerJSONDefault with default headers values

func (*GetAPIInventoryAPIIDProvidedSwaggerJSONDefault) Code

Code gets the status code for the get API inventory API ID provided swagger JSON default response

func (*GetAPIInventoryAPIIDProvidedSwaggerJSONDefault) Error

func (*GetAPIInventoryAPIIDProvidedSwaggerJSONDefault) GetPayload

type GetAPIInventoryAPIIDProvidedSwaggerJSONOK

type GetAPIInventoryAPIIDProvidedSwaggerJSONOK struct {
	Payload interface{}
}
GetAPIInventoryAPIIDProvidedSwaggerJSONOK describes a response with status code 200, with default header values.

Success

func NewGetAPIInventoryAPIIDProvidedSwaggerJSONOK

func NewGetAPIInventoryAPIIDProvidedSwaggerJSONOK() *GetAPIInventoryAPIIDProvidedSwaggerJSONOK

NewGetAPIInventoryAPIIDProvidedSwaggerJSONOK creates a GetAPIInventoryAPIIDProvidedSwaggerJSONOK with default headers values

func (*GetAPIInventoryAPIIDProvidedSwaggerJSONOK) Error

func (*GetAPIInventoryAPIIDProvidedSwaggerJSONOK) GetPayload

func (o *GetAPIInventoryAPIIDProvidedSwaggerJSONOK) GetPayload() interface{}

type GetAPIInventoryAPIIDProvidedSwaggerJSONParams

type GetAPIInventoryAPIIDProvidedSwaggerJSONParams struct {

	// APIID.
	//
	// Format: uint32
	APIID uint32

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

GetAPIInventoryAPIIDProvidedSwaggerJSONParams contains all the parameters to send to the API endpoint

for the get API inventory API ID provided swagger JSON operation.

Typically these are written to a http.Request.

func NewGetAPIInventoryAPIIDProvidedSwaggerJSONParams

func NewGetAPIInventoryAPIIDProvidedSwaggerJSONParams() *GetAPIInventoryAPIIDProvidedSwaggerJSONParams

NewGetAPIInventoryAPIIDProvidedSwaggerJSONParams creates a new GetAPIInventoryAPIIDProvidedSwaggerJSONParams 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 NewGetAPIInventoryAPIIDProvidedSwaggerJSONParamsWithContext

func NewGetAPIInventoryAPIIDProvidedSwaggerJSONParamsWithContext(ctx context.Context) *GetAPIInventoryAPIIDProvidedSwaggerJSONParams

NewGetAPIInventoryAPIIDProvidedSwaggerJSONParamsWithContext creates a new GetAPIInventoryAPIIDProvidedSwaggerJSONParams object with the ability to set a context for a request.

func NewGetAPIInventoryAPIIDProvidedSwaggerJSONParamsWithHTTPClient

func NewGetAPIInventoryAPIIDProvidedSwaggerJSONParamsWithHTTPClient(client *http.Client) *GetAPIInventoryAPIIDProvidedSwaggerJSONParams

NewGetAPIInventoryAPIIDProvidedSwaggerJSONParamsWithHTTPClient creates a new GetAPIInventoryAPIIDProvidedSwaggerJSONParams object with the ability to set a custom HTTPClient for a request.

func NewGetAPIInventoryAPIIDProvidedSwaggerJSONParamsWithTimeout

func NewGetAPIInventoryAPIIDProvidedSwaggerJSONParamsWithTimeout(timeout time.Duration) *GetAPIInventoryAPIIDProvidedSwaggerJSONParams

NewGetAPIInventoryAPIIDProvidedSwaggerJSONParamsWithTimeout creates a new GetAPIInventoryAPIIDProvidedSwaggerJSONParams object with the ability to set a timeout on a request.

func (*GetAPIInventoryAPIIDProvidedSwaggerJSONParams) SetAPIID

SetAPIID adds the apiId to the get API inventory API ID provided swagger JSON params

func (*GetAPIInventoryAPIIDProvidedSwaggerJSONParams) SetContext

SetContext adds the context to the get API inventory API ID provided swagger JSON params

func (*GetAPIInventoryAPIIDProvidedSwaggerJSONParams) SetDefaults

SetDefaults hydrates default values in the get API inventory API ID provided swagger JSON params (not the query body).

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

func (*GetAPIInventoryAPIIDProvidedSwaggerJSONParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get API inventory API ID provided swagger JSON params

func (*GetAPIInventoryAPIIDProvidedSwaggerJSONParams) SetTimeout

SetTimeout adds the timeout to the get API inventory API ID provided swagger JSON params

func (*GetAPIInventoryAPIIDProvidedSwaggerJSONParams) WithAPIID

WithAPIID adds the aPIID to the get API inventory API ID provided swagger JSON params

func (*GetAPIInventoryAPIIDProvidedSwaggerJSONParams) WithContext

WithContext adds the context to the get API inventory API ID provided swagger JSON params

func (*GetAPIInventoryAPIIDProvidedSwaggerJSONParams) WithDefaults

WithDefaults hydrates default values in the get API inventory API ID provided swagger JSON params (not the query body).

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

func (*GetAPIInventoryAPIIDProvidedSwaggerJSONParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get API inventory API ID provided swagger JSON params

func (*GetAPIInventoryAPIIDProvidedSwaggerJSONParams) WithTimeout

WithTimeout adds the timeout to the get API inventory API ID provided swagger JSON params

func (*GetAPIInventoryAPIIDProvidedSwaggerJSONParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAPIInventoryAPIIDProvidedSwaggerJSONReader

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

GetAPIInventoryAPIIDProvidedSwaggerJSONReader is a Reader for the GetAPIInventoryAPIIDProvidedSwaggerJSON structure.

func (*GetAPIInventoryAPIIDProvidedSwaggerJSONReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAPIInventoryAPIIDReconstructedSwaggerJSONDefault

type GetAPIInventoryAPIIDReconstructedSwaggerJSONDefault struct {
	Payload *models.APIResponse
	// contains filtered or unexported fields
}
GetAPIInventoryAPIIDReconstructedSwaggerJSONDefault describes a response with status code -1, with default header values.

unknown error

func NewGetAPIInventoryAPIIDReconstructedSwaggerJSONDefault

func NewGetAPIInventoryAPIIDReconstructedSwaggerJSONDefault(code int) *GetAPIInventoryAPIIDReconstructedSwaggerJSONDefault

NewGetAPIInventoryAPIIDReconstructedSwaggerJSONDefault creates a GetAPIInventoryAPIIDReconstructedSwaggerJSONDefault with default headers values

func (*GetAPIInventoryAPIIDReconstructedSwaggerJSONDefault) Code

Code gets the status code for the get API inventory API ID reconstructed swagger JSON default response

func (*GetAPIInventoryAPIIDReconstructedSwaggerJSONDefault) Error

func (*GetAPIInventoryAPIIDReconstructedSwaggerJSONDefault) GetPayload

type GetAPIInventoryAPIIDReconstructedSwaggerJSONOK

type GetAPIInventoryAPIIDReconstructedSwaggerJSONOK struct {
	Payload interface{}
}
GetAPIInventoryAPIIDReconstructedSwaggerJSONOK describes a response with status code 200, with default header values.

Success

func NewGetAPIInventoryAPIIDReconstructedSwaggerJSONOK

func NewGetAPIInventoryAPIIDReconstructedSwaggerJSONOK() *GetAPIInventoryAPIIDReconstructedSwaggerJSONOK

NewGetAPIInventoryAPIIDReconstructedSwaggerJSONOK creates a GetAPIInventoryAPIIDReconstructedSwaggerJSONOK with default headers values

func (*GetAPIInventoryAPIIDReconstructedSwaggerJSONOK) Error

func (*GetAPIInventoryAPIIDReconstructedSwaggerJSONOK) GetPayload

func (o *GetAPIInventoryAPIIDReconstructedSwaggerJSONOK) GetPayload() interface{}

type GetAPIInventoryAPIIDReconstructedSwaggerJSONParams

type GetAPIInventoryAPIIDReconstructedSwaggerJSONParams struct {

	// APIID.
	//
	// Format: uint32
	APIID uint32

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

GetAPIInventoryAPIIDReconstructedSwaggerJSONParams contains all the parameters to send to the API endpoint

for the get API inventory API ID reconstructed swagger JSON operation.

Typically these are written to a http.Request.

func NewGetAPIInventoryAPIIDReconstructedSwaggerJSONParams

func NewGetAPIInventoryAPIIDReconstructedSwaggerJSONParams() *GetAPIInventoryAPIIDReconstructedSwaggerJSONParams

NewGetAPIInventoryAPIIDReconstructedSwaggerJSONParams creates a new GetAPIInventoryAPIIDReconstructedSwaggerJSONParams 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 NewGetAPIInventoryAPIIDReconstructedSwaggerJSONParamsWithContext

func NewGetAPIInventoryAPIIDReconstructedSwaggerJSONParamsWithContext(ctx context.Context) *GetAPIInventoryAPIIDReconstructedSwaggerJSONParams

NewGetAPIInventoryAPIIDReconstructedSwaggerJSONParamsWithContext creates a new GetAPIInventoryAPIIDReconstructedSwaggerJSONParams object with the ability to set a context for a request.

func NewGetAPIInventoryAPIIDReconstructedSwaggerJSONParamsWithHTTPClient

func NewGetAPIInventoryAPIIDReconstructedSwaggerJSONParamsWithHTTPClient(client *http.Client) *GetAPIInventoryAPIIDReconstructedSwaggerJSONParams

NewGetAPIInventoryAPIIDReconstructedSwaggerJSONParamsWithHTTPClient creates a new GetAPIInventoryAPIIDReconstructedSwaggerJSONParams object with the ability to set a custom HTTPClient for a request.

func NewGetAPIInventoryAPIIDReconstructedSwaggerJSONParamsWithTimeout

func NewGetAPIInventoryAPIIDReconstructedSwaggerJSONParamsWithTimeout(timeout time.Duration) *GetAPIInventoryAPIIDReconstructedSwaggerJSONParams

NewGetAPIInventoryAPIIDReconstructedSwaggerJSONParamsWithTimeout creates a new GetAPIInventoryAPIIDReconstructedSwaggerJSONParams object with the ability to set a timeout on a request.

func (*GetAPIInventoryAPIIDReconstructedSwaggerJSONParams) SetAPIID

SetAPIID adds the apiId to the get API inventory API ID reconstructed swagger JSON params

func (*GetAPIInventoryAPIIDReconstructedSwaggerJSONParams) SetContext

SetContext adds the context to the get API inventory API ID reconstructed swagger JSON params

func (*GetAPIInventoryAPIIDReconstructedSwaggerJSONParams) SetDefaults

SetDefaults hydrates default values in the get API inventory API ID reconstructed swagger JSON params (not the query body).

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

func (*GetAPIInventoryAPIIDReconstructedSwaggerJSONParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get API inventory API ID reconstructed swagger JSON params

func (*GetAPIInventoryAPIIDReconstructedSwaggerJSONParams) SetTimeout

SetTimeout adds the timeout to the get API inventory API ID reconstructed swagger JSON params

func (*GetAPIInventoryAPIIDReconstructedSwaggerJSONParams) WithAPIID

WithAPIID adds the aPIID to the get API inventory API ID reconstructed swagger JSON params

func (*GetAPIInventoryAPIIDReconstructedSwaggerJSONParams) WithContext

WithContext adds the context to the get API inventory API ID reconstructed swagger JSON params

func (*GetAPIInventoryAPIIDReconstructedSwaggerJSONParams) WithDefaults

WithDefaults hydrates default values in the get API inventory API ID reconstructed swagger JSON params (not the query body).

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

func (*GetAPIInventoryAPIIDReconstructedSwaggerJSONParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get API inventory API ID reconstructed swagger JSON params

func (*GetAPIInventoryAPIIDReconstructedSwaggerJSONParams) WithTimeout

WithTimeout adds the timeout to the get API inventory API ID reconstructed swagger JSON params

func (*GetAPIInventoryAPIIDReconstructedSwaggerJSONParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAPIInventoryAPIIDReconstructedSwaggerJSONReader

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

GetAPIInventoryAPIIDReconstructedSwaggerJSONReader is a Reader for the GetAPIInventoryAPIIDReconstructedSwaggerJSON structure.

func (*GetAPIInventoryAPIIDReconstructedSwaggerJSONReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAPIInventoryAPIIDSpecsDefault

type GetAPIInventoryAPIIDSpecsDefault struct {
	Payload *models.APIResponse
	// contains filtered or unexported fields
}
GetAPIInventoryAPIIDSpecsDefault describes a response with status code -1, with default header values.

unknown error

func NewGetAPIInventoryAPIIDSpecsDefault

func NewGetAPIInventoryAPIIDSpecsDefault(code int) *GetAPIInventoryAPIIDSpecsDefault

NewGetAPIInventoryAPIIDSpecsDefault creates a GetAPIInventoryAPIIDSpecsDefault with default headers values

func (*GetAPIInventoryAPIIDSpecsDefault) Code

Code gets the status code for the get API inventory API ID specs default response

func (*GetAPIInventoryAPIIDSpecsDefault) Error

func (*GetAPIInventoryAPIIDSpecsDefault) GetPayload

type GetAPIInventoryAPIIDSpecsOK

type GetAPIInventoryAPIIDSpecsOK struct {
	Payload *models.OpenAPISpecs
}
GetAPIInventoryAPIIDSpecsOK describes a response with status code 200, with default header values.

Success

func NewGetAPIInventoryAPIIDSpecsOK

func NewGetAPIInventoryAPIIDSpecsOK() *GetAPIInventoryAPIIDSpecsOK

NewGetAPIInventoryAPIIDSpecsOK creates a GetAPIInventoryAPIIDSpecsOK with default headers values

func (*GetAPIInventoryAPIIDSpecsOK) Error

func (*GetAPIInventoryAPIIDSpecsOK) GetPayload

type GetAPIInventoryAPIIDSpecsParams

type GetAPIInventoryAPIIDSpecsParams struct {

	// APIID.
	//
	// Format: uint32
	APIID uint32

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

GetAPIInventoryAPIIDSpecsParams contains all the parameters to send to the API endpoint

for the get API inventory API ID specs operation.

Typically these are written to a http.Request.

func NewGetAPIInventoryAPIIDSpecsParams

func NewGetAPIInventoryAPIIDSpecsParams() *GetAPIInventoryAPIIDSpecsParams

NewGetAPIInventoryAPIIDSpecsParams creates a new GetAPIInventoryAPIIDSpecsParams 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 NewGetAPIInventoryAPIIDSpecsParamsWithContext

func NewGetAPIInventoryAPIIDSpecsParamsWithContext(ctx context.Context) *GetAPIInventoryAPIIDSpecsParams

NewGetAPIInventoryAPIIDSpecsParamsWithContext creates a new GetAPIInventoryAPIIDSpecsParams object with the ability to set a context for a request.

func NewGetAPIInventoryAPIIDSpecsParamsWithHTTPClient

func NewGetAPIInventoryAPIIDSpecsParamsWithHTTPClient(client *http.Client) *GetAPIInventoryAPIIDSpecsParams

NewGetAPIInventoryAPIIDSpecsParamsWithHTTPClient creates a new GetAPIInventoryAPIIDSpecsParams object with the ability to set a custom HTTPClient for a request.

func NewGetAPIInventoryAPIIDSpecsParamsWithTimeout

func NewGetAPIInventoryAPIIDSpecsParamsWithTimeout(timeout time.Duration) *GetAPIInventoryAPIIDSpecsParams

NewGetAPIInventoryAPIIDSpecsParamsWithTimeout creates a new GetAPIInventoryAPIIDSpecsParams object with the ability to set a timeout on a request.

func (*GetAPIInventoryAPIIDSpecsParams) SetAPIID

func (o *GetAPIInventoryAPIIDSpecsParams) SetAPIID(aPIID uint32)

SetAPIID adds the apiId to the get API inventory API ID specs params

func (*GetAPIInventoryAPIIDSpecsParams) SetContext

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

SetContext adds the context to the get API inventory API ID specs params

func (*GetAPIInventoryAPIIDSpecsParams) SetDefaults

func (o *GetAPIInventoryAPIIDSpecsParams) SetDefaults()

SetDefaults hydrates default values in the get API inventory API ID specs params (not the query body).

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

func (*GetAPIInventoryAPIIDSpecsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get API inventory API ID specs params

func (*GetAPIInventoryAPIIDSpecsParams) SetTimeout

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

SetTimeout adds the timeout to the get API inventory API ID specs params

func (*GetAPIInventoryAPIIDSpecsParams) WithAPIID

WithAPIID adds the aPIID to the get API inventory API ID specs params

func (*GetAPIInventoryAPIIDSpecsParams) WithContext

WithContext adds the context to the get API inventory API ID specs params

func (*GetAPIInventoryAPIIDSpecsParams) WithDefaults

WithDefaults hydrates default values in the get API inventory API ID specs params (not the query body).

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

func (*GetAPIInventoryAPIIDSpecsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get API inventory API ID specs params

func (*GetAPIInventoryAPIIDSpecsParams) WithTimeout

WithTimeout adds the timeout to the get API inventory API ID specs params

func (*GetAPIInventoryAPIIDSpecsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAPIInventoryAPIIDSpecsReader

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

GetAPIInventoryAPIIDSpecsReader is a Reader for the GetAPIInventoryAPIIDSpecs structure.

func (*GetAPIInventoryAPIIDSpecsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAPIInventoryAPIIDSuggestedReviewDefault

type GetAPIInventoryAPIIDSuggestedReviewDefault struct {
	Payload *models.APIResponse
	// contains filtered or unexported fields
}
GetAPIInventoryAPIIDSuggestedReviewDefault describes a response with status code -1, with default header values.

unknown error

func NewGetAPIInventoryAPIIDSuggestedReviewDefault

func NewGetAPIInventoryAPIIDSuggestedReviewDefault(code int) *GetAPIInventoryAPIIDSuggestedReviewDefault

NewGetAPIInventoryAPIIDSuggestedReviewDefault creates a GetAPIInventoryAPIIDSuggestedReviewDefault with default headers values

func (*GetAPIInventoryAPIIDSuggestedReviewDefault) Code

Code gets the status code for the get API inventory API ID suggested review default response

func (*GetAPIInventoryAPIIDSuggestedReviewDefault) Error

func (*GetAPIInventoryAPIIDSuggestedReviewDefault) GetPayload

type GetAPIInventoryAPIIDSuggestedReviewOK

type GetAPIInventoryAPIIDSuggestedReviewOK struct {
	Payload *models.SuggestedReview
}
GetAPIInventoryAPIIDSuggestedReviewOK describes a response with status code 200, with default header values.

Success

func NewGetAPIInventoryAPIIDSuggestedReviewOK

func NewGetAPIInventoryAPIIDSuggestedReviewOK() *GetAPIInventoryAPIIDSuggestedReviewOK

NewGetAPIInventoryAPIIDSuggestedReviewOK creates a GetAPIInventoryAPIIDSuggestedReviewOK with default headers values

func (*GetAPIInventoryAPIIDSuggestedReviewOK) Error

func (*GetAPIInventoryAPIIDSuggestedReviewOK) GetPayload

type GetAPIInventoryAPIIDSuggestedReviewParams

type GetAPIInventoryAPIIDSuggestedReviewParams struct {

	// APIID.
	//
	// Format: uint32
	APIID uint32

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

GetAPIInventoryAPIIDSuggestedReviewParams contains all the parameters to send to the API endpoint

for the get API inventory API ID suggested review operation.

Typically these are written to a http.Request.

func NewGetAPIInventoryAPIIDSuggestedReviewParams

func NewGetAPIInventoryAPIIDSuggestedReviewParams() *GetAPIInventoryAPIIDSuggestedReviewParams

NewGetAPIInventoryAPIIDSuggestedReviewParams creates a new GetAPIInventoryAPIIDSuggestedReviewParams 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 NewGetAPIInventoryAPIIDSuggestedReviewParamsWithContext

func NewGetAPIInventoryAPIIDSuggestedReviewParamsWithContext(ctx context.Context) *GetAPIInventoryAPIIDSuggestedReviewParams

NewGetAPIInventoryAPIIDSuggestedReviewParamsWithContext creates a new GetAPIInventoryAPIIDSuggestedReviewParams object with the ability to set a context for a request.

func NewGetAPIInventoryAPIIDSuggestedReviewParamsWithHTTPClient

func NewGetAPIInventoryAPIIDSuggestedReviewParamsWithHTTPClient(client *http.Client) *GetAPIInventoryAPIIDSuggestedReviewParams

NewGetAPIInventoryAPIIDSuggestedReviewParamsWithHTTPClient creates a new GetAPIInventoryAPIIDSuggestedReviewParams object with the ability to set a custom HTTPClient for a request.

func NewGetAPIInventoryAPIIDSuggestedReviewParamsWithTimeout

func NewGetAPIInventoryAPIIDSuggestedReviewParamsWithTimeout(timeout time.Duration) *GetAPIInventoryAPIIDSuggestedReviewParams

NewGetAPIInventoryAPIIDSuggestedReviewParamsWithTimeout creates a new GetAPIInventoryAPIIDSuggestedReviewParams object with the ability to set a timeout on a request.

func (*GetAPIInventoryAPIIDSuggestedReviewParams) SetAPIID

SetAPIID adds the apiId to the get API inventory API ID suggested review params

func (*GetAPIInventoryAPIIDSuggestedReviewParams) SetContext

SetContext adds the context to the get API inventory API ID suggested review params

func (*GetAPIInventoryAPIIDSuggestedReviewParams) SetDefaults

SetDefaults hydrates default values in the get API inventory API ID suggested review params (not the query body).

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

func (*GetAPIInventoryAPIIDSuggestedReviewParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get API inventory API ID suggested review params

func (*GetAPIInventoryAPIIDSuggestedReviewParams) SetTimeout

SetTimeout adds the timeout to the get API inventory API ID suggested review params

func (*GetAPIInventoryAPIIDSuggestedReviewParams) WithAPIID

WithAPIID adds the aPIID to the get API inventory API ID suggested review params

func (*GetAPIInventoryAPIIDSuggestedReviewParams) WithContext

WithContext adds the context to the get API inventory API ID suggested review params

func (*GetAPIInventoryAPIIDSuggestedReviewParams) WithDefaults

WithDefaults hydrates default values in the get API inventory API ID suggested review params (not the query body).

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

func (*GetAPIInventoryAPIIDSuggestedReviewParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get API inventory API ID suggested review params

func (*GetAPIInventoryAPIIDSuggestedReviewParams) WithTimeout

WithTimeout adds the timeout to the get API inventory API ID suggested review params

func (*GetAPIInventoryAPIIDSuggestedReviewParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAPIInventoryAPIIDSuggestedReviewReader

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

GetAPIInventoryAPIIDSuggestedReviewReader is a Reader for the GetAPIInventoryAPIIDSuggestedReview structure.

func (*GetAPIInventoryAPIIDSuggestedReviewReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAPIInventoryDefault

type GetAPIInventoryDefault struct {
	Payload *models.APIResponse
	// contains filtered or unexported fields
}
GetAPIInventoryDefault describes a response with status code -1, with default header values.

unknown error

func NewGetAPIInventoryDefault

func NewGetAPIInventoryDefault(code int) *GetAPIInventoryDefault

NewGetAPIInventoryDefault creates a GetAPIInventoryDefault with default headers values

func (*GetAPIInventoryDefault) Code

func (o *GetAPIInventoryDefault) Code() int

Code gets the status code for the get API inventory default response

func (*GetAPIInventoryDefault) Error

func (o *GetAPIInventoryDefault) Error() string

func (*GetAPIInventoryDefault) GetPayload

func (o *GetAPIInventoryDefault) GetPayload() *models.APIResponse

type GetAPIInventoryOK

type GetAPIInventoryOK struct {
	Payload *GetAPIInventoryOKBody
}
GetAPIInventoryOK describes a response with status code 200, with default header values.

Success

func NewGetAPIInventoryOK

func NewGetAPIInventoryOK() *GetAPIInventoryOK

NewGetAPIInventoryOK creates a GetAPIInventoryOK with default headers values

func (*GetAPIInventoryOK) Error

func (o *GetAPIInventoryOK) Error() string

func (*GetAPIInventoryOK) GetPayload

func (o *GetAPIInventoryOK) GetPayload() *GetAPIInventoryOKBody

type GetAPIInventoryOKBody

type GetAPIInventoryOKBody struct {

	// List of filtered APIs in the given page. List length must be lower or equal to pageSize
	Items []*models.APIInfo `json:"items"`

	// Total filtered APIs count
	// Required: true
	Total *int64 `json:"total"`
}

GetAPIInventoryOKBody get API inventory o k body swagger:model GetAPIInventoryOKBody

func (*GetAPIInventoryOKBody) ContextValidate

func (o *GetAPIInventoryOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this get API inventory o k body based on the context it is used

func (*GetAPIInventoryOKBody) MarshalBinary

func (o *GetAPIInventoryOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetAPIInventoryOKBody) UnmarshalBinary

func (o *GetAPIInventoryOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetAPIInventoryOKBody) Validate

func (o *GetAPIInventoryOKBody) Validate(formats strfmt.Registry) error

Validate validates this get API inventory o k body

type GetAPIInventoryParams

type GetAPIInventoryParams struct {

	/* APIID.

	   api id to return
	*/
	APIID *string

	// HasProvidedSpecIs.
	HasProvidedSpecIs *bool

	// HasReconstructedSpecIs.
	HasReconstructedSpecIs *bool

	// NameContains.
	NameContains []string

	// NameEnd.
	NameEnd *string

	// NameIsNot.
	NameIsNot []string

	// NameIs.
	NameIs []string

	// NameStart.
	NameStart *string

	/* Page.

	   Page number of the query
	*/
	Page int64

	/* PageSize.

	   Maximum items to return
	*/
	PageSize int64

	// PortIsNot.
	PortIsNot []string

	// PortIs.
	PortIs []string

	/* SortDir.

	   Sorting direction

	   Default: "ASC"
	*/
	SortDir *string

	/* SortKey.

	   Sort key
	*/
	SortKey string

	/* Type.

	   API type [INTERNAL or EXTERNAL]
	*/
	Type string

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

GetAPIInventoryParams contains all the parameters to send to the API endpoint

for the get API inventory operation.

Typically these are written to a http.Request.

func NewGetAPIInventoryParams

func NewGetAPIInventoryParams() *GetAPIInventoryParams

NewGetAPIInventoryParams creates a new GetAPIInventoryParams 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 NewGetAPIInventoryParamsWithContext

func NewGetAPIInventoryParamsWithContext(ctx context.Context) *GetAPIInventoryParams

NewGetAPIInventoryParamsWithContext creates a new GetAPIInventoryParams object with the ability to set a context for a request.

func NewGetAPIInventoryParamsWithHTTPClient

func NewGetAPIInventoryParamsWithHTTPClient(client *http.Client) *GetAPIInventoryParams

NewGetAPIInventoryParamsWithHTTPClient creates a new GetAPIInventoryParams object with the ability to set a custom HTTPClient for a request.

func NewGetAPIInventoryParamsWithTimeout

func NewGetAPIInventoryParamsWithTimeout(timeout time.Duration) *GetAPIInventoryParams

NewGetAPIInventoryParamsWithTimeout creates a new GetAPIInventoryParams object with the ability to set a timeout on a request.

func (*GetAPIInventoryParams) SetAPIID

func (o *GetAPIInventoryParams) SetAPIID(aPIID *string)

SetAPIID adds the apiId to the get API inventory params

func (*GetAPIInventoryParams) SetContext

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

SetContext adds the context to the get API inventory params

func (*GetAPIInventoryParams) SetDefaults

func (o *GetAPIInventoryParams) SetDefaults()

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

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

func (*GetAPIInventoryParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get API inventory params

func (*GetAPIInventoryParams) SetHasProvidedSpecIs

func (o *GetAPIInventoryParams) SetHasProvidedSpecIs(hasProvidedSpecIs *bool)

SetHasProvidedSpecIs adds the hasProvidedSpecIs to the get API inventory params

func (*GetAPIInventoryParams) SetHasReconstructedSpecIs

func (o *GetAPIInventoryParams) SetHasReconstructedSpecIs(hasReconstructedSpecIs *bool)

SetHasReconstructedSpecIs adds the hasReconstructedSpecIs to the get API inventory params

func (*GetAPIInventoryParams) SetNameContains

func (o *GetAPIInventoryParams) SetNameContains(nameContains []string)

SetNameContains adds the nameContains to the get API inventory params

func (*GetAPIInventoryParams) SetNameEnd

func (o *GetAPIInventoryParams) SetNameEnd(nameEnd *string)

SetNameEnd adds the nameEnd to the get API inventory params

func (*GetAPIInventoryParams) SetNameIs

func (o *GetAPIInventoryParams) SetNameIs(nameIs []string)

SetNameIs adds the nameIs to the get API inventory params

func (*GetAPIInventoryParams) SetNameIsNot

func (o *GetAPIInventoryParams) SetNameIsNot(nameIsNot []string)

SetNameIsNot adds the nameIsNot to the get API inventory params

func (*GetAPIInventoryParams) SetNameStart

func (o *GetAPIInventoryParams) SetNameStart(nameStart *string)

SetNameStart adds the nameStart to the get API inventory params

func (*GetAPIInventoryParams) SetPage

func (o *GetAPIInventoryParams) SetPage(page int64)

SetPage adds the page to the get API inventory params

func (*GetAPIInventoryParams) SetPageSize

func (o *GetAPIInventoryParams) SetPageSize(pageSize int64)

SetPageSize adds the pageSize to the get API inventory params

func (*GetAPIInventoryParams) SetPortIs

func (o *GetAPIInventoryParams) SetPortIs(portIs []string)

SetPortIs adds the portIs to the get API inventory params

func (*GetAPIInventoryParams) SetPortIsNot

func (o *GetAPIInventoryParams) SetPortIsNot(portIsNot []string)

SetPortIsNot adds the portIsNot to the get API inventory params

func (*GetAPIInventoryParams) SetSortDir

func (o *GetAPIInventoryParams) SetSortDir(sortDir *string)

SetSortDir adds the sortDir to the get API inventory params

func (*GetAPIInventoryParams) SetSortKey

func (o *GetAPIInventoryParams) SetSortKey(sortKey string)

SetSortKey adds the sortKey to the get API inventory params

func (*GetAPIInventoryParams) SetTimeout

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

SetTimeout adds the timeout to the get API inventory params

func (*GetAPIInventoryParams) SetType

func (o *GetAPIInventoryParams) SetType(typeVar string)

SetType adds the type to the get API inventory params

func (*GetAPIInventoryParams) WithAPIID

func (o *GetAPIInventoryParams) WithAPIID(aPIID *string) *GetAPIInventoryParams

WithAPIID adds the aPIID to the get API inventory params

func (*GetAPIInventoryParams) WithContext

WithContext adds the context to the get API inventory params

func (*GetAPIInventoryParams) WithDefaults

func (o *GetAPIInventoryParams) WithDefaults() *GetAPIInventoryParams

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

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

func (*GetAPIInventoryParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get API inventory params

func (*GetAPIInventoryParams) WithHasProvidedSpecIs

func (o *GetAPIInventoryParams) WithHasProvidedSpecIs(hasProvidedSpecIs *bool) *GetAPIInventoryParams

WithHasProvidedSpecIs adds the hasProvidedSpecIs to the get API inventory params

func (*GetAPIInventoryParams) WithHasReconstructedSpecIs

func (o *GetAPIInventoryParams) WithHasReconstructedSpecIs(hasReconstructedSpecIs *bool) *GetAPIInventoryParams

WithHasReconstructedSpecIs adds the hasReconstructedSpecIs to the get API inventory params

func (*GetAPIInventoryParams) WithNameContains

func (o *GetAPIInventoryParams) WithNameContains(nameContains []string) *GetAPIInventoryParams

WithNameContains adds the nameContains to the get API inventory params

func (*GetAPIInventoryParams) WithNameEnd

func (o *GetAPIInventoryParams) WithNameEnd(nameEnd *string) *GetAPIInventoryParams

WithNameEnd adds the nameEnd to the get API inventory params

func (*GetAPIInventoryParams) WithNameIs

func (o *GetAPIInventoryParams) WithNameIs(nameIs []string) *GetAPIInventoryParams

WithNameIs adds the nameIs to the get API inventory params

func (*GetAPIInventoryParams) WithNameIsNot

func (o *GetAPIInventoryParams) WithNameIsNot(nameIsNot []string) *GetAPIInventoryParams

WithNameIsNot adds the nameIsNot to the get API inventory params

func (*GetAPIInventoryParams) WithNameStart

func (o *GetAPIInventoryParams) WithNameStart(nameStart *string) *GetAPIInventoryParams

WithNameStart adds the nameStart to the get API inventory params

func (*GetAPIInventoryParams) WithPage

WithPage adds the page to the get API inventory params

func (*GetAPIInventoryParams) WithPageSize

func (o *GetAPIInventoryParams) WithPageSize(pageSize int64) *GetAPIInventoryParams

WithPageSize adds the pageSize to the get API inventory params

func (*GetAPIInventoryParams) WithPortIs

func (o *GetAPIInventoryParams) WithPortIs(portIs []string) *GetAPIInventoryParams

WithPortIs adds the portIs to the get API inventory params

func (*GetAPIInventoryParams) WithPortIsNot

func (o *GetAPIInventoryParams) WithPortIsNot(portIsNot []string) *GetAPIInventoryParams

WithPortIsNot adds the portIsNot to the get API inventory params

func (*GetAPIInventoryParams) WithSortDir

func (o *GetAPIInventoryParams) WithSortDir(sortDir *string) *GetAPIInventoryParams

WithSortDir adds the sortDir to the get API inventory params

func (*GetAPIInventoryParams) WithSortKey

func (o *GetAPIInventoryParams) WithSortKey(sortKey string) *GetAPIInventoryParams

WithSortKey adds the sortKey to the get API inventory params

func (*GetAPIInventoryParams) WithTimeout

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

WithTimeout adds the timeout to the get API inventory params

func (*GetAPIInventoryParams) WithType

func (o *GetAPIInventoryParams) WithType(typeVar string) *GetAPIInventoryParams

WithType adds the typeVar to the get API inventory params

func (*GetAPIInventoryParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetAPIInventoryReader

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

GetAPIInventoryReader is a Reader for the GetAPIInventory structure.

func (*GetAPIInventoryReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAPIUsageHitCountDefault

type GetAPIUsageHitCountDefault struct {
	Payload *models.APIResponse
	// contains filtered or unexported fields
}
GetAPIUsageHitCountDefault describes a response with status code -1, with default header values.

unknown error

func NewGetAPIUsageHitCountDefault

func NewGetAPIUsageHitCountDefault(code int) *GetAPIUsageHitCountDefault

NewGetAPIUsageHitCountDefault creates a GetAPIUsageHitCountDefault with default headers values

func (*GetAPIUsageHitCountDefault) Code

func (o *GetAPIUsageHitCountDefault) Code() int

Code gets the status code for the get API usage hit count default response

func (*GetAPIUsageHitCountDefault) Error

func (*GetAPIUsageHitCountDefault) GetPayload

type GetAPIUsageHitCountOK

type GetAPIUsageHitCountOK struct {
	Payload []*models.HitCount
}
GetAPIUsageHitCountOK describes a response with status code 200, with default header values.

Success

func NewGetAPIUsageHitCountOK

func NewGetAPIUsageHitCountOK() *GetAPIUsageHitCountOK

NewGetAPIUsageHitCountOK creates a GetAPIUsageHitCountOK with default headers values

func (*GetAPIUsageHitCountOK) Error

func (o *GetAPIUsageHitCountOK) Error() string

func (*GetAPIUsageHitCountOK) GetPayload

func (o *GetAPIUsageHitCountOK) GetPayload() []*models.HitCount

type GetAPIUsageHitCountParams

type GetAPIUsageHitCountParams struct {

	// DestinationIPIsNot.
	DestinationIPIsNot []string

	// DestinationIPIs.
	DestinationIPIs []string

	// DestinationPortIsNot.
	DestinationPortIsNot []string

	// DestinationPortIs.
	DestinationPortIs []string

	/* EndTime.

	   End time of the query

	   Format: date-time
	*/
	EndTime strfmt.DateTime

	// HasSpecDiffIs.
	HasSpecDiffIs *bool

	// MethodIs.
	MethodIs []string

	// PathContains.
	PathContains []string

	// PathEnd.
	PathEnd *string

	// PathIsNot.
	PathIsNot []string

	// PathIs.
	PathIs []string

	// PathStart.
	PathStart *string

	// ProvidedPathIDIs.
	ProvidedPathIDIs []string

	// ReconstructedPathIDIs.
	ReconstructedPathIDIs []string

	// ShowNonAPI.
	ShowNonAPI bool

	// SourceIPIsNot.
	SourceIPIsNot []string

	// SourceIPIs.
	SourceIPIs []string

	// SpecDiffTypeIs.
	SpecDiffTypeIs []string

	// SpecContains.
	SpecContains []string

	// SpecEnd.
	SpecEnd *string

	// SpecIsNot.
	SpecIsNot []string

	// SpecIs.
	SpecIs []string

	// SpecStart.
	SpecStart *string

	/* StartTime.

	   Start time of the query

	   Format: date-time
	*/
	StartTime strfmt.DateTime

	/* StatusCodeGte.

	   greater than or equal
	*/
	StatusCodeGte *string

	// StatusCodeIsNot.
	StatusCodeIsNot []string

	// StatusCodeIs.
	StatusCodeIs []string

	/* StatusCodeLte.

	   less than or equal
	*/
	StatusCodeLte *string

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

GetAPIUsageHitCountParams contains all the parameters to send to the API endpoint

for the get API usage hit count operation.

Typically these are written to a http.Request.

func NewGetAPIUsageHitCountParams

func NewGetAPIUsageHitCountParams() *GetAPIUsageHitCountParams

NewGetAPIUsageHitCountParams creates a new GetAPIUsageHitCountParams 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 NewGetAPIUsageHitCountParamsWithContext

func NewGetAPIUsageHitCountParamsWithContext(ctx context.Context) *GetAPIUsageHitCountParams

NewGetAPIUsageHitCountParamsWithContext creates a new GetAPIUsageHitCountParams object with the ability to set a context for a request.

func NewGetAPIUsageHitCountParamsWithHTTPClient

func NewGetAPIUsageHitCountParamsWithHTTPClient(client *http.Client) *GetAPIUsageHitCountParams

NewGetAPIUsageHitCountParamsWithHTTPClient creates a new GetAPIUsageHitCountParams object with the ability to set a custom HTTPClient for a request.

func NewGetAPIUsageHitCountParamsWithTimeout

func NewGetAPIUsageHitCountParamsWithTimeout(timeout time.Duration) *GetAPIUsageHitCountParams

NewGetAPIUsageHitCountParamsWithTimeout creates a new GetAPIUsageHitCountParams object with the ability to set a timeout on a request.

func (*GetAPIUsageHitCountParams) SetContext

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

SetContext adds the context to the get API usage hit count params

func (*GetAPIUsageHitCountParams) SetDefaults

func (o *GetAPIUsageHitCountParams) SetDefaults()

SetDefaults hydrates default values in the get API usage hit count params (not the query body).

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

func (*GetAPIUsageHitCountParams) SetDestinationIPIs

func (o *GetAPIUsageHitCountParams) SetDestinationIPIs(destinationIPIs []string)

SetDestinationIPIs adds the destinationIpIs to the get API usage hit count params

func (*GetAPIUsageHitCountParams) SetDestinationIPIsNot

func (o *GetAPIUsageHitCountParams) SetDestinationIPIsNot(destinationIPIsNot []string)

SetDestinationIPIsNot adds the destinationIpIsNot to the get API usage hit count params

func (*GetAPIUsageHitCountParams) SetDestinationPortIs

func (o *GetAPIUsageHitCountParams) SetDestinationPortIs(destinationPortIs []string)

SetDestinationPortIs adds the destinationPortIs to the get API usage hit count params

func (*GetAPIUsageHitCountParams) SetDestinationPortIsNot

func (o *GetAPIUsageHitCountParams) SetDestinationPortIsNot(destinationPortIsNot []string)

SetDestinationPortIsNot adds the destinationPortIsNot to the get API usage hit count params

func (*GetAPIUsageHitCountParams) SetEndTime

func (o *GetAPIUsageHitCountParams) SetEndTime(endTime strfmt.DateTime)

SetEndTime adds the endTime to the get API usage hit count params

func (*GetAPIUsageHitCountParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get API usage hit count params

func (*GetAPIUsageHitCountParams) SetHasSpecDiffIs

func (o *GetAPIUsageHitCountParams) SetHasSpecDiffIs(hasSpecDiffIs *bool)

SetHasSpecDiffIs adds the hasSpecDiffIs to the get API usage hit count params

func (*GetAPIUsageHitCountParams) SetMethodIs

func (o *GetAPIUsageHitCountParams) SetMethodIs(methodIs []string)

SetMethodIs adds the methodIs to the get API usage hit count params

func (*GetAPIUsageHitCountParams) SetPathContains

func (o *GetAPIUsageHitCountParams) SetPathContains(pathContains []string)

SetPathContains adds the pathContains to the get API usage hit count params

func (*GetAPIUsageHitCountParams) SetPathEnd

func (o *GetAPIUsageHitCountParams) SetPathEnd(pathEnd *string)

SetPathEnd adds the pathEnd to the get API usage hit count params

func (*GetAPIUsageHitCountParams) SetPathIs

func (o *GetAPIUsageHitCountParams) SetPathIs(pathIs []string)

SetPathIs adds the pathIs to the get API usage hit count params

func (*GetAPIUsageHitCountParams) SetPathIsNot

func (o *GetAPIUsageHitCountParams) SetPathIsNot(pathIsNot []string)

SetPathIsNot adds the pathIsNot to the get API usage hit count params

func (*GetAPIUsageHitCountParams) SetPathStart

func (o *GetAPIUsageHitCountParams) SetPathStart(pathStart *string)

SetPathStart adds the pathStart to the get API usage hit count params

func (*GetAPIUsageHitCountParams) SetProvidedPathIDIs

func (o *GetAPIUsageHitCountParams) SetProvidedPathIDIs(providedPathIDIs []string)

SetProvidedPathIDIs adds the providedPathIdIs to the get API usage hit count params

func (*GetAPIUsageHitCountParams) SetReconstructedPathIDIs

func (o *GetAPIUsageHitCountParams) SetReconstructedPathIDIs(reconstructedPathIDIs []string)

SetReconstructedPathIDIs adds the reconstructedPathIdIs to the get API usage hit count params

func (*GetAPIUsageHitCountParams) SetShowNonAPI

func (o *GetAPIUsageHitCountParams) SetShowNonAPI(showNonAPI bool)

SetShowNonAPI adds the showNonApi to the get API usage hit count params

func (*GetAPIUsageHitCountParams) SetSourceIPIs

func (o *GetAPIUsageHitCountParams) SetSourceIPIs(sourceIPIs []string)

SetSourceIPIs adds the sourceIpIs to the get API usage hit count params

func (*GetAPIUsageHitCountParams) SetSourceIPIsNot

func (o *GetAPIUsageHitCountParams) SetSourceIPIsNot(sourceIPIsNot []string)

SetSourceIPIsNot adds the sourceIpIsNot to the get API usage hit count params

func (*GetAPIUsageHitCountParams) SetSpecContains

func (o *GetAPIUsageHitCountParams) SetSpecContains(specContains []string)

SetSpecContains adds the specContains to the get API usage hit count params

func (*GetAPIUsageHitCountParams) SetSpecDiffTypeIs

func (o *GetAPIUsageHitCountParams) SetSpecDiffTypeIs(specDiffTypeIs []string)

SetSpecDiffTypeIs adds the specDiffTypeIs to the get API usage hit count params

func (*GetAPIUsageHitCountParams) SetSpecEnd

func (o *GetAPIUsageHitCountParams) SetSpecEnd(specEnd *string)

SetSpecEnd adds the specEnd to the get API usage hit count params

func (*GetAPIUsageHitCountParams) SetSpecIs

func (o *GetAPIUsageHitCountParams) SetSpecIs(specIs []string)

SetSpecIs adds the specIs to the get API usage hit count params

func (*GetAPIUsageHitCountParams) SetSpecIsNot

func (o *GetAPIUsageHitCountParams) SetSpecIsNot(specIsNot []string)

SetSpecIsNot adds the specIsNot to the get API usage hit count params

func (*GetAPIUsageHitCountParams) SetSpecStart

func (o *GetAPIUsageHitCountParams) SetSpecStart(specStart *string)

SetSpecStart adds the specStart to the get API usage hit count params

func (*GetAPIUsageHitCountParams) SetStartTime

func (o *GetAPIUsageHitCountParams) SetStartTime(startTime strfmt.DateTime)

SetStartTime adds the startTime to the get API usage hit count params

func (*GetAPIUsageHitCountParams) SetStatusCodeGte

func (o *GetAPIUsageHitCountParams) SetStatusCodeGte(statusCodeGte *string)

SetStatusCodeGte adds the statusCodeGte to the get API usage hit count params

func (*GetAPIUsageHitCountParams) SetStatusCodeIs

func (o *GetAPIUsageHitCountParams) SetStatusCodeIs(statusCodeIs []string)

SetStatusCodeIs adds the statusCodeIs to the get API usage hit count params

func (*GetAPIUsageHitCountParams) SetStatusCodeIsNot

func (o *GetAPIUsageHitCountParams) SetStatusCodeIsNot(statusCodeIsNot []string)

SetStatusCodeIsNot adds the statusCodeIsNot to the get API usage hit count params

func (*GetAPIUsageHitCountParams) SetStatusCodeLte

func (o *GetAPIUsageHitCountParams) SetStatusCodeLte(statusCodeLte *string)

SetStatusCodeLte adds the statusCodeLte to the get API usage hit count params

func (*GetAPIUsageHitCountParams) SetTimeout

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

SetTimeout adds the timeout to the get API usage hit count params

func (*GetAPIUsageHitCountParams) WithContext

WithContext adds the context to the get API usage hit count params

func (*GetAPIUsageHitCountParams) WithDefaults

WithDefaults hydrates default values in the get API usage hit count params (not the query body).

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

func (*GetAPIUsageHitCountParams) WithDestinationIPIs

func (o *GetAPIUsageHitCountParams) WithDestinationIPIs(destinationIPIs []string) *GetAPIUsageHitCountParams

WithDestinationIPIs adds the destinationIPIs to the get API usage hit count params

func (*GetAPIUsageHitCountParams) WithDestinationIPIsNot

func (o *GetAPIUsageHitCountParams) WithDestinationIPIsNot(destinationIPIsNot []string) *GetAPIUsageHitCountParams

WithDestinationIPIsNot adds the destinationIPIsNot to the get API usage hit count params

func (*GetAPIUsageHitCountParams) WithDestinationPortIs

func (o *GetAPIUsageHitCountParams) WithDestinationPortIs(destinationPortIs []string) *GetAPIUsageHitCountParams

WithDestinationPortIs adds the destinationPortIs to the get API usage hit count params

func (*GetAPIUsageHitCountParams) WithDestinationPortIsNot

func (o *GetAPIUsageHitCountParams) WithDestinationPortIsNot(destinationPortIsNot []string) *GetAPIUsageHitCountParams

WithDestinationPortIsNot adds the destinationPortIsNot to the get API usage hit count params

func (*GetAPIUsageHitCountParams) WithEndTime

WithEndTime adds the endTime to the get API usage hit count params

func (*GetAPIUsageHitCountParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get API usage hit count params

func (*GetAPIUsageHitCountParams) WithHasSpecDiffIs

func (o *GetAPIUsageHitCountParams) WithHasSpecDiffIs(hasSpecDiffIs *bool) *GetAPIUsageHitCountParams

WithHasSpecDiffIs adds the hasSpecDiffIs to the get API usage hit count params

func (*GetAPIUsageHitCountParams) WithMethodIs

func (o *GetAPIUsageHitCountParams) WithMethodIs(methodIs []string) *GetAPIUsageHitCountParams

WithMethodIs adds the methodIs to the get API usage hit count params

func (*GetAPIUsageHitCountParams) WithPathContains

func (o *GetAPIUsageHitCountParams) WithPathContains(pathContains []string) *GetAPIUsageHitCountParams

WithPathContains adds the pathContains to the get API usage hit count params

func (*GetAPIUsageHitCountParams) WithPathEnd

WithPathEnd adds the pathEnd to the get API usage hit count params

func (*GetAPIUsageHitCountParams) WithPathIs

WithPathIs adds the pathIs to the get API usage hit count params

func (*GetAPIUsageHitCountParams) WithPathIsNot

func (o *GetAPIUsageHitCountParams) WithPathIsNot(pathIsNot []string) *GetAPIUsageHitCountParams

WithPathIsNot adds the pathIsNot to the get API usage hit count params

func (*GetAPIUsageHitCountParams) WithPathStart

func (o *GetAPIUsageHitCountParams) WithPathStart(pathStart *string) *GetAPIUsageHitCountParams

WithPathStart adds the pathStart to the get API usage hit count params

func (*GetAPIUsageHitCountParams) WithProvidedPathIDIs

func (o *GetAPIUsageHitCountParams) WithProvidedPathIDIs(providedPathIDIs []string) *GetAPIUsageHitCountParams

WithProvidedPathIDIs adds the providedPathIDIs to the get API usage hit count params

func (*GetAPIUsageHitCountParams) WithReconstructedPathIDIs

func (o *GetAPIUsageHitCountParams) WithReconstructedPathIDIs(reconstructedPathIDIs []string) *GetAPIUsageHitCountParams

WithReconstructedPathIDIs adds the reconstructedPathIDIs to the get API usage hit count params

func (*GetAPIUsageHitCountParams) WithShowNonAPI

func (o *GetAPIUsageHitCountParams) WithShowNonAPI(showNonAPI bool) *GetAPIUsageHitCountParams

WithShowNonAPI adds the showNonAPI to the get API usage hit count params

func (*GetAPIUsageHitCountParams) WithSourceIPIs

func (o *GetAPIUsageHitCountParams) WithSourceIPIs(sourceIPIs []string) *GetAPIUsageHitCountParams

WithSourceIPIs adds the sourceIPIs to the get API usage hit count params

func (*GetAPIUsageHitCountParams) WithSourceIPIsNot

func (o *GetAPIUsageHitCountParams) WithSourceIPIsNot(sourceIPIsNot []string) *GetAPIUsageHitCountParams

WithSourceIPIsNot adds the sourceIPIsNot to the get API usage hit count params

func (*GetAPIUsageHitCountParams) WithSpecContains

func (o *GetAPIUsageHitCountParams) WithSpecContains(specContains []string) *GetAPIUsageHitCountParams

WithSpecContains adds the specContains to the get API usage hit count params

func (*GetAPIUsageHitCountParams) WithSpecDiffTypeIs

func (o *GetAPIUsageHitCountParams) WithSpecDiffTypeIs(specDiffTypeIs []string) *GetAPIUsageHitCountParams

WithSpecDiffTypeIs adds the specDiffTypeIs to the get API usage hit count params

func (*GetAPIUsageHitCountParams) WithSpecEnd

WithSpecEnd adds the specEnd to the get API usage hit count params

func (*GetAPIUsageHitCountParams) WithSpecIs

WithSpecIs adds the specIs to the get API usage hit count params

func (*GetAPIUsageHitCountParams) WithSpecIsNot

func (o *GetAPIUsageHitCountParams) WithSpecIsNot(specIsNot []string) *GetAPIUsageHitCountParams

WithSpecIsNot adds the specIsNot to the get API usage hit count params

func (*GetAPIUsageHitCountParams) WithSpecStart

func (o *GetAPIUsageHitCountParams) WithSpecStart(specStart *string) *GetAPIUsageHitCountParams

WithSpecStart adds the specStart to the get API usage hit count params

func (*GetAPIUsageHitCountParams) WithStartTime

WithStartTime adds the startTime to the get API usage hit count params

func (*GetAPIUsageHitCountParams) WithStatusCodeGte

func (o *GetAPIUsageHitCountParams) WithStatusCodeGte(statusCodeGte *string) *GetAPIUsageHitCountParams

WithStatusCodeGte adds the statusCodeGte to the get API usage hit count params

func (*GetAPIUsageHitCountParams) WithStatusCodeIs

func (o *GetAPIUsageHitCountParams) WithStatusCodeIs(statusCodeIs []string) *GetAPIUsageHitCountParams

WithStatusCodeIs adds the statusCodeIs to the get API usage hit count params

func (*GetAPIUsageHitCountParams) WithStatusCodeIsNot

func (o *GetAPIUsageHitCountParams) WithStatusCodeIsNot(statusCodeIsNot []string) *GetAPIUsageHitCountParams

WithStatusCodeIsNot adds the statusCodeIsNot to the get API usage hit count params

func (*GetAPIUsageHitCountParams) WithStatusCodeLte

func (o *GetAPIUsageHitCountParams) WithStatusCodeLte(statusCodeLte *string) *GetAPIUsageHitCountParams

WithStatusCodeLte adds the statusCodeLte to the get API usage hit count params

func (*GetAPIUsageHitCountParams) WithTimeout

WithTimeout adds the timeout to the get API usage hit count params

func (*GetAPIUsageHitCountParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAPIUsageHitCountReader

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

GetAPIUsageHitCountReader is a Reader for the GetAPIUsageHitCount structure.

func (*GetAPIUsageHitCountReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetDashboardAPIUsageDefault

type GetDashboardAPIUsageDefault struct {
	Payload *models.APIResponse
	// contains filtered or unexported fields
}
GetDashboardAPIUsageDefault describes a response with status code -1, with default header values.

unknown error

func NewGetDashboardAPIUsageDefault

func NewGetDashboardAPIUsageDefault(code int) *GetDashboardAPIUsageDefault

NewGetDashboardAPIUsageDefault creates a GetDashboardAPIUsageDefault with default headers values

func (*GetDashboardAPIUsageDefault) Code

func (o *GetDashboardAPIUsageDefault) Code() int

Code gets the status code for the get dashboard API usage default response

func (*GetDashboardAPIUsageDefault) Error

func (*GetDashboardAPIUsageDefault) GetPayload

type GetDashboardAPIUsageLatestDiffsDefault

type GetDashboardAPIUsageLatestDiffsDefault struct {
	Payload *models.APIResponse
	// contains filtered or unexported fields
}
GetDashboardAPIUsageLatestDiffsDefault describes a response with status code -1, with default header values.

unknown error

func NewGetDashboardAPIUsageLatestDiffsDefault

func NewGetDashboardAPIUsageLatestDiffsDefault(code int) *GetDashboardAPIUsageLatestDiffsDefault

NewGetDashboardAPIUsageLatestDiffsDefault creates a GetDashboardAPIUsageLatestDiffsDefault with default headers values

func (*GetDashboardAPIUsageLatestDiffsDefault) Code

Code gets the status code for the get dashboard API usage latest diffs default response

func (*GetDashboardAPIUsageLatestDiffsDefault) Error

func (*GetDashboardAPIUsageLatestDiffsDefault) GetPayload

type GetDashboardAPIUsageLatestDiffsOK

type GetDashboardAPIUsageLatestDiffsOK struct {
	Payload []*models.SpecDiffTime
}
GetDashboardAPIUsageLatestDiffsOK describes a response with status code 200, with default header values.

Success

func NewGetDashboardAPIUsageLatestDiffsOK

func NewGetDashboardAPIUsageLatestDiffsOK() *GetDashboardAPIUsageLatestDiffsOK

NewGetDashboardAPIUsageLatestDiffsOK creates a GetDashboardAPIUsageLatestDiffsOK with default headers values

func (*GetDashboardAPIUsageLatestDiffsOK) Error

func (*GetDashboardAPIUsageLatestDiffsOK) GetPayload

type GetDashboardAPIUsageLatestDiffsParams

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

GetDashboardAPIUsageLatestDiffsParams contains all the parameters to send to the API endpoint

for the get dashboard API usage latest diffs operation.

Typically these are written to a http.Request.

func NewGetDashboardAPIUsageLatestDiffsParams

func NewGetDashboardAPIUsageLatestDiffsParams() *GetDashboardAPIUsageLatestDiffsParams

NewGetDashboardAPIUsageLatestDiffsParams creates a new GetDashboardAPIUsageLatestDiffsParams 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 NewGetDashboardAPIUsageLatestDiffsParamsWithContext

func NewGetDashboardAPIUsageLatestDiffsParamsWithContext(ctx context.Context) *GetDashboardAPIUsageLatestDiffsParams

NewGetDashboardAPIUsageLatestDiffsParamsWithContext creates a new GetDashboardAPIUsageLatestDiffsParams object with the ability to set a context for a request.

func NewGetDashboardAPIUsageLatestDiffsParamsWithHTTPClient

func NewGetDashboardAPIUsageLatestDiffsParamsWithHTTPClient(client *http.Client) *GetDashboardAPIUsageLatestDiffsParams

NewGetDashboardAPIUsageLatestDiffsParamsWithHTTPClient creates a new GetDashboardAPIUsageLatestDiffsParams object with the ability to set a custom HTTPClient for a request.

func NewGetDashboardAPIUsageLatestDiffsParamsWithTimeout

func NewGetDashboardAPIUsageLatestDiffsParamsWithTimeout(timeout time.Duration) *GetDashboardAPIUsageLatestDiffsParams

NewGetDashboardAPIUsageLatestDiffsParamsWithTimeout creates a new GetDashboardAPIUsageLatestDiffsParams object with the ability to set a timeout on a request.

func (*GetDashboardAPIUsageLatestDiffsParams) SetContext

SetContext adds the context to the get dashboard API usage latest diffs params

func (*GetDashboardAPIUsageLatestDiffsParams) SetDefaults

func (o *GetDashboardAPIUsageLatestDiffsParams) SetDefaults()

SetDefaults hydrates default values in the get dashboard API usage latest diffs params (not the query body).

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

func (*GetDashboardAPIUsageLatestDiffsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get dashboard API usage latest diffs params

func (*GetDashboardAPIUsageLatestDiffsParams) SetTimeout

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

SetTimeout adds the timeout to the get dashboard API usage latest diffs params

func (*GetDashboardAPIUsageLatestDiffsParams) WithContext

WithContext adds the context to the get dashboard API usage latest diffs params

func (*GetDashboardAPIUsageLatestDiffsParams) WithDefaults

WithDefaults hydrates default values in the get dashboard API usage latest diffs params (not the query body).

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

func (*GetDashboardAPIUsageLatestDiffsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get dashboard API usage latest diffs params

func (*GetDashboardAPIUsageLatestDiffsParams) WithTimeout

WithTimeout adds the timeout to the get dashboard API usage latest diffs params

func (*GetDashboardAPIUsageLatestDiffsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetDashboardAPIUsageLatestDiffsReader

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

GetDashboardAPIUsageLatestDiffsReader is a Reader for the GetDashboardAPIUsageLatestDiffs structure.

func (*GetDashboardAPIUsageLatestDiffsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetDashboardAPIUsageMostUsedDefault

type GetDashboardAPIUsageMostUsedDefault struct {
	Payload *models.APIResponse
	// contains filtered or unexported fields
}
GetDashboardAPIUsageMostUsedDefault describes a response with status code -1, with default header values.

unknown error

func NewGetDashboardAPIUsageMostUsedDefault

func NewGetDashboardAPIUsageMostUsedDefault(code int) *GetDashboardAPIUsageMostUsedDefault

NewGetDashboardAPIUsageMostUsedDefault creates a GetDashboardAPIUsageMostUsedDefault with default headers values

func (*GetDashboardAPIUsageMostUsedDefault) Code

Code gets the status code for the get dashboard API usage most used default response

func (*GetDashboardAPIUsageMostUsedDefault) Error

func (*GetDashboardAPIUsageMostUsedDefault) GetPayload

type GetDashboardAPIUsageMostUsedOK

type GetDashboardAPIUsageMostUsedOK struct {
	Payload []*models.APICount
}
GetDashboardAPIUsageMostUsedOK describes a response with status code 200, with default header values.

Success

func NewGetDashboardAPIUsageMostUsedOK

func NewGetDashboardAPIUsageMostUsedOK() *GetDashboardAPIUsageMostUsedOK

NewGetDashboardAPIUsageMostUsedOK creates a GetDashboardAPIUsageMostUsedOK with default headers values

func (*GetDashboardAPIUsageMostUsedOK) Error

func (*GetDashboardAPIUsageMostUsedOK) GetPayload

func (o *GetDashboardAPIUsageMostUsedOK) GetPayload() []*models.APICount

type GetDashboardAPIUsageMostUsedParams

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

GetDashboardAPIUsageMostUsedParams contains all the parameters to send to the API endpoint

for the get dashboard API usage most used operation.

Typically these are written to a http.Request.

func NewGetDashboardAPIUsageMostUsedParams

func NewGetDashboardAPIUsageMostUsedParams() *GetDashboardAPIUsageMostUsedParams

NewGetDashboardAPIUsageMostUsedParams creates a new GetDashboardAPIUsageMostUsedParams 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 NewGetDashboardAPIUsageMostUsedParamsWithContext

func NewGetDashboardAPIUsageMostUsedParamsWithContext(ctx context.Context) *GetDashboardAPIUsageMostUsedParams

NewGetDashboardAPIUsageMostUsedParamsWithContext creates a new GetDashboardAPIUsageMostUsedParams object with the ability to set a context for a request.

func NewGetDashboardAPIUsageMostUsedParamsWithHTTPClient

func NewGetDashboardAPIUsageMostUsedParamsWithHTTPClient(client *http.Client) *GetDashboardAPIUsageMostUsedParams

NewGetDashboardAPIUsageMostUsedParamsWithHTTPClient creates a new GetDashboardAPIUsageMostUsedParams object with the ability to set a custom HTTPClient for a request.

func NewGetDashboardAPIUsageMostUsedParamsWithTimeout

func NewGetDashboardAPIUsageMostUsedParamsWithTimeout(timeout time.Duration) *GetDashboardAPIUsageMostUsedParams

NewGetDashboardAPIUsageMostUsedParamsWithTimeout creates a new GetDashboardAPIUsageMostUsedParams object with the ability to set a timeout on a request.

func (*GetDashboardAPIUsageMostUsedParams) SetContext

SetContext adds the context to the get dashboard API usage most used params

func (*GetDashboardAPIUsageMostUsedParams) SetDefaults

func (o *GetDashboardAPIUsageMostUsedParams) SetDefaults()

SetDefaults hydrates default values in the get dashboard API usage most used params (not the query body).

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

func (*GetDashboardAPIUsageMostUsedParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get dashboard API usage most used params

func (*GetDashboardAPIUsageMostUsedParams) SetTimeout

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

SetTimeout adds the timeout to the get dashboard API usage most used params

func (*GetDashboardAPIUsageMostUsedParams) WithContext

WithContext adds the context to the get dashboard API usage most used params

func (*GetDashboardAPIUsageMostUsedParams) WithDefaults

WithDefaults hydrates default values in the get dashboard API usage most used params (not the query body).

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

func (*GetDashboardAPIUsageMostUsedParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get dashboard API usage most used params

func (*GetDashboardAPIUsageMostUsedParams) WithTimeout

WithTimeout adds the timeout to the get dashboard API usage most used params

func (*GetDashboardAPIUsageMostUsedParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetDashboardAPIUsageMostUsedReader

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

GetDashboardAPIUsageMostUsedReader is a Reader for the GetDashboardAPIUsageMostUsed structure.

func (*GetDashboardAPIUsageMostUsedReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetDashboardAPIUsageOK

type GetDashboardAPIUsageOK struct {
	Payload *models.APIUsages
}
GetDashboardAPIUsageOK describes a response with status code 200, with default header values.

Success

func NewGetDashboardAPIUsageOK

func NewGetDashboardAPIUsageOK() *GetDashboardAPIUsageOK

NewGetDashboardAPIUsageOK creates a GetDashboardAPIUsageOK with default headers values

func (*GetDashboardAPIUsageOK) Error

func (o *GetDashboardAPIUsageOK) Error() string

func (*GetDashboardAPIUsageOK) GetPayload

func (o *GetDashboardAPIUsageOK) GetPayload() *models.APIUsages

type GetDashboardAPIUsageParams

type GetDashboardAPIUsageParams struct {

	/* EndTime.

	   End time of the query

	   Format: date-time
	*/
	EndTime strfmt.DateTime

	/* StartTime.

	   Start time of the query

	   Format: date-time
	*/
	StartTime strfmt.DateTime

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

GetDashboardAPIUsageParams contains all the parameters to send to the API endpoint

for the get dashboard API usage operation.

Typically these are written to a http.Request.

func NewGetDashboardAPIUsageParams

func NewGetDashboardAPIUsageParams() *GetDashboardAPIUsageParams

NewGetDashboardAPIUsageParams creates a new GetDashboardAPIUsageParams 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 NewGetDashboardAPIUsageParamsWithContext

func NewGetDashboardAPIUsageParamsWithContext(ctx context.Context) *GetDashboardAPIUsageParams

NewGetDashboardAPIUsageParamsWithContext creates a new GetDashboardAPIUsageParams object with the ability to set a context for a request.

func NewGetDashboardAPIUsageParamsWithHTTPClient

func NewGetDashboardAPIUsageParamsWithHTTPClient(client *http.Client) *GetDashboardAPIUsageParams

NewGetDashboardAPIUsageParamsWithHTTPClient creates a new GetDashboardAPIUsageParams object with the ability to set a custom HTTPClient for a request.

func NewGetDashboardAPIUsageParamsWithTimeout

func NewGetDashboardAPIUsageParamsWithTimeout(timeout time.Duration) *GetDashboardAPIUsageParams

NewGetDashboardAPIUsageParamsWithTimeout creates a new GetDashboardAPIUsageParams object with the ability to set a timeout on a request.

func (*GetDashboardAPIUsageParams) SetContext

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

SetContext adds the context to the get dashboard API usage params

func (*GetDashboardAPIUsageParams) SetDefaults

func (o *GetDashboardAPIUsageParams) SetDefaults()

SetDefaults hydrates default values in the get dashboard API usage params (not the query body).

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

func (*GetDashboardAPIUsageParams) SetEndTime

func (o *GetDashboardAPIUsageParams) SetEndTime(endTime strfmt.DateTime)

SetEndTime adds the endTime to the get dashboard API usage params

func (*GetDashboardAPIUsageParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get dashboard API usage params

func (*GetDashboardAPIUsageParams) SetStartTime

func (o *GetDashboardAPIUsageParams) SetStartTime(startTime strfmt.DateTime)

SetStartTime adds the startTime to the get dashboard API usage params

func (*GetDashboardAPIUsageParams) SetTimeout

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

SetTimeout adds the timeout to the get dashboard API usage params

func (*GetDashboardAPIUsageParams) WithContext

WithContext adds the context to the get dashboard API usage params

func (*GetDashboardAPIUsageParams) WithDefaults

WithDefaults hydrates default values in the get dashboard API usage params (not the query body).

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

func (*GetDashboardAPIUsageParams) WithEndTime

WithEndTime adds the endTime to the get dashboard API usage params

func (*GetDashboardAPIUsageParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get dashboard API usage params

func (*GetDashboardAPIUsageParams) WithStartTime

WithStartTime adds the startTime to the get dashboard API usage params

func (*GetDashboardAPIUsageParams) WithTimeout

WithTimeout adds the timeout to the get dashboard API usage params

func (*GetDashboardAPIUsageParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetDashboardAPIUsageReader

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

GetDashboardAPIUsageReader is a Reader for the GetDashboardAPIUsage structure.

func (*GetDashboardAPIUsageReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostAPIInventoryDefault

type PostAPIInventoryDefault struct {
	Payload *models.APIResponse
	// contains filtered or unexported fields
}
PostAPIInventoryDefault describes a response with status code -1, with default header values.

unknown error

func NewPostAPIInventoryDefault

func NewPostAPIInventoryDefault(code int) *PostAPIInventoryDefault

NewPostAPIInventoryDefault creates a PostAPIInventoryDefault with default headers values

func (*PostAPIInventoryDefault) Code

func (o *PostAPIInventoryDefault) Code() int

Code gets the status code for the post API inventory default response

func (*PostAPIInventoryDefault) Error

func (o *PostAPIInventoryDefault) Error() string

func (*PostAPIInventoryDefault) GetPayload

func (o *PostAPIInventoryDefault) GetPayload() *models.APIResponse

type PostAPIInventoryOK

type PostAPIInventoryOK struct {
	Payload *models.APIInfo
}
PostAPIInventoryOK describes a response with status code 200, with default header values.

Success

func NewPostAPIInventoryOK

func NewPostAPIInventoryOK() *PostAPIInventoryOK

NewPostAPIInventoryOK creates a PostAPIInventoryOK with default headers values

func (*PostAPIInventoryOK) Error

func (o *PostAPIInventoryOK) Error() string

func (*PostAPIInventoryOK) GetPayload

func (o *PostAPIInventoryOK) GetPayload() *models.APIInfo

type PostAPIInventoryParams

type PostAPIInventoryParams struct {

	// Body.
	Body *models.APIInfoWithType

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

PostAPIInventoryParams contains all the parameters to send to the API endpoint

for the post API inventory operation.

Typically these are written to a http.Request.

func NewPostAPIInventoryParams

func NewPostAPIInventoryParams() *PostAPIInventoryParams

NewPostAPIInventoryParams creates a new PostAPIInventoryParams 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 NewPostAPIInventoryParamsWithContext

func NewPostAPIInventoryParamsWithContext(ctx context.Context) *PostAPIInventoryParams

NewPostAPIInventoryParamsWithContext creates a new PostAPIInventoryParams object with the ability to set a context for a request.

func NewPostAPIInventoryParamsWithHTTPClient

func NewPostAPIInventoryParamsWithHTTPClient(client *http.Client) *PostAPIInventoryParams

NewPostAPIInventoryParamsWithHTTPClient creates a new PostAPIInventoryParams object with the ability to set a custom HTTPClient for a request.

func NewPostAPIInventoryParamsWithTimeout

func NewPostAPIInventoryParamsWithTimeout(timeout time.Duration) *PostAPIInventoryParams

NewPostAPIInventoryParamsWithTimeout creates a new PostAPIInventoryParams object with the ability to set a timeout on a request.

func (*PostAPIInventoryParams) SetBody

func (o *PostAPIInventoryParams) SetBody(body *models.APIInfoWithType)

SetBody adds the body to the post API inventory params

func (*PostAPIInventoryParams) SetContext

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

SetContext adds the context to the post API inventory params

func (*PostAPIInventoryParams) SetDefaults

func (o *PostAPIInventoryParams) SetDefaults()

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

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

func (*PostAPIInventoryParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post API inventory params

func (*PostAPIInventoryParams) SetTimeout

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

SetTimeout adds the timeout to the post API inventory params

func (*PostAPIInventoryParams) WithBody

WithBody adds the body to the post API inventory params

func (*PostAPIInventoryParams) WithContext

WithContext adds the context to the post API inventory params

func (*PostAPIInventoryParams) WithDefaults

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

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

func (*PostAPIInventoryParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the post API inventory params

func (*PostAPIInventoryParams) WithTimeout

WithTimeout adds the timeout to the post API inventory params

func (*PostAPIInventoryParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostAPIInventoryReader

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

PostAPIInventoryReader is a Reader for the PostAPIInventory structure.

func (*PostAPIInventoryReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostAPIInventoryReviewIDApprovedReviewDefault

type PostAPIInventoryReviewIDApprovedReviewDefault struct {
	Payload *models.APIResponse
	// contains filtered or unexported fields
}
PostAPIInventoryReviewIDApprovedReviewDefault describes a response with status code -1, with default header values.

unknown error

func NewPostAPIInventoryReviewIDApprovedReviewDefault

func NewPostAPIInventoryReviewIDApprovedReviewDefault(code int) *PostAPIInventoryReviewIDApprovedReviewDefault

NewPostAPIInventoryReviewIDApprovedReviewDefault creates a PostAPIInventoryReviewIDApprovedReviewDefault with default headers values

func (*PostAPIInventoryReviewIDApprovedReviewDefault) Code

Code gets the status code for the post API inventory review ID approved review default response

func (*PostAPIInventoryReviewIDApprovedReviewDefault) Error

func (*PostAPIInventoryReviewIDApprovedReviewDefault) GetPayload

type PostAPIInventoryReviewIDApprovedReviewOK

type PostAPIInventoryReviewIDApprovedReviewOK struct {
	Payload interface{}
}
PostAPIInventoryReviewIDApprovedReviewOK describes a response with status code 200, with default header values.

Success

func NewPostAPIInventoryReviewIDApprovedReviewOK

func NewPostAPIInventoryReviewIDApprovedReviewOK() *PostAPIInventoryReviewIDApprovedReviewOK

NewPostAPIInventoryReviewIDApprovedReviewOK creates a PostAPIInventoryReviewIDApprovedReviewOK with default headers values

func (*PostAPIInventoryReviewIDApprovedReviewOK) Error

func (*PostAPIInventoryReviewIDApprovedReviewOK) GetPayload

func (o *PostAPIInventoryReviewIDApprovedReviewOK) GetPayload() interface{}

type PostAPIInventoryReviewIDApprovedReviewParams

type PostAPIInventoryReviewIDApprovedReviewParams struct {

	// Body.
	Body *models.ApprovedReview

	// ReviewID.
	//
	// Format: uint32
	ReviewID uint32

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

PostAPIInventoryReviewIDApprovedReviewParams contains all the parameters to send to the API endpoint

for the post API inventory review ID approved review operation.

Typically these are written to a http.Request.

func NewPostAPIInventoryReviewIDApprovedReviewParams

func NewPostAPIInventoryReviewIDApprovedReviewParams() *PostAPIInventoryReviewIDApprovedReviewParams

NewPostAPIInventoryReviewIDApprovedReviewParams creates a new PostAPIInventoryReviewIDApprovedReviewParams 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 NewPostAPIInventoryReviewIDApprovedReviewParamsWithContext

func NewPostAPIInventoryReviewIDApprovedReviewParamsWithContext(ctx context.Context) *PostAPIInventoryReviewIDApprovedReviewParams

NewPostAPIInventoryReviewIDApprovedReviewParamsWithContext creates a new PostAPIInventoryReviewIDApprovedReviewParams object with the ability to set a context for a request.

func NewPostAPIInventoryReviewIDApprovedReviewParamsWithHTTPClient

func NewPostAPIInventoryReviewIDApprovedReviewParamsWithHTTPClient(client *http.Client) *PostAPIInventoryReviewIDApprovedReviewParams

NewPostAPIInventoryReviewIDApprovedReviewParamsWithHTTPClient creates a new PostAPIInventoryReviewIDApprovedReviewParams object with the ability to set a custom HTTPClient for a request.

func NewPostAPIInventoryReviewIDApprovedReviewParamsWithTimeout

func NewPostAPIInventoryReviewIDApprovedReviewParamsWithTimeout(timeout time.Duration) *PostAPIInventoryReviewIDApprovedReviewParams

NewPostAPIInventoryReviewIDApprovedReviewParamsWithTimeout creates a new PostAPIInventoryReviewIDApprovedReviewParams object with the ability to set a timeout on a request.

func (*PostAPIInventoryReviewIDApprovedReviewParams) SetBody

SetBody adds the body to the post API inventory review ID approved review params

func (*PostAPIInventoryReviewIDApprovedReviewParams) SetContext

SetContext adds the context to the post API inventory review ID approved review params

func (*PostAPIInventoryReviewIDApprovedReviewParams) SetDefaults

SetDefaults hydrates default values in the post API inventory review ID approved review params (not the query body).

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

func (*PostAPIInventoryReviewIDApprovedReviewParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post API inventory review ID approved review params

func (*PostAPIInventoryReviewIDApprovedReviewParams) SetReviewID

func (o *PostAPIInventoryReviewIDApprovedReviewParams) SetReviewID(reviewID uint32)

SetReviewID adds the reviewId to the post API inventory review ID approved review params

func (*PostAPIInventoryReviewIDApprovedReviewParams) SetTimeout

SetTimeout adds the timeout to the post API inventory review ID approved review params

func (*PostAPIInventoryReviewIDApprovedReviewParams) WithBody

WithBody adds the body to the post API inventory review ID approved review params

func (*PostAPIInventoryReviewIDApprovedReviewParams) WithContext

WithContext adds the context to the post API inventory review ID approved review params

func (*PostAPIInventoryReviewIDApprovedReviewParams) WithDefaults

WithDefaults hydrates default values in the post API inventory review ID approved review params (not the query body).

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

func (*PostAPIInventoryReviewIDApprovedReviewParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post API inventory review ID approved review params

func (*PostAPIInventoryReviewIDApprovedReviewParams) WithReviewID

WithReviewID adds the reviewID to the post API inventory review ID approved review params

func (*PostAPIInventoryReviewIDApprovedReviewParams) WithTimeout

WithTimeout adds the timeout to the post API inventory review ID approved review params

func (*PostAPIInventoryReviewIDApprovedReviewParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostAPIInventoryReviewIDApprovedReviewReader

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

PostAPIInventoryReviewIDApprovedReviewReader is a Reader for the PostAPIInventoryReviewIDApprovedReview structure.

func (*PostAPIInventoryReviewIDApprovedReviewReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutAPIInventoryAPIIDSpecsProvidedSpecBadRequest

type PutAPIInventoryAPIIDSpecsProvidedSpecBadRequest struct {
	Payload string
}
PutAPIInventoryAPIIDSpecsProvidedSpecBadRequest describes a response with status code 400, with default header values.

Spec validation failure

func NewPutAPIInventoryAPIIDSpecsProvidedSpecBadRequest

func NewPutAPIInventoryAPIIDSpecsProvidedSpecBadRequest() *PutAPIInventoryAPIIDSpecsProvidedSpecBadRequest

NewPutAPIInventoryAPIIDSpecsProvidedSpecBadRequest creates a PutAPIInventoryAPIIDSpecsProvidedSpecBadRequest with default headers values

func (*PutAPIInventoryAPIIDSpecsProvidedSpecBadRequest) Error

func (*PutAPIInventoryAPIIDSpecsProvidedSpecBadRequest) GetPayload

type PutAPIInventoryAPIIDSpecsProvidedSpecCreated

type PutAPIInventoryAPIIDSpecsProvidedSpecCreated struct {
	Payload *models.RawSpec
}
PutAPIInventoryAPIIDSpecsProvidedSpecCreated describes a response with status code 201, with default header values.

Success

func NewPutAPIInventoryAPIIDSpecsProvidedSpecCreated

func NewPutAPIInventoryAPIIDSpecsProvidedSpecCreated() *PutAPIInventoryAPIIDSpecsProvidedSpecCreated

NewPutAPIInventoryAPIIDSpecsProvidedSpecCreated creates a PutAPIInventoryAPIIDSpecsProvidedSpecCreated with default headers values

func (*PutAPIInventoryAPIIDSpecsProvidedSpecCreated) Error

func (*PutAPIInventoryAPIIDSpecsProvidedSpecCreated) GetPayload

type PutAPIInventoryAPIIDSpecsProvidedSpecDefault

type PutAPIInventoryAPIIDSpecsProvidedSpecDefault struct {
	Payload *models.APIResponse
	// contains filtered or unexported fields
}
PutAPIInventoryAPIIDSpecsProvidedSpecDefault describes a response with status code -1, with default header values.

unknown error

func NewPutAPIInventoryAPIIDSpecsProvidedSpecDefault

func NewPutAPIInventoryAPIIDSpecsProvidedSpecDefault(code int) *PutAPIInventoryAPIIDSpecsProvidedSpecDefault

NewPutAPIInventoryAPIIDSpecsProvidedSpecDefault creates a PutAPIInventoryAPIIDSpecsProvidedSpecDefault with default headers values

func (*PutAPIInventoryAPIIDSpecsProvidedSpecDefault) Code

Code gets the status code for the put API inventory API ID specs provided spec default response

func (*PutAPIInventoryAPIIDSpecsProvidedSpecDefault) Error

func (*PutAPIInventoryAPIIDSpecsProvidedSpecDefault) GetPayload

type PutAPIInventoryAPIIDSpecsProvidedSpecParams

type PutAPIInventoryAPIIDSpecsProvidedSpecParams struct {

	// APIID.
	//
	// Format: uint32
	APIID uint32

	// Body.
	Body *models.RawSpec

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

PutAPIInventoryAPIIDSpecsProvidedSpecParams contains all the parameters to send to the API endpoint

for the put API inventory API ID specs provided spec operation.

Typically these are written to a http.Request.

func NewPutAPIInventoryAPIIDSpecsProvidedSpecParams

func NewPutAPIInventoryAPIIDSpecsProvidedSpecParams() *PutAPIInventoryAPIIDSpecsProvidedSpecParams

NewPutAPIInventoryAPIIDSpecsProvidedSpecParams creates a new PutAPIInventoryAPIIDSpecsProvidedSpecParams 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 NewPutAPIInventoryAPIIDSpecsProvidedSpecParamsWithContext

func NewPutAPIInventoryAPIIDSpecsProvidedSpecParamsWithContext(ctx context.Context) *PutAPIInventoryAPIIDSpecsProvidedSpecParams

NewPutAPIInventoryAPIIDSpecsProvidedSpecParamsWithContext creates a new PutAPIInventoryAPIIDSpecsProvidedSpecParams object with the ability to set a context for a request.

func NewPutAPIInventoryAPIIDSpecsProvidedSpecParamsWithHTTPClient

func NewPutAPIInventoryAPIIDSpecsProvidedSpecParamsWithHTTPClient(client *http.Client) *PutAPIInventoryAPIIDSpecsProvidedSpecParams

NewPutAPIInventoryAPIIDSpecsProvidedSpecParamsWithHTTPClient creates a new PutAPIInventoryAPIIDSpecsProvidedSpecParams object with the ability to set a custom HTTPClient for a request.

func NewPutAPIInventoryAPIIDSpecsProvidedSpecParamsWithTimeout

func NewPutAPIInventoryAPIIDSpecsProvidedSpecParamsWithTimeout(timeout time.Duration) *PutAPIInventoryAPIIDSpecsProvidedSpecParams

NewPutAPIInventoryAPIIDSpecsProvidedSpecParamsWithTimeout creates a new PutAPIInventoryAPIIDSpecsProvidedSpecParams object with the ability to set a timeout on a request.

func (*PutAPIInventoryAPIIDSpecsProvidedSpecParams) SetAPIID

SetAPIID adds the apiId to the put API inventory API ID specs provided spec params

func (*PutAPIInventoryAPIIDSpecsProvidedSpecParams) SetBody

SetBody adds the body to the put API inventory API ID specs provided spec params

func (*PutAPIInventoryAPIIDSpecsProvidedSpecParams) SetContext

SetContext adds the context to the put API inventory API ID specs provided spec params

func (*PutAPIInventoryAPIIDSpecsProvidedSpecParams) SetDefaults

SetDefaults hydrates default values in the put API inventory API ID specs provided spec params (not the query body).

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

func (*PutAPIInventoryAPIIDSpecsProvidedSpecParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the put API inventory API ID specs provided spec params

func (*PutAPIInventoryAPIIDSpecsProvidedSpecParams) SetTimeout

SetTimeout adds the timeout to the put API inventory API ID specs provided spec params

func (*PutAPIInventoryAPIIDSpecsProvidedSpecParams) WithAPIID

WithAPIID adds the aPIID to the put API inventory API ID specs provided spec params

func (*PutAPIInventoryAPIIDSpecsProvidedSpecParams) WithBody

WithBody adds the body to the put API inventory API ID specs provided spec params

func (*PutAPIInventoryAPIIDSpecsProvidedSpecParams) WithContext

WithContext adds the context to the put API inventory API ID specs provided spec params

func (*PutAPIInventoryAPIIDSpecsProvidedSpecParams) WithDefaults

WithDefaults hydrates default values in the put API inventory API ID specs provided spec params (not the query body).

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

func (*PutAPIInventoryAPIIDSpecsProvidedSpecParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put API inventory API ID specs provided spec params

func (*PutAPIInventoryAPIIDSpecsProvidedSpecParams) WithTimeout

WithTimeout adds the timeout to the put API inventory API ID specs provided spec params

func (*PutAPIInventoryAPIIDSpecsProvidedSpecParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutAPIInventoryAPIIDSpecsProvidedSpecReader

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

PutAPIInventoryAPIIDSpecsProvidedSpecReader is a Reader for the PutAPIInventoryAPIIDSpecsProvidedSpec structure.

func (*PutAPIInventoryAPIIDSpecsProvidedSpecReader) ReadResponse

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

ReadResponse reads a server response into the received o.

Source Files

Jump to

Keyboard shortcuts

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