开通云模式按需计费接口
功能介绍
开通云模式按需计费接口
调用方法
请参见如何调用API。
URI
POST /v1/{project_id}/waf/postpaid
参数 |
是否必选 |
参数类型 |
描述 |
---|---|---|---|
project_id |
是 |
String |
项目ID,对应控制台用户名->我的凭证->项目列表->项目ID |
参数 |
是否必选 |
参数类型 |
描述 |
---|---|---|---|
enterprise_project_id |
否 |
String |
您可以通过调用企业项目管理服务(EPS)的查询企业项目列表接口(ListEnterpriseProject)查询企业项目id |
请求参数
参数 |
是否必选 |
参数类型 |
描述 |
---|---|---|---|
X-Auth-Token |
是 |
String |
用户Token,通过调用IAM服务获取用户Token接口获取(响应消息头中X-Subject-Token的值)。 |
Content-Type |
是 |
String |
内容类型 |
region |
是 |
String |
区域id |
参数 |
是否必选 |
参数类型 |
描述 |
---|---|---|---|
console_area |
是 |
String |
租户所在的站点,hec-hk:国际站 |
响应参数
状态码: 200
参数 |
参数类型 |
描述 |
---|---|---|
type |
Integer |
云模式版本
|
resources |
Array of ResourceResponse objects |
资源列表 |
isNewUser |
Boolean |
是否为新用户 |
参数 |
参数类型 |
描述 |
---|---|---|
resourceId |
String |
资源id |
cloudServiceType |
String |
云服务产品对应的云服务类型 |
resourceType |
String |
云服务产品的资源类型
|
resourceSpecCode |
String |
云服务产品的资源规格 |
status |
Integer |
资源状态
|
expireTime |
String |
资源到期时间 |
resourceSize |
Integer |
资源数量 |
状态码: 400
参数 |
参数类型 |
描述 |
---|---|---|
error_code |
String |
错误码 |
error_msg |
String |
错误信息 |
encoded_authorization_message |
String |
编码 (加密) 后的详细拒绝原因,用户可以自行调用 STS 服务的decode-authorization-message接口进行解码,可参考STS5联调自验证。IAM5鉴权错误时才会返回此字段。 |
details |
Array of IAM5ErrorDetails objects |
调用下游服务的报错信息集合,IAM5鉴权错误时才会返回此字段。 |
状态码: 401
参数 |
参数类型 |
描述 |
---|---|---|
error_code |
String |
错误码 |
error_msg |
String |
错误信息 |
encoded_authorization_message |
String |
编码 (加密) 后的详细拒绝原因,用户可以自行调用 STS 服务的decode-authorization-message接口进行解码,可参考STS5联调自验证。IAM5鉴权错误时才会返回此字段。 |
details |
Array of IAM5ErrorDetails objects |
调用下游服务的报错信息集合,IAM5鉴权错误时才会返回此字段。 |
状态码: 500
参数 |
参数类型 |
描述 |
---|---|---|
error_code |
String |
错误码 |
error_msg |
String |
错误信息 |
encoded_authorization_message |
String |
编码 (加密) 后的详细拒绝原因,用户可以自行调用 STS 服务的decode-authorization-message接口进行解码,可参考STS5联调自验证。IAM5鉴权错误时才会返回此字段。 |
details |
Array of IAM5ErrorDetails objects |
调用下游服务的报错信息集合,IAM5鉴权错误时才会返回此字段。 |
请求示例
开通项目id为project_id的云模式按需计费接口,租户所在的站点“国际站”。
POST https://{Endpoint}/v1/{project_id}/waf/postpaid?enterprise_project_id=0 { "console_area" : "hec-hk" }
响应示例
状态码: 200
OK
{ "type" : 22, "resources" : [ { "resourceId" : "71f5de5f03414225b79be43ee3dc6bae", "cloudServiceType" : "hws.service.type.waf", "resourceType" : "hws.resource.type.waf.payperusedomain", "resourceSpecCode" : "waf.payperuse.domain", "resourceSize" : null, "expireTime" : null, "status" : 0 }, { "resourceId" : "eb0760007a0b43fd9e445f5ce810f4c4", "cloudServiceType" : "hws.service.type.waf", "resourceType" : "hws.resource.type.waf.payperuserequest", "resourceSpecCode" : "waf.payperuse.request", "resourceSize" : null, "expireTime" : null, "status" : 0 }, { "resourceId" : "6cae8a4d8074499d8c3bda687d63c4f9", "cloudServiceType" : "hws.service.type.waf", "resourceType" : "hws.resource.type.waf.payperuserule", "resourceSpecCode" : "waf.payperuse.rule", "resourceSize" : null, "expireTime" : null, "status" : 0 } ], "isNewUser" : false }
状态码
状态码 |
描述 |
---|---|
200 |
OK |
400 |
请求失败 |
401 |
token权限不足 |
500 |
服务器内部错误 |
错误码
请参见错误码。