CODEARTS IDE ONLINE-外部第三方集成商创建IDE实例:请求示例

时间:2024-11-08 11:07:05

请求示例

创建名为“testjava”、Java技术栈、CPU规格为“2U4G”、PVC规则为“5GB”、自动休眠时长为30分钟、不在页面显示,用户ID和租户ID为“test”的实例。

POST https://{endpoint}/v2/instances

{
  "instance_name" : "testjava",
  "stack_id" : "java",
  "description" : "",
  "cpu_memory" : "2U4G",
  "pvc_quantity" : "5GB",
  "refresh_time" : "30",
  "is_temporary" : false,
  "instance_user_id" : "test",
  "instance_user_domain_id" : "test"
}
support.huaweicloud.com/api-cloudide/CreateInstanceBy3rd.html