applicationinsights_update_problem: Updates the visibility of the problem or specifies the...

View source: R/applicationinsights_operations.R

applicationinsights_update_problemR 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.

See https://www.paws-r-sdk.com/docs/applicationinsights_update_problem/ for full documentation.

Usage

applicationinsights_update_problem(
  ProblemId,
  UpdateStatus = NULL,
  Visibility = NULL
)

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.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.