Skip to content

Commit

Permalink
fix: correct response
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-goto committed Jan 15, 2025
1 parent e1945f4 commit 639c7b4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions anka-build-cloud/working-with-controller-and-API.md
Original file line number Diff line number Diff line change
Expand Up @@ -429,9 +429,6 @@ curl "http://anka.controller/api/v1/rpc/vm/restart" -d '{"instance_id":"c2af6080

curl "http://anka.controller/api/v1/vm" -H "Content-Type: application/json" | jq
{
"status": "OK",
"body": [
{
"status": "OK",
"message": "",
"body": [
Expand Down Expand Up @@ -478,6 +475,7 @@ curl "http://anka.controller/api/v1/vm" -H "Content-Type: application/json" | j
"external_id": "TEST123",
"arch": "arm64",
"vlan": ""
}
},
{
"vm": {
Expand Down Expand Up @@ -536,8 +534,7 @@ curl "http://anka.controller/api/v1/vm" -H "Content-Type: application/json" | j
},
"instance_id": "9c623cc1-e489-4d02-4559-0c76492bec9f"
}
],
"message": ""
]
}

# Show specific VM
Expand Down

0 comments on commit 639c7b4

Please sign in to comment.