Rate this page:
Provides a status of your migration to the server product
Disclaimer: Atlassian Connect Resource. Replace the product-specific-path
with the corresponding product API i.e.,
your-site.atlassian.net/wiki/rest/atlassian-connect/1/migration/
for Confluenceyour-site.atlassian.net/rest/atlassian-connect/1/migration/
for JiraPOST /migration/progress/{transferId}
Update or create migration progress status for transferId
string
transferId
uuid
string
Valid values: READY
, IN_PROGRESS
, SUCCESS
, FAILED
, SKIPPED
, INCOMPLETE
integer
0
, Maximum: 100
, Format: int32
string
1 2 3 4 5 6 7 8
curl --request POST \
--url 'https://product-specific-path/migration/progress/{transferId}' \
--header 'Content-Type: application/json' \
--data '{
"progressStatus": "READY",
"percent": 2154,
"statusMessage": "<string>"
}'
OK
A schema has not been defined for this response code.
Rate this page: