volcengine-python-sdk 4.0.29__py2.py3-none-any.whl → 4.0.31__py2.py3-none-any.whl

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.

Potentially problematic release.


This version of volcengine-python-sdk might be problematic. Click here for more details.

Files changed (476) hide show
  1. {volcengine_python_sdk-4.0.29.dist-info → volcengine_python_sdk-4.0.31.dist-info}/METADATA +1 -1
  2. {volcengine_python_sdk-4.0.29.dist-info → volcengine_python_sdk-4.0.31.dist-info}/RECORD +476 -72
  3. {volcengine_python_sdk-4.0.29.dist-info → volcengine_python_sdk-4.0.31.dist-info}/top_level.txt +2 -0
  4. volcenginesdkacep/__init__.py +42 -0
  5. volcenginesdkacep/api/acep_api.py +1001 -128
  6. volcenginesdkacep/models/__init__.py +42 -0
  7. volcenginesdkacep/models/add_phone_template_request.py +256 -0
  8. volcenginesdkacep/models/add_phone_template_response.py +123 -0
  9. volcenginesdkacep/models/app_list_for_create_pod_one_step_input.py +149 -0
  10. volcenginesdkacep/models/create_pod_one_step_request.py +698 -0
  11. volcenginesdkacep/models/create_pod_one_step_response.py +175 -0
  12. volcenginesdkacep/models/create_pod_request.py +696 -0
  13. volcenginesdkacep/models/create_pod_response.py +149 -0
  14. volcenginesdkacep/models/get_phone_template_request.py +124 -0
  15. volcenginesdkacep/models/get_phone_template_response.py +149 -0
  16. volcenginesdkacep/models/job_for_reset_pod_output.py +305 -0
  17. volcenginesdkacep/models/list_phone_template_request.py +279 -0
  18. volcenginesdkacep/models/list_phone_template_response.py +149 -0
  19. volcenginesdkacep/models/overlay_persist_property_for_add_phone_template_input.py +175 -0
  20. volcenginesdkacep/models/overlay_persist_property_for_create_pod_input.py +175 -0
  21. volcenginesdkacep/models/overlay_persist_property_for_create_pod_one_step_input.py +175 -0
  22. volcenginesdkacep/models/overlay_persist_property_for_get_phone_template_output.py +175 -0
  23. volcenginesdkacep/models/overlay_persist_property_for_list_phone_template_output.py +175 -0
  24. volcenginesdkacep/models/overlay_property_for_add_phone_template_input.py +175 -0
  25. volcenginesdkacep/models/overlay_property_for_create_pod_input.py +175 -0
  26. volcenginesdkacep/models/overlay_property_for_create_pod_one_step_input.py +175 -0
  27. volcenginesdkacep/models/overlay_property_for_get_phone_template_output.py +175 -0
  28. volcenginesdkacep/models/overlay_property_for_list_phone_template_output.py +175 -0
  29. volcenginesdkacep/models/overlay_setting_for_add_phone_template_input.py +201 -0
  30. volcenginesdkacep/models/overlay_setting_for_create_pod_input.py +201 -0
  31. volcenginesdkacep/models/overlay_setting_for_create_pod_one_step_input.py +201 -0
  32. volcenginesdkacep/models/overlay_setting_for_get_phone_template_output.py +201 -0
  33. volcenginesdkacep/models/overlay_setting_for_list_phone_template_output.py +201 -0
  34. volcenginesdkacep/models/phone_template_for_get_phone_template_output.py +279 -0
  35. volcenginesdkacep/models/pod_persist_property_for_update_pod_property_input.py +175 -0
  36. volcenginesdkacep/models/pod_property_for_update_pod_property_input.py +175 -0
  37. volcenginesdkacep/models/pod_setting_for_update_pod_property_input.py +201 -0
  38. volcenginesdkacep/models/pod_spec_list_for_create_pod_input.py +617 -0
  39. volcenginesdkacep/models/remove_phone_template_request.py +123 -0
  40. volcenginesdkacep/models/remove_phone_template_response.py +123 -0
  41. volcenginesdkacep/models/reset_pod_request.py +280 -0
  42. volcenginesdkacep/models/reset_pod_response.py +175 -0
  43. volcenginesdkacep/models/row_for_list_phone_template_output.py +279 -0
  44. volcenginesdkacep/models/tag_for_get_phone_template_output.py +201 -0
  45. volcenginesdkacep/models/update_phone_template_request.py +176 -0
  46. volcenginesdkacep/models/update_phone_template_response.py +95 -0
  47. volcenginesdkacep/models/update_pod_property_request.py +280 -0
  48. volcenginesdkacep/models/update_pod_property_response.py +95 -0
  49. volcenginesdkarkruntime/resources/encryption.py +10 -2
  50. volcenginesdkarkruntime/resources/responses/responses.py +42 -24
  51. volcenginesdkarkruntime/types/__init__.py +2 -0
  52. volcenginesdkarkruntime/types/responses/audio_chunking_strategy.py +30 -0
  53. volcenginesdkarkruntime/types/responses/audio_chunking_strategy_param.py +28 -0
  54. volcenginesdkarkruntime/types/responses/image_process_grounding_options.py +23 -0
  55. volcenginesdkarkruntime/types/responses/image_process_grounding_options_param.py +23 -0
  56. volcenginesdkarkruntime/types/responses/image_process_point_options.py +23 -0
  57. volcenginesdkarkruntime/types/responses/image_process_point_options_param.py +23 -0
  58. volcenginesdkarkruntime/types/responses/image_process_rotate_options.py +23 -0
  59. volcenginesdkarkruntime/types/responses/image_process_rotate_options_param.py +23 -0
  60. volcenginesdkarkruntime/types/responses/image_process_tool.py +41 -0
  61. volcenginesdkarkruntime/types/responses/image_process_tool_param.py +40 -0
  62. volcenginesdkarkruntime/types/responses/image_process_zoom_options.py +23 -0
  63. volcenginesdkarkruntime/types/responses/image_process_zoom_options_param.py +23 -0
  64. volcenginesdkarkruntime/types/responses/item_function_image_process.py +37 -0
  65. volcenginesdkarkruntime/types/responses/knowledge_search_tool.py +46 -0
  66. volcenginesdkarkruntime/types/responses/knowledge_search_tool_param.py +44 -0
  67. volcenginesdkarkruntime/types/responses/mcp_tool.py +8 -4
  68. volcenginesdkarkruntime/types/responses/response.py +58 -92
  69. volcenginesdkarkruntime/types/responses/response_annotation_added_event.py +3 -22
  70. volcenginesdkarkruntime/types/responses/response_caching.py +6 -6
  71. volcenginesdkarkruntime/types/responses/response_caching_param.py +7 -4
  72. volcenginesdkarkruntime/types/responses/response_create_params.py +11 -3
  73. volcenginesdkarkruntime/types/responses/response_image_process_action.py +24 -0
  74. volcenginesdkarkruntime/types/responses/response_image_process_args.py +30 -0
  75. volcenginesdkarkruntime/types/responses/response_image_process_call_completed_event.py +35 -0
  76. volcenginesdkarkruntime/types/responses/response_image_process_call_in_progress_event.py +24 -0
  77. volcenginesdkarkruntime/types/responses/response_image_process_call_processing_event.py +30 -0
  78. volcenginesdkarkruntime/types/responses/response_image_process_error.py +20 -0
  79. volcenginesdkarkruntime/types/responses/response_image_process_grounding_args.py +24 -0
  80. volcenginesdkarkruntime/types/responses/response_image_process_point_args.py +24 -0
  81. volcenginesdkarkruntime/types/responses/response_image_process_rotate_args.py +22 -0
  82. volcenginesdkarkruntime/types/responses/response_image_process_zoom_args.py +24 -0
  83. volcenginesdkarkruntime/types/responses/response_input_audio.py +33 -0
  84. volcenginesdkarkruntime/types/responses/response_input_audio_param.py +32 -0
  85. volcenginesdkarkruntime/types/responses/response_input_content.py +13 -3
  86. volcenginesdkarkruntime/types/responses/response_input_file.py +32 -0
  87. volcenginesdkarkruntime/types/responses/response_input_file_param.py +30 -0
  88. volcenginesdkarkruntime/types/responses/response_input_message_content_list_param.py +11 -3
  89. volcenginesdkarkruntime/types/responses/response_input_video.py +33 -0
  90. volcenginesdkarkruntime/types/responses/response_input_video_param.py +6 -9
  91. volcenginesdkarkruntime/types/responses/response_knowledge_search_call_completed_event.py +24 -0
  92. volcenginesdkarkruntime/types/responses/response_knowledge_search_call_failed_event.py +24 -0
  93. volcenginesdkarkruntime/types/responses/response_knowledge_search_call_in_progress_event.py +24 -0
  94. volcenginesdkarkruntime/types/responses/response_knowledge_search_call_searching_event.py +24 -0
  95. volcenginesdkarkruntime/types/responses/response_knowledge_search_item.py +32 -0
  96. volcenginesdkarkruntime/types/responses/response_output_item.py +8 -4
  97. volcenginesdkarkruntime/types/responses/response_output_text.py +4 -33
  98. volcenginesdkarkruntime/types/responses/response_output_text_annotation.py +63 -0
  99. volcenginesdkarkruntime/types/responses/response_output_text_annotation_added_event.py +33 -0
  100. volcenginesdkarkruntime/types/responses/response_stream_event.py +89 -50
  101. volcenginesdkarkruntime/types/responses/response_tool_usage.py +14 -6
  102. volcenginesdkarkruntime/types/responses/responses_output_text_annotation_cover_image.py +25 -0
  103. volcenginesdkarkruntime/types/responses/tool.py +5 -2
  104. volcenginesdkarkruntime/types/responses/tool_choice_knowledge_search.py +22 -0
  105. volcenginesdkarkruntime/types/responses/tool_choice_knowledge_search_param.py +20 -0
  106. volcenginesdkarkruntime/types/responses/tool_choice_mcp.py +31 -0
  107. volcenginesdkarkruntime/types/responses/tool_choice_mcp_param.py +4 -4
  108. volcenginesdkarkruntime/types/responses/tool_choice_web_search.py +22 -0
  109. volcenginesdkarkruntime/types/responses/tool_choice_web_search_param.py +20 -0
  110. volcenginesdkarkruntime/types/responses/tool_param.py +11 -3
  111. volcenginesdkarkruntime/types/responses/user_location.py +30 -0
  112. volcenginesdkarkruntime/types/responses/user_location_param.py +31 -0
  113. volcenginesdkarkruntime/types/responses/web_search_tool.py +11 -22
  114. volcenginesdkarkruntime/types/responses/web_search_tool_param.py +8 -17
  115. volcenginesdkarkruntime/types/shared/__init__.py +3 -0
  116. volcenginesdkarkruntime/types/shared/reasoning.py +10 -0
  117. volcenginesdkarkruntime/types/shared_params/__init__.py +2 -0
  118. volcenginesdkarkruntime/types/shared_params/reasoning.py +12 -0
  119. volcenginesdkarkruntime/types/shared_params/reasoning_effort.py +8 -0
  120. volcenginesdkcbr/__init__.py +91 -0
  121. volcenginesdkcbr/api/__init__.py +6 -0
  122. volcenginesdkcbr/api/cbr_api.py +2362 -0
  123. volcenginesdkcbr/models/__init__.py +87 -0
  124. volcenginesdkcbr/models/backup_policy_for_describe_backup_policies_output.py +357 -0
  125. volcenginesdkcbr/models/create_backup_job_request.py +238 -0
  126. volcenginesdkcbr/models/create_backup_job_response.py +123 -0
  127. volcenginesdkcbr/models/create_backup_plan_request.py +176 -0
  128. volcenginesdkcbr/models/create_backup_plan_response.py +123 -0
  129. volcenginesdkcbr/models/create_backup_policy_request.py +293 -0
  130. volcenginesdkcbr/models/create_backup_policy_response.py +123 -0
  131. volcenginesdkcbr/models/create_backup_resource_request.py +211 -0
  132. volcenginesdkcbr/models/create_backup_resource_response.py +123 -0
  133. volcenginesdkcbr/models/create_restore_job_request.py +177 -0
  134. volcenginesdkcbr/models/create_restore_job_response.py +123 -0
  135. volcenginesdkcbr/models/create_vault_request.py +150 -0
  136. volcenginesdkcbr/models/create_vault_response.py +123 -0
  137. volcenginesdkcbr/models/delete_backup_plan_request.py +124 -0
  138. volcenginesdkcbr/models/delete_backup_plan_response.py +95 -0
  139. volcenginesdkcbr/models/delete_backup_policy_request.py +124 -0
  140. volcenginesdkcbr/models/delete_backup_policy_response.py +95 -0
  141. volcenginesdkcbr/models/delete_backup_resource_request.py +124 -0
  142. volcenginesdkcbr/models/delete_backup_resource_response.py +95 -0
  143. volcenginesdkcbr/models/delete_recovery_point_request.py +124 -0
  144. volcenginesdkcbr/models/delete_recovery_point_response.py +95 -0
  145. volcenginesdkcbr/models/delete_vault_request.py +124 -0
  146. volcenginesdkcbr/models/delete_vault_response.py +95 -0
  147. volcenginesdkcbr/models/describe_backup_plans_request.py +175 -0
  148. volcenginesdkcbr/models/describe_backup_plans_response.py +149 -0
  149. volcenginesdkcbr/models/describe_backup_policies_request.py +175 -0
  150. volcenginesdkcbr/models/describe_backup_policies_response.py +149 -0
  151. volcenginesdkcbr/models/describe_backup_resources_request.py +175 -0
  152. volcenginesdkcbr/models/describe_backup_resources_response.py +149 -0
  153. volcenginesdkcbr/models/describe_recovery_points_request.py +175 -0
  154. volcenginesdkcbr/models/describe_recovery_points_response.py +149 -0
  155. volcenginesdkcbr/models/describe_regions_request.py +95 -0
  156. volcenginesdkcbr/models/describe_regions_response.py +123 -0
  157. volcenginesdkcbr/models/describe_restore_jobs_request.py +175 -0
  158. volcenginesdkcbr/models/describe_restore_jobs_response.py +149 -0
  159. volcenginesdkcbr/models/describe_vaults_request.py +201 -0
  160. volcenginesdkcbr/models/describe_vaults_response.py +149 -0
  161. volcenginesdkcbr/models/disable_backup_policy_request.py +124 -0
  162. volcenginesdkcbr/models/disable_backup_policy_response.py +95 -0
  163. volcenginesdkcbr/models/enable_backup_policy_request.py +124 -0
  164. volcenginesdkcbr/models/enable_backup_policy_response.py +95 -0
  165. volcenginesdkcbr/models/filter_list_for_describe_backup_resources_input.py +149 -0
  166. volcenginesdkcbr/models/filters_for_describe_backup_plans_input.py +149 -0
  167. volcenginesdkcbr/models/filters_for_describe_backup_policies_input.py +175 -0
  168. volcenginesdkcbr/models/filters_for_describe_recovery_points_input.py +253 -0
  169. volcenginesdkcbr/models/filters_for_describe_restore_jobs_input.py +201 -0
  170. volcenginesdkcbr/models/filters_for_describe_vaults_input.py +149 -0
  171. volcenginesdkcbr/models/job_for_describe_restore_jobs_output.py +279 -0
  172. volcenginesdkcbr/models/meta_information_for_create_backup_plan_input.py +149 -0
  173. volcenginesdkcbr/models/meta_information_for_create_backup_resource_input.py +149 -0
  174. volcenginesdkcbr/models/meta_information_for_describe_backup_resources_output.py +149 -0
  175. volcenginesdkcbr/models/meta_information_for_update_backup_plan_input.py +149 -0
  176. volcenginesdkcbr/models/plan_for_describe_backup_plans_output.py +253 -0
  177. volcenginesdkcbr/models/plan_for_describe_backup_resources_output.py +149 -0
  178. volcenginesdkcbr/models/policy_for_describe_backup_plans_output.py +357 -0
  179. volcenginesdkcbr/models/recovery_point_for_describe_recovery_points_output.py +513 -0
  180. volcenginesdkcbr/models/region_for_describe_regions_output.py +149 -0
  181. volcenginesdkcbr/models/resource_for_describe_backup_resources_output.py +409 -0
  182. volcenginesdkcbr/models/resource_list_for_create_backup_plan_input.py +175 -0
  183. volcenginesdkcbr/models/resource_list_for_update_backup_plan_input.py +175 -0
  184. volcenginesdkcbr/models/tag_for_describe_vaults_output.py +149 -0
  185. volcenginesdkcbr/models/update_backup_plan_request.py +202 -0
  186. volcenginesdkcbr/models/update_backup_plan_response.py +95 -0
  187. volcenginesdkcbr/models/update_backup_policy_request.py +261 -0
  188. volcenginesdkcbr/models/update_backup_policy_response.py +95 -0
  189. volcenginesdkcbr/models/update_recovery_point_request.py +151 -0
  190. volcenginesdkcbr/models/update_recovery_point_response.py +95 -0
  191. volcenginesdkcbr/models/update_restore_job_request.py +151 -0
  192. volcenginesdkcbr/models/update_restore_job_response.py +95 -0
  193. volcenginesdkcbr/models/vault_list_for_describe_vaults_output.py +279 -0
  194. volcenginesdkcore/api_client.py +1 -1
  195. volcenginesdkcore/configuration.py +1 -1
  196. volcenginesdkcore/interceptor/interceptors/sign_request_interceptor.py +1 -0
  197. volcenginesdkcore/observability/debugger.py +4 -2
  198. volcenginesdkcore/retryer/retryer.py +4 -1
  199. volcenginesdkgraph/__init__.py +11 -0
  200. volcenginesdkgraph/api/graph_api.py +485 -0
  201. volcenginesdkgraph/models/__init__.py +11 -0
  202. volcenginesdkgraph/models/describe_vegraph_config_in_k8s_request.py +124 -0
  203. volcenginesdkgraph/models/describe_vegraph_config_in_k8s_response.py +201 -0
  204. volcenginesdkgraph/models/key_black_list_for_update_key_black_list_conf_input.py +175 -0
  205. volcenginesdkgraph/models/update_gremlin_keyword_black_list_conf_request.py +230 -0
  206. volcenginesdkgraph/models/update_gremlin_keyword_black_list_conf_response.py +95 -0
  207. volcenginesdkgraph/models/update_key_black_list_conf_request.py +230 -0
  208. volcenginesdkgraph/models/update_key_black_list_conf_response.py +95 -0
  209. volcenginesdkgraph/models/update_tablet_read_black_list_conf_request.py +230 -0
  210. volcenginesdkgraph/models/update_tablet_read_black_list_conf_response.py +95 -0
  211. volcenginesdkgraph/models/update_tablet_write_black_list_conf_request.py +230 -0
  212. volcenginesdkgraph/models/update_tablet_write_black_list_conf_response.py +95 -0
  213. volcenginesdkmilvus/__init__.py +112 -0
  214. volcenginesdkmilvus/api/__init__.py +6 -0
  215. volcenginesdkmilvus/api/milvus_api.py +2168 -0
  216. volcenginesdkmilvus/models/__init__.py +108 -0
  217. volcenginesdkmilvus/models/allow_group_list_for_describe_instance_detail_output.py +149 -0
  218. volcenginesdkmilvus/models/base_instance_for_describe_instance_detail_output.py +435 -0
  219. volcenginesdkmilvus/models/charge_config_for_create_instance_input.py +201 -0
  220. volcenginesdkmilvus/models/charge_config_for_create_instance_one_step_input.py +201 -0
  221. volcenginesdkmilvus/models/charge_config_for_describe_instance_detail_output.py +201 -0
  222. volcenginesdkmilvus/models/charge_config_for_describe_instances_output.py +201 -0
  223. volcenginesdkmilvus/models/charge_config_for_describe_price_input.py +201 -0
  224. volcenginesdkmilvus/models/component_spec_list_for_create_instance_input.py +253 -0
  225. volcenginesdkmilvus/models/component_spec_list_for_create_instance_one_step_input.py +253 -0
  226. volcenginesdkmilvus/models/component_spec_list_for_describe_price_input.py +227 -0
  227. volcenginesdkmilvus/models/component_spec_list_for_scale_instance_input.py +227 -0
  228. volcenginesdkmilvus/models/config_assign_list_for_modify_instance_config_input.py +149 -0
  229. volcenginesdkmilvus/models/configuration_for_describe_instance_config_output.py +331 -0
  230. volcenginesdkmilvus/models/create_instance_one_step_request.py +306 -0
  231. volcenginesdkmilvus/models/create_instance_one_step_response.py +227 -0
  232. volcenginesdkmilvus/models/create_instance_request.py +306 -0
  233. volcenginesdkmilvus/models/create_instance_response.py +227 -0
  234. volcenginesdkmilvus/models/describe_available_spec_request.py +95 -0
  235. volcenginesdkmilvus/models/describe_available_spec_response.py +201 -0
  236. volcenginesdkmilvus/models/describe_available_version_request.py +95 -0
  237. volcenginesdkmilvus/models/describe_available_version_response.py +123 -0
  238. volcenginesdkmilvus/models/describe_config_modules_request.py +124 -0
  239. volcenginesdkmilvus/models/describe_config_modules_response.py +123 -0
  240. volcenginesdkmilvus/models/describe_instance_config_request.py +124 -0
  241. volcenginesdkmilvus/models/describe_instance_config_response.py +123 -0
  242. volcenginesdkmilvus/models/describe_instance_detail_request.py +124 -0
  243. volcenginesdkmilvus/models/describe_instance_detail_response.py +409 -0
  244. volcenginesdkmilvus/models/describe_instances_request.py +253 -0
  245. volcenginesdkmilvus/models/describe_instances_response.py +227 -0
  246. volcenginesdkmilvus/models/describe_node_info_request.py +124 -0
  247. volcenginesdkmilvus/models/describe_node_info_response.py +123 -0
  248. volcenginesdkmilvus/models/describe_price_request.py +175 -0
  249. volcenginesdkmilvus/models/describe_price_response.py +227 -0
  250. volcenginesdkmilvus/models/describe_zones_request.py +95 -0
  251. volcenginesdkmilvus/models/describe_zones_response.py +123 -0
  252. volcenginesdkmilvus/models/endpoint_list_for_describe_instance_detail_output.py +305 -0
  253. volcenginesdkmilvus/models/instance_configuration_for_create_instance_input.py +227 -0
  254. volcenginesdkmilvus/models/instance_configuration_for_create_instance_one_step_input.py +227 -0
  255. volcenginesdkmilvus/models/instance_info_for_describe_instances_output.py +409 -0
  256. volcenginesdkmilvus/models/list_tags_for_resources_request.py +228 -0
  257. volcenginesdkmilvus/models/list_tags_for_resources_response.py +149 -0
  258. volcenginesdkmilvus/models/modify_delete_protect_request.py +151 -0
  259. volcenginesdkmilvus/models/modify_delete_protect_response.py +123 -0
  260. volcenginesdkmilvus/models/modify_instance_config_request.py +150 -0
  261. volcenginesdkmilvus/models/modify_instance_config_response.py +123 -0
  262. volcenginesdkmilvus/models/modify_instance_name_request.py +151 -0
  263. volcenginesdkmilvus/models/modify_instance_name_response.py +123 -0
  264. volcenginesdkmilvus/models/modify_post_paid_request.py +205 -0
  265. volcenginesdkmilvus/models/modify_post_paid_response.py +253 -0
  266. volcenginesdkmilvus/models/modify_pre_paid_request.py +205 -0
  267. volcenginesdkmilvus/models/modify_pre_paid_response.py +253 -0
  268. volcenginesdkmilvus/models/modify_resource_tags_request.py +176 -0
  269. volcenginesdkmilvus/models/modify_resource_tags_response.py +123 -0
  270. volcenginesdkmilvus/models/network_config_for_create_instance_input.py +175 -0
  271. volcenginesdkmilvus/models/network_config_for_create_instance_one_step_input.py +175 -0
  272. volcenginesdkmilvus/models/network_config_for_describe_instance_detail_output.py +175 -0
  273. volcenginesdkmilvus/models/network_config_for_describe_instances_output.py +175 -0
  274. volcenginesdkmilvus/models/node_cu_type_support_spec_list_for_describe_available_spec_output.py +175 -0
  275. volcenginesdkmilvus/models/node_info_list_for_describe_node_info_output.py +357 -0
  276. volcenginesdkmilvus/models/node_price_list_for_describe_price_output.py +305 -0
  277. volcenginesdkmilvus/models/node_support_spec_list_for_describe_available_spec_output.py +175 -0
  278. volcenginesdkmilvus/models/release_instance_request.py +124 -0
  279. volcenginesdkmilvus/models/release_instance_response.py +123 -0
  280. volcenginesdkmilvus/models/scale_instance_request.py +204 -0
  281. volcenginesdkmilvus/models/scale_instance_response.py +175 -0
  282. volcenginesdkmilvus/models/spec_config_for_describe_instance_detail_output.py +227 -0
  283. volcenginesdkmilvus/models/spec_list_for_describe_available_spec_output.py +253 -0
  284. volcenginesdkmilvus/models/subnet_info_for_create_instance_input.py +149 -0
  285. volcenginesdkmilvus/models/subnet_info_for_create_instance_one_step_input.py +149 -0
  286. volcenginesdkmilvus/models/subnet_info_for_describe_instance_detail_output.py +149 -0
  287. volcenginesdkmilvus/models/subnet_info_for_describe_instances_output.py +149 -0
  288. volcenginesdkmilvus/models/tag_filter_for_describe_instances_input.py +149 -0
  289. volcenginesdkmilvus/models/tag_filter_for_list_tags_for_resources_input.py +149 -0
  290. volcenginesdkmilvus/models/tag_for_create_instance_input.py +149 -0
  291. volcenginesdkmilvus/models/tag_for_create_instance_one_step_input.py +149 -0
  292. volcenginesdkmilvus/models/tag_for_describe_instance_detail_output.py +149 -0
  293. volcenginesdkmilvus/models/tag_for_describe_instances_output.py +149 -0
  294. volcenginesdkmilvus/models/tag_for_modify_resource_tags_input.py +149 -0
  295. volcenginesdkmilvus/models/tag_for_tag_resources_input.py +149 -0
  296. volcenginesdkmilvus/models/tag_resource_for_list_tags_for_resources_output.py +201 -0
  297. volcenginesdkmilvus/models/tag_resources_request.py +175 -0
  298. volcenginesdkmilvus/models/tag_resources_response.py +123 -0
  299. volcenginesdkmilvus/models/untag_resources_request.py +175 -0
  300. volcenginesdkmilvus/models/untag_resources_response.py +123 -0
  301. volcenginesdkmilvus/models/version_for_describe_available_version_output.py +149 -0
  302. volcenginesdkmilvus/models/vpc_info_for_create_instance_input.py +149 -0
  303. volcenginesdkmilvus/models/vpc_info_for_create_instance_one_step_input.py +149 -0
  304. volcenginesdkmilvus/models/vpc_info_for_describe_instance_detail_output.py +149 -0
  305. volcenginesdkmilvus/models/vpc_info_for_describe_instances_output.py +149 -0
  306. volcenginesdkmilvus/models/zone_for_describe_zones_output.py +175 -0
  307. volcenginesdkmilvus/models/zone_support_spec_list_for_describe_available_spec_output.py +149 -0
  308. volcenginesdkorganization/__init__.py +6 -0
  309. volcenginesdkorganization/api/organization_api.py +194 -0
  310. volcenginesdkorganization/models/__init__.py +6 -0
  311. volcenginesdkorganization/models/filter_for_list_tags_keys_input.py +123 -0
  312. volcenginesdkorganization/models/filter_for_list_tags_values_input.py +123 -0
  313. volcenginesdkorganization/models/list_tags_keys_request.py +209 -0
  314. volcenginesdkorganization/models/list_tags_keys_response.py +175 -0
  315. volcenginesdkorganization/models/list_tags_values_request.py +236 -0
  316. volcenginesdkorganization/models/list_tags_values_response.py +175 -0
  317. volcenginesdkseccenter20240508/__init__.py +128 -0
  318. volcenginesdkseccenter20240508/api/seccenter20240508_api.py +7987 -3913
  319. volcenginesdkseccenter20240508/models/__init__.py +128 -0
  320. volcenginesdkseccenter20240508/models/add_baseline_check_config_request.py +383 -0
  321. volcenginesdkseccenter20240508/models/add_baseline_check_config_response.py +123 -0
  322. volcenginesdkseccenter20240508/models/add_login_config_request.py +27 -1
  323. volcenginesdkseccenter20240508/models/alarm_topic_config_for_get_tls_info_output.py +175 -0
  324. volcenginesdkseccenter20240508/models/alarm_topic_config_for_modify_tls_config_input.py +149 -0
  325. volcenginesdkseccenter20240508/models/ban_alarm_ip_request.py +175 -0
  326. volcenginesdkseccenter20240508/models/ban_alarm_ip_response.py +123 -0
  327. volcenginesdkseccenter20240508/models/baseline_list_for_add_baseline_check_config_input.py +149 -0
  328. volcenginesdkseccenter20240508/models/baseline_list_for_edit_baseline_check_config_input.py +149 -0
  329. volcenginesdkseccenter20240508/models/baseline_list_for_list_baseline_basic_info_output.py +201 -0
  330. volcenginesdkseccenter20240508/models/baseline_list_for_list_baseline_check_config_output.py +149 -0
  331. volcenginesdkseccenter20240508/models/bind_mlp_auth_request.py +123 -0
  332. volcenginesdkseccenter20240508/models/bind_mlp_auth_response.py +123 -0
  333. volcenginesdkseccenter20240508/models/check_alarm_support_ban_ip_request.py +175 -0
  334. volcenginesdkseccenter20240508/models/check_alarm_support_ban_ip_response.py +227 -0
  335. volcenginesdkseccenter20240508/models/check_install_agent_client_response.py +105 -1
  336. volcenginesdkseccenter20240508/models/conditions_for_list_ordered_hosts_basic_infos_input.py +435 -0
  337. volcenginesdkseccenter20240508/models/create_mlp_asset_sync_task_request.py +124 -0
  338. volcenginesdkseccenter20240508/models/create_mlp_asset_sync_task_response.py +123 -0
  339. volcenginesdkseccenter20240508/models/data_for_get_alarm_rule_list_output.py +331 -0
  340. volcenginesdkseccenter20240508/models/data_for_get_fingerprint_env_output.py +409 -0
  341. volcenginesdkseccenter20240508/models/data_for_get_fingerprint_process_output.py +27 -1
  342. volcenginesdkseccenter20240508/models/data_for_get_fingerprint_service_output.py +53 -1
  343. volcenginesdkseccenter20240508/models/data_for_get_mlp_asset_sync_task_detail_output.py +305 -0
  344. volcenginesdkseccenter20240508/models/data_for_get_offline_notification_list_output.py +929 -0
  345. volcenginesdkseccenter20240508/models/data_for_list_ban_ip_list_output.py +487 -0
  346. volcenginesdkseccenter20240508/models/data_for_list_baseline_basic_info_output.py +201 -0
  347. volcenginesdkseccenter20240508/models/data_for_list_baseline_check_config_output.py +617 -0
  348. volcenginesdkseccenter20240508/models/data_for_list_baseline_for_group_policy_output.py +201 -0
  349. volcenginesdkseccenter20240508/models/data_for_list_check_config_related_baseline_output.py +201 -0
  350. volcenginesdkseccenter20240508/models/data_for_list_fingerprint_collect_config_output.py +331 -0
  351. volcenginesdkseccenter20240508/models/data_for_list_mlp_asset_tasks_output.py +305 -0
  352. volcenginesdkseccenter20240508/models/data_for_list_ordered_hosts_basic_infos_output.py +539 -0
  353. volcenginesdkseccenter20240508/models/delete_baseline_check_config_request.py +124 -0
  354. volcenginesdkseccenter20240508/models/delete_baseline_check_config_response.py +123 -0
  355. volcenginesdkseccenter20240508/models/detect_baseline_by_check_config_request.py +124 -0
  356. volcenginesdkseccenter20240508/models/detect_baseline_by_check_config_response.py +123 -0
  357. volcenginesdkseccenter20240508/models/ecs_instance_for_get_auto_isolate_agent_list_output.py +53 -1
  358. volcenginesdkseccenter20240508/models/ecs_instance_for_get_host_basic_info_output.py +53 -1
  359. volcenginesdkseccenter20240508/models/ecs_instance_for_get_offline_notification_list_output.py +669 -0
  360. volcenginesdkseccenter20240508/models/ecs_instance_for_list_asset_center_hosts_output.py +53 -1
  361. volcenginesdkseccenter20240508/models/ecs_instance_for_list_auto_defense_hosts_output.py +53 -1
  362. volcenginesdkseccenter20240508/models/ecs_instance_for_list_ban_ip_list_output.py +669 -0
  363. volcenginesdkseccenter20240508/models/ecs_instance_for_list_hosts_basic_infos_output.py +53 -1
  364. volcenginesdkseccenter20240508/models/ecs_instance_for_list_multi_level_asset_hosts_output.py +53 -1
  365. volcenginesdkseccenter20240508/models/ecs_instance_for_list_ordered_hosts_basic_infos_output.py +669 -0
  366. volcenginesdkseccenter20240508/models/ecs_instance_for_list_rasp_config_agent_infos_output.py +53 -1
  367. volcenginesdkseccenter20240508/models/edit_baseline_check_config_request.py +410 -0
  368. volcenginesdkseccenter20240508/models/edit_baseline_check_config_response.py +123 -0
  369. volcenginesdkseccenter20240508/models/edit_fingerprint_collect_config_request.py +254 -0
  370. volcenginesdkseccenter20240508/models/edit_fingerprint_collect_config_response.py +123 -0
  371. volcenginesdkseccenter20240508/models/export_dev_fingerprint_data_request.py +1 -1
  372. volcenginesdkseccenter20240508/models/file_for_handle_endpoint_alarms_input.py +149 -0
  373. volcenginesdkseccenter20240508/models/get_alarm_rule_list_request.py +333 -0
  374. volcenginesdkseccenter20240508/models/get_alarm_rule_list_response.py +201 -0
  375. volcenginesdkseccenter20240508/models/get_auto_protect_config_request.py +95 -0
  376. volcenginesdkseccenter20240508/models/get_auto_protect_config_response.py +149 -0
  377. volcenginesdkvod20250101/models/scenario_for_create_ai_termbase_input.py → volcenginesdkseccenter20240508/models/get_brute_force_ban_cap_params_request.py +6 -6
  378. volcenginesdkseccenter20240508/models/get_brute_force_ban_cap_params_response.py +123 -0
  379. volcenginesdkseccenter20240508/models/get_brute_force_ban_config_request.py +123 -0
  380. volcenginesdkseccenter20240508/models/get_brute_force_ban_config_response.py +383 -0
  381. volcenginesdkseccenter20240508/models/get_brute_force_ban_statistics_request.py +123 -0
  382. volcenginesdkseccenter20240508/models/get_brute_force_ban_statistics_response.py +149 -0
  383. volcenginesdkseccenter20240508/models/get_custom_weak_passwords_request.py +95 -0
  384. volcenginesdkseccenter20240508/models/get_custom_weak_passwords_response.py +201 -0
  385. volcenginesdkseccenter20240508/models/get_fingerprint_env_request.py +489 -0
  386. volcenginesdkseccenter20240508/models/get_fingerprint_env_response.py +201 -0
  387. volcenginesdkseccenter20240508/models/get_fingerprint_service_request.py +0 -7
  388. volcenginesdkseccenter20240508/models/get_fingerprint_statistics_response.py +27 -1
  389. volcenginesdkseccenter20240508/models/get_geo_location_request.py +123 -0
  390. volcenginesdkseccenter20240508/models/get_geo_location_response.py +123 -0
  391. volcenginesdkseccenter20240508/models/get_mlp_asset_sync_task_detail_request.py +124 -0
  392. volcenginesdkseccenter20240508/models/get_mlp_asset_sync_task_detail_response.py +123 -0
  393. volcenginesdkseccenter20240508/models/get_mlp_asset_sync_task_status_request.py +124 -0
  394. volcenginesdkseccenter20240508/models/get_mlp_asset_sync_task_status_response.py +201 -0
  395. volcenginesdkseccenter20240508/models/get_offline_notification_config_request.py +95 -0
  396. volcenginesdkseccenter20240508/models/get_offline_notification_config_response.py +149 -0
  397. volcenginesdkseccenter20240508/models/get_offline_notification_list_request.py +411 -0
  398. volcenginesdkseccenter20240508/models/get_offline_notification_list_response.py +201 -0
  399. volcenginesdkseccenter20240508/models/get_security_overview_score_stats_request.py +123 -0
  400. volcenginesdkseccenter20240508/models/get_security_overview_score_stats_response.py +149 -0
  401. volcenginesdkseccenter20240508/models/get_tls_info_response.py +122 -70
  402. volcenginesdkseccenter20240508/models/handle_endpoint_alarms_request.py +150 -0
  403. volcenginesdkseccenter20240508/models/handle_endpoint_alarms_response.py +95 -0
  404. volcenginesdkseccenter20240508/models/handle_list_for_handle_endpoint_alarms_input.py +201 -0
  405. volcenginesdkseccenter20240508/models/host_info_for_list_ban_ip_list_output.py +279 -0
  406. volcenginesdkseccenter20240508/models/list_alarm_tags_request.py +6 -6
  407. volcenginesdkseccenter20240508/models/list_ban_ip_list_request.py +567 -0
  408. volcenginesdkseccenter20240508/models/list_ban_ip_list_response.py +201 -0
  409. volcenginesdkseccenter20240508/models/list_baseline_basic_info_request.py +203 -0
  410. volcenginesdkseccenter20240508/models/list_baseline_basic_info_response.py +201 -0
  411. volcenginesdkseccenter20240508/models/list_baseline_check_config_request.py +203 -0
  412. volcenginesdkseccenter20240508/models/list_baseline_check_config_response.py +201 -0
  413. volcenginesdkseccenter20240508/models/list_baseline_for_group_policy_request.py +124 -0
  414. volcenginesdkseccenter20240508/models/list_baseline_for_group_policy_response.py +123 -0
  415. volcenginesdkseccenter20240508/models/list_batch_endpoint_handle_methods_request.py +150 -0
  416. volcenginesdkseccenter20240508/models/list_batch_endpoint_handle_methods_response.py +149 -0
  417. volcenginesdkseccenter20240508/models/list_check_config_related_baseline_request.py +256 -0
  418. volcenginesdkseccenter20240508/models/list_check_config_related_baseline_response.py +201 -0
  419. volcenginesdkseccenter20240508/models/list_fingerprint_collect_config_request.py +149 -0
  420. volcenginesdkseccenter20240508/models/list_fingerprint_collect_config_response.py +201 -0
  421. volcenginesdkseccenter20240508/models/list_mlp_alarm_tags_request.py +6 -6
  422. volcenginesdkseccenter20240508/models/list_mlp_asset_tasks_request.py +255 -0
  423. volcenginesdkseccenter20240508/models/list_mlp_asset_tasks_response.py +201 -0
  424. volcenginesdkseccenter20240508/models/list_ordered_hosts_basic_infos_request.py +256 -0
  425. volcenginesdkseccenter20240508/models/list_ordered_hosts_basic_infos_response.py +201 -0
  426. volcenginesdkseccenter20240508/models/location_for_get_geo_location_output.py +149 -0
  427. volcenginesdkseccenter20240508/models/login_location_for_add_login_config_input.py +175 -0
  428. volcenginesdkseccenter20240508/models/login_location_for_update_login_config_input.py +175 -0
  429. volcenginesdkseccenter20240508/models/login_topic_config_for_get_tls_info_output.py +175 -0
  430. volcenginesdkseccenter20240508/models/login_topic_config_for_modify_tls_config_input.py +149 -0
  431. volcenginesdkseccenter20240508/models/modify_tls_config_request.py +133 -3
  432. volcenginesdkseccenter20240508/models/operation_list_for_list_batch_endpoint_handle_methods_output.py +201 -0
  433. volcenginesdkseccenter20240508/models/port_change_topic_config_for_get_tls_info_output.py +175 -0
  434. volcenginesdkseccenter20240508/models/port_change_topic_config_for_modify_tls_config_input.py +149 -0
  435. volcenginesdkseccenter20240508/models/proc_list_for_list_batch_endpoint_handle_methods_output.py +175 -0
  436. volcenginesdkseccenter20240508/models/process_for_handle_endpoint_alarms_input.py +175 -0
  437. volcenginesdkseccenter20240508/models/process_start_topic_config_for_get_tls_info_output.py +175 -0
  438. volcenginesdkseccenter20240508/models/process_start_topic_config_for_modify_tls_config_input.py +149 -0
  439. volcenginesdkseccenter20240508/models/relate_alarm_info_for_list_ban_ip_list_output.py +149 -0
  440. volcenginesdkseccenter20240508/models/retry_ip_operation_request.py +150 -0
  441. volcenginesdkseccenter20240508/models/retry_ip_operation_response.py +123 -0
  442. volcenginesdkseccenter20240508/models/risk_for_get_offline_notification_list_output.py +201 -0
  443. volcenginesdkseccenter20240508/models/rule_list_for_get_brute_force_ban_config_output.py +227 -0
  444. volcenginesdkseccenter20240508/models/rule_list_for_set_brute_force_ban_config_input.py +227 -0
  445. volcenginesdkseccenter20240508/models/score_for_get_security_overview_score_stats_output.py +149 -0
  446. volcenginesdkseccenter20240508/models/set_brute_force_ban_config_request.py +461 -0
  447. volcenginesdkseccenter20240508/models/set_brute_force_ban_config_response.py +95 -0
  448. volcenginesdkseccenter20240508/models/set_custom_weak_passwords_request.py +123 -0
  449. volcenginesdkseccenter20240508/models/set_custom_weak_passwords_response.py +123 -0
  450. volcenginesdkseccenter20240508/models/stop_mlp_asset_sync_task_request.py +124 -0
  451. volcenginesdkseccenter20240508/models/stop_mlp_asset_sync_task_response.py +123 -0
  452. volcenginesdkseccenter20240508/models/un_ban_ip_item_request.py +123 -0
  453. volcenginesdkseccenter20240508/models/un_ban_ip_item_response.py +149 -0
  454. volcenginesdkseccenter20240508/models/unbind_mlp_auth_request.py +123 -0
  455. volcenginesdkseccenter20240508/models/unbind_mlp_auth_response.py +123 -0
  456. volcenginesdkseccenter20240508/models/update_auto_protect_config_request.py +124 -0
  457. volcenginesdkseccenter20240508/models/update_auto_protect_config_response.py +149 -0
  458. volcenginesdkseccenter20240508/models/update_baseline_check_config_switch_request.py +150 -0
  459. volcenginesdkseccenter20240508/models/update_baseline_check_config_switch_response.py +123 -0
  460. volcenginesdkseccenter20240508/models/update_cloud_provider_request.py +149 -0
  461. volcenginesdkseccenter20240508/models/update_cloud_provider_response.py +201 -0
  462. volcenginesdkseccenter20240508/models/update_login_config_request.py +27 -1
  463. volcenginesdkseccenter20240508/models/update_offline_notification_config_request.py +151 -0
  464. volcenginesdkseccenter20240508/models/update_offline_notification_config_response.py +123 -0
  465. volcenginesdkseccenter20240508/models/vuln_topic_config_for_get_tls_info_output.py +175 -0
  466. volcenginesdkseccenter20240508/models/vuln_topic_config_for_modify_tls_config_input.py +149 -0
  467. volcenginesdkvefaas/__init__.py +1 -0
  468. volcenginesdkvefaas/models/__init__.py +1 -0
  469. volcenginesdkvefaas/models/describe_sandbox_response.py +53 -1
  470. volcenginesdkvefaas/models/metadata_list_for_describe_sandbox_output.py +149 -0
  471. volcenginesdkvod20250101/__init__.py +0 -1
  472. volcenginesdkvod20250101/models/__init__.py +0 -1
  473. volcenginesdkvod20250101/models/create_ai_termbase_request.py +6 -5
  474. {volcengine_python_sdk-4.0.29.dist-info → volcengine_python_sdk-4.0.31.dist-info}/WHEEL +0 -0
  475. {volcengine_python_sdk-4.0.29.dist-info → volcengine_python_sdk-4.0.31.dist-info}/licenses/LICENSE.txt +0 -0
  476. {volcengine_python_sdk-4.0.29.dist-info → volcengine_python_sdk-4.0.31.dist-info}/licenses/NOTICE.md +0 -0
@@ -130,6 +130,103 @@ class ACEPApi(object):
130
130
  _request_timeout=params.get('_request_timeout'),
131
131
  collection_formats=collection_formats)
132
132
 
133
+ def add_phone_template(self, body, **kwargs): # noqa: E501
134
+ """add_phone_template # noqa: E501
135
+
136
+ This method makes a synchronous HTTP request by default. To make an
137
+ asynchronous HTTP request, please pass async_req=True
138
+ >>> thread = api.add_phone_template(body, async_req=True)
139
+ >>> result = thread.get()
140
+
141
+ :param async_req bool
142
+ :param AddPhoneTemplateRequest body: (required)
143
+ :return: AddPhoneTemplateResponse
144
+ If the method is called asynchronously,
145
+ returns the request thread.
146
+ """
147
+ kwargs['_return_http_data_only'] = True
148
+ if kwargs.get('async_req'):
149
+ return self.add_phone_template_with_http_info(body, **kwargs) # noqa: E501
150
+ else:
151
+ (data) = self.add_phone_template_with_http_info(body, **kwargs) # noqa: E501
152
+ return data
153
+
154
+ def add_phone_template_with_http_info(self, body, **kwargs): # noqa: E501
155
+ """add_phone_template # noqa: E501
156
+
157
+ This method makes a synchronous HTTP request by default. To make an
158
+ asynchronous HTTP request, please pass async_req=True
159
+ >>> thread = api.add_phone_template_with_http_info(body, async_req=True)
160
+ >>> result = thread.get()
161
+
162
+ :param async_req bool
163
+ :param AddPhoneTemplateRequest body: (required)
164
+ :return: AddPhoneTemplateResponse
165
+ If the method is called asynchronously,
166
+ returns the request thread.
167
+ """
168
+
169
+ all_params = ['body'] # noqa: E501
170
+ all_params.append('async_req')
171
+ all_params.append('_return_http_data_only')
172
+ all_params.append('_preload_content')
173
+ all_params.append('_request_timeout')
174
+
175
+ params = locals()
176
+ for key, val in six.iteritems(params['kwargs']):
177
+ if key not in all_params:
178
+ raise TypeError(
179
+ "Got an unexpected keyword argument '%s'"
180
+ " to method add_phone_template" % key
181
+ )
182
+ params[key] = val
183
+ del params['kwargs']
184
+ # verify the required parameter 'body' is set
185
+ if self.api_client.client_side_validation and ('body' not in params or
186
+ params['body'] is None): # noqa: E501
187
+ raise ValueError("Missing the required parameter `body` when calling `add_phone_template`") # noqa: E501
188
+
189
+ collection_formats = {}
190
+
191
+ path_params = {}
192
+
193
+ query_params = []
194
+
195
+ header_params = {}
196
+
197
+ form_params = []
198
+ local_var_files = {}
199
+
200
+ body_params = None
201
+ if 'body' in params:
202
+ body_params = params['body']
203
+ # HTTP header `Accept`
204
+ header_params['Accept'] = self.api_client.select_header_accept(
205
+ ['application/json']) # noqa: E501
206
+
207
+ # HTTP header `Content-Type`
208
+ header_params['Content-Type'] = self.api_client.select_header_content_type( # noqa: E501
209
+ ['application/json']) # noqa: E501
210
+
211
+ # Authentication setting
212
+ auth_settings = ['volcengineSign'] # noqa: E501
213
+
214
+ return self.api_client.call_api(
215
+ '/AddPhoneTemplate/2025-05-01/acep/post/application_json/', 'POST',
216
+ path_params,
217
+ query_params,
218
+ header_params,
219
+ body=body_params,
220
+ post_params=form_params,
221
+ files=local_var_files,
222
+ response_type='AddPhoneTemplateResponse', # noqa: E501
223
+ auth_settings=auth_settings,
224
+ async_req=params.get('async_req'),
225
+ _return_http_data_only=params.get('_return_http_data_only'),
226
+ _preload_content=params.get('_preload_content', True),
227
+ _request_timeout=params.get('_request_timeout'),
228
+ collection_formats=collection_formats)
229
+
133
230
  def backup_data(self, body, **kwargs): # noqa: E501
134
231
  """backup_data # noqa: E501
135
232
 
@@ -518,38 +615,38 @@ class ACEPApi(object):
518
615
  _request_timeout=params.get('_request_timeout'),
519
616
  collection_formats=collection_formats)
520
617
 
521
- def delete_backup_data(self, body, **kwargs): # noqa: E501
522
- """delete_backup_data # noqa: E501
618
+ def create_pod(self, body, **kwargs): # noqa: E501
619
+ """create_pod # noqa: E501
523
620
 
524
621
  This method makes a synchronous HTTP request by default. To make an
525
622
  asynchronous HTTP request, please pass async_req=True
526
- >>> thread = api.delete_backup_data(body, async_req=True)
623
+ >>> thread = api.create_pod(body, async_req=True)
527
624
  >>> result = thread.get()
528
625
 
529
626
  :param async_req bool
530
- :param DeleteBackupDataRequest body: (required)
531
- :return: DeleteBackupDataResponse
627
+ :param CreatePodRequest body: (required)
628
+ :return: CreatePodResponse
532
629
  If the method is called asynchronously,
533
630
  returns the request thread.
534
631
  """
535
632
  kwargs['_return_http_data_only'] = True
536
633
  if kwargs.get('async_req'):
537
- return self.delete_backup_data_with_http_info(body, **kwargs) # noqa: E501
634
+ return self.create_pod_with_http_info(body, **kwargs) # noqa: E501
538
635
  else:
