Skip to content

Hewlett Packard iLO4 golang library for scripting bare metal without HP OneView

Notifications You must be signed in to change notification settings

sherzberg/hpilo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 

Repository files navigation

hpilo

Hewlett Packard iLO4 golang library for scripting bare metal without HP OneView

Usage

//main.go
package main

import "fmt"
import "github.com/sherzberg/hpilo"

func main() {
    client := hpilo.NewIloClient("hostname-0", "username", "password")

    fw_version, err := client.GetFwVersion()
    if err != nil {
        panic(err)
    }

    fmt.Println(fw_version)
}

About

Hewlett Packard iLO4 golang library for scripting bare metal without HP OneView

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages