Get detailed information about a collection in a Solr cluster in Lucidworks Managed Search.
Request
Send an HTTP request with these elements.
Element | Description |
---|---|
Method |
|
Endpoint |
|
Request header fields |
Request header fields specify metadata for the request. For example, the |
Message body |
None |
Response
A response from a request to get detailed information about a collection in a Solr cluster contains these elements.
Element | Description |
---|---|
Status line |
The status line contains the status code and the reason phrase. |
Response header fields |
Response header fields specify metadata about the response. |
Message body |
JSON object that contains information about the collection. |
Example
Request:
curl "https://pg01.us-west1.cloud.lucidworks.com/managed/api/customers/lucidworks/clusters/${cluster-id}/collections/${collection-id}" -H "accept: application/json" -H "Authorization: Bearer $accessTokenManagedSearch"
The GET method is implicit.