Policy Preview from Excel file

Policy preview from a xlsx file.

POST /policies/import/xlsx/preview

Previews the policy from a xlsx file without loading it into the local DB. Only users with the Standard Registry role are allowed to make the request.

Request Body

NameTypeDescription

xlsx*

String

A xlsx file containing policy config.

content:
            application/json:
              schema:
                type: object

Last updated