You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
slcli -y vs create --image=967301 --cpu=4 --memory=8192 --san --vlan-private=789 --datacenter=dal06 --hostname=ussj1d-scopclark-ws --domain=smartercitiescloud.com --private --network=1000Mbps
SoftLayerAPIError(SoftLayer_Exception_InvalidValue): Invalid value provided for 'blockDeviceTemplateGroup.globalIdentifier'. A valid global identifier is required for a template.
slcli vs create cannot accept an image id for the --image option and it is not clear from the documentation that you need to pass in the global identifier.
Environment Information
Operating System:
softlayer-python version (slcli --version): v5.0.0
Detail
The thing that we did change between version is slcli image list to show IDs instead of global identifiers. There's 3 ways to make this better:
Be more explicit in the description for the --image option for slcli virtual create
Show global identifiers in the slcli image list command again
Have slcli virtual create automatically translate the image ID to the image global identifier
The text was updated successfully, but these errors were encountered:
Expected Behavior
This command will work:
Actual Behavior
This command returns an error
slcli vs create
cannot accept an image id for the--image
option and it is not clear from the documentation that you need to pass in the global identifier.Environment Information
Operating System:
softlayer-python version (
slcli --version
): v5.0.0Detail
The thing that we did change between version is
slcli image list
to show IDs instead of global identifiers. There's 3 ways to make this better:--image
option forslcli virtual create
slcli image list
command againslcli virtual create
automatically translate the image ID to the image global identifierThe text was updated successfully, but these errors were encountered: