Skip to content

Instantly share code, notes, and snippets.

@urbanisierung
Created December 3, 2020 18:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save urbanisierung/e9ee8fb8710aa10f38083d1e8a022d4b to your computer and use it in GitHub Desktop.
Save urbanisierung/e9ee8fb8710aa10f38083d1e8a022d4b to your computer and use it in GitHub Desktop.
Restzeebe: get status of Zeebe Cluster
const { ZBClient } = require('zeebe-node')
const zbc = new ZBClient({
camundaCloud: {
clientId: connectionInfo.clientId,
clientSecret: connectionInfo.clientSecret,
clusterId: connectionInfo.clusterId,
},
})
const topology = await this.zbc.topology()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment