gomaasclient

module
v0.0.0-...-ed9a5a2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 23, 2024 License: Apache-2.0

README

Golang MAAS Client

This repository contains the following packages:

  • api - defines an interface to each MAAS API endpoint.
  • entity - defines types for the MAAS API endpoints' return types.
  • client - contains the MAAS client source code.

Usage

import (
    gomaasclient "github.com/maas/gomaasclient/client"
)

c, _ := gomaasclient.GetClient("<MAAS_URL>", "<API_KEY>", "2.0")

// List MAAS machines
machines, _ := c.Machines.Get()

// Get MAAS machine details
machine, _ := c.Machine.Get(machines[0].SystemID)

// List MAAS VM hosts
vmHosts, _ := c.VMHosts.Get()

Credit

This work was initially started by Brian Hazeltine (@onwsk8r) as part of his Terraform MAAS provider implementation.

Directories

Path Synopsis
Package api defines an interface to each MAAS API endpoint.
Package api defines an interface to each MAAS API endpoint.
Package client contains the implementation of CRUD operations on MAAS resources.
Package client contains the implementation of CRUD operations on MAAS resources.
Package entity defines types for the MAAS API endpoints' return types.
Package entity defines types for the MAAS API endpoints' return types.
event
Package event contains entities related to events.
Package event contains entities related to events.
node
Package node contains entities related to nodes.
Package node contains entities related to nodes.
subnet
Package subnet contains entities related to subnets.
Package subnet contains entities related to subnets.
test
helper
Package helper contains helper functions for unit tests.
Package helper contains helper functions for unit tests.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL