Returns latest migration run status for source/destination pair.

GET /policies/migrate-data/status

Returns latest migration run status for source/destination pair. Only users with the Standard Registry role are allowed to make the request.

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Body

Name
Type
Description

srcPolicyId

string

Source Policy ID

dstPolicyId

string

Destination Policy ID

Response

description: Migration run status.
        content:
          application/json:
            schema:
              $ref: ‘#/components/schemas/MigrationStatusResponseDTO’

Last updated

Was this helpful?