pulumi-newrelic


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

# New Relic Provider

The New Relic resource provider for Pulumi lets you use New Relic resources in your cloud programs.
To use this package, please [install the Pulumi CLI first][1].

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

or `yarn`:

    $ yarn add @pulumi/newrelic

### Python

To use from Python, install using `pip`:

    $ pip install pulumi_newrelic

### Go

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

    $ go get github.com/pulumi/pulumi-newrelic/sdk/v5
    

### .NET

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

    $ dotnet add package Pulumi.Newrelic    
    
## Configuration

The following configuration points are available:

- `newrelic:apiKey` - Your New Relic API key. The `NEW_RELIC_API_KEY` environment variable can also be used.
- `newrelic:adminApiKey` - Your New Relic Admin API key. The `NEW_RELIC_ADMIN_API_KEY` environment variable can also be used.
- `newrelic:region` - The region for the data center for which your New Relic account is configured. The New Relic region
  can also be set via the environment variable `NEW_RELIC_REGION`. Valid values are `US` or `EU`. Only one region per 
  provider block can be configured. If you have accounts in both regions, you must instantiate two providers - 
  one for US and one for EU
- `newrelic:insecureSkipVerify` - Trust self-signed SSL certificates. If omitted, the `NEW_RELIC_API_SKIP_VERIFY` environment
  variable is used.
- `newrelic:insightsInsertKey` - Your Insights insert key used when inserting Insights events via the `insights.Event` resource.
  Can also use `NEW_RELIC_INSIGHTS_INSERT_KEY` environment variable.
- `newrelic:insightsInsertUrl` - This argument changes the Insights insert URL (default is `https://insights-collector.newrelic.com/v1/accounts`).
  If the New Relic account is in the EU, the Insights API URL must be set to `https://insights-collector.eu.newrelic.com/v1`. 
- `newrelic:caCerts` - A path to a PEM-encoded certificate authority used to verify the remote agent's certificate. The
  `NEW_RELIC_API_CACERT` environment variable can also be used.

## Reference

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


[1]: https://www.pulumi.com/docs

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pulumi-newrelic",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "pulumi, new relic",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/dd/f2/966cfdd9f58df68b430f7bfa8a3126cc9ac491c196a4e1d41cd0005d9ba9/pulumi_newrelic-5.33.0.tar.gz",
    "platform": null,
    "description": "[![Actions Status](https://github.com/pulumi/pulumi-newrelic/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-newrelic/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%2Fnewrelic.svg)](https://www.npmjs.com/package/@pulumi/newrelic)\n[![Python version](https://badge.fury.io/py/pulumi-newrelic.svg)](https://pypi.org/project/pulumi-newrelic)\n[![NuGet version](https://badge.fury.io/nu/pulumi.newrelic.svg)](https://badge.fury.io/nu/pulumi.newrelic)\n[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-newrelic/sdk/v5/go)](https://pkg.go.dev/github.com/pulumi/pulumi-newrelic/sdk/v5/go)\n[![License](https://img.shields.io/npm/l/%40pulumi%2Fpulumi.svg)](https://github.com/pulumi/pulumi-newrelic/blob/master/LICENSE)\n\n# New Relic Provider\n\nThe New Relic resource provider for Pulumi lets you use New Relic resources in your cloud programs.\nTo use this package, please [install the Pulumi CLI first][1].\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/newrelic\n\nor `yarn`:\n\n    $ yarn add @pulumi/newrelic\n\n### Python\n\nTo use from Python, install using `pip`:\n\n    $ pip install pulumi_newrelic\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-newrelic/sdk/v5\n    \n\n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n    $ dotnet add package Pulumi.Newrelic    \n    \n## Configuration\n\nThe following configuration points are available:\n\n- `newrelic:apiKey` - Your New Relic API key. The `NEW_RELIC_API_KEY` environment variable can also be used.\n- `newrelic:adminApiKey` - Your New Relic Admin API key. The `NEW_RELIC_ADMIN_API_KEY` environment variable can also be used.\n- `newrelic:region` - The region for the data center for which your New Relic account is configured. The New Relic region\n  can also be set via the environment variable `NEW_RELIC_REGION`. Valid values are `US` or `EU`. Only one region per \n  provider block can be configured. If you have accounts in both regions, you must instantiate two providers - \n  one for US and one for EU\n- `newrelic:insecureSkipVerify` - Trust self-signed SSL certificates. If omitted, the `NEW_RELIC_API_SKIP_VERIFY` environment\n  variable is used.\n- `newrelic:insightsInsertKey` - Your Insights insert key used when inserting Insights events via the `insights.Event` resource.\n  Can also use `NEW_RELIC_INSIGHTS_INSERT_KEY` environment variable.\n- `newrelic:insightsInsertUrl` - This argument changes the Insights insert URL (default is `https://insights-collector.newrelic.com/v1/accounts`).\n  If the New Relic account is in the EU, the Insights API URL must be set to `https://insights-collector.eu.newrelic.com/v1`. \n- `newrelic:caCerts` - A path to a PEM-encoded certificate authority used to verify the remote agent's certificate. The\n  `NEW_RELIC_API_CACERT` environment variable can also be used.\n\n## Reference\n\nFor further information, please visit [the NewRelic provider docs](https://www.pulumi.com/docs/intro/cloud-providers/newrelic) or for detailed reference documentation, please visit [the API docs](https://www.pulumi.com/docs/reference/pkg/newrelic).\n\n\n[1]: https://www.pulumi.com/docs\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A Pulumi package for creating and managing New Relic resources.",
    "version": "5.33.0",
    "project_urls": {
        "Homepage": "https://pulumi.io",
        "Repository": "https://github.com/pulumi/pulumi-newrelic"
    },
    "split_keywords": [
        "pulumi",
        " new relic"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4941c54dfa6ec5d41967b63f3726751923a05032af395b499c4810730e9c94a1",
                "md5": "272fe6d3d6d079718be54adfc0853a27",
                "sha256": "41bc49dc6166e3a97332aeed077d87b0b107a9443ead7ea798389a3733462593"
            },
            "downloads": -1,
            "filename": "pulumi_newrelic-5.33.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "272fe6d3d6d079718be54adfc0853a27",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 329743,
            "upload_time": "2024-09-26T18:41:40",
            "upload_time_iso_8601": "2024-09-26T18:41:40.910372Z",
            "url": "https://files.pythonhosted.org/packages/49/41/c54dfa6ec5d41967b63f3726751923a05032af395b499c4810730e9c94a1/pulumi_newrelic-5.33.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ddf2966cfdd9f58df68b430f7bfa8a3126cc9ac491c196a4e1d41cd0005d9ba9",
                "md5": "578888d801e6386e6ada129ce07c2e6b",
                "sha256": "bb2d186fc7b312f30140f6cf087257d220a08ba13f75d8aab0ec5ea20a0239e2"
            },
            "downloads": -1,
            "filename": "pulumi_newrelic-5.33.0.tar.gz",
            "has_sig": false,
            "md5_digest": "578888d801e6386e6ada129ce07c2e6b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 258492,
            "upload_time": "2024-09-26T18:41:42",
            "upload_time_iso_8601": "2024-09-26T18:41:42.412289Z",
            "url": "https://files.pythonhosted.org/packages/dd/f2/966cfdd9f58df68b430f7bfa8a3126cc9ac491c196a4e1d41cd0005d9ba9/pulumi_newrelic-5.33.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-26 18:41:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pulumi",
    "github_project": "pulumi-newrelic",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pulumi-newrelic"
}
        
Elapsed time: 0.95719s