弹性云服务器 ECS-地域推荐:请求示例

时间:2025-02-12 15:02:28

请求示例

设置对云服务器资源供给的地域和规格推荐,vCPU范围为2~8,内存范围为4096 MiB~8192 MiB;推荐结果对每个可用区下的每个规格打分,推荐策略为成本策略,接受推荐的区域为“region1”。

POST https://{endpoint}/v1/{domain_id}/recommendations/ecs-supply{    "flavor_constraint": {        "flavor_requirements": [{            "vcpu_count": {                "max": 8,                "min": 2            },            "memory_mb": {                "max": 8192,                "min": 4096            }        }]    },    "option": {        "result_granularity": "BY_FLAVOR_AND_AZ"    },    "strategy": "COST",    "locations": [{        "region_id": "region1"    }]}
support.huaweicloud.com/api-ecs/ecs_02_1901.html