threatgraph

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Sep 27, 2024 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for threatgraph API

func (*Client) CombinedEdgesGet

func (a *Client) CombinedEdgesGet(params *CombinedEdgesGetParams, opts ...ClientOption) (*CombinedEdgesGetOK, error)

CombinedEdgesGet retrieves edges for a given vertex id one edge type must be specified

func (*Client) CombinedRanOnGet

func (a *Client) CombinedRanOnGet(params *CombinedRanOnGetParams, opts ...ClientOption) (*CombinedRanOnGetOK, error)

CombinedRanOnGet looks up instances of indicators such as hashes domain names and ip addresses that have been seen on devices in your environment

func (*Client) CombinedSummaryGet

func (a *Client) CombinedSummaryGet(params *CombinedSummaryGetParams, opts ...ClientOption) (*CombinedSummaryGetOK, error)

CombinedSummaryGet retrieves summary for a given vertex ID

func (*Client) EntitiesVerticesGet

func (a *Client) EntitiesVerticesGet(params *EntitiesVerticesGetParams, opts ...ClientOption) (*EntitiesVerticesGetOK, error)

EntitiesVerticesGet retrieves metadata for a given vertex ID note this is a legacy endpoint used by crowd strike store partners prior to release of the threat graph o auth 2 0 a p is if you re not currently using this endpoint use the v2 endpoint instead

func (*Client) EntitiesVerticesGetv2

func (a *Client) EntitiesVerticesGetv2(params *EntitiesVerticesGetv2Params, opts ...ClientOption) (*EntitiesVerticesGetv2OK, error)

EntitiesVerticesGetv2 retrieves metadata for a given vertex ID

func (*Client) QueriesEdgetypesGet

func (a *Client) QueriesEdgetypesGet(params *QueriesEdgetypesGetParams, opts ...ClientOption) (*QueriesEdgetypesGetOK, error)

