Categorygithub.com/darrenparkinson/bcs
repository
0.0.4
Repository: https://github.com/darrenparkinson/bcs.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

Cisco BCS (Cisco Business Critical Services)

Status GitHub tag (latest SemVer) GitHub GoDoc Go Report Card

This repository consists of a library and CLI utility for extracting information from the Cisco BCS Insights API.

Using the CLI

go get github.com/darrenparkinson/bcs/cmd/bcs-cli

Currently there are only two commands implemented:

  • download - will download bulk data given a customer ID and API key
  • parse - will parse a downloaded file to provide basic stats

You can see detailed help as follows:

  • $ bcs-cli download --help
  • $ bcs-cli parse --help

Using the library

go get github.com/darrenparkinson/bcs/pkg/ciscobcs

Currently only basic bulk download capability implemented. Ideally we'll implement all the services.