pulumi-pagerduty


Namepulumi-pagerduty JSON
Version 4.29.2 PyPI version JSON
download
home_pageNone
SummaryA Pulumi package for creating and managing pagerduty cloud resources.
upload_time2025-10-09 03:43:28
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseApache-2.0
keywords pulumi pagerduty
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Actions Status](https://github.com/pulumi/pulumi-pagerduty/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-pagerduty/actions)
[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com)
[![NPM version](https://badge.fury.io/js/%40pulumi%2Fpagerduty.svg)](https://www.npmjs.com/package/@pulumi/pagerduty)
[![Python version](https://badge.fury.io/py/pulumi-pagerduty.svg)](https://pypi.org/project/pulumi-pagerduty)
[![NuGet version](https://badge.fury.io/nu/pulumi.pagerduty.svg)](https://badge.fury.io/nu/pulumi.pagerduty)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-pagerduty/sdk/v2/go)](https://pkg.go.dev/github.com/pulumi/pulumi-pagerduty/sdk/v2/go)
[![License](https://img.shields.io/npm/l/%40pulumi%2Fpulumi.svg)](https://github.com/pulumi/pulumi-pagerduty/blob/master/LICENSE)

# PagerDuty Resource Provider

The PagerDuty Resource Provider lets you manage PagerDuty resources.

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

or `yarn`:

    $ yarn add @pulumi/pagerduty

### Python

To use from Python, install using `pip`:

    $ pip install pulumi_pagerduty

### Go

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

    $ go get github.com/pulumi/pulumi-pagerduty/sdk/v4

### .NET

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

    $ dotnet add package Pulumi.Pagerduty

## Configuration

The following configuration points are available:

- `pagerduty:token` - (Required) The v2 authorization token. It can also be sourced from the `PAGERDUTY_TOKEN` 
  environment variable. See [API Documentation](https://v2.developer.pagerduty.com/docs/authentication) for more information.
- `pageduty:skipCredentialsValidation` - (Optional) Skip validation of the token against the PagerDuty API.

## Reference

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

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pulumi-pagerduty",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "pulumi, pagerduty",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/a7/7a/eb493eba4f3c41bbad2b3c187f1a7b0a7be77a153a8a0766e7152a890884/pulumi_pagerduty-4.29.2.tar.gz",
    "platform": null,
    "description": "[![Actions Status](https://github.com/pulumi/pulumi-pagerduty/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-pagerduty/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%2Fpagerduty.svg)](https://www.npmjs.com/package/@pulumi/pagerduty)\n[![Python version](https://badge.fury.io/py/pulumi-pagerduty.svg)](https://pypi.org/project/pulumi-pagerduty)\n[![NuGet version](https://badge.fury.io/nu/pulumi.pagerduty.svg)](https://badge.fury.io/nu/pulumi.pagerduty)\n[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-pagerduty/sdk/v2/go)](https://pkg.go.dev/github.com/pulumi/pulumi-pagerduty/sdk/v2/go)\n[![License](https://img.shields.io/npm/l/%40pulumi%2Fpulumi.svg)](https://github.com/pulumi/pulumi-pagerduty/blob/master/LICENSE)\n\n# PagerDuty Resource Provider\n\nThe PagerDuty Resource Provider lets you manage PagerDuty resources.\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/pagerduty\n\nor `yarn`:\n\n    $ yarn add @pulumi/pagerduty\n\n### Python\n\nTo use from Python, install using `pip`:\n\n    $ pip install pulumi_pagerduty\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-pagerduty/sdk/v4\n\n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n    $ dotnet add package Pulumi.Pagerduty\n\n## Configuration\n\nThe following configuration points are available:\n\n- `pagerduty:token` - (Required) The v2 authorization token. It can also be sourced from the `PAGERDUTY_TOKEN` \n  environment variable. See [API Documentation](https://v2.developer.pagerduty.com/docs/authentication) for more information.\n- `pageduty:skipCredentialsValidation` - (Optional) Skip validation of the token against the PagerDuty API.\n\n## Reference\n\nFor further information, please visit [the PagerDuty provider docs](https://www.pulumi.com/docs/intro/cloud-providers/pagerduty)\nor for detailed reference documentation, please visit [the API docs](https://www.pulumi.com/docs/reference/pkg/pagerduty).\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A Pulumi package for creating and managing pagerduty cloud resources.",
    "version": "4.29.2",
    "project_urls": {
        "Homepage": "https://pulumi.io",
        "Repository": "https://github.com/pulumi/pulumi-pagerduty"
    },
    "split_keywords": [
        "pulumi",
        " pagerduty"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0fc46e0d1257ecf869e331eb570ac167c092576815cd88f10e5b5026cbfa039b",
                "md5": "2d1ea8a50ae35adecdaedb538f644369",
                "sha256": "5748e3ab02cbd0be48beffe2b7190311134ad7064d341533d1eb88f4e3047bdd"
            },
            "downloads": -1,
            "filename": "pulumi_pagerduty-4.29.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2d1ea8a50ae35adecdaedb538f644369",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 318047,
            "upload_time": "2025-10-09T03:43:26",
            "upload_time_iso_8601": "2025-10-09T03:43:26.129710Z",
            "url": "https://files.pythonhosted.org/packages/0f/c4/6e0d1257ecf869e331eb570ac167c092576815cd88f10e5b5026cbfa039b/pulumi_pagerduty-4.29.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a77aeb493eba4f3c41bbad2b3c187f1a7b0a7be77a153a8a0766e7152a890884",
                "md5": "e401e0716b10d8f2dbd097006af90d27",
                "sha256": "f5e77ab2691bf8d49c739be923fb4265e8dd68f8f0fcf0a5f04acac48918a55f"
            },
            "downloads": -1,
            "filename": "pulumi_pagerduty-4.29.2.tar.gz",
            "has_sig": false,
            "md5_digest": "e401e0716b10d8f2dbd097006af90d27",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 207865,
            "upload_time": "2025-10-09T03:43:28",
            "upload_time_iso_8601": "2025-10-09T03:43:28.533372Z",
            "url": "https://files.pythonhosted.org/packages/a7/7a/eb493eba4f3c41bbad2b3c187f1a7b0a7be77a153a8a0766e7152a890884/pulumi_pagerduty-4.29.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-09 03:43:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pulumi",
    "github_project": "pulumi-pagerduty",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pulumi-pagerduty"
}
        
Elapsed time: 2.04402s