venus/api-ref/source/v1/custom_config.inc
inspurericzhang 006a0dec64 recover status.yaml & touch empty v1/parameters.yaml & add custom config api doc
Change-Id: Iafd99b33899dc3540e78465021f711eae0abe08b
2022-09-12 05:41:00 +00:00

32 lines
447 B
ReStructuredText

.. -*- rst -*-
Custom Config
=============
Get Custom Config
~~~~~~~~~~~~~~~~~~~~~
.. rest_method:: GET /custom_config
Get the value of all custom config.
Response codes
--------------
.. rest_status_code:: success ../status.yaml
- 0
.. rest_status_code:: error ../status.yaml
- -1
Response
--------
**Example: JSON request**
.. literalinclude:: ./samples/custom-config/custom-config-show-response.json
:language: javascript