Jump to content

Asset_Info Empty


kramttocs

Recommended Posts

Playing around with the API in postman but the asset_info is always blank along with the disks.

I am calling the assets endpoint with an ID but I see the same missing info if I don't provide an IP.

 

The reason I am looking into the API is to see about making an integration with Home Assistant. Before I get too far I guess I should ask what the api limitations are. I don't see documentation on how many polls per minute/hour/day though I did see mention of 1/minute in another thread. 

Are there any other considerations that I need to be aware of to see if this api is a good candidate for inclusion in a home automation system?

 

Thanks!

Link to comment
Share on other sites

Thanks Jamie!

 

Mark - maybe something with my account or if I have to set something up that I am missing on the local application?

I just ran it again and still blank. Snippet:

 

            "antivirus_enabled""not_installed",
            "antivirus_up_to_date""not_installed",
            "uac_enabled"false,
            "event_logs"null,
            "updates"null,
            "asset_info": [],
            "ip_addresses": [],
            "disks": [],
            "installed_software": [],
Link to comment
Share on other sites

That's certainly interesting.  I'm doing mine directly through PowerShell, but I can't imagine that "should" make a difference.  Maybe I'll install Postman and see if it has any different output on mine.  

EDIT - Unfortunately, I just downloaded and installed Postman and sent the request.  My info still is populating as it should.  Sorry man, was hoping I could help.  Sounds like perhaps an issue with your instance.  Are the other API endpoints working fine for you? 

Edited by Mark G38
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...