Compare commits

..

1 Commits

Author SHA1 Message Date
83f4395943 Switch PR target for hcdc secrets 2025-09-25 13:08:48 +00:00
5695 changed files with 131885 additions and 487503 deletions

View File

@ -1,9 +1,9 @@
name: Check for illegal characters
name: Run HCDC
on:
pull_request_target:
types: [opened, reopened, synchronize, edited]
permissions:
contents: read
pull-requests: write
@ -23,14 +23,6 @@ jobs:
persist-credentials: false
token: ${{ gitea.token }}
- name: Create local branch for PR head (same repo)
if: ${{ gitea.event.pull_request.head.repo.full_name == gitea.repository }}
shell: bash
run: |
set -euo pipefail
git checkout -B "${{ gitea.event.pull_request.head.ref }}" --no-track
git branch --show-current
- name: Checkout PR head (fork via PR ref)
if: ${{ gitea.event.pull_request.head.repo.full_name != gitea.repository }}
uses: https://github.com/actions/checkout@v4
@ -41,14 +33,6 @@ jobs:
persist-credentials: false
token: ${{ gitea.token }}
- name: Create local branch for PR head (fork)
if: ${{ gitea.event.pull_request.head.repo.full_name != gitea.repository }}
shell: bash
run: |
set -euo pipefail
git checkout -B "${{ gitea.event.pull_request.head.ref }}" --no-track
git branch --show-current
- name: Checkout base
uses: https://github.com/actions/checkout@v4
with:
@ -59,6 +43,7 @@ jobs:
persist-credentials: false
token: ${{ gitea.token }}
- name: Get OTC token
id: otc
uses: https://github.com/opentelekomcloud-infra/github-actions/.github/actions/get-otc-token@v1

File diff suppressed because it is too large Load Diff

View File

@ -1,11 +0,0 @@
rules:
path-starts-with-slash-no-spaces:
description: Path must start with / and contain no spaces
message: "Path '{{property}}' must start with '/' and must not contain spaces"
severity: error
given: $.paths
then:
field: "@key"
function: pattern
functionOptions:
match: "^\\/[^\\s]*$"

View File

@ -1,17 +0,0 @@
# .yamllint
extends: default
yaml-files:
- '*.yaml'
- '*.yml'
rules:
line-length:
max: 120
level: warning
indentation:
spaces: 2 # number of spaces per indent level
indent-sequences: consistent # or true/false/whatever
level: error
document-start:
level: warning

View File

