[{"label":"Latest (0.1.1)","version":"latest"}]
cric-r1
Get Info Type Producer
DescriptionReturns the details of one single data type.
Request
URLURL
https://{api_host}/dms/data-producer/v0alpha1/info-types/{info_type_id}
Path Parameters
Path Parameters
string
info_type_id
Required
The name of one data type.
Response
Response
Response BodyResponse Body
200 OK
Returns
DataTypeInformation
of type application/json
Details of one data type.
object
job_data_schema
Required
JSON schema for the job data
integer
no_of_producers
Required
The number of registered producers for this type.
string
type_status
Required
Allowed values:
- ENABLED: one or more producers for the data type are operational.
- DISABLED: no producers for the datatype are operational.
Possible values are: ENABLED , DISABLED
Errors
ProblemDetails
404
A data or info type identified by info_type_id
cannot
be found.
Code Samples
cURL Command
curl https://{api_host}/dms/data-producer/v0alpha1/info-types/{info_type_id}
[{"label":"Latest (0.1.1)","version":"latest"}]
cric-r1