Call the SyncInstanceMeta to synchronize the metadata of all database dictionaries under the specified instance.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | SyncInstanceMeta |
System-defined parameter. Value: SyncInstanceMeta . |
InstanceId | String | Yes | 1234 |
The instance ID. |
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
.
|
IgnoreTable | Boolean | No | true |
Specifies whether to ignore table dictionary metadata synchronization. Valid values:
|
Response parameters
Parameter | Type | Sample response | Description |
---|---|---|---|
ErrorCode | String | UnknownError |
The error codes. |
ErrorMessage | String | UnknownError |
The error message. |
RequestId | String | A99CD576-1E18-4E86-931E-C3CCE56DC030 |
The ID of the request. |
Success | Boolean | true |
Indicates whether the request is successful. Valid values:
|
Examples
Sample request
http(s)://[Endpoint]/? Action=SyncInstanceMeta &<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.