Authorizations
Bearer authentication using your Fireworks API key. Format: Bearer <API_KEY>
Query Parameters
The fields to be returned in the response. If empty or "*", all fields will be returned.
curl --request GET \
--url https://api.fireworks.ai/v1/accounts/{account_id}/clusters/{cluster_id}:getConnectionInfo \
--header 'Authorization: Bearer <token>'{
"endpoint": "<string>",
"caData": "<string>"
}Retrieve connection settings for the cluster to be put in kubeconfig
curl --request GET \
--url https://api.fireworks.ai/v1/accounts/{account_id}/clusters/{cluster_id}:getConnectionInfo \
--header 'Authorization: Bearer <token>'{
"endpoint": "<string>",
"caData": "<string>"
}Bearer authentication using your Fireworks API key. Format: Bearer <API_KEY>
The fields to be returned in the response. If empty or "*", all fields will be returned.
Was this page helpful?