cURL
curl --request POST \ --url https://api.example.com/api/v1/cluster/join/filestore \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --data ' { "api_port": 123, "csr": "<string>", "id": "<string>", "ip_address": "<string>" } '
{ "ca_cert": "<string>", "node_cert": "<string>" }
Signs CSR for filestore node
Documentation IndexFetch the complete documentation index at: https://gns3util.saygex.xyz/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://gns3util.saygex.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Bearer JOIN_TOKEN
Join request with CSR
OK