I have VPC OnDemand and I was able to build a new FreeBSD server with a public IP. Everything works fine.
But, when I try to play with PowerCLI I am getting an error. Here is what I do.
ConnectCIServer -org cabcd129-1903-bla-bla-ade4-abded998711e -server us-virginia-1-4.vchsvmware.com -user "my@email.com" -password "top_secret"
I can successfully connect and I am getting this reply.
| Name | User | Org |
| ---- | ---- | --- |
| us-virginia-1-4.vchs.vmware... my@email.com | cabca102-etc-... |
But, when I try to list my VM with Get-CIVM, I am getting this error.
| Get-CIVM : 2/20/2015 10:19:25 AM | Get-CIVM | The server returned 'Not |
Found' with the status code 404 - NotFound.
At line:1 char:1
+ Get-CIVM
+ ~~~~~~~~
| + CategoryInfo | : NotSpecified: (:) [Get-CIVM], VimException | |
| + FullyQualifiedErrorId : Core_BaseCmdlet_UnknownError,VMware.VimAutomatio |
n.Cloud.Commands.Cmdlets.GetCIVM
Any help?
Thanks