Documentation Index
Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
Use this file to discover all available pages before exploring further.
Updates incident timeline.
Parameters
| Parameter | Description |
|---|
| Incident ID | The ID of the incident. |
| Message | The message to add to the incident’s timeline. |
Example Output
{
"data": {
"type": "<string>",
"id": "<string>",
"attributes": {
"created": "2025-04-02T05:15:59.080130+00:00",
"modified": "2025-04-02T05:15:59.080130+00:00",
"deleted": null,
"display_time": "2025-04-02T05:15:59.091382+00:00",
"creation_idempotency_key": null,
"cell_type": "<string>",
"content": {
"content": "<string>",
"current_state": "<string>"
},
"source": "<string>",
"last_modified_by": {
"data": {
"type": "<string>",
"id": "<string>",
"attributes": {
"uuid": "<string>",
"handle": "<string>",
"email": "<string>",
"name": null,
"icon": "<string>"
}
}
},
"last_modified_by_uuid": null,
"created_by": {
"data": {
"type": "<string>",
"id": "<string>",
"attributes": {
"uuid": "<string>",
"handle": "<string>",
"email": "<string>",
"name": null,
"icon": "<string>"
}
}
},
"created_by_uuid": null,
"important": false,
"thread_summary": null,
"parent_uuid": null
},
"relationships": {
"created_by_user": {
"data": {
"type": "<string>",
"id": "<string>"
}
},
"last_modified_by_user": {
"data": {
"type": "<string>",
"id": "<string>"
}
}
}
}
}
Workflow Library Example
Rollback Kubernetes Deployment and Resolve Datadog Incident