Skip to main content
POST
/
api
/
v1
/
cluster
/
join
/
filestore
Join filestore cluster
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>"
}

Headers

Authorization
string
required

Bearer JOIN_TOKEN

Body

application/json

Join request with CSR

api_port
integer
csr
string
id
string
ip_address
string

Response

OK

ca_cert
string
node_cert
string