Description
E.g. after bin/solr start -e cloud -noprompt and curl "http://localhost:8983/solr/admin/collections?action=CREATE&name=.system&replicationFactor=2":
curl "http://localhost:8983/v2/c/.system/blob/_introspect?indent=on" returns:
{ "spec":[ [...] ], "WARNING":"This response format is experimental. It is likely to change in the future.", "WARNING":"This response format is experimental. It is likely to change in the future.", "availableSubPaths":{ [...] } }
and curl "http://localhost:8983/v2/c/_introspect?indent=on returns:
{ "responseHeader":{ "status":0, "QTime":2 }, "spec":[ [...] ], "WARNING":"This response format is experimental. It is likely to change in the future.", "WARNING":"This response format is experimental. It is likely to change in the future.", "WARNING":"This response format is experimental. It is likely to change in the future.", "availableSubPaths":{ [...] } }