Commit c551332a authored by Romain Courteaud's avatar Romain Courteaud

slapos_json_rpc_api: export all API

parent c65d3a6a
...@@ -66,7 +66,21 @@ ...@@ -66,7 +66,21 @@
<key> <string>json_form</string> </key> <key> <string>json_form</string> </key>
<value> <value>
<tuple> <tuple>
<string>slapos.put.slapos_jio_api_put_software_instance | SoftwareInstance_updateFromJSON</string>
<string>slapos.put.slapos_jio_api_put_software_instance | SoftwareInstance_updateFromJSON</string>
<string>slapos.put.slapos_jio_api_put_software_installation | SoftwareInstallation_updateFromJSON</string>
<string>slapos.put.slapos_jio_api_put_compute_node | ComputeNode_updateFromJSON</string>
<string>slapos.get.slapos_jio_api_get_software_instance | SoftwareInstance_getFromJSON</string>
<string>slapos.get.slapos_jio_api_get_software_instance | SoftwareInstance_getFromJSON</string>
<string>slapos.get.slapos_jio_api_get_compute_node | ComputeNode_getFromJSON</string>
<string>slapos.get.slapos_jio_api_get_software_installation | SoftwareInstallation_getFromJSON</string>
<string>slapos.get.slapos_jio_api_get_software_instance_certificate | SoftwareInstanceCertificateRecord_getFromJSON</string>
<string>slapos.post.slapos_jio_api_create_compute_node | jIOWebSection_createComputeNodeFromJSON</string>
<string>slapos.post.slapos_jio_api_request_software_instance | jIOWebSection_requestSoftwareInstanceFromJSON</string>
<string>slapos.post.slapos_jio_api_create_software_installation | jIOWebSection_createSoftwareInstallationFromJSON</string>
<string>slapos.allDocs.slapos_jio_api_search_compute_node | jIOWebSection_searchComputeNodeFromJSON</string>
<string>slapos.allDocs.slapos_jio_api_search_instance | jIOWebSection_searchInstanceFromJSON</string> <string>slapos.allDocs.slapos_jio_api_search_instance | jIOWebSection_searchInstanceFromJSON</string>
<string>slapos.allDocs.slapos_jio_api_search_software_installation | jIOWebSection_searchSoftwareInstallationFromJSON</string>
</tuple> </tuple>
</value> </value>
</item> </item>
...@@ -138,7 +152,7 @@ ...@@ -138,7 +152,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>1021.9504.6788.21009</string> </value> <value> <string>1021.9762.35569.29132</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -158,7 +172,7 @@ ...@@ -158,7 +172,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1733395531.76</float> <float>1733410929.51</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment