2
0
mirror of https://github.com/opnsense/docs synced 2024-11-09 01:10:33 +00:00
opensense-docs/source/development/api/plugins/bind.rst

42 lines
1.5 KiB
ReStructuredText
Raw Normal View History

Bind
~~~~
2018-09-30 10:13:51 +00:00
.. csv-table:: Resources (AclController.php)
2018-09-30 10:13:51 +00:00
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","bind","acl","addAcl",""
"``POST``","bind","acl","delAcl","$uuid"
"``GET``","bind","acl","getAcl","$uuid=null"
"``*``","bind","acl","searchAcl",""
"``POST``","bind","acl","setAcl","$uuid"
"``POST``","bind","acl","toggleAcl","$uuid"
2018-09-30 10:13:51 +00:00
.. csv-table:: Resources (DomainController.php)
2018-09-30 10:13:51 +00:00
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","bind","domain","addDomain","$uuid=null"
"``POST``","bind","domain","delDomain","$uuid"
"``GET``","bind","domain","getDomain","$uuid=null"
"``*``","bind","domain","searchDomain",""
"``POST``","bind","domain","setDomain","$uuid=null"
"``POST``","bind","domain","toggleDomain","$uuid"
2018-09-30 10:13:51 +00:00
.. csv-table:: Resources (RecordController.php)
2018-09-30 10:13:51 +00:00
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","bind","record","addRecord",""
"``POST``","bind","record","delRecord","$uuid"
"``GET``","bind","record","getRecord","$uuid=null"
"``*``","bind","record","searchRecord",""
"``POST``","bind","record","setRecord","$uuid=null"
"``POST``","bind","record","toggleRecord","$uuid"
2018-09-30 10:13:51 +00:00
.. csv-table:: Service (ServiceController.php)
2018-09-30 10:13:51 +00:00
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``GET``","bind","service","dnsbl",""