Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Agent ¶
type ListAgentRequest ¶
type ListAgentRequest struct { }
type ListAgentResponse ¶
type ListAgentResponse struct { Agents []struct { Binary string `json:"binary"` Description interface{} `json:"description"` AvailabilityZone interface{} `json:"availability_zone"` HeartbeatTimestamp string `json:"heartbeat_timestamp"` AdminStateUp bool `json:"admin_state_up"` Alive bool `json:"alive"` ID string `json:"id"` Topic string `json:"topic"` Host string `json:"host"` AgentType string `json:"agent_type"` StartedAt string `json:"started_at"` CreatedAt string `json:"created_at"` ResourcesSynced bool `json:"resources_synced"` Configurations interface{} } `json:"agents"` }
Click to show internal directories.
Click to hide internal directories.