-
Notifications
You must be signed in to change notification settings - Fork 3
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
CLI server update disk issue #95
Comments
I have a similar issue. Could the README and the tool's help text be updated to clarify what the accepted structure is as well? To be clear - the server has 3 disks, and I'm trying delete
|
@gavin-lai Hi. You need to use
@casrep Hi. You need to use JSON, like this
So, I got this info from
And after these two operations I got
|
Hi Anton, what version of CLI are you using? I cut and paste your command in a Windows environment and change the server name and I got the same error. |
Hi.
|
Hi CLI team,
A support ticket (
https://t3n.zendesk.com/agent/tickets/1340287) came in, when running with 2016-11-24 binary
clc version:
CenturyLink Cloud CLI (Version v1.1.0)
https://github.com/CenturyLinkCloud/clc-go-cli
Go Version: go1.7.1 windows/amd64
Built on: 2016-11-24_01:48:24pm
Git Commit: 489cade
#69 supposed to fix a similar issue.
PS C:\clc> .\clc.exe server update '{"ServerId": "va1pmta00000003","Disks" : {"Keep" : [{ "Id": "0:0", "SizeGB": 1},{ "Id": "0:1", "SizeGB": 2},{
"Id": "0:2", "SizeGB": 22}]}}'
{ServerId: va1pmta00000003,Disks : {Keep : [{ Id: 0:0, SizeGB: 1},{ Id: 0:1, SizeGB: 2},{ Id: 0:2, SizeGB: 22}]}} is neither a valid JSON object nor a valid object in a=b,c=d.. format.
PS C:\clc>
Still having error.
Any insight would be great.
Thanks
Gavin
The text was updated successfully, but these errors were encountered: