Creates a new pulse from provided data
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": {
"summary": "<string>",
"source": "<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": "b42e11b6-f60b-4350-81a7-e5bb8a204fde",
"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": "27429217-8e51-46d3-aa17-986541289e1c",
"alert_broadcast_channel": {},
"alert_broadcast_enabled": false,
"alert_urgency_id": null,
"alerts_email_address": "[email protected]",
"alerts_email_enabled": false,
"backstage_id": null,
"color": "#047BF8",
"cortex_id": null,
"created_at": "2025-12-18T18:59:52.877-08:00",
"datadog_id": null,
"deleted_at": null,
"description": "Qui quod ab eligendi.",
"external_id": null,
"github_repository_branch": "master",
"github_repository_name": null,
"gitlab_repository_branch": "master",
"gitlab_repository_name": null,
"heroku_app_name": null,
"incident_broadcast_channel": {},
"incident_broadcast_enabled": false,
"incidents_count": 0,
"kubernetes_deployment_name": null,
"name": "Rerum accusamus unde id.",
"notify_emails": [],
"opsgenie_id": null,
"opsgenie_team_id": null,
"opslevel_id": null,
"pagerduty_id": null,
"position": 1,
"public_description": null,
"service_now_ci_sys_id": null,
"show_uptime": true,
"show_uptime_last_days": 60,
"slack_aliases": [],
"slack_channels": [],
"slug": "rerum-accusamus-unde-id",
"status": "operational",
"team_id": 429,
"updated_at": "2025-12-18T18:59:52.877-08:00"
}
],
"environments": [
{
"id": "c7304f88-bc1f-4e78-baa4-aeba61d384d5",
"color": "#faf5fa",
"created_at": "2025-12-18T18:59:52.889-08:00",
"deleted_at": null,
"description": "Impedit et ex voluptas.",
"external_id": null,
"incidents_count": 0,
"name": "Alias quia nihil quos.",
"notify_emails": [],
"position": 1,
"slack_aliases": [],
"slack_channels": [],
"slug": "alias-quia-nihil-quos",
"team_id": 429,
"updated_at": "2025-12-18T18:59:52.889-08:00"
}
],
"data": {
"url": "https://additionaldata.com"
},
"external_url": "https://external-url.com",
"started_at": "2025-12-18T18:52:13.000-08:00",
"ended_at": "2025-12-18T18:54:13.000-08:00",
"created_at": "2025-12-18T18:59:54.156-08:00",
"updated_at": "2025-12-18T18:59:54.156-08:00"
}
}
}Was this page helpful?
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": {
"summary": "<string>",
"source": "<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": "b42e11b6-f60b-4350-81a7-e5bb8a204fde",
"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": "27429217-8e51-46d3-aa17-986541289e1c",
"alert_broadcast_channel": {},
"alert_broadcast_enabled": false,
"alert_urgency_id": null,
"alerts_email_address": "[email protected]",
"alerts_email_enabled": false,
"backstage_id": null,
"color": "#047BF8",
"cortex_id": null,
"created_at": "2025-12-18T18:59:52.877-08:00",
"datadog_id": null,
"deleted_at": null,
"description": "Qui quod ab eligendi.",
"external_id": null,
"github_repository_branch": "master",
"github_repository_name": null,
"gitlab_repository_branch": "master",
"gitlab_repository_name": null,
"heroku_app_name": null,
"incident_broadcast_channel": {},
"incident_broadcast_enabled": false,
"incidents_count": 0,
"kubernetes_deployment_name": null,
"name": "Rerum accusamus unde id.",
"notify_emails": [],
"opsgenie_id": null,
"opsgenie_team_id": null,
"opslevel_id": null,
"pagerduty_id": null,
"position": 1,
"public_description": null,
"service_now_ci_sys_id": null,
"show_uptime": true,
"show_uptime_last_days": 60,
"slack_aliases": [],
"slack_channels": [],
"slug": "rerum-accusamus-unde-id",
"status": "operational",
"team_id": 429,
"updated_at": "2025-12-18T18:59:52.877-08:00"
}
],
"environments": [
{
"id": "c7304f88-bc1f-4e78-baa4-aeba61d384d5",
"color": "#faf5fa",
"created_at": "2025-12-18T18:59:52.889-08:00",
"deleted_at": null,
"description": "Impedit et ex voluptas.",
"external_id": null,
"incidents_count": 0,
"name": "Alias quia nihil quos.",
"notify_emails": [],
"position": 1,
"slack_aliases": [],
"slack_channels": [],
"slug": "alias-quia-nihil-quos",
"team_id": 429,
"updated_at": "2025-12-18T18:59:52.889-08:00"
}
],
"data": {
"url": "https://additionaldata.com"
},
"external_url": "https://external-url.com",
"started_at": "2025-12-18T18:52:13.000-08:00",
"ended_at": "2025-12-18T18:54:13.000-08:00",
"created_at": "2025-12-18T18:59:54.156-08:00",
"updated_at": "2025-12-18T18:59:54.156-08:00"
}
}
}