phpipam / phpipam-agent

phpipam scan agent
91 stars 43 forks source link

API Agent #5

Open ElieDeloumeau opened 8 years ago

ElieDeloumeau commented 8 years ago

Hi, When is the agent supports API?

phpipam commented 8 years ago

Hopefully soon, will first write API client wrapper that can be used for this.

phpipam commented 8 years ago

API wrapper is written now, when I will have time I will rewrite. https://github.com/phpipam/phpipam-api-clients/tree/master/php-client

riceri commented 7 years ago

Hi, do you need any help with this?

phpipam commented 7 years ago

Sure, if you can create PR and I will check.

mikolaj-kow commented 7 years ago

Hi,

is it possible to run agent in API access mode?

I can see api key configuration in agent config file, but no api endpoint.

However it is impossible to create new agent with Agent Type:API in "create new scan agent" window.

SimonSparksUK commented 4 years ago

Has the code for the agent to be able to send discovery and update scans back via the API instead of direct MySQL access been finished ?