路网数字化服务 DRIS-修改应用版本:请求示例

时间:2025-01-26 10:44:24

请求示例

PUT https://{endpoint}/v1/{project_id}/v2x-edge-apps/{edge_app_id}/versions/{version}Content-Type:application/jsonX-Auth-Token:********Instance-Id:********{  "description" : "this is a test app version",  "container_settings" : {    "configs" : {      "privileged" : false,      "host_network" : true,      "restart_policy" : "Never"    },    "image_url" : "example.com/huawei/edge:1.0.0",    "volumes" : [ {      "name" : "newconfig",      "destination" : "newDestination",      "source" : "/user"    } ]  }}
support.huaweicloud.com/api-v2x/v2x_04_0102.html