539
- (data) = self.delete_backup_data_with_http_info(body, **kwargs) # noqa: E501
636
+ (data) = self.create_pod_with_http_info(body, **kwargs) # noqa: E501
540
637
  return data
541
638
 
542
- def delete_backup_data_with_http_info(self, body, **kwargs): # noqa: E501
543
- """delete_backup_data # noqa: E501
639
+ def create_pod_with_http_info(self, body, **kwargs): # noqa: E501
640
+ """create_pod # noqa: E501
544
641
 
545
642
  This method makes a synchronous HTTP request by default. To make an
546
643
  asynchronous HTTP request, please pass async_req=True
547
- >>> thread = api.delete_backup_data_with_http_info(body, async_req=True)
644
+ >>> thread = api.create_pod_with_http_info(body, async_req=True)
548
645
  >>> result = thread.get()
549
646
 
550
647
  :param async_req bool
551
- :param DeleteBackupDataRequest body: (required)
552
- :return: DeleteBackupDataResponse
648
+ :param CreatePodRequest body: (required)
649
+ :return: CreatePodResponse
553
650
  If the method is called asynchronously,
554
651
  returns the request thread.
555
652
  """
@@ -565,14 +662,14 @@ class ACEPApi(object):
565
662
  if key not in all_params:
566
663
  raise TypeError(
567
664
  "Got an unexpected keyword argument '%s'"
568
- " to method delete_backup_data" % key
665
+ " to method create_pod" % key
569
666
  )
570
667
  params[key] = val
571
668
  del params['kwargs']
572
669
  # verify the required parameter 'body' is set
573
670
  if self.api_client.client_side_validation and ('body' not in params or
574
671
  params['body'] is None): # noqa: E501
575
- raise ValueError("Missing the required parameter `body` when calling `delete_backup_data`") # noqa: E501
672
+ raise ValueError("Missing the required parameter `body` when calling `create_pod`") # noqa: E501
576
673
 
577
674
  collection_formats = {}
578
675
 
@@ -600,14 +697,14 @@ class ACEPApi(object):
600
697
  auth_settings = ['volcengineSign'] # noqa: E501
601
698
 
602
699
  return self.api_client.call_api(
603
- '/DeleteBackupData/2025-05-01/acep/post/application_json/', 'POST',
700
+ '/CreatePod/2025-05-01/acep/post/application_json/', 'POST',
604
701
  path_params,
605
702
  query_params,
606
703
  header_params,
607
704
  body=body_params,
608
705
  post_params=form_params,
609
706
  files=local_var_files,
610
- response_type='DeleteBackupDataResponse', # noqa: E501
707
+ response_type='CreatePodResponse', # noqa: E501
611
708
  auth_settings=auth_settings,
612
709
  async_req=params.get('async_req'),
613
710
  _return_http_data_only=params.get('_return_http_data_only'),
@@ -615,38 +712,38 @@ class ACEPApi(object):
615
712
  _request_timeout=params.get('_request_timeout'),
616
713
  collection_formats=collection_formats)
617
714
 
618
- def delete_custom_route(self, body, **kwargs): # noqa: E501
619
- """delete_custom_route # noqa: E501
715
+ def create_pod_one_step(self, body, **kwargs): # noqa: E501
716
+ """create_pod_one_step # noqa: E501
620
717
 
621
718
  This method makes a synchronous HTTP request by default. To make an
622
719
  asynchronous HTTP request, please pass async_req=True
623
- >>> thread = api.delete_custom_route(body, async_req=True)
720
+ >>> thread = api.create_pod_one_step(body, async_req=True)
624
721
  >>> result = thread.get()
625
722
 
626
723
  :param async_req bool
627
- :param DeleteCustomRouteRequest body: (required)
628
- :return: DeleteCustomRouteResponse
724
+ :param CreatePodOneStepRequest body: (required)
725
+ :return: CreatePodOneStepResponse
629
726
  If the method is called asynchronously,
630
727
  returns the request thread.
631
728
  """
632
729
  kwargs['_return_http_data_only'] = True
633
730
  if kwargs.get('async_req'):
634
- return self.delete_custom_route_with_http_info(body, **kwargs) # noqa: E501
731
+ return self.create_pod_one_step_with_http_info(body, **kwargs) # noqa: E501
635
732
  else:
636
- (data) = self.delete_custom_route_with_http_info(body, **kwargs) # noqa: E501
733
+ (data) = self.create_pod_one_step_with_http_info(body, **kwargs) # noqa: E501
637
734
  return data
638
735
 
639
- def delete_custom_route_with_http_info(self, body, **kwargs): # noqa: E501
640
- """delete_custom_route # noqa: E501
736
+ def create_pod_one_step_with_http_info(self, body, **kwargs): # noqa: E501
737
+ """create_pod_one_step # noqa: E501
641
738
 
642
739
  This method makes a synchronous HTTP request by default. To make an
643
740
  asynchronous HTTP request, please pass async_req=True
644
- >>> thread = api.delete_custom_route_with_http_info(body, async_req=True)
741
+ >>> thread = api.create_pod_one_step_with_http_info(body, async_req=True)
645
742
  >>> result = thread.get()
646
743
 
647
744
  :param async_req bool
648
- :param DeleteCustomRouteRequest body: (required)
649
- :return: DeleteCustomRouteResponse
745
+ :param CreatePodOneStepRequest body: (required)
746
+ :return: CreatePodOneStepResponse
650
747
  If the method is called asynchronously,
651
748
  returns the request thread.
652
749
  """
@@ -662,14 +759,14 @@ class ACEPApi(object):
662
759
  if key not in all_params:
663
760
  raise TypeError(
664
761
  "Got an unexpected keyword argument '%s'"
665
- " to method delete_custom_route" % key
762
+ " to method create_pod_one_step" % key
666
763
  )
667
764
  params[key] = val
668
765
  del params['kwargs']
669
766
  # verify the required parameter 'body' is set
670
767
  if self.api_client.client_side_validation and ('body' not in params or
671
768
  params['body'] is None): # noqa: E501
672
- raise ValueError("Missing the required parameter `body` when calling `delete_custom_route`") # noqa: E501
769
+ raise ValueError("Missing the required parameter `body` when calling `create_pod_one_step`") # noqa: E501
673
770
 
674
771
  collection_formats = {}
675
772
 
@@ -697,14 +794,14 @@ class ACEPApi(object):
697
794
  auth_settings = ['volcengineSign'] # noqa: E501
698
795
 
699
796
  return self.api_client.call_api(
700
- '/DeleteCustomRoute/2025-05-01/acep/post/application_json/', 'POST',
797
+ '/CreatePodOneStep/2025-05-01/acep/post/application_json/', 'POST',
701
798
  path_params,
702
799
  query_params,
703
800
  header_params,
704
801
  body=body_params,
705
802
  post_params=form_params,
706
803
  files=local_var_files,
707
- response_type='DeleteCustomRouteResponse', # noqa: E501
804
+ response_type='CreatePodOneStepResponse', # noqa: E501
708
805
  auth_settings=auth_settings,
709
806
  async_req=params.get('async_req'),
710
807
  _return_http_data_only=params.get('_return_http_data_only'),
@@ -712,38 +809,38 @@ class ACEPApi(object):
712
809
  _request_timeout=params.get('_request_timeout'),
713
810
  collection_formats=collection_formats)
714
811
 
715
- def get_dc_bandwidth_daily_peak(self, body, **kwargs): # noqa: E501
716
- """get_dc_bandwidth_daily_peak # noqa: E501
812
+ def delete_backup_data(self, body, **kwargs): # noqa: E501
813
+ """delete_backup_data # noqa: E501
717
814
 
718
815
  This method makes a synchronous HTTP request by default. To make an
719
816
  asynchronous HTTP request, please pass async_req=True
720
- >>> thread = api.get_dc_bandwidth_daily_peak(body, async_req=True)
817
+ >>> thread = api.delete_backup_data(body, async_req=True)
721
818
  >>> result = thread.get()
722
819
 
723
820
  :param async_req bool
724
- :param GetDcBandwidthDailyPeakRequest body: (required)
725
- :return: GetDcBandwidthDailyPeakResponse
821
+ :param DeleteBackupDataRequest body: (required)
822
+ :return: DeleteBackupDataResponse
726
823
  If the method is called asynchronously,
727
824
  returns the request thread.
728
825
  """
729
826
  kwargs['_return_http_data_only'] = True
730
827
  if kwargs.get('async_req'):
731
- return self.get_dc_bandwidth_daily_peak_with_http_info(body, **kwargs) # noqa: E501
828
+ return self.delete_backup_data_with_http_info(body, **kwargs) # noqa: E501
732
829
  else:
733
- (data) = self.get_dc_bandwidth_daily_peak_with_http_info(body, **kwargs) # noqa: E501
830
+ (data) = self.delete_backup_data_with_http_info(body, **kwargs) # noqa: E501
734
831
  return data
735
832
 
736
- def get_dc_bandwidth_daily_peak_with_http_info(self, body, **kwargs): # noqa: E501
737
- """get_dc_bandwidth_daily_peak # noqa: E501
833
+ def delete_backup_data_with_http_info(self, body, **kwargs): # noqa: E501
834
+ """delete_backup_data # noqa: E501
738
835
 
739
836
  This method makes a synchronous HTTP request by default. To make an
740
837
  asynchronous HTTP request, please pass async_req=True
741
- >>> thread = api.get_dc_bandwidth_daily_peak_with_http_info(body, async_req=True)
838
+ >>> thread = api.delete_backup_data_with_http_info(body, async_req=True)
742
839
  >>> result = thread.get()
743
840
 
744
841
  :param async_req bool
745
- :param GetDcBandwidthDailyPeakRequest body: (required)
746
- :return: GetDcBandwidthDailyPeakResponse
842
+ :param DeleteBackupDataRequest body: (required)
843
+ :return: DeleteBackupDataResponse
747
844
  If the method is called asynchronously,
748
845
  returns the request thread.
749
846
  """
@@ -759,14 +856,14 @@ class ACEPApi(object):
759
856
  if key not in all_params:
760
857
  raise TypeError(
761
858
  "Got an unexpected keyword argument '%s'"
762
- " to method get_dc_bandwidth_daily_peak" % key
859
+ " to method delete_backup_data" % key
763
860
  )
764
861
  params[key] = val
765
862
  del params['kwargs']
766
863
  # verify the required parameter 'body' is set
767
864
  if self.api_client.client_side_validation and ('body' not in params or
768
865
  params['body'] is None): # noqa: E501
769
- raise ValueError("Missing the required parameter `body` when calling `get_dc_bandwidth_daily_peak`") # noqa: E501
866
+ raise ValueError("Missing the required parameter `body` when calling `delete_backup_data`") # noqa: E501
770
867
 
771
868
  collection_formats = {}
772
869
 
@@ -794,14 +891,14 @@ class ACEPApi(object):
794
891
  auth_settings = ['volcengineSign'] # noqa: E501
795
892
 
796
893
  return self.api_client.call_api(
797
- '/GetDcBandwidthDailyPeak/2025-05-01/acep/post/application_json/', 'POST',
894
+ '/DeleteBackupData/2025-05-01/acep/post/application_json/', 'POST',
798
895
  path_params,
799
896
  query_params,
800
897
  header_params,
801
898
  body=body_params,
802
899
  post_params=form_params,
803
900
  files=local_var_files,
804
- response_type='GetDcBandwidthDailyPeakResponse', # noqa: E501
901
+ response_type='DeleteBackupDataResponse', # noqa: E501
805
902
  auth_settings=auth_settings,
806
903
  async_req=params.get('async_req'),
807
904
  _return_http_data_only=params.get('_return_http_data_only'),
@@ -809,38 +906,38 @@ class ACEPApi(object):
809
906
  _request_timeout=params.get('_request_timeout'),
810
907
  collection_formats=collection_formats)
811
908
 
812
- def list_app(self, body, **kwargs): # noqa: E501
813
- """list_app # noqa: E501
909
+ def delete_custom_route(self, body, **kwargs): # noqa: E501
910
+ """delete_custom_route # noqa: E501
814
911
 
815
912
  This method makes a synchronous HTTP request by default. To make an
816
913
  asynchronous HTTP request, please pass async_req=True
817
- >>> thread = api.list_app(body, async_req=True)
914
+ >>> thread = api.delete_custom_route(body, async_req=True)
818
915
  >>> result = thread.get()
819
916
 
820
917
  :param async_req bool
821
- :param ListAppRequest body: (required)
822
- :return: ListAppResponse
918
+ :param DeleteCustomRouteRequest body: (required)
919
+ :return: DeleteCustomRouteResponse
823
920
  If the method is called asynchronously,
824
921
  returns the request thread.
825
922
  """
826
923
  kwargs['_return_http_data_only'] = True
827
924
  if kwargs.get('async_req'):
828
- return self.list_app_with_http_info(body, **kwargs) # noqa: E501
925
+ return self.delete_custom_route_with_http_info(body, **kwargs) # noqa: E501
829
926
  else:
830
- (data) = self.list_app_with_http_info(body, **kwargs) # noqa: E501
927
+ (data) = self.delete_custom_route_with_http_info(body, **kwargs) # noqa: E501
831
928
  return data
832
929
 
833
- def list_app_with_http_info(self, body, **kwargs): # noqa: E501
834
- """list_app # noqa: E501
930
+ def delete_custom_route_with_http_info(self, body, **kwargs): # noqa: E501
931
+ """delete_custom_route # noqa: E501
835
932
 
836
933
  This method makes a synchronous HTTP request by default. To make an
837
934
  asynchronous HTTP request, please pass async_req=True
838
- >>> thread = api.list_app_with_http_info(body, async_req=True)
935
+ >>> thread = api.delete_custom_route_with_http_info(body, async_req=True)
839
936
  >>> result = thread.get()
840
937
 
841
938
  :param async_req bool
842
- :param ListAppRequest body: (required)
843
- :return: ListAppResponse
939
+ :param DeleteCustomRouteRequest body: (required)
940
+ :return: DeleteCustomRouteResponse
844
941
  If the method is called asynchronously,
845
942
  returns the request thread.
846
943
  """
@@ -856,14 +953,14 @@ class ACEPApi(object):
856
953
  if key not in all_params:
857
954
  raise TypeError(
858
955
  "Got an unexpected keyword argument '%s'"
859
- " to method list_app" % key
956
+ " to method delete_custom_route" % key
860
957
  )
861
958
  params[key] = val
862
959
  del params['kwargs']
863
960
  # verify the required parameter 'body' is set
864
961
  if self.api_client.client_side_validation and ('body' not in params or
865
962
  params['body'] is None): # noqa: E501
866
- raise ValueError("Missing the required parameter `body` when calling `list_app`") # noqa: E501
963
+ raise ValueError("Missing the required parameter `body` when calling `delete_custom_route`") # noqa: E501
867
964
 
868
965
  collection_formats = {}
869
966
 
@@ -891,14 +988,14 @@ class ACEPApi(object):
891
988
  auth_settings = ['volcengineSign'] # noqa: E501
892
989
 
893
990
  return self.api_client.call_api(
894
- '/ListApp/2025-05-01/acep/post/application_json/', 'POST',
991
+ '/DeleteCustomRoute/2025-05-01/acep/post/application_json/', 'POST',
895
992
  path_params,
896
993
  query_params,
897
994
  header_params,
898
995
  body=body_params,
899
996
  post_params=form_params,
900
997
  files=local_var_files,
901
- response_type='ListAppResponse', # noqa: E501
998
+ response_type='DeleteCustomRouteResponse', # noqa: E501
902
999
  auth_settings=auth_settings,
903
1000
  async_req=params.get('async_req'),
904
1001
  _return_http_data_only=params.get('_return_http_data_only'),
@@ -906,38 +1003,38 @@ class ACEPApi(object):
906
1003
  _request_timeout=params.get('_request_timeout'),
907
1004
  collection_formats=collection_formats)
908
1005
 
909
- def list_backup_data(self, body, **kwargs): # noqa: E501
910
- """list_backup_data # noqa: E501
1006
+ def get_dc_bandwidth_daily_peak(self, body, **kwargs): # noqa: E501
1007
+ """get_dc_bandwidth_daily_peak # noqa: E501
911
1008
 
912
1009
  This method makes a synchronous HTTP request by default. To make an
913
1010
  asynchronous HTTP request, please pass async_req=True
914
- >>> thread = api.list_backup_data(body, async_req=True)
1011
+ >>> thread = api.get_dc_bandwidth_daily_peak(body, async_req=True)
915
1012
  >>> result = thread.get()
916
1013
 
917
1014
  :param async_req bool
918
- :param ListBackupDataRequest body: (required)
919
- :return: ListBackupDataResponse
1015
+ :param GetDcBandwidthDailyPeakRequest body: (required)
1016
+ :return: GetDcBandwidthDailyPeakResponse
920
1017
  If the method is called asynchronously,
921
1018
  returns the request thread.
922
1019
  """
923
1020
  kwargs['_return_http_data_only'] = True
924
1021
  if kwargs.get('async_req'):
925
- return self.list_backup_data_with_http_info(body, **kwargs) # noqa: E501
1022
+ return self.get_dc_bandwidth_daily_peak_with_http_info(body, **kwargs) # noqa: E501
926
1023
  else:
927
- (data) = self.list_backup_data_with_http_info(body, **kwargs) # noqa: E501
1024
+ (data) = self.get_dc_bandwidth_daily_peak_with_http_info(body, **kwargs) # noqa: E501
928
1025
  return data
929
1026
 
930
- def list_backup_data_with_http_info(self, body, **kwargs): # noqa: E501
931
- """list_backup_data # noqa: E501
1027
+ def get_dc_bandwidth_daily_peak_with_http_info(self, body, **kwargs): # noqa: E501
1028
+ """get_dc_bandwidth_daily_peak # noqa: E501
932
1029
 
933
1030
  This method makes a synchronous HTTP request by default. To make an
934
1031
  asynchronous HTTP request, please pass async_req=True
935
- >>> thread = api.list_backup_data_with_http_info(body, async_req=True)
1032
+ >>> thread = api.get_dc_bandwidth_daily_peak_with_http_info(body, async_req=True)
936
1033
  >>> result = thread.get()
937
1034
 
938
1035
  :param async_req bool
939
- :param ListBackupDataRequest body: (required)
940
- :return: ListBackupDataResponse
1036
+ :param GetDcBandwidthDailyPeakRequest body: (required)
1037
+ :return: GetDcBandwidthDailyPeakResponse
941
1038
  If the method is called asynchronously,
942
1039
  returns the request thread.
943
1040
  """
@@ -953,14 +1050,14 @@ class ACEPApi(object):
953
1050
  if key not in all_params:
954
1051
  raise TypeError(
955
1052
  "Got an unexpected keyword argument '%s'"
956
- " to method list_backup_data" % key
1053
+ " to method get_dc_bandwidth_daily_peak" % key
957
1054
  )
958
1055
  params[key] = val
959
1056
  del params['kwargs']
960
1057
  # verify the required parameter 'body' is set
961
1058
  if self.api_client.client_side_validation and ('body' not in params or
962
1059
  params['body'] is None): # noqa: E501
963
- raise ValueError("Missing the required parameter `body` when calling `list_backup_data`") # noqa: E501
1060
+ raise ValueError("Missing the required parameter `body` when calling `get_dc_bandwidth_daily_peak`") # noqa: E501
964
1061
 
965
1062
  collection_formats = {}
966
1063
 
@@ -988,14 +1085,14 @@ class ACEPApi(object):
988
1085
  auth_settings = ['volcengineSign'] # noqa: E501
989
1086
 
990
1087
  return self.api_client.call_api(
991
- '/ListBackupData/2025-05-01/acep/post/application_json/', 'POST',
1088
+ '/GetDcBandwidthDailyPeak/2025-05-01/acep/post/application_json/', 'POST',
992
1089
  path_params,
993
1090
  query_params,
994
1091
  header_params,
995
1092
  body=body_params,
996
1093
  post_params=form_params,
997
1094
  files=local_var_files,
998
- response_type='ListBackupDataResponse', # noqa: E501
1095
+ response_type='GetDcBandwidthDailyPeakResponse', # noqa: E501
999
1096
  auth_settings=auth_settings,
1000
1097
  async_req=params.get('async_req'),
1001
1098
  _return_http_data_only=params.get('_return_http_data_only'),
@@ -1003,38 +1100,38 @@ class ACEPApi(object):
1003
1100
  _request_timeout=params.get('_request_timeout'),
1004
1101
  collection_formats=collection_formats)
1005
1102
 
1006
- def list_custom_route(self, body, **kwargs): # noqa: E501
1007
- """list_custom_route # noqa: E501
1103
+ def get_phone_template(self, body, **kwargs): # noqa: E501
1104
+ """get_phone_template # noqa: E501
1008
1105
 
1009
1106
  This method makes a synchronous HTTP request by default. To make an
1010
1107
  asynchronous HTTP request, please pass async_req=True
1011
- >>> thread = api.list_custom_route(body, async_req=True)
1108
+ >>> thread = api.get_phone_template(body, async_req=True)
1012
1109
  >>> result = thread.get()
1013
1110
 
1014
1111
  :param async_req bool
1015
- :param ListCustomRouteRequest body: (required)
1016
- :return: ListCustomRouteResponse
1112
+ :param GetPhoneTemplateRequest body: (required)
1113
+ :return: GetPhoneTemplateResponse
1017
1114
  If the method is called asynchronously,
1018
1115
  returns the request thread.
1019
1116
  """
1020
1117
  kwargs['_return_http_data_only'] = True
1021
1118
  if kwargs.get('async_req'):
1022
- return self.list_custom_route_with_http_info(body, **kwargs) # noqa: E501
1119
+ return self.get_phone_template_with_http_info(body, **kwargs) # noqa: E501
1023
1120
  else:
1024
- (data) = self.list_custom_route_with_http_info(body, **kwargs) # noqa: E501
1121
+ (data) = self.get_phone_template_with_http_info(body, **kwargs) # noqa: E501
1025
1122
  return data
1026
1123
 
1027
- def list_custom_route_with_http_info(self, body, **kwargs): # noqa: E501
1028
- """list_custom_route # noqa: E501
1124
+ def get_phone_template_with_http_info(self, body, **kwargs): # noqa: E501
1125
+ """get_phone_template # noqa: E501
1029
1126
 
