Import all configuration data from ZIP file

post/v1/solution/importAll

Accepts a ZIP file and performs complete import of all contents in a single step.

Request Samples

Response Samples

1{
2 "version": 1,
3 "componentConfigServiceResponses": {},
4 "translatedMessages": [],
5 "httpStatus": 202
6}

Request Body

The ZIP data containing a SAS Visual Investigator configuration. All contents will be imported automatically.

Responses

StatusMeaningDescription
200OK

The import was successful.

Schema
202Accepted

The request has been accepted for processing, but the processing has not been completed.

Headers
400Bad Request

The request was invalid.

500Internal Server Error

The request could not be fulfilled because of an unexpected server error.