Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Body
application/vnd.api+json
Response
pulse updated
Update a specific pulse by id
curl --request PUT \
--url https://api.rootly.com/v1/pulses/{id} \
--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": "e2cca2bf-2831-4176-aa1a-96d422441fb3",
"type": "pulses",
"attributes": {
"short_id": null,
"source": "unknown",
"summary": "Deploy k8s",
"labels": [],
"refs": [],
"services": [
{
"id": "fa1b1a71-901e-44b0-8088-453f6757c09b",
"alert_broadcast_channel": {},
"alert_broadcast_enabled": false,
"alert_urgency_id": null,
"alerts_email_address": "service-184813878a438534c14d53f12013d11c@email.rootly.com",
"alerts_email_enabled": false,
"backstage_id": null,
"color": "#F5D9C4",
"cortex_id": null,
"created_at": "2025-10-11T04:26:28.674-07:00",
"datadog_id": null,
"deleted_at": null,
"description": "Culpa et numquam a.",
"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": "Eius laborum reprehenderit vel.",
"notify_emails": [],
"opsgenie_id": null,
"opsgenie_team_id": null,
"opslevel_id": null,
"pagerduty_id": null,
"position": 2,
"public_description": null,
"service_now_ci_sys_id": null,
"show_uptime": true,
"show_uptime_last_days": 60,
"slack_aliases": [],
"slack_channels": [],
"slug": "eius-laborum-reprehenderit-vel",
"status": "operational",
"team_id": 330,
"updated_at": "2025-10-11T04:26:28.674-07:00"
}
],
"environments": [
{
"id": "c2fdaf34-afd6-431b-87df-a7ed94a62a71",
"color": "#8c5454",
"created_at": "2025-10-11T04:26:28.688-07:00",
"deleted_at": null,
"description": "Veritatis debitis magni necessitatibus.",
"external_id": null,
"incidents_count": 0,
"name": "Dolore ea quia maiores.",
"notify_emails": [],
"position": 2,
"slack_aliases": [],
"slack_channels": [],
"slug": "dolore-ea-quia-maiores",
"team_id": 330,
"updated_at": "2025-10-11T04:26:28.688-07:00"
}
],
"data": {},
"external_url": null,
"started_at": "2025-10-11T04:26:28.592-07:00",
"ended_at": null,
"created_at": "2025-10-11T04:26:28.592-07:00",
"updated_at": "2025-10-11T04:26:30.601-07:00"
}
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Show child attributes
pulse updated
Show child attributes
Was this page helpful?
curl --request PUT \
--url https://api.rootly.com/v1/pulses/{id} \
--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": "e2cca2bf-2831-4176-aa1a-96d422441fb3",
"type": "pulses",
"attributes": {
"short_id": null,
"source": "unknown",
"summary": "Deploy k8s",
"labels": [],
"refs": [],
"services": [
{
"id": "fa1b1a71-901e-44b0-8088-453f6757c09b",
"alert_broadcast_channel": {},
"alert_broadcast_enabled": false,
"alert_urgency_id": null,
"alerts_email_address": "service-184813878a438534c14d53f12013d11c@email.rootly.com",
"alerts_email_enabled": false,
"backstage_id": null,
"color": "#F5D9C4",
"cortex_id": null,
"created_at": "2025-10-11T04:26:28.674-07:00",
"datadog_id": null,
"deleted_at": null,
"description": "Culpa et numquam a.",
"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": "Eius laborum reprehenderit vel.",
"notify_emails": [],
"opsgenie_id": null,
"opsgenie_team_id": null,
"opslevel_id": null,
"pagerduty_id": null,
"position": 2,
"public_description": null,
"service_now_ci_sys_id": null,
"show_uptime": true,
"show_uptime_last_days": 60,
"slack_aliases": [],
"slack_channels": [],
"slug": "eius-laborum-reprehenderit-vel",
"status": "operational",
"team_id": 330,
"updated_at": "2025-10-11T04:26:28.674-07:00"
}
],
"environments": [
{
"id": "c2fdaf34-afd6-431b-87df-a7ed94a62a71",
"color": "#8c5454",
"created_at": "2025-10-11T04:26:28.688-07:00",
"deleted_at": null,
"description": "Veritatis debitis magni necessitatibus.",
"external_id": null,
"incidents_count": 0,
"name": "Dolore ea quia maiores.",
"notify_emails": [],
"position": 2,
"slack_aliases": [],
"slack_channels": [],
"slug": "dolore-ea-quia-maiores",
"team_id": 330,
"updated_at": "2025-10-11T04:26:28.688-07:00"
}
],
"data": {},
"external_url": null,
"started_at": "2025-10-11T04:26:28.592-07:00",
"ended_at": null,
"created_at": "2025-10-11T04:26:28.592-07:00",
"updated_at": "2025-10-11T04:26:30.601-07:00"
}
}
}