POST
/
v1
/
pulses
curl --request POST \
  --url https://api.rootly.com/v1/pulses \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/vnd.api+json' \
  --data '{
  "data": {
    "type": "pulses",
    "attributes": {
      "source": "<string>",
      "summary": "<string>",
      "service_ids": [
        "<string>"
      ],
      "environment_ids": [
        "<string>"
      ],
      "started_at": "2023-11-07T05:31:56Z",
      "ended_at": "2023-11-07T05:31:56Z",
      "external_url": "<string>",
      "labels": [
        {
          "key": "<string>",
          "value": "<string>"
        }
      ],
      "refs": [
        {
          "key": "<string>",
          "value": "<string>"
        }
      ],
      "data": {}
    }
  }
}'
{
  "data": {
    "id": "f04bc030-31b8-4765-8303-4fcd07786c1d",
    "type": "pulses",
    "attributes": {
      "short_id": null,
      "source": "k8s",
      "summary": "Deploy k8s",
      "labels": [
        {
          "key": "status",
          "value": "succeeded"
        }
      ],
      "refs": [
        {
          "key": "sha",
          "value": "cd62148cbc5eb42168fe99fdb50a364e12b206ac"
        },
        {
          "key": "image",
          "value": "registry.rootly.com/rootly/my-service:cd6214"
        }
      ],
      "services": [
        {
          "id": "42687b00-96d3-4c52-a9e1-72aef5283648",
          "team_id": 341,
          "name": "Dolor similique est placeat.",
          "slug": "dolor-similique-est-placeat",
          "description": "Vero itaque exercitationem et.",
          "deleted_at": null,
          "created_at": "2025-03-28T23:04:03.361-07:00",
          "updated_at": "2025-03-28T23:04:03.361-07:00",
          "opsgenie_id": null,
          "pagerduty_id": null,
          "public_description": null,
          "github_repository_branch": "master",
          "github_repository_name": null,
          "color": "#D7E7F5",
          "heroku_app_name": null,
          "gitlab_repository_name": null,
          "gitlab_repository_branch": "master",
          "kubernetes_deployment_name": null,
          "incidents_count": 0,
          "position": 1,
          "slack_channels": [],
          "slack_aliases": [],
          "backstage_id": null,
          "show_uptime": true,
          "show_uptime_last_days": 60,
          "status": "operational",
          "external_id": null,
          "notify_emails": [],
          "cortex_id": null,
          "alerts_email_enabled": false,
          "alerts_email_address": "service-8a8289cb211ceed0ca76317155eaf383@email.rootly.com",
          "opsgenie_team_id": null,
          "service_now_ci_sys_id": null,
          "alert_urgency_id": null,
          "opslevel_id": null
        }
      ],
      "environments": [
        {
          "id": "65176612-28ac-49cb-98ad-38c64e9158d5",
          "team_id": 341,
          "name": "Et ducimus dignissimos doloremque.",
          "slug": "et-ducimus-dignissimos-doloremque",
          "description": "Minus mollitia dolores praesentium.",
          "color": "#abf7f7",
          "deleted_at": null,
          "created_at": "2025-03-28T23:04:03.376-07:00",
          "updated_at": "2025-03-28T23:04:03.376-07:00",
          "incidents_count": 0,
          "position": 1,
          "slack_channels": [],
          "slack_aliases": [],
          "external_id": null,
          "notify_emails": []
        }
      ],
      "data": {
        "url": "https://additionaldata.com"
      },
      "external_url": "https://external-url.com",
      "started_at": "2025-03-28T22:55:28.000-07:00",
      "ended_at": "2025-03-28T22:57:28.000-07:00",
      "created_at": "2025-03-28T23:04:05.807-07:00",
      "updated_at": "2025-03-28T23:04:05.807-07:00"
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/vnd.api+json
data
object
required

Response

201
application/vnd.api+json
pulse created
data
object
required