Skip to content

Commit cd43a0f

Browse files
KennyJJMaKenny Ma
andauthored
OPCON-24716: add help documentation for retrieve application log otto skill (#319)
* chore: add help documentation for retrieve applicatin log otto skill * chore: add path in sidebar.js --------- Co-authored-by: Kenny Ma <[email protected]>
1 parent ea55bdf commit cd43a0f

File tree

3 files changed

+26
-1
lines changed

3 files changed

+26
-1
lines changed

docs/Files/UI/Solution-Manager/Otto/Otto-Chatbot.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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)
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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.`

sidebars.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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+
};

0 commit comments

Comments
 (0)