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

Security problems API - POST unmute a problem

Unmutes the specified security problem.

The request consumes an application/json payload.

Early Adopter

This request is an Early Adopter release and may be changed in non-compatible way.

POSTManaged https://{your-domain}/e/{your-environment-id}/api/v2/securityProblems/{id}/unmute
SaaS https://{your-environment-id}.live.dynatrace.com/api/v2/securityProblems/{id}/unmute
Environment ActiveGate https://{your-activegate-domain}/e/{your-environment-id}/api/v2/securityProblems/{id}/unmute

Authentication

To execute this request, you need an access token with Write security problems (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.

ElementTypeDescription
reasonstring

The reason for un-muting a security problem.

The element can hold these values
  • AFFECTED
  • INITIAL_STATE
commentstring

A comment about the un-muting reason.

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, and remediate open-source and third-party vulnerabilities at runtime.

  • Davis security advisor API

    Find out what the Dynatrace Davis security advisor API offers.