Skip to content

Commit

Permalink
WIP - Add FCP templates API calls
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Bischoff <[email protected]>
  • Loading branch information
Bischoff committed Nov 17, 2024
1 parent 1f9ed4f commit a36ba74
Showing 1 changed file with 34 additions and 2 deletions.
36 changes: 34 additions & 2 deletions doc/source/restapi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1835,7 +1835,7 @@ Get the list of vswitch name on the host
.. literalinclude:: ../../zvmsdk/tests/fvt/api_templates/test_vswitch_get.tpl
:language: javascript

GET vswitch details
Get vswitch details
-------------------

**GET /vswitches/{name}**
Expand Down Expand Up @@ -2029,8 +2029,39 @@ Get volume connector for z/VM.
.. literalinclude:: ../../zvmsdk/tests/fvt/api_templates/test_get_volume_connector.tpl
:language: javascript


Create FCP Template
-------------------

**POST /volumes/fcptemplates**


Delete FCP Template
-------------------

**DELETE /volumes/fcptemplates/{template_id}**


Get FCP Templates
-----------------

**GET /volumes/fcptemplates?{query_options}**


Edit FCP Template
-----------------

**PUT /volumes/fcptemplates/{template_id}**


Get FCP Templates Details
-------------------------

**GET /volumes/fcptemplates/detail?{query_options}**


Get FCP Usage
--------------------
-------------

**GET /volumes/fcp/{fcp_id}**

Expand Down Expand Up @@ -2082,6 +2113,7 @@ Set the FCP usage in database for z/VM.

Files
=====

Imports and exports raw file data.

These operations may be restricted to Feilong administrators.
Expand Down

0 comments on commit a36ba74

Please sign in to comment.