nirah-technology / Ride4Ever

Other
1 stars 0 forks source link

[SRM-F001_R06] - Expose HTTP route - GET /microservices #6

Open Zaroastre opened 1 year ago

Zaroastre commented 1 year ago

The services registry server must expose an HTTP route:

HTTP response must be:

{
    "service-1": {
        "name": "String",
        "instances": [
            {
                "name": "String",
                "hostname": "String",
                "port": 0,
                "status": "UNAVAILABLE | STARTING | ONLINE",
                "uptime": "LocalDateTime"
            }
        ]
    }
}
github-actions[bot] commented 1 year ago

Stale issue message