Currently, response bodies mix trailing newline and no trailing newline, and it kind of works because bin/ubi is written in Ruby and uses IO#puts, which will automatically add a newline if the string being printed does not end with a newline. However, other languages may not have similar behavior, and for consistency, it is best if the server always uses newlines in cli responses.
4 lines
140 B
Plaintext
4 lines
140 B
Plaintext
! Unexpected response status: 400
|
|
Details: Validation failed for following fields: vm_id
|
|
vm_id: VM is already attached to a load balancer
|