Updated on 2023-05-29 GMT+08:00

Submitting Verification

Function

This API is used to submit verification. It can be called only after syntax conversion is complete.

URI

POST /v1/{project_id}/migration-projects/{migration_project_id}/verification

Table 1 Path parameters

Parameter

Mandatory

Type

Description

project_id

Yes

String

Project ID of a tenant in a region.

For details about how to obtain the project ID, see Obtaining a Project ID.

migration_project_id

Yes

String

Migration project ID.

Request Parameters

Table 2 Request header parameters

Parameter

Mandatory

Type

Description

X-Auth-Token

Yes

String

User token obtained from IAM.

Response Parameters

None.

Example Request

Submitting verification

POST https://{endpoint}/v1/0ac6eb2c8000d2ee2fd9c006dededbe6/migration-projects/220/verification

Example Response

None.

Status Codes

Status Code

Description

202

Request succeeded.

Error Codes

For details, see Error Codes.