• Home
  • Dynatrace API
  • Environment
  • Application Security
  • Security problems
  • POST unmute a problem

Security problems API - POST unmute a problem

Unmutes a security problem.

The request consumes an application/json payload.

POSTManagedDynatrace for Governmenthttps://{your-domain}/e/{your-environment-id}/api/v2/securityProblems/{id}/unmute
SaaShttps://{your-environment-id}.live.dynatrace.com/api/v2/securityProblems/{id}/unmute
Environment ActiveGatehttps://{your-activegate-domain}/e/{your-environment-id}/api/v2/securityProblems/{id}/unmute

Authentication

To execute this request, you need an access token with securityProblems.write scope.

To learn how to obtain and use it, see Tokens and authentication.

Parameters

ParameterTypeDescriptionInRequired
idstring

The ID of the required security problem.

pathrequired
bodySecurityProblemUnmute

The JSON body of the request. Contains the un-muting information.

bodyoptional

Request body objects

The SecurityProblemUnmute object

Information on un-muting a security problem.

ElementTypeDescriptionRequired
reasonstring

The reason for un-muting a security problem.

The element can hold these values
  • AFFECTED
required
commentstring

A comment about the un-muting reason.

optional

Request body JSON model

This is a model of the request body, showing the possible elements. It has to be adjusted for usage in an actual request.

json
{ "reason": "AFFECTED", "comment": "string" }

Response

Response codes

CodeDescription
200

Success. The security problem has been un-muted.

204

Not executed. The security problem is already un-muted.

Related topics
  • Application Security

    Detect, monitor, remediate vulnerabilities at runtime, and block attacks on your applications.

  • Davis security advisor API

    Find out what the Dynatrace Davis security advisor API offers.