mirror of
https://github.com/opnsense/docs.git
synced 2026-04-17 07:51:27 -05:00
update api endpoints
This commit is contained in:
@@ -1,6 +1,17 @@
|
||||
Core
|
||||
~~~~
|
||||
|
||||
.. csv-table:: Resources (BackupController.php)
|
||||
:header: "Method", "Module", "Controller", "Command", "Parameters"
|
||||
:widths: 4, 15, 15, 30, 40
|
||||
|
||||
"``GET``","core","backup","backups","$host"
|
||||
"``GET``","core","backup","deleteBackup","$backup"
|
||||
"``GET``","core","backup","diff","$host,$backup1,$backup2"
|
||||
"``GET``","core","backup","download","$host,$backup=null"
|
||||
"``GET``","core","backup","providers",""
|
||||
"``GET``","core","backup","revertBackup","$backup"
|
||||
|
||||
.. csv-table:: Resources (MenuController.php)
|
||||
:header: "Method", "Module", "Controller", "Command", "Parameters"
|
||||
:widths: 4, 15, 15, 30, 40
|
||||
|
||||
@@ -149,6 +149,7 @@ Diagnostics
|
||||
|
||||
"``GET``","diagnostics","systemhealth","getInterfaces",""
|
||||
"``GET``","diagnostics","systemhealth","getRRDlist",""
|
||||
"``GET``","diagnostics","systemhealth","getSystemHealth","$rrd="""",$inverse=0,$detail=-1"
|
||||
|
||||
.. csv-table:: Service (TracerouteController.php)
|
||||
:header: "Method", "Module", "Controller", "Command", "Parameters"
|
||||
|
||||
@@ -59,7 +59,7 @@ Wireguard
|
||||
:header: "Method", "Module", "Controller", "Command", "Parameters"
|
||||
:widths: 4, 15, 15, 30, 40
|
||||
|
||||
"``POST``","wireguard","client","addClient",""
|
||||
"``GET``","wireguard","client","addClient",""
|
||||
"``POST``","wireguard","client","delClient","$uuid"
|
||||
"``GET``","wireguard","client","get",""
|
||||
"``GET``","wireguard","client","getClient","$uuid=null"
|
||||
|
||||
Reference in New Issue
Block a user