API

Server (Object)

From GoGrid



Contents

Image:64x64-ws.gif
Image:64x64-db.gif

A Server represents a virtualized server. You have full root or Administrator access to the servers you instantiate. To see a list of supported templates see Server Images. To access this programatically, call grid.image.list.

Object Name

server

Attributes


Name Type Version Description
id long 1.0 A unique identifier for this server. This is auto-generated by the system.
name string 1.0 A friendly name for this server. This should be less than 20 characters.
description string 1.0 Text to describe this server.
ip object
( IP )
1.0 The initial public IP for this server.
image object
( Server Image )
1.0 The server image from which this server was created.
ram option 1.0 The amount of RAM for this server.
state option 1.0 The state of this server.
type option 1.0 This server's type, web/app vs. database server.
  • type is determind by image.
os option 1.0 The OS for this server.
  • os is determined by image.


Personal tools