Run policy without making any persistent changes or executing transaction.

PUT /tools/{id}/dry-run

Run policy without making any persistent changes or executing transaction. Only users with the Standard Registry role are allowed to make the request.

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Body

Name
Type
Description

id

string

Tool ID

Response

{
   description: Successful operation.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ToolValidationDTO'
}

Last updated