Skip to main content

Returns the specified cluster's frp kube config file

GET 

https://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

download file

Response Headers
  • Content-Disposition string
Schema
  • string binary
curl -L -X GET 'https://api.spectrocloud.com/v1/spectroclusters/:uid/assets/frpKubeconfig' \
-H 'Accept: application/octet-stream' \
-H 'ApiKey: <API_KEY_VALUE>'
Request Collapse all
Base URL
https://api.spectrocloud.com
Auth
Parameters
— pathrequired
— header