pulumi-ns1


Namepulumi-ns1 JSON
Version 3.3.0 PyPI version JSON
download
home_pageNone
SummaryA Pulumi package for creating and managing ns1 cloud resources.
upload_time2024-06-24 18:25:12
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseApache-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.8",
    "maintainer_email": null,
    "keywords": "pulumi, ns1",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/f5/d2/9c4018088a4f8eaa76a0320de8cc20021a7341ec856cb6f8e709da5e4f75/pulumi_ns1-3.3.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.3.0",
    "project_urls": {
        "Homepage": "https://pulumi.io",
        "Repository": "https://github.com/pulumi/pulumi-ns1"
    },
    "split_keywords": [
        "pulumi",
        " ns1"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a986ff25f80e4db8b420b6efe3a8e58b67287e3284e989d4571ee7f01da5231b",
                "md5": "96f665d54f65be6dfda089a5534a0004",
                "sha256": "4227b4d4296aea585f26a70012e137876d737a3727dc6e2601ea50be4734771f"
            },
            "downloads": -1,
            "filename": "pulumi_ns1-3.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "96f665d54f65be6dfda089a5534a0004",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 88192,
            "upload_time": "2024-06-24T18:25:09",
            "upload_time_iso_8601": "2024-06-24T18:25:09.393331Z",
            "url": "https://files.pythonhosted.org/packages/a9/86/ff25f80e4db8b420b6efe3a8e58b67287e3284e989d4571ee7f01da5231b/pulumi_ns1-3.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f5d29c4018088a4f8eaa76a0320de8cc20021a7341ec856cb6f8e709da5e4f75",
                "md5": "9622e2b94c8a016dc32efa2c139f712a",
                "sha256": "224a73ff890707153df8655ca273f59366ee9d931b8ce1c38d3488e31d1ae18e"
            },
            "downloads": -1,
            "filename": "pulumi_ns1-3.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "9622e2b94c8a016dc32efa2c139f712a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 66629,
            "upload_time": "2024-06-24T18:25:12",
            "upload_time_iso_8601": "2024-06-24T18:25:12.686890Z",
            "url": "https://files.pythonhosted.org/packages/f5/d2/9c4018088a4f8eaa76a0320de8cc20021a7341ec856cb6f8e709da5e4f75/pulumi_ns1-3.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-24 18:25:12",
    "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"
}
        
Elapsed time: 0.28844s