擷取詢價應用變更配置記錄。
調試
您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。
調試
授權資訊
|
操作 |
存取層級 |
資源類型 |
條件關鍵字 |
關聯操作 |
|
bpstudio:GetResource4ModifyRecord |
get |
*Application
|
無 | 無 |
請求參數
|
名稱 |
類型 |
必填 |
描述 |
樣本值 |
| ApplicationId |
string |
是 |
應用 id |
BE68D71ZY5YYIU9R |
| NextToken |
integer |
否 |
下頁頁碼 |
1 |
| MaxResults |
integer |
否 |
分頁大小 |
10 |
返回參數
|
名稱 |
類型 |
描述 |
樣本值 |
|
object |
Schema of Response |
||
| RequestId |
string |
請求 ID |
A07FFDF2-78FA-1B48-9E38-88E833A93187 |
| Message |
string |
報錯資訊 |
Success |
| Code |
string |
響應碼 |
200 |
| Data |
array<object> |
變更記錄 重要 變更配置會使 CADT 應用進入部署狀態,請在 CADT 應用部署完成後進行查詢變更配置結果 |
|
|
object |
變更記錄 |
||
| ResourceId |
string |
資源 ID |
rm-uf6308dyal1***** |
| Type |
string |
資源類型 |
rds |
| Status |
string |
變更狀態 枚舉值:
|
Finish |
| ModifyTime |
string |
修改時間。 |
2024-10-15 19:09:25 |
| Attribute |
string |
資來源詳細資料 |
{ "InstanceId": "", "AttributeName": "drmCommand", "Id": 16800, "Desc": "test" } |
| Error |
string |
錯誤資訊 |
Postpaid.NotSupport : The charge type does not support for postpaid. RequestId : A0XXXDF2-78FA-1B48-9XX8-88E833A93XXX |
| TotalCount |
string |
總記錄數 |
123 |
| NextToken |
string |
下一個查詢開始 Token |
2 |
| AccessDeniedDetail |
string |
訪問被拒絕詳細資料。 |
{ "PolicyType": "", "AuthPrincipalOwnerId": "", "EncodedDiagnosticMessage": "", "AuthPrincipalType": "", "AuthPrincipalDisplayName": "", "NoPermissionType": "", "AuthAction": "" } |
樣本
正常返回樣本
JSON格式
{
"RequestId": "A07FFDF2-78FA-1B48-9E38-88E833A93187",
"Message": "Success",
"Code": "200",
"Data": [
{
"ResourceId": "rm-uf6308dyal1*****",
"Type": "rds",
"Status": "Finish",
"ModifyTime": "2024-10-15 19:09:25",
"Attribute": "{\n \"InstanceId\": \"\",\n \"AttributeName\": \"drmCommand\",\n \"Id\": 16800,\n \"Desc\": \"test\"\n}",
"Error": "Postpaid.NotSupport : The charge type does not support for postpaid.\nRequestId : A0XXXDF2-78FA-1B48-9XX8-88E833A93XXX"
}
],
"TotalCount": "123",
"NextToken": "2",
"AccessDeniedDetail": "{\n \"PolicyType\": \"\",\n \"AuthPrincipalOwnerId\": \"\",\n \"EncodedDiagnosticMessage\": \"\",\n \"AuthPrincipalType\": \"\",\n \"AuthPrincipalDisplayName\": \"\",\n \"NoPermissionType\": \"\",\n \"AuthAction\": \"\"\n }"
}
錯誤碼
|
HTTP status code |
錯誤碼 |
錯誤資訊 |
描述 |
|---|---|---|---|
| 400 | bp.java.nopowerContact | You do not have permission to use this function. Please contact the main account or permission administrator to authorize the relevant permissions. | 您沒有許可權使用此功能,請聯絡主帳號或許可權管理員授權相關許可權 |
| 400 | bp.java.8004 | No permissions. | 無許可權訪問 |
| 400 | bp.java.nopower | No permissions. | 沒有許可權 |
訪問錯誤中心查看更多錯誤碼。
變更歷史
更多資訊,參考變更詳情。