1. Packages
  2. Rootly
Rootly v1.5.0 published on Thursday, Apr 25, 2024 by Rootly

Rootly

Rootly v1.5.0 published on Thursday, Apr 25, 2024 by Rootly

The Rootly provider for Pulumi can be used to provision resources available in Rootly. The Rootly provider must be configured with the an API token.

Example

const rootly = require("@rootly/pulumi")

new rootly.Severity("sev0", {
  name: "SEV0",
  color: "#FF0000"
})

new rootly.Service("elasticsearch_prod", {
  name: "elasticsearch-prod",
  color: "#800080"
})

new rootly.Functionality("add_items_to_card", {
  name: "Add items to card",
  color: "#FFFFFF"
})
Copy

You could find more complete and detailed examples in the pulumi-rootly repository

Rootly v1.5.0 published on Thursday, Apr 25, 2024 by Rootly