1030
1127
  This method makes a synchronous HTTP request by default. To make an
1031
1128
  asynchronous HTTP request, please pass async_req=True
1032
- >>> thread = api.list_custom_route_with_http_info(body, async_req=True)
1129
+ >>> thread = api.get_phone_template_with_http_info(body, async_req=True)
1033
1130
  >>> result = thread.get()
1034
1131
 
1035
1132
  :param async_req bool
1036
- :param ListCustomRouteRequest body: (required)
1037
- :return: ListCustomRouteResponse
1133
+ :param GetPhoneTemplateRequest body: (required)
1134
+ :return: GetPhoneTemplateResponse
1038
1135
  If the method is called asynchronously,
1039
1136
  returns the request thread.
1040
1137
  """
@@ -1050,14 +1147,14 @@ class ACEPApi(object):
1050
1147
  if key not in all_params:
1051
1148
  raise TypeError(
1052
1149
  "Got an unexpected keyword argument '%s'"
1053
- " to method list_custom_route" % key
1150
+ " to method get_phone_template" % key
1054
1151
  )
1055
1152
  params[key] = val
1056
1153
  del params['kwargs']
1057
1154
  # verify the required parameter 'body' is set
1058
1155
  if self.api_client.client_side_validation and ('body' not in params or
1059
1156
  params['body'] is None): # noqa: E501
1060
- raise ValueError("Missing the required parameter `body` when calling `list_custom_route`") # noqa: E501
1157
+ raise ValueError("Missing the required parameter `body` when calling `get_phone_template`") # noqa: E501
1061
1158
 
1062
1159
  collection_formats = {}
1063
1160
 
@@ -1085,14 +1182,14 @@ class ACEPApi(object):
1085
1182
  auth_settings = ['volcengineSign'] # noqa: E501
1086
1183
 
1087
1184
  return self.api_client.call_api(
1088
- '/ListCustomRoute/2025-05-01/acep/post/application_json/', 'POST',
1185
+ '/GetPhoneTemplate/2025-05-01/acep/post/application_json/', 'POST',
1089
1186
  path_params,
1090
1187
  query_params,
1091
1188
  header_params,
1092
1189
  body=body_params,
1093
1190
  post_params=form_params,
1094
1191
  files=local_var_files,
1095
- response_type='ListCustomRouteResponse', # noqa: E501
1192
+ response_type='GetPhoneTemplateResponse', # noqa: E501
1096
1193
  auth_settings=auth_settings,
1097
1194
  async_req=params.get('async_req'),
1098
1195
  _return_http_data_only=params.get('_return_http_data_only'),
@@ -1100,38 +1197,38 @@ class ACEPApi(object):
1100
1197
  _request_timeout=params.get('_request_timeout'),
1101
1198
  collection_formats=collection_formats)
1102
1199
 
1103
- def list_pod(self, body, **kwargs): # noqa: E501
1104
- """list_pod # noqa: E501
1200
+ def list_app(self, body, **kwargs): # noqa: E501
1201
+ """list_app # noqa: E501
1105
1202
 
1106
1203
  This method makes a synchronous HTTP request by default. To make an
1107
1204
  asynchronous HTTP request, please pass async_req=True
1108
- >>> thread = api.list_pod(body, async_req=True)
1205
+ >>> thread = api.list_app(body, async_req=True)
1109
1206
  >>> result = thread.get()
1110
1207
 
1111
1208
  :param async_req bool
1112
- :param ListPodRequest body: (required)
1113
- :return: ListPodResponse
1209
+ :param ListAppRequest body: (required)
1210
+ :return: ListAppResponse
1114
1211
  If the method is called asynchronously,
1115
1212
  returns the request thread.
1116
1213
  """
1117
1214
  kwargs['_return_http_data_only'] = True
1118
1215
  if kwargs.get('async_req'):
1119
- return self.list_pod_with_http_info(body, **kwargs) # noqa: E501
1216
+ return self.list_app_with_http_info(body, **kwargs) # noqa: E501
1120
1217
  else:
1121
- (data) = self.list_pod_with_http_info(body, **kwargs) # noqa: E501
1218
+ (data) = self.list_app_with_http_info(body, **kwargs) # noqa: E501
1122
1219
  return data
1123
1220
 
1124
- def list_pod_with_http_info(self, body, **kwargs): # noqa: E501
1125
- """list_pod # noqa: E501
1221
+ def list_app_with_http_info(self, body, **kwargs): # noqa: E501
1222
+ """list_app # noqa: E501
1126
1223
 
1127
1224
  This method makes a synchronous HTTP request by default. To make an
1128
1225
  asynchronous HTTP request, please pass async_req=True
1129
- >>> thread = api.list_pod_with_http_info(body, async_req=True)
1226
+ >>> thread = api.list_app_with_http_info(body, async_req=True)
1130
1227
  >>> result = thread.get()
1131
1228
 
1132
1229
  :param async_req bool
1133
- :param ListPodRequest body: (required)
1134
- :return: ListPodResponse
1230
+ :param ListAppRequest body: (required)
1231
+ :return: ListAppResponse
1135
1232
  If the method is called asynchronously,
1136
1233
  returns the request thread.
