Skip to content

Update Problem

applicationinsights_update_problem R Documentation

Updates the visibility of the problem or specifies the problem as RESOLVED

Description

Updates the visibility of the problem or specifies the problem as RESOLVED.

Usage

applicationinsights_update_problem(ProblemId, UpdateStatus, Visibility)

Arguments

ProblemId

[required] The ID of the problem.

UpdateStatus

The status of the problem. Arguments can be passed for only problems that show a status of RECOVERING.

Visibility

The visibility of a problem. When you pass a value of IGNORED, the problem is removed from the default view, and all notifications for the problem are suspended. When VISIBLE is passed, the IGNORED action is reversed.

Value

An empty list.

Request syntax

svc$update_problem(
  ProblemId = "string",
  UpdateStatus = "RESOLVED",
  Visibility = "IGNORED"|"VISIBLE"
)