Skip to content

Commit

Permalink
Merge pull request #344 from atlanticwave-sdx/add-archived-date
Browse files Browse the repository at this point in the history
Add archived_date as 0 for all active connections
  • Loading branch information
congwang09 authored Oct 24, 2024
2 parents 30d8616 + 49b545f commit 09af5e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdx_controller/handlers/connection_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,7 @@ def get_connection_status(db, service_id: str):
"description": description,
"endpoints": response_endpoints,
"current_path": endpoints,
"archived_date": 0,
}
if qos_metrics:
response[service_id]["qos_metrics"] = qos_metrics
Expand Down

0 comments on commit 09af5e5

Please sign in to comment.