1137
1234
  """
@@ -1147,14 +1244,14 @@ class ACEPApi(object):
1147
1244
  if key not in all_params:
1148
1245
  raise TypeError(
1149
1246
  "Got an unexpected keyword argument '%s'"
1150
- " to method list_pod" % key
1247
+ " to method list_app" % key
1151
1248
  )
1152
1249
  params[key] = val
1153
1250
  del params['kwargs']
1154
1251
  # verify the required parameter 'body' is set
1155
1252
  if self.api_client.client_side_validation and ('body' not in params or
1156
1253
  params['body'] is None): # noqa: E501
1157
- raise ValueError("Missing the required parameter `body` when calling `list_pod`") # noqa: E501
1254
+ raise ValueError("Missing the required parameter `body` when calling `list_app`") # noqa: E501
1158
1255
 
1159
1256
  collection_formats = {}
1160
1257
 
@@ -1182,14 +1279,596 @@ class ACEPApi(object):
1182
1279
  auth_settings = ['volcengineSign'] # noqa: E501
1183
1280
 
1184
1281
  return self.api_client.call_api(
1185
- '/ListPod/2025-05-01/acep/post/application_json/', 'POST',
1282
+ '/ListApp/2025-05-01/acep/post/application_json/', 'POST',
1186
1283
  path_params,
1187
1284
  query_params,
1188
1285
  header_params,
1189
1286
  body=body_params,
1190
1287
  post_params=form_params,
1191
1288
  files=local_var_files,
1192
- response_type='ListPodResponse', # noqa: E501
1289
+ response_type='ListAppResponse', # noqa: E501
1290
+ auth_settings=auth_settings,
1291
+ async_req=params.get('async_req'),
1292
+ _return_http_data_only=params.get('_return_http_data_only'),
1293
+ _preload_content=params.get('_preload_content', True),
1294
+ _request_timeout=params.get('_request_timeout'),
1295
+ collection_formats=collection_formats)
1296
+
1297
+ def list_backup_data(self, body, **kwargs): # noqa: E501
1298
+ """list_backup_data # noqa: E501
1299
+
1300
+ This method makes a synchronous HTTP request by default. To make an
1301
+ asynchronous HTTP request, please pass async_req=True
1302
+ >>> thread = api.list_backup_data(body, async_req=True)
1303
+ >>> result = thread.get()
1304
+
1305
+ :param async_req bool
1306
+ :param ListBackupDataRequest body: (required)
1307
+ :return: ListBackupDataResponse
1308
+ If the method is called asynchronously,
1309
+ returns the request thread.
1310
+ """
1311
+ kwargs['_return_http_data_only'] = True
1312
+ if kwargs.get('async_req'):
1313
+ return self.list_backup_data_with_http_info(body, **kwargs) # noqa: E501
1314
+ else:
1315
+ (data) = self.list_backup_data_with_http_info(body, **kwargs) # noqa: E501
1316
+ return data
1317
+
1318
+ def list_backup_data_with_http_info(self, body, **kwargs): # noqa: E501
1319
+ """list_backup_data # noqa: E501
1320
+
1321
+ This method makes a synchronous HTTP request by default. To make an
1322
+ asynchronous HTTP request, please pass async_req=True
1323
+ >>> thread = api.list_backup_data_with_http_info(body, async_req=True)
1324
+ >>> result = thread.get()
1325
+
1326
+ :param async_req bool
1327
+ :param ListBackupDataRequest body: (required)
1328
+ :return: ListBackupDataResponse
1329
+ If the method is called asynchronously,
1330
+ returns the request thread.
1331
+ """
1332
+
1333
+ all_params = ['body'] # noqa: E501
1334
+ all_params.append('async_req')
1335
+ all_params.append('_return_http_data_only')
1336
+ all_params.append('_preload_content')
1337
+ all_params.append('_request_timeout')
1338
+
1339
+ params = locals()
1340
+ for key, val in six.iteritems(params['kwargs']):
1341
+ if key not in all_params:
1342
+ raise TypeError(
1343
+ "Got an unexpected keyword argument '%s'"
1344
+ " to method list_backup_data" % key
1345
+ )
1346
+ params[key] = val
1347
+ del params['kwargs']
1348
+ # verify the required parameter 'body' is set
1349
+ if self.api_client.client_side_validation and ('body' not in params or
1350
+ params['body'] is None): # noqa: E501
1351
+ raise ValueError("Missing the required parameter `body` when calling `list_backup_data`") # noqa: E501
1352
+
1353
+ collection_formats = {}
1354
+
1355
+ path_params = {}
1356
+
1357
+ query_params = []
1358
+
1359
+ header_params = {}
1360
+
1361
+ form_params = []
1362
+ local_var_files = {}
1363
+
1364
+ body_params = None
1365
+ if 'body' in params:
1366
+ body_params = params['body']
1367
+ # HTTP header `Accept`
1368
+ header_params['Accept'] = self.api_client.select_header_accept(
1369
+ ['application/json']) # noqa: E501
1370
+
1371
+ # HTTP header `Content-Type`
1372
+ header_params['Content-Type'] = self.api_client.select_header_content_type( # noqa: E501
1373
+ ['application/json']) # noqa: E501
1374
+
1375
+ # Authentication setting
1376
+ auth_settings = ['volcengineSign'] # noqa: E501
1377
+
1378
+ return self.api_client.call_api(
1379
+ '/ListBackupData/2025-05-01/acep/post/application_json/', 'POST',
1380
+ path_params,
1381
+ query_params,
1382
+ header_params,
1383
+ body=body_params,
1384
+ post_params=form_params,
1385
+ files=local_var_files,
1386
+ response_type='ListBackupDataResponse', # noqa: E501
1387
+ auth_settings=auth_settings,
1388
+ async_req=params.get('async_req'),
1389
+ _return_http_data_only=params.get('_return_http_data_only'),
1390
+ _preload_content=params.get('_preload_content', True),
1391
+ _request_timeout=params.get('_request_timeout'),
1392
+ collection_formats=collection_formats)
1393
+
1394
+ def list_custom_route(self, body, **kwargs): # noqa: E501
1395
+ """list_custom_route # noqa: E501
1396
+
1397
+ This method makes a synchronous HTTP request by default. To make an
1398
+ asynchronous HTTP request, please pass async_req=True
1399
+ >>> thread = api.list_custom_route(body, async_req=True)
1400
+ >>> result = thread.get()
1401
+
1402
+ :param async_req bool
1403
+ :param ListCustomRouteRequest body: (required)
1404
+ :return: ListCustomRouteResponse
1405
+ If the method is called asynchronously,
1406
+ returns the request thread.
1407
+ """
1408
+ kwargs['_return_http_data_only'] = True
1409
+ if kwargs.get('async_req'):
1410
+ return self.list_custom_route_with_http_info(body, **kwargs) # noqa: E501
1411
+ else:
1412
+ (data) = self.list_custom_route_with_http_info(body, **kwargs) # noqa: E501
1413
+ return data
1414
+
1415
+ def list_custom_route_with_http_info(self, body, **kwargs): # noqa: E501
1416
+ """list_custom_route # noqa: E501
1417
+
1418
+ This method makes a synchronous HTTP request by default. To make an
1419
+ asynchronous HTTP request, please pass async_req=True
1420
+ >>> thread = api.list_custom_route_with_http_info(body, async_req=True)
1421
+ >>> result = thread.get()
1422
+
1423
+ :param async_req bool
1424
+ :param ListCustomRouteRequest body: (required)
1425
+ :return: ListCustomRouteResponse
1426
+ If the method is called asynchronously,
1427
+ returns the request thread.
1428
+ """
1429
+
1430
+ all_params = ['body'] # noqa: E501
1431
+ all_params.append('async_req')
1432
+ all_params.append('_return_http_data_only')
1433
+ all_params.append('_preload_content')
1434
+ all_params.append('_request_timeout')
1435
+
1436
+ params = locals()
1437
+ for key, val in six.iteritems(params['kwargs']):
1438
+ if key not in all_params:
1439
+ raise TypeError(
1440
+ "Got an unexpected keyword argument '%s'"
1441
+ " to method list_custom_route" % key
1442
+ )
1443
+ params[key] = val
1444
+ del params['kwargs']
1445
+ # verify the required parameter 'body' is set
1446
+ if self.api_client.client_side_validation and ('body' not in params or
1447
+ params['body'] is None): # noqa: E501
1448
+ raise ValueError("Missing the required parameter `body` when calling `list_custom_route`") # noqa: E501
1449
+
1450
+ collection_formats = {}
1451
+
1452
+ path_params = {}
1453
+
1454
+ query_params = []
1455
+
1456
+ header_params = {}
1457
+
1458
+ form_params = []
1459
+ local_var_files = {}
1460
+
1461
+ body_params = None
1462
+ if 'body' in params:
1463
+ body_params = params['body']
1464
+ # HTTP header `Accept`
1465
+ header_params['Accept'] = self.api_client.select_header_accept(
1466
+ ['application/json']) # noqa: E501
1467
+
1468
+ # HTTP header `Content-Type`
1469
+ header_params['Content-Type'] = self.api_client.select_header_content_type( # noqa: E501
1470
+ ['application/json']) # noqa: E501
1471
+
1472
+ # Authentication setting
1473
+ auth_settings = ['volcengineSign'] # noqa: E501
1474
+
1475
+ return self.api_client.call_api(
1476
+ '/ListCustomRoute/2025-05-01/acep/post/application_json/', 'POST',
1477
+ path_params,
1478
+ query_params,
1479
+ header_params,
1480
+ body=body_params,
1481
+ post_params=form_params,
1482
+ files=local_var_files,
1483
+ response_type='ListCustomRouteResponse', # noqa: E501
1484
+ auth_settings=auth_settings,
1485
+ async_req=params.get('async_req'),
1486
+ _return_http_data_only=params.get('_return_http_data_only'),
1487
+ _preload_content=params.get('_preload_content', True),
1488
+ _request_timeout=params.get('_request_timeout'),
1489
+ collection_formats=collection_formats)
1490
+
1491
+ def list_phone_template(self, body, **kwargs): # noqa: E501
1492
+ """list_phone_template # noqa: E501
1493
+
1494
+ This method makes a synchronous HTTP request by default. To make an
1495
+ asynchronous HTTP request, please pass async_req=True
1496
+ >>> thread = api.list_phone_template(body, async_req=True)
1497
+ >>> result = thread.get()
1498
+
1499
+ :param async_req bool
1500
+ :param ListPhoneTemplateRequest body: (required)
1501
+ :return: ListPhoneTemplateResponse
1502
+ If the method is called asynchronously,
1503
+ returns the request thread.
1504
+ """
1505
+ kwargs['_return_http_data_only'] = True
1506
+ if kwargs.get('async_req'):
1507
+ return self.list_phone_template_with_http_info(body, **kwargs) # noqa: E501
1508
+ else:
1509
+ (data) = self.list_phone_template_with_http_info(body, **kwargs) # noqa: E501
1510
+ return data
1511
+
1512
+ def list_phone_template_with_http_info(self, body, **kwargs): # noqa: E501
1513
+ """list_phone_template # noqa: E501
1514
+
1515
+ This method makes a synchronous HTTP request by default. To make an
1516
+ asynchronous HTTP request, please pass async_req=True
1517
+ >>> thread = api.list_phone_template_with_http_info(body, async_req=True)
1518
+ >>> result = thread.get()
1519
+
1520
+ :param async_req bool
1521
+ :param ListPhoneTemplateRequest body: (required)
1522
+ :return: ListPhoneTemplateResponse
1523
+ If the method is called asynchronously,
1524
+ returns the request thread.
1525
+ """
1526
+
1527
+ all_params = ['body'] # noqa: E501
1528
+ all_params.append('async_req')
1529
+ all_params.append('_return_http_data_only')
1530
+ all_params.append('_preload_content')
1531
+ all_params.append('_request_timeout')
1532
+
1533
+ params = locals()
1534
+ for key, val in six.iteritems(params['kwargs']):
1535
+ if key not in all_params:
1536
+ raise TypeError(
1537
+ "Got an unexpected keyword argument '%s'"
1538
+ " to method list_phone_template" % key
1539
+ )
1540
+ params[key] = val
1541
+ del params['kwargs']
1542
+ # verify the required parameter 'body' is set
1543
+ if self.api_client.client_side_validation and ('body' not in params or
1544
+ params['body'] is None): # noqa: E501
1545
+ raise ValueError("Missing the required parameter `body` when calling `list_phone_template`") # noqa: E501
1546
+
1547
+ collection_formats = {}
1548
+
1549
+ path_params = {}
1550
+
1551
+ query_params = []
1552
+
1553
+ header_params = {}
1554
+
1555
+ form_params = []
1556
+ local_var_files = {}
1557
+
1558
+ body_params = None
1559
+ if 'body' in params:
1560
+ body_params = params['body']
1561
+ # HTTP header `Accept`
1562
+ header_params['Accept'] = self.api_client.select_header_accept(
1563
+ ['application/json']) # noqa: E501
1564
+
1565
+ # HTTP header `Content-Type`
1566
+ header_params['Content-Type'] = self.api_client.select_header_content_type( # noqa: E501
1567
+ ['application/json']) # noqa: E501
1568
+
1569
+ # Authentication setting
1570
+ auth_settings = ['volcengineSign'] # noqa: E501
1571
+
1572
+ return self.api_client.call_api(
1573
+ '/ListPhoneTemplate/2025-05-01/acep/post/application_json/', 'POST',
1574
+ path_params,
1575
+ query_params,
1576
+ header_params,
1577
+ body=body_params,
1578
+ post_params=form_params,
1579
+ files=local_var_files,
1580
+ response_type='ListPhoneTemplateResponse', # noqa: E501
1581
+ auth_settings=auth_settings,
1582
+ async_req=params.get('async_req'),
1583
+ _return_http_data_only=params.get('_return_http_data_only'),
1584
+ _preload_content=params.get('_preload_content', True),
1585
+ _request_timeout=params.get('_request_timeout'),
1586
+ collection_formats=collection_formats)
1587
+
1588
+ def list_pod(self, body, **kwargs): # noqa: E501
1589
+ """list_pod # noqa: E501
1590
+
1591
+ This method makes a synchronous HTTP request by default. To make an
1592
+ asynchronous HTTP request, please pass async_req=True
1593
+ >>> thread = api.list_pod(body, async_req=True)
1594
+ >>> result = thread.get()
1595
+
1596
+ :param async_req bool
1597
+ :param ListPodRequest body: (required)
1598
+ :return: ListPodResponse
1599
+ If the method is called asynchronously,
1600
+ returns the request thread.
1601
+ """
1602
+ kwargs['_return_http_data_only'] = True
1603
+ if kwargs.get('async_req'):
1604
+ return self.list_pod_with_http_info(body, **kwargs) # noqa: E501
1605
+ else:
1606
+ (data) = self.list_pod_with_http_info(body, **kwargs) # noqa: E501
1607
+ return data
1608
+
1609
+ def list_pod_with_http_info(self, body, **kwargs): # noqa: E501
1610
+ """list_pod # noqa: E501
1611
+
1612
+ This method makes a synchronous HTTP request by default. To make an
1613
+ asynchronous HTTP request, please pass async_req=True
1614
+ >>> thread = api.list_pod_with_http_info(body, async_req=True)
1615
+ >>> result = thread.get()
1616
+
1617
+ :param async_req bool
1618
+ :param ListPodRequest body: (required)
1619
+ :return: ListPodResponse
1620
+ If the method is called asynchronously,
1621
+ returns the request thread.
1622
+ """
1623
+
1624
+ all_params = ['body'] # noqa: E501
1625
+ all_params.append('async_req')
1626
+ all_params.append('_return_http_data_only')
1627
+ all_params.append('_preload_content')
1628
+ all_params.append('_request_timeout')
1629
+
1630
+ params = locals()
1631
+ for key, val in six.iteritems(params['kwargs']):
1632
+ if key not in all_params:
1633
+ raise TypeError(
1634
+ "Got an unexpected keyword argument '%s'"
1635
+ " to method list_pod" % key
1636
+ )
1637
+ params[key] = val
1638
+ del params['kwargs']
1639
+ # verify the required parameter 'body' is set
1640
+ if self.api_client.client_side_validation and ('body' not in params or
1641
+ params['body'] is None): # noqa: E501
1642
+ raise ValueError("Missing the required parameter `body` when calling `list_pod`") # noqa: E501
1643
+
1644
+ collection_formats = {}
1645
+
1646
+ path_params = {}
1647
+
1648
+ query_params = []
1649
+
1650
+ header_params = {}
1651
+
1652
+ form_params = []
1653
+ local_var_files = {}
1654
+
1655
+ body_params = None
1656
+ if 'body' in params:
1657
+ body_params = params['body']
1658
+ # HTTP header `Accept`
1659
+ header_params['Accept'] = self.api_client.select_header_accept(
1660
+ ['application/json']) # noqa: E501
1661
+
1662
+ # HTTP header `Content-Type`
1663
+ header_params['Content-Type'] = self.api_client.select_header_content_type( # noqa: E501
1664
+ ['application/json']) # noqa: E501
1665
+
1666
+ # Authentication setting
1667
+ auth_settings = ['volcengineSign'] # noqa: E501
1668
+
1669
+ return self.api_client.call_api(
1670
+ '/ListPod/2025-05-01/acep/post/application_json/', 'POST',
1671
+ path_params,
1672
+ query_params,
1673
+ header_params,
1674
+ body=body_params,
1675
+ post_params=form_params,
1676
+ files=local_var_files,
1677
+ response_type='ListPodResponse', # noqa: E501
1678
+ auth_settings=auth_settings,
1679
+ async_req=params.get('async_req'),
1680
+ _return_http_data_only=params.get('_return_http_data_only'),
1681
+ _preload_content=params.get('_preload_content', True),
1682
+ _request_timeout=params.get('_request_timeout'),
1683
+ collection_formats=collection_formats)
1684
+
1685
+ def migrate_pod(self, body, **kwargs): # noqa: E501
1686
+ """migrate_pod # noqa: E501
1687
+
1688
+ This method makes a synchronous HTTP request by default. To make an
1689
+ asynchronous HTTP request, please pass async_req=True
1690
+ >>> thread = api.migrate_pod(body, async_req=True)
1691
+ >>> result = thread.get()
1692
+
1693
+ :param async_req bool
1694
+ :param MigratePodRequest body: (required)
1695
+ :return: MigratePodResponse
1696
+ If the method is called asynchronously,
1697
+ returns the request thread.
1698
+ """
1699
+ kwargs['_return_http_data_only'] = True
1700
+ if kwargs.get('async_req'):
1701
+ return self.migrate_pod_with_http_info(body, **kwargs) # noqa: E501
1702
+ else:
1703
+ (data) = self.migrate_pod_with_http_info(body, **kwargs) # noqa: E501
1704
+ return data
1705
+
1706
+ def migrate_pod_with_http_info(self, body, **kwargs): # noqa: E501
1707
+ """migrate_pod # noqa: E501
1708
+
1709
+ This method makes a synchronous HTTP request by default. To make an
1710
+ asynchronous HTTP request, please pass async_req=True
1711
+ >>> thread = api.migrate_pod_with_http_info(body, async_req=True)
1712
+ >>> result = thread.get()
1713
+
1714
+ :param async_req bool
1715
+ :param MigratePodRequest body: (required)
1716
+ :return: MigratePodResponse
1717
+ If the method is called asynchronously,
1718
+ returns the request thread.
1719
+ """
1720
+
1721
+ all_params = ['body'] # noqa: E501
1722
+ all_params.append('async_req')
1723
+ all_params.append('_return_http_data_only')
1724
+ all_params.append('_preload_content')
1725
+ all_params.append('_request_timeout')
1726
+
1727
+ params = locals()
1728
+ for key, val in six.iteritems(params['kwargs']):
1729
+ if key not in all_params:
1730
+ raise TypeError(
1731
+ "Got an unexpected keyword argument '%s'"
1732
+ " to method migrate_pod" % key
1733
+ )
1734
+ params[key] = val
1735
+ del params['kwargs']
1736
+ # verify the required parameter 'body' is set
1737
+ if self.api_client.client_side_validation and ('body' not in params or
1738
+ params['body'] is None): # noqa: E501
1739
+ raise ValueError("Missing the required parameter `body` when calling `migrate_pod`") # noqa: E501
1740
+
1741
+ collection_formats = {}
1742
+
1743
+ path_params = {}
1744
+
1745
+ query_params = []
1746
+
1747
+ header_params = {}
1748
+
1749
+ form_params = []
1750
+ local_var_files = {}
1751
+
1752
+ body_params = None
1753
+ if 'body' in params:
1754
+ body_params = params['body']
1755
+ # HTTP header `Accept`
1756
+ header_params['Accept'] = self.api_client.select_header_accept(
1757
+ ['application/json']) # noqa: E501
1758
+
1759
+ # HTTP header `Content-Type`
1760
+ header_params['Content-Type'] = self.api_client.select_header_content_type( # noqa: E501
1761
+ ['application/json']) # noqa: E501
1762
+
1763
+ # Authentication setting
1764
+ auth_settings = ['volcengineSign'] # noqa: E501
1765
+
1766
+ return self.api_client.call_api(
1767
+ '/MigratePod/2025-05-01/acep/post/application_json/', 'POST',
1768
+ path_params,
1769
+ query_params,
1770
+ header_params,
1771
+ body=body_params,
1772
+ post_params=form_params,
1773
+ files=local_var_files,
1774
+ response_type='MigratePodResponse', # noqa: E501
1775
+ auth_settings=auth_settings,
1776
+ async_req=params.get('async_req'),
1777
+ _return_http_data_only=params.get('_return_http_data_only'),
1778
+ _preload_content=params.get('_preload_content', True),
1779
+ _request_timeout=params.get('_request_timeout'),
1780
+ collection_formats=collection_formats)
1781
+
1782
+ def remove_phone_template(self, body, **kwargs): # noqa: E501
1783
+ """remove_phone_template # noqa: E501
1784
+
1785
+ This method makes a synchronous HTTP request by default. To make an
1786
+ asynchronous HTTP request, please pass async_req=True
1787
+ >>> thread = api.remove_phone_template(body, async_req=True)
1788
+ >>> result = thread.get()
1789
+
1790
+ :param async_req bool
1791
+ :param RemovePhoneTemplateRequest body: (required)
1792
+ :return: RemovePhoneTemplateResponse
1793
+ If the method is called asynchronously,
1794
+ returns the request thread.
1795
+ """
1796
+ kwargs['_return_http_data_only'] = True
1797
+ if kwargs.get('async_req'):
1798
+ return self.remove_phone_template_with_http_info(body, **kwargs) # noqa: E501
1799
+ else:
1800
+ (data) = self.remove_phone_template_with_http_info(body, **kwargs) # noqa: E501
1801
+ return data
1802
+
1803
+ def remove_phone_template_with_http_info(self, body, **kwargs): # noqa: E501
1804
+ """remove_phone_template # noqa: E501
1805
+
1806
+ This method makes a synchronous HTTP request by default. To make an
1807
+ asynchronous HTTP request, please pass async_req=True
1808
+ >>> thread = api.remove_phone_template_with_http_info(body, async_req=True)
1809
+ >>> result = thread.get()
1810
+
1811
+ :param async_req bool
1812
+ :param RemovePhoneTemplateRequest body: (required)
1813
+ :return: RemovePhoneTemplateResponse
1814
+ If the method is called asynchronously,
1815
+ returns the request thread.
1816
+ """
1817
+
1818
+ all_params = ['body'] # noqa: E501
1819
+ all_params.append('async_req')
1820
+ all_params.append('_return_http_data_only')
1821
+ all_params.append('_preload_content')
1822
+ all_params.append('_request_timeout')
1823
+
1824
+ params = locals()
1825
+ for key, val in six.iteritems(params['kwargs']):
1826
+ if key not in all_params:
1827
+ raise TypeError(
1828
+ "Got an unexpected keyword argument '%s'"
1829
+ " to method remove_phone_template" % key
1830
+ )
1831
+ params[key] = val
1832
+ del params['kwargs']
1833
+ # verify the required parameter 'body' is set
1834
+ if self.api_client.client_side_validation and ('body' not in params or
1835
+ params['body'] is None): # noqa: E501
1836
+ raise ValueError("Missing the required parameter `body` when calling `remove_phone_template`") # noqa: E501
1837
+
1838
+ collection_formats = {}
1839
+
1840
+ path_params = {}
1841
+
1842
+ query_params = []
1843
+
1844
+ header_params = {}
1845
+
1846
+ form_params = []
1847
+ local_var_files = {}
1848
+
1849
+ body_params = None
1850
+ if 'body' in params:
1851
+ body_params = params['body']
1852
+ # HTTP header `Accept`
1853
+ header_params['Accept'] = self.api_client.select_header_accept(
1854
+ ['application/json']) # noqa: E501
1855
+
1856
+ # HTTP header `Content-Type`
1857
+ header_params['Content-Type'] = self.api_client.select_header_content_type( # noqa: E501
1858
+ ['application/json']) # noqa: E501
1859
+
1860
+ # Authentication setting
1861
+ auth_settings = ['volcengineSign'] # noqa: E501
1862
+
1863
+ return self.api_client.call_api(
1864
+ '/RemovePhoneTemplate/2025-05-01/acep/post/application_json/', 'POST',
1865
+ path_params,
1866
+ query_params,
1867
+ header_params,
1868
+ body=body_params,
1869
+ post_params=form_params,
1870
+ files=local_var_files,
1871
+ response_type='RemovePhoneTemplateResponse', # noqa: E501
1193
1872
  auth_settings=auth_settings,
1194
1873
  async_req=params.get('async_req'),
1195
1874
  _return_http_data_only=params.get('_return_http_data_only'),
@@ -1197,38 +1876,38 @@ class ACEPApi(object):
1197
1876
  _request_timeout=params.get('_request_timeout'),
1198
1877
  collection_formats=collection_formats)
1199
1878
 
1200
- def migrate_pod(self, body, **kwargs): # noqa: E501
1201
- """migrate_pod # noqa: E501
1879
+ def reset_pod(self, body, **kwargs): # noqa: E501
1880
+ """reset_pod # noqa: E501
1202
1881
 
1203
1882
  This method makes a synchronous HTTP request by default. To make an
1204
1883
  asynchronous HTTP request, please pass async_req=True
1205
- >>> thread = api.migrate_pod(body, async_req=True)
1884
+ >>> thread = api.reset_pod(body, async_req=True)
1206
1885
  >>> result = thread.get()
1207
1886
 
1208
1887
  :param async_req bool
1209
- :param MigratePodRequest body: (required)
1210
- :return: MigratePodResponse
1888
+ :param ResetPodRequest body: (required)
1889
+ :return: ResetPodResponse
1211
1890
  If the method is called asynchronously,
1212
1891
  returns the request thread.
1213
1892
  """
