Start import
post
<servername>/fscmUI/applcoreApi/v2/csm/import/{csId}
Start a CSM archive import process.
Request
Path Parameters
-
csId(required): string
Configuration Set ID.
Supported Media Types
- application/json
Root Schema : schema
Type:
Show Source
object
-
options: object
ImportOption
A (string, boolean) map of options. `SKIP_ACTIVE_SANDBOXES_CHECK` is an example key.
Nested Schema : ImportOption
Type:
object
A (string, boolean) map of options. `SKIP_ACTIVE_SANDBOXES_CHECK` is an example key.
Show Source
-
SKIP_ACTIVE_SANDBOXES_CHECK: boolean
Setting the flag to `true` will allow the configuration set to be imported even when active sandboxes exist on target environment.
Response
Supported Media Types
- application/json
200 Response
Operation already in progress.
Root Schema : StandardResponse
Type:
Show Source
object
-
csId: string
The identifier of created Configuration Set.
-
csmSandboxId: string
The identifier of the CSM Sandbox created on target environment as part of `Import` operation.
-
detailedLog: string
Detailed log of current operation.
-
message: string
Description of the current operational state.
-
status: string
Short status code of the current operational status.
-
targetPushStatus: string
Status of the configuration set archive being uploaded to target environment.
-
userDetails: string
Instructions or hint for user to action upon.
202 Response
Operation started.
Root Schema : StandardResponse
Type:
Show Source
object
-
csId: string
The identifier of created Configuration Set.
-
csmSandboxId: string
The identifier of the CSM Sandbox created on target environment as part of `Import` operation.
-
detailedLog: string
Detailed log of current operation.
-
message: string
Description of the current operational state.
-
status: string
Short status code of the current operational status.
-
targetPushStatus: string
Status of the configuration set archive being uploaded to target environment.
-
userDetails: string
Instructions or hint for user to action upon.
400 Response
Could not start operation
Root Schema : ErrorResponse
Type:
Show Source
object
-
message: string
Description of the error.
-
status: string
Short status code of the error.
-
userDetails: string
Instructions or hint for user to action upon.
404 Response
Configuration Set not found.