Reflection API not working

I have couple of Reflections, which i am trying to query using rest API

Get Reflection API doesn’t work:

GET /api/v3/reflection

Error:

{“errorMessage”:“Something went wrong”,“moreInfo”:“HTTP 405 Method Not Allowed”}

while /api/v3/reflection/{id} works fine.

Even reflection summary doesn’t work.

GET /api/v3/reflection/summary

Error

{'moreInfo': 'reflection at with id [summary] not found', 'errorMessage': u'Something went wrong'}

Please suggest.

Hi,

The reflection summary endpoint is only available in the Enterprise Edition of Dremio.

Thanks @doron for confirmation.
What about GET /api/v3/reflection endpoint?

Also only in Enterprise Edition. The documentation for each endpoint will mention if its Enterprise only.

1 Like