Node Configuration
Last updated
Was this helpful?
Was this helpful?
GET /rest/node/configuration/jvm/{nodeId} HTTP/1.1
Accept: */*
POST /rest/node/configuration/jvm/{nodeId} HTTP/1.1
Content-Type: */*
Accept: */*
Content-Length: 26
{
"jvmParameters": [
"text"
]
}POST /rest/node/configuration/jvm/{nodeId}/json HTTP/1.1
Content-Type: */*
Accept: */*
Content-Length: 6
"text"POST /rest/node/configuration/jvm/{nodeId}/restoreDefaults HTTP/1.1
Accept: */*