Skip to content

pierrejochem/Ubuntu.Landscape.Client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

#Ubuntu.Landscape.Client

The Ubuntu.Landscape.Client .Net library is doing API calls to the Landscape Server. It is written in C#.

###usage

var client = new Ubuntu.Landscape.Client();
client.hostname = "hostname";
client.secretKey = "secret key";
client.accessKey = "access key";
client.ignoreInvalidCerts = true;
client.actionString = "GetAlerts";

var JsonOutput = client.getResult();

For possible action strings please have a look here:

Landscape API’s documentation

Addional contributors are welcome!

About

Ubuntu Landscape API Client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published