@manyos/smileconnect-api 1.39.1 → 1.40.0
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/app.js +13 -0
- package/conf/clients.json +1 -0
- package/docs/.nojekyll +0 -0
- package/docs/README.md +1 -0
- package/docs/_coverpage.md +12 -0
- package/docs/_media/dataflow.png +0 -0
- package/docs/_media/logo.png +0 -0
- package/docs/_sidebar.md +25 -0
- package/docs/{configuration/adapter.md → adapter.md} +8 -16
- package/docs/architecture.md +8 -0
- package/docs/configuration/clients.md +69 -0
- package/docs/configuration/config.md +323 -0
- package/docs/{eventlog → configuration}/events.md +11 -8
- package/docs/{general/field-management.md → configuration/mapping.md} +2 -72
- package/docs/howto/{worklog-attachment.md → attachments.md} +8 -15
- package/docs/howto/cmdbobjects.md +11 -17
- package/docs/howto/incidents.md +16 -23
- package/docs/howto/token.md +14 -18
- package/docs/howto/{incident-worklogs.md → worklogs.md} +14 -21
- package/docs/index.html +26 -0
- package/docs/openapi.json +2054 -1354
- package/docs/quickstart.md +9 -0
- package/docs/releases.md +11 -0
- package/docs/{configuration/scripts.md → scripts.md} +65 -68
- package/package.json +1 -1
- package/docs/.gitattributes +0 -48
- package/docs/404.html +0 -13
- package/docs/Gemfile +0 -7
- package/docs/Gemfile.lock +0 -249
- package/docs/_config.yml +0 -259
- package/docs/_data/SocialNetworks.yml +0 -92
- package/docs/_data/ui-text.yml +0 -494
- package/docs/_includes/disqus.html +0 -17
- package/docs/_includes/ext-css.html +0 -7
- package/docs/_includes/ext-js.html +0 -7
- package/docs/_includes/fb-comment.html +0 -14
- package/docs/_includes/footer-minimal.html +0 -16
- package/docs/_includes/footer-scripts.html +0 -32
- package/docs/_includes/footer.html +0 -51
- package/docs/_includes/google_analytics.html +0 -14
- package/docs/_includes/gtag.html +0 -11
- package/docs/_includes/gtm_body.html +0 -6
- package/docs/_includes/gtm_head.html +0 -9
- package/docs/_includes/head.html +0 -131
- package/docs/_includes/header.html +0 -76
- package/docs/_includes/just_comments.html +0 -4
- package/docs/_includes/matomo.html +0 -17
- package/docs/_includes/nav.html +0 -57
- package/docs/_includes/social-share.html +0 -42
- package/docs/_includes/staticman-comment.html +0 -22
- package/docs/_includes/staticman-comments.html +0 -81
- package/docs/_layouts/base.html +0 -35
- package/docs/_layouts/default.html +0 -9
- package/docs/_layouts/minimal.html +0 -26
- package/docs/_layouts/page.html +0 -26
- package/docs/_layouts/post.html +0 -82
- package/docs/_posts/2015-02-28-test-markdown.md +0 -77
- package/docs/aboutme.md +0 -18
- package/docs/css/bootstrap-social.css +0 -147
- package/docs/css/bootstrap-theme.css +0 -476
- package/docs/css/bootstrap-theme.css.map +0 -1
- package/docs/css/bootstrap-theme.min.css +0 -5
- package/docs/css/bootstrap.css +0 -6566
- package/docs/css/bootstrap.css.map +0 -1
- package/docs/css/bootstrap.min.css +0 -5
- package/docs/css/main-minimal.css +0 -13
- package/docs/css/main.css +0 -788
- package/docs/css/normalize.css +0 -427
- package/docs/css/pygment_highlights.css +0 -61
- package/docs/css/staticman.css +0 -180
- package/docs/feed.xml +0 -24
- package/docs/general/architecture.md +0 -10
- package/docs/general/config.md +0 -201
- package/docs/general/release-notes.md +0 -9
- package/docs/howto/sample-config.md +0 -518
- package/docs/img/404-southpark.jpg +0 -0
- package/docs/img/avatar-icon.png +0 -0
- package/docs/img/bgimage.png +0 -0
- package/docs/img/gb-isapi.jpg +0 -0
- package/docs/img/install-steps.gif +0 -0
- package/docs/img/workflow.png +0 -0
- package/docs/js/bootstrap.js +0 -2306
- package/docs/js/bootstrap.min.js +0 -7
- package/docs/js/jquery-1.11.2.min.js +0 -4
- package/docs/js/main.js +0 -140
- package/docs/js/staticman.js +0 -54
- package/docs/staticman.yml +0 -110
- /package/docs/{img → _media}/architecture.jpeg +0 -0
- /package/docs/{img → _media}/attachment-upload.png +0 -0
- /package/docs/{getting-started.md → old/getting-started.md} +0 -0
- /package/docs/{index.md → old/index.md} +0 -0
- /package/docs/{installation.md → old/installation.md} +0 -0
- /package/docs/{postinstall.md → old/postinstall.md} +0 -0
- /package/docs/{preinstall.md → old/preinstall.md} +0 -0
- /package/docs/{tags.html → old/tags.html} +0 -0
- /package/docs/{workflow.md → old/workflow.md} +0 -0
package/docs/general/config.md
DELETED
|
@@ -1,201 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
layout: page
|
|
3
|
-
title: Config Options
|
|
4
|
-
subtitle: The global configuration of our API
|
|
5
|
-
use-site-title: true
|
|
6
|
-
---
|
|
7
|
-
|
|
8
|
-
All of the following config options needs to be set as Environment Variables.
|
|
9
|
-
|
|
10
|
-
## AR Server Connection
|
|
11
|
-
|
|
12
|
-
### BASEURL
|
|
13
|
-
|
|
14
|
-
Base URL of the used arrestfulapi
|
|
15
|
-
|
|
16
|
-
Sample:
|
|
17
|
-
|
|
18
|
-
*BASEURL=http://localhost:8080*
|
|
19
|
-
|
|
20
|
-
### AR_SERVER
|
|
21
|
-
|
|
22
|
-
Remedy Server to connect to.
|
|
23
|
-
|
|
24
|
-
Sample:
|
|
25
|
-
|
|
26
|
-
*AR_SERVER=pier1*
|
|
27
|
-
|
|
28
|
-
### AR_PORT
|
|
29
|
-
|
|
30
|
-
Remedy Server TCP Port.
|
|
31
|
-
|
|
32
|
-
Sample:
|
|
33
|
-
|
|
34
|
-
*AR_PORT=1234*
|
|
35
|
-
|
|
36
|
-
### AR_USER
|
|
37
|
-
|
|
38
|
-
Remedy Admin User who is used for all queries.
|
|
39
|
-
|
|
40
|
-
Sample:
|
|
41
|
-
|
|
42
|
-
*AR_USER=Demo*
|
|
43
|
-
|
|
44
|
-
### AR_PASSWORD
|
|
45
|
-
|
|
46
|
-
Remedy Admin User password.
|
|
47
|
-
|
|
48
|
-
Sample:
|
|
49
|
-
|
|
50
|
-
*AR_PASSWORD=password*
|
|
51
|
-
|
|
52
|
-
## SSO Server Connection
|
|
53
|
-
|
|
54
|
-
### SSO_PUBLIC_KEY
|
|
55
|
-
|
|
56
|
-
Public Key used to validate JWT tokens.
|
|
57
|
-
|
|
58
|
-
Sample:
|
|
59
|
-
|
|
60
|
-
*SSO_PUBLIC_KEY=1635rN5xkbubgmuNQCnKKFu7OlAD3QxiDwecg1bJvFhJW9Qj5YhOwGuX5/4sOSCjmdTcKT1mCHL61FJ5mzxtbrct97zVwXmi4F4KDKj2PsW+qxUg0Jz/06iTVjtv2H1yBq1*
|
|
61
|
-
|
|
62
|
-
### SSO_AUDIENCE
|
|
63
|
-
|
|
64
|
-
Audience (Clients) which are allowed to use JWT tokens. This parameter is optional. If it is not set, no check against the JWT token will be performed.
|
|
65
|
-
|
|
66
|
-
Sample:
|
|
67
|
-
|
|
68
|
-
*SSO_AUDIENCE=gihub, jira*
|
|
69
|
-
|
|
70
|
-
### SSO_ISSUER
|
|
71
|
-
|
|
72
|
-
Issuer (SSO Server) of the JWT tokens.
|
|
73
|
-
|
|
74
|
-
Sample:
|
|
75
|
-
|
|
76
|
-
*SSO_ISSUER=https://sso.manyos.it/auth/realms/itsmproxy*
|
|
77
|
-
|
|
78
|
-
### ADMIN_USERS
|
|
79
|
-
|
|
80
|
-
List of users who are allowed to access /v1/appconfig endpoints.
|
|
81
|
-
|
|
82
|
-
Sample:
|
|
83
|
-
ADMIN_USERS=username1, username2
|
|
84
|
-
|
|
85
|
-
### MASTER_CLIENTS
|
|
86
|
-
|
|
87
|
-
List of clients that can act on behalf of other clients.
|
|
88
|
-
|
|
89
|
-
The URL Parameter *clientId* is used for this.
|
|
90
|
-
|
|
91
|
-
Sample:
|
|
92
|
-
MASTER_CLIENTS=idm,adminTool
|
|
93
|
-
|
|
94
|
-
## Cache
|
|
95
|
-
|
|
96
|
-
### CACHETTL_CMDB
|
|
97
|
-
Interval in seconds in which before cached CMDB Data is deleted from the cache.
|
|
98
|
-
|
|
99
|
-
Default: *600*
|
|
100
|
-
|
|
101
|
-
Sample:
|
|
102
|
-
|
|
103
|
-
*CACHETTL_CMDB=2800*
|
|
104
|
-
|
|
105
|
-
### CACHETTL_ORGDATA
|
|
106
|
-
Interval in seconds in which before cached Org Data like People, Support Groups, Organisations are deleted from the cache.
|
|
107
|
-
|
|
108
|
-
Default: *3600*
|
|
109
|
-
|
|
110
|
-
Sample:
|
|
111
|
-
|
|
112
|
-
*CACHETTL_ORGDATA=7200*
|
|
113
|
-
|
|
114
|
-
### CACHETTL_CHANGE
|
|
115
|
-
Interval in seconds in which before cached Change Data is deleted from the cache.
|
|
116
|
-
|
|
117
|
-
Default: *1*
|
|
118
|
-
|
|
119
|
-
Sample:
|
|
120
|
-
|
|
121
|
-
*CACHETTL_CHANGE=600*
|
|
122
|
-
|
|
123
|
-
### CACHETTL_INCIDENT
|
|
124
|
-
|
|
125
|
-
Interval in seconds in which before cached Incident Data is deleted from the cache.
|
|
126
|
-
|
|
127
|
-
Default: *1*
|
|
128
|
-
|
|
129
|
-
Sample:
|
|
130
|
-
|
|
131
|
-
*CACHETTL_INCIDENT=600*
|
|
132
|
-
|
|
133
|
-
### CACHETTL_WORKORDER
|
|
134
|
-
|
|
135
|
-
Interval in seconds in which before cached Work Order Data is deleted from the cache.
|
|
136
|
-
|
|
137
|
-
Default: *1*
|
|
138
|
-
|
|
139
|
-
Sample:
|
|
140
|
-
|
|
141
|
-
*CACHETTL_WORKORDER=600*
|
|
142
|
-
|
|
143
|
-
### CACHETTL_TASK
|
|
144
|
-
|
|
145
|
-
Interval in seconds in which before cached Task Data is deleted from the cache.
|
|
146
|
-
|
|
147
|
-
Default: *1*
|
|
148
|
-
|
|
149
|
-
Sample:
|
|
150
|
-
|
|
151
|
-
*CACHETTL_TASK=600*
|
|
152
|
-
|
|
153
|
-
## Loglevel
|
|
154
|
-
|
|
155
|
-
Loglevel of the api. Defaults to *error*
|
|
156
|
-
|
|
157
|
-
## RATE_LIMIT
|
|
158
|
-
|
|
159
|
-
Defines how many API requests from a single IP are allowed within a 15min timeframe.
|
|
160
|
-
|
|
161
|
-
Default *10000*
|
|
162
|
-
|
|
163
|
-
Sample:
|
|
164
|
-
|
|
165
|
-
*RATE_LIMIT=600*
|
|
166
|
-
|
|
167
|
-
## LIMIT_DEFAULT
|
|
168
|
-
|
|
169
|
-
Limits the resultsize of all queries against the Remedy Server. Sets a default that can be overwritten by requests. Can be used to prevent performance issues.
|
|
170
|
-
Affects also relations.
|
|
171
|
-
|
|
172
|
-
Default *unlimited*
|
|
173
|
-
|
|
174
|
-
Sample:
|
|
175
|
-
|
|
176
|
-
*LIMIT_DEFAULT=100*
|
|
177
|
-
|
|
178
|
-
## LIMIT_MAX
|
|
179
|
-
|
|
180
|
-
Limits the resultsize of all queries against the Remedy Server. Defines a global maximum that can not be overwritten by requests. Will only be overwritten by Limits defined for certains clients. Can be used to prevent performance issues.
|
|
181
|
-
Affects also relations.
|
|
182
|
-
|
|
183
|
-
Default *unlimited*
|
|
184
|
-
|
|
185
|
-
Sample:
|
|
186
|
-
|
|
187
|
-
*LIMIT_MAX=100*
|
|
188
|
-
|
|
189
|
-
## MAX_HTTP_SOCKETS
|
|
190
|
-
|
|
191
|
-
Defines how many TCP Sockets are used for outgoing connections. (Parallel connections to the Remedy REST API.)
|
|
192
|
-
|
|
193
|
-
Reduce this parameter if you see ECONNRESET or socket hang up errors.
|
|
194
|
-
|
|
195
|
-
This parameter has direct impact on performance.
|
|
196
|
-
|
|
197
|
-
Default *10*
|
|
198
|
-
|
|
199
|
-
Sample:
|
|
200
|
-
|
|
201
|
-
*MAX_HTTP_SOCKETS=15*
|