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

Update servicenow_setup.md #472

Merged
merged 4 commits into from
Jun 26, 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 changes/472.documentation
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update ServiceNow documentation for Locations and FAQ error.
1 change: 1 addition & 0 deletions docs/admin/integrations/servicenow_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,4 @@ PLUGINS_CONFIG = {

!!! note
Configuration keys are prefixed with `servicenow_`.

8 changes: 8 additions & 0 deletions docs/user/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,11 @@
## _Is the application actually a Single Source of Truth?_

In reality the application intends to have behaviors as if it was a SSoT. The difference being, the application intends to aggregate data in the real world where it is not feasible to have the System of Record be in a single system.

## Why did my ServiceNow job fail with an `IncompleteJSONError`?

```
An exception occurred: `IncompleteJSONError: lexical error: invalid char in json text. <meta (right here) ------^
```

This exception probably means that your ServiceNow developer instance is currently hibernating and needs to be awoken.
2 changes: 1 addition & 1 deletion docs/user/integrations/servicenow.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This integration provides the ability to synchronize basic data from Nautobot in

- Nautobot Manufacturer table to ServiceNow Company table
- Nautobot DeviceType table to ServiceNow Hardware Product Model table
- Nautobot Region and Site tables to ServiceNow Location table
- Nautobot Locations tables to ServiceNow Location table
- Nautobot Device table to ServiceNow IP Switch table
- Nautobot Interface table to ServiceNow Interface table

Expand Down