[{"label":"Latest (0.1.1)","version":"latest"}]
cric-r1
Get Info Type Consumer
DescriptionRetrieve the details of one data-type including if the data-type has active producers, the number of producers, the schema for producing requests using this data type, and additional type information.
Request
URLURL
https://{api_host}/dms/data-consumer/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
The data type identified by info_type_id
cannot be found.
Code Samples
cURL Command
curl https://{api_host}/dms/data-consumer/v0alpha1/info-types/{info_type_id}
[{"label":"Latest (0.1.1)","version":"latest"}]
cric-r1
On This Page
Data Consumer Operations
delete
get
get
get