Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/russmack/cloudsigmarepl

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/russmack/cloudsigmarepl

  • v0.0.0-20150721005551-2bdf8eba9db9
  • Source
  • Go
  • Socket score

Version published
Created
Source

cloudsigma repl

A REPL for the CloudSigma IaaS REST API.

Build Status

Usage

Set your login in the config.json.
go build
./cloudsigmarepl

Example Session

Welcome to the CloudSigma IaaS REPL.
------------------------------------

Type "help" for help.

> set config location
Enter service location:
> zrh
Response:
 zrh

> cloud status
Response:
 {"free_tier": {"dssd": 53687091200, "mem": 1073741824}, "free_tier_monthly": {"tx": 5497558138880}, "guest": true, "signup": true, "sso": ["github", "twitter", "google", "facebook", "linkedin"], "trial": true}

> create server
Name:
> Repl Test Server
CPU:
> 1000
Memory:
> 536870912
VNC password:
> mypassword
Response:
 {"objects": [{"auto_start": false, "context": true, "cpu": 1000, "cpu_model": null, "cpu_type": "amd", "cpus_instead_of_cores": false, "drives": [], "enable_numa": false, "grantees": [], "hv_relaxed": false, "hv_tsc": false, "hypervisor": "kvm", "jobs": [], "mem": 536870912, "meta": {}, "name": "Repl Test Server", "nics": [], "owner": {"resource_uri": "/api/2.0/user/xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/", "uuid": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"}, "permissions": [], "pubkeys": [], "requirements": [], "resource_uri": "/api/2.0/servers/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/", "runtime": null, "smp": 1, "status": "stopped", "tags": [], "uuid": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", "vnc_password": "mypassword"}]}

> bye
Bye!

Features

  • Cloud status
  • Locations
  • Capabilities
  • Profile
  • Balance
  • Subscriptions
  • Transactions
  • Pricing
  • Discounts
  • Current usage
  • Burst usage
  • Daily usage
  • Licenses
  • Notification preferences [list, edit]
  • Notification contacts [list, create, edit, delete]
  • Servers [list, create, delete, start, stop, shutdown]
  • Drives [list, list detailed, get single, create, delete]
  • Snapshots [list, list detailed, get single, create, delete]
  • Vlans [list, detailed list, get single]
  • IP addresses [list, detailed list, get single]
  • Access Control Lists [list, get single]
  • Keypairs
  • Tags [list, get single]
  • Logs [list]
  • Jobs [list]
  • Firewall Policies [list]

License

BSD 3-Clause: LICENSE.txt

LICENSE

FAQs

Package last updated on 21 Jul 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc