应用管理与运维平台 SERVICESTAGE-修改环境资源:请求示例
时间:2025-05-23 18:50:58
请求示例
修改环境资源,添加名称为ecs-9876的E CS 基础资源、专业版CSE可选资源,移除名称为test的ECS资源。
{ "add_base_resources": [ { "id": "ed2f3420-7031-4d93-b92b-e360cd4acf9e", "type": "ecs", "name": "ecs-9876" } ], "add_optional_resources": [ { "id": "default", "type": "cse", "name": "Cloud Service Engine" } ], "remove_resources": [ { "id": "523498f1-36c4-11eb-ae36-0255ac1000c2", "name": "test", "type": "ecs" } ] }
support.huaweicloud.com/api-servicestage/servicestage_06_0028.html