Documentation ¶
Index ¶
- func GenerateComplianceResourceRunCount(esHostName string, esPort string, esUsername string, esPassword string, ...)
- func GenerateComplianceResourceRunReport(esHostName string, esPort string, esUsername string, esPassword string, ...)
- func GenerateNodeCount(esHostName string, esPort string, esUserName string, esPassword string, ...)
- func GenerateNodeRunReport(esHostName string, esPort string, esUsername string, esPassword string, ...)
- type ComplianceInfo
- type ConvergeInfo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateNodeCount ¶
Types ¶
type ComplianceInfo ¶
type ComplianceInfo interface{}
type ConvergeInfo ¶
type ConvergeInfo struct { NodeID string `json:"entity_uuid"` Environment string `json:"environment"` FQDN string `json:"fqdn"` HostName string `json:"hostname"` IPAddress string `json:"ipaddress"` MacAddress string `json:"macaddress"` Platform string `json:"platform"` PlatformFamily string `json:"platform_family"` PlatformVersion string `json:"platform_version"` UptimeSeconds int64 `json:"uptime_seconds"` Status string `json:"client_run_status"` StartTime string `json:"start_time"` EndTime string `json:"end_time"` SerialNumber string `json:"dmi_system_serial_number"` TotalResourceCount int `json:"total_resource_count"` }
Click to show internal directories.
Click to hide internal directories.