| OLD | NEW |
| 1 <!doctype html> | 1 <!doctype html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <meta charset="UTF-8"/> | 4 <meta charset="UTF-8"/> |
| 5 <title>Analysis Server API Specification</title> | 5 <title>Analysis Server API Specification</title> |
| 6 </head> | 6 </head> |
| 7 <body> | 7 <body> |
| 8 <h1>Analysis Server API Specification</h1> | 8 <h1>Analysis Server API Specification</h1> |
| 9 <h1 style="color:#999999">Version <version>1.17.0</version></h1> | 9 <h1 style="color:#999999">Version <version>1.17.0</version></h1> |
| 10 <p> | 10 <p> |
| (...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 236 </p> | 236 </p> |
| 237 <params> | 237 <params> |
| 238 <field name="version"> | 238 <field name="version"> |
| 239 <ref>String</ref> | 239 <ref>String</ref> |
| 240 <p>The version number of the analysis server.</p> | 240 <p>The version number of the analysis server.</p> |
| 241 </field> | 241 </field> |
| 242 <field name="pid"> | 242 <field name="pid"> |
| 243 <ref>int</ref> | 243 <ref>int</ref> |
| 244 <p>The process id of the analysis server process.</p> | 244 <p>The process id of the analysis server process.</p> |
| 245 </field> | 245 </field> |
| 246 <field name="sessionId" optional="true"> |
| 247 <ref>String</ref> |
| 248 <p>The session id for this session.</p> |
| 249 </field> |
| 246 </params> | 250 </params> |
| 247 </notification> | 251 </notification> |
| 248 <notification event="error"> | 252 <notification event="error"> |
| 249 <p> | 253 <p> |
| 250 Reports that an unexpected error has occurred while | 254 Reports that an unexpected error has occurred while |
| 251 executing the server. This notification is not used for | 255 executing the server. This notification is not used for |
| 252 problems with specific requests (which are returned as part | 256 problems with specific requests (which are returned as part |
| 253 of the response) but is used for exceptions that occur while | 257 of the response) but is used for exceptions that occur while |
| 254 performing other tasks, such as analysis or preparing | 258 performing other tasks, such as analysis or preparing |
| 255 notifications. | 259 notifications. |
| (...skipping 4282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4538 This section contains a list of all of the errors that are | 4542 This section contains a list of all of the errors that are |
| 4539 produced by the server and the data that is returned with each. | 4543 produced by the server and the data that is returned with each. |
| 4540 </p> | 4544 </p> |
| 4541 <p> | 4545 <p> |
| 4542 TODO: TBD | 4546 TODO: TBD |
| 4543 </p> | 4547 </p> |
| 4544 <h2 class="domain"><a name="index">Index</a></h2> | 4548 <h2 class="domain"><a name="index">Index</a></h2> |
| 4545 <index></index> | 4549 <index></index> |
| 4546 </body> | 4550 </body> |
| 4547 </html> | 4551 </html> |
| OLD | NEW |