h7t

command module
v1.3.1 Latest Latest
Warning

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

Go to latest
Published: Sep 25, 2020 License: MIT Imports: 1 Imported by: 0

README

healthbot7t

Docker Release Go Report Card license

A command line tool for interacting with Juniper Healthbot.

Note Device Group functionality is limited currently, this will be updated after Healthbot 2.1 is released.

asciicast

Synopsis

A tool for interacting with Healthbot over the REST API.

The initial focus of this tool is to provide bulk or aggregate functions, that simplify interacting with Healthbot. The initial use case is Extract Transform and Load (ETL) based.

Commands

h7t
├── configure
│   └── devices
├── extract
│   ├── device-groups
│   ├── devices
│   └── installation
├── load
│   ├── device-groups
│   ├── devices
│   └── files
│       ├── helper-files
│       ├── playbooks
│       └── rules
├── summarise
│   └── installation
└── transform
    └── devices

A full list of the commands and their options is described in the docs.

Transforms

The tool includes a plugin based solution for transforming customer data into a format that can be consumed. Further information is available in the plugins directory.

Docker

An image is maintained on Docker Hub.

It can be pulled as follows:

docker pull damianoneill/h7t:v1.3.0

And as an example, run the configure devices, with a sample.rpc in your current directory, as follows:

docker run -v "$(pwd):/config" damianoneill/h7t:v1.3.0 configure devices -i /config -f /config/sample.rpc

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
pkg
dsl
csv

Jump to

Keyboard shortcuts

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