Reference Guide

Type Name Description Schema
Path
id
required
Unique identifier of the migration session. string
Body
body
optional
Parameters for a deletion.
migration_session_d
elete
Responses
HTTP
Code
Description Schema
204 Success No Content
400 Invalid Request error_response
404 Not Found error_response
422 Operation Failed error_response
POST /migration_session/{id}/pause
Description
Pause a migration session. Only migration sessions in the synchronizing state can be paused.
Parameters
Type Name Description Schema
Path
id
required
Unique identifier of the migration session. string
Responses
HTTP
Code
Description Schema
204 Success No Content
400 Invalid Request error_response
404 Not Found error_response
422 Operation Failed error_response
141
Dell EMC PowerStore REST API Reference Guide