data-api-builder icon indicating copy to clipboard operation
data-api-builder copied to clipboard

HealthEndpoint: CLI Support for health endpoint config

Open sezal98 opened this issue 11 months ago • 1 comments

Add CLI support to modify these health check parameters

sezal98 avatar Jan 23 '25 07:01 sezal98

Commands

dab configure --data-source.health.name (string)
dab configure --data-source.health.enabled (boolean)
dab configure --data-source.health.threshold-ms (int)
dab configure --runtime.health.enabled (boolean)
dab configure --runtime.health..maxdop (integer)
dab configure --runtime.health.roles (string array)
dab update {entity} --health.enabled (boolean)
dab update {entity} --health.first (integer)
dab update {entity} --health.threshold-ms (integer)

JerryNixon avatar Jan 24 '25 01:01 JerryNixon