数据库安全服务 DBSS-包年包月计费模式创建审计实例:请求参数
请求参数
参数 |
是否必选 |
参数类型 |
描述 |
---|---|---|---|
X-Auth-Token |
是 |
String |
用户Token。 通过调用 IAM 服务查询用户Token接口获取(响应消息头中X-Subject-Token的值)。 |
参数 |
是否必选 |
参数类型 |
描述 |
---|---|---|---|
name |
是 |
String |
实例名称。取值范围:
|
flavor_ref |
是 |
String |
云服务器使用的规格ID |
vpc_id |
是 |
String |
虚拟私有云的ID |
availability_zone |
是 |
String |
云服务器对应可用分区信息。(两个主备分区,中间用“,”分割,例如az1.dc1,az2.dc2)。 |
enterprise_project_id |
否 |
String |
企业项目ID。对接EPS必输。 |
nics |
是 |
Array of nics objects |
云服务器对应的网卡信息 |
security_groups |
是 |
Array of security_groups objects |
云服务器对应安全组信息 |
comment |
否 |
String |
备注信息 |
region |
是 |
String |
云服务器所在区域ID |
cloud_service_type |
是 |
String |
服务类型:
|
charging_mode |
是 |
Integer |
计费模式:
|
period_type |
是 |
Integer |
-订购周期类型
|
period_num |
是 |
Integer |
订购周期数 |
subscription_num |
是 |
Integer |
订购数量: DBSS只支持订购1套,不支持多套 |
product_infos |
是 |
Array of product_infos objects |
产品信息列表 |
tags |
否 |
Array of KeyValueBean objects |
资源标签 |
promotion_info |
否 |
String |
折扣信息 |
is_auto_renew |
否 |
Integer |
自动续费
|
参数 |
是否必选 |
参数类型 |
描述 |
---|---|---|---|
product_id |
是 |
String |
产品ID |
cloud_service_type |
是 |
String |
服务类型:
|
resource_type |
是 |
String |
资源类型:
|
resource_spec_code |
是 |
String |
资源规格:- dbss.bypassaudit.low- dbss.bypassaudit.medium- dbss.bypassaudit.high |
product_spec_desc |
否 |
String |
产品规格的中英文描述,规格包含:主机名称、规格、虚拟私有云、子网。json字符串格式 :{"specDesc":{"zh-cn":{"主机名称":"value1","规格":"value2","虚拟私有云":"value3","子网":"value4"},"en-us":{"Instance Name":"value1","Edition":"value2","VPC":"value3","Subnet":"value4"}}} |