POST api/node
Request Information
URI Parameters
None.
Body Parameters
dbNodeName | Description | Type | Additional information |
---|---|---|---|
id | integer |
None. |
|
provider | string |
None. |
|
region | string |
None. |
|
regionShortName | string |
None. |
|
vmProvider | dbVmProvider |
None. |
|
geography | string |
None. |
|
country | string |
None. |
|
city | string |
None. |
|
latitude | string |
None. |
|
longitude | string |
None. |
|
subnet | string |
None. |
|
enabled | boolean |
None. |
|
username | string |
None. |
|
password | string |
None. |
|
user | dbUser |
None. |
|
alertDefaults | Collection of decimal number |
None. |
|
tests | Collection of dbTest |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
application/xml
Sample:
text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |