You can use different CLIs with VMware Aria Operations for Applications (previously known as Tanzu Observability by Wavefront).
The Operations for Applications REST API is publicly available via Swagger. You can use Swagger to generate an API client that includes CLI options. Several of our customers have generated CLIs already.
External CLIs for the REST API
Several Operations for Applications customers have generated CLIs from our REST API and made them available on GitHub.
Note: These external CLIs are not supported or maintained by the Operations for Applications team.
- Robert Fisher of Sysdef Ltd. created a Ruby CLI and gives installation instructions, examples, and more in this post. This blog post has details.
- Operations for Applications customer Box open-sourced
wavectl
, their automation tooling for Operations for Applications. This command-line client for Operations for Applications is inspired by kubectl and git command line tools. This blog post discusses that CLI and includes links to the extensive doc and examples.