POST api/admin/database/setperformancelevel?nodeId={nodeId}&level={level}
Set the performance level of a database node
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
nodeId |
The id of the database node to scale |
integer |
Required |
level |
The level to scale to |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Dezrez.Core.DataContracts.External.Api.Job.Query.Get.JobInvocationDetailsDataContractName | Description | Type | Additional information |
---|---|---|---|
SupportsCancellation | boolean |
None. |
|
ReportsProgress | boolean |
None. |
|
InitialStatusText | string |
None. |
|
JobReference | globally unique identifier |
None. |
|
Success | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "SupportsCancellation": true, "ReportsProgress": true, "InitialStatusText": "sample string 3", "JobReference": "a3cdfe6e-1c40-4572-b688-263f489134c4", "Success": true }