This method allows to create new proxies.
This method is only available to Super admin user type. Permissions to call the method can be revoked in user role settings. See for more information.
Parameters
Proxies to create.
Additionally to the , the method accepts the following parameters.
Examples
Create an active proxy
Create an action proxy “Active proxy” and assign a host to be monitored by it.
Request:
Response:
Create a passive proxy
Create a passive proxy “Passive proxy” and assign two hosts to be monitored by it.
Response:
Source
CProxy::create() in ui/include/classes/api/services/CProxy.php.