api-proxy-guardicore 1.0.0

dotnet add package api-proxy-guardicore --version 1.0.0
NuGet\Install-Package api-proxy-guardicore -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="api-proxy-guardicore" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add api-proxy-guardicore --version 1.0.0
#r "nuget: api-proxy-guardicore, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install api-proxy-guardicore as a Cake Addin
#addin nuget:?package=api-proxy-guardicore&version=1.0.0

// Install api-proxy-guardicore as a Cake Tool
#tool nuget:?package=api-proxy-guardicore&version=1.0.0

api-proxy-guardicore: A .Net Framework proxy wrapper for the Guardicore security appliance Centra API

Please note that this is not intended to be a comprehensive coverage of the Centra API I only included what I needed when I wrote it.

If there are things you need feel free to contribute

Usage:

  • All usage is governed through the DataManager class
  • DataManager expects a CentraConfiguration object to be injected that contains url, version and credentials for the API
var dm = new DataManager(new CentraConfiguration{ username=<your username>, password=<your password>, url=<your url>, version=<your version> });
List<Incident> incidents = dm.GetIncidents(
                begin: begin,
                end: end,
                severities: new IncidentSeverity[]
                { IncidentSeverity.Low, IncidentSeverity.Medium, IncidentSeverity.High },
                tags: tags);

please let me know if you have questions Jason D Wilson

Product Compatible and additional computed target framework versions.
.NET Framework net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0 447 11/24/2020