From c68c13736a28ed8d4c1f3f8487b6dfad07b57791 Mon Sep 17 00:00:00 2001 From: Kenny Ma Date: Wed, 23 Oct 2024 12:08:55 -0400 Subject: [PATCH 1/2] chore: add help documentation for retrieve applicatin log otto skill --- .../UI/Solution-Manager/Otto/Otto-Chatbot.md | 1 + .../Skills/Skill-Retrieve-Application-Log.md | 23 +++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 docs/Files/UI/Solution-Manager/Otto/Skills/Skill-Retrieve-Application-Log.md diff --git a/docs/Files/UI/Solution-Manager/Otto/Otto-Chatbot.md b/docs/Files/UI/Solution-Manager/Otto/Otto-Chatbot.md index 4a43292..5201522 100644 --- a/docs/Files/UI/Solution-Manager/Otto/Otto-Chatbot.md +++ b/docs/Files/UI/Solution-Manager/Otto/Otto-Chatbot.md @@ -56,6 +56,7 @@ Otto has the following features: - [Get Failed Daily Schedules](./Skills/Skill-Get-Failed-Schedules.md) - [Perform a Fast Schedule Check](./Skills/Skill-Perform-A-Fast-Schedule-Check.md) - [Restart Failed Jobs](./Skills/Skill-Restart-Failed-Jobs.md) + - [Retrieve Application Log](./Skills/Skill-Retrieve-Application-Log.md) - [Update a Job Status](./Skills/Skill-Update-Job-Status.md) - [Update a Machine Status](./Skills/Skill-Update-Machine-Status.md) - [Update a Schedule Status](./Skills/Skill-Update-Schedule-Status.md) diff --git a/docs/Files/UI/Solution-Manager/Otto/Skills/Skill-Retrieve-Application-Log.md b/docs/Files/UI/Solution-Manager/Otto/Skills/Skill-Retrieve-Application-Log.md new file mode 100644 index 0000000..ba05466 --- /dev/null +++ b/docs/Files/UI/Solution-Manager/Otto/Skills/Skill-Retrieve-Application-Log.md @@ -0,0 +1,23 @@ +--- +lang: en-us +title: Otto Skill - Retrieve Application Log +viewport: width=device-width, initial-scale=1.0 +--- + +# Retrieve Application Log + +The **Retrieve Application Log** skill allows you to perform an action to check and get the application log for a specified file name. + +## Skill Details + +### Parameters + +The **Retrieve Application Log** skill requires the following parameters: + +- **Log File Name**: The name of the application log file retrieve. + +## Example + +`Retrieve application log for SMAOpConRestApi` + +`Please get the application log with name SMAOpConRestApi.` From 66078c39b62c94ff842d0c89ce3af3e8346fec8b Mon Sep 17 00:00:00 2001 From: Kenny Ma Date: Wed, 23 Oct 2024 16:42:05 -0400 Subject: [PATCH 2/2] chore: add path in sidebar.js --- sidebars.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sidebars.js b/sidebars.js index 4e03ab7..3882c12 100644 --- a/sidebars.js +++ b/sidebars.js @@ -821,6 +821,7 @@ module.exports = { "Files/UI/Solution-Manager/Otto/Skills/Skill-Get-Failed-Jobs", "Files/UI/Solution-Manager/Otto/Skills/Skill-Get-Failed-Schedules", "Files/UI/Solution-Manager/Otto/Skills/Skill-Perform-A-Fast-Schedule-Check", + "Files/UI/Solution-Manager/Otto/Skills/Skill-Retrieve-Application-Log", "Files/UI/Solution-Manager/Otto/Skills/Skill-Restart-Failed-Jobs", "Files/UI/Solution-Manager/Otto/Skills/Skill-Update-Job-Status", "Files/UI/Solution-Manager/Otto/Skills/Skill-Update-Machine-Status", @@ -910,4 +911,4 @@ module.exports = { href: "https://help.smatechnologies.com/opcon/core/api/24-2.html", }, ], -} +};