...
Path: /dmi/v1/dataJob/{requestId}/dataProducerJob/{dataProducerJobId}/status?dataProducerId={dataProducerId}
Name | Description | Location | Type | Mandatory |
---|---|---|---|---|
dataProducerId | ID of the producer registered by DMI for the alernateIDs in the operations in this request. | Query | String | Y |
requestId | Identifier for the overall Datajob | Path | String | Y |
dataProducerJobId | Identifier of the job created by the data producer. | Path | String | Y |
...
Path: /dmi/v1/dataJob/{requestId}/dataProducerJob/{dataProducerJobId}/result?dataProducer={dataProducerId}&destination={destination}
Parameters:
Name | Description | Location | Type | Mandatory | dataProducerId | ID of the producer registered by DMI for the alernateIDs in the operations in this request. | Query | String | Y|
---|---|---|---|---|---|---|---|---|---|
requestId | Identifier for the overall Datajob | Path | String | Y | |||||
dataProducerJobId | Identifier of the job created by the data producer. | Path | String | Y | |||||
dataProducerId | ID of the producer registered by DMI for the alernateIDs in the operations in this request. | Query | String | Y | |||||
destination | The destination of the results: Kafka topic name or s3 bucket name. This shall be put into the Kafka message headers returned to NCMP | Query | String | Y |
...