Skip to content

Commit 0f7b81e

Browse files
committed
new version 1.3
1 parent 67b3572 commit 0f7b81e

File tree

6 files changed

+544
-348
lines changed

6 files changed

+544
-348
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,13 @@ This plugin imports CI and relations from the ServiceNow CMDB REST web service.
88
ServiceNow is a Platform-As-A-Service (PAAS) solution of IT Service Management (ITSM).
99

1010
### How to install or update it ?
11-
Remove any exisiting org.archicontribs.servicenow*.jar from your Archi plugins folder.
12-
Download the *org.archicontribs.servicenow_1.1.jar* file to your Archi 3 plugins folder or the *org.archicontribs.servicenow_1.2(archi4).jar* file to your Archi 4 plugins folder.
13-
Download the servicenow.ini file to your local drive (like "My documents") and edit it to adapt it to your needs.
11+
The installation of the plugin is a manual process. You must download the *org.archicontribs.servicenow_1.3.jar* file to your Archi 4 plugins folder (usually c:\program files\Archi\plugins on Windows).
1412

1513
#### Use-cases
1614
This plugin is useful when one wishes to import all the existing CIs from SericeNow and use Archi to describe the existing technical base.
1715

1816
#### How it works ?
19-
An existing model must be created and selected. The "import from ServiceNow" option becomes available in the file/Import menu.
17+
An existing model must be created and selected. The "import from ServiceNow" option becomes available in Archi's File/Import menu.
2018

2119
When ran, the plugin asks for an INI file that contains all the required options:
2220
- ServiceNow URL and credentials
@@ -27,6 +25,8 @@ When ran, the plugin asks for an INI file that contains all the required options
2725
- Mapping between the ServiceNow relations and the Archi relations
2826
- ...
2927

30-
The plugin connects to the ServiceNow web services, generates the REST request, download and parse the data. The request is optimised to reduce the quantity of data downloaded (only the fields described in the ini file are downloaded).
28+
You may download the *sample_servicenow_ini_file.ini* file to your local drive (like "My documents") and update it to your needs. The file is self documented.
29+
30+
The plugin generates the REST request and connects to the ServiceNow web services to download and parse the data. The request is optimised to reduce the quantity of data downloaded (only the fields described in the ini file are downloaded).
3131

3232
The plugin may be ran several times. Only the changes detected in ServiceNow since the last run will be applied to the Archi objects. A full log of what is done can be generated through Log4j.
-13.6 MB
Binary file not shown.
13.7 MB
Binary file not shown.

release_note.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
### v1.3: 16/09/2018
2+
* make the progress bar application modal
3+
* rewrite progress bar to be more readable on 4K displays
4+
* rewrite popups to be more readable on 4K displays
5+
* Can now follow reference links in in properties (with a cache mechanism to reduce the calls to ServiceNow)
6+
* Can now use variables ${xxx} in ini properties
7+
* Use CIs operational status to determine if Archi elements should be created/updated or removed
8+
* Allow to specify the import mode: full, create_only, update_only, create_or_update_only or remove_only
9+
110
### v1.2.3: 07/09/2018 (version for Archi 4.x only)
211
* fix the name of the property used to get the relationships name from the INI file
312
* increase message detail in log file in case of exception

0 commit comments

Comments
 (0)