Acknowledges an incident.

Parameters

ParameterDescription
IDThe incident ID.

Example Output

{
	"incident": {
		"id": 1960143162176581,
		"opened_at": 3315541187601,
		"incident_preference": "<string>",
		"links": {
			"violations": [
				922537653292387,
				213255229862687
			],
			"policy_id": 4385753
		}
	},
	"links": {
		"incident.policy_id": "<string>"
	}
}

Workflow Library Example

Rollback Kubernetes Deployment and Resolve a New Relic Incident

Preview this Workflow on desktop

Acknowledges an incident.

Parameters

ParameterDescription
IDThe incident ID.

Example Output

{
	"incident": {
		"id": 1960143162176581,
		"opened_at": 3315541187601,
		"incident_preference": "<string>",
		"links": {
			"violations": [
				922537653292387,
				213255229862687
			],
			"policy_id": 4385753
		}
	},
	"links": {
		"incident.policy_id": "<string>"
	}
}

Workflow Library Example

Rollback Kubernetes Deployment and Resolve a New Relic Incident

Preview this Workflow on desktop