Cancel migration process
post
<servername>/fscmUI/applcoreApi/v2/csm/cancel/{csId}
Cancel migration process.
Request
Path Parameters
- csId(required): string Configuration Set ID.
Supported Media Types
- application/json
Root Schema : schema
Type:
Show Source object
- mdsFileId: string MDS File ID for specific identification when trying to access older configuration sets with same csId as new configuration set.
Response
Supported Media Types
- application/json
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.