@itentialopensource/adapter-servicenow 2.8.2 → 2.8.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/README.md +8 -0
- package/metadata.json +38 -21
- package/package.json +1 -1
- package/refs?service=git-upload-pack +0 -0
- package/report/adapterInfo.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -156,6 +156,14 @@ testdouble
|
|
|
156
156
|
|
|
157
157
|
### How to Install
|
|
158
158
|
|
|
159
|
+
Installing an Adapter into your instance of Itential varies for Itential Cloud and On Prem IAP customers.
|
|
160
|
+
|
|
161
|
+
#### Cloud
|
|
162
|
+
1. Create an instance of the adapter in IAP Admin Essentials GUI
|
|
163
|
+
|
|
164
|
+
2. Change the adapter service instance configuration (host, port, credentials, etc) in IAP Admin Essentials GUI
|
|
165
|
+
|
|
166
|
+
#### On Prem IAP
|
|
159
167
|
1. Set up the name space location in your IAP node_modules.
|
|
160
168
|
|
|
161
169
|
```bash
|
package/metadata.json
CHANGED
|
@@ -4,24 +4,12 @@
|
|
|
4
4
|
"vendor": "ServiceNow",
|
|
5
5
|
"product": "IT Service Management",
|
|
6
6
|
"osVersions": [
|
|
7
|
-
"Istanbul",
|
|
8
|
-
"Jakarta",
|
|
9
|
-
"Kingston",
|
|
10
|
-
"London",
|
|
11
|
-
"Madrid",
|
|
12
|
-
"New York",
|
|
13
|
-
"Orlando",
|
|
14
|
-
"Paris",
|
|
15
|
-
"Quebec",
|
|
16
|
-
"Rome",
|
|
17
7
|
"San Diego",
|
|
18
8
|
"Tokyo",
|
|
19
|
-
"Utah"
|
|
20
|
-
|
|
21
|
-
"apiVersions": [
|
|
22
|
-
"Istanbul",
|
|
23
|
-
"Madrid"
|
|
9
|
+
"Utah",
|
|
10
|
+
"Vancouver"
|
|
24
11
|
],
|
|
12
|
+
"apiVersions": [],
|
|
25
13
|
"iapVersions": [
|
|
26
14
|
"2021.1.x",
|
|
27
15
|
"2021.2.x",
|
|
@@ -59,11 +47,25 @@
|
|
|
59
47
|
"repoLink": "https://gitlab.com/itentialopensource/adapters/itsm-testing/adapter-servicenow",
|
|
60
48
|
"docLink": "https://docs.itential.com/opensource/docs/servicenow",
|
|
61
49
|
"demoLinks": [
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
50
|
+
{
|
|
51
|
+
"title": "Getting Real (Time) with Automating Network Change Management With ServiceNow",
|
|
52
|
+
"link": "https://www.itential.com/blog/getting-real-time-with-automating-network-change-management-with-servicenow/"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"title": "Integrating ServiceNow CMDB as a Source Of Truth to Drive Network Automation with Itential",
|
|
56
|
+
"link": "https://www.itential.com/resource/demo/integrating-servicenow-cmdb-as-a-source-of-truth-to-drive-network-automation-with-itential-2/"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"title": "INTEGRATION - Itential + ServiceNow",
|
|
60
|
+
"link": "https://www.itential.com/solutions/integrations/servicenow-network-automation/"
|
|
61
|
+
}
|
|
62
|
+
],
|
|
63
|
+
"trainingLinks": [
|
|
64
|
+
{
|
|
65
|
+
"title": "Itential Academy",
|
|
66
|
+
"link": "https://www.itential.com/itential-academy/"
|
|
67
|
+
}
|
|
65
68
|
],
|
|
66
|
-
"trainingLinks": [],
|
|
67
69
|
"faqLink": "https://docs.itential.com/opensource/docs/troubleshooting-an-adapter",
|
|
68
70
|
"contributeLink": "https://gitlab.com/itentialopensource/adapters/contributing-guide",
|
|
69
71
|
"issueLink": "https://itential.atlassian.net/servicedesk/customer/portals",
|
|
@@ -71,7 +73,22 @@
|
|
|
71
73
|
"vendorLink": "https://www.servicenow.com/",
|
|
72
74
|
"productLink": "https://www.servicenow.com/products/itsm.html",
|
|
73
75
|
"apiLinks": [
|
|
74
|
-
|
|
76
|
+
{
|
|
77
|
+
"title": "San Diego REST API",
|
|
78
|
+
"link": "https://developer.servicenow.com/dev.do#!/reference/api/sandiego/rest"
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"title": "Tokyo REST API",
|
|
82
|
+
"link": "https://developer.servicenow.com/dev.do#!/reference/api/tokyo/rest"
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"title": "Utah REST API",
|
|
86
|
+
"link": "https://developer.servicenow.com/dev.do#!/reference/api/utah/rest/"
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"title": "Vancouver REST API",
|
|
90
|
+
"link": "https://developer.servicenow.com/dev.do#!/reference/api/vancouver/rest"
|
|
91
|
+
}
|
|
75
92
|
]
|
|
76
93
|
},
|
|
77
94
|
"assets": [],
|
|
@@ -103,7 +120,7 @@
|
|
|
103
120
|
],
|
|
104
121
|
"repoLink": "https://gitlab.com/itentialopensource/pre-built-automations/servicenow-now-platform-rest",
|
|
105
122
|
"docLink": "",
|
|
106
|
-
"webLink": ""
|
|
123
|
+
"webLink": "https://www.itential.com/automations/servicenow-platform-modular-automations/"
|
|
107
124
|
}
|
|
108
125
|
],
|
|
109
126
|
"transformationProjects": [],
|
package/package.json
CHANGED
|
Binary file
|
package/report/adapterInfo.json
CHANGED