Server
An Object
| Note | 
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
{}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"
}
