2 parents 21137fd + 3e4c1ff commit 5116bcbCopy full SHA for 5116bcb
1 file changed
hypernode_api_python/client.py
@@ -643,16 +643,20 @@ def get_active_branchers(self, app_name):
643
> {
644
> "id": 21,
645
> "name": "yourhypernodeappname-eph123456",
646
+ > "cost": 131,
647
> "created": "2019-08-24T14:15:22Z"
648
> "ip": "127.0.0.1",
649
+ > "end_time": None,
650
> "elapsed_time": 7824,
651
> "labels": {"description": "php upgrade test", "label without equal sign": None},
652
> },
653
654
> "id": 22,
655
> "name": "yourhypernodeappname-eph654321",
656
+ > "cost": 121,
657
> "ip": "52.68.96.58",
658
659
660
> "elapsed_time": 7224,
661
> "labels": {},
662
> }
0 commit comments