Closes an incident.

Parameters

ParameterDescription
IDThe incident ID.

Example Output

{
	"incident": {
		"id": 2607568727176142,
		"opened_at": 1473393658662,
		"incident_preference": "<string>",
		"links": {
			"violations": [
				664308472058463,
				3345729647088061
			],
			"policy_id": 1406314
		}
	},
	"links": {
		"incident.policy_id": "<string>"
	}
}

Workflow Library Example

Rollback Kubernetes Deployment and Resolve a New Relic Incident
Workflow LibraryPreview this Workflow on desktop