Skip to main content

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

ParameterDescription
MessageThe text of the closing comment.
Problem IDThe 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
Workflow LibraryPreview this Workflow on desktop