Skip to main content

Runs SOD policy violation report

POST 

/sod-policies/:id/violation-report/run

This invokes processing of violation report for given SOD policy. If the policy reports more than 5000 violations, the report returns with violation limit exceeded message.

Request

Path Parameters

    id stringrequired

    The SOD policy ID to run.

    Example: ef38f943-47e9-4562-b5bb-8424a56397d8

Responses

Reference to the violation report run task.

Schema
    type string

    Possible values: [REPORT_RESULT]

    SOD policy violation report result DTO type.

    id string

    SOD policy violation report result ID.

    name string

    Human-readable name of the SOD policy violation report result.

    status string

    Possible values: [SUCCESS, WARNING, ERROR, TERMINATED, TEMP_ERROR, PENDING]

    Status of a SOD policy violation report.

Loading...