getDmsOperation
- Print
- PDF
getDmsOperation
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Overview
View the DMS status. Check the codeName in the example response.
Request
Request parameters
Parameter name | Requirement status | Type | Restrictions | Description |
---|---|---|---|---|
requestNo | Yes | string | - Retrieve the requestNo after executing a command - The command execution status can be viewed by entering the number. - It can be obtained via restoreDmsTransactionLog. | |
responseFormatType | No | string | - Determine the format of the API execution result to be received - You may select from xml and json. |
Examples
Request examples
{CloudDB_API_URL}/getDmsOperation?requestNo=782063
Response examples
<getDmsOperationResponse>
<requestId>e358ae1d-f4e4-4c03-8cb9-ac145da595a4</requestId>
<returnCode>0</returnCode>
<returnMessage>success</returnMessage>
<status>
<code>COMP</code>
<codeName>completed</codeName>
</status>
</getDmsOperationResponse>
Was this article helpful?