You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
opensense-docs/source/development/api/plugins/acmeclient.rst

74 lines
3.2 KiB
ReStructuredText

Acmeclient
~~~~~~~~~~
.. csv-table:: Resources (AccountsController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","acmeclient","accounts","add",""
"``POST``","acmeclient","accounts","del","$uuid"
"``GET``","acmeclient","accounts","get","$uuid=null"
"``*``","acmeclient","accounts","search",""
"``POST``","acmeclient","accounts","toggle","$uuid,$enabled=null"
"``POST``","acmeclient","accounts","update","$uuid"
.. csv-table:: Resources (ActionsController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","acmeclient","actions","add",""
"``POST``","acmeclient","actions","del","$uuid"
"``GET``","acmeclient","actions","get","$uuid=null"
"``*``","acmeclient","actions","search",""
"``GET``","acmeclient","actions","sftpGetIdentity",""
"``GET``","acmeclient","actions","sftpTestConnection",""
"``POST``","acmeclient","actions","toggle","$uuid,$enabled=null"
"``POST``","acmeclient","actions","update","$uuid"
.. csv-table:: Resources (CertificatesController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","acmeclient","certificates","add",""
"``POST``","acmeclient","certificates","del","$uuid"
"``GET``","acmeclient","certificates","get","$uuid=null"
"``GET``","acmeclient","certificates","removekey","$uuid"
"``POST``","acmeclient","certificates","revoke","$uuid"
"``*``","acmeclient","certificates","search",""
"``POST``","acmeclient","certificates","sign","$uuid"
"``POST``","acmeclient","certificates","toggle","$uuid,$enabled=null"
"``POST``","acmeclient","certificates","update","$uuid"
.. csv-table:: Service (ServiceController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``GET``","acmeclient","service","configtest",""
"``POST``","acmeclient","service","reconfigure",""
"``GET``","acmeclient","service","reset",""
"``POST``","acmeclient","service","restart",""
"``GET``","acmeclient","service","signallcerts",""
"``POST``","acmeclient","service","start",""
"``GET``","acmeclient","service","status",""
"``POST``","acmeclient","service","stop",""
.. csv-table:: Resources (SettingsController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","acmeclient","settings","fetchCronIntegration",""
"``POST``","acmeclient","settings","fetchHAProxyIntegration",""
"``GET``","acmeclient","settings","getBindPluginStatus",""
"``GET``","acmeclient","settings","getGcloudPluginStatus",""
.. csv-table:: Resources (ValidationsController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","acmeclient","validations","add",""
"``POST``","acmeclient","validations","del","$uuid"
"``GET``","acmeclient","validations","get","$uuid=null"
"``*``","acmeclient","validations","search",""
"``POST``","acmeclient","validations","toggle","$uuid,$enabled=null"
"``POST``","acmeclient","validations","update","$uuid"