All URIs are relative to http://localhost
Method | HTTP request | Description |
---|---|---|
Start-letheanSDPLetheand | GET /letheand/start |
void Start-letheanSDPLetheand
[-DataDir]
[-Version] <System.Nullable[Boolean]>
$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))
}
Name | Type | Description | Notes |
---|---|---|---|
DataDir | String | Returns the binary version | |
Version | Boolean | Returns the binary version | [optional] |
void (empty response body)
No authorization required
- Content-Type: Not defined
- Accept: Not defined
[Back to top] [Back to API list] [Back to Model list] [Back to README]