forked from docs/doc-exports
evs_dev_update
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Zaoxu, Li <lizaoxu@huawei.com> Co-committed-by: Zaoxu, Li <lizaoxu@huawei.com>
This commit is contained in:
parent
21e968a153
commit
256e58e5d1
0
docs/evs/api
Normal file
0
docs/evs/api
Normal file
@ -140,44 +140,63 @@
|
|||||||
</li></ul>
|
</li></ul>
|
||||||
</li><li id="evs_03_0003__li1670018311126">(Optional) Query the backups if the disk is going to be created from a backup.<ul id="evs_03_0003__ul11700131101211"><li id="evs_03_0003__li47008311125">API information<p id="evs_03_0003__p77001631131215"><a name="evs_03_0003__li47008311125"></a><a name="li47008311125"></a>URI format: GET /v3/{project_id}/backups</p>
|
</li><li id="evs_03_0003__li1670018311126">(Optional) Query the backups if the disk is going to be created from a backup.<ul id="evs_03_0003__ul11700131101211"><li id="evs_03_0003__li47008311125">API information<p id="evs_03_0003__p77001631131215"><a name="evs_03_0003__li47008311125"></a><a name="li47008311125"></a>URI format: GET /v3/{project_id}/backups</p>
|
||||||
<p id="evs_03_0003__p72226225614">For details, see <strong id="evs_03_0003__b8918143110510">CBR APIs</strong> > <strong id="evs_03_0003__b1998919341158">Backups</strong> > <strong id="evs_03_0003__b426418425515">Querying All Backups</strong> in the <em id="evs_03_0003__i75442718514">Cloud Backup and Recovery API Reference</em>.</p>
|
<p id="evs_03_0003__p72226225614">For details, see <strong id="evs_03_0003__b8918143110510">CBR APIs</strong> > <strong id="evs_03_0003__b1998919341158">Backups</strong> > <strong id="evs_03_0003__b426418425515">Querying All Backups</strong> in the <em id="evs_03_0003__i75442718514">Cloud Backup and Recovery API Reference</em>.</p>
|
||||||
</li><li id="evs_03_0003__li670013161215">Example request<p id="evs_03_0003__p270111313122"><a name="evs_03_0003__li670013161215"></a><a name="li670013161215"></a>GET /v2/9c53a566cb3443ab910cf0daebca90c4/backups</p>
|
</li><li id="evs_03_0003__li670013161215">Example request<p id="evs_03_0003__p270111313122"><a name="evs_03_0003__li670013161215"></a><a name="li670013161215"></a>GET /v3/{project_id}/backups</p>
|
||||||
</li><li id="evs_03_0003__li670114318124">Example response<pre class="screen" id="evs_03_0003__screen199001017183117">{
|
</li><li id="evs_03_0003__li670114318124">Example response<pre class="screen" id="evs_03_0003__screen199001017183117">{
|
||||||
"backups": [
|
"count" : 2,
|
||||||
{
|
"backups" : [ {
|
||||||
"id": "1d1139d8-8989-49d3-8aa1-83eb691e6db2",
|
"provider_id" : "0daac4c5-6707-4851-97ba-169e36266b66",
|
||||||
"links": [
|
"checkpoint_id" : "1fced58b-2a31-4851-bcbb-96216f83ce99",
|
||||||
{
|
"updated_at" : "2020-02-21T07:07:25.113761",
|
||||||
"href": "http://192.168.82.222:8776/v2/b23b579f08c84228b9b4673c46f0c442/backups/1d1139d8-8989-49d3-8aa1-83eb691e6db2",
|
"vault_id" : "cca85ea5-00a4-418d-9222-bd83985bc515",
|
||||||
"rel": "self"
|
"id" : "b1c4afd9-e7a6-4888-9010-c2bac3aa7910",
|
||||||
|
"resource_az" : "br-iaas-odin1a",
|
||||||
|
"image_type" : "backup",
|
||||||
|
"resource_id" : "1a503932-ee8f-4dd5-8248-8dfb57e584c5",
|
||||||
|
"resource_size" : 40,
|
||||||
|
"children" : [ ],
|
||||||
|
"extend_info" : {
|
||||||
|
"auto_trigger" : true,
|
||||||
|
"supported_restore_mode" : "backup",
|
||||||
|
"contain_system_disk" : true,
|
||||||
|
"support_lld" : true,
|
||||||
|
"system_disk" : false
|
||||||
},
|
},
|
||||||
{
|
"project_id" : "0605767b5780d5762fc5c0118072a564",
|
||||||
"href": "http://192.168.82.222:8776/b23b579f08c84228b9b4673c46f0c442/backups/1d1139d8-8989-49d3-8aa1-83eb691e6db2",
|
"status" : "available",
|
||||||
"rel": "bookmark"
|
"resource_name" : "test001-02",
|
||||||
}
|
"description" : "",
|
||||||
],
|
"expired_at" : "2020-05-21T07:00:54.060493",
|
||||||
"name": null
|
"name" : "autobk_b629",
|
||||||
|
"created_at" : "2020-02-21T07:00:54.065135",
|
||||||
|
"resource_type" : "OS::Nova::Server"
|
||||||
|
}, {
|
||||||
|
"provider_id" : "d1603440-187d-4516-af25-121250c7cc97",
|
||||||
|
"checkpoint_id" : "f64c351f-769f-4c04-8806-fd90a59e9b12",
|
||||||
|
"updated_at" : "2020-02-21T07:09:37.767084",
|
||||||
|
"vault_id" : "79bd9daa-884f-4f84-b8fe-235d58cd927d",
|
||||||
|
"id" : "5606aab5-2dc2-4498-8144-dc848d099af5",
|
||||||
|
"resource_az" : "br-iaas-odin1a",
|
||||||
|
"image_type" : "backup",
|
||||||
|
"resource_id" : "54f7ccbc-072f-4ec5-a7b7-b24dabdb4539",
|
||||||
|
"resource_size" : 40,
|
||||||
|
"children" : [ ],
|
||||||
|
"extend_info" : {
|
||||||
|
"auto_trigger" : true,
|
||||||
|
"snapshot_id" : "e3def9a8-e4b4-4c12-b132-f4ba8ce9a34f",
|
||||||
|
"bootable" : true,
|
||||||
|
"support_lld" : true,
|
||||||
|
"encrypted" : false,
|
||||||
|
"system_disk" : false
|
||||||
},
|
},
|
||||||
{
|
"project_id" : "0605767b5780d5762fc5c0118072a564",
|
||||||
"id": "b3cf7a16-decc-4beb-8077-682737d94a58",
|
"status" : "available",
|
||||||
"links": [
|
"resource_name" : "qsy_000",
|
||||||
{
|
"description" : "",
|
||||||
"href": "http://192.168.82.222:8776/v2/b23b579f08c84228b9b4673c46f0c442/backups/b3cf7a16-decc-4beb-8077-682737d94a58",
|
"expired_at" : "2020-03-22T07:00:34.877896",
|
||||||
"rel": "self"
|
"name" : "autobk_6809",
|
||||||
},
|
"created_at" : "2020-02-21T07:00:34.882174",
|
||||||
{
|
"resource_type" : "OS::Cinder::Volume"
|
||||||
"href": "http://192.168.82.222:8776/b23b579f08c84228b9b4673c46f0c442/backups/b3cf7a16-decc-4beb-8077-682737d94a58",
|
} ]
|
||||||
"rel": "bookmark"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"name": null
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"backups_links": [
|
|
||||||
{
|
|
||||||
"href": "http://192.168.82.222:8776/b23b579f08c84228b9b4673c46f0c442/backups?limit=1&offset=1&marker=b3cf7a16-decc-4beb-8077-682737d94a58",
|
|
||||||
"rel": "next"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}</pre>
|
}</pre>
|
||||||
</li></ul>
|
</li></ul>
|
||||||
</li><li id="evs_03_0003__li18702153161213">Create EVS disks.<ul id="evs_03_0003__ul1270210314124"><li id="evs_03_0003__li2070293191210">API information<p id="evs_03_0003__p166717121481"><a name="evs_03_0003__li2070293191210"></a><a name="li2070293191210"></a>URI format: POST /v3/{project_id}/volumes</p>
|
</li><li id="evs_03_0003__li18702153161213">Create EVS disks.<ul id="evs_03_0003__ul1270210314124"><li id="evs_03_0003__li2070293191210">API information<p id="evs_03_0003__p166717121481"><a name="evs_03_0003__li2070293191210"></a><a name="li2070293191210"></a>URI format: POST /v3/{project_id}/volumes</p>
|
||||||
|
@ -4,11 +4,17 @@
|
|||||||
<div id="body16808631">
|
<div id="body16808631">
|
||||||
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="evs_03_0010__table2151318164420" frame="border" border="1" rules="all"><thead align="left"><tr id="evs_03_0010__row131651812443"><th align="left" class="cellrowborder" valign="top" width="26.200000000000003%" id="mcps1.3.1.1.3.1.1"><p id="evs_03_0010__p13161918174419">Release On</p>
|
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="evs_03_0010__table2151318164420" frame="border" border="1" rules="all"><thead align="left"><tr id="evs_03_0010__row131651812443"><th align="left" class="cellrowborder" valign="top" width="26.200000000000003%" id="mcps1.3.1.1.3.1.1"><p id="evs_03_0010__p13161918174419">Release On</p>
|
||||||
</th>
|
</th>
|
||||||
<th align="left" class="cellrowborder" valign="top" width="73.8%" id="mcps1.3.1.1.3.1.2"><p id="evs_03_0010__p181681824415">What's New</p>
|
<th align="left" class="cellrowborder" valign="top" width="73.8%" id="mcps1.3.1.1.3.1.2"><p id="evs_03_0010__p181681824415">Description</p>
|
||||||
</th>
|
</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody><tr id="evs_03_0010__row618141874420"><td class="cellrowborder" valign="top" width="26.200000000000003%" headers="mcps1.3.1.1.3.1.1 "><p id="evs_03_0010__p918718144418">2018-11-08</p>
|
<tbody><tr id="evs_03_0010__row3508313194011"><td class="cellrowborder" valign="top" width="26.200000000000003%" headers="mcps1.3.1.1.3.1.1 "><p id="evs_03_0010__p175091413134020">2022-10-18</p>
|
||||||
|
</td>
|
||||||
|
<td class="cellrowborder" valign="top" width="73.8%" headers="mcps1.3.1.1.3.1.2 "><p id="evs_03_0010__p1509113194015">This issue is the second official issue, which incorporates the following change:</p>
|
||||||
|
<p id="evs_03_0010__p7559183216400">Optimized some descriptions.</p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr id="evs_03_0010__row618141874420"><td class="cellrowborder" valign="top" width="26.200000000000003%" headers="mcps1.3.1.1.3.1.1 "><p id="evs_03_0010__p918718144418">2018-11-08</p>
|
||||||
</td>
|
</td>
|
||||||
<td class="cellrowborder" valign="top" width="73.8%" headers="mcps1.3.1.1.3.1.2 "><p id="evs_03_0010__p1318121820443">This issue is the first official release.</p>
|
<td class="cellrowborder" valign="top" width="73.8%" headers="mcps1.3.1.1.3.1.2 "><p id="evs_03_0010__p1318121820443">This issue is the first official release.</p>
|
||||||
</td>
|
</td>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user