Versions in this module Expand all Collapse all v1 v1.1.3 Jun 30, 2015retracted Changes in this version + type Alert struct + Level string + Text string + type CacheGroup struct + LastUpdated string + Latitude float64 + Longitude float64 + Name string + ParentName string + ShortName string + Type string + type CacheGroupResponse struct + Response []CacheGroup + Version string + type Credentials struct + Password string + Username string + type ParamResponse struct + Response []Parameter + Version string + type Parameter struct + ConfigFile string + LastUpdated string + Name string + Value string + type Profile struct + Description string + LastUpdated string + Name string + type ProfileResponse struct + Response []Profile + Version string + type Result struct + Alerts []Alert + Version string + type Server struct + DomainName string + HostName string + Id string + IloIpAddress string + IloIpGateway string + IloIpNetmask string + IloPassword string + IloUsername string + InterfaceMtu string + InterfaceName string + Ip6Address string + Ip6Gateway string + IpAddress string + IpGateway string + IpNetoask string + LastUpdated string + Location string + MgmtIpAddress string + MgmtIpGateway string + MgmtIpNetoask string + PhysLocation string + Profile string + Rack string + RouterHostName string + RouterPortName string + Status string + TcpPort string + Type string + XmppId string + XmppPasswd string + type ServerResponse struct + Response []Server + Version string + type Session struct + Cache map[string]cacheentry + Password string + Url string + UserAgent *http.Client + UserName string + func Login(toUrl string, toUser string, toPasswd string, insecure bool) (*Session, error) + func (to *Session) CRConfigRaw(cdn string) ([]byte, error) + func (to *Session) CacheGroups() ([]CacheGroup, error) + func (to *Session) Parameters(profileName string) ([]Parameter, error) + func (to *Session) Profiles() ([]Profile, error) + func (to *Session) Servers() ([]Server, error) + func (to *Session) ServersFqdn(n string) (string, error) + func (to *Session) ServersShortNameSearch(shortname string) ([]string, error) + func (to *Session) TrafficMonitorConfig(cdn string) (TrafficMonitorConfig, error) + func (to *Session) TrafficMonitorConfigMap(cdn string) (TrafficMonitorConfigMap, error) + func (to *Session) TrafficRouterConfig(cdn string) (TrafficRouterConfig, error) + func (to *Session) TrafficRouterConfigMap(cdn string) (TrafficRouterConfigMap, error) + func (to *Session) TrafficRouterConfigRaw(cdn string) ([]byte, error) + type TrafficMonitorConfig struct + CacheGroups []cacheGroup + Config map[string]interface{} + DeliveryServices []trafficMonitorDeliveryService + Profiles []profile + TrafficMonitors []trafficMonitor + TrafficServers []trafficServer + type TrafficMonitorConfigMap struct + CacheGroup map[string]cacheGroup + Config map[string]interface{} + DeliveryService map[string]trafficMonitorDeliveryService + Profile map[string]profile + TrafficMonitor map[string]trafficMonitor + TrafficServer map[string]trafficServer + type TrafficRouterConfig struct + CacheGroups []cacheGroup + Config map[string]interface{} + DeliveryServices []deliveryService + Stats map[string]interface{} + TrafficMonitors []trafficMonitor + TrafficRouters []trafficRouter + TrafficServers []trafficServer + type TrafficRouterConfigMap struct + CacheGroup map[string]cacheGroup + Config map[string]interface{} + DeliveryService map[string]deliveryService + Stat map[string]interface{} + TrafficMonitor map[string]trafficMonitor + TrafficRouter map[string]trafficRouter + TrafficServer map[string]trafficServer