forked from docs/doc-exports
cbr_api0219 version(worm)
Reviewed-by: Muller, Martin <martin.muller@t-systems.com> Co-authored-by: tanweixi <tanweixi@huawei.com> Co-committed-by: tanweixi <tanweixi@huawei.com>
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,7 @@
|
||||
<a name="AddVaultResource"></a><a name="AddVaultResource"></a>
|
||||
|
||||
<h1 class="topictitle1">Associating Resources</h1>
|
||||
<div><div class="section"><h4 class="sectiontitle">Function</h4><p>This API is used to associate resources with a vault.</p>
|
||||
<div id="body1708331107508"><div class="section"><h4 class="sectiontitle">Function</h4><p>This API is used to associate resources with a vault.</p>
|
||||
</div>
|
||||
<div class="section" id="AddVaultResource__atuogenerate_1"><h4 class="sectiontitle">URI</h4><p>POST /v3/{project_id}/vaults/{vault_id}/addresources</p>
|
||||
|
||||
@ -54,7 +54,8 @@
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.2.2.5.1.3 "><p>String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.2.2.5.1.4 "><p>User token The token can be obtained by calling the IAM API used to obtain a user token. The value of <strong>X-Subject-Token</strong> in the response header is the user token.</p>
|
||||
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.2.2.5.1.4 "><p>User token</p>
|
||||
<p>The token can be obtained by calling the IAM API used to obtain a user token. The value of <strong>X-Subject-Token</strong> in the response header is the user token.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -162,19 +163,19 @@
|
||||
</div>
|
||||
<div class="section"><h4 class="sectiontitle">Response Parameters</h4><p><strong>Status code: 200</strong></p>
|
||||
|
||||
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="AddVaultResource__response_VaultAddResourceResp" frame="border" border="1" rules="all"><caption><b>Table 6 </b>Response body parameters</caption><thead align="left"><tr><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.3.2.4.1.1"><p>Parameter</p>
|
||||
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="AddVaultResource__response_VaultAddResourceResp" frame="border" border="1" rules="all"><caption><b>Table 6 </b>Response body parameters</caption><thead align="left"><tr><th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.4.3.2.4.1.1"><p>Parameter</p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.3.2.4.1.2"><p>Type</p>
|
||||
<th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.4.3.2.4.1.2"><p>Type</p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="60%" id="mcps1.3.4.3.2.4.1.3"><p>Description</p>
|
||||
<th align="left" class="cellrowborder" valign="top" width="50%" id="mcps1.3.4.3.2.4.1.3"><p>Description</p>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody><tr><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.3.2.4.1.1 "><p>add_resource_ids</p>
|
||||
<tbody><tr><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.3.2.4.1.1 "><p>add_resource_ids</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.3.2.4.1.2 "><p>Array of strings</p>
|
||||
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.3.2.4.1.2 "><p>Array of strings</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.3.2.4.1.3 "><p>List of resource IDs that have been added</p>
|
||||
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.3.2.4.1.3 "><p>List of resource IDs that have been added</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -220,7 +221,7 @@
|
||||
</div>
|
||||
<div>
|
||||
<div class="familylinks">
|
||||
<div class="parentlink"><strong>Parent topic:</strong> <a href="topic_300000005.html">Vaults</a></div>
|
||||
<div class="parentlink"><strong>Parent topic:</strong> <a href="topic_300000001.html">Vaults</a></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<a name="AssociateVaultPolicy"></a><a name="AssociateVaultPolicy"></a>
|
||||
|
||||
<h1 class="topictitle1">Applying a Policy to a Vault</h1>
|
||||
<div><div class="section"><h4 class="sectiontitle">Function</h4><p>This API is used to apply a policy to a vault.</p>
|
||||
<div id="body1708331107508"><div class="section"><h4 class="sectiontitle">Function</h4><p>This API is used to apply a policy to a vault.</p>
|
||||
</div>
|
||||
<div class="section" id="AssociateVaultPolicy__atuogenerate_1"><h4 class="sectiontitle">URI</h4><p>POST /v3/{project_id}/vaults/{vault_id}/associatepolicy</p>
|
||||
|
||||
@ -54,7 +54,8 @@
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.2.2.5.1.3 "><p>String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.2.2.5.1.4 "><p>User token The token can be obtained by calling the IAM API used to obtain a user token. The value of <strong>X-Subject-Token</strong> in the response header is the user token.</p>
|
||||
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.2.2.5.1.4 "><p>User token</p>
|
||||
<p>The token can be obtained by calling the IAM API used to obtain a user token. The value of <strong>X-Subject-Token</strong> in the response header is the user token.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -86,45 +87,45 @@
|
||||
</div>
|
||||
<div class="section"><h4 class="sectiontitle">Response Parameters</h4><p><strong>Status code: 200</strong></p>
|
||||
|
||||
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="AssociateVaultPolicy__response_VaultAssociateResp" frame="border" border="1" rules="all"><caption><b>Table 4 </b>Response body parameters</caption><thead align="left"><tr><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.3.2.4.1.1"><p>Parameter</p>
|
||||
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="AssociateVaultPolicy__response_VaultAssociateResp" frame="border" border="1" rules="all"><caption><b>Table 4 </b>Response body parameters</caption><thead align="left"><tr><th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.4.3.2.4.1.1"><p>Parameter</p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.3.2.4.1.2"><p>Type</p>
|
||||
<th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.4.3.2.4.1.2"><p>Type</p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="60%" id="mcps1.3.4.3.2.4.1.3"><p>Description</p>
|
||||
<th align="left" class="cellrowborder" valign="top" width="50%" id="mcps1.3.4.3.2.4.1.3"><p>Description</p>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody><tr><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.3.2.4.1.1 "><p>associate_policy</p>
|
||||
<tbody><tr><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.3.2.4.1.1 "><p>associate_policy</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.3.2.4.1.2 "><p><a href="#AssociateVaultPolicy__response_VaultPolicyResp">VaultPolicyResp</a> object</p>
|
||||
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.3.2.4.1.2 "><p><a href="#AssociateVaultPolicy__response_VaultPolicyResp">VaultPolicyResp</a> object</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.3.2.4.1.3 "><p>Details of applying a policy to a vault</p>
|
||||
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.3.2.4.1.3 "><p>Details of applying a policy to a vault</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div class="tablenoborder"><a name="AssociateVaultPolicy__response_VaultPolicyResp"></a><a name="response_VaultPolicyResp"></a><table cellpadding="4" cellspacing="0" summary="" id="AssociateVaultPolicy__response_VaultPolicyResp" frame="border" border="1" rules="all"><caption><b>Table 5 </b>VaultPolicyResp</caption><thead align="left"><tr><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.4.2.4.1.1"><p>Parameter</p>
|
||||
<div class="tablenoborder"><a name="AssociateVaultPolicy__response_VaultPolicyResp"></a><a name="response_VaultPolicyResp"></a><table cellpadding="4" cellspacing="0" summary="" id="AssociateVaultPolicy__response_VaultPolicyResp" frame="border" border="1" rules="all"><caption><b>Table 5 </b>VaultPolicyResp</caption><thead align="left"><tr><th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.4.4.2.4.1.1"><p>Parameter</p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.4.2.4.1.2"><p>Type</p>
|
||||
<th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.4.4.2.4.1.2"><p>Type</p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="60%" id="mcps1.3.4.4.2.4.1.3"><p>Description</p>
|
||||
<th align="left" class="cellrowborder" valign="top" width="50%" id="mcps1.3.4.4.2.4.1.3"><p>Description</p>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody><tr><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.4.2.4.1.1 "><p>policy_id</p>
|
||||
<tbody><tr><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.4.2.4.1.1 "><p>policy_id</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.4.2.4.1.2 "><p>String</p>
|
||||
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.4.2.4.1.2 "><p>String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.4.2.4.1.3 "><p>Configured policy ID</p>
|
||||
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.4.2.4.1.3 "><p>Configured policy ID</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.4.2.4.1.1 "><p>vault_id</p>
|
||||
<tr><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.4.2.4.1.1 "><p>vault_id</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.4.2.4.1.2 "><p>String</p>
|
||||
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.4.2.4.1.2 "><p>String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.4.2.4.1.3 "><p>Vault ID for configuring the policy ID</p>
|
||||
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.4.2.4.1.3 "><p>Vault ID for configuring the policy ID</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -167,7 +168,7 @@
|
||||
</div>
|
||||
<div>
|
||||
<div class="familylinks">
|
||||
<div class="parentlink"><strong>Parent topic:</strong> <a href="topic_300000005.html">Vaults</a></div>
|
||||
<div class="parentlink"><strong>Parent topic:</strong> <a href="topic_300000001.html">Vaults</a></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -1,7 +1,14 @@
|
||||
<a name="BatchCreateAndDeleteVaultTags"></a><a name="BatchCreateAndDeleteVaultTags"></a>
|
||||
|
||||
<h1 class="topictitle1">Batch Adding or Deleting Tags of a Vault</h1>
|
||||
<div><div class="section"><h4 class="sectiontitle">Function</h4><p>This API is used to batch add or delete tags for a specified instance. TMS uses this API to manage service resource tags. A resource can have a maximum of 20 tags. This API is idempotent. If there are duplicate keys in the request body when you add tags, an error is reported. If a to-be-added tag has the same key as an existing tag, the tag will be added and will overwrite the existing tag. When deleting tags, duplicate keys are allowed. When deleting tags, if some tags do not exist, the deletion is considered to be successful by default. The character set of the tags will not be verified. A key and a value can each consist of up to 127 and 255 characters. When you delete tags, the tags structure cannot be missing, and the key cannot be left blank or be an empty string.</p>
|
||||
<div id="body1708331107508"><div class="section"><h4 class="sectiontitle">Function</h4><p>This API is used to batch add or delete tags for a specified instance.</p>
|
||||
<p>TMS uses this API to manage service resource tags.</p>
|
||||
<p>A resource can have a maximum of 20 tags.</p>
|
||||
<p>This API is idempotent.</p>
|
||||
<p>If there are duplicate keys in the request body when you add tags, an error is reported.</p>
|
||||
<p>If a to-be-added tag has the same key as an existing tag, the tag will be added and will overwrite the existing tag.</p>
|
||||
<p>When deleting tags, duplicate keys are allowed.</p>
|
||||
<p>When deleting tags, if some tags do not exist, the deletion is considered to be successful by default. The character set of the tags will not be verified. A key and a value can each consist of up to 127 and 255 characters. When you delete tags, the tags structure cannot be missing, and the key cannot be left blank or be an empty string.</p>
|
||||
</div>
|
||||
<div class="section" id="BatchCreateAndDeleteVaultTags__atuogenerate_1"><h4 class="sectiontitle">URI</h4><p>POST /v3/{project_id}/vault/{vault_id}/tags/action</p>
|
||||
|
||||
@ -122,26 +129,26 @@
|
||||
</div>
|
||||
<div class="section"><h4 class="sectiontitle">Response Parameters</h4><p><strong>Status code: 400</strong></p>
|
||||
|
||||
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="BatchCreateAndDeleteVaultTags__response_ErrorResponse" frame="border" border="1" rules="all"><caption><b>Table 4 </b>Response body parameters</caption><thead align="left"><tr><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.3.2.4.1.1"><p>Parameter</p>
|
||||
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="BatchCreateAndDeleteVaultTags__response_ErrorResponse" frame="border" border="1" rules="all"><caption><b>Table 4 </b>Response body parameters</caption><thead align="left"><tr><th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.4.3.2.4.1.1"><p>Parameter</p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.3.2.4.1.2"><p>Type</p>
|
||||
<th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.4.3.2.4.1.2"><p>Type</p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="60%" id="mcps1.3.4.3.2.4.1.3"><p>Description</p>
|
||||
<th align="left" class="cellrowborder" valign="top" width="50%" id="mcps1.3.4.3.2.4.1.3"><p>Description</p>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody><tr><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.3.2.4.1.1 "><p>error_code</p>
|
||||
<tbody><tr><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.3.2.4.1.1 "><p>error_code</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.3.2.4.1.2 "><p>String</p>
|
||||
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.3.2.4.1.2 "><p>String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.3.2.4.1.3 "><p>For details, see <a href="ErrorCode.html">Error Codes</a>.</p>
|
||||
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.3.2.4.1.3 "><p>For details, see <a href="ErrorCode.html">Error Codes</a>.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.3.2.4.1.1 "><p>error_msg</p>
|
||||
<tr><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.3.2.4.1.1 "><p>error_msg</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.3.2.4.1.2 "><p>String</p>
|
||||
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.3.2.4.1.2 "><p>String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.3.2.4.1.3 "><p>Error message</p>
|
||||
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.3.2.4.1.3 "><p>Error message</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -190,7 +197,7 @@
|
||||
</div>
|
||||
<div>
|
||||
<div class="familylinks">
|
||||
<div class="parentlink"><strong>Parent topic:</strong> <a href="topic_300000006.html">Tags</a></div>
|
||||
<div class="parentlink"><strong>Parent topic:</strong> <a href="topic_300000007.html">Tags</a></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,8 @@
|
||||
<a name="CreateVaultTags"></a><a name="CreateVaultTags"></a>
|
||||
|
||||
<h1 class="topictitle1">Adding a Tag to an Associated Resource</h1>
|
||||
<div><div class="section"><h4 class="sectiontitle">Function</h4><p>This API is used to add a tag to an associated resource. A resource can have a maximum of 20 tags. This API is idempotent. If a to-be-added tag has the same key as an existing tag, the tag will be added and will overwrite the existing tag.</p>
|
||||
<div id="body1708331107508"><div class="section"><h4 class="sectiontitle">Function</h4><p>This API is used to add a tag to an associated resource. A resource can have a maximum of 20 tags.</p>
|
||||
<p>This API is idempotent. If a to-be-added tag has the same key as an existing tag, the tag will be added and will overwrite the existing tag.</p>
|
||||
</div>
|
||||
<div class="section" id="CreateVaultTags__atuogenerate_1"><h4 class="sectiontitle">URI</h4><p>POST /v3/{project_id}/vault/{vault_id}/tags</p>
|
||||
|
||||
@ -106,26 +107,26 @@
|
||||
</div>
|
||||
<div class="section"><h4 class="sectiontitle">Response Parameters</h4><p><strong>Status code: 400</strong></p>
|
||||
|
||||
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="CreateVaultTags__response_ErrorResponse" frame="border" border="1" rules="all"><caption><b>Table 4 </b>Response body parameters</caption><thead align="left"><tr><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.3.2.4.1.1"><p>Parameter</p>
|
||||
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="CreateVaultTags__response_ErrorResponse" frame="border" border="1" rules="all"><caption><b>Table 4 </b>Response body parameters</caption><thead align="left"><tr><th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.4.3.2.4.1.1"><p>Parameter</p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.3.2.4.1.2"><p>Type</p>
|
||||
<th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.4.3.2.4.1.2"><p>Type</p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="60%" id="mcps1.3.4.3.2.4.1.3"><p>Description</p>
|
||||
<th align="left" class="cellrowborder" valign="top" width="50%" id="mcps1.3.4.3.2.4.1.3"><p>Description</p>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody><tr><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.3.2.4.1.1 "><p>error_code</p>
|
||||
<tbody><tr><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.3.2.4.1.1 "><p>error_code</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.3.2.4.1.2 "><p>String</p>
|
||||
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.3.2.4.1.2 "><p>String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.3.2.4.1.3 "><p>For details, see <a href="ErrorCode.html">Error Codes</a>.</p>
|
||||
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.3.2.4.1.3 "><p>For details, see <a href="ErrorCode.html">Error Codes</a>.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.3.2.4.1.1 "><p>error_msg</p>
|
||||
<tr><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.3.2.4.1.1 "><p>error_msg</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.3.2.4.1.2 "><p>String</p>
|
||||
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.3.2.4.1.2 "><p>String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.3.2.4.1.3 "><p>Error message</p>
|
||||
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.3.2.4.1.3 "><p>Error message</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -170,7 +171,7 @@
|
||||
</div>
|
||||
<div>
|
||||
<div class="familylinks">
|
||||
<div class="parentlink"><strong>Parent topic:</strong> <a href="topic_300000006.html">Tags</a></div>
|
||||
<div class="parentlink"><strong>Parent topic:</strong> <a href="topic_300000007.html">Tags</a></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<a name="DeleteBackup"></a><a name="DeleteBackup"></a>
|
||||
|
||||
<h1 class="topictitle1">Deleting a Backup</h1>
|
||||
<div><div class="section"><h4 class="sectiontitle">Function</h4><p>This API is used to delete a single backup.</p>
|
||||
<div id="body1708331107508"><div class="section"><h4 class="sectiontitle">Function</h4><p>This API is used to delete a single backup.</p>
|
||||
</div>
|
||||
<div class="section" id="DeleteBackup__atuogenerate_1"><h4 class="sectiontitle">URI</h4><p>DELETE /v3/{project_id}/backups/{backup_id}</p>
|
||||
|
||||
@ -54,7 +54,8 @@
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.2.2.5.1.3 "><p>String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.2.2.5.1.4 "><p>User token The token can be obtained by calling the IAM API used to obtain a user token. The value of <strong>X-Subject-Token</strong> in the response header is the user token.</p>
|
||||
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.2.2.5.1.4 "><p>User token</p>
|
||||
<p>The token can be obtained by calling the IAM API used to obtain a user token. The value of <strong>X-Subject-Token</strong> in the response header is the user token.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -88,7 +89,7 @@
|
||||
</div>
|
||||
<div>
|
||||
<div class="familylinks">
|
||||
<div class="parentlink"><strong>Parent topic:</strong> <a href="topic_300000003.html">Backups</a></div>
|
||||
<div class="parentlink"><strong>Parent topic:</strong> <a href="topic_300000004.html">Backups</a></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<a name="DeleteMember"></a><a name="DeleteMember"></a>
|
||||
|
||||
<h1 class="topictitle1">Deleting a Specified Share Member</h1>
|
||||
<div><div class="section"><h4 class="sectiontitle">Function</h4><p>This API is used to delete a specified backup share member.</p>
|
||||
<div id="body1708331107508"><div class="section"><h4 class="sectiontitle">Function</h4><p>This API is used to delete a specified backup share member.</p>
|
||||
</div>
|
||||
<div class="section" id="DeleteMember__atuogenerate_1"><h4 class="sectiontitle">URI</h4><p>DELETE /v3/{project_id}/backups/{backup_id}/members/{member_id}</p>
|
||||
|
||||
@ -63,7 +63,8 @@
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.2.2.5.1.3 "><p>String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.2.2.5.1.4 "><p>User token The token can be obtained by calling the IAM API used to obtain a user token. The value of <strong>X-Subject-Token</strong> in the response header is the user token.</p>
|
||||
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.2.2.5.1.4 "><p>User token</p>
|
||||
<p>The token can be obtained by calling the IAM API used to obtain a user token. The value of <strong>X-Subject-Token</strong> in the response header is the user token.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -97,7 +98,7 @@
|
||||
</div>
|
||||
<div>
|
||||
<div class="familylinks">
|
||||
<div class="parentlink"><strong>Parent topic:</strong> <a href="topic_300000004.html">Backup Sharing</a></div>
|
||||
<div class="parentlink"><strong>Parent topic:</strong> <a href="topic_300000006.html">Backup Sharing</a></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<a name="DeletePolicy"></a><a name="DeletePolicy"></a>
|
||||
|
||||
<h1 class="topictitle1">Deleting a Policy</h1>
|
||||
<div><div class="section"><h4 class="sectiontitle">Function</h4><p>This API is used to delete a policy.</p>
|
||||
<div id="body1708331107508"><div class="section"><h4 class="sectiontitle">Function</h4><p>This API is used to delete a policy.</p>
|
||||
</div>
|
||||
<div class="section" id="DeletePolicy__atuogenerate_1"><h4 class="sectiontitle">URI</h4><p>DELETE /v3/{project_id}/policies/{policy_id}</p>
|
||||
|
||||
@ -54,7 +54,8 @@
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.2.2.5.1.3 "><p>String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.2.2.5.1.4 "><p>User token The token can be obtained by calling the IAM API used to obtain a user token. The value of <strong>X-Subject-Token</strong> in the response header is the user token.</p>
|
||||
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.2.2.5.1.4 "><p>User token</p>
|
||||
<p>The token can be obtained by calling the IAM API used to obtain a user token. The value of <strong>X-Subject-Token</strong> in the response header is the user token.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -88,7 +89,7 @@
|
||||
</div>
|
||||
<div>
|
||||
<div class="familylinks">
|
||||
<div class="parentlink"><strong>Parent topic:</strong> <a href="topic_300000007.html">Policies</a></div>
|
||||
<div class="parentlink"><strong>Parent topic:</strong> <a href="topic_300000003.html">Policies</a></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<a name="DeleteVault"></a><a name="DeleteVault"></a>
|
||||
|
||||
<h1 class="topictitle1">Deleting a Vault</h1>
|
||||
<div><div class="section"><h4 class="sectiontitle">Function</h4><p>This API is used to delete vaults. Once a vault is deleted, all backups in the vault are cleared.</p>
|
||||
<div id="body1708331107508"><div class="section"><h4 class="sectiontitle">Function</h4><p>Deleting a vault. Once a vault is deleted, all backups in the vault will be deleted.</p>
|
||||
</div>
|
||||
<div class="section" id="DeleteVault__atuogenerate_1"><h4 class="sectiontitle">URI</h4><p>DELETE /v3/{project_id}/vaults/{vault_id}</p>
|
||||
|
||||
@ -54,7 +54,8 @@
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.2.2.5.1.3 "><p>String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.2.2.5.1.4 "><p>User token The token can be obtained by calling the IAM API used to obtain a user token. The value of <strong>X-Subject-Token</strong> in the response header is the user token.</p>
|
||||
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.2.2.5.1.4 "><p>User token</p>
|
||||
<p>The token can be obtained by calling the IAM API used to obtain a user token. The value of <strong>X-Subject-Token</strong> in the response header is the user token.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -88,7 +89,7 @@
|
||||
</div>
|
||||
<div>
|
||||
<div class="familylinks">
|
||||
<div class="parentlink"><strong>Parent topic:</strong> <a href="topic_300000005.html">Vaults</a></div>
|
||||
<div class="parentlink"><strong>Parent topic:</strong> <a href="topic_300000001.html">Vaults</a></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<a name="DeleteVaultTag"></a><a name="DeleteVaultTag"></a>
|
||||
|
||||
<h1 class="topictitle1">Deleting a Tag from an Associated Resource</h1>
|
||||
<div><div class="section"><h4 class="sectiontitle">Function</h4><p>This API is used to delete a tag from an associated resource. The API is idempotent. When you delete a nonexistent tag, error code 404 will be returned. Tag keys cannot be empty or be empty character strings.</p>
|
||||
<div id="body1708331107508"><div class="section"><h4 class="sectiontitle">Function</h4><p>This API is used to delete a tag from an associated resource. The API is idempotent. When you delete a nonexistent tag, error code 404 will be returned. Tag keys cannot be empty or be empty character strings.</p>
|
||||
</div>
|
||||
<div class="section" id="DeleteVaultTag__atuogenerate_1"><h4 class="sectiontitle">URI</h4><p>DELETE /v3/{project_id}/vault/{vault_id}/tags/{key}</p>
|
||||
|
||||
@ -21,7 +21,8 @@
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.2.3.2.5.1.3 "><p>String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.2.3.2.5.1.4 "><p>The key cannot be left blank or be an empty string. The key length and character set are not verified. Keys are verified and used after the spaces before and after them are deleted. Even invalid tags at the bottom layer can be deleted.</p>
|
||||
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.2.3.2.5.1.4 "><p>The key cannot be left blank or be an empty string. The key length and character set are not verified. Keys are verified and used after the spaces before and after them are deleted.</p>
|
||||
<p>Even invalid tags at the bottom layer can be deleted.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.2.3.2.5.1.1 "><p>project_id</p>
|
||||
@ -50,26 +51,26 @@
|
||||
</div>
|
||||
<div class="section"><h4 class="sectiontitle">Response Parameters</h4><p><strong>Status code: 400</strong></p>
|
||||
|
||||
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="DeleteVaultTag__response_ErrorResponse" frame="border" border="1" rules="all"><caption><b>Table 2 </b>Response body parameters</caption><thead align="left"><tr><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.3.2.4.1.1"><p>Parameter</p>
|
||||
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="DeleteVaultTag__response_ErrorResponse" frame="border" border="1" rules="all"><caption><b>Table 2 </b>Response body parameters</caption><thead align="left"><tr><th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.4.3.2.4.1.1"><p>Parameter</p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.3.2.4.1.2"><p>Type</p>
|
||||
<th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.4.3.2.4.1.2"><p>Type</p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="60%" id="mcps1.3.4.3.2.4.1.3"><p>Description</p>
|
||||
<th align="left" class="cellrowborder" valign="top" width="50%" id="mcps1.3.4.3.2.4.1.3"><p>Description</p>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody><tr><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.3.2.4.1.1 "><p>error_code</p>
|
||||
<tbody><tr><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.3.2.4.1.1 "><p>error_code</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.3.2.4.1.2 "><p>String</p>
|
||||
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.3.2.4.1.2 "><p>String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.3.2.4.1.3 "><p>For details, see <a href="ErrorCode.html">Error Codes</a>.</p>
|
||||
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.3.2.4.1.3 "><p>For details, see <a href="ErrorCode.html">Error Codes</a>.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.3.2.4.1.1 "><p>error_msg</p>
|
||||
<tr><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.3.2.4.1.1 "><p>error_msg</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.3.2.4.1.2 "><p>String</p>
|
||||
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.3.2.4.1.2 "><p>String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.3.2.4.1.3 "><p>Error message</p>
|
||||
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.3.2.4.1.3 "><p>Error message</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -106,7 +107,7 @@
|
||||
</div>
|
||||
<div>
|
||||
<div class="familylinks">
|
||||
<div class="parentlink"><strong>Parent topic:</strong> <a href="topic_300000006.html">Tags</a></div>
|
||||
<div class="parentlink"><strong>Parent topic:</strong> <a href="topic_300000007.html">Tags</a></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<a name="DisassociateVaultPolicy"></a><a name="DisassociateVaultPolicy"></a>
|
||||
|
||||
<h1 class="topictitle1">Removing a Policy from a Vault</h1>
|
||||
<div><div class="section"><h4 class="sectiontitle">Function</h4><p>This API is used to remove a policy from a vault.</p>
|
||||
<div id="body1708331107508"><div class="section"><h4 class="sectiontitle">Function</h4><p>This API is used to remove a policy from a vault.</p>
|
||||
</div>
|
||||
<div class="section" id="DisassociateVaultPolicy__atuogenerate_1"><h4 class="sectiontitle">URI</h4><p>POST /v3/{project_id}/vaults/{vault_id}/dissociatepolicy</p>
|
||||
|
||||
@ -54,7 +54,8 @@
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.2.2.5.1.3 "><p>String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.2.2.5.1.4 "><p>User token The token can be obtained by calling the IAM API used to obtain a user token. The value of <strong>X-Subject-Token</strong> in the response header is the user token.</p>
|
||||
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.2.2.5.1.4 "><p>User token</p>
|
||||
<p>The token can be obtained by calling the IAM API used to obtain a user token. The value of <strong>X-Subject-Token</strong> in the response header is the user token.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -86,45 +87,45 @@
|
||||
</div>
|
||||
<div class="section"><h4 class="sectiontitle">Response Parameters</h4><p><strong>Status code: 200</strong></p>
|
||||
|
||||
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="DisassociateVaultPolicy__response_VaultDissociateResp" frame="border" border="1" rules="all"><caption><b>Table 4 </b>Response body parameters</caption><thead align="left"><tr><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.3.2.4.1.1"><p>Parameter</p>
|
||||
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="DisassociateVaultPolicy__response_VaultDissociateResp" frame="border" border="1" rules="all"><caption><b>Table 4 </b>Response body parameters</caption><thead align="left"><tr><th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.4.3.2.4.1.1"><p>Parameter</p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.3.2.4.1.2"><p>Type</p>
|
||||
<th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.4.3.2.4.1.2"><p>Type</p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="60%" id="mcps1.3.4.3.2.4.1.3"><p>Description</p>
|
||||
<th align="left" class="cellrowborder" valign="top" width="50%" id="mcps1.3.4.3.2.4.1.3"><p>Description</p>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody><tr><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.3.2.4.1.1 "><p>dissociate_policy</p>
|
||||
<tbody><tr><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.3.2.4.1.1 "><p>dissociate_policy</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.3.2.4.1.2 "><p><a href="#DisassociateVaultPolicy__response_VaultPolicyResp">VaultPolicyResp</a> object</p>
|
||||
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.3.2.4.1.2 "><p><a href="#DisassociateVaultPolicy__response_VaultPolicyResp">VaultPolicyResp</a> object</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.3.2.4.1.3 "><p>Details of removing a policy from a vault</p>
|
||||
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.3.2.4.1.3 "><p>Details of removing a policy from a vault</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div class="tablenoborder"><a name="DisassociateVaultPolicy__response_VaultPolicyResp"></a><a name="response_VaultPolicyResp"></a><table cellpadding="4" cellspacing="0" summary="" id="DisassociateVaultPolicy__response_VaultPolicyResp" frame="border" border="1" rules="all"><caption><b>Table 5 </b>VaultPolicyResp</caption><thead align="left"><tr><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.4.2.4.1.1"><p>Parameter</p>
|
||||
<div class="tablenoborder"><a name="DisassociateVaultPolicy__response_VaultPolicyResp"></a><a name="response_VaultPolicyResp"></a><table cellpadding="4" cellspacing="0" summary="" id="DisassociateVaultPolicy__response_VaultPolicyResp" frame="border" border="1" rules="all"><caption><b>Table 5 </b>VaultPolicyResp</caption><thead align="left"><tr><th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.4.4.2.4.1.1"><p>Parameter</p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.4.2.4.1.2"><p>Type</p>
|
||||
<th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.4.4.2.4.1.2"><p>Type</p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="60%" id="mcps1.3.4.4.2.4.1.3"><p>Description</p>
|
||||
<th align="left" class="cellrowborder" valign="top" width="50%" id="mcps1.3.4.4.2.4.1.3"><p>Description</p>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody><tr><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.4.2.4.1.1 "><p>policy_id</p>
|
||||
<tbody><tr><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.4.2.4.1.1 "><p>policy_id</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.4.2.4.1.2 "><p>String</p>
|
||||
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.4.2.4.1.2 "><p>String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.4.2.4.1.3 "><p>Configured policy ID</p>
|
||||
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.4.2.4.1.3 "><p>Configured policy ID</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.4.2.4.1.1 "><p>vault_id</p>
|
||||
<tr><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.4.2.4.1.1 "><p>vault_id</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.4.2.4.1.2 "><p>String</p>
|
||||
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.4.2.4.1.2 "><p>String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.4.2.4.1.3 "><p>Vault ID for configuring the policy ID</p>
|
||||
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.4.2.4.1.3 "><p>Vault ID for configuring the policy ID</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -167,7 +168,7 @@
|
||||
</div>
|
||||
<div>
|
||||
<div class="familylinks">
|
||||
<div class="parentlink"><strong>Parent topic:</strong> <a href="topic_300000005.html">Vaults</a></div>
|
||||
<div class="parentlink"><strong>Parent topic:</strong> <a href="topic_300000001.html">Vaults</a></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,7 @@
|
||||
<a name="MigrateVaultResource"></a><a name="MigrateVaultResource"></a>
|
||||
|
||||
<h1 class="topictitle1">Migrating Resources</h1>
|
||||
<div><div class="section"><h4 class="sectiontitle">Function</h4><p>This API is used to associate resources with another vault and migrate the resource backups to that destination vault.</p>
|
||||
<div id="body1708331107508"><div class="section"><h4 class="sectiontitle">Function</h4><p>This API is used to associate resources with another vault and migrate the resource backups to that destination vault.</p>
|
||||
</div>
|
||||
<div class="section" id="MigrateVaultResource__atuogenerate_1"><h4 class="sectiontitle">URI</h4><p>POST /v3/{project_id}/vaults/{vault_id}/migrateresources</p>
|
||||
|
||||
@ -54,7 +54,8 @@
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.2.2.5.1.3 "><p>String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.2.2.5.1.4 "><p>User token The token can be obtained by calling the IAM API used to obtain a user token. The value of <strong>X-Subject-Token</strong> in the response header is the user token.</p>
|
||||
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.2.2.5.1.4 "><p>User token</p>
|
||||
<p>The token can be obtained by calling the IAM API used to obtain a user token. The value of <strong>X-Subject-Token</strong> in the response header is the user token.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -95,19 +96,19 @@
|
||||
</div>
|
||||
<div class="section"><h4 class="sectiontitle">Response Parameters</h4><p><strong>Status code: 200</strong></p>
|
||||
|
||||
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="MigrateVaultResource__response_VaultMigrateResourceResp" frame="border" border="1" rules="all"><caption><b>Table 4 </b>Response body parameters</caption><thead align="left"><tr><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.3.2.4.1.1"><p>Parameter</p>
|
||||
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="MigrateVaultResource__response_VaultMigrateResourceResp" frame="border" border="1" rules="all"><caption><b>Table 4 </b>Response body parameters</caption><thead align="left"><tr><th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.4.3.2.4.1.1"><p>Parameter</p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.3.2.4.1.2"><p>Type</p>
|
||||
<th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.4.3.2.4.1.2"><p>Type</p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="60%" id="mcps1.3.4.3.2.4.1.3"><p>Description</p>
|
||||
<th align="left" class="cellrowborder" valign="top" width="50%" id="mcps1.3.4.3.2.4.1.3"><p>Description</p>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody><tr><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.3.2.4.1.1 "><p>migrated_resources</p>
|
||||
<tbody><tr><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.3.2.4.1.1 "><p>migrated_resources</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.3.2.4.1.2 "><p>Array of strings</p>
|
||||
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.3.2.4.1.2 "><p>Array of strings</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.3.2.4.1.3 "><p>List of migrated resources</p>
|
||||
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.3.2.4.1.3 "><p>List of migrated resources</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -148,7 +149,7 @@
|
||||
</div>
|
||||
<div>
|
||||
<div class="familylinks">
|
||||
<div class="parentlink"><strong>Parent topic:</strong> <a href="topic_300000005.html">Vaults</a></div>
|
||||
<div class="parentlink"><strong>Parent topic:</strong> <a href="topic_300000001.html">Vaults</a></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<a name="RemoveVaultResource"></a><a name="RemoveVaultResource"></a>
|
||||
|
||||
<h1 class="topictitle1">Dissociating Resources</h1>
|
||||
<div><div class="section"><h4 class="sectiontitle">Function</h4><p>This API is used to dissociate resources from a vault.</p>
|
||||
<div id="body1708331107508"><div class="section"><h4 class="sectiontitle">Function</h4><p>This API is used to dissociate resources from a vault.</p>
|
||||
</div>
|
||||
<div class="section" id="RemoveVaultResource__atuogenerate_1"><h4 class="sectiontitle">URI</h4><p>POST /v3/{project_id}/vaults/{vault_id}/removeresources</p>
|
||||
|
||||
@ -54,7 +54,8 @@
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.2.2.5.1.3 "><p>String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.2.2.5.1.4 "><p>User token The token can be obtained by calling the IAM API used to obtain a user token. The value of <strong>X-Subject-Token</strong> in the response header is the user token.</p>
|
||||
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.2.2.5.1.4 "><p>User token</p>
|
||||
<p>The token can be obtained by calling the IAM API used to obtain a user token. The value of <strong>X-Subject-Token</strong> in the response header is the user token.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -86,19 +87,19 @@
|
||||
</div>
|
||||
<div class="section"><h4 class="sectiontitle">Response Parameters</h4><p><strong>Status code: 200</strong></p>
|
||||
|
||||
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="RemoveVaultResource__response_VaultRemoveResourceResp" frame="border" border="1" rules="all"><caption><b>Table 4 </b>Response body parameters</caption><thead align="left"><tr><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.3.2.4.1.1"><p>Parameter</p>
|
||||
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="RemoveVaultResource__response_VaultRemoveResourceResp" frame="border" border="1" rules="all"><caption><b>Table 4 </b>Response body parameters</caption><thead align="left"><tr><th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.4.3.2.4.1.1"><p>Parameter</p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.3.2.4.1.2"><p>Type</p>
|
||||
<th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.4.3.2.4.1.2"><p>Type</p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="60%" id="mcps1.3.4.3.2.4.1.3"><p>Description</p>
|
||||
<th align="left" class="cellrowborder" valign="top" width="50%" id="mcps1.3.4.3.2.4.1.3"><p>Description</p>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody><tr><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.3.2.4.1.1 "><p>remove_resource_ids</p>
|
||||
<tbody><tr><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.3.2.4.1.1 "><p>remove_resource_ids</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.3.2.4.1.2 "><p>Array of strings</p>
|
||||
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.3.2.4.1.2 "><p>Array of strings</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.3.2.4.1.3 "><p>Removed resource IDs</p>
|
||||
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.3.2.4.1.3 "><p>Removed resource IDs</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -138,7 +139,7 @@
|
||||
</div>
|
||||
<div>
|
||||
<div class="familylinks">
|
||||
<div class="parentlink"><strong>Parent topic:</strong> <a href="topic_300000005.html">Vaults</a></div>
|
||||
<div class="parentlink"><strong>Parent topic:</strong> <a href="topic_300000001.html">Vaults</a></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<a name="RestoreBackup"></a><a name="RestoreBackup"></a>
|
||||
|
||||
<h1 class="topictitle1">Restoring a Backup</h1>
|
||||
<div><div class="section"><h4 class="sectiontitle">Function</h4><p>This API is used to restore backup data.</p>
|
||||
<div id="body1708331107508"><div class="section"><h4 class="sectiontitle">Function</h4><p>This API is used to restore backup data.</p>
|
||||
</div>
|
||||
<div class="section" id="RestoreBackup__atuogenerate_1"><h4 class="sectiontitle">URI</h4><p>POST /v3/{project_id}/backups/{backup_id}/restore</p>
|
||||
|
||||
@ -54,7 +54,8 @@
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.2.2.5.1.3 "><p>String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.2.2.5.1.4 "><p>User token The token can be obtained by calling the IAM API used to obtain a user token. The value of <strong>X-Subject-Token</strong> in the response header is the user token.</p>
|
||||
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.2.2.5.1.4 "><p>User token</p>
|
||||
<p>The token can be obtained by calling the IAM API used to obtain a user token. The value of <strong>X-Subject-Token</strong> in the response header is the user token.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -151,7 +152,7 @@
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.5.2.5.1.3 "><p>String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.5.2.5.1.4 "><p>Disk backup ID</p>
|
||||
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.5.2.5.1.4 "><p>Volume backup ID. You can view the disk-level backup ID in the cloud server backups backup details on the console or obtain the disk-level backup ID in children of the backup by calling the API for querying a specified backup.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.5.2.5.1.1 "><p>volume_id</p>
|
||||
@ -205,7 +206,7 @@
|
||||
</div>
|
||||
<div>
|
||||
<div class="familylinks">
|
||||
<div class="parentlink"><strong>Parent topic:</strong> <a href="topic_300000003.html">Backups</a></div>
|
||||
<div class="parentlink"><strong>Parent topic:</strong> <a href="topic_300000004.html">Backups</a></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,7 @@
|
||||
<a name="ShowReplicationCapabilities"></a><a name="ShowReplicationCapabilities"></a>
|
||||
|
||||
<h1 class="topictitle1">Querying the Replication Capability</h1>
|
||||
<div><div class="section"><h4 class="sectiontitle">Function</h4><p>This API is used to query the replication capability of the current region.</p>
|
||||
<div id="body1708331107508"><div class="section"><h4 class="sectiontitle">Function</h4><p>This API is used to query the replication capability of the current region.</p>
|
||||
</div>
|
||||
<div class="section" id="ShowReplicationCapabilities__atuogenerate_1"><h4 class="sectiontitle">URI</h4><p>GET /v3/{project_id}/replication-capabilities</p>
|
||||
|
||||
@ -45,7 +45,8 @@
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.2.2.5.1.3 "><p>String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.2.2.5.1.4 "><p>User token The token can be obtained by calling the IAM API used to obtain a user token. The value of <strong>X-Subject-Token</strong> in the response header is the user token.</p>
|
||||
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.2.2.5.1.4 "><p>User token</p>
|
||||
<p>The token can be obtained by calling the IAM API used to obtain a user token. The value of <strong>X-Subject-Token</strong> in the response header is the user token.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -54,45 +55,45 @@
|
||||
</div>
|
||||
<div class="section"><h4 class="sectiontitle">Response Parameters</h4><p><strong>Status code: 200</strong></p>
|
||||
|
||||
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="ShowReplicationCapabilities__response_ProtectableReplicationCapabilitiesResp" frame="border" border="1" rules="all"><caption><b>Table 3 </b>Response body parameters</caption><thead align="left"><tr><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.3.2.4.1.1"><p>Parameter</p>
|
||||
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="ShowReplicationCapabilities__response_ProtectableReplicationCapabilitiesResp" frame="border" border="1" rules="all"><caption><b>Table 3 </b>Response body parameters</caption><thead align="left"><tr><th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.4.3.2.4.1.1"><p>Parameter</p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.3.2.4.1.2"><p>Type</p>
|
||||
<th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.4.3.2.4.1.2"><p>Type</p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="60%" id="mcps1.3.4.3.2.4.1.3"><p>Description</p>
|
||||
<th align="left" class="cellrowborder" valign="top" width="50%" id="mcps1.3.4.3.2.4.1.3"><p>Description</p>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody><tr><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.3.2.4.1.1 "><p>regions</p>
|
||||
<tbody><tr><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.3.2.4.1.1 "><p>regions</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.3.2.4.1.2 "><p>Array of <a href="#ShowReplicationCapabilities__response_ProtectableReplicationCapabilitiesRespRegion">ProtectableReplicationCapabilitiesRespRegion</a> objects</p>
|
||||
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.3.2.4.1.2 "><p>Array of <a href="#ShowReplicationCapabilities__response_ProtectableReplicationCapabilitiesRespRegion">ProtectableReplicationCapabilitiesRespRegion</a> objects</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.3.2.4.1.3 "><p>List of regions that support replication</p>
|
||||
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.3.2.4.1.3 "><p>List of regions that support replication</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div class="tablenoborder"><a name="ShowReplicationCapabilities__response_ProtectableReplicationCapabilitiesRespRegion"></a><a name="response_ProtectableReplicationCapabilitiesRespRegion"></a><table cellpadding="4" cellspacing="0" summary="" id="ShowReplicationCapabilities__response_ProtectableReplicationCapabilitiesRespRegion" frame="border" border="1" rules="all"><caption><b>Table 4 </b>ProtectableReplicationCapabilitiesRespRegion</caption><thead align="left"><tr><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.4.2.4.1.1"><p>Parameter</p>
|
||||
<div class="tablenoborder"><a name="ShowReplicationCapabilities__response_ProtectableReplicationCapabilitiesRespRegion"></a><a name="response_ProtectableReplicationCapabilitiesRespRegion"></a><table cellpadding="4" cellspacing="0" summary="" id="ShowReplicationCapabilities__response_ProtectableReplicationCapabilitiesRespRegion" frame="border" border="1" rules="all"><caption><b>Table 4 </b>ProtectableReplicationCapabilitiesRespRegion</caption><thead align="left"><tr><th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.4.4.2.4.1.1"><p>Parameter</p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.4.4.2.4.1.2"><p>Type</p>
|
||||
<th align="left" class="cellrowborder" valign="top" width="25%" id="mcps1.3.4.4.2.4.1.2"><p>Type</p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="60%" id="mcps1.3.4.4.2.4.1.3"><p>Description</p>
|
||||
<th align="left" class="cellrowborder" valign="top" width="50%" id="mcps1.3.4.4.2.4.1.3"><p>Description</p>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody><tr><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.4.2.4.1.1 "><p>name</p>
|
||||
<tbody><tr><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.4.2.4.1.1 "><p>name</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.4.2.4.1.2 "><p>String</p>
|
||||
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.4.2.4.1.2 "><p>String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.4.2.4.1.3 "><p>Region where the cloud service resides</p>
|
||||
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.4.2.4.1.3 "><p>Region where the cloud service resides</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.4.2.4.1.1 "><p>replication_destinations</p>
|
||||
<tr><td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.4.2.4.1.1 "><p>replication_destinations</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.4.2.4.1.2 "><p>Array of strings</p>
|
||||
<td class="cellrowborder" valign="top" width="25%" headers="mcps1.3.4.4.2.4.1.2 "><p>Array of strings</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.4.2.4.1.3 "><p>List of supported destination regions</p>
|
||||
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.4.4.2.4.1.3 "><p>List of supported destination regions</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -131,7 +132,7 @@
|
||||
</div>
|
||||
<div>
|
||||
<div class="familylinks">
|
||||
<div class="parentlink"><strong>Parent topic:</strong> <a href="topic_300000002.html">Protection</a></div>
|
||||
<div class="parentlink"><strong>Parent topic:</strong> <a href="topic_300000005.html">Protection</a></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -5,21 +5,21 @@
|
||||
</div>
|
||||
<div>
|
||||
<ul class="ullinks">
|
||||
<li class="ulchildlink"><strong><a href="topic_300000000.html">API Version Query</a></strong><br>
|
||||
<li class="ulchildlink"><strong><a href="topic_300000000.html">Tasks</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="topic_300000001.html">Tasks</a></strong><br>
|
||||
<li class="ulchildlink"><strong><a href="topic_300000001.html">Vaults</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="topic_300000002.html">Protection</a></strong><br>
|
||||
<li class="ulchildlink"><strong><a href="topic_300000002.html">API Version Query</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="topic_300000003.html">Backups</a></strong><br>
|
||||
<li class="ulchildlink"><strong><a href="topic_300000003.html">Policies</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="topic_300000004.html">Backup Sharing</a></strong><br>
|
||||
<li class="ulchildlink"><strong><a href="topic_300000004.html">Backups</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="topic_300000005.html">Vaults</a></strong><br>
|
||||
<li class="ulchildlink"><strong><a href="topic_300000005.html">Protection</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="topic_300000006.html">Tags</a></strong><br>
|
||||
<li class="ulchildlink"><strong><a href="topic_300000006.html">Backup Sharing</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="topic_300000007.html">Policies</a></strong><br>
|
||||
<li class="ulchildlink"><strong><a href="topic_300000007.html">Tags</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="topic_300000008.html">Restore Points</a></strong><br>
|
||||
</li>
|
||||
|
||||
@ -8,7 +8,13 @@
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody><tr id="cbr_04_0025__row112844326361"><td class="cellrowborder" valign="top" width="18%" headers="mcps1.3.1.1.3.1.1 "><p id="cbr_04_0025__p528415328364">2024-09-09</p>
|
||||
<tbody><tr id="cbr_04_0025__row11729450163515"><td class="cellrowborder" valign="top" width="18%" headers="mcps1.3.1.1.3.1.1 "><p id="cbr_04_0025__p3730105013359">2025-02-20</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="82%" headers="mcps1.3.1.1.3.1.2 "><p id="cbr_04_0025__p973011505352">Updated the following content:</p>
|
||||
<ul id="cbr_04_0025__ul154608508482"><li id="cbr_04_0025__li946015020482">Added the backup locking function and the <strong id="cbr_04_0025__b3306558403">locked</strong> field in sections "Creating a Vault", "Querying a Specified Vault", "Querying the Vault List", "Modifying a Vault", and "Querying the Vault Resources."</li><li id="cbr_04_0025__li1138115718481">Optimized some parameter descriptions.</li></ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cbr_04_0025__row112844326361"><td class="cellrowborder" valign="top" width="18%" headers="mcps1.3.1.1.3.1.1 "><p id="cbr_04_0025__p528415328364">2024-09-09</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="82%" headers="mcps1.3.1.1.3.1.2 "><p id="cbr_04_0025__p16393113714363">Updated the following content:</p>
|
||||
<ul id="cbr_04_0025__ul73938370364"><li id="cbr_04_0025__li14393437103612">Added the description that the <strong id="cbr_04_0025__b16268193114918">retention_duration_days</strong>, <strong id="cbr_04_0025__b11287133410491">max_backups, day_backups</strong>, <strong id="cbr_04_0025__b157501339114918">week_backups</strong>, <strong id="cbr_04_0025__b10179124214912">month_backups</strong>, and <strong id="cbr_04_0025__b752084518493">year_backups</strong> fields cannot be set at the same time in sections "Creating a Policy" and "Modifying a Policy."</li></ul>
|
||||
|
||||
@ -1,13 +1,13 @@
|
||||
<a name="topic_300000000"></a><a name="topic_300000000"></a>
|
||||
|
||||
<h1 class="topictitle1">API Version Query</h1>
|
||||
<h1 class="topictitle1">Tasks</h1>
|
||||
<div><p> </p>
|
||||
</div>
|
||||
<div>
|
||||
<ul class="ullinks">
|
||||
<li class="ulchildlink"><strong><a href="ListVersions.html">Querying API Versions</a></strong><br>
|
||||
<li class="ulchildlink"><strong><a href="ListOpLogs.html">Querying the Task List</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="ShowVersion.html">Querying a Specified API Version</a></strong><br>
|
||||
<li class="ulchildlink"><strong><a href="ShowOpLog.html">Querying a Single Task</a></strong><br>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
@ -1,13 +1,29 @@
|
||||
<a name="topic_300000001"></a><a name="topic_300000001"></a>
|
||||
|
||||
<h1 class="topictitle1">Tasks</h1>
|
||||
<h1 class="topictitle1">Vaults</h1>
|
||||
<div><p> </p>
|
||||
</div>
|
||||
<div>
|
||||
<ul class="ullinks">
|
||||
<li class="ulchildlink"><strong><a href="ListOpLogs.html">Querying the Task List</a></strong><br>
|
||||
<li class="ulchildlink"><strong><a href="CreateVault.html">Creating a Vault</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="ShowOpLog.html">Querying a Single Task</a></strong><br>
|
||||
<li class="ulchildlink"><strong><a href="ListVault.html">Querying the Vault List</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="ShowVault.html">Querying a Specified Vault</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="UpdateVault.html">Modifying a Vault</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="DeleteVault.html">Deleting a Vault</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="AddVaultResource.html">Associating Resources</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="AssociateVaultPolicy.html">Applying a Policy to a Vault</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="DisassociateVaultPolicy.html">Removing a Policy from a Vault</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="MigrateVaultResource.html">Migrating Resources</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="RemoveVaultResource.html">Dissociating Resources</a></strong><br>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
@ -1,11 +1,13 @@
|
||||
<a name="topic_300000002"></a><a name="topic_300000002"></a>
|
||||
|
||||
<h1 class="topictitle1">Protection</h1>
|
||||
<h1 class="topictitle1">API Version Query</h1>
|
||||
<div><p> </p>
|
||||
</div>
|
||||
<div>
|
||||
<ul class="ullinks">
|
||||
<li class="ulchildlink"><strong><a href="ShowReplicationCapabilities.html">Querying the Replication Capability</a></strong><br>
|
||||
<li class="ulchildlink"><strong><a href="ListVersions.html">Querying API Versions</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="ShowVersion.html">Querying a Specified API Version</a></strong><br>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
@ -1,19 +1,19 @@
|
||||
<a name="topic_300000003"></a><a name="topic_300000003"></a>
|
||||
|
||||
<h1 class="topictitle1">Backups</h1>
|
||||
<h1 class="topictitle1">Policies</h1>
|
||||
<div><p> </p>
|
||||
</div>
|
||||
<div>
|
||||
<ul class="ullinks">
|
||||
<li class="ulchildlink"><strong><a href="ListBackups.html">Querying All Backups</a></strong><br>
|
||||
<li class="ulchildlink"><strong><a href="ListPolicies.html">Querying the Policy List</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="DeleteBackup.html">Deleting a Backup</a></strong><br>
|
||||
<li class="ulchildlink"><strong><a href="CreatePolicy.html">Creating a Policy</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="ShowBackup.html">Querying a Specified Backup</a></strong><br>
|
||||
<li class="ulchildlink"><strong><a href="UpdatePolicy.html">Modifying a Policy</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="CopyBackup.html">Replicating a Backup</a></strong><br>
|
||||
<li class="ulchildlink"><strong><a href="DeletePolicy.html">Deleting a Policy</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="RestoreBackup.html">Restoring a Backup</a></strong><br>
|
||||
<li class="ulchildlink"><strong><a href="ShowPolicy.html">Querying a Single Policy</a></strong><br>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
@ -1,19 +1,19 @@
|
||||
<a name="topic_300000004"></a><a name="topic_300000004"></a>
|
||||
|
||||
<h1 class="topictitle1">Backup Sharing</h1>
|
||||
<h1 class="topictitle1">Backups</h1>
|
||||
<div><p> </p>
|
||||
</div>
|
||||
<div>
|
||||
<ul class="ullinks">
|
||||
<li class="ulchildlink"><strong><a href="AddMember.html">Adding a Share Member</a></strong><br>
|
||||
<li class="ulchildlink"><strong><a href="ListBackups.html">Querying All Backups</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="ShowMembersDetail.html">Obtaining the Share Member List</a></strong><br>
|
||||
<li class="ulchildlink"><strong><a href="DeleteBackup.html">Deleting a Backup</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="UpdateMemberStatus.html">Updating the Share Member Status</a></strong><br>
|
||||
<li class="ulchildlink"><strong><a href="ShowBackup.html">Querying a Specified Backup</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="DeleteMember.html">Deleting a Specified Share Member</a></strong><br>
|
||||
<li class="ulchildlink"><strong><a href="CopyBackup.html">Replicating a Backup</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="ShowMemberDetail.html">Querying Share Member Details</a></strong><br>
|
||||
<li class="ulchildlink"><strong><a href="RestoreBackup.html">Restoring a Backup</a></strong><br>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
@ -1,29 +1,11 @@
|
||||
<a name="topic_300000005"></a><a name="topic_300000005"></a>
|
||||
|
||||
<h1 class="topictitle1">Vaults</h1>
|
||||
<h1 class="topictitle1">Protection</h1>
|
||||
<div><p> </p>
|
||||
</div>
|
||||
<div>
|
||||
<ul class="ullinks">
|
||||
<li class="ulchildlink"><strong><a href="CreateVault.html">Creating a Vault</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="ListVault.html">Querying the Vault List</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="ShowVault.html">Querying a Specified Vault</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="UpdateVault.html">Modifying a Vault</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="DeleteVault.html">Deleting a Vault</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="AddVaultResource.html">Associating Resources</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="AssociateVaultPolicy.html">Applying a Policy to a Vault</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="DisassociateVaultPolicy.html">Removing a Policy from a Vault</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="MigrateVaultResource.html">Migrating Resources</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="RemoveVaultResource.html">Dissociating Resources</a></strong><br>
|
||||
<li class="ulchildlink"><strong><a href="ShowReplicationCapabilities.html">Querying the Replication Capability</a></strong><br>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
@ -1,21 +1,19 @@
|
||||
<a name="topic_300000006"></a><a name="topic_300000006"></a>
|
||||
|
||||
<h1 class="topictitle1">Tags</h1>
|
||||
<h1 class="topictitle1">Backup Sharing</h1>
|
||||
<div><p> </p>
|
||||
</div>
|
||||
<div>
|
||||
<ul class="ullinks">
|
||||
<li class="ulchildlink"><strong><a href="ShowVaultResourceInstances.html">Querying Vault Resources</a></strong><br>
|
||||
<li class="ulchildlink"><strong><a href="AddMember.html">Adding a Share Member</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="ShowVaultProjectTag.html">Querying Tags of a Vault Project</a></strong><br>
|
||||
<li class="ulchildlink"><strong><a href="ShowMembersDetail.html">Obtaining the Share Member List</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="CreateVaultTags.html">Adding a Tag to an Associated Resource</a></strong><br>
|
||||
<li class="ulchildlink"><strong><a href="UpdateMemberStatus.html">Updating the Share Member Status</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="ShowVaultTag.html">Querying Tags of an Associated Resource</a></strong><br>
|
||||
<li class="ulchildlink"><strong><a href="DeleteMember.html">Deleting a Specified Share Member</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="BatchCreateAndDeleteVaultTags.html">Batch Adding or Deleting Tags of a Vault</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="DeleteVaultTag.html">Deleting a Tag from an Associated Resource</a></strong><br>
|
||||
<li class="ulchildlink"><strong><a href="ShowMemberDetail.html">Querying Share Member Details</a></strong><br>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user