M18 GET /api/entitlements/v2/groups/all
Received a response with 5xx status code: 500 {"code":500,"reason":"Internal Server Error","message":"An unknown error has occurred"}
Thinking this might be an issue with type parameter, but this should return a 4xx like maybe 422?
Run this curl command to reproduce this failure:
curl -X GET -H 'Authorization: Bearer TOKEN' -H 'data-partition-id: osdu' 'https://osdu.r3m18.preshiptesting.osdu.aws/api/entitlements/v2/groups/all?type=NONE&limit=100'
I was able to produce this issue in AWS and Azure.
GET /api/entitlements/v2/groups/all on azure:
Run this curl command to reproduce this failure:
curl -X GET -H 'Authorization: Bearer TOKEN' -H 'data-partition-id: opendes' 'https://osdu-ship.msft-osdu-test.org/api/entitlements/v2/groups/all?type=NONE&limit=100'
Edited by Shane Hutchins