@ -1168,7 +1168,7 @@
"code":"64",
"des":"This API is used to query BMS flavors.The flavors you obtained using this API are all the flavors in the system. The flavors whose names starting with physical are BMS fl",
"doc_type":"api",
"kw":"Querying BMS Flavors,BMS Flavor Query (OpenStack Nova APIs),API Reference",
"kw":"QueryingBMS Flavors,BMS Flavor Query (OpenStack Nova APIs),API Reference",
"search_title":"",
"metedata":[
{
@ -1177,7 +1177,7 @@
"opensource":"false;true"
}
],
"title":"Querying BMS Flavors",
"title":"QueryingBMS Flavors",
"githuburl":""
},
{

View File

@ -569,7 +569,7 @@
{
"desc":"This API is used to query BMS flavors.The flavors you obtained using this API are all the flavors in the system. The flavors whose names starting with physical are BMS fl",
"product_code":"bms",
"title":"Querying BMS Flavors",
"title":"QueryingBMS Flavors",
"uri":"en-us_topic_0000002374101029.html",
"doc_type":"api",
"p_code":"63",

View File

@ -66,7 +66,7 @@
<td class="cellrowborder" valign="top" width="18.75%" headers="mcps1.3.4.2.1.5.1.3 "><p id="EN-US_TOPIC_0000002340063012__en-us_topic_0053158693_p15406610135318">String</p>
</td>
<td class="cellrowborder" valign="top" width="41.010000000000005%" headers="mcps1.3.4.2.1.5.1.4 "><p id="EN-US_TOPIC_0000002340063012__en-us_topic_0053158693_p1040881015311">Specifies the flavor ID.</p>
<p id="EN-US_TOPIC_0000002340063012__en-us_topic_0053158693_p7741128113511">You can obtain the flavor ID from the <span id="EN-US_TOPIC_0000002340063012__en-us_topic_0053158693_text9235625735">BMS</span><span id="EN-US_TOPIC_0000002340063012__en-us_topic_0053158693_text32351725734"></span><span id="EN-US_TOPIC_0000002340063012__en-us_topic_0053158693_text1726413615226"></span> console or using the <a href="en-us_topic_0000002374101029.html#EN-US_TOPIC_0000002374101029">Querying BMS Flavors</a> API.</p>
<p id="EN-US_TOPIC_0000002340063012__en-us_topic_0053158693_p7741128113511">You can obtain the flavor ID from the <span id="EN-US_TOPIC_0000002340063012__en-us_topic_0053158693_text9235625735">BMS</span><span id="EN-US_TOPIC_0000002340063012__en-us_topic_0053158693_text32351725734"></span><span id="EN-US_TOPIC_0000002340063012__en-us_topic_0053158693_text1726413615226"></span> console or using the <a href="en-us_topic_0000002374101029.html#EN-US_TOPIC_0000002374101029">QueryingBMS Flavors</a> API.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002340063012__en-us_topic_0053158693_row058811420527"><td class="cellrowborder" valign="top" width="19.85%" headers="mcps1.3.4.2.1.5.1.1 "><p id="EN-US_TOPIC_0000002340063012__en-us_topic_0053158693_p5413201085313">name</p>

View File

@ -4,7 +4,7 @@
<div id="body8662426"></div>
<div>
<ul class="ullinks">
<li class="ulchildlink"><strong><a href="en-us_topic_0000002374101029.html">Querying BMS Flavors</a></strong><br>
<li class="ulchildlink"><strong><a href="en-us_topic_0000002374101029.html">QueryingBMS Flavors</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="en-us_topic_0000002374260893.html">Querying Details About a BMS Flavor</a></strong><br>
</li>

View File

@ -40,7 +40,7 @@
</div>
<div class="section" id="EN-US_TOPIC_0000002340063052__en-us_topic_0060410928_section61879170105534"><h4 class="sectiontitle">Request Parameters</h4><p id="EN-US_TOPIC_0000002340063052__en-us_topic_0060410928_p740355415918">None</p>
</div>
<div class="section" id="EN-US_TOPIC_0000002340063052__en-us_topic_0060410928_section558544482614"><h4 class="sectiontitle">Example Request</h4><div class="p" id="EN-US_TOPIC_0000002340063052__en-us_topic_0060410928_p10597356103517">Deleting tags from a <span id="EN-US_TOPIC_0000002340063052__en-us_topic_0060410928_text8992548111218">BMS</span><span id="EN-US_TOPIC_0000002340063052__en-us_topic_0060410928_text15803221423"></span><span id="EN-US_TOPIC_0000002340063052__en-us_topic_0060410928_text205161451161216"></span> (ID: 53206ed0-56de-4d6b-b7ee-ffc62ca26f43)<div class="codecoloring" codetype="Java" id="EN-US_TOPIC_0000002340063052__en-us_topic_0060410928_screen464516211288"><div class="highlight"><table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre><span class="normal">1</span></pre></div></td><td class="code"><div><pre><span></span><span class="n">DELETE</span><span class="w"> </span><span class="n">https</span><span class="p">:</span><span class="c1">//{ECS Endpoint}/v2.1/bbf1946d374b44a0a2a95533562ba954/servers/53206ed0-56de-4d6b-b7ee-ffc62ca26f43/tags</span>
<div class="section" id="EN-US_TOPIC_0000002340063052__en-us_topic_0060410928_section558544482614"><h4 class="sectiontitle">Example Request</h4><div class="p" id="EN-US_TOPIC_0000002340063052__en-us_topic_0060410928_p10597356103517">Deleting tags from a <span id="EN-US_TOPIC_0000002340063052__en-us_topic_0060410928_text198292661016">BMS</span><span id="EN-US_TOPIC_0000002340063052__en-us_topic_0060410928_text1582192631015"></span><span id="EN-US_TOPIC_0000002340063052__en-us_topic_0060410928_text128252611106"></span> (ID: 53206ed0-56de-4d6b-b7ee-ffc62ca26f43)<div class="codecoloring" codetype="Java" id="EN-US_TOPIC_0000002340063052__en-us_topic_0060410928_screen464516211288"><div class="highlight"><table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre><span class="normal">1</span></pre></div></td><td class="code"><div><pre><span></span><span class="n">DELETE</span><span class="w"> </span><span class="n">https</span><span class="p">:</span><span class="c1">//{ECS Endpoint}/v2.1/bbf1946d374b44a0a2a95533562ba954/servers/53206ed0-56de-4d6b-b7ee-ffc62ca26f43/tags</span>
</pre></div></td></tr></table></div>
</div>
</div>

View File

@ -1,7 +1,7 @@
<a name="EN-US_TOPIC_0000002340222784"></a><a name="EN-US_TOPIC_0000002340222784"></a>
<h1 class="topictitle1">Querying Details About a <span id="en-us_topic_0053158707_text82769982712">BMS</span><span id="en-us_topic_0053158707_text464425125113"></span><span id="en-us_topic_0053158707_text17210351154415"></span></h1>
<div id="body8662426"><div class="section" id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_section11242227"><h4 class="sectiontitle">Function</h4><p id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_p58120972">This API is used to query details about a <span id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_text13300726142719">BMS</span><span id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_text330072616275"></span><span id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_text13003268277"></span> based on the <span id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_text1027592519399">BMS</span><span id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_text9288151912716"></span><span id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_text18288111910277"></span> ID.</p>
<h1 class="topictitle1">Querying Details About a <span id="en-us_topic_0053158707_text1027592519399">BMS</span><span id="en-us_topic_0053158707_text15747146155714"></span><span id="en-us_topic_0053158707_text140512416526"></span></h1>
<div id="body8662426"><div class="section" id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_section11242227"><h4 class="sectiontitle">Function</h4><p id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_p58120972">This API is used to query details about a <span id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_text1255371312571">BMS</span><span id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_text655311138571"></span><span id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_text3250194116527"></span> based on the <span id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_text1616071111576">BMS</span><span id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_text1968164914717"></span><span id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_text17913193345212"></span> ID.</p>
</div>
<div class="section" id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_section34071180"><h4 class="sectiontitle">URI</h4><p id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_p60095679153449">GET /v2.1/{project_id}/servers/{server_id}</p>
<p id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_p166491815184611"><a href="#EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_table17908225144614">Table 1</a> lists the parameters.</p>
@ -26,7 +26,7 @@
</td>
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.2.4.2.4.1.2 "><p id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_p44882061">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.2.4.2.4.1.3 "><p id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_p11568292">Specifies the <span id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_text1374115752718">BMS</span><span id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_text974165702718"></span><span id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_text874195762714"></span> ID.</p>
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.2.4.2.4.1.3 "><p id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_p11568292">Specifies the <span id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_text4643191910575">BMS</span><span id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_text1164321920576"></span><span id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_text1160810541523"></span> ID.</p>
<p id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_p29791113277">You can obtain the BMS ID from the <span id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_en-us_topic_0113746489_text895314101319">BMS</span><span id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_en-us_topic_0113746489_text1695320481317"></span> console or by calling the API <a href="en-us_topic_0000002340063012.html">Querying BMSs</a>.</p>
</td>
</tr>
@ -54,7 +54,7 @@
</td>
<td class="cellrowborder" valign="top" width="25.872587258725872%" headers="mcps1.3.5.2.1.4.1.2 "><p id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_p17222571164727">Object</p>
</td>
<td class="cellrowborder" valign="top" width="51.28512851285129%" headers="mcps1.3.5.2.1.4.1.3 "><p id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_p36377578">Specifies <span id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_text106691417152810">BMS</span><span id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_text11670121720283"></span><span id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_text126701017192816"></span> information. For details, see <a href="#EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_table6149040">Table 2</a>.</p>
<td class="cellrowborder" valign="top" width="51.28512851285129%" headers="mcps1.3.5.2.1.4.1.3 "><p id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_p36377578">Specifies <span id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_text16186172419575">BMS</span><span id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_text61861241579"></span><span id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_text086211516530"></span> information. For details, see <a href="#EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_table6149040">Table 2</a>.</p>
</td>
</tr>
</tbody>
@ -73,7 +73,7 @@
</td>
<td class="cellrowborder" valign="top" width="25.94%" headers="mcps1.3.5.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_p58359570">String</p>
</td>
<td class="cellrowborder" valign="top" width="51.07000000000001%" headers="mcps1.3.5.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_p29504734">Specifies the <span id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_text1777322332818">BMS</span><span id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_text1877422372818"></span><span id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_text1477482392813"></span> name.</p>
<td class="cellrowborder" valign="top" width="51.07000000000001%" headers="mcps1.3.5.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_p29504734">Specifies the <span id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_text7317182665718">BMS</span><span id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_text133181026145719"></span><span id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_text84953103537"></span> name.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_row64216018"><td class="cellrowborder" valign="top" width="22.99%" headers="mcps1.3.5.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_p34114937">id</p>
@ -126,7 +126,7 @@
</td>
<td class="cellrowborder" valign="top" width="25.94%" headers="mcps1.3.5.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_p64678211">String</p>
</td>
<td class="cellrowborder" valign="top" width="51.07000000000001%" headers="mcps1.3.5.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_p4443775">Specifies the ID of the tenant owning the <span id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_text5484324182912">BMS</span><span id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_text17484524112916"></span><span id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_text1484524172910"></span>. The value is in UUID format.</p>
<td class="cellrowborder" valign="top" width="51.07000000000001%" headers="mcps1.3.5.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_p4443775">Specifies the ID of the tenant owning the <span id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_text2081565516571">BMS</span><span id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_text6815185511572"></span>. The value is in UUID format.</p>
<p id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_p3869154710124">This parameter specifies the same meaning as <strong id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_b77201547172520">project_id</strong>.</p>
</td>
</tr>
@ -164,7 +164,7 @@
<td class="cellrowborder" valign="top" width="25.94%" headers="mcps1.3.5.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_p56232959">Map&lt;String,Array of <a href="#EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_table1656029015527">address</a> objects&gt;</p>
</td>
<td class="cellrowborder" valign="top" width="51.07000000000001%" headers="mcps1.3.5.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_p57420266">Specifies <span id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_text1415758145810">BMS</span><span id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_text51579895819"></span><span id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_text1892589115415"></span> network addresses. Specifies the VPC used by the <span id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_text165043251041">BMS</span><span id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_text4504325344"></span><span id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_text0739191765416"></span>.</p>
<ul id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_ul1374698716"><li id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_li19748786115"><strong id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_b4513174116384">key</strong>: indicates the ID of the VPC used by the <span id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_text1012201113306">BMS</span><span id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_text1212171113305"></span><span id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_text17121811183017"></span>.</li><li id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_li417552217213"><strong id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_b438874712486">value</strong> indicates the VPC details.</li></ul>
<ul id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_ul1374698716"><li id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_li19748786115"><strong id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_b4513174116384">key</strong>: indicates the ID of the VPC used by the <span id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_text11581151634614">BMS</span><span id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_text32761321124610"></span>.</li><li id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_li417552217213"><strong id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_b438874712486">value</strong> indicates the VPC details.</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_row61793156165818"><td class="cellrowborder" valign="top" width="22.99%" headers="mcps1.3.5.3.2.4.1.1 "><p id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_p39189735165818">security_groups</p>

View File

@ -27,7 +27,7 @@
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.2.4.2.4.1.2 "><p id="EN-US_TOPIC_0000002340222808__en-us_topic_0114885743_en-us_topic_0057973064_p60507121">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.2.4.2.4.1.3 "><p id="EN-US_TOPIC_0000002340222808__en-us_topic_0114885743_en-us_topic_0057973064_p2129750">Specifies the flavor ID.</p>
<p id="EN-US_TOPIC_0000002340222808__en-us_topic_0114885743_p1461914516495">You can obtain the flavor ID from the <span id="EN-US_TOPIC_0000002340222808__en-us_topic_0114885743_en-us_topic_0053158674_text374914110111">BMS</span><span id="EN-US_TOPIC_0000002340222808__en-us_topic_0114885743_en-us_topic_0053158674_text1749131818"></span><span id="EN-US_TOPIC_0000002340222808__en-us_topic_0114885743_en-us_topic_0053158674_text2096916710416"></span> console or using the <a href="en-us_topic_0000002374101029.html#EN-US_TOPIC_0000002374101029">Querying BMS Flavors</a> API.</p>
<p id="EN-US_TOPIC_0000002340222808__en-us_topic_0114885743_p1461914516495">You can obtain the flavor ID from the <span id="EN-US_TOPIC_0000002340222808__en-us_topic_0114885743_en-us_topic_0053158674_text374914110111">BMS</span><span id="EN-US_TOPIC_0000002340222808__en-us_topic_0114885743_en-us_topic_0053158674_text1749131818"></span><span id="EN-US_TOPIC_0000002340222808__en-us_topic_0114885743_en-us_topic_0053158674_text2096916710416"></span> console or using the <a href="en-us_topic_0000002374101029.html#EN-US_TOPIC_0000002374101029">QueryingBMS Flavors</a> API.</p>
</td>
</tr>
</tbody>

View File

@ -29,7 +29,7 @@
</td>
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.3.4.2.4.1.2 "><p id="EN-US_TOPIC_0000002340222816__en-us_topic_0053158611_p64913614151519">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.3.4.2.4.1.3 "><p id="EN-US_TOPIC_0000002340222816__en-us_topic_0053158611_p23511349151519">Specifies the <span id="EN-US_TOPIC_0000002340222816__en-us_topic_0053158611_text650552035611">BMS</span><span id="EN-US_TOPIC_0000002340222816__en-us_topic_0053158611_text750520202567"></span><span id="EN-US_TOPIC_0000002340222816__en-us_topic_0053158611_text1750542012566"></span> ID.</p>
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.3.4.2.4.1.3 "><p id="EN-US_TOPIC_0000002340222816__en-us_topic_0053158611_p23511349151519">Specifies the <span id="EN-US_TOPIC_0000002340222816__en-us_topic_0053158611_text16563976299145">BMS</span><span id="EN-US_TOPIC_0000002340222816__en-us_topic_0053158611_text13363426949145"></span><span id="EN-US_TOPIC_0000002340222816__en-us_topic_0053158611_text10498469789145"></span> ID.</p>
<p id="EN-US_TOPIC_0000002340222816__en-us_topic_0053158611_p29791113277">You can obtain the BMS ID from the <span id="EN-US_TOPIC_0000002340222816__en-us_topic_0053158611_en-us_topic_0113746489_text895314101319">BMS</span><span id="EN-US_TOPIC_0000002340222816__en-us_topic_0053158611_en-us_topic_0113746489_text1695320481317"></span> console or by calling the API <a href="en-us_topic_0000002340063012.html">Querying BMSs</a>.</p>
</td>
</tr>

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
<a name="EN-US_TOPIC_0000002374101009"></a><a name="EN-US_TOPIC_0000002374101009"></a>
<h1 class="topictitle1">Querying Details About <span id="en-us_topic_0053158679_text1027592519399">BMS</span><span id="en-us_topic_0053158679_text4856929649"></span><span id="en-us_topic_0053158679_text1254014314258"></span>s</h1>
<h1 class="topictitle1">Querying Details About <span id="en-us_topic_0053158679_text15957111672810">BMS</span><span id="en-us_topic_0053158679_text89571016162815"></span><span id="en-us_topic_0053158679_text12957316202813"></span>s</h1>
<div id="body8662426"><div class="section" id="EN-US_TOPIC_0000002374101009__en-us_topic_0053158679_section33716833"><h4 class="sectiontitle">Function</h4><p id="EN-US_TOPIC_0000002374101009__en-us_topic_0053158679_p67077904152933">This API is used to query details about <span id="EN-US_TOPIC_0000002374101009__en-us_topic_0053158679_text892812331348">BMS</span><span id="EN-US_TOPIC_0000002374101009__en-us_topic_0053158679_text1968164914717"></span><span id="EN-US_TOPIC_0000002374101009__en-us_topic_0053158679_text131001882253"></span>s.</p>
</div>
<div class="section" id="EN-US_TOPIC_0000002374101009__en-us_topic_0053158679_section29822855153557"><h4 class="sectiontitle">Constraints</h4><ul id="EN-US_TOPIC_0000002374101009__en-us_topic_0053158679_ul45877015153613"><li id="EN-US_TOPIC_0000002374101009__en-us_topic_0053158679_li4809898812125">The query result returned by this API includes both ECSs and BMSs. You need to filter out the BMSs using the flavor used to create the BMSs or the tags added to the BMSs during BMS creation.</li><li id="EN-US_TOPIC_0000002374101009__en-us_topic_0053158679_li53072464153613">If the image is used as the search criteria, other search criteria and pagination criteria are not supported. If both the image and other filter criteria are specified, the image filter criterion is used. If the query criteria do not contain the image filter criterion, API functions are not restricted.</li></ul>
@ -66,7 +66,7 @@
<td class="cellrowborder" valign="top" width="18.75%" headers="mcps1.3.4.2.1.5.1.3 "><p id="EN-US_TOPIC_0000002374101009__en-us_topic_0053158679_en-us_topic_0053158693_p15406610135318">String</p>
</td>
<td class="cellrowborder" valign="top" width="41.010000000000005%" headers="mcps1.3.4.2.1.5.1.4 "><p id="EN-US_TOPIC_0000002374101009__en-us_topic_0053158679_en-us_topic_0053158693_p1040881015311">Specifies the flavor ID.</p>
<p id="EN-US_TOPIC_0000002374101009__en-us_topic_0053158679_en-us_topic_0053158693_p7741128113511">You can obtain the flavor ID from the <span id="EN-US_TOPIC_0000002374101009__en-us_topic_0053158679_en-us_topic_0053158693_text9235625735">BMS</span><span id="EN-US_TOPIC_0000002374101009__en-us_topic_0053158679_en-us_topic_0053158693_text32351725734"></span><span id="EN-US_TOPIC_0000002374101009__en-us_topic_0053158679_en-us_topic_0053158693_text1726413615226"></span> console or using the <a href="en-us_topic_0000002374101029.html#EN-US_TOPIC_0000002374101029">Querying BMS Flavors</a> API.</p>
<p id="EN-US_TOPIC_0000002374101009__en-us_topic_0053158679_en-us_topic_0053158693_p7741128113511">You can obtain the flavor ID from the <span id="EN-US_TOPIC_0000002374101009__en-us_topic_0053158679_en-us_topic_0053158693_text9235625735">BMS</span><span id="EN-US_TOPIC_0000002374101009__en-us_topic_0053158679_en-us_topic_0053158693_text32351725734"></span><span id="EN-US_TOPIC_0000002374101009__en-us_topic_0053158679_en-us_topic_0053158693_text1726413615226"></span> console or using the <a href="en-us_topic_0000002374101029.html#EN-US_TOPIC_0000002374101029">QueryingBMS Flavors</a> API.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000002374101009__en-us_topic_0053158679_en-us_topic_0053158693_row058811420527"><td class="cellrowborder" valign="top" width="19.85%" headers="mcps1.3.4.2.1.5.1.1 "><p id="EN-US_TOPIC_0000002374101009__en-us_topic_0053158679_en-us_topic_0053158693_p5413201085313">name</p>
@ -449,7 +449,7 @@
</td>
<td class="cellrowborder" valign="top" width="25.94%" headers="mcps1.3.6.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002374101009__en-us_topic_0053158679_en-us_topic_0053158707_p43090708192944">String</p>
</td>
<td class="cellrowborder" valign="top" width="51.07000000000001%" headers="mcps1.3.6.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002374101009__en-us_topic_0053158679_en-us_topic_0053158707_p55603620192944">Specifies the status of the host that accommodates the <span id="EN-US_TOPIC_0000002374101009__en-us_topic_0053158679_text96155695712">BMS</span><span id="EN-US_TOPIC_0000002374101009__en-us_topic_0053158679_text46105655713"></span><span id="EN-US_TOPIC_0000002374101009__en-us_topic_0053158679_text186135610577"></span>.</p>
<td class="cellrowborder" valign="top" width="51.07000000000001%" headers="mcps1.3.6.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002374101009__en-us_topic_0053158679_en-us_topic_0053158707_p55603620192944">Specifies the status of the<span id="EN-US_TOPIC_0000002374101009__en-us_topic_0053158679_en-us_topic_0053158707_text129271650165813">BMS</span><span id="EN-US_TOPIC_0000002374101009__en-us_topic_0053158679_en-us_topic_0053158707_text10927150135811"></span><span id="EN-US_TOPIC_0000002374101009__en-us_topic_0053158679_text141991929162811"></span> host.</p>
<ul id="EN-US_TOPIC_0000002374101009__en-us_topic_0053158679_en-us_topic_0053158707_ul30670539192944"><li id="EN-US_TOPIC_0000002374101009__en-us_topic_0053158679_en-us_topic_0053158707_li7599401192944"><strong id="EN-US_TOPIC_0000002374101009__en-us_topic_0053158679_b842352706183126">UP</strong>: The host is normal.</li><li id="EN-US_TOPIC_0000002374101009__en-us_topic_0053158679_en-us_topic_0053158707_li1285751192944"><strong id="EN-US_TOPIC_0000002374101009__en-us_topic_0053158679_b1498018510183149">UNKNOWN</strong>: The host status is unknown.</li><li id="EN-US_TOPIC_0000002374101009__en-us_topic_0053158679_en-us_topic_0053158707_li11571767192944"><strong id="EN-US_TOPIC_0000002374101009__en-us_topic_0053158679_b842352706183156">DOWN</strong>: the host is abnormal.</li><li id="EN-US_TOPIC_0000002374101009__en-us_topic_0053158679_en-us_topic_0053158707_li37037040192944"><strong id="EN-US_TOPIC_0000002374101009__en-us_topic_0053158679_b842352706183211">MAINTENANCE</strong>: The host is being maintained.</li><li id="EN-US_TOPIC_0000002374101009__en-us_topic_0053158679_en-us_topic_0053158707_li64897909192944">Empty string: There is no <span id="EN-US_TOPIC_0000002374101009__en-us_topic_0053158679_en-us_topic_0053158707_text184142536587">BMS</span><span id="EN-US_TOPIC_0000002374101009__en-us_topic_0053158679_en-us_topic_0053158707_text1841435385810"></span><span id="EN-US_TOPIC_0000002374101009__en-us_topic_0053158679_text5546034112815"></span> host information.</li></ul>
<p id="EN-US_TOPIC_0000002374101009__en-us_topic_0053158679_en-us_topic_0053158707_p47210269192944">This is a new parameter in micro version 2.16.</p>
</td>

View File

@ -1,6 +1,6 @@
<a name="EN-US_TOPIC_0000002374101029"></a><a name="EN-US_TOPIC_0000002374101029"></a>
<h1 class="topictitle1">Querying <span id="en-us_topic_0053158684_text68606276113">BMS</span><span id="en-us_topic_0053158684_text1947382572"></span> Flavors</h1>
<h1 class="topictitle1">Querying<span id="en-us_topic_0053158684_text68606276113">BMS</span><span id="en-us_topic_0053158684_text1947382572"></span> Flavors</h1>
<div id="body8662426"><div class="section" id="EN-US_TOPIC_0000002374101029__en-us_topic_0053158684_section57769674"><h4 class="sectiontitle">Function</h4><p id="EN-US_TOPIC_0000002374101029__en-us_topic_0053158684_p6915811">This API is used to query <span id="EN-US_TOPIC_0000002374101029__en-us_topic_0053158684_text1310274425711">BMS</span><span id="EN-US_TOPIC_0000002374101029__en-us_topic_0053158684_text12102184410575"></span><span id="EN-US_TOPIC_0000002374101029__en-us_topic_0053158684_text844715419398"></span> flavors.</p>
</div>
<div class="section" id="EN-US_TOPIC_0000002374101029__en-us_topic_0053158684_section60580832213029"><h4 class="sectiontitle">Constraints</h4><p id="EN-US_TOPIC_0000002374101029__en-us_topic_0053158684_p91137314513">The flavors you obtained using this API are all the flavors in the system. The flavors whose names starting with <strong id="EN-US_TOPIC_0000002374101029__en-us_topic_0053158684_b774618481833">physical</strong> are <span id="EN-US_TOPIC_0000002374101029__en-us_topic_0053158684_text2011614481575">BMS</span><span id="EN-US_TOPIC_0000002374101029__en-us_topic_0053158684_text9116154865713"></span><span id="EN-US_TOPIC_0000002374101029__en-us_topic_0053158684_text163229599390"></span> flavors and can be used to create <span id="EN-US_TOPIC_0000002374101029__en-us_topic_0053158684_text8552165010578">BMS</span><span id="EN-US_TOPIC_0000002374101029__en-us_topic_0053158684_text35525504572"></span><span id="EN-US_TOPIC_0000002374101029__en-us_topic_0053158684_text1862149408"></span>s.</p>

View File

@ -136,7 +136,7 @@
<td class="cellrowborder" valign="top" width="24.43%" headers="mcps1.3.7.3.2.4.1.2 "><p id="EN-US_TOPIC_0000002374260885__en-us_topic_0053158712_p43431730185333">String</p>
</td>
<td class="cellrowborder" valign="top" width="51.74999999999999%" headers="mcps1.3.7.3.2.4.1.3 "><p id="EN-US_TOPIC_0000002374260885__en-us_topic_0053158712_p5719410617654">Specifies the key and value pair of the metadata.</p>
<ul id="EN-US_TOPIC_0000002374260885__en-us_topic_0053158712_ul1049861817191"><li id="EN-US_TOPIC_0000002374260885__en-us_topic_0053158712_li1413563592416">Each key or value contains fewer than 256 characters and cannot be left blank.</li><li id="EN-US_TOPIC_0000002374260885__en-us_topic_0053158712_li2073683916242">The value does not support the following special characters:<p id="EN-US_TOPIC_0000002374260885__en-us_topic_0053158712_p1821315403243"><a name="EN-US_TOPIC_0000002374260885__en-us_topic_0053158712_li2073683916242"></a><a name="en-us_topic_0053158712_li2073683916242"></a>\"</p>
<ul id="EN-US_TOPIC_0000002374260885__en-us_topic_0053158712_ul1049861817191"><li id="EN-US_TOPIC_0000002374260885__en-us_topic_0053158712_li1413563592416">Each key or value contains fewer than 256 characters.</li><li id="EN-US_TOPIC_0000002374260885__en-us_topic_0053158712_li2073683916242">The value does not support the following special characters:<p id="EN-US_TOPIC_0000002374260885__en-us_topic_0053158712_p1821315403243"><a name="EN-US_TOPIC_0000002374260885__en-us_topic_0053158712_li2073683916242"></a><a name="en-us_topic_0053158712_li2073683916242"></a>\"</p>
</li></ul>
</td>
</tr>

View File

@ -64,7 +64,7 @@
</table>
</div>
<div class="tablenoborder"><a name="EN-US_TOPIC_0000002374260889__en-us_topic_0053158696_table22651992144025"></a><a name="en-us_topic_0053158696_table22651992144025"></a><table cellpadding="4" cellspacing="0" summary="" id="EN-US_TOPIC_0000002374260889__en-us_topic_0053158696_table22651992144025" frame="border" border="1" rules="all"><caption><b>Table 2 </b><strong id="EN-US_TOPIC_0000002374260889__en-us_topic_0053158696_b1932703555">address</strong> parameter structure description</caption><thead align="left"><tr id="EN-US_TOPIC_0000002374260889__en-us_topic_0053158696_row15576094144025"><th align="left" class="cellrowborder" valign="top" width="25.41%" id="mcps1.3.6.3.2.4.1.1"><p id="EN-US_TOPIC_0000002374260889__en-us_topic_0053158696_p355273111016">Parameter</p>
<div class="tablenoborder"><a name="EN-US_TOPIC_0000002374260889__en-us_topic_0053158696_table22651992144025"></a><a name="en-us_topic_0053158696_table22651992144025"></a><table cellpadding="4" cellspacing="0" summary="" id="EN-US_TOPIC_0000002374260889__en-us_topic_0053158696_table22651992144025" frame="border" border="1" rules="all"><caption><b>Table 2 </b><strong id="EN-US_TOPIC_0000002374260889__en-us_topic_0053158696_b355592318">address</strong> parameter structure description</caption><thead align="left"><tr id="EN-US_TOPIC_0000002374260889__en-us_topic_0053158696_row15576094144025"><th align="left" class="cellrowborder" valign="top" width="25.41%" id="mcps1.3.6.3.2.4.1.1"><p id="EN-US_TOPIC_0000002374260889__en-us_topic_0053158696_p355273111016">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="23.419999999999998%" id="mcps1.3.6.3.2.4.1.2"><p id="EN-US_TOPIC_0000002374260889__en-us_topic_0053158696_p16554153131017">Type</p>
</th>

View File

@ -1,6 +1,6 @@
<a name="EN-US_TOPIC_0000002374260893"></a><a name="EN-US_TOPIC_0000002374260893"></a>
<h1 class="topictitle1">Querying Details About a <span id="en-us_topic_0053158674_text68606276113">BMS</span><span id="en-us_topic_0053158674_text611312477019"></span><span id="en-us_topic_0053158674_text858612512404"></span> Flavor</h1>
<h1 class="topictitle1">Querying Details About a <span id="en-us_topic_0053158674_text6424161564610">BMS</span><span id="en-us_topic_0053158674_text1242451564617"></span><span id="en-us_topic_0053158674_text54243150461"></span> Flavor</h1>
<div id="body8662426"><div class="section" id="EN-US_TOPIC_0000002374260893__en-us_topic_0053158674_section64833508"><h4 class="sectiontitle">Function</h4><p id="EN-US_TOPIC_0000002374260893__en-us_topic_0053158674_p40261524">This API is used to query details about a <span id="EN-US_TOPIC_0000002374260893__en-us_topic_0053158674_text14401156606">BMS</span><span id="EN-US_TOPIC_0000002374260893__en-us_topic_0053158674_text1947382572"></span><span id="EN-US_TOPIC_0000002374260893__en-us_topic_0053158674_text183631256124010"></span> flavor, such as the flavor name, CPU cores, and memory.</p>
</div>
<div class="section" id="EN-US_TOPIC_0000002374260893__en-us_topic_0053158674_section46630661"><h4 class="sectiontitle">URI</h4><p id="EN-US_TOPIC_0000002374260893__en-us_topic_0053158674_p6133425516420">GET /v2.1/{project_id}/flavors/{flavor_id}</p>
@ -27,7 +27,7 @@
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.2.4.2.4.1.2 "><p id="EN-US_TOPIC_0000002374260893__en-us_topic_0053158674_p60507121">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.2.4.2.4.1.3 "><p id="EN-US_TOPIC_0000002374260893__en-us_topic_0053158674_p2129750">Specifies the flavor ID.</p>
<p id="EN-US_TOPIC_0000002374260893__en-us_topic_0053158674_p1153834112450">You can obtain the flavor ID from the <span id="EN-US_TOPIC_0000002374260893__en-us_topic_0053158674_text374914110111">BMS</span><span id="EN-US_TOPIC_0000002374260893__en-us_topic_0053158674_text1749131818"></span><span id="EN-US_TOPIC_0000002374260893__en-us_topic_0053158674_text2096916710416"></span> console or using the <a href="en-us_topic_0000002374101029.html#EN-US_TOPIC_0000002374101029">Querying BMS Flavors</a> API.</p>
<p id="EN-US_TOPIC_0000002374260893__en-us_topic_0053158674_p1153834112450">You can obtain the flavor ID from the <span id="EN-US_TOPIC_0000002374260893__en-us_topic_0053158674_text374914110111">BMS</span><span id="EN-US_TOPIC_0000002374260893__en-us_topic_0053158674_text1749131818"></span><span id="EN-US_TOPIC_0000002374260893__en-us_topic_0053158674_text2096916710416"></span> console or using the <a href="en-us_topic_0000002374101029.html#EN-US_TOPIC_0000002374101029">QueryingBMS Flavors</a> API.</p>
</td>
</tr>
</tbody>

View File

@ -3,7 +3,7 @@
<h1 class="topictitle1">Attaching an EVS Disk to a <span id="en-us_topic_0053158614_text8992548111218">BMS</span><span id="en-us_topic_0053158614_text15803221423"></span><span id="en-us_topic_0053158614_text205161451161216"></span></h1>
<div id="body8662426"><div class="section" id="EN-US_TOPIC_0000002374260901__en-us_topic_0053158614_section53922917165259"><h4 class="sectiontitle">Function</h4><p id="EN-US_TOPIC_0000002374260901__en-us_topic_0053158614_p5680132165259">This API is used to attach an EVS disk to a <span id="EN-US_TOPIC_0000002374260901__en-us_topic_0053158614_text3616164295413">BMS</span><span id="EN-US_TOPIC_0000002374260901__en-us_topic_0053158614_text8616204205420"></span><span id="EN-US_TOPIC_0000002374260901__en-us_topic_0053158614_text2616204215547"></span>.</p>
</div>
<div class="section" id="EN-US_TOPIC_0000002374260901__en-us_topic_0053158614_section64211377173223"><h4 class="sectiontitle">Constraints</h4><ul id="EN-US_TOPIC_0000002374260901__en-us_topic_0053158614_ul45433461184122"><li id="EN-US_TOPIC_0000002374260901__en-us_topic_0053158614_li65034385184126">A bootable disk cannot be attached to a BMS.</li><li id="EN-US_TOPIC_0000002374260901__en-us_topic_0053158614_li11902061184128">A disk cannot be attached to a <span id="EN-US_TOPIC_0000002374260901__en-us_topic_0053158614_text1787395995413">BMS</span><span id="EN-US_TOPIC_0000002374260901__en-us_topic_0053158614_text787317594541"></span><span id="EN-US_TOPIC_0000002374260901__en-us_topic_0053158614_text12873135985417"></span> when the <span id="EN-US_TOPIC_0000002374260901__en-us_topic_0053158614_text1501203611317">BMS</span><span id="EN-US_TOPIC_0000002374260901__en-us_topic_0053158614_text45011636153117"></span><span id="EN-US_TOPIC_0000002374260901__en-us_topic_0053158614_text1550115360315"></span> is in the <strong id="EN-US_TOPIC_0000002374260901__en-us_topic_0053158614_b842352706104522">PAUSED</strong> state, which is specified using the <strong id="EN-US_TOPIC_0000002374260901__en-us_topic_0053158614_b842352706104549">OS-EXT-STS:vm_state</strong> parameter.</li><li id="EN-US_TOPIC_0000002374260901__en-us_topic_0053158614_li5370819184122">Only a shared disk or a disk in the <strong id="EN-US_TOPIC_0000002374260901__en-us_topic_0053158614_b842352706104614">available</strong> state can be attached to a BMS.</li><li id="EN-US_TOPIC_0000002374260901__en-us_topic_0053158614_li917464102326">Only EVS disks whose device type is <strong id="EN-US_TOPIC_0000002374260901__en-us_topic_0053158614_b842352706105525">SCSI</strong> can be attached to a BMS.</li></ul>
<div class="section" id="EN-US_TOPIC_0000002374260901__en-us_topic_0053158614_section64211377173223"><h4 class="sectiontitle">Constraints</h4><ul id="EN-US_TOPIC_0000002374260901__en-us_topic_0053158614_ul45433461184122"><li id="EN-US_TOPIC_0000002374260901__en-us_topic_0053158614_li65034385184126">A bootable disk cannot be attached to a BMS.</li><li id="EN-US_TOPIC_0000002374260901__en-us_topic_0053158614_li11902061184128">A disk cannot be attached to a <span id="EN-US_TOPIC_0000002374260901__en-us_topic_0053158614_text1787395995413">BMS</span><span id="EN-US_TOPIC_0000002374260901__en-us_topic_0053158614_text787317594541"></span><span id="EN-US_TOPIC_0000002374260901__en-us_topic_0053158614_text12873135985417"></span> when the <span id="EN-US_TOPIC_0000002374260901__en-us_topic_0053158614_text61177810">BMS</span><span id="EN-US_TOPIC_0000002374260901__en-us_topic_0053158614_text191874111"></span><span id="EN-US_TOPIC_0000002374260901__en-us_topic_0053158614_text41107713"></span> is in the <strong id="EN-US_TOPIC_0000002374260901__en-us_topic_0053158614_b842352706104522">PAUSED</strong> state, which is specified using the <strong id="EN-US_TOPIC_0000002374260901__en-us_topic_0053158614_b842352706104549">OS-EXT-STS:vm_state</strong> parameter.</li><li id="EN-US_TOPIC_0000002374260901__en-us_topic_0053158614_li5370819184122">Only a shared disk or a disk in the <strong id="EN-US_TOPIC_0000002374260901__en-us_topic_0053158614_b842352706104614">available</strong> state can be attached to a BMS.</li><li id="EN-US_TOPIC_0000002374260901__en-us_topic_0053158614_li917464102326">Only EVS disks whose device type is <strong id="EN-US_TOPIC_0000002374260901__en-us_topic_0053158614_b842352706105525">SCSI</strong> can be attached to a BMS.</li></ul>
</div>
<div class="section" id="EN-US_TOPIC_0000002374260901__en-us_topic_0053158614_section51121191165259"><h4 class="sectiontitle">URI</h4><p id="EN-US_TOPIC_0000002374260901__en-us_topic_0053158614_p63141473165259">POST /v2.1/{project_id}/servers/{server_id}/os-volume_attachments</p>
<p id="EN-US_TOPIC_0000002374260901__en-us_topic_0053158614_p468643935114"><a href="#EN-US_TOPIC_0000002374260901__en-us_topic_0053158614_table12701051155110">Table 1</a> lists the parameters.</p>

View File

@ -104,7 +104,7 @@
</td>
<td class="cellrowborder" valign="top" width="59%" headers="mcps1.3.5.3.2.5.1.4 "><p id="EN-US_TOPIC_0106040941__p6589115412241">Specifies the <span id="EN-US_TOPIC_0106040941__text141115463223">BMS</span><span id="EN-US_TOPIC_0106040941__text124111446182219"></span> name.</p>
<p id="EN-US_TOPIC_0106040941__p205901254132419">Value range:</p>
<ul id="EN-US_TOPIC_0106040941__ul115905548245"><li id="EN-US_TOPIC_0106040941__li467912154411">The value can contain 1 to 63 characters, consisting of letters, digits, underscores (_), hyphens (-), and periods (.).</li><li id="EN-US_TOPIC_0106040941__li205901454102415">If more than one <span id="EN-US_TOPIC_0106040941__text1183394942216">BMS</span><span id="EN-US_TOPIC_0106040941__text8833124972220"></span> is to be created, suffixes similar to <strong id="EN-US_TOPIC_0106040941__b842352706144049">-0000</strong> will be automatically added to the end of the <span id="EN-US_TOPIC_0106040941__text101132053132210">BMS</span><span id="EN-US_TOPIC_0106040941__text1611315312229"></span> names during the <span id="EN-US_TOPIC_0106040941__text2028613121563">BMS</span><span id="EN-US_TOPIC_0106040941__text72860120618"></span> creation. In this case, the BMS name contains 1 to 58 characters.</li></ul>
<ul id="EN-US_TOPIC_0106040941__ul115905548245"><li id="EN-US_TOPIC_0106040941__li467912154411">The value can contain a maximum of 63 characters consisting of letters (case-insensitive), digits, underscores (_), hyphens (-), and periods (.).</li><li id="EN-US_TOPIC_0106040941__li205901454102415">If more than one <span id="EN-US_TOPIC_0106040941__text1183394942216">BMS</span><span id="EN-US_TOPIC_0106040941__text8833124972220"></span> is to be created, suffixes similar to <strong id="EN-US_TOPIC_0106040941__b842352706144049">-0000</strong> will be automatically added to the end of the <span id="EN-US_TOPIC_0106040941__text101132053132210">BMS</span><span id="EN-US_TOPIC_0106040941__text1611315312229"></span> names during the <span id="EN-US_TOPIC_0106040941__text2028613121563">BMS</span><span id="EN-US_TOPIC_0106040941__text72860120618"></span> creation. In this case, the BMS name contains 1 to 58 characters.</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0106040941__row13447228112013"><td class="cellrowborder" valign="top" width="13%" headers="mcps1.3.5.3.2.5.1.1 "><p id="EN-US_TOPIC_0106040941__p1744719286208">metadata</p>
@ -166,7 +166,7 @@
</td>
<td class="cellrowborder" valign="top" width="14.000000000000002%" headers="mcps1.3.5.3.2.5.1.3 "><p id="EN-US_TOPIC_0106040941__p2121950193514">String</p>
</td>
<td class="cellrowborder" valign="top" width="59%" headers="mcps1.3.5.3.2.5.1.4 "><p id="EN-US_TOPIC_0106040941__p183831662478">Specifies the name of a key pair. This is an extended attribute. To log in to a <span id="EN-US_TOPIC_0106040941__text39535427610">BMS</span><span id="EN-US_TOPIC_0106040941__text69536421564"></span><span id="EN-US_TOPIC_0106040941__text109531042063"></span> using an SSH key pair, set the value to the name of an existing private key.</p>
<td class="cellrowborder" valign="top" width="59%" headers="mcps1.3.5.3.2.5.1.4 "><p id="EN-US_TOPIC_0106040941__p183831662478">Specifies the name of a key pair. This is an extended attribute. To log in to a <span id="EN-US_TOPIC_0106040941__text681273122316">BMS</span> using an SSH key pair, set the value to the name of an existing private key.</p>
<p id="EN-US_TOPIC_0106040941__p2721134615450">You can create a key pair using the <a href="en-us_topic_0000002340222820.html">Creating or Importing an SSH Key Pair (Native OpenStack API)</a> API, or query existing key pairs using the <a href="en-us_topic_0000002374101041.html">Querying SSH Key Pairs (Native OpenStack API)</a> API.</p>
<p id="EN-US_TOPIC_0106040941__p121011469384">Constraints:</p>
<ul id="EN-US_TOPIC_0106040941__ul81019468382"><li id="EN-US_TOPIC_0106040941__li176396585388">If both <strong id="EN-US_TOPIC_0106040941__b84235270616385">key_name</strong> and <strong id="EN-US_TOPIC_0106040941__b84235270616388">user_data</strong> are specified, <strong id="EN-US_TOPIC_0106040941__b1204886164163819">user_data</strong> only injects user data.</li></ul>
@ -251,7 +251,7 @@
</td>
<td class="cellrowborder" valign="top" width="59%" headers="mcps1.3.5.3.2.5.1.4 "><p id="EN-US_TOPIC_0106040941__p19300107125018">Specifies data disk details of the <span id="EN-US_TOPIC_0106040941__text3707635182515">BMS</span><span id="EN-US_TOPIC_0106040941__text16707133510253"></span>. Each data structure represents a data disk to be created. For details, see <a href="#EN-US_TOPIC_0106040941__table16541153834413">Table 8</a>.</p>
<p id="EN-US_TOPIC_0106040941__p1630019710504">Constraints:</p>
<p id="EN-US_TOPIC_0106040941__p6554115142519">A maximum of 40 EVS disks (including the system disk and data disks) can be attached to a <span id="EN-US_TOPIC_0106040941__text1154773913253">BMS</span><span id="EN-US_TOPIC_0106040941__text8547339132514"></span>.</p>
<p id="EN-US_TOPIC_0106040941__p6554115142519">A maximum of 40 EVS disks (including the system disk and data disks) can be attached to a <span id="EN-US_TOPIC_0106040941__text821724155811">BMS</span><span id="EN-US_TOPIC_0106040941__text142152485818"></span>.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0106040941__row78434565482"><td class="cellrowborder" valign="top" width="13%" headers="mcps1.3.5.3.2.5.1.1 "><p id="EN-US_TOPIC_0106040941__p28434560482">extendparam</p>
@ -358,7 +358,7 @@
<td class="cellrowborder" valign="top" width="15%" headers="mcps1.3.5.5.2.5.1.3 "><p id="EN-US_TOPIC_0106040941__p29019273159">String</p>
</td>
<td class="cellrowborder" valign="top" width="57.99999999999999%" headers="mcps1.3.5.5.2.5.1.4 "><p id="EN-US_TOPIC_0106040941__p1890162741513">Specifies a security group ID, which takes effect for all NICs configured for the <span id="EN-US_TOPIC_0106040941__text1528634763119">BMS</span><span id="EN-US_TOPIC_0106040941__text6286154783110"></span>.</p>
<ul id="EN-US_TOPIC_0106040941__ul3918152155712"><li id="EN-US_TOPIC_0106040941__li11918524574">If this parameter is not specified, the default security group is bound to the <span id="EN-US_TOPIC_0106040941__text17858133219">BMS</span><span id="EN-US_TOPIC_0106040941__text386171123220"></span>.</li><li id="EN-US_TOPIC_0106040941__li1985895345718">If this parameter is required (in UUID format), use the ID of an existing security group. For details about how to obtain existing security groups, see "Querying Security Groups" in <em id="EN-US_TOPIC_0106040941__i31449211678">Virtual Private Cloud</em> <em id="EN-US_TOPIC_0106040941__i21440211072">API</em><em id="EN-US_TOPIC_0106040941__i21447211577"></em> <em id="EN-US_TOPIC_0106040941__i314419211716">Reference</em>.</li></ul>
<ul id="EN-US_TOPIC_0106040941__ul3918152155712"><li id="EN-US_TOPIC_0106040941__li11918524574">If this parameter is not specified, the default security group is bound to the <span id="EN-US_TOPIC_0106040941__text17858133219">BMS</span><span id="EN-US_TOPIC_0106040941__text386171123220"></span>.</li><li id="EN-US_TOPIC_0106040941__li1985895345718">If this parameter is required (in UUID format), use the ID of an existing security group. For details about how to obtain existing security groups, see "Querying Security Groups" in <em id="EN-US_TOPIC_0106040941__i31449211678">Virtual Private Cloud </em><em id="EN-US_TOPIC_0106040941__i21440211072">API</em><em id="EN-US_TOPIC_0106040941__i21447211577"></em><em id="EN-US_TOPIC_0106040941__i314419211716"> Reference</em>.</li></ul>
</td>
</tr>
</tbody>

File diff suppressed because it is too large Load Diff

View File

@ -666,8 +666,7 @@
</td>
<td class="cellrowborder" valign="top" width="24.740000000000002%" headers="mcps1.3.7.11.2.4.1.2 "><p id="EN-US_TOPIC_0107654006__p24362133165012">String</p>
</td>
<td class="cellrowborder" valign="top" width="51.5%" headers="mcps1.3.7.11.2.4.1.3 "><p id="EN-US_TOPIC_0107654006__p27175732165012">Specifies the IP address allocation type. This is an extended attribute.</p>
<ul id="EN-US_TOPIC_0107654006__ul3596123318119"><li id="EN-US_TOPIC_0107654006__li1559643311113"><strong id="EN-US_TOPIC_0107654006__b126031019154316">fixed</strong>: A fixed private IP address is allocated to the BMS.</li><li id="EN-US_TOPIC_0107654006__li359653331115"><strong id="EN-US_TOPIC_0107654006__b1632917297420">floating</strong>: A floating IP address is allocated to the BMS.</li></ul>
<td class="cellrowborder" valign="top" width="51.5%" headers="mcps1.3.7.11.2.4.1.3 "><p id="EN-US_TOPIC_0107654006__p27175732165012">Specifies the IP address assignment mode. This is an extended attribute.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0107654006__row866710425267"><td class="cellrowborder" valign="top" width="23.76%" headers="mcps1.3.7.11.2.4.1.1 "><p id="EN-US_TOPIC_0107654006__p850932318373">OS-EXT-IPS:port_id</p>

View File

@ -1,9 +1,9 @@
<a name="EN-US_TOPIC_0107658564"></a><a name="EN-US_TOPIC_0107658564"></a>
<h1 class="topictitle1">Attaching an EVS Disk to a <span id="text3801317756">BMS</span><span id="text464425125113"></span><span id="text17210351154415"></span></h1>
<div id="body1524140134038"><div class="section" id="EN-US_TOPIC_0107658564__section324443512515"><h4 class="sectiontitle">Function</h4><p id="EN-US_TOPIC_0107658564__p1141412350518">This API is used to attach EVS disks to a <span id="EN-US_TOPIC_0107658564__text1027592519399">BMS</span><span id="EN-US_TOPIC_0107658564__text103892321159"></span><span id="EN-US_TOPIC_0107658564__text938923211510"></span> as data disks after the <span id="EN-US_TOPIC_0107658564__text18418043855">BMS</span><span id="EN-US_TOPIC_0107658564__text841814431453"></span><span id="EN-US_TOPIC_0107658564__text2418943654"></span> is created if existing data disks are insufficient or cannot meet requirements.</p>
<h1 class="topictitle1">Attaching an EVS Disk to a <span id="text1027592519399">BMS</span><span id="text1210135115116"></span><span id="text183331113458"></span></h1>
<div id="body1524140134038"><div class="section" id="EN-US_TOPIC_0107658564__section324443512515"><h4 class="sectiontitle">Function</h4><p id="EN-US_TOPIC_0107658564__p1141412350518">This API is used to attach EVS disks to a <span id="EN-US_TOPIC_0107658564__text721194017514">BMS</span><span id="EN-US_TOPIC_0107658564__text1968164914717"></span> as data disks after the <span id="EN-US_TOPIC_0107658564__text1871347193412">BMS</span><span id="EN-US_TOPIC_0107658564__text171377143414"></span> is created if existing data disks are insufficient or cannot meet requirements.</p>
</div>
<div class="section" id="EN-US_TOPIC_0107658564__section9247103511511"><h4 class="sectiontitle">Constraints</h4><ul id="EN-US_TOPIC_0107658564__ul941413351651"><li id="EN-US_TOPIC_0107658564__li6219103112326">EVS disks cannot be attached to a BMS in a batch.</li><li id="EN-US_TOPIC_0107658564__li1855353817812">A maximum of 40 EVS disks can be attached to a <span id="EN-US_TOPIC_0107658564__text1234125418511">BMS</span><span id="EN-US_TOPIC_0107658564__text1346541156"></span><span id="EN-US_TOPIC_0107658564__text1634165413512"></span>.</li><li id="EN-US_TOPIC_0107658564__li841415351951">A bootable disk cannot be attached to a BMS.</li><li id="EN-US_TOPIC_0107658564__li94151835755">A disk cannot be attached to a <span id="EN-US_TOPIC_0107658564__text48819111765">BMS</span><span id="EN-US_TOPIC_0107658564__text14881171118612"></span><span id="EN-US_TOPIC_0107658564__text788117111563"></span> in the <strong id="EN-US_TOPIC_0107658564__b8703416172">PAUSED</strong> state, which is specified using the <strong id="EN-US_TOPIC_0107658564__b16703719179">OS-EXT-STS:vm_state</strong> parameter.</li><li id="EN-US_TOPIC_0107658564__li141514351157">Only a shared disk or a disk in the <strong id="EN-US_TOPIC_0107658564__b842352706104614">available</strong> state can be attached to a BMS.</li><li id="EN-US_TOPIC_0107658564__li54151535655">Only EVS disks whose device type is <strong id="EN-US_TOPIC_0107658564__b842352706105525">SCSI</strong> can be attached to a BMS.</li></ul>
<div class="section" id="EN-US_TOPIC_0107658564__section9247103511511"><h4 class="sectiontitle">Constraints</h4><ul id="EN-US_TOPIC_0107658564__ul941413351651"><li id="EN-US_TOPIC_0107658564__li6219103112326">EVS disks cannot be attached to a BMS in a batch.</li><li id="EN-US_TOPIC_0107658564__li1855353817812">A maximum of 40 EVS disks can be attached to a <span id="EN-US_TOPIC_0107658564__text8654625117">BMS</span><span id="EN-US_TOPIC_0107658564__text1604655115"></span>.</li><li id="EN-US_TOPIC_0107658564__li841415351951">A bootable disk cannot be attached to a BMS.</li><li id="EN-US_TOPIC_0107658564__li94151835755">A disk cannot be attached to a <span id="EN-US_TOPIC_0107658564__text1571649175118">BMS</span><span id="EN-US_TOPIC_0107658564__text57104965115"></span> in the <strong id="EN-US_TOPIC_0107658564__b8703416172">PAUSED</strong> state, which is specified using the <strong id="EN-US_TOPIC_0107658564__b16703719179">OS-EXT-STS:vm_state</strong> parameter.</li><li id="EN-US_TOPIC_0107658564__li141514351157">Only a shared disk or a disk in the <strong id="EN-US_TOPIC_0107658564__b842352706104614">available</strong> state can be attached to a BMS.</li><li id="EN-US_TOPIC_0107658564__li54151535655">Only EVS disks whose device type is <strong id="EN-US_TOPIC_0107658564__b842352706105525">SCSI</strong> can be attached to a BMS.</li></ul>
</div>
<div class="section" id="EN-US_TOPIC_0107658564__section10254193517515"><h4 class="sectiontitle">URI</h4><p id="EN-US_TOPIC_0107658564__p5841957114915">POST /v1/{project_id}/baremetalservers/{server_id}/attachvolume</p>
<p id="EN-US_TOPIC_0107658564__p16151182351115"><a href="#EN-US_TOPIC_0107658564__table228013461112">Table 1</a> lists the parameters.</p>

View File

@ -1,6 +1,6 @@
<a name="EN-US_TOPIC_0113746488"></a><a name="EN-US_TOPIC_0113746488"></a>
<h1 class="topictitle1"><span id="text1599144017517">BMS</span><span id="text109954011517"></span><span id="text205161451161216"></span> Lifecycle Management</h1>
<h1 class="topictitle1"><span id="text8992548111218">BMS</span><span id="text15803221423"></span><span id="text13501134163519"></span> Lifecycle Management</h1>
<div id="body1527065098172"></div>
<div>
<ul class="ullinks">

View File

@ -28,7 +28,7 @@
</div>
</div>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="EN-US_TOPIC_0129082263__table49939793" frame="border" border="1" rules="all"><caption><b>Table 2 </b>Query parameters</caption><thead align="left"><tr id="EN-US_TOPIC_0129082263__row40936054"><th align="left" class="cellrowborder" valign="top" width="18.81188118811881%" id="mcps1.3.3.2.5.1.1"><p id="EN-US_TOPIC_0129082263__p27486043">Parameter</p>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="EN-US_TOPIC_0129082263__table49939793" frame="border" border="1" rules="all"><caption><b>Table 2 </b>Parameters for querying BMS details</caption><thead align="left"><tr id="EN-US_TOPIC_0129082263__row40936054"><th align="left" class="cellrowborder" valign="top" width="18.81188118811881%" id="mcps1.3.3.2.5.1.1"><p id="EN-US_TOPIC_0129082263__p27486043">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="15.841584158415841%" id="mcps1.3.3.2.5.1.2"><p id="EN-US_TOPIC_0129082263__p11776988">Mandatory</p>
</th>

View File

@ -51,7 +51,7 @@
</div>
<div class="section" id="EN-US_TOPIC_0131326852__section22265380"><h4 class="sectiontitle">Request Parameters</h4><p id="EN-US_TOPIC_0131326852__p1220010297370">None</p>
</div>
<div class="section" id="EN-US_TOPIC_0131326852__section18817143116520"><h4 class="sectiontitle">Example Request</h4><div class="p" id="EN-US_TOPIC_0131326852__p169011833115715">Querying BMS flavor details and extended flavor information in the <strong id="EN-US_TOPIC_0131326852__b101614313597">az1</strong> AZ<div class="codecoloring" codetype="Java" id="EN-US_TOPIC_0131326852__screen145810814132"><div class="highlight"><table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre><span class="normal">1</span></pre></div></td><td class="code"><div><pre><span></span><span class="n">GET</span><span class="w"> </span><span class="n">https</span><span class="p">:</span><span class="c1">//{BMS Endpoint}/v1/c685484a8cc2416b97260938705deb65/baremetalservers/flavors?availability_zone=az1</span>
<div class="section" id="EN-US_TOPIC_0131326852__section18817143116520"><h4 class="sectiontitle">Example Request</h4><div class="p" id="EN-US_TOPIC_0131326852__p169011833115715">Querying BMS flavor details and extended flavor information in the <strong id="EN-US_TOPIC_0131326852__b1783110216111">az1</strong> AZ<div class="codecoloring" codetype="Java" id="EN-US_TOPIC_0131326852__screen145810814132"><div class="highlight"><table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre><span class="normal">1</span></pre></div></td><td class="code"><div><pre><span></span><span class="n">GET</span><span class="w"> </span><span class="n">https</span><span class="p">:</span><span class="c1">//{BMS Endpoint}/v1/c685484a8cc2416b97260938705deb65/baremetalservers/flavors?availability_zone=az1</span>
</pre></div></td></tr></table></div>
</div>
</div>

View File

@ -1,6 +1,6 @@
<a name="EN-US_TOPIC_0131356391"></a><a name="EN-US_TOPIC_0131356391"></a>
<h1 class="topictitle1">Starting <span id="text1027592519399">BMS</span><span id="text1799111044611"></span><span id="text1968164914717"></span>s</h1>
<h1 class="topictitle1">Starting <span id="text266731472811">BMS</span><span id="text7802430369"></span><span id="text549771912419"></span>s</h1>
<div id="body1536986565099"><div class="section" id="EN-US_TOPIC_0131356391__section18389930"><h4 class="sectiontitle">Function</h4><p id="EN-US_TOPIC_0131356391__p16246551">This API is used to start <span id="EN-US_TOPIC_0131356391__text13951163912614">BMS</span><span id="EN-US_TOPIC_0131356391__text5951183912269"></span><span id="EN-US_TOPIC_0131356391__text89511139122611"></span>s of specified IDs. You can start a maximum of 1000 BMSs at a time.</p>
<div class="note" id="EN-US_TOPIC_0131356391__note06811723135712"><img src="public_sys-resources/note_3.0-en-us.png"><span class="notetitle"> </span><div class="notebody"><p id="EN-US_TOPIC_0131356391__p7681123165713">This is an asynchronous API. Calling the API successfully indicates that the task is delivered successfully. To check whether the task is successful, call the <a href="en-us_topic_0118696596.html">Querying Task Statuses</a> API.</p>
</div></div>

View File

@ -79,9 +79,8 @@
</td>
<td class="cellrowborder" valign="top" width="24.437556244375564%" headers="mcps1.3.3.4.2.5.1.3 "><p id="EN-US_TOPIC_0131356393__p59240589141926">String</p>
</td>
<td class="cellrowborder" valign="top" width="39.28607139286072%" headers="mcps1.3.3.4.2.5.1.4 "><p id="EN-US_TOPIC_0131356393__p33758406141926">Specifies how BMSs are stopped. The default value is <strong id="EN-US_TOPIC_0131356393__b25324389812">HARD</strong>.</p>
<p id="EN-US_TOPIC_0131356393__p18197223814">Value:</p>
<p id="EN-US_TOPIC_0131356393__p1127517317416"><strong id="EN-US_TOPIC_0131356393__b93754241771">HARD</strong>: forcible stop</p>
<td class="cellrowborder" valign="top" width="39.28607139286072%" headers="mcps1.3.3.4.2.5.1.4 "><p id="EN-US_TOPIC_0131356393__p33758406141926">Specifies the BMS stop type.</p>
<ul id="EN-US_TOPIC_0131356393__ul251735085216"><li id="EN-US_TOPIC_0131356393__li105171350125220"><strong id="EN-US_TOPIC_0131356393__b276545204513">SOFT</strong>: soft stop (invalid)</li><li id="EN-US_TOPIC_0131356393__li1751745015524"><strong id="EN-US_TOPIC_0131356393__b425544614512">HARD</strong>: hard stop (default)</li></ul>
</td>
</tr>
</tbody>

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

View File

@ -231,16 +231,9 @@
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.5.2.5.1.3 "><p id="MigrateNode__p8514155216514">String</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.5.2.5.1.4 "><p id="MigrateNode__p6974191535916"><strong id="MigrateNode__b17974101535910">Definition</strong></p>
<p id="MigrateNode__p1497417157597">Post-installation script</p>
<p id="MigrateNode__p39741815165917"><strong id="MigrateNode__b1297413153598">Constraints</strong></p>
<p id="MigrateNode__p7974615155915">The characters of both the pre-installation and post-installation scripts are centrally calculated, and the total number of characters after transcoding cannot exceed 10,240.</p>
<p id="MigrateNode__p1197461518598">The input value must be encoded using Base64. The method is as follows:</p>
<pre class="screen" id="MigrateNode__screen79742154591">echo -n "*&lt;content-to-be-encoded&gt;*" | base64</pre>
<p id="MigrateNode__p397410157592"><strong id="MigrateNode__b09741115125910">Range</strong></p>
<p id="MigrateNode__p697415154591">N/A</p>
<p id="MigrateNode__p15974151518595"><strong id="MigrateNode__b1797411585920">Default Value</strong></p>
<p id="MigrateNode__p159741715115913">N/A</p>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.5.2.5.1.4 "><p id="MigrateNode__p3514155219510">Post-installation script.</p>
<div class="note" id="MigrateNode__note1651514521656"><span class="notetitle"> NOTE: </span><div class="notebody"><p id="MigrateNode__p95154521458">The input value must be Base64-encoded. (Command: echo -n "Content to be encoded" | base64)</p>
</div></div>
</td>
</tr>
<tr id="MigrateNode__row135092052357"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.5.2.5.1.1 "><p id="MigrateNode__p205151521258">alpha.cce/NodeImageID</p>
@ -461,16 +454,9 @@
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.5.2.4.1.2 "><p id="MigrateNode__p147325520516">String</p>
</td>
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.5.2.4.1.3 "><p id="MigrateNode__p6331441348"><strong id="MigrateNode__b203312411413">Definition</strong></p>
<p id="MigrateNode__p15331543414">Post-installation script</p>
<p id="MigrateNode__p1433164742"><strong id="MigrateNode__b1533134049">Constraints</strong></p>
<p id="MigrateNode__p123311941446">The characters of both the pre-installation and post-installation scripts are centrally calculated, and the total number of characters after transcoding cannot exceed 10,240.</p>
<p id="MigrateNode__p123311541042">The input value must be encoded using Base64. The method is as follows:</p>
<pre class="screen" id="MigrateNode__screen113311341412">echo -n "*&lt;content-to-be-encoded&gt;*" | base64</pre>
<p id="MigrateNode__p43314410412"><strong id="MigrateNode__b63311544418">Range</strong></p>
<p id="MigrateNode__p93317413413">N/A</p>
<p id="MigrateNode__p13331194241"><strong id="MigrateNode__b933174443">Default Value</strong></p>
<p id="MigrateNode__p633114848">N/A</p>
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.5.2.4.1.3 "><p id="MigrateNode__p37327521558">Post-installation script.</p>
<div class="note" id="MigrateNode__note37321523519"><span class="notetitle"> NOTE: </span><div class="notebody"><p id="MigrateNode__p187326521959">The input value must be Base64-encoded. (Command: echo -n "Content to be encoded" | base64)</p>
</div></div>
</td>
</tr>
<tr id="MigrateNode__row165321152352"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.5.2.4.1.1 "><p id="MigrateNode__p15732115211510">alpha.cce/NodeImageID</p>

View File

@ -16,8 +16,6 @@
</li>
<li class="ulchildlink"><strong><a href="configuration_lifecycle_management.html">Configuration Management</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="tags_lifecycle_management.html">Tag Management</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="cce_02_0366.html">Add-on Instance Parameters</a></strong><br>
</li>
</ul>

View File

@ -551,16 +551,9 @@
</td>
<td class="cellrowborder" valign="top" width="14.892156862745098%" headers="mcps1.3.3.10.2.5.1.3 "><p id="cce_02_0242__p103676513337">String</p>
</td>
<td class="cellrowborder" valign="top" width="49.01960784313725%" headers="mcps1.3.3.10.2.5.1.4 "><p id="cce_02_0242__p5451151441612"><strong id="cce_02_0242__b13451201491620">Details</strong>:</p>
<p id="cce_02_0242__p4451101416162">Post-installation script.</p>
<p id="cce_02_0242__p9451141413161">The input value must be encoded using Base64. The method is as follows:</p>
<pre class="screen" id="cce_02_0242__screen5451181441616">echo -n "*Content to be encoded*" | base64</pre>
<p id="cce_02_0242__p2451201491612"><strong id="cce_02_0242__b16451514111617">Constraints</strong>:</p>
<p id="cce_02_0242__p445141411619">The characters of both the pre-installation and post-installation scripts are centrally calculated, and the total number of characters after transcoding cannot exceed 10,240.</p>
<p id="cce_02_0242__p16451314101612"><strong id="cce_02_0242__b1245181491610">Options</strong>:</p>
<p id="cce_02_0242__p124513147166">N/A</p>
<p id="cce_02_0242__p1451151461610"><strong id="cce_02_0242__b1345161410163">Default value</strong>:</p>
<p id="cce_02_0242__p94521414121617">N/A</p>
<td class="cellrowborder" valign="top" width="49.01960784313725%" headers="mcps1.3.3.10.2.5.1.4 "><p id="cce_02_0242__p53689516336">Script required after the installation.</p>
<div class="note" id="cce_02_0242__note19617843103510"><span class="notetitle"> NOTE: </span><div class="notebody"><p id="cce_02_0242__p1161734320357">The input value must be encoded using Base64. (Command: <strong id="cce_02_0242__b1169154420012">echo -n "<em id="cce_02_0242__i95364410019">Content to be encoded</em>" | base64</strong>)</p>
</div></div>
</td>
</tr>
<tr id="cce_02_0242__row1455373318517"><td class="cellrowborder" valign="top" width="20.15686274509804%" headers="mcps1.3.3.10.2.5.1.1 "><p id="cce_02_0242__p125541033155112">alpha.cce/NodeImageID</p>
@ -1760,22 +1753,6 @@
<ul id="cce_02_0242__ul1955510468516"><li id="cce_02_0242__li355594613519"><strong id="cce_02_0242__b1309461884">userLV</strong>: size of the user space, for example: <strong id="cce_02_0242__b1958756615">vgpaas/20%VG</strong>.</li><li id="cce_02_0242__li4555174625112"><strong id="cce_02_0242__b427908317">userPath</strong>: mount path of the user space, for example: <strong id="cce_02_0242__b1927922394">/home/wqt-test</strong>.</li><li id="cce_02_0242__li65557465513"><strong id="cce_02_0242__b125978782">diskType</strong>: disk type. Currently, only the <strong id="cce_02_0242__b871320377">evs</strong>, <strong id="cce_02_0242__b691273661">hdd</strong>, and <strong id="cce_02_0242__b870673055">ssd</strong> are supported.</li><li id="cce_02_0242__li1055520469519"><strong id="cce_02_0242__b1582687309">lvType</strong>: type of a logic volume. Currently, the value can be <strong id="cce_02_0242__b1741532556">linear</strong> or <strong id="cce_02_0242__b1583349201">striped</strong>.</li><li id="cce_02_0242__li1140832125412"><strong id="cce_02_0242__b1483352010557">dockerThinpool</strong>: Docker disk space, for example: <strong id="cce_02_0242__b88349209554">vgpaas/60%VG</strong>.</li><li id="cce_02_0242__li13472194235212"><strong id="cce_02_0242__b10633424175519">kubernetesLV</strong>: kubelet size, for example: <strong id="cce_02_0242__b26335248551">vgpaas/20%VG</strong>.</li></ul>
</td>
</tr>
<tr id="cce_02_0242__row363605319597"><td class="cellrowborder" valign="top" width="24%" headers="mcps1.3.4.9.2.4.1.1 "><p id="cce_02_0242__p76370532592">alpha.cce/postInstall</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.9.2.4.1.2 "><p id="cce_02_0242__p0637175316596">String</p>
</td>
<td class="cellrowborder" valign="top" width="56.00000000000001%" headers="mcps1.3.4.9.2.4.1.3 "><p id="cce_02_0242__p151019248112"><strong id="cce_02_0242__b12510182416119">Details</strong>:</p>
<p id="cce_02_0242__p15103248113">Post-installation script.</p>
<p id="cce_02_0242__p1451017241917">The input value must be encoded using Base64. The method is as follows:</p>
<pre class="screen" id="cce_02_0242__screen1510152411112">echo -n "*Content to be encoded*" | base64</pre>
<p id="cce_02_0242__p115103241418"><strong id="cce_02_0242__b14510024312">Constraints</strong>:</p>
<p id="cce_02_0242__p1651012417114">The characters of both the pre-installation and post-installation scripts are centrally calculated, and the total number of characters after transcoding cannot exceed 10,240.</p>
<p id="cce_02_0242__p1551012241319"><strong id="cce_02_0242__b5510424416">Options</strong>:</p>
<p id="cce_02_0242__p13510824613">N/A</p>
<p id="cce_02_0242__p251015248117"><strong id="cce_02_0242__b1051062417113">Default value</strong>:</p>
<p id="cce_02_0242__p1851016241119">N/A</p>
</td>
</tr>
</tbody>
</table>
</div>

View File

@ -550,22 +550,6 @@
<ul id="cce_02_0243__ul1955510468516"><li id="cce_02_0243__li355594613519"><strong id="cce_02_0243__b1309461884">userLV</strong>: size of the user space, for example: <strong id="cce_02_0243__b1958756615">vgpaas/20%VG</strong>.</li><li id="cce_02_0243__li4555174625112"><strong id="cce_02_0243__b427908317">userPath</strong>: mount path of the user space, for example: <strong id="cce_02_0243__b1927922394">/home/wqt-test</strong>.</li><li id="cce_02_0243__li65557465513"><strong id="cce_02_0243__b125978782">diskType</strong>: disk type. Currently, only the <strong id="cce_02_0243__b871320377">evs</strong>, <strong id="cce_02_0243__b691273661">hdd</strong>, and <strong id="cce_02_0243__b870673055">ssd</strong> are supported.</li><li id="cce_02_0243__li1055520469519"><strong id="cce_02_0243__b1582687309">lvType</strong>: type of a logic volume. Currently, the value can be <strong id="cce_02_0243__b1741532556">linear</strong> or <strong id="cce_02_0243__b1583349201">striped</strong>.</li><li id="cce_02_0243__li1140832125412"><strong id="cce_02_0243__b1483352010557">dockerThinpool</strong>: Docker disk space, for example: <strong id="cce_02_0243__b88349209554">vgpaas/60%VG</strong>.</li><li id="cce_02_0243__li13472194235212"><strong id="cce_02_0243__b10633424175519">kubernetesLV</strong>: kubelet size, for example: <strong id="cce_02_0243__b26335248551">vgpaas/20%VG</strong>.</li></ul>
</td>
</tr>
<tr id="cce_02_0243__row1518524451717"><td class="cellrowborder" valign="top" width="24%" headers="mcps1.3.4.11.2.4.1.1 "><p id="cce_02_0243__p838184313223">alpha.cce/postInstall</p>
</td>
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.11.2.4.1.2 "><p id="cce_02_0243__p10384438223">String</p>
</td>
<td class="cellrowborder" valign="top" width="56.00000000000001%" headers="mcps1.3.4.11.2.4.1.3 "><p id="cce_02_0243__p15382432221"><strong id="cce_02_0243__b3381443182212">Details</strong>:</p>
<p id="cce_02_0243__p12381143182216">Post-installation script.</p>
<p id="cce_02_0243__p1138443182216">The input value must be encoded using Base64. The method is as follows:</p>
<pre class="screen" id="cce_02_0243__screen8381243192218">echo -n "*Content to be encoded*" | base64</pre>
<p id="cce_02_0243__p1438124317223"><strong id="cce_02_0243__b3382043132213">Constraints</strong>:</p>
<p id="cce_02_0243__p538104322212">The characters of both the pre-installation and post-installation scripts are centrally calculated, and the total number of characters after transcoding cannot exceed 10,240.</p>
<p id="cce_02_0243__p15381943102217"><strong id="cce_02_0243__b18388437227">Options</strong>:</p>
<p id="cce_02_0243__p153815434221">N/A</p>
<p id="cce_02_0243__p19381343132214"><strong id="cce_02_0243__b163811434222">Default value</strong>:</p>
<p id="cce_02_0243__p203884313223">N/A</p>
</td>
</tr>
</tbody>
</table>
</div>

View File

@ -8,21 +8,7 @@
</th>
</tr>
</thead>
<tbody><tr id="cce_02_0273__row164291129171211"><td class="cellrowborder" valign="top" width="17.98%" headers="mcps1.3.1.2.3.1.1 "><p id="cce_02_0273__p94305298122"><span id="cce_02_0273__ph8224839151219">2025-10-28</span></p>
</td>
<td class="cellrowborder" valign="top" width="82.02000000000001%" headers="mcps1.3.1.2.3.1.2 "><p id="cce_02_0273__p114301129101211"><span id="cce_02_0273__ph192921859151210">Add:</span></p>
<p id="cce_02_0273__p133191961312">Added the <strong id="cce_02_0273__b179071485168">alpha.cce/postInstall</strong> parameter in <a href="cce_02_0356.html">Updating a Specified Node Pool</a>.</p>
<p id="cce_02_0273__p14731931122411">Delete:</p>
<p id="cce_02_0273__p1697195017298">Removed the <strong id="cce_02_0273__b16304144142617">cluster_id</strong> from the URI in <a href="cce_02_0324.html">Deleting an Add-on Instance</a> , <a href="cce_02_0325.html">Reading an Add-on Instance</a> , <a href="cce_02_0326.html">Listing Add-on Instances</a>.</p>
</td>
</tr>
<tr id="cce_02_0273__row39101651122310"><td class="cellrowborder" valign="top" width="17.98%" headers="mcps1.3.1.2.3.1.1 "><p id="cce_02_0273__p5910551162311">2025-09-12</p>
</td>
<td class="cellrowborder" valign="top" width="82.02000000000001%" headers="mcps1.3.1.2.3.1.2 "><p id="cce_02_0273__p8237673246">Add:</p>
<p id="cce_02_0273__p162374719244">Added <a href="tags_lifecycle_management.html">Tag Management</a>.</p>
</td>
</tr>
<tr id="cce_02_0273__row135621333911"><td class="cellrowborder" valign="top" width="17.98%" headers="mcps1.3.1.2.3.1.1 "><p id="cce_02_0273__p756363317912">2025-06-30</p>
<tbody><tr id="cce_02_0273__row135621333911"><td class="cellrowborder" valign="top" width="17.98%" headers="mcps1.3.1.2.3.1.1 "><p id="cce_02_0273__p756363317912">2025-06-30</p>
</td>
<td class="cellrowborder" valign="top" width="82.02000000000001%" headers="mcps1.3.1.2.3.1.2 "><p id="cce_02_0273__p13583475915">Add:</p>
<ul id="cce_02_0273__ul182174241020"><li id="cce_02_0273__li1521713231010">Added <a href="ResizeCluster.html">Modifying Cluster Specifications</a>.</li><li id="cce_02_0273__li554219569414">Added the <strong id="cce_02_0273__b919844074">configurationsOverride</strong><strong id="cce_02_0273__b856315291657"> </strong>field in <a href="cce_02_0236.html">Creating a Cluster</a> , <a href="cce_02_0238.html">Reading a Specified Cluster</a>.</li></ul>

View File

@ -5,7 +5,7 @@
<div class="note" id="cce_02_0324__note42209401757"><img src="public_sys-resources/note_3.0-en-us.png"><span class="notetitle"> </span><div class="notebody"><p id="cce_02_0324__p8220640955">The URL for add-on management is in the format of <strong id="cce_02_0324__b598718254523">https://{clusterid}.Endpoint/uri.</strong> In the URL, <em id="cce_02_0324__i1485018501457">{clusterid}</em> indicates the cluster ID, and <em id="cce_02_0324__i198501050458">uri</em> indicates the resource path, that is, the path for API access.</p>
</div></div>
</div>
<div class="section" id="cce_02_0324__section189350497716"><h4 class="sectiontitle">URI</h4><p id="cce_02_0324__p193617492711">DELETE /api/v3/addons/{id}</p>
<div class="section" id="cce_02_0324__section189350497716"><h4 class="sectiontitle">URI</h4><p id="cce_02_0324__p193617492711">DELETE /api/v3/addons/{id}?cluster_id={cluster_id}</p>
<p id="cce_02_0324__p101731719174319"><a href="#cce_02_0324__table493910491373">Table 1</a> describes the parameters of this API.</p>
<div class="tablenoborder"><a name="cce_02_0324__table493910491373"></a><a name="table493910491373"></a><table cellpadding="4" cellspacing="0" summary="" id="cce_02_0324__table493910491373" frame="border" border="1" rules="all"><caption><b>Table 1 </b>Parameter description</caption><thead align="left"><tr id="cce_02_0324__row1693894920717"><th align="left" class="cellrowborder" valign="top" width="17.95%" id="mcps1.3.2.4.2.5.1.1"><p id="cce_02_0324__p129401491177">Parameter</p>

View File

@ -5,7 +5,7 @@
<div class="note" id="cce_02_0325__note42209401757"><img src="public_sys-resources/note_3.0-en-us.png"><span class="notetitle"> </span><div class="notebody"><p id="cce_02_0325__p8220640955">The URL for add-on management is in the format of <strong id="cce_02_0325__b598718254523">https://{clusterid}.Endpoint/uri.</strong> In the URL, <em id="cce_02_0325__i1485018501457">{clusterid}</em> indicates the cluster ID, and <em id="cce_02_0325__i198501050458">uri</em> indicates the resource path, that is, the path for API access.</p>
</div></div>
</div>
<div class="section" id="cce_02_0325__section1922614501578"><h4 class="sectiontitle">URI</h4><p id="cce_02_0325__p19226185010710">GET /api/v3/addons/{id}</p>
<div class="section" id="cce_02_0325__section1922614501578"><h4 class="sectiontitle">URI</h4><p id="cce_02_0325__p19226185010710">GET /api/v3/addons/{id}?cluster_id={cluster_id}</p>
<p id="cce_02_0325__p2074422813435"><a href="#cce_02_0325__table14230135012719">Table 1</a> describes the parameters of this API.</p>
<div class="tablenoborder"><a name="cce_02_0325__table14230135012719"></a><a name="table14230135012719"></a><table cellpadding="4" cellspacing="0" summary="" id="cce_02_0325__table14230135012719" frame="border" border="1" rules="all"><caption><b>Table 1 </b>Parameter description</caption><thead align="left"><tr id="cce_02_0325__row32281850277"><th align="left" class="cellrowborder" valign="top" width="17.57%" id="mcps1.3.2.4.2.5.1.1"><p id="cce_02_0325__p62314501171">Parameter</p>

View File

@ -5,7 +5,7 @@
<div class="note" id="cce_02_0326__note42209401757"><img src="public_sys-resources/note_3.0-en-us.png"><span class="notetitle"> </span><div class="notebody"><p id="cce_02_0326__p8220640955">The URL for add-on management is in the format of <strong id="cce_02_0326__b598718254523">https://{clusterid}.Endpoint/uri.</strong> In the URL, <em id="cce_02_0326__i1485018501457">{clusterid}</em> indicates the cluster ID, and <em id="cce_02_0326__i198501050458">uri</em> indicates the resource path, that is, the path for API access.</p>
</div></div>
</div>
<div class="section" id="cce_02_0326__section68937501179"><h4 class="sectiontitle">URI</h4><p id="cce_02_0326__p689415501172">GET /api/v3/addons</p>
<div class="section" id="cce_02_0326__section68937501179"><h4 class="sectiontitle">URI</h4><p id="cce_02_0326__p689415501172">GET /api/v3/addons?cluster_id={cluster_id}</p>
<p id="cce_02_0326__p196718391439"><a href="#cce_02_0326__table489613501374">Table 1</a> describes the parameters of this API.</p>
<div class="tablenoborder"><a name="cce_02_0326__table489613501374"></a><a name="table489613501374"></a><table cellpadding="4" cellspacing="0" summary="" id="cce_02_0326__table489613501374" frame="border" border="1" rules="all"><caption><b>Table 1 </b>Parameter description</caption><thead align="left"><tr id="cce_02_0326__row198955507711"><th align="left" class="cellrowborder" valign="top" width="16.509999999999998%" id="mcps1.3.2.4.2.5.1.1"><p id="cce_02_0326__p289718501577">Parameter</p>

View File

@ -714,16 +714,9 @@
</td>
<td class="cellrowborder" valign="top" width="14.892156862745098%" headers="mcps1.3.3.15.2.5.1.3 "><p id="cce_02_0354__p103676513337">String</p>
</td>
<td class="cellrowborder" valign="top" width="49.01960784313725%" headers="mcps1.3.3.15.2.5.1.4 "><p id="cce_02_0354__p14771778110"><strong id="cce_02_0354__b18477117121119">Details</strong>:</p>
<p id="cce_02_0354__p11477575117">Post-installation script.</p>
<p id="cce_02_0354__p104777761114">The input value must be encoded using Base64. The method is as follows:</p>
<pre class="screen" id="cce_02_0354__screen747711711119">echo -n "*Content to be encoded*" | base64</pre>
<p id="cce_02_0354__p44779791119"><strong id="cce_02_0354__b54776781114">Constraints</strong>:</p>
<p id="cce_02_0354__p174778741116">The characters of both the pre-installation and post-installation scripts are centrally calculated, and the total number of characters after transcoding cannot exceed 10,240.</p>
<p id="cce_02_0354__p114771579116"><strong id="cce_02_0354__b54771712113">Options</strong>:</p>
<p id="cce_02_0354__p44774731119">N/A</p>
<p id="cce_02_0354__p947716751113"><strong id="cce_02_0354__b1147711721118">Default value</strong>:</p>
<p id="cce_02_0354__p1047777141117">N/A</p>
<td class="cellrowborder" valign="top" width="49.01960784313725%" headers="mcps1.3.3.15.2.5.1.4 "><p id="cce_02_0354__p53689516336">Script required after the installation.</p>
<div class="note" id="cce_02_0354__note19617843103510"><span class="notetitle"> NOTE: </span><div class="notebody"><p id="cce_02_0354__p1161734320357">The input value must be encoded using Base64. (Command: <strong id="cce_02_0354__b1169154420012">echo -n "<em id="cce_02_0354__i95364410019">Content to be encoded</em>" | base64</strong>)</p>
</div></div>
</td>
</tr>
<tr id="cce_02_0354__row1455373318517"><td class="cellrowborder" valign="top" width="20.15686274509804%" headers="mcps1.3.3.15.2.5.1.1 "><p id="cce_02_0354__p125541033155112">alpha.cce/NodeImageID</p>

View File

@ -757,16 +757,9 @@
</td>
<td class="cellrowborder" valign="top" width="17.71%" headers="mcps1.3.4.17.2.4.1.2 "><p id="cce_02_0355__p103676513337">String</p>
</td>
<td class="cellrowborder" valign="top" width="58.309999999999995%" headers="mcps1.3.4.17.2.4.1.3 "><p id="cce_02_0355__p14771778110"><strong id="cce_02_0355__b18477117121119">Details</strong>:</p>
<p id="cce_02_0355__p11477575117">Post-installation script.</p>
<p id="cce_02_0355__p104777761114">The input value must be encoded using Base64. The method is as follows:</p>
<pre class="screen" id="cce_02_0355__screen747711711119">echo -n "*Content to be encoded*" | base64</pre>
<p id="cce_02_0355__p44779791119"><strong id="cce_02_0355__b54776781114">Constraints</strong>:</p>
<p id="cce_02_0355__p174778741116">The characters of both the pre-installation and post-installation scripts are centrally calculated, and the total number of characters after transcoding cannot exceed 10,240.</p>
<p id="cce_02_0355__p114771579116"><strong id="cce_02_0355__b54771712113">Options</strong>:</p>
<p id="cce_02_0355__p44774731119">N/A</p>
<p id="cce_02_0355__p947716751113"><strong id="cce_02_0355__b1147711721118">Default value</strong>:</p>
<p id="cce_02_0355__p1047777141117">N/A</p>
<td class="cellrowborder" valign="top" width="58.309999999999995%" headers="mcps1.3.4.17.2.4.1.3 "><p id="cce_02_0355__p53689516336">Script required after the installation.</p>
<div class="note" id="cce_02_0355__note19617843103510"><span class="notetitle"> NOTE: </span><div class="notebody"><p id="cce_02_0355__p1161734320357">The input value must be encoded using Base64. (Command: <strong id="cce_02_0355__b1169154420012">echo -n "<em id="cce_02_0355__i95364410019">Content to be encoded</em>" | base64</strong>)</p>
</div></div>
</td>
</tr>
<tr id="cce_02_0355__row1455373318517"><td class="cellrowborder" valign="top" width="23.98%" headers="mcps1.3.4.17.2.4.1.1 "><p id="cce_02_0355__p125541033155112">alpha.cce/NodeImageID</p>

File diff suppressed because it is too large Load Diff

View File

@ -1,24 +0,0 @@
<a name="tags_lifecycle_management"></a><a name="tags_lifecycle_management"></a>
<h1 class="topictitle1">Tag Management</h1>
<div id="body32001227"><p> </p>
</div>
<div>
<ul class="ullinks">
<li class="ulchildlink"><strong><a href="BatchCreateClusterTags.html">Adding Resource Tags to a Specified Cluster in Batches</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="BatchDeleteClusterTags.html">Deleting Resource Tags of a Specified Cluster in Batches</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="GetResourceTags.html">Obtaining Resource Tags</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="GetCustomizeTags.html">Obtaining Custom Tags</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="GetLabels.html">Obtaining Node Labels</a></strong><br>
</li>
</ul>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="cce_02_0103.html">APIs</a></div>
</div>
</div>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -47,7 +47,7 @@
</li></ol>
</div>
<div class="section" id="CVE-2025-23266__en-us_topic_0000002394138741_en-us_topic_0000001159663171_section0651319327"><h4 class="sectiontitle">Solution</h4><p id="CVE-2025-23266__en-us_topic_0000002394138741_p104132591912">Do not run an untrusted container image in the cluster before the vulnerabilities are fixed.</p>
<p id="CVE-2025-23266__en-us_topic_0000002394138741_p93366712281">CCE has released a new version of the CCE AI Suite (NVIDIA GPU) add-on to fix these vulnerabilities. Upgrade the add-on to the fixed version. For details, see <a href="cce_10_0141.html">CCE AI Suite (NVIDIA GPU) Release History</a>.</p>
<p id="CVE-2025-23266__en-us_topic_0000002394138741_p93366712281">CCE will release a new version of the add-on to fix these vulnerabilities. For details, see <a href="cce_10_0141.html">CCE AI Suite (NVIDIA GPU) Release History</a>.</p>
</div>
<div class="section" id="CVE-2025-23266__en-us_topic_0000002394138741_en-us_topic_0000001159663171_section183061740102419"><h4 class="sectiontitle">Helpful Links</h4><p id="CVE-2025-23266__en-us_topic_0000002394138741_p174671921175419">NVIDIA Container Toolkit Security Bulletin: <a href="https://nvidia.custhelp.com/app/answers/detail/a_id/5659" target="_blank" rel="noopener noreferrer">https://nvidia.custhelp.com/app/answers/detail/a_id/5659</a></p>
</div>

Some files were not shown because too many files have changed in this diff Show More