what object configuration

  1. E

    [SOLVED] Configure what object rule configuration like (any match ,all match , ...) using api

    this is an api request to change the configuration of what object the response is ok with success = 1 but no changes appear in the ui page thanks for your time var options = new RestClientOptions("https://proxmoxhost") { MaxTimeout = -1, }; var client = new RestClient(options); var request...