Name | pulumi-ns1 JSON |
Version |
3.5.0
JSON |
| download |
home_page | None |
Summary | A Pulumi package for creating and managing ns1 cloud resources. |
upload_time | 2024-12-18 19:40:49 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.9 |
license | Apache-2.0 |
keywords |
pulumi
ns1
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
[![Actions Status](https://github.com/pulumi/pulumi-ns1/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-ns1/actions)
[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com)
[![NPM version](https://badge.fury.io/js/%40pulumi%2Fns1.svg)](https://www.npmjs.com/package/@pulumi/ns1)
[![Python version](https://badge.fury.io/py/pulumi-ns1.svg)](https://pypi.org/project/pulumi-ns1)
[![NuGet version](https://badge.fury.io/nu/pulumi.ns1.svg)](https://badge.fury.io/nu/pulumi.ns1)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-ns1/sdk/v3/go)](https://pkg.go.dev/github.com/pulumi/pulumi-ns1/sdk/v3/go)
[![License](https://img.shields.io/npm/l/%40pulumi%2Fpulumi.svg)](https://github.com/pulumi/pulumi-ns1/blob/master/LICENSE)
# NS1 Resource Provider
The NS1 resource provider for Pulumi lets you manage NS1
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/ns1
or `yarn`:
$ yarn add @pulumi/ns1
### Python
To use from Python, install using `pip`:
$ pip install pulumi_ns1
### Go
To use from Go, use `go get` to grab the latest version of the library
$ go get github.com/pulumi/pulumi-ns1/sdk/v3
### .NET
To use from .NET, install using `dotnet add package`:
$ dotnet add package Pulumi.Ns1
## Configuration
The following configuration points are available:
* ns1:apikey - (Required) NS1 API token. It must be provided, but it can also be sourced from the `NS1_APIKEY`
environment variable.
* ns1:endpoint - (Optional) NS1 API endpoint. For managed clients, this normally should not be set. Can also be sources
via the `NS1_ENDPOINT` environment variable.
* ns1:enableDdi - (Optional) This sets the permission schema to a DDI-compatible schema. Users of the managed SaaS
product should not need to set this. Users of DDI should set this to true if managing teams, users, or API
keys through this provider.
* ns1:rateLimitParallelism - (Optional) Integer for parallelism amount (default is `10`). NS1 uses a token-based method
for rate limiting API requests.
## Reference
For further information, please visit [the NS1 provider docs](https://www.pulumi.com/docs/intro/cloud-providers/ns1)
or for detailed reference documentation, please visit [the API docs](https://www.pulumi.com/docs/reference/pkg/ns1).
Raw data
{
"_id": null,
"home_page": null,
"name": "pulumi-ns1",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "pulumi, ns1",
"author": null,
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/ce/49/07652aeac522c2ca86161b77681c7053ee68ff50a52284b9e1109ba373c9/pulumi_ns1-3.5.0.tar.gz",
"platform": null,
"description": "[![Actions Status](https://github.com/pulumi/pulumi-ns1/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-ns1/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%2Fns1.svg)](https://www.npmjs.com/package/@pulumi/ns1)\n[![Python version](https://badge.fury.io/py/pulumi-ns1.svg)](https://pypi.org/project/pulumi-ns1)\n[![NuGet version](https://badge.fury.io/nu/pulumi.ns1.svg)](https://badge.fury.io/nu/pulumi.ns1)\n[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-ns1/sdk/v3/go)](https://pkg.go.dev/github.com/pulumi/pulumi-ns1/sdk/v3/go)\n[![License](https://img.shields.io/npm/l/%40pulumi%2Fpulumi.svg)](https://github.com/pulumi/pulumi-ns1/blob/master/LICENSE)\n\n# NS1 Resource Provider\n\nThe NS1 resource provider for Pulumi lets you manage NS1\nresources in your cloud programs. To use this package, please [install the\nPulumi 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/ns1\n\nor `yarn`:\n\n $ yarn add @pulumi/ns1\n\n### Python\n\nTo use from Python, install using `pip`:\n\n $ pip install pulumi_ns1\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-ns1/sdk/v3\n\n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n $ dotnet add package Pulumi.Ns1\n\n## Configuration\n\nThe following configuration points are available:\n\n* ns1:apikey - (Required) NS1 API token. It must be provided, but it can also be sourced from the `NS1_APIKEY` \n environment variable.\n* ns1:endpoint - (Optional) NS1 API endpoint. For managed clients, this normally should not be set. Can also be sources\n via the `NS1_ENDPOINT` environment variable.\n* ns1:enableDdi - (Optional) This sets the permission schema to a DDI-compatible schema. Users of the managed SaaS \n product should not need to set this. Users of DDI should set this to true if managing teams, users, or API \n keys through this provider.\n* ns1:rateLimitParallelism - (Optional) Integer for parallelism amount (default is `10`). NS1 uses a token-based method\n for rate limiting API requests.\n\n## Reference\n\nFor further information, please visit [the NS1 provider docs](https://www.pulumi.com/docs/intro/cloud-providers/ns1) \nor for detailed reference documentation, please visit [the API docs](https://www.pulumi.com/docs/reference/pkg/ns1).\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "A Pulumi package for creating and managing ns1 cloud resources.",
"version": "3.5.0",
"project_urls": {
"Homepage": "https://pulumi.io",
"Repository": "https://github.com/pulumi/pulumi-ns1"
},
"split_keywords": [
"pulumi",
" ns1"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "413958eacf175b36d1555365f24594d1b85c7f13dcf3faf2da1a0a186d3cd276",
"md5": "9e50ed32e7eb1fbf762187f7ae790307",
"sha256": "588ec3960384217331152a95c924a84950c5e040aeb8f6af3ab08a3edde15428"
},
"downloads": -1,
"filename": "pulumi_ns1-3.5.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "9e50ed32e7eb1fbf762187f7ae790307",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 91914,
"upload_time": "2024-12-18T19:40:48",
"upload_time_iso_8601": "2024-12-18T19:40:48.193339Z",
"url": "https://files.pythonhosted.org/packages/41/39/58eacf175b36d1555365f24594d1b85c7f13dcf3faf2da1a0a186d3cd276/pulumi_ns1-3.5.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ce4907652aeac522c2ca86161b77681c7053ee68ff50a52284b9e1109ba373c9",
"md5": "351b697a8710fd23840870ed7a1c2e99",
"sha256": "dc65cf6f4311c9e117517ff9ebeba4df57336e98ae599093a670a24b74a35c53"
},
"downloads": -1,
"filename": "pulumi_ns1-3.5.0.tar.gz",
"has_sig": false,
"md5_digest": "351b697a8710fd23840870ed7a1c2e99",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 68884,
"upload_time": "2024-12-18T19:40:49",
"upload_time_iso_8601": "2024-12-18T19:40:49.931735Z",
"url": "https://files.pythonhosted.org/packages/ce/49/07652aeac522c2ca86161b77681c7053ee68ff50a52284b9e1109ba373c9/pulumi_ns1-3.5.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-18 19:40:49",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "pulumi",
"github_project": "pulumi-ns1",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "pulumi-ns1"
}