The method allows to retrieve proxies according to the given parameters.

    Parameters

    (object) Parameters defining the desired output.

    The method supports the following parameters.

    • an array of objects;

    • the count of retrieved objects, if the parameter has been used.

    Examples

    Retrieve all proxies

    Retrieve all configured proxies and their interfaces.

    Response:

    1. {
    2. "jsonrpc": "2.0",
    3. "result": [
    4. {
    5. "interface": [],
    6. "status": "5",
    7. "lastaccess": "0",
    8. "proxyid": "30091",
    9. "description": "",
    10. "tls_connect": "1",
    11. "tls_accept": "1",
    12. "tls_issuer": "",
    13. "tls_subject": "",
    14. "tls_psk_identity": "",
    15. "tls_psk": ""
    16. },
    17. {
    18. "interface": {
    19. "interfaceid": "30109",
    20. "useip": "1",
    21. "ip": "127.0.0.1",
    22. "dns": "",
    23. "port": "10051"
    24. ],
    25. "host": "Passive proxy",
    26. "status": "6",
    27. "lastaccess": "0",
    28. "proxyid": "30092",
    29. "description": ""
    30. }
    31. ],
    32. "id": 1
    33. }

    Source