diff --git a/doc/source/restapi.rst b/doc/source/restapi.rst index 917b66786..139347f71 100644 --- a/doc/source/restapi.rst +++ b/doc/source/restapi.rst @@ -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}** @@ -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}** @@ -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.