You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<thstyle="background-color:#AAAAAA"colspan=2>Mark (a) or (b) or (c)</th>
195
202
<thstyle="background-color:#AAAAAA"></th>
196
-
<tdstyle="text-align:center">Registration of the service must not be performed by modifying the Zowe runtime directory api-defs folder. Supported methods include:<pstyle="color:red">(Mark which one applies _a_, _b_, or _c_)</td>
203
+
<tdstyle="text-align:center">Registration of the service must not be performed by modifying the Zowe runtime directory api-defs folder. Supported methods include:<pstyle="color:red">(Mark which one applies _a_, _b_, _c_, or _d_)</td>
197
204
</tr>
198
205
<tr>
199
206
<thstyle="background-color:#555555">v1</th>
@@ -216,10 +223,17 @@ These Zowe Conformance criteria are applicable to the lastest Zowe v1 LTS Releas
216
223
<th></th>
217
224
<td>c. Adding the path of a launch component to the <code>instance.env</code> file for the Zowe workspace</td>
218
225
</tr>
226
+
<tr>
227
+
<thstyle="background-color:#555555">v1</th>
228
+
<thstyle="background-color:#AAAAAA">x</th>
229
+
<thstyle="background-color:#AAAAAA" ></th>
230
+
<th></th>
231
+
<td>d. Dynamic registration of an application that is NOT lifecycled as a Zowe address space /td>
232
+
</tr>
219
233
220
234
</table>
221
235
222
-
### API Documentation
236
+
### REST API Documentation
223
237
224
238
<tablerules="all">
225
239
<thead>
@@ -253,15 +267,15 @@ These Zowe Conformance criteria are applicable to the lastest Zowe v1 LTS Releas
253
267
<thstyle="background-color:#AAAAAA">x</th>
254
268
<thstyle="background-color:#AAAAAA"></th>
255
269
<th></th>
256
-
<td>Every method of each REST endpoint is documented</td>
270
+
<td>Every method of each public REST endpoint is documented</td>
257
271
</tr>
258
272
<tr>
259
273
<thstyle="background-color:#555555">13</th>
260
274
<thstyle="background-color:#555555">v1</th>
261
275
<thstyle="background-color:#AAAAAA">x</th>
262
276
<thstyle="background-color:#AAAAAA"></th>
263
277
<th></th>
264
-
<td>Every method of each REST endpoint is demonstrated with an example</td>
278
+
<td>Every method of each public REST endpoint is demonstrated with an example</td>
265
279
</tr>
266
280
<tr>
267
281
<thstyle="background-color:#555555">14</th>
@@ -281,7 +295,7 @@ These Zowe Conformance criteria are applicable to the lastest Zowe v1 LTS Releas
281
295
</tr>
282
296
</table>
283
297
284
-
### API Naming and Addressing
298
+
### REST API Naming and Addressing
285
299
286
300
<tablerules="all">
287
301
<thead>
@@ -337,31 +351,31 @@ These Zowe Conformance criteria are applicable to the lastest Zowe v1 LTS Releas
337
351
<thstyle="background-color:#AAAAAA"></th>
338
352
<thstyle="background-color:#AAAAAA">x</th>
339
353
<th></th>
340
-
<td>API - Request and response payloads are in JSON or binary data format</td>
354
+
<td>REST API - Request and response payloads are in JSON or binary data format</td>
341
355
</tr>
342
356
<tr>
343
357
<thstyle="background-color:#555555">20</th>
344
358
<thstyle="background-color:#555555">v1</th>
345
359
<thstyle="background-color:#AAAAAA">x</th>
346
360
<thstyle="background-color:#AAAAAA"></th>
347
361
<th></th>
348
-
<td>API - in JSON format, use relative links, and must not contain schema, hostname, and port. Alternatively, an absolute link can be used, in which case the service must translate the link to the form that goes through the Gateway that is based on the X-Forwarded-* Headers</td>
362
+
<td>REST API - in JSON format, use relative links, and must not contain schema, hostname, and port. Alternatively, an absolute link can be used, in which case the service must translate the link to the form that goes through the Gateway that is based on the X-Forwarded-* Headers</td>
349
363
</tr>
350
364
<tr>
351
365
<thstyle="background-color:#555555">21</th>
352
366
<thstyle="background-color:#555555">v1</th>
353
367
<thstyle="background-color:#AAAAAA">x</th>
354
368
<thstyle="background-color:#AAAAAA"></th>
355
369
<th></th>
356
-
<td>WebSocket - Service URIs contained in WebSocket messages payload are addressed through the API ML Gateway</td>
370
+
<td>WebSocket (if applicable) - Service URIs contained in WebSocket messages payload are addressed through the API ML Gateway</td>
357
371
</tr>
358
372
<tr>
359
373
<thstyle="background-color:#555555">22</th>
360
374
<thstyle="background-color:#555555">v1</th>
361
375
<thstyle="background-color:#AAAAAA">x</th>
362
376
<thstyle="background-color:#AAAAAA"></th>
363
377
<th></th>
364
-
<td>UI - The UI uses relative links and does not contain the schema, hostname, and port. Alternatively an absolute link can be used, in which case the service must translate the link to the form that goes through the Gateway that is based on the X-Forwarded-* Headers</td>
378
+
<td>UI (if applicable) - The UI uses relative links and does not contain the schema, hostname, and port. Alternatively an absolute link can be used, in which case the service must translate the link to the form that goes through the Gateway that is based on the X-Forwarded-* Headers</td>
0 commit comments