Menjalankan rencana cadangan.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
hbr:ExecuteBackupPlan |
create |
*All Resource
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| PlanId |
string |
Yes |
ID rencana cadangan. |
plan-********************* |
| VaultId |
string |
No |
ID penyimpanan cadangan. |
v-********************* |
| SourceType |
string |
No |
Jenis sumber data. Nilai valid:
|
ECS_FILE |
| RuleId |
string |
No |
ID aturan cadangan. |
rule-0002*****ux8 |
| Edition |
string |
No |
Edisi. Nilai valid: BASIC dan STANDARD. Nilai default: STANDARD. |
STANDARD |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| Code |
string |
The return code. A value of 200 indicates success. |
200 |
| Message |
string |
The returned message. If the request is successful, `successful` is returned. If the request fails, an error message is returned. |
successful |
| RequestId |
string |
The request ID. |
473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E |
| Success |
boolean |
Indicates whether the request was successful.
|
true |
| JobId |
string |
The ID of the backup job. |
job-********************* |
Contoh
Respons sukses
JSONformat
{
"Code": "200",
"Message": "successful",
"RequestId": "473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E",
"Success": true,
"JobId": "job-*********************"
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.