Tririga-Manage-Rest
4.7.0
Manages TRIRIGA installations using the admin REST API
Minimum PowerShell version
5.1
Installation Options
Owners
Copyright
Copyright (C) 2024 Nithin Philips
Package Details
Author(s)
- Nithin Philips
Functions
Get-BuildNumber Get-ServerInformation Lock-System Unlock-System Get-ServerXml Get-Property Set-Property Get-Summary Get-Agent Get-AgentHost Get-AdminUser Get-ActiveUser Stop-Agent Start-Agent Set-WorkflowInstance Enable-WorkflowInstance Disable-WorkflowInstance Write-LogMessage Sync-PlatformLogging Reset-PlatformLoggingDuplicates Get-PlatformLogging Add-PlatformLoggingCategory Enable-PlatformLogging Disable-PlatformLogging Get-CacheHierarchyTree Get-CacheMode Set-CacheMode Clear-Cache Get-Database Get-DatabaseSpace Invoke-DatabaseTask Clear-WorkflowInstance Clear-BusinessObject Clear-ScheduledEvent Clear-DatabaseAll
PSEditions
Dependencies
This module has no dependencies.
Release Notes
- Support piping output of `Get-TririgaProperty` into `Set-TririgaProperty`
- Add `-All` switch to `Get-TririgaSummary` and `Get-TririgaServerXml` to optionally run against all instances.
- Implement these new REST API methods
- `Get-CacheHierarchyTree`
- `Get-CacheMode`
- `Set-CacheMode`
- `Clear-Cache`
- `Get-Database`
- `Get-DatabaseSpace`
- `Invoke-DatabaseTask`
- `Clear-WorkflowInstance`
- `Clear-BusinessObject`
- `Clear-ScheduledEvent`
- `Clear-DatabaseAll`
- When running with `-WhatIf` or `-Confirm`, confirmation is now done for each instance.
FileList
- Tririga-Manage-Rest.nuspec
- Tririga-Manage-Rest.psd1
- Tririga-Manage-Rest.psm1
- Tririga-Manage-Rest.Tests.ps1