Restore configuration
post
<servername>/fscmUI/applcoreApi/v2/csm/restore/{csId}
Rollback a migration set that has been applied successfully.
Request
Path Parameters
- csId(required): string Configuration Set ID.
There's no request body for this operation.
Back to TopResponse
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.