BladePipe 1.10.0: Support Google Ads and more, improve SAP HANA source CDC performance.
Skip to main content

MQ Format

Interface Overview​

Gets the message type data source value format to select when creating a task

Interface Address​

/cloudcanal/console/api/v1/openapi/constant/mqschemalessvalueformats

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. The parameters of the array elements are described as follows:

ParameterNameParameter DescriptionType(Java)NotNull
i18nNameInternationalized namestringTrue
formatMessage value typestringTrue

Response Example​

{
"requestId": "1e920b2d-2be7-11ec-b616-050c3dbac1ca",
"code": "1",
"msg": "request success",
"data": [
{
"i18nName": "CloudCanal Built-in format",
"format": "CLOUDCANAL_JSON_FOR_MQ"
},
{
"i18nName": "AlibabaCanal Compatible format",
"format": "CANAL_JSON_FOR_MQ"
}
]
}