Reference Guide

Table Of Contents
Type Name Description Schema
Body
body
required
Parameters to create a migration session.
migration_session_c
reate
Responses
HTTP
Code
Description Schema
201 Created
migration_session
_create_response
400 Invalid Request error_response
422 Operation Failed error_response
Produces
application/json
GET /migration_session/{id}
Description
Query a specific migration session.
Parameters
Type Name Description Schema
Path
id
required
Unique identifier of the migration session. string
Responses
HTTP
Code
Description Schema
200 Success
migration_session
_instance
404 Not Found error_response
DELETE /migration_session/{id}
194