Policy Preview from Excel file
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.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
stringOptional
Responses
200
Successful operation.
application/json
Responseobject
401
Unauthorized
403
Forbidden.
500
Internal server error.
application/json
post
/policies/import/xlsx/previewPOST /api/v1/policies/import/xlsx/preview HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 6
"text"{}PreviousImport Schemas in Excel file format into a PolicyNextDemo on Integrating external policies using UI
Last updated