Start import

post

<servername>/fscmUI/applcoreApi/v2/csm/import/{csId}

Start a CSM archive import process.

Request

Path Parameters
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
Nested Schema : ImportOption
Type: object
A (string, boolean) map of options. `SKIP_ACTIVE_SANDBOXES_CHECK` is an example key.
Show Source
Back to Top

Response

Supported Media Types

200 Response

Operation already in progress.
Body ()
Root Schema : StandardResponse
Type: object
Show Source

202 Response

Operation started.
Body ()
Root Schema : StandardResponse
Type: object
Show Source

400 Response

Could not start operation
Body ()
Root Schema : ErrorResponse
Type: object
Show Source

404 Response

Configuration Set not found.
Back to Top