curl --request GET \
--url https://{FUSION HOST}/api/collections/{collection}/solr-config/status
[
{
"status": "starting",
"node": "<string>",
"messages": [
{
"date": "2023-11-07T05:31:56Z",
"message": "<string>"
}
]
}
]
Check the status of a collection’s Solr config.
curl --request GET \
--url https://{FUSION HOST}/api/collections/{collection}/solr-config/status
[
{
"status": "starting",
"node": "<string>",
"messages": [
{
"date": "2023-11-07T05:31:56Z",
"message": "<string>"
}
]
}
]
Collection ID.
successful operation
The response is of type object[]
.
Was this page helpful?