lxd-client-0.1.0.6: LXD client written in Haskell.

Safe HaskellNone
LanguageHaskell2010

Network.LXD.Client.API

Contents

Description

This module exposes a low-level Servant-built API for the LXD daemon.

You can query this API using Servant functions and a client created from Network.LXD.Client.

You probably want to use the commands exposed in Network.LXD.Client.Commands instead.

Synopsis

API

Information

Containers

Querying informaiton

Configuration

State

Executing commands

Working with files

Images

Networks

Profiles

Storage

Volumes

Operations

WebSocket communciations

Helpers