Skip to content

Commit 5116bcb

Browse files
authored
Merge pull request #14 from ByteInternet/add-cost-and-end_time-to-get_active_branchers
add-cost-and-end_time-to-get_active_branchers
2 parents 21137fd + 3e4c1ff commit 5116bcb

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

hypernode_api_python/client.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -643,16 +643,20 @@ def get_active_branchers(self, app_name):
643643
> {
644644
> "id": 21,
645645
> "name": "yourhypernodeappname-eph123456",
646+
> "cost": 131,
646647
> "created": "2019-08-24T14:15:22Z"
647648
> "ip": "127.0.0.1",
649+
> "end_time": None,
648650
> "elapsed_time": 7824,
649651
> "labels": {"description": "php upgrade test", "label without equal sign": None},
650652
> },
651653
> {
652654
> "id": 22,
653655
> "name": "yourhypernodeappname-eph654321",
656+
> "cost": 121,
654657
> "ip": "52.68.96.58",
655658
> "created": "2019-08-24T14:15:22Z"
659+
> "end_time": None,
656660
> "elapsed_time": 7224,
657661
> "labels": {},
658662
> }

0 commit comments

Comments
 (0)