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 23374: Otto skill Retrieve Job Output document #321

Merged
merged 10 commits into from
Oct 25, 2024
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 @@ -59,3 +59,4 @@ Otto has the following features:
- [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)
- [Retrieve Job Output](./Skills/Skill-Retrieve-Job-Output.md)
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
lang: en-us
title: Otto Skill - Retrieve Job Output
viewport: width=device-width, initial-scale=1.0
---

# Summary Job output log files

The **Retrieve Job Output** skill enables user to view a summary of the output logs for a daily job on a specific date. This feature helps the user quickly access key information about the job particularly any errors that may have occurred.

## Skill Details

### Parameters

The **Retrieve Job Output** skill requires the following parameters:

- **Schedule Name**: The name of the daily schedule to check.
- **Job Name**: The name of the job to check.
- **Date**: The specified date of the schedule to check.

## Example

`Retrieve job "Test" in "SMAUtility" schedule for today.`

`Why the job "Test" in "SMAUtility" schedule on 10/28/2024 failed`
1 change: 1 addition & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -825,6 +825,7 @@ module.exports = {
"Files/UI/Solution-Manager/Otto/Skills/Skill-Update-Job-Status",
"Files/UI/Solution-Manager/Otto/Skills/Skill-Update-Machine-Status",
"Files/UI/Solution-Manager/Otto/Skills/Skill-Update-Schedule-Status",
"Files/UI/Solution-Manager/Otto/Skills/Skill-Retrieve-Job-Output",
],
},
],
Expand Down
Loading