云连接 CC-创建带宽包实例:请求示例

时间:2023-11-01 16:23:05

请求示例

创建一个带宽包实例,带宽值为5M,并指定带宽包的本端大区和远端大区

POST https://{cc_endpoint}/v3/{domain_id}/ccaas/bandwidth-packages{  "bandwidth_package" : {    "project_id" : "XXX",    "name" : "test_bwp_name",    "local_area_id" : "Chinese-Mainland",    "remote_area_id" : "Chinese-Mainland",    "bandwidth" : 5,    "charge_mode" : "bandwidth",    "billing_mode" : 3,    "interflow_mode" : "Area",    "enterprise_project_id" : "0"  }}
support.huaweicloud.com/api-cc/CreateBandwidthPackage.html