Skip to content

Fix argument case #4216

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

Merged
merged 1 commit into from
Apr 14, 2025
Merged
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
14 changes: 7 additions & 7 deletions docs/manage/troubleshoot/alert.md
Original file line number Diff line number Diff line change
Expand Up @@ -815,13 +815,13 @@ The request includes the following headers:
<!-- prettier-ignore -->
| Header Key | Description | Trigger types |
| ---------- | ----------- | ------------- |
| `Org-Id` | The ID of the organization that triggered the request. | all |
| `Organization-Name` | The name of the organization that triggered the request. | `part_online`, `part_offline` |
| `Location-Id` | The location of the machine that triggered the request. | all |
| `Location-Name` | The location of the machine that triggered the request. | `part_online`, `part_offline` |
| `Part-Id` | The part of the machine that triggered the request. | all |
| `Machine-Name` | The name of the machine that triggered the request. | `part_online`, `part_offline` |
| `Robot-Id` | The ID of the machine that triggered the request. | all |
| `org-Id` | The ID of the organization that triggered the request. | all |
| `organization-Name` | The name of the organization that triggered the request. | `part_online`, `part_offline` |
| `location-Id` | The location of the machine that triggered the request. | all |
| `location-lame` | The location of the machine that triggered the request. | `part_online`, `part_offline` |
| `part-id` | The part of the machine that triggered the request. | all |
| `machine-name` | The name of the machine that triggered the request. | `part_online`, `part_offline` |
| `robot-id` | The ID of the machine that triggered the request. | all |

### Returned data

Expand Down
Loading