pulumiverse-dynatrace


Namepulumiverse-dynatrace JSON
Version 0.22.0 PyPI version JSON
download
home_pagehttps://www.pulumi.com
SummaryA Pulumi package for creating and managing Dynatrace cloud resources.
upload_time2024-12-16 08:55:27
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseApache-2.0
keywords pulumi dynatrace category/infrastructure pulumiverse
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# Dynatrace Resource Provider

The Dynatrace resource provider for Pulumi lets you create resources in [Dynatrace](https://www.dynatrace.com/). To use
this package, please [install the Pulumi CLI first](https://pulumi.com/).

## Installing

This package is available in many languages in standard packaging formats.

### Node.js (Java/TypeScript)

To use from JavaScript or TypeScript in Node.js, install using either `npm`:

```
$ npm install @pulumiverse/dynatrace
```

or `yarn`:

```
$ yarn add @pulumiverse/dynatrace
```

### Python

To use from Python, install using `pip`:

```
$ pip install pulumiverse-dynatrace
```

### Go

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

```
$ go get github.com/pulumiverse/pulumi-dynatrace/sdk/go/...
```

### .NET

To use from Dotnet, use `dotnet add package` to install into your project. You must specify the version if it is a pre-release version.


```
$ dotnet add package Pulumiverse.Dynatrace
```

## Reference

See the Pulumi registry for API docs:

https://www.pulumi.com/registry/packages/dynatrace/api-docs/

            

Raw data

            {
    "_id": null,
    "home_page": "https://www.pulumi.com",
    "name": "pulumiverse-dynatrace",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "pulumi dynatrace category/infrastructure pulumiverse",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/97/7e/16d1ead8e58acac9f603c59804ec9a07fcb872e463505ac7e286019bfaae/pulumiverse_dynatrace-0.22.0.tar.gz",
    "platform": null,
    "description": "\n# Dynatrace Resource Provider\n\nThe Dynatrace resource provider for Pulumi lets you create resources in [Dynatrace](https://www.dynatrace.com/). To use\nthis package, please [install the Pulumi CLI first](https://pulumi.com/).\n\n## Installing\n\nThis package is available in many languages in 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```\n$ npm install @pulumiverse/dynatrace\n```\n\nor `yarn`:\n\n```\n$ yarn add @pulumiverse/dynatrace\n```\n\n### Python\n\nTo use from Python, install using `pip`:\n\n```\n$ pip install pulumiverse-dynatrace\n```\n\n### Go\n\nTo use from Go, use `go get` to grab the latest version of the library\n\n```\n$ go get github.com/pulumiverse/pulumi-dynatrace/sdk/go/...\n```\n\n### .NET\n\nTo use from Dotnet, use `dotnet add package` to install into your project. You must specify the version if it is a pre-release version.\n\n\n```\n$ dotnet add package Pulumiverse.Dynatrace\n```\n\n## Reference\n\nSee the Pulumi registry for API docs:\n\nhttps://www.pulumi.com/registry/packages/dynatrace/api-docs/\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A Pulumi package for creating and managing Dynatrace cloud resources.",
    "version": "0.22.0",
    "project_urls": {
        "Homepage": "https://www.pulumi.com",
        "Repository": "https://github.com/pulumiverse/pulumi-dynatrace"
    },
    "split_keywords": [
        "pulumi",
        "dynatrace",
        "category/infrastructure",
        "pulumiverse"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "977e16d1ead8e58acac9f603c59804ec9a07fcb872e463505ac7e286019bfaae",
                "md5": "fdfa43f36ba9aa5f58505801f469df4c",
                "sha256": "fd631fe67acde41b5ba530072c975137bf00553498bfe7a30eb91c96c1c39620"
            },
            "downloads": -1,
            "filename": "pulumiverse_dynatrace-0.22.0.tar.gz",
            "has_sig": false,
            "md5_digest": "fdfa43f36ba9aa5f58505801f469df4c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 1206596,
            "upload_time": "2024-12-16T08:55:27",
            "upload_time_iso_8601": "2024-12-16T08:55:27.948200Z",
            "url": "https://files.pythonhosted.org/packages/97/7e/16d1ead8e58acac9f603c59804ec9a07fcb872e463505ac7e286019bfaae/pulumiverse_dynatrace-0.22.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-16 08:55:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pulumiverse",
    "github_project": "pulumi-dynatrace",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pulumiverse-dynatrace"
}
        
Elapsed time: 0.65636s