Documentation
      ¶
    
    
  
    
  
    Index ¶
- type ModelsAgentType
 - type ModelsEvent
 - type ModelsEventID
 - type ModelsEventLevel
 - type ModelsEventRegistry
 - type ModelsEventResponse
 - type ModelsEventResponseV2
 - type ModelsEventType
 - type ModelsEventV2
 - type ModelsGenericQueryPayload
 - type ModelsMultipleAgentType
 - type ModelsMultipleEventID
 - type ModelsMultipleEventLevel
 - type ModelsMultipleEventType
 - type ModelsMultipleUX
 - type ModelsPagination
 - type ModelsPaging
 - type ModelsUX
 - type ModelsUserLastActivity
 
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ModelsAgentType ¶
type ModelsAgentType struct {
	// agenttype
	// Required: true
	// Format: int32
	AgentType *int32 `json:"AgentType"`
	// description
	// Required: true
	Description *string `json:"Description"`
}
    ModelsAgentType Models agent type
swagger:model Models agent type.
func (*ModelsAgentType) MarshalBinary ¶
func (m *ModelsAgentType) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*ModelsAgentType) UnmarshalBinary ¶
func (m *ModelsAgentType) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type ModelsEvent ¶
type ModelsEvent struct {
	// agenttype
	// Required: true
	// Format: integer
	AgentType *int64 `json:"AgentType"`
	// clientid
	// Required: true
	ClientID *string `json:"ClientID"`
	// componentid
	// Required: true
	// Format: integer
	ComponentID *int64 `json:"ComponentID"`
	// eventid
	// Required: true
	// Format: integer
	EventID *int64 `json:"EventID"`
	// eventlevel
	// Required: true
	// Format: integer
	EventLevel *int64 `json:"EventLevel"`
	// eventtype
	// Required: true
	// Format: integer
	EventType *int64 `json:"EventType"`
	// ipaddress
	// Required: true
	IPAddress *string `json:"IPAddress"`
	// namespace
	// Required: true
	Namespace *string `json:"Namespace"`
	// realm
	// Required: true
	Realm *string `json:"Realm"`
	// targetnamespace
	// Required: true
	TargetNamespace *string `json:"TargetNamespace"`
	// targetuserid
	// Required: true
	TargetUserID *string `json:"TargetUserID"`
	// time
	// Required: true
	Time *string `json:"Time"`
	// ux
	// Required: true
	// Format: byte
	UX *int64 `json:"UX"`
	// userid
	// Required: true
	UserID *string `json:"UserID"`
}
    ModelsEvent Models event
swagger:model Models event.
func (*ModelsEvent) MarshalBinary ¶
func (m *ModelsEvent) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*ModelsEvent) UnmarshalBinary ¶
func (m *ModelsEvent) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type ModelsEventID ¶
type ModelsEventID struct {
	// description
	// Required: true
	Description *string `json:"Description"`
	// eventid
	// Required: true
	// Format: int32
	EventID *int32 `json:"EventID"`
}
    ModelsEventID Models event ID
swagger:model Models event ID.
func (*ModelsEventID) MarshalBinary ¶
func (m *ModelsEventID) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*ModelsEventID) UnmarshalBinary ¶
func (m *ModelsEventID) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type ModelsEventLevel ¶
type ModelsEventLevel struct {
	// description
	// Required: true
	Description *string `json:"Description"`
	// eventlevel
	// Required: true
	// Format: int32
	EventLevel *int32 `json:"EventLevel"`
}
    ModelsEventLevel Models event level
swagger:model Models event level.
func (*ModelsEventLevel) MarshalBinary ¶
func (m *ModelsEventLevel) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*ModelsEventLevel) UnmarshalBinary ¶
func (m *ModelsEventLevel) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type ModelsEventRegistry ¶
type ModelsEventRegistry struct {
	// eventid
	// Required: true
	// Format: int32
	EventID *int32 `json:"EventID"`
	// eventlevel
	// Required: true
	// Format: int32
	EventLevel *int32 `json:"EventLevel"`
	// eventtype
	// Required: true
	// Format: int32
	EventType *int32 `json:"EventType"`
	// ux
	// Required: true
	// Format: int32
	UX *int32 `json:"UX"`
}
    ModelsEventRegistry Models event registry
swagger:model Models event registry.
func (*ModelsEventRegistry) MarshalBinary ¶
func (m *ModelsEventRegistry) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*ModelsEventRegistry) UnmarshalBinary ¶
func (m *ModelsEventRegistry) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type ModelsEventResponse ¶
type ModelsEventResponse struct {
	// data
	// Required: true
	Data []*ModelsEvent `json:"Data"`
	// pagination
	// Required: true
	Pagination *ModelsPagination `json:"Pagination"`
}
    ModelsEventResponse Models event response
swagger:model Models event response.
func (*ModelsEventResponse) MarshalBinary ¶
func (m *ModelsEventResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*ModelsEventResponse) UnmarshalBinary ¶
func (m *ModelsEventResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type ModelsEventResponseV2 ¶
type ModelsEventResponseV2 struct {
	// data
	// Required: true
	Data []*ModelsEventV2 `json:"data"`
	// paging
	// Required: true
	Paging *ModelsPaging `json:"paging"`
}
    ModelsEventResponseV2 Models event response V2
swagger:model Models event response V2.
func (*ModelsEventResponseV2) MarshalBinary ¶
func (m *ModelsEventResponseV2) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*ModelsEventResponseV2) UnmarshalBinary ¶
func (m *ModelsEventResponseV2) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type ModelsEventType ¶
type ModelsEventType struct {
	// description
	// Required: true
	Description *string `json:"Description"`
	// eventtype
	// Required: true
	// Format: int32
	EventType *int32 `json:"EventType"`
}
    ModelsEventType Models event type
swagger:model Models event type.
func (*ModelsEventType) MarshalBinary ¶
func (m *ModelsEventType) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*ModelsEventType) UnmarshalBinary ¶
func (m *ModelsEventType) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type ModelsEventV2 ¶
type ModelsEventV2 struct {
	// clientid
	// Required: true
	ClientID *string `json:"clientId"`
	// id
	// Required: true
	ID *string `json:"id"`
	// name
	// Required: true
	Name *string `json:"name"`
	// namespace
	// Required: true
	Namespace *string `json:"namespace"`
	// payload
	Payload interface{} `json:"payload,omitempty"`
	// sessionid
	// Required: true
	SessionID *string `json:"sessionId"`
	// timestamp
	// Required: true
	// Format: date-time
	Timestamp strfmt.DateTime `json:"timestamp"`
	// traceid
	// Required: true
	TraceID *string `json:"traceId"`
	// userid
	// Required: true
	UserID *string `json:"userId"`
	// version
	// Required: true
	// Format: int32
	Version *int32 `json:"version"`
}
    ModelsEventV2 Models event V2
swagger:model Models event V2.
func (*ModelsEventV2) MarshalBinary ¶
func (m *ModelsEventV2) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*ModelsEventV2) UnmarshalBinary ¶
func (m *ModelsEventV2) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type ModelsGenericQueryPayload ¶
type ModelsGenericQueryPayload struct {
	// clientid
	// Required: true
	ClientID *string `json:"clientId"`
	// eventname
	// Required: true
	EventName *string `json:"eventName"`
	// payloadquery
	// Required: true
	PayloadQuery interface{} `json:"payloadQuery"`
	// sessionid
	// Required: true
	SessionID *string `json:"sessionId"`
	// traceid
	// Required: true
	TraceID *string `json:"traceId"`
	// userid
	// Required: true
	UserID *string `json:"userId"`
	// version
	// Required: true
	// Format: int32
	Version *int32 `json:"version"`
}
    ModelsGenericQueryPayload Models generic query payload
swagger:model Models generic query payload.
func (*ModelsGenericQueryPayload) MarshalBinary ¶
func (m *ModelsGenericQueryPayload) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*ModelsGenericQueryPayload) UnmarshalBinary ¶
func (m *ModelsGenericQueryPayload) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type ModelsMultipleAgentType ¶
type ModelsMultipleAgentType struct {
	// agenttypes
	// Required: true
	AgentTypes []*ModelsAgentType `json:"AgentTypes"`
}
    ModelsMultipleAgentType Models multiple agent type
swagger:model Models multiple agent type.
func (*ModelsMultipleAgentType) MarshalBinary ¶
func (m *ModelsMultipleAgentType) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*ModelsMultipleAgentType) UnmarshalBinary ¶
func (m *ModelsMultipleAgentType) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type ModelsMultipleEventID ¶
type ModelsMultipleEventID struct {
	// eventids
	// Required: true
	EventIDs []*ModelsEventID `json:"EventIDs"`
}
    ModelsMultipleEventID Models multiple event ID
