EDS DMS testing fails in Pre-ship GC environment R3 M17, when trying to get the retrieval Instructions using the dataset--ConnectedSource.Generic object.
Try fetching the document using the fetched dataset--ConnectedSource.Generic record
curl --location 'https://preship.gcp.gnrg-osdu.projects.epam.com/api/dataset/v1/retrievalInstructions' \
--header 'Data-Partition-Id: odesprod' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer ya29.a0AWY7Ckl...WpA0169' \
--data '{
"datasetRegistryIds": [
"odesprod:dataset--ConnectedSource.Generic:KamMay082023"
]
}'
Response 400 Bad Request
{
"code": 400,
"reason": "Bad Request",
"message": "No DMS handler for kindSubType 'dataset--ConnectedSource.Generic' is registered"
}</summary>