Merge "Add api doc: the search instance callchain"

This commit is contained in:
Zuul 2022-09-12 08:34:24 +00:00 committed by Gerrit Code Review
commit 8d3f0979c4

View File

@ -0,0 +1,31 @@
.. -*- rst -*-
Search instance callchain
=========================
Search instance callchain of all modules
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. rest_method:: GET /v1/search/instance/callchain
Search nova-api, nova-conductor, nova-scheduler and nova-compute informations for all Venus modules instance callchain
Response codes
--------------
.. rest_status_code:: success ../status.yaml
- 0
.. rest_status_code:: error ../status.yaml
- -1
Response
--------
**Example List Api Versions: JSON request**
.. literalinclude:: ./samples/search-log/search-instance-callchain-show-response.json
:language: javascript