Current Limitation
I have a registry resource which has no properties defined.
I try to retrieve the properties using the following.
curl -X GET "https://localhost:9164/management/registry-resources/properties?path=registry/governance/mi-resources/attempt1/sampletxtresource/sampletext.txt" -H "accept: application/json" -H "Authorization: Bearer xxxx" -kv
It returns an error as follows.
{"list":"Error while fetching properties"}
My expectation was to see an empty list instead of an error.
Suggested Improvement
Return an empty list instead of an error
Version
MI 4.6.0
Current Limitation
I have a registry resource which has no properties defined.
I try to retrieve the properties using the following.
curl -X GET "https://localhost:9164/management/registry-resources/properties?path=registry/governance/mi-resources/attempt1/sampletxtresource/sampletext.txt" -H "accept: application/json" -H "Authorization: Bearer xxxx" -kvIt returns an error as follows.
{"list":"Error while fetching properties"}My expectation was to see an empty list instead of an error.
Suggested Improvement
Return an empty list instead of an error
Version
MI 4.6.0