Skip to main content

Update Incident Timeline

Updates incident timeline.

External Documentation

To learn more, visit the Datadog documentation.

Parameters

ParameterDescription
Incident IDThe ID of the incident.
MessageThe message to add to the incident's timeline.

Example Output

{
"data": {
"type": "incident_timeline_cells",
"id": "edb6ed0a-1f5d-5123-b1e7-5b236e229627",
"attributes": {
"created": "2022-12-13T16:50:47.562387+00:00",
"modified": "2022-12-13T16:50:47.562387+00:00",
"deleted": null,
"display_time": "2022-12-13T16:50:47.571666+00:00",
"creation_idempotency_key": null,
"cell_type": "markdown",
"content": {
"content": "https://blinkops.com",
"current_state": "active"
},
"source": "unknown",
"last_modified_by": {
"data": {
"type": "users",
"id": "552e524b-4c66-11ec-a4ee-da7ad0900002",
"attributes": {
"uuid": "552e524b-4c66-11ec-a4ee-da7ad0900002",
"handle": "example@blinkops.com",
"email": "example@blinkops.com",
"name": "User",
"icon": "https://blinkops.com"
}
}
},
"last_modified_by_uuid": null,
"created_by": {
"data": {
"type": "users",
"id": "552e524b-4c66-11ec-a4ee-da7ad0900002",
"attributes": {
"uuid": "552e524b-4c66-11ec-a4ee-da7ad0900002",
"handle": "example@blinkops.com",
"email": "example@blinkops.com",
"name": "User",
"icon": "https://blinkops.com"
}
}
},
"created_by_uuid": null,
"important": false,
"thread_summary": null
},
"relationships": {
"created_by_user": {
"data": {
"type": "users",
"id": "552e524b-4c66-11ec-a4ee-da7ad0900002"
}
},
"last_modified_by_user": {
"data": {
"type": "users",
"id": "552e524b-4c66-11ec-a4ee-da7ad0900002"
}
}
}
}
}

Workflow Library Example

Rollback Kubernetes Deployment and Resolve Datadog Incident

Workflow LibraryPreview this Workflow on desktop