
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-30-2015 07:08 PM
Hey everyone,
I'm looking to see what's available in LS in terms of api/automation. I'm working with vcac/vco and am wanting to do somethign like the following:
A user creates a vm, chooses options such as description, type, etc. When the machine is built, it passes those variables to ls via api/sql etc.
Is this possible and if so what is the best way to connect and do this?
Thanks!
I'm looking to see what's available in LS in terms of api/automation. I'm working with vcac/vco and am wanting to do somethign like the following:
A user creates a vm, chooses options such as description, type, etc. When the machine is built, it passes those variables to ls via api/sql etc.
Is this possible and if so what is the best way to connect and do this?
Thanks!
Solved! Go to Solution.
Labels:
- Labels:
-
General Discussion
1 ACCEPTED SOLUTION
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-02-2015 05:36 PM
There is no API at the moment. If you install the Lansweeper database under SQL Server, it is fully open to external interfaces however. No support is currently provided for integrating third-party tools with Lansweeper, but perhaps other forum users will post about their experience.
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-04-2015 10:27 AM
Question received and answered via email as well:
Hi Christopher,
You need to fill in tblAssets.AssetUnique, tblAssets.Assettype and tblAssetCustom.State as well. Please note however that, as explained on the forum, we do not provide support for integrating tools with Lansweeper or writing custom database scripts. We cannot provide further instructions or support for what you are trying to do. We recommend examining existing, scanned assets and the database dictionary if you need further information.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-02-2015 06:59 PM
OK. I used the following sql code to try and create a new record. It seemed to work but when I search for the device and click on it I get the following error:
INSERT INTO dbo.tblAssets (Domain, IPAddress, Description, AssetName)
Values ('DOMAIN', '1.0.0.1', 'Chris test entry', 'ChrisTest');
500 - INternal server error.
AM I missing a required field to be added?
INSERT INTO dbo.tblAssets (Domain, IPAddress, Description, AssetName)
Values ('DOMAIN', '1.0.0.1', 'Chris test entry', 'ChrisTest');
500 - INternal server error.
AM I missing a required field to be added?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-02-2015 05:36 PM
There is no API at the moment. If you install the Lansweeper database under SQL Server, it is fully open to external interfaces however. No support is currently provided for integrating third-party tools with Lansweeper, but perhaps other forum users will post about their experience.