swagger:model Models multiple event ID.
func (*ModelsMultipleEventID) MarshalBinary ¶
func (m *ModelsMultipleEventID) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*ModelsMultipleEventID) UnmarshalBinary ¶
func (m *ModelsMultipleEventID) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type ModelsMultipleEventLevel ¶
type ModelsMultipleEventLevel struct {
	// eventlevel
	// Required: true
	EventLevel []*ModelsEventLevel `json:"EventLevel"`
}
    ModelsMultipleEventLevel Models multiple event level
swagger:model Models multiple event level.
func (*ModelsMultipleEventLevel) MarshalBinary ¶
func (m *ModelsMultipleEventLevel) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*ModelsMultipleEventLevel) UnmarshalBinary ¶
func (m *ModelsMultipleEventLevel) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type ModelsMultipleEventType ¶
type ModelsMultipleEventType struct {
	// eventtype
	// Required: true
	EventType []*ModelsEventType `json:"EventType"`
}
    ModelsMultipleEventType Models multiple event type
swagger:model Models multiple event type.
func (*ModelsMultipleEventType) MarshalBinary ¶
func (m *ModelsMultipleEventType) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*ModelsMultipleEventType) UnmarshalBinary ¶
func (m *ModelsMultipleEventType) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type ModelsMultipleUX ¶
type ModelsMultipleUX struct {
	// ux
	// Required: true
	UX []*ModelsUX `json:"UX"`
}
    ModelsMultipleUX Models multiple UX
swagger:model Models multiple UX.
func (*ModelsMultipleUX) MarshalBinary ¶
func (m *ModelsMultipleUX) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*ModelsMultipleUX) UnmarshalBinary ¶
func (m *ModelsMultipleUX) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type ModelsPagination ¶
type ModelsPagination struct {
	// next
	Next string `json:"Next,omitempty"`
	// previous
	Previous string `json:"Previous,omitempty"`
}
    ModelsPagination Models pagination
swagger:model Models pagination.
func (*ModelsPagination) MarshalBinary ¶
func (m *ModelsPagination) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*ModelsPagination) UnmarshalBinary ¶
func (m *ModelsPagination) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type ModelsPaging ¶
type ModelsPaging struct {
	// first
	First string `json:"first,omitempty"`
	// last
	Last string `json:"last,omitempty"`
	// next
	Next string `json:"next,omitempty"`
	// previous
	Previous string `json:"previous,omitempty"`
}
    ModelsPaging Models paging
swagger:model Models paging.
func (*ModelsPaging) MarshalBinary ¶
func (m *ModelsPaging) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*ModelsPaging) UnmarshalBinary ¶
func (m *ModelsPaging) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type ModelsUX ¶
type ModelsUX struct {
	// description
	// Required: true
	Description *string `json:"Description"`
	// ux
	// Required: true
	// Format: int32
	UX *int32 `json:"UX"`
}
    ModelsUX Models UX
swagger:model Models UX.
func (*ModelsUX) MarshalBinary ¶
MarshalBinary interface implementation
func (*ModelsUX) UnmarshalBinary ¶
UnmarshalBinary interface implementation
type ModelsUserLastActivity ¶
type ModelsUserLastActivity struct {
	// lastactivitytime
	// Required: true
	// Format: date-time
	LastActivityTime strfmt.DateTime `json:"LastActivityTime"`
	// namespace
	// Required: true
	Namespace *string `json:"Namespace"`
	// userid
	// Required: true
	UserID *string `json:"UserID"`
}
    ModelsUserLastActivity Models user last activity
swagger:model Models user last activity.
func (*ModelsUserLastActivity) MarshalBinary ¶
func (m *ModelsUserLastActivity) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*ModelsUserLastActivity) UnmarshalBinary ¶
func (m *ModelsUserLastActivity) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
      
      Source Files
      ¶
    
- models_agent_type.go
 - models_event.go
 - models_event_id.go
 - models_event_level.go
 - models_event_registry.go
 - models_event_response.go
 - models_event_response_v2.go
 - models_event_type.go
 - models_event_v2.go
 - models_generic_query_payload.go
 - models_multiple_agent_type.go
 - models_multiple_event_id.go
 - models_multiple_event_level.go
 - models_multiple_event_type.go
 - models_multiple_u_x.go
 - models_pagination.go
 - models_paging.go
 - models_u_x.go
 - models_user_last_activity.go