File tree Expand file tree Collapse file tree 3 files changed +26
-1
lines changed
docs/Files/UI/Solution-Manager/Otto Expand file tree Collapse file tree 3 files changed +26
-1
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ Otto has the following features:
5656 - [ Get Failed Daily Schedules] ( ./Skills/Skill-Get-Failed-Schedules.md )
5757 - [ Perform a Fast Schedule Check] ( ./Skills/Skill-Perform-A-Fast-Schedule-Check.md )
5858 - [ Restart Failed Jobs] ( ./Skills/Skill-Restart-Failed-Jobs.md )
59+ - [ Retrieve Application Log] ( ./Skills/Skill-Retrieve-Application-Log.md )
5960 - [ Update a Job Status] ( ./Skills/Skill-Update-Job-Status.md )
6061 - [ Update a Machine Status] ( ./Skills/Skill-Update-Machine-Status.md )
6162 - [ Update a Schedule Status] ( ./Skills/Skill-Update-Schedule-Status.md )
Original file line number Diff line number Diff line change 1+ ---
2+ lang : en-us
3+ title : Otto Skill - Retrieve Application Log
4+ viewport : width=device-width, initial-scale=1.0
5+ ---
6+
7+ # Retrieve Application Log
8+
9+ The ** Retrieve Application Log** skill allows you to perform an action to check and get the application log for a specified file name.
10+
11+ ## Skill Details
12+
13+ ### Parameters
14+
15+ The ** Retrieve Application Log** skill requires the following parameters:
16+
17+ - ** Log File Name** : The name of the application log file retrieve.
18+
19+ ## Example
20+
21+ ` Retrieve application log for SMAOpConRestApi `
22+
23+ ` Please get the application log with name SMAOpConRestApi. `
Original file line number Diff line number Diff line change @@ -821,6 +821,7 @@ module.exports = {
821821 "Files/UI/Solution-Manager/Otto/Skills/Skill-Get-Failed-Jobs" ,
822822 "Files/UI/Solution-Manager/Otto/Skills/Skill-Get-Failed-Schedules" ,
823823 "Files/UI/Solution-Manager/Otto/Skills/Skill-Perform-A-Fast-Schedule-Check" ,
824+ "Files/UI/Solution-Manager/Otto/Skills/Skill-Retrieve-Application-Log" ,
824825 "Files/UI/Solution-Manager/Otto/Skills/Skill-Restart-Failed-Jobs" ,
825826 "Files/UI/Solution-Manager/Otto/Skills/Skill-Update-Job-Status" ,
826827 "Files/UI/Solution-Manager/Otto/Skills/Skill-Update-Machine-Status" ,
@@ -910,4 +911,4 @@ module.exports = {
910911 href : "https://help.smatechnologies.com/opcon/core/api/24-2.html" ,
911912 } ,
912913 ] ,
913- }
914+ } ;
You can’t perform that action at this time.
0 commit comments