servers

Get the identified server resource

The requested server. Server represent an existing or potential web service at a known address.

get/servers/{id}

Path parameters

idstring required

Server id.

Response

The call was successful.

public_addressstring required

The public address of the server

active_sincestring

An iso8601 formatted timestamp

createdstring

An iso8601 formatted timestamp

hrefstring required

The endpoint for the server resource

is_failedboolean

This will be true for a server that has been unreachable for longer than the server failure timeout for its cluster. Once a server has failed, it is not recoverable and will be replaced or destroyed

namestring required

The name of the server

private_addressstring

The private address of the server

replacement_forstring

A reference to a server being replaced by this one

state'creating' | 'joining' | 'active' | 'verifying' | 'leaving' | 'failed' | 'destroying' required

The current state of the server. The state 'creating' indicates that the virtual machine instance is getting created in the cloud but it is not ready to accept connections. The state 'verifying' indicates that the server was created successfully and it is being verified to check if the web service is responding on that server. The state 'joining' indicates that the server verification was successful and the system is being reconfigured so that the server will begin receiving traffic. The state 'active' indicates that the server is either serving the traffic or ready to accept connections. The state 'failed' indicates that the server has been unreachable for longer than the server failure timeout for its cluster and it is not recoverable and will be replaced or destroyed. The state 'leaving' indicates that the server is about to leave the cluster and the system is being reconfigured so that the server will stop receiving the traffic. The state 'destroying' indicates that the server has stopped receiving the traffic and the instance is getting deleted from the cloud

unreachable_sincestring

An iso8601 formatted timestamp

Changes

No recorded changes to this endpoint across all 1 revision of this API.