doc-exports/docs/vbs/api-ref/en-us_topic_0060614329.html
Wei, Hongmin 63123ef1be VBS API initial version
Reviewed-by: gtema <artem.goncharov@gmail.com>
Co-authored-by: Wei, Hongmin <weihongmin1@huawei.com>
Co-committed-by: Wei, Hongmin <weihongmin1@huawei.com>
2022-10-25 07:47:39 +00:00

319 lines
25 KiB
HTML

<a name="EN-US_TOPIC_0060614329"></a><a name="EN-US_TOPIC_0060614329"></a>
<h1 class="topictitle1">Creating a VBS Backup (Native OpenStack API)</h1>
<div id="body1495619291188"><div class="section" id="EN-US_TOPIC_0060614329__section128772267269"><h4 class="sectiontitle">Function</h4><p id="EN-US_TOPIC_0060614329__p1877202652618">This API is used to create a VBS backup.</p>
</div>
<div class="section" id="EN-US_TOPIC_0060614329__section108771626172620"><h4 class="sectiontitle">URI</h4><ul id="EN-US_TOPIC_0060614329__ul10877326112612"><li id="EN-US_TOPIC_0060614329__li9877226132611">URI format<p id="EN-US_TOPIC_0060614329__p78771126132616"><a name="EN-US_TOPIC_0060614329__li9877226132611"></a><a name="li9877226132611"></a>POST /v2/{project_id}/backups</p>
</li><li id="EN-US_TOPIC_0060614329__li1987712618267">Parameter description
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="EN-US_TOPIC_0060614329__table10877182612265" frame="border" border="1" rules="all"><thead align="left"><tr id="EN-US_TOPIC_0060614329__row3878162632617"><th align="left" class="cellrowborder" valign="top" width="33.33333333333333%" id="mcps1.3.2.2.2.1.1.4.1.1"><p id="EN-US_TOPIC_0060614329__p19878132612265">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="33.33333333333333%" id="mcps1.3.2.2.2.1.1.4.1.2"><p id="EN-US_TOPIC_0060614329__p5878826102618">Mandatory</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="33.33333333333333%" id="mcps1.3.2.2.2.1.1.4.1.3"><p id="EN-US_TOPIC_0060614329__p58781263267">Description</p>
</th>
</tr>
</thead>
<tbody><tr id="EN-US_TOPIC_0060614329__row48783267269"><td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.2.2.2.1.1.4.1.1 "><p id="EN-US_TOPIC_0060614329__p587817266261">project_id</p>
</td>
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.2.2.2.1.1.4.1.2 "><p id="EN-US_TOPIC_0060614329__p1787815263261">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.2.2.2.1.1.4.1.3 "><p id="EN-US_TOPIC_0060614329__p64170449">Project ID</p>
</td>
</tr>
</tbody>
</table>
</div>
</li></ul>
</div>
<div class="section" id="EN-US_TOPIC_0060614329__section6878142612269"><h4 class="sectiontitle">Request</h4><ul id="EN-US_TOPIC_0060614329__ul1787872614263"><li id="EN-US_TOPIC_0060614329__li8878162613260">Parameter description
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="EN-US_TOPIC_0060614329__table1687812615267" frame="border" border="1" rules="all"><thead align="left"><tr id="EN-US_TOPIC_0060614329__row2087872611268"><th align="left" class="cellrowborder" valign="top" width="15.151515151515152%" id="mcps1.3.3.2.1.1.1.5.1.1"><p id="EN-US_TOPIC_0060614329__p61804813">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="13.131313131313133%" id="mcps1.3.3.2.1.1.1.5.1.2"><p id="EN-US_TOPIC_0060614329__p40133923">Mandatory</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="14.141414141414144%" id="mcps1.3.3.2.1.1.1.5.1.3"><p id="EN-US_TOPIC_0060614329__p14225104112">Type</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="57.57575757575757%" id="mcps1.3.3.2.1.1.1.5.1.4"><p id="EN-US_TOPIC_0060614329__p29622330">Description</p>
</th>
</tr>
</thead>
<tbody><tr id="EN-US_TOPIC_0060614329__row16879926172613"><td class="cellrowborder" valign="top" width="15.151515151515152%" headers="mcps1.3.3.2.1.1.1.5.1.1 "><p id="EN-US_TOPIC_0060614329__p5879192692614">backup</p>
</td>
<td class="cellrowborder" valign="top" width="13.131313131313133%" headers="mcps1.3.3.2.1.1.1.5.1.2 "><p id="EN-US_TOPIC_0060614329__p12879202622616">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="14.141414141414144%" headers="mcps1.3.3.2.1.1.1.5.1.3 "><p id="EN-US_TOPIC_0060614329__p148794268268">dict</p>
</td>
<td class="cellrowborder" valign="top" width="57.57575757575757%" headers="mcps1.3.3.2.1.1.1.5.1.4 "><p id="EN-US_TOPIC_0060614329__p1687902642619">Backup to be created. For details, see the <strong id="EN-US_TOPIC_0060614329__b1540811222213">backup</strong> field description.</p>
</td>
</tr>
</tbody>
</table>
</div>
</li><li id="EN-US_TOPIC_0060614329__li1405193162313"><strong id="EN-US_TOPIC_0060614329__b95522451822">backup</strong> field description
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="EN-US_TOPIC_0060614329__table240511311239" frame="border" border="1" rules="all"><thead align="left"><tr id="EN-US_TOPIC_0060614329__row15405203142317"><th align="left" class="cellrowborder" valign="top" width="15.151515151515152%" id="mcps1.3.3.2.2.2.1.5.1.1"><p id="EN-US_TOPIC_0060614329__p1140683112236">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="13.131313131313133%" id="mcps1.3.3.2.2.2.1.5.1.2"><p id="EN-US_TOPIC_0060614329__p140618312238">Mandatory</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="14.141414141414144%" id="mcps1.3.3.2.2.2.1.5.1.3"><p id="EN-US_TOPIC_0060614329__p9406163182310">Type</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="57.57575757575757%" id="mcps1.3.3.2.2.2.1.5.1.4"><p id="EN-US_TOPIC_0060614329__p540683142313">Description</p>
</th>
</tr>
</thead>
<tbody><tr id="EN-US_TOPIC_0060614329__row15406113116236"><td class="cellrowborder" valign="top" width="15.151515151515152%" headers="mcps1.3.3.2.2.2.1.5.1.1 "><p id="EN-US_TOPIC_0060614329__p194061131182315">volume_id</p>
</td>
<td class="cellrowborder" valign="top" width="13.131313131313133%" headers="mcps1.3.3.2.2.2.1.5.1.2 "><p id="EN-US_TOPIC_0060614329__p1540603172313">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="14.141414141414144%" headers="mcps1.3.3.2.2.2.1.5.1.3 "><p id="EN-US_TOPIC_0060614329__p12406231172313">string</p>
</td>
<td class="cellrowborder" valign="top" width="57.57575757575757%" headers="mcps1.3.3.2.2.2.1.5.1.4 "><p id="EN-US_TOPIC_0060614329__p16406193118232">ID of the disk to be backed up</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0060614329__row84061431172314"><td class="cellrowborder" valign="top" width="15.151515151515152%" headers="mcps1.3.3.2.2.2.1.5.1.1 "><p id="EN-US_TOPIC_0060614329__p124061931112310">snapshot_id</p>
</td>
<td class="cellrowborder" valign="top" width="13.131313131313133%" headers="mcps1.3.3.2.2.2.1.5.1.2 "><p id="EN-US_TOPIC_0060614329__p1240623115232">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="14.141414141414144%" headers="mcps1.3.3.2.2.2.1.5.1.3 "><p id="EN-US_TOPIC_0060614329__p9406163115235">string</p>
</td>
<td class="cellrowborder" valign="top" width="57.57575757575757%" headers="mcps1.3.3.2.2.2.1.5.1.4 "><p id="EN-US_TOPIC_0060614329__p104061631192311">Snapshot ID of the disk to be backed up</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0060614329__row1540616316238"><td class="cellrowborder" valign="top" width="15.151515151515152%" headers="mcps1.3.3.2.2.2.1.5.1.1 "><p id="EN-US_TOPIC_0060614329__p1540613118234">name</p>
</td>
<td class="cellrowborder" valign="top" width="13.131313131313133%" headers="mcps1.3.3.2.2.2.1.5.1.2 "><p id="EN-US_TOPIC_0060614329__p184061331162314">No</p>
</td>
<td class="cellrowborder" valign="top" width="14.141414141414144%" headers="mcps1.3.3.2.2.2.1.5.1.3 "><p id="EN-US_TOPIC_0060614329__p11406153111232">string</p>
</td>
<td class="cellrowborder" valign="top" width="57.57575757575757%" headers="mcps1.3.3.2.2.2.1.5.1.4 "><p id="EN-US_TOPIC_0060614329__p1406193116239">Backup name. The value is a string of 1 to 64 characters that can contain digits, letters, underscores (_), and hyphens (-), not starting with <strong id="EN-US_TOPIC_0060614329__b17747512133815">auto</strong>.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0060614329__row184061231122312"><td class="cellrowborder" valign="top" width="15.151515151515152%" headers="mcps1.3.3.2.2.2.1.5.1.1 "><p id="EN-US_TOPIC_0060614329__p34062031102312">description</p>
</td>
<td class="cellrowborder" valign="top" width="13.131313131313133%" headers="mcps1.3.3.2.2.2.1.5.1.2 "><p id="EN-US_TOPIC_0060614329__p17406153113239">No</p>
</td>
<td class="cellrowborder" valign="top" width="14.141414141414144%" headers="mcps1.3.3.2.2.2.1.5.1.3 "><p id="EN-US_TOPIC_0060614329__p7406231162310">string</p>
</td>
<td class="cellrowborder" valign="top" width="57.57575757575757%" headers="mcps1.3.3.2.2.2.1.5.1.4 "><p id="EN-US_TOPIC_0060614329__p24061731152311">Backup description. The value consists of 0 to 255 characters and must not contain a greater-than sign (&gt;) or less-than sign (&lt;).</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0060614329__row64061731132317"><td class="cellrowborder" valign="top" width="15.151515151515152%" headers="mcps1.3.3.2.2.2.1.5.1.1 "><p id="EN-US_TOPIC_0060614329__p16406531112315">container</p>
</td>
<td class="cellrowborder" valign="top" width="13.131313131313133%" headers="mcps1.3.3.2.2.2.1.5.1.2 "><p id="EN-US_TOPIC_0060614329__p3406731162320">No</p>
</td>
<td class="cellrowborder" valign="top" width="14.141414141414144%" headers="mcps1.3.3.2.2.2.1.5.1.3 "><p id="EN-US_TOPIC_0060614329__p2040619315231">string</p>
</td>
<td class="cellrowborder" valign="top" width="57.57575757575757%" headers="mcps1.3.3.2.2.2.1.5.1.4 "><p id="EN-US_TOPIC_0060614329__p1406103122314">Backup container. This parameter is reserved and will be skipped.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0060614329__row7406103162313"><td class="cellrowborder" valign="top" width="15.151515151515152%" headers="mcps1.3.3.2.2.2.1.5.1.1 "><p id="EN-US_TOPIC_0060614329__p840663172310">incremental</p>
</td>
<td class="cellrowborder" valign="top" width="13.131313131313133%" headers="mcps1.3.3.2.2.2.1.5.1.2 "><p id="EN-US_TOPIC_0060614329__p64061931112316">No</p>
</td>
<td class="cellrowborder" valign="top" width="14.141414141414144%" headers="mcps1.3.3.2.2.2.1.5.1.3 "><p id="EN-US_TOPIC_0060614329__p2406113152319">boolean</p>
</td>
<td class="cellrowborder" valign="top" width="57.57575757575757%" headers="mcps1.3.3.2.2.2.1.5.1.4 "><p id="EN-US_TOPIC_0060614329__p1440633117234">Whether it is an incremental backup. The value <strong id="EN-US_TOPIC_0060614329__b944876071173146">true</strong> indicates an incremental backup and <strong id="EN-US_TOPIC_0060614329__b635798495173146">false</strong> indicates a full backup. By default, VBS generates a full backup for the initial backup operation and incremental backups for subsequent backup operations. Therefore, this parameter is skipped.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0060614329__row184061931182311"><td class="cellrowborder" valign="top" width="15.151515151515152%" headers="mcps1.3.3.2.2.2.1.5.1.1 "><p id="EN-US_TOPIC_0060614329__p17406031152316">force</p>
</td>
<td class="cellrowborder" valign="top" width="13.131313131313133%" headers="mcps1.3.3.2.2.2.1.5.1.2 "><p id="EN-US_TOPIC_0060614329__p240643119238">No</p>
</td>
<td class="cellrowborder" valign="top" width="14.141414141414144%" headers="mcps1.3.3.2.2.2.1.5.1.3 "><p id="EN-US_TOPIC_0060614329__p19406631182313">boolean</p>
</td>
<td class="cellrowborder" valign="top" width="57.57575757575757%" headers="mcps1.3.3.2.2.2.1.5.1.4 "><p id="EN-US_TOPIC_0060614329__p940663118234">Whether to forcibly back up the attached disks. <strong id="EN-US_TOPIC_0060614329__b1398201636194330">true</strong> indicates a forcible backup and <strong id="EN-US_TOPIC_0060614329__b12911634194330">false</strong> indicates a non-forcible backup. The value defaults to <strong id="EN-US_TOPIC_0060614329__b20900114021420">false</strong>.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0060614329__row184064319233"><td class="cellrowborder" valign="top" width="15.151515151515152%" headers="mcps1.3.3.2.2.2.1.5.1.1 "><p id="EN-US_TOPIC_0060614329__p8406133118233">project_id</p>
</td>
<td class="cellrowborder" valign="top" width="13.131313131313133%" headers="mcps1.3.3.2.2.2.1.5.1.2 "><p id="EN-US_TOPIC_0060614329__p9406163117238">No</p>
</td>
<td class="cellrowborder" valign="top" width="14.141414141414144%" headers="mcps1.3.3.2.2.2.1.5.1.3 "><p id="EN-US_TOPIC_0060614329__p940619313239">string</p>
</td>
<td class="cellrowborder" valign="top" width="57.57575757575757%" headers="mcps1.3.3.2.2.2.1.5.1.4 "><p id="EN-US_TOPIC_0060614329__p144061231152318">Project ID</p>
</td>
</tr>
</tbody>
</table>
</div>
</li></ul>
<ul id="EN-US_TOPIC_0060614329__ul12880182617268"><li id="EN-US_TOPIC_0060614329__li1388002611264">Example request<pre class="screen" id="EN-US_TOPIC_0060614329__screen16880192619262">{
"backup": {
"volume_id":<em id="EN-US_TOPIC_0060614329__i48801626152616"> "c68ae7fb-0aa5-4a97-ab01-ed02c5b7e768"</em>,
"snapshot_id":<em id="EN-US_TOPIC_0060614329__i68801426182611"> "2bb856e1-b3d8-4432-a858-09e4ce939389"</em>,
"name":<em id="EN-US_TOPIC_0060614329__i11880726162619"> "backup1"</em>,
"description":<em id="EN-US_TOPIC_0060614329__i888032692610"> "Backup_Demo"</em>
}
}</pre>
</li></ul>
</div>
<div class="section" id="EN-US_TOPIC_0060614329__section1688092620262"><h4 class="sectiontitle">Response</h4><ul id="EN-US_TOPIC_0060614329__ul118801626122614"><li id="EN-US_TOPIC_0060614329__li9881226192617">Parameter description
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="EN-US_TOPIC_0060614329__table2088152642611" frame="border" border="1" rules="all"><thead align="left"><tr id="EN-US_TOPIC_0060614329__row988120268264"><th align="left" class="cellrowborder" valign="top" width="15.428457154284573%" id="mcps1.3.4.2.1.1.1.4.1.1"><p id="EN-US_TOPIC_0060614329__p1143211420109">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="16.088391160883912%" id="mcps1.3.4.2.1.1.1.4.1.2"><p id="EN-US_TOPIC_0060614329__p343211145109">Type</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="68.48315168483151%" id="mcps1.3.4.2.1.1.1.4.1.3"><p id="EN-US_TOPIC_0060614329__p154329144105">Description</p>
</th>
</tr>
</thead>
<tbody><tr id="EN-US_TOPIC_0060614329__row209732037181912"><td class="cellrowborder" valign="top" width="15.428457154284573%" headers="mcps1.3.4.2.1.1.1.4.1.1 "><p id="EN-US_TOPIC_0060614329__p69734375196">backup</p>
</td>
<td class="cellrowborder" valign="top" width="16.088391160883912%" headers="mcps1.3.4.2.1.1.1.4.1.2 "><p id="EN-US_TOPIC_0060614329__p397313741919">dict</p>
</td>
<td class="cellrowborder" valign="top" width="68.48315168483151%" headers="mcps1.3.4.2.1.1.1.4.1.3 "><p id="EN-US_TOPIC_0060614329__p12974337121919">Information about the created backup</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0060614329__row588162613261"><td class="cellrowborder" valign="top" width="15.428457154284573%" headers="mcps1.3.4.2.1.1.1.4.1.1 "><p id="EN-US_TOPIC_0060614329__p18811526192613">id</p>
</td>
<td class="cellrowborder" valign="top" width="16.088391160883912%" headers="mcps1.3.4.2.1.1.1.4.1.2 "><p id="EN-US_TOPIC_0060614329__p2881142652619">string</p>
</td>
<td class="cellrowborder" valign="top" width="68.48315168483151%" headers="mcps1.3.4.2.1.1.1.4.1.3 "><p id="EN-US_TOPIC_0060614329__p988119267264">Backup ID</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0060614329__row17881122692616"><td class="cellrowborder" valign="top" width="15.428457154284573%" headers="mcps1.3.4.2.1.1.1.4.1.1 "><p id="EN-US_TOPIC_0060614329__p1888152672615">name</p>
</td>
<td class="cellrowborder" valign="top" width="16.088391160883912%" headers="mcps1.3.4.2.1.1.1.4.1.2 "><p id="EN-US_TOPIC_0060614329__p88821626182611">string</p>
</td>
<td class="cellrowborder" valign="top" width="68.48315168483151%" headers="mcps1.3.4.2.1.1.1.4.1.3 "><p id="EN-US_TOPIC_0060614329__p1288212267264">Backup name</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0060614329__row16882182642616"><td class="cellrowborder" valign="top" width="15.428457154284573%" headers="mcps1.3.4.2.1.1.1.4.1.1 "><p id="EN-US_TOPIC_0060614329__p7882152613264">links</p>
</td>
<td class="cellrowborder" valign="top" width="16.088391160883912%" headers="mcps1.3.4.2.1.1.1.4.1.2 "><p id="EN-US_TOPIC_0060614329__p1047631013245">list&lt;dict&gt;</p>
</td>
<td class="cellrowborder" valign="top" width="68.48315168483151%" headers="mcps1.3.4.2.1.1.1.4.1.3 "><p id="EN-US_TOPIC_0060614329__p8882826102616">Information about the backup URL</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0060614329__row106053292415"><td class="cellrowborder" valign="top" width="15.428457154284573%" headers="mcps1.3.4.2.1.1.1.4.1.1 "><p id="EN-US_TOPIC_0060614329__p2938115917245">href</p>
</td>
<td class="cellrowborder" valign="top" width="16.088391160883912%" headers="mcps1.3.4.2.1.1.1.4.1.2 "><p id="EN-US_TOPIC_0060614329__p5938135932418">string</p>
</td>
<td class="cellrowborder" valign="top" width="68.48315168483151%" headers="mcps1.3.4.2.1.1.1.4.1.3 "><p id="EN-US_TOPIC_0060614329__p149387596241">Backup URL</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0060614329__row826935102410"><td class="cellrowborder" valign="top" width="15.428457154284573%" headers="mcps1.3.4.2.1.1.1.4.1.1 "><p id="EN-US_TOPIC_0060614329__p893825917243">rel</p>
</td>
<td class="cellrowborder" valign="top" width="16.088391160883912%" headers="mcps1.3.4.2.1.1.1.4.1.2 "><p id="EN-US_TOPIC_0060614329__p2939195972410">string</p>
</td>
<td class="cellrowborder" valign="top" width="68.48315168483151%" headers="mcps1.3.4.2.1.1.1.4.1.3 "><p id="EN-US_TOPIC_0060614329__p9939159112419">Relationship between the query result and <strong id="EN-US_TOPIC_0060614329__b84235270620223">href</strong></p>
</td>
</tr>
</tbody>
</table>
</div>
</li><li id="EN-US_TOPIC_0060614329__li5882122632612">Example response<pre class="screen" id="EN-US_TOPIC_0060614329__screen148821026112614">{
"backup": {
"id": "54ba0e69-48a0-4a77-9cdf-a7979a7e2648",
"links": [
{
"href": "https://volume.Region.dc1.domainname.com/v2/5751d8c3f2f6415993ee4326b41630ec/backups/54ba0e69-48a0-4a77-9cdf-a7979a7e2648",
"rel": "self"
},
{
"href": "https://volume.Region.dc1.domainname.com/5751d8c3f2f6415993ee4326b41630ec/backups/54ba0e69-48a0-4a77-9cdf-a7979a7e2648",
"rel": "bookmark"
}
],
"name": "backup1"
}
}</pre>
<p id="EN-US_TOPIC_0060614329__p178821126142610">or</p>
<pre class="screen" id="EN-US_TOPIC_0060614329__screen12882152613266">{
"badRequest": {
"code": "XXXX",
"message": "XXX"
}
}</pre>
</li></ul>
</div>
<div class="section" id="EN-US_TOPIC_0060614329__section17882202616269"><h4 class="sectiontitle">Status Codes</h4><ul id="EN-US_TOPIC_0060614329__ul4882102662612"><li id="EN-US_TOPIC_0060614329__li9883162612263">Normal<p id="EN-US_TOPIC_0060614329__p488372619263"><a name="EN-US_TOPIC_0060614329__li9883162612263"></a><a name="li9883162612263"></a>202</p>
</li><li id="EN-US_TOPIC_0060614329__li888382612262">Abnormal
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="EN-US_TOPIC_0060614329__table7883926192615" frame="border" border="1" rules="all"><thead align="left"><tr id="EN-US_TOPIC_0060614329__row188372632618"><th align="left" class="cellrowborder" valign="top" width="43.419999999999995%" id="mcps1.3.5.2.2.1.1.3.1.1"><p id="EN-US_TOPIC_0060614329__p1688302618266">Status Code</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="56.58%" id="mcps1.3.5.2.2.1.1.3.1.2"><p id="EN-US_TOPIC_0060614329__p8883192616268">Description</p>
</th>
</tr>
</thead>
<tbody><tr id="EN-US_TOPIC_0060614329__row2088382652612"><td class="cellrowborder" valign="top" width="43.419999999999995%" headers="mcps1.3.5.2.2.1.1.3.1.1 "><p id="EN-US_TOPIC_0060614329__p178837261267">400 Bad Request</p>
</td>
<td class="cellrowborder" valign="top" width="56.58%" headers="mcps1.3.5.2.2.1.1.3.1.2 "><p id="EN-US_TOPIC_0060614329__p13883132619261">The server failed to process the request.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0060614329__row688318265265"><td class="cellrowborder" valign="top" width="43.419999999999995%" headers="mcps1.3.5.2.2.1.1.3.1.1 "><p id="EN-US_TOPIC_0060614329__p988382692617">401 Unauthorized</p>
</td>
<td class="cellrowborder" valign="top" width="56.58%" headers="mcps1.3.5.2.2.1.1.3.1.2 "><p id="EN-US_TOPIC_0060614329__p188831026162620">You must enter the username and password to access the requested page.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0060614329__row28831326142613"><td class="cellrowborder" valign="top" width="43.419999999999995%" headers="mcps1.3.5.2.2.1.1.3.1.1 "><p id="EN-US_TOPIC_0060614329__p12883122618262">403 Forbidden</p>
</td>
<td class="cellrowborder" valign="top" width="56.58%" headers="mcps1.3.5.2.2.1.1.3.1.2 "><p id="EN-US_TOPIC_0060614329__p16883162612614">You are forbidden to access the requested page.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0060614329__row58839263265"><td class="cellrowborder" valign="top" width="43.419999999999995%" headers="mcps1.3.5.2.2.1.1.3.1.1 "><p id="EN-US_TOPIC_0060614329__p9883122620266">404 Not Found</p>
</td>
<td class="cellrowborder" valign="top" width="56.58%" headers="mcps1.3.5.2.2.1.1.3.1.2 "><p id="EN-US_TOPIC_0060614329__p1488392616263">The server could not find the requested page.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0060614329__row118831626152615"><td class="cellrowborder" valign="top" width="43.419999999999995%" headers="mcps1.3.5.2.2.1.1.3.1.1 "><p id="EN-US_TOPIC_0060614329__p78831226112614">405 Method Not Allowed</p>
</td>
<td class="cellrowborder" valign="top" width="56.58%" headers="mcps1.3.5.2.2.1.1.3.1.2 "><p id="EN-US_TOPIC_0060614329__p488362682611">You are not allowed to use the method specified in the request.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0060614329__row1288419267265"><td class="cellrowborder" valign="top" width="43.419999999999995%" headers="mcps1.3.5.2.2.1.1.3.1.1 "><p id="EN-US_TOPIC_0060614329__p1488419266260">406 Not Acceptable</p>
</td>
<td class="cellrowborder" valign="top" width="56.58%" headers="mcps1.3.5.2.2.1.1.3.1.2 "><p id="EN-US_TOPIC_0060614329__p18841626122612">The response generated by the server could not be accepted by the client.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0060614329__row16884162602620"><td class="cellrowborder" valign="top" width="43.419999999999995%" headers="mcps1.3.5.2.2.1.1.3.1.1 "><p id="EN-US_TOPIC_0060614329__p138843264264">407 Proxy Authentication Required</p>
</td>
<td class="cellrowborder" valign="top" width="56.58%" headers="mcps1.3.5.2.2.1.1.3.1.2 "><p id="EN-US_TOPIC_0060614329__p88841926142612">You must use the proxy server for authentication so that the request can be processed.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0060614329__row18884112662617"><td class="cellrowborder" valign="top" width="43.419999999999995%" headers="mcps1.3.5.2.2.1.1.3.1.1 "><p id="EN-US_TOPIC_0060614329__p178841126102610">408 Request Timeout</p>
</td>
<td class="cellrowborder" valign="top" width="56.58%" headers="mcps1.3.5.2.2.1.1.3.1.2 "><p id="EN-US_TOPIC_0060614329__p38841526192614">The request timed out.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0060614329__row288452672617"><td class="cellrowborder" valign="top" width="43.419999999999995%" headers="mcps1.3.5.2.2.1.1.3.1.1 "><p id="EN-US_TOPIC_0060614329__p14884182612267">409 Conflict</p>
</td>
<td class="cellrowborder" valign="top" width="56.58%" headers="mcps1.3.5.2.2.1.1.3.1.2 "><p id="EN-US_TOPIC_0060614329__p13884182662616">The request could not be processed due to a conflict.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0060614329__row1988412692612"><td class="cellrowborder" valign="top" width="43.419999999999995%" headers="mcps1.3.5.2.2.1.1.3.1.1 "><p id="EN-US_TOPIC_0060614329__p48841426182619">500 Internal Server Error</p>
</td>
<td class="cellrowborder" valign="top" width="56.58%" headers="mcps1.3.5.2.2.1.1.3.1.2 "><p id="EN-US_TOPIC_0060614329__p788419265260">Failed to complete the request because of an internal service error.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0060614329__row148844263260"><td class="cellrowborder" valign="top" width="43.419999999999995%" headers="mcps1.3.5.2.2.1.1.3.1.1 "><p id="EN-US_TOPIC_0060614329__p2088442614267">501 Not Implemented</p>
</td>
<td class="cellrowborder" valign="top" width="56.58%" headers="mcps1.3.5.2.2.1.1.3.1.2 "><p id="EN-US_TOPIC_0060614329__p1788412617261">Failed to complete the request because the server does not support the requested function.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0060614329__row088462622611"><td class="cellrowborder" valign="top" width="43.419999999999995%" headers="mcps1.3.5.2.2.1.1.3.1.1 "><p id="EN-US_TOPIC_0060614329__p18884152614267">502 Bad Gateway</p>
</td>
<td class="cellrowborder" valign="top" width="56.58%" headers="mcps1.3.5.2.2.1.1.3.1.2 "><p id="EN-US_TOPIC_0060614329__p1288462632611">Failed to complete the request because the request is invalid.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0060614329__row178846268263"><td class="cellrowborder" valign="top" width="43.419999999999995%" headers="mcps1.3.5.2.2.1.1.3.1.1 "><p id="EN-US_TOPIC_0060614329__p1588412261264">503 Service Unavailable</p>
</td>
<td class="cellrowborder" valign="top" width="56.58%" headers="mcps1.3.5.2.2.1.1.3.1.2 "><p id="EN-US_TOPIC_0060614329__p2884192614266">Failed to complete the request because the service is unavailable.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0060614329__row19885162622618"><td class="cellrowborder" valign="top" width="43.419999999999995%" headers="mcps1.3.5.2.2.1.1.3.1.1 "><p id="EN-US_TOPIC_0060614329__p8885112662616">504 Gateway Timeout</p>
</td>
<td class="cellrowborder" valign="top" width="56.58%" headers="mcps1.3.5.2.2.1.1.3.1.2 "><p id="EN-US_TOPIC_0060614329__p888519268261">A gateway timeout error occurred.</p>
</td>
</tr>
</tbody>
</table>
</div>
</li></ul>
</div>
<div class="section" id="EN-US_TOPIC_0060614329__section1362310255432"><h4 class="sectiontitle">Error Codes</h4><p id="EN-US_TOPIC_0060614329__p129821455154315">For details, see <a href="en-us_topic_0022472083.html">Error Codes</a>.</p>
</div>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="en-us_topic_0020237254.html">VBS Backups</a></div>
</div>
</div>