[{"label":"Latest (0.1.1)","version":"latest"}]
cric-r1
List Info Types Producer
DescriptionReturns an array of known data-types which may be available for consumption.
Request
Operation doesn't accept any path, query or header parameters.
URL
https://{api_host}/dms/data-producer/v0alpha1/info-types
Response
Response
Response BodyResponse Body
200 OK
Returns
array
of
string
of type application/json
Array of data type identifiers.
No error details were provided in the OpenAPI specification.
Code SamplesCode Samples
cURL Command
curl https://{api_host}/dms/data-producer/v0alpha1/info-types
[{"label":"Latest (0.1.1)","version":"latest"}]
cric-r1