@pulumi/wavefront
TypeScript icon, indicating that this package has built-in type declarations

3.1.1 • Public • Published

Actions Status Slack NPM version Python version NuGet version PkgGoDev License

Wavefront Resource Provider

The Wavefront Resource Provider lets you manage Wavefront resources.

Installing

This package is available in many languages in the standard packaging formats.

Node.js (Java/TypeScript)

To use from JavaScript or TypeScript in Node.js, install using either npm:

$ npm install @pulumi/wavefront

or yarn:

$ yarn add @pulumi/wavefront

Python

To use from Python, install using pip:

$ pip install pulumi_wavefront

Go

To use from Go, use go get to grab the latest version of the library

$ go get github.com/pulumi/pulumi-wavefront/sdk/v3

.NET

To use from .NET, install using dotnet add package:

$ dotnet add package Pulumi.Wavefront

Configuration

The following configuration points are available:

  • wavefront:token - (Required) This is a either a Users token or Service Account token with permissions necessary to manage your Wavefront account. It can also be sourced from the WAVEFRONT_TOKEN environment variable.
  • wavefront:address - (Required) This is the URL of your cluster that you access Wavefront from without the leading https:// or trailing / (e.g. https://longboard.wavefront.com/ becomes longboard.wavefront.com). It can also be sourced from the WAVEFRONT_ADDRESS environment variable.

Reference

For further information, please visit the Wavefront provider docs or for detailed reference documentation, please visit the API docs.

Dependencies (1)

Dev Dependencies (3)

Package Sidebar

Install

npm i @pulumi/wavefront

Homepage

pulumi.io

Weekly Downloads

1,082

Version

3.1.1

License

Apache-2.0

Unpacked Size

573 kB

Total Files

160

Last publish

Collaborators

  • joeduffy
  • pulumi-bot