Call the SyncDatabaseMeta to synchronize dictionary metadata from databases.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | SyncDatabaseMeta |
The operation that you want to perform. Valid values: SyncDatabaseMeta |
DbId | String | Yes | 123 |
The ID of the database. |
Tid | Long | Yes | -1 |
The ID of the tenant. Note
The tenant ID is
taken from the tenant ID displayed when you move the pointer on your profile picture.
For more information, see
View tenant information
.
|
Logic | Boolean | No | false |
A Boolean value that indicates whether the database to be affected is a logical database. |
Response parameters
Parameter | Type | Sample response | Description |
---|---|---|---|
ErrorCode | String | UnknownError |
The error codes. |
ErrorMessage | String | UnknownError |
The error message of the failure. |
RequestId | String | A99CD576-1E18-4E86-931E-C3CCE56DC030 |
The ID of the request. |
Success | Boolean | true |
Indicates whether the request is successful. |
Examples
Sample request
http(s)://[Endpoint]/? Action=SyncDatabaseMeta &DbId=123 &Tid=-1 &<common request parameters>
Sample success responses
XML
format
<RequestId>A99CD576-1E18-4E86-931E-C3CCE56DC030</RequestId> <Success>true</Success>
JSON
{ "RequestId": "A99CD576-1E18-4E86-931E-C3CCE56DC030", "Success": true }
Error codes
For more information about error codes, see error center.