Viewing docs for rollbar 1.16.0
published on Wednesday, Apr 30, 2025 by rollbar
published on Wednesday, Apr 30, 2025 by rollbar
Rollbar Provider
I want to use the Pulumi rollbar package (rollbar) in my project.
## Provider details
- Package: rollbar
- Version: 1.16.0
- Publisher: rollbar
- Source: opentofu
- Repository: https://github.com/rollbar/terraform-provider-rollbar
## Documentation
The Pulumi Cloud Registry API serves canonical, up-to-date docs for this package — including private packages and every published version. Send the "Accept: text/markdown" header for clean readable content, or "application/json" for structured data.
Start at the navigation tree, which cross-links to the readme, installation guide, and per-resource docs URL template:
- https://api.pulumi.com/api/registry/packages/opentofu/rollbar/rollbar/versions/latest/nav
Returns a summary by default. The full tree can be hundreds of kB for large providers, so prefer targeted search: append "?q=<query>&depth=full" to filter by resource/function title or token (for example "?q=bucket&depth=full"). Only request the full nav without a query if you actually need to enumerate every resource.
Other endpoints:
- Overview and getting started: https://api.pulumi.com/api/registry/packages/opentofu/rollbar/rollbar/versions/latest/readme
- Installation and configuration: https://api.pulumi.com/api/registry/packages/opentofu/rollbar/rollbar/versions/latest/installation
- Per-resource/function docs: https://api.pulumi.com/api/registry/packages/opentofu/rollbar/rollbar/versions/latest/docs/{token}?lang={lang}
Replace {token} with the percent-encoded token from the nav response (for example aws:s3/bucket:Bucket).
Replace {lang} with typescript, python, go, csharp, java, or yaml.
Fetch the installation endpoint above for the correct setup steps — install instructions vary between native providers, bridged Terraform providers, and component packages.
Help me get started using this provider. Show me a complete Pulumi program that provisions a common resource, including all necessary configuration and imports.
Viewing docs for rollbar 1.16.0
published on Wednesday, Apr 30, 2025 by rollbar
published on Wednesday, Apr 30, 2025 by rollbar
Generate Provider
The Rollbar provider must be installed as a Local Package by following the instructions for Any Terraform Provider:
pulumi package add terraform-provider rollbar/rollbar
Overview
The Rollbar provider is used to interact with Rollbar resources.
The provider allows you to manage your Rollbar account’s projects, members, and teams easily. It needs to be configured with the proper credentials before it can be used.
Example Usage
# Pulumi.yaml provider configuration file
name: configuration-example
runtime:
config:
rollbar:apiKey:
value: 'TODO: var.rollbar_token'
Configuration Reference
The following configuration inputs are supported:
apiKey- (Required) Rollbar API authentication token. Value will be sourced from environment variableROLLBAR_API_KEYif set.projectApiKey- (Optional) Rollbar API authentication token (project level). Value will be sourced from environment variableROLLBAR_PROJECT_API_KEYif set.apiUrl- (Optional) Base URL for the Rollbar API. Defaults to https://api.rollbar.com. Value will be sourced from environment variableROLLBAR_API_URLif set.
Functions
rollbar.Project- A Rollbar projectrollbar.getProjects- List all Rollbar projectsrollbar.ProjectAccessToken- An access token belonging to a Rollbar project
rollbar.getProjectAccessTokens- List all access tokens belonging to a Rollbar project
rollbar.Team- A Rollbar team
Resources
rollbar.Project- A Rollbar projectrollbar.ProjectAccessToken- A Rollbar project access tokenrollbar.Notification- A Rollbar notification channel rulerollbar.Team- A Rollbar teamrollbar.User- A Rollbar user
Viewing docs for rollbar 1.16.0
published on Wednesday, Apr 30, 2025 by rollbar
published on Wednesday, Apr 30, 2025 by rollbar
