Documentation
¶
Index ¶
- type Client
- func (a *Client) CombinedApplications(params *CombinedApplicationsParams, opts ...ClientOption) (*CombinedApplicationsOK, error)
- func (a *Client) CombinedHosts(params *CombinedHostsParams, opts ...ClientOption) (*CombinedHostsOK, error)
- func (a *Client) GetAccounts(params *GetAccountsParams, opts ...ClientOption) (*GetAccountsOK, error)
- func (a *Client) GetApplications(params *GetApplicationsParams, opts ...ClientOption) (*GetApplicationsOK, error)
- func (a *Client) GetHosts(params *GetHostsParams, opts ...ClientOption) (*GetHostsOK, error)
- func (a *Client) GetLogins(params *GetLoginsParams, opts ...ClientOption) (*GetLoginsOK, error)
- func (a *Client) PostExternalAssetsInventoryV1(params *PostExternalAssetsInventoryV1Params, opts ...ClientOption) (*PostExternalAssetsInventoryV1OK, error)
- func (a *Client) QueryAccounts(params *QueryAccountsParams, opts ...ClientOption) (*QueryAccountsOK, error)
- func (a *Client) QueryApplications(params *QueryApplicationsParams, opts ...ClientOption) (*QueryApplicationsOK, error)
- func (a *Client) QueryHosts(params *QueryHostsParams, opts ...ClientOption) (*QueryHostsOK, error)
- func (a *Client) QueryLogins(params *QueryLoginsParams, opts ...ClientOption) (*QueryLoginsOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type ClientOption
- type ClientService
- type CombinedApplicationsBadRequest
- func (o *CombinedApplicationsBadRequest) Code() int
- func (o *CombinedApplicationsBadRequest) Error() string
- func (o *CombinedApplicationsBadRequest) GetPayload() *models.MsaspecResponseFields
- func (o *CombinedApplicationsBadRequest) IsClientError() bool
- func (o *CombinedApplicationsBadRequest) IsCode(code int) bool
- func (o *CombinedApplicationsBadRequest) IsRedirect() bool
- func (o *CombinedApplicationsBadRequest) IsServerError() bool
- func (o *CombinedApplicationsBadRequest) IsSuccess() bool
- func (o *CombinedApplicationsBadRequest) String() string
- type CombinedApplicationsForbidden
- func (o *CombinedApplicationsForbidden) Code() int
- func (o *CombinedApplicationsForbidden) Error() string
- func (o *CombinedApplicationsForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *CombinedApplicationsForbidden) IsClientError() bool
- func (o *CombinedApplicationsForbidden) IsCode(code int) bool
- func (o *CombinedApplicationsForbidden) IsRedirect() bool
- func (o *CombinedApplicationsForbidden) IsServerError() bool
- func (o *CombinedApplicationsForbidden) IsSuccess() bool
- func (o *CombinedApplicationsForbidden) String() string
- type CombinedApplicationsInternalServerError
- func (o *CombinedApplicationsInternalServerError) Code() int
- func (o *CombinedApplicationsInternalServerError) Error() string
- func (o *CombinedApplicationsInternalServerError) GetPayload() *models.MsaspecResponseFields
- func (o *CombinedApplicationsInternalServerError) IsClientError() bool
- func (o *CombinedApplicationsInternalServerError) IsCode(code int) bool
- func (o *CombinedApplicationsInternalServerError) IsRedirect() bool
- func (o *CombinedApplicationsInternalServerError) IsServerError() bool
- func (o *CombinedApplicationsInternalServerError) IsSuccess() bool
- func (o *CombinedApplicationsInternalServerError) String() string
- type CombinedApplicationsOK
- func (o *CombinedApplicationsOK) Code() int
- func (o *CombinedApplicationsOK) Error() string
- func (o *CombinedApplicationsOK) GetPayload() *models.DomainDiscoverAPICombinedApplicationsResponse
- func (o *CombinedApplicationsOK) IsClientError() bool
- func (o *CombinedApplicationsOK) IsCode(code int) bool
- func (o *CombinedApplicationsOK) IsRedirect() bool
- func (o *CombinedApplicationsOK) IsServerError() bool
- func (o *CombinedApplicationsOK) IsSuccess() bool
- func (o *CombinedApplicationsOK) String() string
- type CombinedApplicationsParams
- func NewCombinedApplicationsParams() *CombinedApplicationsParams
- func NewCombinedApplicationsParamsWithContext(ctx context.Context) *CombinedApplicationsParams
- func NewCombinedApplicationsParamsWithHTTPClient(client *http.Client) *CombinedApplicationsParams
- func NewCombinedApplicationsParamsWithTimeout(timeout time.Duration) *CombinedApplicationsParams
- func (o *CombinedApplicationsParams) SetAfter(after *string)
- func (o *CombinedApplicationsParams) SetContext(ctx context.Context)
- func (o *CombinedApplicationsParams) SetDefaults()
- func (o *CombinedApplicationsParams) SetFacet(facet []string)
- func (o *CombinedApplicationsParams) SetFilter(filter string)
- func (o *CombinedApplicationsParams) SetHTTPClient(client *http.Client)
- func (o *CombinedApplicationsParams) SetLimit(limit *int64)
- func (o *CombinedApplicationsParams) SetSort(sort *string)
- func (o *CombinedApplicationsParams) SetTimeout(timeout time.Duration)
- func (o *CombinedApplicationsParams) WithAfter(after *string) *CombinedApplicationsParams
- func (o *CombinedApplicationsParams) WithContext(ctx context.Context) *CombinedApplicationsParams
- func (o *CombinedApplicationsParams) WithDefaults() *CombinedApplicationsParams
- func (o *CombinedApplicationsParams) WithFacet(facet []string) *CombinedApplicationsParams
- func (o *CombinedApplicationsParams) WithFilter(filter string) *CombinedApplicationsParams
- func (o *CombinedApplicationsParams) WithHTTPClient(client *http.Client) *CombinedApplicationsParams
- func (o *CombinedApplicationsParams) WithLimit(limit *int64) *CombinedApplicationsParams
- func (o *CombinedApplicationsParams) WithSort(sort *string) *CombinedApplicationsParams
- func (o *CombinedApplicationsParams) WithTimeout(timeout time.Duration) *CombinedApplicationsParams
- func (o *CombinedApplicationsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CombinedApplicationsReader
- type CombinedApplicationsTooManyRequests
- func (o *CombinedApplicationsTooManyRequests) Code() int
- func (o *CombinedApplicationsTooManyRequests) Error() string
- func (o *CombinedApplicationsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *CombinedApplicationsTooManyRequests) IsClientError() bool
- func (o *CombinedApplicationsTooManyRequests) IsCode(code int) bool
- func (o *CombinedApplicationsTooManyRequests) IsRedirect() bool
- func (o *CombinedApplicationsTooManyRequests) IsServerError() bool
- func (o *CombinedApplicationsTooManyRequests) IsSuccess() bool
- func (o *CombinedApplicationsTooManyRequests) String() string
- type CombinedHostsBadRequest
- func (o *CombinedHostsBadRequest) Code() int
- func (o *CombinedHostsBadRequest) Error() string
- func (o *CombinedHostsBadRequest) GetPayload() *models.MsaspecResponseFields
- func (o *CombinedHostsBadRequest) IsClientError() bool
- func (o *CombinedHostsBadRequest) IsCode(code int) bool
- func (o *CombinedHostsBadRequest) IsRedirect() bool
- func (o *CombinedHostsBadRequest) IsServerError() bool
- func (o *CombinedHostsBadRequest) IsSuccess() bool
- func (o *CombinedHostsBadRequest) String() string
- type CombinedHostsForbidden
- func (o *CombinedHostsForbidden) Code() int
- func (o *CombinedHostsForbidden) Error() string
- func (o *CombinedHostsForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *CombinedHostsForbidden) IsClientError() bool
- func (o *CombinedHostsForbidden) IsCode(code int) bool
- func (o *CombinedHostsForbidden) IsRedirect() bool
- func (o *CombinedHostsForbidden) IsServerError() bool
- func (o *CombinedHostsForbidden) IsSuccess() bool
- func (o *CombinedHostsForbidden) String() string
- type CombinedHostsInternalServerError
- func (o *CombinedHostsInternalServerError) Code() int
- func (o *CombinedHostsInternalServerError) Error() string
- func (o *CombinedHostsInternalServerError) GetPayload() *models.MsaspecResponseFields
- func (o *CombinedHostsInternalServerError) IsClientError() bool
- func (o *CombinedHostsInternalServerError) IsCode(code int) bool
- func (o *CombinedHostsInternalServerError) IsRedirect() bool
- func (o *CombinedHostsInternalServerError) IsServerError() bool
- func (o *CombinedHostsInternalServerError) IsSuccess() bool
- func (o *CombinedHostsInternalServerError) String() string
- type CombinedHostsOK
- func (o *CombinedHostsOK) Code() int
- func (o *CombinedHostsOK) Error() string
- func (o *CombinedHostsOK) GetPayload() *models.DomainDiscoverAPICombinedHostsResponse
- func (o *CombinedHostsOK) IsClientError() bool
- func (o *CombinedHostsOK) IsCode(code int) bool
- func (o *CombinedHostsOK) IsRedirect() bool
- func (o *CombinedHostsOK) IsServerError() bool
- func (o *CombinedHostsOK) IsSuccess() bool
- func (o *CombinedHostsOK) String() string
- type CombinedHostsParams
- func (o *CombinedHostsParams) SetAfter(after *string)
- func (o *CombinedHostsParams) SetContext(ctx context.Context)
- func (o *CombinedHostsParams) SetDefaults()
- func (o *CombinedHostsParams) SetFacet(facet []string)
- func (o *CombinedHostsParams) SetFilter(filter string)
- func (o *CombinedHostsParams) SetHTTPClient(client *http.Client)
- func (o *CombinedHostsParams) SetLimit(limit *int64)
- func (o *CombinedHostsParams) SetSort(sort *string)
- func (o *CombinedHostsParams) SetTimeout(timeout time.Duration)
- func (o *CombinedHostsParams) WithAfter(after *string) *CombinedHostsParams
- func (o *CombinedHostsParams) WithContext(ctx context.Context) *CombinedHostsParams
- func (o *CombinedHostsParams) WithDefaults() *CombinedHostsParams
- func (o *CombinedHostsParams) WithFacet(facet []string) *CombinedHostsParams
- func (o *CombinedHostsParams) WithFilter(filter string) *CombinedHostsParams
- func (o *CombinedHostsParams) WithHTTPClient(client *http.Client) *CombinedHostsParams
- func (o *CombinedHostsParams) WithLimit(limit *int64) *CombinedHostsParams
- func (o *CombinedHostsParams) WithSort(sort *string) *CombinedHostsParams
- func (o *CombinedHostsParams) WithTimeout(timeout time.Duration) *CombinedHostsParams
- func (o *CombinedHostsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CombinedHostsReader
- type CombinedHostsTooManyRequests
- func (o *CombinedHostsTooManyRequests) Code() int
- func (o *CombinedHostsTooManyRequests) Error() string
- func (o *CombinedHostsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *CombinedHostsTooManyRequests) IsClientError() bool
- func (o *CombinedHostsTooManyRequests) IsCode(code int) bool
- func (o *CombinedHostsTooManyRequests) IsRedirect() bool
- func (o *CombinedHostsTooManyRequests) IsServerError() bool
- func (o *CombinedHostsTooManyRequests) IsSuccess() bool
- func (o *CombinedHostsTooManyRequests) String() string
- type GetAccountsBadRequest
- func (o *GetAccountsBadRequest) Code() int
- func (o *GetAccountsBadRequest) Error() string
- func (o *GetAccountsBadRequest) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetAccountsBadRequest) IsClientError() bool
- func (o *GetAccountsBadRequest) IsCode(code int) bool
- func (o *GetAccountsBadRequest) IsRedirect() bool
- func (o *GetAccountsBadRequest) IsServerError() bool
- func (o *GetAccountsBadRequest) IsSuccess() bool
- func (o *GetAccountsBadRequest) String() string
- type GetAccountsForbidden
- func (o *GetAccountsForbidden) Code() int
- func (o *GetAccountsForbidden) Error() string
- func (o *GetAccountsForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetAccountsForbidden) IsClientError() bool
- func (o *GetAccountsForbidden) IsCode(code int) bool
- func (o *GetAccountsForbidden) IsRedirect() bool
- func (o *GetAccountsForbidden) IsServerError() bool
- func (o *GetAccountsForbidden) IsSuccess() bool
- func (o *GetAccountsForbidden) String() string
- type GetAccountsInternalServerError
- func (o *GetAccountsInternalServerError) Code() int
- func (o *GetAccountsInternalServerError) Error() string
- func (o *GetAccountsInternalServerError) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetAccountsInternalServerError) IsClientError() bool
- func (o *GetAccountsInternalServerError) IsCode(code int) bool
- func (o *GetAccountsInternalServerError) IsRedirect() bool
- func (o *GetAccountsInternalServerError) IsServerError() bool
- func (o *GetAccountsInternalServerError) IsSuccess() bool
- func (o *GetAccountsInternalServerError) String() string
- type GetAccountsOK
- func (o *GetAccountsOK) Code() int
- func (o *GetAccountsOK) Error() string
- func (o *GetAccountsOK) GetPayload() *models.DomainDiscoverAPIAccountEntitiesResponse
- func (o *GetAccountsOK) IsClientError() bool
- func (o *GetAccountsOK) IsCode(code int) bool
- func (o *GetAccountsOK) IsRedirect() bool
- func (o *GetAccountsOK) IsServerError() bool
- func (o *GetAccountsOK) IsSuccess() bool
- func (o *GetAccountsOK) String() string
- type GetAccountsParams
- func (o *GetAccountsParams) SetContext(ctx context.Context)
- func (o *GetAccountsParams) SetDefaults()
- func (o *GetAccountsParams) SetHTTPClient(client *http.Client)
- func (o *GetAccountsParams) SetIds(ids []string)
- func (o *GetAccountsParams) SetTimeout(timeout time.Duration)
- func (o *GetAccountsParams) WithContext(ctx context.Context) *GetAccountsParams
- func (o *GetAccountsParams) WithDefaults() *GetAccountsParams
- func (o *GetAccountsParams) WithHTTPClient(client *http.Client) *GetAccountsParams
- func (o *GetAccountsParams) WithIds(ids []string) *GetAccountsParams
- func (o *GetAccountsParams) WithTimeout(timeout time.Duration) *GetAccountsParams
- func (o *GetAccountsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAccountsReader
- type GetAccountsTooManyRequests
- func (o *GetAccountsTooManyRequests) Code() int
- func (o *GetAccountsTooManyRequests) Error() string
- func (o *GetAccountsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetAccountsTooManyRequests) IsClientError() bool
- func (o *GetAccountsTooManyRequests) IsCode(code int) bool
- func (o *GetAccountsTooManyRequests) IsRedirect() bool
- func (o *GetAccountsTooManyRequests) IsServerError() bool
- func (o *GetAccountsTooManyRequests) IsSuccess() bool
- func (o *GetAccountsTooManyRequests) String() string
- type GetApplicationsBadRequest
- func (o *GetApplicationsBadRequest) Code() int
- func (o *GetApplicationsBadRequest) Error() string
- func (o *GetApplicationsBadRequest) GetPayload() *models.MsaspecResponseFields
- func (o *GetApplicationsBadRequest) IsClientError() bool
- func (o *GetApplicationsBadRequest) IsCode(code int) bool
- func (o *GetApplicationsBadRequest) IsRedirect() bool
- func (o *GetApplicationsBadRequest) IsServerError() bool
- func (o *GetApplicationsBadRequest) IsSuccess() bool
- func (o *GetApplicationsBadRequest) String() string
- type GetApplicationsForbidden
- func (o *GetApplicationsForbidden) Code() int
- func (o *GetApplicationsForbidden) Error() string
- func (o *GetApplicationsForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetApplicationsForbidden) IsClientError() bool
- func (o *GetApplicationsForbidden) IsCode(code int) bool
- func (o *GetApplicationsForbidden) IsRedirect() bool
- func (o *GetApplicationsForbidden) IsServerError() bool
- func (o *GetApplicationsForbidden) IsSuccess() bool
- func (o *GetApplicationsForbidden) String() string
- type GetApplicationsInternalServerError
- func (o *GetApplicationsInternalServerError) Code() int
- func (o *GetApplicationsInternalServerError) Error() string
- func (o *GetApplicationsInternalServerError) GetPayload() *models.MsaspecResponseFields
- func (o *GetApplicationsInternalServerError) IsClientError() bool
- func (o *GetApplicationsInternalServerError) IsCode(code int) bool
- func (o *GetApplicationsInternalServerError) IsRedirect() bool
- func (o *GetApplicationsInternalServerError) IsServerError() bool
- func (o *GetApplicationsInternalServerError) IsSuccess() bool
- func (o *GetApplicationsInternalServerError) String() string
- type GetApplicationsOK
- func (o *GetApplicationsOK) Code() int
- func (o *GetApplicationsOK) Error() string
- func (o *GetApplicationsOK) GetPayload() *models.DomainDiscoverAPIApplicationEntitiesResponse
- func (o *GetApplicationsOK) IsClientError() bool
- func (o *GetApplicationsOK) IsCode(code int) bool
- func (o *GetApplicationsOK) IsRedirect() bool
- func (o *GetApplicationsOK) IsServerError() bool
- func (o *GetApplicationsOK) IsSuccess() bool
- func (o *GetApplicationsOK) String() string
- type GetApplicationsParams
- func NewGetApplicationsParams() *GetApplicationsParams
- func NewGetApplicationsParamsWithContext(ctx context.Context) *GetApplicationsParams
- func NewGetApplicationsParamsWithHTTPClient(client *http.Client) *GetApplicationsParams
- func NewGetApplicationsParamsWithTimeout(timeout time.Duration) *GetApplicationsParams
- func (o *GetApplicationsParams) SetContext(ctx context.Context)
- func (o *GetApplicationsParams) SetDefaults()
- func (o *GetApplicationsParams) SetHTTPClient(client *http.Client)
- func (o *GetApplicationsParams) SetIds(ids []string)
- func (o *GetApplicationsParams) SetTimeout(timeout time.Duration)
- func (o *GetApplicationsParams) WithContext(ctx context.Context) *GetApplicationsParams
- func (o *GetApplicationsParams) WithDefaults() *GetApplicationsParams
- func (o *GetApplicationsParams) WithHTTPClient(client *http.Client) *GetApplicationsParams
- func (o *GetApplicationsParams) WithIds(ids []string) *GetApplicationsParams
- func (o *GetApplicationsParams) WithTimeout(timeout time.Duration) *GetApplicationsParams
- func (o *GetApplicationsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetApplicationsReader
- type GetApplicationsTooManyRequests
- func (o *GetApplicationsTooManyRequests) Code() int
- func (o *GetApplicationsTooManyRequests) Error() string
- func (o *GetApplicationsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetApplicationsTooManyRequests) IsClientError() bool
- func (o *GetApplicationsTooManyRequests) IsCode(code int) bool
- func (o *GetApplicationsTooManyRequests) IsRedirect() bool
- func (o *GetApplicationsTooManyRequests) IsServerError() bool
- func (o *GetApplicationsTooManyRequests) IsSuccess() bool
- func (o *GetApplicationsTooManyRequests) String() string
- type GetHostsBadRequest
- func (o *GetHostsBadRequest) Code() int
- func (o *GetHostsBadRequest) Error() string
- func (o *GetHostsBadRequest) GetPayload() *models.MsaspecResponseFields
- func (o *GetHostsBadRequest) IsClientError() bool
- func (o *GetHostsBadRequest) IsCode(code int) bool
- func (o *GetHostsBadRequest) IsRedirect() bool
- func (o *GetHostsBadRequest) IsServerError() bool
- func (o *GetHostsBadRequest) IsSuccess() bool
- func (o *GetHostsBadRequest) String() string
- type GetHostsForbidden
- func (o *GetHostsForbidden) Code() int
- func (o *GetHostsForbidden) Error() string
- func (o *GetHostsForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetHostsForbidden) IsClientError() bool
- func (o *GetHostsForbidden) IsCode(code int) bool
- func (o *GetHostsForbidden) IsRedirect() bool
- func (o *GetHostsForbidden) IsServerError() bool
- func (o *GetHostsForbidden) IsSuccess() bool
- func (o *GetHostsForbidden) String() string
- type GetHostsInternalServerError
- func (o *GetHostsInternalServerError) Code() int
- func (o *GetHostsInternalServerError) Error() string
- func (o *GetHostsInternalServerError) GetPayload() *models.MsaspecResponseFields
- func (o *GetHostsInternalServerError) IsClientError() bool
- func (o *GetHostsInternalServerError) IsCode(code int) bool
- func (o *GetHostsInternalServerError) IsRedirect() bool
- func (o *GetHostsInternalServerError) IsServerError() bool
- func (o *GetHostsInternalServerError) IsSuccess() bool
- func (o *GetHostsInternalServerError) String() string
- type GetHostsOK
- func (o *GetHostsOK) Code() int
- func (o *GetHostsOK) Error() string
- func (o *GetHostsOK) GetPayload() *models.DomainDiscoverAPIHostEntitiesResponse
- func (o *GetHostsOK) IsClientError() bool
- func (o *GetHostsOK) IsCode(code int) bool
- func (o *GetHostsOK) IsRedirect() bool
- func (o *GetHostsOK) IsServerError() bool
- func (o *GetHostsOK) IsSuccess() bool
- func (o *GetHostsOK) String() string
- type GetHostsParams
- func (o *GetHostsParams) SetContext(ctx context.Context)
- func (o *GetHostsParams) SetDefaults()
- func (o *GetHostsParams) SetHTTPClient(client *http.Client)
- func (o *GetHostsParams) SetIds(ids []string)
- func (o *GetHostsParams) SetTimeout(timeout time.Duration)
- func (o *GetHostsParams) WithContext(ctx context.Context) *GetHostsParams
- func (o *GetHostsParams) WithDefaults() *GetHostsParams
- func (o *GetHostsParams) WithHTTPClient(client *http.Client) *GetHostsParams
- func (o *GetHostsParams) WithIds(ids []string) *GetHostsParams
- func (o *GetHostsParams) WithTimeout(timeout time.Duration) *GetHostsParams
- func (o *GetHostsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetHostsReader
- type GetHostsTooManyRequests
- func (o *GetHostsTooManyRequests) Code() int
- func (o *GetHostsTooManyRequests) Error() string
- func (o *GetHostsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetHostsTooManyRequests) IsClientError() bool
- func (o *GetHostsTooManyRequests) IsCode(code int) bool
- func (o *GetHostsTooManyRequests) IsRedirect() bool
- func (o *GetHostsTooManyRequests) IsServerError() bool
- func (o *GetHostsTooManyRequests) IsSuccess() bool
- func (o *GetHostsTooManyRequests) String() string
- type GetLoginsBadRequest
- func (o *GetLoginsBadRequest) Code() int
- func (o *GetLoginsBadRequest) Error() string
- func (o *GetLoginsBadRequest) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetLoginsBadRequest) IsClientError() bool
- func (o *GetLoginsBadRequest) IsCode(code int) bool
- func (o *GetLoginsBadRequest) IsRedirect() bool
- func (o *GetLoginsBadRequest) IsServerError() bool
- func (o *GetLoginsBadRequest) IsSuccess() bool
- func (o *GetLoginsBadRequest) String() string
- type GetLoginsForbidden
- func (o *GetLoginsForbidden) Code() int
- func (o *GetLoginsForbidden) Error() string
- func (o *GetLoginsForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetLoginsForbidden) IsClientError() bool
- func (o *GetLoginsForbidden) IsCode(code int) bool
- func (o *GetLoginsForbidden) IsRedirect() bool
- func (o *GetLoginsForbidden) IsServerError() bool
- func (o *GetLoginsForbidden) IsSuccess() bool
- func (o *GetLoginsForbidden) String() string
- type GetLoginsInternalServerError
- func (o *GetLoginsInternalServerError) Code() int
- func (o *GetLoginsInternalServerError) Error() string
- func (o *GetLoginsInternalServerError) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetLoginsInternalServerError) IsClientError() bool
- func (o *GetLoginsInternalServerError) IsCode(code int) bool
- func (o *GetLoginsInternalServerError) IsRedirect() bool
- func (o *GetLoginsInternalServerError) IsServerError() bool
- func (o *GetLoginsInternalServerError) IsSuccess() bool
- func (o *GetLoginsInternalServerError) String() string
- type GetLoginsOK
- func (o *GetLoginsOK) Code() int
- func (o *GetLoginsOK) Error() string
- func (o *GetLoginsOK) GetPayload() *models.DomainDiscoverAPILoginEntitiesResponse
- func (o *GetLoginsOK) IsClientError() bool
- func (o *GetLoginsOK) IsCode(code int) bool
- func (o *GetLoginsOK) IsRedirect() bool
- func (o *GetLoginsOK) IsServerError() bool
- func (o *GetLoginsOK) IsSuccess() bool
- func (o *GetLoginsOK) String() string
- type GetLoginsParams
- func (o *GetLoginsParams) SetContext(ctx context.Context)
- func (o *GetLoginsParams) SetDefaults()
- func (o *GetLoginsParams) SetHTTPClient(client *http.Client)
- func (o *GetLoginsParams) SetIds(ids []string)
- func (o *GetLoginsParams) SetTimeout(timeout time.Duration)
- func (o *GetLoginsParams) WithContext(ctx context.Context) *GetLoginsParams
- func (o *GetLoginsParams) WithDefaults() *GetLoginsParams
- func (o *GetLoginsParams) WithHTTPClient(client *http.Client) *GetLoginsParams
- func (o *GetLoginsParams) WithIds(ids []string) *GetLoginsParams
- func (o *GetLoginsParams) WithTimeout(timeout time.Duration) *GetLoginsParams
- func (o *GetLoginsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetLoginsReader
- type GetLoginsTooManyRequests
- func (o *GetLoginsTooManyRequests) Code() int
- func (o *GetLoginsTooManyRequests) Error() string
- func (o *GetLoginsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetLoginsTooManyRequests) IsClientError() bool
- func (o *GetLoginsTooManyRequests) IsCode(code int) bool
- func (o *GetLoginsTooManyRequests) IsRedirect() bool
- func (o *GetLoginsTooManyRequests) IsServerError() bool
- func (o *GetLoginsTooManyRequests) IsSuccess() bool
- func (o *GetLoginsTooManyRequests) String() string
- type PostExternalAssetsInventoryV1BadRequest
- func (o *PostExternalAssetsInventoryV1BadRequest) Code() int
- func (o *PostExternalAssetsInventoryV1BadRequest) Error() string
- func (o *PostExternalAssetsInventoryV1BadRequest) GetPayload() *models.MsaspecResponseFields
- func (o *PostExternalAssetsInventoryV1BadRequest) IsClientError() bool
- func (o *PostExternalAssetsInventoryV1BadRequest) IsCode(code int) bool
- func (o *PostExternalAssetsInventoryV1BadRequest) IsRedirect() bool
- func (o *PostExternalAssetsInventoryV1BadRequest) IsServerError() bool
- func (o *PostExternalAssetsInventoryV1BadRequest) IsSuccess() bool
- func (o *PostExternalAssetsInventoryV1BadRequest) String() string
- type PostExternalAssetsInventoryV1Forbidden
- func (o *PostExternalAssetsInventoryV1Forbidden) Code() int
- func (o *PostExternalAssetsInventoryV1Forbidden) Error() string
- func (o *PostExternalAssetsInventoryV1Forbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *PostExternalAssetsInventoryV1Forbidden) IsClientError() bool
- func (o *PostExternalAssetsInventoryV1Forbidden) IsCode(code int) bool
- func (o *PostExternalAssetsInventoryV1Forbidden) IsRedirect() bool
- func (o *PostExternalAssetsInventoryV1Forbidden) IsServerError() bool
- func (o *PostExternalAssetsInventoryV1Forbidden) IsSuccess() bool
- func (o *PostExternalAssetsInventoryV1Forbidden) String() string
- type PostExternalAssetsInventoryV1InternalServerError
- func (o *PostExternalAssetsInventoryV1InternalServerError) Code() int
- func (o *PostExternalAssetsInventoryV1InternalServerError) Error() string
- func (o *PostExternalAssetsInventoryV1InternalServerError) GetPayload() *models.MsaspecResponseFields
- func (o *PostExternalAssetsInventoryV1InternalServerError) IsClientError() bool
- func (o *PostExternalAssetsInventoryV1InternalServerError) IsCode(code int) bool
- func (o *PostExternalAssetsInventoryV1InternalServerError) IsRedirect() bool
- func (o *PostExternalAssetsInventoryV1InternalServerError) IsServerError() bool
- func (o *PostExternalAssetsInventoryV1InternalServerError) IsSuccess() bool
- func (o *PostExternalAssetsInventoryV1InternalServerError) String() string
- type PostExternalAssetsInventoryV1OK
- func (o *PostExternalAssetsInventoryV1OK) Code() int
- func (o *PostExternalAssetsInventoryV1OK) Error() string
- func (o *PostExternalAssetsInventoryV1OK) GetPayload() *models.InventoryapiUserExternalAssetCreateResponseV1
- func (o *PostExternalAssetsInventoryV1OK) IsClientError() bool
- func (o *PostExternalAssetsInventoryV1OK) IsCode(code int) bool
- func (o *PostExternalAssetsInventoryV1OK) IsRedirect() bool
- func (o *PostExternalAssetsInventoryV1OK) IsServerError() bool
- func (o *PostExternalAssetsInventoryV1OK) IsSuccess() bool
- func (o *PostExternalAssetsInventoryV1OK) String() string
- type PostExternalAssetsInventoryV1Params
- func NewPostExternalAssetsInventoryV1Params() *PostExternalAssetsInventoryV1Params
- func NewPostExternalAssetsInventoryV1ParamsWithContext(ctx context.Context) *PostExternalAssetsInventoryV1Params
- func NewPostExternalAssetsInventoryV1ParamsWithHTTPClient(client *http.Client) *PostExternalAssetsInventoryV1Params
- func NewPostExternalAssetsInventoryV1ParamsWithTimeout(timeout time.Duration) *PostExternalAssetsInventoryV1Params
- func (o *PostExternalAssetsInventoryV1Params) SetBody(body *models.InventoryapiUserExternalAssetCreateRequestV1)
- func (o *PostExternalAssetsInventoryV1Params) SetContext(ctx context.Context)
- func (o *PostExternalAssetsInventoryV1Params) SetDefaults()
- func (o *PostExternalAssetsInventoryV1Params) SetHTTPClient(client *http.Client)
- func (o *PostExternalAssetsInventoryV1Params) SetTimeout(timeout time.Duration)
- func (o *PostExternalAssetsInventoryV1Params) WithBody(body *models.InventoryapiUserExternalAssetCreateRequestV1) *PostExternalAssetsInventoryV1Params
- func (o *PostExternalAssetsInventoryV1Params) WithContext(ctx context.Context) *PostExternalAssetsInventoryV1Params
- func (o *PostExternalAssetsInventoryV1Params) WithDefaults() *PostExternalAssetsInventoryV1Params
- func (o *PostExternalAssetsInventoryV1Params) WithHTTPClient(client *http.Client) *PostExternalAssetsInventoryV1Params
- func (o *PostExternalAssetsInventoryV1Params) WithTimeout(timeout time.Duration) *PostExternalAssetsInventoryV1Params
- func (o *PostExternalAssetsInventoryV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PostExternalAssetsInventoryV1Reader
- type PostExternalAssetsInventoryV1TooManyRequests
- func (o *PostExternalAssetsInventoryV1TooManyRequests) Code() int
- func (o *PostExternalAssetsInventoryV1TooManyRequests) Error() string
- func (o *PostExternalAssetsInventoryV1TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *PostExternalAssetsInventoryV1TooManyRequests) IsClientError() bool
- func (o *PostExternalAssetsInventoryV1TooManyRequests) IsCode(code int) bool
- func (o *PostExternalAssetsInventoryV1TooManyRequests) IsRedirect() bool
- func (o *PostExternalAssetsInventoryV1TooManyRequests) IsServerError() bool
- func (o *PostExternalAssetsInventoryV1TooManyRequests) IsSuccess() bool
- func (o *PostExternalAssetsInventoryV1TooManyRequests) String() string
- type QueryAccountsBadRequest
- func (o *QueryAccountsBadRequest) Code() int
- func (o *QueryAccountsBadRequest) Error() string
- func (o *QueryAccountsBadRequest) GetPayload() *models.MsaReplyMetaOnly
- func (o *QueryAccountsBadRequest) IsClientError() bool
- func (o *QueryAccountsBadRequest) IsCode(code int) bool
- func (o *QueryAccountsBadRequest) IsRedirect() bool
- func (o *QueryAccountsBadRequest) IsServerError() bool
- func (o *QueryAccountsBadRequest) IsSuccess() bool
- func (o *QueryAccountsBadRequest) String() string
- type QueryAccountsForbidden
- func (o *QueryAccountsForbidden) Code() int
- func (o *QueryAccountsForbidden) Error() string
- func (o *QueryAccountsForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *QueryAccountsForbidden) IsClientError() bool
- func (o *QueryAccountsForbidden) IsCode(code int) bool
- func (o *QueryAccountsForbidden) IsRedirect() bool
- func (o *QueryAccountsForbidden) IsServerError() bool
- func (o *QueryAccountsForbidden) IsSuccess() bool
- func (o *QueryAccountsForbidden) String() string
- type QueryAccountsInternalServerError
- func (o *QueryAccountsInternalServerError) Code() int
- func (o *QueryAccountsInternalServerError) Error() string
- func (o *QueryAccountsInternalServerError) GetPayload() *models.MsaReplyMetaOnly
- func (o *QueryAccountsInternalServerError) IsClientError() bool
- func (o *QueryAccountsInternalServerError) IsCode(code int) bool
- func (o *QueryAccountsInternalServerError) IsRedirect() bool
- func (o *QueryAccountsInternalServerError) IsServerError() bool
- func (o *QueryAccountsInternalServerError) IsSuccess() bool
- func (o *QueryAccountsInternalServerError) String() string
- type QueryAccountsOK
- func (o *QueryAccountsOK) Code() int
- func (o *QueryAccountsOK) Error() string
- func (o *QueryAccountsOK) GetPayload() *models.MsaQueryResponse
- func (o *QueryAccountsOK) IsClientError() bool
- func (o *QueryAccountsOK) IsCode(code int) bool
- func (o *QueryAccountsOK) IsRedirect() bool
- func (o *QueryAccountsOK) IsServerError() bool
- func (o *QueryAccountsOK) IsSuccess() bool
- func (o *QueryAccountsOK) String() string
- type QueryAccountsParams
- func (o *QueryAccountsParams) SetContext(ctx context.Context)
- func (o *QueryAccountsParams) SetDefaults()
- func (o *QueryAccountsParams) SetFilter(filter *string)
- func (o *QueryAccountsParams) SetHTTPClient(client *http.Client)
- func (o *QueryAccountsParams) SetLimit(limit *int64)
- func (o *QueryAccountsParams) SetOffset(offset *int64)
- func (o *QueryAccountsParams) SetSort(sort *string)
- func (o *QueryAccountsParams) SetTimeout(timeout time.Duration)
- func (o *QueryAccountsParams) WithContext(ctx context.Context) *QueryAccountsParams
- func (o *QueryAccountsParams) WithDefaults() *QueryAccountsParams
- func (o *QueryAccountsParams) WithFilter(filter *string) *QueryAccountsParams
- func (o *QueryAccountsParams) WithHTTPClient(client *http.Client) *QueryAccountsParams
- func (o *QueryAccountsParams) WithLimit(limit *int64) *QueryAccountsParams
- func (o *QueryAccountsParams) WithOffset(offset *int64) *QueryAccountsParams
- func (o *QueryAccountsParams) WithSort(sort *string) *QueryAccountsParams
- func (o *QueryAccountsParams) WithTimeout(timeout time.Duration) *QueryAccountsParams
- func (o *QueryAccountsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type QueryAccountsReader
- type QueryAccountsTooManyRequests
- func (o *QueryAccountsTooManyRequests) Code() int
- func (o *QueryAccountsTooManyRequests) Error() string
- func (o *QueryAccountsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *QueryAccountsTooManyRequests) IsClientError() bool
- func (o *QueryAccountsTooManyRequests) IsCode(code int) bool
- func (o *QueryAccountsTooManyRequests) IsRedirect() bool
- func (o *QueryAccountsTooManyRequests) IsServerError() bool
- func (o *QueryAccountsTooManyRequests) IsSuccess() bool
- func (o *QueryAccountsTooManyRequests) String() string
- type QueryApplicationsBadRequest
- func (o *QueryApplicationsBadRequest) Code() int
- func (o *QueryApplicationsBadRequest) Error() string
- func (o *QueryApplicationsBadRequest) GetPayload() *models.MsaspecResponseFields
- func (o *QueryApplicationsBadRequest) IsClientError() bool
- func (o *QueryApplicationsBadRequest) IsCode(code int) bool
- func (o *QueryApplicationsBadRequest) IsRedirect() bool
- func (o *QueryApplicationsBadRequest) IsServerError() bool
- func (o *QueryApplicationsBadRequest) IsSuccess() bool
- func (o *QueryApplicationsBadRequest) String() string
- type QueryApplicationsForbidden
- func (o *QueryApplicationsForbidden) Code() int
- func (o *QueryApplicationsForbidden) Error() string
- func (o *QueryApplicationsForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *QueryApplicationsForbidden) IsClientError() bool
- func (o *QueryApplicationsForbidden) IsCode(code int) bool
- func (o *QueryApplicationsForbidden) IsRedirect() bool
- func (o *QueryApplicationsForbidden) IsServerError() bool
- func (o *QueryApplicationsForbidden) IsSuccess() bool
- func (o *QueryApplicationsForbidden) String() string
- type QueryApplicationsInternalServerError
- func (o *QueryApplicationsInternalServerError) Code() int
- func (o *QueryApplicationsInternalServerError) Error() string
- func (o *QueryApplicationsInternalServerError) GetPayload() *models.MsaspecResponseFields
- func (o *QueryApplicationsInternalServerError) IsClientError() bool
- func (o *QueryApplicationsInternalServerError) IsCode(code int) bool
- func (o *QueryApplicationsInternalServerError) IsRedirect() bool
- func (o *QueryApplicationsInternalServerError) IsServerError() bool
- func (o *QueryApplicationsInternalServerError) IsSuccess() bool
- func (o *QueryApplicationsInternalServerError) String() string
- type QueryApplicationsOK
- func (o *QueryApplicationsOK) Code() int
- func (o *QueryApplicationsOK) Error() string
- func (o *QueryApplicationsOK) GetPayload() *models.MsaspecQueryResponse
- func (o *QueryApplicationsOK) IsClientError() bool
- func (o *QueryApplicationsOK) IsCode(code int) bool
- func (o *QueryApplicationsOK) IsRedirect() bool
- func (o *QueryApplicationsOK) IsServerError() bool
- func (o *QueryApplicationsOK) IsSuccess() bool
- func (o *QueryApplicationsOK) String() string
- type QueryApplicationsParams
- func NewQueryApplicationsParams() *QueryApplicationsParams
- func NewQueryApplicationsParamsWithContext(ctx context.Context) *QueryApplicationsParams
- func NewQueryApplicationsParamsWithHTTPClient(client *http.Client) *QueryApplicationsParams
- func NewQueryApplicationsParamsWithTimeout(timeout time.Duration) *QueryApplicationsParams
- func (o *QueryApplicationsParams) SetContext(ctx context.Context)
- func (o *QueryApplicationsParams) SetDefaults()
- func (o *QueryApplicationsParams) SetFilter(filter *string)
- func (o *QueryApplicationsParams) SetHTTPClient(client *http.Client)
- func (o *QueryApplicationsParams) SetLimit(limit *int64)
- func (o *QueryApplicationsParams) SetOffset(offset *int64)
- func (o *QueryApplicationsParams) SetSort(sort *string)
- func (o *QueryApplicationsParams) SetTimeout(timeout time.Duration)
- func (o *QueryApplicationsParams) WithContext(ctx context.Context) *QueryApplicationsParams
- func (o *QueryApplicationsParams) WithDefaults() *QueryApplicationsParams
- func (o *QueryApplicationsParams) WithFilter(filter *string) *QueryApplicationsParams
- func (o *QueryApplicationsParams) WithHTTPClient(client *http.Client) *QueryApplicationsParams
- func (o *QueryApplicationsParams) WithLimit(limit *int64) *QueryApplicationsParams
- func (o *QueryApplicationsParams) WithOffset(offset *int64) *QueryApplicationsParams
- func (o *QueryApplicationsParams) WithSort(sort *string) *QueryApplicationsParams
- func (o *QueryApplicationsParams) WithTimeout(timeout time.Duration) *QueryApplicationsParams
- func (o *QueryApplicationsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type QueryApplicationsReader
- type QueryApplicationsTooManyRequests
- func (o *QueryApplicationsTooManyRequests) Code() int
- func (o *QueryApplicationsTooManyRequests) Error() string
- func (o *QueryApplicationsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *QueryApplicationsTooManyRequests) IsClientError() bool
- func (o *QueryApplicationsTooManyRequests) IsCode(code int) bool
- func (o *QueryApplicationsTooManyRequests) IsRedirect() bool
- func (o *QueryApplicationsTooManyRequests) IsServerError() bool
- func (o *QueryApplicationsTooManyRequests) IsSuccess() bool
- func (o *QueryApplicationsTooManyRequests) String() string
- type QueryHostsBadRequest
- func (o *QueryHostsBadRequest) Code() int
- func (o *QueryHostsBadRequest) Error() string
- func (o *QueryHostsBadRequest) GetPayload() *models.MsaspecResponseFields
- func (o *QueryHostsBadRequest) IsClientError() bool
- func (o *QueryHostsBadRequest) IsCode(code int) bool
- func (o *QueryHostsBadRequest) IsRedirect() bool
- func (o *QueryHostsBadRequest) IsServerError() bool
- func (o *QueryHostsBadRequest) IsSuccess() bool
- func (o *QueryHostsBadRequest) String() string
- type QueryHostsForbidden
- func (o *QueryHostsForbidden) Code() int
- func (o *QueryHostsForbidden) Error() string
- func (o *QueryHostsForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *QueryHostsForbidden) IsClientError() bool
- func (o *QueryHostsForbidden) IsCode(code int) bool
- func (o *QueryHostsForbidden) IsRedirect() bool
- func (o *QueryHostsForbidden) IsServerError() bool
- func (o *QueryHostsForbidden) IsSuccess() bool
- func (o *QueryHostsForbidden) String() string
- type QueryHostsInternalServerError
- func (o *QueryHostsInternalServerError) Code() int
- func (o *QueryHostsInternalServerError) Error() string
- func (o *QueryHostsInternalServerError) GetPayload() *models.MsaspecResponseFields
- func (o *QueryHostsInternalServerError) IsClientError() bool
- func (o *QueryHostsInternalServerError) IsCode(code int) bool
- func (o *QueryHostsInternalServerError) IsRedirect() bool
- func (o *QueryHostsInternalServerError) IsServerError() bool
- func (o *QueryHostsInternalServerError) IsSuccess() bool
- func (o *QueryHostsInternalServerError) String() string
- type QueryHostsOK
- func (o *QueryHostsOK) Code() int
- func (o *QueryHostsOK) Error() string
- func (o *QueryHostsOK) GetPayload() *models.MsaspecQueryResponse
- func (o *QueryHostsOK) IsClientError() bool
- func (o *QueryHostsOK) IsCode(code int) bool
- func (o *QueryHostsOK) IsRedirect() bool
- func (o *QueryHostsOK) IsServerError() bool
- func (o *QueryHostsOK) IsSuccess() bool
- func (o *QueryHostsOK) String() string
- type QueryHostsParams
- func (o *QueryHostsParams) SetContext(ctx context.Context)
- func (o *QueryHostsParams) SetDefaults()
- func (o *QueryHostsParams) SetFilter(filter *string)
- func (o *QueryHostsParams) SetHTTPClient(client *http.Client)
- func (o *QueryHostsParams) SetLimit(limit *int64)
- func (o *QueryHostsParams) SetOffset(offset *int64)
- func (o *QueryHostsParams) SetSort(sort *string)
- func (o *QueryHostsParams) SetTimeout(timeout time.Duration)
- func (o *QueryHostsParams) WithContext(ctx context.Context) *QueryHostsParams
- func (o *QueryHostsParams) WithDefaults() *QueryHostsParams
- func (o *QueryHostsParams) WithFilter(filter *string) *QueryHostsParams
- func (o *QueryHostsParams) WithHTTPClient(client *http.Client) *QueryHostsParams
- func (o *QueryHostsParams) WithLimit(limit *int64) *QueryHostsParams
- func (o *QueryHostsParams) WithOffset(offset *int64) *QueryHostsParams
- func (o *QueryHostsParams) WithSort(sort *string) *QueryHostsParams
- func (o *QueryHostsParams) WithTimeout(timeout time.Duration) *QueryHostsParams
- func (o *QueryHostsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type QueryHostsReader
- type QueryHostsTooManyRequests
- func (o *QueryHostsTooManyRequests) Code() int
- func (o *QueryHostsTooManyRequests) Error() string
- func (o *QueryHostsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *QueryHostsTooManyRequests) IsClientError() bool
- func (o *QueryHostsTooManyRequests) IsCode(code int) bool
- func (o *QueryHostsTooManyRequests) IsRedirect() bool
- func (o *QueryHostsTooManyRequests) IsServerError() bool
- func (o *QueryHostsTooManyRequests) IsSuccess() bool
- func (o *QueryHostsTooManyRequests) String() string
- type QueryLoginsBadRequest
- func (o *QueryLoginsBadRequest) Code() int
- func (o *QueryLoginsBadRequest) Error() string
- func (o *QueryLoginsBadRequest) GetPayload() *models.MsaReplyMetaOnly
- func (o *QueryLoginsBadRequest) IsClientError() bool
- func (o *QueryLoginsBadRequest) IsCode(code int) bool
- func (o *QueryLoginsBadRequest) IsRedirect() bool
- func (o *QueryLoginsBadRequest) IsServerError() bool
- func (o *QueryLoginsBadRequest) IsSuccess() bool
- func (o *QueryLoginsBadRequest) String() string
- type QueryLoginsForbidden
- func (o *QueryLoginsForbidden) Code() int
- func (o *QueryLoginsForbidden) Error() string
- func (o *QueryLoginsForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *QueryLoginsForbidden) IsClientError() bool
- func (o *QueryLoginsForbidden) IsCode(code int) bool
- func (o *QueryLoginsForbidden) IsRedirect() bool
- func (o *QueryLoginsForbidden) IsServerError() bool
- func (o *QueryLoginsForbidden) IsSuccess() bool
- func (o *QueryLoginsForbidden) String() string
- type QueryLoginsInternalServerError
- func (o *QueryLoginsInternalServerError) Code() int
- func (o *QueryLoginsInternalServerError) Error() string
- func (o *QueryLoginsInternalServerError) GetPayload() *models.MsaReplyMetaOnly
- func (o *QueryLoginsInternalServerError) IsClientError() bool
- func (o *QueryLoginsInternalServerError) IsCode(code int) bool
- func (o *QueryLoginsInternalServerError) IsRedirect() bool
- func (o *QueryLoginsInternalServerError) IsServerError() bool
- func (o *QueryLoginsInternalServerError) IsSuccess() bool
- func (o *QueryLoginsInternalServerError) String() string
- type QueryLoginsOK
- func (o *QueryLoginsOK) Code() int
- func (o *QueryLoginsOK) Error() string
- func (o *QueryLoginsOK) GetPayload() *models.MsaQueryResponse
- func (o *QueryLoginsOK) IsClientError() bool
- func (o *QueryLoginsOK) IsCode(code int) bool
- func (o *QueryLoginsOK) IsRedirect() bool
- func (o *QueryLoginsOK) IsServerError() bool
- func (o *QueryLoginsOK) IsSuccess() bool
- func (o *QueryLoginsOK) String() string
- type QueryLoginsParams
- func (o *QueryLoginsParams) SetContext(ctx context.Context)
- func (o *QueryLoginsParams) SetDefaults()
- func (o *QueryLoginsParams) SetFilter(filter *string)
- func (o *QueryLoginsParams) SetHTTPClient(client *http.Client)
- func (o *QueryLoginsParams) SetLimit(limit *int64)
- func (o *QueryLoginsParams) SetOffset(offset *int64)
- func (o *QueryLoginsParams) SetSort(sort *string)
- func (o *QueryLoginsParams) SetTimeout(timeout time.Duration)
- func (o *QueryLoginsParams) WithContext(ctx context.Context) *QueryLoginsParams
- func (o *QueryLoginsParams) WithDefaults() *QueryLoginsParams
- func (o *QueryLoginsParams) WithFilter(filter *string) *QueryLoginsParams
- func (o *QueryLoginsParams) WithHTTPClient(client *http.Client) *QueryLoginsParams
- func (o *QueryLoginsParams) WithLimit(limit *int64) *QueryLoginsParams
- func (o *QueryLoginsParams) WithOffset(offset *int64) *QueryLoginsParams
- func (o *QueryLoginsParams) WithSort(sort *string) *QueryLoginsParams
- func (o *QueryLoginsParams) WithTimeout(timeout time.Duration) *QueryLoginsParams
- func (o *QueryLoginsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type QueryLoginsReader
- type QueryLoginsTooManyRequests
- func (o *QueryLoginsTooManyRequests) Code() int
- func (o *QueryLoginsTooManyRequests) Error() string
- func (o *QueryLoginsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *QueryLoginsTooManyRequests) IsClientError() bool
- func (o *QueryLoginsTooManyRequests) IsCode(code int) bool
- func (o *QueryLoginsTooManyRequests) IsRedirect() bool
- func (o *QueryLoginsTooManyRequests) IsServerError() bool
- func (o *QueryLoginsTooManyRequests) IsSuccess() bool
- func (o *QueryLoginsTooManyRequests) String() string
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 discover API
func (*Client) CombinedApplications ¶ added in v0.7.0
func (a *Client) CombinedApplications(params *CombinedApplicationsParams, opts ...ClientOption) (*CombinedApplicationsOK, error)
CombinedApplications searches for applications in your environment by providing an f q l filter and paging details returns details on applications which match the filter criteria
func (*Client) CombinedHosts ¶ added in v0.7.0
func (a *Client) CombinedHosts(params *CombinedHostsParams, opts ...ClientOption) (*CombinedHostsOK, error)
CombinedHosts searches for assets in your environment by providing an f q l falcon query language filter and paging details returns details on assets which match the filter criteria
func (*Client) GetAccounts ¶ added in v0.2.21
func (a *Client) GetAccounts(params *GetAccountsParams, opts ...ClientOption) (*GetAccountsOK, error)
GetAccounts gets details on accounts by providing one or more i ds
func (*Client) GetApplications ¶ added in v0.2.33
func (a *Client) GetApplications(params *GetApplicationsParams, opts ...ClientOption) (*GetApplicationsOK, error)
GetApplications gets details on applications by providing one or more i ds
func (*Client) GetHosts ¶
func (a *Client) GetHosts(params *GetHostsParams, opts ...ClientOption) (*GetHostsOK, error)
GetHosts gets details on assets by providing one or more i ds
func (*Client) GetLogins ¶ added in v0.2.21
func (a *Client) GetLogins(params *GetLoginsParams, opts ...ClientOption) (*GetLoginsOK, error)
GetLogins gets details on logins by providing one or more i ds
func (*Client) PostExternalAssetsInventoryV1 ¶ added in v0.10.0
func (a *Client) PostExternalAssetsInventoryV1(params *PostExternalAssetsInventoryV1Params, opts ...ClientOption) (*PostExternalAssetsInventoryV1OK, error)
PostExternalAssetsInventoryV1 adds external assets for external asset scanning
func (*Client) QueryAccounts ¶ added in v0.2.21
func (a *Client) QueryAccounts(params *QueryAccountsParams, opts ...ClientOption) (*QueryAccountsOK, error)
QueryAccounts searches for accounts in your environment by providing an f q l falcon query language filter and paging details returns a set of account i ds which match the filter criteria
func (*Client) QueryApplications ¶ added in v0.2.33
func (a *Client) QueryApplications(params *QueryApplicationsParams, opts ...ClientOption) (*QueryApplicationsOK, error)
QueryApplications searches for applications in your environment by providing an f q l filter and paging details returns a set of application i ds which match the filter criteria
func (*Client) QueryHosts ¶
func (a *Client) QueryHosts(params *QueryHostsParams, opts ...ClientOption) (*QueryHostsOK, error)
QueryHosts searches for assets in your environment by providing an f q l falcon query language filter and paging details returns a set of asset i ds which match the filter criteria
func (*Client) QueryLogins ¶ added in v0.2.21
func (a *Client) QueryLogins(params *QueryLoginsParams, opts ...ClientOption) (*QueryLoginsOK, error)
QueryLogins searches for logins in your environment by providing an f q l falcon query language filter and paging details returns a set of login i ds which match the filter criteria
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 { CombinedApplications(params *CombinedApplicationsParams, opts ...ClientOption) (*CombinedApplicationsOK, error) CombinedHosts(params *CombinedHostsParams, opts ...ClientOption) (*CombinedHostsOK, error) GetAccounts(params *GetAccountsParams, opts ...ClientOption) (*GetAccountsOK, error) GetApplications(params *GetApplicationsParams, opts ...ClientOption) (*GetApplicationsOK, error) GetHosts(params *GetHostsParams, opts ...ClientOption) (*GetHostsOK, error) GetLogins(params *GetLoginsParams, opts ...ClientOption) (*GetLoginsOK, error) PostExternalAssetsInventoryV1(params *PostExternalAssetsInventoryV1Params, opts ...ClientOption) (*PostExternalAssetsInventoryV1OK, error) QueryAccounts(params *QueryAccountsParams, opts ...ClientOption) (*QueryAccountsOK, error) QueryApplications(params *QueryApplicationsParams, opts ...ClientOption) (*QueryApplicationsOK, error) QueryHosts(params *QueryHostsParams, opts ...ClientOption) (*QueryHostsOK, error) QueryLogins(params *QueryLoginsParams, opts ...ClientOption) (*QueryLoginsOK, 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 discover API client.
type CombinedApplicationsBadRequest ¶ added in v0.7.0
type CombinedApplicationsBadRequest 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.MsaspecResponseFields }
CombinedApplicationsBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewCombinedApplicationsBadRequest ¶ added in v0.7.0
func NewCombinedApplicationsBadRequest() *CombinedApplicationsBadRequest
NewCombinedApplicationsBadRequest creates a CombinedApplicationsBadRequest with default headers values
func (*CombinedApplicationsBadRequest) Code ¶ added in v0.7.0
func (o *CombinedApplicationsBadRequest) Code() int
Code gets the status code for the combined applications bad request response
func (*CombinedApplicationsBadRequest) Error ¶ added in v0.7.0
func (o *CombinedApplicationsBadRequest) Error() string
func (*CombinedApplicationsBadRequest) GetPayload ¶ added in v0.7.0
func (o *CombinedApplicationsBadRequest) GetPayload() *models.MsaspecResponseFields
func (*CombinedApplicationsBadRequest) IsClientError ¶ added in v0.7.0
func (o *CombinedApplicationsBadRequest) IsClientError() bool
IsClientError returns true when this combined applications bad request response has a 4xx status code
func (*CombinedApplicationsBadRequest) IsCode ¶ added in v0.7.0
func (o *CombinedApplicationsBadRequest) IsCode(code int) bool
IsCode returns true when this combined applications bad request response a status code equal to that given
func (*CombinedApplicationsBadRequest) IsRedirect ¶ added in v0.7.0
func (o *CombinedApplicationsBadRequest) IsRedirect() bool
IsRedirect returns true when this combined applications bad request response has a 3xx status code
func (*CombinedApplicationsBadRequest) IsServerError ¶ added in v0.7.0
func (o *CombinedApplicationsBadRequest) IsServerError() bool
IsServerError returns true when this combined applications bad request response has a 5xx status code
func (*CombinedApplicationsBadRequest) IsSuccess ¶ added in v0.7.0
func (o *CombinedApplicationsBadRequest) IsSuccess() bool
IsSuccess returns true when this combined applications bad request response has a 2xx status code
func (*CombinedApplicationsBadRequest) String ¶ added in v0.7.0
func (o *CombinedApplicationsBadRequest) String() string
type CombinedApplicationsForbidden ¶ added in v0.7.0
type CombinedApplicationsForbidden 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 }
CombinedApplicationsForbidden describes a response with status code 403, with default header values.
Forbidden
func NewCombinedApplicationsForbidden ¶ added in v0.7.0
func NewCombinedApplicationsForbidden() *CombinedApplicationsForbidden
NewCombinedApplicationsForbidden creates a CombinedApplicationsForbidden with default headers values
func (*CombinedApplicationsForbidden) Code ¶ added in v0.7.0
func (o *CombinedApplicationsForbidden) Code() int
Code gets the status code for the combined applications forbidden response
func (*CombinedApplicationsForbidden) Error ¶ added in v0.7.0
func (o *CombinedApplicationsForbidden) Error() string
func (*CombinedApplicationsForbidden) GetPayload ¶ added in v0.7.0
func (o *CombinedApplicationsForbidden) GetPayload() *models.MsaReplyMetaOnly
func (*CombinedApplicationsForbidden) IsClientError ¶ added in v0.7.0
func (o *CombinedApplicationsForbidden) IsClientError() bool
IsClientError returns true when this combined applications forbidden response has a 4xx status code
func (*CombinedApplicationsForbidden) IsCode ¶ added in v0.7.0
func (o *CombinedApplicationsForbidden) IsCode(code int) bool
IsCode returns true when this combined applications forbidden response a status code equal to that given
func (*CombinedApplicationsForbidden) IsRedirect ¶ added in v0.7.0
func (o *CombinedApplicationsForbidden) IsRedirect() bool
IsRedirect returns true when this combined applications forbidden response has a 3xx status code
func (*CombinedApplicationsForbidden) IsServerError ¶ added in v0.7.0
func (o *CombinedApplicationsForbidden) IsServerError() bool
IsServerError returns true when this combined applications forbidden response has a 5xx status code
func (*CombinedApplicationsForbidden) IsSuccess ¶ added in v0.7.0
func (o *CombinedApplicationsForbidden) IsSuccess() bool
IsSuccess returns true when this combined applications forbidden response has a 2xx status code
func (*CombinedApplicationsForbidden) String ¶ added in v0.7.0
func (o *CombinedApplicationsForbidden) String() string
type CombinedApplicationsInternalServerError ¶ added in v0.7.0
type CombinedApplicationsInternalServerError 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.MsaspecResponseFields }
CombinedApplicationsInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewCombinedApplicationsInternalServerError ¶ added in v0.7.0
func NewCombinedApplicationsInternalServerError() *CombinedApplicationsInternalServerError
NewCombinedApplicationsInternalServerError creates a CombinedApplicationsInternalServerError with default headers values
func (*CombinedApplicationsInternalServerError) Code ¶ added in v0.7.0
func (o *CombinedApplicationsInternalServerError) Code() int
Code gets the status code for the combined applications internal server error response
func (*CombinedApplicationsInternalServerError) Error ¶ added in v0.7.0
func (o *CombinedApplicationsInternalServerError) Error() string
func (*CombinedApplicationsInternalServerError) GetPayload ¶ added in v0.7.0
func (o *CombinedApplicationsInternalServerError) GetPayload() *models.MsaspecResponseFields
func (*CombinedApplicationsInternalServerError) IsClientError ¶ added in v0.7.0
func (o *CombinedApplicationsInternalServerError) IsClientError() bool
IsClientError returns true when this combined applications internal server error response has a 4xx status code
func (*CombinedApplicationsInternalServerError) IsCode ¶ added in v0.7.0
func (o *CombinedApplicationsInternalServerError) IsCode(code int) bool
IsCode returns true when this combined applications internal server error response a status code equal to that given
func (*CombinedApplicationsInternalServerError) IsRedirect ¶ added in v0.7.0
func (o *CombinedApplicationsInternalServerError) IsRedirect() bool
IsRedirect returns true when this combined applications internal server error response has a 3xx status code
func (*CombinedApplicationsInternalServerError) IsServerError ¶ added in v0.7.0
func (o *CombinedApplicationsInternalServerError) IsServerError() bool
IsServerError returns true when this combined applications internal server error response has a 5xx status code
func (*CombinedApplicationsInternalServerError) IsSuccess ¶ added in v0.7.0
func (o *CombinedApplicationsInternalServerError) IsSuccess() bool
IsSuccess returns true when this combined applications internal server error response has a 2xx status code
func (*CombinedApplicationsInternalServerError) String ¶ added in v0.7.0
func (o *CombinedApplicationsInternalServerError) String() string
type CombinedApplicationsOK ¶ added in v0.7.0
type CombinedApplicationsOK 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.DomainDiscoverAPICombinedApplicationsResponse }
CombinedApplicationsOK describes a response with status code 200, with default header values.
OK
func NewCombinedApplicationsOK ¶ added in v0.7.0
func NewCombinedApplicationsOK() *CombinedApplicationsOK
NewCombinedApplicationsOK creates a CombinedApplicationsOK with default headers values
func (*CombinedApplicationsOK) Code ¶ added in v0.7.0
func (o *CombinedApplicationsOK) Code() int
Code gets the status code for the combined applications o k response
func (*CombinedApplicationsOK) Error ¶ added in v0.7.0
func (o *CombinedApplicationsOK) Error() string
func (*CombinedApplicationsOK) GetPayload ¶ added in v0.7.0
func (o *CombinedApplicationsOK) GetPayload() *models.DomainDiscoverAPICombinedApplicationsResponse
func (*CombinedApplicationsOK) IsClientError ¶ added in v0.7.0
func (o *CombinedApplicationsOK) IsClientError() bool
IsClientError returns true when this combined applications o k response has a 4xx status code
func (*CombinedApplicationsOK) IsCode ¶ added in v0.7.0
func (o *CombinedApplicationsOK) IsCode(code int) bool
IsCode returns true when this combined applications o k response a status code equal to that given
func (*CombinedApplicationsOK) IsRedirect ¶ added in v0.7.0
func (o *CombinedApplicationsOK) IsRedirect() bool
IsRedirect returns true when this combined applications o k response has a 3xx status code
func (*CombinedApplicationsOK) IsServerError ¶ added in v0.7.0
func (o *CombinedApplicationsOK) IsServerError() bool
IsServerError returns true when this combined applications o k response has a 5xx status code
func (*CombinedApplicationsOK) IsSuccess ¶ added in v0.7.0
func (o *CombinedApplicationsOK) IsSuccess() bool
IsSuccess returns true when this combined applications o k response has a 2xx status code
func (*CombinedApplicationsOK) String ¶ added in v0.7.0
func (o *CombinedApplicationsOK) String() string
type CombinedApplicationsParams ¶ added in v0.7.0
type CombinedApplicationsParams struct { /* After. A pagination token used with the `limit` parameter to manage pagination of results. On your first request, don't provide an `after` token. On subsequent requests, provide the `after` token from the previous response to continue from that place in the results. */ After *string /* Facet. Select various details blocks to be returned for each application entity. Supported values: <ul><li>browser_extension</li><li>host_info</li><li>install_usage</li></ul> */ Facet []string /* Filter. Search for applications in your environment by providing an FQL filter. Available filter fields that support exact match: name, version, vendor, name_vendor, name_vendor_version, first_seen_timestamp, installation_timestamp, architectures, installation_paths, versioning_scheme, groups, is_normalized, last_used_user_sid, last_used_user_name, last_used_file_name, last_used_file_hash, last_used_timestamp, last_updated_timestamp, is_suspicious, host.id, host.platform_name, host.hostname, cid, host.os_version, host.machine_domain, host.ou, host.site_name, host.country, host.current_mac_address, host.current_network_prefix, host.tags, host.groups, host.product_type_desc, host.kernel_version, host.system_manufacturer, host.internet_exposure, host.agent_version, host.external_ip, host.aid Available filter fields that supports wildcard (*): name, version, vendor, name_vendor, name_vendor_version, architectures, installation_paths, groups, last_used_user_sid, last_used_user_name, last_used_file_name, last_used_file_hash, host.platform_name, host.hostname, cid, host.os_version, host.machine_domain, host.ou, host.site_name, host.country, host.current_mac_address, host.current_network_prefix, host.tags, host.groups, host.product_type_desc, host.kernel_version, host.system_manufacturer, host.internet_exposure, host.agent_version, host.external_ip, host.aid Available filter fields that supports range comparisons (>, <, >=, <=): first_seen_timestamp, installation_timestamp, last_used_timestamp, last_updated_timestamp All filter fields and operations supports negation (!). */ Filter string /* Limit. The number of application ids to return in this response (Min: 1, Max: 1000, Default: 100). Use with the `after` parameter to manage pagination of results. */ Limit *int64 /* Sort. Sort applications by their properties. A single sort field is allowed. */ Sort *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CombinedApplicationsParams contains all the parameters to send to the API endpoint
for the combined applications operation. Typically these are written to a http.Request.
func NewCombinedApplicationsParams ¶ added in v0.7.0
func NewCombinedApplicationsParams() *CombinedApplicationsParams
NewCombinedApplicationsParams creates a new CombinedApplicationsParams 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 NewCombinedApplicationsParamsWithContext ¶ added in v0.7.0
func NewCombinedApplicationsParamsWithContext(ctx context.Context) *CombinedApplicationsParams
NewCombinedApplicationsParamsWithContext creates a new CombinedApplicationsParams object with the ability to set a context for a request.
func NewCombinedApplicationsParamsWithHTTPClient ¶ added in v0.7.0
func NewCombinedApplicationsParamsWithHTTPClient(client *http.Client) *CombinedApplicationsParams
NewCombinedApplicationsParamsWithHTTPClient creates a new CombinedApplicationsParams object with the ability to set a custom HTTPClient for a request.
func NewCombinedApplicationsParamsWithTimeout ¶ added in v0.7.0
func NewCombinedApplicationsParamsWithTimeout(timeout time.Duration) *CombinedApplicationsParams
NewCombinedApplicationsParamsWithTimeout creates a new CombinedApplicationsParams object with the ability to set a timeout on a request.
func (*CombinedApplicationsParams) SetAfter ¶ added in v0.7.0
func (o *CombinedApplicationsParams) SetAfter(after *string)
SetAfter adds the after to the combined applications params
func (*CombinedApplicationsParams) SetContext ¶ added in v0.7.0
func (o *CombinedApplicationsParams) SetContext(ctx context.Context)
SetContext adds the context to the combined applications params
func (*CombinedApplicationsParams) SetDefaults ¶ added in v0.7.0
func (o *CombinedApplicationsParams) SetDefaults()
SetDefaults hydrates default values in the combined applications params (not the query body).
All values with no default are reset to their zero value.
func (*CombinedApplicationsParams) SetFacet ¶ added in v0.7.0
func (o *CombinedApplicationsParams) SetFacet(facet []string)
SetFacet adds the facet to the combined applications params
func (*CombinedApplicationsParams) SetFilter ¶ added in v0.7.0
func (o *CombinedApplicationsParams) SetFilter(filter string)
SetFilter adds the filter to the combined applications params
func (*CombinedApplicationsParams) SetHTTPClient ¶ added in v0.7.0
func (o *CombinedApplicationsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the combined applications params
func (*CombinedApplicationsParams) SetLimit ¶ added in v0.7.0
func (o *CombinedApplicationsParams) SetLimit(limit *int64)
SetLimit adds the limit to the combined applications params
func (*CombinedApplicationsParams) SetSort ¶ added in v0.7.0
func (o *CombinedApplicationsParams) SetSort(sort *string)
SetSort adds the sort to the combined applications params
func (*CombinedApplicationsParams) SetTimeout ¶ added in v0.7.0
func (o *CombinedApplicationsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the combined applications params
func (*CombinedApplicationsParams) WithAfter ¶ added in v0.7.0
func (o *CombinedApplicationsParams) WithAfter(after *string) *CombinedApplicationsParams
WithAfter adds the after to the combined applications params
func (*CombinedApplicationsParams) WithContext ¶ added in v0.7.0
func (o *CombinedApplicationsParams) WithContext(ctx context.Context) *CombinedApplicationsParams
WithContext adds the context to the combined applications params
func (*CombinedApplicationsParams) WithDefaults ¶ added in v0.7.0
func (o *CombinedApplicationsParams) WithDefaults() *CombinedApplicationsParams
WithDefaults hydrates default values in the combined applications params (not the query body).
All values with no default are reset to their zero value.
func (*CombinedApplicationsParams) WithFacet ¶ added in v0.7.0
func (o *CombinedApplicationsParams) WithFacet(facet []string) *CombinedApplicationsParams
WithFacet adds the facet to the combined applications params
func (*CombinedApplicationsParams) WithFilter ¶ added in v0.7.0
func (o *CombinedApplicationsParams) WithFilter(filter string) *CombinedApplicationsParams
WithFilter adds the filter to the combined applications params
func (*CombinedApplicationsParams) WithHTTPClient ¶ added in v0.7.0
func (o *CombinedApplicationsParams) WithHTTPClient(client *http.Client) *CombinedApplicationsParams
WithHTTPClient adds the HTTPClient to the combined applications params
func (*CombinedApplicationsParams) WithLimit ¶ added in v0.7.0
func (o *CombinedApplicationsParams) WithLimit(limit *int64) *CombinedApplicationsParams
WithLimit adds the limit to the combined applications params
func (*CombinedApplicationsParams) WithSort ¶ added in v0.7.0
func (o *CombinedApplicationsParams) WithSort(sort *string) *CombinedApplicationsParams
WithSort adds the sort to the combined applications params
func (*CombinedApplicationsParams) WithTimeout ¶ added in v0.7.0
func (o *CombinedApplicationsParams) WithTimeout(timeout time.Duration) *CombinedApplicationsParams
WithTimeout adds the timeout to the combined applications params
func (*CombinedApplicationsParams) WriteToRequest ¶ added in v0.7.0
func (o *CombinedApplicationsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CombinedApplicationsReader ¶ added in v0.7.0
type CombinedApplicationsReader struct {
// contains filtered or unexported fields
}
CombinedApplicationsReader is a Reader for the CombinedApplications structure.
func (*CombinedApplicationsReader) ReadResponse ¶ added in v0.7.0
func (o *CombinedApplicationsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CombinedApplicationsTooManyRequests ¶ added in v0.7.0
type CombinedApplicationsTooManyRequests 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 }
CombinedApplicationsTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewCombinedApplicationsTooManyRequests ¶ added in v0.7.0
func NewCombinedApplicationsTooManyRequests() *CombinedApplicationsTooManyRequests
NewCombinedApplicationsTooManyRequests creates a CombinedApplicationsTooManyRequests with default headers values
func (*CombinedApplicationsTooManyRequests) Code ¶ added in v0.7.0
func (o *CombinedApplicationsTooManyRequests) Code() int
Code gets the status code for the combined applications too many requests response
func (*CombinedApplicationsTooManyRequests) Error ¶ added in v0.7.0
func (o *CombinedApplicationsTooManyRequests) Error() string
func (*CombinedApplicationsTooManyRequests) GetPayload ¶ added in v0.7.0
func (o *CombinedApplicationsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*CombinedApplicationsTooManyRequests) IsClientError ¶ added in v0.7.0
func (o *CombinedApplicationsTooManyRequests) IsClientError() bool
IsClientError returns true when this combined applications too many requests response has a 4xx status code
func (*CombinedApplicationsTooManyRequests) IsCode ¶ added in v0.7.0
func (o *CombinedApplicationsTooManyRequests) IsCode(code int) bool
IsCode returns true when this combined applications too many requests response a status code equal to that given
func (*CombinedApplicationsTooManyRequests) IsRedirect ¶ added in v0.7.0
func (o *CombinedApplicationsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this combined applications too many requests response has a 3xx status code
func (*CombinedApplicationsTooManyRequests) IsServerError ¶ added in v0.7.0
func (o *CombinedApplicationsTooManyRequests) IsServerError() bool
IsServerError returns true when this combined applications too many requests response has a 5xx status code
func (*CombinedApplicationsTooManyRequests) IsSuccess ¶ added in v0.7.0
func (o *CombinedApplicationsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this combined applications too many requests response has a 2xx status code
func (*CombinedApplicationsTooManyRequests) String ¶ added in v0.7.0
func (o *CombinedApplicationsTooManyRequests) String() string
type CombinedHostsBadRequest ¶ added in v0.7.0
type CombinedHostsBadRequest 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.MsaspecResponseFields }
CombinedHostsBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewCombinedHostsBadRequest ¶ added in v0.7.0
func NewCombinedHostsBadRequest() *CombinedHostsBadRequest
NewCombinedHostsBadRequest creates a CombinedHostsBadRequest with default headers values
func (*CombinedHostsBadRequest) Code ¶ added in v0.7.0
func (o *CombinedHostsBadRequest) Code() int
Code gets the status code for the combined hosts bad request response
func (*CombinedHostsBadRequest) Error ¶ added in v0.7.0
func (o *CombinedHostsBadRequest) Error() string
func (*CombinedHostsBadRequest) GetPayload ¶ added in v0.7.0
func (o *CombinedHostsBadRequest) GetPayload() *models.MsaspecResponseFields
func (*CombinedHostsBadRequest) IsClientError ¶ added in v0.7.0
func (o *CombinedHostsBadRequest) IsClientError() bool
IsClientError returns true when this combined hosts bad request response has a 4xx status code
func (*CombinedHostsBadRequest) IsCode ¶ added in v0.7.0
func (o *CombinedHostsBadRequest) IsCode(code int) bool
IsCode returns true when this combined hosts bad request response a status code equal to that given
func (*CombinedHostsBadRequest) IsRedirect ¶ added in v0.7.0
func (o *CombinedHostsBadRequest) IsRedirect() bool
IsRedirect returns true when this combined hosts bad request response has a 3xx status code
func (*CombinedHostsBadRequest) IsServerError ¶ added in v0.7.0
func (o *CombinedHostsBadRequest) IsServerError() bool
IsServerError returns true when this combined hosts bad request response has a 5xx status code
func (*CombinedHostsBadRequest) IsSuccess ¶ added in v0.7.0
func (o *CombinedHostsBadRequest) IsSuccess() bool
IsSuccess returns true when this combined hosts bad request response has a 2xx status code
func (*CombinedHostsBadRequest) String ¶ added in v0.7.0
func (o *CombinedHostsBadRequest) String() string
type CombinedHostsForbidden ¶ added in v0.7.0
type CombinedHostsForbidden 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 }
CombinedHostsForbidden describes a response with status code 403, with default header values.
Forbidden
func NewCombinedHostsForbidden ¶ added in v0.7.0
func NewCombinedHostsForbidden() *CombinedHostsForbidden
NewCombinedHostsForbidden creates a CombinedHostsForbidden with default headers values
func (*CombinedHostsForbidden) Code ¶ added in v0.7.0
func (o *CombinedHostsForbidden) Code() int
Code gets the status code for the combined hosts forbidden response
func (*CombinedHostsForbidden) Error ¶ added in v0.7.0
func (o *CombinedHostsForbidden) Error() string
func (*CombinedHostsForbidden) GetPayload ¶ added in v0.7.0
func (o *CombinedHostsForbidden) GetPayload() *models.MsaReplyMetaOnly
func (*CombinedHostsForbidden) IsClientError ¶ added in v0.7.0
func (o *CombinedHostsForbidden) IsClientError() bool
IsClientError returns true when this combined hosts forbidden response has a 4xx status code
func (*CombinedHostsForbidden) IsCode ¶ added in v0.7.0
func (o *CombinedHostsForbidden) IsCode(code int) bool
IsCode returns true when this combined hosts forbidden response a status code equal to that given
func (*CombinedHostsForbidden) IsRedirect ¶ added in v0.7.0
func (o *CombinedHostsForbidden) IsRedirect() bool
IsRedirect returns true when this combined hosts forbidden response has a 3xx status code
func (*CombinedHostsForbidden) IsServerError ¶ added in v0.7.0
func (o *CombinedHostsForbidden) IsServerError() bool
IsServerError returns true when this combined hosts forbidden response has a 5xx status code
func (*CombinedHostsForbidden) IsSuccess ¶ added in v0.7.0
func (o *CombinedHostsForbidden) IsSuccess() bool
IsSuccess returns true when this combined hosts forbidden response has a 2xx status code
func (*CombinedHostsForbidden) String ¶ added in v0.7.0
func (o *CombinedHostsForbidden) String() string
type CombinedHostsInternalServerError ¶ added in v0.7.0
type CombinedHostsInternalServerError 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.MsaspecResponseFields }
CombinedHostsInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewCombinedHostsInternalServerError ¶ added in v0.7.0
func NewCombinedHostsInternalServerError() *CombinedHostsInternalServerError
NewCombinedHostsInternalServerError creates a CombinedHostsInternalServerError with default headers values
func (*CombinedHostsInternalServerError) Code ¶ added in v0.7.0
func (o *CombinedHostsInternalServerError) Code() int
Code gets the status code for the combined hosts internal server error response
func (*CombinedHostsInternalServerError) Error ¶ added in v0.7.0
func (o *CombinedHostsInternalServerError) Error() string
func (*CombinedHostsInternalServerError) GetPayload ¶ added in v0.7.0
func (o *CombinedHostsInternalServerError) GetPayload() *models.MsaspecResponseFields
func (*CombinedHostsInternalServerError) IsClientError ¶ added in v0.7.0
func (o *CombinedHostsInternalServerError) IsClientError() bool
IsClientError returns true when this combined hosts internal server error response has a 4xx status code
func (*CombinedHostsInternalServerError) IsCode ¶ added in v0.7.0
func (o *CombinedHostsInternalServerError) IsCode(code int) bool
IsCode returns true when this combined hosts internal server error response a status code equal to that given
func (*CombinedHostsInternalServerError) IsRedirect ¶ added in v0.7.0
func (o *CombinedHostsInternalServerError) IsRedirect() bool
IsRedirect returns true when this combined hosts internal server error response has a 3xx status code
func (*CombinedHostsInternalServerError) IsServerError ¶ added in v0.7.0
func (o *CombinedHostsInternalServerError) IsServerError() bool
IsServerError returns true when this combined hosts internal server error response has a 5xx status code
func (*CombinedHostsInternalServerError) IsSuccess ¶ added in v0.7.0
func (o *CombinedHostsInternalServerError) IsSuccess() bool
IsSuccess returns true when this combined hosts internal server error response has a 2xx status code
func (*CombinedHostsInternalServerError) String ¶ added in v0.7.0
func (o *CombinedHostsInternalServerError) String() string
type CombinedHostsOK ¶ added in v0.7.0
type CombinedHostsOK 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.DomainDiscoverAPICombinedHostsResponse }
CombinedHostsOK describes a response with status code 200, with default header values.
OK
func NewCombinedHostsOK ¶ added in v0.7.0
func NewCombinedHostsOK() *CombinedHostsOK
NewCombinedHostsOK creates a CombinedHostsOK with default headers values
func (*CombinedHostsOK) Code ¶ added in v0.7.0
func (o *CombinedHostsOK) Code() int
Code gets the status code for the combined hosts o k response
func (*CombinedHostsOK) Error ¶ added in v0.7.0
func (o *CombinedHostsOK) Error() string
func (*CombinedHostsOK) GetPayload ¶ added in v0.7.0
func (o *CombinedHostsOK) GetPayload() *models.DomainDiscoverAPICombinedHostsResponse
func (*CombinedHostsOK) IsClientError ¶ added in v0.7.0
func (o *CombinedHostsOK) IsClientError() bool
IsClientError returns true when this combined hosts o k response has a 4xx status code
func (*CombinedHostsOK) IsCode ¶ added in v0.7.0
func (o *CombinedHostsOK) IsCode(code int) bool
IsCode returns true when this combined hosts o k response a status code equal to that given
func (*CombinedHostsOK) IsRedirect ¶ added in v0.7.0
func (o *CombinedHostsOK) IsRedirect() bool
IsRedirect returns true when this combined hosts o k response has a 3xx status code
func (*CombinedHostsOK) IsServerError ¶ added in v0.7.0
func (o *CombinedHostsOK) IsServerError() bool
IsServerError returns true when this combined hosts o k response has a 5xx status code
func (*CombinedHostsOK) IsSuccess ¶ added in v0.7.0
func (o *CombinedHostsOK) IsSuccess() bool
IsSuccess returns true when this combined hosts o k response has a 2xx status code
func (*CombinedHostsOK) String ¶ added in v0.7.0
func (o *CombinedHostsOK) String() string
type CombinedHostsParams ¶ added in v0.7.0
type CombinedHostsParams struct { /* After. A pagination token used with the `limit` parameter to manage pagination of results. On your first request, don't provide an `after` token. On subsequent requests, provide the `after` token from the previous response to continue from that place in the results. */ After *string /* Facet. Select various details blocks to be returned for each host entity. Supported values: <ul><li>system_insights</li><li>third_party</li><li>risk_factors</li></ul> */ Facet []string /* Filter. Filter assets using an FQL query. Common filter options include:<ul><li>entity_type:'managed'</li><li>product_type_desc:'Workstation'</li><li>platform_name:'Windows'</li><li>last_seen_timestamp:>'now-7d'</li></ul> Available filter fields that support exact match: id, aid, entity_type, country, city, platform_name, os_version, kernel_version, product_type_desc, tags, groups, agent_version, system_product_name, system_manufacturer, system_serial_number, bios_manufacturer, bios_version, ou, machine_domain, site_name, external_ip, hostname, local_ips_count, network_interfaces.local_ip, network_interfaces.mac_address, network_interfaces.interface_alias, network_interfaces.interface_description, network_interfaces.network_prefix, last_discoverer_aid, discoverer_count, discoverer_aids, discoverer_tags, discoverer_platform_names, discoverer_product_type_descs, confidence, internet_exposure, os_is_eol, data_providers, data_providers_count, mac_addresses, local_ip_addresses, reduced_functionality_mode, number_of_disk_drives, processor_package_count, physical_core_count, logical_core_count, total_disk_space, disk_sizes.disk_name, disk_sizes.disk_space, cpu_processor_name, total_memory, encryption_status, encrypted_drives, encrypted_drives_count, unencrypted_drives, unencrypted_drives_count, os_security.secure_boot_requested_status, os_security.device_guard_status, os_security.device_guard_status, os_security.device_guard_status, os_security.system_guard_status, os_security.credential_guard_status, os_security.iommu_protection_status, os_security.secure_boot_enabled_status, os_security.uefi_memory_protection_status, os_security.virtualization_based_security_status, os_security.kernel_dma_protection_status, total_bios_files, bios_hashes_data.sha256_hash, bios_hashes_data.measurement_type, bios_id, average_processor_usage, average_memory_usage, average_memory_usage_pct, max_processor_usage, max_memory_usage, max_memory_usage_pct, used_disk_space, used_disk_space_pct, available_disk_space, available_disk_space_pct, mount_storage_info.mount_path, mount_storage_info.used_space, mount_storage_info.available_space, form_factor, servicenow_id, owned_by, managed_by, assigned_to, department, fqdn, used_for, object_guid, object_sid, ad_user_account_control, account_enabled, creation_timestamp, email, os_service_pack, location, state, cpu_manufacturer, discovering_by Available filter fields that supports wildcard (*): id, aid, entity_type, country, city, platform_name, os_version, kernel_version, product_type_desc, tags, groups, agent_version, system_product_name, system_manufacturer, system_serial_number, bios_manufacturer, bios_version, ou, machine_domain, site_name, external_ip, hostname, network_interfaces.local_ip, network_interfaces.mac_address, network_interfaces.interface_alias, network_interfaces.interface_description, network_interfaces.network_prefix, last_discoverer_aid, discoverer_aids, discoverer_tags, discoverer_platform_names, discoverer_product_type_descs, confidence, internet_exposure, os_is_eol, data_providers, mac_addresses, local_ip_addresses, reduced_functionality_mode, disk_sizes.disk_name, cpu_processor_name, encryption_status, encrypted_drives, unencrypted_drives, os_security.secure_boot_requested_status, os_security.device_guard_status, os_security.device_guard_status, os_security.device_guard_status, os_security.system_guard_status, os_security.credential_guard_status, os_security.iommu_protection_status, os_security.secure_boot_enabled_status, os_security.uefi_memory_protection_status, os_security.virtualization_based_security_status, os_security.kernel_dma_protection_status, bios_hashes_data.sha256_hash, bios_hashes_data.measurement_type, bios_id, mount_storage_info.mount_path, form_factor, servicenow_id, owned_by, managed_by, assigned_to, department, fqdn, used_for, object_guid, object_sid, account_enabled, email, os_service_pack, location, state, cpu_manufacturer, discovering_by Available filter fields that supports range comparisons (>, <, >=, <=): first_seen_timestamp, last_seen_timestamp, local_ips_count, discoverer_count, confidence, number_of_disk_drives, processor_package_count, physical_core_count, data_providers_count, logical_core_count, total_disk_space, disk_sizes.disk_space, total_memory, encrypted_drives_count, unencrypted_drives_count, total_bios_files, average_processor_usage, average_memory_usage, average_memory_usage_pct, max_processor_usage, max_memory_usage, max_memory_usage_pct, used_disk_space, used_disk_space_pct, available_disk_space, available_disk_space_pct, mount_storage_info.used_space, mount_storage_info.available_space, ad_user_account_control, creation_timestamp All filter fields and operations supports negation (!). */ Filter string /* Limit. The number of asset IDs to return in this response (min: 1, max: 1000, default: 100). Use with the `after` parameter to manage pagination of results. */ Limit *int64 /* Sort. Sort assets by their properties. A single sort field is allowed. Common sort options include: <ul><li>hostname|asc</li><li>product_type_desc|desc</li></ul> */ Sort *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CombinedHostsParams contains all the parameters to send to the API endpoint
for the combined hosts operation. Typically these are written to a http.Request.
func NewCombinedHostsParams ¶ added in v0.7.0
func NewCombinedHostsParams() *CombinedHostsParams
NewCombinedHostsParams creates a new CombinedHostsParams 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 NewCombinedHostsParamsWithContext ¶ added in v0.7.0
func NewCombinedHostsParamsWithContext(ctx context.Context) *CombinedHostsParams
NewCombinedHostsParamsWithContext creates a new CombinedHostsParams object with the ability to set a context for a request.
func NewCombinedHostsParamsWithHTTPClient ¶ added in v0.7.0
func NewCombinedHostsParamsWithHTTPClient(client *http.Client) *CombinedHostsParams
NewCombinedHostsParamsWithHTTPClient creates a new CombinedHostsParams object with the ability to set a custom HTTPClient for a request.
func NewCombinedHostsParamsWithTimeout ¶ added in v0.7.0
func NewCombinedHostsParamsWithTimeout(timeout time.Duration) *CombinedHostsParams
NewCombinedHostsParamsWithTimeout creates a new CombinedHostsParams object with the ability to set a timeout on a request.
func (*CombinedHostsParams) SetAfter ¶ added in v0.7.0
func (o *CombinedHostsParams) SetAfter(after *string)
SetAfter adds the after to the combined hosts params
func (*CombinedHostsParams) SetContext ¶ added in v0.7.0
func (o *CombinedHostsParams) SetContext(ctx context.Context)
SetContext adds the context to the combined hosts params
func (*CombinedHostsParams) SetDefaults ¶ added in v0.7.0
func (o *CombinedHostsParams) SetDefaults()
SetDefaults hydrates default values in the combined hosts params (not the query body).
All values with no default are reset to their zero value.
func (*CombinedHostsParams) SetFacet ¶ added in v0.7.0
func (o *CombinedHostsParams) SetFacet(facet []string)
SetFacet adds the facet to the combined hosts params
func (*CombinedHostsParams) SetFilter ¶ added in v0.7.0
func (o *CombinedHostsParams) SetFilter(filter string)
SetFilter adds the filter to the combined hosts params
func (*CombinedHostsParams) SetHTTPClient ¶ added in v0.7.0
func (o *CombinedHostsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the combined hosts params
func (*CombinedHostsParams) SetLimit ¶ added in v0.7.0
func (o *CombinedHostsParams) SetLimit(limit *int64)
SetLimit adds the limit to the combined hosts params
func (*CombinedHostsParams) SetSort ¶ added in v0.7.0
func (o *CombinedHostsParams) SetSort(sort *string)
SetSort adds the sort to the combined hosts params
func (*CombinedHostsParams) SetTimeout ¶ added in v0.7.0
func (o *CombinedHostsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the combined hosts params
func (*CombinedHostsParams) WithAfter ¶ added in v0.7.0
func (o *CombinedHostsParams) WithAfter(after *string) *CombinedHostsParams
WithAfter adds the after to the combined hosts params
func (*CombinedHostsParams) WithContext ¶ added in v0.7.0
func (o *CombinedHostsParams) WithContext(ctx context.Context) *CombinedHostsParams
WithContext adds the context to the combined hosts params
func (*CombinedHostsParams) WithDefaults ¶ added in v0.7.0
func (o *CombinedHostsParams) WithDefaults() *CombinedHostsParams
WithDefaults hydrates default values in the combined hosts params (not the query body).
All values with no default are reset to their zero value.
func (*CombinedHostsParams) WithFacet ¶ added in v0.7.0
func (o *CombinedHostsParams) WithFacet(facet []string) *CombinedHostsParams
WithFacet adds the facet to the combined hosts params
func (*CombinedHostsParams) WithFilter ¶ added in v0.7.0
func (o *CombinedHostsParams) WithFilter(filter string) *CombinedHostsParams
WithFilter adds the filter to the combined hosts params
func (*CombinedHostsParams) WithHTTPClient ¶ added in v0.7.0
func (o *CombinedHostsParams) WithHTTPClient(client *http.Client) *CombinedHostsParams
WithHTTPClient adds the HTTPClient to the combined hosts params
func (*CombinedHostsParams) WithLimit ¶ added in v0.7.0
func (o *CombinedHostsParams) WithLimit(limit *int64) *CombinedHostsParams
WithLimit adds the limit to the combined hosts params
func (*CombinedHostsParams) WithSort ¶ added in v0.7.0
func (o *CombinedHostsParams) WithSort(sort *string) *CombinedHostsParams
WithSort adds the sort to the combined hosts params
func (*CombinedHostsParams) WithTimeout ¶ added in v0.7.0
func (o *CombinedHostsParams) WithTimeout(timeout time.Duration) *CombinedHostsParams
WithTimeout adds the timeout to the combined hosts params
func (*CombinedHostsParams) WriteToRequest ¶ added in v0.7.0
func (o *CombinedHostsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CombinedHostsReader ¶ added in v0.7.0
type CombinedHostsReader struct {
// contains filtered or unexported fields
}
CombinedHostsReader is a Reader for the CombinedHosts structure.
func (*CombinedHostsReader) ReadResponse ¶ added in v0.7.0
func (o *CombinedHostsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CombinedHostsTooManyRequests ¶ added in v0.7.0
type CombinedHostsTooManyRequests 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 }
CombinedHostsTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewCombinedHostsTooManyRequests ¶ added in v0.7.0
func NewCombinedHostsTooManyRequests() *CombinedHostsTooManyRequests
NewCombinedHostsTooManyRequests creates a CombinedHostsTooManyRequests with default headers values
func (*CombinedHostsTooManyRequests) Code ¶ added in v0.7.0
func (o *CombinedHostsTooManyRequests) Code() int
Code gets the status code for the combined hosts too many requests response
func (*CombinedHostsTooManyRequests) Error ¶ added in v0.7.0
func (o *CombinedHostsTooManyRequests) Error() string
func (*CombinedHostsTooManyRequests) GetPayload ¶ added in v0.7.0
func (o *CombinedHostsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*CombinedHostsTooManyRequests) IsClientError ¶ added in v0.7.0
func (o *CombinedHostsTooManyRequests) IsClientError() bool
IsClientError returns true when this combined hosts too many requests response has a 4xx status code
func (*CombinedHostsTooManyRequests) IsCode ¶ added in v0.7.0
func (o *CombinedHostsTooManyRequests) IsCode(code int) bool
IsCode returns true when this combined hosts too many requests response a status code equal to that given
func (*CombinedHostsTooManyRequests) IsRedirect ¶ added in v0.7.0
func (o *CombinedHostsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this combined hosts too many requests response has a 3xx status code
func (*CombinedHostsTooManyRequests) IsServerError ¶ added in v0.7.0
func (o *CombinedHostsTooManyRequests) IsServerError() bool
IsServerError returns true when this combined hosts too many requests response has a 5xx status code
func (*CombinedHostsTooManyRequests) IsSuccess ¶ added in v0.7.0
func (o *CombinedHostsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this combined hosts too many requests response has a 2xx status code
func (*CombinedHostsTooManyRequests) String ¶ added in v0.7.0
func (o *CombinedHostsTooManyRequests) String() string
type GetAccountsBadRequest ¶ added in v0.2.21
type GetAccountsBadRequest 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 }
GetAccountsBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewGetAccountsBadRequest ¶ added in v0.2.21
func NewGetAccountsBadRequest() *GetAccountsBadRequest
NewGetAccountsBadRequest creates a GetAccountsBadRequest with default headers values
func (*GetAccountsBadRequest) Code ¶ added in v0.2.33
func (o *GetAccountsBadRequest) Code() int
Code gets the status code for the get accounts bad request response
func (*GetAccountsBadRequest) Error ¶ added in v0.2.21
func (o *GetAccountsBadRequest) Error() string
func (*GetAccountsBadRequest) GetPayload ¶ added in v0.2.21
func (o *GetAccountsBadRequest) GetPayload() *models.MsaReplyMetaOnly
func (*GetAccountsBadRequest) IsClientError ¶ added in v0.2.27
func (o *GetAccountsBadRequest) IsClientError() bool
IsClientError returns true when this get accounts bad request response has a 4xx status code
func (*GetAccountsBadRequest) IsCode ¶ added in v0.2.27
func (o *GetAccountsBadRequest) IsCode(code int) bool
IsCode returns true when this get accounts bad request response a status code equal to that given
func (*GetAccountsBadRequest) IsRedirect ¶ added in v0.2.27
func (o *GetAccountsBadRequest) IsRedirect() bool
IsRedirect returns true when this get accounts bad request response has a 3xx status code
func (*GetAccountsBadRequest) IsServerError ¶ added in v0.2.27
func (o *GetAccountsBadRequest) IsServerError() bool
IsServerError returns true when this get accounts bad request response has a 5xx status code
func (*GetAccountsBadRequest) IsSuccess ¶ added in v0.2.27
func (o *GetAccountsBadRequest) IsSuccess() bool
IsSuccess returns true when this get accounts bad request response has a 2xx status code
func (*GetAccountsBadRequest) String ¶ added in v0.2.27
func (o *GetAccountsBadRequest) String() string
type GetAccountsForbidden ¶ added in v0.2.21
type GetAccountsForbidden 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 }
GetAccountsForbidden describes a response with status code 403, with default header values.
Forbidden
func NewGetAccountsForbidden ¶ added in v0.2.21
func NewGetAccountsForbidden() *GetAccountsForbidden
NewGetAccountsForbidden creates a GetAccountsForbidden with default headers values
func (*GetAccountsForbidden) Code ¶ added in v0.2.33
func (o *GetAccountsForbidden) Code() int
Code gets the status code for the get accounts forbidden response
func (*GetAccountsForbidden) Error ¶ added in v0.2.21
func (o *GetAccountsForbidden) Error() string
func (*GetAccountsForbidden) GetPayload ¶ added in v0.2.21
func (o *GetAccountsForbidden) GetPayload() *models.MsaReplyMetaOnly
func (*GetAccountsForbidden) IsClientError ¶ added in v0.2.27
func (o *GetAccountsForbidden) IsClientError() bool
IsClientError returns true when this get accounts forbidden response has a 4xx status code
func (*GetAccountsForbidden) IsCode ¶ added in v0.2.27
func (o *GetAccountsForbidden) IsCode(code int) bool
IsCode returns true when this get accounts forbidden response a status code equal to that given
func (*GetAccountsForbidden) IsRedirect ¶ added in v0.2.27
func (o *GetAccountsForbidden) IsRedirect() bool
IsRedirect returns true when this get accounts forbidden response has a 3xx status code
func (*GetAccountsForbidden) IsServerError ¶ added in v0.2.27
func (o *GetAccountsForbidden) IsServerError() bool
IsServerError returns true when this get accounts forbidden response has a 5xx status code
func (*GetAccountsForbidden) IsSuccess ¶ added in v0.2.27
func (o *GetAccountsForbidden) IsSuccess() bool
IsSuccess returns true when this get accounts forbidden response has a 2xx status code
func (*GetAccountsForbidden) String ¶ added in v0.2.27
func (o *GetAccountsForbidden) String() string
type GetAccountsInternalServerError ¶ added in v0.2.21
type GetAccountsInternalServerError 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 }
GetAccountsInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewGetAccountsInternalServerError ¶ added in v0.2.21
func NewGetAccountsInternalServerError() *GetAccountsInternalServerError
NewGetAccountsInternalServerError creates a GetAccountsInternalServerError with default headers values
func (*GetAccountsInternalServerError) Code ¶ added in v0.2.33
func (o *GetAccountsInternalServerError) Code() int
Code gets the status code for the get accounts internal server error response
func (*GetAccountsInternalServerError) Error ¶ added in v0.2.21
func (o *GetAccountsInternalServerError) Error() string
func (*GetAccountsInternalServerError) GetPayload ¶ added in v0.2.21
func (o *GetAccountsInternalServerError) GetPayload() *models.MsaReplyMetaOnly
func (*GetAccountsInternalServerError) IsClientError ¶ added in v0.2.27
func (o *GetAccountsInternalServerError) IsClientError() bool
IsClientError returns true when this get accounts internal server error response has a 4xx status code
func (*GetAccountsInternalServerError) IsCode ¶ added in v0.2.27
func (o *GetAccountsInternalServerError) IsCode(code int) bool
IsCode returns true when this get accounts internal server error response a status code equal to that given
func (*GetAccountsInternalServerError) IsRedirect ¶ added in v0.2.27
func (o *GetAccountsInternalServerError) IsRedirect() bool
IsRedirect returns true when this get accounts internal server error response has a 3xx status code
func (*GetAccountsInternalServerError) IsServerError ¶ added in v0.2.27
func (o *GetAccountsInternalServerError) IsServerError() bool
IsServerError returns true when this get accounts internal server error response has a 5xx status code
func (*GetAccountsInternalServerError) IsSuccess ¶ added in v0.2.27
func (o *GetAccountsInternalServerError) IsSuccess() bool
IsSuccess returns true when this get accounts internal server error response has a 2xx status code
func (*GetAccountsInternalServerError) String ¶ added in v0.2.27
func (o *GetAccountsInternalServerError) String() string
type GetAccountsOK ¶ added in v0.2.21
type GetAccountsOK 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.DomainDiscoverAPIAccountEntitiesResponse }
GetAccountsOK describes a response with status code 200, with default header values.
OK
func NewGetAccountsOK ¶ added in v0.2.21
func NewGetAccountsOK() *GetAccountsOK
NewGetAccountsOK creates a GetAccountsOK with default headers values
func (*GetAccountsOK) Code ¶ added in v0.2.33
func (o *GetAccountsOK) Code() int
Code gets the status code for the get accounts o k response
func (*GetAccountsOK) Error ¶ added in v0.2.21
func (o *GetAccountsOK) Error() string
func (*GetAccountsOK) GetPayload ¶ added in v0.2.21
func (o *GetAccountsOK) GetPayload() *models.DomainDiscoverAPIAccountEntitiesResponse
func (*GetAccountsOK) IsClientError ¶ added in v0.2.27
func (o *GetAccountsOK) IsClientError() bool
IsClientError returns true when this get accounts o k response has a 4xx status code
func (*GetAccountsOK) IsCode ¶ added in v0.2.27
func (o *GetAccountsOK) IsCode(code int) bool
IsCode returns true when this get accounts o k response a status code equal to that given
func (*GetAccountsOK) IsRedirect ¶ added in v0.2.27
func (o *GetAccountsOK) IsRedirect() bool
IsRedirect returns true when this get accounts o k response has a 3xx status code
func (*GetAccountsOK) IsServerError ¶ added in v0.2.27
func (o *GetAccountsOK) IsServerError() bool
IsServerError returns true when this get accounts o k response has a 5xx status code
func (*GetAccountsOK) IsSuccess ¶ added in v0.2.27
func (o *GetAccountsOK) IsSuccess() bool
IsSuccess returns true when this get accounts o k response has a 2xx status code
func (*GetAccountsOK) String ¶ added in v0.2.27
func (o *GetAccountsOK) String() string
type GetAccountsParams ¶ added in v0.2.21
type GetAccountsParams struct { /* Ids. One or more account IDs (max: 100). Find account IDs with GET `/discover/queries/accounts/v1` */ Ids []string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetAccountsParams contains all the parameters to send to the API endpoint
for the get accounts operation. Typically these are written to a http.Request.
func NewGetAccountsParams ¶ added in v0.2.21
func NewGetAccountsParams() *GetAccountsParams
NewGetAccountsParams creates a new GetAccountsParams 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 NewGetAccountsParamsWithContext ¶ added in v0.2.21
func NewGetAccountsParamsWithContext(ctx context.Context) *GetAccountsParams
NewGetAccountsParamsWithContext creates a new GetAccountsParams object with the ability to set a context for a request.
func NewGetAccountsParamsWithHTTPClient ¶ added in v0.2.21
func NewGetAccountsParamsWithHTTPClient(client *http.Client) *GetAccountsParams
NewGetAccountsParamsWithHTTPClient creates a new GetAccountsParams object with the ability to set a custom HTTPClient for a request.
func NewGetAccountsParamsWithTimeout ¶ added in v0.2.21
func NewGetAccountsParamsWithTimeout(timeout time.Duration) *GetAccountsParams
NewGetAccountsParamsWithTimeout creates a new GetAccountsParams object with the ability to set a timeout on a request.
func (*GetAccountsParams) SetContext ¶ added in v0.2.21
func (o *GetAccountsParams) SetContext(ctx context.Context)
SetContext adds the context to the get accounts params
func (*GetAccountsParams) SetDefaults ¶ added in v0.2.21
func (o *GetAccountsParams) SetDefaults()
SetDefaults hydrates default values in the get accounts params (not the query body).
All values with no default are reset to their zero value.
func (*GetAccountsParams) SetHTTPClient ¶ added in v0.2.21
func (o *GetAccountsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get accounts params
func (*GetAccountsParams) SetIds ¶ added in v0.2.21
func (o *GetAccountsParams) SetIds(ids []string)
SetIds adds the ids to the get accounts params
func (*GetAccountsParams) SetTimeout ¶ added in v0.2.21
func (o *GetAccountsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get accounts params
func (*GetAccountsParams) WithContext ¶ added in v0.2.21
func (o *GetAccountsParams) WithContext(ctx context.Context) *GetAccountsParams
WithContext adds the context to the get accounts params
func (*GetAccountsParams) WithDefaults ¶ added in v0.2.21
func (o *GetAccountsParams) WithDefaults() *GetAccountsParams
WithDefaults hydrates default values in the get accounts params (not the query body).
All values with no default are reset to their zero value.
func (*GetAccountsParams) WithHTTPClient ¶ added in v0.2.21
func (o *GetAccountsParams) WithHTTPClient(client *http.Client) *GetAccountsParams
WithHTTPClient adds the HTTPClient to the get accounts params
func (*GetAccountsParams) WithIds ¶ added in v0.2.21
func (o *GetAccountsParams) WithIds(ids []string) *GetAccountsParams
WithIds adds the ids to the get accounts params
func (*GetAccountsParams) WithTimeout ¶ added in v0.2.21
func (o *GetAccountsParams) WithTimeout(timeout time.Duration) *GetAccountsParams
WithTimeout adds the timeout to the get accounts params
func (*GetAccountsParams) WriteToRequest ¶ added in v0.2.21
func (o *GetAccountsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetAccountsReader ¶ added in v0.2.21
type GetAccountsReader struct {
// contains filtered or unexported fields
}
GetAccountsReader is a Reader for the GetAccounts structure.
func (*GetAccountsReader) ReadResponse ¶ added in v0.2.21
func (o *GetAccountsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetAccountsTooManyRequests ¶ added in v0.2.21
type GetAccountsTooManyRequests 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 }
GetAccountsTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewGetAccountsTooManyRequests ¶ added in v0.2.21
func NewGetAccountsTooManyRequests() *GetAccountsTooManyRequests
NewGetAccountsTooManyRequests creates a GetAccountsTooManyRequests with default headers values
func (*GetAccountsTooManyRequests) Code ¶ added in v0.2.33
func (o *GetAccountsTooManyRequests) Code() int
Code gets the status code for the get accounts too many requests response
func (*GetAccountsTooManyRequests) Error ¶ added in v0.2.21
func (o *GetAccountsTooManyRequests) Error() string
func (*GetAccountsTooManyRequests) GetPayload ¶ added in v0.2.21
func (o *GetAccountsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*GetAccountsTooManyRequests) IsClientError ¶ added in v0.2.27
func (o *GetAccountsTooManyRequests) IsClientError() bool
IsClientError returns true when this get accounts too many requests response has a 4xx status code
func (*GetAccountsTooManyRequests) IsCode ¶ added in v0.2.27
func (o *GetAccountsTooManyRequests) IsCode(code int) bool
IsCode returns true when this get accounts too many requests response a status code equal to that given
func (*GetAccountsTooManyRequests) IsRedirect ¶ added in v0.2.27
func (o *GetAccountsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get accounts too many requests response has a 3xx status code
func (*GetAccountsTooManyRequests) IsServerError ¶ added in v0.2.27
func (o *GetAccountsTooManyRequests) IsServerError() bool
IsServerError returns true when this get accounts too many requests response has a 5xx status code
func (*GetAccountsTooManyRequests) IsSuccess ¶ added in v0.2.27
func (o *GetAccountsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get accounts too many requests response has a 2xx status code
func (*GetAccountsTooManyRequests) String ¶ added in v0.2.27
func (o *GetAccountsTooManyRequests) String() string
type GetApplicationsBadRequest ¶ added in v0.2.33
type GetApplicationsBadRequest 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.MsaspecResponseFields }
GetApplicationsBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewGetApplicationsBadRequest ¶ added in v0.2.33
func NewGetApplicationsBadRequest() *GetApplicationsBadRequest
NewGetApplicationsBadRequest creates a GetApplicationsBadRequest with default headers values
func (*GetApplicationsBadRequest) Code ¶ added in v0.2.33
func (o *GetApplicationsBadRequest) Code() int
Code gets the status code for the get applications bad request response
func (*GetApplicationsBadRequest) Error ¶ added in v0.2.33
func (o *GetApplicationsBadRequest) Error() string
func (*GetApplicationsBadRequest) GetPayload ¶ added in v0.2.33
func (o *GetApplicationsBadRequest) GetPayload() *models.MsaspecResponseFields
func (*GetApplicationsBadRequest) IsClientError ¶ added in v0.2.33
func (o *GetApplicationsBadRequest) IsClientError() bool
IsClientError returns true when this get applications bad request response has a 4xx status code
func (*GetApplicationsBadRequest) IsCode ¶ added in v0.2.33
func (o *GetApplicationsBadRequest) IsCode(code int) bool
IsCode returns true when this get applications bad request response a status code equal to that given
func (*GetApplicationsBadRequest) IsRedirect ¶ added in v0.2.33
func (o *GetApplicationsBadRequest) IsRedirect() bool
IsRedirect returns true when this get applications bad request response has a 3xx status code
func (*GetApplicationsBadRequest) IsServerError ¶ added in v0.2.33
func (o *GetApplicationsBadRequest) IsServerError() bool
IsServerError returns true when this get applications bad request response has a 5xx status code
func (*GetApplicationsBadRequest) IsSuccess ¶ added in v0.2.33
func (o *GetApplicationsBadRequest) IsSuccess() bool
IsSuccess returns true when this get applications bad request response has a 2xx status code
func (*GetApplicationsBadRequest) String ¶ added in v0.2.33
func (o *GetApplicationsBadRequest) String() string
type GetApplicationsForbidden ¶ added in v0.2.33
type GetApplicationsForbidden 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 }
GetApplicationsForbidden describes a response with status code 403, with default header values.
Forbidden
func NewGetApplicationsForbidden ¶ added in v0.2.33
func NewGetApplicationsForbidden() *GetApplicationsForbidden
NewGetApplicationsForbidden creates a GetApplicationsForbidden with default headers values
func (*GetApplicationsForbidden) Code ¶ added in v0.2.33
func (o *GetApplicationsForbidden) Code() int
Code gets the status code for the get applications forbidden response
func (*GetApplicationsForbidden) Error ¶ added in v0.2.33
func (o *GetApplicationsForbidden) Error() string
func (*GetApplicationsForbidden) GetPayload ¶ added in v0.2.33
func (o *GetApplicationsForbidden) GetPayload() *models.MsaReplyMetaOnly
func (*GetApplicationsForbidden) IsClientError ¶ added in v0.2.33
func (o *GetApplicationsForbidden) IsClientError() bool
IsClientError returns true when this get applications forbidden response has a 4xx status code
func (*GetApplicationsForbidden) IsCode ¶ added in v0.2.33
func (o *GetApplicationsForbidden) IsCode(code int) bool
IsCode returns true when this get applications forbidden response a status code equal to that given
func (*GetApplicationsForbidden) IsRedirect ¶ added in v0.2.33
func (o *GetApplicationsForbidden) IsRedirect() bool
IsRedirect returns true when this get applications forbidden response has a 3xx status code
func (*GetApplicationsForbidden) IsServerError ¶ added in v0.2.33
func (o *GetApplicationsForbidden) IsServerError() bool
IsServerError returns true when this get applications forbidden response has a 5xx status code
func (*GetApplicationsForbidden) IsSuccess ¶ added in v0.2.33
func (o *GetApplicationsForbidden) IsSuccess() bool
IsSuccess returns true when this get applications forbidden response has a 2xx status code
func (*GetApplicationsForbidden) String ¶ added in v0.2.33
func (o *GetApplicationsForbidden) String() string
type GetApplicationsInternalServerError ¶ added in v0.2.33
type GetApplicationsInternalServerError 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.MsaspecResponseFields }
GetApplicationsInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewGetApplicationsInternalServerError ¶ added in v0.2.33
func NewGetApplicationsInternalServerError() *GetApplicationsInternalServerError
NewGetApplicationsInternalServerError creates a GetApplicationsInternalServerError with default headers values
func (*GetApplicationsInternalServerError) Code ¶ added in v0.2.33
func (o *GetApplicationsInternalServerError) Code() int
Code gets the status code for the get applications internal server error response
func (*GetApplicationsInternalServerError) Error ¶ added in v0.2.33
func (o *GetApplicationsInternalServerError) Error() string
func (*GetApplicationsInternalServerError) GetPayload ¶ added in v0.2.33
func (o *GetApplicationsInternalServerError) GetPayload() *models.MsaspecResponseFields
func (*GetApplicationsInternalServerError) IsClientError ¶ added in v0.2.33
func (o *GetApplicationsInternalServerError) IsClientError() bool
IsClientError returns true when this get applications internal server error response has a 4xx status code
func (*GetApplicationsInternalServerError) IsCode ¶ added in v0.2.33
func (o *GetApplicationsInternalServerError) IsCode(code int) bool
IsCode returns true when this get applications internal server error response a status code equal to that given
func (*GetApplicationsInternalServerError) IsRedirect ¶ added in v0.2.33
func (o *GetApplicationsInternalServerError) IsRedirect() bool
IsRedirect returns true when this get applications internal server error response has a 3xx status code
func (*GetApplicationsInternalServerError) IsServerError ¶ added in v0.2.33
func (o *GetApplicationsInternalServerError) IsServerError() bool
IsServerError returns true when this get applications internal server error response has a 5xx status code
func (*GetApplicationsInternalServerError) IsSuccess ¶ added in v0.2.33
func (o *GetApplicationsInternalServerError) IsSuccess() bool
IsSuccess returns true when this get applications internal server error response has a 2xx status code
func (*GetApplicationsInternalServerError) String ¶ added in v0.2.33
func (o *GetApplicationsInternalServerError) String() string
type GetApplicationsOK ¶ added in v0.2.33
type GetApplicationsOK 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.DomainDiscoverAPIApplicationEntitiesResponse }
GetApplicationsOK describes a response with status code 200, with default header values.
OK
func NewGetApplicationsOK ¶ added in v0.2.33
func NewGetApplicationsOK() *GetApplicationsOK
NewGetApplicationsOK creates a GetApplicationsOK with default headers values
func (*GetApplicationsOK) Code ¶ added in v0.2.33
func (o *GetApplicationsOK) Code() int
Code gets the status code for the get applications o k response
func (*GetApplicationsOK) Error ¶ added in v0.2.33
func (o *GetApplicationsOK) Error() string
func (*GetApplicationsOK) GetPayload ¶ added in v0.2.33
func (o *GetApplicationsOK) GetPayload() *models.DomainDiscoverAPIApplicationEntitiesResponse
func (*GetApplicationsOK) IsClientError ¶ added in v0.2.33
func (o *GetApplicationsOK) IsClientError() bool
IsClientError returns true when this get applications o k response has a 4xx status code
func (*GetApplicationsOK) IsCode ¶ added in v0.2.33
func (o *GetApplicationsOK) IsCode(code int) bool
IsCode returns true when this get applications o k response a status code equal to that given
func (*GetApplicationsOK) IsRedirect ¶ added in v0.2.33
func (o *GetApplicationsOK) IsRedirect() bool
IsRedirect returns true when this get applications o k response has a 3xx status code
func (*GetApplicationsOK) IsServerError ¶ added in v0.2.33
func (o *GetApplicationsOK) IsServerError() bool
IsServerError returns true when this get applications o k response has a 5xx status code
func (*GetApplicationsOK) IsSuccess ¶ added in v0.2.33
func (o *GetApplicationsOK) IsSuccess() bool
IsSuccess returns true when this get applications o k response has a 2xx status code
func (*GetApplicationsOK) String ¶ added in v0.2.33
func (o *GetApplicationsOK) String() string
type GetApplicationsParams ¶ added in v0.2.33
type GetApplicationsParams struct { /* Ids. The IDs of applications to retrieve. (Min: 1, Max: 100) */ Ids []string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetApplicationsParams contains all the parameters to send to the API endpoint
for the get applications operation. Typically these are written to a http.Request.
func NewGetApplicationsParams ¶ added in v0.2.33
func NewGetApplicationsParams() *GetApplicationsParams
NewGetApplicationsParams creates a new GetApplicationsParams 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 NewGetApplicationsParamsWithContext ¶ added in v0.2.33
func NewGetApplicationsParamsWithContext(ctx context.Context) *GetApplicationsParams
NewGetApplicationsParamsWithContext creates a new GetApplicationsParams object with the ability to set a context for a request.
func NewGetApplicationsParamsWithHTTPClient ¶ added in v0.2.33
func NewGetApplicationsParamsWithHTTPClient(client *http.Client) *GetApplicationsParams
NewGetApplicationsParamsWithHTTPClient creates a new GetApplicationsParams object with the ability to set a custom HTTPClient for a request.
func NewGetApplicationsParamsWithTimeout ¶ added in v0.2.33
func NewGetApplicationsParamsWithTimeout(timeout time.Duration) *GetApplicationsParams
NewGetApplicationsParamsWithTimeout creates a new GetApplicationsParams object with the ability to set a timeout on a request.
func (*GetApplicationsParams) SetContext ¶ added in v0.2.33
func (o *GetApplicationsParams) SetContext(ctx context.Context)
SetContext adds the context to the get applications params
func (*GetApplicationsParams) SetDefaults ¶ added in v0.2.33
func (o *GetApplicationsParams) SetDefaults()
SetDefaults hydrates default values in the get applications params (not the query body).
All values with no default are reset to their zero value.
func (*GetApplicationsParams) SetHTTPClient ¶ added in v0.2.33
func (o *GetApplicationsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get applications params
func (*GetApplicationsParams) SetIds ¶ added in v0.2.33
func (o *GetApplicationsParams) SetIds(ids []string)
SetIds adds the ids to the get applications params
func (*GetApplicationsParams) SetTimeout ¶ added in v0.2.33
func (o *GetApplicationsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get applications params
func (*GetApplicationsParams) WithContext ¶ added in v0.2.33
func (o *GetApplicationsParams) WithContext(ctx context.Context) *GetApplicationsParams
WithContext adds the context to the get applications params
func (*GetApplicationsParams) WithDefaults ¶ added in v0.2.33
func (o *GetApplicationsParams) WithDefaults() *GetApplicationsParams
WithDefaults hydrates default values in the get applications params (not the query body).
All values with no default are reset to their zero value.
func (*GetApplicationsParams) WithHTTPClient ¶ added in v0.2.33
func (o *GetApplicationsParams) WithHTTPClient(client *http.Client) *GetApplicationsParams
WithHTTPClient adds the HTTPClient to the get applications params
func (*GetApplicationsParams) WithIds ¶ added in v0.2.33
func (o *GetApplicationsParams) WithIds(ids []string) *GetApplicationsParams
WithIds adds the ids to the get applications params
func (*GetApplicationsParams) WithTimeout ¶ added in v0.2.33
func (o *GetApplicationsParams) WithTimeout(timeout time.Duration) *GetApplicationsParams
WithTimeout adds the timeout to the get applications params
func (*GetApplicationsParams) WriteToRequest ¶ added in v0.2.33
func (o *GetApplicationsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetApplicationsReader ¶ added in v0.2.33
type GetApplicationsReader struct {
// contains filtered or unexported fields
}
GetApplicationsReader is a Reader for the GetApplications structure.
func (*GetApplicationsReader) ReadResponse ¶ added in v0.2.33
func (o *GetApplicationsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetApplicationsTooManyRequests ¶ added in v0.2.33
type GetApplicationsTooManyRequests 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 }
GetApplicationsTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewGetApplicationsTooManyRequests ¶ added in v0.2.33
func NewGetApplicationsTooManyRequests() *GetApplicationsTooManyRequests
NewGetApplicationsTooManyRequests creates a GetApplicationsTooManyRequests with default headers values
func (*GetApplicationsTooManyRequests) Code ¶ added in v0.2.33
func (o *GetApplicationsTooManyRequests) Code() int
Code gets the status code for the get applications too many requests response
func (*GetApplicationsTooManyRequests) Error ¶ added in v0.2.33
func (o *GetApplicationsTooManyRequests) Error() string
func (*GetApplicationsTooManyRequests) GetPayload ¶ added in v0.2.33
func (o *GetApplicationsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*GetApplicationsTooManyRequests) IsClientError ¶ added in v0.2.33
func (o *GetApplicationsTooManyRequests) IsClientError() bool
IsClientError returns true when this get applications too many requests response has a 4xx status code
func (*GetApplicationsTooManyRequests) IsCode ¶ added in v0.2.33
func (o *GetApplicationsTooManyRequests) IsCode(code int) bool
IsCode returns true when this get applications too many requests response a status code equal to that given
func (*GetApplicationsTooManyRequests) IsRedirect ¶ added in v0.2.33
func (o *GetApplicationsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get applications too many requests response has a 3xx status code
func (*GetApplicationsTooManyRequests) IsServerError ¶ added in v0.2.33
func (o *GetApplicationsTooManyRequests) IsServerError() bool
IsServerError returns true when this get applications too many requests response has a 5xx status code
func (*GetApplicationsTooManyRequests) IsSuccess ¶ added in v0.2.33
func (o *GetApplicationsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get applications too many requests response has a 2xx status code
func (*GetApplicationsTooManyRequests) String ¶ added in v0.2.33
func (o *GetApplicationsTooManyRequests) String() string
type GetHostsBadRequest ¶
type GetHostsBadRequest 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.MsaspecResponseFields }
GetHostsBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewGetHostsBadRequest ¶
func NewGetHostsBadRequest() *GetHostsBadRequest
NewGetHostsBadRequest creates a GetHostsBadRequest with default headers values
func (*GetHostsBadRequest) Code ¶ added in v0.2.33
func (o *GetHostsBadRequest) Code() int
Code gets the status code for the get hosts bad request response
func (*GetHostsBadRequest) Error ¶
func (o *GetHostsBadRequest) Error() string
func (*GetHostsBadRequest) GetPayload ¶
func (o *GetHostsBadRequest) GetPayload() *models.MsaspecResponseFields
func (*GetHostsBadRequest) IsClientError ¶ added in v0.2.27
func (o *GetHostsBadRequest) IsClientError() bool
IsClientError returns true when this get hosts bad request response has a 4xx status code
func (*GetHostsBadRequest) IsCode ¶ added in v0.2.27
func (o *GetHostsBadRequest) IsCode(code int) bool
IsCode returns true when this get hosts bad request response a status code equal to that given
func (*GetHostsBadRequest) IsRedirect ¶ added in v0.2.27
func (o *GetHostsBadRequest) IsRedirect() bool
IsRedirect returns true when this get hosts bad request response has a 3xx status code
func (*GetHostsBadRequest) IsServerError ¶ added in v0.2.27
func (o *GetHostsBadRequest) IsServerError() bool
IsServerError returns true when this get hosts bad request response has a 5xx status code
func (*GetHostsBadRequest) IsSuccess ¶ added in v0.2.27
func (o *GetHostsBadRequest) IsSuccess() bool
IsSuccess returns true when this get hosts bad request response has a 2xx status code
func (*GetHostsBadRequest) String ¶ added in v0.2.27
func (o *GetHostsBadRequest) String() string
type GetHostsForbidden ¶
type GetHostsForbidden 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 }
GetHostsForbidden describes a response with status code 403, with default header values.
Forbidden
func NewGetHostsForbidden ¶
func NewGetHostsForbidden() *GetHostsForbidden
NewGetHostsForbidden creates a GetHostsForbidden with default headers values
func (*GetHostsForbidden) Code ¶ added in v0.2.33
func (o *GetHostsForbidden) Code() int
Code gets the status code for the get hosts forbidden response
func (*GetHostsForbidden) Error ¶
func (o *GetHostsForbidden) Error() string
func (*GetHostsForbidden) GetPayload ¶
func (o *GetHostsForbidden) GetPayload() *models.MsaReplyMetaOnly
func (*GetHostsForbidden) IsClientError ¶ added in v0.2.27
func (o *GetHostsForbidden) IsClientError() bool
IsClientError returns true when this get hosts forbidden response has a 4xx status code
func (*GetHostsForbidden) IsCode ¶ added in v0.2.27
func (o *GetHostsForbidden) IsCode(code int) bool
IsCode returns true when this get hosts forbidden response a status code equal to that given
func (*GetHostsForbidden) IsRedirect ¶ added in v0.2.27
func (o *GetHostsForbidden) IsRedirect() bool
IsRedirect returns true when this get hosts forbidden response has a 3xx status code
func (*GetHostsForbidden) IsServerError ¶ added in v0.2.27
func (o *GetHostsForbidden) IsServerError() bool
IsServerError returns true when this get hosts forbidden response has a 5xx status code
func (*GetHostsForbidden) IsSuccess ¶ added in v0.2.27
func (o *GetHostsForbidden) IsSuccess() bool
IsSuccess returns true when this get hosts forbidden response has a 2xx status code
func (*GetHostsForbidden) String ¶ added in v0.2.27
func (o *GetHostsForbidden) String() string
type GetHostsInternalServerError ¶
type GetHostsInternalServerError 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.MsaspecResponseFields }
GetHostsInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewGetHostsInternalServerError ¶
func NewGetHostsInternalServerError() *GetHostsInternalServerError
NewGetHostsInternalServerError creates a GetHostsInternalServerError with default headers values
func (*GetHostsInternalServerError) Code ¶ added in v0.2.33
func (o *GetHostsInternalServerError) Code() int
Code gets the status code for the get hosts internal server error response
func (*GetHostsInternalServerError) Error ¶
func (o *GetHostsInternalServerError) Error() string
func (*GetHostsInternalServerError) GetPayload ¶
func (o *GetHostsInternalServerError) GetPayload() *models.MsaspecResponseFields
func (*GetHostsInternalServerError) IsClientError ¶ added in v0.2.27
func (o *GetHostsInternalServerError) IsClientError() bool
IsClientError returns true when this get hosts internal server error response has a 4xx status code
func (*GetHostsInternalServerError) IsCode ¶ added in v0.2.27
func (o *GetHostsInternalServerError) IsCode(code int) bool
IsCode returns true when this get hosts internal server error response a status code equal to that given
func (*GetHostsInternalServerError) IsRedirect ¶ added in v0.2.27
func (o *GetHostsInternalServerError) IsRedirect() bool
IsRedirect returns true when this get hosts internal server error response has a 3xx status code
func (*GetHostsInternalServerError) IsServerError ¶ added in v0.2.27
func (o *GetHostsInternalServerError) IsServerError() bool
IsServerError returns true when this get hosts internal server error response has a 5xx status code
func (*GetHostsInternalServerError) IsSuccess ¶ added in v0.2.27
func (o *GetHostsInternalServerError) IsSuccess() bool
IsSuccess returns true when this get hosts internal server error response has a 2xx status code
func (*GetHostsInternalServerError) String ¶ added in v0.2.27
func (o *GetHostsInternalServerError) String() string
type GetHostsOK ¶
type GetHostsOK 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.DomainDiscoverAPIHostEntitiesResponse }
GetHostsOK describes a response with status code 200, with default header values.
OK
func NewGetHostsOK ¶
func NewGetHostsOK() *GetHostsOK
NewGetHostsOK creates a GetHostsOK with default headers values
func (*GetHostsOK) Code ¶ added in v0.2.33
func (o *GetHostsOK) Code() int
Code gets the status code for the get hosts o k response
func (*GetHostsOK) Error ¶
func (o *GetHostsOK) Error() string
func (*GetHostsOK) GetPayload ¶
func (o *GetHostsOK) GetPayload() *models.DomainDiscoverAPIHostEntitiesResponse
func (*GetHostsOK) IsClientError ¶ added in v0.2.27
func (o *GetHostsOK) IsClientError() bool
IsClientError returns true when this get hosts o k response has a 4xx status code
func (*GetHostsOK) IsCode ¶ added in v0.2.27
func (o *GetHostsOK) IsCode(code int) bool
IsCode returns true when this get hosts o k response a status code equal to that given
func (*GetHostsOK) IsRedirect ¶ added in v0.2.27
func (o *GetHostsOK) IsRedirect() bool
IsRedirect returns true when this get hosts o k response has a 3xx status code
func (*GetHostsOK) IsServerError ¶ added in v0.2.27
func (o *GetHostsOK) IsServerError() bool
IsServerError returns true when this get hosts o k response has a 5xx status code
func (*GetHostsOK) IsSuccess ¶ added in v0.2.27
func (o *GetHostsOK) IsSuccess() bool
IsSuccess returns true when this get hosts o k response has a 2xx status code
func (*GetHostsOK) String ¶ added in v0.2.27
func (o *GetHostsOK) String() string
type GetHostsParams ¶
type GetHostsParams struct { /* Ids. One or more asset IDs (max: 100). Find asset IDs with GET `/discover/queries/hosts/v1` */ Ids []string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetHostsParams contains all the parameters to send to the API endpoint
for the get hosts operation. Typically these are written to a http.Request.
func NewGetHostsParams ¶
func NewGetHostsParams() *GetHostsParams
NewGetHostsParams creates a new GetHostsParams 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 NewGetHostsParamsWithContext ¶
func NewGetHostsParamsWithContext(ctx context.Context) *GetHostsParams
NewGetHostsParamsWithContext creates a new GetHostsParams object with the ability to set a context for a request.
func NewGetHostsParamsWithHTTPClient ¶
func NewGetHostsParamsWithHTTPClient(client *http.Client) *GetHostsParams
NewGetHostsParamsWithHTTPClient creates a new GetHostsParams object with the ability to set a custom HTTPClient for a request.
func NewGetHostsParamsWithTimeout ¶
func NewGetHostsParamsWithTimeout(timeout time.Duration) *GetHostsParams
NewGetHostsParamsWithTimeout creates a new GetHostsParams object with the ability to set a timeout on a request.
func (*GetHostsParams) SetContext ¶
func (o *GetHostsParams) SetContext(ctx context.Context)
SetContext adds the context to the get hosts params
func (*GetHostsParams) SetDefaults ¶
func (o *GetHostsParams) SetDefaults()
SetDefaults hydrates default values in the get hosts params (not the query body).
All values with no default are reset to their zero value.
func (*GetHostsParams) SetHTTPClient ¶
func (o *GetHostsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get hosts params
func (*GetHostsParams) SetIds ¶
func (o *GetHostsParams) SetIds(ids []string)
SetIds adds the ids to the get hosts params
func (*GetHostsParams) SetTimeout ¶
func (o *GetHostsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get hosts params
func (*GetHostsParams) WithContext ¶
func (o *GetHostsParams) WithContext(ctx context.Context) *GetHostsParams
WithContext adds the context to the get hosts params
func (*GetHostsParams) WithDefaults ¶
func (o *GetHostsParams) WithDefaults() *GetHostsParams
WithDefaults hydrates default values in the get hosts params (not the query body).
All values with no default are reset to their zero value.
func (*GetHostsParams) WithHTTPClient ¶
func (o *GetHostsParams) WithHTTPClient(client *http.Client) *GetHostsParams
WithHTTPClient adds the HTTPClient to the get hosts params
func (*GetHostsParams) WithIds ¶
func (o *GetHostsParams) WithIds(ids []string) *GetHostsParams
WithIds adds the ids to the get hosts params
func (*GetHostsParams) WithTimeout ¶
func (o *GetHostsParams) WithTimeout(timeout time.Duration) *GetHostsParams
WithTimeout adds the timeout to the get hosts params
func (*GetHostsParams) WriteToRequest ¶
func (o *GetHostsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetHostsReader ¶
type GetHostsReader struct {
// contains filtered or unexported fields
}
GetHostsReader is a Reader for the GetHosts structure.
func (*GetHostsReader) ReadResponse ¶
func (o *GetHostsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetHostsTooManyRequests ¶
type GetHostsTooManyRequests 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 }
GetHostsTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewGetHostsTooManyRequests ¶
func NewGetHostsTooManyRequests() *GetHostsTooManyRequests
NewGetHostsTooManyRequests creates a GetHostsTooManyRequests with default headers values
func (*GetHostsTooManyRequests) Code ¶ added in v0.2.33
func (o *GetHostsTooManyRequests) Code() int
Code gets the status code for the get hosts too many requests response
func (*GetHostsTooManyRequests) Error ¶
func (o *GetHostsTooManyRequests) Error() string
func (*GetHostsTooManyRequests) GetPayload ¶
func (o *GetHostsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*GetHostsTooManyRequests) IsClientError ¶ added in v0.2.27
func (o *GetHostsTooManyRequests) IsClientError() bool
IsClientError returns true when this get hosts too many requests response has a 4xx status code
func (*GetHostsTooManyRequests) IsCode ¶ added in v0.2.27
func (o *GetHostsTooManyRequests) IsCode(code int) bool
IsCode returns true when this get hosts too many requests response a status code equal to that given
func (*GetHostsTooManyRequests) IsRedirect ¶ added in v0.2.27
func (o *GetHostsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get hosts too many requests response has a 3xx status code
func (*GetHostsTooManyRequests) IsServerError ¶ added in v0.2.27
func (o *GetHostsTooManyRequests) IsServerError() bool
IsServerError returns true when this get hosts too many requests response has a 5xx status code
func (*GetHostsTooManyRequests) IsSuccess ¶ added in v0.2.27
func (o *GetHostsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get hosts too many requests response has a 2xx status code
func (*GetHostsTooManyRequests) String ¶ added in v0.2.27
func (o *GetHostsTooManyRequests) String() string
type GetLoginsBadRequest ¶ added in v0.2.21
type GetLoginsBadRequest 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 }
GetLoginsBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewGetLoginsBadRequest ¶ added in v0.2.21
func NewGetLoginsBadRequest() *GetLoginsBadRequest
NewGetLoginsBadRequest creates a GetLoginsBadRequest with default headers values
func (*GetLoginsBadRequest) Code ¶ added in v0.2.33
func (o *GetLoginsBadRequest) Code() int
Code gets the status code for the get logins bad request response
func (*GetLoginsBadRequest) Error ¶ added in v0.2.21
func (o *GetLoginsBadRequest) Error() string
func (*GetLoginsBadRequest) GetPayload ¶ added in v0.2.21
func (o *GetLoginsBadRequest) GetPayload() *models.MsaReplyMetaOnly
func (*GetLoginsBadRequest) IsClientError ¶ added in v0.2.27
func (o *GetLoginsBadRequest) IsClientError() bool
IsClientError returns true when this get logins bad request response has a 4xx status code
func (*GetLoginsBadRequest) IsCode ¶ added in v0.2.27
func (o *GetLoginsBadRequest) IsCode(code int) bool
IsCode returns true when this get logins bad request response a status code equal to that given
func (*GetLoginsBadRequest) IsRedirect ¶ added in v0.2.27
func (o *GetLoginsBadRequest) IsRedirect() bool
IsRedirect returns true when this get logins bad request response has a 3xx status code
func (*GetLoginsBadRequest) IsServerError ¶ added in v0.2.27
func (o *GetLoginsBadRequest) IsServerError() bool
IsServerError returns true when this get logins bad request response has a 5xx status code
func (*GetLoginsBadRequest) IsSuccess ¶ added in v0.2.27
func (o *GetLoginsBadRequest) IsSuccess() bool
IsSuccess returns true when this get logins bad request response has a 2xx status code
func (*GetLoginsBadRequest) String ¶ added in v0.2.27
func (o *GetLoginsBadRequest) String() string
type GetLoginsForbidden ¶ added in v0.2.21
type GetLoginsForbidden 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 }
GetLoginsForbidden describes a response with status code 403, with default header values.
Forbidden
func NewGetLoginsForbidden ¶ added in v0.2.21
func NewGetLoginsForbidden() *GetLoginsForbidden
NewGetLoginsForbidden creates a GetLoginsForbidden with default headers values
func (*GetLoginsForbidden) Code ¶ added in v0.2.33
func (o *GetLoginsForbidden) Code() int
Code gets the status code for the get logins forbidden response
func (*GetLoginsForbidden) Error ¶ added in v0.2.21
func (o *GetLoginsForbidden) Error() string
func (*GetLoginsForbidden) GetPayload ¶ added in v0.2.21
func (o *GetLoginsForbidden) GetPayload() *models.MsaReplyMetaOnly
func (*GetLoginsForbidden) IsClientError ¶ added in v0.2.27
func (o *GetLoginsForbidden) IsClientError() bool
IsClientError returns true when this get logins forbidden response has a 4xx status code
func (*GetLoginsForbidden) IsCode ¶ added in v0.2.27
func (o *GetLoginsForbidden) IsCode(code int) bool
IsCode returns true when this get logins forbidden response a status code equal to that given
func (*GetLoginsForbidden) IsRedirect ¶ added in v0.2.27
func (o *GetLoginsForbidden) IsRedirect() bool
IsRedirect returns true when this get logins forbidden response has a 3xx status code
func (*GetLoginsForbidden) IsServerError ¶ added in v0.2.27
func (o *GetLoginsForbidden) IsServerError() bool
IsServerError returns true when this get logins forbidden response has a 5xx status code
func (*GetLoginsForbidden) IsSuccess ¶ added in v0.2.27
func (o *GetLoginsForbidden) IsSuccess() bool
IsSuccess returns true when this get logins forbidden response has a 2xx status code
func (*GetLoginsForbidden) String ¶ added in v0.2.27
func (o *GetLoginsForbidden) String() string
type GetLoginsInternalServerError ¶ added in v0.2.21
type GetLoginsInternalServerError 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 }
GetLoginsInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewGetLoginsInternalServerError ¶ added in v0.2.21
func NewGetLoginsInternalServerError() *GetLoginsInternalServerError
NewGetLoginsInternalServerError creates a GetLoginsInternalServerError with default headers values
func (*GetLoginsInternalServerError) Code ¶ added in v0.2.33
func (o *GetLoginsInternalServerError) Code() int
Code gets the status code for the get logins internal server error response
func (*GetLoginsInternalServerError) Error ¶ added in v0.2.21
func (o *GetLoginsInternalServerError) Error() string
func (*GetLoginsInternalServerError) GetPayload ¶ added in v0.2.21
func (o *GetLoginsInternalServerError) GetPayload() *models.MsaReplyMetaOnly
func (*GetLoginsInternalServerError) IsClientError ¶ added in v0.2.27
func (o *GetLoginsInternalServerError) IsClientError() bool
IsClientError returns true when this get logins internal server error response has a 4xx status code
func (*GetLoginsInternalServerError) IsCode ¶ added in v0.2.27
func (o *GetLoginsInternalServerError) IsCode(code int) bool
IsCode returns true when this get logins internal server error response a status code equal to that given
func (*GetLoginsInternalServerError) IsRedirect ¶ added in v0.2.27
func (o *GetLoginsInternalServerError) IsRedirect() bool
IsRedirect returns true when this get logins internal server error response has a 3xx status code
func (*GetLoginsInternalServerError) IsServerError ¶ added in v0.2.27
func (o *GetLoginsInternalServerError) IsServerError() bool
IsServerError returns true when this get logins internal server error response has a 5xx status code
func (*GetLoginsInternalServerError) IsSuccess ¶ added in v0.2.27
func (o *GetLoginsInternalServerError) IsSuccess() bool
IsSuccess returns true when this get logins internal server error response has a 2xx status code
func (*GetLoginsInternalServerError) String ¶ added in v0.2.27
func (o *GetLoginsInternalServerError) String() string
type GetLoginsOK ¶ added in v0.2.21
type GetLoginsOK 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.DomainDiscoverAPILoginEntitiesResponse }
GetLoginsOK describes a response with status code 200, with default header values.
OK
func NewGetLoginsOK ¶ added in v0.2.21
func NewGetLoginsOK() *GetLoginsOK
NewGetLoginsOK creates a GetLoginsOK with default headers values
func (*GetLoginsOK) Code ¶ added in v0.2.33
func (o *GetLoginsOK) Code() int
Code gets the status code for the get logins o k response
func (*GetLoginsOK) Error ¶ added in v0.2.21
func (o *GetLoginsOK) Error() string
func (*GetLoginsOK) GetPayload ¶ added in v0.2.21
func (o *GetLoginsOK) GetPayload() *models.DomainDiscoverAPILoginEntitiesResponse
func (*GetLoginsOK) IsClientError ¶ added in v0.2.27
func (o *GetLoginsOK) IsClientError() bool
IsClientError returns true when this get logins o k response has a 4xx status code
func (*GetLoginsOK) IsCode ¶ added in v0.2.27
func (o *GetLoginsOK) IsCode(code int) bool
IsCode returns true when this get logins o k response a status code equal to that given
func (*GetLoginsOK) IsRedirect ¶ added in v0.2.27
func (o *GetLoginsOK) IsRedirect() bool
IsRedirect returns true when this get logins o k response has a 3xx status code
func (*GetLoginsOK) IsServerError ¶ added in v0.2.27
func (o *GetLoginsOK) IsServerError() bool
IsServerError returns true when this get logins o k response has a 5xx status code
func (*GetLoginsOK) IsSuccess ¶ added in v0.2.27
func (o *GetLoginsOK) IsSuccess() bool
IsSuccess returns true when this get logins o k response has a 2xx status code
func (*GetLoginsOK) String ¶ added in v0.2.27
func (o *GetLoginsOK) String() string
type GetLoginsParams ¶ added in v0.2.21
type GetLoginsParams struct { /* Ids. One or more login IDs (max: 100). Find login IDs with GET `/discover/queries/logins/v1` */ Ids []string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetLoginsParams contains all the parameters to send to the API endpoint
for the get logins operation. Typically these are written to a http.Request.
func NewGetLoginsParams ¶ added in v0.2.21
func NewGetLoginsParams() *GetLoginsParams
NewGetLoginsParams creates a new GetLoginsParams 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 NewGetLoginsParamsWithContext ¶ added in v0.2.21
func NewGetLoginsParamsWithContext(ctx context.Context) *GetLoginsParams
NewGetLoginsParamsWithContext creates a new GetLoginsParams object with the ability to set a context for a request.
func NewGetLoginsParamsWithHTTPClient ¶ added in v0.2.21
func NewGetLoginsParamsWithHTTPClient(client *http.Client) *GetLoginsParams
NewGetLoginsParamsWithHTTPClient creates a new GetLoginsParams object with the ability to set a custom HTTPClient for a request.
func NewGetLoginsParamsWithTimeout ¶ added in v0.2.21
func NewGetLoginsParamsWithTimeout(timeout time.Duration) *GetLoginsParams
NewGetLoginsParamsWithTimeout creates a new GetLoginsParams object with the ability to set a timeout on a request.
func (*GetLoginsParams) SetContext ¶ added in v0.2.21
func (o *GetLoginsParams) SetContext(ctx context.Context)
SetContext adds the context to the get logins params
func (*GetLoginsParams) SetDefaults ¶ added in v0.2.21
func (o *GetLoginsParams) SetDefaults()
SetDefaults hydrates default values in the get logins params (not the query body).
All values with no default are reset to their zero value.
func (*GetLoginsParams) SetHTTPClient ¶ added in v0.2.21
func (o *GetLoginsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get logins params
func (*GetLoginsParams) SetIds ¶ added in v0.2.21
func (o *GetLoginsParams) SetIds(ids []string)
SetIds adds the ids to the get logins params
func (*GetLoginsParams) SetTimeout ¶ added in v0.2.21
func (o *GetLoginsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get logins params
func (*GetLoginsParams) WithContext ¶ added in v0.2.21
func (o *GetLoginsParams) WithContext(ctx context.Context) *GetLoginsParams
WithContext adds the context to the get logins params
func (*GetLoginsParams) WithDefaults ¶ added in v0.2.21
func (o *GetLoginsParams) WithDefaults() *GetLoginsParams
WithDefaults hydrates default values in the get logins params (not the query body).
All values with no default are reset to their zero value.
func (*GetLoginsParams) WithHTTPClient ¶ added in v0.2.21
func (o *GetLoginsParams) WithHTTPClient(client *http.Client) *GetLoginsParams
WithHTTPClient adds the HTTPClient to the get logins params
func (*GetLoginsParams) WithIds ¶ added in v0.2.21
func (o *GetLoginsParams) WithIds(ids []string) *GetLoginsParams
WithIds adds the ids to the get logins params
func (*GetLoginsParams) WithTimeout ¶ added in v0.2.21
func (o *GetLoginsParams) WithTimeout(timeout time.Duration) *GetLoginsParams
WithTimeout adds the timeout to the get logins params
func (*GetLoginsParams) WriteToRequest ¶ added in v0.2.21
func (o *GetLoginsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetLoginsReader ¶ added in v0.2.21
type GetLoginsReader struct {
// contains filtered or unexported fields
}
GetLoginsReader is a Reader for the GetLogins structure.
func (*GetLoginsReader) ReadResponse ¶ added in v0.2.21
func (o *GetLoginsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetLoginsTooManyRequests ¶ added in v0.2.21
type GetLoginsTooManyRequests 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 }
GetLoginsTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewGetLoginsTooManyRequests ¶ added in v0.2.21
func NewGetLoginsTooManyRequests() *GetLoginsTooManyRequests
NewGetLoginsTooManyRequests creates a GetLoginsTooManyRequests with default headers values
func (*GetLoginsTooManyRequests) Code ¶ added in v0.2.33
func (o *GetLoginsTooManyRequests) Code() int
Code gets the status code for the get logins too many requests response
func (*GetLoginsTooManyRequests) Error ¶ added in v0.2.21
func (o *GetLoginsTooManyRequests) Error() string
func (*GetLoginsTooManyRequests) GetPayload ¶ added in v0.2.21
func (o *GetLoginsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*GetLoginsTooManyRequests) IsClientError ¶ added in v0.2.27
func (o *GetLoginsTooManyRequests) IsClientError() bool
IsClientError returns true when this get logins too many requests response has a 4xx status code
func (*GetLoginsTooManyRequests) IsCode ¶ added in v0.2.27
func (o *GetLoginsTooManyRequests) IsCode(code int) bool
IsCode returns true when this get logins too many requests response a status code equal to that given
func (*GetLoginsTooManyRequests) IsRedirect ¶ added in v0.2.27
func (o *GetLoginsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get logins too many requests response has a 3xx status code
func (*GetLoginsTooManyRequests) IsServerError ¶ added in v0.2.27
func (o *GetLoginsTooManyRequests) IsServerError() bool
IsServerError returns true when this get logins too many requests response has a 5xx status code
func (*GetLoginsTooManyRequests) IsSuccess ¶ added in v0.2.27
func (o *GetLoginsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get logins too many requests response has a 2xx status code
func (*GetLoginsTooManyRequests) String ¶ added in v0.2.27
func (o *GetLoginsTooManyRequests) String() string
type PostExternalAssetsInventoryV1BadRequest ¶ added in v0.10.0
type PostExternalAssetsInventoryV1BadRequest 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.MsaspecResponseFields }
PostExternalAssetsInventoryV1BadRequest describes a response with status code 400, with default header values.
Bad Request
func NewPostExternalAssetsInventoryV1BadRequest ¶ added in v0.10.0
func NewPostExternalAssetsInventoryV1BadRequest() *PostExternalAssetsInventoryV1BadRequest
NewPostExternalAssetsInventoryV1BadRequest creates a PostExternalAssetsInventoryV1BadRequest with default headers values
func (*PostExternalAssetsInventoryV1BadRequest) Code ¶ added in v0.10.0
func (o *PostExternalAssetsInventoryV1BadRequest) Code() int
Code gets the status code for the post external assets inventory v1 bad request response
func (*PostExternalAssetsInventoryV1BadRequest) Error ¶ added in v0.10.0
func (o *PostExternalAssetsInventoryV1BadRequest) Error() string
func (*PostExternalAssetsInventoryV1BadRequest) GetPayload ¶ added in v0.10.0
func (o *PostExternalAssetsInventoryV1BadRequest) GetPayload() *models.MsaspecResponseFields
func (*PostExternalAssetsInventoryV1BadRequest) IsClientError ¶ added in v0.10.0
func (o *PostExternalAssetsInventoryV1BadRequest) IsClientError() bool
IsClientError returns true when this post external assets inventory v1 bad request response has a 4xx status code
func (*PostExternalAssetsInventoryV1BadRequest) IsCode ¶ added in v0.10.0
func (o *PostExternalAssetsInventoryV1BadRequest) IsCode(code int) bool
IsCode returns true when this post external assets inventory v1 bad request response a status code equal to that given
func (*PostExternalAssetsInventoryV1BadRequest) IsRedirect ¶ added in v0.10.0
func (o *PostExternalAssetsInventoryV1BadRequest) IsRedirect() bool
IsRedirect returns true when this post external assets inventory v1 bad request response has a 3xx status code
func (*PostExternalAssetsInventoryV1BadRequest) IsServerError ¶ added in v0.10.0
func (o *PostExternalAssetsInventoryV1BadRequest) IsServerError() bool
IsServerError returns true when this post external assets inventory v1 bad request response has a 5xx status code
func (*PostExternalAssetsInventoryV1BadRequest) IsSuccess ¶ added in v0.10.0
func (o *PostExternalAssetsInventoryV1BadRequest) IsSuccess() bool
IsSuccess returns true when this post external assets inventory v1 bad request response has a 2xx status code
func (*PostExternalAssetsInventoryV1BadRequest) String ¶ added in v0.10.0
func (o *PostExternalAssetsInventoryV1BadRequest) String() string
type PostExternalAssetsInventoryV1Forbidden ¶ added in v0.10.0
type PostExternalAssetsInventoryV1Forbidden 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 }
PostExternalAssetsInventoryV1Forbidden describes a response with status code 403, with default header values.
Forbidden
func NewPostExternalAssetsInventoryV1Forbidden ¶ added in v0.10.0
func NewPostExternalAssetsInventoryV1Forbidden() *PostExternalAssetsInventoryV1Forbidden
NewPostExternalAssetsInventoryV1Forbidden creates a PostExternalAssetsInventoryV1Forbidden with default headers values
func (*PostExternalAssetsInventoryV1Forbidden) Code ¶ added in v0.10.0
func (o *PostExternalAssetsInventoryV1Forbidden) Code() int
Code gets the status code for the post external assets inventory v1 forbidden response
func (*PostExternalAssetsInventoryV1Forbidden) Error ¶ added in v0.10.0
func (o *PostExternalAssetsInventoryV1Forbidden) Error() string
func (*PostExternalAssetsInventoryV1Forbidden) GetPayload ¶ added in v0.10.0
func (o *PostExternalAssetsInventoryV1Forbidden) GetPayload() *models.MsaReplyMetaOnly
func (*PostExternalAssetsInventoryV1Forbidden) IsClientError ¶ added in v0.10.0
func (o *PostExternalAssetsInventoryV1Forbidden) IsClientError() bool
IsClientError returns true when this post external assets inventory v1 forbidden response has a 4xx status code
func (*PostExternalAssetsInventoryV1Forbidden) IsCode ¶ added in v0.10.0
func (o *PostExternalAssetsInventoryV1Forbidden) IsCode(code int) bool
IsCode returns true when this post external assets inventory v1 forbidden response a status code equal to that given
func (*PostExternalAssetsInventoryV1Forbidden) IsRedirect ¶ added in v0.10.0
func (o *PostExternalAssetsInventoryV1Forbidden) IsRedirect() bool
IsRedirect returns true when this post external assets inventory v1 forbidden response has a 3xx status code
func (*PostExternalAssetsInventoryV1Forbidden) IsServerError ¶ added in v0.10.0
func (o *PostExternalAssetsInventoryV1Forbidden) IsServerError() bool
IsServerError returns true when this post external assets inventory v1 forbidden response has a 5xx status code
func (*PostExternalAssetsInventoryV1Forbidden) IsSuccess ¶ added in v0.10.0
func (o *PostExternalAssetsInventoryV1Forbidden) IsSuccess() bool
IsSuccess returns true when this post external assets inventory v1 forbidden response has a 2xx status code
func (*PostExternalAssetsInventoryV1Forbidden) String ¶ added in v0.10.0
func (o *PostExternalAssetsInventoryV1Forbidden) String() string
type PostExternalAssetsInventoryV1InternalServerError ¶ added in v0.10.0
type PostExternalAssetsInventoryV1InternalServerError 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.MsaspecResponseFields }
PostExternalAssetsInventoryV1InternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewPostExternalAssetsInventoryV1InternalServerError ¶ added in v0.10.0
func NewPostExternalAssetsInventoryV1InternalServerError() *PostExternalAssetsInventoryV1InternalServerError
NewPostExternalAssetsInventoryV1InternalServerError creates a PostExternalAssetsInventoryV1InternalServerError with default headers values
func (*PostExternalAssetsInventoryV1InternalServerError) Code ¶ added in v0.10.0
func (o *PostExternalAssetsInventoryV1InternalServerError) Code() int
Code gets the status code for the post external assets inventory v1 internal server error response
func (*PostExternalAssetsInventoryV1InternalServerError) Error ¶ added in v0.10.0
func (o *PostExternalAssetsInventoryV1InternalServerError) Error() string
func (*PostExternalAssetsInventoryV1InternalServerError) GetPayload ¶ added in v0.10.0
func (o *PostExternalAssetsInventoryV1InternalServerError) GetPayload() *models.MsaspecResponseFields
func (*PostExternalAssetsInventoryV1InternalServerError) IsClientError ¶ added in v0.10.0
func (o *PostExternalAssetsInventoryV1InternalServerError) IsClientError() bool
IsClientError returns true when this post external assets inventory v1 internal server error response has a 4xx status code
func (*PostExternalAssetsInventoryV1InternalServerError) IsCode ¶ added in v0.10.0
func (o *PostExternalAssetsInventoryV1InternalServerError) IsCode(code int) bool
IsCode returns true when this post external assets inventory v1 internal server error response a status code equal to that given
func (*PostExternalAssetsInventoryV1InternalServerError) IsRedirect ¶ added in v0.10.0
func (o *PostExternalAssetsInventoryV1InternalServerError) IsRedirect() bool
IsRedirect returns true when this post external assets inventory v1 internal server error response has a 3xx status code
func (*PostExternalAssetsInventoryV1InternalServerError) IsServerError ¶ added in v0.10.0
func (o *PostExternalAssetsInventoryV1InternalServerError) IsServerError() bool
IsServerError returns true when this post external assets inventory v1 internal server error response has a 5xx status code
func (*PostExternalAssetsInventoryV1InternalServerError) IsSuccess ¶ added in v0.10.0
func (o *PostExternalAssetsInventoryV1InternalServerError) IsSuccess() bool
IsSuccess returns true when this post external assets inventory v1 internal server error response has a 2xx status code
func (*PostExternalAssetsInventoryV1InternalServerError) String ¶ added in v0.10.0
func (o *PostExternalAssetsInventoryV1InternalServerError) String() string
type PostExternalAssetsInventoryV1OK ¶ added in v0.10.0
type PostExternalAssetsInventoryV1OK 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.InventoryapiUserExternalAssetCreateResponseV1 }
PostExternalAssetsInventoryV1OK describes a response with status code 200, with default header values.
OK
func NewPostExternalAssetsInventoryV1OK ¶ added in v0.10.0
func NewPostExternalAssetsInventoryV1OK() *PostExternalAssetsInventoryV1OK
NewPostExternalAssetsInventoryV1OK creates a PostExternalAssetsInventoryV1OK with default headers values
func (*PostExternalAssetsInventoryV1OK) Code ¶ added in v0.10.0
func (o *PostExternalAssetsInventoryV1OK) Code() int
Code gets the status code for the post external assets inventory v1 o k response
func (*PostExternalAssetsInventoryV1OK) Error ¶ added in v0.10.0
func (o *PostExternalAssetsInventoryV1OK) Error() string
func (*PostExternalAssetsInventoryV1OK) GetPayload ¶ added in v0.10.0
func (o *PostExternalAssetsInventoryV1OK) GetPayload() *models.InventoryapiUserExternalAssetCreateResponseV1
func (*PostExternalAssetsInventoryV1OK) IsClientError ¶ added in v0.10.0
func (o *PostExternalAssetsInventoryV1OK) IsClientError() bool
IsClientError returns true when this post external assets inventory v1 o k response has a 4xx status code
func (*PostExternalAssetsInventoryV1OK) IsCode ¶ added in v0.10.0
func (o *PostExternalAssetsInventoryV1OK) IsCode(code int) bool
IsCode returns true when this post external assets inventory v1 o k response a status code equal to that given
func (*PostExternalAssetsInventoryV1OK) IsRedirect ¶ added in v0.10.0
func (o *PostExternalAssetsInventoryV1OK) IsRedirect() bool
IsRedirect returns true when this post external assets inventory v1 o k response has a 3xx status code
func (*PostExternalAssetsInventoryV1OK) IsServerError ¶ added in v0.10.0
func (o *PostExternalAssetsInventoryV1OK) IsServerError() bool
IsServerError returns true when this post external assets inventory v1 o k response has a 5xx status code
func (*PostExternalAssetsInventoryV1OK) IsSuccess ¶ added in v0.10.0
func (o *PostExternalAssetsInventoryV1OK) IsSuccess() bool
IsSuccess returns true when this post external assets inventory v1 o k response has a 2xx status code
func (*PostExternalAssetsInventoryV1OK) String ¶ added in v0.10.0
func (o *PostExternalAssetsInventoryV1OK) String() string
type PostExternalAssetsInventoryV1Params ¶ added in v0.10.0
type PostExternalAssetsInventoryV1Params struct { /* Body. Asset addition specification. */ Body *models.InventoryapiUserExternalAssetCreateRequestV1 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PostExternalAssetsInventoryV1Params contains all the parameters to send to the API endpoint
for the post external assets inventory v1 operation. Typically these are written to a http.Request.
func NewPostExternalAssetsInventoryV1Params ¶ added in v0.10.0
func NewPostExternalAssetsInventoryV1Params() *PostExternalAssetsInventoryV1Params
NewPostExternalAssetsInventoryV1Params creates a new PostExternalAssetsInventoryV1Params 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 NewPostExternalAssetsInventoryV1ParamsWithContext ¶ added in v0.10.0
func NewPostExternalAssetsInventoryV1ParamsWithContext(ctx context.Context) *PostExternalAssetsInventoryV1Params
NewPostExternalAssetsInventoryV1ParamsWithContext creates a new PostExternalAssetsInventoryV1Params object with the ability to set a context for a request.
func NewPostExternalAssetsInventoryV1ParamsWithHTTPClient ¶ added in v0.10.0
func NewPostExternalAssetsInventoryV1ParamsWithHTTPClient(client *http.Client) *PostExternalAssetsInventoryV1Params
NewPostExternalAssetsInventoryV1ParamsWithHTTPClient creates a new PostExternalAssetsInventoryV1Params object with the ability to set a custom HTTPClient for a request.
func NewPostExternalAssetsInventoryV1ParamsWithTimeout ¶ added in v0.10.0
func NewPostExternalAssetsInventoryV1ParamsWithTimeout(timeout time.Duration) *PostExternalAssetsInventoryV1Params
NewPostExternalAssetsInventoryV1ParamsWithTimeout creates a new PostExternalAssetsInventoryV1Params object with the ability to set a timeout on a request.
func (*PostExternalAssetsInventoryV1Params) SetBody ¶ added in v0.10.0
func (o *PostExternalAssetsInventoryV1Params) SetBody(body *models.InventoryapiUserExternalAssetCreateRequestV1)
SetBody adds the body to the post external assets inventory v1 params
func (*PostExternalAssetsInventoryV1Params) SetContext ¶ added in v0.10.0
func (o *PostExternalAssetsInventoryV1Params) SetContext(ctx context.Context)
SetContext adds the context to the post external assets inventory v1 params
func (*PostExternalAssetsInventoryV1Params) SetDefaults ¶ added in v0.10.0
func (o *PostExternalAssetsInventoryV1Params) SetDefaults()
SetDefaults hydrates default values in the post external assets inventory v1 params (not the query body).
All values with no default are reset to their zero value.
func (*PostExternalAssetsInventoryV1Params) SetHTTPClient ¶ added in v0.10.0
func (o *PostExternalAssetsInventoryV1Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the post external assets inventory v1 params
func (*PostExternalAssetsInventoryV1Params) SetTimeout ¶ added in v0.10.0
func (o *PostExternalAssetsInventoryV1Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the post external assets inventory v1 params
func (*PostExternalAssetsInventoryV1Params) WithBody ¶ added in v0.10.0
func (o *PostExternalAssetsInventoryV1Params) WithBody(body *models.InventoryapiUserExternalAssetCreateRequestV1) *PostExternalAssetsInventoryV1Params
WithBody adds the body to the post external assets inventory v1 params
func (*PostExternalAssetsInventoryV1Params) WithContext ¶ added in v0.10.0
func (o *PostExternalAssetsInventoryV1Params) WithContext(ctx context.Context) *PostExternalAssetsInventoryV1Params
WithContext adds the context to the post external assets inventory v1 params
func (*PostExternalAssetsInventoryV1Params) WithDefaults ¶ added in v0.10.0
func (o *PostExternalAssetsInventoryV1Params) WithDefaults() *PostExternalAssetsInventoryV1Params
WithDefaults hydrates default values in the post external assets inventory v1 params (not the query body).
All values with no default are reset to their zero value.
func (*PostExternalAssetsInventoryV1Params) WithHTTPClient ¶ added in v0.10.0
func (o *PostExternalAssetsInventoryV1Params) WithHTTPClient(client *http.Client) *PostExternalAssetsInventoryV1Params
WithHTTPClient adds the HTTPClient to the post external assets inventory v1 params
func (*PostExternalAssetsInventoryV1Params) WithTimeout ¶ added in v0.10.0
func (o *PostExternalAssetsInventoryV1Params) WithTimeout(timeout time.Duration) *PostExternalAssetsInventoryV1Params
WithTimeout adds the timeout to the post external assets inventory v1 params
func (*PostExternalAssetsInventoryV1Params) WriteToRequest ¶ added in v0.10.0
func (o *PostExternalAssetsInventoryV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PostExternalAssetsInventoryV1Reader ¶ added in v0.10.0
type PostExternalAssetsInventoryV1Reader struct {
// contains filtered or unexported fields
}
PostExternalAssetsInventoryV1Reader is a Reader for the PostExternalAssetsInventoryV1 structure.
func (*PostExternalAssetsInventoryV1Reader) ReadResponse ¶ added in v0.10.0
func (o *PostExternalAssetsInventoryV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PostExternalAssetsInventoryV1TooManyRequests ¶ added in v0.10.0
type PostExternalAssetsInventoryV1TooManyRequests 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 }
PostExternalAssetsInventoryV1TooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewPostExternalAssetsInventoryV1TooManyRequests ¶ added in v0.10.0
func NewPostExternalAssetsInventoryV1TooManyRequests() *PostExternalAssetsInventoryV1TooManyRequests
NewPostExternalAssetsInventoryV1TooManyRequests creates a PostExternalAssetsInventoryV1TooManyRequests with default headers values
func (*PostExternalAssetsInventoryV1TooManyRequests) Code ¶ added in v0.10.0
func (o *PostExternalAssetsInventoryV1TooManyRequests) Code() int
Code gets the status code for the post external assets inventory v1 too many requests response
func (*PostExternalAssetsInventoryV1TooManyRequests) Error ¶ added in v0.10.0
func (o *PostExternalAssetsInventoryV1TooManyRequests) Error() string
func (*PostExternalAssetsInventoryV1TooManyRequests) GetPayload ¶ added in v0.10.0
func (o *PostExternalAssetsInventoryV1TooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*PostExternalAssetsInventoryV1TooManyRequests) IsClientError ¶ added in v0.10.0
func (o *PostExternalAssetsInventoryV1TooManyRequests) IsClientError() bool
IsClientError returns true when this post external assets inventory v1 too many requests response has a 4xx status code
func (*PostExternalAssetsInventoryV1TooManyRequests) IsCode ¶ added in v0.10.0
func (o *PostExternalAssetsInventoryV1TooManyRequests) IsCode(code int) bool
IsCode returns true when this post external assets inventory v1 too many requests response a status code equal to that given
func (*PostExternalAssetsInventoryV1TooManyRequests) IsRedirect ¶ added in v0.10.0
func (o *PostExternalAssetsInventoryV1TooManyRequests) IsRedirect() bool
IsRedirect returns true when this post external assets inventory v1 too many requests response has a 3xx status code
func (*PostExternalAssetsInventoryV1TooManyRequests) IsServerError ¶ added in v0.10.0
func (o *PostExternalAssetsInventoryV1TooManyRequests) IsServerError() bool
IsServerError returns true when this post external assets inventory v1 too many requests response has a 5xx status code
func (*PostExternalAssetsInventoryV1TooManyRequests) IsSuccess ¶ added in v0.10.0
func (o *PostExternalAssetsInventoryV1TooManyRequests) IsSuccess() bool
IsSuccess returns true when this post external assets inventory v1 too many requests response has a 2xx status code
func (*PostExternalAssetsInventoryV1TooManyRequests) String ¶ added in v0.10.0
func (o *PostExternalAssetsInventoryV1TooManyRequests) String() string
type QueryAccountsBadRequest ¶ added in v0.2.21
type QueryAccountsBadRequest 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 }
QueryAccountsBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewQueryAccountsBadRequest ¶ added in v0.2.21
func NewQueryAccountsBadRequest() *QueryAccountsBadRequest
NewQueryAccountsBadRequest creates a QueryAccountsBadRequest with default headers values
func (*QueryAccountsBadRequest) Code ¶ added in v0.2.33
func (o *QueryAccountsBadRequest) Code() int
Code gets the status code for the query accounts bad request response
func (*QueryAccountsBadRequest) Error ¶ added in v0.2.21
func (o *QueryAccountsBadRequest) Error() string
func (*QueryAccountsBadRequest) GetPayload ¶ added in v0.2.21
func (o *QueryAccountsBadRequest) GetPayload() *models.MsaReplyMetaOnly
func (*QueryAccountsBadRequest) IsClientError ¶ added in v0.2.27
func (o *QueryAccountsBadRequest) IsClientError() bool
IsClientError returns true when this query accounts bad request response has a 4xx status code
func (*QueryAccountsBadRequest) IsCode ¶ added in v0.2.27
func (o *QueryAccountsBadRequest) IsCode(code int) bool
IsCode returns true when this query accounts bad request response a status code equal to that given
func (*QueryAccountsBadRequest) IsRedirect ¶ added in v0.2.27
func (o *QueryAccountsBadRequest) IsRedirect() bool
IsRedirect returns true when this query accounts bad request response has a 3xx status code
func (*QueryAccountsBadRequest) IsServerError ¶ added in v0.2.27
func (o *QueryAccountsBadRequest) IsServerError() bool
IsServerError returns true when this query accounts bad request response has a 5xx status code
func (*QueryAccountsBadRequest) IsSuccess ¶ added in v0.2.27
func (o *QueryAccountsBadRequest) IsSuccess() bool
IsSuccess returns true when this query accounts bad request response has a 2xx status code
func (*QueryAccountsBadRequest) String ¶ added in v0.2.27
func (o *QueryAccountsBadRequest) String() string
type QueryAccountsForbidden ¶ added in v0.2.21
type QueryAccountsForbidden 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 }
QueryAccountsForbidden describes a response with status code 403, with default header values.
Forbidden
func NewQueryAccountsForbidden ¶ added in v0.2.21
func NewQueryAccountsForbidden() *QueryAccountsForbidden
NewQueryAccountsForbidden creates a QueryAccountsForbidden with default headers values
func (*QueryAccountsForbidden) Code ¶ added in v0.2.33
func (o *QueryAccountsForbidden) Code() int
Code gets the status code for the query accounts forbidden response
func (*QueryAccountsForbidden) Error ¶ added in v0.2.21
func (o *QueryAccountsForbidden) Error() string
func (*QueryAccountsForbidden) GetPayload ¶ added in v0.2.21
func (o *QueryAccountsForbidden) GetPayload() *models.MsaReplyMetaOnly
func (*QueryAccountsForbidden) IsClientError ¶ added in v0.2.27
func (o *QueryAccountsForbidden) IsClientError() bool
IsClientError returns true when this query accounts forbidden response has a 4xx status code
func (*QueryAccountsForbidden) IsCode ¶ added in v0.2.27
func (o *QueryAccountsForbidden) IsCode(code int) bool
IsCode returns true when this query accounts forbidden response a status code equal to that given
func (*QueryAccountsForbidden) IsRedirect ¶ added in v0.2.27
func (o *QueryAccountsForbidden) IsRedirect() bool
IsRedirect returns true when this query accounts forbidden response has a 3xx status code
func (*QueryAccountsForbidden) IsServerError ¶ added in v0.2.27
func (o *QueryAccountsForbidden) IsServerError() bool
IsServerError returns true when this query accounts forbidden response has a 5xx status code
func (*QueryAccountsForbidden) IsSuccess ¶ added in v0.2.27
func (o *QueryAccountsForbidden) IsSuccess() bool
IsSuccess returns true when this query accounts forbidden response has a 2xx status code
func (*QueryAccountsForbidden) String ¶ added in v0.2.27
func (o *QueryAccountsForbidden) String() string
type QueryAccountsInternalServerError ¶ added in v0.2.21
type QueryAccountsInternalServerError 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 }
QueryAccountsInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewQueryAccountsInternalServerError ¶ added in v0.2.21
func NewQueryAccountsInternalServerError() *QueryAccountsInternalServerError
NewQueryAccountsInternalServerError creates a QueryAccountsInternalServerError with default headers values
func (*QueryAccountsInternalServerError) Code ¶ added in v0.2.33
func (o *QueryAccountsInternalServerError) Code() int
Code gets the status code for the query accounts internal server error response
func (*QueryAccountsInternalServerError) Error ¶ added in v0.2.21
func (o *QueryAccountsInternalServerError) Error() string
func (*QueryAccountsInternalServerError) GetPayload ¶ added in v0.2.21
func (o *QueryAccountsInternalServerError) GetPayload() *models.MsaReplyMetaOnly
func (*QueryAccountsInternalServerError) IsClientError ¶ added in v0.2.27
func (o *QueryAccountsInternalServerError) IsClientError() bool
IsClientError returns true when this query accounts internal server error response has a 4xx status code
func (*QueryAccountsInternalServerError) IsCode ¶ added in v0.2.27
func (o *QueryAccountsInternalServerError) IsCode(code int) bool
IsCode returns true when this query accounts internal server error response a status code equal to that given
func (*QueryAccountsInternalServerError) IsRedirect ¶ added in v0.2.27
func (o *QueryAccountsInternalServerError) IsRedirect() bool
IsRedirect returns true when this query accounts internal server error response has a 3xx status code
func (*QueryAccountsInternalServerError) IsServerError ¶ added in v0.2.27
func (o *QueryAccountsInternalServerError) IsServerError() bool
IsServerError returns true when this query accounts internal server error response has a 5xx status code
func (*QueryAccountsInternalServerError) IsSuccess ¶ added in v0.2.27
func (o *QueryAccountsInternalServerError) IsSuccess() bool
IsSuccess returns true when this query accounts internal server error response has a 2xx status code
func (*QueryAccountsInternalServerError) String ¶ added in v0.2.27
func (o *QueryAccountsInternalServerError) String() string
type QueryAccountsOK ¶ added in v0.2.21
type QueryAccountsOK struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaQueryResponse }
QueryAccountsOK describes a response with status code 200, with default header values.
OK
func NewQueryAccountsOK ¶ added in v0.2.21
func NewQueryAccountsOK() *QueryAccountsOK
NewQueryAccountsOK creates a QueryAccountsOK with default headers values
func (*QueryAccountsOK) Code ¶ added in v0.2.33
func (o *QueryAccountsOK) Code() int
Code gets the status code for the query accounts o k response
func (*QueryAccountsOK) Error ¶ added in v0.2.21
func (o *QueryAccountsOK) Error() string
func (*QueryAccountsOK) GetPayload ¶ added in v0.2.21
func (o *QueryAccountsOK) GetPayload() *models.MsaQueryResponse
func (*QueryAccountsOK) IsClientError ¶ added in v0.2.27
func (o *QueryAccountsOK) IsClientError() bool
IsClientError returns true when this query accounts o k response has a 4xx status code
func (*QueryAccountsOK) IsCode ¶ added in v0.2.27
func (o *QueryAccountsOK) IsCode(code int) bool
IsCode returns true when this query accounts o k response a status code equal to that given
func (*QueryAccountsOK) IsRedirect ¶ added in v0.2.27
func (o *QueryAccountsOK) IsRedirect() bool
IsRedirect returns true when this query accounts o k response has a 3xx status code
func (*QueryAccountsOK) IsServerError ¶ added in v0.2.27
func (o *QueryAccountsOK) IsServerError() bool
IsServerError returns true when this query accounts o k response has a 5xx status code
func (*QueryAccountsOK) IsSuccess ¶ added in v0.2.27
func (o *QueryAccountsOK) IsSuccess() bool
IsSuccess returns true when this query accounts o k response has a 2xx status code
func (*QueryAccountsOK) String ¶ added in v0.2.27
func (o *QueryAccountsOK) String() string
type QueryAccountsParams ¶ added in v0.2.21
type QueryAccountsParams struct { /* Filter. Filter accounts using an FQL query. Common filter options include:<ul><li>account_type:'Local'</li><li>admin_privileges:'Yes'</li><li>first_seen_timestamp:<'now-7d'</li><li>last_successful_login_type:'Terminal server'</li></ul> Available filter fields that support exact match: id, cid, user_sid, account_name, username, account_type, admin_privileges, first_seen_timestamp, last_successful_login_type, last_successful_login_timestamp, last_successful_login_hostname, last_successful_login_remote_ip, last_successful_login_host_country, last_successful_login_host_city, login_domain, last_failed_login_type, last_failed_login_timestamp, last_failed_login_hostname, password_last_set_timestamp, local_admin_privileges Available filter fields that supports wildcard (*): id, cid, user_sid, account_name, username, account_type, admin_privileges, last_successful_login_type, last_successful_login_hostname, last_successful_login_remote_ip, last_successful_login_host_country, last_successful_login_host_city, login_domain, last_failed_login_type, last_failed_login_hostname, local_admin_privileges Available filter fields that supports range comparisons (>, <, >=, <=): first_seen_timestamp, last_successful_login_timestamp,last_failed_login_timestamp, password_last_set_timestamp All filter fields and operations supports negation (!). */ Filter *string /* Limit. The number of account IDs to return in this response (min: 1, max: 100, default: 100). Use with the `offset` parameter to manage pagination of results. */ Limit *int64 /* Offset. An offset used with the `limit` parameter to manage pagination of results. On your first request, don’t provide an `offset`. On subsequent requests, add previous `offset` with the previous `limit` to continue from that place in the results. */ Offset *int64 /* Sort. Sort accounts by their properties. A single sort field is allowed. Common sort options include: <ul><li>username|asc</li><li>last_failed_login_timestamp|desc</li></ul> */ Sort *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
QueryAccountsParams contains all the parameters to send to the API endpoint
for the query accounts operation. Typically these are written to a http.Request.
func NewQueryAccountsParams ¶ added in v0.2.21
func NewQueryAccountsParams() *QueryAccountsParams
NewQueryAccountsParams creates a new QueryAccountsParams 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 NewQueryAccountsParamsWithContext ¶ added in v0.2.21
func NewQueryAccountsParamsWithContext(ctx context.Context) *QueryAccountsParams
NewQueryAccountsParamsWithContext creates a new QueryAccountsParams object with the ability to set a context for a request.
func NewQueryAccountsParamsWithHTTPClient ¶ added in v0.2.21
func NewQueryAccountsParamsWithHTTPClient(client *http.Client) *QueryAccountsParams
NewQueryAccountsParamsWithHTTPClient creates a new QueryAccountsParams object with the ability to set a custom HTTPClient for a request.
func NewQueryAccountsParamsWithTimeout ¶ added in v0.2.21
func NewQueryAccountsParamsWithTimeout(timeout time.Duration) *QueryAccountsParams
NewQueryAccountsParamsWithTimeout creates a new QueryAccountsParams object with the ability to set a timeout on a request.
func (*QueryAccountsParams) SetContext ¶ added in v0.2.21
func (o *QueryAccountsParams) SetContext(ctx context.Context)
SetContext adds the context to the query accounts params
func (*QueryAccountsParams) SetDefaults ¶ added in v0.2.21
func (o *QueryAccountsParams) SetDefaults()
SetDefaults hydrates default values in the query accounts params (not the query body).
All values with no default are reset to their zero value.
func (*QueryAccountsParams) SetFilter ¶ added in v0.2.21
func (o *QueryAccountsParams) SetFilter(filter *string)
SetFilter adds the filter to the query accounts params
func (*QueryAccountsParams) SetHTTPClient ¶ added in v0.2.21
func (o *QueryAccountsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the query accounts params
func (*QueryAccountsParams) SetLimit ¶ added in v0.2.21
func (o *QueryAccountsParams) SetLimit(limit *int64)
SetLimit adds the limit to the query accounts params
func (*QueryAccountsParams) SetOffset ¶ added in v0.2.21
func (o *QueryAccountsParams) SetOffset(offset *int64)
SetOffset adds the offset to the query accounts params
func (*QueryAccountsParams) SetSort ¶ added in v0.2.21
func (o *QueryAccountsParams) SetSort(sort *string)
SetSort adds the sort to the query accounts params
func (*QueryAccountsParams) SetTimeout ¶ added in v0.2.21
func (o *QueryAccountsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the query accounts params
func (*QueryAccountsParams) WithContext ¶ added in v0.2.21
func (o *QueryAccountsParams) WithContext(ctx context.Context) *QueryAccountsParams
WithContext adds the context to the query accounts params
func (*QueryAccountsParams) WithDefaults ¶ added in v0.2.21
func (o *QueryAccountsParams) WithDefaults() *QueryAccountsParams
WithDefaults hydrates default values in the query accounts params (not the query body).
All values with no default are reset to their zero value.
func (*QueryAccountsParams) WithFilter ¶ added in v0.2.21
func (o *QueryAccountsParams) WithFilter(filter *string) *QueryAccountsParams
WithFilter adds the filter to the query accounts params
func (*QueryAccountsParams) WithHTTPClient ¶ added in v0.2.21
func (o *QueryAccountsParams) WithHTTPClient(client *http.Client) *QueryAccountsParams
WithHTTPClient adds the HTTPClient to the query accounts params
func (*QueryAccountsParams) WithLimit ¶ added in v0.2.21
func (o *QueryAccountsParams) WithLimit(limit *int64) *QueryAccountsParams
WithLimit adds the limit to the query accounts params
func (*QueryAccountsParams) WithOffset ¶ added in v0.2.21
func (o *QueryAccountsParams) WithOffset(offset *int64) *QueryAccountsParams
WithOffset adds the offset to the query accounts params
func (*QueryAccountsParams) WithSort ¶ added in v0.2.21
func (o *QueryAccountsParams) WithSort(sort *string) *QueryAccountsParams
WithSort adds the sort to the query accounts params
func (*QueryAccountsParams) WithTimeout ¶ added in v0.2.21
func (o *QueryAccountsParams) WithTimeout(timeout time.Duration) *QueryAccountsParams
WithTimeout adds the timeout to the query accounts params
func (*QueryAccountsParams) WriteToRequest ¶ added in v0.2.21
func (o *QueryAccountsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type QueryAccountsReader ¶ added in v0.2.21
type QueryAccountsReader struct {
// contains filtered or unexported fields
}
QueryAccountsReader is a Reader for the QueryAccounts structure.
func (*QueryAccountsReader) ReadResponse ¶ added in v0.2.21
func (o *QueryAccountsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type QueryAccountsTooManyRequests ¶ added in v0.2.21
type QueryAccountsTooManyRequests 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 }
QueryAccountsTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewQueryAccountsTooManyRequests ¶ added in v0.2.21
func NewQueryAccountsTooManyRequests() *QueryAccountsTooManyRequests
NewQueryAccountsTooManyRequests creates a QueryAccountsTooManyRequests with default headers values
func (*QueryAccountsTooManyRequests) Code ¶ added in v0.2.33
func (o *QueryAccountsTooManyRequests) Code() int
Code gets the status code for the query accounts too many requests response
func (*QueryAccountsTooManyRequests) Error ¶ added in v0.2.21
func (o *QueryAccountsTooManyRequests) Error() string
func (*QueryAccountsTooManyRequests) GetPayload ¶ added in v0.2.21
func (o *QueryAccountsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*QueryAccountsTooManyRequests) IsClientError ¶ added in v0.2.27
func (o *QueryAccountsTooManyRequests) IsClientError() bool
IsClientError returns true when this query accounts too many requests response has a 4xx status code
func (*QueryAccountsTooManyRequests) IsCode ¶ added in v0.2.27
func (o *QueryAccountsTooManyRequests) IsCode(code int) bool
IsCode returns true when this query accounts too many requests response a status code equal to that given
func (*QueryAccountsTooManyRequests) IsRedirect ¶ added in v0.2.27
func (o *QueryAccountsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this query accounts too many requests response has a 3xx status code
func (*QueryAccountsTooManyRequests) IsServerError ¶ added in v0.2.27
func (o *QueryAccountsTooManyRequests) IsServerError() bool
IsServerError returns true when this query accounts too many requests response has a 5xx status code
func (*QueryAccountsTooManyRequests) IsSuccess ¶ added in v0.2.27
func (o *QueryAccountsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this query accounts too many requests response has a 2xx status code
func (*QueryAccountsTooManyRequests) String ¶ added in v0.2.27
func (o *QueryAccountsTooManyRequests) String() string
type QueryApplicationsBadRequest ¶ added in v0.2.33
type QueryApplicationsBadRequest 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.MsaspecResponseFields }
QueryApplicationsBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewQueryApplicationsBadRequest ¶ added in v0.2.33
func NewQueryApplicationsBadRequest() *QueryApplicationsBadRequest
NewQueryApplicationsBadRequest creates a QueryApplicationsBadRequest with default headers values
func (*QueryApplicationsBadRequest) Code ¶ added in v0.2.33
func (o *QueryApplicationsBadRequest) Code() int
Code gets the status code for the query applications bad request response
func (*QueryApplicationsBadRequest) Error ¶ added in v0.2.33
func (o *QueryApplicationsBadRequest) Error() string
func (*QueryApplicationsBadRequest) GetPayload ¶ added in v0.2.33
func (o *QueryApplicationsBadRequest) GetPayload() *models.MsaspecResponseFields
func (*QueryApplicationsBadRequest) IsClientError ¶ added in v0.2.33
func (o *QueryApplicationsBadRequest) IsClientError() bool
IsClientError returns true when this query applications bad request response has a 4xx status code
func (*QueryApplicationsBadRequest) IsCode ¶ added in v0.2.33
func (o *QueryApplicationsBadRequest) IsCode(code int) bool
IsCode returns true when this query applications bad request response a status code equal to that given
func (*QueryApplicationsBadRequest) IsRedirect ¶ added in v0.2.33
func (o *QueryApplicationsBadRequest) IsRedirect() bool
IsRedirect returns true when this query applications bad request response has a 3xx status code
func (*QueryApplicationsBadRequest) IsServerError ¶ added in v0.2.33
func (o *QueryApplicationsBadRequest) IsServerError() bool
IsServerError returns true when this query applications bad request response has a 5xx status code
func (*QueryApplicationsBadRequest) IsSuccess ¶ added in v0.2.33
func (o *QueryApplicationsBadRequest) IsSuccess() bool
IsSuccess returns true when this query applications bad request response has a 2xx status code
func (*QueryApplicationsBadRequest) String ¶ added in v0.2.33
func (o *QueryApplicationsBadRequest) String() string
type QueryApplicationsForbidden ¶ added in v0.2.33
type QueryApplicationsForbidden 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 }
QueryApplicationsForbidden describes a response with status code 403, with default header values.
Forbidden
func NewQueryApplicationsForbidden ¶ added in v0.2.33
func NewQueryApplicationsForbidden() *QueryApplicationsForbidden
NewQueryApplicationsForbidden creates a QueryApplicationsForbidden with default headers values
func (*QueryApplicationsForbidden) Code ¶ added in v0.2.33
func (o *QueryApplicationsForbidden) Code() int
Code gets the status code for the query applications forbidden response
func (*QueryApplicationsForbidden) Error ¶ added in v0.2.33
func (o *QueryApplicationsForbidden) Error() string
func (*QueryApplicationsForbidden) GetPayload ¶ added in v0.2.33
func (o *QueryApplicationsForbidden) GetPayload() *models.MsaReplyMetaOnly
func (*QueryApplicationsForbidden) IsClientError ¶ added in v0.2.33
func (o *QueryApplicationsForbidden) IsClientError() bool
IsClientError returns true when this query applications forbidden response has a 4xx status code
func (*QueryApplicationsForbidden) IsCode ¶ added in v0.2.33
func (o *QueryApplicationsForbidden) IsCode(code int) bool
IsCode returns true when this query applications forbidden response a status code equal to that given
func (*QueryApplicationsForbidden) IsRedirect ¶ added in v0.2.33
func (o *QueryApplicationsForbidden) IsRedirect() bool
IsRedirect returns true when this query applications forbidden response has a 3xx status code
func (*QueryApplicationsForbidden) IsServerError ¶ added in v0.2.33
func (o *QueryApplicationsForbidden) IsServerError() bool
IsServerError returns true when this query applications forbidden response has a 5xx status code
func (*QueryApplicationsForbidden) IsSuccess ¶ added in v0.2.33
func (o *QueryApplicationsForbidden) IsSuccess() bool
IsSuccess returns true when this query applications forbidden response has a 2xx status code
func (*QueryApplicationsForbidden) String ¶ added in v0.2.33
func (o *QueryApplicationsForbidden) String() string
type QueryApplicationsInternalServerError ¶ added in v0.2.33
type QueryApplicationsInternalServerError 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.MsaspecResponseFields }
QueryApplicationsInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewQueryApplicationsInternalServerError ¶ added in v0.2.33
func NewQueryApplicationsInternalServerError() *QueryApplicationsInternalServerError
NewQueryApplicationsInternalServerError creates a QueryApplicationsInternalServerError with default headers values
func (*QueryApplicationsInternalServerError) Code ¶ added in v0.2.33
func (o *QueryApplicationsInternalServerError) Code() int
Code gets the status code for the query applications internal server error response
func (*QueryApplicationsInternalServerError) Error ¶ added in v0.2.33
func (o *QueryApplicationsInternalServerError) Error() string
func (*QueryApplicationsInternalServerError) GetPayload ¶ added in v0.2.33
func (o *QueryApplicationsInternalServerError) GetPayload() *models.MsaspecResponseFields
func (*QueryApplicationsInternalServerError) IsClientError ¶ added in v0.2.33
func (o *QueryApplicationsInternalServerError) IsClientError() bool
IsClientError returns true when this query applications internal server error response has a 4xx status code
func (*QueryApplicationsInternalServerError) IsCode ¶ added in v0.2.33
func (o *QueryApplicationsInternalServerError) IsCode(code int) bool
IsCode returns true when this query applications internal server error response a status code equal to that given
func (*QueryApplicationsInternalServerError) IsRedirect ¶ added in v0.2.33
func (o *QueryApplicationsInternalServerError) IsRedirect() bool
IsRedirect returns true when this query applications internal server error response has a 3xx status code
func (*QueryApplicationsInternalServerError) IsServerError ¶ added in v0.2.33
func (o *QueryApplicationsInternalServerError) IsServerError() bool
IsServerError returns true when this query applications internal server error response has a 5xx status code
func (*QueryApplicationsInternalServerError) IsSuccess ¶ added in v0.2.33
func (o *QueryApplicationsInternalServerError) IsSuccess() bool
IsSuccess returns true when this query applications internal server error response has a 2xx status code
func (*QueryApplicationsInternalServerError) String ¶ added in v0.2.33
func (o *QueryApplicationsInternalServerError) String() string
type QueryApplicationsOK ¶ added in v0.2.33
type QueryApplicationsOK 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.MsaspecQueryResponse }
QueryApplicationsOK describes a response with status code 200, with default header values.
OK
func NewQueryApplicationsOK ¶ added in v0.2.33
func NewQueryApplicationsOK() *QueryApplicationsOK
NewQueryApplicationsOK creates a QueryApplicationsOK with default headers values
func (*QueryApplicationsOK) Code ¶ added in v0.2.33
func (o *QueryApplicationsOK) Code() int
Code gets the status code for the query applications o k response
func (*QueryApplicationsOK) Error ¶ added in v0.2.33
func (o *QueryApplicationsOK) Error() string
func (*QueryApplicationsOK) GetPayload ¶ added in v0.2.33
func (o *QueryApplicationsOK) GetPayload() *models.MsaspecQueryResponse
func (*QueryApplicationsOK) IsClientError ¶ added in v0.2.33
func (o *QueryApplicationsOK) IsClientError() bool
IsClientError returns true when this query applications o k response has a 4xx status code
func (*QueryApplicationsOK) IsCode ¶ added in v0.2.33
func (o *QueryApplicationsOK) IsCode(code int) bool
IsCode returns true when this query applications o k response a status code equal to that given
func (*QueryApplicationsOK) IsRedirect ¶ added in v0.2.33
func (o *QueryApplicationsOK) IsRedirect() bool
IsRedirect returns true when this query applications o k response has a 3xx status code
func (*QueryApplicationsOK) IsServerError ¶ added in v0.2.33
func (o *QueryApplicationsOK) IsServerError() bool
IsServerError returns true when this query applications o k response has a 5xx status code
func (*QueryApplicationsOK) IsSuccess ¶ added in v0.2.33
func (o *QueryApplicationsOK) IsSuccess() bool
IsSuccess returns true when this query applications o k response has a 2xx status code
func (*QueryApplicationsOK) String ¶ added in v0.2.33
func (o *QueryApplicationsOK) String() string
type QueryApplicationsParams ¶ added in v0.2.33
type QueryApplicationsParams struct { /* Filter. Search for applications in your environment by providing an FQL filter. Available filter fields that support exact match: name, version, vendor, name_vendor, name_vendor_version, first_seen_timestamp, installation_timestamp, architectures, installation_paths, versioning_scheme, groups, is_normalized, last_used_user_sid, last_used_user_name, last_used_file_name, last_used_file_hash, last_used_timestamp, last_updated_timestamp, is_suspicious, host.id, host.platform_name, host.hostname, cid, host.os_version, host.machine_domain, host.ou, host.site_name, host.country, host.current_mac_address, host.current_network_prefix, host.tags, host.groups, host.product_type_desc, host.kernel_version, host.system_manufacturer, host.internet_exposure, host.agent_version, host.external_ip, host.aid Available filter fields that supports wildcard (*): name, version, vendor, name_vendor, name_vendor_version, architectures, installation_paths, groups, last_used_user_sid, last_used_user_name, last_used_file_name, last_used_file_hash, host.platform_name, host.hostname, cid, host.os_version, host.machine_domain, host.ou, host.site_name, host.country, host.current_mac_address, host.current_network_prefix, host.tags, host.groups, host.product_type_desc, host.kernel_version, host.system_manufacturer, host.internet_exposure, host.agent_version, host.external_ip, host.aid Available filter fields that supports range comparisons (>, <, >=, <=): first_seen_timestamp, installation_timestamp, last_used_timestamp, last_updated_timestamp All filter fields and operations supports negation (!). */ Filter *string /* Limit. The number of application ids to return in this response (Min: 1, Max: 100, Default: 100). */ Limit *int64 /* Offset. An offset used with the `limit` parameter to manage pagination of results. On your first request, don’t provide an `offset`. On subsequent requests, add previous `offset` with the previous `limit` to continue from that place in the results. */ Offset *int64 /* Sort. Sort applications by their properties. A single sort field is allowed. */ Sort *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
QueryApplicationsParams contains all the parameters to send to the API endpoint
for the query applications operation. Typically these are written to a http.Request.
func NewQueryApplicationsParams ¶ added in v0.2.33
func NewQueryApplicationsParams() *QueryApplicationsParams
NewQueryApplicationsParams creates a new QueryApplicationsParams 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 NewQueryApplicationsParamsWithContext ¶ added in v0.2.33
func NewQueryApplicationsParamsWithContext(ctx context.Context) *QueryApplicationsParams
NewQueryApplicationsParamsWithContext creates a new QueryApplicationsParams object with the ability to set a context for a request.
func NewQueryApplicationsParamsWithHTTPClient ¶ added in v0.2.33
func NewQueryApplicationsParamsWithHTTPClient(client *http.Client) *QueryApplicationsParams
NewQueryApplicationsParamsWithHTTPClient creates a new QueryApplicationsParams object with the ability to set a custom HTTPClient for a request.
func NewQueryApplicationsParamsWithTimeout ¶ added in v0.2.33
func NewQueryApplicationsParamsWithTimeout(timeout time.Duration) *QueryApplicationsParams
NewQueryApplicationsParamsWithTimeout creates a new QueryApplicationsParams object with the ability to set a timeout on a request.
func (*QueryApplicationsParams) SetContext ¶ added in v0.2.33
func (o *QueryApplicationsParams) SetContext(ctx context.Context)
SetContext adds the context to the query applications params
func (*QueryApplicationsParams) SetDefaults ¶ added in v0.2.33
func (o *QueryApplicationsParams) SetDefaults()
SetDefaults hydrates default values in the query applications params (not the query body).
All values with no default are reset to their zero value.
func (*QueryApplicationsParams) SetFilter ¶ added in v0.2.33
func (o *QueryApplicationsParams) SetFilter(filter *string)
SetFilter adds the filter to the query applications params
func (*QueryApplicationsParams) SetHTTPClient ¶ added in v0.2.33
func (o *QueryApplicationsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the query applications params
func (*QueryApplicationsParams) SetLimit ¶ added in v0.2.33
func (o *QueryApplicationsParams) SetLimit(limit *int64)
SetLimit adds the limit to the query applications params
func (*QueryApplicationsParams) SetOffset ¶ added in v0.2.33
func (o *QueryApplicationsParams) SetOffset(offset *int64)
SetOffset adds the offset to the query applications params
func (*QueryApplicationsParams) SetSort ¶ added in v0.2.33
func (o *QueryApplicationsParams) SetSort(sort *string)
SetSort adds the sort to the query applications params
func (*QueryApplicationsParams) SetTimeout ¶ added in v0.2.33
func (o *QueryApplicationsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the query applications params
func (*QueryApplicationsParams) WithContext ¶ added in v0.2.33
func (o *QueryApplicationsParams) WithContext(ctx context.Context) *QueryApplicationsParams
WithContext adds the context to the query applications params
func (*QueryApplicationsParams) WithDefaults ¶ added in v0.2.33
func (o *QueryApplicationsParams) WithDefaults() *QueryApplicationsParams
WithDefaults hydrates default values in the query applications params (not the query body).
All values with no default are reset to their zero value.
func (*QueryApplicationsParams) WithFilter ¶ added in v0.2.33
func (o *QueryApplicationsParams) WithFilter(filter *string) *QueryApplicationsParams
WithFilter adds the filter to the query applications params
func (*QueryApplicationsParams) WithHTTPClient ¶ added in v0.2.33
func (o *QueryApplicationsParams) WithHTTPClient(client *http.Client) *QueryApplicationsParams
WithHTTPClient adds the HTTPClient to the query applications params
func (*QueryApplicationsParams) WithLimit ¶ added in v0.2.33
func (o *QueryApplicationsParams) WithLimit(limit *int64) *QueryApplicationsParams
WithLimit adds the limit to the query applications params
func (*QueryApplicationsParams) WithOffset ¶ added in v0.2.33
func (o *QueryApplicationsParams) WithOffset(offset *int64) *QueryApplicationsParams
WithOffset adds the offset to the query applications params
func (*QueryApplicationsParams) WithSort ¶ added in v0.2.33
func (o *QueryApplicationsParams) WithSort(sort *string) *QueryApplicationsParams
WithSort adds the sort to the query applications params
func (*QueryApplicationsParams) WithTimeout ¶ added in v0.2.33
func (o *QueryApplicationsParams) WithTimeout(timeout time.Duration) *QueryApplicationsParams
WithTimeout adds the timeout to the query applications params
func (*QueryApplicationsParams) WriteToRequest ¶ added in v0.2.33
func (o *QueryApplicationsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type QueryApplicationsReader ¶ added in v0.2.33
type QueryApplicationsReader struct {
// contains filtered or unexported fields
}
QueryApplicationsReader is a Reader for the QueryApplications structure.
func (*QueryApplicationsReader) ReadResponse ¶ added in v0.2.33
func (o *QueryApplicationsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type QueryApplicationsTooManyRequests ¶ added in v0.2.33
type QueryApplicationsTooManyRequests 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 }
QueryApplicationsTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewQueryApplicationsTooManyRequests ¶ added in v0.2.33
func NewQueryApplicationsTooManyRequests() *QueryApplicationsTooManyRequests
NewQueryApplicationsTooManyRequests creates a QueryApplicationsTooManyRequests with default headers values
func (*QueryApplicationsTooManyRequests) Code ¶ added in v0.2.33
func (o *QueryApplicationsTooManyRequests) Code() int
Code gets the status code for the query applications too many requests response
func (*QueryApplicationsTooManyRequests) Error ¶ added in v0.2.33
func (o *QueryApplicationsTooManyRequests) Error() string
func (*QueryApplicationsTooManyRequests) GetPayload ¶ added in v0.2.33
func (o *QueryApplicationsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*QueryApplicationsTooManyRequests) IsClientError ¶ added in v0.2.33
func (o *QueryApplicationsTooManyRequests) IsClientError() bool
IsClientError returns true when this query applications too many requests response has a 4xx status code
func (*QueryApplicationsTooManyRequests) IsCode ¶ added in v0.2.33
func (o *QueryApplicationsTooManyRequests) IsCode(code int) bool
IsCode returns true when this query applications too many requests response a status code equal to that given
func (*QueryApplicationsTooManyRequests) IsRedirect ¶ added in v0.2.33
func (o *QueryApplicationsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this query applications too many requests response has a 3xx status code
func (*QueryApplicationsTooManyRequests) IsServerError ¶ added in v0.2.33
func (o *QueryApplicationsTooManyRequests) IsServerError() bool
IsServerError returns true when this query applications too many requests response has a 5xx status code
func (*QueryApplicationsTooManyRequests) IsSuccess ¶ added in v0.2.33
func (o *QueryApplicationsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this query applications too many requests response has a 2xx status code
func (*QueryApplicationsTooManyRequests) String ¶ added in v0.2.33
func (o *QueryApplicationsTooManyRequests) String() string
type QueryHostsBadRequest ¶
type QueryHostsBadRequest 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.MsaspecResponseFields }
QueryHostsBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewQueryHostsBadRequest ¶
func NewQueryHostsBadRequest() *QueryHostsBadRequest
NewQueryHostsBadRequest creates a QueryHostsBadRequest with default headers values
func (*QueryHostsBadRequest) Code ¶ added in v0.2.33
func (o *QueryHostsBadRequest) Code() int
Code gets the status code for the query hosts bad request response
func (*QueryHostsBadRequest) Error ¶
func (o *QueryHostsBadRequest) Error() string
func (*QueryHostsBadRequest) GetPayload ¶
func (o *QueryHostsBadRequest) GetPayload() *models.MsaspecResponseFields
func (*QueryHostsBadRequest) IsClientError ¶ added in v0.2.27
func (o *QueryHostsBadRequest) IsClientError() bool
IsClientError returns true when this query hosts bad request response has a 4xx status code
func (*QueryHostsBadRequest) IsCode ¶ added in v0.2.27
func (o *QueryHostsBadRequest) IsCode(code int) bool
IsCode returns true when this query hosts bad request response a status code equal to that given
func (*QueryHostsBadRequest) IsRedirect ¶ added in v0.2.27
func (o *QueryHostsBadRequest) IsRedirect() bool
IsRedirect returns true when this query hosts bad request response has a 3xx status code
func (*QueryHostsBadRequest) IsServerError ¶ added in v0.2.27
func (o *QueryHostsBadRequest) IsServerError() bool
IsServerError returns true when this query hosts bad request response has a 5xx status code
func (*QueryHostsBadRequest) IsSuccess ¶ added in v0.2.27
func (o *QueryHostsBadRequest) IsSuccess() bool
IsSuccess returns true when this query hosts bad request response has a 2xx status code
func (*QueryHostsBadRequest) String ¶ added in v0.2.27
func (o *QueryHostsBadRequest) String() string
type QueryHostsForbidden ¶
type QueryHostsForbidden 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 }
QueryHostsForbidden describes a response with status code 403, with default header values.
Forbidden
func NewQueryHostsForbidden ¶
func NewQueryHostsForbidden() *QueryHostsForbidden
NewQueryHostsForbidden creates a QueryHostsForbidden with default headers values
func (*QueryHostsForbidden) Code ¶ added in v0.2.33
func (o *QueryHostsForbidden) Code() int
Code gets the status code for the query hosts forbidden response
func (*QueryHostsForbidden) Error ¶
func (o *QueryHostsForbidden) Error() string
func (*QueryHostsForbidden) GetPayload ¶
func (o *QueryHostsForbidden) GetPayload() *models.MsaReplyMetaOnly
func (*QueryHostsForbidden) IsClientError ¶ added in v0.2.27
func (o *QueryHostsForbidden) IsClientError() bool
IsClientError returns true when this query hosts forbidden response has a 4xx status code
func (*QueryHostsForbidden) IsCode ¶ added in v0.2.27
func (o *QueryHostsForbidden) IsCode(code int) bool
IsCode returns true when this query hosts forbidden response a status code equal to that given
func (*QueryHostsForbidden) IsRedirect ¶ added in v0.2.27
func (o *QueryHostsForbidden) IsRedirect() bool
IsRedirect returns true when this query hosts forbidden response has a 3xx status code
func (*QueryHostsForbidden) IsServerError ¶ added in v0.2.27
func (o *QueryHostsForbidden) IsServerError() bool
IsServerError returns true when this query hosts forbidden response has a 5xx status code
func (*QueryHostsForbidden) IsSuccess ¶ added in v0.2.27
func (o *QueryHostsForbidden) IsSuccess() bool
IsSuccess returns true when this query hosts forbidden response has a 2xx status code
func (*QueryHostsForbidden) String ¶ added in v0.2.27
func (o *QueryHostsForbidden) String() string
type QueryHostsInternalServerError ¶
type QueryHostsInternalServerError 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.MsaspecResponseFields }
QueryHostsInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewQueryHostsInternalServerError ¶
func NewQueryHostsInternalServerError() *QueryHostsInternalServerError
NewQueryHostsInternalServerError creates a QueryHostsInternalServerError with default headers values
func (*QueryHostsInternalServerError) Code ¶ added in v0.2.33
func (o *QueryHostsInternalServerError) Code() int
Code gets the status code for the query hosts internal server error response
func (*QueryHostsInternalServerError) Error ¶
func (o *QueryHostsInternalServerError) Error() string
func (*QueryHostsInternalServerError) GetPayload ¶
func (o *QueryHostsInternalServerError) GetPayload() *models.MsaspecResponseFields
func (*QueryHostsInternalServerError) IsClientError ¶ added in v0.2.27
func (o *QueryHostsInternalServerError) IsClientError() bool
IsClientError returns true when this query hosts internal server error response has a 4xx status code
func (*QueryHostsInternalServerError) IsCode ¶ added in v0.2.27
func (o *QueryHostsInternalServerError) IsCode(code int) bool
IsCode returns true when this query hosts internal server error response a status code equal to that given
func (*QueryHostsInternalServerError) IsRedirect ¶ added in v0.2.27
func (o *QueryHostsInternalServerError) IsRedirect() bool
IsRedirect returns true when this query hosts internal server error response has a 3xx status code
func (*QueryHostsInternalServerError) IsServerError ¶ added in v0.2.27
func (o *QueryHostsInternalServerError) IsServerError() bool
IsServerError returns true when this query hosts internal server error response has a 5xx status code
func (*QueryHostsInternalServerError) IsSuccess ¶ added in v0.2.27
func (o *QueryHostsInternalServerError) IsSuccess() bool
IsSuccess returns true when this query hosts internal server error response has a 2xx status code
func (*QueryHostsInternalServerError) String ¶ added in v0.2.27
func (o *QueryHostsInternalServerError) String() string
type QueryHostsOK ¶
type QueryHostsOK 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.MsaspecQueryResponse }
QueryHostsOK describes a response with status code 200, with default header values.
OK
func NewQueryHostsOK ¶
func NewQueryHostsOK() *QueryHostsOK
NewQueryHostsOK creates a QueryHostsOK with default headers values
func (*QueryHostsOK) Code ¶ added in v0.2.33
func (o *QueryHostsOK) Code() int
Code gets the status code for the query hosts o k response
func (*QueryHostsOK) Error ¶
func (o *QueryHostsOK) Error() string
func (*QueryHostsOK) GetPayload ¶
func (o *QueryHostsOK) GetPayload() *models.MsaspecQueryResponse
func (*QueryHostsOK) IsClientError ¶ added in v0.2.27
func (o *QueryHostsOK) IsClientError() bool
IsClientError returns true when this query hosts o k response has a 4xx status code
func (*QueryHostsOK) IsCode ¶ added in v0.2.27
func (o *QueryHostsOK) IsCode(code int) bool
IsCode returns true when this query hosts o k response a status code equal to that given
func (*QueryHostsOK) IsRedirect ¶ added in v0.2.27
func (o *QueryHostsOK) IsRedirect() bool
IsRedirect returns true when this query hosts o k response has a 3xx status code
func (*QueryHostsOK) IsServerError ¶ added in v0.2.27
func (o *QueryHostsOK) IsServerError() bool
IsServerError returns true when this query hosts o k response has a 5xx status code
func (*QueryHostsOK) IsSuccess ¶ added in v0.2.27
func (o *QueryHostsOK) IsSuccess() bool
IsSuccess returns true when this query hosts o k response has a 2xx status code
func (*QueryHostsOK) String ¶ added in v0.2.27
func (o *QueryHostsOK) String() string
type QueryHostsParams ¶
type QueryHostsParams struct { /* Filter. Filter assets using an FQL query. Common filter options include:<ul><li>entity_type:'managed'</li><li>product_type_desc:'Workstation'</li><li>platform_name:'Windows'</li><li>last_seen_timestamp:>'now-7d'</li></ul> Available filter fields that support exact match: id, aid, entity_type, country, city, platform_name, os_version, kernel_version, product_type_desc, tags, groups, agent_version, system_product_name, system_manufacturer, system_serial_number, bios_manufacturer, bios_version, ou, machine_domain, site_name, external_ip, hostname, local_ips_count, network_interfaces.local_ip, network_interfaces.mac_address, network_interfaces.interface_alias, network_interfaces.interface_description, network_interfaces.network_prefix, last_discoverer_aid, discoverer_count, discoverer_aids, discoverer_tags, discoverer_platform_names, discoverer_product_type_descs, confidence, internet_exposure, os_is_eol, data_providers, data_providers_count, mac_addresses, local_ip_addresses, reduced_functionality_mode, number_of_disk_drives, processor_package_count, physical_core_count, logical_core_count, total_disk_space, disk_sizes.disk_name, disk_sizes.disk_space, cpu_processor_name, total_memory, encryption_status, encrypted_drives, encrypted_drives_count, unencrypted_drives, unencrypted_drives_count, os_security.secure_boot_requested_status, os_security.device_guard_status, os_security.device_guard_status, os_security.device_guard_status, os_security.system_guard_status, os_security.credential_guard_status, os_security.iommu_protection_status, os_security.secure_boot_enabled_status, os_security.uefi_memory_protection_status, os_security.virtualization_based_security_status, os_security.kernel_dma_protection_status, total_bios_files, bios_hashes_data.sha256_hash, bios_hashes_data.measurement_type, bios_id, average_processor_usage, average_memory_usage, average_memory_usage_pct, max_processor_usage, max_memory_usage, max_memory_usage_pct, used_disk_space, used_disk_space_pct, available_disk_space, available_disk_space_pct, mount_storage_info.mount_path, mount_storage_info.used_space, mount_storage_info.available_space, form_factor, servicenow_id, owned_by, managed_by, assigned_to, department, fqdn, used_for, object_guid, object_sid, ad_user_account_control, account_enabled, creation_timestamp, email, os_service_pack, location, state, cpu_manufacturer, discovering_by Available filter fields that supports wildcard (*): id, aid, entity_type, country, city, platform_name, os_version, kernel_version, product_type_desc, tags, groups, agent_version, system_product_name, system_manufacturer, system_serial_number, bios_manufacturer, bios_version, ou, machine_domain, site_name, external_ip, hostname, network_interfaces.local_ip, network_interfaces.mac_address, network_interfaces.interface_alias, network_interfaces.interface_description, network_interfaces.network_prefix, last_discoverer_aid, discoverer_aids, discoverer_tags, discoverer_platform_names, discoverer_product_type_descs, confidence, internet_exposure, os_is_eol, data_providers, mac_addresses, local_ip_addresses, reduced_functionality_mode, disk_sizes.disk_name, cpu_processor_name, encryption_status, encrypted_drives, unencrypted_drives, os_security.secure_boot_requested_status, os_security.device_guard_status, os_security.device_guard_status, os_security.device_guard_status, os_security.system_guard_status, os_security.credential_guard_status, os_security.iommu_protection_status, os_security.secure_boot_enabled_status, os_security.uefi_memory_protection_status, os_security.virtualization_based_security_status, os_security.kernel_dma_protection_status, bios_hashes_data.sha256_hash, bios_hashes_data.measurement_type, bios_id, mount_storage_info.mount_path, form_factor, servicenow_id, owned_by, managed_by, assigned_to, department, fqdn, used_for, object_guid, object_sid, account_enabled, email, os_service_pack, location, state, cpu_manufacturer, discovering_by Available filter fields that supports range comparisons (>, <, >=, <=): first_seen_timestamp, last_seen_timestamp, local_ips_count, discoverer_count, confidence, number_of_disk_drives, processor_package_count, physical_core_count, data_providers_count, logical_core_count, total_disk_space, disk_sizes.disk_space, total_memory, encrypted_drives_count, unencrypted_drives_count, total_bios_files, average_processor_usage, average_memory_usage, average_memory_usage_pct, max_processor_usage, max_memory_usage, max_memory_usage_pct, used_disk_space, used_disk_space_pct, available_disk_space, available_disk_space_pct, mount_storage_info.used_space, mount_storage_info.available_space, ad_user_account_control, creation_timestamp All filter fields and operations supports negation (!). */ Filter *string /* Limit. The number of asset IDs to return in this response (min: 1, max: 100, default: 100). Use with the `offset` parameter to manage pagination of results. */ Limit *int64 /* Offset. An offset used with the `limit` parameter to manage pagination of results. On your first request, don’t provide an `offset`. On subsequent requests, add previous `offset` with the previous `limit` to continue from that place in the results. */ Offset *int64 /* Sort. Sort assets by their properties. A single sort field is allowed. Common sort options include: <ul><li>hostname|asc</li><li>product_type_desc|desc</li></ul> */ Sort *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
QueryHostsParams contains all the parameters to send to the API endpoint
for the query hosts operation. Typically these are written to a http.Request.
func NewQueryHostsParams ¶
func NewQueryHostsParams() *QueryHostsParams
NewQueryHostsParams creates a new QueryHostsParams 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 NewQueryHostsParamsWithContext ¶
func NewQueryHostsParamsWithContext(ctx context.Context) *QueryHostsParams
NewQueryHostsParamsWithContext creates a new QueryHostsParams object with the ability to set a context for a request.
func NewQueryHostsParamsWithHTTPClient ¶
func NewQueryHostsParamsWithHTTPClient(client *http.Client) *QueryHostsParams
NewQueryHostsParamsWithHTTPClient creates a new QueryHostsParams object with the ability to set a custom HTTPClient for a request.
func NewQueryHostsParamsWithTimeout ¶
func NewQueryHostsParamsWithTimeout(timeout time.Duration) *QueryHostsParams
NewQueryHostsParamsWithTimeout creates a new QueryHostsParams object with the ability to set a timeout on a request.
func (*QueryHostsParams) SetContext ¶
func (o *QueryHostsParams) SetContext(ctx context.Context)
SetContext adds the context to the query hosts params
func (*QueryHostsParams) SetDefaults ¶
func (o *QueryHostsParams) SetDefaults()
SetDefaults hydrates default values in the query hosts params (not the query body).
All values with no default are reset to their zero value.
func (*QueryHostsParams) SetFilter ¶
func (o *QueryHostsParams) SetFilter(filter *string)
SetFilter adds the filter to the query hosts params
func (*QueryHostsParams) SetHTTPClient ¶
func (o *QueryHostsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the query hosts params
func (*QueryHostsParams) SetLimit ¶
func (o *QueryHostsParams) SetLimit(limit *int64)
SetLimit adds the limit to the query hosts params
func (*QueryHostsParams) SetOffset ¶
func (o *QueryHostsParams) SetOffset(offset *int64)
SetOffset adds the offset to the query hosts params
func (*QueryHostsParams) SetSort ¶
func (o *QueryHostsParams) SetSort(sort *string)
SetSort adds the sort to the query hosts params
func (*QueryHostsParams) SetTimeout ¶
func (o *QueryHostsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the query hosts params
func (*QueryHostsParams) WithContext ¶
func (o *QueryHostsParams) WithContext(ctx context.Context) *QueryHostsParams
WithContext adds the context to the query hosts params
func (*QueryHostsParams) WithDefaults ¶
func (o *QueryHostsParams) WithDefaults() *QueryHostsParams
WithDefaults hydrates default values in the query hosts params (not the query body).
All values with no default are reset to their zero value.
func (*QueryHostsParams) WithFilter ¶
func (o *QueryHostsParams) WithFilter(filter *string) *QueryHostsParams
WithFilter adds the filter to the query hosts params
func (*QueryHostsParams) WithHTTPClient ¶
func (o *QueryHostsParams) WithHTTPClient(client *http.Client) *QueryHostsParams
WithHTTPClient adds the HTTPClient to the query hosts params
func (*QueryHostsParams) WithLimit ¶
func (o *QueryHostsParams) WithLimit(limit *int64) *QueryHostsParams
WithLimit adds the limit to the query hosts params
func (*QueryHostsParams) WithOffset ¶
func (o *QueryHostsParams) WithOffset(offset *int64) *QueryHostsParams
WithOffset adds the offset to the query hosts params
func (*QueryHostsParams) WithSort ¶
func (o *QueryHostsParams) WithSort(sort *string) *QueryHostsParams
WithSort adds the sort to the query hosts params
func (*QueryHostsParams) WithTimeout ¶
func (o *QueryHostsParams) WithTimeout(timeout time.Duration) *QueryHostsParams
WithTimeout adds the timeout to the query hosts params
func (*QueryHostsParams) WriteToRequest ¶
func (o *QueryHostsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type QueryHostsReader ¶
type QueryHostsReader struct {
// contains filtered or unexported fields
}
QueryHostsReader is a Reader for the QueryHosts structure.
func (*QueryHostsReader) ReadResponse ¶
func (o *QueryHostsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type QueryHostsTooManyRequests ¶
type QueryHostsTooManyRequests 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 }
QueryHostsTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewQueryHostsTooManyRequests ¶
func NewQueryHostsTooManyRequests() *QueryHostsTooManyRequests
NewQueryHostsTooManyRequests creates a QueryHostsTooManyRequests with default headers values
func (*QueryHostsTooManyRequests) Code ¶ added in v0.2.33
func (o *QueryHostsTooManyRequests) Code() int
Code gets the status code for the query hosts too many requests response
func (*QueryHostsTooManyRequests) Error ¶
func (o *QueryHostsTooManyRequests) Error() string
func (*QueryHostsTooManyRequests) GetPayload ¶
func (o *QueryHostsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*QueryHostsTooManyRequests) IsClientError ¶ added in v0.2.27
func (o *QueryHostsTooManyRequests) IsClientError() bool
IsClientError returns true when this query hosts too many requests response has a 4xx status code
func (*QueryHostsTooManyRequests) IsCode ¶ added in v0.2.27
func (o *QueryHostsTooManyRequests) IsCode(code int) bool
IsCode returns true when this query hosts too many requests response a status code equal to that given
func (*QueryHostsTooManyRequests) IsRedirect ¶ added in v0.2.27
func (o *QueryHostsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this query hosts too many requests response has a 3xx status code
func (*QueryHostsTooManyRequests) IsServerError ¶ added in v0.2.27
func (o *QueryHostsTooManyRequests) IsServerError() bool
IsServerError returns true when this query hosts too many requests response has a 5xx status code
func (*QueryHostsTooManyRequests) IsSuccess ¶ added in v0.2.27
func (o *QueryHostsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this query hosts too many requests response has a 2xx status code
func (*QueryHostsTooManyRequests) String ¶ added in v0.2.27
func (o *QueryHostsTooManyRequests) String() string
type QueryLoginsBadRequest ¶ added in v0.2.21
type QueryLoginsBadRequest 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 }
QueryLoginsBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewQueryLoginsBadRequest ¶ added in v0.2.21
func NewQueryLoginsBadRequest() *QueryLoginsBadRequest
NewQueryLoginsBadRequest creates a QueryLoginsBadRequest with default headers values
func (*QueryLoginsBadRequest) Code ¶ added in v0.2.33
func (o *QueryLoginsBadRequest) Code() int
Code gets the status code for the query logins bad request response
func (*QueryLoginsBadRequest) Error ¶ added in v0.2.21
func (o *QueryLoginsBadRequest) Error() string
func (*QueryLoginsBadRequest) GetPayload ¶ added in v0.2.21
func (o *QueryLoginsBadRequest) GetPayload() *models.MsaReplyMetaOnly
func (*QueryLoginsBadRequest) IsClientError ¶ added in v0.2.27
func (o *QueryLoginsBadRequest) IsClientError() bool
IsClientError returns true when this query logins bad request response has a 4xx status code
func (*QueryLoginsBadRequest) IsCode ¶ added in v0.2.27
func (o *QueryLoginsBadRequest) IsCode(code int) bool
IsCode returns true when this query logins bad request response a status code equal to that given
func (*QueryLoginsBadRequest) IsRedirect ¶ added in v0.2.27
func (o *QueryLoginsBadRequest) IsRedirect() bool
IsRedirect returns true when this query logins bad request response has a 3xx status code
func (*QueryLoginsBadRequest) IsServerError ¶ added in v0.2.27
func (o *QueryLoginsBadRequest) IsServerError() bool
IsServerError returns true when this query logins bad request response has a 5xx status code
func (*QueryLoginsBadRequest) IsSuccess ¶ added in v0.2.27
func (o *QueryLoginsBadRequest) IsSuccess() bool
IsSuccess returns true when this query logins bad request response has a 2xx status code
func (*QueryLoginsBadRequest) String ¶ added in v0.2.27
func (o *QueryLoginsBadRequest) String() string
type QueryLoginsForbidden ¶ added in v0.2.21
type QueryLoginsForbidden 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 }
QueryLoginsForbidden describes a response with status code 403, with default header values.
Forbidden
func NewQueryLoginsForbidden ¶ added in v0.2.21
func NewQueryLoginsForbidden() *QueryLoginsForbidden
NewQueryLoginsForbidden creates a QueryLoginsForbidden with default headers values
func (*QueryLoginsForbidden) Code ¶ added in v0.2.33
func (o *QueryLoginsForbidden) Code() int
Code gets the status code for the query logins forbidden response
func (*QueryLoginsForbidden) Error ¶ added in v0.2.21
func (o *QueryLoginsForbidden) Error() string
func (*QueryLoginsForbidden) GetPayload ¶ added in v0.2.21
func (o *QueryLoginsForbidden) GetPayload() *models.MsaReplyMetaOnly
func (*QueryLoginsForbidden) IsClientError ¶ added in v0.2.27
func (o *QueryLoginsForbidden) IsClientError() bool
IsClientError returns true when this query logins forbidden response has a 4xx status code
func (*QueryLoginsForbidden) IsCode ¶ added in v0.2.27
func (o *QueryLoginsForbidden) IsCode(code int) bool
IsCode returns true when this query logins forbidden response a status code equal to that given
func (*QueryLoginsForbidden) IsRedirect ¶ added in v0.2.27
func (o *QueryLoginsForbidden) IsRedirect() bool
IsRedirect returns true when this query logins forbidden response has a 3xx status code
func (*QueryLoginsForbidden) IsServerError ¶ added in v0.2.27
func (o *QueryLoginsForbidden) IsServerError() bool
IsServerError returns true when this query logins forbidden response has a 5xx status code
func (*QueryLoginsForbidden) IsSuccess ¶ added in v0.2.27
func (o *QueryLoginsForbidden) IsSuccess() bool
IsSuccess returns true when this query logins forbidden response has a 2xx status code
func (*QueryLoginsForbidden) String ¶ added in v0.2.27
func (o *QueryLoginsForbidden) String() string
type QueryLoginsInternalServerError ¶ added in v0.2.21
type QueryLoginsInternalServerError 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 }
QueryLoginsInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewQueryLoginsInternalServerError ¶ added in v0.2.21
func NewQueryLoginsInternalServerError() *QueryLoginsInternalServerError
NewQueryLoginsInternalServerError creates a QueryLoginsInternalServerError with default headers values
func (*QueryLoginsInternalServerError) Code ¶ added in v0.2.33
func (o *QueryLoginsInternalServerError) Code() int
Code gets the status code for the query logins internal server error response
func (*QueryLoginsInternalServerError) Error ¶ added in v0.2.21
func (o *QueryLoginsInternalServerError) Error() string
func (*QueryLoginsInternalServerError) GetPayload ¶ added in v0.2.21
func (o *QueryLoginsInternalServerError) GetPayload() *models.MsaReplyMetaOnly
func (*QueryLoginsInternalServerError) IsClientError ¶ added in v0.2.27
func (o *QueryLoginsInternalServerError) IsClientError() bool
IsClientError returns true when this query logins internal server error response has a 4xx status code
func (*QueryLoginsInternalServerError) IsCode ¶ added in v0.2.27
func (o *QueryLoginsInternalServerError) IsCode(code int) bool
IsCode returns true when this query logins internal server error response a status code equal to that given
func (*QueryLoginsInternalServerError) IsRedirect ¶ added in v0.2.27
func (o *QueryLoginsInternalServerError) IsRedirect() bool
IsRedirect returns true when this query logins internal server error response has a 3xx status code
func (*QueryLoginsInternalServerError) IsServerError ¶ added in v0.2.27
func (o *QueryLoginsInternalServerError) IsServerError() bool
IsServerError returns true when this query logins internal server error response has a 5xx status code
func (*QueryLoginsInternalServerError) IsSuccess ¶ added in v0.2.27
func (o *QueryLoginsInternalServerError) IsSuccess() bool
IsSuccess returns true when this query logins internal server error response has a 2xx status code
func (*QueryLoginsInternalServerError) String ¶ added in v0.2.27
func (o *QueryLoginsInternalServerError) String() string
type QueryLoginsOK ¶ added in v0.2.21
type QueryLoginsOK struct { /* Trace-ID: submit to support if resolving an issue */ XCSTRACEID string /* Request limit per minute. */ XRateLimitLimit int64 /* The number of requests remaining for the sliding one minute window. */ XRateLimitRemaining int64 Payload *models.MsaQueryResponse }
QueryLoginsOK describes a response with status code 200, with default header values.
OK
func NewQueryLoginsOK ¶ added in v0.2.21
func NewQueryLoginsOK() *QueryLoginsOK
NewQueryLoginsOK creates a QueryLoginsOK with default headers values
func (*QueryLoginsOK) Code ¶ added in v0.2.33
func (o *QueryLoginsOK) Code() int
Code gets the status code for the query logins o k response
func (*QueryLoginsOK) Error ¶ added in v0.2.21
func (o *QueryLoginsOK) Error() string
func (*QueryLoginsOK) GetPayload ¶ added in v0.2.21
func (o *QueryLoginsOK) GetPayload() *models.MsaQueryResponse
func (*QueryLoginsOK) IsClientError ¶ added in v0.2.27
func (o *QueryLoginsOK) IsClientError() bool
IsClientError returns true when this query logins o k response has a 4xx status code
func (*QueryLoginsOK) IsCode ¶ added in v0.2.27
func (o *QueryLoginsOK) IsCode(code int) bool
IsCode returns true when this query logins o k response a status code equal to that given
func (*QueryLoginsOK) IsRedirect ¶ added in v0.2.27
func (o *QueryLoginsOK) IsRedirect() bool
IsRedirect returns true when this query logins o k response has a 3xx status code
func (*QueryLoginsOK) IsServerError ¶ added in v0.2.27
func (o *QueryLoginsOK) IsServerError() bool
IsServerError returns true when this query logins o k response has a 5xx status code
func (*QueryLoginsOK) IsSuccess ¶ added in v0.2.27
func (o *QueryLoginsOK) IsSuccess() bool
IsSuccess returns true when this query logins o k response has a 2xx status code
func (*QueryLoginsOK) String ¶ added in v0.2.27
func (o *QueryLoginsOK) String() string
type QueryLoginsParams ¶ added in v0.2.21
type QueryLoginsParams struct { /* Filter. Filter logins using an FQL query. Common filter options include:<ul><li>account_type:'Local'</li><li>login_type:'Interactive'</li><li>first_seen_timestamp:<'now-7d'</li><li>admin_privileges:'No'</li></ul> Available filter fields that support exact match: id, cid, login_status, account_id, host_id, user_sid, aid, account_name, username, hostname, account_type, login_type, login_timestamp, login_domain, admin_privileges, local_admin_privileges, local_ip, remote_ip, host_country, host_city, is_suspicious, failure_description, login_event_count, aggregation_time_interval Available filter fields that supports wildcard (*): id, cid, login_status, account_id, host_id, user_sid, aid, account_name, username, hostname, account_type, login_type, login_domain, admin_privileges, local_admin_privileges, local_ip, remote_ip, host_country, host_city, failure_description, aggregation_time_interval Available filter fields that supports range comparisons (>, <, >=, <=): login_timestamp, login_event_count All filter fields and operations supports negation (!). */ Filter *string /* Limit. The number of login IDs to return in this response (min: 1, max: 100, default: 100). Use with the `offset` parameter to manage pagination of results. */ Limit *int64 /* Offset. An offset used with the `limit` parameter to manage pagination of results. On your first request, don’t provide an `offset`. On subsequent requests, add previous `offset` with the previous `limit` to continue from that place in the results. */ Offset *int64 /* Sort. Sort logins by their properties. A single sort field is allowed. Common sort options include: <ul><li>account_name|asc</li><li>login_timestamp|desc</li></ul> */ Sort *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
QueryLoginsParams contains all the parameters to send to the API endpoint
for the query logins operation. Typically these are written to a http.Request.
func NewQueryLoginsParams ¶ added in v0.2.21
func NewQueryLoginsParams() *QueryLoginsParams
NewQueryLoginsParams creates a new QueryLoginsParams 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 NewQueryLoginsParamsWithContext ¶ added in v0.2.21
func NewQueryLoginsParamsWithContext(ctx context.Context) *QueryLoginsParams
NewQueryLoginsParamsWithContext creates a new QueryLoginsParams object with the ability to set a context for a request.
func NewQueryLoginsParamsWithHTTPClient ¶ added in v0.2.21
func NewQueryLoginsParamsWithHTTPClient(client *http.Client) *QueryLoginsParams
NewQueryLoginsParamsWithHTTPClient creates a new QueryLoginsParams object with the ability to set a custom HTTPClient for a request.
func NewQueryLoginsParamsWithTimeout ¶ added in v0.2.21
func NewQueryLoginsParamsWithTimeout(timeout time.Duration) *QueryLoginsParams
NewQueryLoginsParamsWithTimeout creates a new QueryLoginsParams object with the ability to set a timeout on a request.
func (*QueryLoginsParams) SetContext ¶ added in v0.2.21
func (o *QueryLoginsParams) SetContext(ctx context.Context)
SetContext adds the context to the query logins params
func (*QueryLoginsParams) SetDefaults ¶ added in v0.2.21
func (o *QueryLoginsParams) SetDefaults()
SetDefaults hydrates default values in the query logins params (not the query body).
All values with no default are reset to their zero value.
func (*QueryLoginsParams) SetFilter ¶ added in v0.2.21
func (o *QueryLoginsParams) SetFilter(filter *string)
SetFilter adds the filter to the query logins params
func (*QueryLoginsParams) SetHTTPClient ¶ added in v0.2.21
func (o *QueryLoginsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the query logins params
func (*QueryLoginsParams) SetLimit ¶ added in v0.2.21
func (o *QueryLoginsParams) SetLimit(limit *int64)
SetLimit adds the limit to the query logins params
func (*QueryLoginsParams) SetOffset ¶ added in v0.2.21
func (o *QueryLoginsParams) SetOffset(offset *int64)
SetOffset adds the offset to the query logins params
func (*QueryLoginsParams) SetSort ¶ added in v0.2.21
func (o *QueryLoginsParams) SetSort(sort *string)
SetSort adds the sort to the query logins params
func (*QueryLoginsParams) SetTimeout ¶ added in v0.2.21
func (o *QueryLoginsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the query logins params
func (*QueryLoginsParams) WithContext ¶ added in v0.2.21
func (o *QueryLoginsParams) WithContext(ctx context.Context) *QueryLoginsParams
WithContext adds the context to the query logins params
func (*QueryLoginsParams) WithDefaults ¶ added in v0.2.21
func (o *QueryLoginsParams) WithDefaults() *QueryLoginsParams
WithDefaults hydrates default values in the query logins params (not the query body).
All values with no default are reset to their zero value.
func (*QueryLoginsParams) WithFilter ¶ added in v0.2.21
func (o *QueryLoginsParams) WithFilter(filter *string) *QueryLoginsParams
WithFilter adds the filter to the query logins params
func (*QueryLoginsParams) WithHTTPClient ¶ added in v0.2.21
func (o *QueryLoginsParams) WithHTTPClient(client *http.Client) *QueryLoginsParams
WithHTTPClient adds the HTTPClient to the query logins params
func (*QueryLoginsParams) WithLimit ¶ added in v0.2.21
func (o *QueryLoginsParams) WithLimit(limit *int64) *QueryLoginsParams
WithLimit adds the limit to the query logins params
func (*QueryLoginsParams) WithOffset ¶ added in v0.2.21
func (o *QueryLoginsParams) WithOffset(offset *int64) *QueryLoginsParams
WithOffset adds the offset to the query logins params
func (*QueryLoginsParams) WithSort ¶ added in v0.2.21
func (o *QueryLoginsParams) WithSort(sort *string) *QueryLoginsParams
WithSort adds the sort to the query logins params
func (*QueryLoginsParams) WithTimeout ¶ added in v0.2.21
func (o *QueryLoginsParams) WithTimeout(timeout time.Duration) *QueryLoginsParams
WithTimeout adds the timeout to the query logins params
func (*QueryLoginsParams) WriteToRequest ¶ added in v0.2.21
func (o *QueryLoginsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type QueryLoginsReader ¶ added in v0.2.21
type QueryLoginsReader struct {
// contains filtered or unexported fields
}
QueryLoginsReader is a Reader for the QueryLogins structure.
func (*QueryLoginsReader) ReadResponse ¶ added in v0.2.21
func (o *QueryLoginsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type QueryLoginsTooManyRequests ¶ added in v0.2.21
type QueryLoginsTooManyRequests 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 }
QueryLoginsTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewQueryLoginsTooManyRequests ¶ added in v0.2.21
func NewQueryLoginsTooManyRequests() *QueryLoginsTooManyRequests
NewQueryLoginsTooManyRequests creates a QueryLoginsTooManyRequests with default headers values
func (*QueryLoginsTooManyRequests) Code ¶ added in v0.2.33
func (o *QueryLoginsTooManyRequests) Code() int
Code gets the status code for the query logins too many requests response
func (*QueryLoginsTooManyRequests) Error ¶ added in v0.2.21
func (o *QueryLoginsTooManyRequests) Error() string
func (*QueryLoginsTooManyRequests) GetPayload ¶ added in v0.2.21
func (o *QueryLoginsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*QueryLoginsTooManyRequests) IsClientError ¶ added in v0.2.27
func (o *QueryLoginsTooManyRequests) IsClientError() bool
IsClientError returns true when this query logins too many requests response has a 4xx status code
func (*QueryLoginsTooManyRequests) IsCode ¶ added in v0.2.27
func (o *QueryLoginsTooManyRequests) IsCode(code int) bool
IsCode returns true when this query logins too many requests response a status code equal to that given
func (*QueryLoginsTooManyRequests) IsRedirect ¶ added in v0.2.27
func (o *QueryLoginsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this query logins too many requests response has a 3xx status code
func (*QueryLoginsTooManyRequests) IsServerError ¶ added in v0.2.27
func (o *QueryLoginsTooManyRequests) IsServerError() bool
IsServerError returns true when this query logins too many requests response has a 5xx status code
func (*QueryLoginsTooManyRequests) IsSuccess ¶ added in v0.2.27
func (o *QueryLoginsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this query logins too many requests response has a 2xx status code
func (*QueryLoginsTooManyRequests) String ¶ added in v0.2.27
func (o *QueryLoginsTooManyRequests) String() string
Source Files
¶
- combined_applications_parameters.go
- combined_applications_responses.go
- combined_hosts_parameters.go
- combined_hosts_responses.go
- discover_client.go
- get_accounts_parameters.go
- get_accounts_responses.go
- get_applications_parameters.go
- get_applications_responses.go
- get_hosts_parameters.go
- get_hosts_responses.go
- get_logins_parameters.go
- get_logins_responses.go
- post_external_assets_inventory_v1_parameters.go
- post_external_assets_inventory_v1_responses.go
- query_accounts_parameters.go
- query_accounts_responses.go
- query_applications_parameters.go
- query_applications_responses.go
- query_hosts_parameters.go
- query_hosts_responses.go
- query_logins_parameters.go
- query_logins_responses.go