IBM M22 - CRS Conversion - Coordinate Reference System not Loaded
Hello,
I was trying to complete the task FoR CRS Conversion for Manifest ingestion but I was not able to complete. In one of the first steps were I need to check if the Coordinate Reference System is loaded into OSDU I got an empty return.
- Collection used:https://community.opengroup.org/osdu/platform/pre-shipping/-/blob/main/R3-M22/QA_Artifacts_M22/envFilesAndCollections/Manifest_Based_Ingestion_Osdu_ingest_CI-CD_v2.0.postman_collection.json?ref_type=heads
- Environment used: https://community.opengroup.org/osdu/platform/pre-shipping/-/blob/main/R3-M22/IBM-M22/Environment/OSDU_R3_IBM_ODI_M22_ENV.postman_environment.json?ref_type=heads
02 - Search Coordinate Reference System (CRS) Record
Body Curl Version
curl --location 'https://cpd-osdu.apps.osdu-preship.ibmodi.com/osdu-search/api/search/v2/query' \
--header 'Content-Type: application/json' \
--header 'data-partition-id: opendes' \
--header 'Authorization: Bearer <Token>' \
--header 'Cookie: 5e7c4a992d2558462d1c9fcde6f1cee7=c87320314b80622dec9caac6b93398c9' \
--data '{
"kind": "osdu:wks:reference-data--CoordinateReferenceSystem:1.0.0",
"query" : "id:\"opendes:reference-data--CoordinateReferenceSystem:23031024\"",
"limit": 1000
}'
Response
{
"results": [],
"aggregations": [],
"phraseSuggestions": [],
"totalCount": 0
}
Is it the Coordinate Reference System not loaded or some wrong code?
Regards,
Juliana Fernandes