proxy.create

    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

    (object/array) Proxies to create.

    Returns an object containing the IDs of the created proxies under the proxyids property. The order of the returned IDs matches the order of the passed proxies.

    Examples

    Create an active proxy

    Create an action proxy “Active proxy” and assign a host to be monitored by it.

    Request:

    Create a passive proxy

    Create a passive proxy “Passive proxy” and assign two hosts to be monitored by it.

    Request:

    Response:

    Source