Skip to content

pierrejochem/Ubuntu.Landscape.Client

Repository files navigation

Ubuntu.Landscape.Client

CI

The Ubuntu.Landscape.Client .NET library is doing API calls to the Landscape Server. It is written in C# and targets .NET 10.

requirements

build

dotnet build -c Release

pack (NuGet)

dotnet pack -c Release

Produces Ubuntu.Landscape.Client/bin/Release/Ubuntu.Landscape.Client.1.0.0.nupkg.

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

Packages

 
 
 

Contributors

Languages