Self tests¶
New in version 4.0.
Changed in version 4.2: The self test has moved from APInoauth to API.
Running the test¶
Execute all tests¶
-
GET/API/selftest¶ Executes all the self tests.
Query Parameters: - exclude – Optional comma-separated list of test names to exclude.
Produces: - application/xml, application/json – SelfTestDocument
-
GET/APInoauth/selftest¶ Executes a database test. Since database problems may cause API unavailable, there is a database test available on APInoauth.
Query Parameters: - exclude – Optional comma-separated list of test names to exclude.
Produces: - application/xml, application/json – SelfTestDocument