Last modified October 31, 2024

getSettingsResource

This function prints the objects data given its Settings Resource Object.
Returns
Parameter name Type Description
cpu_limit Integer The % limit you would like to set for CPU Usage.
io_read_limit Integer The limit MB/s you would like to set for IO Read Usage.
io_write_limit Integer The limit MB/s you would like to set for IO Write Usage.

Example Call JETAPI

jetbackup5api -F getSettingsResource
success: 1
message:
system:
  version: 5.3.3
  version_panel: 5.3.3
  tier: EDGE
  type: cPanel
  retry_ms: 0
  disableui:
  dr:
  agreement_panel:
  agreement:
  licenseIssue:
data:
  cpu_limit: 200
  io_read_limit: 0
  io_write_limit: 0

Example Call HTTP

https://hostname.example.com:2087/cpsess##########/cgi/addons/jetbackup5/api.cgi?function=getSettingsResource