POST method for import manifest

Draft comment:
This topic is shared by BAW, CP4BA. Last updated on 2025-03-13 12:15
The POST method to import the audit or security manifest.

URI

/CaseManager/CASEREST/v1/solution/importManifest

Table 1. Form parameter for the POST method
Name Type Required Description
manifest File Yes The manifest file that is to be imported.

POST curl request

Example:
 curl -v -X 'POST' --user <username>:<password> 'https://<hostname>:<port>/CaseManager/CASEREST/v1/solution/importManifest' -H 'Content-Type: multipart/form-data' -F 'manifest=@C:\Solution_securityManifest.zip;type=application/x-zip-compressed'

POST method response


{
  "Status": "The manifest was imported successfully."
}