forked from docs/doc-exports
Compare commits
137 Commits
hcdc8
...
add-openap
| Author | SHA1 | Date | |
|---|---|---|---|
| 0e0bbcac1d | |||
| 1f1eb653a0 | |||
| 9a02fd138c | |||
| fa3f478d84 | |||
| 6bc5dd3497 | |||
| 99d7ff5a10 | |||
| 0b3a43371a | |||
| 1421199fd8 | |||
| 409fe16e38 | |||
| 3f4bdc86f8 | |||
| 8e38ff8c9e | |||
| d1ef8ab752 | |||
| d167e4cc29 | |||
| 1121d98de9 | |||
| 5374c21852 | |||
| eb1f0e33cc | |||
| c49ab04f1a | |||
| 456265ead9 | |||
| 7a0482364b | |||
| dd4c7da95e | |||
| d0fdb06851 | |||
| d9d9ef8f3a | |||
| b327ddf16f | |||
| d63cd05074 | |||
| 0526afc72c | |||
| 95e4945935 | |||
| b1d3032602 | |||
| 4813caf659 | |||
| 64dfadb38d | |||
| b5be8917cf | |||
| 487ff19e34 | |||
| dc5d5209b0 | |||
| 382dfe8964 | |||
| bb1faaede3 | |||
| 8093b53dac | |||
| 5df6efba54 | |||
| c6d6df168e | |||
| a22df3329e | |||
| af6f5ee1ab | |||
| af86f4a33b | |||
| 27aafc1878 | |||
| a41a4e0331 | |||
| affc0093ff | |||
| b8457f8476 | |||
| 2edd9cc641 | |||
| 00b6f42eca | |||
| 6d73dcaf41 | |||
| 4d1fac645a | |||
| c750d15f42 | |||
| ac787f42f1 | |||
| 03e77f3e5b | |||
| b662a89e70 | |||
| 1ddaec1a62 | |||
| 584d272a0b | |||
| 09469dcb98 | |||
| 856eead9f0 | |||
| cfeabe6434 | |||
| b2353339c3 | |||
| 43ff755460 | |||
| eff4373f7f | |||
| 3e4721c813 | |||
| 04ae6632a7 | |||
| ab1e53a279 | |||
| 46d24ba358 | |||
| 0a674cd795 | |||
| 6a7143f96d | |||
| b47ac2cabb | |||
| 221780bfeb | |||
| 8f024b87ae | |||
| ba239fc43e | |||
| 583968ed3a | |||
| 3cbb6e4ac4 | |||
| a3775fc78e | |||
| d5e281fd38 | |||
| 8341d19ec6 | |||
| 53f94d774d | |||
| 8c3286488e | |||
| b59645e299 | |||
| cd7925dbd2 | |||
| 9431327613 | |||
| 18397ded73 | |||
| e9265fb6b0 | |||
| 79a6901263 | |||
| 3bac3b88e8 | |||
| c7ca14ad93 | |||
| 2a915e26a2 | |||
| fa1c18873d | |||
| 07a013e6d2 | |||
| b8dbeabef4 | |||
| 93d856d5c5 | |||
| 8f6b8d3664 | |||
| 70f009fb3e | |||
| dc34fae01a | |||
| 6de26be70e | |||
| 22397bca9e | |||
| e18658dde8 | |||
| 18ff2c859e | |||
| 2d02dc5d79 | |||
| bd13b1d3a9 | |||
| c1d4f578e7 | |||
| 8b155f2928 | |||
| c9c395e9b3 | |||
| effc5e0a2f | |||
| 89457a7fa8 | |||
| 128b7e694f | |||
| 275abe4f14 | |||
| bbe5c00f67 | |||
| aec20f17ba | |||
| d60ee93f9e | |||
| 11026d61f2 | |||
| e3dc236e76 | |||
| ee9f8aa0b6 | |||
| 1287ab0cee | |||
| 6d480dcc20 | |||
| 73ffc816f4 | |||
| 7f49a3566f | |||
| c38525b39b | |||
| f8f4226a40 | |||
| 285f8e4a64 | |||
| 4d53c82e02 | |||
| 793d68b1b5 | |||
| 4f9585c038 | |||
| 0f8501c63c | |||
| c62d651866 | |||
| 91cea8efb1 | |||
| 441a86b39d | |||
| 9a6a028567 | |||
| 6f818add66 | |||
| 53bc92e1f5 | |||
| 48a9cbde3c | |||
| 904c1aad8b | |||
| 190f09501c | |||
| 06c8ac5e62 | |||
| 60127db659 | |||
| 66d959f7d2 | |||
| 043e229a46 | |||
| 0bfc29fc2c |
198
.gitea/workflows/openapi.yml
Normal file
198
.gitea/workflows/openapi.yml
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
123
.gitea/workflows/yaml-lint.yml
Normal file
123
.gitea/workflows/yaml-lint.yml
Normal file
File diff suppressed because it is too large
Load Diff
11
.spectral.yaml
Normal file
11
.spectral.yaml
Normal file
@ -0,0 +1,11 @@
|
||||
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]*$"
|
||||
17
.yamllint
Normal file
17
.yamllint
Normal file
@ -0,0 +1,17 @@
|
||||
# .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
|
||||
@ -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":"QueryingBMS Flavors,BMS Flavor Query (OpenStack Nova APIs),API Reference",
|
||||
"kw":"Querying BMS Flavors,BMS Flavor Query (OpenStack Nova APIs),API Reference",
|
||||
"search_title":"",
|
||||
"metedata":[
|
||||
{
|
||||
@ -1177,7 +1177,7 @@
|
||||
"opensource":"false;true"
|
||||
}
|
||||
],
|
||||
"title":"QueryingBMS Flavors",
|
||||
"title":"Querying BMS Flavors",
|
||||
"githuburl":""
|
||||
},
|
||||
{
|
||||
|
||||
@ -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":"QueryingBMS Flavors",
|
||||
"title":"Querying BMS Flavors",
|
||||
"uri":"en-us_topic_0000002374101029.html",
|
||||
"doc_type":"api",
|
||||
"p_code":"63",
|
||||
|
||||
@ -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">QueryingBMS 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">Querying BMS 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>
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
<div id="body8662426"></div>
|
||||
<div>
|
||||
<ul class="ullinks">
|
||||
<li class="ulchildlink"><strong><a href="en-us_topic_0000002374101029.html">QueryingBMS Flavors</a></strong><br>
|
||||
<li class="ulchildlink"><strong><a href="en-us_topic_0000002374101029.html">Querying BMS 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>
|
||||
|
||||
@ -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_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>
|
||||
<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>
|
||||
</pre></div></td></tr></table></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -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_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>
|
||||
<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>
|
||||
</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_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>
|
||||
<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>
|
||||
<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_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 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>
|
||||
</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_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 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>
|
||||
</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_text2081565516571">BMS</span><span id="EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_text6815185511572"></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_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>
|
||||
<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<String,Array of <a href="#EN-US_TOPIC_0000002340222784__en-us_topic_0053158707_table1656029015527">address</a> objects></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_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>
|
||||
<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>
|
||||
</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>
|
||||
|
||||
@ -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">QueryingBMS 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">Querying BMS Flavors</a> API.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
@ -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_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>
|
||||
<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>
|
||||
<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
@ -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_text15957111672810">BMS</span><span id="en-us_topic_0053158679_text89571016162815"></span><span id="en-us_topic_0053158679_text12957316202813"></span>s</h1>
|
||||
<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>
|
||||
<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">QueryingBMS 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">Querying BMS 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<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>
|
||||
<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>
|
||||
<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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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.</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 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>
|
||||
</li></ul>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@ -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_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>
|
||||
<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>
|
||||
</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>
|
||||
|
||||
@ -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_text6424161564610">BMS</span><span id="en-us_topic_0053158674_text1242451564617"></span><span id="en-us_topic_0053158674_text54243150461"></span> Flavor</h1>
|
||||
<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>
|
||||
<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">QueryingBMS 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">Querying BMS Flavors</a> API.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
@ -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_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 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>
|
||||
<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>
|
||||
|
||||
@ -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 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>
|
||||
<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>
|
||||
</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__text681273122316">BMS</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__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>
|
||||
<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__text821724155811">BMS</span><span id="EN-US_TOPIC_0106040941__text142152485818"></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__text1154773913253">BMS</span><span id="EN-US_TOPIC_0106040941__text8547339132514"></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
@ -666,7 +666,8 @@
|
||||
</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 assignment mode. This is an extended attribute.</p>
|
||||
<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>
|
||||
</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>
|
||||
|
||||
@ -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="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>
|
||||
<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>
|
||||
</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__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 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>
|
||||
<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>
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<a name="EN-US_TOPIC_0113746488"></a><a name="EN-US_TOPIC_0113746488"></a>
|
||||
|
||||
<h1 class="topictitle1"><span id="text8992548111218">BMS</span><span id="text15803221423"></span><span id="text13501134163519"></span> Lifecycle Management</h1>
|
||||
<h1 class="topictitle1"><span id="text1599144017517">BMS</span><span id="text109954011517"></span><span id="text205161451161216"></span> Lifecycle Management</h1>
|
||||
<div id="body1527065098172"></div>
|
||||
<div>
|
||||
<ul class="ullinks">
|
||||
|
||||
@ -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>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>
|
||||
<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>
|
||||
</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>
|
||||
|
||||
@ -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__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>
|
||||
<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>
|
||||
</pre></div></td></tr></table></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<a name="EN-US_TOPIC_0131356391"></a><a name="EN-US_TOPIC_0131356391"></a>
|
||||
|
||||
<h1 class="topictitle1">Starting <span id="text266731472811">BMS</span><span id="text7802430369"></span><span id="text549771912419"></span>s</h1>
|
||||
<h1 class="topictitle1">Starting <span id="text1027592519399">BMS</span><span id="text1799111044611"></span><span id="text1968164914717"></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>
|
||||
|
||||
@ -79,8 +79,9 @@
|
||||
</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 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 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>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -730,15 +730,26 @@
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody><tr id="AddNode__row19231117141516"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.18.2.5.1.1 "><p id="AddNode__p833114714155">dockerBaseSize</p>
|
||||
<tbody><tr id="AddNode__row19231117141516"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.18.2.5.1.1 "><p id="AddNode__p579610541215">containerBaseSize</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.18.2.5.1.2 "><p id="AddNode__p173311275154">No</p>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.18.2.5.1.2 "><p id="AddNode__p1779611581220">No</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.18.2.5.1.3 "><p id="AddNode__p4331167171519">Integer</p>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.18.2.5.1.3 "><p id="AddNode__p19796145161216">Integer</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.18.2.5.1.4 "><p id="AddNode__p153311479153">Available disk space of a single container on a node, in GB.</p>
|
||||
<p id="AddNode__p123318717150">If this parameter is left blank or is set to <strong id="AddNode__b10331776156">0</strong>, the default value is used. In Device Mapper mode, the default value is <strong id="AddNode__b53310781520">10</strong>. In OverlayFS mode, the available space of a single container is not limited by default, and the <strong id="AddNode__b4331137161520">dockerBaseSize</strong> setting takes effect only on EulerOS nodes in the cluster of the new version.</p>
|
||||
<p id="AddNode__p1233215716152">When Device Mapper is used, you are advised to set <strong id="AddNode__b93321781510">dockerBaseSize</strong> to a value less than or equal to 80 GB. If the value is too large, the container runtime may fail to be started due to long initialization. If there are special requirements for the container disk space, you can mount an external or local storage device.</p>
|
||||
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.18.2.5.1.4 "><p id="AddNode__p3796185141215"><strong id="AddNode__b107966513126">Definition</strong></p>
|
||||
<p id="AddNode__p4796185121211">Available disk space of a single container on a node (unit: G).</p>
|
||||
<div class="note" id="AddNode__note187967518129"><span class="notetitle"> NOTE: </span><div class="notebody"><ul id="AddNode__ul10796105141216"><li id="AddNode__li19796115111215"><p id="AddNode__p77961581212"><a name="AddNode__li19796115111215"></a><a name="li19796115111215"></a>This parameter cannot be updated when a node pool is being updated.</p>
|
||||
</li><li id="AddNode__li37962571214"><p id="AddNode__p1579618531212"><a name="AddNode__li37962571214"></a><a name="li37962571214"></a>If this parameter is not specified or is set to <strong id="AddNode__b107965531213">0</strong>, the default value is used. In OverlayFS mode, no fixed limit is imposed on the available space of a single container. In Device Mapper mode, the default value is <strong id="AddNode__b979614531210">10</strong>, and the <strong id="AddNode__b18796550121">containerBaseSize</strong> setting takes effect only on nodes running EulerOS in clusters of v1.23.14-r0, v1.25.9-r0, v1.27.6-r0, v1.28.4-r0, or later.</p>
|
||||
</li><li id="AddNode__li4796255123"><p id="AddNode__p87964516126"><a name="AddNode__li4796255123"></a><a name="li4796255123"></a>For details about how to allocate the space for the container runtime, see <a href="cce_10_0341.html">Data Disk Space Allocation</a>.</p>
|
||||
</li><li id="AddNode__li20796251121"><p id="AddNode__p279610581219"><a name="AddNode__li20796251121"></a><a name="li20796251121"></a>When Device Mapper is used, it is recommended that <strong id="AddNode__b1479619513123">containerBaseSize</strong> be set to a value less than or equal to 80 GiB. If the value is too large, the container runtime may fail to be started due to time-consuming initialization. If there are special requirements for the container disk space, you can mount external or local storage. In new versions, the Device Mapper mode is used only by BMSs in the same resource pool and is being discarded.</p>
|
||||
</li></ul>
|
||||
<p id="AddNode__p17684155181218">This parameter cannot be updated when a node pool is being updated.</p>
|
||||
</div></div>
|
||||
<p id="AddNode__p1579675181214"><strong id="AddNode__b107966531214">Constraints</strong></p>
|
||||
<p id="AddNode__p1379611510125"><strong id="AddNode__b117969518129">Range</strong></p>
|
||||
<p id="AddNode__p137968541217">N/A</p>
|
||||
<p id="AddNode__p1379615501217"><strong id="AddNode__b77968515126">Default Value</strong></p>
|
||||
<p id="AddNode__p12796358125">N/A</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="AddNode__row7231107111514"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.18.2.5.1.1 "><p id="AddNode__p203321791517">runtime</p>
|
||||
|
||||
862
docs/cce/api-ref/BatchCreateAddonPrecheck.html
Normal file
862
docs/cce/api-ref/BatchCreateAddonPrecheck.html
Normal file
File diff suppressed because it is too large
Load Diff
228
docs/cce/api-ref/BatchCreateClusterTags.html
Normal file
228
docs/cce/api-ref/BatchCreateClusterTags.html
Normal file
File diff suppressed because it is too large
Load Diff
200
docs/cce/api-ref/BatchDeleteClusterTags.html
Normal file
200
docs/cce/api-ref/BatchDeleteClusterTags.html
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
137
docs/cce/api-ref/DeleteJob.html
Normal file
137
docs/cce/api-ref/DeleteJob.html
Normal file
File diff suppressed because it is too large
Load Diff
209
docs/cce/api-ref/GetCustomizeTags.html
Normal file
209
docs/cce/api-ref/GetCustomizeTags.html
Normal file
File diff suppressed because it is too large
Load Diff
201
docs/cce/api-ref/GetLabels.html
Normal file
201
docs/cce/api-ref/GetLabels.html
Normal file
File diff suppressed because it is too large
Load Diff
534
docs/cce/api-ref/GetOneJob.html
Normal file
534
docs/cce/api-ref/GetOneJob.html
Normal file
File diff suppressed because it is too large
Load Diff
242
docs/cce/api-ref/GetResourceTags.html
Normal file
242
docs/cce/api-ref/GetResourceTags.html
Normal file
File diff suppressed because it is too large
Load Diff
561
docs/cce/api-ref/ListAddonPrecheckTasks.html
Normal file
561
docs/cce/api-ref/ListAddonPrecheckTasks.html
Normal file
File diff suppressed because it is too large
Load Diff
469
docs/cce/api-ref/ListJobs.html
Normal file
469
docs/cce/api-ref/ListJobs.html
Normal file
File diff suppressed because it is too large
Load Diff
@ -231,9 +231,16 @@
|
||||
</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__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 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 "*<content-to-be-encoded>*" | 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>
|
||||
</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>
|
||||
@ -454,9 +461,16 @@
|
||||
</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__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 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 "*<content-to-be-encoded>*" | 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>
|
||||
</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>
|
||||
|
||||
@ -728,15 +728,26 @@
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody><tr id="ResetNode__row533425216511"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.18.2.5.1.1 "><p id="ResetNode__p958665216511">dockerBaseSize</p>
|
||||
<tbody><tr id="ResetNode__row533425216511"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.18.2.5.1.1 "><p id="ResetNode__p6209862129">containerBaseSize</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.18.2.5.1.2 "><p id="ResetNode__p458618521257">No</p>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.18.2.5.1.2 "><p id="ResetNode__p132091617122">No</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.18.2.5.1.3 "><p id="ResetNode__p1358613521057">Integer</p>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.18.2.5.1.3 "><p id="ResetNode__p192101760121">Integer</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.18.2.5.1.4 "><p id="ResetNode__p758635211512">Available disk space of a single container on a node, in GB.</p>
|
||||
<p id="ResetNode__p13586175220512">If this parameter is left blank or is set to <strong id="ResetNode__b19586125217511">0</strong>, the default value is used. In Device Mapper mode, the default value is <strong id="ResetNode__b25861252356">10</strong>. In OverlayFS mode, the available space of a single container is not limited by default, and the <strong id="ResetNode__b145861052155">dockerBaseSize</strong> setting takes effect only on EulerOS nodes in the cluster of the new version.</p>
|
||||
<p id="ResetNode__p45861752156">When Device Mapper is used, you are advised to set <strong id="ResetNode__b135863528518">dockerBaseSize</strong> to a value less than or equal to 80 GB. If the value is too large, the container runtime may fail to be started due to long initialization. If there are special requirements for the container disk space, you can mount an external or local storage device.</p>
|
||||
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.3.18.2.5.1.4 "><p id="ResetNode__p72100611126"><strong id="ResetNode__b1821026111220">Definition</strong></p>
|
||||
<p id="ResetNode__p11210156181213">Available disk space of a single container on a node (unit: G).</p>
|
||||
<div class="note" id="ResetNode__note52108651211"><span class="notetitle"> NOTE: </span><div class="notebody"><ul id="ResetNode__ul921010619128"><li id="ResetNode__li13210463125"><p id="ResetNode__p1521066191218"><a name="ResetNode__li13210463125"></a><a name="li13210463125"></a>This parameter cannot be updated when a node pool is being updated.</p>
|
||||
</li><li id="ResetNode__li1221012621219"><p id="ResetNode__p1321056171214"><a name="ResetNode__li1221012621219"></a><a name="li1221012621219"></a>If this parameter is not specified or is set to <strong id="ResetNode__b22101261122">0</strong>, the default value is used. In OverlayFS mode, no fixed limit is imposed on the available space of a single container. In Device Mapper mode, the default value is <strong id="ResetNode__b62100691218">10</strong>, and the <strong id="ResetNode__b1821011671218">containerBaseSize</strong> setting takes effect only on nodes running EulerOS in clusters of v1.23.14-r0, v1.25.9-r0, v1.27.6-r0, v1.28.4-r0, or later.</p>
|
||||
</li><li id="ResetNode__li121017631219"><p id="ResetNode__p9210369124"><a name="ResetNode__li121017631219"></a><a name="li121017631219"></a>For details about how to allocate the space for the container runtime, see <a href="cce_10_0341.html">Data Disk Space Allocation</a>.</p>
|
||||
</li><li id="ResetNode__li122106620125"><p id="ResetNode__p11210196141210"><a name="ResetNode__li122106620125"></a><a name="li122106620125"></a>When Device Mapper is used, it is recommended that <strong id="ResetNode__b1021026171219">containerBaseSize</strong> be set to a value less than or equal to 80 GiB. If the value is too large, the container runtime may fail to be started due to time-consuming initialization. If there are special requirements for the container disk space, you can mount external or local storage. In new versions, the Device Mapper mode is used only by BMSs in the same resource pool and is being discarded.</p>
|
||||
</li></ul>
|
||||
<p id="ResetNode__p1575919518120">This parameter cannot be updated when a node pool is being updated.</p>
|
||||
</div></div>
|
||||
<p id="ResetNode__p0210156171219"><strong id="ResetNode__b42105620126">Constraints</strong></p>
|
||||
<p id="ResetNode__p10210967120"><strong id="ResetNode__b42101161129">Range</strong></p>
|
||||
<p id="ResetNode__p721015671217">N/A</p>
|
||||
<p id="ResetNode__p42106613121"><strong id="ResetNode__b321011614122">Default Value</strong></p>
|
||||
<p id="ResetNode__p421066121213">N/A</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="ResetNode__row123341752757"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.18.2.5.1.1 "><p id="ResetNode__p358619521654">runtime</p>
|
||||
|
||||
@ -28,6 +28,8 @@
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="node_storage_example.html">Attaching Disks to a Node</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="cce_10_0341.html">Space Allocation of a Data Disk</a></strong><br>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
@ -58,6 +58,8 @@
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="cce_02_0357.html">Deleting a Node Pool</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="cce_02_0358.html">Synchronizing Node Pool Configurations to Existing Nodes</a></strong><br>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<div class="familylinks">
|
||||
|
||||
@ -16,8 +16,12 @@
|
||||
</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>
|
||||
<li class="ulchildlink"><strong><a href="job_lifecycle_management.html">Job Management</a></strong><br>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -505,11 +505,26 @@
|
||||
<td class="cellrowborder" valign="top" width="56.00000000000001%" headers="mcps1.3.4.11.2.4.1.3 "><p id="cce_02_0243__p720391621210">Maximum number of pods on the node.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cce_02_0243__row144531347131912"><td class="cellrowborder" valign="top" width="24%" headers="mcps1.3.4.11.2.4.1.1 "><p id="cce_02_0243__p67621357536">dockerBaseSize</p>
|
||||
<tr id="cce_02_0243__row144531347131912"><td class="cellrowborder" valign="top" width="24%" headers="mcps1.3.4.11.2.4.1.1 "><p id="cce_02_0243__p728111882717">containerBaseSize</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.11.2.4.1.2 "><p id="cce_02_0243__p1976214115310">Integer</p>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.4.11.2.4.1.2 "><p id="cce_02_0243__p1728141852718">No</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="56.00000000000001%" headers="mcps1.3.4.11.2.4.1.3 "><p id="cce_02_0243__p197620112533">Available disk space of a single Docker container on the node using the device mapper.</p>
|
||||
<td class="cellrowborder" valign="top" width="56.00000000000001%" headers="mcps1.3.4.11.2.4.1.3 "><p id="cce_02_0243__p6284187278">Integer</p>
|
||||
<p id="cce_02_0243__p72891816277"><strong id="cce_02_0243__b828171852718">Details</strong>:</p>
|
||||
<p id="cce_02_0243__p132831819278">Available disk space of a single container on a node (unit: G).</p>
|
||||
<p id="cce_02_0243__p928171892719">For details about how to allocate the space for the container runtime, see <a href="cce_10_0341.html">Space Allocation of a Data Disk</a>.</p>
|
||||
<p id="cce_02_0243__p13281818102713"><strong id="cce_02_0243__b9289182279">Constraints</strong>:</p>
|
||||
<p id="cce_02_0243__p20282181278">When Device Mapper is used, it is recommended that <strong id="cce_02_0243__b142816187278">containerBaseSize</strong> be set to a value less than or equal to 80 GiB. If the value is too large, the container runtime may fail to be started due to long initialization. If there are special requirements for the container disk space, you can mount an external or local storage device. In new versions, the Device Mapper mode is used only by BMSs in the same resource pool and is being deprecated.</p>
|
||||
<ul id="cce_02_0243__ul1828141819278"><li id="cce_02_0243__li728918152714"><p id="cce_02_0243__p182801811274"><a name="cce_02_0243__li728918152714"></a><a name="li728918152714"></a>The <strong id="cce_02_0243__b152891818273">containerBaseSize</strong> setting takes effect only on nodes running EulerOS in clusters of the new version (v1.23.14-r0, v1.25.9-r0, v1.27.6-r0, v1.28.4-r0 or later).</p>
|
||||
</li><li id="cce_02_0243__li128181819279"><p id="cce_02_0243__p1728121862710"><a name="cce_02_0243__li128181819279"></a><a name="li128181819279"></a>This parameter cannot be updated when a node pool is being updated.</p>
|
||||
</li></ul>
|
||||
<p id="cce_02_0243__p5281189279"><strong id="cce_02_0243__b102831802714">Options</strong>:</p>
|
||||
<p id="cce_02_0243__p1929101819277">10 to 500</p>
|
||||
<p id="cce_02_0243__p112911822716"><strong id="cce_02_0243__b429131832714">Default value</strong>:</p>
|
||||
<p id="cce_02_0243__p1929418182716">If the value is not specified or is set to 0, the default value is used.</p>
|
||||
<ul id="cce_02_0243__ul1929141842717"><li id="cce_02_0243__li142917187279"><p id="cce_02_0243__p122941819279"><a name="cce_02_0243__li142917187279"></a><a name="li142917187279"></a>The default value is <strong id="cce_02_0243__b1029101816271">10</strong> in Device Mapper mode.</p>
|
||||
</li><li id="cce_02_0243__li1429151852715"><p id="cce_02_0243__p82981862715"><a name="cce_02_0243__li1429151852715"></a><a name="li1429151852715"></a>In OverlayFS mode, the available space of a single container is not limited by default.</p>
|
||||
</li></ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="cce_02_0243__row926375016583"><td class="cellrowborder" valign="top" width="24%" headers="mcps1.3.4.11.2.4.1.1 "><p id="cce_02_0243__p11263165015811">periodType</p>
|
||||
@ -550,6 +565,22 @@
|
||||
<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>
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user