railwayapp 5.34.0

Interact with Railway via CLI
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
query GetPitrHaClusterReplicationHealth($environmentId: String!, $rootServiceId: String!) {
  pitrHaClusterReplicationHealth(environmentId: $environmentId, rootServiceId: $rootServiceId) {
    allHealthy
    checkedAt
    environmentId
    reachable
    rootServiceId
    members {
      serviceId
      serviceName
      healthy
      isLeader
      lagMb
      patroniName
      state
    }
  }
}