Skip to main content

Evaluate one policy by ID

POST 

/sod-policies/:id/evaluate

Runs the scheduled report for the policy retrieved by passed policy ID. The report schedule is fetched from the policy retrieved by ID.

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