Skip to content

Commit 80ad9cf

Browse files
committed
add created field
1 parent 811ef8d commit 80ad9cf

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

hypernode_api_python/client.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -642,6 +642,7 @@ def get_active_branchers(self, app_name):
642642
> {
643643
> "id": 21,
644644
> "name": "yourhypernodeappname-eph123456",
645+
> "created": "2019-08-24T14:15:22Z"
645646
> "ip": "127.0.0.1",
646647
> "elapsed_time": 7824,
647648
> "description": "PHP version 7.1"
@@ -650,6 +651,7 @@ def get_active_branchers(self, app_name):
650651
> "id": 22,
651652
> "name": "yourhypernodeappname-eph654321",
652653
> "ip": "52.68.96.58",
654+
> "created": "2019-08-24T14:15:22Z"
653655
> "elapsed_time": 7224,
654656
> "description": None
655657
> }

0 commit comments

Comments
 (0)