Skip to content

Add last_scheduling_status to JSON output for VMs, clusters, and networks #550

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

divolgin
Copy link
Member

@divolgin divolgin commented Jun 26, 2025

Adds additional status info:

$ replicated vm ls -o json | jq '.[] | {id: .id, status: .status, last_scheduling_status: .last_scheduling_status}'
{
  "id": "0ded16aa",
  "status": "queued",
  "last_scheduling_status": "exceeds-limits"
}
{
  "id": "fcc76736",
  "status": "running",
  "last_scheduling_status": ""
}
{
  "id": "7c663f0f",
  "status": "queued",
  "last_scheduling_status": "exceeds-limits"
}
{
  "id": "dd2351b0",
  "status": "queued",
  "last_scheduling_status": "exceeds-limits"
}

@divolgin divolgin merged commit 119f87f into main Jun 26, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants