Getting system resource information for ISPConfig3 through API

Discussion in 'Developers' Forum' started by Krisar95, Jun 11, 2021.

  1. Krisar95

    Krisar95 New Member

    Hi hello
    I've been working on a project that involves API calls to ISPConfig3 enabled servers.
    I've gotten through the whole remote users thing and I am now conversing with the server using SOAP, able to use all the native functions that comes with that.

    I am, however, stuck on trying to retrieve system status/resource information. I know it works through php curl or curl through shell but I can't seem to get it to accept the session ID cookie in the form of a string, it always returns an empty result

    is there a way to get this information in the form of a stdclass object or json object?

    Thanks in advance,
    Krisar
     
  2. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

    I am not sure if this function exists in the current API.
     

Share This Page