Self tests [VC 21.3 GEN]
Run system self-tests to check the status of the system.
Running the test
Execute all self tests
-
GET/selftest Executes all the self tests.
Query Parameters: -
exclude (string) – 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 (string) – Comma-separated list of test names to exclude.
Produces: -
application/xml, application/json – SelfTestDocument
-
Execute a self test
-
GET/selftest/(test-name) Executes the test with the specified name.
Produces: -
application/xml, application/json – SelfTestDocument
-