Name | pulumi-newrelic JSON |
Version |
5.37.0
JSON |
| download |
home_page | None |
Summary | A Pulumi package for creating and managing New Relic resources. |
upload_time | 2024-12-05 10:40:30 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.8 |
license | Apache-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/f3/f8/36644c68c67d4bf3b08758550c2d46c18e3304629f161ac76155db154d01/pulumi_newrelic-5.37.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.37.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": "60c0a3841874edf9a062ab6319b4dc3bedb82b88ceb6df436e6f10360b80df48",
"md5": "8e84e1af605c6ff6338125c9952f6aef",
"sha256": "faeb037266085ed1822fb053a6aba8a3f3903bcf10241dffbb0897e75d36ec47"
},
"downloads": -1,
"filename": "pulumi_newrelic-5.37.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "8e84e1af605c6ff6338125c9952f6aef",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 366904,
"upload_time": "2024-12-05T10:40:28",
"upload_time_iso_8601": "2024-12-05T10:40:28.275682Z",
"url": "https://files.pythonhosted.org/packages/60/c0/a3841874edf9a062ab6319b4dc3bedb82b88ceb6df436e6f10360b80df48/pulumi_newrelic-5.37.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f3f836644c68c67d4bf3b08758550c2d46c18e3304629f161ac76155db154d01",
"md5": "4fae85238b86c613d73d5d9299c5ffae",
"sha256": "788ef73383e6d9d00c471cb38d29ac677fa949e0a7a2e087b3f3411b298ec0af"
},
"downloads": -1,
"filename": "pulumi_newrelic-5.37.0.tar.gz",
"has_sig": false,
"md5_digest": "4fae85238b86c613d73d5d9299c5ffae",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 291761,
"upload_time": "2024-12-05T10:40:30",
"upload_time_iso_8601": "2024-12-05T10:40:30.633459Z",
"url": "https://files.pythonhosted.org/packages/f3/f8/36644c68c67d4bf3b08758550c2d46c18e3304629f161ac76155db154d01/pulumi_newrelic-5.37.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-05 10:40:30",
"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"
}