HI Alfred & Phil,
Thank you so much for the prompt help! Yes, I am referring to the facet in the left column of the page. I noticed that the host (root) Dataverse was counted as one of the Dataverses. Since the root Dataverse is categorized in a group that only contains itself, it cannot be displayed in the left column. It's okay now. Thank you!
For the Subject metrics, I can successfully grab data from demo , and return below response
curl
https://demo.dataverse.org/api/info/metrics/dataverses/bySubjectsubject,count
"Social Sciences",274
"Agricultural Sciences",242
"Arts and Humanities",208
"Computer and Information Science",182
"Other",168
"Medicine, Health and Life Sciences",161
"Engineering",125
"Earth and Environmental Sciences",108
"Business and Management",88
"Chemistry",80
"Astronomy and Astrophysics",59
"Physics",45
"Mathematical Sciences",29
"Demo Only",27
"Law",24
"N/A",12
but for our own dataverse site, since it is not yet published, I try to curl by local server. The status is ok. but the data is null. I believe that there is no "Subject" field for a Dataverse collection. So, I want to know whether only datasets (with subjects assigned) are published in the Dataverse, the Subject count of the Dataverse return data? (in my site, there is no dataset was published)
curl -H "Accept: application/json"
http://localhost:8080/api/info/metrics/dataverses/bySubject{"status":"OK","data":[]}