Skip to main content

Get SOD violation report status

GET 

/sod-policies/:id/violation-report

This gets the status for a violation report run task that has already been invoked.

Request

Path Parameters

    id stringrequired

    The ID of the violation report to retrieve status for.

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

Responses

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