pulumi-signalfx


Namepulumi-signalfx JSON
Version 7.1.3 PyPI version JSON
download
home_pageNone
SummaryA Pulumi package for creating and managing SignalFx resources.
upload_time2024-04-24 17:05:29
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseApache-2.0
keywords pulumi signalfx
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Actions Status](https://github.com/pulumi/pulumi-signalfx/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-signalfx/actions)
[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com)
[![NPM version](https://badge.fury.io/js/%40pulumi%2Fsignalfx.svg)](https://www.npmjs.com/package/@pulumi/signalfx)
[![Python version](https://badge.fury.io/py/pulumi-signalfx.svg)](https://pypi.org/project/pulumi-signalfx)
[![NuGet version](https://badge.fury.io/nu/pulumi.signalfx.svg)](https://badge.fury.io/nu/pulumi.signalfx)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-signalfx/sdk/v7/go)](https://pkg.go.dev/github.com/pulumi/pulumi-signalfx/sdk/v7/go)
[![License](https://img.shields.io/npm/l/%40pulumi%2Fpulumi.svg)](https://github.com/pulumi/pulumi-signalfx/blob/master/LICENSE)

# SignalFx Resource Provider

The SignalFx resource provider for Pulumi lets you manage SignalFx resources in your cloud programs. To use
this package, please [install the Pulumi CLI first](https://pulumi.io/).

## 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/signalfx

or `yarn`:

    $ yarn add @pulumi/signalfx

### Python

To use from Python, install using `pip`:

    $ pip install pulumi_signalfx

### Go

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

    $ go get github.com/pulumi/pulumi-signalfx/sdk/v7

### .NET

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

    $ dotnet add package Pulumi.Signalfx

## Configuration

The following configuration points are available:

- `signalfx:authToken` - (Required) The auth token for authentication. This can also be set via the `SFX_AUTH_TOKEN` 
  environment variable.
- `signalfx:apiUrl` - (Optional) The API URL to use for communicating with SignalFx. This is helpful for organizations 
  who need to set their Realm or use a proxy. Note: You likely want to change `customAppUrl` too!
- `signalfx:customAppUrl` - (Optional) The application URL that users should use to interact with assets in the browser.
  This is used by organizations using specific realms or those with a custom SSO domain.

## Reference

For further information, please visit [the SignalFx provider docs](https://www.pulumi.com/docs/intro/cloud-providers/signalfx) or for detailed reference documentation, please visit [the API docs](https://www.pulumi.com/docs/reference/pkg/signalfx).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pulumi-signalfx",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "pulumi, signalfx",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/3c/f1/f0e94a28d26c4094b27261d4d941dc59aa5bd01dd93b7add018d927b5072/pulumi_signalfx-7.1.3.tar.gz",
    "platform": null,
    "description": "[![Actions Status](https://github.com/pulumi/pulumi-signalfx/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-signalfx/actions)\n[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com)\n[![NPM version](https://badge.fury.io/js/%40pulumi%2Fsignalfx.svg)](https://www.npmjs.com/package/@pulumi/signalfx)\n[![Python version](https://badge.fury.io/py/pulumi-signalfx.svg)](https://pypi.org/project/pulumi-signalfx)\n[![NuGet version](https://badge.fury.io/nu/pulumi.signalfx.svg)](https://badge.fury.io/nu/pulumi.signalfx)\n[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-signalfx/sdk/v7/go)](https://pkg.go.dev/github.com/pulumi/pulumi-signalfx/sdk/v7/go)\n[![License](https://img.shields.io/npm/l/%40pulumi%2Fpulumi.svg)](https://github.com/pulumi/pulumi-signalfx/blob/master/LICENSE)\n\n# SignalFx Resource Provider\n\nThe SignalFx resource provider for Pulumi lets you manage SignalFx resources in your cloud programs. To use\nthis package, please [install the Pulumi CLI first](https://pulumi.io/).\n\n## Installing\n\nThis package is available in many languages in the standard packaging formats.\n\n### Node.js (Java/TypeScript)\n\nTo use from JavaScript or TypeScript in Node.js, install using either `npm`:\n\n    $ npm install @pulumi/signalfx\n\nor `yarn`:\n\n    $ yarn add @pulumi/signalfx\n\n### Python\n\nTo use from Python, install using `pip`:\n\n    $ pip install pulumi_signalfx\n\n### Go\n\nTo use from Go, use `go get` to grab the latest version of the library\n\n    $ go get github.com/pulumi/pulumi-signalfx/sdk/v7\n\n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n    $ dotnet add package Pulumi.Signalfx\n\n## Configuration\n\nThe following configuration points are available:\n\n- `signalfx:authToken` - (Required) The auth token for authentication. This can also be set via the `SFX_AUTH_TOKEN` \n  environment variable.\n- `signalfx:apiUrl` - (Optional) The API URL to use for communicating with SignalFx. This is helpful for organizations \n  who need to set their Realm or use a proxy. Note: You likely want to change `customAppUrl` too!\n- `signalfx:customAppUrl` - (Optional) The application URL that users should use to interact with assets in the browser.\n  This is used by organizations using specific realms or those with a custom SSO domain.\n\n## Reference\n\nFor further information, please visit [the SignalFx provider docs](https://www.pulumi.com/docs/intro/cloud-providers/signalfx) or for detailed reference documentation, please visit [the API docs](https://www.pulumi.com/docs/reference/pkg/signalfx).\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A Pulumi package for creating and managing SignalFx resources.",
    "version": "7.1.3",
    "project_urls": {
        "Homepage": "https://pulumi.io",
        "Repository": "https://github.com/pulumi/pulumi-signalfx"
    },
    "split_keywords": [
        "pulumi",
        " signalfx"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1b794fc56cc79fb9661dc5f3d428e0f3f3bc100f785840a099398ee2ffd2d85d",
                "md5": "7b6b491f756916575a5a10356832a853",
                "sha256": "43b61f6f3e85f262e6bd3d10b9957d549fcc81b2439fbfdb0ccd66b097f17d49"
            },
            "downloads": -1,
            "filename": "pulumi_signalfx-7.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7b6b491f756916575a5a10356832a853",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 163763,
            "upload_time": "2024-04-24T17:05:26",
            "upload_time_iso_8601": "2024-04-24T17:05:26.735458Z",
            "url": "https://files.pythonhosted.org/packages/1b/79/4fc56cc79fb9661dc5f3d428e0f3f3bc100f785840a099398ee2ffd2d85d/pulumi_signalfx-7.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3cf1f0e94a28d26c4094b27261d4d941dc59aa5bd01dd93b7add018d927b5072",
                "md5": "5216946e034450f931b75601a0f85730",
                "sha256": "33a0efc17b3484e716e86c799945702fb64ee55e1c374d23e585e99c8ed18cc7"
            },
            "downloads": -1,
            "filename": "pulumi_signalfx-7.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "5216946e034450f931b75601a0f85730",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 126140,
            "upload_time": "2024-04-24T17:05:29",
            "upload_time_iso_8601": "2024-04-24T17:05:29.471461Z",
            "url": "https://files.pythonhosted.org/packages/3c/f1/f0e94a28d26c4094b27261d4d941dc59aa5bd01dd93b7add018d927b5072/pulumi_signalfx-7.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-24 17:05:29",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pulumi",
    "github_project": "pulumi-signalfx",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pulumi-signalfx"
}
        
Elapsed time: 0.26454s