- Mock serverhttps://apidocs.trustgrid.io/_mock/cluster/{clusterFQDN}
- https://api.trustgrid.iohttps://api.trustgrid.io/cluster/{clusterFQDN}
curl -i -X GET \
'https://apidocs.trustgrid.io/_mock/cluster/{clusterFQDN}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'OK
Cluster-wide configuration. Mirrors the subset of node configuration sections that are shared across cluster members. Use the /cluster/{clusterFQDN}/config/* endpoints to modify individual sections rather than editing this object directly.
Trustgrid Resource Name for this cluster. Format: tgrn:tg::nodes:cluster/{fqdn}
Example:"tgrn:tg::nodes:cluster/mycluster.myorg.trustgrid.io"
Response
{ "config": { "exec": { … }, "vpn": { … }, "network": { … }, "services": { … }, "connectors": { … }, "apigw": {}, "core": {} }, "domain": "string", "fqdn": "string", "health": "healthy", "mode": "autoFailback", "name": "string", "org": "string", "tags": { "property1": "string", "property2": "string" }, "tgTags": { "property1": "string", "property2": "string" }, "tgrn": "tgrn:tg::nodes:cluster/mycluster.myorg.trustgrid.io", "created_at": 0, "lifecycleState": "pre-production" }