1214
1893
  kwargs['_return_http_data_only'] = True
1215
1894
  if kwargs.get('async_req'):
1216
- return self.migrate_pod_with_http_info(body, **kwargs) # noqa: E501
1895
+ return self.reset_pod_with_http_info(body, **kwargs) # noqa: E501
1217
1896
  else:
1218
- (data) = self.migrate_pod_with_http_info(body, **kwargs) # noqa: E501
1897
+ (data) = self.reset_pod_with_http_info(body, **kwargs) # noqa: E501
1219
1898
  return data
1220
1899
 
1221
- def migrate_pod_with_http_info(self, body, **kwargs): # noqa: E501
1222
- """migrate_pod # noqa: E501
1900
+ def reset_pod_with_http_info(self, body, **kwargs): # noqa: E501
1901
+ """reset_pod # noqa: E501
1223
1902
 
1224
1903
  This method makes a synchronous HTTP request by default. To make an
1225
1904
  asynchronous HTTP request, please pass async_req=True
1226
- >>> thread = api.migrate_pod_with_http_info(body, async_req=True)
1905
+ >>> thread = api.reset_pod_with_http_info(body, async_req=True)
1227
1906
  >>> result = thread.get()
1228
1907
 
1229
1908
  :param async_req bool
1230
- :param MigratePodRequest body: (required)
1231
- :return: MigratePodResponse
1909
+ :param ResetPodRequest body: (required)
1910
+ :return: ResetPodResponse
1232
1911
  If the method is called asynchronously,
1233
1912
  returns the request thread.
1234
1913
  """
@@ -1244,14 +1923,14 @@ class ACEPApi(object):
1244
1923
  if key not in all_params:
1245
1924
  raise TypeError(
1246
1925
  "Got an unexpected keyword argument '%s'"
1247
- " to method migrate_pod" % key
1926
+ " to method reset_pod" % key
1248
1927
  )
1249
1928
  params[key] = val
1250
1929
  del params['kwargs']
1251
1930
  # verify the required parameter 'body' is set
1252
1931
  if self.api_client.client_side_validation and ('body' not in params or
1253
1932
  params['body'] is None): # noqa: E501
1254
- raise ValueError("Missing the required parameter `body` when calling `migrate_pod`") # noqa: E501
1933
+ raise ValueError("Missing the required parameter `body` when calling `reset_pod`") # noqa: E501
1255
1934
 
1256
1935
  collection_formats = {}
1257
1936
 
@@ -1279,14 +1958,14 @@ class ACEPApi(object):
1279
1958
  auth_settings = ['volcengineSign'] # noqa: E501
1280
1959
 
1281
1960
  return self.api_client.call_api(
1282
- '/MigratePod/2025-05-01/acep/post/application_json/', 'POST',
1961
+ '/ResetPod/2025-05-01/acep/post/application_json/', 'POST',
1283
1962
  path_params,
1284
1963
  query_params,
1285
1964
  header_params,
1286
1965
  body=body_params,
1287
1966
  post_params=form_params,
1288
1967
  files=local_var_files,
1289
- response_type='MigratePodResponse', # noqa: E501
1968
+ response_type='ResetPodResponse', # noqa: E501
1290
1969
  auth_settings=auth_settings,
1291
1970
  async_req=params.get('async_req'),
1292
1971
  _return_http_data_only=params.get('_return_http_data_only'),
@@ -1778,3 +2457,197 @@ class ACEPApi(object):
1778
2457
  _preload_content=params.get('_preload_content', True),
1779
2458
  _request_timeout=params.get('_request_timeout'),
1780
2459
  collection_formats=collection_formats)
2460
+
2461
+ def update_phone_template(self, body, **kwargs): # noqa: E501
2462
+ """update_phone_template # noqa: E501
2463
+
2464
+ This method makes a synchronous HTTP request by default. To make an
2465
+ asynchronous HTTP request, please pass async_req=True
2466
+ >>> thread = api.update_phone_template(body, async_req=True)
2467
+ >>> result = thread.get()
2468
+
2469
+ :param async_req bool
2470
+ :param UpdatePhoneTemplateRequest body: (required)
2471
+ :return: UpdatePhoneTemplateResponse
2472
+ If the method is called asynchronously,
2473
+ returns the request thread.
2474
+ """
2475
+ kwargs['_return_http_data_only'] = True
2476
+ if kwargs.get('async_req'):
2477
+ return self.update_phone_template_with_http_info(body, **kwargs) # noqa: E501
2478
+ else:
2479
+ (data) = self.update_phone_template_with_http_info(body, **kwargs) # noqa: E501
2480
+ return data
2481
+
2482
+ def update_phone_template_with_http_info(self, body, **kwargs): # noqa: E501
2483
+ """update_phone_template # noqa: E501
2484
+
2485
+ This method makes a synchronous HTTP request by default. To make an
2486
+ asynchronous HTTP request, please pass async_req=True
2487
+ >>> thread = api.update_phone_template_with_http_info(body, async_req=True)
2488
+ >>> result = thread.get()
2489
+
2490
+ :param async_req bool
2491
+ :param UpdatePhoneTemplateRequest body: (required)
2492
+ :return: UpdatePhoneTemplateResponse
2493
+ If the method is called asynchronously,
2494
+ returns the request thread.
2495
+ """
2496
+
2497
+ all_params = ['body'] # noqa: E501
2498
+ all_params.append('async_req')
2499
+ all_params.append('_return_http_data_only')
2500
+ all_params.append('_preload_content')
2501
+ all_params.append('_request_timeout')
2502
+
2503
+ params = locals()
2504
+ for key, val in six.iteritems(params['kwargs']):
2505
+ if key not in all_params:
2506
+ raise TypeError(
2507
+ "Got an unexpected keyword argument '%s'"
2508
+ " to method update_phone_template" % key
2509
+ )
2510
+ params[key] = val
2511
+ del params['kwargs']
2512
+ # verify the required parameter 'body' is set
2513
+ if self.api_client.client_side_validation and ('body' not in params or
2514
+ params['body'] is None): # noqa: E501
2515
+ raise ValueError("Missing the required parameter `body` when calling `update_phone_template`") # noqa: E501
2516
+
2517
+ collection_formats = {}
2518
+
2519
+ path_params = {}
2520
+
2521
+ query_params = []
2522
+
2523
+ header_params = {}
2524
+
2525
+ form_params = []
2526
+ local_var_files = {}
2527
+
2528
+ body_params = None
2529
+ if 'body' in params:
2530
+ body_params = params['body']
2531
+ # HTTP header `Accept`
2532
+ header_params['Accept'] = self.api_client.select_header_accept(
2533
+ ['application/json']) # noqa: E501
2534
+
2535
+ # HTTP header `Content-Type`
2536
+ header_params['Content-Type'] = self.api_client.select_header_content_type( # noqa: E501
2537
+ ['application/json']) # noqa: E501
2538
+
2539
+ # Authentication setting
2540
+ auth_settings = ['volcengineSign'] # noqa: E501
2541
+
2542
+ return self.api_client.call_api(
2543
+ '/UpdatePhoneTemplate/2025-05-01/acep/post/application_json/', 'POST',
2544
+ path_params,
2545
+ query_params,
2546
+ header_params,
2547
+ body=body_params,
2548
+ post_params=form_params,
2549
+ files=local_var_files,
2550
+ response_type='UpdatePhoneTemplateResponse', # noqa: E501
2551
+ auth_settings=auth_settings,
2552
+ async_req=params.get('async_req'),
2553
+ _return_http_data_only=params.get('_return_http_data_only'),
2554
+ _preload_content=params.get('_preload_content', True),
2555
+ _request_timeout=params.get('_request_timeout'),
2556
+ collection_formats=collection_formats)
2557
+
2558
+ def update_pod_property(self, body, **kwargs): # noqa: E501
2559
+ """update_pod_property # noqa: E501
2560
+
2561
+ This method makes a synchronous HTTP request by default. To make an
2562
+ asynchronous HTTP request, please pass async_req=True
2563
+ >>> thread = api.update_pod_property(body, async_req=True)
2564
+ >>> result = thread.get()
2565
+
2566
+ :param async_req bool
2567
+ :param UpdatePodPropertyRequest body: (required)
2568
+ :return: UpdatePodPropertyResponse
2569
+ If the method is called asynchronously,
2570
+ returns the request thread.
2571
+ """
2572
+ kwargs['_return_http_data_only'] = True
2573
+ if kwargs.get('async_req'):
2574
+ return self.update_pod_property_with_http_info(body, **kwargs) # noqa: E501
2575
+ else:
2576
+ (data) = self.update_pod_property_with_http_info(body, **kwargs) # noqa: E501
2577
+ return data
2578
+
2579
+ def update_pod_property_with_http_info(self, body, **kwargs): # noqa: E501
2580
+ """update_pod_property # noqa: E501
2581
+
2582
+ This method makes a synchronous HTTP request by default. To make an
2583
+ asynchronous HTTP request, please pass async_req=True
2584
+ >>> thread = api.update_pod_property_with_http_info(body, async_req=True)
2585
+ >>> result = thread.get()
2586
+
2587
+ :param async_req bool
2588
+ :param UpdatePodPropertyRequest body: (required)
2589
+ :return: UpdatePodPropertyResponse
2590
+ If the method is called asynchronously,
2591
+ returns the request thread.
2592
+ """
2593
+
2594
+ all_params = ['body'] # noqa: E501
2595
+ all_params.append('async_req')
2596
+ all_params.append('_return_http_data_only')
2597
+ all_params.append('_preload_content')
2598
+ all_params.append('_request_timeout')
2599
+
2600
+ params = locals()
2601
+ for key, val in six.iteritems(params['kwargs']):
2602
+ if key not in all_params:
2603
+ raise TypeError(
2604
+ "Got an unexpected keyword argument '%s'"
2605
+ " to method update_pod_property" % key
2606
+ )
2607
+ params[key] = val
2608
+ del params['kwargs']
2609
+ # verify the required parameter 'body' is set
2610
+ if self.api_client.client_side_validation and ('body' not in params or
2611
+ params['body'] is None): # noqa: E501
2612
+ raise ValueError("Missing the required parameter `body` when calling `update_pod_property`") # noqa: E501
2613
+
2614
+ collection_formats = {}
2615
+
2616
+ path_params = {}
2617
+
2618
+ query_params = []
2619
+
2620
+ header_params = {}
2621
+
2622
+ form_params = []
2623
+ local_var_files = {}
2624
+
2625
+ body_params = None
2626
+ if 'body' in params:
2627
+ body_params = params['body']
2628
+ # HTTP header `Accept`
2629
+ header_params['Accept'] = self.api_client.select_header_accept(
2630
+ ['application/json']) # noqa: E501
2631
+
2632
+ # HTTP header `Content-Type`
2633
+ header_params['Content-Type'] = self.api_client.select_header_content_type( # noqa: E501
2634
+ ['application/json']) # noqa: E501
2635
+
2636
+ # Authentication setting
2637
+ auth_settings = ['volcengineSign'] # noqa: E501
2638
+
2639
+ return self.api_client.call_api(
2640
+ '/UpdatePodProperty/2025-05-01/acep/post/application_json/', 'POST',
2641
+ path_params,
2642
+ query_params,
2643
+ header_params,
2644
+ body=body_params,
2645
+ post_params=form_params,
2646
+ files=local_var_files,
2647
+ response_type='UpdatePodPropertyResponse', # noqa: E501
2648
+ auth_settings=auth_settings,
2649
+ async_req=params.get('async_req'),
2650
+ _return_http_data_only=params.get('_return_http_data_only'),
2651
+ _preload_content=params.get('_preload_content', True),
2652
+ _request_timeout=params.get('_request_timeout'),
2653
+ collection_formats=collection_formats)