Server

An Object

Note

Drop in one of our language drivers to accelerate your development.
Here are links to some of our popular Cookbooks to help you get started!

Parent

This Server is contained within a Cluster.

Properties

The following properties are available:

Property Type Default Read-Only Description
_doc string No The primary ID
_system object No Metadata maintained by the system
key string No
localIP string No
localPort string No

Methods

The following methods are available:

1

GET /test/1

Parameters

Name Required Type Description
size false string
delay false string
early false string

Response

{}

1

GET /secure/test/1

Parameters

Name Required Type Description
size false string
delay false string
early false string

Response

{}

Healthcheck

GET /healthcheck

Parameters

This function has no parameters.

Response

{}

Ping

GET /ping

Parameters

This function has no parameters.

Response

{}

Schema


{
  "type": "object",
  "extends": "document",
  "container": "cluster",
  "description": "Server",
  "properties": {
    "key": {
      "type": "string"
    },
    "localIP": {
      "type": "string"
    },
    "localPort": {
      "type": "string"
    },
    "_doc": null,
    "_system": null
  },
  "id": "server"
}