mirror of
https://github.com/ansible/awx.git
synced 2026-01-20 14:11:24 -03:30
Merge pull request #11539 from nixocio/api_issue_11523
Update ping endpoint to use last_seen
This commit is contained in:
commit
60831cae88
@ -156,7 +156,7 @@ class ApiV2PingView(APIView):
|
||||
node=instance.hostname,
|
||||
node_type=instance.node_type,
|
||||
uuid=instance.uuid,
|
||||
heartbeat=instance.modified,
|
||||
heartbeat=instance.last_seen,
|
||||
capacity=instance.capacity,
|
||||
version=instance.version,
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user