Skip to main content

Get violation report run status

GET 

/sod-policies/sod-violation-report-status/:reportResultId

deprecated

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

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

Request

Path Parameters

    reportResultId stringrequired

    The ID of the report reference to retrieve.

    Example: 2e8d8180-24bc-4d21-91c6-7affdb473b0d

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