最近更新时间:2023-03-30
启用策略
名称 | 类型 | 是否必选 | 描述 | 示例 |
Action | String | 是 | 系统规定参数取值:StartStrategy | StartStrategy |
regionId | String | 是 | 区域id | cn-tianjin-yfb |
strategyId | String | 是 | 策略ID | ets-h58kc2kntr54 |
SystemType | String | 否 | 系统类型 | onestor |
名称 | 类型 | 描述 | 示例值 |
RequestId | String | 请求ID | f79fd132-eae6-455e-8542-c0db5296d69b |
Status | Boolean | 状态 | true |
Auth | Boolean | 用户认证 | true |
Code | String | 状态码 | Success |
Message | String | 错误提示信息 (异常返回才有此项) | The specified parameter “Signature” is not valid |
示例 | 示例内容 |
请求示例 | https://api.unicloud.com/openapi/nas?Action=StartStrategy&SystemType=onestor&EndTime=1673806445307&Timestamp=2020-07-30T12%3A00%3A00Z&SignatureVersion=2.0&Format=json&SignatureNonce=16343456325226&Version=2020-07-30&beginTime=1673784845307&AccessKeyId=6oPiV0WMJXhxiT65&SignatureMethod=HMAC-SHA1®ionId=cn-tianjin-yfb&strategyId%20%20%20=ets-h58kc2kntxi9&Signature=jh0OV%2FJb1NBEmP3Sj9Arrcrb9ss%3D |
正常返回示例 | { "auth": true, "code": " Success ", "res": {}, "status": true, "RequestId": "37187cd9-59f0-4082-b3fc-c3c3c845090c" } |
异常返回示例 | { "Code": "InvalidParameter", "Message": "The specified parameter “Signature” is not valid." } |
HttpCode | 错误码 | 错误信息 | 错误描述 |
400 | InvalidParameter | "The specified parameter”Signature”is not valid." | 签名无效 |