Retrieves a supported input values for the cluster search filter
GEThttps://api.spectrocloud.com/v1/dashboard/spectroclusters/search/input
Retrieves a supported input values for the cluster search filter
Request
Header Parameters
ProjectUid string
Scope the request to the specified project uid
Responses
- 200
An array of cluster search filter input items
- application/json
- Schema
- Example (from schema)
Schema
inputs
object
{
"inputs": {}
}
- curl
- python
- go
- nodejs
- java
- CURL
curl -L -X GET 'https://api.spectrocloud.com/v1/dashboard/spectroclusters/search/input' \
-H 'Accept: application/json' \
-H 'ApiKey: <API_KEY_VALUE>'