WildFly Extension for MicroProfile Health With SmallRye
Name | Dynamic | Other provider points |
---|---|---|
org.wildfly.extension.microprofile.health.http-context | false |
none |
org.wildfly.extension.health.http-context.security-enabled | false |
none |
org.wildfly.extension.microprofile.health.reporter | false |
none |
Type | STRING |
Default Value | UP |
Is the attribute nillable? | true |
Does the attribute allow expression? | true |
Where is the attribute stored? | configuration |
Access Type | read-write |
Is restarted required? | all-services |
Allowed Values |
DOWN UP |
Stability Level | default |
Raw DMR model |
|
Type | STRING |
Default Value | UP |
Is the attribute nillable? | true |
Does the attribute allow expression? | true |
Where is the attribute stored? | configuration |
Access Type | read-write |
Is restarted required? | all-services |
Allowed Values |
DOWN UP |
Stability Level | default |
Raw DMR model |
|
Type | STRING |
Default Value | UP |
Is the attribute nillable? | true |
Does the attribute allow expression? | true |
Where is the attribute stored? | configuration |
Access Type | read-write |
Is restarted required? | all-services |
Allowed Values |
DOWN UP |
Stability Level | default |
Raw DMR model |
|
Type | BOOLEAN |
Default Value | true |
Is the attribute nillable? | true |
Does the attribute allow expression? | true |
Where is the attribute stored? | configuration |
Access Type | read-write |
Is restarted required? | all-services |
Stability Level | default |
Raw DMR model |
|
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
empty-liveness-checks-status | STRING | false | true | UP | Defines the global status returned by the Health checks endpoints if no liveness probes have been defined in deployments. |
empty-readiness-checks-status | STRING | false | true | UP | Defines the global status returned by the Health checks endpoints if no readiness probes have been defined in deployments. |
empty-startup-checks-status | STRING | false | true | UP | Defines the global status returned by the Health checks endpoints if no startup probes have been defined in deployments. |
security-enabled | BOOLEAN | false | true | true | True if authentication is required to access the HTTP endpoints on the HTTP management interface. |
Raw DMR model |
|
Raw DMR model |
|
Galleon features are to be used when creating Galleon feature-packs.
<feature spec="subsystem.microprofile-health-smallrye">
<param name="empty-liveness-checks-status" value="{value}"/>
<param name="empty-readiness-checks-status" value="{value}"/>
<param name="empty-startup-checks-status" value="{value}"/>
<param name="security-enabled" value="{value}"/>
<feature/>