All Products
Search
Document Center

Data Management:SyncInstanceMeta

Last Updated:Oct 21, 2024

Synchronizes the metadata of all databases in a database instance.

Operation description

You can call this operation only for database instances whose control mode is Security Collaboration.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
TidlongNo

The ID of the tenant.

Note To view the ID of the tenant, move the pointer over the profile picture in the upper-right corner of the Data Management (DMS) console. For more information, see the View information about the current tenant section of the Manage DMS tenants topic.
3***
InstanceIdstringYes

The ID of the instance.

12***
IgnoreTablebooleanNo

Specifies whether to skip synchronization for the metadata of table dictionaries. Valid values:

  • true
  • false
true

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

A99CD576-1E18-4E86-931E-C3CCE56DC030
ErrorCodestring

Details about the topology of the data table.

UnknownError
ErrorMessagestring

The error code returned.

UnknownError
Successboolean

Indicates whether the request is successful. Valid values:

  • true
  • false
true

Examples

Sample success responses

JSONformat

{
  "RequestId": "A99CD576-1E18-4E86-931E-C3CCE56DC030",
  "ErrorCode": "UnknownError",
  "ErrorMessage": "UnknownError",
  "Success": true
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history