Skip to main content

Runs SOD policy violation report

POST 

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

deprecated

This endpoint has been deprecated and may be replaced or removed in future versions of the API.

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. Requires role of ORG_ADMIN.

Request

Path Parameters

    id stringrequired

    The SOD policy ID to run.

    Example: ef38f94347e94562b5bb8424a56397d8

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