@nightsquawktech/proxmox-mcp-server 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2005) hide show
  1. package/COMMERCIAL.md +35 -0
  2. package/LICENSE +661 -0
  3. package/README.md +116 -0
  4. package/dist/catalog/endpoint-spec.js +34 -0
  5. package/dist/catalog-pdm/endpoints/delete_access_tfa_userid_id.json +66 -0
  6. package/dist/catalog-pdm/endpoints/delete_access_ticket.json +24 -0
  7. package/dist/catalog-pdm/endpoints/delete_access_users_userid.json +58 -0
  8. package/dist/catalog-pdm/endpoints/delete_access_users_userid_token_token_name.json +65 -0
  9. package/dist/catalog-pdm/endpoints/delete_auto_install_installations_uuid.json +41 -0
  10. package/dist/catalog-pdm/endpoints/delete_auto_install_prepared_id.json +42 -0
  11. package/dist/catalog-pdm/endpoints/delete_auto_install_tokens_id.json +43 -0
  12. package/dist/catalog-pdm/endpoints/delete_config_access_ad_realm.json +51 -0
  13. package/dist/catalog-pdm/endpoints/delete_config_access_ldap_realm.json +51 -0
  14. package/dist/catalog-pdm/endpoints/delete_config_access_openid_realm.json +51 -0
  15. package/dist/catalog-pdm/endpoints/delete_config_acme_account_name.json +52 -0
  16. package/dist/catalog-pdm/endpoints/delete_config_acme_plugins_id.json +43 -0
  17. package/dist/catalog-pdm/endpoints/delete_config_views_id.json +50 -0
  18. package/dist/catalog-pdm/endpoints/delete_nodes_node_certificates_custom.json +49 -0
  19. package/dist/catalog-pdm/endpoints/delete_nodes_node_network.json +42 -0
  20. package/dist/catalog-pdm/endpoints/delete_nodes_node_network_iface.json +60 -0
  21. package/dist/catalog-pdm/endpoints/delete_nodes_node_tasks_upid.json +41 -0
  22. package/dist/catalog-pdm/endpoints/delete_pbs_remotes_remote_tasks_upid.json +50 -0
  23. package/dist/catalog-pdm/endpoints/delete_pve_remotes_remote_lxc_vmid_snapshot_snapname.json +70 -0
  24. package/dist/catalog-pdm/endpoints/delete_pve_remotes_remote_qemu_vmid_snapshot_snapname.json +70 -0
  25. package/dist/catalog-pdm/endpoints/delete_pve_remotes_remote_tasks_upid.json +50 -0
  26. package/dist/catalog-pdm/endpoints/delete_remotes_remote_id.json +50 -0
  27. package/dist/catalog-pdm/endpoints/delete_subscriptions_keys_key.json +50 -0
  28. package/dist/catalog-pdm/endpoints/delete_subscriptions_keys_key_assignment.json +50 -0
  29. package/dist/catalog-pdm/endpoints/get_.json +24 -0
  30. package/dist/catalog-pdm/endpoints/get_access.json +24 -0
  31. package/dist/catalog-pdm/endpoints/get_access_acl.json +85 -0
  32. package/dist/catalog-pdm/endpoints/get_access_domains.json +63 -0
  33. package/dist/catalog-pdm/endpoints/get_access_openid.json +24 -0
  34. package/dist/catalog-pdm/endpoints/get_access_permissions.json +47 -0
  35. package/dist/catalog-pdm/endpoints/get_access_roles.json +51 -0
  36. package/dist/catalog-pdm/endpoints/get_access_tfa.json +84 -0
  37. package/dist/catalog-pdm/endpoints/get_access_tfa_userid.json +85 -0
  38. package/dist/catalog-pdm/endpoints/get_access_tfa_userid_id.json +87 -0
  39. package/dist/catalog-pdm/endpoints/get_access_users.json +142 -0
  40. package/dist/catalog-pdm/endpoints/get_access_users_userid.json +105 -0
  41. package/dist/catalog-pdm/endpoints/get_access_users_userid_token.json +90 -0
  42. package/dist/catalog-pdm/endpoints/get_access_users_userid_token_token_name.json +88 -0
  43. package/dist/catalog-pdm/endpoints/get_auto_install.json +24 -0
  44. package/dist/catalog-pdm/endpoints/get_auto_install_installations.json +439 -0
  45. package/dist/catalog-pdm/endpoints/get_auto_install_prepared.json +321 -0
  46. package/dist/catalog-pdm/endpoints/get_auto_install_prepared_id.json +42 -0
  47. package/dist/catalog-pdm/endpoints/get_auto_install_tokens.json +71 -0
  48. package/dist/catalog-pdm/endpoints/get_ceph.json +24 -0
  49. package/dist/catalog-pdm/endpoints/get_ceph_clusters.json +134 -0
  50. package/dist/catalog-pdm/endpoints/get_ceph_clusters_cluster.json +31 -0
  51. package/dist/catalog-pdm/endpoints/get_ceph_clusters_cluster_flags.json +68 -0
  52. package/dist/catalog-pdm/endpoints/get_ceph_clusters_cluster_fs.json +77 -0
  53. package/dist/catalog-pdm/endpoints/get_ceph_clusters_cluster_mds.json +98 -0
  54. package/dist/catalog-pdm/endpoints/get_ceph_clusters_cluster_mgr.json +82 -0
  55. package/dist/catalog-pdm/endpoints/get_ceph_clusters_cluster_mon.json +94 -0
  56. package/dist/catalog-pdm/endpoints/get_ceph_clusters_cluster_osd_tree.json +37 -0
  57. package/dist/catalog-pdm/endpoints/get_ceph_clusters_cluster_pools.json +129 -0
  58. package/dist/catalog-pdm/endpoints/get_ceph_clusters_cluster_status.json +45 -0
  59. package/dist/catalog-pdm/endpoints/get_ceph_clusters_cluster_summary.json +242 -0
  60. package/dist/catalog-pdm/endpoints/get_config.json +24 -0
  61. package/dist/catalog-pdm/endpoints/get_config_access.json +24 -0
  62. package/dist/catalog-pdm/endpoints/get_config_access_ad.json +198 -0
  63. package/dist/catalog-pdm/endpoints/get_config_access_ad_realm.json +204 -0
  64. package/dist/catalog-pdm/endpoints/get_config_access_ldap.json +201 -0
  65. package/dist/catalog-pdm/endpoints/get_config_access_ldap_realm.json +207 -0
  66. package/dist/catalog-pdm/endpoints/get_config_access_openid.json +140 -0
  67. package/dist/catalog-pdm/endpoints/get_config_access_openid_realm.json +146 -0
  68. package/dist/catalog-pdm/endpoints/get_config_access_tfa.json +24 -0
  69. package/dist/catalog-pdm/endpoints/get_config_access_tfa_webauthn.json +47 -0
  70. package/dist/catalog-pdm/endpoints/get_config_acme.json +24 -0
  71. package/dist/catalog-pdm/endpoints/get_config_acme_account.json +46 -0
  72. package/dist/catalog-pdm/endpoints/get_config_acme_account_name.json +117 -0
  73. package/dist/catalog-pdm/endpoints/get_config_acme_challenge_schema.json +50 -0
  74. package/dist/catalog-pdm/endpoints/get_config_acme_directories.json +40 -0
  75. package/dist/catalog-pdm/endpoints/get_config_acme_plugins.json +71 -0
  76. package/dist/catalog-pdm/endpoints/get_config_acme_plugins_id.json +77 -0
  77. package/dist/catalog-pdm/endpoints/get_config_acme_tos.json +33 -0
  78. package/dist/catalog-pdm/endpoints/get_config_certificate.json +208 -0
  79. package/dist/catalog-pdm/endpoints/get_config_notes.json +33 -0
  80. package/dist/catalog-pdm/endpoints/get_config_views.json +70 -0
  81. package/dist/catalog-pdm/endpoints/get_config_views_id.json +84 -0
  82. package/dist/catalog-pdm/endpoints/get_nodes.json +22 -0
  83. package/dist/catalog-pdm/endpoints/get_nodes_node.json +31 -0
  84. package/dist/catalog-pdm/endpoints/get_nodes_node_apt.json +31 -0
  85. package/dist/catalog-pdm/endpoints/get_nodes_node_apt_changelog.json +53 -0
  86. package/dist/catalog-pdm/endpoints/get_nodes_node_apt_repositories.json +250 -0
  87. package/dist/catalog-pdm/endpoints/get_nodes_node_apt_update.json +88 -0
  88. package/dist/catalog-pdm/endpoints/get_nodes_node_apt_versions.json +88 -0
  89. package/dist/catalog-pdm/endpoints/get_nodes_node_certificates.json +31 -0
  90. package/dist/catalog-pdm/endpoints/get_nodes_node_certificates_acme.json +31 -0
  91. package/dist/catalog-pdm/endpoints/get_nodes_node_certificates_info.json +91 -0
  92. package/dist/catalog-pdm/endpoints/get_nodes_node_config.json +105 -0
  93. package/dist/catalog-pdm/endpoints/get_nodes_node_dns.json +79 -0
  94. package/dist/catalog-pdm/endpoints/get_nodes_node_journal.json +80 -0
  95. package/dist/catalog-pdm/endpoints/get_nodes_node_network.json +242 -0
  96. package/dist/catalog-pdm/endpoints/get_nodes_node_network_iface.json +248 -0
  97. package/dist/catalog-pdm/endpoints/get_nodes_node_report.json +42 -0
  98. package/dist/catalog-pdm/endpoints/get_nodes_node_rrddata.json +188 -0
  99. package/dist/catalog-pdm/endpoints/get_nodes_node_sdn.json +31 -0
  100. package/dist/catalog-pdm/endpoints/get_nodes_node_sdn_vnets_vnet.json +37 -0
  101. package/dist/catalog-pdm/endpoints/get_nodes_node_sdn_vnets_vnet_mac_vrf.json +63 -0
  102. package/dist/catalog-pdm/endpoints/get_nodes_node_sdn_zones_zone.json +37 -0
  103. package/dist/catalog-pdm/endpoints/get_nodes_node_sdn_zones_zone_ip_vrf.json +70 -0
  104. package/dist/catalog-pdm/endpoints/get_nodes_node_status.json +210 -0
  105. package/dist/catalog-pdm/endpoints/get_nodes_node_subscription.json +94 -0
  106. package/dist/catalog-pdm/endpoints/get_nodes_node_syslog.json +94 -0
  107. package/dist/catalog-pdm/endpoints/get_nodes_node_tasks.json +146 -0
  108. package/dist/catalog-pdm/endpoints/get_nodes_node_tasks_upid.json +37 -0
  109. package/dist/catalog-pdm/endpoints/get_nodes_node_tasks_upid_log.json +107 -0
  110. package/dist/catalog-pdm/endpoints/get_nodes_node_tasks_upid_status.json +99 -0
  111. package/dist/catalog-pdm/endpoints/get_nodes_node_time.json +53 -0
  112. package/dist/catalog-pdm/endpoints/get_nodes_node_vncwebsocket.json +54 -0
  113. package/dist/catalog-pdm/endpoints/get_pbs.json +24 -0
  114. package/dist/catalog-pdm/endpoints/get_pbs_realms.json +85 -0
  115. package/dist/catalog-pdm/endpoints/get_pbs_remotes.json +37 -0
  116. package/dist/catalog-pdm/endpoints/get_pbs_remotes_remote.json +31 -0
  117. package/dist/catalog-pdm/endpoints/get_pbs_remotes_remote_datastore.json +374 -0
  118. package/dist/catalog-pdm/endpoints/get_pbs_remotes_remote_datastore_datastore.json +37 -0
  119. package/dist/catalog-pdm/endpoints/get_pbs_remotes_remote_datastore_datastore_namespaces.json +86 -0
  120. package/dist/catalog-pdm/endpoints/get_pbs_remotes_remote_datastore_datastore_rrddata.json +118 -0
  121. package/dist/catalog-pdm/endpoints/get_pbs_remotes_remote_datastore_datastore_snapshots.json +151 -0
  122. package/dist/catalog-pdm/endpoints/get_pbs_remotes_remote_nodes_node.json +37 -0
  123. package/dist/catalog-pdm/endpoints/get_pbs_remotes_remote_nodes_node_apt.json +37 -0
  124. package/dist/catalog-pdm/endpoints/get_pbs_remotes_remote_nodes_node_apt_changelog.json +68 -0
  125. package/dist/catalog-pdm/endpoints/get_pbs_remotes_remote_nodes_node_apt_repositories.json +53 -0
  126. package/dist/catalog-pdm/endpoints/get_pbs_remotes_remote_nodes_node_apt_update.json +103 -0
  127. package/dist/catalog-pdm/endpoints/get_pbs_remotes_remote_nodes_node_subscription.json +113 -0
  128. package/dist/catalog-pdm/endpoints/get_pbs_remotes_remote_nodes_node_vncwebsocket.json +66 -0
  129. package/dist/catalog-pdm/endpoints/get_pbs_remotes_remote_rrddata.json +162 -0
  130. package/dist/catalog-pdm/endpoints/get_pbs_remotes_remote_status.json +213 -0
  131. package/dist/catalog-pdm/endpoints/get_pbs_remotes_remote_tasks.json +97 -0
  132. package/dist/catalog-pdm/endpoints/get_pbs_remotes_remote_tasks_upid.json +37 -0
  133. package/dist/catalog-pdm/endpoints/get_pbs_remotes_remote_tasks_upid_log.json +90 -0
  134. package/dist/catalog-pdm/endpoints/get_pbs_remotes_remote_tasks_upid_status.json +108 -0
  135. package/dist/catalog-pdm/endpoints/get_ping.json +26 -0
  136. package/dist/catalog-pdm/endpoints/get_pve.json +24 -0
  137. package/dist/catalog-pdm/endpoints/get_pve_firewall.json +24 -0
  138. package/dist/catalog-pdm/endpoints/get_pve_firewall_status.json +158 -0
  139. package/dist/catalog-pdm/endpoints/get_pve_realms.json +76 -0
  140. package/dist/catalog-pdm/endpoints/get_pve_remotes.json +37 -0
  141. package/dist/catalog-pdm/endpoints/get_pve_remotes_remote.json +31 -0
  142. package/dist/catalog-pdm/endpoints/get_pve_remotes_remote_cluster_nextid.json +50 -0
  143. package/dist/catalog-pdm/endpoints/get_pve_remotes_remote_cluster_status.json +117 -0
  144. package/dist/catalog-pdm/endpoints/get_pve_remotes_remote_firewall.json +31 -0
  145. package/dist/catalog-pdm/endpoints/get_pve_remotes_remote_firewall_options.json +122 -0
  146. package/dist/catalog-pdm/endpoints/get_pve_remotes_remote_firewall_rules.json +135 -0
  147. package/dist/catalog-pdm/endpoints/get_pve_remotes_remote_firewall_status.json +164 -0
  148. package/dist/catalog-pdm/endpoints/get_pve_remotes_remote_lxc.json +180 -0
  149. package/dist/catalog-pdm/endpoints/get_pve_remotes_remote_lxc_vmid.json +37 -0
  150. package/dist/catalog-pdm/endpoints/get_pve_remotes_remote_lxc_vmid_config.json +38585 -0
  151. package/dist/catalog-pdm/endpoints/get_pve_remotes_remote_lxc_vmid_firewall.json +37 -0
  152. package/dist/catalog-pdm/endpoints/get_pve_remotes_remote_lxc_vmid_firewall_options.json +154 -0
  153. package/dist/catalog-pdm/endpoints/get_pve_remotes_remote_lxc_vmid_firewall_rules.json +152 -0
  154. package/dist/catalog-pdm/endpoints/get_pve_remotes_remote_lxc_vmid_pending.json +60 -0
  155. package/dist/catalog-pdm/endpoints/get_pve_remotes_remote_lxc_vmid_rrddata.json +145 -0
  156. package/dist/catalog-pdm/endpoints/get_pve_remotes_remote_lxc_vmid_snapshot.json +86 -0
  157. package/dist/catalog-pdm/endpoints/get_pve_remotes_remote_lxc_vmid_status.json +191 -0
  158. package/dist/catalog-pdm/endpoints/get_pve_remotes_remote_nodes.json +100 -0
  159. package/dist/catalog-pdm/endpoints/get_pve_remotes_remote_nodes_node.json +37 -0
  160. package/dist/catalog-pdm/endpoints/get_pve_remotes_remote_nodes_node_apt.json +37 -0
  161. package/dist/catalog-pdm/endpoints/get_pve_remotes_remote_nodes_node_apt_changelog.json +68 -0
  162. package/dist/catalog-pdm/endpoints/get_pve_remotes_remote_nodes_node_apt_repositories.json +53 -0
  163. package/dist/catalog-pdm/endpoints/get_pve_remotes_remote_nodes_node_apt_update.json +103 -0
  164. package/dist/catalog-pdm/endpoints/get_pve_remotes_remote_nodes_node_config.json +52 -0
  165. package/dist/catalog-pdm/endpoints/get_pve_remotes_remote_nodes_node_firewall.json +37 -0
  166. package/dist/catalog-pdm/endpoints/get_pve_remotes_remote_nodes_node_firewall_options.json +247 -0
  167. package/dist/catalog-pdm/endpoints/get_pve_remotes_remote_nodes_node_firewall_rules.json +142 -0
  168. package/dist/catalog-pdm/endpoints/get_pve_remotes_remote_nodes_node_firewall_status.json +131 -0
  169. package/dist/catalog-pdm/endpoints/get_pve_remotes_remote_nodes_node_network.json +413 -0
  170. package/dist/catalog-pdm/endpoints/get_pve_remotes_remote_nodes_node_rrddata.json +165 -0
  171. package/dist/catalog-pdm/endpoints/get_pve_remotes_remote_nodes_node_sdn.json +37 -0
  172. package/dist/catalog-pdm/endpoints/get_pve_remotes_remote_nodes_node_sdn_vnets_vnet.json +43 -0
  173. package/dist/catalog-pdm/endpoints/get_pve_remotes_remote_nodes_node_sdn_vnets_vnet_mac_vrf.json +62 -0
  174. package/dist/catalog-pdm/endpoints/get_pve_remotes_remote_nodes_node_sdn_zones_zone.json +43 -0
  175. package/dist/catalog-pdm/endpoints/get_pve_remotes_remote_nodes_node_sdn_zones_zone_ip_vrf.json +69 -0
  176. package/dist/catalog-pdm/endpoints/get_pve_remotes_remote_nodes_node_status.json +186 -0
  177. package/dist/catalog-pdm/endpoints/get_pve_remotes_remote_nodes_node_storage.json +200 -0
  178. package/dist/catalog-pdm/endpoints/get_pve_remotes_remote_nodes_node_storage_storage.json +43 -0
  179. package/dist/catalog-pdm/endpoints/get_pve_remotes_remote_nodes_node_storage_storage_rrddata.json +107 -0
  180. package/dist/catalog-pdm/endpoints/get_pve_remotes_remote_nodes_node_storage_storage_status.json +123 -0
  181. package/dist/catalog-pdm/endpoints/get_pve_remotes_remote_nodes_node_subscription.json +186 -0
  182. package/dist/catalog-pdm/endpoints/get_pve_remotes_remote_nodes_node_vncwebsocket.json +66 -0
  183. package/dist/catalog-pdm/endpoints/get_pve_remotes_remote_options.json +43 -0
  184. package/dist/catalog-pdm/endpoints/get_pve_remotes_remote_qemu.json +205 -0
  185. package/dist/catalog-pdm/endpoints/get_pve_remotes_remote_qemu_vmid.json +37 -0
  186. package/dist/catalog-pdm/endpoints/get_pve_remotes_remote_qemu_vmid_config.json +28292 -0
  187. package/dist/catalog-pdm/endpoints/get_pve_remotes_remote_qemu_vmid_firewall.json +37 -0
  188. package/dist/catalog-pdm/endpoints/get_pve_remotes_remote_qemu_vmid_firewall_options.json +154 -0
  189. package/dist/catalog-pdm/endpoints/get_pve_remotes_remote_qemu_vmid_firewall_rules.json +152 -0
  190. package/dist/catalog-pdm/endpoints/get_pve_remotes_remote_qemu_vmid_migrate.json +196 -0
  191. package/dist/catalog-pdm/endpoints/get_pve_remotes_remote_qemu_vmid_pending.json +60 -0
  192. package/dist/catalog-pdm/endpoints/get_pve_remotes_remote_qemu_vmid_rrddata.json +140 -0
  193. package/dist/catalog-pdm/endpoints/get_pve_remotes_remote_qemu_vmid_snapshot.json +92 -0
  194. package/dist/catalog-pdm/endpoints/get_pve_remotes_remote_qemu_vmid_status.json +236 -0
  195. package/dist/catalog-pdm/endpoints/get_pve_remotes_remote_resources.json +398 -0
  196. package/dist/catalog-pdm/endpoints/get_pve_remotes_remote_tasks.json +101 -0
  197. package/dist/catalog-pdm/endpoints/get_pve_remotes_remote_tasks_upid.json +37 -0
  198. package/dist/catalog-pdm/endpoints/get_pve_remotes_remote_tasks_upid_log.json +123 -0
  199. package/dist/catalog-pdm/endpoints/get_pve_remotes_remote_tasks_upid_status.json +107 -0
  200. package/dist/catalog-pdm/endpoints/get_pve_remotes_remote_updates.json +43 -0
  201. package/dist/catalog-pdm/endpoints/get_remotes.json +24 -0
  202. package/dist/catalog-pdm/endpoints/get_remotes_metric_collection_status.json +44 -0
  203. package/dist/catalog-pdm/endpoints/get_remotes_remote.json +73 -0
  204. package/dist/catalog-pdm/endpoints/get_remotes_remote_id.json +31 -0
  205. package/dist/catalog-pdm/endpoints/get_remotes_remote_id_config.json +87 -0
  206. package/dist/catalog-pdm/endpoints/get_remotes_remote_id_rrddata.json +75 -0
  207. package/dist/catalog-pdm/endpoints/get_remotes_remote_id_version.json +70 -0
  208. package/dist/catalog-pdm/endpoints/get_remotes_tasks.json +24 -0
  209. package/dist/catalog-pdm/endpoints/get_remotes_tasks_list.json +156 -0
  210. package/dist/catalog-pdm/endpoints/get_remotes_tasks_statistics.json +118 -0
  211. package/dist/catalog-pdm/endpoints/get_remotes_updates.json +24 -0
  212. package/dist/catalog-pdm/endpoints/get_remotes_updates_summary.json +35 -0
  213. package/dist/catalog-pdm/endpoints/get_resources.json +24 -0
  214. package/dist/catalog-pdm/endpoints/get_resources_list.json +513 -0
  215. package/dist/catalog-pdm/endpoints/get_resources_location_info.json +42 -0
  216. package/dist/catalog-pdm/endpoints/get_resources_status.json +489 -0
  217. package/dist/catalog-pdm/endpoints/get_resources_subscription.json +84 -0
  218. package/dist/catalog-pdm/endpoints/get_resources_top_entities.json +1454 -0
  219. package/dist/catalog-pdm/endpoints/get_sdn.json +24 -0
  220. package/dist/catalog-pdm/endpoints/get_sdn_controllers.json +264 -0
  221. package/dist/catalog-pdm/endpoints/get_sdn_vnets.json +153 -0
  222. package/dist/catalog-pdm/endpoints/get_sdn_zones.json +392 -0
  223. package/dist/catalog-pdm/endpoints/get_subscriptions.json +24 -0
  224. package/dist/catalog-pdm/endpoints/get_subscriptions_keys.json +131 -0
  225. package/dist/catalog-pdm/endpoints/get_subscriptions_keys_key.json +137 -0
  226. package/dist/catalog-pdm/endpoints/get_subscriptions_node_status.json +119 -0
  227. package/dist/catalog-pdm/endpoints/get_version.json +41 -0
  228. package/dist/catalog-pdm/endpoints/post_access_domains_realm_sync.json +82 -0
  229. package/dist/catalog-pdm/endpoints/post_access_openid_auth_url.json +43 -0
  230. package/dist/catalog-pdm/endpoints/post_access_openid_login.json +69 -0
  231. package/dist/catalog-pdm/endpoints/post_access_tfa_userid.json +120 -0
  232. package/dist/catalog-pdm/endpoints/post_access_ticket.json +92 -0
  233. package/dist/catalog-pdm/endpoints/post_access_users.json +102 -0
  234. package/dist/catalog-pdm/endpoints/post_access_users_userid_token_token_name.json +103 -0
  235. package/dist/catalog-pdm/endpoints/post_auto_install_answer.json +527 -0
  236. package/dist/catalog-pdm/endpoints/post_auto_install_installations_uuid_post_hook.json +135 -0
  237. package/dist/catalog-pdm/endpoints/post_auto_install_prepared.json +608 -0
  238. package/dist/catalog-pdm/endpoints/post_auto_install_tokens.json +111 -0
  239. package/dist/catalog-pdm/endpoints/post_config_access_ad.json +214 -0
  240. package/dist/catalog-pdm/endpoints/post_config_access_ldap.json +220 -0
  241. package/dist/catalog-pdm/endpoints/post_config_access_openid.json +148 -0
  242. package/dist/catalog-pdm/endpoints/post_config_acme_account.json +86 -0
  243. package/dist/catalog-pdm/endpoints/post_config_acme_plugins.json +77 -0
  244. package/dist/catalog-pdm/endpoints/post_config_views.json +73 -0
  245. package/dist/catalog-pdm/endpoints/post_nodes_node_apt_repositories.json +64 -0
  246. package/dist/catalog-pdm/endpoints/post_nodes_node_apt_update.json +56 -0
  247. package/dist/catalog-pdm/endpoints/post_nodes_node_certificates_acme_certificate.json +52 -0
  248. package/dist/catalog-pdm/endpoints/post_nodes_node_certificates_custom.json +127 -0
  249. package/dist/catalog-pdm/endpoints/post_nodes_node_network.json +243 -0
  250. package/dist/catalog-pdm/endpoints/post_nodes_node_status.json +52 -0
  251. package/dist/catalog-pdm/endpoints/post_nodes_node_subscription.json +40 -0
  252. package/dist/catalog-pdm/endpoints/post_nodes_node_termproxy.json +72 -0
  253. package/dist/catalog-pdm/endpoints/post_pbs_probe_tls.json +46 -0
  254. package/dist/catalog-pdm/endpoints/post_pbs_remotes_remote_nodes_node_apt_update.json +55 -0
  255. package/dist/catalog-pdm/endpoints/post_pbs_remotes_remote_nodes_node_termproxy.json +69 -0
  256. package/dist/catalog-pdm/endpoints/post_pbs_scan.json +105 -0
  257. package/dist/catalog-pdm/endpoints/post_pve_probe_tls.json +46 -0
  258. package/dist/catalog-pdm/endpoints/post_pve_remotes_remote_lxc_vmid_migrate.json +104 -0
  259. package/dist/catalog-pdm/endpoints/post_pve_remotes_remote_lxc_vmid_remote_migrate.json +130 -0
  260. package/dist/catalog-pdm/endpoints/post_pve_remotes_remote_lxc_vmid_shutdown.json +62 -0
  261. package/dist/catalog-pdm/endpoints/post_pve_remotes_remote_lxc_vmid_snapshot.json +76 -0
  262. package/dist/catalog-pdm/endpoints/post_pve_remotes_remote_lxc_vmid_snapshot_snapname_rollback.json +76 -0
  263. package/dist/catalog-pdm/endpoints/post_pve_remotes_remote_lxc_vmid_start.json +62 -0
  264. package/dist/catalog-pdm/endpoints/post_pve_remotes_remote_lxc_vmid_stop.json +62 -0
  265. package/dist/catalog-pdm/endpoints/post_pve_remotes_remote_nodes_node_apt_update.json +55 -0
  266. package/dist/catalog-pdm/endpoints/post_pve_remotes_remote_nodes_node_termproxy.json +69 -0
  267. package/dist/catalog-pdm/endpoints/post_pve_remotes_remote_qemu_vmid_migrate.json +122 -0
  268. package/dist/catalog-pdm/endpoints/post_pve_remotes_remote_qemu_vmid_remote_migrate.json +118 -0
  269. package/dist/catalog-pdm/endpoints/post_pve_remotes_remote_qemu_vmid_resume.json +62 -0
  270. package/dist/catalog-pdm/endpoints/post_pve_remotes_remote_qemu_vmid_shutdown.json +62 -0
  271. package/dist/catalog-pdm/endpoints/post_pve_remotes_remote_qemu_vmid_snapshot.json +82 -0
  272. package/dist/catalog-pdm/endpoints/post_pve_remotes_remote_qemu_vmid_snapshot_snapname_rollback.json +76 -0
  273. package/dist/catalog-pdm/endpoints/post_pve_remotes_remote_qemu_vmid_start.json +62 -0
  274. package/dist/catalog-pdm/endpoints/post_pve_remotes_remote_qemu_vmid_stop.json +62 -0
  275. package/dist/catalog-pdm/endpoints/post_pve_scan.json +105 -0
  276. package/dist/catalog-pdm/endpoints/post_remotes_metric_collection_trigger.json +32 -0
  277. package/dist/catalog-pdm/endpoints/post_remotes_remote.json +89 -0
  278. package/dist/catalog-pdm/endpoints/post_remotes_remote_id_probe_certificate.json +50 -0
  279. package/dist/catalog-pdm/endpoints/post_remotes_tasks_refresh.json +35 -0
  280. package/dist/catalog-pdm/endpoints/post_remotes_updates_refresh.json +28 -0
  281. package/dist/catalog-pdm/endpoints/post_sdn_vnets.json +46 -0
  282. package/dist/catalog-pdm/endpoints/post_sdn_zones.json +46 -0
  283. package/dist/catalog-pdm/endpoints/post_subscriptions_adopt_all.json +63 -0
  284. package/dist/catalog-pdm/endpoints/post_subscriptions_adopt_key.json +56 -0
  285. package/dist/catalog-pdm/endpoints/post_subscriptions_apply_pending.json +44 -0
  286. package/dist/catalog-pdm/endpoints/post_subscriptions_auto_assign.json +80 -0
  287. package/dist/catalog-pdm/endpoints/post_subscriptions_bulk_assign.json +71 -0
  288. package/dist/catalog-pdm/endpoints/post_subscriptions_check.json +49 -0
  289. package/dist/catalog-pdm/endpoints/post_subscriptions_clear_pending.json +50 -0
  290. package/dist/catalog-pdm/endpoints/post_subscriptions_keys.json +62 -0
  291. package/dist/catalog-pdm/endpoints/post_subscriptions_keys_key_assignment.json +66 -0
  292. package/dist/catalog-pdm/endpoints/post_subscriptions_queue_clear.json +56 -0
  293. package/dist/catalog-pdm/endpoints/post_subscriptions_revert_pending_clear.json +56 -0
  294. package/dist/catalog-pdm/endpoints/put_access_acl.json +80 -0
  295. package/dist/catalog-pdm/endpoints/put_access_tfa_userid_id.json +79 -0
  296. package/dist/catalog-pdm/endpoints/put_access_users_userid.json +123 -0
  297. package/dist/catalog-pdm/endpoints/put_access_users_userid_token_token_name.json +117 -0
  298. package/dist/catalog-pdm/endpoints/put_auto_install_prepared_id.json +622 -0
  299. package/dist/catalog-pdm/endpoints/put_auto_install_tokens_id.json +132 -0
  300. package/dist/catalog-pdm/endpoints/put_config_access_ad_realm.json +228 -0
  301. package/dist/catalog-pdm/endpoints/put_config_access_ldap_realm.json +234 -0
  302. package/dist/catalog-pdm/endpoints/put_config_access_openid_realm.json +153 -0
  303. package/dist/catalog-pdm/endpoints/put_config_access_tfa_webauthn.json +60 -0
  304. package/dist/catalog-pdm/endpoints/put_config_acme_account_name.json +63 -0
  305. package/dist/catalog-pdm/endpoints/put_config_acme_plugins_id.json +85 -0
  306. package/dist/catalog-pdm/endpoints/put_config_certificate.json +224 -0
  307. package/dist/catalog-pdm/endpoints/put_config_notes.json +47 -0
  308. package/dist/catalog-pdm/endpoints/put_config_views_id.json +81 -0
  309. package/dist/catalog-pdm/endpoints/put_nodes_node_apt_repositories.json +53 -0
  310. package/dist/catalog-pdm/endpoints/put_nodes_node_certificates_acme_certificate.json +52 -0
  311. package/dist/catalog-pdm/endpoints/put_nodes_node_config.json +120 -0
  312. package/dist/catalog-pdm/endpoints/put_nodes_node_dns.json +89 -0
  313. package/dist/catalog-pdm/endpoints/put_nodes_node_network.json +45 -0
  314. package/dist/catalog-pdm/endpoints/put_nodes_node_network_iface.json +256 -0
  315. package/dist/catalog-pdm/endpoints/put_nodes_node_time.json +51 -0
  316. package/dist/catalog-pdm/endpoints/put_pve_remotes_remote_firewall_options.json +138 -0
  317. package/dist/catalog-pdm/endpoints/put_pve_remotes_remote_lxc_vmid_firewall_options.json +173 -0
  318. package/dist/catalog-pdm/endpoints/put_pve_remotes_remote_lxc_vmid_snapshot_snapname_config.json +74 -0
  319. package/dist/catalog-pdm/endpoints/put_pve_remotes_remote_nodes_node_firewall_options.json +276 -0
  320. package/dist/catalog-pdm/endpoints/put_pve_remotes_remote_qemu_vmid_firewall_options.json +173 -0
  321. package/dist/catalog-pdm/endpoints/put_pve_remotes_remote_qemu_vmid_snapshot_snapname_config.json +74 -0
  322. package/dist/catalog-pdm/endpoints/put_remotes_remote_id.json +84 -0
  323. package/dist/catalog-pdm/enrichment/delete_access_tfa_userid_id.json +28 -0
  324. package/dist/catalog-pdm/enrichment/delete_access_ticket.json +21 -0
  325. package/dist/catalog-pdm/enrichment/delete_access_users_userid.json +27 -0
  326. package/dist/catalog-pdm/enrichment/delete_access_users_userid_token_token_name.json +28 -0
  327. package/dist/catalog-pdm/enrichment/delete_auto_install_installations_uuid.json +24 -0
  328. package/dist/catalog-pdm/enrichment/delete_auto_install_prepared_id.json +25 -0
  329. package/dist/catalog-pdm/enrichment/delete_auto_install_tokens_id.json +25 -0
  330. package/dist/catalog-pdm/enrichment/delete_config_access_ad_realm.json +27 -0
  331. package/dist/catalog-pdm/enrichment/delete_config_access_ldap_realm.json +27 -0
  332. package/dist/catalog-pdm/enrichment/delete_config_access_openid_realm.json +27 -0
  333. package/dist/catalog-pdm/enrichment/delete_config_acme_account_name.json +25 -0
  334. package/dist/catalog-pdm/enrichment/delete_config_acme_plugins_id.json +25 -0
  335. package/dist/catalog-pdm/enrichment/delete_config_views_id.json +27 -0
  336. package/dist/catalog-pdm/enrichment/delete_nodes_node_certificates_custom.json +23 -0
  337. package/dist/catalog-pdm/enrichment/delete_nodes_node_network.json +24 -0
  338. package/dist/catalog-pdm/enrichment/delete_nodes_node_network_iface.json +30 -0
  339. package/dist/catalog-pdm/enrichment/delete_nodes_node_tasks_upid.json +25 -0
  340. package/dist/catalog-pdm/enrichment/delete_pbs_remotes_remote_tasks_upid.json +25 -0
  341. package/dist/catalog-pdm/enrichment/delete_pve_remotes_remote_lxc_vmid_snapshot_snapname.json +29 -0
  342. package/dist/catalog-pdm/enrichment/delete_pve_remotes_remote_qemu_vmid_snapshot_snapname.json +28 -0
  343. package/dist/catalog-pdm/enrichment/delete_pve_remotes_remote_tasks_upid.json +24 -0
  344. package/dist/catalog-pdm/enrichment/delete_remotes_remote_id.json +26 -0
  345. package/dist/catalog-pdm/enrichment/delete_subscriptions_keys_key.json +27 -0
  346. package/dist/catalog-pdm/enrichment/delete_subscriptions_keys_key_assignment.json +27 -0
  347. package/dist/catalog-pdm/enrichment/get_.json +17 -0
  348. package/dist/catalog-pdm/enrichment/get_access.json +20 -0
  349. package/dist/catalog-pdm/enrichment/get_access_acl.json +25 -0
  350. package/dist/catalog-pdm/enrichment/get_access_domains.json +21 -0
  351. package/dist/catalog-pdm/enrichment/get_access_openid.json +20 -0
  352. package/dist/catalog-pdm/enrichment/get_access_permissions.json +26 -0
  353. package/dist/catalog-pdm/enrichment/get_access_roles.json +21 -0
  354. package/dist/catalog-pdm/enrichment/get_access_tfa.json +23 -0
  355. package/dist/catalog-pdm/enrichment/get_access_tfa_userid.json +25 -0
  356. package/dist/catalog-pdm/enrichment/get_access_tfa_userid_id.json +26 -0
  357. package/dist/catalog-pdm/enrichment/get_access_users.json +25 -0
  358. package/dist/catalog-pdm/enrichment/get_access_users_userid.json +23 -0
  359. package/dist/catalog-pdm/enrichment/get_access_users_userid_token.json +25 -0
  360. package/dist/catalog-pdm/enrichment/get_access_users_userid_token_token_name.json +25 -0
  361. package/dist/catalog-pdm/enrichment/get_auto_install.json +16 -0
  362. package/dist/catalog-pdm/enrichment/get_auto_install_installations.json +23 -0
  363. package/dist/catalog-pdm/enrichment/get_auto_install_prepared.json +24 -0
  364. package/dist/catalog-pdm/enrichment/get_auto_install_prepared_id.json +24 -0
  365. package/dist/catalog-pdm/enrichment/get_auto_install_tokens.json +21 -0
  366. package/dist/catalog-pdm/enrichment/get_ceph.json +20 -0
  367. package/dist/catalog-pdm/enrichment/get_ceph_clusters.json +23 -0
  368. package/dist/catalog-pdm/enrichment/get_ceph_clusters_cluster.json +24 -0
  369. package/dist/catalog-pdm/enrichment/get_ceph_clusters_cluster_flags.json +24 -0
  370. package/dist/catalog-pdm/enrichment/get_ceph_clusters_cluster_fs.json +23 -0
  371. package/dist/catalog-pdm/enrichment/get_ceph_clusters_cluster_mds.json +26 -0
  372. package/dist/catalog-pdm/enrichment/get_ceph_clusters_cluster_mgr.json +24 -0
  373. package/dist/catalog-pdm/enrichment/get_ceph_clusters_cluster_mon.json +24 -0
  374. package/dist/catalog-pdm/enrichment/get_ceph_clusters_cluster_osd_tree.json +23 -0
  375. package/dist/catalog-pdm/enrichment/get_ceph_clusters_cluster_pools.json +24 -0
  376. package/dist/catalog-pdm/enrichment/get_ceph_clusters_cluster_status.json +27 -0
  377. package/dist/catalog-pdm/enrichment/get_ceph_clusters_cluster_summary.json +29 -0
  378. package/dist/catalog-pdm/enrichment/get_config.json +19 -0
  379. package/dist/catalog-pdm/enrichment/get_config_access.json +21 -0
  380. package/dist/catalog-pdm/enrichment/get_config_access_ad.json +23 -0
  381. package/dist/catalog-pdm/enrichment/get_config_access_ad_realm.json +25 -0
  382. package/dist/catalog-pdm/enrichment/get_config_access_ldap.json +24 -0
  383. package/dist/catalog-pdm/enrichment/get_config_access_ldap_realm.json +25 -0
  384. package/dist/catalog-pdm/enrichment/get_config_access_openid.json +21 -0
  385. package/dist/catalog-pdm/enrichment/get_config_access_openid_realm.json +26 -0
  386. package/dist/catalog-pdm/enrichment/get_config_access_tfa.json +25 -0
  387. package/dist/catalog-pdm/enrichment/get_config_access_tfa_webauthn.json +22 -0
  388. package/dist/catalog-pdm/enrichment/get_config_acme.json +16 -0
  389. package/dist/catalog-pdm/enrichment/get_config_acme_account.json +23 -0
  390. package/dist/catalog-pdm/enrichment/get_config_acme_account_name.json +25 -0
  391. package/dist/catalog-pdm/enrichment/get_config_acme_challenge_schema.json +21 -0
  392. package/dist/catalog-pdm/enrichment/get_config_acme_directories.json +21 -0
  393. package/dist/catalog-pdm/enrichment/get_config_acme_plugins.json +21 -0
  394. package/dist/catalog-pdm/enrichment/get_config_acme_plugins_id.json +26 -0
  395. package/dist/catalog-pdm/enrichment/get_config_acme_tos.json +23 -0
  396. package/dist/catalog-pdm/enrichment/get_config_certificate.json +23 -0
  397. package/dist/catalog-pdm/enrichment/get_config_notes.json +19 -0
  398. package/dist/catalog-pdm/enrichment/get_config_views.json +22 -0
  399. package/dist/catalog-pdm/enrichment/get_config_views_id.json +25 -0
  400. package/dist/catalog-pdm/enrichment/get_nodes.json +20 -0
  401. package/dist/catalog-pdm/enrichment/get_nodes_node.json +23 -0
  402. package/dist/catalog-pdm/enrichment/get_nodes_node_apt.json +22 -0
  403. package/dist/catalog-pdm/enrichment/get_nodes_node_apt_changelog.json +24 -0
  404. package/dist/catalog-pdm/enrichment/get_nodes_node_apt_repositories.json +25 -0
  405. package/dist/catalog-pdm/enrichment/get_nodes_node_apt_update.json +22 -0
  406. package/dist/catalog-pdm/enrichment/get_nodes_node_apt_versions.json +22 -0
  407. package/dist/catalog-pdm/enrichment/get_nodes_node_certificates.json +22 -0
  408. package/dist/catalog-pdm/enrichment/get_nodes_node_certificates_acme.json +22 -0
  409. package/dist/catalog-pdm/enrichment/get_nodes_node_certificates_info.json +23 -0
  410. package/dist/catalog-pdm/enrichment/get_nodes_node_config.json +22 -0
  411. package/dist/catalog-pdm/enrichment/get_nodes_node_dns.json +21 -0
  412. package/dist/catalog-pdm/enrichment/get_nodes_node_journal.json +26 -0
  413. package/dist/catalog-pdm/enrichment/get_nodes_node_network.json +26 -0
  414. package/dist/catalog-pdm/enrichment/get_nodes_node_network_iface.json +26 -0
  415. package/dist/catalog-pdm/enrichment/get_nodes_node_report.json +22 -0
  416. package/dist/catalog-pdm/enrichment/get_nodes_node_rrddata.json +27 -0
  417. package/dist/catalog-pdm/enrichment/get_nodes_node_sdn.json +18 -0
  418. package/dist/catalog-pdm/enrichment/get_nodes_node_sdn_vnets_vnet.json +23 -0
  419. package/dist/catalog-pdm/enrichment/get_nodes_node_sdn_vnets_vnet_mac_vrf.json +26 -0
  420. package/dist/catalog-pdm/enrichment/get_nodes_node_sdn_zones_zone.json +23 -0
  421. package/dist/catalog-pdm/enrichment/get_nodes_node_sdn_zones_zone_ip_vrf.json +26 -0
  422. package/dist/catalog-pdm/enrichment/get_nodes_node_status.json +25 -0
  423. package/dist/catalog-pdm/enrichment/get_nodes_node_subscription.json +24 -0
  424. package/dist/catalog-pdm/enrichment/get_nodes_node_syslog.json +30 -0
  425. package/dist/catalog-pdm/enrichment/get_nodes_node_tasks.json +29 -0
  426. package/dist/catalog-pdm/enrichment/get_nodes_node_tasks_upid.json +24 -0
  427. package/dist/catalog-pdm/enrichment/get_nodes_node_tasks_upid_log.json +29 -0
  428. package/dist/catalog-pdm/enrichment/get_nodes_node_tasks_upid_status.json +25 -0
  429. package/dist/catalog-pdm/enrichment/get_nodes_node_time.json +21 -0
  430. package/dist/catalog-pdm/enrichment/get_nodes_node_vncwebsocket.json +25 -0
  431. package/dist/catalog-pdm/enrichment/get_pbs.json +16 -0
  432. package/dist/catalog-pdm/enrichment/get_pbs_realms.json +24 -0
  433. package/dist/catalog-pdm/enrichment/get_pbs_remotes.json +20 -0
  434. package/dist/catalog-pdm/enrichment/get_pbs_remotes_remote.json +23 -0
  435. package/dist/catalog-pdm/enrichment/get_pbs_remotes_remote_datastore.json +24 -0
  436. package/dist/catalog-pdm/enrichment/get_pbs_remotes_remote_datastore_datastore.json +24 -0
  437. package/dist/catalog-pdm/enrichment/get_pbs_remotes_remote_datastore_datastore_namespaces.json +28 -0
  438. package/dist/catalog-pdm/enrichment/get_pbs_remotes_remote_datastore_datastore_rrddata.json +28 -0
  439. package/dist/catalog-pdm/enrichment/get_pbs_remotes_remote_datastore_datastore_snapshots.json +27 -0
  440. package/dist/catalog-pdm/enrichment/get_pbs_remotes_remote_nodes_node.json +25 -0
  441. package/dist/catalog-pdm/enrichment/get_pbs_remotes_remote_nodes_node_apt.json +20 -0
  442. package/dist/catalog-pdm/enrichment/get_pbs_remotes_remote_nodes_node_apt_changelog.json +27 -0
  443. package/dist/catalog-pdm/enrichment/get_pbs_remotes_remote_nodes_node_apt_repositories.json +24 -0
  444. package/dist/catalog-pdm/enrichment/get_pbs_remotes_remote_nodes_node_apt_update.json +23 -0
  445. package/dist/catalog-pdm/enrichment/get_pbs_remotes_remote_nodes_node_subscription.json +23 -0
  446. package/dist/catalog-pdm/enrichment/get_pbs_remotes_remote_nodes_node_vncwebsocket.json +26 -0
  447. package/dist/catalog-pdm/enrichment/get_pbs_remotes_remote_rrddata.json +27 -0
  448. package/dist/catalog-pdm/enrichment/get_pbs_remotes_remote_status.json +25 -0
  449. package/dist/catalog-pdm/enrichment/get_pbs_remotes_remote_tasks.json +24 -0
  450. package/dist/catalog-pdm/enrichment/get_pbs_remotes_remote_tasks_upid.json +24 -0
  451. package/dist/catalog-pdm/enrichment/get_pbs_remotes_remote_tasks_upid_log.json +29 -0
  452. package/dist/catalog-pdm/enrichment/get_pbs_remotes_remote_tasks_upid_status.json +27 -0
  453. package/dist/catalog-pdm/enrichment/get_ping.json +19 -0
  454. package/dist/catalog-pdm/enrichment/get_pve.json +20 -0
  455. package/dist/catalog-pdm/enrichment/get_pve_firewall.json +17 -0
  456. package/dist/catalog-pdm/enrichment/get_pve_firewall_status.json +22 -0
  457. package/dist/catalog-pdm/enrichment/get_pve_realms.json +25 -0
  458. package/dist/catalog-pdm/enrichment/get_pve_remotes.json +21 -0
  459. package/dist/catalog-pdm/enrichment/get_pve_remotes_remote.json +21 -0
  460. package/dist/catalog-pdm/enrichment/get_pve_remotes_remote_cluster_nextid.json +22 -0
  461. package/dist/catalog-pdm/enrichment/get_pve_remotes_remote_cluster_status.json +25 -0
  462. package/dist/catalog-pdm/enrichment/get_pve_remotes_remote_firewall.json +22 -0
  463. package/dist/catalog-pdm/enrichment/get_pve_remotes_remote_firewall_options.json +25 -0
  464. package/dist/catalog-pdm/enrichment/get_pve_remotes_remote_firewall_rules.json +24 -0
  465. package/dist/catalog-pdm/enrichment/get_pve_remotes_remote_firewall_status.json +25 -0
  466. package/dist/catalog-pdm/enrichment/get_pve_remotes_remote_lxc.json +26 -0
  467. package/dist/catalog-pdm/enrichment/get_pve_remotes_remote_lxc_vmid.json +24 -0
  468. package/dist/catalog-pdm/enrichment/get_pve_remotes_remote_lxc_vmid_config.json +27 -0
  469. package/dist/catalog-pdm/enrichment/get_pve_remotes_remote_lxc_vmid_firewall.json +27 -0
  470. package/dist/catalog-pdm/enrichment/get_pve_remotes_remote_lxc_vmid_firewall_options.json +28 -0
  471. package/dist/catalog-pdm/enrichment/get_pve_remotes_remote_lxc_vmid_firewall_rules.json +29 -0
  472. package/dist/catalog-pdm/enrichment/get_pve_remotes_remote_lxc_vmid_pending.json +25 -0
  473. package/dist/catalog-pdm/enrichment/get_pve_remotes_remote_lxc_vmid_rrddata.json +29 -0
  474. package/dist/catalog-pdm/enrichment/get_pve_remotes_remote_lxc_vmid_snapshot.json +27 -0
  475. package/dist/catalog-pdm/enrichment/get_pve_remotes_remote_lxc_vmid_status.json +28 -0
  476. package/dist/catalog-pdm/enrichment/get_pve_remotes_remote_nodes.json +23 -0
  477. package/dist/catalog-pdm/enrichment/get_pve_remotes_remote_nodes_node.json +23 -0
  478. package/dist/catalog-pdm/enrichment/get_pve_remotes_remote_nodes_node_apt.json +24 -0
  479. package/dist/catalog-pdm/enrichment/get_pve_remotes_remote_nodes_node_apt_changelog.json +26 -0
  480. package/dist/catalog-pdm/enrichment/get_pve_remotes_remote_nodes_node_apt_repositories.json +23 -0
  481. package/dist/catalog-pdm/enrichment/get_pve_remotes_remote_nodes_node_apt_update.json +23 -0
  482. package/dist/catalog-pdm/enrichment/get_pve_remotes_remote_nodes_node_config.json +24 -0
  483. package/dist/catalog-pdm/enrichment/get_pve_remotes_remote_nodes_node_firewall.json +25 -0
  484. package/dist/catalog-pdm/enrichment/get_pve_remotes_remote_nodes_node_firewall_options.json +26 -0
  485. package/dist/catalog-pdm/enrichment/get_pve_remotes_remote_nodes_node_firewall_rules.json +25 -0
  486. package/dist/catalog-pdm/enrichment/get_pve_remotes_remote_nodes_node_firewall_status.json +26 -0
  487. package/dist/catalog-pdm/enrichment/get_pve_remotes_remote_nodes_node_network.json +26 -0
  488. package/dist/catalog-pdm/enrichment/get_pve_remotes_remote_nodes_node_rrddata.json +29 -0
  489. package/dist/catalog-pdm/enrichment/get_pve_remotes_remote_nodes_node_sdn.json +20 -0
  490. package/dist/catalog-pdm/enrichment/get_pve_remotes_remote_nodes_node_sdn_vnets_vnet.json +24 -0
  491. package/dist/catalog-pdm/enrichment/get_pve_remotes_remote_nodes_node_sdn_vnets_vnet_mac_vrf.json +26 -0
  492. package/dist/catalog-pdm/enrichment/get_pve_remotes_remote_nodes_node_sdn_zones_zone.json +24 -0
  493. package/dist/catalog-pdm/enrichment/get_pve_remotes_remote_nodes_node_sdn_zones_zone_ip_vrf.json +25 -0
  494. package/dist/catalog-pdm/enrichment/get_pve_remotes_remote_nodes_node_status.json +25 -0
  495. package/dist/catalog-pdm/enrichment/get_pve_remotes_remote_nodes_node_storage.json +30 -0
  496. package/dist/catalog-pdm/enrichment/get_pve_remotes_remote_nodes_node_storage_storage.json +25 -0
  497. package/dist/catalog-pdm/enrichment/get_pve_remotes_remote_nodes_node_storage_storage_rrddata.json +29 -0
  498. package/dist/catalog-pdm/enrichment/get_pve_remotes_remote_nodes_node_storage_storage_status.json +26 -0
  499. package/dist/catalog-pdm/enrichment/get_pve_remotes_remote_nodes_node_subscription.json +25 -0
  500. package/dist/catalog-pdm/enrichment/get_pve_remotes_remote_nodes_node_vncwebsocket.json +26 -0
  501. package/dist/catalog-pdm/enrichment/get_pve_remotes_remote_options.json +23 -0
  502. package/dist/catalog-pdm/enrichment/get_pve_remotes_remote_qemu.json +24 -0
  503. package/dist/catalog-pdm/enrichment/get_pve_remotes_remote_qemu_vmid.json +23 -0
  504. package/dist/catalog-pdm/enrichment/get_pve_remotes_remote_qemu_vmid_config.json +27 -0
  505. package/dist/catalog-pdm/enrichment/get_pve_remotes_remote_qemu_vmid_firewall.json +26 -0
  506. package/dist/catalog-pdm/enrichment/get_pve_remotes_remote_qemu_vmid_firewall_options.json +29 -0
  507. package/dist/catalog-pdm/enrichment/get_pve_remotes_remote_qemu_vmid_firewall_rules.json +28 -0
  508. package/dist/catalog-pdm/enrichment/get_pve_remotes_remote_qemu_vmid_migrate.json +30 -0
  509. package/dist/catalog-pdm/enrichment/get_pve_remotes_remote_qemu_vmid_pending.json +24 -0
  510. package/dist/catalog-pdm/enrichment/get_pve_remotes_remote_qemu_vmid_rrddata.json +28 -0
  511. package/dist/catalog-pdm/enrichment/get_pve_remotes_remote_qemu_vmid_snapshot.json +29 -0
  512. package/dist/catalog-pdm/enrichment/get_pve_remotes_remote_qemu_vmid_status.json +28 -0
  513. package/dist/catalog-pdm/enrichment/get_pve_remotes_remote_resources.json +28 -0
  514. package/dist/catalog-pdm/enrichment/get_pve_remotes_remote_tasks.json +25 -0
  515. package/dist/catalog-pdm/enrichment/get_pve_remotes_remote_tasks_upid.json +24 -0
  516. package/dist/catalog-pdm/enrichment/get_pve_remotes_remote_tasks_upid_log.json +27 -0
  517. package/dist/catalog-pdm/enrichment/get_pve_remotes_remote_tasks_upid_status.json +26 -0
  518. package/dist/catalog-pdm/enrichment/get_pve_remotes_remote_updates.json +23 -0
  519. package/dist/catalog-pdm/enrichment/get_remotes.json +19 -0
  520. package/dist/catalog-pdm/enrichment/get_remotes_metric_collection_status.json +20 -0
  521. package/dist/catalog-pdm/enrichment/get_remotes_remote.json +22 -0
  522. package/dist/catalog-pdm/enrichment/get_remotes_remote_id.json +21 -0
  523. package/dist/catalog-pdm/enrichment/get_remotes_remote_id_config.json +25 -0
  524. package/dist/catalog-pdm/enrichment/get_remotes_remote_id_rrddata.json +26 -0
  525. package/dist/catalog-pdm/enrichment/get_remotes_remote_id_version.json +23 -0
  526. package/dist/catalog-pdm/enrichment/get_remotes_tasks.json +20 -0
  527. package/dist/catalog-pdm/enrichment/get_remotes_tasks_list.json +27 -0
  528. package/dist/catalog-pdm/enrichment/get_remotes_tasks_statistics.json +28 -0
  529. package/dist/catalog-pdm/enrichment/get_remotes_updates.json +20 -0
  530. package/dist/catalog-pdm/enrichment/get_remotes_updates_summary.json +17 -0
  531. package/dist/catalog-pdm/enrichment/get_resources.json +16 -0
  532. package/dist/catalog-pdm/enrichment/get_resources_list.json +24 -0
  533. package/dist/catalog-pdm/enrichment/get_resources_location_info.json +24 -0
  534. package/dist/catalog-pdm/enrichment/get_resources_status.json +26 -0
  535. package/dist/catalog-pdm/enrichment/get_resources_subscription.json +24 -0
  536. package/dist/catalog-pdm/enrichment/get_resources_top_entities.json +26 -0
  537. package/dist/catalog-pdm/enrichment/get_sdn.json +21 -0
  538. package/dist/catalog-pdm/enrichment/get_sdn_controllers.json +26 -0
  539. package/dist/catalog-pdm/enrichment/get_sdn_vnets.json +26 -0
  540. package/dist/catalog-pdm/enrichment/get_sdn_zones.json +28 -0
  541. package/dist/catalog-pdm/enrichment/get_subscriptions.json +17 -0
  542. package/dist/catalog-pdm/enrichment/get_subscriptions_keys.json +23 -0
  543. package/dist/catalog-pdm/enrichment/get_subscriptions_keys_key.json +25 -0
  544. package/dist/catalog-pdm/enrichment/get_subscriptions_node_status.json +24 -0
  545. package/dist/catalog-pdm/enrichment/get_version.json +16 -0
  546. package/dist/catalog-pdm/enrichment/post_access_domains_realm_sync.json +29 -0
  547. package/dist/catalog-pdm/enrichment/post_access_openid_auth_url.json +23 -0
  548. package/dist/catalog-pdm/enrichment/post_access_openid_login.json +26 -0
  549. package/dist/catalog-pdm/enrichment/post_access_tfa_userid.json +30 -0
  550. package/dist/catalog-pdm/enrichment/post_access_ticket.json +26 -0
  551. package/dist/catalog-pdm/enrichment/post_access_users.json +32 -0
  552. package/dist/catalog-pdm/enrichment/post_access_users_userid_token_token_name.json +32 -0
  553. package/dist/catalog-pdm/enrichment/post_auto_install_answer.json +49 -0
  554. package/dist/catalog-pdm/enrichment/post_auto_install_installations_uuid_post_hook.json +41 -0
  555. package/dist/catalog-pdm/enrichment/post_auto_install_prepared.json +53 -0
  556. package/dist/catalog-pdm/enrichment/post_auto_install_tokens.json +26 -0
  557. package/dist/catalog-pdm/enrichment/post_config_access_ad.json +39 -0
  558. package/dist/catalog-pdm/enrichment/post_config_access_ldap.json +43 -0
  559. package/dist/catalog-pdm/enrichment/post_config_access_openid.json +33 -0
  560. package/dist/catalog-pdm/enrichment/post_config_acme_account.json +29 -0
  561. package/dist/catalog-pdm/enrichment/post_config_acme_plugins.json +29 -0
  562. package/dist/catalog-pdm/enrichment/post_config_views.json +27 -0
  563. package/dist/catalog-pdm/enrichment/post_nodes_node_apt_repositories.json +28 -0
  564. package/dist/catalog-pdm/enrichment/post_nodes_node_apt_update.json +26 -0
  565. package/dist/catalog-pdm/enrichment/post_nodes_node_certificates_acme_certificate.json +27 -0
  566. package/dist/catalog-pdm/enrichment/post_nodes_node_certificates_custom.json +27 -0
  567. package/dist/catalog-pdm/enrichment/post_nodes_node_network.json +36 -0
  568. package/dist/catalog-pdm/enrichment/post_nodes_node_status.json +24 -0
  569. package/dist/catalog-pdm/enrichment/post_nodes_node_subscription.json +21 -0
  570. package/dist/catalog-pdm/enrichment/post_nodes_node_termproxy.json +25 -0
  571. package/dist/catalog-pdm/enrichment/post_pbs_probe_tls.json +23 -0
  572. package/dist/catalog-pdm/enrichment/post_pbs_remotes_remote_nodes_node_apt_update.json +26 -0
  573. package/dist/catalog-pdm/enrichment/post_pbs_remotes_remote_nodes_node_termproxy.json +24 -0
  574. package/dist/catalog-pdm/enrichment/post_pbs_scan.json +27 -0
  575. package/dist/catalog-pdm/enrichment/post_pve_probe_tls.json +23 -0
  576. package/dist/catalog-pdm/enrichment/post_pve_remotes_remote_lxc_vmid_migrate.json +31 -0
  577. package/dist/catalog-pdm/enrichment/post_pve_remotes_remote_lxc_vmid_remote_migrate.json +34 -0
  578. package/dist/catalog-pdm/enrichment/post_pve_remotes_remote_lxc_vmid_shutdown.json +28 -0
  579. package/dist/catalog-pdm/enrichment/post_pve_remotes_remote_lxc_vmid_snapshot.json +29 -0
  580. package/dist/catalog-pdm/enrichment/post_pve_remotes_remote_lxc_vmid_snapshot_snapname_rollback.json +31 -0
  581. package/dist/catalog-pdm/enrichment/post_pve_remotes_remote_lxc_vmid_start.json +24 -0
  582. package/dist/catalog-pdm/enrichment/post_pve_remotes_remote_lxc_vmid_stop.json +27 -0
  583. package/dist/catalog-pdm/enrichment/post_pve_remotes_remote_nodes_node_apt_update.json +24 -0
  584. package/dist/catalog-pdm/enrichment/post_pve_remotes_remote_nodes_node_termproxy.json +23 -0
  585. package/dist/catalog-pdm/enrichment/post_pve_remotes_remote_qemu_vmid_migrate.json +35 -0
  586. package/dist/catalog-pdm/enrichment/post_pve_remotes_remote_qemu_vmid_remote_migrate.json +35 -0
  587. package/dist/catalog-pdm/enrichment/post_pve_remotes_remote_qemu_vmid_resume.json +26 -0
  588. package/dist/catalog-pdm/enrichment/post_pve_remotes_remote_qemu_vmid_shutdown.json +29 -0
  589. package/dist/catalog-pdm/enrichment/post_pve_remotes_remote_qemu_vmid_snapshot.json +30 -0
  590. package/dist/catalog-pdm/enrichment/post_pve_remotes_remote_qemu_vmid_snapshot_snapname_rollback.json +30 -0
  591. package/dist/catalog-pdm/enrichment/post_pve_remotes_remote_qemu_vmid_start.json +27 -0
  592. package/dist/catalog-pdm/enrichment/post_pve_remotes_remote_qemu_vmid_stop.json +26 -0
  593. package/dist/catalog-pdm/enrichment/post_pve_scan.json +26 -0
  594. package/dist/catalog-pdm/enrichment/post_remotes_metric_collection_trigger.json +23 -0
  595. package/dist/catalog-pdm/enrichment/post_remotes_remote.json +33 -0
  596. package/dist/catalog-pdm/enrichment/post_remotes_remote_id_probe_certificate.json +25 -0
  597. package/dist/catalog-pdm/enrichment/post_remotes_tasks_refresh.json +22 -0
  598. package/dist/catalog-pdm/enrichment/post_remotes_updates_refresh.json +20 -0
  599. package/dist/catalog-pdm/enrichment/post_sdn_vnets.json +29 -0
  600. package/dist/catalog-pdm/enrichment/post_sdn_zones.json +30 -0
  601. package/dist/catalog-pdm/enrichment/post_subscriptions_adopt_all.json +25 -0
  602. package/dist/catalog-pdm/enrichment/post_subscriptions_adopt_key.json +25 -0
  603. package/dist/catalog-pdm/enrichment/post_subscriptions_apply_pending.json +26 -0
  604. package/dist/catalog-pdm/enrichment/post_subscriptions_auto_assign.json +23 -0
  605. package/dist/catalog-pdm/enrichment/post_subscriptions_bulk_assign.json +44 -0
  606. package/dist/catalog-pdm/enrichment/post_subscriptions_check.json +24 -0
  607. package/dist/catalog-pdm/enrichment/post_subscriptions_clear_pending.json +24 -0
  608. package/dist/catalog-pdm/enrichment/post_subscriptions_keys.json +26 -0
  609. package/dist/catalog-pdm/enrichment/post_subscriptions_keys_key_assignment.json +30 -0
  610. package/dist/catalog-pdm/enrichment/post_subscriptions_queue_clear.json +25 -0
  611. package/dist/catalog-pdm/enrichment/post_subscriptions_revert_pending_clear.json +24 -0
  612. package/dist/catalog-pdm/enrichment/put_access_acl.json +26 -0
  613. package/dist/catalog-pdm/enrichment/put_access_tfa_userid_id.json +28 -0
  614. package/dist/catalog-pdm/enrichment/put_access_users_userid.json +29 -0
  615. package/dist/catalog-pdm/enrichment/put_access_users_userid_token_token_name.json +29 -0
  616. package/dist/catalog-pdm/enrichment/put_auto_install_prepared_id.json +44 -0
  617. package/dist/catalog-pdm/enrichment/put_auto_install_tokens_id.json +29 -0
  618. package/dist/catalog-pdm/enrichment/put_config_access_ad_realm.json +39 -0
  619. package/dist/catalog-pdm/enrichment/put_config_access_ldap_realm.json +41 -0
  620. package/dist/catalog-pdm/enrichment/put_config_access_openid_realm.json +33 -0
  621. package/dist/catalog-pdm/enrichment/put_config_access_tfa_webauthn.json +25 -0
  622. package/dist/catalog-pdm/enrichment/put_config_acme_account_name.json +27 -0
  623. package/dist/catalog-pdm/enrichment/put_config_acme_plugins_id.json +31 -0
  624. package/dist/catalog-pdm/enrichment/put_config_certificate.json +30 -0
  625. package/dist/catalog-pdm/enrichment/put_config_notes.json +23 -0
  626. package/dist/catalog-pdm/enrichment/put_config_views_id.json +30 -0
  627. package/dist/catalog-pdm/enrichment/put_nodes_node_apt_repositories.json +27 -0
  628. package/dist/catalog-pdm/enrichment/put_nodes_node_certificates_acme_certificate.json +27 -0
  629. package/dist/catalog-pdm/enrichment/put_nodes_node_config.json +25 -0
  630. package/dist/catalog-pdm/enrichment/put_nodes_node_dns.json +26 -0
  631. package/dist/catalog-pdm/enrichment/put_nodes_node_network.json +27 -0
  632. package/dist/catalog-pdm/enrichment/put_nodes_node_network_iface.json +36 -0
  633. package/dist/catalog-pdm/enrichment/put_nodes_node_time.json +23 -0
  634. package/dist/catalog-pdm/enrichment/put_pve_remotes_remote_firewall_options.json +34 -0
  635. package/dist/catalog-pdm/enrichment/put_pve_remotes_remote_lxc_vmid_firewall_options.json +37 -0
  636. package/dist/catalog-pdm/enrichment/put_pve_remotes_remote_lxc_vmid_snapshot_snapname_config.json +29 -0
  637. package/dist/catalog-pdm/enrichment/put_pve_remotes_remote_nodes_node_firewall_options.json +36 -0
  638. package/dist/catalog-pdm/enrichment/put_pve_remotes_remote_qemu_vmid_firewall_options.json +35 -0
  639. package/dist/catalog-pdm/enrichment/put_pve_remotes_remote_qemu_vmid_snapshot_snapname_config.json +29 -0
  640. package/dist/catalog-pdm/enrichment/put_remotes_remote_id.json +28 -0
  641. package/dist/catalog-pdm/index.json +3526 -0
  642. package/dist/catalog-pve/endpoints/delete_access_domains_realm.json +40 -0
  643. package/dist/catalog-pve/endpoints/delete_access_groups_groupid.json +38 -0
  644. package/dist/catalog-pve/endpoints/delete_access_roles_roleid.json +38 -0
  645. package/dist/catalog-pve/endpoints/delete_access_tfa_userid_id.json +63 -0
  646. package/dist/catalog-pve/endpoints/delete_access_users_userid.json +46 -0
  647. package/dist/catalog-pve/endpoints/delete_access_users_userid_token_tokenid.json +53 -0
  648. package/dist/catalog-pve/endpoints/delete_cluster_acme_account_name.json +32 -0
  649. package/dist/catalog-pve/endpoints/delete_cluster_acme_plugins_id.json +39 -0
  650. package/dist/catalog-pve/endpoints/delete_cluster_backup_id.json +39 -0
  651. package/dist/catalog-pve/endpoints/delete_cluster_config_nodes_node.json +31 -0
  652. package/dist/catalog-pve/endpoints/delete_cluster_firewall_aliases_name.json +49 -0
  653. package/dist/catalog-pve/endpoints/delete_cluster_firewall_groups_group.json +40 -0
  654. package/dist/catalog-pve/endpoints/delete_cluster_firewall_groups_group_pos.json +57 -0
  655. package/dist/catalog-pve/endpoints/delete_cluster_firewall_ipset_name.json +48 -0
  656. package/dist/catalog-pve/endpoints/delete_cluster_firewall_ipset_name_cidr.json +57 -0
  657. package/dist/catalog-pve/endpoints/delete_cluster_firewall_rules_pos.json +48 -0
  658. package/dist/catalog-pve/endpoints/delete_cluster_ha_groups_group.json +39 -0
  659. package/dist/catalog-pve/endpoints/delete_cluster_ha_resources_sid.json +48 -0
  660. package/dist/catalog-pve/endpoints/delete_cluster_ha_rules_rule.json +39 -0
  661. package/dist/catalog-pve/endpoints/delete_cluster_jobs_realm_sync_id.json +38 -0
  662. package/dist/catalog-pve/endpoints/delete_cluster_mapping_dir_id.json +38 -0
  663. package/dist/catalog-pve/endpoints/delete_cluster_mapping_pci_id.json +38 -0
  664. package/dist/catalog-pve/endpoints/delete_cluster_mapping_usb_id.json +38 -0
  665. package/dist/catalog-pve/endpoints/delete_cluster_metrics_server_id.json +38 -0
  666. package/dist/catalog-pve/endpoints/delete_cluster_notifications_endpoints_gotify_name.json +38 -0
  667. package/dist/catalog-pve/endpoints/delete_cluster_notifications_endpoints_sendmail_name.json +38 -0
  668. package/dist/catalog-pve/endpoints/delete_cluster_notifications_endpoints_smtp_name.json +38 -0
  669. package/dist/catalog-pve/endpoints/delete_cluster_notifications_endpoints_webhook_name.json +38 -0
  670. package/dist/catalog-pve/endpoints/delete_cluster_notifications_matchers_name.json +38 -0
  671. package/dist/catalog-pve/endpoints/delete_cluster_qemu_custom_cpu_models_cputype.json +38 -0
  672. package/dist/catalog-pve/endpoints/delete_cluster_replication_id.json +51 -0
  673. package/dist/catalog-pve/endpoints/delete_cluster_sdn_controllers_controller.json +48 -0
  674. package/dist/catalog-pve/endpoints/delete_cluster_sdn_dns_dns.json +47 -0
  675. package/dist/catalog-pve/endpoints/delete_cluster_sdn_fabrics_fabric_id.json +41 -0
  676. package/dist/catalog-pve/endpoints/delete_cluster_sdn_fabrics_node_fabric_id_node_id.json +59 -0
  677. package/dist/catalog-pve/endpoints/delete_cluster_sdn_ipams_ipam.json +47 -0
  678. package/dist/catalog-pve/endpoints/delete_cluster_sdn_lock.json +46 -0
  679. package/dist/catalog-pve/endpoints/delete_cluster_sdn_prefix_lists_id.json +47 -0
  680. package/dist/catalog-pve/endpoints/delete_cluster_sdn_prefix_lists_id_entries_url_seq.json +53 -0
  681. package/dist/catalog-pve/endpoints/delete_cluster_sdn_route_maps_entries_route_map_id_entry_order.json +56 -0
  682. package/dist/catalog-pve/endpoints/delete_cluster_sdn_vnets_vnet.json +43 -0
  683. package/dist/catalog-pve/endpoints/delete_cluster_sdn_vnets_vnet_firewall_rules_pos.json +52 -0
  684. package/dist/catalog-pve/endpoints/delete_cluster_sdn_vnets_vnet_ips.json +66 -0
  685. package/dist/catalog-pve/endpoints/delete_cluster_sdn_vnets_vnet_subnets_subnet.json +51 -0
  686. package/dist/catalog-pve/endpoints/delete_cluster_sdn_zones_zone.json +48 -0
  687. package/dist/catalog-pve/endpoints/delete_nodes_node_ceph_fs_name.json +63 -0
  688. package/dist/catalog-pve/endpoints/delete_nodes_node_ceph_mds_name.json +46 -0
  689. package/dist/catalog-pve/endpoints/delete_nodes_node_ceph_mgr_id.json +46 -0
  690. package/dist/catalog-pve/endpoints/delete_nodes_node_ceph_mon_monid.json +46 -0
  691. package/dist/catalog-pve/endpoints/delete_nodes_node_ceph_osd_osdid.json +47 -0
  692. package/dist/catalog-pve/endpoints/delete_nodes_node_ceph_pool_name.json +71 -0
  693. package/dist/catalog-pve/endpoints/delete_nodes_node_certificates_acme_certificate.json +39 -0
  694. package/dist/catalog-pve/endpoints/delete_nodes_node_certificates_custom.json +48 -0
  695. package/dist/catalog-pve/endpoints/delete_nodes_node_disks_directory_name.json +65 -0
  696. package/dist/catalog-pve/endpoints/delete_nodes_node_disks_lvm_name.json +65 -0
  697. package/dist/catalog-pve/endpoints/delete_nodes_node_disks_lvmthin_name.json +73 -0
  698. package/dist/catalog-pve/endpoints/delete_nodes_node_disks_zfs_name.json +65 -0
  699. package/dist/catalog-pve/endpoints/delete_nodes_node_firewall_rules_pos.json +56 -0
  700. package/dist/catalog-pve/endpoints/delete_nodes_node_lxc_vmid.json +73 -0
  701. package/dist/catalog-pve/endpoints/delete_nodes_node_lxc_vmid_firewall_aliases_name.json +67 -0
  702. package/dist/catalog-pve/endpoints/delete_nodes_node_lxc_vmid_firewall_ipset_name.json +66 -0
  703. package/dist/catalog-pve/endpoints/delete_nodes_node_lxc_vmid_firewall_ipset_name_cidr.json +75 -0
  704. package/dist/catalog-pve/endpoints/delete_nodes_node_lxc_vmid_firewall_rules_pos.json +66 -0
  705. package/dist/catalog-pve/endpoints/delete_nodes_node_lxc_vmid_snapshot_snapname.json +67 -0
  706. package/dist/catalog-pve/endpoints/delete_nodes_node_network.json +39 -0
  707. package/dist/catalog-pve/endpoints/delete_nodes_node_network_iface.json +49 -0
  708. package/dist/catalog-pve/endpoints/delete_nodes_node_qemu_vmid.json +72 -0
  709. package/dist/catalog-pve/endpoints/delete_nodes_node_qemu_vmid_firewall_aliases_name.json +67 -0
  710. package/dist/catalog-pve/endpoints/delete_nodes_node_qemu_vmid_firewall_ipset_name.json +66 -0
  711. package/dist/catalog-pve/endpoints/delete_nodes_node_qemu_vmid_firewall_ipset_name_cidr.json +75 -0
  712. package/dist/catalog-pve/endpoints/delete_nodes_node_qemu_vmid_firewall_rules_pos.json +66 -0
  713. package/dist/catalog-pve/endpoints/delete_nodes_node_qemu_vmid_snapshot_snapname.json +67 -0
  714. package/dist/catalog-pve/endpoints/delete_nodes_node_storage_storage_content_volume.json +60 -0
  715. package/dist/catalog-pve/endpoints/delete_nodes_node_storage_storage_prunebackups.json +71 -0
  716. package/dist/catalog-pve/endpoints/delete_nodes_node_subscription.json +39 -0
  717. package/dist/catalog-pve/endpoints/delete_nodes_node_tasks_upid.json +40 -0
  718. package/dist/catalog-pve/endpoints/delete_pools.json +39 -0
  719. package/dist/catalog-pve/endpoints/delete_pools_poolid.json +39 -0
  720. package/dist/catalog-pve/endpoints/delete_storage_storage.json +39 -0
  721. package/dist/catalog-pve/endpoints/get_access.json +38 -0
  722. package/dist/catalog-pve/endpoints/get_access_acl.json +55 -0
  723. package/dist/catalog-pve/endpoints/get_access_domains.json +56 -0
  724. package/dist/catalog-pve/endpoints/get_access_domains_realm.json +41 -0
  725. package/dist/catalog-pve/endpoints/get_access_groups.json +50 -0
  726. package/dist/catalog-pve/endpoints/get_access_groups_groupid.json +57 -0
  727. package/dist/catalog-pve/endpoints/get_access_openid.json +38 -0
  728. package/dist/catalog-pve/endpoints/get_access_permissions.json +41 -0
  729. package/dist/catalog-pve/endpoints/get_access_roles.json +49 -0
  730. package/dist/catalog-pve/endpoints/get_access_roles_roleid.json +223 -0
  731. package/dist/catalog-pve/endpoints/get_access_tfa.json +89 -0
  732. package/dist/catalog-pve/endpoints/get_access_tfa_userid.json +89 -0
  733. package/dist/catalog-pve/endpoints/get_access_tfa_userid_id.json +86 -0
  734. package/dist/catalog-pve/endpoints/get_access_ticket.json +24 -0
  735. package/dist/catalog-pve/endpoints/get_access_users.json +149 -0
  736. package/dist/catalog-pve/endpoints/get_access_users_userid.json +116 -0
  737. package/dist/catalog-pve/endpoints/get_access_users_userid_tfa.json +93 -0
  738. package/dist/catalog-pve/endpoints/get_access_users_userid_token.json +79 -0
  739. package/dist/catalog-pve/endpoints/get_access_users_userid_token_tokenid.json +72 -0
  740. package/dist/catalog-pve/endpoints/get_cluster.json +34 -0
  741. package/dist/catalog-pve/endpoints/get_cluster_acme.json +34 -0
  742. package/dist/catalog-pve/endpoints/get_cluster_acme_account.json +34 -0
  743. package/dist/catalog-pve/endpoints/get_cluster_acme_account_name.json +54 -0
  744. package/dist/catalog-pve/endpoints/get_cluster_acme_challenge_schema.json +43 -0
  745. package/dist/catalog-pve/endpoints/get_cluster_acme_directories.json +38 -0
  746. package/dist/catalog-pve/endpoints/get_cluster_acme_meta.json +65 -0
  747. package/dist/catalog-pve/endpoints/get_cluster_acme_plugins.json +262 -0
  748. package/dist/catalog-pve/endpoints/get_cluster_acme_plugins_id.json +251 -0
  749. package/dist/catalog-pve/endpoints/get_cluster_acme_tos.json +35 -0
  750. package/dist/catalog-pve/endpoints/get_cluster_backup.json +372 -0
  751. package/dist/catalog-pve/endpoints/get_cluster_backup_id.json +372 -0
  752. package/dist/catalog-pve/endpoints/get_cluster_backup_id_included_volumes.json +94 -0
  753. package/dist/catalog-pve/endpoints/get_cluster_backup_info.json +38 -0
  754. package/dist/catalog-pve/endpoints/get_cluster_backup_info_not_backed_up.json +53 -0
  755. package/dist/catalog-pve/endpoints/get_cluster_bulk_action.json +33 -0
  756. package/dist/catalog-pve/endpoints/get_cluster_bulk_action_guest.json +34 -0
  757. package/dist/catalog-pve/endpoints/get_cluster_ceph.json +34 -0
  758. package/dist/catalog-pve/endpoints/get_cluster_ceph_flags.json +67 -0
  759. package/dist/catalog-pve/endpoints/get_cluster_ceph_flags_flag.json +50 -0
  760. package/dist/catalog-pve/endpoints/get_cluster_ceph_metadata.json +284 -0
  761. package/dist/catalog-pve/endpoints/get_cluster_ceph_status.json +33 -0
  762. package/dist/catalog-pve/endpoints/get_cluster_config.json +40 -0
  763. package/dist/catalog-pve/endpoints/get_cluster_config_apiversion.json +32 -0
  764. package/dist/catalog-pve/endpoints/get_cluster_config_join.json +109 -0
  765. package/dist/catalog-pve/endpoints/get_cluster_config_nodes.json +44 -0
  766. package/dist/catalog-pve/endpoints/get_cluster_config_qdevice.json +30 -0
  767. package/dist/catalog-pve/endpoints/get_cluster_config_totem.json +30 -0
  768. package/dist/catalog-pve/endpoints/get_cluster_firewall.json +34 -0
  769. package/dist/catalog-pve/endpoints/get_cluster_firewall_aliases.json +57 -0
  770. package/dist/catalog-pve/endpoints/get_cluster_firewall_aliases_name.json +40 -0
  771. package/dist/catalog-pve/endpoints/get_cluster_firewall_groups.json +52 -0
  772. package/dist/catalog-pve/endpoints/get_cluster_firewall_groups_group.json +134 -0
  773. package/dist/catalog-pve/endpoints/get_cluster_firewall_groups_group_pos.json +133 -0
  774. package/dist/catalog-pve/endpoints/get_cluster_firewall_ipset.json +58 -0
  775. package/dist/catalog-pve/endpoints/get_cluster_firewall_ipset_name.json +68 -0
  776. package/dist/catalog-pve/endpoints/get_cluster_firewall_ipset_name_cidr.json +48 -0
  777. package/dist/catalog-pve/endpoints/get_cluster_firewall_macros.json +37 -0
  778. package/dist/catalog-pve/endpoints/get_cluster_firewall_options.json +102 -0
  779. package/dist/catalog-pve/endpoints/get_cluster_firewall_refs.json +66 -0
  780. package/dist/catalog-pve/endpoints/get_cluster_firewall_rules.json +124 -0
  781. package/dist/catalog-pve/endpoints/get_cluster_firewall_rules_pos.json +124 -0
  782. package/dist/catalog-pve/endpoints/get_cluster_ha.json +44 -0
  783. package/dist/catalog-pve/endpoints/get_cluster_ha_groups.json +44 -0
  784. package/dist/catalog-pve/endpoints/get_cluster_ha_groups_group.json +37 -0
  785. package/dist/catalog-pve/endpoints/get_cluster_ha_resources.json +55 -0
  786. package/dist/catalog-pve/endpoints/get_cluster_ha_resources_sid.json +100 -0
  787. package/dist/catalog-pve/endpoints/get_cluster_ha_rules.json +62 -0
  788. package/dist/catalog-pve/endpoints/get_cluster_ha_rules_rule.json +54 -0
  789. package/dist/catalog-pve/endpoints/get_cluster_ha_status.json +34 -0
  790. package/dist/catalog-pve/endpoints/get_cluster_ha_status_current.json +129 -0
  791. package/dist/catalog-pve/endpoints/get_cluster_ha_status_manager_status.json +30 -0
  792. package/dist/catalog-pve/endpoints/get_cluster_jobs.json +40 -0
  793. package/dist/catalog-pve/endpoints/get_cluster_jobs_realm_sync.json +92 -0
  794. package/dist/catalog-pve/endpoints/get_cluster_jobs_realm_sync_id.json +38 -0
  795. package/dist/catalog-pve/endpoints/get_cluster_jobs_schedule_analyze.json +65 -0
  796. package/dist/catalog-pve/endpoints/get_cluster_log.json +38 -0
  797. package/dist/catalog-pve/endpoints/get_cluster_mapping.json +33 -0
  798. package/dist/catalog-pve/endpoints/get_cluster_mapping_dir.json +83 -0
  799. package/dist/catalog-pve/endpoints/get_cluster_mapping_dir_id.json +55 -0
  800. package/dist/catalog-pve/endpoints/get_cluster_mapping_pci.json +83 -0
  801. package/dist/catalog-pve/endpoints/get_cluster_mapping_pci_id.json +55 -0
  802. package/dist/catalog-pve/endpoints/get_cluster_mapping_usb.json +77 -0
  803. package/dist/catalog-pve/endpoints/get_cluster_mapping_usb_id.json +55 -0
  804. package/dist/catalog-pve/endpoints/get_cluster_metrics.json +34 -0
  805. package/dist/catalog-pve/endpoints/get_cluster_metrics_export.json +100 -0
  806. package/dist/catalog-pve/endpoints/get_cluster_metrics_server.json +61 -0
  807. package/dist/catalog-pve/endpoints/get_cluster_metrics_server_id.json +38 -0
  808. package/dist/catalog-pve/endpoints/get_cluster_nextid.json +36 -0
  809. package/dist/catalog-pve/endpoints/get_cluster_notifications.json +34 -0
  810. package/dist/catalog-pve/endpoints/get_cluster_notifications_endpoints.json +34 -0
  811. package/dist/catalog-pve/endpoints/get_cluster_notifications_endpoints_gotify.json +70 -0
  812. package/dist/catalog-pve/endpoints/get_cluster_notifications_endpoints_gotify_name.json +77 -0
  813. package/dist/catalog-pve/endpoints/get_cluster_notifications_endpoints_sendmail.json +104 -0
  814. package/dist/catalog-pve/endpoints/get_cluster_notifications_endpoints_sendmail_name.json +100 -0
  815. package/dist/catalog-pve/endpoints/get_cluster_notifications_endpoints_smtp.json +128 -0
  816. package/dist/catalog-pve/endpoints/get_cluster_notifications_endpoints_smtp_name.json +124 -0
  817. package/dist/catalog-pve/endpoints/get_cluster_notifications_endpoints_webhook.json +100 -0
  818. package/dist/catalog-pve/endpoints/get_cluster_notifications_endpoints_webhook_name.json +107 -0
  819. package/dist/catalog-pve/endpoints/get_cluster_notifications_matcher_field_values.json +58 -0
  820. package/dist/catalog-pve/endpoints/get_cluster_notifications_matcher_fields.json +55 -0
  821. package/dist/catalog-pve/endpoints/get_cluster_notifications_matchers.json +131 -0
  822. package/dist/catalog-pve/endpoints/get_cluster_notifications_matchers_name.json +120 -0
  823. package/dist/catalog-pve/endpoints/get_cluster_notifications_targets.json +93 -0
  824. package/dist/catalog-pve/endpoints/get_cluster_options.json +31 -0
  825. package/dist/catalog-pve/endpoints/get_cluster_qemu.json +34 -0
  826. package/dist/catalog-pve/endpoints/get_cluster_qemu_cpu_flags.json +90 -0
  827. package/dist/catalog-pve/endpoints/get_cluster_qemu_custom_cpu_models.json +210 -0
  828. package/dist/catalog-pve/endpoints/get_cluster_qemu_custom_cpu_models_cputype.json +231 -0
  829. package/dist/catalog-pve/endpoints/get_cluster_replication.json +103 -0
  830. package/dist/catalog-pve/endpoints/get_cluster_replication_id.json +109 -0
  831. package/dist/catalog-pve/endpoints/get_cluster_resources.json +259 -0
  832. package/dist/catalog-pve/endpoints/get_cluster_sdn.json +44 -0
  833. package/dist/catalog-pve/endpoints/get_cluster_sdn_controllers.json +251 -0
  834. package/dist/catalog-pve/endpoints/get_cluster_sdn_controllers_controller.json +244 -0
  835. package/dist/catalog-pve/endpoints/get_cluster_sdn_dns.json +52 -0
  836. package/dist/catalog-pve/endpoints/get_cluster_sdn_dns_dns.json +39 -0
  837. package/dist/catalog-pve/endpoints/get_cluster_sdn_dry_run.json +51 -0
  838. package/dist/catalog-pve/endpoints/get_cluster_sdn_fabrics.json +44 -0
  839. package/dist/catalog-pve/endpoints/get_cluster_sdn_fabrics_all.json +456 -0
  840. package/dist/catalog-pve/endpoints/get_cluster_sdn_fabrics_fabric.json +207 -0
  841. package/dist/catalog-pve/endpoints/get_cluster_sdn_fabrics_fabric_id.json +202 -0
  842. package/dist/catalog-pve/endpoints/get_cluster_sdn_fabrics_node.json +293 -0
  843. package/dist/catalog-pve/endpoints/get_cluster_sdn_fabrics_node_fabric_id.json +310 -0
  844. package/dist/catalog-pve/endpoints/get_cluster_sdn_fabrics_node_fabric_id_node_id.json +308 -0
  845. package/dist/catalog-pve/endpoints/get_cluster_sdn_ipams.json +54 -0
  846. package/dist/catalog-pve/endpoints/get_cluster_sdn_ipams_ipam.json +39 -0
  847. package/dist/catalog-pve/endpoints/get_cluster_sdn_ipams_ipam_status.json +34 -0
  848. package/dist/catalog-pve/endpoints/get_cluster_sdn_prefix_lists.json +57 -0
  849. package/dist/catalog-pve/endpoints/get_cluster_sdn_prefix_lists_id.json +39 -0
  850. package/dist/catalog-pve/endpoints/get_cluster_sdn_prefix_lists_id_entries.json +49 -0
  851. package/dist/catalog-pve/endpoints/get_cluster_sdn_prefix_lists_id_entries_url_seq.json +45 -0
  852. package/dist/catalog-pve/endpoints/get_cluster_sdn_route_maps.json +49 -0
  853. package/dist/catalog-pve/endpoints/get_cluster_sdn_route_maps_entries.json +167 -0
  854. package/dist/catalog-pve/endpoints/get_cluster_sdn_route_maps_entries_route_map_id.json +184 -0
  855. package/dist/catalog-pve/endpoints/get_cluster_sdn_route_maps_entries_route_map_id_entry_order.json +169 -0
  856. package/dist/catalog-pve/endpoints/get_cluster_sdn_vnets.json +144 -0
  857. package/dist/catalog-pve/endpoints/get_cluster_sdn_vnets_vnet.json +144 -0
  858. package/dist/catalog-pve/endpoints/get_cluster_sdn_vnets_vnet_firewall.json +42 -0
  859. package/dist/catalog-pve/endpoints/get_cluster_sdn_vnets_vnet_firewall_options.json +68 -0
  860. package/dist/catalog-pve/endpoints/get_cluster_sdn_vnets_vnet_firewall_rules.json +129 -0
  861. package/dist/catalog-pve/endpoints/get_cluster_sdn_vnets_vnet_firewall_rules_pos.json +128 -0
  862. package/dist/catalog-pve/endpoints/get_cluster_sdn_vnets_vnet_subnets.json +60 -0
  863. package/dist/catalog-pve/endpoints/get_cluster_sdn_vnets_vnet_subnets_subnet.json +58 -0
  864. package/dist/catalog-pve/endpoints/get_cluster_sdn_zones.json +383 -0
  865. package/dist/catalog-pve/endpoints/get_cluster_sdn_zones_zone.json +374 -0
  866. package/dist/catalog-pve/endpoints/get_cluster_status.json +89 -0
  867. package/dist/catalog-pve/endpoints/get_cluster_tasks.json +32 -0
  868. package/dist/catalog-pve/endpoints/get_nodes.json +88 -0
  869. package/dist/catalog-pve/endpoints/get_nodes_node.json +43 -0
  870. package/dist/catalog-pve/endpoints/get_nodes_node_aplinfo.json +37 -0
  871. package/dist/catalog-pve/endpoints/get_nodes_node_apt.json +47 -0
  872. package/dist/catalog-pve/endpoints/get_nodes_node_apt_changelog.json +54 -0
  873. package/dist/catalog-pve/endpoints/get_nodes_node_apt_repositories.json +221 -0
  874. package/dist/catalog-pve/endpoints/get_nodes_node_apt_update.json +95 -0
  875. package/dist/catalog-pve/endpoints/get_nodes_node_apt_versions.json +117 -0
  876. package/dist/catalog-pve/endpoints/get_nodes_node_capabilities.json +43 -0
  877. package/dist/catalog-pve/endpoints/get_nodes_node_capabilities_qemu.json +43 -0
  878. package/dist/catalog-pve/endpoints/get_nodes_node_capabilities_qemu_cpu.json +73 -0
  879. package/dist/catalog-pve/endpoints/get_nodes_node_capabilities_qemu_cpu_flags.json +79 -0
  880. package/dist/catalog-pve/endpoints/get_nodes_node_capabilities_qemu_machines.json +71 -0
  881. package/dist/catalog-pve/endpoints/get_nodes_node_capabilities_qemu_migration.json +46 -0
  882. package/dist/catalog-pve/endpoints/get_nodes_node_ceph.json +52 -0
  883. package/dist/catalog-pve/endpoints/get_nodes_node_ceph_cfg.json +43 -0
  884. package/dist/catalog-pve/endpoints/get_nodes_node_ceph_cfg_db.json +77 -0
  885. package/dist/catalog-pve/endpoints/get_nodes_node_ceph_cfg_raw.json +42 -0
  886. package/dist/catalog-pve/endpoints/get_nodes_node_ceph_cfg_value.json +50 -0
  887. package/dist/catalog-pve/endpoints/get_nodes_node_ceph_cmd_safety.json +80 -0
  888. package/dist/catalog-pve/endpoints/get_nodes_node_ceph_crush.json +42 -0
  889. package/dist/catalog-pve/endpoints/get_nodes_node_ceph_fs.json +89 -0
  890. package/dist/catalog-pve/endpoints/get_nodes_node_ceph_log.json +69 -0
  891. package/dist/catalog-pve/endpoints/get_nodes_node_ceph_mds.json +106 -0
  892. package/dist/catalog-pve/endpoints/get_nodes_node_ceph_mgr.json +91 -0
  893. package/dist/catalog-pve/endpoints/get_nodes_node_ceph_mon.json +102 -0
  894. package/dist/catalog-pve/endpoints/get_nodes_node_ceph_osd.json +55 -0
  895. package/dist/catalog-pve/endpoints/get_nodes_node_ceph_osd_osdid.json +50 -0
  896. package/dist/catalog-pve/endpoints/get_nodes_node_ceph_osd_osdid_lv_info.json +87 -0
  897. package/dist/catalog-pve/endpoints/get_nodes_node_ceph_osd_osdid_metadata.json +143 -0
  898. package/dist/catalog-pve/endpoints/get_nodes_node_ceph_pool.json +154 -0
  899. package/dist/catalog-pve/endpoints/get_nodes_node_ceph_pool_name.json +59 -0
  900. package/dist/catalog-pve/endpoints/get_nodes_node_ceph_pool_name_status.json +220 -0
  901. package/dist/catalog-pve/endpoints/get_nodes_node_ceph_rules.json +57 -0
  902. package/dist/catalog-pve/endpoints/get_nodes_node_ceph_status.json +42 -0
  903. package/dist/catalog-pve/endpoints/get_nodes_node_certificates.json +43 -0
  904. package/dist/catalog-pve/endpoints/get_nodes_node_certificates_acme.json +43 -0
  905. package/dist/catalog-pve/endpoints/get_nodes_node_certificates_info.json +95 -0
  906. package/dist/catalog-pve/endpoints/get_nodes_node_config.json +198 -0
  907. package/dist/catalog-pve/endpoints/get_nodes_node_disks.json +43 -0
  908. package/dist/catalog-pve/endpoints/get_nodes_node_disks_directory.json +64 -0
  909. package/dist/catalog-pve/endpoints/get_nodes_node_disks_list.json +132 -0
  910. package/dist/catalog-pve/endpoints/get_nodes_node_disks_lvm.json +92 -0
  911. package/dist/catalog-pve/endpoints/get_nodes_node_disks_lvmthin.json +68 -0
  912. package/dist/catalog-pve/endpoints/get_nodes_node_disks_smart.json +71 -0
  913. package/dist/catalog-pve/endpoints/get_nodes_node_disks_zfs.json +78 -0
  914. package/dist/catalog-pve/endpoints/get_nodes_node_disks_zfs_name.json +110 -0
  915. package/dist/catalog-pve/endpoints/get_nodes_node_dns.json +62 -0
  916. package/dist/catalog-pve/endpoints/get_nodes_node_firewall.json +43 -0
  917. package/dist/catalog-pve/endpoints/get_nodes_node_firewall_log.json +83 -0
  918. package/dist/catalog-pve/endpoints/get_nodes_node_firewall_options.json +209 -0
  919. package/dist/catalog-pve/endpoints/get_nodes_node_firewall_rules.json +133 -0
  920. package/dist/catalog-pve/endpoints/get_nodes_node_firewall_rules_pos.json +132 -0
  921. package/dist/catalog-pve/endpoints/get_nodes_node_hardware.json +47 -0
  922. package/dist/catalog-pve/endpoints/get_nodes_node_hardware_pci.json +122 -0
  923. package/dist/catalog-pve/endpoints/get_nodes_node_hardware_pci_pci_id_or_mapping.json +53 -0
  924. package/dist/catalog-pve/endpoints/get_nodes_node_hardware_pci_pci_id_or_mapping_mdev.json +71 -0
  925. package/dist/catalog-pve/endpoints/get_nodes_node_hardware_usb.json +84 -0
  926. package/dist/catalog-pve/endpoints/get_nodes_node_hosts.json +51 -0
  927. package/dist/catalog-pve/endpoints/get_nodes_node_journal.json +81 -0
  928. package/dist/catalog-pve/endpoints/get_nodes_node_lxc.json +177 -0
  929. package/dist/catalog-pve/endpoints/get_nodes_node_lxc_vmid.json +57 -0
  930. package/dist/catalog-pve/endpoints/get_nodes_node_lxc_vmid_config.json +642 -0
  931. package/dist/catalog-pve/endpoints/get_nodes_node_lxc_vmid_feature.json +75 -0
  932. package/dist/catalog-pve/endpoints/get_nodes_node_lxc_vmid_firewall.json +53 -0
  933. package/dist/catalog-pve/endpoints/get_nodes_node_lxc_vmid_firewall_aliases.json +76 -0
  934. package/dist/catalog-pve/endpoints/get_nodes_node_lxc_vmid_firewall_aliases_name.json +58 -0
  935. package/dist/catalog-pve/endpoints/get_nodes_node_lxc_vmid_firewall_ipset.json +77 -0
  936. package/dist/catalog-pve/endpoints/get_nodes_node_lxc_vmid_firewall_ipset_name.json +86 -0
  937. package/dist/catalog-pve/endpoints/get_nodes_node_lxc_vmid_firewall_ipset_name_cidr.json +66 -0
  938. package/dist/catalog-pve/endpoints/get_nodes_node_lxc_vmid_firewall_log.json +93 -0
  939. package/dist/catalog-pve/endpoints/get_nodes_node_lxc_vmid_firewall_options.json +137 -0
  940. package/dist/catalog-pve/endpoints/get_nodes_node_lxc_vmid_firewall_refs.json +85 -0
  941. package/dist/catalog-pve/endpoints/get_nodes_node_lxc_vmid_firewall_rules.json +143 -0
  942. package/dist/catalog-pve/endpoints/get_nodes_node_lxc_vmid_firewall_rules_pos.json +142 -0
  943. package/dist/catalog-pve/endpoints/get_nodes_node_lxc_vmid_interfaces.json +104 -0
  944. package/dist/catalog-pve/endpoints/get_nodes_node_lxc_vmid_migrate.json +112 -0
  945. package/dist/catalog-pve/endpoints/get_nodes_node_lxc_vmid_mtunnelwebsocket.json +69 -0
  946. package/dist/catalog-pve/endpoints/get_nodes_node_lxc_vmid_pending.json +75 -0
  947. package/dist/catalog-pve/endpoints/get_nodes_node_lxc_vmid_rrd.json +86 -0
  948. package/dist/catalog-pve/endpoints/get_nodes_node_lxc_vmid_rrddata.json +77 -0
  949. package/dist/catalog-pve/endpoints/get_nodes_node_lxc_vmid_snapshot.json +79 -0
  950. package/dist/catalog-pve/endpoints/get_nodes_node_lxc_vmid_snapshot_snapname.json +62 -0
  951. package/dist/catalog-pve/endpoints/get_nodes_node_lxc_vmid_snapshot_snapname_config.json +62 -0
  952. package/dist/catalog-pve/endpoints/get_nodes_node_lxc_vmid_status.json +57 -0
  953. package/dist/catalog-pve/endpoints/get_nodes_node_lxc_vmid_status_current.json +187 -0
  954. package/dist/catalog-pve/endpoints/get_nodes_node_lxc_vmid_vncwebsocket.json +73 -0
  955. package/dist/catalog-pve/endpoints/get_nodes_node_netstat.json +43 -0
  956. package/dist/catalog-pve/endpoints/get_nodes_node_network.json +401 -0
  957. package/dist/catalog-pve/endpoints/get_nodes_node_network_iface.json +57 -0
  958. package/dist/catalog-pve/endpoints/get_nodes_node_qemu.json +208 -0
  959. package/dist/catalog-pve/endpoints/get_nodes_node_qemu_vmid.json +57 -0
  960. package/dist/catalog-pve/endpoints/get_nodes_node_qemu_vmid_agent.json +54 -0
  961. package/dist/catalog-pve/endpoints/get_nodes_node_qemu_vmid_agent_exec_status.json +93 -0
  962. package/dist/catalog-pve/endpoints/get_nodes_node_qemu_vmid_agent_file_read.json +99 -0
  963. package/dist/catalog-pve/endpoints/get_nodes_node_qemu_vmid_agent_get_fsinfo.json +53 -0
  964. package/dist/catalog-pve/endpoints/get_nodes_node_qemu_vmid_agent_get_host_name.json +53 -0
  965. package/dist/catalog-pve/endpoints/get_nodes_node_qemu_vmid_agent_get_memory_block_info.json +53 -0
  966. package/dist/catalog-pve/endpoints/get_nodes_node_qemu_vmid_agent_get_memory_blocks.json +53 -0
  967. package/dist/catalog-pve/endpoints/get_nodes_node_qemu_vmid_agent_get_osinfo.json +53 -0
  968. package/dist/catalog-pve/endpoints/get_nodes_node_qemu_vmid_agent_get_time.json +53 -0
  969. package/dist/catalog-pve/endpoints/get_nodes_node_qemu_vmid_agent_get_timezone.json +53 -0
  970. package/dist/catalog-pve/endpoints/get_nodes_node_qemu_vmid_agent_get_users.json +53 -0
  971. package/dist/catalog-pve/endpoints/get_nodes_node_qemu_vmid_agent_get_vcpus.json +53 -0
  972. package/dist/catalog-pve/endpoints/get_nodes_node_qemu_vmid_agent_info.json +53 -0
  973. package/dist/catalog-pve/endpoints/get_nodes_node_qemu_vmid_agent_network_get_interfaces.json +53 -0
  974. package/dist/catalog-pve/endpoints/get_nodes_node_qemu_vmid_cloudinit.json +75 -0
  975. package/dist/catalog-pve/endpoints/get_nodes_node_qemu_vmid_cloudinit_dump.json +61 -0
  976. package/dist/catalog-pve/endpoints/get_nodes_node_qemu_vmid_config.json +2443 -0
  977. package/dist/catalog-pve/endpoints/get_nodes_node_qemu_vmid_feature.json +81 -0
  978. package/dist/catalog-pve/endpoints/get_nodes_node_qemu_vmid_firewall.json +53 -0
  979. package/dist/catalog-pve/endpoints/get_nodes_node_qemu_vmid_firewall_aliases.json +76 -0
  980. package/dist/catalog-pve/endpoints/get_nodes_node_qemu_vmid_firewall_aliases_name.json +58 -0
  981. package/dist/catalog-pve/endpoints/get_nodes_node_qemu_vmid_firewall_ipset.json +77 -0
  982. package/dist/catalog-pve/endpoints/get_nodes_node_qemu_vmid_firewall_ipset_name.json +86 -0
  983. package/dist/catalog-pve/endpoints/get_nodes_node_qemu_vmid_firewall_ipset_name_cidr.json +66 -0
  984. package/dist/catalog-pve/endpoints/get_nodes_node_qemu_vmid_firewall_log.json +93 -0
  985. package/dist/catalog-pve/endpoints/get_nodes_node_qemu_vmid_firewall_options.json +137 -0
  986. package/dist/catalog-pve/endpoints/get_nodes_node_qemu_vmid_firewall_refs.json +85 -0
  987. package/dist/catalog-pve/endpoints/get_nodes_node_qemu_vmid_firewall_rules.json +143 -0
  988. package/dist/catalog-pve/endpoints/get_nodes_node_qemu_vmid_firewall_rules_pos.json +142 -0
  989. package/dist/catalog-pve/endpoints/get_nodes_node_qemu_vmid_migrate.json +170 -0
  990. package/dist/catalog-pve/endpoints/get_nodes_node_qemu_vmid_mtunnelwebsocket.json +69 -0
  991. package/dist/catalog-pve/endpoints/get_nodes_node_qemu_vmid_pending.json +75 -0
  992. package/dist/catalog-pve/endpoints/get_nodes_node_qemu_vmid_rrd.json +86 -0
  993. package/dist/catalog-pve/endpoints/get_nodes_node_qemu_vmid_rrddata.json +77 -0
  994. package/dist/catalog-pve/endpoints/get_nodes_node_qemu_vmid_snapshot.json +84 -0
  995. package/dist/catalog-pve/endpoints/get_nodes_node_qemu_vmid_snapshot_snapname.json +62 -0
  996. package/dist/catalog-pve/endpoints/get_nodes_node_qemu_vmid_snapshot_snapname_config.json +62 -0
  997. package/dist/catalog-pve/endpoints/get_nodes_node_qemu_vmid_status.json +57 -0
  998. package/dist/catalog-pve/endpoints/get_nodes_node_qemu_vmid_status_current.json +228 -0
  999. package/dist/catalog-pve/endpoints/get_nodes_node_qemu_vmid_vncwebsocket.json +73 -0
  1000. package/dist/catalog-pve/endpoints/get_nodes_node_query_oci_repo_tags.json +50 -0
  1001. package/dist/catalog-pve/endpoints/get_nodes_node_query_url_metadata.json +81 -0
  1002. package/dist/catalog-pve/endpoints/get_nodes_node_replication.json +59 -0
  1003. package/dist/catalog-pve/endpoints/get_nodes_node_replication_id.json +51 -0
  1004. package/dist/catalog-pve/endpoints/get_nodes_node_replication_id_log.json +70 -0
  1005. package/dist/catalog-pve/endpoints/get_nodes_node_replication_id_status.json +42 -0
  1006. package/dist/catalog-pve/endpoints/get_nodes_node_report.json +39 -0
  1007. package/dist/catalog-pve/endpoints/get_nodes_node_rrd.json +77 -0
  1008. package/dist/catalog-pve/endpoints/get_nodes_node_rrddata.json +68 -0
  1009. package/dist/catalog-pve/endpoints/get_nodes_node_scan.json +47 -0
  1010. package/dist/catalog-pve/endpoints/get_nodes_node_scan_cifs.json +82 -0
  1011. package/dist/catalog-pve/endpoints/get_nodes_node_scan_iscsi.json +61 -0
  1012. package/dist/catalog-pve/endpoints/get_nodes_node_scan_lvm.json +48 -0
  1013. package/dist/catalog-pve/endpoints/get_nodes_node_scan_lvmthin.json +56 -0
  1014. package/dist/catalog-pve/endpoints/get_nodes_node_scan_nfs.json +61 -0
  1015. package/dist/catalog-pve/endpoints/get_nodes_node_scan_pbs.json +93 -0
  1016. package/dist/catalog-pve/endpoints/get_nodes_node_scan_zfs.json +48 -0
  1017. package/dist/catalog-pve/endpoints/get_nodes_node_sdn.json +43 -0
  1018. package/dist/catalog-pve/endpoints/get_nodes_node_sdn_fabrics_fabric.json +63 -0
  1019. package/dist/catalog-pve/endpoints/get_nodes_node_sdn_fabrics_fabric_interfaces.json +66 -0
  1020. package/dist/catalog-pve/endpoints/get_nodes_node_sdn_fabrics_fabric_neighbors.json +66 -0
  1021. package/dist/catalog-pve/endpoints/get_nodes_node_sdn_fabrics_fabric_routes.json +66 -0
  1022. package/dist/catalog-pve/endpoints/get_nodes_node_sdn_vnets_vnet.json +57 -0
  1023. package/dist/catalog-pve/endpoints/get_nodes_node_sdn_vnets_vnet_mac_vrf.json +64 -0
  1024. package/dist/catalog-pve/endpoints/get_nodes_node_sdn_zones.json +61 -0
  1025. package/dist/catalog-pve/endpoints/get_nodes_node_sdn_zones_zone.json +62 -0
  1026. package/dist/catalog-pve/endpoints/get_nodes_node_sdn_zones_zone_bridges.json +98 -0
  1027. package/dist/catalog-pve/endpoints/get_nodes_node_sdn_zones_zone_content.json +73 -0
  1028. package/dist/catalog-pve/endpoints/get_nodes_node_sdn_zones_zone_ip_vrf.json +73 -0
  1029. package/dist/catalog-pve/endpoints/get_nodes_node_services.json +131 -0
  1030. package/dist/catalog-pve/endpoints/get_nodes_node_services_service.json +84 -0
  1031. package/dist/catalog-pve/endpoints/get_nodes_node_services_service_state.json +153 -0
  1032. package/dist/catalog-pve/endpoints/get_nodes_node_status.json +162 -0
  1033. package/dist/catalog-pve/endpoints/get_nodes_node_storage.json +175 -0
  1034. package/dist/catalog-pve/endpoints/get_nodes_node_storage_storage.json +64 -0
  1035. package/dist/catalog-pve/endpoints/get_nodes_node_storage_storage_content.json +152 -0
  1036. package/dist/catalog-pve/endpoints/get_nodes_node_storage_storage_content_volume.json +79 -0
  1037. package/dist/catalog-pve/endpoints/get_nodes_node_storage_storage_file_restore_download.json +65 -0
  1038. package/dist/catalog-pve/endpoints/get_nodes_node_storage_storage_file_restore_list.json +88 -0
  1039. package/dist/catalog-pve/endpoints/get_nodes_node_storage_storage_identity.json +76 -0
  1040. package/dist/catalog-pve/endpoints/get_nodes_node_storage_storage_import_metadata.json +119 -0
  1041. package/dist/catalog-pve/endpoints/get_nodes_node_storage_storage_prunebackups.json +111 -0
  1042. package/dist/catalog-pve/endpoints/get_nodes_node_storage_storage_rrd.json +87 -0
  1043. package/dist/catalog-pve/endpoints/get_nodes_node_storage_storage_rrddata.json +78 -0
  1044. package/dist/catalog-pve/endpoints/get_nodes_node_storage_storage_status.json +94 -0
  1045. package/dist/catalog-pve/endpoints/get_nodes_node_subscription.json +103 -0
  1046. package/dist/catalog-pve/endpoints/get_nodes_node_syslog.json +89 -0
  1047. package/dist/catalog-pve/endpoints/get_nodes_node_tasks.json +173 -0
  1048. package/dist/catalog-pve/endpoints/get_nodes_node_tasks_upid.json +49 -0
  1049. package/dist/catalog-pve/endpoints/get_nodes_node_tasks_upid_log.json +80 -0
  1050. package/dist/catalog-pve/endpoints/get_nodes_node_tasks_upid_status.json +78 -0
  1051. package/dist/catalog-pve/endpoints/get_nodes_node_time.json +58 -0
  1052. package/dist/catalog-pve/endpoints/get_nodes_node_version.json +47 -0
  1053. package/dist/catalog-pve/endpoints/get_nodes_node_vncwebsocket.json +63 -0
  1054. package/dist/catalog-pve/endpoints/get_nodes_node_vzdump_defaults.json +263 -0
  1055. package/dist/catalog-pve/endpoints/get_nodes_node_vzdump_extractconfig.json +42 -0
  1056. package/dist/catalog-pve/endpoints/get_pools.json +94 -0
  1057. package/dist/catalog-pve/endpoints/get_pools_poolid.json +88 -0
  1058. package/dist/catalog-pve/endpoints/get_storage.json +62 -0
  1059. package/dist/catalog-pve/endpoints/get_storage_storage.json +39 -0
  1060. package/dist/catalog-pve/endpoints/get_version.json +50 -0
  1061. package/dist/catalog-pve/endpoints/post_access_domains.json +386 -0
  1062. package/dist/catalog-pve/endpoints/post_access_domains_realm_sync.json +103 -0
  1063. package/dist/catalog-pve/endpoints/post_access_groups.json +44 -0
  1064. package/dist/catalog-pve/endpoints/post_access_openid_auth_url.json +43 -0
  1065. package/dist/catalog-pve/endpoints/post_access_openid_login.json +66 -0
  1066. package/dist/catalog-pve/endpoints/post_access_roles.json +45 -0
  1067. package/dist/catalog-pve/endpoints/post_access_tfa_userid.json +118 -0
  1068. package/dist/catalog-pve/endpoints/post_access_ticket.json +106 -0
  1069. package/dist/catalog-pve/endpoints/post_access_users.json +117 -0
  1070. package/dist/catalog-pve/endpoints/post_access_users_userid_token_tokenid.json +111 -0
  1071. package/dist/catalog-pve/endpoints/post_access_vncticket.json +65 -0
  1072. package/dist/catalog-pve/endpoints/post_cluster_acme_account.json +69 -0
  1073. package/dist/catalog-pve/endpoints/post_cluster_acme_plugins.json +249 -0
  1074. package/dist/catalog-pve/endpoints/post_cluster_backup.json +358 -0
  1075. package/dist/catalog-pve/endpoints/post_cluster_bulk_action_guest_migrate.json +76 -0
  1076. package/dist/catalog-pve/endpoints/post_cluster_bulk_action_guest_shutdown.json +70 -0
  1077. package/dist/catalog-pve/endpoints/post_cluster_bulk_action_guest_start.json +61 -0
  1078. package/dist/catalog-pve/endpoints/post_cluster_bulk_action_guest_suspend.json +70 -0
  1079. package/dist/catalog-pve/endpoints/post_cluster_config.json +81 -0
  1080. package/dist/catalog-pve/endpoints/post_cluster_config_join.json +92 -0
  1081. package/dist/catalog-pve/endpoints/post_cluster_config_nodes_node.json +108 -0
  1082. package/dist/catalog-pve/endpoints/post_cluster_firewall_aliases.json +54 -0
  1083. package/dist/catalog-pve/endpoints/post_cluster_firewall_groups.json +63 -0
  1084. package/dist/catalog-pve/endpoints/post_cluster_firewall_groups_group.json +178 -0
  1085. package/dist/catalog-pve/endpoints/post_cluster_firewall_ipset.json +63 -0
  1086. package/dist/catalog-pve/endpoints/post_cluster_firewall_ipset_name.json +61 -0
  1087. package/dist/catalog-pve/endpoints/post_cluster_firewall_rules.json +168 -0
  1088. package/dist/catalog-pve/endpoints/post_cluster_ha_groups.json +80 -0
  1089. package/dist/catalog-pve/endpoints/post_cluster_ha_resources.json +113 -0
  1090. package/dist/catalog-pve/endpoints/post_cluster_ha_resources_sid_migrate.json +88 -0
  1091. package/dist/catalog-pve/endpoints/post_cluster_ha_resources_sid_relocate.json +92 -0
  1092. package/dist/catalog-pve/endpoints/post_cluster_ha_rules.json +98 -0
  1093. package/dist/catalog-pve/endpoints/post_cluster_ha_status_arm_ha.json +30 -0
  1094. package/dist/catalog-pve/endpoints/post_cluster_ha_status_disarm_ha.json +41 -0
  1095. package/dist/catalog-pve/endpoints/post_cluster_jobs_realm_sync_id.json +114 -0
  1096. package/dist/catalog-pve/endpoints/post_cluster_mapping_dir.json +54 -0
  1097. package/dist/catalog-pve/endpoints/post_cluster_mapping_pci.json +70 -0
  1098. package/dist/catalog-pve/endpoints/post_cluster_mapping_usb.json +54 -0
  1099. package/dist/catalog-pve/endpoints/post_cluster_metrics_server_id.json +242 -0
  1100. package/dist/catalog-pve/endpoints/post_cluster_notifications_endpoints_gotify.json +89 -0
  1101. package/dist/catalog-pve/endpoints/post_cluster_notifications_endpoints_sendmail.json +103 -0
  1102. package/dist/catalog-pve/endpoints/post_cluster_notifications_endpoints_smtp.json +143 -0
  1103. package/dist/catalog-pve/endpoints/post_cluster_notifications_endpoints_webhook.json +114 -0
  1104. package/dist/catalog-pve/endpoints/post_cluster_notifications_matchers.json +100 -0
  1105. package/dist/catalog-pve/endpoints/post_cluster_notifications_targets_name_test.json +56 -0
  1106. package/dist/catalog-pve/endpoints/post_cluster_qemu_custom_cpu_models.json +208 -0
  1107. package/dist/catalog-pve/endpoints/post_cluster_replication.json +102 -0
  1108. package/dist/catalog-pve/endpoints/post_cluster_sdn_controllers.json +191 -0
  1109. package/dist/catalog-pve/endpoints/post_cluster_sdn_dns.json +93 -0
  1110. package/dist/catalog-pve/endpoints/post_cluster_sdn_fabrics_fabric.json +132 -0
  1111. package/dist/catalog-pve/endpoints/post_cluster_sdn_fabrics_node_fabric_id.json +146 -0
  1112. package/dist/catalog-pve/endpoints/post_cluster_sdn_ipams.json +83 -0
  1113. package/dist/catalog-pve/endpoints/post_cluster_sdn_lock.json +39 -0
  1114. package/dist/catalog-pve/endpoints/post_cluster_sdn_prefix_lists.json +60 -0
  1115. package/dist/catalog-pve/endpoints/post_cluster_sdn_prefix_lists_id_entries.json +87 -0
  1116. package/dist/catalog-pve/endpoints/post_cluster_sdn_rollback.json +46 -0
  1117. package/dist/catalog-pve/endpoints/post_cluster_sdn_route_maps_entries.json +116 -0
  1118. package/dist/catalog-pve/endpoints/post_cluster_sdn_vnets.json +94 -0
  1119. package/dist/catalog-pve/endpoints/post_cluster_sdn_vnets_vnet_firewall_rules.json +173 -0
  1120. package/dist/catalog-pve/endpoints/post_cluster_sdn_vnets_vnet_ips.json +66 -0
  1121. package/dist/catalog-pve/endpoints/post_cluster_sdn_vnets_vnet_subnets.json +95 -0
  1122. package/dist/catalog-pve/endpoints/post_cluster_sdn_zones.json +257 -0
  1123. package/dist/catalog-pve/endpoints/post_nodes_node_aplinfo.json +56 -0
  1124. package/dist/catalog-pve/endpoints/post_nodes_node_apt_repositories.json +69 -0
  1125. package/dist/catalog-pve/endpoints/post_nodes_node_apt_update.json +56 -0
  1126. package/dist/catalog-pve/endpoints/post_nodes_node_ceph_fs_name.json +66 -0
  1127. package/dist/catalog-pve/endpoints/post_nodes_node_ceph_init.json +96 -0
  1128. package/dist/catalog-pve/endpoints/post_nodes_node_ceph_mds_name.json +57 -0
  1129. package/dist/catalog-pve/endpoints/post_nodes_node_ceph_mgr_id.json +48 -0
  1130. package/dist/catalog-pve/endpoints/post_nodes_node_ceph_mon_monid.json +57 -0
  1131. package/dist/catalog-pve/endpoints/post_nodes_node_ceph_osd.json +92 -0
  1132. package/dist/catalog-pve/endpoints/post_nodes_node_ceph_osd_osdid_in.json +46 -0
  1133. package/dist/catalog-pve/endpoints/post_nodes_node_ceph_osd_osdid_out.json +46 -0
  1134. package/dist/catalog-pve/endpoints/post_nodes_node_ceph_osd_osdid_scrub.json +55 -0
  1135. package/dist/catalog-pve/endpoints/post_nodes_node_ceph_pool.json +176 -0
  1136. package/dist/catalog-pve/endpoints/post_nodes_node_ceph_restart.json +48 -0
  1137. package/dist/catalog-pve/endpoints/post_nodes_node_ceph_start.json +48 -0
  1138. package/dist/catalog-pve/endpoints/post_nodes_node_ceph_stop.json +48 -0
  1139. package/dist/catalog-pve/endpoints/post_nodes_node_certificates_acme_certificate.json +48 -0
  1140. package/dist/catalog-pve/endpoints/post_nodes_node_certificates_custom.json +131 -0
  1141. package/dist/catalog-pve/endpoints/post_nodes_node_disks_directory.json +75 -0
  1142. package/dist/catalog-pve/endpoints/post_nodes_node_disks_initgpt.json +55 -0
  1143. package/dist/catalog-pve/endpoints/post_nodes_node_disks_lvm.json +64 -0
  1144. package/dist/catalog-pve/endpoints/post_nodes_node_disks_lvmthin.json +64 -0
  1145. package/dist/catalog-pve/endpoints/post_nodes_node_disks_zfs.json +126 -0
  1146. package/dist/catalog-pve/endpoints/post_nodes_node_execute.json +44 -0
  1147. package/dist/catalog-pve/endpoints/post_nodes_node_firewall_rules.json +177 -0
  1148. package/dist/catalog-pve/endpoints/post_nodes_node_hosts.json +55 -0
  1149. package/dist/catalog-pve/endpoints/post_nodes_node_lxc.json +752 -0
  1150. package/dist/catalog-pve/endpoints/post_nodes_node_lxc_vmid_clone.json +147 -0
  1151. package/dist/catalog-pve/endpoints/post_nodes_node_lxc_vmid_firewall_aliases.json +73 -0
  1152. package/dist/catalog-pve/endpoints/post_nodes_node_lxc_vmid_firewall_ipset.json +82 -0
  1153. package/dist/catalog-pve/endpoints/post_nodes_node_lxc_vmid_firewall_ipset_name.json +79 -0
  1154. package/dist/catalog-pve/endpoints/post_nodes_node_lxc_vmid_firewall_rules.json +187 -0
  1155. package/dist/catalog-pve/endpoints/post_nodes_node_lxc_vmid_migrate.json +98 -0
  1156. package/dist/catalog-pve/endpoints/post_nodes_node_lxc_vmid_move_volume.json +1144 -0
  1157. package/dist/catalog-pve/endpoints/post_nodes_node_lxc_vmid_mtunnel.json +88 -0
  1158. package/dist/catalog-pve/endpoints/post_nodes_node_lxc_vmid_remote_migrate.json +124 -0
  1159. package/dist/catalog-pve/endpoints/post_nodes_node_lxc_vmid_snapshot.json +67 -0
  1160. package/dist/catalog-pve/endpoints/post_nodes_node_lxc_vmid_snapshot_snapname_rollback.json +71 -0
  1161. package/dist/catalog-pve/endpoints/post_nodes_node_lxc_vmid_spiceproxy.json +76 -0
  1162. package/dist/catalog-pve/endpoints/post_nodes_node_lxc_vmid_status_reboot.json +58 -0
  1163. package/dist/catalog-pve/endpoints/post_nodes_node_lxc_vmid_status_resume.json +49 -0
  1164. package/dist/catalog-pve/endpoints/post_nodes_node_lxc_vmid_status_shutdown.json +67 -0
  1165. package/dist/catalog-pve/endpoints/post_nodes_node_lxc_vmid_status_start.json +65 -0
  1166. package/dist/catalog-pve/endpoints/post_nodes_node_lxc_vmid_status_stop.json +65 -0
  1167. package/dist/catalog-pve/endpoints/post_nodes_node_lxc_vmid_status_suspend.json +49 -0
  1168. package/dist/catalog-pve/endpoints/post_nodes_node_lxc_vmid_template.json +50 -0
  1169. package/dist/catalog-pve/endpoints/post_nodes_node_lxc_vmid_termproxy.json +63 -0
  1170. package/dist/catalog-pve/endpoints/post_nodes_node_lxc_vmid_vncproxy.json +97 -0
  1171. package/dist/catalog-pve/endpoints/post_nodes_node_migrateall.json +76 -0
  1172. package/dist/catalog-pve/endpoints/post_nodes_node_network.json +291 -0
  1173. package/dist/catalog-pve/endpoints/post_nodes_node_qemu.json +2574 -0
  1174. package/dist/catalog-pve/endpoints/post_nodes_node_qemu_vmid_agent.json +82 -0
  1175. package/dist/catalog-pve/endpoints/post_nodes_node_qemu_vmid_agent_exec.json +71 -0
  1176. package/dist/catalog-pve/endpoints/post_nodes_node_qemu_vmid_agent_file_write.json +76 -0
  1177. package/dist/catalog-pve/endpoints/post_nodes_node_qemu_vmid_agent_fsfreeze_freeze.json +53 -0
  1178. package/dist/catalog-pve/endpoints/post_nodes_node_qemu_vmid_agent_fsfreeze_status.json +54 -0
  1179. package/dist/catalog-pve/endpoints/post_nodes_node_qemu_vmid_agent_fsfreeze_thaw.json +53 -0
  1180. package/dist/catalog-pve/endpoints/post_nodes_node_qemu_vmid_agent_fstrim.json +53 -0
  1181. package/dist/catalog-pve/endpoints/post_nodes_node_qemu_vmid_agent_ping.json +53 -0
  1182. package/dist/catalog-pve/endpoints/post_nodes_node_qemu_vmid_agent_set_user_password.json +75 -0
  1183. package/dist/catalog-pve/endpoints/post_nodes_node_qemu_vmid_agent_shutdown.json +53 -0
  1184. package/dist/catalog-pve/endpoints/post_nodes_node_qemu_vmid_agent_suspend_disk.json +53 -0
  1185. package/dist/catalog-pve/endpoints/post_nodes_node_qemu_vmid_agent_suspend_hybrid.json +53 -0
  1186. package/dist/catalog-pve/endpoints/post_nodes_node_qemu_vmid_agent_suspend_ram.json +53 -0
  1187. package/dist/catalog-pve/endpoints/post_nodes_node_qemu_vmid_clone.json +158 -0
  1188. package/dist/catalog-pve/endpoints/post_nodes_node_qemu_vmid_config.json +2566 -0
  1189. package/dist/catalog-pve/endpoints/post_nodes_node_qemu_vmid_dbus_vmstate.json +60 -0
  1190. package/dist/catalog-pve/endpoints/post_nodes_node_qemu_vmid_firewall_aliases.json +73 -0
  1191. package/dist/catalog-pve/endpoints/post_nodes_node_qemu_vmid_firewall_ipset.json +82 -0
  1192. package/dist/catalog-pve/endpoints/post_nodes_node_qemu_vmid_firewall_ipset_name.json +79 -0
  1193. package/dist/catalog-pve/endpoints/post_nodes_node_qemu_vmid_firewall_rules.json +187 -0
  1194. package/dist/catalog-pve/endpoints/post_nodes_node_qemu_vmid_migrate.json +123 -0
  1195. package/dist/catalog-pve/endpoints/post_nodes_node_qemu_vmid_monitor.json +61 -0
  1196. package/dist/catalog-pve/endpoints/post_nodes_node_qemu_vmid_move_disk.json +760 -0
  1197. package/dist/catalog-pve/endpoints/post_nodes_node_qemu_vmid_mtunnel.json +88 -0
  1198. package/dist/catalog-pve/endpoints/post_nodes_node_qemu_vmid_remote_migrate.json +109 -0
  1199. package/dist/catalog-pve/endpoints/post_nodes_node_qemu_vmid_snapshot.json +74 -0
  1200. package/dist/catalog-pve/endpoints/post_nodes_node_qemu_vmid_snapshot_snapname_rollback.json +71 -0
  1201. package/dist/catalog-pve/endpoints/post_nodes_node_qemu_vmid_spiceproxy.json +76 -0
  1202. package/dist/catalog-pve/endpoints/post_nodes_node_qemu_vmid_status_reboot.json +58 -0
  1203. package/dist/catalog-pve/endpoints/post_nodes_node_qemu_vmid_status_reset.json +57 -0
  1204. package/dist/catalog-pve/endpoints/post_nodes_node_qemu_vmid_status_resume.json +63 -0
  1205. package/dist/catalog-pve/endpoints/post_nodes_node_qemu_vmid_status_shutdown.json +81 -0
  1206. package/dist/catalog-pve/endpoints/post_nodes_node_qemu_vmid_status_start.json +175 -0
  1207. package/dist/catalog-pve/endpoints/post_nodes_node_qemu_vmid_status_stop.json +89 -0
  1208. package/dist/catalog-pve/endpoints/post_nodes_node_qemu_vmid_status_suspend.json +74 -0
  1209. package/dist/catalog-pve/endpoints/post_nodes_node_qemu_vmid_template.json +119 -0
  1210. package/dist/catalog-pve/endpoints/post_nodes_node_qemu_vmid_termproxy.json +76 -0
  1211. package/dist/catalog-pve/endpoints/post_nodes_node_qemu_vmid_vncproxy.json +87 -0
  1212. package/dist/catalog-pve/endpoints/post_nodes_node_replication_id_schedule_now.json +42 -0
  1213. package/dist/catalog-pve/endpoints/post_nodes_node_services_service_reload.json +70 -0
  1214. package/dist/catalog-pve/endpoints/post_nodes_node_services_service_restart.json +70 -0
  1215. package/dist/catalog-pve/endpoints/post_nodes_node_services_service_start.json +70 -0
  1216. package/dist/catalog-pve/endpoints/post_nodes_node_services_service_stop.json +70 -0
  1217. package/dist/catalog-pve/endpoints/post_nodes_node_spiceshell.json +86 -0
  1218. package/dist/catalog-pve/endpoints/post_nodes_node_startall.json +60 -0
  1219. package/dist/catalog-pve/endpoints/post_nodes_node_status.json +50 -0
  1220. package/dist/catalog-pve/endpoints/post_nodes_node_stopall.json +70 -0
  1221. package/dist/catalog-pve/endpoints/post_nodes_node_storage_storage_content.json +85 -0
  1222. package/dist/catalog-pve/endpoints/post_nodes_node_storage_storage_content_volume.json +62 -0
  1223. package/dist/catalog-pve/endpoints/post_nodes_node_storage_storage_download_url.json +134 -0
  1224. package/dist/catalog-pve/endpoints/post_nodes_node_storage_storage_oci_registry_pull.json +74 -0
  1225. package/dist/catalog-pve/endpoints/post_nodes_node_storage_storage_upload.json +96 -0
  1226. package/dist/catalog-pve/endpoints/post_nodes_node_subscription.json +48 -0
  1227. package/dist/catalog-pve/endpoints/post_nodes_node_suspendall.json +52 -0
  1228. package/dist/catalog-pve/endpoints/post_nodes_node_termproxy.json +78 -0
  1229. package/dist/catalog-pve/endpoints/post_nodes_node_vncshell.json +107 -0
  1230. package/dist/catalog-pve/endpoints/post_nodes_node_vzdump.json +310 -0
  1231. package/dist/catalog-pve/endpoints/post_nodes_node_wakeonlan.json +41 -0
  1232. package/dist/catalog-pve/endpoints/post_pools.json +44 -0
  1233. package/dist/catalog-pve/endpoints/post_storage.json +609 -0
  1234. package/dist/catalog-pve/endpoints/put_access_acl.json +82 -0
  1235. package/dist/catalog-pve/endpoints/put_access_domains_realm.json +384 -0
  1236. package/dist/catalog-pve/endpoints/put_access_groups_groupid.json +45 -0
  1237. package/dist/catalog-pve/endpoints/put_access_password.json +72 -0
  1238. package/dist/catalog-pve/endpoints/put_access_roles_roleid.json +52 -0
  1239. package/dist/catalog-pve/endpoints/put_access_tfa_userid_id.json +78 -0
  1240. package/dist/catalog-pve/endpoints/put_access_users_userid.json +107 -0
  1241. package/dist/catalog-pve/endpoints/put_access_users_userid_token_tokenid.json +123 -0
  1242. package/dist/catalog-pve/endpoints/put_access_users_userid_unlock_tfa.json +39 -0
  1243. package/dist/catalog-pve/endpoints/put_cluster_acme_account_name.json +41 -0
  1244. package/dist/catalog-pve/endpoints/put_cluster_acme_plugins_id.json +257 -0
  1245. package/dist/catalog-pve/endpoints/put_cluster_backup_id.json +366 -0
  1246. package/dist/catalog-pve/endpoints/put_cluster_ceph_flags.json +108 -0
  1247. package/dist/catalog-pve/endpoints/put_cluster_ceph_flags_flag.json +58 -0
  1248. package/dist/catalog-pve/endpoints/put_cluster_firewall_aliases_name.json +72 -0
  1249. package/dist/catalog-pve/endpoints/put_cluster_firewall_groups_group_pos.json +194 -0
  1250. package/dist/catalog-pve/endpoints/put_cluster_firewall_ipset_name_cidr.json +69 -0
  1251. package/dist/catalog-pve/endpoints/put_cluster_firewall_options.json +126 -0
  1252. package/dist/catalog-pve/endpoints/put_cluster_firewall_rules_pos.json +185 -0
  1253. package/dist/catalog-pve/endpoints/put_cluster_ha_groups_group.json +89 -0
  1254. package/dist/catalog-pve/endpoints/put_cluster_ha_resources_sid.json +121 -0
  1255. package/dist/catalog-pve/endpoints/put_cluster_ha_rules_rule.json +116 -0
  1256. package/dist/catalog-pve/endpoints/put_cluster_jobs_realm_sync_id.json +114 -0
  1257. package/dist/catalog-pve/endpoints/put_cluster_mapping_dir_id.json +72 -0
  1258. package/dist/catalog-pve/endpoints/put_cluster_mapping_pci_id.json +88 -0
  1259. package/dist/catalog-pve/endpoints/put_cluster_mapping_usb_id.json +72 -0
  1260. package/dist/catalog-pve/endpoints/put_cluster_metrics_server_id.json +247 -0
  1261. package/dist/catalog-pve/endpoints/put_cluster_notifications_endpoints_gotify_name.json +105 -0
  1262. package/dist/catalog-pve/endpoints/put_cluster_notifications_endpoints_sendmail_name.json +119 -0
  1263. package/dist/catalog-pve/endpoints/put_cluster_notifications_endpoints_smtp_name.json +159 -0
  1264. package/dist/catalog-pve/endpoints/put_cluster_notifications_endpoints_webhook_name.json +130 -0
  1265. package/dist/catalog-pve/endpoints/put_cluster_notifications_matchers_name.json +116 -0
  1266. package/dist/catalog-pve/endpoints/put_cluster_options.json +618 -0
  1267. package/dist/catalog-pve/endpoints/put_cluster_qemu_custom_cpu_models_cputype.json +225 -0
  1268. package/dist/catalog-pve/endpoints/put_cluster_replication_id.json +103 -0
  1269. package/dist/catalog-pve/endpoints/put_cluster_sdn.json +46 -0
  1270. package/dist/catalog-pve/endpoints/put_cluster_sdn_controllers_controller.json +196 -0
  1271. package/dist/catalog-pve/endpoints/put_cluster_sdn_dns_dns.json +95 -0
  1272. package/dist/catalog-pve/endpoints/put_cluster_sdn_fabrics_fabric_id.json +139 -0
  1273. package/dist/catalog-pve/endpoints/put_cluster_sdn_fabrics_node_fabric_id_node_id.json +152 -0
  1274. package/dist/catalog-pve/endpoints/put_cluster_sdn_ipams_ipam.json +89 -0
  1275. package/dist/catalog-pve/endpoints/put_cluster_sdn_prefix_lists_id.json +67 -0
  1276. package/dist/catalog-pve/endpoints/put_cluster_sdn_prefix_lists_id_entries_url_seq.json +105 -0
  1277. package/dist/catalog-pve/endpoints/put_cluster_sdn_route_maps_entries_route_map_id_entry_order.json +123 -0
  1278. package/dist/catalog-pve/endpoints/put_cluster_sdn_vnets_vnet.json +98 -0
  1279. package/dist/catalog-pve/endpoints/put_cluster_sdn_vnets_vnet_firewall_options.json +87 -0
  1280. package/dist/catalog-pve/endpoints/put_cluster_sdn_vnets_vnet_firewall_rules_pos.json +189 -0
  1281. package/dist/catalog-pve/endpoints/put_cluster_sdn_vnets_vnet_ips.json +76 -0
  1282. package/dist/catalog-pve/endpoints/put_cluster_sdn_vnets_vnet_subnets_subnet.json +104 -0
  1283. package/dist/catalog-pve/endpoints/put_cluster_sdn_zones_zone.json +260 -0
  1284. package/dist/catalog-pve/endpoints/put_nodes_node_apt_repositories.json +55 -0
  1285. package/dist/catalog-pve/endpoints/put_nodes_node_ceph_pool_name.json +125 -0
  1286. package/dist/catalog-pve/endpoints/put_nodes_node_certificates_acme_certificate.json +48 -0
  1287. package/dist/catalog-pve/endpoints/put_nodes_node_config.json +199 -0
  1288. package/dist/catalog-pve/endpoints/put_nodes_node_disks_wipedisk.json +39 -0
  1289. package/dist/catalog-pve/endpoints/put_nodes_node_dns.json +71 -0
  1290. package/dist/catalog-pve/endpoints/put_nodes_node_firewall_options.json +257 -0
  1291. package/dist/catalog-pve/endpoints/put_nodes_node_firewall_rules_pos.json +193 -0
  1292. package/dist/catalog-pve/endpoints/put_nodes_node_lxc_vmid_config.json +695 -0
  1293. package/dist/catalog-pve/endpoints/put_nodes_node_lxc_vmid_firewall_aliases_name.json +90 -0
  1294. package/dist/catalog-pve/endpoints/put_nodes_node_lxc_vmid_firewall_ipset_name_cidr.json +87 -0
  1295. package/dist/catalog-pve/endpoints/put_nodes_node_lxc_vmid_firewall_options.json +168 -0
  1296. package/dist/catalog-pve/endpoints/put_nodes_node_lxc_vmid_firewall_rules_pos.json +203 -0
  1297. package/dist/catalog-pve/endpoints/put_nodes_node_lxc_vmid_resize.json +333 -0
  1298. package/dist/catalog-pve/endpoints/put_nodes_node_lxc_vmid_snapshot_snapname_config.json +66 -0
  1299. package/dist/catalog-pve/endpoints/put_nodes_node_network.json +48 -0
  1300. package/dist/catalog-pve/endpoints/put_nodes_node_network_iface.json +299 -0
  1301. package/dist/catalog-pve/endpoints/put_nodes_node_qemu_vmid_cloudinit.json +49 -0
  1302. package/dist/catalog-pve/endpoints/put_nodes_node_qemu_vmid_config.json +2548 -0
  1303. package/dist/catalog-pve/endpoints/put_nodes_node_qemu_vmid_firewall_aliases_name.json +90 -0
  1304. package/dist/catalog-pve/endpoints/put_nodes_node_qemu_vmid_firewall_ipset_name_cidr.json +87 -0
  1305. package/dist/catalog-pve/endpoints/put_nodes_node_qemu_vmid_firewall_options.json +168 -0
  1306. package/dist/catalog-pve/endpoints/put_nodes_node_qemu_vmid_firewall_rules_pos.json +203 -0
  1307. package/dist/catalog-pve/endpoints/put_nodes_node_qemu_vmid_resize.json +140 -0
  1308. package/dist/catalog-pve/endpoints/put_nodes_node_qemu_vmid_sendkey.json +64 -0
  1309. package/dist/catalog-pve/endpoints/put_nodes_node_qemu_vmid_snapshot_snapname_config.json +66 -0
  1310. package/dist/catalog-pve/endpoints/put_nodes_node_qemu_vmid_unlink.json +65 -0
  1311. package/dist/catalog-pve/endpoints/put_nodes_node_storage_storage_content_volume.json +64 -0
  1312. package/dist/catalog-pve/endpoints/put_nodes_node_subscription.json +48 -0
  1313. package/dist/catalog-pve/endpoints/put_nodes_node_time.json +47 -0
  1314. package/dist/catalog-pve/endpoints/put_pools.json +77 -0
  1315. package/dist/catalog-pve/endpoints/put_pools_poolid.json +78 -0
  1316. package/dist/catalog-pve/endpoints/put_storage_storage.json +522 -0
  1317. package/dist/catalog-pve/enrichment/delete_access_domains_realm.json +27 -0
  1318. package/dist/catalog-pve/enrichment/delete_access_groups_groupid.json +27 -0
  1319. package/dist/catalog-pve/enrichment/delete_access_roles_roleid.json +26 -0
  1320. package/dist/catalog-pve/enrichment/delete_access_tfa_userid_id.json +28 -0
  1321. package/dist/catalog-pve/enrichment/delete_access_users_userid.json +26 -0
  1322. package/dist/catalog-pve/enrichment/delete_access_users_userid_token_tokenid.json +25 -0
  1323. package/dist/catalog-pve/enrichment/delete_cluster_acme_account_name.json +25 -0
  1324. package/dist/catalog-pve/enrichment/delete_cluster_acme_plugins_id.json +25 -0
  1325. package/dist/catalog-pve/enrichment/delete_cluster_backup_id.json +26 -0
  1326. package/dist/catalog-pve/enrichment/delete_cluster_config_nodes_node.json +26 -0
  1327. package/dist/catalog-pve/enrichment/delete_cluster_firewall_aliases_name.json +27 -0
  1328. package/dist/catalog-pve/enrichment/delete_cluster_firewall_groups_group.json +27 -0
  1329. package/dist/catalog-pve/enrichment/delete_cluster_firewall_groups_group_pos.json +30 -0
  1330. package/dist/catalog-pve/enrichment/delete_cluster_firewall_ipset_name.json +25 -0
  1331. package/dist/catalog-pve/enrichment/delete_cluster_firewall_ipset_name_cidr.json +29 -0
  1332. package/dist/catalog-pve/enrichment/delete_cluster_firewall_rules_pos.json +28 -0
  1333. package/dist/catalog-pve/enrichment/delete_cluster_ha_groups_group.json +26 -0
  1334. package/dist/catalog-pve/enrichment/delete_cluster_ha_resources_sid.json +28 -0
  1335. package/dist/catalog-pve/enrichment/delete_cluster_ha_rules_rule.json +26 -0
  1336. package/dist/catalog-pve/enrichment/delete_cluster_jobs_realm_sync_id.json +25 -0
  1337. package/dist/catalog-pve/enrichment/delete_cluster_mapping_dir_id.json +25 -0
  1338. package/dist/catalog-pve/enrichment/delete_cluster_mapping_pci_id.json +25 -0
  1339. package/dist/catalog-pve/enrichment/delete_cluster_mapping_usb_id.json +25 -0
  1340. package/dist/catalog-pve/enrichment/delete_cluster_metrics_server_id.json +25 -0
  1341. package/dist/catalog-pve/enrichment/delete_cluster_notifications_endpoints_gotify_name.json +27 -0
  1342. package/dist/catalog-pve/enrichment/delete_cluster_notifications_endpoints_sendmail_name.json +25 -0
  1343. package/dist/catalog-pve/enrichment/delete_cluster_notifications_endpoints_smtp_name.json +26 -0
  1344. package/dist/catalog-pve/enrichment/delete_cluster_notifications_endpoints_webhook_name.json +25 -0
  1345. package/dist/catalog-pve/enrichment/delete_cluster_notifications_matchers_name.json +26 -0
  1346. package/dist/catalog-pve/enrichment/delete_cluster_qemu_custom_cpu_models_cputype.json +24 -0
  1347. package/dist/catalog-pve/enrichment/delete_cluster_replication_id.json +28 -0
  1348. package/dist/catalog-pve/enrichment/delete_cluster_sdn_controllers_controller.json +26 -0
  1349. package/dist/catalog-pve/enrichment/delete_cluster_sdn_dns_dns.json +26 -0
  1350. package/dist/catalog-pve/enrichment/delete_cluster_sdn_fabrics_fabric_id.json +27 -0
  1351. package/dist/catalog-pve/enrichment/delete_cluster_sdn_fabrics_node_fabric_id_node_id.json +27 -0
  1352. package/dist/catalog-pve/enrichment/delete_cluster_sdn_ipams_ipam.json +26 -0
  1353. package/dist/catalog-pve/enrichment/delete_cluster_sdn_lock.json +24 -0
  1354. package/dist/catalog-pve/enrichment/delete_cluster_sdn_prefix_lists_id.json +26 -0
  1355. package/dist/catalog-pve/enrichment/delete_cluster_sdn_prefix_lists_id_entries_url_seq.json +27 -0
  1356. package/dist/catalog-pve/enrichment/delete_cluster_sdn_route_maps_entries_route_map_id_entry_order.json +27 -0
  1357. package/dist/catalog-pve/enrichment/delete_cluster_sdn_vnets_vnet.json +26 -0
  1358. package/dist/catalog-pve/enrichment/delete_cluster_sdn_vnets_vnet_firewall_rules_pos.json +29 -0
  1359. package/dist/catalog-pve/enrichment/delete_cluster_sdn_vnets_vnet_ips.json +29 -0
  1360. package/dist/catalog-pve/enrichment/delete_cluster_sdn_vnets_vnet_subnets_subnet.json +28 -0
  1361. package/dist/catalog-pve/enrichment/delete_cluster_sdn_zones_zone.json +28 -0
  1362. package/dist/catalog-pve/enrichment/delete_nodes_node_ceph_fs_name.json +29 -0
  1363. package/dist/catalog-pve/enrichment/delete_nodes_node_ceph_mds_name.json +26 -0
  1364. package/dist/catalog-pve/enrichment/delete_nodes_node_ceph_mgr_id.json +25 -0
  1365. package/dist/catalog-pve/enrichment/delete_nodes_node_ceph_mon_monid.json +27 -0
  1366. package/dist/catalog-pve/enrichment/delete_nodes_node_ceph_osd_osdid.json +30 -0
  1367. package/dist/catalog-pve/enrichment/delete_nodes_node_ceph_pool_name.json +30 -0
  1368. package/dist/catalog-pve/enrichment/delete_nodes_node_certificates_acme_certificate.json +25 -0
  1369. package/dist/catalog-pve/enrichment/delete_nodes_node_certificates_custom.json +25 -0
  1370. package/dist/catalog-pve/enrichment/delete_nodes_node_disks_directory_name.json +29 -0
  1371. package/dist/catalog-pve/enrichment/delete_nodes_node_disks_lvm_name.json +30 -0
  1372. package/dist/catalog-pve/enrichment/delete_nodes_node_disks_lvmthin_name.json +30 -0
  1373. package/dist/catalog-pve/enrichment/delete_nodes_node_disks_zfs_name.json +30 -0
  1374. package/dist/catalog-pve/enrichment/delete_nodes_node_firewall_rules_pos.json +28 -0
  1375. package/dist/catalog-pve/enrichment/delete_nodes_node_lxc_vmid.json +30 -0
  1376. package/dist/catalog-pve/enrichment/delete_nodes_node_lxc_vmid_firewall_aliases_name.json +31 -0
  1377. package/dist/catalog-pve/enrichment/delete_nodes_node_lxc_vmid_firewall_ipset_name.json +30 -0
  1378. package/dist/catalog-pve/enrichment/delete_nodes_node_lxc_vmid_firewall_ipset_name_cidr.json +32 -0
  1379. package/dist/catalog-pve/enrichment/delete_nodes_node_lxc_vmid_firewall_rules_pos.json +29 -0
  1380. package/dist/catalog-pve/enrichment/delete_nodes_node_lxc_vmid_snapshot_snapname.json +28 -0
  1381. package/dist/catalog-pve/enrichment/delete_nodes_node_network.json +28 -0
  1382. package/dist/catalog-pve/enrichment/delete_nodes_node_network_iface.json +28 -0
  1383. package/dist/catalog-pve/enrichment/delete_nodes_node_qemu_vmid.json +30 -0
  1384. package/dist/catalog-pve/enrichment/delete_nodes_node_qemu_vmid_firewall_aliases_name.json +30 -0
  1385. package/dist/catalog-pve/enrichment/delete_nodes_node_qemu_vmid_firewall_ipset_name.json +39 -0
  1386. package/dist/catalog-pve/enrichment/delete_nodes_node_qemu_vmid_firewall_ipset_name_cidr.json +31 -0
  1387. package/dist/catalog-pve/enrichment/delete_nodes_node_qemu_vmid_firewall_rules_pos.json +29 -0
  1388. package/dist/catalog-pve/enrichment/delete_nodes_node_qemu_vmid_snapshot_snapname.json +28 -0
  1389. package/dist/catalog-pve/enrichment/delete_nodes_node_storage_storage_content_volume.json +30 -0
  1390. package/dist/catalog-pve/enrichment/delete_nodes_node_storage_storage_prunebackups.json +31 -0
  1391. package/dist/catalog-pve/enrichment/delete_nodes_node_subscription.json +24 -0
  1392. package/dist/catalog-pve/enrichment/delete_nodes_node_tasks_upid.json +26 -0
  1393. package/dist/catalog-pve/enrichment/delete_pools.json +25 -0
  1394. package/dist/catalog-pve/enrichment/delete_pools_poolid.json +25 -0
  1395. package/dist/catalog-pve/enrichment/delete_storage_storage.json +25 -0
  1396. package/dist/catalog-pve/enrichment/get_access.json +22 -0
  1397. package/dist/catalog-pve/enrichment/get_access_acl.json +23 -0
  1398. package/dist/catalog-pve/enrichment/get_access_domains.json +23 -0
  1399. package/dist/catalog-pve/enrichment/get_access_domains_realm.json +24 -0
  1400. package/dist/catalog-pve/enrichment/get_access_groups.json +22 -0
  1401. package/dist/catalog-pve/enrichment/get_access_groups_groupid.json +24 -0
  1402. package/dist/catalog-pve/enrichment/get_access_openid.json +20 -0
  1403. package/dist/catalog-pve/enrichment/get_access_permissions.json +26 -0
  1404. package/dist/catalog-pve/enrichment/get_access_roles.json +21 -0
  1405. package/dist/catalog-pve/enrichment/get_access_roles_roleid.json +25 -0
  1406. package/dist/catalog-pve/enrichment/get_access_tfa.json +23 -0
  1407. package/dist/catalog-pve/enrichment/get_access_tfa_userid.json +25 -0
  1408. package/dist/catalog-pve/enrichment/get_access_tfa_userid_id.json +25 -0
  1409. package/dist/catalog-pve/enrichment/get_access_ticket.json +20 -0
  1410. package/dist/catalog-pve/enrichment/get_access_users.json +28 -0
  1411. package/dist/catalog-pve/enrichment/get_access_users_userid.json +26 -0
  1412. package/dist/catalog-pve/enrichment/get_access_users_userid_tfa.json +26 -0
  1413. package/dist/catalog-pve/enrichment/get_access_users_userid_token.json +25 -0
  1414. package/dist/catalog-pve/enrichment/get_access_users_userid_token_tokenid.json +26 -0
  1415. package/dist/catalog-pve/enrichment/get_cluster.json +22 -0
  1416. package/dist/catalog-pve/enrichment/get_cluster_acme.json +23 -0
  1417. package/dist/catalog-pve/enrichment/get_cluster_acme_account.json +23 -0
  1418. package/dist/catalog-pve/enrichment/get_cluster_acme_account_name.json +24 -0
  1419. package/dist/catalog-pve/enrichment/get_cluster_acme_challenge_schema.json +22 -0
  1420. package/dist/catalog-pve/enrichment/get_cluster_acme_directories.json +21 -0
  1421. package/dist/catalog-pve/enrichment/get_cluster_acme_meta.json +24 -0
  1422. package/dist/catalog-pve/enrichment/get_cluster_acme_plugins.json +26 -0
  1423. package/dist/catalog-pve/enrichment/get_cluster_acme_plugins_id.json +25 -0
  1424. package/dist/catalog-pve/enrichment/get_cluster_acme_tos.json +23 -0
  1425. package/dist/catalog-pve/enrichment/get_cluster_backup.json +25 -0
  1426. package/dist/catalog-pve/enrichment/get_cluster_backup_id.json +25 -0
  1427. package/dist/catalog-pve/enrichment/get_cluster_backup_id_included_volumes.json +23 -0
  1428. package/dist/catalog-pve/enrichment/get_cluster_backup_info.json +18 -0
  1429. package/dist/catalog-pve/enrichment/get_cluster_backup_info_not_backed_up.json +22 -0
  1430. package/dist/catalog-pve/enrichment/get_cluster_bulk_action.json +17 -0
  1431. package/dist/catalog-pve/enrichment/get_cluster_bulk_action_guest.json +20 -0
  1432. package/dist/catalog-pve/enrichment/get_cluster_ceph.json +22 -0
  1433. package/dist/catalog-pve/enrichment/get_cluster_ceph_flags.json +22 -0
  1434. package/dist/catalog-pve/enrichment/get_cluster_ceph_flags_flag.json +22 -0
  1435. package/dist/catalog-pve/enrichment/get_cluster_ceph_metadata.json +26 -0
  1436. package/dist/catalog-pve/enrichment/get_cluster_ceph_status.json +24 -0
  1437. package/dist/catalog-pve/enrichment/get_cluster_config.json +20 -0
  1438. package/dist/catalog-pve/enrichment/get_cluster_config_apiversion.json +21 -0
  1439. package/dist/catalog-pve/enrichment/get_cluster_config_join.json +22 -0
  1440. package/dist/catalog-pve/enrichment/get_cluster_config_nodes.json +21 -0
  1441. package/dist/catalog-pve/enrichment/get_cluster_config_qdevice.json +21 -0
  1442. package/dist/catalog-pve/enrichment/get_cluster_config_totem.json +22 -0
  1443. package/dist/catalog-pve/enrichment/get_cluster_firewall.json +22 -0
  1444. package/dist/catalog-pve/enrichment/get_cluster_firewall_aliases.json +23 -0
  1445. package/dist/catalog-pve/enrichment/get_cluster_firewall_aliases_name.json +24 -0
  1446. package/dist/catalog-pve/enrichment/get_cluster_firewall_groups.json +21 -0
  1447. package/dist/catalog-pve/enrichment/get_cluster_firewall_groups_group.json +26 -0
  1448. package/dist/catalog-pve/enrichment/get_cluster_firewall_groups_group_pos.json +27 -0
  1449. package/dist/catalog-pve/enrichment/get_cluster_firewall_ipset.json +22 -0
  1450. package/dist/catalog-pve/enrichment/get_cluster_firewall_ipset_name.json +25 -0
  1451. package/dist/catalog-pve/enrichment/get_cluster_firewall_ipset_name_cidr.json +27 -0
  1452. package/dist/catalog-pve/enrichment/get_cluster_firewall_macros.json +21 -0
  1453. package/dist/catalog-pve/enrichment/get_cluster_firewall_options.json +22 -0
  1454. package/dist/catalog-pve/enrichment/get_cluster_firewall_refs.json +23 -0
  1455. package/dist/catalog-pve/enrichment/get_cluster_firewall_rules.json +25 -0
  1456. package/dist/catalog-pve/enrichment/get_cluster_firewall_rules_pos.json +25 -0
  1457. package/dist/catalog-pve/enrichment/get_cluster_ha.json +20 -0
  1458. package/dist/catalog-pve/enrichment/get_cluster_ha_groups.json +21 -0
  1459. package/dist/catalog-pve/enrichment/get_cluster_ha_groups_group.json +23 -0
  1460. package/dist/catalog-pve/enrichment/get_cluster_ha_resources.json +24 -0
  1461. package/dist/catalog-pve/enrichment/get_cluster_ha_resources_sid.json +26 -0
  1462. package/dist/catalog-pve/enrichment/get_cluster_ha_rules.json +23 -0
  1463. package/dist/catalog-pve/enrichment/get_cluster_ha_rules_rule.json +23 -0
  1464. package/dist/catalog-pve/enrichment/get_cluster_ha_status.json +22 -0
  1465. package/dist/catalog-pve/enrichment/get_cluster_ha_status_current.json +24 -0
  1466. package/dist/catalog-pve/enrichment/get_cluster_ha_status_manager_status.json +22 -0
  1467. package/dist/catalog-pve/enrichment/get_cluster_jobs.json +19 -0
  1468. package/dist/catalog-pve/enrichment/get_cluster_jobs_realm_sync.json +22 -0
  1469. package/dist/catalog-pve/enrichment/get_cluster_jobs_realm_sync_id.json +24 -0
  1470. package/dist/catalog-pve/enrichment/get_cluster_jobs_schedule_analyze.json +24 -0
  1471. package/dist/catalog-pve/enrichment/get_cluster_log.json +23 -0
  1472. package/dist/catalog-pve/enrichment/get_cluster_mapping.json +21 -0
  1473. package/dist/catalog-pve/enrichment/get_cluster_mapping_dir.json +24 -0
  1474. package/dist/catalog-pve/enrichment/get_cluster_mapping_dir_id.json +24 -0
  1475. package/dist/catalog-pve/enrichment/get_cluster_mapping_pci.json +25 -0
  1476. package/dist/catalog-pve/enrichment/get_cluster_mapping_pci_id.json +24 -0
  1477. package/dist/catalog-pve/enrichment/get_cluster_mapping_usb.json +25 -0
  1478. package/dist/catalog-pve/enrichment/get_cluster_mapping_usb_id.json +24 -0
  1479. package/dist/catalog-pve/enrichment/get_cluster_metrics.json +22 -0
  1480. package/dist/catalog-pve/enrichment/get_cluster_metrics_export.json +26 -0
  1481. package/dist/catalog-pve/enrichment/get_cluster_metrics_server.json +23 -0
  1482. package/dist/catalog-pve/enrichment/get_cluster_metrics_server_id.json +24 -0
  1483. package/dist/catalog-pve/enrichment/get_cluster_nextid.json +21 -0
  1484. package/dist/catalog-pve/enrichment/get_cluster_notifications.json +20 -0
  1485. package/dist/catalog-pve/enrichment/get_cluster_notifications_endpoints.json +22 -0
  1486. package/dist/catalog-pve/enrichment/get_cluster_notifications_endpoints_gotify.json +23 -0
  1487. package/dist/catalog-pve/enrichment/get_cluster_notifications_endpoints_gotify_name.json +24 -0
  1488. package/dist/catalog-pve/enrichment/get_cluster_notifications_endpoints_sendmail.json +24 -0
  1489. package/dist/catalog-pve/enrichment/get_cluster_notifications_endpoints_sendmail_name.json +25 -0
  1490. package/dist/catalog-pve/enrichment/get_cluster_notifications_endpoints_smtp.json +24 -0
  1491. package/dist/catalog-pve/enrichment/get_cluster_notifications_endpoints_smtp_name.json +25 -0
  1492. package/dist/catalog-pve/enrichment/get_cluster_notifications_endpoints_webhook.json +24 -0
  1493. package/dist/catalog-pve/enrichment/get_cluster_notifications_endpoints_webhook_name.json +26 -0
  1494. package/dist/catalog-pve/enrichment/get_cluster_notifications_matcher_field_values.json +22 -0
  1495. package/dist/catalog-pve/enrichment/get_cluster_notifications_matcher_fields.json +20 -0
  1496. package/dist/catalog-pve/enrichment/get_cluster_notifications_matchers.json +25 -0
  1497. package/dist/catalog-pve/enrichment/get_cluster_notifications_matchers_name.json +26 -0
  1498. package/dist/catalog-pve/enrichment/get_cluster_notifications_targets.json +23 -0
  1499. package/dist/catalog-pve/enrichment/get_cluster_options.json +21 -0
  1500. package/dist/catalog-pve/enrichment/get_cluster_qemu.json +22 -0
  1501. package/dist/catalog-pve/enrichment/get_cluster_qemu_cpu_flags.json +24 -0
  1502. package/dist/catalog-pve/enrichment/get_cluster_qemu_custom_cpu_models.json +23 -0
  1503. package/dist/catalog-pve/enrichment/get_cluster_qemu_custom_cpu_models_cputype.json +25 -0
  1504. package/dist/catalog-pve/enrichment/get_cluster_replication.json +27 -0
  1505. package/dist/catalog-pve/enrichment/get_cluster_replication_id.json +25 -0
  1506. package/dist/catalog-pve/enrichment/get_cluster_resources.json +27 -0
  1507. package/dist/catalog-pve/enrichment/get_cluster_sdn.json +22 -0
  1508. package/dist/catalog-pve/enrichment/get_cluster_sdn_controllers.json +28 -0
  1509. package/dist/catalog-pve/enrichment/get_cluster_sdn_controllers_controller.json +27 -0
  1510. package/dist/catalog-pve/enrichment/get_cluster_sdn_dns.json +21 -0
  1511. package/dist/catalog-pve/enrichment/get_cluster_sdn_dns_dns.json +25 -0
  1512. package/dist/catalog-pve/enrichment/get_cluster_sdn_dry_run.json +24 -0
  1513. package/dist/catalog-pve/enrichment/get_cluster_sdn_fabrics.json +21 -0
  1514. package/dist/catalog-pve/enrichment/get_cluster_sdn_fabrics_all.json +27 -0
  1515. package/dist/catalog-pve/enrichment/get_cluster_sdn_fabrics_fabric.json +26 -0
  1516. package/dist/catalog-pve/enrichment/get_cluster_sdn_fabrics_fabric_id.json +25 -0
  1517. package/dist/catalog-pve/enrichment/get_cluster_sdn_fabrics_node.json +25 -0
  1518. package/dist/catalog-pve/enrichment/get_cluster_sdn_fabrics_node_fabric_id.json +28 -0
  1519. package/dist/catalog-pve/enrichment/get_cluster_sdn_fabrics_node_fabric_id_node_id.json +26 -0
  1520. package/dist/catalog-pve/enrichment/get_cluster_sdn_ipams.json +29 -0
  1521. package/dist/catalog-pve/enrichment/get_cluster_sdn_ipams_ipam.json +24 -0
  1522. package/dist/catalog-pve/enrichment/get_cluster_sdn_ipams_ipam_status.json +24 -0
  1523. package/dist/catalog-pve/enrichment/get_cluster_sdn_prefix_lists.json +27 -0
  1524. package/dist/catalog-pve/enrichment/get_cluster_sdn_prefix_lists_id.json +25 -0
  1525. package/dist/catalog-pve/enrichment/get_cluster_sdn_prefix_lists_id_entries.json +23 -0
  1526. package/dist/catalog-pve/enrichment/get_cluster_sdn_prefix_lists_id_entries_url_seq.json +24 -0
  1527. package/dist/catalog-pve/enrichment/get_cluster_sdn_route_maps.json +28 -0
  1528. package/dist/catalog-pve/enrichment/get_cluster_sdn_route_maps_entries.json +25 -0
  1529. package/dist/catalog-pve/enrichment/get_cluster_sdn_route_maps_entries_route_map_id.json +29 -0
  1530. package/dist/catalog-pve/enrichment/get_cluster_sdn_route_maps_entries_route_map_id_entry_order.json +27 -0
  1531. package/dist/catalog-pve/enrichment/get_cluster_sdn_vnets.json +26 -0
  1532. package/dist/catalog-pve/enrichment/get_cluster_sdn_vnets_vnet.json +29 -0
  1533. package/dist/catalog-pve/enrichment/get_cluster_sdn_vnets_vnet_firewall.json +24 -0
  1534. package/dist/catalog-pve/enrichment/get_cluster_sdn_vnets_vnet_firewall_options.json +23 -0
  1535. package/dist/catalog-pve/enrichment/get_cluster_sdn_vnets_vnet_firewall_rules.json +25 -0
  1536. package/dist/catalog-pve/enrichment/get_cluster_sdn_vnets_vnet_firewall_rules_pos.json +25 -0
  1537. package/dist/catalog-pve/enrichment/get_cluster_sdn_vnets_vnet_subnets.json +29 -0
  1538. package/dist/catalog-pve/enrichment/get_cluster_sdn_vnets_vnet_subnets_subnet.json +27 -0
  1539. package/dist/catalog-pve/enrichment/get_cluster_sdn_zones.json +26 -0
  1540. package/dist/catalog-pve/enrichment/get_cluster_sdn_zones_zone.json +27 -0
  1541. package/dist/catalog-pve/enrichment/get_cluster_status.json +23 -0
  1542. package/dist/catalog-pve/enrichment/get_cluster_tasks.json +21 -0
  1543. package/dist/catalog-pve/enrichment/get_nodes.json +23 -0
  1544. package/dist/catalog-pve/enrichment/get_nodes_node.json +23 -0
  1545. package/dist/catalog-pve/enrichment/get_nodes_node_aplinfo.json +23 -0
  1546. package/dist/catalog-pve/enrichment/get_nodes_node_apt.json +23 -0
  1547. package/dist/catalog-pve/enrichment/get_nodes_node_apt_changelog.json +27 -0
  1548. package/dist/catalog-pve/enrichment/get_nodes_node_apt_repositories.json +25 -0
  1549. package/dist/catalog-pve/enrichment/get_nodes_node_apt_update.json +25 -0
  1550. package/dist/catalog-pve/enrichment/get_nodes_node_apt_versions.json +24 -0
  1551. package/dist/catalog-pve/enrichment/get_nodes_node_capabilities.json +23 -0
  1552. package/dist/catalog-pve/enrichment/get_nodes_node_capabilities_qemu.json +22 -0
  1553. package/dist/catalog-pve/enrichment/get_nodes_node_capabilities_qemu_cpu.json +26 -0
  1554. package/dist/catalog-pve/enrichment/get_nodes_node_capabilities_qemu_cpu_flags.json +27 -0
  1555. package/dist/catalog-pve/enrichment/get_nodes_node_capabilities_qemu_machines.json +24 -0
  1556. package/dist/catalog-pve/enrichment/get_nodes_node_capabilities_qemu_migration.json +23 -0
  1557. package/dist/catalog-pve/enrichment/get_nodes_node_ceph.json +25 -0
  1558. package/dist/catalog-pve/enrichment/get_nodes_node_ceph_cfg.json +24 -0
  1559. package/dist/catalog-pve/enrichment/get_nodes_node_ceph_cfg_db.json +24 -0
  1560. package/dist/catalog-pve/enrichment/get_nodes_node_ceph_cfg_raw.json +23 -0
  1561. package/dist/catalog-pve/enrichment/get_nodes_node_ceph_cfg_value.json +26 -0
  1562. package/dist/catalog-pve/enrichment/get_nodes_node_ceph_cmd_safety.json +29 -0
  1563. package/dist/catalog-pve/enrichment/get_nodes_node_ceph_crush.json +23 -0
  1564. package/dist/catalog-pve/enrichment/get_nodes_node_ceph_fs.json +23 -0
  1565. package/dist/catalog-pve/enrichment/get_nodes_node_ceph_log.json +26 -0
  1566. package/dist/catalog-pve/enrichment/get_nodes_node_ceph_mds.json +25 -0
  1567. package/dist/catalog-pve/enrichment/get_nodes_node_ceph_mgr.json +25 -0
  1568. package/dist/catalog-pve/enrichment/get_nodes_node_ceph_mon.json +25 -0
  1569. package/dist/catalog-pve/enrichment/get_nodes_node_ceph_osd.json +26 -0
  1570. package/dist/catalog-pve/enrichment/get_nodes_node_ceph_osd_osdid.json +24 -0
  1571. package/dist/catalog-pve/enrichment/get_nodes_node_ceph_osd_osdid_lv_info.json +27 -0
  1572. package/dist/catalog-pve/enrichment/get_nodes_node_ceph_osd_osdid_metadata.json +27 -0
  1573. package/dist/catalog-pve/enrichment/get_nodes_node_ceph_pool.json +26 -0
  1574. package/dist/catalog-pve/enrichment/get_nodes_node_ceph_pool_name.json +24 -0
  1575. package/dist/catalog-pve/enrichment/get_nodes_node_ceph_pool_name_status.json +28 -0
  1576. package/dist/catalog-pve/enrichment/get_nodes_node_ceph_rules.json +23 -0
  1577. package/dist/catalog-pve/enrichment/get_nodes_node_ceph_status.json +26 -0
  1578. package/dist/catalog-pve/enrichment/get_nodes_node_certificates.json +27 -0
  1579. package/dist/catalog-pve/enrichment/get_nodes_node_certificates_acme.json +23 -0
  1580. package/dist/catalog-pve/enrichment/get_nodes_node_certificates_info.json +24 -0
  1581. package/dist/catalog-pve/enrichment/get_nodes_node_config.json +24 -0
  1582. package/dist/catalog-pve/enrichment/get_nodes_node_disks.json +26 -0
  1583. package/dist/catalog-pve/enrichment/get_nodes_node_disks_directory.json +24 -0
  1584. package/dist/catalog-pve/enrichment/get_nodes_node_disks_list.json +30 -0
  1585. package/dist/catalog-pve/enrichment/get_nodes_node_disks_lvm.json +25 -0
  1586. package/dist/catalog-pve/enrichment/get_nodes_node_disks_lvmthin.json +24 -0
  1587. package/dist/catalog-pve/enrichment/get_nodes_node_disks_smart.json +27 -0
  1588. package/dist/catalog-pve/enrichment/get_nodes_node_disks_zfs.json +27 -0
  1589. package/dist/catalog-pve/enrichment/get_nodes_node_disks_zfs_name.json +27 -0
  1590. package/dist/catalog-pve/enrichment/get_nodes_node_dns.json +23 -0
  1591. package/dist/catalog-pve/enrichment/get_nodes_node_firewall.json +23 -0
  1592. package/dist/catalog-pve/enrichment/get_nodes_node_firewall_log.json +27 -0
  1593. package/dist/catalog-pve/enrichment/get_nodes_node_firewall_options.json +24 -0
  1594. package/dist/catalog-pve/enrichment/get_nodes_node_firewall_rules.json +28 -0
  1595. package/dist/catalog-pve/enrichment/get_nodes_node_firewall_rules_pos.json +25 -0
  1596. package/dist/catalog-pve/enrichment/get_nodes_node_hardware.json +22 -0
  1597. package/dist/catalog-pve/enrichment/get_nodes_node_hardware_pci.json +27 -0
  1598. package/dist/catalog-pve/enrichment/get_nodes_node_hardware_pci_pci_id_or_mapping.json +25 -0
  1599. package/dist/catalog-pve/enrichment/get_nodes_node_hardware_pci_pci_id_or_mapping_mdev.json +24 -0
  1600. package/dist/catalog-pve/enrichment/get_nodes_node_hardware_usb.json +23 -0
  1601. package/dist/catalog-pve/enrichment/get_nodes_node_hosts.json +21 -0
  1602. package/dist/catalog-pve/enrichment/get_nodes_node_journal.json +26 -0
  1603. package/dist/catalog-pve/enrichment/get_nodes_node_lxc.json +25 -0
  1604. package/dist/catalog-pve/enrichment/get_nodes_node_lxc_vmid.json +24 -0
  1605. package/dist/catalog-pve/enrichment/get_nodes_node_lxc_vmid_config.json +29 -0
  1606. package/dist/catalog-pve/enrichment/get_nodes_node_lxc_vmid_feature.json +26 -0
  1607. package/dist/catalog-pve/enrichment/get_nodes_node_lxc_vmid_firewall.json +27 -0
  1608. package/dist/catalog-pve/enrichment/get_nodes_node_lxc_vmid_firewall_aliases.json +26 -0
  1609. package/dist/catalog-pve/enrichment/get_nodes_node_lxc_vmid_firewall_aliases_name.json +26 -0
  1610. package/dist/catalog-pve/enrichment/get_nodes_node_lxc_vmid_firewall_ipset.json +25 -0
  1611. package/dist/catalog-pve/enrichment/get_nodes_node_lxc_vmid_firewall_ipset_name.json +27 -0
  1612. package/dist/catalog-pve/enrichment/get_nodes_node_lxc_vmid_firewall_ipset_name_cidr.json +28 -0
  1613. package/dist/catalog-pve/enrichment/get_nodes_node_lxc_vmid_firewall_log.json +29 -0
  1614. package/dist/catalog-pve/enrichment/get_nodes_node_lxc_vmid_firewall_options.json +27 -0
  1615. package/dist/catalog-pve/enrichment/get_nodes_node_lxc_vmid_firewall_refs.json +25 -0
  1616. package/dist/catalog-pve/enrichment/get_nodes_node_lxc_vmid_firewall_rules.json +27 -0
  1617. package/dist/catalog-pve/enrichment/get_nodes_node_lxc_vmid_firewall_rules_pos.json +26 -0
  1618. package/dist/catalog-pve/enrichment/get_nodes_node_lxc_vmid_interfaces.json +25 -0
  1619. package/dist/catalog-pve/enrichment/get_nodes_node_lxc_vmid_migrate.json +27 -0
  1620. package/dist/catalog-pve/enrichment/get_nodes_node_lxc_vmid_mtunnelwebsocket.json +27 -0
  1621. package/dist/catalog-pve/enrichment/get_nodes_node_lxc_vmid_pending.json +25 -0
  1622. package/dist/catalog-pve/enrichment/get_nodes_node_lxc_vmid_rrd.json +29 -0
  1623. package/dist/catalog-pve/enrichment/get_nodes_node_lxc_vmid_rrddata.json +28 -0
  1624. package/dist/catalog-pve/enrichment/get_nodes_node_lxc_vmid_snapshot.json +25 -0
  1625. package/dist/catalog-pve/enrichment/get_nodes_node_lxc_vmid_snapshot_snapname.json +26 -0
  1626. package/dist/catalog-pve/enrichment/get_nodes_node_lxc_vmid_snapshot_snapname_config.json +26 -0
  1627. package/dist/catalog-pve/enrichment/get_nodes_node_lxc_vmid_status.json +28 -0
  1628. package/dist/catalog-pve/enrichment/get_nodes_node_lxc_vmid_status_current.json +28 -0
  1629. package/dist/catalog-pve/enrichment/get_nodes_node_lxc_vmid_vncwebsocket.json +29 -0
  1630. package/dist/catalog-pve/enrichment/get_nodes_node_netstat.json +25 -0
  1631. package/dist/catalog-pve/enrichment/get_nodes_node_network.json +28 -0
  1632. package/dist/catalog-pve/enrichment/get_nodes_node_network_iface.json +25 -0
  1633. package/dist/catalog-pve/enrichment/get_nodes_node_qemu.json +27 -0
  1634. package/dist/catalog-pve/enrichment/get_nodes_node_qemu_vmid.json +25 -0
  1635. package/dist/catalog-pve/enrichment/get_nodes_node_qemu_vmid_agent.json +26 -0
  1636. package/dist/catalog-pve/enrichment/get_nodes_node_qemu_vmid_agent_exec_status.json +26 -0
  1637. package/dist/catalog-pve/enrichment/get_nodes_node_qemu_vmid_agent_file_read.json +32 -0
  1638. package/dist/catalog-pve/enrichment/get_nodes_node_qemu_vmid_agent_get_fsinfo.json +26 -0
  1639. package/dist/catalog-pve/enrichment/get_nodes_node_qemu_vmid_agent_get_host_name.json +26 -0
  1640. package/dist/catalog-pve/enrichment/get_nodes_node_qemu_vmid_agent_get_memory_block_info.json +24 -0
  1641. package/dist/catalog-pve/enrichment/get_nodes_node_qemu_vmid_agent_get_memory_blocks.json +24 -0
  1642. package/dist/catalog-pve/enrichment/get_nodes_node_qemu_vmid_agent_get_osinfo.json +27 -0
  1643. package/dist/catalog-pve/enrichment/get_nodes_node_qemu_vmid_agent_get_time.json +25 -0
  1644. package/dist/catalog-pve/enrichment/get_nodes_node_qemu_vmid_agent_get_timezone.json +25 -0
  1645. package/dist/catalog-pve/enrichment/get_nodes_node_qemu_vmid_agent_get_users.json +25 -0
  1646. package/dist/catalog-pve/enrichment/get_nodes_node_qemu_vmid_agent_get_vcpus.json +24 -0
  1647. package/dist/catalog-pve/enrichment/get_nodes_node_qemu_vmid_agent_info.json +24 -0
  1648. package/dist/catalog-pve/enrichment/get_nodes_node_qemu_vmid_agent_network_get_interfaces.json +26 -0
  1649. package/dist/catalog-pve/enrichment/get_nodes_node_qemu_vmid_cloudinit.json +25 -0
  1650. package/dist/catalog-pve/enrichment/get_nodes_node_qemu_vmid_cloudinit_dump.json +26 -0
  1651. package/dist/catalog-pve/enrichment/get_nodes_node_qemu_vmid_config.json +28 -0
  1652. package/dist/catalog-pve/enrichment/get_nodes_node_qemu_vmid_feature.json +26 -0
  1653. package/dist/catalog-pve/enrichment/get_nodes_node_qemu_vmid_firewall.json +27 -0
  1654. package/dist/catalog-pve/enrichment/get_nodes_node_qemu_vmid_firewall_aliases.json +24 -0
  1655. package/dist/catalog-pve/enrichment/get_nodes_node_qemu_vmid_firewall_aliases_name.json +27 -0
  1656. package/dist/catalog-pve/enrichment/get_nodes_node_qemu_vmid_firewall_ipset.json +25 -0
  1657. package/dist/catalog-pve/enrichment/get_nodes_node_qemu_vmid_firewall_ipset_name.json +27 -0
  1658. package/dist/catalog-pve/enrichment/get_nodes_node_qemu_vmid_firewall_ipset_name_cidr.json +28 -0
  1659. package/dist/catalog-pve/enrichment/get_nodes_node_qemu_vmid_firewall_log.json +26 -0
  1660. package/dist/catalog-pve/enrichment/get_nodes_node_qemu_vmid_firewall_options.json +26 -0
  1661. package/dist/catalog-pve/enrichment/get_nodes_node_qemu_vmid_firewall_refs.json +25 -0
  1662. package/dist/catalog-pve/enrichment/get_nodes_node_qemu_vmid_firewall_rules.json +28 -0
  1663. package/dist/catalog-pve/enrichment/get_nodes_node_qemu_vmid_firewall_rules_pos.json +26 -0
  1664. package/dist/catalog-pve/enrichment/get_nodes_node_qemu_vmid_migrate.json +28 -0
  1665. package/dist/catalog-pve/enrichment/get_nodes_node_qemu_vmid_mtunnelwebsocket.json +28 -0
  1666. package/dist/catalog-pve/enrichment/get_nodes_node_qemu_vmid_pending.json +26 -0
  1667. package/dist/catalog-pve/enrichment/get_nodes_node_qemu_vmid_rrd.json +30 -0
  1668. package/dist/catalog-pve/enrichment/get_nodes_node_qemu_vmid_rrddata.json +28 -0
  1669. package/dist/catalog-pve/enrichment/get_nodes_node_qemu_vmid_snapshot.json +26 -0
  1670. package/dist/catalog-pve/enrichment/get_nodes_node_qemu_vmid_snapshot_snapname.json +28 -0
  1671. package/dist/catalog-pve/enrichment/get_nodes_node_qemu_vmid_snapshot_snapname_config.json +26 -0
  1672. package/dist/catalog-pve/enrichment/get_nodes_node_qemu_vmid_status.json +29 -0
  1673. package/dist/catalog-pve/enrichment/get_nodes_node_qemu_vmid_status_current.json +28 -0
  1674. package/dist/catalog-pve/enrichment/get_nodes_node_qemu_vmid_vncwebsocket.json +29 -0
  1675. package/dist/catalog-pve/enrichment/get_nodes_node_query_oci_repo_tags.json +24 -0
  1676. package/dist/catalog-pve/enrichment/get_nodes_node_query_url_metadata.json +25 -0
  1677. package/dist/catalog-pve/enrichment/get_nodes_node_replication.json +27 -0
  1678. package/dist/catalog-pve/enrichment/get_nodes_node_replication_id.json +25 -0
  1679. package/dist/catalog-pve/enrichment/get_nodes_node_replication_id_log.json +28 -0
  1680. package/dist/catalog-pve/enrichment/get_nodes_node_replication_id_status.json +26 -0
  1681. package/dist/catalog-pve/enrichment/get_nodes_node_report.json +24 -0
  1682. package/dist/catalog-pve/enrichment/get_nodes_node_rrd.json +26 -0
  1683. package/dist/catalog-pve/enrichment/get_nodes_node_rrddata.json +27 -0
  1684. package/dist/catalog-pve/enrichment/get_nodes_node_scan.json +25 -0
  1685. package/dist/catalog-pve/enrichment/get_nodes_node_scan_cifs.json +29 -0
  1686. package/dist/catalog-pve/enrichment/get_nodes_node_scan_iscsi.json +26 -0
  1687. package/dist/catalog-pve/enrichment/get_nodes_node_scan_lvm.json +24 -0
  1688. package/dist/catalog-pve/enrichment/get_nodes_node_scan_lvmthin.json +26 -0
  1689. package/dist/catalog-pve/enrichment/get_nodes_node_scan_nfs.json +25 -0
  1690. package/dist/catalog-pve/enrichment/get_nodes_node_scan_pbs.json +31 -0
  1691. package/dist/catalog-pve/enrichment/get_nodes_node_scan_zfs.json +25 -0
  1692. package/dist/catalog-pve/enrichment/get_nodes_node_sdn.json +23 -0
  1693. package/dist/catalog-pve/enrichment/get_nodes_node_sdn_fabrics_fabric.json +24 -0
  1694. package/dist/catalog-pve/enrichment/get_nodes_node_sdn_fabrics_fabric_interfaces.json +25 -0
  1695. package/dist/catalog-pve/enrichment/get_nodes_node_sdn_fabrics_fabric_neighbors.json +26 -0
  1696. package/dist/catalog-pve/enrichment/get_nodes_node_sdn_fabrics_fabric_routes.json +24 -0
  1697. package/dist/catalog-pve/enrichment/get_nodes_node_sdn_vnets_vnet.json +24 -0
  1698. package/dist/catalog-pve/enrichment/get_nodes_node_sdn_vnets_vnet_mac_vrf.json +26 -0
  1699. package/dist/catalog-pve/enrichment/get_nodes_node_sdn_zones.json +23 -0
  1700. package/dist/catalog-pve/enrichment/get_nodes_node_sdn_zones_zone.json +24 -0
  1701. package/dist/catalog-pve/enrichment/get_nodes_node_sdn_zones_zone_bridges.json +26 -0
  1702. package/dist/catalog-pve/enrichment/get_nodes_node_sdn_zones_zone_content.json +25 -0
  1703. package/dist/catalog-pve/enrichment/get_nodes_node_sdn_zones_zone_ip_vrf.json +25 -0
  1704. package/dist/catalog-pve/enrichment/get_nodes_node_services.json +27 -0
  1705. package/dist/catalog-pve/enrichment/get_nodes_node_services_service.json +27 -0
  1706. package/dist/catalog-pve/enrichment/get_nodes_node_services_service_state.json +27 -0
  1707. package/dist/catalog-pve/enrichment/get_nodes_node_status.json +26 -0
  1708. package/dist/catalog-pve/enrichment/get_nodes_node_storage.json +28 -0
  1709. package/dist/catalog-pve/enrichment/get_nodes_node_storage_storage.json +26 -0
  1710. package/dist/catalog-pve/enrichment/get_nodes_node_storage_storage_content.json +30 -0
  1711. package/dist/catalog-pve/enrichment/get_nodes_node_storage_storage_content_volume.json +27 -0
  1712. package/dist/catalog-pve/enrichment/get_nodes_node_storage_storage_file_restore_download.json +28 -0
  1713. package/dist/catalog-pve/enrichment/get_nodes_node_storage_storage_file_restore_list.json +28 -0
  1714. package/dist/catalog-pve/enrichment/get_nodes_node_storage_storage_identity.json +24 -0
  1715. package/dist/catalog-pve/enrichment/get_nodes_node_storage_storage_import_metadata.json +27 -0
  1716. package/dist/catalog-pve/enrichment/get_nodes_node_storage_storage_prunebackups.json +29 -0
  1717. package/dist/catalog-pve/enrichment/get_nodes_node_storage_storage_rrd.json +28 -0
  1718. package/dist/catalog-pve/enrichment/get_nodes_node_storage_storage_rrddata.json +28 -0
  1719. package/dist/catalog-pve/enrichment/get_nodes_node_storage_storage_status.json +24 -0
  1720. package/dist/catalog-pve/enrichment/get_nodes_node_subscription.json +24 -0
  1721. package/dist/catalog-pve/enrichment/get_nodes_node_syslog.json +29 -0
  1722. package/dist/catalog-pve/enrichment/get_nodes_node_tasks.json +30 -0
  1723. package/dist/catalog-pve/enrichment/get_nodes_node_tasks_upid.json +25 -0
  1724. package/dist/catalog-pve/enrichment/get_nodes_node_tasks_upid_log.json +29 -0
  1725. package/dist/catalog-pve/enrichment/get_nodes_node_tasks_upid_status.json +24 -0
  1726. package/dist/catalog-pve/enrichment/get_nodes_node_time.json +21 -0
  1727. package/dist/catalog-pve/enrichment/get_nodes_node_version.json +23 -0
  1728. package/dist/catalog-pve/enrichment/get_nodes_node_vncwebsocket.json +26 -0
  1729. package/dist/catalog-pve/enrichment/get_nodes_node_vzdump_defaults.json +26 -0
  1730. package/dist/catalog-pve/enrichment/get_nodes_node_vzdump_extractconfig.json +26 -0
  1731. package/dist/catalog-pve/enrichment/get_pools.json +25 -0
  1732. package/dist/catalog-pve/enrichment/get_pools_poolid.json +25 -0
  1733. package/dist/catalog-pve/enrichment/get_storage.json +24 -0
  1734. package/dist/catalog-pve/enrichment/get_storage_storage.json +25 -0
  1735. package/dist/catalog-pve/enrichment/get_version.json +22 -0
  1736. package/dist/catalog-pve/enrichment/post_access_domains.json +38 -0
  1737. package/dist/catalog-pve/enrichment/post_access_domains_realm_sync.json +31 -0
  1738. package/dist/catalog-pve/enrichment/post_access_groups.json +25 -0
  1739. package/dist/catalog-pve/enrichment/post_access_openid_auth_url.json +24 -0
  1740. package/dist/catalog-pve/enrichment/post_access_openid_login.json +27 -0
  1741. package/dist/catalog-pve/enrichment/post_access_roles.json +27 -0
  1742. package/dist/catalog-pve/enrichment/post_access_tfa_userid.json +32 -0
  1743. package/dist/catalog-pve/enrichment/post_access_ticket.json +28 -0
  1744. package/dist/catalog-pve/enrichment/post_access_users.json +36 -0
  1745. package/dist/catalog-pve/enrichment/post_access_users_userid_token_tokenid.json +32 -0
  1746. package/dist/catalog-pve/enrichment/post_access_vncticket.json +29 -0
  1747. package/dist/catalog-pve/enrichment/post_cluster_acme_account.json +30 -0
  1748. package/dist/catalog-pve/enrichment/post_cluster_acme_plugins.json +33 -0
  1749. package/dist/catalog-pve/enrichment/post_cluster_backup.json +36 -0
  1750. package/dist/catalog-pve/enrichment/post_cluster_bulk_action_guest_migrate.json +28 -0
  1751. package/dist/catalog-pve/enrichment/post_cluster_bulk_action_guest_shutdown.json +29 -0
  1752. package/dist/catalog-pve/enrichment/post_cluster_bulk_action_guest_start.json +26 -0
  1753. package/dist/catalog-pve/enrichment/post_cluster_bulk_action_guest_suspend.json +29 -0
  1754. package/dist/catalog-pve/enrichment/post_cluster_config.json +31 -0
  1755. package/dist/catalog-pve/enrichment/post_cluster_config_join.json +31 -0
  1756. package/dist/catalog-pve/enrichment/post_cluster_config_nodes_node.json +33 -0
  1757. package/dist/catalog-pve/enrichment/post_cluster_firewall_aliases.json +28 -0
  1758. package/dist/catalog-pve/enrichment/post_cluster_firewall_groups.json +27 -0
  1759. package/dist/catalog-pve/enrichment/post_cluster_firewall_groups_group.json +36 -0
  1760. package/dist/catalog-pve/enrichment/post_cluster_firewall_ipset.json +26 -0
  1761. package/dist/catalog-pve/enrichment/post_cluster_firewall_ipset_name.json +29 -0
  1762. package/dist/catalog-pve/enrichment/post_cluster_firewall_rules.json +35 -0
  1763. package/dist/catalog-pve/enrichment/post_cluster_ha_groups.json +32 -0
  1764. package/dist/catalog-pve/enrichment/post_cluster_ha_resources.json +35 -0
  1765. package/dist/catalog-pve/enrichment/post_cluster_ha_resources_sid_migrate.json +29 -0
  1766. package/dist/catalog-pve/enrichment/post_cluster_ha_resources_sid_relocate.json +27 -0
  1767. package/dist/catalog-pve/enrichment/post_cluster_ha_rules.json +34 -0
  1768. package/dist/catalog-pve/enrichment/post_cluster_ha_status_arm_ha.json +21 -0
  1769. package/dist/catalog-pve/enrichment/post_cluster_ha_status_disarm_ha.json +24 -0
  1770. package/dist/catalog-pve/enrichment/post_cluster_jobs_realm_sync_id.json +35 -0
  1771. package/dist/catalog-pve/enrichment/post_cluster_mapping_dir.json +30 -0
  1772. package/dist/catalog-pve/enrichment/post_cluster_mapping_pci.json +33 -0
  1773. package/dist/catalog-pve/enrichment/post_cluster_mapping_usb.json +30 -0
  1774. package/dist/catalog-pve/enrichment/post_cluster_metrics_server_id.json +35 -0
  1775. package/dist/catalog-pve/enrichment/post_cluster_notifications_endpoints_gotify.json +31 -0
  1776. package/dist/catalog-pve/enrichment/post_cluster_notifications_endpoints_sendmail.json +33 -0
  1777. package/dist/catalog-pve/enrichment/post_cluster_notifications_endpoints_smtp.json +38 -0
  1778. package/dist/catalog-pve/enrichment/post_cluster_notifications_endpoints_webhook.json +40 -0
  1779. package/dist/catalog-pve/enrichment/post_cluster_notifications_matchers.json +35 -0
  1780. package/dist/catalog-pve/enrichment/post_cluster_notifications_targets_name_test.json +26 -0
  1781. package/dist/catalog-pve/enrichment/post_cluster_qemu_custom_cpu_models.json +31 -0
  1782. package/dist/catalog-pve/enrichment/post_cluster_replication.json +31 -0
  1783. package/dist/catalog-pve/enrichment/post_cluster_sdn_controllers.json +33 -0
  1784. package/dist/catalog-pve/enrichment/post_cluster_sdn_dns.json +30 -0
  1785. package/dist/catalog-pve/enrichment/post_cluster_sdn_fabrics_fabric.json +31 -0
  1786. package/dist/catalog-pve/enrichment/post_cluster_sdn_fabrics_node_fabric_id.json +35 -0
  1787. package/dist/catalog-pve/enrichment/post_cluster_sdn_ipams.json +30 -0
  1788. package/dist/catalog-pve/enrichment/post_cluster_sdn_lock.json +24 -0
  1789. package/dist/catalog-pve/enrichment/post_cluster_sdn_prefix_lists.json +27 -0
  1790. package/dist/catalog-pve/enrichment/post_cluster_sdn_prefix_lists_id_entries.json +31 -0
  1791. package/dist/catalog-pve/enrichment/post_cluster_sdn_rollback.json +27 -0
  1792. package/dist/catalog-pve/enrichment/post_cluster_sdn_route_maps_entries.json +33 -0
  1793. package/dist/catalog-pve/enrichment/post_cluster_sdn_vnets.json +32 -0
  1794. package/dist/catalog-pve/enrichment/post_cluster_sdn_vnets_vnet_firewall_rules.json +36 -0
  1795. package/dist/catalog-pve/enrichment/post_cluster_sdn_vnets_vnet_ips.json +31 -0
  1796. package/dist/catalog-pve/enrichment/post_cluster_sdn_vnets_vnet_subnets.json +36 -0
  1797. package/dist/catalog-pve/enrichment/post_cluster_sdn_zones.json +32 -0
  1798. package/dist/catalog-pve/enrichment/post_nodes_node_aplinfo.json +27 -0
  1799. package/dist/catalog-pve/enrichment/post_nodes_node_apt_repositories.json +29 -0
  1800. package/dist/catalog-pve/enrichment/post_nodes_node_apt_update.json +27 -0
  1801. package/dist/catalog-pve/enrichment/post_nodes_node_ceph_fs_name.json +29 -0
  1802. package/dist/catalog-pve/enrichment/post_nodes_node_ceph_init.json +30 -0
  1803. package/dist/catalog-pve/enrichment/post_nodes_node_ceph_mds_name.json +28 -0
  1804. package/dist/catalog-pve/enrichment/post_nodes_node_ceph_mgr_id.json +26 -0
  1805. package/dist/catalog-pve/enrichment/post_nodes_node_ceph_mon_monid.json +26 -0
  1806. package/dist/catalog-pve/enrichment/post_nodes_node_ceph_osd.json +31 -0
  1807. package/dist/catalog-pve/enrichment/post_nodes_node_ceph_osd_osdid_in.json +26 -0
  1808. package/dist/catalog-pve/enrichment/post_nodes_node_ceph_osd_osdid_out.json +25 -0
  1809. package/dist/catalog-pve/enrichment/post_nodes_node_ceph_osd_osdid_scrub.json +27 -0
  1810. package/dist/catalog-pve/enrichment/post_nodes_node_ceph_pool.json +34 -0
  1811. package/dist/catalog-pve/enrichment/post_nodes_node_ceph_restart.json +24 -0
  1812. package/dist/catalog-pve/enrichment/post_nodes_node_ceph_start.json +25 -0
  1813. package/dist/catalog-pve/enrichment/post_nodes_node_ceph_stop.json +26 -0
  1814. package/dist/catalog-pve/enrichment/post_nodes_node_certificates_acme_certificate.json +27 -0
  1815. package/dist/catalog-pve/enrichment/post_nodes_node_certificates_custom.json +31 -0
  1816. package/dist/catalog-pve/enrichment/post_nodes_node_disks_directory.json +31 -0
  1817. package/dist/catalog-pve/enrichment/post_nodes_node_disks_initgpt.json +29 -0
  1818. package/dist/catalog-pve/enrichment/post_nodes_node_disks_lvm.json +30 -0
  1819. package/dist/catalog-pve/enrichment/post_nodes_node_disks_lvmthin.json +30 -0
  1820. package/dist/catalog-pve/enrichment/post_nodes_node_disks_zfs.json +33 -0
  1821. package/dist/catalog-pve/enrichment/post_nodes_node_execute.json +26 -0
  1822. package/dist/catalog-pve/enrichment/post_nodes_node_firewall_rules.json +37 -0
  1823. package/dist/catalog-pve/enrichment/post_nodes_node_hosts.json +25 -0
  1824. package/dist/catalog-pve/enrichment/post_nodes_node_lxc.json +42 -0
  1825. package/dist/catalog-pve/enrichment/post_nodes_node_lxc_vmid_clone.json +34 -0
  1826. package/dist/catalog-pve/enrichment/post_nodes_node_lxc_vmid_firewall_aliases.json +31 -0
  1827. package/dist/catalog-pve/enrichment/post_nodes_node_lxc_vmid_firewall_ipset.json +30 -0
  1828. package/dist/catalog-pve/enrichment/post_nodes_node_lxc_vmid_firewall_ipset_name.json +33 -0
  1829. package/dist/catalog-pve/enrichment/post_nodes_node_lxc_vmid_firewall_rules.json +36 -0
  1830. package/dist/catalog-pve/enrichment/post_nodes_node_lxc_vmid_migrate.json +34 -0
  1831. package/dist/catalog-pve/enrichment/post_nodes_node_lxc_vmid_move_volume.json +29 -0
  1832. package/dist/catalog-pve/enrichment/post_nodes_node_lxc_vmid_mtunnel.json +28 -0
  1833. package/dist/catalog-pve/enrichment/post_nodes_node_lxc_vmid_remote_migrate.json +33 -0
  1834. package/dist/catalog-pve/enrichment/post_nodes_node_lxc_vmid_snapshot.json +29 -0
  1835. package/dist/catalog-pve/enrichment/post_nodes_node_lxc_vmid_snapshot_snapname_rollback.json +31 -0
  1836. package/dist/catalog-pve/enrichment/post_nodes_node_lxc_vmid_spiceproxy.json +27 -0
  1837. package/dist/catalog-pve/enrichment/post_nodes_node_lxc_vmid_status_reboot.json +29 -0
  1838. package/dist/catalog-pve/enrichment/post_nodes_node_lxc_vmid_status_resume.json +25 -0
  1839. package/dist/catalog-pve/enrichment/post_nodes_node_lxc_vmid_status_shutdown.json +31 -0
  1840. package/dist/catalog-pve/enrichment/post_nodes_node_lxc_vmid_status_start.json +26 -0
  1841. package/dist/catalog-pve/enrichment/post_nodes_node_lxc_vmid_status_stop.json +28 -0
  1842. package/dist/catalog-pve/enrichment/post_nodes_node_lxc_vmid_status_suspend.json +27 -0
  1843. package/dist/catalog-pve/enrichment/post_nodes_node_lxc_vmid_template.json +25 -0
  1844. package/dist/catalog-pve/enrichment/post_nodes_node_lxc_vmid_termproxy.json +24 -0
  1845. package/dist/catalog-pve/enrichment/post_nodes_node_lxc_vmid_vncproxy.json +29 -0
  1846. package/dist/catalog-pve/enrichment/post_nodes_node_migrateall.json +30 -0
  1847. package/dist/catalog-pve/enrichment/post_nodes_node_network.json +35 -0
  1848. package/dist/catalog-pve/enrichment/post_nodes_node_qemu.json +46 -0
  1849. package/dist/catalog-pve/enrichment/post_nodes_node_qemu_vmid_agent.json +29 -0
  1850. package/dist/catalog-pve/enrichment/post_nodes_node_qemu_vmid_agent_exec.json +28 -0
  1851. package/dist/catalog-pve/enrichment/post_nodes_node_qemu_vmid_agent_file_write.json +31 -0
  1852. package/dist/catalog-pve/enrichment/post_nodes_node_qemu_vmid_agent_fsfreeze_freeze.json +26 -0
  1853. package/dist/catalog-pve/enrichment/post_nodes_node_qemu_vmid_agent_fsfreeze_status.json +26 -0
  1854. package/dist/catalog-pve/enrichment/post_nodes_node_qemu_vmid_agent_fsfreeze_thaw.json +26 -0
  1855. package/dist/catalog-pve/enrichment/post_nodes_node_qemu_vmid_agent_fstrim.json +26 -0
  1856. package/dist/catalog-pve/enrichment/post_nodes_node_qemu_vmid_agent_ping.json +24 -0
  1857. package/dist/catalog-pve/enrichment/post_nodes_node_qemu_vmid_agent_set_user_password.json +30 -0
  1858. package/dist/catalog-pve/enrichment/post_nodes_node_qemu_vmid_agent_shutdown.json +28 -0
  1859. package/dist/catalog-pve/enrichment/post_nodes_node_qemu_vmid_agent_suspend_disk.json +26 -0
  1860. package/dist/catalog-pve/enrichment/post_nodes_node_qemu_vmid_agent_suspend_hybrid.json +27 -0
  1861. package/dist/catalog-pve/enrichment/post_nodes_node_qemu_vmid_agent_suspend_ram.json +27 -0
  1862. package/dist/catalog-pve/enrichment/post_nodes_node_qemu_vmid_clone.json +34 -0
  1863. package/dist/catalog-pve/enrichment/post_nodes_node_qemu_vmid_config.json +35 -0
  1864. package/dist/catalog-pve/enrichment/post_nodes_node_qemu_vmid_dbus_vmstate.json +26 -0
  1865. package/dist/catalog-pve/enrichment/post_nodes_node_qemu_vmid_firewall_aliases.json +30 -0
  1866. package/dist/catalog-pve/enrichment/post_nodes_node_qemu_vmid_firewall_ipset.json +31 -0
  1867. package/dist/catalog-pve/enrichment/post_nodes_node_qemu_vmid_firewall_ipset_name.json +33 -0
  1868. package/dist/catalog-pve/enrichment/post_nodes_node_qemu_vmid_firewall_rules.json +37 -0
  1869. package/dist/catalog-pve/enrichment/post_nodes_node_qemu_vmid_migrate.json +36 -0
  1870. package/dist/catalog-pve/enrichment/post_nodes_node_qemu_vmid_monitor.json +30 -0
  1871. package/dist/catalog-pve/enrichment/post_nodes_node_qemu_vmid_move_disk.json +32 -0
  1872. package/dist/catalog-pve/enrichment/post_nodes_node_qemu_vmid_mtunnel.json +27 -0
  1873. package/dist/catalog-pve/enrichment/post_nodes_node_qemu_vmid_remote_migrate.json +35 -0
  1874. package/dist/catalog-pve/enrichment/post_nodes_node_qemu_vmid_snapshot.json +31 -0
  1875. package/dist/catalog-pve/enrichment/post_nodes_node_qemu_vmid_snapshot_snapname_rollback.json +30 -0
  1876. package/dist/catalog-pve/enrichment/post_nodes_node_qemu_vmid_spiceproxy.json +28 -0
  1877. package/dist/catalog-pve/enrichment/post_nodes_node_qemu_vmid_status_reboot.json +29 -0
  1878. package/dist/catalog-pve/enrichment/post_nodes_node_qemu_vmid_status_reset.json +27 -0
  1879. package/dist/catalog-pve/enrichment/post_nodes_node_qemu_vmid_status_resume.json +26 -0
  1880. package/dist/catalog-pve/enrichment/post_nodes_node_qemu_vmid_status_shutdown.json +31 -0
  1881. package/dist/catalog-pve/enrichment/post_nodes_node_qemu_vmid_status_start.json +29 -0
  1882. package/dist/catalog-pve/enrichment/post_nodes_node_qemu_vmid_status_stop.json +32 -0
  1883. package/dist/catalog-pve/enrichment/post_nodes_node_qemu_vmid_status_suspend.json +30 -0
  1884. package/dist/catalog-pve/enrichment/post_nodes_node_qemu_vmid_template.json +27 -0
  1885. package/dist/catalog-pve/enrichment/post_nodes_node_qemu_vmid_termproxy.json +25 -0
  1886. package/dist/catalog-pve/enrichment/post_nodes_node_qemu_vmid_vncproxy.json +28 -0
  1887. package/dist/catalog-pve/enrichment/post_nodes_node_replication_id_schedule_now.json +27 -0
  1888. package/dist/catalog-pve/enrichment/post_nodes_node_services_service_reload.json +27 -0
  1889. package/dist/catalog-pve/enrichment/post_nodes_node_services_service_restart.json +27 -0
  1890. package/dist/catalog-pve/enrichment/post_nodes_node_services_service_start.json +28 -0
  1891. package/dist/catalog-pve/enrichment/post_nodes_node_services_service_stop.json +28 -0
  1892. package/dist/catalog-pve/enrichment/post_nodes_node_spiceshell.json +27 -0
  1893. package/dist/catalog-pve/enrichment/post_nodes_node_startall.json +26 -0
  1894. package/dist/catalog-pve/enrichment/post_nodes_node_status.json +26 -0
  1895. package/dist/catalog-pve/enrichment/post_nodes_node_stopall.json +29 -0
  1896. package/dist/catalog-pve/enrichment/post_nodes_node_storage_storage_content.json +31 -0
  1897. package/dist/catalog-pve/enrichment/post_nodes_node_storage_storage_content_volume.json +29 -0
  1898. package/dist/catalog-pve/enrichment/post_nodes_node_storage_storage_download_url.json +34 -0
  1899. package/dist/catalog-pve/enrichment/post_nodes_node_storage_storage_oci_registry_pull.json +30 -0
  1900. package/dist/catalog-pve/enrichment/post_nodes_node_storage_storage_upload.json +31 -0
  1901. package/dist/catalog-pve/enrichment/post_nodes_node_subscription.json +26 -0
  1902. package/dist/catalog-pve/enrichment/post_nodes_node_suspendall.json +26 -0
  1903. package/dist/catalog-pve/enrichment/post_nodes_node_termproxy.json +26 -0
  1904. package/dist/catalog-pve/enrichment/post_nodes_node_vncshell.json +29 -0
  1905. package/dist/catalog-pve/enrichment/post_nodes_node_vzdump.json +36 -0
  1906. package/dist/catalog-pve/enrichment/post_nodes_node_wakeonlan.json +23 -0
  1907. package/dist/catalog-pve/enrichment/post_pools.json +25 -0
  1908. package/dist/catalog-pve/enrichment/post_storage.json +35 -0
  1909. package/dist/catalog-pve/enrichment/put_access_acl.json +30 -0
  1910. package/dist/catalog-pve/enrichment/put_access_domains_realm.json +35 -0
  1911. package/dist/catalog-pve/enrichment/put_access_groups_groupid.json +26 -0
  1912. package/dist/catalog-pve/enrichment/put_access_password.json +27 -0
  1913. package/dist/catalog-pve/enrichment/put_access_roles_roleid.json +29 -0
  1914. package/dist/catalog-pve/enrichment/put_access_tfa_userid_id.json +29 -0
  1915. package/dist/catalog-pve/enrichment/put_access_users_userid.json +30 -0
  1916. package/dist/catalog-pve/enrichment/put_access_users_userid_token_tokenid.json +32 -0
  1917. package/dist/catalog-pve/enrichment/put_access_users_userid_unlock_tfa.json +25 -0
  1918. package/dist/catalog-pve/enrichment/put_cluster_acme_account_name.json +27 -0
  1919. package/dist/catalog-pve/enrichment/put_cluster_acme_plugins_id.json +31 -0
  1920. package/dist/catalog-pve/enrichment/put_cluster_backup_id.json +36 -0
  1921. package/dist/catalog-pve/enrichment/put_cluster_ceph_flags.json +25 -0
  1922. package/dist/catalog-pve/enrichment/put_cluster_ceph_flags_flag.json +26 -0
  1923. package/dist/catalog-pve/enrichment/put_cluster_firewall_aliases_name.json +28 -0
  1924. package/dist/catalog-pve/enrichment/put_cluster_firewall_groups_group_pos.json +32 -0
  1925. package/dist/catalog-pve/enrichment/put_cluster_firewall_ipset_name_cidr.json +30 -0
  1926. package/dist/catalog-pve/enrichment/put_cluster_firewall_options.json +29 -0
  1927. package/dist/catalog-pve/enrichment/put_cluster_firewall_rules_pos.json +30 -0
  1928. package/dist/catalog-pve/enrichment/put_cluster_ha_groups_group.json +31 -0
  1929. package/dist/catalog-pve/enrichment/put_cluster_ha_resources_sid.json +34 -0
  1930. package/dist/catalog-pve/enrichment/put_cluster_ha_rules_rule.json +33 -0
  1931. package/dist/catalog-pve/enrichment/put_cluster_jobs_realm_sync_id.json +32 -0
  1932. package/dist/catalog-pve/enrichment/put_cluster_mapping_dir_id.json +32 -0
  1933. package/dist/catalog-pve/enrichment/put_cluster_mapping_pci_id.json +32 -0
  1934. package/dist/catalog-pve/enrichment/put_cluster_mapping_usb_id.json +33 -0
  1935. package/dist/catalog-pve/enrichment/put_cluster_metrics_server_id.json +35 -0
  1936. package/dist/catalog-pve/enrichment/put_cluster_notifications_endpoints_gotify_name.json +29 -0
  1937. package/dist/catalog-pve/enrichment/put_cluster_notifications_endpoints_sendmail_name.json +29 -0
  1938. package/dist/catalog-pve/enrichment/put_cluster_notifications_endpoints_smtp_name.json +36 -0
  1939. package/dist/catalog-pve/enrichment/put_cluster_notifications_endpoints_webhook_name.json +31 -0
  1940. package/dist/catalog-pve/enrichment/put_cluster_notifications_matchers_name.json +35 -0
  1941. package/dist/catalog-pve/enrichment/put_cluster_options.json +28 -0
  1942. package/dist/catalog-pve/enrichment/put_cluster_qemu_custom_cpu_models_cputype.json +31 -0
  1943. package/dist/catalog-pve/enrichment/put_cluster_replication_id.json +29 -0
  1944. package/dist/catalog-pve/enrichment/put_cluster_sdn.json +28 -0
  1945. package/dist/catalog-pve/enrichment/put_cluster_sdn_controllers_controller.json +33 -0
  1946. package/dist/catalog-pve/enrichment/put_cluster_sdn_dns_dns.json +30 -0
  1947. package/dist/catalog-pve/enrichment/put_cluster_sdn_fabrics_fabric_id.json +32 -0
  1948. package/dist/catalog-pve/enrichment/put_cluster_sdn_fabrics_node_fabric_id_node_id.json +34 -0
  1949. package/dist/catalog-pve/enrichment/put_cluster_sdn_ipams_ipam.json +30 -0
  1950. package/dist/catalog-pve/enrichment/put_cluster_sdn_prefix_lists_id.json +29 -0
  1951. package/dist/catalog-pve/enrichment/put_cluster_sdn_prefix_lists_id_entries_url_seq.json +32 -0
  1952. package/dist/catalog-pve/enrichment/put_cluster_sdn_route_maps_entries_route_map_id_entry_order.json +31 -0
  1953. package/dist/catalog-pve/enrichment/put_cluster_sdn_vnets_vnet.json +30 -0
  1954. package/dist/catalog-pve/enrichment/put_cluster_sdn_vnets_vnet_firewall_options.json +29 -0
  1955. package/dist/catalog-pve/enrichment/put_cluster_sdn_vnets_vnet_firewall_rules_pos.json +35 -0
  1956. package/dist/catalog-pve/enrichment/put_cluster_sdn_vnets_vnet_ips.json +31 -0
  1957. package/dist/catalog-pve/enrichment/put_cluster_sdn_vnets_vnet_subnets_subnet.json +30 -0
  1958. package/dist/catalog-pve/enrichment/put_cluster_sdn_zones_zone.json +31 -0
  1959. package/dist/catalog-pve/enrichment/put_nodes_node_apt_repositories.json +27 -0
  1960. package/dist/catalog-pve/enrichment/put_nodes_node_ceph_pool_name.json +33 -0
  1961. package/dist/catalog-pve/enrichment/put_nodes_node_certificates_acme_certificate.json +27 -0
  1962. package/dist/catalog-pve/enrichment/put_nodes_node_config.json +29 -0
  1963. package/dist/catalog-pve/enrichment/put_nodes_node_disks_wipedisk.json +30 -0
  1964. package/dist/catalog-pve/enrichment/put_nodes_node_dns.json +27 -0
  1965. package/dist/catalog-pve/enrichment/put_nodes_node_firewall_options.json +35 -0
  1966. package/dist/catalog-pve/enrichment/put_nodes_node_firewall_rules_pos.json +31 -0
  1967. package/dist/catalog-pve/enrichment/put_nodes_node_lxc_vmid_config.json +33 -0
  1968. package/dist/catalog-pve/enrichment/put_nodes_node_lxc_vmid_firewall_aliases_name.json +31 -0
  1969. package/dist/catalog-pve/enrichment/put_nodes_node_lxc_vmid_firewall_ipset_name_cidr.json +32 -0
  1970. package/dist/catalog-pve/enrichment/put_nodes_node_lxc_vmid_firewall_options.json +38 -0
  1971. package/dist/catalog-pve/enrichment/put_nodes_node_lxc_vmid_firewall_rules_pos.json +38 -0
  1972. package/dist/catalog-pve/enrichment/put_nodes_node_lxc_vmid_resize.json +28 -0
  1973. package/dist/catalog-pve/enrichment/put_nodes_node_lxc_vmid_snapshot_snapname_config.json +29 -0
  1974. package/dist/catalog-pve/enrichment/put_nodes_node_network.json +27 -0
  1975. package/dist/catalog-pve/enrichment/put_nodes_node_network_iface.json +37 -0
  1976. package/dist/catalog-pve/enrichment/put_nodes_node_qemu_vmid_cloudinit.json +25 -0
  1977. package/dist/catalog-pve/enrichment/put_nodes_node_qemu_vmid_config.json +33 -0
  1978. package/dist/catalog-pve/enrichment/put_nodes_node_qemu_vmid_firewall_aliases_name.json +31 -0
  1979. package/dist/catalog-pve/enrichment/put_nodes_node_qemu_vmid_firewall_ipset_name_cidr.json +32 -0
  1980. package/dist/catalog-pve/enrichment/put_nodes_node_qemu_vmid_firewall_options.json +37 -0
  1981. package/dist/catalog-pve/enrichment/put_nodes_node_qemu_vmid_firewall_rules_pos.json +38 -0
  1982. package/dist/catalog-pve/enrichment/put_nodes_node_qemu_vmid_resize.json +28 -0
  1983. package/dist/catalog-pve/enrichment/put_nodes_node_qemu_vmid_sendkey.json +27 -0
  1984. package/dist/catalog-pve/enrichment/put_nodes_node_qemu_vmid_snapshot_snapname_config.json +29 -0
  1985. package/dist/catalog-pve/enrichment/put_nodes_node_qemu_vmid_unlink.json +29 -0
  1986. package/dist/catalog-pve/enrichment/put_nodes_node_storage_storage_content_volume.json +29 -0
  1987. package/dist/catalog-pve/enrichment/put_nodes_node_subscription.json +24 -0
  1988. package/dist/catalog-pve/enrichment/put_nodes_node_time.json +23 -0
  1989. package/dist/catalog-pve/enrichment/put_pools.json +29 -0
  1990. package/dist/catalog-pve/enrichment/put_pools_poolid.json +29 -0
  1991. package/dist/catalog-pve/enrichment/put_storage_storage.json +30 -0
  1992. package/dist/catalog-pve/index.json +7445 -0
  1993. package/dist/clients/proxmox-client.js +92 -0
  1994. package/dist/config.js +57 -0
  1995. package/dist/helpers/format-error.js +14 -0
  1996. package/dist/helpers/register-surface-tools.js +26 -0
  1997. package/dist/helpers/register-tool.js +3 -0
  1998. package/dist/index.js +12 -0
  1999. package/dist/server/proxmox-mcp-server.js +18 -0
  2000. package/dist/tools/call-endpoint.js +92 -0
  2001. package/dist/tools/describe-endpoint.js +73 -0
  2002. package/dist/tools/list-endpoints.js +78 -0
  2003. package/dist/types/tool-definition.js +1 -0
  2004. package/dist/types/tool-response.js +1 -0
  2005. package/package.json +46 -0
@@ -0,0 +1,3526 @@
1
+ {
2
+ "surface": "pdm",
3
+ "product": "Proxmox Datacenter Manager",
4
+ "generatedFrom": "pdm-apidoc.js",
5
+ "defaultBaseUrl": "https://PDM_HOST:8443/api2/json",
6
+ "authScheme": "PDMAPIToken",
7
+ "endpointCount": 318,
8
+ "readCount": 199,
9
+ "writeCount": 119,
10
+ "categories": [
11
+ "Access & Auth",
12
+ "Auto Install",
13
+ "Ceph",
14
+ "Configuration",
15
+ "Nodes & Guests",
16
+ "PBS Remotes",
17
+ "PVE Remotes",
18
+ "Ping",
19
+ "Remotes",
20
+ "Resources",
21
+ "Root",
22
+ "SDN",
23
+ "Subscriptions",
24
+ "System"
25
+ ],
26
+ "endpoints": [
27
+ {
28
+ "operationId": "get_access",
29
+ "resource": "access",
30
+ "category": "Access & Auth",
31
+ "name": "access",
32
+ "method": "GET",
33
+ "path": "/access",
34
+ "description": "Directory index.",
35
+ "writeOperation": false,
36
+ "destructive": false
37
+ },
38
+ {
39
+ "operationId": "get_access_acl",
40
+ "resource": "access",
41
+ "category": "Access & Auth",
42
+ "name": "acl",
43
+ "method": "GET",
44
+ "path": "/access/acl",
45
+ "description": "Get ACL entries, can be filter by path.",
46
+ "writeOperation": false,
47
+ "destructive": false
48
+ },
49
+ {
50
+ "operationId": "put_access_acl",
51
+ "resource": "access",
52
+ "category": "Access & Auth",
53
+ "name": "acl",
54
+ "method": "PUT",
55
+ "path": "/access/acl",
56
+ "description": "Update ACL",
57
+ "writeOperation": true,
58
+ "destructive": false
59
+ },
60
+ {
61
+ "operationId": "get_access_domains",
62
+ "resource": "access",
63
+ "category": "Access & Auth",
64
+ "name": "domains",
65
+ "method": "GET",
66
+ "path": "/access/domains",
67
+ "description": "Authentication domain/realm index.",
68
+ "writeOperation": false,
69
+ "destructive": false
70
+ },
71
+ {
72
+ "operationId": "post_access_domains_realm_sync",
73
+ "resource": "access",
74
+ "category": "Access & Auth",
75
+ "name": "sync",
76
+ "method": "POST",
77
+ "path": "/access/domains/{realm}/sync",
78
+ "description": "Synchronize users of a given realm",
79
+ "writeOperation": true,
80
+ "destructive": false
81
+ },
82
+ {
83
+ "operationId": "get_access_openid",
84
+ "resource": "access",
85
+ "category": "Access & Auth",
86
+ "name": "openid",
87
+ "method": "GET",
88
+ "path": "/access/openid",
89
+ "description": "Directory index.",
90
+ "writeOperation": false,
91
+ "destructive": false
92
+ },
93
+ {
94
+ "operationId": "post_access_openid_auth_url",
95
+ "resource": "access",
96
+ "category": "Access & Auth",
97
+ "name": "auth-url",
98
+ "method": "POST",
99
+ "path": "/access/openid/auth-url",
100
+ "description": "Create OpenID Redirect Session",
101
+ "writeOperation": true,
102
+ "destructive": false
103
+ },
104
+ {
105
+ "operationId": "post_access_openid_login",
106
+ "resource": "access",
107
+ "category": "Access & Auth",
108
+ "name": "login",
109
+ "method": "POST",
110
+ "path": "/access/openid/login",
111
+ "description": "Get a new ticket as an HttpOnly cookie. Supports tickets via cookies.",
112
+ "writeOperation": true,
113
+ "destructive": false
114
+ },
115
+ {
116
+ "operationId": "get_access_permissions",
117
+ "resource": "access",
118
+ "category": "Access & Auth",
119
+ "name": "permissions",
120
+ "method": "GET",
121
+ "path": "/access/permissions",
122
+ "description": "List permissions of given or currently authenticated user / API token.\n\nOptionally limited to specific path.",
123
+ "writeOperation": false,
124
+ "destructive": false
125
+ },
126
+ {
127
+ "operationId": "get_access_roles",
128
+ "resource": "access",
129
+ "category": "Access & Auth",
130
+ "name": "roles",
131
+ "method": "GET",
132
+ "path": "/access/roles",
133
+ "description": "A list of available roles",
134
+ "writeOperation": false,
135
+ "destructive": false
136
+ },
137
+ {
138
+ "operationId": "get_access_tfa",
139
+ "resource": "access",
140
+ "category": "Access & Auth",
141
+ "name": "tfa",
142
+ "method": "GET",
143
+ "path": "/access/tfa",
144
+ "description": "List user TFA configuration.",
145
+ "writeOperation": false,
146
+ "destructive": false
147
+ },
148
+ {
149
+ "operationId": "get_access_tfa_userid",
150
+ "resource": "access",
151
+ "category": "Access & Auth",
152
+ "name": "{userid}",
153
+ "method": "GET",
154
+ "path": "/access/tfa/{userid}",
155
+ "description": "Add a TOTP secret to the user.",
156
+ "writeOperation": false,
157
+ "destructive": false
158
+ },
159
+ {
160
+ "operationId": "post_access_tfa_userid",
161
+ "resource": "access",
162
+ "category": "Access & Auth",
163
+ "name": "{userid}",
164
+ "method": "POST",
165
+ "path": "/access/tfa/{userid}",
166
+ "description": "Add a TFA entry to the user.",
167
+ "writeOperation": true,
168
+ "destructive": false
169
+ },
170
+ {
171
+ "operationId": "delete_access_tfa_userid_id",
172
+ "resource": "access",
173
+ "category": "Access & Auth",
174
+ "name": "{id}",
175
+ "method": "DELETE",
176
+ "path": "/access/tfa/{userid}/{id}",
177
+ "description": "Delete a single TFA entry.",
178
+ "writeOperation": true,
179
+ "destructive": true
180
+ },
181
+ {
182
+ "operationId": "get_access_tfa_userid_id",
183
+ "resource": "access",
184
+ "category": "Access & Auth",
185
+ "name": "{id}",
186
+ "method": "GET",
187
+ "path": "/access/tfa/{userid}/{id}",
188
+ "description": "Get a single TFA entry.",
189
+ "writeOperation": false,
190
+ "destructive": false
191
+ },
192
+ {
193
+ "operationId": "put_access_tfa_userid_id",
194
+ "resource": "access",
195
+ "category": "Access & Auth",
196
+ "name": "{id}",
197
+ "method": "PUT",
198
+ "path": "/access/tfa/{userid}/{id}",
199
+ "description": "Update user's TFA entry description.",
200
+ "writeOperation": true,
201
+ "destructive": false
202
+ },
203
+ {
204
+ "operationId": "delete_access_ticket",
205
+ "resource": "access",
206
+ "category": "Access & Auth",
207
+ "name": "ticket",
208
+ "method": "DELETE",
209
+ "path": "/access/ticket",
210
+ "description": "",
211
+ "writeOperation": true,
212
+ "destructive": true
213
+ },
214
+ {
215
+ "operationId": "post_access_ticket",
216
+ "resource": "access",
217
+ "category": "Access & Auth",
218
+ "name": "ticket",
219
+ "method": "POST",
220
+ "path": "/access/ticket",
221
+ "description": "Get a new ticket as an HttpOnly cookie. Supports tickets via cookies.",
222
+ "writeOperation": true,
223
+ "destructive": false
224
+ },
225
+ {
226
+ "operationId": "get_access_users",
227
+ "resource": "access",
228
+ "category": "Access & Auth",
229
+ "name": "users",
230
+ "method": "GET",
231
+ "path": "/access/users",
232
+ "description": "List users",
233
+ "writeOperation": false,
234
+ "destructive": false
235
+ },
236
+ {
237
+ "operationId": "post_access_users",
238
+ "resource": "access",
239
+ "category": "Access & Auth",
240
+ "name": "users",
241
+ "method": "POST",
242
+ "path": "/access/users",
243
+ "description": "Create new user.",
244
+ "writeOperation": true,
245
+ "destructive": false
246
+ },
247
+ {
248
+ "operationId": "delete_access_users_userid",
249
+ "resource": "access",
250
+ "category": "Access & Auth",
251
+ "name": "{userid}",
252
+ "method": "DELETE",
253
+ "path": "/access/users/{userid}",
254
+ "description": "Remove a user from the configuration file.",
255
+ "writeOperation": true,
256
+ "destructive": true
257
+ },
258
+ {
259
+ "operationId": "get_access_users_userid",
260
+ "resource": "access",
261
+ "category": "Access & Auth",
262
+ "name": "{userid}",
263
+ "method": "GET",
264
+ "path": "/access/users/{userid}",
265
+ "description": "Read user configuration data.",
266
+ "writeOperation": false,
267
+ "destructive": false
268
+ },
269
+ {
270
+ "operationId": "put_access_users_userid",
271
+ "resource": "access",
272
+ "category": "Access & Auth",
273
+ "name": "{userid}",
274
+ "method": "PUT",
275
+ "path": "/access/users/{userid}",
276
+ "description": "Update user configuration.",
277
+ "writeOperation": true,
278
+ "destructive": false
279
+ },
280
+ {
281
+ "operationId": "get_access_users_userid_token",
282
+ "resource": "access",
283
+ "category": "Access & Auth",
284
+ "name": "token",
285
+ "method": "GET",
286
+ "path": "/access/users/{userid}/token",
287
+ "description": "List user's API tokens",
288
+ "writeOperation": false,
289
+ "destructive": false
290
+ },
291
+ {
292
+ "operationId": "delete_access_users_userid_token_token_name",
293
+ "resource": "access",
294
+ "category": "Access & Auth",
295
+ "name": "{token-name}",
296
+ "method": "DELETE",
297
+ "path": "/access/users/{userid}/token/{token-name}",
298
+ "description": "Delete a user's API token",
299
+ "writeOperation": true,
300
+ "destructive": true
301
+ },
302
+ {
303
+ "operationId": "get_access_users_userid_token_token_name",
304
+ "resource": "access",
305
+ "category": "Access & Auth",
306
+ "name": "{token-name}",
307
+ "method": "GET",
308
+ "path": "/access/users/{userid}/token/{token-name}",
309
+ "description": "Read user's API token metadata",
310
+ "writeOperation": false,
311
+ "destructive": false
312
+ },
313
+ {
314
+ "operationId": "post_access_users_userid_token_token_name",
315
+ "resource": "access",
316
+ "category": "Access & Auth",
317
+ "name": "{token-name}",
318
+ "method": "POST",
319
+ "path": "/access/users/{userid}/token/{token-name}",
320
+ "description": "Generate a new API token with given metadata",
321
+ "writeOperation": true,
322
+ "destructive": false
323
+ },
324
+ {
325
+ "operationId": "put_access_users_userid_token_token_name",
326
+ "resource": "access",
327
+ "category": "Access & Auth",
328
+ "name": "{token-name}",
329
+ "method": "PUT",
330
+ "path": "/access/users/{userid}/token/{token-name}",
331
+ "description": "Update user's API token metadata. If regenerate is set to true, the token and it's new secret\nwill be returned.",
332
+ "writeOperation": true,
333
+ "destructive": false
334
+ },
335
+ {
336
+ "operationId": "get_auto_install",
337
+ "resource": "auto-install",
338
+ "category": "Auto Install",
339
+ "name": "auto-install",
340
+ "method": "GET",
341
+ "path": "/auto-install",
342
+ "description": "Directory index.",
343
+ "writeOperation": false,
344
+ "destructive": false
345
+ },
346
+ {
347
+ "operationId": "post_auto_install_answer",
348
+ "resource": "auto-install",
349
+ "category": "Auto Install",
350
+ "name": "answer",
351
+ "method": "POST",
352
+ "path": "/auto-install/answer",
353
+ "description": "\\\n Handles the system information of a new machine to install.\n\n See also\n <https://pve.proxmox.com/wiki/Automated_Installation#Answer_Fetched_via_HTTP>",
354
+ "writeOperation": true,
355
+ "destructive": false
356
+ },
357
+ {
358
+ "operationId": "get_auto_install_installations",
359
+ "resource": "auto-install",
360
+ "category": "Auto Install",
361
+ "name": "installations",
362
+ "method": "GET",
363
+ "path": "/auto-install/installations",
364
+ "description": "GET /auto-install/installations\n\nGet all automated installations.",
365
+ "writeOperation": false,
366
+ "destructive": false
367
+ },
368
+ {
369
+ "operationId": "delete_auto_install_installations_uuid",
370
+ "resource": "auto-install",
371
+ "category": "Auto Install",
372
+ "name": "{uuid}",
373
+ "method": "DELETE",
374
+ "path": "/auto-install/installations/{uuid}",
375
+ "description": "DELETE /auto-install/installations/{uuid}\n\nRemove an installation entry.",
376
+ "writeOperation": true,
377
+ "destructive": true
378
+ },
379
+ {
380
+ "operationId": "post_auto_install_installations_uuid_post_hook",
381
+ "resource": "auto-install",
382
+ "category": "Auto Install",
383
+ "name": "post-hook",
384
+ "method": "POST",
385
+ "path": "/auto-install/installations/{uuid}/post-hook",
386
+ "description": "POST /auto-install/installations/{uuid}/post-hook\n\nHandles the post-installation hook for all installations.",
387
+ "writeOperation": true,
388
+ "destructive": false
389
+ },
390
+ {
391
+ "operationId": "get_auto_install_prepared",
392
+ "resource": "auto-install",
393
+ "category": "Auto Install",
394
+ "name": "prepared",
395
+ "method": "GET",
396
+ "path": "/auto-install/prepared",
397
+ "description": "GET /auto-install/prepared\n\nGet all prepared auto-installer answer configurations.",
398
+ "writeOperation": false,
399
+ "destructive": false
400
+ },
401
+ {
402
+ "operationId": "post_auto_install_prepared",
403
+ "resource": "auto-install",
404
+ "category": "Auto Install",
405
+ "name": "prepared",
406
+ "method": "POST",
407
+ "path": "/auto-install/prepared",
408
+ "description": "POST /auto-install/prepared\n\nCreates a new prepared answer file.",
409
+ "writeOperation": true,
410
+ "destructive": false
411
+ },
412
+ {
413
+ "operationId": "delete_auto_install_prepared_id",
414
+ "resource": "auto-install",
415
+ "category": "Auto Install",
416
+ "name": "{id}",
417
+ "method": "DELETE",
418
+ "path": "/auto-install/prepared/{id}",
419
+ "description": "DELETE /auto-install/prepared/{id}\n\nDeletes a prepared auto-installer answer configuration.",
420
+ "writeOperation": true,
421
+ "destructive": true
422
+ },
423
+ {
424
+ "operationId": "get_auto_install_prepared_id",
425
+ "resource": "auto-install",
426
+ "category": "Auto Install",
427
+ "name": "{id}",
428
+ "method": "GET",
429
+ "path": "/auto-install/prepared/{id}",
430
+ "description": "GET /auto-install/prepared/{id}\n\nRetrieves a prepared auto-installer answer configuration.",
431
+ "writeOperation": false,
432
+ "destructive": false
433
+ },
434
+ {
435
+ "operationId": "put_auto_install_prepared_id",
436
+ "resource": "auto-install",
437
+ "category": "Auto Install",
438
+ "name": "{id}",
439
+ "method": "PUT",
440
+ "path": "/auto-install/prepared/{id}",
441
+ "description": "PUT /auto-install/prepared/{id}\n\nUpdates a prepared auto-installer answer configuration.",
442
+ "writeOperation": true,
443
+ "destructive": false
444
+ },
445
+ {
446
+ "operationId": "get_auto_install_tokens",
447
+ "resource": "auto-install",
448
+ "category": "Auto Install",
449
+ "name": "tokens",
450
+ "method": "GET",
451
+ "path": "/auto-install/tokens",
452
+ "description": "GET /auto-install/tokens\n\nGet all tokens that can be used for authenticating automated installations requests.",
453
+ "writeOperation": false,
454
+ "destructive": false
455
+ },
456
+ {
457
+ "operationId": "post_auto_install_tokens",
458
+ "resource": "auto-install",
459
+ "category": "Auto Install",
460
+ "name": "tokens",
461
+ "method": "POST",
462
+ "path": "/auto-install/tokens",
463
+ "description": "POST /auto-install/tokens\n\nCreates a new token for authenticating automated installations.",
464
+ "writeOperation": true,
465
+ "destructive": false
466
+ },
467
+ {
468
+ "operationId": "delete_auto_install_tokens_id",
469
+ "resource": "auto-install",
470
+ "category": "Auto Install",
471
+ "name": "{id}",
472
+ "method": "DELETE",
473
+ "path": "/auto-install/tokens/{id}",
474
+ "description": "DELETE /auto-install/tokens/{id}\n\nDeletes a prepared auto-installer answer configuration.\n\nIf the token is currently in use by any prepared answer configuration, the deletion will fail.",
475
+ "writeOperation": true,
476
+ "destructive": true
477
+ },
478
+ {
479
+ "operationId": "put_auto_install_tokens_id",
480
+ "resource": "auto-install",
481
+ "category": "Auto Install",
482
+ "name": "{id}",
483
+ "method": "PUT",
484
+ "path": "/auto-install/tokens/{id}",
485
+ "description": "PUT /auto-install/tokens/{id}\n\nUpdates an existing access token.",
486
+ "writeOperation": true,
487
+ "destructive": false
488
+ },
489
+ {
490
+ "operationId": "get_ceph",
491
+ "resource": "ceph",
492
+ "category": "Ceph",
493
+ "name": "ceph",
494
+ "method": "GET",
495
+ "path": "/ceph",
496
+ "description": "Directory index.",
497
+ "writeOperation": false,
498
+ "destructive": false
499
+ },
500
+ {
501
+ "operationId": "get_ceph_clusters",
502
+ "resource": "ceph",
503
+ "category": "Ceph",
504
+ "name": "clusters",
505
+ "method": "GET",
506
+ "path": "/ceph/clusters",
507
+ "description": "List registered Ceph clusters, filtered to those the caller can audit.",
508
+ "writeOperation": false,
509
+ "destructive": false
510
+ },
511
+ {
512
+ "operationId": "get_ceph_clusters_cluster",
513
+ "resource": "ceph",
514
+ "category": "Ceph",
515
+ "name": "{cluster}",
516
+ "method": "GET",
517
+ "path": "/ceph/clusters/{cluster}",
518
+ "description": "Directory index.",
519
+ "writeOperation": false,
520
+ "destructive": false
521
+ },
522
+ {
523
+ "operationId": "get_ceph_clusters_cluster_flags",
524
+ "resource": "ceph",
525
+ "category": "Ceph",
526
+ "name": "flags",
527
+ "method": "GET",
528
+ "path": "/ceph/clusters/{cluster}/flags",
529
+ "description": "Cluster-wide Ceph flags.",
530
+ "writeOperation": false,
531
+ "destructive": false
532
+ },
533
+ {
534
+ "operationId": "get_ceph_clusters_cluster_fs",
535
+ "resource": "ceph",
536
+ "category": "Ceph",
537
+ "name": "fs",
538
+ "method": "GET",
539
+ "path": "/ceph/clusters/{cluster}/fs",
540
+ "description": "List the cluster's CephFS file systems.",
541
+ "writeOperation": false,
542
+ "destructive": false
543
+ },
544
+ {
545
+ "operationId": "get_ceph_clusters_cluster_mds",
546
+ "resource": "ceph",
547
+ "category": "Ceph",
548
+ "name": "mds",
549
+ "method": "GET",
550
+ "path": "/ceph/clusters/{cluster}/mds",
551
+ "description": "List the cluster's Ceph metadata servers (MDS).",
552
+ "writeOperation": false,
553
+ "destructive": false
554
+ },
555
+ {
556
+ "operationId": "get_ceph_clusters_cluster_mgr",
557
+ "resource": "ceph",
558
+ "category": "Ceph",
559
+ "name": "mgr",
560
+ "method": "GET",
561
+ "path": "/ceph/clusters/{cluster}/mgr",
562
+ "description": "List the cluster's Ceph managers.",
563
+ "writeOperation": false,
564
+ "destructive": false
565
+ },
566
+ {
567
+ "operationId": "get_ceph_clusters_cluster_mon",
568
+ "resource": "ceph",
569
+ "category": "Ceph",
570
+ "name": "mon",
571
+ "method": "GET",
572
+ "path": "/ceph/clusters/{cluster}/mon",
573
+ "description": "List the cluster's Ceph monitors.",
574
+ "writeOperation": false,
575
+ "destructive": false
576
+ },
577
+ {
578
+ "operationId": "get_ceph_clusters_cluster_osd_tree",
579
+ "resource": "ceph",
580
+ "category": "Ceph",
581
+ "name": "osd-tree",
582
+ "method": "GET",
583
+ "path": "/ceph/clusters/{cluster}/osd-tree",
584
+ "description": "The cluster's OSD (CRUSH) tree.",
585
+ "writeOperation": false,
586
+ "destructive": false
587
+ },
588
+ {
589
+ "operationId": "get_ceph_clusters_cluster_pools",
590
+ "resource": "ceph",
591
+ "category": "Ceph",
592
+ "name": "pools",
593
+ "method": "GET",
594
+ "path": "/ceph/clusters/{cluster}/pools",
595
+ "description": "List the cluster's Ceph pools.",
596
+ "writeOperation": false,
597
+ "destructive": false
598
+ },
599
+ {
600
+ "operationId": "get_ceph_clusters_cluster_status",
601
+ "resource": "ceph",
602
+ "category": "Ceph",
603
+ "name": "status",
604
+ "method": "GET",
605
+ "path": "/ceph/clusters/{cluster}/status",
606
+ "description": "Cluster-wide Ceph status (the raw `ceph status` object), served from the cache within `max-age`\nseconds or fetched fresh and cached.",
607
+ "writeOperation": false,
608
+ "destructive": false
609
+ },
610
+ {
611
+ "operationId": "get_ceph_clusters_cluster_summary",
612
+ "resource": "ceph",
613
+ "category": "Ceph",
614
+ "name": "summary",
615
+ "method": "GET",
616
+ "path": "/ceph/clusters/{cluster}/summary",
617
+ "description": "Typed, summarized Ceph cluster status (health, capacity, OSD/MON/MGR/PG counts) for the\ndashboard. Most fields come from the cached `ceph status` (so the UI binds typed fields instead\nof parsing a raw blob); the fullest-pool and version fields are enriched from a live,\nbest-effort member read (see [`enrich_summary`]).",
618
+ "writeOperation": false,
619
+ "destructive": false
620
+ },
621
+ {
622
+ "operationId": "get_config",
623
+ "resource": "config",
624
+ "category": "Configuration",
625
+ "name": "config",
626
+ "method": "GET",
627
+ "path": "/config",
628
+ "description": "Directory index.",
629
+ "writeOperation": false,
630
+ "destructive": false
631
+ },
632
+ {
633
+ "operationId": "get_config_access",
634
+ "resource": "config",
635
+ "category": "Configuration",
636
+ "name": "access",
637
+ "method": "GET",
638
+ "path": "/config/access",
639
+ "description": "Directory index.",
640
+ "writeOperation": false,
641
+ "destructive": false
642
+ },
643
+ {
644
+ "operationId": "get_config_access_ad",
645
+ "resource": "config",
646
+ "category": "Configuration",
647
+ "name": "ad",
648
+ "method": "GET",
649
+ "path": "/config/access/ad",
650
+ "description": "List configured AD realms",
651
+ "writeOperation": false,
652
+ "destructive": false
653
+ },
654
+ {
655
+ "operationId": "post_config_access_ad",
656
+ "resource": "config",
657
+ "category": "Configuration",
658
+ "name": "ad",
659
+ "method": "POST",
660
+ "path": "/config/access/ad",
661
+ "description": "Create a new AD realm",
662
+ "writeOperation": true,
663
+ "destructive": false
664
+ },
665
+ {
666
+ "operationId": "delete_config_access_ad_realm",
667
+ "resource": "config",
668
+ "category": "Configuration",
669
+ "name": "{realm}",
670
+ "method": "DELETE",
671
+ "path": "/config/access/ad/{realm}",
672
+ "description": "Remove an LDAP realm configuration",
673
+ "writeOperation": true,
674
+ "destructive": true
675
+ },
676
+ {
677
+ "operationId": "get_config_access_ad_realm",
678
+ "resource": "config",
679
+ "category": "Configuration",
680
+ "name": "{realm}",
681
+ "method": "GET",
682
+ "path": "/config/access/ad/{realm}",
683
+ "description": "Read the AD realm configuration",
684
+ "writeOperation": false,
685
+ "destructive": false
686
+ },
687
+ {
688
+ "operationId": "put_config_access_ad_realm",
689
+ "resource": "config",
690
+ "category": "Configuration",
691
+ "name": "{realm}",
692
+ "method": "PUT",
693
+ "path": "/config/access/ad/{realm}",
694
+ "description": "Update an AD realm configuration",
695
+ "writeOperation": true,
696
+ "destructive": false
697
+ },
698
+ {
699
+ "operationId": "get_config_access_ldap",
700
+ "resource": "config",
701
+ "category": "Configuration",
702
+ "name": "ldap",
703
+ "method": "GET",
704
+ "path": "/config/access/ldap",
705
+ "description": "List configured LDAP realms",
706
+ "writeOperation": false,
707
+ "destructive": false
708
+ },
709
+ {
710
+ "operationId": "post_config_access_ldap",
711
+ "resource": "config",
712
+ "category": "Configuration",
713
+ "name": "ldap",
714
+ "method": "POST",
715
+ "path": "/config/access/ldap",
716
+ "description": "Create a new LDAP realm",
717
+ "writeOperation": true,
718
+ "destructive": false
719
+ },
720
+ {
721
+ "operationId": "delete_config_access_ldap_realm",
722
+ "resource": "config",
723
+ "category": "Configuration",
724
+ "name": "{realm}",
725
+ "method": "DELETE",
726
+ "path": "/config/access/ldap/{realm}",
727
+ "description": "Remove an LDAP realm configuration",
728
+ "writeOperation": true,
729
+ "destructive": true
730
+ },
731
+ {
732
+ "operationId": "get_config_access_ldap_realm",
733
+ "resource": "config",
734
+ "category": "Configuration",
735
+ "name": "{realm}",
736
+ "method": "GET",
737
+ "path": "/config/access/ldap/{realm}",
738
+ "description": "Read the LDAP realm configuration",
739
+ "writeOperation": false,
740
+ "destructive": false
741
+ },
742
+ {
743
+ "operationId": "put_config_access_ldap_realm",
744
+ "resource": "config",
745
+ "category": "Configuration",
746
+ "name": "{realm}",
747
+ "method": "PUT",
748
+ "path": "/config/access/ldap/{realm}",
749
+ "description": "Update an LDAP realm configuration",
750
+ "writeOperation": true,
751
+ "destructive": false
752
+ },
753
+ {
754
+ "operationId": "get_config_access_openid",
755
+ "resource": "config",
756
+ "category": "Configuration",
757
+ "name": "openid",
758
+ "method": "GET",
759
+ "path": "/config/access/openid",
760
+ "description": "List configured OpenId realms",
761
+ "writeOperation": false,
762
+ "destructive": false
763
+ },
764
+ {
765
+ "operationId": "post_config_access_openid",
766
+ "resource": "config",
767
+ "category": "Configuration",
768
+ "name": "openid",
769
+ "method": "POST",
770
+ "path": "/config/access/openid",
771
+ "description": "Create a new OpenId realm",
772
+ "writeOperation": true,
773
+ "destructive": false
774
+ },
775
+ {
776
+ "operationId": "delete_config_access_openid_realm",
777
+ "resource": "config",
778
+ "category": "Configuration",
779
+ "name": "{realm}",
780
+ "method": "DELETE",
781
+ "path": "/config/access/openid/{realm}",
782
+ "description": "Remove a OpenID realm configuration",
783
+ "writeOperation": true,
784
+ "destructive": true
785
+ },
786
+ {
787
+ "operationId": "get_config_access_openid_realm",
788
+ "resource": "config",
789
+ "category": "Configuration",
790
+ "name": "{realm}",
791
+ "method": "GET",
792
+ "path": "/config/access/openid/{realm}",
793
+ "description": "Read the OpenID realm configuration",
794
+ "writeOperation": false,
795
+ "destructive": false
796
+ },
797
+ {
798
+ "operationId": "put_config_access_openid_realm",
799
+ "resource": "config",
800
+ "category": "Configuration",
801
+ "name": "{realm}",
802
+ "method": "PUT",
803
+ "path": "/config/access/openid/{realm}",
804
+ "description": "Update an OpenID realm configuration",
805
+ "writeOperation": true,
806
+ "destructive": false
807
+ },
808
+ {
809
+ "operationId": "get_config_access_tfa",
810
+ "resource": "config",
811
+ "category": "Configuration",
812
+ "name": "tfa",
813
+ "method": "GET",
814
+ "path": "/config/access/tfa",
815
+ "description": "Directory index.",
816
+ "writeOperation": false,
817
+ "destructive": false
818
+ },
819
+ {
820
+ "operationId": "get_config_access_tfa_webauthn",
821
+ "resource": "config",
822
+ "category": "Configuration",
823
+ "name": "webauthn",
824
+ "method": "GET",
825
+ "path": "/config/access/tfa/webauthn",
826
+ "description": "Get the TFA configuration.",
827
+ "writeOperation": false,
828
+ "destructive": false
829
+ },
830
+ {
831
+ "operationId": "put_config_access_tfa_webauthn",
832
+ "resource": "config",
833
+ "category": "Configuration",
834
+ "name": "webauthn",
835
+ "method": "PUT",
836
+ "path": "/config/access/tfa/webauthn",
837
+ "description": "Update the TFA configuration.",
838
+ "writeOperation": true,
839
+ "destructive": false
840
+ },
841
+ {
842
+ "operationId": "get_config_acme",
843
+ "resource": "config",
844
+ "category": "Configuration",
845
+ "name": "acme",
846
+ "method": "GET",
847
+ "path": "/config/acme",
848
+ "description": "Directory index.",
849
+ "writeOperation": false,
850
+ "destructive": false
851
+ },
852
+ {
853
+ "operationId": "get_config_acme_account",
854
+ "resource": "config",
855
+ "category": "Configuration",
856
+ "name": "account",
857
+ "method": "GET",
858
+ "path": "/config/acme/account",
859
+ "description": "List ACME accounts.",
860
+ "writeOperation": false,
861
+ "destructive": false
862
+ },
863
+ {
864
+ "operationId": "post_config_acme_account",
865
+ "resource": "config",
866
+ "category": "Configuration",
867
+ "name": "account",
868
+ "method": "POST",
869
+ "path": "/config/acme/account",
870
+ "description": "Register an ACME account.",
871
+ "writeOperation": true,
872
+ "destructive": false
873
+ },
874
+ {
875
+ "operationId": "delete_config_acme_account_name",
876
+ "resource": "config",
877
+ "category": "Configuration",
878
+ "name": "{name}",
879
+ "method": "DELETE",
880
+ "path": "/config/acme/account/{name}",
881
+ "description": "Deactivate an ACME account.",
882
+ "writeOperation": true,
883
+ "destructive": true
884
+ },
885
+ {
886
+ "operationId": "get_config_acme_account_name",
887
+ "resource": "config",
888
+ "category": "Configuration",
889
+ "name": "{name}",
890
+ "method": "GET",
891
+ "path": "/config/acme/account/{name}",
892
+ "description": "Return existing ACME account information.",
893
+ "writeOperation": false,
894
+ "destructive": false
895
+ },
896
+ {
897
+ "operationId": "put_config_acme_account_name",
898
+ "resource": "config",
899
+ "category": "Configuration",
900
+ "name": "{name}",
901
+ "method": "PUT",
902
+ "path": "/config/acme/account/{name}",
903
+ "description": "Update an ACME account.",
904
+ "writeOperation": true,
905
+ "destructive": false
906
+ },
907
+ {
908
+ "operationId": "get_config_acme_challenge_schema",
909
+ "resource": "config",
910
+ "category": "Configuration",
911
+ "name": "challenge-schema",
912
+ "method": "GET",
913
+ "path": "/config/acme/challenge-schema",
914
+ "description": "Get named known ACME directory endpoints.",
915
+ "writeOperation": false,
916
+ "destructive": false
917
+ },
918
+ {
919
+ "operationId": "get_config_acme_directories",
920
+ "resource": "config",
921
+ "category": "Configuration",
922
+ "name": "directories",
923
+ "method": "GET",
924
+ "path": "/config/acme/directories",
925
+ "description": "Get named known ACME directory endpoints.",
926
+ "writeOperation": false,
927
+ "destructive": false
928
+ },
929
+ {
930
+ "operationId": "get_config_acme_plugins",
931
+ "resource": "config",
932
+ "category": "Configuration",
933
+ "name": "plugins",
934
+ "method": "GET",
935
+ "path": "/config/acme/plugins",
936
+ "description": "List ACME challenge plugins.",
937
+ "writeOperation": false,
938
+ "destructive": false
939
+ },
940
+ {
941
+ "operationId": "post_config_acme_plugins",
942
+ "resource": "config",
943
+ "category": "Configuration",
944
+ "name": "plugins",
945
+ "method": "POST",
946
+ "path": "/config/acme/plugins",
947
+ "description": "Add ACME plugin configuration.",
948
+ "writeOperation": true,
949
+ "destructive": false
950
+ },
951
+ {
952
+ "operationId": "delete_config_acme_plugins_id",
953
+ "resource": "config",
954
+ "category": "Configuration",
955
+ "name": "{id}",
956
+ "method": "DELETE",
957
+ "path": "/config/acme/plugins/{id}",
958
+ "description": "Delete an ACME plugin configuration.",
959
+ "writeOperation": true,
960
+ "destructive": true
961
+ },
962
+ {
963
+ "operationId": "get_config_acme_plugins_id",
964
+ "resource": "config",
965
+ "category": "Configuration",
966
+ "name": "{id}",
967
+ "method": "GET",
968
+ "path": "/config/acme/plugins/{id}",
969
+ "description": "List ACME challenge plugins.",
970
+ "writeOperation": false,
971
+ "destructive": false
972
+ },
973
+ {
974
+ "operationId": "put_config_acme_plugins_id",
975
+ "resource": "config",
976
+ "category": "Configuration",
977
+ "name": "{id}",
978
+ "method": "PUT",
979
+ "path": "/config/acme/plugins/{id}",
980
+ "description": "Update an ACME plugin configuration.",
981
+ "writeOperation": true,
982
+ "destructive": false
983
+ },
984
+ {
985
+ "operationId": "get_config_acme_tos",
986
+ "resource": "config",
987
+ "category": "Configuration",
988
+ "name": "tos",
989
+ "method": "GET",
990
+ "path": "/config/acme/tos",
991
+ "description": "Get the Terms of Service URL for an ACME directory.",
992
+ "writeOperation": false,
993
+ "destructive": false
994
+ },
995
+ {
996
+ "operationId": "get_config_certificate",
997
+ "resource": "config",
998
+ "category": "Configuration",
999
+ "name": "certificate",
1000
+ "method": "GET",
1001
+ "path": "/config/certificate",
1002
+ "description": "Get the node configuration",
1003
+ "writeOperation": false,
1004
+ "destructive": false
1005
+ },
1006
+ {
1007
+ "operationId": "put_config_certificate",
1008
+ "resource": "config",
1009
+ "category": "Configuration",
1010
+ "name": "certificate",
1011
+ "method": "PUT",
1012
+ "path": "/config/certificate",
1013
+ "description": "Update the node configuration",
1014
+ "writeOperation": true,
1015
+ "destructive": false
1016
+ },
1017
+ {
1018
+ "operationId": "get_config_notes",
1019
+ "resource": "config",
1020
+ "category": "Configuration",
1021
+ "name": "notes",
1022
+ "method": "GET",
1023
+ "path": "/config/notes",
1024
+ "description": "Get notes.",
1025
+ "writeOperation": false,
1026
+ "destructive": false
1027
+ },
1028
+ {
1029
+ "operationId": "put_config_notes",
1030
+ "resource": "config",
1031
+ "category": "Configuration",
1032
+ "name": "notes",
1033
+ "method": "PUT",
1034
+ "path": "/config/notes",
1035
+ "description": "Update Notes",
1036
+ "writeOperation": true,
1037
+ "destructive": false
1038
+ },
1039
+ {
1040
+ "operationId": "get_config_views",
1041
+ "resource": "config",
1042
+ "category": "Configuration",
1043
+ "name": "views",
1044
+ "method": "GET",
1045
+ "path": "/config/views",
1046
+ "description": "List views.",
1047
+ "writeOperation": false,
1048
+ "destructive": false
1049
+ },
1050
+ {
1051
+ "operationId": "post_config_views",
1052
+ "resource": "config",
1053
+ "category": "Configuration",
1054
+ "name": "views",
1055
+ "method": "POST",
1056
+ "path": "/config/views",
1057
+ "description": "Add new view.",
1058
+ "writeOperation": true,
1059
+ "destructive": false
1060
+ },
1061
+ {
1062
+ "operationId": "delete_config_views_id",
1063
+ "resource": "config",
1064
+ "category": "Configuration",
1065
+ "name": "{id}",
1066
+ "method": "DELETE",
1067
+ "path": "/config/views/{id}",
1068
+ "description": "Delete the view with the given id.",
1069
+ "writeOperation": true,
1070
+ "destructive": true
1071
+ },
1072
+ {
1073
+ "operationId": "get_config_views_id",
1074
+ "resource": "config",
1075
+ "category": "Configuration",
1076
+ "name": "{id}",
1077
+ "method": "GET",
1078
+ "path": "/config/views/{id}",
1079
+ "description": "Get the config of a single view.",
1080
+ "writeOperation": false,
1081
+ "destructive": false
1082
+ },
1083
+ {
1084
+ "operationId": "put_config_views_id",
1085
+ "resource": "config",
1086
+ "category": "Configuration",
1087
+ "name": "{id}",
1088
+ "method": "PUT",
1089
+ "path": "/config/views/{id}",
1090
+ "description": "Update View.",
1091
+ "writeOperation": true,
1092
+ "destructive": false
1093
+ },
1094
+ {
1095
+ "operationId": "get_nodes",
1096
+ "resource": "nodes",
1097
+ "category": "Nodes & Guests",
1098
+ "name": "nodes",
1099
+ "method": "GET",
1100
+ "path": "/nodes",
1101
+ "description": "List Nodes (only for compatibility)",
1102
+ "writeOperation": false,
1103
+ "destructive": false
1104
+ },
1105
+ {
1106
+ "operationId": "get_nodes_node",
1107
+ "resource": "nodes",
1108
+ "category": "Nodes & Guests",
1109
+ "name": "{node}",
1110
+ "method": "GET",
1111
+ "path": "/nodes/{node}",
1112
+ "description": "Directory index.",
1113
+ "writeOperation": false,
1114
+ "destructive": false
1115
+ },
1116
+ {
1117
+ "operationId": "get_nodes_node_apt",
1118
+ "resource": "nodes",
1119
+ "category": "Nodes & Guests",
1120
+ "name": "apt",
1121
+ "method": "GET",
1122
+ "path": "/nodes/{node}/apt",
1123
+ "description": "Directory index.",
1124
+ "writeOperation": false,
1125
+ "destructive": false
1126
+ },
1127
+ {
1128
+ "operationId": "get_nodes_node_apt_changelog",
1129
+ "resource": "nodes",
1130
+ "category": "Nodes & Guests",
1131
+ "name": "changelog",
1132
+ "method": "GET",
1133
+ "path": "/nodes/{node}/apt/changelog",
1134
+ "description": "Retrieve the changelog of the specified package.",
1135
+ "writeOperation": false,
1136
+ "destructive": false
1137
+ },
1138
+ {
1139
+ "operationId": "get_nodes_node_apt_repositories",
1140
+ "resource": "nodes",
1141
+ "category": "Nodes & Guests",
1142
+ "name": "repositories",
1143
+ "method": "GET",
1144
+ "path": "/nodes/{node}/apt/repositories",
1145
+ "description": "Get APT repository information.",
1146
+ "writeOperation": false,
1147
+ "destructive": false
1148
+ },
1149
+ {
1150
+ "operationId": "post_nodes_node_apt_repositories",
1151
+ "resource": "nodes",
1152
+ "category": "Nodes & Guests",
1153
+ "name": "repositories",
1154
+ "method": "POST",
1155
+ "path": "/nodes/{node}/apt/repositories",
1156
+ "description": "Change the properties of the specified repository.\n\nThe `digest` parameter asserts that the configuration has not been modified.",
1157
+ "writeOperation": true,
1158
+ "destructive": false
1159
+ },
1160
+ {
1161
+ "operationId": "put_nodes_node_apt_repositories",
1162
+ "resource": "nodes",
1163
+ "category": "Nodes & Guests",
1164
+ "name": "repositories",
1165
+ "method": "PUT",
1166
+ "path": "/nodes/{node}/apt/repositories",
1167
+ "description": "Add the repository identified by the `handle`.\nIf the repository is already configured, it will be set to enabled.\n\nThe `digest` parameter asserts that the configuration has not been modified.",
1168
+ "writeOperation": true,
1169
+ "destructive": false
1170
+ },
1171
+ {
1172
+ "operationId": "get_nodes_node_apt_update",
1173
+ "resource": "nodes",
1174
+ "category": "Nodes & Guests",
1175
+ "name": "update",
1176
+ "method": "GET",
1177
+ "path": "/nodes/{node}/apt/update",
1178
+ "description": "List available APT updates",
1179
+ "writeOperation": false,
1180
+ "destructive": false
1181
+ },
1182
+ {
1183
+ "operationId": "post_nodes_node_apt_update",
1184
+ "resource": "nodes",
1185
+ "category": "Nodes & Guests",
1186
+ "name": "update",
1187
+ "method": "POST",
1188
+ "path": "/nodes/{node}/apt/update",
1189
+ "description": "Update the APT database",
1190
+ "writeOperation": true,
1191
+ "destructive": false
1192
+ },
1193
+ {
1194
+ "operationId": "get_nodes_node_apt_versions",
1195
+ "resource": "nodes",
1196
+ "category": "Nodes & Guests",
1197
+ "name": "versions",
1198
+ "method": "GET",
1199
+ "path": "/nodes/{node}/apt/versions",
1200
+ "description": "Get package information for important Proxmox Backup Server packages.",
1201
+ "writeOperation": false,
1202
+ "destructive": false
1203
+ },
1204
+ {
1205
+ "operationId": "get_nodes_node_certificates",
1206
+ "resource": "nodes",
1207
+ "category": "Nodes & Guests",
1208
+ "name": "certificates",
1209
+ "method": "GET",
1210
+ "path": "/nodes/{node}/certificates",
1211
+ "description": "Directory index.",
1212
+ "writeOperation": false,
1213
+ "destructive": false
1214
+ },
1215
+ {
1216
+ "operationId": "get_nodes_node_certificates_acme",
1217
+ "resource": "nodes",
1218
+ "category": "Nodes & Guests",
1219
+ "name": "acme",
1220
+ "method": "GET",
1221
+ "path": "/nodes/{node}/certificates/acme",
1222
+ "description": "Directory index.",
1223
+ "writeOperation": false,
1224
+ "destructive": false
1225
+ },
1226
+ {
1227
+ "operationId": "post_nodes_node_certificates_acme_certificate",
1228
+ "resource": "nodes",
1229
+ "category": "Nodes & Guests",
1230
+ "name": "certificate",
1231
+ "method": "POST",
1232
+ "path": "/nodes/{node}/certificates/acme/certificate",
1233
+ "description": "Order a new ACME certificate.",
1234
+ "writeOperation": true,
1235
+ "destructive": false
1236
+ },
1237
+ {
1238
+ "operationId": "put_nodes_node_certificates_acme_certificate",
1239
+ "resource": "nodes",
1240
+ "category": "Nodes & Guests",
1241
+ "name": "certificate",
1242
+ "method": "PUT",
1243
+ "path": "/nodes/{node}/certificates/acme/certificate",
1244
+ "description": "Renew the current ACME certificate if it expires within 30 days (or always if the `force`\nparameter is set).",
1245
+ "writeOperation": true,
1246
+ "destructive": false
1247
+ },
1248
+ {
1249
+ "operationId": "delete_nodes_node_certificates_custom",
1250
+ "resource": "nodes",
1251
+ "category": "Nodes & Guests",
1252
+ "name": "custom",
1253
+ "method": "DELETE",
1254
+ "path": "/nodes/{node}/certificates/custom",
1255
+ "description": "Delete the current certificate and regenerate a self signed one.",
1256
+ "writeOperation": true,
1257
+ "destructive": true
1258
+ },
1259
+ {
1260
+ "operationId": "post_nodes_node_certificates_custom",
1261
+ "resource": "nodes",
1262
+ "category": "Nodes & Guests",
1263
+ "name": "custom",
1264
+ "method": "POST",
1265
+ "path": "/nodes/{node}/certificates/custom",
1266
+ "description": "Upload a custom certificate.",
1267
+ "writeOperation": true,
1268
+ "destructive": false
1269
+ },
1270
+ {
1271
+ "operationId": "get_nodes_node_certificates_info",
1272
+ "resource": "nodes",
1273
+ "category": "Nodes & Guests",
1274
+ "name": "info",
1275
+ "method": "GET",
1276
+ "path": "/nodes/{node}/certificates/info",
1277
+ "description": "Get certificate info.",
1278
+ "writeOperation": false,
1279
+ "destructive": false
1280
+ },
1281
+ {
1282
+ "operationId": "get_nodes_node_config",
1283
+ "resource": "nodes",
1284
+ "category": "Nodes & Guests",
1285
+ "name": "config",
1286
+ "method": "GET",
1287
+ "path": "/nodes/{node}/config",
1288
+ "description": "Get the node configuration",
1289
+ "writeOperation": false,
1290
+ "destructive": false
1291
+ },
1292
+ {
1293
+ "operationId": "put_nodes_node_config",
1294
+ "resource": "nodes",
1295
+ "category": "Nodes & Guests",
1296
+ "name": "config",
1297
+ "method": "PUT",
1298
+ "path": "/nodes/{node}/config",
1299
+ "description": "Update the node configuration",
1300
+ "writeOperation": true,
1301
+ "destructive": false
1302
+ },
1303
+ {
1304
+ "operationId": "get_nodes_node_dns",
1305
+ "resource": "nodes",
1306
+ "category": "Nodes & Guests",
1307
+ "name": "dns",
1308
+ "method": "GET",
1309
+ "path": "/nodes/{node}/dns",
1310
+ "description": "Read DNS settings.",
1311
+ "writeOperation": false,
1312
+ "destructive": false
1313
+ },
1314
+ {
1315
+ "operationId": "put_nodes_node_dns",
1316
+ "resource": "nodes",
1317
+ "category": "Nodes & Guests",
1318
+ "name": "dns",
1319
+ "method": "PUT",
1320
+ "path": "/nodes/{node}/dns",
1321
+ "description": "Update DNS settings.",
1322
+ "writeOperation": true,
1323
+ "destructive": false
1324
+ },
1325
+ {
1326
+ "operationId": "get_nodes_node_journal",
1327
+ "resource": "nodes",
1328
+ "category": "Nodes & Guests",
1329
+ "name": "journal",
1330
+ "method": "GET",
1331
+ "path": "/nodes/{node}/journal",
1332
+ "description": "Read syslog entries.",
1333
+ "writeOperation": false,
1334
+ "destructive": false
1335
+ },
1336
+ {
1337
+ "operationId": "delete_nodes_node_network",
1338
+ "resource": "nodes",
1339
+ "category": "Nodes & Guests",
1340
+ "name": "network",
1341
+ "method": "DELETE",
1342
+ "path": "/nodes/{node}/network",
1343
+ "description": "Revert network configuration (rm /etc/network/interfaces.new).",
1344
+ "writeOperation": true,
1345
+ "destructive": true
1346
+ },
1347
+ {
1348
+ "operationId": "get_nodes_node_network",
1349
+ "resource": "nodes",
1350
+ "category": "Nodes & Guests",
1351
+ "name": "network",
1352
+ "method": "GET",
1353
+ "path": "/nodes/{node}/network",
1354
+ "description": "List all network devices",
1355
+ "writeOperation": false,
1356
+ "destructive": false
1357
+ },
1358
+ {
1359
+ "operationId": "post_nodes_node_network",
1360
+ "resource": "nodes",
1361
+ "category": "Nodes & Guests",
1362
+ "name": "network",
1363
+ "method": "POST",
1364
+ "path": "/nodes/{node}/network",
1365
+ "description": "Create network interface configuration.",
1366
+ "writeOperation": true,
1367
+ "destructive": false
1368
+ },
1369
+ {
1370
+ "operationId": "put_nodes_node_network",
1371
+ "resource": "nodes",
1372
+ "category": "Nodes & Guests",
1373
+ "name": "network",
1374
+ "method": "PUT",
1375
+ "path": "/nodes/{node}/network",
1376
+ "description": "Reload network configuration (requires ifupdown2).",
1377
+ "writeOperation": true,
1378
+ "destructive": false
1379
+ },
1380
+ {
1381
+ "operationId": "delete_nodes_node_network_iface",
1382
+ "resource": "nodes",
1383
+ "category": "Nodes & Guests",
1384
+ "name": "{iface}",
1385
+ "method": "DELETE",
1386
+ "path": "/nodes/{node}/network/{iface}",
1387
+ "description": "Remove network interface configuration.",
1388
+ "writeOperation": true,
1389
+ "destructive": true
1390
+ },
1391
+ {
1392
+ "operationId": "get_nodes_node_network_iface",
1393
+ "resource": "nodes",
1394
+ "category": "Nodes & Guests",
1395
+ "name": "{iface}",
1396
+ "method": "GET",
1397
+ "path": "/nodes/{node}/network/{iface}",
1398
+ "description": "Read a network interface configuration.",
1399
+ "writeOperation": false,
1400
+ "destructive": false
1401
+ },
1402
+ {
1403
+ "operationId": "put_nodes_node_network_iface",
1404
+ "resource": "nodes",
1405
+ "category": "Nodes & Guests",
1406
+ "name": "{iface}",
1407
+ "method": "PUT",
1408
+ "path": "/nodes/{node}/network/{iface}",
1409
+ "description": "Update network interface config.",
1410
+ "writeOperation": true,
1411
+ "destructive": false
1412
+ },
1413
+ {
1414
+ "operationId": "get_nodes_node_report",
1415
+ "resource": "nodes",
1416
+ "category": "Nodes & Guests",
1417
+ "name": "report",
1418
+ "method": "GET",
1419
+ "path": "/nodes/{node}/report",
1420
+ "description": "Get the system report for this node.",
1421
+ "writeOperation": false,
1422
+ "destructive": false
1423
+ },
1424
+ {
1425
+ "operationId": "get_nodes_node_rrddata",
1426
+ "resource": "nodes",
1427
+ "category": "Nodes & Guests",
1428
+ "name": "rrddata",
1429
+ "method": "GET",
1430
+ "path": "/nodes/{node}/rrddata",
1431
+ "description": "Read RRD data for this PDM node.",
1432
+ "writeOperation": false,
1433
+ "destructive": false
1434
+ },
1435
+ {
1436
+ "operationId": "get_nodes_node_sdn",
1437
+ "resource": "nodes",
1438
+ "category": "Nodes & Guests",
1439
+ "name": "sdn",
1440
+ "method": "GET",
1441
+ "path": "/nodes/{node}/sdn",
1442
+ "description": "Directory index.",
1443
+ "writeOperation": false,
1444
+ "destructive": false
1445
+ },
1446
+ {
1447
+ "operationId": "get_nodes_node_sdn_vnets_vnet",
1448
+ "resource": "nodes",
1449
+ "category": "Nodes & Guests",
1450
+ "name": "{vnet}",
1451
+ "method": "GET",
1452
+ "path": "/nodes/{node}/sdn/vnets/{vnet}",
1453
+ "description": "Directory index.",
1454
+ "writeOperation": false,
1455
+ "destructive": false
1456
+ },
1457
+ {
1458
+ "operationId": "get_nodes_node_sdn_vnets_vnet_mac_vrf",
1459
+ "resource": "nodes",
1460
+ "category": "Nodes & Guests",
1461
+ "name": "mac-vrf",
1462
+ "method": "GET",
1463
+ "path": "/nodes/{node}/sdn/vnets/{vnet}/mac-vrf",
1464
+ "description": "Get the MAC-VRF for an EVPN vnet for a node on a given remote",
1465
+ "writeOperation": false,
1466
+ "destructive": false
1467
+ },
1468
+ {
1469
+ "operationId": "get_nodes_node_sdn_zones_zone",
1470
+ "resource": "nodes",
1471
+ "category": "Nodes & Guests",
1472
+ "name": "{zone}",
1473
+ "method": "GET",
1474
+ "path": "/nodes/{node}/sdn/zones/{zone}",
1475
+ "description": "Directory index.",
1476
+ "writeOperation": false,
1477
+ "destructive": false
1478
+ },
1479
+ {
1480
+ "operationId": "get_nodes_node_sdn_zones_zone_ip_vrf",
1481
+ "resource": "nodes",
1482
+ "category": "Nodes & Guests",
1483
+ "name": "ip-vrf",
1484
+ "method": "GET",
1485
+ "path": "/nodes/{node}/sdn/zones/{zone}/ip-vrf",
1486
+ "description": "Get the IP-VRF for an EVPN zone for a node on a given remote",
1487
+ "writeOperation": false,
1488
+ "destructive": false
1489
+ },
1490
+ {
1491
+ "operationId": "get_nodes_node_status",
1492
+ "resource": "nodes",
1493
+ "category": "Nodes & Guests",
1494
+ "name": "status",
1495
+ "method": "GET",
1496
+ "path": "/nodes/{node}/status",
1497
+ "description": "Read node memory, CPU and (root) disk usage",
1498
+ "writeOperation": false,
1499
+ "destructive": false
1500
+ },
1501
+ {
1502
+ "operationId": "post_nodes_node_status",
1503
+ "resource": "nodes",
1504
+ "category": "Nodes & Guests",
1505
+ "name": "status",
1506
+ "method": "POST",
1507
+ "path": "/nodes/{node}/status",
1508
+ "description": "Reboot or shutdown the node.",
1509
+ "writeOperation": true,
1510
+ "destructive": false
1511
+ },
1512
+ {
1513
+ "operationId": "get_nodes_node_subscription",
1514
+ "resource": "nodes",
1515
+ "category": "Nodes & Guests",
1516
+ "name": "subscription",
1517
+ "method": "GET",
1518
+ "path": "/nodes/{node}/subscription",
1519
+ "description": "Return subscription status",
1520
+ "writeOperation": false,
1521
+ "destructive": false
1522
+ },
1523
+ {
1524
+ "operationId": "post_nodes_node_subscription",
1525
+ "resource": "nodes",
1526
+ "category": "Nodes & Guests",
1527
+ "name": "subscription",
1528
+ "method": "POST",
1529
+ "path": "/nodes/{node}/subscription",
1530
+ "description": "Update subscription information",
1531
+ "writeOperation": true,
1532
+ "destructive": false
1533
+ },
1534
+ {
1535
+ "operationId": "get_nodes_node_syslog",
1536
+ "resource": "nodes",
1537
+ "category": "Nodes & Guests",
1538
+ "name": "syslog",
1539
+ "method": "GET",
1540
+ "path": "/nodes/{node}/syslog",
1541
+ "description": "Read syslog entries.",
1542
+ "writeOperation": false,
1543
+ "destructive": false
1544
+ },
1545
+ {
1546
+ "operationId": "get_nodes_node_tasks",
1547
+ "resource": "nodes",
1548
+ "category": "Nodes & Guests",
1549
+ "name": "tasks",
1550
+ "method": "GET",
1551
+ "path": "/nodes/{node}/tasks",
1552
+ "description": "List tasks.",
1553
+ "writeOperation": false,
1554
+ "destructive": false
1555
+ },
1556
+ {
1557
+ "operationId": "delete_nodes_node_tasks_upid",
1558
+ "resource": "nodes",
1559
+ "category": "Nodes & Guests",
1560
+ "name": "{upid}",
1561
+ "method": "DELETE",
1562
+ "path": "/nodes/{node}/tasks/{upid}",
1563
+ "description": "Try to stop a task.",
1564
+ "writeOperation": true,
1565
+ "destructive": true
1566
+ },
1567
+ {
1568
+ "operationId": "get_nodes_node_tasks_upid",
1569
+ "resource": "nodes",
1570
+ "category": "Nodes & Guests",
1571
+ "name": "{upid}",
1572
+ "method": "GET",
1573
+ "path": "/nodes/{node}/tasks/{upid}",
1574
+ "description": "Directory index.",
1575
+ "writeOperation": false,
1576
+ "destructive": false
1577
+ },
1578
+ {
1579
+ "operationId": "get_nodes_node_tasks_upid_log",
1580
+ "resource": "nodes",
1581
+ "category": "Nodes & Guests",
1582
+ "name": "log",
1583
+ "method": "GET",
1584
+ "path": "/nodes/{node}/tasks/{upid}/log",
1585
+ "description": "Read the task log",
1586
+ "writeOperation": false,
1587
+ "destructive": false
1588
+ },
1589
+ {
1590
+ "operationId": "get_nodes_node_tasks_upid_status",
1591
+ "resource": "nodes",
1592
+ "category": "Nodes & Guests",
1593
+ "name": "status",
1594
+ "method": "GET",
1595
+ "path": "/nodes/{node}/tasks/{upid}/status",
1596
+ "description": "Get task status.",
1597
+ "writeOperation": false,
1598
+ "destructive": false
1599
+ },
1600
+ {
1601
+ "operationId": "post_nodes_node_termproxy",
1602
+ "resource": "nodes",
1603
+ "category": "Nodes & Guests",
1604
+ "name": "termproxy",
1605
+ "method": "POST",
1606
+ "path": "/nodes/{node}/termproxy",
1607
+ "description": "Call termproxy and return shell ticket",
1608
+ "writeOperation": true,
1609
+ "destructive": false
1610
+ },
1611
+ {
1612
+ "operationId": "get_nodes_node_time",
1613
+ "resource": "nodes",
1614
+ "category": "Nodes & Guests",
1615
+ "name": "time",
1616
+ "method": "GET",
1617
+ "path": "/nodes/{node}/time",
1618
+ "description": "Read server time and time zone settings.",
1619
+ "writeOperation": false,
1620
+ "destructive": false
1621
+ },
1622
+ {
1623
+ "operationId": "put_nodes_node_time",
1624
+ "resource": "nodes",
1625
+ "category": "Nodes & Guests",
1626
+ "name": "time",
1627
+ "method": "PUT",
1628
+ "path": "/nodes/{node}/time",
1629
+ "description": "Set time zone",
1630
+ "writeOperation": true,
1631
+ "destructive": false
1632
+ },
1633
+ {
1634
+ "operationId": "get_nodes_node_vncwebsocket",
1635
+ "resource": "nodes",
1636
+ "category": "Nodes & Guests",
1637
+ "name": "vncwebsocket",
1638
+ "method": "GET",
1639
+ "path": "/nodes/{node}/vncwebsocket",
1640
+ "description": "Upgraded to websocket",
1641
+ "writeOperation": false,
1642
+ "destructive": false
1643
+ },
1644
+ {
1645
+ "operationId": "get_pbs",
1646
+ "resource": "pbs",
1647
+ "category": "PBS Remotes",
1648
+ "name": "pbs",
1649
+ "method": "GET",
1650
+ "path": "/pbs",
1651
+ "description": "Directory index.",
1652
+ "writeOperation": false,
1653
+ "destructive": false
1654
+ },
1655
+ {
1656
+ "operationId": "post_pbs_probe_tls",
1657
+ "resource": "pbs",
1658
+ "category": "PBS Remotes",
1659
+ "name": "probe-tls",
1660
+ "method": "POST",
1661
+ "path": "/pbs/probe-tls",
1662
+ "description": "Probe the hosts TLS certificate.\n\nIf the certificate is not trusted with the given parameters, returns the certificate\ninformation.",
1663
+ "writeOperation": true,
1664
+ "destructive": false
1665
+ },
1666
+ {
1667
+ "operationId": "get_pbs_realms",
1668
+ "resource": "pbs",
1669
+ "category": "PBS Remotes",
1670
+ "name": "realms",
1671
+ "method": "GET",
1672
+ "path": "/pbs/realms",
1673
+ "description": "List available authentication realms of a PBS remote.",
1674
+ "writeOperation": false,
1675
+ "destructive": false
1676
+ },
1677
+ {
1678
+ "operationId": "get_pbs_remotes",
1679
+ "resource": "pbs",
1680
+ "category": "PBS Remotes",
1681
+ "name": "remotes",
1682
+ "method": "GET",
1683
+ "path": "/pbs/remotes",
1684
+ "description": "Return the list of PBS remotes",
1685
+ "writeOperation": false,
1686
+ "destructive": false
1687
+ },
1688
+ {
1689
+ "operationId": "get_pbs_remotes_remote",
1690
+ "resource": "pbs",
1691
+ "category": "PBS Remotes",
1692
+ "name": "{remote}",
1693
+ "method": "GET",
1694
+ "path": "/pbs/remotes/{remote}",
1695
+ "description": "Directory index.",
1696
+ "writeOperation": false,
1697
+ "destructive": false
1698
+ },
1699
+ {
1700
+ "operationId": "get_pbs_remotes_remote_datastore",
1701
+ "resource": "pbs",
1702
+ "category": "PBS Remotes",
1703
+ "name": "datastore",
1704
+ "method": "GET",
1705
+ "path": "/pbs/remotes/{remote}/datastore",
1706
+ "description": "List the PBS remote's datastores.",
1707
+ "writeOperation": false,
1708
+ "destructive": false
1709
+ },
1710
+ {
1711
+ "operationId": "get_pbs_remotes_remote_datastore_datastore",
1712
+ "resource": "pbs",
1713
+ "category": "PBS Remotes",
1714
+ "name": "{datastore}",
1715
+ "method": "GET",
1716
+ "path": "/pbs/remotes/{remote}/datastore/{datastore}",
1717
+ "description": "Directory index.",
1718
+ "writeOperation": false,
1719
+ "destructive": false
1720
+ },
1721
+ {
1722
+ "operationId": "get_pbs_remotes_remote_datastore_datastore_namespaces",
1723
+ "resource": "pbs",
1724
+ "category": "PBS Remotes",
1725
+ "name": "namespaces",
1726
+ "method": "GET",
1727
+ "path": "/pbs/remotes/{remote}/datastore/{datastore}/namespaces",
1728
+ "description": "List the namespaces of PBS remote's datastore.",
1729
+ "writeOperation": false,
1730
+ "destructive": false
1731
+ },
1732
+ {
1733
+ "operationId": "get_pbs_remotes_remote_datastore_datastore_rrddata",
1734
+ "resource": "pbs",
1735
+ "category": "PBS Remotes",
1736
+ "name": "rrddata",
1737
+ "method": "GET",
1738
+ "path": "/pbs/remotes/{remote}/datastore/{datastore}/rrddata",
1739
+ "description": "Read PBS datastore stats",
1740
+ "writeOperation": false,
1741
+ "destructive": false
1742
+ },
1743
+ {
1744
+ "operationId": "get_pbs_remotes_remote_datastore_datastore_snapshots",
1745
+ "resource": "pbs",
1746
+ "category": "PBS Remotes",
1747
+ "name": "snapshots",
1748
+ "method": "GET",
1749
+ "path": "/pbs/remotes/{remote}/datastore/{datastore}/snapshots",
1750
+ "description": "List the PBS remote's datastores.",
1751
+ "writeOperation": false,
1752
+ "destructive": false
1753
+ },
1754
+ {
1755
+ "operationId": "get_pbs_remotes_remote_nodes_node",
1756
+ "resource": "pbs",
1757
+ "category": "PBS Remotes",
1758
+ "name": "{node}",
1759
+ "method": "GET",
1760
+ "path": "/pbs/remotes/{remote}/nodes/{node}",
1761
+ "description": "Directory index.",
1762
+ "writeOperation": false,
1763
+ "destructive": false
1764
+ },
1765
+ {
1766
+ "operationId": "get_pbs_remotes_remote_nodes_node_apt",
1767
+ "resource": "pbs",
1768
+ "category": "PBS Remotes",
1769
+ "name": "apt",
1770
+ "method": "GET",
1771
+ "path": "/pbs/remotes/{remote}/nodes/{node}/apt",
1772
+ "description": "Directory index.",
1773
+ "writeOperation": false,
1774
+ "destructive": false
1775
+ },
1776
+ {
1777
+ "operationId": "get_pbs_remotes_remote_nodes_node_apt_changelog",
1778
+ "resource": "pbs",
1779
+ "category": "PBS Remotes",
1780
+ "name": "changelog",
1781
+ "method": "GET",
1782
+ "path": "/pbs/remotes/{remote}/nodes/{node}/apt/changelog",
1783
+ "description": "Retrieve the changelog of the specified package for a remote PVE node.",
1784
+ "writeOperation": false,
1785
+ "destructive": false
1786
+ },
1787
+ {
1788
+ "operationId": "get_pbs_remotes_remote_nodes_node_apt_repositories",
1789
+ "resource": "pbs",
1790
+ "category": "PBS Remotes",
1791
+ "name": "repositories",
1792
+ "method": "GET",
1793
+ "path": "/pbs/remotes/{remote}/nodes/{node}/apt/repositories",
1794
+ "description": "Get configured APT repositories.",
1795
+ "writeOperation": false,
1796
+ "destructive": false
1797
+ },
1798
+ {
1799
+ "operationId": "get_pbs_remotes_remote_nodes_node_apt_update",
1800
+ "resource": "pbs",
1801
+ "category": "PBS Remotes",
1802
+ "name": "update",
1803
+ "method": "GET",
1804
+ "path": "/pbs/remotes/{remote}/nodes/{node}/apt/update",
1805
+ "description": "List available APT updates for a remote PVE node.",
1806
+ "writeOperation": false,
1807
+ "destructive": false
1808
+ },
1809
+ {
1810
+ "operationId": "post_pbs_remotes_remote_nodes_node_apt_update",
1811
+ "resource": "pbs",
1812
+ "category": "PBS Remotes",
1813
+ "name": "update",
1814
+ "method": "POST",
1815
+ "path": "/pbs/remotes/{remote}/nodes/{node}/apt/update",
1816
+ "description": "Update the APT database of a remote PVE node.",
1817
+ "writeOperation": true,
1818
+ "destructive": false
1819
+ },
1820
+ {
1821
+ "operationId": "get_pbs_remotes_remote_nodes_node_subscription",
1822
+ "resource": "pbs",
1823
+ "category": "PBS Remotes",
1824
+ "name": "subscription",
1825
+ "method": "GET",
1826
+ "path": "/pbs/remotes/{remote}/nodes/{node}/subscription",
1827
+ "description": "Get subscription for the PBS remote",
1828
+ "writeOperation": false,
1829
+ "destructive": false
1830
+ },
1831
+ {
1832
+ "operationId": "post_pbs_remotes_remote_nodes_node_termproxy",
1833
+ "resource": "pbs",
1834
+ "category": "PBS Remotes",
1835
+ "name": "termproxy",
1836
+ "method": "POST",
1837
+ "path": "/pbs/remotes/{remote}/nodes/{node}/termproxy",
1838
+ "description": "Call termproxy and return shell ticket",
1839
+ "writeOperation": true,
1840
+ "destructive": false
1841
+ },
1842
+ {
1843
+ "operationId": "get_pbs_remotes_remote_nodes_node_vncwebsocket",
1844
+ "resource": "pbs",
1845
+ "category": "PBS Remotes",
1846
+ "name": "vncwebsocket",
1847
+ "method": "GET",
1848
+ "path": "/pbs/remotes/{remote}/nodes/{node}/vncwebsocket",
1849
+ "description": "Upgraded to websocket",
1850
+ "writeOperation": false,
1851
+ "destructive": false
1852
+ },
1853
+ {
1854
+ "operationId": "get_pbs_remotes_remote_rrddata",
1855
+ "resource": "pbs",
1856
+ "category": "PBS Remotes",
1857
+ "name": "rrddata",
1858
+ "method": "GET",
1859
+ "path": "/pbs/remotes/{remote}/rrddata",
1860
+ "description": "Read PBS node stats",
1861
+ "writeOperation": false,
1862
+ "destructive": false
1863
+ },
1864
+ {
1865
+ "operationId": "get_pbs_remotes_remote_status",
1866
+ "resource": "pbs",
1867
+ "category": "PBS Remotes",
1868
+ "name": "status",
1869
+ "method": "GET",
1870
+ "path": "/pbs/remotes/{remote}/status",
1871
+ "description": "Get status for the PBS remote",
1872
+ "writeOperation": false,
1873
+ "destructive": false
1874
+ },
1875
+ {
1876
+ "operationId": "get_pbs_remotes_remote_tasks",
1877
+ "resource": "pbs",
1878
+ "category": "PBS Remotes",
1879
+ "name": "tasks",
1880
+ "method": "GET",
1881
+ "path": "/pbs/remotes/{remote}/tasks",
1882
+ "description": "Get the list of tasks either for a specific node, or query all at once.",
1883
+ "writeOperation": false,
1884
+ "destructive": false
1885
+ },
1886
+ {
1887
+ "operationId": "delete_pbs_remotes_remote_tasks_upid",
1888
+ "resource": "pbs",
1889
+ "category": "PBS Remotes",
1890
+ "name": "{upid}",
1891
+ "method": "DELETE",
1892
+ "path": "/pbs/remotes/{remote}/tasks/{upid}",
1893
+ "description": "Get the status of a task from a Proxmox VE instance.",
1894
+ "writeOperation": true,
1895
+ "destructive": true
1896
+ },
1897
+ {
1898
+ "operationId": "get_pbs_remotes_remote_tasks_upid",
1899
+ "resource": "pbs",
1900
+ "category": "PBS Remotes",
1901
+ "name": "{upid}",
1902
+ "method": "GET",
1903
+ "path": "/pbs/remotes/{remote}/tasks/{upid}",
1904
+ "description": "Directory index.",
1905
+ "writeOperation": false,
1906
+ "destructive": false
1907
+ },
1908
+ {
1909
+ "operationId": "get_pbs_remotes_remote_tasks_upid_log",
1910
+ "resource": "pbs",
1911
+ "category": "PBS Remotes",
1912
+ "name": "log",
1913
+ "method": "GET",
1914
+ "path": "/pbs/remotes/{remote}/tasks/{upid}/log",
1915
+ "description": "Read a task log.",
1916
+ "writeOperation": false,
1917
+ "destructive": false
1918
+ },
1919
+ {
1920
+ "operationId": "get_pbs_remotes_remote_tasks_upid_status",
1921
+ "resource": "pbs",
1922
+ "category": "PBS Remotes",
1923
+ "name": "status",
1924
+ "method": "GET",
1925
+ "path": "/pbs/remotes/{remote}/tasks/{upid}/status",
1926
+ "description": "Get the status of a task from a Proxmox VE instance.",
1927
+ "writeOperation": false,
1928
+ "destructive": false
1929
+ },
1930
+ {
1931
+ "operationId": "post_pbs_scan",
1932
+ "resource": "pbs",
1933
+ "category": "PBS Remotes",
1934
+ "name": "scan",
1935
+ "method": "POST",
1936
+ "path": "/pbs/scan",
1937
+ "description": "Scans the given connection info for pbs host information.\n\nChecks login using the provided credentials.",
1938
+ "writeOperation": true,
1939
+ "destructive": false
1940
+ },
1941
+ {
1942
+ "operationId": "get_ping",
1943
+ "resource": "ping",
1944
+ "category": "Ping",
1945
+ "name": "ping",
1946
+ "method": "GET",
1947
+ "path": "/ping",
1948
+ "description": "A simple ping method. returns \"pong\"",
1949
+ "writeOperation": false,
1950
+ "destructive": false
1951
+ },
1952
+ {
1953
+ "operationId": "get_pve",
1954
+ "resource": "pve",
1955
+ "category": "PVE Remotes",
1956
+ "name": "pve",
1957
+ "method": "GET",
1958
+ "path": "/pve",
1959
+ "description": "Directory index.",
1960
+ "writeOperation": false,
1961
+ "destructive": false
1962
+ },
1963
+ {
1964
+ "operationId": "get_pve_firewall",
1965
+ "resource": "pve",
1966
+ "category": "PVE Remotes",
1967
+ "name": "firewall",
1968
+ "method": "GET",
1969
+ "path": "/pve/firewall",
1970
+ "description": "Directory index.",
1971
+ "writeOperation": false,
1972
+ "destructive": false
1973
+ },
1974
+ {
1975
+ "operationId": "get_pve_firewall_status",
1976
+ "resource": "pve",
1977
+ "category": "PVE Remotes",
1978
+ "name": "status",
1979
+ "method": "GET",
1980
+ "path": "/pve/firewall/status",
1981
+ "description": "Get firewall status of all PVE remotes.",
1982
+ "writeOperation": false,
1983
+ "destructive": false
1984
+ },
1985
+ {
1986
+ "operationId": "post_pve_probe_tls",
1987
+ "resource": "pve",
1988
+ "category": "PVE Remotes",
1989
+ "name": "probe-tls",
1990
+ "method": "POST",
1991
+ "path": "/pve/probe-tls",
1992
+ "description": "Probe the hosts TLS certificate.\n\nIf the certificate is not trusted with the given parameters, returns the certificate\ninformation.",
1993
+ "writeOperation": true,
1994
+ "destructive": false
1995
+ },
1996
+ {
1997
+ "operationId": "get_pve_realms",
1998
+ "resource": "pve",
1999
+ "category": "PVE Remotes",
2000
+ "name": "realms",
2001
+ "method": "GET",
2002
+ "path": "/pve/realms",
2003
+ "description": "Scans the given connection info for pve cluster information",
2004
+ "writeOperation": false,
2005
+ "destructive": false
2006
+ },
2007
+ {
2008
+ "operationId": "get_pve_remotes",
2009
+ "resource": "pve",
2010
+ "category": "PVE Remotes",
2011
+ "name": "remotes",
2012
+ "method": "GET",
2013
+ "path": "/pve/remotes",
2014
+ "description": "Return the list of PVE remotes",
2015
+ "writeOperation": false,
2016
+ "destructive": false
2017
+ },
2018
+ {
2019
+ "operationId": "get_pve_remotes_remote",
2020
+ "resource": "pve",
2021
+ "category": "PVE Remotes",
2022
+ "name": "{remote}",
2023
+ "method": "GET",
2024
+ "path": "/pve/remotes/{remote}",
2025
+ "description": "Directory index.",
2026
+ "writeOperation": false,
2027
+ "destructive": false
2028
+ },
2029
+ {
2030
+ "operationId": "get_pve_remotes_remote_cluster_nextid",
2031
+ "resource": "pve",
2032
+ "category": "PVE Remotes",
2033
+ "name": "cluster-nextid",
2034
+ "method": "GET",
2035
+ "path": "/pve/remotes/{remote}/cluster-nextid",
2036
+ "description": "Get the next free VMID on the (target) cluster, e.g. to prefill a migration target VMID.",
2037
+ "writeOperation": false,
2038
+ "destructive": false
2039
+ },
2040
+ {
2041
+ "operationId": "get_pve_remotes_remote_cluster_status",
2042
+ "resource": "pve",
2043
+ "category": "PVE Remotes",
2044
+ "name": "cluster-status",
2045
+ "method": "GET",
2046
+ "path": "/pve/remotes/{remote}/cluster-status",
2047
+ "description": "Query the cluster nodes status.",
2048
+ "writeOperation": false,
2049
+ "destructive": false
2050
+ },
2051
+ {
2052
+ "operationId": "get_pve_remotes_remote_firewall",
2053
+ "resource": "pve",
2054
+ "category": "PVE Remotes",
2055
+ "name": "firewall",
2056
+ "method": "GET",
2057
+ "path": "/pve/remotes/{remote}/firewall",
2058
+ "description": "Directory index.",
2059
+ "writeOperation": false,
2060
+ "destructive": false
2061
+ },
2062
+ {
2063
+ "operationId": "get_pve_remotes_remote_firewall_options",
2064
+ "resource": "pve",
2065
+ "category": "PVE Remotes",
2066
+ "name": "options",
2067
+ "method": "GET",
2068
+ "path": "/pve/remotes/{remote}/firewall/options",
2069
+ "description": "Get cluster firewall options.",
2070
+ "writeOperation": false,
2071
+ "destructive": false
2072
+ },
2073
+ {
2074
+ "operationId": "put_pve_remotes_remote_firewall_options",
2075
+ "resource": "pve",
2076
+ "category": "PVE Remotes",
2077
+ "name": "options",
2078
+ "method": "PUT",
2079
+ "path": "/pve/remotes/{remote}/firewall/options",
2080
+ "description": "Update cluster firewall configuration",
2081
+ "writeOperation": true,
2082
+ "destructive": false
2083
+ },
2084
+ {
2085
+ "operationId": "get_pve_remotes_remote_firewall_rules",
2086
+ "resource": "pve",
2087
+ "category": "PVE Remotes",
2088
+ "name": "rules",
2089
+ "method": "GET",
2090
+ "path": "/pve/remotes/{remote}/firewall/rules",
2091
+ "description": "Get cluster firewall rules.",
2092
+ "writeOperation": false,
2093
+ "destructive": false
2094
+ },
2095
+ {
2096
+ "operationId": "get_pve_remotes_remote_firewall_status",
2097
+ "resource": "pve",
2098
+ "category": "PVE Remotes",
2099
+ "name": "status",
2100
+ "method": "GET",
2101
+ "path": "/pve/remotes/{remote}/firewall/status",
2102
+ "description": "Get firewall status of a specific remote.",
2103
+ "writeOperation": false,
2104
+ "destructive": false
2105
+ },
2106
+ {
2107
+ "operationId": "get_pve_remotes_remote_lxc",
2108
+ "resource": "pve",
2109
+ "category": "PVE Remotes",
2110
+ "name": "lxc",
2111
+ "method": "GET",
2112
+ "path": "/pve/remotes/{remote}/lxc",
2113
+ "description": "Query the remote's list of lxc containers. If no node is provided, the all nodes are queried.",
2114
+ "writeOperation": false,
2115
+ "destructive": false
2116
+ },
2117
+ {
2118
+ "operationId": "get_pve_remotes_remote_lxc_vmid",
2119
+ "resource": "pve",
2120
+ "category": "PVE Remotes",
2121
+ "name": "{vmid}",
2122
+ "method": "GET",
2123
+ "path": "/pve/remotes/{remote}/lxc/{vmid}",
2124
+ "description": "Directory index.",
2125
+ "writeOperation": false,
2126
+ "destructive": false
2127
+ },
2128
+ {
2129
+ "operationId": "get_pve_remotes_remote_lxc_vmid_config",
2130
+ "resource": "pve",
2131
+ "category": "PVE Remotes",
2132
+ "name": "config",
2133
+ "method": "GET",
2134
+ "path": "/pve/remotes/{remote}/lxc/{vmid}/config",
2135
+ "description": "Get the configuration of an lxc container from a remote. If a node is provided, the container\nmust be on that node, otherwise the node is determined automatically.",
2136
+ "writeOperation": false,
2137
+ "destructive": false
2138
+ },
2139
+ {
2140
+ "operationId": "get_pve_remotes_remote_lxc_vmid_firewall",
2141
+ "resource": "pve",
2142
+ "category": "PVE Remotes",
2143
+ "name": "firewall",
2144
+ "method": "GET",
2145
+ "path": "/pve/remotes/{remote}/lxc/{vmid}/firewall",
2146
+ "description": "Directory index.",
2147
+ "writeOperation": false,
2148
+ "destructive": false
2149
+ },
2150
+ {
2151
+ "operationId": "get_pve_remotes_remote_lxc_vmid_firewall_options",
2152
+ "resource": "pve",
2153
+ "category": "PVE Remotes",
2154
+ "name": "options",
2155
+ "method": "GET",
2156
+ "path": "/pve/remotes/{remote}/lxc/{vmid}/firewall/options",
2157
+ "description": "Get LXC firewall options.",
2158
+ "writeOperation": false,
2159
+ "destructive": false
2160
+ },
2161
+ {
2162
+ "operationId": "put_pve_remotes_remote_lxc_vmid_firewall_options",
2163
+ "resource": "pve",
2164
+ "category": "PVE Remotes",
2165
+ "name": "options",
2166
+ "method": "PUT",
2167
+ "path": "/pve/remotes/{remote}/lxc/{vmid}/firewall/options",
2168
+ "description": "Update LXC firewall options",
2169
+ "writeOperation": true,
2170
+ "destructive": false
2171
+ },
2172
+ {
2173
+ "operationId": "get_pve_remotes_remote_lxc_vmid_firewall_rules",
2174
+ "resource": "pve",
2175
+ "category": "PVE Remotes",
2176
+ "name": "rules",
2177
+ "method": "GET",
2178
+ "path": "/pve/remotes/{remote}/lxc/{vmid}/firewall/rules",
2179
+ "description": "Get LXC firewall rules.",
2180
+ "writeOperation": false,
2181
+ "destructive": false
2182
+ },
2183
+ {
2184
+ "operationId": "post_pve_remotes_remote_lxc_vmid_migrate",
2185
+ "resource": "pve",
2186
+ "category": "PVE Remotes",
2187
+ "name": "migrate",
2188
+ "method": "POST",
2189
+ "path": "/pve/remotes/{remote}/lxc/{vmid}/migrate",
2190
+ "description": "Perform an in-cluster migration of a VM.",
2191
+ "writeOperation": true,
2192
+ "destructive": true
2193
+ },
2194
+ {
2195
+ "operationId": "get_pve_remotes_remote_lxc_vmid_pending",
2196
+ "resource": "pve",
2197
+ "category": "PVE Remotes",
2198
+ "name": "pending",
2199
+ "method": "GET",
2200
+ "path": "/pve/remotes/{remote}/lxc/{vmid}/pending",
2201
+ "description": "Get the pending configuration of a lxc container from a remote. If a node is provided, the container must be on that\nnode, otherwise the node is determined automatically.",
2202
+ "writeOperation": false,
2203
+ "destructive": false
2204
+ },
2205
+ {
2206
+ "operationId": "post_pve_remotes_remote_lxc_vmid_remote_migrate",
2207
+ "resource": "pve",
2208
+ "category": "PVE Remotes",
2209
+ "name": "remote-migrate",
2210
+ "method": "POST",
2211
+ "path": "/pve/remotes/{remote}/lxc/{vmid}/remote-migrate",
2212
+ "description": "Perform a remote migration of an lxc container.",
2213
+ "writeOperation": true,
2214
+ "destructive": false
2215
+ },
2216
+ {
2217
+ "operationId": "get_pve_remotes_remote_lxc_vmid_rrddata",
2218
+ "resource": "pve",
2219
+ "category": "PVE Remotes",
2220
+ "name": "rrddata",
2221
+ "method": "GET",
2222
+ "path": "/pve/remotes/{remote}/lxc/{vmid}/rrddata",
2223
+ "description": "Read lxc stats",
2224
+ "writeOperation": false,
2225
+ "destructive": false
2226
+ },
2227
+ {
2228
+ "operationId": "post_pve_remotes_remote_lxc_vmid_shutdown",
2229
+ "resource": "pve",
2230
+ "category": "PVE Remotes",
2231
+ "name": "shutdown",
2232
+ "method": "POST",
2233
+ "path": "/pve/remotes/{remote}/lxc/{vmid}/shutdown",
2234
+ "description": "Perform a shutdown of a remote lxc container.",
2235
+ "writeOperation": true,
2236
+ "destructive": true
2237
+ },
2238
+ {
2239
+ "operationId": "get_pve_remotes_remote_lxc_vmid_snapshot",
2240
+ "resource": "pve",
2241
+ "category": "PVE Remotes",
2242
+ "name": "snapshot",
2243
+ "method": "GET",
2244
+ "path": "/pve/remotes/{remote}/lxc/{vmid}/snapshot",
2245
+ "description": "List the snapshots of a remote lxc container.",
2246
+ "writeOperation": false,
2247
+ "destructive": false
2248
+ },
2249
+ {
2250
+ "operationId": "post_pve_remotes_remote_lxc_vmid_snapshot",
2251
+ "resource": "pve",
2252
+ "category": "PVE Remotes",
2253
+ "name": "snapshot",
2254
+ "method": "POST",
2255
+ "path": "/pve/remotes/{remote}/lxc/{vmid}/snapshot",
2256
+ "description": "Create a snapshot of a remote lxc container.",
2257
+ "writeOperation": true,
2258
+ "destructive": false
2259
+ },
2260
+ {
2261
+ "operationId": "delete_pve_remotes_remote_lxc_vmid_snapshot_snapname",
2262
+ "resource": "pve",
2263
+ "category": "PVE Remotes",
2264
+ "name": "{snapname}",
2265
+ "method": "DELETE",
2266
+ "path": "/pve/remotes/{remote}/lxc/{vmid}/snapshot/{snapname}",
2267
+ "description": "Delete a snapshot of a remote lxc container.",
2268
+ "writeOperation": true,
2269
+ "destructive": true
2270
+ },
2271
+ {
2272
+ "operationId": "put_pve_remotes_remote_lxc_vmid_snapshot_snapname_config",
2273
+ "resource": "pve",
2274
+ "category": "PVE Remotes",
2275
+ "name": "config",
2276
+ "method": "PUT",
2277
+ "path": "/pve/remotes/{remote}/lxc/{vmid}/snapshot/{snapname}/config",
2278
+ "description": "Update a remote lxc container snapshot's description. This is synchronous (no worker task).",
2279
+ "writeOperation": true,
2280
+ "destructive": false
2281
+ },
2282
+ {
2283
+ "operationId": "post_pve_remotes_remote_lxc_vmid_snapshot_snapname_rollback",
2284
+ "resource": "pve",
2285
+ "category": "PVE Remotes",
2286
+ "name": "rollback",
2287
+ "method": "POST",
2288
+ "path": "/pve/remotes/{remote}/lxc/{vmid}/snapshot/{snapname}/rollback",
2289
+ "description": "Roll back a remote lxc container to a snapshot. This is destructive: it reverts the container's\ndisk and configuration to that snapshot. Optionally starts the container afterwards.",
2290
+ "writeOperation": true,
2291
+ "destructive": true
2292
+ },
2293
+ {
2294
+ "operationId": "post_pve_remotes_remote_lxc_vmid_start",
2295
+ "resource": "pve",
2296
+ "category": "PVE Remotes",
2297
+ "name": "start",
2298
+ "method": "POST",
2299
+ "path": "/pve/remotes/{remote}/lxc/{vmid}/start",
2300
+ "description": "Start a remote lxc container.",
2301
+ "writeOperation": true,
2302
+ "destructive": false
2303
+ },
2304
+ {
2305
+ "operationId": "get_pve_remotes_remote_lxc_vmid_status",
2306
+ "resource": "pve",
2307
+ "category": "PVE Remotes",
2308
+ "name": "status",
2309
+ "method": "GET",
2310
+ "path": "/pve/remotes/{remote}/lxc/{vmid}/status",
2311
+ "description": "Get the status of an LXC guest from a remote. If a node is provided, the guest must be on that\nnode, otherwise the node is determined automatically.",
2312
+ "writeOperation": false,
2313
+ "destructive": false
2314
+ },
2315
+ {
2316
+ "operationId": "post_pve_remotes_remote_lxc_vmid_stop",
2317
+ "resource": "pve",
2318
+ "category": "PVE Remotes",
2319
+ "name": "stop",
2320
+ "method": "POST",
2321
+ "path": "/pve/remotes/{remote}/lxc/{vmid}/stop",
2322
+ "description": "Stop a remote lxc container.",
2323
+ "writeOperation": true,
2324
+ "destructive": true
2325
+ },
2326
+ {
2327
+ "operationId": "get_pve_remotes_remote_nodes",
2328
+ "resource": "pve",
2329
+ "category": "PVE Remotes",
2330
+ "name": "nodes",
2331
+ "method": "GET",
2332
+ "path": "/pve/remotes/{remote}/nodes",
2333
+ "description": "Query the remote's version.\n\nFIXME: Should we add an option to explicitly query the entire cluster to get a full version\noverview?",
2334
+ "writeOperation": false,
2335
+ "destructive": false
2336
+ },
2337
+ {
2338
+ "operationId": "get_pve_remotes_remote_nodes_node",
2339
+ "resource": "pve",
2340
+ "category": "PVE Remotes",
2341
+ "name": "{node}",
2342
+ "method": "GET",
2343
+ "path": "/pve/remotes/{remote}/nodes/{node}",
2344
+ "description": "Directory index.",
2345
+ "writeOperation": false,
2346
+ "destructive": false
2347
+ },
2348
+ {
2349
+ "operationId": "get_pve_remotes_remote_nodes_node_apt",
2350
+ "resource": "pve",
2351
+ "category": "PVE Remotes",
2352
+ "name": "apt",
2353
+ "method": "GET",
2354
+ "path": "/pve/remotes/{remote}/nodes/{node}/apt",
2355
+ "description": "Directory index.",
2356
+ "writeOperation": false,
2357
+ "destructive": false
2358
+ },
2359
+ {
2360
+ "operationId": "get_pve_remotes_remote_nodes_node_apt_changelog",
2361
+ "resource": "pve",
2362
+ "category": "PVE Remotes",
2363
+ "name": "changelog",
2364
+ "method": "GET",
2365
+ "path": "/pve/remotes/{remote}/nodes/{node}/apt/changelog",
2366
+ "description": "Retrieve the changelog of the specified package for a remote PVE node.",
2367
+ "writeOperation": false,
2368
+ "destructive": false
2369
+ },
2370
+ {
2371
+ "operationId": "get_pve_remotes_remote_nodes_node_apt_repositories",
2372
+ "resource": "pve",
2373
+ "category": "PVE Remotes",
2374
+ "name": "repositories",
2375
+ "method": "GET",
2376
+ "path": "/pve/remotes/{remote}/nodes/{node}/apt/repositories",
2377
+ "description": "Get configured APT repositories.",
2378
+ "writeOperation": false,
2379
+ "destructive": false
2380
+ },
2381
+ {
2382
+ "operationId": "get_pve_remotes_remote_nodes_node_apt_update",
2383
+ "resource": "pve",
2384
+ "category": "PVE Remotes",
2385
+ "name": "update",
2386
+ "method": "GET",
2387
+ "path": "/pve/remotes/{remote}/nodes/{node}/apt/update",
2388
+ "description": "List available APT updates for a remote PVE node.",
2389
+ "writeOperation": false,
2390
+ "destructive": false
2391
+ },
2392
+ {
2393
+ "operationId": "post_pve_remotes_remote_nodes_node_apt_update",
2394
+ "resource": "pve",
2395
+ "category": "PVE Remotes",
2396
+ "name": "update",
2397
+ "method": "POST",
2398
+ "path": "/pve/remotes/{remote}/nodes/{node}/apt/update",
2399
+ "description": "Update the APT database of a remote PVE node.",
2400
+ "writeOperation": true,
2401
+ "destructive": false
2402
+ },
2403
+ {
2404
+ "operationId": "get_pve_remotes_remote_nodes_node_config",
2405
+ "resource": "pve",
2406
+ "category": "PVE Remotes",
2407
+ "name": "config",
2408
+ "method": "GET",
2409
+ "path": "/pve/remotes/{remote}/nodes/{node}/config",
2410
+ "description": "Get config for the node.",
2411
+ "writeOperation": false,
2412
+ "destructive": false
2413
+ },
2414
+ {
2415
+ "operationId": "get_pve_remotes_remote_nodes_node_firewall",
2416
+ "resource": "pve",
2417
+ "category": "PVE Remotes",
2418
+ "name": "firewall",
2419
+ "method": "GET",
2420
+ "path": "/pve/remotes/{remote}/nodes/{node}/firewall",
2421
+ "description": "Directory index.",
2422
+ "writeOperation": false,
2423
+ "destructive": false
2424
+ },
2425
+ {
2426
+ "operationId": "get_pve_remotes_remote_nodes_node_firewall_options",
2427
+ "resource": "pve",
2428
+ "category": "PVE Remotes",
2429
+ "name": "options",
2430
+ "method": "GET",
2431
+ "path": "/pve/remotes/{remote}/nodes/{node}/firewall/options",
2432
+ "description": "Get nodes firewall options.",
2433
+ "writeOperation": false,
2434
+ "destructive": false
2435
+ },
2436
+ {
2437
+ "operationId": "put_pve_remotes_remote_nodes_node_firewall_options",
2438
+ "resource": "pve",
2439
+ "category": "PVE Remotes",
2440
+ "name": "options",
2441
+ "method": "PUT",
2442
+ "path": "/pve/remotes/{remote}/nodes/{node}/firewall/options",
2443
+ "description": "Update a nodes firewall configuration",
2444
+ "writeOperation": true,
2445
+ "destructive": false
2446
+ },
2447
+ {
2448
+ "operationId": "get_pve_remotes_remote_nodes_node_firewall_rules",
2449
+ "resource": "pve",
2450
+ "category": "PVE Remotes",
2451
+ "name": "rules",
2452
+ "method": "GET",
2453
+ "path": "/pve/remotes/{remote}/nodes/{node}/firewall/rules",
2454
+ "description": "Get node firewall rules.",
2455
+ "writeOperation": false,
2456
+ "destructive": false
2457
+ },
2458
+ {
2459
+ "operationId": "get_pve_remotes_remote_nodes_node_firewall_status",
2460
+ "resource": "pve",
2461
+ "category": "PVE Remotes",
2462
+ "name": "status",
2463
+ "method": "GET",
2464
+ "path": "/pve/remotes/{remote}/nodes/{node}/firewall/status",
2465
+ "description": "Get firewall status of a specific node.",
2466
+ "writeOperation": false,
2467
+ "destructive": false
2468
+ },
2469
+ {
2470
+ "operationId": "get_pve_remotes_remote_nodes_node_network",
2471
+ "resource": "pve",
2472
+ "category": "PVE Remotes",
2473
+ "name": "network",
2474
+ "method": "GET",
2475
+ "path": "/pve/remotes/{remote}/nodes/{node}/network",
2476
+ "description": "Get network interfaces from PVE node",
2477
+ "writeOperation": false,
2478
+ "destructive": false
2479
+ },
2480
+ {
2481
+ "operationId": "get_pve_remotes_remote_nodes_node_rrddata",
2482
+ "resource": "pve",
2483
+ "category": "PVE Remotes",
2484
+ "name": "rrddata",
2485
+ "method": "GET",
2486
+ "path": "/pve/remotes/{remote}/nodes/{node}/rrddata",
2487
+ "description": "Read node stats",
2488
+ "writeOperation": false,
2489
+ "destructive": false
2490
+ },
2491
+ {
2492
+ "operationId": "get_pve_remotes_remote_nodes_node_sdn",
2493
+ "resource": "pve",
2494
+ "category": "PVE Remotes",
2495
+ "name": "sdn",
2496
+ "method": "GET",
2497
+ "path": "/pve/remotes/{remote}/nodes/{node}/sdn",
2498
+ "description": "Directory index.",
2499
+ "writeOperation": false,
2500
+ "destructive": false
2501
+ },
2502
+ {
2503
+ "operationId": "get_pve_remotes_remote_nodes_node_sdn_vnets_vnet",
2504
+ "resource": "pve",
2505
+ "category": "PVE Remotes",
2506
+ "name": "{vnet}",
2507
+ "method": "GET",
2508
+ "path": "/pve/remotes/{remote}/nodes/{node}/sdn/vnets/{vnet}",
2509
+ "description": "Directory index.",
2510
+ "writeOperation": false,
2511
+ "destructive": false
2512
+ },
2513
+ {
2514
+ "operationId": "get_pve_remotes_remote_nodes_node_sdn_vnets_vnet_mac_vrf",
2515
+ "resource": "pve",
2516
+ "category": "PVE Remotes",
2517
+ "name": "mac-vrf",
2518
+ "method": "GET",
2519
+ "path": "/pve/remotes/{remote}/nodes/{node}/sdn/vnets/{vnet}/mac-vrf",
2520
+ "description": "Get the MAC-VRF for an EVPN vnet for a node on a given remote",
2521
+ "writeOperation": false,
2522
+ "destructive": false
2523
+ },
2524
+ {
2525
+ "operationId": "get_pve_remotes_remote_nodes_node_sdn_zones_zone",
2526
+ "resource": "pve",
2527
+ "category": "PVE Remotes",
2528
+ "name": "{zone}",
2529
+ "method": "GET",
2530
+ "path": "/pve/remotes/{remote}/nodes/{node}/sdn/zones/{zone}",
2531
+ "description": "Directory index.",
2532
+ "writeOperation": false,
2533
+ "destructive": false
2534
+ },
2535
+ {
2536
+ "operationId": "get_pve_remotes_remote_nodes_node_sdn_zones_zone_ip_vrf",
2537
+ "resource": "pve",
2538
+ "category": "PVE Remotes",
2539
+ "name": "ip-vrf",
2540
+ "method": "GET",
2541
+ "path": "/pve/remotes/{remote}/nodes/{node}/sdn/zones/{zone}/ip-vrf",
2542
+ "description": "Get the IP-VRF for an EVPN zone for a node on a given remote",
2543
+ "writeOperation": false,
2544
+ "destructive": false
2545
+ },
2546
+ {
2547
+ "operationId": "get_pve_remotes_remote_nodes_node_status",
2548
+ "resource": "pve",
2549
+ "category": "PVE Remotes",
2550
+ "name": "status",
2551
+ "method": "GET",
2552
+ "path": "/pve/remotes/{remote}/nodes/{node}/status",
2553
+ "description": "Get status for the node",
2554
+ "writeOperation": false,
2555
+ "destructive": false
2556
+ },
2557
+ {
2558
+ "operationId": "get_pve_remotes_remote_nodes_node_storage",
2559
+ "resource": "pve",
2560
+ "category": "PVE Remotes",
2561
+ "name": "storage",
2562
+ "method": "GET",
2563
+ "path": "/pve/remotes/{remote}/nodes/{node}/storage",
2564
+ "description": "Get status for all datastores",
2565
+ "writeOperation": false,
2566
+ "destructive": false
2567
+ },
2568
+ {
2569
+ "operationId": "get_pve_remotes_remote_nodes_node_storage_storage",
2570
+ "resource": "pve",
2571
+ "category": "PVE Remotes",
2572
+ "name": "{storage}",
2573
+ "method": "GET",
2574
+ "path": "/pve/remotes/{remote}/nodes/{node}/storage/{storage}",
2575
+ "description": "Directory index.",
2576
+ "writeOperation": false,
2577
+ "destructive": false
2578
+ },
2579
+ {
2580
+ "operationId": "get_pve_remotes_remote_nodes_node_storage_storage_rrddata",
2581
+ "resource": "pve",
2582
+ "category": "PVE Remotes",
2583
+ "name": "rrddata",
2584
+ "method": "GET",
2585
+ "path": "/pve/remotes/{remote}/nodes/{node}/storage/{storage}/rrddata",
2586
+ "description": "Read storage stats",
2587
+ "writeOperation": false,
2588
+ "destructive": false
2589
+ },
2590
+ {
2591
+ "operationId": "get_pve_remotes_remote_nodes_node_storage_storage_status",
2592
+ "resource": "pve",
2593
+ "category": "PVE Remotes",
2594
+ "name": "status",
2595
+ "method": "GET",
2596
+ "path": "/pve/remotes/{remote}/nodes/{node}/storage/{storage}/status",
2597
+ "description": "Get the status of a qemu VM from a remote. If a node is provided, the VM must be on that\nnode, otherwise the node is determined automatically.",
2598
+ "writeOperation": false,
2599
+ "destructive": false
2600
+ },
2601
+ {
2602
+ "operationId": "get_pve_remotes_remote_nodes_node_subscription",
2603
+ "resource": "pve",
2604
+ "category": "PVE Remotes",
2605
+ "name": "subscription",
2606
+ "method": "GET",
2607
+ "path": "/pve/remotes/{remote}/nodes/{node}/subscription",
2608
+ "description": "Get subscription for the node",
2609
+ "writeOperation": false,
2610
+ "destructive": false
2611
+ },
2612
+ {
2613
+ "operationId": "post_pve_remotes_remote_nodes_node_termproxy",
2614
+ "resource": "pve",
2615
+ "category": "PVE Remotes",
2616
+ "name": "termproxy",
2617
+ "method": "POST",
2618
+ "path": "/pve/remotes/{remote}/nodes/{node}/termproxy",
2619
+ "description": "Call termproxy and return shell ticket",
2620
+ "writeOperation": true,
2621
+ "destructive": false
2622
+ },
2623
+ {
2624
+ "operationId": "get_pve_remotes_remote_nodes_node_vncwebsocket",
2625
+ "resource": "pve",
2626
+ "category": "PVE Remotes",
2627
+ "name": "vncwebsocket",
2628
+ "method": "GET",
2629
+ "path": "/pve/remotes/{remote}/nodes/{node}/vncwebsocket",
2630
+ "description": "Upgraded to websocket",
2631
+ "writeOperation": false,
2632
+ "destructive": false
2633
+ },
2634
+ {
2635
+ "operationId": "get_pve_remotes_remote_options",
2636
+ "resource": "pve",
2637
+ "category": "PVE Remotes",
2638
+ "name": "options",
2639
+ "method": "GET",
2640
+ "path": "/pve/remotes/{remote}/options",
2641
+ "description": "Return the remote's cluster options.",
2642
+ "writeOperation": false,
2643
+ "destructive": false
2644
+ },
2645
+ {
2646
+ "operationId": "get_pve_remotes_remote_qemu",
2647
+ "resource": "pve",
2648
+ "category": "PVE Remotes",
2649
+ "name": "qemu",
2650
+ "method": "GET",
2651
+ "path": "/pve/remotes/{remote}/qemu",
2652
+ "description": "Query the remote's list of qemu VMs. If no node is provided, the all nodes are queried.",
2653
+ "writeOperation": false,
2654
+ "destructive": false
2655
+ },
2656
+ {
2657
+ "operationId": "get_pve_remotes_remote_qemu_vmid",
2658
+ "resource": "pve",
2659
+ "category": "PVE Remotes",
2660
+ "name": "{vmid}",
2661
+ "method": "GET",
2662
+ "path": "/pve/remotes/{remote}/qemu/{vmid}",
2663
+ "description": "Directory index.",
2664
+ "writeOperation": false,
2665
+ "destructive": false
2666
+ },
2667
+ {
2668
+ "operationId": "get_pve_remotes_remote_qemu_vmid_config",
2669
+ "resource": "pve",
2670
+ "category": "PVE Remotes",
2671
+ "name": "config",
2672
+ "method": "GET",
2673
+ "path": "/pve/remotes/{remote}/qemu/{vmid}/config",
2674
+ "description": "Get the configuration of a qemu VM from a remote. If a node is provided, the VM must be on that\nnode, otherwise the node is determined automatically.",
2675
+ "writeOperation": false,
2676
+ "destructive": false
2677
+ },
2678
+ {
2679
+ "operationId": "get_pve_remotes_remote_qemu_vmid_firewall",
2680
+ "resource": "pve",
2681
+ "category": "PVE Remotes",
2682
+ "name": "firewall",
2683
+ "method": "GET",
2684
+ "path": "/pve/remotes/{remote}/qemu/{vmid}/firewall",
2685
+ "description": "Directory index.",
2686
+ "writeOperation": false,
2687
+ "destructive": false
2688
+ },
2689
+ {
2690
+ "operationId": "get_pve_remotes_remote_qemu_vmid_firewall_options",
2691
+ "resource": "pve",
2692
+ "category": "PVE Remotes",
2693
+ "name": "options",
2694
+ "method": "GET",
2695
+ "path": "/pve/remotes/{remote}/qemu/{vmid}/firewall/options",
2696
+ "description": "Get QEMU firewall options.",
2697
+ "writeOperation": false,
2698
+ "destructive": false
2699
+ },
2700
+ {
2701
+ "operationId": "put_pve_remotes_remote_qemu_vmid_firewall_options",
2702
+ "resource": "pve",
2703
+ "category": "PVE Remotes",
2704
+ "name": "options",
2705
+ "method": "PUT",
2706
+ "path": "/pve/remotes/{remote}/qemu/{vmid}/firewall/options",
2707
+ "description": "Update QEMU firewall options",
2708
+ "writeOperation": true,
2709
+ "destructive": false
2710
+ },
2711
+ {
2712
+ "operationId": "get_pve_remotes_remote_qemu_vmid_firewall_rules",
2713
+ "resource": "pve",
2714
+ "category": "PVE Remotes",
2715
+ "name": "rules",
2716
+ "method": "GET",
2717
+ "path": "/pve/remotes/{remote}/qemu/{vmid}/firewall/rules",
2718
+ "description": "Get QEMU firewall rules.",
2719
+ "writeOperation": false,
2720
+ "destructive": false
2721
+ },
2722
+ {
2723
+ "operationId": "get_pve_remotes_remote_qemu_vmid_migrate",
2724
+ "resource": "pve",
2725
+ "category": "PVE Remotes",
2726
+ "name": "migrate",
2727
+ "method": "GET",
2728
+ "path": "/pve/remotes/{remote}/qemu/{vmid}/migrate",
2729
+ "description": "Qemu (local) migrate preconditions",
2730
+ "writeOperation": false,
2731
+ "destructive": false
2732
+ },
2733
+ {
2734
+ "operationId": "post_pve_remotes_remote_qemu_vmid_migrate",
2735
+ "resource": "pve",
2736
+ "category": "PVE Remotes",
2737
+ "name": "migrate",
2738
+ "method": "POST",
2739
+ "path": "/pve/remotes/{remote}/qemu/{vmid}/migrate",
2740
+ "description": "Perform an in-cluster migration of a VM.",
2741
+ "writeOperation": true,
2742
+ "destructive": true
2743
+ },
2744
+ {
2745
+ "operationId": "get_pve_remotes_remote_qemu_vmid_pending",
2746
+ "resource": "pve",
2747
+ "category": "PVE Remotes",
2748
+ "name": "pending",
2749
+ "method": "GET",
2750
+ "path": "/pve/remotes/{remote}/qemu/{vmid}/pending",
2751
+ "description": "Get the pending configuration of a qemu VM from a remote. If a node is provided, the VM must be on that\nnode, otherwise the node is determined automatically.",
2752
+ "writeOperation": false,
2753
+ "destructive": false
2754
+ },
2755
+ {
2756
+ "operationId": "post_pve_remotes_remote_qemu_vmid_remote_migrate",
2757
+ "resource": "pve",
2758
+ "category": "PVE Remotes",
2759
+ "name": "remote-migrate",
2760
+ "method": "POST",
2761
+ "path": "/pve/remotes/{remote}/qemu/{vmid}/remote-migrate",
2762
+ "description": "Perform a remote migration of a VM.",
2763
+ "writeOperation": true,
2764
+ "destructive": false
2765
+ },
2766
+ {
2767
+ "operationId": "post_pve_remotes_remote_qemu_vmid_resume",
2768
+ "resource": "pve",
2769
+ "category": "PVE Remotes",
2770
+ "name": "resume",
2771
+ "method": "POST",
2772
+ "path": "/pve/remotes/{remote}/qemu/{vmid}/resume",
2773
+ "description": "Resume a paused or suspended remote qemu vm.",
2774
+ "writeOperation": true,
2775
+ "destructive": false
2776
+ },
2777
+ {
2778
+ "operationId": "get_pve_remotes_remote_qemu_vmid_rrddata",
2779
+ "resource": "pve",
2780
+ "category": "PVE Remotes",
2781
+ "name": "rrddata",
2782
+ "method": "GET",
2783
+ "path": "/pve/remotes/{remote}/qemu/{vmid}/rrddata",
2784
+ "description": "Read qemu stats",
2785
+ "writeOperation": false,
2786
+ "destructive": false
2787
+ },
2788
+ {
2789
+ "operationId": "post_pve_remotes_remote_qemu_vmid_shutdown",
2790
+ "resource": "pve",
2791
+ "category": "PVE Remotes",
2792
+ "name": "shutdown",
2793
+ "method": "POST",
2794
+ "path": "/pve/remotes/{remote}/qemu/{vmid}/shutdown",
2795
+ "description": "Perform a shutdown of a remote qemu vm.",
2796
+ "writeOperation": true,
2797
+ "destructive": true
2798
+ },
2799
+ {
2800
+ "operationId": "get_pve_remotes_remote_qemu_vmid_snapshot",
2801
+ "resource": "pve",
2802
+ "category": "PVE Remotes",
2803
+ "name": "snapshot",
2804
+ "method": "GET",
2805
+ "path": "/pve/remotes/{remote}/qemu/{vmid}/snapshot",
2806
+ "description": "List the snapshots of a remote qemu vm.",
2807
+ "writeOperation": false,
2808
+ "destructive": false
2809
+ },
2810
+ {
2811
+ "operationId": "post_pve_remotes_remote_qemu_vmid_snapshot",
2812
+ "resource": "pve",
2813
+ "category": "PVE Remotes",
2814
+ "name": "snapshot",
2815
+ "method": "POST",
2816
+ "path": "/pve/remotes/{remote}/qemu/{vmid}/snapshot",
2817
+ "description": "Create a snapshot of a remote qemu vm.",
2818
+ "writeOperation": true,
2819
+ "destructive": false
2820
+ },
2821
+ {
2822
+ "operationId": "delete_pve_remotes_remote_qemu_vmid_snapshot_snapname",
2823
+ "resource": "pve",
2824
+ "category": "PVE Remotes",
2825
+ "name": "{snapname}",
2826
+ "method": "DELETE",
2827
+ "path": "/pve/remotes/{remote}/qemu/{vmid}/snapshot/{snapname}",
2828
+ "description": "Delete a snapshot of a remote qemu vm.",
2829
+ "writeOperation": true,
2830
+ "destructive": true
2831
+ },
2832
+ {
2833
+ "operationId": "put_pve_remotes_remote_qemu_vmid_snapshot_snapname_config",
2834
+ "resource": "pve",
2835
+ "category": "PVE Remotes",
2836
+ "name": "config",
2837
+ "method": "PUT",
2838
+ "path": "/pve/remotes/{remote}/qemu/{vmid}/snapshot/{snapname}/config",
2839
+ "description": "Update a remote qemu vm snapshot's description. This is synchronous (no worker task).",
2840
+ "writeOperation": true,
2841
+ "destructive": false
2842
+ },
2843
+ {
2844
+ "operationId": "post_pve_remotes_remote_qemu_vmid_snapshot_snapname_rollback",
2845
+ "resource": "pve",
2846
+ "category": "PVE Remotes",
2847
+ "name": "rollback",
2848
+ "method": "POST",
2849
+ "path": "/pve/remotes/{remote}/qemu/{vmid}/snapshot/{snapname}/rollback",
2850
+ "description": "Roll back a remote qemu vm to a snapshot. This is destructive: it reverts the guest's disk and\nconfiguration to that snapshot (and its RAM, if the snapshot includes it). Optionally starts the\nguest afterwards.",
2851
+ "writeOperation": true,
2852
+ "destructive": true
2853
+ },
2854
+ {
2855
+ "operationId": "post_pve_remotes_remote_qemu_vmid_start",
2856
+ "resource": "pve",
2857
+ "category": "PVE Remotes",
2858
+ "name": "start",
2859
+ "method": "POST",
2860
+ "path": "/pve/remotes/{remote}/qemu/{vmid}/start",
2861
+ "description": "Start a remote qemu vm.",
2862
+ "writeOperation": true,
2863
+ "destructive": false
2864
+ },
2865
+ {
2866
+ "operationId": "get_pve_remotes_remote_qemu_vmid_status",
2867
+ "resource": "pve",
2868
+ "category": "PVE Remotes",
2869
+ "name": "status",
2870
+ "method": "GET",
2871
+ "path": "/pve/remotes/{remote}/qemu/{vmid}/status",
2872
+ "description": "Get the status of a qemu VM from a remote. If a node is provided, the VM must be on that\nnode, otherwise the node is determined automatically.",
2873
+ "writeOperation": false,
2874
+ "destructive": false
2875
+ },
2876
+ {
2877
+ "operationId": "post_pve_remotes_remote_qemu_vmid_stop",
2878
+ "resource": "pve",
2879
+ "category": "PVE Remotes",
2880
+ "name": "stop",
2881
+ "method": "POST",
2882
+ "path": "/pve/remotes/{remote}/qemu/{vmid}/stop",
2883
+ "description": "Stop a remote qemu vm.",
2884
+ "writeOperation": true,
2885
+ "destructive": true
2886
+ },
2887
+ {
2888
+ "operationId": "get_pve_remotes_remote_resources",
2889
+ "resource": "pve",
2890
+ "category": "PVE Remotes",
2891
+ "name": "resources",
2892
+ "method": "GET",
2893
+ "path": "/pve/remotes/{remote}/resources",
2894
+ "description": "Query the cluster's resources.",
2895
+ "writeOperation": false,
2896
+ "destructive": false
2897
+ },
2898
+ {
2899
+ "operationId": "get_pve_remotes_remote_tasks",
2900
+ "resource": "pve",
2901
+ "category": "PVE Remotes",
2902
+ "name": "tasks",
2903
+ "method": "GET",
2904
+ "path": "/pve/remotes/{remote}/tasks",
2905
+ "description": "Get the list of tasks either for a specific node, or query all at once.",
2906
+ "writeOperation": false,
2907
+ "destructive": false
2908
+ },
2909
+ {
2910
+ "operationId": "delete_pve_remotes_remote_tasks_upid",
2911
+ "resource": "pve",
2912
+ "category": "PVE Remotes",
2913
+ "name": "{upid}",
2914
+ "method": "DELETE",
2915
+ "path": "/pve/remotes/{remote}/tasks/{upid}",
2916
+ "description": "Get the status of a task from a Proxmox VE instance.",
2917
+ "writeOperation": true,
2918
+ "destructive": true
2919
+ },
2920
+ {
2921
+ "operationId": "get_pve_remotes_remote_tasks_upid",
2922
+ "resource": "pve",
2923
+ "category": "PVE Remotes",
2924
+ "name": "{upid}",
2925
+ "method": "GET",
2926
+ "path": "/pve/remotes/{remote}/tasks/{upid}",
2927
+ "description": "Directory index.",
2928
+ "writeOperation": false,
2929
+ "destructive": false
2930
+ },
2931
+ {
2932
+ "operationId": "get_pve_remotes_remote_tasks_upid_log",
2933
+ "resource": "pve",
2934
+ "category": "PVE Remotes",
2935
+ "name": "log",
2936
+ "method": "GET",
2937
+ "path": "/pve/remotes/{remote}/tasks/{upid}/log",
2938
+ "description": "Read a task log.",
2939
+ "writeOperation": false,
2940
+ "destructive": false
2941
+ },
2942
+ {
2943
+ "operationId": "get_pve_remotes_remote_tasks_upid_status",
2944
+ "resource": "pve",
2945
+ "category": "PVE Remotes",
2946
+ "name": "status",
2947
+ "method": "GET",
2948
+ "path": "/pve/remotes/{remote}/tasks/{upid}/status",
2949
+ "description": "Get the status of a task from a Proxmox VE instance.",
2950
+ "writeOperation": false,
2951
+ "destructive": false
2952
+ },
2953
+ {
2954
+ "operationId": "get_pve_remotes_remote_updates",
2955
+ "resource": "pve",
2956
+ "category": "PVE Remotes",
2957
+ "name": "updates",
2958
+ "method": "GET",
2959
+ "path": "/pve/remotes/{remote}/updates",
2960
+ "description": "Return the cached update information about a remote.",
2961
+ "writeOperation": false,
2962
+ "destructive": false
2963
+ },
2964
+ {
2965
+ "operationId": "post_pve_scan",
2966
+ "resource": "pve",
2967
+ "category": "PVE Remotes",
2968
+ "name": "scan",
2969
+ "method": "POST",
2970
+ "path": "/pve/scan",
2971
+ "description": "Scans the given connection info for pve cluster information\n\nFor each node that is returned, the TLS connection is probed, to check if using\na fingerprint is necessary.",
2972
+ "writeOperation": true,
2973
+ "destructive": false
2974
+ },
2975
+ {
2976
+ "operationId": "get_remotes",
2977
+ "resource": "remotes",
2978
+ "category": "Remotes",
2979
+ "name": "remotes",
2980
+ "method": "GET",
2981
+ "path": "/remotes",
2982
+ "description": "Directory index.",
2983
+ "writeOperation": false,
2984
+ "destructive": false
2985
+ },
2986
+ {
2987
+ "operationId": "get_remotes_metric_collection_status",
2988
+ "resource": "remotes",
2989
+ "category": "Remotes",
2990
+ "name": "status",
2991
+ "method": "GET",
2992
+ "path": "/remotes/metric-collection/status",
2993
+ "description": "Read metric collection status.",
2994
+ "writeOperation": false,
2995
+ "destructive": false
2996
+ },
2997
+ {
2998
+ "operationId": "post_remotes_metric_collection_trigger",
2999
+ "resource": "remotes",
3000
+ "category": "Remotes",
3001
+ "name": "trigger",
3002
+ "method": "POST",
3003
+ "path": "/remotes/metric-collection/trigger",
3004
+ "description": "Trigger metric collection for a provided remote or for all remotes if no remote is passed.",
3005
+ "writeOperation": true,
3006
+ "destructive": false
3007
+ },
3008
+ {
3009
+ "operationId": "get_remotes_remote",
3010
+ "resource": "remotes",
3011
+ "category": "Remotes",
3012
+ "name": "remote",
3013
+ "method": "GET",
3014
+ "path": "/remotes/remote",
3015
+ "description": "List all the remotes this instance is managing.",
3016
+ "writeOperation": false,
3017
+ "destructive": false
3018
+ },
3019
+ {
3020
+ "operationId": "post_remotes_remote",
3021
+ "resource": "remotes",
3022
+ "category": "Remotes",
3023
+ "name": "remote",
3024
+ "method": "POST",
3025
+ "path": "/remotes/remote",
3026
+ "description": "List all the remotes this instance is managing.",
3027
+ "writeOperation": true,
3028
+ "destructive": false
3029
+ },
3030
+ {
3031
+ "operationId": "delete_remotes_remote_id",
3032
+ "resource": "remotes",
3033
+ "category": "Remotes",
3034
+ "name": "{id}",
3035
+ "method": "DELETE",
3036
+ "path": "/remotes/remote/{id}",
3037
+ "description": "Remove a remote that this instance is managing.",
3038
+ "writeOperation": true,
3039
+ "destructive": true
3040
+ },
3041
+ {
3042
+ "operationId": "get_remotes_remote_id",
3043
+ "resource": "remotes",
3044
+ "category": "Remotes",
3045
+ "name": "{id}",
3046
+ "method": "GET",
3047
+ "path": "/remotes/remote/{id}",
3048
+ "description": "Directory index.",
3049
+ "writeOperation": false,
3050
+ "destructive": false
3051
+ },
3052
+ {
3053
+ "operationId": "put_remotes_remote_id",
3054
+ "resource": "remotes",
3055
+ "category": "Remotes",
3056
+ "name": "{id}",
3057
+ "method": "PUT",
3058
+ "path": "/remotes/remote/{id}",
3059
+ "description": "List all the remotes this instance is managing.",
3060
+ "writeOperation": true,
3061
+ "destructive": false
3062
+ },
3063
+ {
3064
+ "operationId": "get_remotes_remote_id_config",
3065
+ "resource": "remotes",
3066
+ "category": "Remotes",
3067
+ "name": "config",
3068
+ "method": "GET",
3069
+ "path": "/remotes/remote/{id}/config",
3070
+ "description": "Get the Remote Configuration",
3071
+ "writeOperation": false,
3072
+ "destructive": false
3073
+ },
3074
+ {
3075
+ "operationId": "post_remotes_remote_id_probe_certificate",
3076
+ "resource": "remotes",
3077
+ "category": "Remotes",
3078
+ "name": "probe-certificate",
3079
+ "method": "POST",
3080
+ "path": "/remotes/remote/{id}/probe-certificate",
3081
+ "description": "Re-probe a configured node's TLS certificate without using the pinned fingerprint.\n\nLets clients detect a rotated certificate (the live connection only fails with an\nambiguous connect error) and decide whether to update the stored fingerprint. This\nnever changes the stored pin; updating it goes through `update_remote` after explicit\nuser confirmation.",
3082
+ "writeOperation": true,
3083
+ "destructive": false
3084
+ },
3085
+ {
3086
+ "operationId": "get_remotes_remote_id_rrddata",
3087
+ "resource": "remotes",
3088
+ "category": "Remotes",
3089
+ "name": "rrddata",
3090
+ "method": "GET",
3091
+ "path": "/remotes/remote/{id}/rrddata",
3092
+ "description": "Read metric collection RRD data.",
3093
+ "writeOperation": false,
3094
+ "destructive": false
3095
+ },
3096
+ {
3097
+ "operationId": "get_remotes_remote_id_version",
3098
+ "resource": "remotes",
3099
+ "category": "Remotes",
3100
+ "name": "version",
3101
+ "method": "GET",
3102
+ "path": "/remotes/remote/{id}/version",
3103
+ "description": "Query the remote's version.\n\nFIXME: Should we add an option to explicitly query the entire cluster to get a full version\noverview?",
3104
+ "writeOperation": false,
3105
+ "destructive": false
3106
+ },
3107
+ {
3108
+ "operationId": "get_remotes_tasks",
3109
+ "resource": "remotes",
3110
+ "category": "Remotes",
3111
+ "name": "tasks",
3112
+ "method": "GET",
3113
+ "path": "/remotes/tasks",
3114
+ "description": "Directory index.",
3115
+ "writeOperation": false,
3116
+ "destructive": false
3117
+ },
3118
+ {
3119
+ "operationId": "get_remotes_tasks_list",
3120
+ "resource": "remotes",
3121
+ "category": "Remotes",
3122
+ "name": "list",
3123
+ "method": "GET",
3124
+ "path": "/remotes/tasks/list",
3125
+ "description": "Get the list of tasks for all remotes.",
3126
+ "writeOperation": false,
3127
+ "destructive": false
3128
+ },
3129
+ {
3130
+ "operationId": "post_remotes_tasks_refresh",
3131
+ "resource": "remotes",
3132
+ "category": "Remotes",
3133
+ "name": "refresh",
3134
+ "method": "POST",
3135
+ "path": "/remotes/tasks/refresh",
3136
+ "description": "Refresh remote tasks cache.\n\nIf `remotes` is provided, tasks will only be fetched from the provided remotes.\n`Resource.Modify` permissions on `/resource/{remote}` are needed for every remote provided this way.\n\nIf `remotes` is not provided, then all remotes for which the user has appropriate permissions are considered.",
3137
+ "writeOperation": true,
3138
+ "destructive": false
3139
+ },
3140
+ {
3141
+ "operationId": "get_remotes_tasks_statistics",
3142
+ "resource": "remotes",
3143
+ "category": "Remotes",
3144
+ "name": "statistics",
3145
+ "method": "GET",
3146
+ "path": "/remotes/tasks/statistics",
3147
+ "description": "Get task statistics for the specified filters.",
3148
+ "writeOperation": false,
3149
+ "destructive": false
3150
+ },
3151
+ {
3152
+ "operationId": "get_remotes_updates",
3153
+ "resource": "remotes",
3154
+ "category": "Remotes",
3155
+ "name": "updates",
3156
+ "method": "GET",
3157
+ "path": "/remotes/updates",
3158
+ "description": "Directory index.",
3159
+ "writeOperation": false,
3160
+ "destructive": false
3161
+ },
3162
+ {
3163
+ "operationId": "post_remotes_updates_refresh",
3164
+ "resource": "remotes",
3165
+ "category": "Remotes",
3166
+ "name": "refresh",
3167
+ "method": "POST",
3168
+ "path": "/remotes/updates/refresh",
3169
+ "description": "Refresh the update summary of all remotes.",
3170
+ "writeOperation": true,
3171
+ "destructive": false
3172
+ },
3173
+ {
3174
+ "operationId": "get_remotes_updates_summary",
3175
+ "resource": "remotes",
3176
+ "category": "Remotes",
3177
+ "name": "summary",
3178
+ "method": "GET",
3179
+ "path": "/remotes/updates/summary",
3180
+ "description": "Return available update summary for managed remote nodes.",
3181
+ "writeOperation": false,
3182
+ "destructive": false
3183
+ },
3184
+ {
3185
+ "operationId": "get_resources",
3186
+ "resource": "resources",
3187
+ "category": "Resources",
3188
+ "name": "resources",
3189
+ "method": "GET",
3190
+ "path": "/resources",
3191
+ "description": "Directory index.",
3192
+ "writeOperation": false,
3193
+ "destructive": false
3194
+ },
3195
+ {
3196
+ "operationId": "get_resources_list",
3197
+ "resource": "resources",
3198
+ "category": "Resources",
3199
+ "name": "list",
3200
+ "method": "GET",
3201
+ "path": "/resources/list",
3202
+ "description": "List all resources from remote nodes.",
3203
+ "writeOperation": false,
3204
+ "destructive": false
3205
+ },
3206
+ {
3207
+ "operationId": "get_resources_location_info",
3208
+ "resource": "resources",
3209
+ "category": "Resources",
3210
+ "name": "location-info",
3211
+ "method": "GET",
3212
+ "path": "/resources/location-info",
3213
+ "description": "Get the location info of the selected view (or all remotes)",
3214
+ "writeOperation": false,
3215
+ "destructive": false
3216
+ },
3217
+ {
3218
+ "operationId": "get_resources_status",
3219
+ "resource": "resources",
3220
+ "category": "Resources",
3221
+ "name": "status",
3222
+ "method": "GET",
3223
+ "path": "/resources/status",
3224
+ "description": "Return the amount of configured/seen resources by type",
3225
+ "writeOperation": false,
3226
+ "destructive": false
3227
+ },
3228
+ {
3229
+ "operationId": "get_resources_subscription",
3230
+ "resource": "resources",
3231
+ "category": "Resources",
3232
+ "name": "subscription",
3233
+ "method": "GET",
3234
+ "path": "/resources/subscription",
3235
+ "description": "Returns the subscription status of the remotes",
3236
+ "writeOperation": false,
3237
+ "destructive": false
3238
+ },
3239
+ {
3240
+ "operationId": "get_resources_top_entities",
3241
+ "resource": "resources",
3242
+ "category": "Resources",
3243
+ "name": "top-entities",
3244
+ "method": "GET",
3245
+ "path": "/resources/top-entities",
3246
+ "description": "Returns the top X entities regarding the chosen type",
3247
+ "writeOperation": false,
3248
+ "destructive": false
3249
+ },
3250
+ {
3251
+ "operationId": "get_",
3252
+ "resource": "root",
3253
+ "category": "Root",
3254
+ "name": "&#x200b;Management API (HTTP)",
3255
+ "method": "GET",
3256
+ "path": "/",
3257
+ "description": "Directory index.",
3258
+ "writeOperation": false,
3259
+ "destructive": false
3260
+ },
3261
+ {
3262
+ "operationId": "get_sdn",
3263
+ "resource": "sdn",
3264
+ "category": "SDN",
3265
+ "name": "sdn",
3266
+ "method": "GET",
3267
+ "path": "/sdn",
3268
+ "description": "Directory index.",
3269
+ "writeOperation": false,
3270
+ "destructive": false
3271
+ },
3272
+ {
3273
+ "operationId": "get_sdn_controllers",
3274
+ "resource": "sdn",
3275
+ "category": "SDN",
3276
+ "name": "controllers",
3277
+ "method": "GET",
3278
+ "path": "/sdn/controllers",
3279
+ "description": "Query controllers of remotes with optional filtering options",
3280
+ "writeOperation": false,
3281
+ "destructive": false
3282
+ },
3283
+ {
3284
+ "operationId": "get_sdn_vnets",
3285
+ "resource": "sdn",
3286
+ "category": "SDN",
3287
+ "name": "vnets",
3288
+ "method": "GET",
3289
+ "path": "/sdn/vnets",
3290
+ "description": "Query VNets of PVE remotes with optional filtering options",
3291
+ "writeOperation": false,
3292
+ "destructive": false
3293
+ },
3294
+ {
3295
+ "operationId": "post_sdn_vnets",
3296
+ "resource": "sdn",
3297
+ "category": "SDN",
3298
+ "name": "vnets",
3299
+ "method": "POST",
3300
+ "path": "/sdn/vnets",
3301
+ "description": "Create a VNet across multiple remotes",
3302
+ "writeOperation": true,
3303
+ "destructive": false
3304
+ },
3305
+ {
3306
+ "operationId": "get_sdn_zones",
3307
+ "resource": "sdn",
3308
+ "category": "SDN",
3309
+ "name": "zones",
3310
+ "method": "GET",
3311
+ "path": "/sdn/zones",
3312
+ "description": "Query zones of remotes with optional filtering options",
3313
+ "writeOperation": false,
3314
+ "destructive": false
3315
+ },
3316
+ {
3317
+ "operationId": "post_sdn_zones",
3318
+ "resource": "sdn",
3319
+ "category": "SDN",
3320
+ "name": "zones",
3321
+ "method": "POST",
3322
+ "path": "/sdn/zones",
3323
+ "description": "Create a zone across multiple remotes",
3324
+ "writeOperation": true,
3325
+ "destructive": false
3326
+ },
3327
+ {
3328
+ "operationId": "get_subscriptions",
3329
+ "resource": "subscriptions",
3330
+ "category": "Subscriptions",
3331
+ "name": "subscriptions",
3332
+ "method": "GET",
3333
+ "path": "/subscriptions",
3334
+ "description": "Directory index.",
3335
+ "writeOperation": false,
3336
+ "destructive": false
3337
+ },
3338
+ {
3339
+ "operationId": "post_subscriptions_adopt_all",
3340
+ "resource": "subscriptions",
3341
+ "category": "Subscriptions",
3342
+ "name": "adopt-all",
3343
+ "method": "POST",
3344
+ "path": "/subscriptions/adopt-all",
3345
+ "description": "Adopt every foreign live subscription in one transaction.\n\nWalks the node-status view (so only remotes the caller can audit are considered), collects\nevery (remote, node) that has a live current key but no pool entry bound to it, and imports\neach one into the pool with source = `Adopted`. Candidates are skipped (not adopted, not an\nerror) when:\n\n- The caller has no `PRIV_RESOURCE_MODIFY` on the candidate's remote: an audit-only operator\nshould not be able to materialise pool state for a remote they cannot manage.\n- The live key is already in the pool but bound elsewhere: leaving the rebind as a manual\nstep keeps the bulk action from silently competing with a deliberate prior assignment.\n- The live key fails schema validation or its prefix is unknown: a buggy or malicious\nremote should not be able to inject garbage into the pool through a bulk shortcut.\n\nSuccessfully-adopted entries are returned so the caller (CLI / UI) can summarise the outcome\nwithout needing a separate refresh round-trip.",
3346
+ "writeOperation": true,
3347
+ "destructive": false
3348
+ },
3349
+ {
3350
+ "operationId": "post_subscriptions_adopt_key",
3351
+ "resource": "subscriptions",
3352
+ "category": "Subscriptions",
3353
+ "name": "adopt-key",
3354
+ "method": "POST",
3355
+ "path": "/subscriptions/adopt-key",
3356
+ "description": "Adopt the live subscription on a remote node into the pool.\n\nReads the live current key from `remote`/`node` and brings the pool under management of it\nwithout touching the remote (no DELETE / push). Three sub-cases for the live key:\n\n- Not in the pool: a fresh `Adopted` entry is inserted, bound to (remote, node).\n- In the pool, unbound: rebound to (remote, node); the source is left untouched so a key\nthat was originally added manually keeps its `Manual` label even after a remote re-import.\n- In the pool, bound elsewhere: refused; the operator has to reconcile the binding first.\n\nRefuses if a pool entry is already bound to (remote, node): adopting a node that is already\npool-managed would either be a no-op or a footgun (rebinding the same node to a different\nkey in the pool), so the caller has to pick the right Assign/Clear path explicitly.\n\nPer-remote `PRIV_RESOURCE_MODIFY` is enforced inside the handler so an operator with global\nsystem access alone cannot pull subscriptions off remotes they have no other authority on\n(an adopted key bound to (remote, node) is itself an audit-side surface against that node).",
3357
+ "writeOperation": true,
3358
+ "destructive": false
3359
+ },
3360
+ {
3361
+ "operationId": "post_subscriptions_apply_pending",
3362
+ "resource": "subscriptions",
3363
+ "category": "Subscriptions",
3364
+ "name": "apply-pending",
3365
+ "method": "POST",
3366
+ "path": "/subscriptions/apply-pending",
3367
+ "description": "Apply every pending pool change to its remote node.\n\nPending entries are pool keys whose live `current_key` on the bound node does not match the\nassigned pool key (either a different live key, no key, or the remote did not respond / the\nnode is gone). Each step is logged from a worker task so the admin can follow progress.\n\nSubscription health (Invalid, Expired, ...) is intentionally not considered pending: the\nassigned key already reached the node, re-pushing it would not change the shop's verdict.\n\nThe worker attempts every pending entry rather than bailing on the first failure: a failed\npush or clear is collected and its entry stays pending, the worker then exits with an error\nsummarising the failures, and a later apply retries only those.\n\nReturns `None` when nothing is pending so the caller can show a short info message instead of\nopening a task progress dialog for a no-op worker.\n\nThe optional `digest` rejects the call at the API boundary if the pool changed since the\ncaller last loaded it, so a stale browser tab cannot start a worker on a plan the operator\nno longer sees. The worker itself deliberately re-reads the pool when it fires (a worker can\nbe scheduled with delay), so a parallel admin edit between API return and worker firing is\nstill honoured - the digest only pins the at-API-call-time plan, not the executed plan.",
3368
+ "writeOperation": true,
3369
+ "destructive": false
3370
+ },
3371
+ {
3372
+ "operationId": "post_subscriptions_auto_assign",
3373
+ "resource": "subscriptions",
3374
+ "category": "Subscriptions",
3375
+ "name": "auto-assign",
3376
+ "method": "POST",
3377
+ "path": "/subscriptions/auto-assign",
3378
+ "description": "Compute a proposed mapping of unused pool keys to nodes without an active subscription.\n\nReturns the plan plus snapshots of the inputs (pool digest and a hash of the consulted\nnode-status). The plan is committed by `bulk_assign` and rejected there if either snapshot no\nlonger matches the live state, so an operator never silently applies a plan that drifted\nbetween preview and commit.\n\n`PRIV_SYS_MODIFY` is required to *preview* the plan; the actual commit performed by\n`bulk_assign` additionally drops proposals on any remote the caller cannot\n`PRIV_RESOURCE_MODIFY`, so an audit-only-on-a-remote operator can see the suggestion but the\nwrite never lands there.\n\nThe response carries nested `AutoAssignProposal` data; clients must submit follow-up\n`bulk_assign` calls with an `application/json` body, the form-urlencoded path cannot encode\nthe nested structure.",
3379
+ "writeOperation": true,
3380
+ "destructive": false
3381
+ },
3382
+ {
3383
+ "operationId": "post_subscriptions_bulk_assign",
3384
+ "resource": "subscriptions",
3385
+ "category": "Subscriptions",
3386
+ "name": "bulk-assign",
3387
+ "method": "POST",
3388
+ "path": "/subscriptions/bulk-assign",
3389
+ "description": "Apply a proposal previously returned by `auto_assign`.\n\nRejects with 409 if the pool config digest has moved or the live node-status hash differs\nfrom what the proposal was computed against; the caller is expected to refresh the proposal\nand retry. Per-remote `PRIV_RESOURCE_MODIFY` is checked inside the handler so an audit-only\ncaller's previously-rendered preview cannot be applied on their behalf.\n\nThe request body is a nested `AutoAssignProposal`; callers must submit it as\n`application/json`, the form-urlencoded path cannot encode the nested structure.",
3390
+ "writeOperation": true,
3391
+ "destructive": false
3392
+ },
3393
+ {
3394
+ "operationId": "post_subscriptions_check",
3395
+ "resource": "subscriptions",
3396
+ "category": "Subscriptions",
3397
+ "name": "check",
3398
+ "method": "POST",
3399
+ "path": "/subscriptions/check",
3400
+ "description": "Trigger a fresh shop-side subscription check on `remote`/`node`.\n\nMirrors the per-product \"Check\" button on PVE / PBS: drives the remote's\n`update_subscription(force=true)` endpoint so a status that went stale at the shop (Invalid,\nExpired) gets re-verified without waiting for the next periodic check. The cached\nsubscription state for the remote is invalidated so the next node-status read reflects the\nfresh verdict instead of a 5-minute-stale snapshot.\n\nPer-remote `PRIV_RESOURCE_MODIFY` is enforced inside the handler since the call costs an\noutbound HTTPS request to the shop.",
3401
+ "writeOperation": true,
3402
+ "destructive": false
3403
+ },
3404
+ {
3405
+ "operationId": "post_subscriptions_clear_pending",
3406
+ "resource": "subscriptions",
3407
+ "category": "Subscriptions",
3408
+ "name": "clear-pending",
3409
+ "method": "POST",
3410
+ "path": "/subscriptions/clear-pending",
3411
+ "description": "Drop every queued change in one bulk transaction.\n\nTwo shapes of pending change are discarded:\n* pool key bound to a remote node whose live `current_key` does not match the assigned\npool key (a different live key, no key, or no row returned at all because the remote is\nunreachable / the node is gone): the binding is dropped, the key returns to the free\npool, and the remote is not touched.\n* queued Clear Keys (`pending_clear = true`): the flag is cleared; the binding and the\nlive key on the remote stay intact.\n\nOnly entries the caller has `PRIV_RESOURCE_MODIFY` on are touched; remotes the caller may\nonly audit are skipped. Mirrors `apply-pending` but drops the queue instead of pushing it,\nso an operator can disown stuck changes without first having to bring the target back online.\n\nThe optional `digest` is checked twice: once before the live-state fetch so a stale browser\ntab is rejected up-front, and again under the config lock so a parallel admin edit between\nfetch and write does not get silently overwritten.",
3412
+ "writeOperation": true,
3413
+ "destructive": false
3414
+ },
3415
+ {
3416
+ "operationId": "get_subscriptions_keys",
3417
+ "resource": "subscriptions",
3418
+ "category": "Subscriptions",
3419
+ "name": "keys",
3420
+ "method": "GET",
3421
+ "path": "/subscriptions/keys",
3422
+ "description": "List all subscription keys in the key pool the caller has audit access to.\n\nUnbound pool entries are visible to anyone holding the system-AUDIT bit. Bound entries are\nadditionally gated on per-remote `PRIV_RESOURCE_AUDIT` so that an operator who can audit the\npool but not a specific remote does not learn which keys are pinned to it (and through that,\nthe existence and rough size of that remote's deployment).",
3423
+ "writeOperation": false,
3424
+ "destructive": false
3425
+ },
3426
+ {
3427
+ "operationId": "post_subscriptions_keys",
3428
+ "resource": "subscriptions",
3429
+ "category": "Subscriptions",
3430
+ "name": "keys",
3431
+ "method": "POST",
3432
+ "path": "/subscriptions/keys",
3433
+ "description": "Add one or more subscription keys to the pool.\n\nThe key prefix determines the product type via [`ProductType::from_key`]. The schema regex\nrejects anything that isn't a PVE or PBS key today; widen [`PRODUCT_KEY_REGEX`] in lockstep\nwith `from_key` and `push_key_to_remote` when PMG/POM remote support lands.\n\nDuplicate keys within the input are silently collapsed to a single entry; the dropped count is\nreported back so a CLI / API caller can tell pasting the same key twice apart from a genuine\nadd. Keys already present in the pool are still a hard CONFLICT - that is operator-visible\nstate, not an input typo. Apart from dedup the request stays all-or-nothing: a single bad\nprefix or an existing-pool collision fails the call and leaves the pool untouched.\n\nThe post-save digest is set on the response so clients can chain a follow-up mutation without\na refetch round-trip.",
3434
+ "writeOperation": true,
3435
+ "destructive": false
3436
+ },
3437
+ {
3438
+ "operationId": "delete_subscriptions_keys_key",
3439
+ "resource": "subscriptions",
3440
+ "category": "Subscriptions",
3441
+ "name": "{key}",
3442
+ "method": "DELETE",
3443
+ "path": "/subscriptions/keys/{key}",
3444
+ "description": "Remove a key from the pool.\n\nIf the key is currently assigned to a remote node, the caller must also have\n`PRIV_RESOURCE_MODIFY` on that remote, so an audit-only operator cannot release a key\nanother admin had pinned. Refuses if the key is currently the live active key on its bound\nnode, since dropping the pool entry would orphan that subscription on the remote: the\noperator must run Clear Key on the Node Subscription Status panel first.",
3445
+ "writeOperation": true,
3446
+ "destructive": true
3447
+ },
3448
+ {
3449
+ "operationId": "get_subscriptions_keys_key",
3450
+ "resource": "subscriptions",
3451
+ "category": "Subscriptions",
3452
+ "name": "{key}",
3453
+ "method": "GET",
3454
+ "path": "/subscriptions/keys/{key}",
3455
+ "description": "Get details for a single key.\n\nBound entries are hidden from operators who cannot audit the bound remote (mirrors the\n`list_keys` filter); the response is the same 404 either way so a probe cannot distinguish\n\"key exists but you cannot see it\" from \"key not in pool\".",
3456
+ "writeOperation": false,
3457
+ "destructive": false
3458
+ },
3459
+ {
3460
+ "operationId": "delete_subscriptions_keys_key_assignment",
3461
+ "resource": "subscriptions",
3462
+ "category": "Subscriptions",
3463
+ "name": "assignment",
3464
+ "method": "DELETE",
3465
+ "path": "/subscriptions/keys/{key}/assignment",
3466
+ "description": "Drop the remote-node binding for a pool key.\n\nRefuses when the binding is currently synced (the assigned key is the live active key on\nits remote): unassigning then would orphan that subscription, so the operator must run\nClear Key on the Node Subscription Status panel first.",
3467
+ "writeOperation": true,
3468
+ "destructive": true
3469
+ },
3470
+ {
3471
+ "operationId": "post_subscriptions_keys_key_assignment",
3472
+ "resource": "subscriptions",
3473
+ "category": "Subscriptions",
3474
+ "name": "assignment",
3475
+ "method": "POST",
3476
+ "path": "/subscriptions/keys/{key}/assignment",
3477
+ "description": "Bind a pool key to a remote node.\n\n`PRIV_SYS_MODIFY` lets the caller touch the pool config; per-remote `PRIV_RESOURCE_MODIFY`\nis enforced inside this handler so an operator cannot push a key to a remote they have no\nother authority on.",
3478
+ "writeOperation": true,
3479
+ "destructive": false
3480
+ },
3481
+ {
3482
+ "operationId": "get_subscriptions_node_status",
3483
+ "resource": "subscriptions",
3484
+ "category": "Subscriptions",
3485
+ "name": "node-status",
3486
+ "method": "GET",
3487
+ "path": "/subscriptions/node-status",
3488
+ "description": "Get the subscription status of every remote node the caller can audit, combined with key pool\nassignment information.\n\nPer-remote `PRIV_RESOURCE_AUDIT` is enforced inside the handler so users only see remotes\nthey may audit.",
3489
+ "writeOperation": false,
3490
+ "destructive": false
3491
+ },
3492
+ {
3493
+ "operationId": "post_subscriptions_queue_clear",
3494
+ "resource": "subscriptions",
3495
+ "category": "Subscriptions",
3496
+ "name": "queue-clear",
3497
+ "method": "POST",
3498
+ "path": "/subscriptions/queue-clear",
3499
+ "description": "Queue a clear on a remote node, that is, mark its subscription for removal so the key can\nbe reassigned elsewhere.\n\nSets `pending_clear` on the pool entry currently bound to (remote, node). Apply Pending\nlater issues the DELETE on the remote and clears the binding on success; Discard Pending only\nresets the flag and leaves the binding intact so the operator can retry.\n\nRefuses if no pool entry is bound to (remote, node): importing a foreign live subscription\ninto the pool is the job of the explicit Adopt Key action, not a side effect of queueing a\nclear. The split keeps the audit trail honest; queueing a clear should only ever schedule\na removal, never silently materialise new pool state the operator did not ask for.\n\nPer-remote `PRIV_RESOURCE_MODIFY` is enforced inside the handler so an operator with global\nsystem access alone cannot tear down subscriptions on remotes they have no other authority on.",
3500
+ "writeOperation": true,
3501
+ "destructive": false
3502
+ },
3503
+ {
3504
+ "operationId": "post_subscriptions_revert_pending_clear",
3505
+ "resource": "subscriptions",
3506
+ "category": "Subscriptions",
3507
+ "name": "revert-pending-clear",
3508
+ "method": "POST",
3509
+ "path": "/subscriptions/revert-pending-clear",
3510
+ "description": "Drop a queued Clear Key on `remote`/`node` while keeping the binding intact.\n\nBacks out a Queue Clear on a single node without going through the global Discard Pending\npath (which scrubs every pending change in the pool). The binding stays so the operator can\nretry the queueing or leave the live subscription untouched.",
3511
+ "writeOperation": true,
3512
+ "destructive": false
3513
+ },
3514
+ {
3515
+ "operationId": "get_version",
3516
+ "resource": "version",
3517
+ "category": "System",
3518
+ "name": "version",
3519
+ "method": "GET",
3520
+ "path": "/version",
3521
+ "description": "Return the program's version/release info",
3522
+ "writeOperation": false,
3523
+ "destructive": false
3524
+ }
3525
+ ]
3526
+ }