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