Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OPCON-24716: add help documentation for retrieve application log otto skill #319

Merged
merged 2 commits into from
Oct 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/Files/UI/Solution-Manager/Otto/Otto-Chatbot.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Original file line number Diff line number Diff line change
@@ -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.`
3 changes: 2 additions & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -910,4 +911,4 @@ module.exports = {
href: "https://help.smatechnologies.com/opcon/core/api/24-2.html",
},
],
}
};
Loading