Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 1.59 KB

LetheanSDPVpnApi.md

File metadata and controls

52 lines (34 loc) · 1.59 KB

letheanSDP.letheanSDP/Api.LetheanSDPVpnApi

All URIs are relative to http://localhost

Method HTTP request Description
Start-letheanSDPLetheand GET /letheand/start

Start-letheanSDPLetheand

void Start-letheanSDPLetheand
        [-DataDir]
        [-Version] <System.Nullable[Boolean]>

Example

$DataDir = "MyDataDir" # String | Returns the binary version
$Version = $true # Boolean | Returns the binary version (optional)

try {
    $Result = Start-letheanSDPLetheand -DataDir $DataDir -Version $Version
} catch {
    Write-Host ("Exception occurred when calling Start-letheanSDPLetheand: {0}" -f ($_.ErrorDetails | ConvertFrom-Json))
    Write-Host ("Response headers: {0}" -f ($_.Exception.Response.Headers | ConvertTo-Json))
}

Parameters

Name Type Description Notes
DataDir String Returns the binary version
Version Boolean Returns the binary version [optional]

Return type

void (empty response body)

Authorization

No authorization required

HTTP request headers

  • Content-Type: Not defined
  • Accept: Not defined

[Back to top] [Back to API list] [Back to Model list] [Back to README]