BladePipe 1.8.0: Faster binlog parsing, new pipeline support, and more stable performance.
Skip to main content

Cache Format

Interface Overview

Format for obtaining values of cache type data sources to select when creating a task.

Interface Address

/cloudcanal/console/api/v1/openapi/constant/cacheschemalessvalueformats

Request Manner

POST

Request Parameters

None

Public Response Results

ParameterNameParameter DescriptionType(Java)NotNull
code1: Success
0: Failure
stringTrue
dataObjectFalse
msgstringFalse
requestIdstringTrue

Data Parameters

The data is an array, and each set of data contains the following field descriptions:

ParameterNameParameter DescriptionType(Java)NotNull
i18nNameInternationalized namestringTrue
formatCache value typestringTrue

Response Example

{
"requestId": "54c50364-2be7-11ec-b616-edfc8ee2ce63",
"code": "1",
"msg": "request success",
"data": [
{
"i18nName": "JSON format for pure data.",
"format": "VALUE_JSON_FOR_CACHE"
},
{
"i18nName": "JSON format for pure data.(CamelCase Column Name)",
"format": "VALUE_COL_CAMEL_CASE_JSON_FOR_CACHE"
}
]
}