Cluster
Create a cluster
curl 'https://console.frabit.tech/api/v2/clusters' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer $FRABIT_API_KEY' \
-H 'Content-Type: application/json' \
response
Update a cluster
curl 'https://console.frabit.tech/api/v2/clusters' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer $FRABIT_API_KEY' \
-H 'Content-Type: application/json' \
Query a cluster
curl 'https://console.frabit.tech/api/v2/clusters' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer $FRABIT_API_KEY' \
-H 'Content-Type: application/json' \
Delete a cluster
curl 'https://console.frabit.tech/api/v2/clusters' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer $FRABIT_API_KEY' \
-H 'Content-Type: application/json' \