Export and download the list of cluster summary with matching search filter and download as a file(csv)
GEThttps://api.spectrocloud.com/v1/dashboard/spectroclusters/search/export
Export and download the list of cluster summary with matching search filter and download as a file(csv)
Request
Query Parameters
encodedFilter string
format string
Possible values: [csv
]
Default value: csv
Header Parameters
ProjectUid string
Scope the request to the specified project uid
Responses
- 200
OK
Response Headers
- application/octet-stream
- Schema
Schema
string
- curl
- python
- go
- nodejs
- java
- CURL
curl -L 'https://api.spectrocloud.com/v1/dashboard/spectroclusters/search/export' \
-H 'Accept: application/octet-stream' \
-H 'ApiKey: <API_KEY_VALUE>'