Description
A
Prototype.Api prototype describing initial Eureka Server service instance registration details.Usages
Configuration options
| Key | Kind | Type | Default Value | Description |
|---|---|---|---|---|
appGroup | VALUE | String | unknown | The app group name |
asgName | VALUE | String | The ASG name | |
healthCheckUrl | VALUE | URI | The health check URL | |
healthCheckUrlPath | VALUE | String | The health check URL path (used if any health check URL is not explicitly set) | |
homePageUrl | VALUE | URI | The home page URL | |
homePageUrlPath | VALUE | String | / | The home page URL path (used if the homepage URL is not explicitly set) |
hostName | VALUE | String | The hostname | |
instanceId | VALUE | String | The instance id | |
ipAddr | VALUE | String | The IP address | |
lease | VALUE | i.h.i.e.LeaseInfoConfig | The LeaseInfoConfig | |
metadata | MAP | String | Metadata | |
name | VALUE | String | unknown | The app name |
port | VALUE | i.h.i.e.PortInfoConfig | (Non-secure) port information | |
secureHealthCheckUrl | VALUE | URI | The secure health check URL | |
securePort | VALUE | i.h.i.e.PortInfoConfig | Secure port information | |
secureVipAddress | VALUE | String | The secure VIP address | |
statusPageUrl | VALUE | URI | The status page URL | |
statusPageUrlPath | VALUE | String | /Status | The status page URL path (used if status page URL is not explicitly set) |
traffic.enabled | VALUE | Boolean | true | Whether traffic is enabled on startup (normally true) |
vipAddress | VALUE | String | The VIP address |
See the manifest for all available types.