[{"label":"Latest (0.1.1)","version":"latest"}]
cric-r1

Get Info Type Consumer

Description

Retrieve 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

Request

URL

URL


get
https://{api_host}/dms/data-consumer/v0alpha1/info-types/{info_type_id}
Copy

Path Parameters

Path Parameters

string
info_type_id Required

The name of one data type.


Response

Response

Response Body

Response 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: ENABLEDDISABLED

Errors

Errors

ProblemDetails
404

The data type identified by info_type_id cannot be found.

Code Samples

Code Samples

cURL Command

curl https://{api_host}/dms/data-consumer/v0alpha1/info-types/{info_type_id}


Feedback

Was this page helpful?