...
Code Block | ||
---|---|---|
| ||
curl -X PUT --header "Content-Type: application/json" --header "Accept: text/plain" -d "{}" "http://hostname:port/api/storage/clusters/_self/settings/ec.conversionPercentage?value=40" --digest -u "admin:password" |
Notes: Replace
ec.conversionPercentage?value=40
with the desired percentagesetting and its value, andhostname:port
with your cluster's address.
...
Code Block | ||
---|---|---|
| ||
curl -i --location-trusted -X PUT --header "Content-Type: application/json" --header "Accept: text/plain" -d "{}" "http://hostname:port/api/storage/nodes/_self/settings/health.neonatalAgeLimit?value=30" -u "admin:password" |
Notes: Replace
health.neonatalAgeLimit?value=30
with the desired limitcluster setting and its value, andhostname:port
with the node's address.
...
Code Block | ||
---|---|---|
| ||
curl -v --post301 -XPOST -H 'Content-type: text/html' -H 'lifepoint: [Date] reps=2, deletable=False, [] delete' --location-trusted 'http://hostname/api/bucket/lifePointObject?domain=yourDomainName' |
Notes: Replace
[Date]
with the desired date format like [Wed, 20 Oct 2025 11:08:00 GMT] andyourDomainName
with the domain.
...