Skip to content

Create a new high-availability cluster for grouping nodes

Request

Security
JWTAuthorizer
Bodyapplication/json
namestringrequired

Cluster name

curl -i -X POST \
  https://apidocs.trustgrid.io/_mock/cluster \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{
    "name": "string"
  }'

Responses

OK

Response
No content