Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
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, and hostname:port with your cluster's address.

...

Code Block
languagebash
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, and hostname:port with the node's address.

...

Code Block
languagebash
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] and yourDomainName with the domain.

...