創建用戶某個資源包的實例。
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
授權信息
當前API暫無授權信息透出。
請求參數
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
ProductCode | string | 是 | 產品代碼,可通過接口 QueryProductList 查詢產品代碼,或查看阿里云產品 Code 速查手冊。 | ossbag |
PackageType | string | 是 | 資源包類型。值與描述資源包返回的 ResourcePackage 的 Code 值相等。 | FPT_ossbag_absolute_Storage_sh |
EffectiveDate | string | 否 | 資源包生效時間,不填默認立即生效。 日期格式按照 ISO8601 標準表示,并需要使用 UTC 時間。格式為:yyyy-MM-ddTHH:mm:ssZ。 | 2020-03-03T12:00:00Z |
Specification | string | 是 | 資源包規格大小。值與描述資源包返回的 Specification 的 value 值相等。 | 40 |
Duration | integer | 是 | 資源包時長。 | 6 |
PricingCycle | string | 否 | 資源包時長單位,取值:
默認值 Month。 | Month |
返回參數
示例
正常返回示例
JSON
格式
{
"Code": "Success",
"Message": "Successful!",
"RequestId": "6000EE23-274B-4E07-A697-FF2E999520A4",
"Success": true,
"OrderId": 202407022550621,
"Data": {
"OrderId": 202407022550621,
"InstanceId": "OSSBAG-cn-****s"
}
}
錯誤碼
HTTP status code | 錯誤碼 | 錯誤信息 | 描述 |
---|---|---|---|
400 | NotApplicable | This API is not applicable for caller. | - |
400 | NotAuthorized | This API is not authorized for caller. | - |
400 | MissingParameter | Absent some mandatory parameter for this request. | - |
400 | InvalidParameter | This request contain some invalid parameter | - |
400 | InvalidOwner | The specified owner doesn't belong to caller. | 用戶身份錯誤 |
400 | DurationInvalid | Parameter duration can only be positive integer. | - |
400 | ProductNotFound | Product not found. | - |
400 | PackageTypeNotFound | No such resource package type found. | - |
400 | SpecificationInvalid | Parameter specification can only be positive integer. | - |
400 | IdInvalid | Parameter ownerId is invalid. | - |
400 | EffectiveDateInvalid | Parameter effectiveDate is invalid. | - |
400 | IdMissing | Paramter ownerId is missing. | - |
400 | PackageTypeNotSupported | Package type currently is not supported. | - |
500 | InternalError | The request processing has failed due to some unknown error. | 內部服務器錯誤。 |
訪問錯誤中心查看更多錯誤碼。
變更歷史
變更時間 | 變更內容概要 | 操作 |
---|---|---|
2024-04-19 | OpenAPI 錯誤碼發生變更 | 查看變更詳情 |