M21 Azure GCZ - query requests give "does not exist in cluster with these caches" error
All /gcz/FeatureServer/{{number}}/query
requests fail from the postman collection: https://community.opengroup.org/osdu/platform/pre-shipping/-/blob/main/R3-M21/Azure-M21/Services/GCZ/Azure-Geospatial%20Consumption%20Zone%20-%20Provider%20Postman%20Tests.postman_collection.json
The gcz postman collection uses a PROVIDER_URL variable which is not defined in the Azure M21 postman environment:https://community.opengroup.org/osdu/platform/pre-shipping/-/blob/main/R3-M21/Azure-M21/Environment/Verify_Preshipping_New_TeamA-E.postman_environment.json
I used the PROVIDER_URL variable from a previous milestone: https://osdu-gcz.msft-osdu-test.org
Below are some examples of the failed requests:
curl --location 'https://osdu-gcz.msft-osdu-test.org/ignite-provider/gcz/FeatureServer/1/query'
Response:
{
"error": "osdu_wks_master-data--Well_1.0.0 does not exist in cluster with these caches: "
}
curl --location 'https://osdu-gcz.msft-osdu-test.org/ignite-provider/gcz/FeatureServer/2/query'
Response:
{
"error": "osdu_wks_master-data--Wellbore_1.0.0 does not exist in cluster with these caches: "
}
curl --location 'https://osdu-gcz.msft-osdu-test.org/ignite-provider/gcz/FeatureServer/3/query'
Response:
{
"error": "osdu_wks_master-data--SeismicAcquisitionSurvey_1.0.0 does not exist in cluster with these caches: "
}
When running the Get Cache Size request, a "CACHE_NOT_INITIALIZED" error is returned:
curl --location 'https://osdu-gcz.msft-osdu-test.org/gcz/transformer/admin/cacheSize?kind=osdu%3Awks%3Amaster-data--Well%3A1.0.0&userEmail=preshipping%40azureglobal1.onmicrosoft.com'
Response:
{
"error": "CACHE_NOT_INITIALIZED"
}
The UPDATE Cache request does work and the Get Layer Definition request does work