The example below is an example using bosh-lite
- Go on to a gorouter VM
$ bosh ssh router_z1
- Get the user, password info for the gorouter status endpoint
The example below is an example using bosh-lite
$ bosh ssh router_z1
Below is just some notes on my thoughts on how we can structure some of the scalability tests for CF Container Networking.
/api/v1/instances to register themselves and heartbeat on an interval/api/v1/instances returns a list of currently registered app instances| { | |
| "instances": [ | |
| { | |
| "id": "762357fefd921c3b", | |
| "service_name": "8594a1c2-1b90-43c8-6f09-17bcae19aadb/0", | |
| "endpoint": { | |
| "type": "tcp", | |
| "value": "10.255.66.109:8080" | |
| }, | |
| "ttl": 20, |