QueriesEdgetypesGet shows all available edge types

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 {
	CombinedEdgesGet(params *CombinedEdgesGetParams, opts ...ClientOption) (*CombinedEdgesGetOK, error)

	CombinedRanOnGet(params *CombinedRanOnGetParams, opts ...ClientOption) (*CombinedRanOnGetOK, error)

	CombinedSummaryGet(params *CombinedSummaryGetParams, opts ...ClientOption) (*CombinedSummaryGetOK, error)

	EntitiesVerticesGet(params *EntitiesVerticesGetParams, opts ...ClientOption) (*EntitiesVerticesGetOK, error)

	EntitiesVerticesGetv2(params *EntitiesVerticesGetv2Params, opts ...ClientOption) (*EntitiesVerticesGetv2OK, error)

	QueriesEdgetypesGet(params *QueriesEdgetypesGetParams, opts ...ClientOption) (*QueriesEdgetypesGetOK, 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 threatgraph API client.

type CombinedEdgesGetForbidden

type CombinedEdgesGetForbidden struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewCombinedEdgesGetForbidden

func NewCombinedEdgesGetForbidden() *CombinedEdgesGetForbidden

NewCombinedEdgesGetForbidden creates a CombinedEdgesGetForbidden with default headers values

func (*CombinedEdgesGetForbidden) Code

func (o *CombinedEdgesGetForbidden) Code() int

Code gets the status code for the combined edges get forbidden response

func (*CombinedEdgesGetForbidden) Error

func (o *CombinedEdgesGetForbidden) Error() string

func (*CombinedEdgesGetForbidden) GetPayload

func (*CombinedEdgesGetForbidden) IsClientError

func (o *CombinedEdgesGetForbidden) IsClientError() bool

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

func (*CombinedEdgesGetForbidden) IsCode

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

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

func (*CombinedEdgesGetForbidden) IsRedirect

func (o *CombinedEdgesGetForbidden) IsRedirect() bool

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

func (*CombinedEdgesGetForbidden) IsServerError

func (o *CombinedEdgesGetForbidden) IsServerError() bool

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

func (*CombinedEdgesGetForbidden) IsSuccess

func (o *CombinedEdgesGetForbidden) IsSuccess() bool

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

func (*CombinedEdgesGetForbidden) String

func (o *CombinedEdgesGetForbidden) String() string

type CombinedEdgesGetOK

type CombinedEdgesGetOK struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

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

OK

func NewCombinedEdgesGetOK

func NewCombinedEdgesGetOK() *CombinedEdgesGetOK

NewCombinedEdgesGetOK creates a CombinedEdgesGetOK with default headers values

func (*CombinedEdgesGetOK) Code

func (o *CombinedEdgesGetOK) Code() int

Code gets the status code for the combined edges get o k response

func (*CombinedEdgesGetOK) Error

func (o *CombinedEdgesGetOK) Error() string

func (*CombinedEdgesGetOK) IsClientError

func (o *CombinedEdgesGetOK) IsClientError() bool

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

func (*CombinedEdgesGetOK) IsCode

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

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

func (*CombinedEdgesGetOK) IsRedirect

func (o *CombinedEdgesGetOK) IsRedirect() bool

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

func (*CombinedEdgesGetOK) IsServerError

func (o *CombinedEdgesGetOK) IsServerError() bool

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

func (*CombinedEdgesGetOK) IsSuccess

func (o *CombinedEdgesGetOK) IsSuccess() bool

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

func (*CombinedEdgesGetOK) String

func (o *CombinedEdgesGetOK) String() string

type CombinedEdgesGetParams

type CombinedEdgesGetParams struct {

	/* Direction.

	   The direction of edges that you would like to retrieve.
	*/
	Direction *string

	/* EdgeType.

	   The type of edges that you would like to retrieve
	*/
	EdgeType string

	/* Ids.

	   Vertex ID to get details for.  Only one value is supported
	*/
	Ids string

	/* Limit.

	   How many edges to return in a single request [1-100]

	   Default: 100
	*/
	Limit *int64

	/* Nano.

	   Return nano-precision entity timestamps
	*/
	Nano *bool

	/* Offset.

	   The offset to use to retrieve the next page of results
	*/
	Offset *string

	/* Scope.

	   Scope of the request

	   Default: "device"
	*/
	Scope *string

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

CombinedEdgesGetParams contains all the parameters to send to the API endpoint

for the combined edges get operation.

Typically these are written to a http.Request.

func NewCombinedEdgesGetParams

func NewCombinedEdgesGetParams() *CombinedEdgesGetParams

NewCombinedEdgesGetParams creates a new CombinedEdgesGetParams 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 NewCombinedEdgesGetParamsWithContext

func NewCombinedEdgesGetParamsWithContext(ctx context.Context) *CombinedEdgesGetParams

NewCombinedEdgesGetParamsWithContext creates a new CombinedEdgesGetParams object with the ability to set a context for a request.

func NewCombinedEdgesGetParamsWithHTTPClient

func NewCombinedEdgesGetParamsWithHTTPClient(client *http.Client) *CombinedEdgesGetParams

NewCombinedEdgesGetParamsWithHTTPClient creates a new CombinedEdgesGetParams object with the ability to set a custom HTTPClient for a request.

func NewCombinedEdgesGetParamsWithTimeout

func NewCombinedEdgesGetParamsWithTimeout(timeout time.Duration) *CombinedEdgesGetParams

NewCombinedEdgesGetParamsWithTimeout creates a new CombinedEdgesGetParams object with the ability to set a timeout on a request.

func (*CombinedEdgesGetParams) SetContext

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

SetContext adds the context to the combined edges get params

func (*CombinedEdgesGetParams) SetDefaults

func (o *CombinedEdgesGetParams) SetDefaults()

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

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

func (*CombinedEdgesGetParams) SetDirection

func (o *CombinedEdgesGetParams) SetDirection(direction *string)

SetDirection adds the direction to the combined edges get params

func (*CombinedEdgesGetParams) SetEdgeType

func (o *CombinedEdgesGetParams) SetEdgeType(edgeType string)

SetEdgeType adds the edgeType to the combined edges get params

func (*CombinedEdgesGetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the combined edges get params

func (*CombinedEdgesGetParams) SetIds

func (o *CombinedEdgesGetParams) SetIds(ids string)

SetIds adds the ids to the combined edges get params

func (*CombinedEdgesGetParams) SetLimit

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

SetLimit adds the limit to the combined edges get params

func (*CombinedEdgesGetParams) SetNano

func (o *CombinedEdgesGetParams) SetNano(nano *bool)

SetNano adds the nano to the combined edges get params

func (*CombinedEdgesGetParams) SetOffset

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

SetOffset adds the offset to the combined edges get params

func (*CombinedEdgesGetParams) SetScope

func (o *CombinedEdgesGetParams) SetScope(scope *string)

SetScope adds the scope to the combined edges get params

func (*CombinedEdgesGetParams) SetTimeout

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

SetTimeout adds the timeout to the combined edges get params

func (*CombinedEdgesGetParams) WithContext

WithContext adds the context to the combined edges get params

func (*CombinedEdgesGetParams) WithDefaults

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

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

func (*CombinedEdgesGetParams) WithDirection

func (o *CombinedEdgesGetParams) WithDirection(direction *string) *CombinedEdgesGetParams

WithDirection adds the direction to the combined edges get params

func (*CombinedEdgesGetParams) WithEdgeType

func (o *CombinedEdgesGetParams) WithEdgeType(edgeType string) *CombinedEdgesGetParams

WithEdgeType adds the edgeType to the combined edges get params

func (*CombinedEdgesGetParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the combined edges get params

func (*CombinedEdgesGetParams) WithIds

WithIds adds the ids to the combined edges get params

func (*CombinedEdgesGetParams) WithLimit

func (o *CombinedEdgesGetParams) WithLimit(limit *int64) *CombinedEdgesGetParams

WithLimit adds the limit to the combined edges get params

func (*CombinedEdgesGetParams) WithNano

WithNano adds the nano to the combined edges get params

func (*CombinedEdgesGetParams) WithOffset

func (o *CombinedEdgesGetParams) WithOffset(offset *string) *CombinedEdgesGetParams

WithOffset adds the offset to the combined edges get params

func (*CombinedEdgesGetParams) WithScope

WithScope adds the scope to the combined edges get params

func (*CombinedEdgesGetParams) WithTimeout

WithTimeout adds the timeout to the combined edges get params

func (*CombinedEdgesGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CombinedEdgesGetReader

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

CombinedEdgesGetReader is a Reader for the CombinedEdgesGet structure.

func (*CombinedEdgesGetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CombinedEdgesGetTooManyRequests

type CombinedEdgesGetTooManyRequests struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

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

Too Many Requests

func NewCombinedEdgesGetTooManyRequests

func NewCombinedEdgesGetTooManyRequests() *CombinedEdgesGetTooManyRequests

NewCombinedEdgesGetTooManyRequests creates a CombinedEdgesGetTooManyRequests with default headers values

func (*CombinedEdgesGetTooManyRequests) Code

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

func (*CombinedEdgesGetTooManyRequests) Error

func (*CombinedEdgesGetTooManyRequests) GetPayload

func (*CombinedEdgesGetTooManyRequests) IsClientError

func (o *CombinedEdgesGetTooManyRequests) IsClientError() bool

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

func (*CombinedEdgesGetTooManyRequests) IsCode

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

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

func (*CombinedEdgesGetTooManyRequests) IsRedirect

func (o *CombinedEdgesGetTooManyRequests) IsRedirect() bool

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

func (*CombinedEdgesGetTooManyRequests) IsServerError

func (o *CombinedEdgesGetTooManyRequests) IsServerError() bool

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

func (*CombinedEdgesGetTooManyRequests) IsSuccess

func (o *CombinedEdgesGetTooManyRequests) IsSuccess() bool

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

func (*CombinedEdgesGetTooManyRequests) String

type CombinedRanOnGetForbidden

type CombinedRanOnGetForbidden struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewCombinedRanOnGetForbidden

func NewCombinedRanOnGetForbidden() *CombinedRanOnGetForbidden

NewCombinedRanOnGetForbidden creates a CombinedRanOnGetForbidden with default headers values

func (*CombinedRanOnGetForbidden) Code

func (o *CombinedRanOnGetForbidden) Code() int

Code gets the status code for the combined ran on get forbidden response

func (*CombinedRanOnGetForbidden) Error

func (o *CombinedRanOnGetForbidden) Error() string

func (*CombinedRanOnGetForbidden) GetPayload

func (*CombinedRanOnGetForbidden) IsClientError

func (o *CombinedRanOnGetForbidden) IsClientError() bool

IsClientError returns true when this combined ran on get forbidden response has a 4xx status code

func (*CombinedRanOnGetForbidden) IsCode

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

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

func (*CombinedRanOnGetForbidden) IsRedirect

func (o *CombinedRanOnGetForbidden) IsRedirect() bool

IsRedirect returns true when this combined ran on get forbidden response has a 3xx status code

func (*CombinedRanOnGetForbidden) IsServerError

func (o *CombinedRanOnGetForbidden) IsServerError() bool

IsServerError returns true when this combined ran on get forbidden response has a 5xx status code

func (*CombinedRanOnGetForbidden) IsSuccess

func (o *CombinedRanOnGetForbidden) IsSuccess() bool

IsSuccess returns true when this combined ran on get forbidden response has a 2xx status code

func (*CombinedRanOnGetForbidden) String

func (o *CombinedRanOnGetForbidden) String() string

type CombinedRanOnGetOK

type CombinedRanOnGetOK struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

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

OK

func NewCombinedRanOnGetOK

func NewCombinedRanOnGetOK() *CombinedRanOnGetOK

NewCombinedRanOnGetOK creates a CombinedRanOnGetOK with default headers values

func (*CombinedRanOnGetOK) Code

func (o *CombinedRanOnGetOK) Code() int

Code gets the status code for the combined ran on get o k response

func (*CombinedRanOnGetOK) Error

func (o *CombinedRanOnGetOK) Error() string

func (*CombinedRanOnGetOK) IsClientError

func (o *CombinedRanOnGetOK) IsClientError() bool

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

func (*CombinedRanOnGetOK) IsCode

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

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

func (*CombinedRanOnGetOK) IsRedirect

func (o *CombinedRanOnGetOK) IsRedirect() bool

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

func (*CombinedRanOnGetOK) IsServerError

func (o *CombinedRanOnGetOK) IsServerError() bool

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

func (*CombinedRanOnGetOK) IsSuccess

func (o *CombinedRanOnGetOK) IsSuccess() bool

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

func (*CombinedRanOnGetOK) String

func (o *CombinedRanOnGetOK) String() string

type CombinedRanOnGetParams

type CombinedRanOnGetParams struct {

	/* Limit.

	   How many edges to return in a single request [1-100]

	   Default: 100
	*/
	Limit *int64

	/* Nano.

	   Return nano-precision entity timestamps
	*/
	Nano *bool

	/* Offset.

	   The offset to use to retrieve the next page of results
	*/
	Offset *string

	/* Type.

	   The type of indicator that you would like to retrieve
	*/
	Type string

	/* Value.

	   The value of the indicator to search by.
	*/
	Value string

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

CombinedRanOnGetParams contains all the parameters to send to the API endpoint

for the combined ran on get operation.

Typically these are written to a http.Request.

func NewCombinedRanOnGetParams

func NewCombinedRanOnGetParams() *CombinedRanOnGetParams

NewCombinedRanOnGetParams creates a new CombinedRanOnGetParams 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 NewCombinedRanOnGetParamsWithContext

func NewCombinedRanOnGetParamsWithContext(ctx context.Context) *CombinedRanOnGetParams

NewCombinedRanOnGetParamsWithContext creates a new CombinedRanOnGetParams object with the ability to set a context for a request.

func NewCombinedRanOnGetParamsWithHTTPClient

func NewCombinedRanOnGetParamsWithHTTPClient(client *http.Client) *CombinedRanOnGetParams

NewCombinedRanOnGetParamsWithHTTPClient creates a new CombinedRanOnGetParams object with the ability to set a custom HTTPClient for a request.

func NewCombinedRanOnGetParamsWithTimeout

func NewCombinedRanOnGetParamsWithTimeout(timeout time.Duration) *CombinedRanOnGetParams

NewCombinedRanOnGetParamsWithTimeout creates a new CombinedRanOnGetParams object with the ability to set a timeout on a request.

func (*CombinedRanOnGetParams) SetContext

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

SetContext adds the context to the combined ran on get params

func (*CombinedRanOnGetParams) SetDefaults

func (o *CombinedRanOnGetParams) SetDefaults()

SetDefaults hydrates default values in the combined ran on get params (not the query body).

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

func (*CombinedRanOnGetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the combined ran on get params

func (*CombinedRanOnGetParams) SetLimit

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

SetLimit adds the limit to the combined ran on get params

func (*CombinedRanOnGetParams) SetNano

func (o *CombinedRanOnGetParams) SetNano(nano *bool)

SetNano adds the nano to the combined ran on get params

func (*CombinedRanOnGetParams) SetOffset

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

SetOffset adds the offset to the combined ran on get params

func (*CombinedRanOnGetParams) SetTimeout

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

SetTimeout adds the timeout to the combined ran on get params

func (*CombinedRanOnGetParams) SetType

func (o *CombinedRanOnGetParams) SetType(typeVar string)

SetType adds the type to the combined ran on get params

func (*CombinedRanOnGetParams) SetValue

func (o *CombinedRanOnGetParams) SetValue(value string)

SetValue adds the value to the combined ran on get params

func (*CombinedRanOnGetParams) WithContext

WithContext adds the context to the combined ran on get params

func (*CombinedRanOnGetParams) WithDefaults

WithDefaults hydrates default values in the combined ran on get params (not the query body).

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

func (*CombinedRanOnGetParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the combined ran on get params

func (*CombinedRanOnGetParams) WithLimit

func (o *CombinedRanOnGetParams) WithLimit(limit *int64) *CombinedRanOnGetParams

WithLimit adds the limit to the combined ran on get params

func (*CombinedRanOnGetParams) WithNano

WithNano adds the nano to the combined ran on get params

func (*CombinedRanOnGetParams) WithOffset

func (o *CombinedRanOnGetParams) WithOffset(offset *string) *CombinedRanOnGetParams

WithOffset adds the offset to the combined ran on get params

func (*CombinedRanOnGetParams) WithTimeout

WithTimeout adds the timeout to the combined ran on get params

func (*CombinedRanOnGetParams) WithType

WithType adds the typeVar to the combined ran on get params

func (*CombinedRanOnGetParams) WithValue

WithValue adds the value to the combined ran on get params

func (*CombinedRanOnGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CombinedRanOnGetReader

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

CombinedRanOnGetReader is a Reader for the CombinedRanOnGet structure.

func (*CombinedRanOnGetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CombinedRanOnGetTooManyRequests

type CombinedRanOnGetTooManyRequests struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

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

Too Many Requests

func NewCombinedRanOnGetTooManyRequests

func NewCombinedRanOnGetTooManyRequests() *CombinedRanOnGetTooManyRequests

NewCombinedRanOnGetTooManyRequests creates a CombinedRanOnGetTooManyRequests with default headers values

func (*CombinedRanOnGetTooManyRequests) Code

Code gets the status code for the combined ran on get too many requests response

func (*CombinedRanOnGetTooManyRequests) Error

func (*CombinedRanOnGetTooManyRequests) GetPayload

func (*CombinedRanOnGetTooManyRequests) IsClientError

func (o *CombinedRanOnGetTooManyRequests) IsClientError() bool

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

func (*CombinedRanOnGetTooManyRequests) IsCode

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

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

func (*CombinedRanOnGetTooManyRequests) IsRedirect

func (o *CombinedRanOnGetTooManyRequests) IsRedirect() bool

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

func (*CombinedRanOnGetTooManyRequests) IsServerError

func (o *CombinedRanOnGetTooManyRequests) IsServerError() bool

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

func (*CombinedRanOnGetTooManyRequests) IsSuccess

func (o *CombinedRanOnGetTooManyRequests) IsSuccess() bool

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

func (*CombinedRanOnGetTooManyRequests) String

type CombinedSummaryGetForbidden

type CombinedSummaryGetForbidden struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewCombinedSummaryGetForbidden

func NewCombinedSummaryGetForbidden() *CombinedSummaryGetForbidden

NewCombinedSummaryGetForbidden creates a CombinedSummaryGetForbidden with default headers values

func (*CombinedSummaryGetForbidden) Code

func (o *CombinedSummaryGetForbidden) Code() int

Code gets the status code for the combined summary get forbidden response

func (*CombinedSummaryGetForbidden) Error

func (*CombinedSummaryGetForbidden) GetPayload

func (*CombinedSummaryGetForbidden) IsClientError

func (o *CombinedSummaryGetForbidden) IsClientError() bool

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

func (*CombinedSummaryGetForbidden) IsCode

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

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

func (*CombinedSummaryGetForbidden) IsRedirect

func (o *CombinedSummaryGetForbidden) IsRedirect() bool

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

func (*CombinedSummaryGetForbidden) IsServerError

func (o *CombinedSummaryGetForbidden) IsServerError() bool

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

func (*CombinedSummaryGetForbidden) IsSuccess

func (o *CombinedSummaryGetForbidden) IsSuccess() bool

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

func (*CombinedSummaryGetForbidden) String

func (o *CombinedSummaryGetForbidden) String() string

type CombinedSummaryGetOK

type CombinedSummaryGetOK struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

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

OK

func NewCombinedSummaryGetOK

func NewCombinedSummaryGetOK() *CombinedSummaryGetOK

NewCombinedSummaryGetOK creates a CombinedSummaryGetOK with default headers values

func (*CombinedSummaryGetOK) Code

func (o *CombinedSummaryGetOK) Code() int

Code gets the status code for the combined summary get o k response

func (*CombinedSummaryGetOK) Error

func (o *CombinedSummaryGetOK) Error() string

func (*CombinedSummaryGetOK) IsClientError

func (o *CombinedSummaryGetOK) IsClientError() bool

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

func (*CombinedSummaryGetOK) IsCode

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

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

func (*CombinedSummaryGetOK) IsRedirect

func (o *CombinedSummaryGetOK) IsRedirect() bool

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

func (*CombinedSummaryGetOK) IsServerError

func (o *CombinedSummaryGetOK) IsServerError() bool

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

func (*CombinedSummaryGetOK) IsSuccess

func (o *CombinedSummaryGetOK) IsSuccess() bool

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

func (*CombinedSummaryGetOK) String

func (o *CombinedSummaryGetOK) String() string

type CombinedSummaryGetParams

type CombinedSummaryGetParams struct {

	/* Ids.

	   Vertex ID to get details for
	*/
	Ids []string

	/* Nano.

	   Return nano-precision entity timestamps
	*/
	Nano *bool

	/* Scope.

	   Scope of the request

	   Default: "device"
	*/
	Scope *string

	/* VertexType.

	   Type of vertex to get properties for
	*/
	VertexType string

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

CombinedSummaryGetParams contains all the parameters to send to the API endpoint

for the combined summary get operation.

Typically these are written to a http.Request.

func NewCombinedSummaryGetParams

func NewCombinedSummaryGetParams() *CombinedSummaryGetParams

NewCombinedSummaryGetParams creates a new CombinedSummaryGetParams 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 NewCombinedSummaryGetParamsWithContext

func NewCombinedSummaryGetParamsWithContext(ctx context.Context) *CombinedSummaryGetParams

NewCombinedSummaryGetParamsWithContext creates a new CombinedSummaryGetParams object with the ability to set a context for a request.

func NewCombinedSummaryGetParamsWithHTTPClient

func NewCombinedSummaryGetParamsWithHTTPClient(client *http.Client) *CombinedSummaryGetParams

NewCombinedSummaryGetParamsWithHTTPClient creates a new CombinedSummaryGetParams object with the ability to set a custom HTTPClient for a request.

func NewCombinedSummaryGetParamsWithTimeout

func NewCombinedSummaryGetParamsWithTimeout(timeout time.Duration) *CombinedSummaryGetParams

NewCombinedSummaryGetParamsWithTimeout creates a new CombinedSummaryGetParams object with the ability to set a timeout on a request.

func (*CombinedSummaryGetParams) SetContext

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

SetContext adds the context to the combined summary get params

func (*CombinedSummaryGetParams) SetDefaults

func (o *CombinedSummaryGetParams) SetDefaults()

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

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

func (*CombinedSummaryGetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the combined summary get params

func (*CombinedSummaryGetParams) SetIds

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

SetIds adds the ids to the combined summary get params

func (*CombinedSummaryGetParams) SetNano

func (o *CombinedSummaryGetParams) SetNano(nano *bool)

SetNano adds the nano to the combined summary get params

func (*CombinedSummaryGetParams) SetScope

func (o *CombinedSummaryGetParams) SetScope(scope *string)

SetScope adds the scope to the combined summary get params

func (*CombinedSummaryGetParams) SetTimeout

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

SetTimeout adds the timeout to the combined summary get params

func (*CombinedSummaryGetParams) SetVertexType

func (o *CombinedSummaryGetParams) SetVertexType(vertexType string)

SetVertexType adds the vertexType to the combined summary get params

func (*CombinedSummaryGetParams) WithContext

WithContext adds the context to the combined summary get params

func (*CombinedSummaryGetParams) WithDefaults

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

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

func (*CombinedSummaryGetParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the combined summary get params

func (*CombinedSummaryGetParams) WithIds

WithIds adds the ids to the combined summary get params

func (*CombinedSummaryGetParams) WithNano

WithNano adds the nano to the combined summary get params

func (*CombinedSummaryGetParams) WithScope

WithScope adds the scope to the combined summary get params

func (*CombinedSummaryGetParams) WithTimeout

WithTimeout adds the timeout to the combined summary get params

func (*CombinedSummaryGetParams) WithVertexType

func (o *CombinedSummaryGetParams) WithVertexType(vertexType string) *CombinedSummaryGetParams

WithVertexType adds the vertexType to the combined summary get params

func (*CombinedSummaryGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CombinedSummaryGetReader

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

CombinedSummaryGetReader is a Reader for the CombinedSummaryGet structure.

func (*CombinedSummaryGetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CombinedSummaryGetTooManyRequests

type CombinedSummaryGetTooManyRequests struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

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

Too Many Requests

func NewCombinedSummaryGetTooManyRequests

func NewCombinedSummaryGetTooManyRequests() *CombinedSummaryGetTooManyRequests

NewCombinedSummaryGetTooManyRequests creates a CombinedSummaryGetTooManyRequests with default headers values

func (*CombinedSummaryGetTooManyRequests) Code

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

func (*CombinedSummaryGetTooManyRequests) Error

func (*CombinedSummaryGetTooManyRequests) GetPayload

func (*CombinedSummaryGetTooManyRequests) IsClientError

func (o *CombinedSummaryGetTooManyRequests) IsClientError() bool

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

func (*CombinedSummaryGetTooManyRequests) IsCode

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

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

func (*CombinedSummaryGetTooManyRequests) IsRedirect

func (o *CombinedSummaryGetTooManyRequests) IsRedirect() bool

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

func (*CombinedSummaryGetTooManyRequests) IsServerError

func (o *CombinedSummaryGetTooManyRequests) IsServerError() bool

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

func (*CombinedSummaryGetTooManyRequests) IsSuccess

func (o *CombinedSummaryGetTooManyRequests) IsSuccess() bool

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

func (*CombinedSummaryGetTooManyRequests) String

type EntitiesVerticesGetBadGateway

type EntitiesVerticesGetBadGateway struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.ThreatgraphVertexDetailsResponse
}

EntitiesVerticesGetBadGateway describes a response with status code 502, with default header values.

Bad Gateway

func NewEntitiesVerticesGetBadGateway

func NewEntitiesVerticesGetBadGateway() *EntitiesVerticesGetBadGateway

NewEntitiesVerticesGetBadGateway creates a EntitiesVerticesGetBadGateway with default headers values

func (*EntitiesVerticesGetBadGateway) Code

Code gets the status code for the entities vertices get bad gateway response

func (*EntitiesVerticesGetBadGateway) Error

func (*EntitiesVerticesGetBadGateway) GetPayload

func (*EntitiesVerticesGetBadGateway) IsClientError

func (o *EntitiesVerticesGetBadGateway) IsClientError() bool

IsClientError returns true when this entities vertices get bad gateway response has a 4xx status code

func (*EntitiesVerticesGetBadGateway) IsCode

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

IsCode returns true when this entities vertices get bad gateway response a status code equal to that given

func (*EntitiesVerticesGetBadGateway) IsRedirect

func (o *EntitiesVerticesGetBadGateway) IsRedirect() bool

IsRedirect returns true when this entities vertices get bad gateway response has a 3xx status code

func (*EntitiesVerticesGetBadGateway) IsServerError

func (o *EntitiesVerticesGetBadGateway) IsServerError() bool

IsServerError returns true when this entities vertices get bad gateway response has a 5xx status code

func (*EntitiesVerticesGetBadGateway) IsSuccess

func (o *EntitiesVerticesGetBadGateway) IsSuccess() bool

IsSuccess returns true when this entities vertices get bad gateway response has a 2xx status code

func (*EntitiesVerticesGetBadGateway) String

type EntitiesVerticesGetBadRequest

type EntitiesVerticesGetBadRequest struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.ThreatgraphVertexDetailsResponse
}

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

Bad Request

func NewEntitiesVerticesGetBadRequest

func NewEntitiesVerticesGetBadRequest() *EntitiesVerticesGetBadRequest

NewEntitiesVerticesGetBadRequest creates a EntitiesVerticesGetBadRequest with default headers values

func (*EntitiesVerticesGetBadRequest) Code

Code gets the status code for the entities vertices get bad request response

func (*EntitiesVerticesGetBadRequest) Error

func (*EntitiesVerticesGetBadRequest) GetPayload

func (*EntitiesVerticesGetBadRequest) IsClientError

func (o *EntitiesVerticesGetBadRequest) IsClientError() bool

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

func (*EntitiesVerticesGetBadRequest) IsCode

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

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

func (*EntitiesVerticesGetBadRequest) IsRedirect

func (o *EntitiesVerticesGetBadRequest) IsRedirect() bool

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

func (*EntitiesVerticesGetBadRequest) IsServerError

func (o *EntitiesVerticesGetBadRequest) IsServerError() bool

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

func (*EntitiesVerticesGetBadRequest) IsSuccess

func (o *EntitiesVerticesGetBadRequest) IsSuccess() bool

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

func (*EntitiesVerticesGetBadRequest) String

type EntitiesVerticesGetForbidden

type EntitiesVerticesGetForbidden struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewEntitiesVerticesGetForbidden

func NewEntitiesVerticesGetForbidden() *EntitiesVerticesGetForbidden

NewEntitiesVerticesGetForbidden creates a EntitiesVerticesGetForbidden with default headers values

func (*EntitiesVerticesGetForbidden) Code

Code gets the status code for the entities vertices get forbidden response

func (*EntitiesVerticesGetForbidden) Error

func (*EntitiesVerticesGetForbidden) GetPayload

func (*EntitiesVerticesGetForbidden) IsClientError

func (o *EntitiesVerticesGetForbidden) IsClientError() bool

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

func (*EntitiesVerticesGetForbidden) IsCode

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

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

func (*EntitiesVerticesGetForbidden) IsRedirect

func (o *EntitiesVerticesGetForbidden) IsRedirect() bool

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

func (*EntitiesVerticesGetForbidden) IsServerError

func (o *EntitiesVerticesGetForbidden) IsServerError() bool

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

func (*EntitiesVerticesGetForbidden) IsSuccess

func (o *EntitiesVerticesGetForbidden) IsSuccess() bool

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

func (*EntitiesVerticesGetForbidden) String

type EntitiesVerticesGetGone

type EntitiesVerticesGetGone struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.ThreatgraphVertexDetailsResponse
}

EntitiesVerticesGetGone describes a response with status code 410, with default header values.

Gone

func NewEntitiesVerticesGetGone

func NewEntitiesVerticesGetGone() *EntitiesVerticesGetGone

NewEntitiesVerticesGetGone creates a EntitiesVerticesGetGone with default headers values

func (*EntitiesVerticesGetGone) Code

func (o *EntitiesVerticesGetGone) Code() int

Code gets the status code for the entities vertices get gone response

func (*EntitiesVerticesGetGone) Error

func (o *EntitiesVerticesGetGone) Error() string

func (*EntitiesVerticesGetGone) GetPayload

func (*EntitiesVerticesGetGone) IsClientError

func (o *EntitiesVerticesGetGone) IsClientError() bool

IsClientError returns true when this entities vertices get gone response has a 4xx status code

func (*EntitiesVerticesGetGone) IsCode

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

IsCode returns true when this entities vertices get gone response a status code equal to that given

func (*EntitiesVerticesGetGone) IsRedirect

func (o *EntitiesVerticesGetGone) IsRedirect() bool

IsRedirect returns true when this entities vertices get gone response has a 3xx status code

func (*EntitiesVerticesGetGone) IsServerError

func (o *EntitiesVerticesGetGone) IsServerError() bool

IsServerError returns true when this entities vertices get gone response has a 5xx status code

func (*EntitiesVerticesGetGone) IsSuccess

func (o *EntitiesVerticesGetGone) IsSuccess() bool

IsSuccess returns true when this entities vertices get gone response has a 2xx status code

func (*EntitiesVerticesGetGone) String

func (o *EntitiesVerticesGetGone) String() string

type EntitiesVerticesGetInternalServerError

type EntitiesVerticesGetInternalServerError struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.ThreatgraphVertexDetailsResponse
}

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

Internal Server Error

func NewEntitiesVerticesGetInternalServerError

func NewEntitiesVerticesGetInternalServerError() *EntitiesVerticesGetInternalServerError

NewEntitiesVerticesGetInternalServerError creates a EntitiesVerticesGetInternalServerError with default headers values

func (*EntitiesVerticesGetInternalServerError) Code

Code gets the status code for the entities vertices get internal server error response

func (*EntitiesVerticesGetInternalServerError) Error

func (*EntitiesVerticesGetInternalServerError) GetPayload

func (*EntitiesVerticesGetInternalServerError) IsClientError

func (o *EntitiesVerticesGetInternalServerError) IsClientError() bool

IsClientError returns true when this entities vertices get internal server error response has a 4xx status code

func (*EntitiesVerticesGetInternalServerError) IsCode

IsCode returns true when this entities vertices get internal server error response a status code equal to that given

func (*EntitiesVerticesGetInternalServerError) IsRedirect

IsRedirect returns true when this entities vertices get internal server error response has a 3xx status code

func (*EntitiesVerticesGetInternalServerError) IsServerError

func (o *EntitiesVerticesGetInternalServerError) IsServerError() bool

IsServerError returns true when this entities vertices get internal server error response has a 5xx status code

func (*EntitiesVerticesGetInternalServerError) IsSuccess

IsSuccess returns true when this entities vertices get internal server error response has a 2xx status code

func (*EntitiesVerticesGetInternalServerError) String

type EntitiesVerticesGetNotFound

type EntitiesVerticesGetNotFound struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.ThreatgraphVertexDetailsResponse
}

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

Not Found

func NewEntitiesVerticesGetNotFound

func NewEntitiesVerticesGetNotFound() *EntitiesVerticesGetNotFound

NewEntitiesVerticesGetNotFound creates a EntitiesVerticesGetNotFound with default headers values

func (*EntitiesVerticesGetNotFound) Code

func (o *EntitiesVerticesGetNotFound) Code() int

Code gets the status code for the entities vertices get not found response

func (*EntitiesVerticesGetNotFound) Error

func (*EntitiesVerticesGetNotFound) GetPayload

func (*EntitiesVerticesGetNotFound) IsClientError

func (o *EntitiesVerticesGetNotFound) IsClientError() bool

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

func (*EntitiesVerticesGetNotFound) IsCode

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

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

func (*EntitiesVerticesGetNotFound) IsRedirect

func (o *EntitiesVerticesGetNotFound) IsRedirect() bool

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

func (*EntitiesVerticesGetNotFound) IsServerError

func (o *EntitiesVerticesGetNotFound) IsServerError() bool

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

func (*EntitiesVerticesGetNotFound) IsSuccess

func (o *EntitiesVerticesGetNotFound) IsSuccess() bool

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

func (*EntitiesVerticesGetNotFound) String

func (o *EntitiesVerticesGetNotFound) String() string

type EntitiesVerticesGetOK

type EntitiesVerticesGetOK struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.ThreatgraphVertexDetailsResponse
}

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

OK

func NewEntitiesVerticesGetOK

func NewEntitiesVerticesGetOK() *EntitiesVerticesGetOK

NewEntitiesVerticesGetOK creates a EntitiesVerticesGetOK with default headers values

func (*EntitiesVerticesGetOK) Code

func (o *EntitiesVerticesGetOK) Code() int

Code gets the status code for the entities vertices get o k response

func (*EntitiesVerticesGetOK) Error

func (o *EntitiesVerticesGetOK) Error() string

func (*EntitiesVerticesGetOK) GetPayload

func (*EntitiesVerticesGetOK) IsClientError

func (o *EntitiesVerticesGetOK) IsClientError() bool

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

func (*EntitiesVerticesGetOK) IsCode

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

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

func (*EntitiesVerticesGetOK) IsRedirect

func (o *EntitiesVerticesGetOK) IsRedirect() bool

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

func (*EntitiesVerticesGetOK) IsServerError

func (o *EntitiesVerticesGetOK) IsServerError() bool

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

func (*EntitiesVerticesGetOK) IsSuccess

func (o *EntitiesVerticesGetOK) IsSuccess() bool

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

func (*EntitiesVerticesGetOK) String

func (o *EntitiesVerticesGetOK) String() string

type EntitiesVerticesGetParams

type EntitiesVerticesGetParams struct {

	/* Ids.

	   Vertex ID to get details for
	*/
	Ids []string

	/* Nano.

	   Return nano-precision entity timestamps
	*/
	Nano *bool

	/* Scope.

	   Scope of the request

	   Default: "device"
	*/
	Scope *string

	/* VertexType.

	   Type of vertex to get properties for
	*/
	VertexType string

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

EntitiesVerticesGetParams contains all the parameters to send to the API endpoint

for the entities vertices get operation.

Typically these are written to a http.Request.

func NewEntitiesVerticesGetParams

func NewEntitiesVerticesGetParams() *EntitiesVerticesGetParams

NewEntitiesVerticesGetParams creates a new EntitiesVerticesGetParams 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 NewEntitiesVerticesGetParamsWithContext

func NewEntitiesVerticesGetParamsWithContext(ctx context.Context) *EntitiesVerticesGetParams

NewEntitiesVerticesGetParamsWithContext creates a new EntitiesVerticesGetParams object with the ability to set a context for a request.

func NewEntitiesVerticesGetParamsWithHTTPClient

func NewEntitiesVerticesGetParamsWithHTTPClient(client *http.Client) *EntitiesVerticesGetParams

NewEntitiesVerticesGetParamsWithHTTPClient creates a new EntitiesVerticesGetParams object with the ability to set a custom HTTPClient for a request.

func NewEntitiesVerticesGetParamsWithTimeout

func NewEntitiesVerticesGetParamsWithTimeout(timeout time.Duration) *EntitiesVerticesGetParams

NewEntitiesVerticesGetParamsWithTimeout creates a new EntitiesVerticesGetParams object with the ability to set a timeout on a request.

func (*EntitiesVerticesGetParams) SetContext

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

SetContext adds the context to the entities vertices get params

func (*EntitiesVerticesGetParams) SetDefaults

func (o *EntitiesVerticesGetParams) SetDefaults()

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

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

func (*EntitiesVerticesGetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the entities vertices get params

func (*EntitiesVerticesGetParams) SetIds

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

SetIds adds the ids to the entities vertices get params

func (*EntitiesVerticesGetParams) SetNano

func (o *EntitiesVerticesGetParams) SetNano(nano *bool)

SetNano adds the nano to the entities vertices get params

func (*EntitiesVerticesGetParams) SetScope

func (o *EntitiesVerticesGetParams) SetScope(scope *string)

SetScope adds the scope to the entities vertices get params

func (*EntitiesVerticesGetParams) SetTimeout

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

SetTimeout adds the timeout to the entities vertices get params

func (*EntitiesVerticesGetParams) SetVertexType

func (o *EntitiesVerticesGetParams) SetVertexType(vertexType string)

SetVertexType adds the vertexType to the entities vertices get params

func (*EntitiesVerticesGetParams) WithContext

WithContext adds the context to the entities vertices get params

func (*EntitiesVerticesGetParams) WithDefaults

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

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

func (*EntitiesVerticesGetParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the entities vertices get params

func (*EntitiesVerticesGetParams) WithIds

WithIds adds the ids to the entities vertices get params

func (*EntitiesVerticesGetParams) WithNano

WithNano adds the nano to the entities vertices get params

func (*EntitiesVerticesGetParams) WithScope

WithScope adds the scope to the entities vertices get params

func (*EntitiesVerticesGetParams) WithTimeout

WithTimeout adds the timeout to the entities vertices get params

func (*EntitiesVerticesGetParams) WithVertexType

func (o *EntitiesVerticesGetParams) WithVertexType(vertexType string) *EntitiesVerticesGetParams

WithVertexType adds the vertexType to the entities vertices get params

func (*EntitiesVerticesGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type EntitiesVerticesGetReader

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

EntitiesVerticesGetReader is a Reader for the EntitiesVerticesGet structure.

func (*EntitiesVerticesGetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type EntitiesVerticesGetTooManyRequests

type EntitiesVerticesGetTooManyRequests struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

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

Too Many Requests

func NewEntitiesVerticesGetTooManyRequests

func NewEntitiesVerticesGetTooManyRequests() *EntitiesVerticesGetTooManyRequests

NewEntitiesVerticesGetTooManyRequests creates a EntitiesVerticesGetTooManyRequests with default headers values

func (*EntitiesVerticesGetTooManyRequests) Code

Code gets the status code for the entities vertices get too many requests response

func (*EntitiesVerticesGetTooManyRequests) Error

func (*EntitiesVerticesGetTooManyRequests) GetPayload

func (*EntitiesVerticesGetTooManyRequests) IsClientError

func (o *EntitiesVerticesGetTooManyRequests) IsClientError() bool

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

func (*EntitiesVerticesGetTooManyRequests) IsCode

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

func (*EntitiesVerticesGetTooManyRequests) IsRedirect

func (o *EntitiesVerticesGetTooManyRequests) IsRedirect() bool

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

func (*EntitiesVerticesGetTooManyRequests) IsServerError

func (o *EntitiesVerticesGetTooManyRequests) IsServerError() bool

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

func (*EntitiesVerticesGetTooManyRequests) IsSuccess

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

func (*EntitiesVerticesGetTooManyRequests) String

type EntitiesVerticesGetUnauthorized

type EntitiesVerticesGetUnauthorized struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.ThreatgraphVertexDetailsResponse
}

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

Unauthorized

func NewEntitiesVerticesGetUnauthorized

func NewEntitiesVerticesGetUnauthorized() *EntitiesVerticesGetUnauthorized

NewEntitiesVerticesGetUnauthorized creates a EntitiesVerticesGetUnauthorized with default headers values

func (*EntitiesVerticesGetUnauthorized) Code

Code gets the status code for the entities vertices get unauthorized response

func (*EntitiesVerticesGetUnauthorized) Error

func (*EntitiesVerticesGetUnauthorized) GetPayload

func (*EntitiesVerticesGetUnauthorized) IsClientError

func (o *EntitiesVerticesGetUnauthorized) IsClientError() bool

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

func (*EntitiesVerticesGetUnauthorized) IsCode

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

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

func (*EntitiesVerticesGetUnauthorized) IsRedirect

func (o *EntitiesVerticesGetUnauthorized) IsRedirect() bool

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

func (*EntitiesVerticesGetUnauthorized) IsServerError

func (o *EntitiesVerticesGetUnauthorized) IsServerError() bool

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

func (*EntitiesVerticesGetUnauthorized) IsSuccess

func (o *EntitiesVerticesGetUnauthorized) IsSuccess() bool

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

func (*EntitiesVerticesGetUnauthorized) String

type EntitiesVerticesGetv2BadGateway

type EntitiesVerticesGetv2BadGateway struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.ThreatgraphVertexDetailsResponse
}

EntitiesVerticesGetv2BadGateway describes a response with status code 502, with default header values.

Bad Gateway

func NewEntitiesVerticesGetv2BadGateway

func NewEntitiesVerticesGetv2BadGateway() *EntitiesVerticesGetv2BadGateway

NewEntitiesVerticesGetv2BadGateway creates a EntitiesVerticesGetv2BadGateway with default headers values

func (*EntitiesVerticesGetv2BadGateway) Code

Code gets the status code for the entities vertices getv2 bad gateway response

func (*EntitiesVerticesGetv2BadGateway) Error

func (*EntitiesVerticesGetv2BadGateway) GetPayload

func (*EntitiesVerticesGetv2BadGateway) IsClientError

func (o *EntitiesVerticesGetv2BadGateway) IsClientError() bool

IsClientError returns true when this entities vertices getv2 bad gateway response has a 4xx status code

func (*EntitiesVerticesGetv2BadGateway) IsCode

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

IsCode returns true when this entities vertices getv2 bad gateway response a status code equal to that given

func (*EntitiesVerticesGetv2BadGateway) IsRedirect

func (o *EntitiesVerticesGetv2BadGateway) IsRedirect() bool

IsRedirect returns true when this entities vertices getv2 bad gateway response has a 3xx status code

func (*EntitiesVerticesGetv2BadGateway) IsServerError

func (o *EntitiesVerticesGetv2BadGateway) IsServerError() bool

IsServerError returns true when this entities vertices getv2 bad gateway response has a 5xx status code

func (*EntitiesVerticesGetv2BadGateway) IsSuccess

func (o *EntitiesVerticesGetv2BadGateway) IsSuccess() bool

IsSuccess returns true when this entities vertices getv2 bad gateway response has a 2xx status code

func (*EntitiesVerticesGetv2BadGateway) String

type EntitiesVerticesGetv2BadRequest

type EntitiesVerticesGetv2BadRequest struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.ThreatgraphVertexDetailsResponse
}

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

Bad Request

func NewEntitiesVerticesGetv2BadRequest

func NewEntitiesVerticesGetv2BadRequest() *EntitiesVerticesGetv2BadRequest

NewEntitiesVerticesGetv2BadRequest creates a EntitiesVerticesGetv2BadRequest with default headers values

func (*EntitiesVerticesGetv2BadRequest) Code

Code gets the status code for the entities vertices getv2 bad request response

func (*EntitiesVerticesGetv2BadRequest) Error

func (*EntitiesVerticesGetv2BadRequest) GetPayload

func (*EntitiesVerticesGetv2BadRequest) IsClientError

func (o *EntitiesVerticesGetv2BadRequest) IsClientError() bool

IsClientError returns true when this entities vertices getv2 bad request response has a 4xx status code

func (*EntitiesVerticesGetv2BadRequest) IsCode

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

IsCode returns true when this entities vertices getv2 bad request response a status code equal to that given

func (*EntitiesVerticesGetv2BadRequest) IsRedirect

func (o *EntitiesVerticesGetv2BadRequest) IsRedirect() bool

IsRedirect returns true when this entities vertices getv2 bad request response has a 3xx status code

func (*EntitiesVerticesGetv2BadRequest) IsServerError

func (o *EntitiesVerticesGetv2BadRequest) IsServerError() bool

IsServerError returns true when this entities vertices getv2 bad request response has a 5xx status code

func (*EntitiesVerticesGetv2BadRequest) IsSuccess

func (o *EntitiesVerticesGetv2BadRequest) IsSuccess() bool

IsSuccess returns true when this entities vertices getv2 bad request response has a 2xx status code

func (*EntitiesVerticesGetv2BadRequest) String

type EntitiesVerticesGetv2Forbidden

type EntitiesVerticesGetv2Forbidden struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewEntitiesVerticesGetv2Forbidden

func NewEntitiesVerticesGetv2Forbidden() *EntitiesVerticesGetv2Forbidden

NewEntitiesVerticesGetv2Forbidden creates a EntitiesVerticesGetv2Forbidden with default headers values

func (*EntitiesVerticesGetv2Forbidden) Code

Code gets the status code for the entities vertices getv2 forbidden response

func (*EntitiesVerticesGetv2Forbidden) Error

func (*EntitiesVerticesGetv2Forbidden) GetPayload

func (*EntitiesVerticesGetv2Forbidden) IsClientError

func (o *EntitiesVerticesGetv2Forbidden) IsClientError() bool

IsClientError returns true when this entities vertices getv2 forbidden response has a 4xx status code

func (*EntitiesVerticesGetv2Forbidden) IsCode

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

IsCode returns true when this entities vertices getv2 forbidden response a status code equal to that given

func (*EntitiesVerticesGetv2Forbidden) IsRedirect

func (o *EntitiesVerticesGetv2Forbidden) IsRedirect() bool

IsRedirect returns true when this entities vertices getv2 forbidden response has a 3xx status code

func (*EntitiesVerticesGetv2Forbidden) IsServerError

func (o *EntitiesVerticesGetv2Forbidden) IsServerError() bool

IsServerError returns true when this entities vertices getv2 forbidden response has a 5xx status code

func (*EntitiesVerticesGetv2Forbidden) IsSuccess

func (o *EntitiesVerticesGetv2Forbidden) IsSuccess() bool

IsSuccess returns true when this entities vertices getv2 forbidden response has a 2xx status code

func (*EntitiesVerticesGetv2Forbidden) String

type EntitiesVerticesGetv2Gone

type EntitiesVerticesGetv2Gone struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.ThreatgraphVertexDetailsResponse
}

EntitiesVerticesGetv2Gone describes a response with status code 410, with default header values.

Gone

func NewEntitiesVerticesGetv2Gone

func NewEntitiesVerticesGetv2Gone() *EntitiesVerticesGetv2Gone

NewEntitiesVerticesGetv2Gone creates a EntitiesVerticesGetv2Gone with default headers values

func (*EntitiesVerticesGetv2Gone) Code

func (o *EntitiesVerticesGetv2Gone) Code() int

Code gets the status code for the entities vertices getv2 gone response

func (*EntitiesVerticesGetv2Gone) Error

func (o *EntitiesVerticesGetv2Gone) Error() string

func (*EntitiesVerticesGetv2Gone) GetPayload

func (*EntitiesVerticesGetv2Gone) IsClientError

func (o *EntitiesVerticesGetv2Gone) IsClientError() bool

IsClientError returns true when this entities vertices getv2 gone response has a 4xx status code

func (*EntitiesVerticesGetv2Gone) IsCode

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

IsCode returns true when this entities vertices getv2 gone response a status code equal to that given

func (*EntitiesVerticesGetv2Gone) IsRedirect

func (o *EntitiesVerticesGetv2Gone) IsRedirect() bool

IsRedirect returns true when this entities vertices getv2 gone response has a 3xx status code

func (*EntitiesVerticesGetv2Gone) IsServerError

func (o *EntitiesVerticesGetv2Gone) IsServerError() bool

IsServerError returns true when this entities vertices getv2 gone response has a 5xx status code

func (*EntitiesVerticesGetv2Gone) IsSuccess

func (o *EntitiesVerticesGetv2Gone) IsSuccess() bool

IsSuccess returns true when this entities vertices getv2 gone response has a 2xx status code

func (*EntitiesVerticesGetv2Gone) String

func (o *EntitiesVerticesGetv2Gone) String() string

type EntitiesVerticesGetv2InternalServerError

type EntitiesVerticesGetv2InternalServerError struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.ThreatgraphVertexDetailsResponse
}

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

Internal Server Error

func NewEntitiesVerticesGetv2InternalServerError

func NewEntitiesVerticesGetv2InternalServerError() *EntitiesVerticesGetv2InternalServerError

NewEntitiesVerticesGetv2InternalServerError creates a EntitiesVerticesGetv2InternalServerError with default headers values

func (*EntitiesVerticesGetv2InternalServerError) Code

Code gets the status code for the entities vertices getv2 internal server error response

func (*EntitiesVerticesGetv2InternalServerError) Error

func (*EntitiesVerticesGetv2InternalServerError) GetPayload

func (*EntitiesVerticesGetv2InternalServerError) IsClientError

IsClientError returns true when this entities vertices getv2 internal server error response has a 4xx status code

func (*EntitiesVerticesGetv2InternalServerError) IsCode

IsCode returns true when this entities vertices getv2 internal server error response a status code equal to that given

func (*EntitiesVerticesGetv2InternalServerError) IsRedirect

IsRedirect returns true when this entities vertices getv2 internal server error response has a 3xx status code

func (*EntitiesVerticesGetv2InternalServerError) IsServerError

IsServerError returns true when this entities vertices getv2 internal server error response has a 5xx status code

func (*EntitiesVerticesGetv2InternalServerError) IsSuccess

IsSuccess returns true when this entities vertices getv2 internal server error response has a 2xx status code

func (*EntitiesVerticesGetv2InternalServerError) String

type EntitiesVerticesGetv2NotFound

type EntitiesVerticesGetv2NotFound struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.ThreatgraphVertexDetailsResponse
}

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

Not Found

func NewEntitiesVerticesGetv2NotFound

func NewEntitiesVerticesGetv2NotFound() *EntitiesVerticesGetv2NotFound

NewEntitiesVerticesGetv2NotFound creates a EntitiesVerticesGetv2NotFound with default headers values

func (*EntitiesVerticesGetv2NotFound) Code

Code gets the status code for the entities vertices getv2 not found response

func (*EntitiesVerticesGetv2NotFound) Error

func (*EntitiesVerticesGetv2NotFound) GetPayload

func (*EntitiesVerticesGetv2NotFound) IsClientError

func (o *EntitiesVerticesGetv2NotFound) IsClientError() bool

IsClientError returns true when this entities vertices getv2 not found response has a 4xx status code

func (*EntitiesVerticesGetv2NotFound) IsCode

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

IsCode returns true when this entities vertices getv2 not found response a status code equal to that given

func (*EntitiesVerticesGetv2NotFound) IsRedirect

func (o *EntitiesVerticesGetv2NotFound) IsRedirect() bool

IsRedirect returns true when this entities vertices getv2 not found response has a 3xx status code

func (*EntitiesVerticesGetv2NotFound) IsServerError

func (o *EntitiesVerticesGetv2NotFound) IsServerError() bool

IsServerError returns true when this entities vertices getv2 not found response has a 5xx status code

func (*EntitiesVerticesGetv2NotFound) IsSuccess

func (o *EntitiesVerticesGetv2NotFound) IsSuccess() bool

IsSuccess returns true when this entities vertices getv2 not found response has a 2xx status code

func (*EntitiesVerticesGetv2NotFound) String

type EntitiesVerticesGetv2OK

type EntitiesVerticesGetv2OK struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.ThreatgraphVertexDetailsResponse
}

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

OK

func NewEntitiesVerticesGetv2OK

func NewEntitiesVerticesGetv2OK() *EntitiesVerticesGetv2OK

NewEntitiesVerticesGetv2OK creates a EntitiesVerticesGetv2OK with default headers values

func (*EntitiesVerticesGetv2OK) Code

func (o *EntitiesVerticesGetv2OK) Code() int

Code gets the status code for the entities vertices getv2 o k response

func (*EntitiesVerticesGetv2OK) Error

func (o *EntitiesVerticesGetv2OK) Error() string

func (*EntitiesVerticesGetv2OK) GetPayload

func (*EntitiesVerticesGetv2OK) IsClientError

func (o *EntitiesVerticesGetv2OK) IsClientError() bool

IsClientError returns true when this entities vertices getv2 o k response has a 4xx status code

func (*EntitiesVerticesGetv2OK) IsCode

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

IsCode returns true when this entities vertices getv2 o k response a status code equal to that given

func (*EntitiesVerticesGetv2OK) IsRedirect

func (o *EntitiesVerticesGetv2OK) IsRedirect() bool

IsRedirect returns true when this entities vertices getv2 o k response has a 3xx status code

func (*EntitiesVerticesGetv2OK) IsServerError

func (o *EntitiesVerticesGetv2OK) IsServerError() bool

IsServerError returns true when this entities vertices getv2 o k response has a 5xx status code

func (*EntitiesVerticesGetv2OK) IsSuccess

func (o *EntitiesVerticesGetv2OK) IsSuccess() bool

IsSuccess returns true when this entities vertices getv2 o k response has a 2xx status code

func (*EntitiesVerticesGetv2OK) String

func (o *EntitiesVerticesGetv2OK) String() string

type EntitiesVerticesGetv2Params

type EntitiesVerticesGetv2Params struct {

	/* Ids.

	   Vertex ID to get details for
	*/
	Ids []string

	/* Nano.

	   Return nano-precision entity timestamps
	*/
	Nano *bool

	/* Scope.

	   Scope of the request

	   Default: "device"
	*/
	Scope *string

	/* VertexType.

	   Type of vertex to get properties for
	*/
	VertexType string

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

EntitiesVerticesGetv2Params contains all the parameters to send to the API endpoint

for the entities vertices getv2 operation.

Typically these are written to a http.Request.

func NewEntitiesVerticesGetv2Params

func NewEntitiesVerticesGetv2Params() *EntitiesVerticesGetv2Params

NewEntitiesVerticesGetv2Params creates a new EntitiesVerticesGetv2Params 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 NewEntitiesVerticesGetv2ParamsWithContext

func NewEntitiesVerticesGetv2ParamsWithContext(ctx context.Context) *EntitiesVerticesGetv2Params

NewEntitiesVerticesGetv2ParamsWithContext creates a new EntitiesVerticesGetv2Params object with the ability to set a context for a request.

func NewEntitiesVerticesGetv2ParamsWithHTTPClient

func NewEntitiesVerticesGetv2ParamsWithHTTPClient(client *http.Client) *EntitiesVerticesGetv2Params

NewEntitiesVerticesGetv2ParamsWithHTTPClient creates a new EntitiesVerticesGetv2Params object with the ability to set a custom HTTPClient for a request.

func NewEntitiesVerticesGetv2ParamsWithTimeout

func NewEntitiesVerticesGetv2ParamsWithTimeout(timeout time.Duration) *EntitiesVerticesGetv2Params

NewEntitiesVerticesGetv2ParamsWithTimeout creates a new EntitiesVerticesGetv2Params object with the ability to set a timeout on a request.

func (*EntitiesVerticesGetv2Params) SetContext

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

SetContext adds the context to the entities vertices getv2 params

func (*EntitiesVerticesGetv2Params) SetDefaults

func (o *EntitiesVerticesGetv2Params) SetDefaults()

SetDefaults hydrates default values in the entities vertices getv2 params (not the query body).

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

func (*EntitiesVerticesGetv2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the entities vertices getv2 params

func (*EntitiesVerticesGetv2Params) SetIds

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

SetIds adds the ids to the entities vertices getv2 params

func (*EntitiesVerticesGetv2Params) SetNano

func (o *EntitiesVerticesGetv2Params) SetNano(nano *bool)

SetNano adds the nano to the entities vertices getv2 params

func (*EntitiesVerticesGetv2Params) SetScope

func (o *EntitiesVerticesGetv2Params) SetScope(scope *string)

SetScope adds the scope to the entities vertices getv2 params

func (*EntitiesVerticesGetv2Params) SetTimeout

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

SetTimeout adds the timeout to the entities vertices getv2 params

func (*EntitiesVerticesGetv2Params) SetVertexType

func (o *EntitiesVerticesGetv2Params) SetVertexType(vertexType string)

SetVertexType adds the vertexType to the entities vertices getv2 params

func (*EntitiesVerticesGetv2Params) WithContext

WithContext adds the context to the entities vertices getv2 params

func (*EntitiesVerticesGetv2Params) WithDefaults

WithDefaults hydrates default values in the entities vertices getv2 params (not the query body).

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

func (*EntitiesVerticesGetv2Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the entities vertices getv2 params

func (*EntitiesVerticesGetv2Params) WithIds

WithIds adds the ids to the entities vertices getv2 params

func (*EntitiesVerticesGetv2Params) WithNano

WithNano adds the nano to the entities vertices getv2 params

func (*EntitiesVerticesGetv2Params) WithScope

WithScope adds the scope to the entities vertices getv2 params

func (*EntitiesVerticesGetv2Params) WithTimeout

WithTimeout adds the timeout to the entities vertices getv2 params

func (*EntitiesVerticesGetv2Params) WithVertexType

func (o *EntitiesVerticesGetv2Params) WithVertexType(vertexType string) *EntitiesVerticesGetv2Params

WithVertexType adds the vertexType to the entities vertices getv2 params

func (*EntitiesVerticesGetv2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type EntitiesVerticesGetv2Reader

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

EntitiesVerticesGetv2Reader is a Reader for the EntitiesVerticesGetv2 structure.

func (*EntitiesVerticesGetv2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type EntitiesVerticesGetv2TooManyRequests

type EntitiesVerticesGetv2TooManyRequests struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

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

Too Many Requests

func NewEntitiesVerticesGetv2TooManyRequests

func NewEntitiesVerticesGetv2TooManyRequests() *EntitiesVerticesGetv2TooManyRequests

NewEntitiesVerticesGetv2TooManyRequests creates a EntitiesVerticesGetv2TooManyRequests with default headers values

func (*EntitiesVerticesGetv2TooManyRequests) Code

Code gets the status code for the entities vertices getv2 too many requests response

func (*EntitiesVerticesGetv2TooManyRequests) Error

func (*EntitiesVerticesGetv2TooManyRequests) GetPayload

func (*EntitiesVerticesGetv2TooManyRequests) IsClientError

func (o *EntitiesVerticesGetv2TooManyRequests) IsClientError() bool

IsClientError returns true when this entities vertices getv2 too many requests response has a 4xx status code

func (*EntitiesVerticesGetv2TooManyRequests) IsCode

IsCode returns true when this entities vertices getv2 too many requests response a status code equal to that given

func (*EntitiesVerticesGetv2TooManyRequests) IsRedirect

IsRedirect returns true when this entities vertices getv2 too many requests response has a 3xx status code

func (*EntitiesVerticesGetv2TooManyRequests) IsServerError

func (o *EntitiesVerticesGetv2TooManyRequests) IsServerError() bool

IsServerError returns true when this entities vertices getv2 too many requests response has a 5xx status code

func (*EntitiesVerticesGetv2TooManyRequests) IsSuccess

IsSuccess returns true when this entities vertices getv2 too many requests response has a 2xx status code

func (*EntitiesVerticesGetv2TooManyRequests) String

type EntitiesVerticesGetv2Unauthorized

type EntitiesVerticesGetv2Unauthorized struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.ThreatgraphVertexDetailsResponse
}

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

Unauthorized

func NewEntitiesVerticesGetv2Unauthorized

func NewEntitiesVerticesGetv2Unauthorized() *EntitiesVerticesGetv2Unauthorized

NewEntitiesVerticesGetv2Unauthorized creates a EntitiesVerticesGetv2Unauthorized with default headers values

func (*EntitiesVerticesGetv2Unauthorized) Code

Code gets the status code for the entities vertices getv2 unauthorized response

func (*EntitiesVerticesGetv2Unauthorized) Error

func (*EntitiesVerticesGetv2Unauthorized) GetPayload

func (*EntitiesVerticesGetv2Unauthorized) IsClientError

func (o *EntitiesVerticesGetv2Unauthorized) IsClientError() bool

IsClientError returns true when this entities vertices getv2 unauthorized response has a 4xx status code

func (*EntitiesVerticesGetv2Unauthorized) IsCode

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

IsCode returns true when this entities vertices getv2 unauthorized response a status code equal to that given

func (*EntitiesVerticesGetv2Unauthorized) IsRedirect

func (o *EntitiesVerticesGetv2Unauthorized) IsRedirect() bool

IsRedirect returns true when this entities vertices getv2 unauthorized response has a 3xx status code

func (*EntitiesVerticesGetv2Unauthorized) IsServerError

func (o *EntitiesVerticesGetv2Unauthorized) IsServerError() bool

IsServerError returns true when this entities vertices getv2 unauthorized response has a 5xx status code

func (*EntitiesVerticesGetv2Unauthorized) IsSuccess

func (o *EntitiesVerticesGetv2Unauthorized) IsSuccess() bool

IsSuccess returns true when this entities vertices getv2 unauthorized response has a 2xx status code

func (*EntitiesVerticesGetv2Unauthorized) String

type QueriesEdgetypesGetForbidden

type QueriesEdgetypesGetForbidden struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewQueriesEdgetypesGetForbidden

func NewQueriesEdgetypesGetForbidden() *QueriesEdgetypesGetForbidden

NewQueriesEdgetypesGetForbidden creates a QueriesEdgetypesGetForbidden with default headers values

func (*QueriesEdgetypesGetForbidden) Code

Code gets the status code for the queries edgetypes get forbidden response

func (*QueriesEdgetypesGetForbidden) Error

func (*QueriesEdgetypesGetForbidden) GetPayload

func (*QueriesEdgetypesGetForbidden) IsClientError

func (o *QueriesEdgetypesGetForbidden) IsClientError() bool

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

func (*QueriesEdgetypesGetForbidden) IsCode

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

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

func (*QueriesEdgetypesGetForbidden) IsRedirect

func (o *QueriesEdgetypesGetForbidden) IsRedirect() bool

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

func (*QueriesEdgetypesGetForbidden) IsServerError

func (o *QueriesEdgetypesGetForbidden) IsServerError() bool

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

func (*QueriesEdgetypesGetForbidden) IsSuccess

func (o *QueriesEdgetypesGetForbidden) IsSuccess() bool

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

func (*QueriesEdgetypesGetForbidden) String

type QueriesEdgetypesGetOK

type QueriesEdgetypesGetOK struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

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

OK

func NewQueriesEdgetypesGetOK

func NewQueriesEdgetypesGetOK() *QueriesEdgetypesGetOK

NewQueriesEdgetypesGetOK creates a QueriesEdgetypesGetOK with default headers values

func (*QueriesEdgetypesGetOK) Code

func (o *QueriesEdgetypesGetOK) Code() int

Code gets the status code for the queries edgetypes get o k response

func (*QueriesEdgetypesGetOK) Error

func (o *QueriesEdgetypesGetOK) Error() string

func (*QueriesEdgetypesGetOK) IsClientError

func (o *QueriesEdgetypesGetOK) IsClientError() bool

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

func (*QueriesEdgetypesGetOK) IsCode

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

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

func (*QueriesEdgetypesGetOK) IsRedirect

func (o *QueriesEdgetypesGetOK) IsRedirect() bool

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

func (*QueriesEdgetypesGetOK) IsServerError

func (o *QueriesEdgetypesGetOK) IsServerError() bool

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

func (*QueriesEdgetypesGetOK) IsSuccess

func (o *QueriesEdgetypesGetOK) IsSuccess() bool

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

func (*QueriesEdgetypesGetOK) String

func (o *QueriesEdgetypesGetOK) String() string

type QueriesEdgetypesGetParams

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

QueriesEdgetypesGetParams contains all the parameters to send to the API endpoint

for the queries edgetypes get operation.

Typically these are written to a http.Request.

func NewQueriesEdgetypesGetParams

func NewQueriesEdgetypesGetParams() *QueriesEdgetypesGetParams

NewQueriesEdgetypesGetParams creates a new QueriesEdgetypesGetParams 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 NewQueriesEdgetypesGetParamsWithContext

func NewQueriesEdgetypesGetParamsWithContext(ctx context.Context) *QueriesEdgetypesGetParams

NewQueriesEdgetypesGetParamsWithContext creates a new QueriesEdgetypesGetParams object with the ability to set a context for a request.

func NewQueriesEdgetypesGetParamsWithHTTPClient

func NewQueriesEdgetypesGetParamsWithHTTPClient(client *http.Client) *QueriesEdgetypesGetParams

NewQueriesEdgetypesGetParamsWithHTTPClient creates a new QueriesEdgetypesGetParams object with the ability to set a custom HTTPClient for a request.

func NewQueriesEdgetypesGetParamsWithTimeout

func NewQueriesEdgetypesGetParamsWithTimeout(timeout time.Duration) *QueriesEdgetypesGetParams

NewQueriesEdgetypesGetParamsWithTimeout creates a new QueriesEdgetypesGetParams object with the ability to set a timeout on a request.

func (*QueriesEdgetypesGetParams) SetContext

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

SetContext adds the context to the queries edgetypes get params

func (*QueriesEdgetypesGetParams) SetDefaults

func (o *QueriesEdgetypesGetParams) SetDefaults()

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

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

func (*QueriesEdgetypesGetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the queries edgetypes get params

func (*QueriesEdgetypesGetParams) SetTimeout

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

SetTimeout adds the timeout to the queries edgetypes get params

func (*QueriesEdgetypesGetParams) WithContext

WithContext adds the context to the queries edgetypes get params

func (*QueriesEdgetypesGetParams) WithDefaults

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

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

func (*QueriesEdgetypesGetParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the queries edgetypes get params

func (*QueriesEdgetypesGetParams) WithTimeout

WithTimeout adds the timeout to the queries edgetypes get params

func (*QueriesEdgetypesGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type QueriesEdgetypesGetReader

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

QueriesEdgetypesGetReader is a Reader for the QueriesEdgetypesGet structure.

func (*QueriesEdgetypesGetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type QueriesEdgetypesGetTooManyRequests

type QueriesEdgetypesGetTooManyRequests struct {

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

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

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

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

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

Too Many Requests

func NewQueriesEdgetypesGetTooManyRequests

func NewQueriesEdgetypesGetTooManyRequests() *QueriesEdgetypesGetTooManyRequests

NewQueriesEdgetypesGetTooManyRequests creates a QueriesEdgetypesGetTooManyRequests with default headers values

func (*QueriesEdgetypesGetTooManyRequests) Code

Code gets the status code for the queries edgetypes get too many requests response

func (*QueriesEdgetypesGetTooManyRequests) Error

func (*QueriesEdgetypesGetTooManyRequests) GetPayload

func (*QueriesEdgetypesGetTooManyRequests) IsClientError

func (o *QueriesEdgetypesGetTooManyRequests) IsClientError() bool

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

func (*QueriesEdgetypesGetTooManyRequests) IsCode

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

func (*QueriesEdgetypesGetTooManyRequests) IsRedirect

func (o *QueriesEdgetypesGetTooManyRequests) IsRedirect() bool

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

func (*QueriesEdgetypesGetTooManyRequests) IsServerError

func (o *QueriesEdgetypesGetTooManyRequests) IsServerError() bool

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

func (*QueriesEdgetypesGetTooManyRequests) IsSuccess

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

func (*QueriesEdgetypesGetTooManyRequests) String

Jump to

Keyboard shortcuts

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