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.
Closes the specified problem and adds a closing comment on it.
Parameters
| Parameter | Description |
|---|
| Message | The text of the closing comment. |
| Problem ID | The ID of the required problem. |
Example Output
{
"closeTimestamp": 0,
"closing": false,
"comment": {
"authorName": "The user who wrote the comment.",
"content": "The text of the comment.",
"context": "The context of the comment.",
"createdAtTimestamp": 0,
"id": "The ID of the comment."
},
"problemId": "The ID of the problem."
}
Workflow Library Example
Close Problem with Dynatrace and Send Results Via Email