Import REST Endpoints
Configuration Set Migration/Import
The import resoource is used for initiating CSM import lifecycle processes in the target environment.
- Apply imported migration set
- Method: postPath:
<servername>/fscmUI/applcoreApi/v2/csm/apply/{csId} - Check status
- Method: getPath:
<servername>/fscmUI/applcoreApi/v2/csm/import/status{csId} - Restore configuration
- Method: postPath:
<servername>/fscmUI/applcoreApi/v2/csm/restore/{csId} - Start import
- Method: postPath:
<servername>/fscmUI/applcoreApi/v2/csm/import/{csId}