Returns the specified cluster's frp kube config file
GEThttps://api.spectrocloud.com/v1/spectroclusters/:uid/assets/frpKubeconfig
Authorization: ApiKey
name: ApiKeytype: apiKeydescription: API key authorization where API key can be generated from Palette console under Profile > My API Keysin: header
Returns the specified cluster's frp kube config file
Request
Path Parameters
uid stringrequired
Cluster uid
Header Parameters
ProjectUid string
Scope the request to the specified project uid
Responses
- 200
download file
Response Headers
- application/octet-stream
- Schema
Schema
- string binary
- curl
- python
- go
- nodejs
- java
- CURL
curl -L -X GET 'https://api.spectrocloud.com/v1/spectroclusters/:uid/assets/frpKubeconfig' \
-H 'Accept: application/octet-stream' \
-H 'ApiKey: <API_KEY_VALUE>'