You can call ExecuteStructSync to execute a schema synchronization ticket.
If the security rules of the instance need to be approved for synchronization, call SubmitStructSyncOrderApproval The interface initiates an approval process and completes the approval.
Debugging
Parameters
| Parameter | Type | Is it required? | Example | Description |
|---|---|---|---|---|
| OrderId | Long | Yes | 112345 |
The ticket number. |
| Tid | Long | No | 1 |
The tenant has expired. Note The information of the tenant's chart is taken from the avatar in the upper-right
corner of the system. For more information, see View tenant information .
|
| RegionId | String | No | cn-hangzhou |
Select the service region of the destination region to call this operation. For more information about the valid values, see switchegionfigure parameter description . Note select based on the location of the application nearby.
|
return data
| Parameter | Type | Example | Description |
|---|---|---|---|
| RequestId | String | 4E1D2B4D-3E53-4ABC-999D-1D2520B3471A |
The error message returned because the request already exists. |
| Success | Boolean | true |
Whether the request is successful. |
| ErrorMessage | String | UnknownError |
Error message. |
| ErrorCode | String | UnknownError |
Error code. |
Examples
Sample requests
http(s)://dms-enterprise.aliyuncs.com/? >rder_id=112345&resourceid=1&public request parameters
Sample success responses
XML Format
HTTP/1.1 200 OK Content-Type:application/xml <ExecuteStructSyncResponse> <RequestId>4E1D2B4D-3E53-4ABC-999D-1D2520B3471A</RequestId> <Success>true</Success> </ExecuteStructSyncResponse>
JSON Format
HTTP/1.1 200 OK Content-Type:application/json { "RequestId" : "4E1D2B4D-3E53-4ABC-999D-1D2520B3471A", "Success" : true }
Error code
Access error Center For more information, see error codes.