Returns the specified cluster's import manifest file
GEThttps://api.spectrocloud.com/v1/spectroclusters/:uid/import/manifest
Returns the specified cluster's import manifest file
Request
Path Parameters
uid stringrequired
Header Parameters
ProjectUid string
Scope the request to the specified project uid
Responses
- 200
download file
Response Headers
- application/octet-stream
- Schema
Schema
string
- curl
- python
- go
- nodejs
- java
- CURL
curl -L -X GET 'https://api.spectrocloud.com/v1/spectroclusters/:uid/import/manifest' \
-H 'Accept: application/octet-stream' \
-H 'ApiKey: <API_KEY_VALUE>'