Migrations

Approve migration plan

Approves provider-neutral resources and freezes the execution plan for a migration run.

post/migrations/{runId}/approve-plan

Path parameters

runIdstring required

Request body

resourceIdsstring[] required
resourceOptionsobject

Response

Plan approved

successboolean
dataobject

Changes

Changed in 4 of the 121 revisions of this API.37

    • added the optional property retryable to the response with the 400 status

      response-optional-property-added

    • added the optional property retryable to the response with the 401 status

      response-optional-property-added

    • added the optional property retryable to the response with the 500 status

      response-optional-property-added

    • added the optional property code to the response with the 400 status

      response-optional-property-added

    • added the optional property code to the response with the 401 status

      response-optional-property-added

    • added the optional property code to the response with the 500 status

      response-optional-property-added

    • the response property success became optional for the status 400

      response-property-became-optional

    • the response property success became optional for the status 401

      response-property-became-optional

    • the response property success became optional for the status 500

      response-property-became-optional

    • endpoint added

      endpoint-added