diff options
author | vrvarma <vikas.varma@att.com> | 2020-08-14 16:48:37 -0400 |
---|---|---|
committer | vrvarma <vikas.varma@att.com> | 2020-08-14 17:22:25 -0400 |
commit | fd666be1d7e054ed2fbcd7d85987da7e04db2e01 (patch) | |
tree | 2e8b7a81775fd0cfd57cf86e5343bc142da20017 /docs/sections/offeredapis.rst | |
parent | 6e8e8fef1cf7dda685cbe6f1f67d759847e62782 (diff) |
Add Swagger docs for Optimization Engine
Updating offeredapi.rst docs with the opteng api
Change-Id: I0626bfa99616620a95a4bfc97709f781482972eb
Signed-off-by: vrvarma <vikas.varma@att.com>
Issue-ID: OPTFRA-823
Diffstat (limited to 'docs/sections/offeredapis.rst')
-rw-r--r-- | docs/sections/offeredapis.rst | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/docs/sections/offeredapis.rst b/docs/sections/offeredapis.rst index f50831f..8269dea 100644 --- a/docs/sections/offeredapis.rst +++ b/docs/sections/offeredapis.rst @@ -11,8 +11,20 @@ This document describes the OSDF HAS (Homing and Allocation Service) API To view API documentation in the interactive swagger UI download the following and paste into the swagger tool here: https://editor.swagger.io -:download:`oof-osdf-has-api.json <./swaggerdoc/oof-osdf-has-api.json>` +.. csv-table:: + :header: "API name", "Swagger JSON" + :widths: 10,5 + "OOF OSDF HAS API", ":download:`link <./swaggerdoc/oof-osdf-has-api.json>`" + "OOF OPTENG API", ":download:`link <./swaggerdoc/oof-optf-opteng-api.json>`" + +OOF OSDF HAS API +................ .. swaggerv2doc:: ./swaggerdoc/oof-osdf-has-api.json +OOF OPTENG API +.............. +.. swaggerv2doc:: ./swaggerdoc/oof-optf-opteng-api.json + + |