Compare commits

..

1 Commits

Author SHA1 Message Date
613b38723a Fixing waf hc location and obs wrond documentation type 2022-12-07 12:57:02 +00:00
12867 changed files with 107184 additions and 776923 deletions

2
.gitignore vendored
View File

@ -134,8 +134,6 @@ dmypy.json
**/temp/
**/tmp_result/
.stestr/
# Some people build submodule because of not understanding git basics
doc-exports

View File

@ -1,3 +0,0 @@
[DEFAULT]
test_path=./otc_doc_convertor/tests/unit
top_dir=./

1
doc-exports Submodule

Submodule doc-exports added at 118a109795

View File

@ -0,0 +1 @@
var expandClassName="dropdownexpand";var collapseClassName="dropdowncollapse";var collapseTableClassName="dropdowncollapsetable";function ExpandorCollapseNode(a){a=a.parentNode;if(a.className==expandClassName){a.className=collapseClassName}else{a.className=expandClassName}}function ExpandorCollapseTableNode(a){a=a.parentNode;if(a.className==expandClassName){a.className=collapseTableClassName}else{a.className=expandClassName}}function ExpandorCollapseAllNodes(g,h,c){var a=g.getAttribute("title");var b=g.parentNode;if(a=="collapse"){g.setAttribute("title","expand");g.className="dropdownAllButtonexpand";g.innerHTML=h}else{g.setAttribute("title","collapse");g.className="dropdownAllButtoncollapse";g.innerHTML=c}var f=b.getElementsByTagName("*");for(var d=0;d<f.length;d++){var e=f[d];if(e.className.indexOf(expandClassName)!=-1||e.className.indexOf(collapseClassName)!=-1||e.className.indexOf(collapseTableClassName)!=-1){if(a=="collapse"){if(e.tagName.toLowerCase()=="table"){e.className=collapseTableClassName}else{e.className=collapseClassName}}else{e.className=expandClassName}}}}function ExpandForHref(f){if(null==f||"#"==f||"###"==f){return}var a=null;try{a=document.getElementById(f)}catch(d){}if(null==a||a.length==0){return}try{var b=a.parentNode;while(b!=null&&b.tagName!="body"){if(b.className==collapseClassName){b.className=expandClassName}b=b.parentNode}}catch(c){}}window.onload=function(){var b=document.getElementsByTagName("div");for(var c=0;c<b.length;c++){var j=b[c];if(j.className.indexOf(expandClassName)!=-1){j.className=collapseClassName}}var d=document.getElementsByTagName("a");try{for(var c=0;c<d.length;c++){var f=d[c];var h=f.getAttribute("href");if(h!=""&&h!=null){f.addEventListener("click",showHasConref,false)}}}catch(g){}};function showHasConref(b){var a=b.currentTarget.getAttribute("href");try{if(a!=null&&a!="#"&&a.lastIndexOf("#")>-1){ExpandForHref(a.substring(a.lastIndexOf("#")+1))}}catch(c){}};

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,18 @@
/** IDP renames $ to $$$,jQueryHW2 */
var $$$, jQueryHW2;
jQueryHW2 = $$$ = $;
function image_size(a) {
$$$(window).on('load', function () {
$$$(a).each(function () {
var e = $$$(this);
var f = e.width();
var d = e.height();
var b = f;
var c = d;
e.click(function () {
tb_show("", this.src, false)
})
})
})
};

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,7 @@
/*!
* jQuery Mousewheel 3.1.13
*
* Copyright 2015 jQueryHW2 Foundation and other contributors
* Released under the MIT license.
*/
!function(a){"function"==typeof define&&define.amd?define(["jquery"],a):"object"==typeof exports?module.exports=a:a(jQueryHW2)}(function(a){function b(b){var g=b||window.event,h=i.call(arguments,1),j=0,l=0,m=0,n=0,o=0,p=0;if(b=a.event.fix(g),b.type="mousewheel","detail"in g&&(m=-1*g.detail),"wheelDelta"in g&&(m=g.wheelDelta),"wheelDeltaY"in g&&(m=g.wheelDeltaY),"wheelDeltaX"in g&&(l=-1*g.wheelDeltaX),"axis"in g&&g.axis===g.HORIZONTAL_AXIS&&(l=-1*m,m=0),j=0===m?l:m,"deltaY"in g&&(m=-1*g.deltaY,j=m),"deltaX"in g&&(l=g.deltaX,0===m&&(j=-1*l)),0!==m||0!==l){if(1===g.deltaMode){var q=a.data(this,"mousewheel-line-height");j*=q,m*=q,l*=q}else if(2===g.deltaMode){var r=a.data(this,"mousewheel-page-height");j*=r,m*=r,l*=r}if(n=Math.max(Math.abs(m),Math.abs(l)),(!f||f>n)&&(f=n,d(g,n)&&(f/=40)),d(g,n)&&(j/=40,l/=40,m/=40),j=Math[j>=1?"floor":"ceil"](j/f),l=Math[l>=1?"floor":"ceil"](l/f),m=Math[m>=1?"floor":"ceil"](m/f),k.settings.normalizeOffset&&this.getBoundingClientRect){var s=this.getBoundingClientRect();o=b.clientX-s.left,p=b.clientY-s.top}return b.deltaX=l,b.deltaY=m,b.deltaFactor=f,b.offsetX=o,b.offsetY=p,b.deltaMode=0,h.unshift(b,j,l,m),e&&clearTimeout(e),e=setTimeout(c,200),(a.event.dispatch||a.event.handle).apply(this,h)}}function c(){f=null}function d(a,b){return k.settings.adjustOldDeltas&&"mousewheel"===a.type&&b%120===0}var e,f,g=["wheel","mousewheel","DOMMouseScroll","MozMousePixelScroll"],h="onwheel"in document||document.documentMode>=9?["wheel"]:["mousewheel","DomMouseScroll","MozMousePixelScroll"],i=Array.prototype.slice;if(a.event.fixHooks)for(var j=g.length;j;)a.event.fixHooks[g[--j]]=a.event.mouseHooks;var k=a.event.special.mousewheel={version:"3.1.12",setup:function(){if(this.addEventListener)for(var c=h.length;c;)this.addEventListener(h[--c],b,!1);else this.onmousewheel=b;a.data(this,"mousewheel-line-height",k.getLineHeight(this)),a.data(this,"mousewheel-page-height",k.getPageHeight(this))},teardown:function(){if(this.removeEventListener)for(var c=h.length;c;)this.removeEventListener(h[--c],b,!1);else this.onmousewheel=null;a.removeData(this,"mousewheel-line-height"),a.removeData(this,"mousewheel-page-height")},getLineHeight:function(b){var c=a(b),d=c["offsetParent"in a.fn?"offsetParent":"parent"]();return d.length||(d=a("body")),parseInt(d.css("fontSize"),10)||parseInt(c.css("fontSize"),10)||16},getPageHeight:function(b){return a(b).height()},settings:{adjustOldDeltas:!0,normalizeOffset:!0}};a.fn.extend({mousewheel:function(a){return a?this.bind("mousewheel",a):this.trigger("mousewheel")},unmousewheel:function(a){return this.unbind("mousewheel",a)}})});

View File

@ -0,0 +1 @@
var i=0;var dhtmlgoodies_tooltipFlag=false;var dhtmlgoodies_tooltip="";var dhtmlgoodies_tooltipShadow="";var dhtmlgoodies_shadowSize=3;var dhtmlgoodies_tooltipMaxWidth=500;var dhtmlgoodies_tooltipMinWidth=100;var dhtmlgoodies_iframe=false;var timeId;var clickFlag=false;var tooltip_is_msie=(navigator.userAgent.indexOf("MSIE")>=0&&navigator.userAgent.indexOf("opera")==-1&&document.all)?true:false;var xPos;var yPos;window.document.onmousemove=function(a){a=a||window.event;if(a.pageX){xPos=a.pageX;yPos=a.pageY}else{if(document.body!==null&&typeof document.body!=="undefined"){xPos=a.clientX+document.body.scrollLeft-document.body.clientLeft;yPos=a.clientY+document.body.scrollTop-document.body.clientTop}}};function showTooltip(e){if(document.body===null||typeof document.body==="undefined"){return}if(i==0){return}clickFlag=true;var f=Json.parse("jsonData."+e);var a=Math.max(document.body.clientWidth,document.documentElement.clientWidth)-20;if(!dhtmlgoodies_tooltipFlag){dhtmlgoodies_tooltip=document.createElement("DIV");dhtmlgoodies_tooltip.id="dhtmlgoodies_tooltip";dhtmlgoodies_tooltipShadow=document.createElement("DIV");dhtmlgoodies_tooltipShadow.id="dhtmlgoodies_tooltipShadow";document.body.appendChild(dhtmlgoodies_tooltip);document.body.appendChild(dhtmlgoodies_tooltipShadow);if(tooltip_is_msie){dhtmlgoodies_iframe=document.createElement("IFRAME");dhtmlgoodies_iframe.frameborder="5";dhtmlgoodies_iframe.style.backgroundColor="#FFFFFF";dhtmlgoodies_iframe.src="#";dhtmlgoodies_iframe.style.zIndex=100;dhtmlgoodies_iframe.style.position="absolute";document.body.appendChild(dhtmlgoodies_iframe)}}dhtmlgoodies_tooltip.style.display="block";dhtmlgoodies_tooltipShadow.style.display="block";if(tooltip_is_msie){dhtmlgoodies_iframe.style.display="block"}var b=Math.max(document.body.scrollTop,document.documentElement.scrollTop);if(navigator.userAgent.toLowerCase().indexOf("safari")>=0){b=0}var c=xPos+10;dhtmlgoodies_tooltip.style.width=null;dhtmlgoodies_tooltip.innerHTML=f;dhtmlgoodies_tooltip.style.left=c+"px";if(tooltip_is_msie){dhtmlgoodies_tooltip.style.top=yPos+20+b+"px"}else{dhtmlgoodies_tooltip.style.top=yPos+20+"px"}dhtmlgoodies_tooltipShadow.style.left=c+dhtmlgoodies_shadowSize+"px";if(tooltip_is_msie){dhtmlgoodies_tooltipShadow.style.top=yPos+20+b+dhtmlgoodies_shadowSize+"px"}else{dhtmlgoodies_tooltipShadow.style.top=yPos+20+dhtmlgoodies_shadowSize+"px"}if(dhtmlgoodies_tooltip.offsetWidth>dhtmlgoodies_tooltipMaxWidth){dhtmlgoodies_tooltip.style.width=dhtmlgoodies_tooltipMaxWidth+"px"}var d=dhtmlgoodies_tooltip.offsetWidth;if(d<dhtmlgoodies_tooltipMinWidth){d=dhtmlgoodies_tooltipMinWidth}dhtmlgoodies_tooltip.style.width=d+"px";dhtmlgoodies_tooltipShadow.style.width=dhtmlgoodies_tooltip.offsetWidth+"px";dhtmlgoodies_tooltipShadow.style.height=dhtmlgoodies_tooltip.offsetHeight+"px";if((c+d)>a){dhtmlgoodies_tooltip.style.left=(dhtmlgoodies_tooltipShadow.style.left.replace("px","")-((c+d)-a))+"px";dhtmlgoodies_tooltipShadow.style.left=(dhtmlgoodies_tooltipShadow.style.left.replace("px","")-((c+d)-a)+dhtmlgoodies_shadowSize)+"px"}if(tooltip_is_msie){dhtmlgoodies_iframe.style.left=dhtmlgoodies_tooltip.style.left;dhtmlgoodies_iframe.style.top=dhtmlgoodies_tooltip.style.top;dhtmlgoodies_iframe.style.width=dhtmlgoodies_tooltip.offsetWidth+"px";dhtmlgoodies_iframe.style.height=dhtmlgoodies_tooltip.offsetHeight+"px"}}function hideTooltip(){i=0;clickFlag=false;if((dhtmlgoodies_tooltip!==null&&typeof dhtmlgoodies_tooltip!=="undefined")&&+(dhtmlgoodies_tooltip.style!==null&&typeof dhtmlgoodies_tooltip.style!=="undefined")){dhtmlgoodies_tooltip.style.display="none";dhtmlgoodies_tooltipShadow.style.display="none";if(tooltip_is_msie){dhtmlgoodies_iframe.style.display="none"}}if(timeId!==null&&typeof timeId!=="undefined"&&timeId!=""){clearTimeout(timeId)}}function showText(a){i=1;timeId=setTimeout(function(){showTooltip(a)},500)}function showText2(a){if(!clickFlag){i=1;showTooltip(a);i=0;if(timeId!==null&&typeof timeId!=="undefined"&&timeId!=""){clearTimeout(timeId)}}}function anchorScroll(b){var d=document.getElementsByName(b);if(d!=null&&d.length>0){var c=d[0];var a=c.getBoundingClientRect().left+(document.body.scrollLeft||(document.documentElement&&document.documentElement.scrollLeft));var e=c.getBoundingClientRect().top+(document.body.scrollTop||(document.documentElement&&document.documentElement.scrollTop));window.scrollTo(a,e-30)}};

View File

@ -0,0 +1 @@
#TB_window{font:12px Arial,Helvetica,sans-serif;color:#333333;}#TB_secondLine{font:10px Arial,Helvetica,sans-serif;color:#666666;}#TB_window a:link{color:#666666;}#TB_window a:visited{color:#666666;}#TB_window a:hover{color:#000;}#TB_window a:active{color:#666666;}#TB_window a:focus{color:#666666;}#TB_overlay{position:fixed;z-index:100;top:0;left:0;height:100%;width:100%;}.TB_overlayMacFFBGHack{background:url(macFFBgHack.png) repeat;}.TB_overlayBG{background-color:#000;filter:alpha(opacity=30);-moz-opacity:.75;opacity:.75;}* html #TB_overlay{position:absolute;height:expression(document.body.scrollHeight>document.body.offsetHeight ? document.body.scrollHeight:document.body.offsetHeight+'px');}#TB_window{position:fixed;background:#ffffff;z-index:102;color:#000000;display:none;border:2px solid #525252;text-align:left;top:50%;left:50%;}* html #TB_window{position:absolute;margin-top:expression(0 - parseInt(this.offsetHeight / 2)+(TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop)+'px');}#TB_window img#TB_Image{display:block;margin:0 auto;border-right:1px solid #ccc;border-bottom:1px solid #ccc;border-top:1px solid #666;border-left:1px solid #666;cursor:pointer;}#TB_caption{padding:7px 30px 10px 25px;float:left;}#TB_closeWindow{color:#999999;padding:8px 0 25px;font-size:12px;}#TB_closeWindow a{float:left;height:17px;line-height:100px;margin-left:10px;overflow:hidden;width:17px;}#TB_closeWindow a:hover{float:left;height:17px;line-height:100px;margin-left:10px;overflow:hidden;width:17px;}#TB_closeWindow a.imgadjust{background:url(imagemax.gif) no-repeat 0 top;}#TB_closeWindow a.imgclose{background:url(imageclose.gif) no-repeat 0 top;}#TB_closeWindow a.imgadjust:hover{background:url(imagemaxhover.gif) no-repeat 0 top;}#TB_closeWindow a.imgclose:hover{background:url(imageclosehover.gif) no-repeat 0 top;}.TB_padding{padding:5px 10px 10px;}#TB_closeAjaxWindow{padding:7px 10px 5px 0;margin-bottom:1px;text-align:right;float:right;}#TB_ajaxWindowTitle{float:left;padding:7px 0 5px 10px;margin-bottom:1px;}#TB_title{background-color:#e8e8e8;height:27px;}#TB_ajaxContent{clear:both;padding:2px 15px 15px 15px;overflow:auto;text-align:left;line-height:1.4em;}#TB_ajaxContent.TB_modal{padding:15px;}#TB_ajaxContent p{padding:5px 0 5px 0;}#TB_load{position:fixed;display:none;height:13px;width:208px;z-index:103;top:50%;left:50%;margin:-6px 0 0 -104px;}* html #TB_load{position:absolute;margin-top:expression(0 - parseInt(this.offsetHeight / 2)+(TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop)+'px');}#TB_HideSelect{z-index:99;position:fixed;top:0;left:0;background-color:#fff;border:none;filter:alpha(opacity=0);-moz-opacity:0;opacity:0;height:100%;width:100%;}* html #TB_HideSelect{position:absolute;height:expression(document.body.scrollHeight>document.body.offsetHeight ? document.body.scrollHeight:document.body.offsetHeight+'px');}#TB_iframeContent{clear:both;border:none;margin-bottom:-1px;margin-top:1px;_margin-bottom:1px;}

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,12 +1,12 @@
<a name="as_05_0202"></a><a name="as_05_0202"></a>
<h1 class="topictitle1">AS Groups</h1>
<h1 class="topictitle1">AS Group</h1>
<div id="body1530776819897">
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="as_05_0202__table0875101134712" frame="border" border="1" rules="all"><thead align="left"><tr id="as_05_0202__row18876111184718"><th align="left" class="cellrowborder" valign="top" width="24%" id="mcps1.3.1.1.6.1.1"><p id="as_05_0202__p87863593711"><strong id="as_05_0202__b13514161121512">Permission</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="19%" id="mcps1.3.1.1.6.1.2"><p id="as_05_0202__p143591540411"><strong id="as_05_0202__b20533196111610">API</strong></p>
<th align="left" class="cellrowborder" valign="top" width="19%" id="mcps1.3.1.1.6.1.2"><p id="as_05_0202__p143591540411"><strong id="as_05_0202__b20533196111610">APIs</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="17%" id="mcps1.3.1.1.6.1.3"><p id="as_05_0202__p445499619223"><strong id="as_05_0202__b17856311181510">Action</strong></p>
<th align="left" class="cellrowborder" valign="top" width="17%" id="mcps1.3.1.1.6.1.3"><p id="as_05_0202__p445499619223"><strong id="as_05_0202__b17856311181510">Actions</strong></p>
</th>
<th align="left" class="cellrowborder" valign="top" width="18%" id="mcps1.3.1.1.6.1.4"><p id="as_05_0202__p1820911553480">IAM Project</p>
<p id="as_05_0202__p14209185534811"> </p>

View File

@ -1,6 +1,6 @@
<a name="as_06_0000"></a><a name="as_06_0000"></a>
<h1 class="topictitle1">APIs</h1>
<h1 class="topictitle1">API</h1>
<div id="body1536720002277"></div>
<div>
<ul class="ullinks">
@ -8,7 +8,7 @@
</li>
<li class="ulchildlink"><strong><a href="as_06_0200.html">AS Configurations</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="as_06_0300.html">Instances</a></strong><br>
<li class="ulchildlink"><strong><a href="as_06_0300.html">Instances in an AS Group</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="as_06_0400.html">AS Policies</a></strong><br>
</li>
@ -18,9 +18,9 @@
</li>
<li class="ulchildlink"><strong><a href="as_06_0700.html">Quotas</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="as_06_1000.html">Tags</a></strong><br>
<li class="ulchildlink"><strong><a href="as_06_1000.html">Tag Management</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="as_06_1100.html">API Version Query</a></strong><br>
<li class="ulchildlink"><strong><a href="as_06_1100.html">API Management</a></strong><br>
</li>
</ul>
</div>

View File

@ -8,7 +8,7 @@
</li>
<li class="ulchildlink"><strong><a href="as_06_0102.html">Querying AS Groups</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="as_06_0103.html">Querying an AS Group</a></strong><br>
<li class="ulchildlink"><strong><a href="as_06_0103.html">Querying AS Group Details</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="as_06_0104.html">Modifying an AS Group</a></strong><br>
</li>
@ -19,7 +19,7 @@
</ul>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="as_06_0000.html">APIs</a></div>
<div class="parentlink"><strong>Parent topic:</strong> <a href="as_06_0000.html">API</a></div>
</div>
</div>

File diff suppressed because it is too large Load Diff

View File

@ -1,8 +1,8 @@
<a name="as_06_0102"></a><a name="as_06_0102"></a>
<h1 class="topictitle1">Querying AS Groups</h1>
<div id="body5852437"><div class="section" id="as_06_0102__section21821369"><h4 class="sectiontitle">Function</h4><p id="as_06_0102__p4285383">This API is used to list AS groups based on search criteria. The results are displayed by page.</p>
<ul id="as_06_0102__ul487018781916"><li id="as_06_0102__li587057161911">Search criteria can be the AS group name, AS configuration ID, AS group status, start line number, and number of records.</li><li id="as_06_0102__li44850336205">If no search criteria are specified, a maximum of 20 AS groups can be listed by default.</li></ul>
<div id="body5852437"><div class="section" id="as_06_0102__section21821369"><h4 class="sectiontitle">Function</h4><p id="as_06_0102__p4285383">This API is used to query AS groups based on search criteria. The results are displayed by page.</p>
<ul id="as_06_0102__ul487018781916"><li id="as_06_0102__li587057161911">Search criteria can be the AS group name, AS configuration ID, AS group status, start line number, and number of records.</li><li id="as_06_0102__li44850336205">If no search criteria are specified, a maximum of 20 AS groups can be queried for a tenant by default.</li></ul>
</div>
<div class="section" id="as_06_0102__section62174594"><h4 class="sectiontitle">URI</h4><p id="as_06_0102__p44976192358">GET /autoscaling-api/v1/{project_id}/scaling_group</p>
<div class="note" id="as_06_0102__note682817011495"><img src="public_sys-resources/note_3.0-en-us.png"><span class="notetitle"> </span><div class="notebody"><p id="as_06_0102__p6145353611495">You can type the question mark (?) and ampersand (&amp;) at the end of the URI to define multiple search criteria. AS groups can be searched by all optional parameters in the following table. For details, see the example request.</p>
@ -34,7 +34,7 @@
<td class="cellrowborder" valign="top" width="12%" headers="mcps1.3.2.4.2.5.1.3 "><p id="as_06_0102__p29712158">String</p>
</td>
<td class="cellrowborder" valign="top" width="53%" headers="mcps1.3.2.4.2.5.1.4 "><p id="as_06_0102__p57874634">Specifies the AS group name.</p>
<p id="as_06_0102__p1187583819613">Fuzzy search is supported.</p>
<p id="as_06_0102__p1187583819613">Supports fuzzy search. </p>
</td>
</tr>
<tr id="as_06_0102__row51109658"><td class="cellrowborder" valign="top" width="17%" headers="mcps1.3.2.4.2.5.1.1 "><p id="as_06_0102__p46241663">scaling_configuration_id</p>
@ -43,7 +43,7 @@
</td>
<td class="cellrowborder" valign="top" width="12%" headers="mcps1.3.2.4.2.5.1.3 "><p id="as_06_0102__p59490699">String</p>
</td>
<td class="cellrowborder" valign="top" width="53%" headers="mcps1.3.2.4.2.5.1.4 "><p id="as_06_0102__p54017281">Specifies the AS configuration ID, which can be obtained using the API for listing AS configurations. For details, see <a href="as_06_0202.html">Querying AS configurations</a>.</p>
<td class="cellrowborder" valign="top" width="53%" headers="mcps1.3.2.4.2.5.1.4 "><p id="as_06_0102__p54017281">Specifies the AS configuration ID, which can be obtained using the API for querying AS configurations. For details, see <a href="as_06_0202.html">Querying AS Configurations</a>.</p>
</td>
</tr>
<tr id="as_06_0102__row16393485"><td class="cellrowborder" valign="top" width="17%" headers="mcps1.3.2.4.2.5.1.1 "><p id="as_06_0102__p52803899">scaling_group_status</p>
@ -71,7 +71,7 @@
</td>
<td class="cellrowborder" valign="top" width="12%" headers="mcps1.3.2.4.2.5.1.3 "><p id="as_06_0102__p64066064">Integer</p>
</td>
<td class="cellrowborder" valign="top" width="53%" headers="mcps1.3.2.4.2.5.1.4 "><p id="as_06_0102__p21968676">Specifies the number of query records. The default value is <strong id="as_06_0102__b68928927894017">20</strong>. The value ranges from 0 to 100.</p>
<td class="cellrowborder" valign="top" width="53%" headers="mcps1.3.2.4.2.5.1.4 "><p id="as_06_0102__p21968676">Specifies the number of query records. The default value is <strong id="as_06_0102__b68928927894017">20</strong>. The value range is 0 to 100.</p>
</td>
</tr>
<tr id="as_06_0102__row38233872164714"><td class="cellrowborder" valign="top" width="17%" headers="mcps1.3.2.4.2.5.1.1 "><p id="as_06_0102__p9935898164714">enterprise_project_id</p>
@ -80,7 +80,7 @@
</td>
<td class="cellrowborder" valign="top" width="12%" headers="mcps1.3.2.4.2.5.1.3 "><p id="as_06_0102__p26721692164714">String</p>
</td>
<td class="cellrowborder" valign="top" width="53%" headers="mcps1.3.2.4.2.5.1.4 "><p id="as_06_0102__p8897132611520">Specifies the enterprise project ID. If <strong id="as_06_0102__b7568801322">all_granted_eps</strong> is specified, AS groups in all enterprise projects you have permissions to are listed..</p>
<td class="cellrowborder" valign="top" width="53%" headers="mcps1.3.2.4.2.5.1.4 "><p id="as_06_0102__p8897132611520">Specifies the enterprise project ID. If <strong id="as_06_0102__b2623047164411">all_granted_eps</strong> is transferred, this API will query AS groups in the enterprise projects that you have permissions to.</p>
</td>
</tr>
</tbody>
@ -126,7 +126,7 @@
</td>
<td class="cellrowborder" valign="top" width="16%" headers="mcps1.3.4.2.1.1.2.4.1.2 "><p id="as_06_0102__p48517563">Array of <a href="#as_06_0102__table3818677995816">scaling_groups</a> objects</p>
</td>
<td class="cellrowborder" valign="top" width="51%" headers="mcps1.3.4.2.1.1.2.4.1.3 "><p id="as_06_0102__p37608550">Specifies the AS group list.</p>
<td class="cellrowborder" valign="top" width="51%" headers="mcps1.3.4.2.1.1.2.4.1.3 "><p id="as_06_0102__p37608550">Specifies the scaling group list.</p>
</td>
</tr>
</tbody>
@ -159,7 +159,7 @@
</td>
<td class="cellrowborder" valign="top" width="16%" headers="mcps1.3.4.2.1.2.2.4.1.2 "><p id="as_06_0102__p3945463795816">String</p>
</td>
<td class="cellrowborder" valign="top" width="51%" headers="mcps1.3.4.2.1.2.2.4.1.3 "><p id="as_06_0102__p4170905195816">Specifies the AS group status.</p>
<td class="cellrowborder" valign="top" width="51%" headers="mcps1.3.4.2.1.2.2.4.1.3 "><p id="as_06_0102__p4170905195816">Specifies the status of the AS group.</p>
</td>
</tr>
<tr id="as_06_0102__row3983714095816"><td class="cellrowborder" valign="top" width="33%" headers="mcps1.3.4.2.1.2.2.4.1.1 "><p id="as_06_0102__p558291395816">scaling_configuration_id</p>
@ -468,7 +468,7 @@
"min_instance_number": 0,
"max_instance_number": 500,
"cool_down_time": 300,
"lb_listener_id": null,
"lb_listener_id": "f06c0112570743b51c0e8fbe1f235bab",
"security_groups": [
{
"id": "8a4b1d5b-0054-419f-84b1-5c8a59ebc829"
@ -487,8 +487,6 @@
]
"enterprise_project_id": "c92b1a5d-6f20-43f2-b1b7-7ce35e58e413",
"multi_az_priority_policy": "PICK_FIRST"
}
],
"total_number": 1,

View File

@ -1,6 +1,6 @@
<a name="as_06_0103"></a><a name="as_06_0103"></a>
<h1 class="topictitle1">Querying an AS Group</h1>
<h1 class="topictitle1">Querying AS Group Details</h1>
<div id="body28618347"><div class="section" id="as_06_0103__section37186555"><h4 class="sectiontitle">Function</h4><p id="as_06_0103__p36384783">This API is used to query details about a specified AS group by group ID.</p>
</div>
<div class="section" id="as_06_0103__section66243540"><h4 class="sectiontitle">URI</h4><p id="as_06_0103__p61882154">GET /autoscaling-api/v1/{project_id}/scaling_group/{scaling_group_id}</p>
@ -88,7 +88,7 @@
</td>
<td class="cellrowborder" valign="top" width="16%" headers="mcps1.3.4.2.1.2.2.4.1.2 "><p id="as_06_0103__as_06_0102_p3945463795816">String</p>
</td>
<td class="cellrowborder" valign="top" width="51%" headers="mcps1.3.4.2.1.2.2.4.1.3 "><p id="as_06_0103__as_06_0102_p4170905195816">Specifies the AS group status.</p>
<td class="cellrowborder" valign="top" width="51%" headers="mcps1.3.4.2.1.2.2.4.1.3 "><p id="as_06_0103__as_06_0102_p4170905195816">Specifies the status of the AS group.</p>
</td>
</tr>
<tr id="as_06_0103__as_06_0102_row3983714095816"><td class="cellrowborder" valign="top" width="33%" headers="mcps1.3.4.2.1.2.2.4.1.1 "><p id="as_06_0103__as_06_0102_p558291395816">scaling_configuration_id</p>
@ -393,7 +393,6 @@
"enterprise_project_id": "c92b1a5d-6f20-43f2-b1b7-7ce35e58e413",
"activity_type": "MODIFY_ELB",
"multi_az_priority_policy": "PICK_FIRST"
}
}</pre>
</li></ul>

View File

@ -102,7 +102,7 @@
<td class="cellrowborder" valign="top" width="15.151515151515152%" headers="mcps1.3.3.2.1.1.2.5.1.3 "><p id="as_06_0104__p5290898211196">Array of strings</p>
</td>
<td class="cellrowborder" valign="top" width="44.44444444444445%" headers="mcps1.3.3.2.1.1.2.5.1.4 "><p id="as_06_0104__p38286709101131">Specifies the AZ information. The instances added in a scaling action will be created in a specified AZ. If you do not specify an AZ, the system automatically specifies one.</p>
<p id="as_06_0104__p59122678111228">For details, see <a href="https://docs.otc.t-systems.com/en-us/endpoint/index.html" target="_blank" rel="noopener noreferrer">Regions and Endpoints</a>.</p>
<p id="as_06_0104__p59122678111228">For details, see <a href="https://docs.otc.t-systems.com/en-us/endpoint/index.html" target="_blank" rel="noopener noreferrer">Availability Zone</a>.</p>
<p id="as_06_0104__p2494105111919">You can change the AZ of an AS group only when no scaling action is being performed in the group.</p>
</td>
</tr>
@ -112,7 +112,7 @@
</td>
<td class="cellrowborder" valign="top" width="15.151515151515152%" headers="mcps1.3.3.2.1.1.2.5.1.3 "><p id="as_06_0104__p347824310372">Array of <a href="as_06_0104.html">networks</a> objects</p>
</td>
<td class="cellrowborder" valign="top" width="44.44444444444445%" headers="mcps1.3.3.2.1.1.2.5.1.4 "><p id="as_06_0104__p66985236330">Specifies network information. You can select up to five subnets. The first subnet you select is used by the primary NICs of ECSs by default. For the information about the data structure, see <a href="#as_06_0104__taf38c137c80e494e9a0fa6191f5e9561">Table 4</a>.</p>
<td class="cellrowborder" valign="top" width="44.44444444444445%" headers="mcps1.3.3.2.1.1.2.5.1.4 "><p id="as_06_0104__p66985236330">Specifies network information. The system supports up to five subnets. The first subnet transferred serves as the primary NIC of the ECS by default. This parameter is in data structure. For details, see <a href="#as_06_0104__taf38c137c80e494e9a0fa6191f5e9561">Table 4</a>.</p>
<p id="as_06_0104__p21176303193430">The value of this parameter can be changed only when all the following conditions are met:</p>
<ul id="as_06_0104__ul19922205193445"><li id="as_06_0104__li20615913193445">No scaling actions are triggered in the AS group.</li><li id="as_06_0104__li36649064193445">The number of instances in the AS group is 0.</li><li id="as_06_0104__li31045611193445">The AS group is not in service.</li></ul>
</td>
@ -123,7 +123,7 @@
</td>
<td class="cellrowborder" valign="top" width="15.151515151515152%" headers="mcps1.3.3.2.1.1.2.5.1.3 "><p id="as_06_0104__p5722151135117">Array of <a href="#as_06_0104__tf7da6b502e2c44068fb6f36eddec74a1">security_groups</a> objects</p>
</td>
<td class="cellrowborder" valign="top" width="44.44444444444445%" headers="mcps1.3.3.2.1.1.2.5.1.4 "><p id="as_06_0104__p18141719380">Specifies the security group. A maximum of one security group can be selected. For information about the data structure, see <a href="#as_06_0104__tf7da6b502e2c44068fb6f36eddec74a1">Table 5</a>.</p>
<td class="cellrowborder" valign="top" width="44.44444444444445%" headers="mcps1.3.3.2.1.1.2.5.1.4 "><p id="as_06_0104__p18141719380">Specifies the security group. A maximum of one security group can be selected. This parameter is in data structure. For details, see <a href="#as_06_0104__tf7da6b502e2c44068fb6f36eddec74a1">Table 5</a>.</p>
<p id="as_06_0104__p27413374">If the security group is specified both in the AS configuration and AS group, scaled ECS instances will be added to the security group specified in the AS configuration. If the security group is not specified in either of them, scaled ECS instances will be added to the default security group. For your convenience, you are advised to specify the security group in the AS configuration. The value of this parameter can be changed only when all the following conditions are met:</p>
<ul id="as_06_0104__ul1820189319381"><li id="as_06_0104__li2959931319381">No scaling actions are triggered in the AS group.</li><li id="as_06_0104__li6506722919381">The number of instances in the AS group is 0.</li><li id="as_06_0104__li4873415419381">The AS group is not in service.</li></ul>
</td>
@ -196,7 +196,7 @@
</td>
<td class="cellrowborder" valign="top" width="15.151515151515152%" headers="mcps1.3.3.2.1.1.2.5.1.3 "><p id="as_06_0104__p54422671">String</p>
</td>
<td class="cellrowborder" valign="top" width="44.44444444444445%" headers="mcps1.3.3.2.1.1.2.5.1.4 "><p id="as_06_0104__p46160221">Specifies the AS configuration ID, which can be obtained using the API for querying AS configurations. For details, see <a href="as_06_0202.html">Querying AS configurations</a>.</p>
<td class="cellrowborder" valign="top" width="44.44444444444445%" headers="mcps1.3.3.2.1.1.2.5.1.4 "><p id="as_06_0104__p46160221">Specifies the AS configuration ID, which can be obtained using the API for querying AS configurations. For details, see <a href="as_06_0202.html">Querying AS Configurations</a>.</p>
</td>
</tr>
<tr id="as_06_0104__row12788809"><td class="cellrowborder" valign="top" width="20.202020202020204%" headers="mcps1.3.3.2.1.1.2.5.1.1 "><p id="as_06_0104__p1548885910447">notifications</p>
@ -236,7 +236,7 @@
<td class="cellrowborder" valign="top" width="15.151515151515152%" headers="mcps1.3.3.2.1.1.2.5.1.3 "><p id="as_06_0104__p4640508094134">String</p>
</td>
<td class="cellrowborder" valign="top" width="44.44444444444445%" headers="mcps1.3.3.2.1.1.2.5.1.4 "><p id="as_06_0104__p117281711175115">Specifies the enterprise project ID, which is used to specify the enterprise project to which the AS group belongs.</p>
<ul id="as_06_0104__ul381025535013"><li id="as_06_0104__li178101655185018">If the value is <strong id="as_06_0104__b842352706111949">0</strong> or left blank, the AS group belongs to the default enterprise project.</li><li id="as_06_0104__li1810125518501">If the value is a UUID, the AS group belongs to the enterprise project corresponding to the UUID..</li></ul>
<ul id="as_06_0104__ul381025535013"><li id="as_06_0104__li178101655185018">If the value is <strong id="as_06_0104__b842352706111949">0</strong> or left blank, the AS group belongs to the default enterprise project.</li><li id="as_06_0104__li1810125518501">If the value is a UUID, the AS group belongs to the enterprise project corresponding to the UUID.</li></ul>
<p id="as_06_0104__p87281211175111">If an enterprise project is configured for an AS group, ECSs created in this AS group also belong to this enterprise project. Otherwise, the default enterprise project will be used.</p>
</td>
</tr>
@ -328,24 +328,25 @@
</tbody>
</table>
</div>
<p id="as_06_0104__p076110511573"></p>
<div class="tablenoborder"><a name="as_06_0104__tf7da6b502e2c44068fb6f36eddec74a1"></a><a name="tf7da6b502e2c44068fb6f36eddec74a1"></a><table cellpadding="4" cellspacing="0" summary="" id="as_06_0104__tf7da6b502e2c44068fb6f36eddec74a1" frame="border" border="1" rules="all"><caption><b>Table 5 </b><strong id="as_06_0104__b1801135743111">security_groups</strong> field description</caption><thead align="left"><tr id="as_06_0104__ra73f26b95ffa441598f51fb079dd0cdd"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.2.1.4.2.5.1.1"><p id="as_06_0104__affa7f495ebd24391875fb1e296086cfe">Parameter</p>
<div class="tablenoborder"><a name="as_06_0104__tf7da6b502e2c44068fb6f36eddec74a1"></a><a name="tf7da6b502e2c44068fb6f36eddec74a1"></a><table cellpadding="4" cellspacing="0" summary="" id="as_06_0104__tf7da6b502e2c44068fb6f36eddec74a1" frame="border" border="1" rules="all"><caption><b>Table 5 </b><strong id="as_06_0104__b1801135743111">security_groups</strong> field description</caption><thead align="left"><tr id="as_06_0104__ra73f26b95ffa441598f51fb079dd0cdd"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.3.2.1.5.2.5.1.1"><p id="as_06_0104__affa7f495ebd24391875fb1e296086cfe">Parameter</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="21%" id="mcps1.3.3.2.1.4.2.5.1.2"><p id="as_06_0104__a6d9ec4aea2004e81837d01097d8f403d">Mandatory</p>
<th align="left" class="cellrowborder" valign="top" width="21%" id="mcps1.3.3.2.1.5.2.5.1.2"><p id="as_06_0104__a6d9ec4aea2004e81837d01097d8f403d">Mandatory</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="15%" id="mcps1.3.3.2.1.4.2.5.1.3"><p id="as_06_0104__afab54c2dd65e49d494c4a7b5683e7503">Type</p>
<th align="left" class="cellrowborder" valign="top" width="15%" id="mcps1.3.3.2.1.5.2.5.1.3"><p id="as_06_0104__afab54c2dd65e49d494c4a7b5683e7503">Type</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="44%" id="mcps1.3.3.2.1.4.2.5.1.4"><p id="as_06_0104__a7930b80caa314af3a4740d413b14b4a9">Description</p>
<th align="left" class="cellrowborder" valign="top" width="44%" id="mcps1.3.3.2.1.5.2.5.1.4"><p id="as_06_0104__a7930b80caa314af3a4740d413b14b4a9">Description</p>
</th>
</tr>
</thead>
<tbody><tr id="as_06_0104__rf36b86a995b84e1eb1f632bad05805c6"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.2.1.4.2.5.1.1 "><p id="as_06_0104__af92635b5e4f340c4ba09480ca7a06c26">id</p>
<tbody><tr id="as_06_0104__rf36b86a995b84e1eb1f632bad05805c6"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.2.1.5.2.5.1.1 "><p id="as_06_0104__af92635b5e4f340c4ba09480ca7a06c26">id</p>
</td>
<td class="cellrowborder" valign="top" width="21%" headers="mcps1.3.3.2.1.4.2.5.1.2 "><p id="as_06_0104__a115a494962894e31a437b8d2f5a35648">Yes</p>
<td class="cellrowborder" valign="top" width="21%" headers="mcps1.3.3.2.1.5.2.5.1.2 "><p id="as_06_0104__a115a494962894e31a437b8d2f5a35648">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="15%" headers="mcps1.3.3.2.1.4.2.5.1.3 "><p id="as_06_0104__aa71fee022c6345e893e3ac30d6e3b5c5">String</p>
<td class="cellrowborder" valign="top" width="15%" headers="mcps1.3.3.2.1.5.2.5.1.3 "><p id="as_06_0104__aa71fee022c6345e893e3ac30d6e3b5c5">String</p>
</td>
<td class="cellrowborder" valign="top" width="44%" headers="mcps1.3.3.2.1.4.2.5.1.4 "><p id="as_06_0104__ad374c1abdfdf4b469feee15f54a8dd46">Specifies the ID of the security group.</p>
<td class="cellrowborder" valign="top" width="44%" headers="mcps1.3.3.2.1.5.2.5.1.4 "><p id="as_06_0104__ad374c1abdfdf4b469feee15f54a8dd46">Specifies the ID of the security group.</p>
</td>
</tr>
</tbody>
@ -363,7 +364,6 @@
"max_instance_number": 3,
"cool_down_time": 200,
"multi_az_priority_policy": "PICK_FIRST"
}</pre>
</div>
</li></ul>

View File

@ -6,7 +6,7 @@
</li></ul>
<ul id="as_06_0105__ul636720349107"><li id="as_06_0105__li1536715349103">If the value of <strong id="as_06_0105__b869069196112417">force_delete</strong> is set to <strong id="as_06_0105__b201764712112436">yes</strong>, the AS group enters the <strong id="as_06_0105__b260856168112541">DELETING</strong> state, rejecting new requests for scaling actions while completing the existing scaling actions. Then, all ECS instances are removed from the AS group and the AS group is deleted. Note that the manually added ECS instances will be removed from the AS group and the ECS instances automatically created by AS will be automatically deleted.</li></ul>
</div>
<div class="section" id="as_06_0105__section56631376"><h4 class="sectiontitle">URI</h4><p id="as_06_0105__p1288198">DELETE /autoscaling-api/v1/{project_id}/scaling_group/{scaling_group_id}</p>
<div class="section" id="as_06_0105__section56631376"><h4 class="sectiontitle">URI</h4><p id="as_06_0105__p1288198">DELETE /autoscaling-api/v1/{project_id}/scaling_group/{scaling_group_id}?force_delete=no</p>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="as_06_0105__table37235194" frame="border" border="1" rules="all"><caption><b>Table 1 </b>Parameter description</caption><thead align="left"><tr id="as_06_0105__row2211792"><th align="left" class="cellrowborder" valign="top" width="22%" id="mcps1.3.2.3.2.5.1.1"><p id="as_06_0105__p44937496"><strong id="as_06_0105__b78081348143812">Parameter</strong></p>
</th>

View File

@ -6,9 +6,9 @@
<ul class="ullinks">
<li class="ulchildlink"><strong><a href="as_06_0201.html">Creating an AS Configuration</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="as_06_0202.html">Querying AS configurations</a></strong><br>
<li class="ulchildlink"><strong><a href="as_06_0202.html">Querying AS Configurations</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="as_06_0203.html">Querying an AS Configuration</a></strong><br>
<li class="ulchildlink"><strong><a href="as_06_0203.html">Querying AS Configuration Details</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="as_06_0204.html">Deleting an AS Configuration</a></strong><br>
</li>
@ -17,7 +17,7 @@
</ul>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="as_06_0000.html">APIs</a></div>
<div class="parentlink"><strong>Parent topic:</strong> <a href="as_06_0000.html">API</a></div>
</div>
</div>

View File

@ -2,7 +2,7 @@
<h1 class="topictitle1">Creating an AS Configuration</h1>
<div id="body38092103"><div class="section" id="as_06_0201__section66578044"><h4 class="sectiontitle">Function</h4><p id="as_06_0201__p121523560447">This API is used to create an AS configuration.</p>
<ul id="as_06_0201__ul121871425111719"><li id="as_06_0201__li618772511174">An AS configuration is a template specifying specifications for the instances to be added to an AS group.</li><li id="as_06_0201__li091415278176">The AS configuration is decoupled from the AS group. An AS configuration can be used by multiple AS groups.</li><li id="as_06_0201__li1961496185720">Up to 100 AS configurations can be created for each user.</li></ul>
<ul id="as_06_0201__ul121871425111719"><li id="as_06_0201__li618772511174">An AS configuration is a template of ECSs in an AS group. It defines the specifications of the instances to be added to the AS group.</li><li id="as_06_0201__li091415278176">The AS configuration is decoupled from the AS group. An AS configuration can be used by multiple AS groups.</li><li id="as_06_0201__li1961496185720">Up to 100 AS configurations can be created for each user.</li></ul>
</div>
<div class="section" id="as_06_0201__section62331491"><h4 class="sectiontitle">URI</h4><p id="as_06_0201__p48490504">POST /autoscaling-api/v1/{project_id}/scaling_configuration</p>
@ -78,7 +78,7 @@
</td>
<td class="cellrowborder" valign="top" width="15.841584158415841%" headers="mcps1.3.3.2.1.2.2.5.1.3 "><p id="as_06_0201__p2792498494940">String</p>
</td>
<td class="cellrowborder" valign="top" width="42.57425742574257%" headers="mcps1.3.3.2.1.2.2.5.1.4 "><p id="as_06_0201__p5714172410748">Specifies the ECS ID. When you want to create an AS configuration from an ECS, specify this parameter. In this case, the <strong id="as_06_0201__b84235270618340">flavorRef</strong>, <strong id="as_06_0201__b84235270618345">imageRef</strong>, <strong id="as_06_0201__b84235270618349">disk</strong>, and <strong id="as_06_0201__b4205314195116">security_groups</strong> fields do not take effect.</p>
<td class="cellrowborder" valign="top" width="42.57425742574257%" headers="mcps1.3.3.2.1.2.2.5.1.4 "><p id="as_06_0201__p5714172410748">Specifies the ECS ID. When using the existing ECS specifications as the template to create AS configurations, specify this parameter. In this case, the <strong id="as_06_0201__b84235270618340">flavorRef</strong>, <strong id="as_06_0201__b84235270618345">imageRef</strong>, <strong id="as_06_0201__b84235270618349">disk</strong>, and <strong id="as_06_0201__b4205314195116">security_groups</strong> fields do not take effect.</p>
<p id="as_06_0201__p3937759195828">If the <strong id="as_06_0201__b842352706183458">instance_id</strong> field is not specified, <strong id="as_06_0201__b884057306183518">flavorRef</strong>, <strong id="as_06_0201__b1056433101183518">imageRef</strong>, and <strong id="as_06_0201__b1299744514183518">disk</strong> fields are mandatory.</p>
</td>
</tr>
@ -88,7 +88,7 @@
</td>
<td class="cellrowborder" valign="top" width="15.841584158415841%" headers="mcps1.3.3.2.1.2.2.5.1.3 "><p id="as_06_0201__af5eccdf2dbd04ef8ae9a07f3f57472e0">String</p>
</td>
<td class="cellrowborder" valign="top" width="42.57425742574257%" headers="mcps1.3.3.2.1.2.2.5.1.4 "><p id="as_06_0201__a068eef21ab6b4492876594074b9a6ea8">Specifies the ECS flavor ID. A maximum of 10 flavors can be selected. Use a comma (,) to separate multiple flavor IDs. For how to obtain an ECS flavor ID, see .</p>
<td class="cellrowborder" valign="top" width="42.57425742574257%" headers="mcps1.3.3.2.1.2.2.5.1.4 "><p id="as_06_0201__a068eef21ab6b4492876594074b9a6ea8">Specifies the ECS flavor ID. A maximum of 10 flavors can be selected. Use a comma (,) to separate multiple flavor IDs. You can obtain its value from the API for querying details about flavors and extended flavor information. </p>
</td>
</tr>
<tr id="as_06_0201__rc85492fa8fb7484b8f9ce867ee9c9db6"><td class="cellrowborder" valign="top" width="20.792079207920793%" headers="mcps1.3.3.2.1.2.2.5.1.1 "><p id="as_06_0201__a0ef3b55b17824d92a0b4fff8a3b9fc6f">imageRef</p>
@ -97,7 +97,7 @@
</td>
<td class="cellrowborder" valign="top" width="15.841584158415841%" headers="mcps1.3.3.2.1.2.2.5.1.3 "><p id="as_06_0201__a0b7ade9132b143a18449fed7c25c1794">String</p>
</td>
<td class="cellrowborder" valign="top" width="42.57425742574257%" headers="mcps1.3.3.2.1.2.2.5.1.4 "><p id="as_06_0201__a1aafc582cb754139946238475192748d">Specifies the image ID. Its value is the same as that of <strong id="as_06_0201__b84235270619918">image_id</strong> for specifying the image selected during ECS creation. For how to obtain information about images, see .</p>
<td class="cellrowborder" valign="top" width="42.57425742574257%" headers="mcps1.3.3.2.1.2.2.5.1.4 "><p id="as_06_0201__a1aafc582cb754139946238475192748d">Specifies the image ID. Its value is the same as that of <strong id="as_06_0201__b84235270619918">image_id</strong> for specifying the image selected during ECS creation. Obtain the value using the API for querying images. .</p>
</td>
</tr>
<tr id="as_06_0201__r7d3d6a0636424a11aef13684aeacd387"><td class="cellrowborder" valign="top" width="20.792079207920793%" headers="mcps1.3.3.2.1.2.2.5.1.1 "><p id="as_06_0201__a2fd0f5cb13fa4b2e9cce0a57e5755405">disk</p>
@ -165,7 +165,7 @@ echo 111 &gt; c:\aaa.txt</pre>
</tr>
<tr id="as_06_0201__row1574783418203"><td class="cellrowborder" valign="top" width="20.792079207920793%" headers="mcps1.3.3.2.1.2.2.5.1.1 "><p id="as_06_0201__p14930144516201">security_groups</p>
</td>
<td class="cellrowborder" valign="top" width="20.792079207920793%" headers="mcps1.3.3.2.1.2.2.5.1.2 "><p id="as_06_0201__p4954183351316">No</p>
<td class="cellrowborder" valign="top" width="20.792079207920793%" headers="mcps1.3.3.2.1.2.2.5.1.2 "><p id="as_06_0201__p1693074517206">Yes</p>
</td>
<td class="cellrowborder" valign="top" width="15.841584158415841%" headers="mcps1.3.3.2.1.2.2.5.1.3 "><p id="as_06_0201__p10175134115396">Array of <a href="#as_06_0201__table144645712211">security_groups</a> objects</p>
</td>
@ -420,7 +420,7 @@ echo 111 &gt; c:\aaa.txt</pre>
</td>
<td class="cellrowborder" valign="top" width="16.666666666666668%" headers="mcps1.3.3.2.1.8.2.5.1.3 "><p id="as_06_0201__p23701607103344">Integer</p>
</td>
<td class="cellrowborder" valign="top" width="42.15686274509804%" headers="mcps1.3.3.2.1.8.2.5.1.4 "><p id="as_06_0201__p28107425418">Specifies the bandwidth (Mbit/s). The value ranges from 1 to 500.</p>
<td class="cellrowborder" valign="top" width="42.15686274509804%" headers="mcps1.3.3.2.1.8.2.5.1.4 "><p id="as_06_0201__p28107425418">Specifies the bandwidth (Mbit/s). The value range is <strong id="as_06_0201__b842352706143022">1</strong> to <strong id="as_06_0201__b842352706143025">500</strong>.</p>
<div class="note" id="as_06_0201__note193569549262"><span class="notetitle"> NOTE: </span><div class="notebody"><ul id="as_06_0201__ul889214120276"><li id="as_06_0201__li145515115437">The specific range may vary depending on the configuration in each region. You can see the bandwidth range of each region on the management console.</li><li id="as_06_0201__li555051144311">The minimum unit for bandwidth varies depending on the bandwidth range.<ul id="as_06_0201__ul62431057184317"><li id="as_06_0201__li9895191292715">The minimum unit is 1 Mbit/s if the allowed bandwidth size ranges from 0 to 300 Mbit/s (with 300 Mbit/s included).</li><li id="as_06_0201__li1838511792813">The minimum unit is 50 Mbit/s if the allowed bandwidth size ranges 300 Mbit/s to 500 Mbit/s (with 500 Mbit/s included).</li></ul>
</li></ul>
</div></div>
@ -469,7 +469,7 @@ echo 111 &gt; c:\aaa.txt</pre>
</td>
<td class="cellrowborder" valign="top" width="14.469999999999999%" headers="mcps1.3.3.2.1.9.2.5.1.3 "><p id="as_06_0201__p406410849557">String</p>
</td>
<td class="cellrowborder" valign="top" width="52.82%" headers="mcps1.3.3.2.1.9.2.5.1.4 "><p id="as_06_0201__p12995174416219">Specifies the initial login password of the administrator account for logging in to an ECS using password authentication. The Linux administrator is <strong id="as_06_0201__b328997436">root</strong>, and the Windows administrator is <strong id="as_06_0201__b1489756686">Administrator</strong>.</p>
<td class="cellrowborder" valign="top" width="52.82%" headers="mcps1.3.3.2.1.9.2.5.1.4 "><p id="as_06_0201__p12995174416219">Specifies the initial login password of the administrator account for logging in to an ECS using password authentication. The Linux administrator is <strong id="as_06_0201__b791940913">root</strong>, and the Windows administrator is <strong id="as_06_0201__b850193756">Administrator</strong>.</p>
<div class="p" id="as_06_0201__p578131415383">Password complexity requirements:<ul id="as_06_0201__ul52104519219"><li id="as_06_0201__li1025452217">Consists of 8 to 26 characters.</li><li id="as_06_0201__li142114510215">Contains at least three of the following character types: uppercase letters, lowercase letters, digits, and special characters !@$%^-_=+[{}]:,./?</li><li id="as_06_0201__li15244511217">The password cannot contain the username or the username in reversed order.</li><li id="as_06_0201__li192114592111">The Windows ECS password cannot contain the username, the username in reversed order, or more than two consecutive characters in the username.</li></ul>
</div>
</td>

View File

@ -1,6 +1,6 @@
<a name="as_06_0202"></a><a name="as_06_0202"></a>
<h1 class="topictitle1">Querying AS configurations</h1>
<h1 class="topictitle1">Querying AS Configurations</h1>
<div id="body52684690"><div class="section" id="as_06_0202__section27863937"><h4 class="sectiontitle">Function</h4><p id="as_06_0202__p39601516">This API is used to query AS configurations based on search criteria. The results are displayed by page.</p>
<ul id="as_06_0202__ul1419912223539"><li id="as_06_0202__li219972245318">Search criteria can be the AS configuration name, image ID, start line number, and number of records.</li><li id="as_06_0202__li17362645163619">If no search criteria are specified, a maximum of 20 AS configurations can be queried for a tenant by default.</li></ul>
</div>

View File

@ -1,6 +1,6 @@
<a name="as_06_0203"></a><a name="as_06_0203"></a>
<h1 class="topictitle1">Querying an AS Configuration</h1>
<h1 class="topictitle1">Querying AS Configuration Details</h1>
<div id="body38540333"><div class="section" id="as_06_0203__section59796890"><h4 class="sectiontitle">Function</h4><p id="as_06_0203__p34759260">This interface is used to query details about an AS configuration by configuration ID.</p>
</div>
<div class="section" id="as_06_0203__section1301106"><h4 class="sectiontitle">URI</h4><p id="as_06_0203__p19590229">GET /autoscaling-api/v1/{project_id}/scaling_configuration/{scaling_configuration_id}</p>
@ -30,7 +30,7 @@
</td>
<td class="cellrowborder" valign="top" width="13%" headers="mcps1.3.2.3.2.5.1.3 "><p id="as_06_0203__p12138304">String</p>
</td>
<td class="cellrowborder" valign="top" width="42%" headers="mcps1.3.2.3.2.5.1.4 "><p id="as_06_0203__p43678569">Specifies an AS configuration ID, which is unique globally. For details, see <a href="as_06_0203.html">Querying an AS Configuration</a>.</p>
<td class="cellrowborder" valign="top" width="42%" headers="mcps1.3.2.3.2.5.1.4 "><p id="as_06_0203__p43678569">Specifies an AS configuration ID, which is unique globally. For details, see <a href="as_06_0203.html">Querying AS Configuration Details</a>.</p>
</td>
</tr>
</tbody>

View File

@ -32,7 +32,7 @@
</td>
<td class="cellrowborder" valign="top" width="13%" headers="mcps1.3.2.3.2.5.1.3 "><p id="as_06_0204__p62094776">String</p>
</td>
<td class="cellrowborder" valign="top" width="45%" headers="mcps1.3.2.3.2.5.1.4 "><p id="as_06_0204__p63620936">Specifies the AS configuration ID. For details, see <a href="as_06_0202.html">Querying AS configurations</a>.</p>
<td class="cellrowborder" valign="top" width="45%" headers="mcps1.3.2.3.2.5.1.4 "><p id="as_06_0204__p63620936">Specifies the AS configuration ID. For details, see <a href="as_06_0202.html">Querying AS Configurations</a>.</p>
</td>
</tr>
</tbody>

View File

@ -46,7 +46,7 @@
</td>
<td class="cellrowborder" valign="top" width="19%" headers="mcps1.3.3.2.1.1.2.5.1.3 "><p id="as_06_0205__p22784815102956">Array of strings</p>
</td>
<td class="cellrowborder" valign="top" width="34%" headers="mcps1.3.3.2.1.1.2.5.1.4 "><p id="as_06_0205__p33630690102956">Specifies the AS configuration ID. For details, see <a href="as_06_0202.html">Querying AS configurations</a>.</p>
<td class="cellrowborder" valign="top" width="34%" headers="mcps1.3.3.2.1.1.2.5.1.4 "><p id="as_06_0205__p33630690102956">Specifies the AS configuration ID. For details, see <a href="as_06_0202.html">Querying AS Configurations</a>.</p>
</td>
</tr>
</tbody>

View File

@ -1,19 +1,19 @@
<a name="as_06_0300"></a><a name="as_06_0300"></a>
<h1 class="topictitle1">Instances</h1>
<h1 class="topictitle1">Instances in an AS Group</h1>
<div id="body40133923"></div>
<div>
<ul class="ullinks">
<li class="ulchildlink"><strong><a href="as_06_0301.html">Querying Instances in an AS Group</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="as_06_0302.html">Removing an Instance from an AS Group</a></strong><br>
<li class="ulchildlink"><strong><a href="as_06_0302.html">Removing a Specified Instance from an AS Group</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="as_06_0303.html">Batch Managing Instances</a></strong><br>
<li class="ulchildlink"><strong><a href="as_06_0303.html">Performing Operations on Instances in Batches</a></strong><br>
</li>
</ul>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="as_06_0000.html">APIs</a></div>
<div class="parentlink"><strong>Parent topic:</strong> <a href="as_06_0000.html">API</a></div>
</div>
</div>

View File

@ -81,7 +81,7 @@
</td>
<td class="cellrowborder" valign="top" width="11%" headers="mcps1.3.2.4.2.5.1.3 "><p id="as_06_0301__p40578897">Integer</p>
</td>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.2.4.2.5.1.4 "><p id="as_06_0301__p21968676">Specifies the number of query records. The default value is <strong id="as_06_0301__b168447885495335">20</strong>. The value ranges from 0 to 100.</p>
<td class="cellrowborder" valign="top" width="40%" headers="mcps1.3.2.4.2.5.1.4 "><p id="as_06_0301__p21968676">Specifies the number of query records. The default value is <strong id="as_06_0301__b168447885495335">20</strong>. The value range is 0 to 100.</p>
</td>
</tr>
</tbody>
@ -176,7 +176,7 @@
<td class="cellrowborder" valign="top" width="9%" headers="mcps1.3.4.2.1.2.2.4.1.2 "><p id="as_06_0301__a10fa21308bce4fd081701959df3071dd">String</p>
</td>
<td class="cellrowborder" valign="top" width="63%" headers="mcps1.3.4.2.1.2.2.4.1.3 "><p id="as_06_0301__a9e042ac9129a4862b60266587156df95">Specifies the instance lifecycle status in the AS group.</p>
<ul id="as_06_0301__uac0ce6a3969645c692634f64204824b3"><li id="as_06_0301__lbd8ee16e465a42569643df9ea09cbf42"><strong id="as_06_0301__b1792793553">INSERVICE</strong>: The instance is enabled.</li><li id="as_06_0301__l458e1d23654d405e8ee1087a166ac224"><strong id="as_06_0301__b741357339">PENDING</strong>: The instance is being added to the AS group.</li><li id="as_06_0301__l7b87c06e565d4e12b7625bf80a79580a"><strong id="as_06_0301__b2140561640">REMOVING</strong>: The instance is being removed from the AS group.</li></ul>
<ul id="as_06_0301__uac0ce6a3969645c692634f64204824b3"><li id="as_06_0301__lbd8ee16e465a42569643df9ea09cbf42"><strong id="as_06_0301__b391736272">INSERVICE</strong>: The instance is enabled.</li><li id="as_06_0301__l458e1d23654d405e8ee1087a166ac224"><strong id="as_06_0301__b805044459">PENDING</strong>: The instance is being added to the AS group.</li><li id="as_06_0301__l7b87c06e565d4e12b7625bf80a79580a"><strong id="as_06_0301__b2017772792">REMOVING</strong>: The instance is being removed from the AS group.</li></ul>
</td>
</tr>
<tr id="as_06_0301__ra6696eb6fe0947e9a6bce923cc8a0b59"><td class="cellrowborder" valign="top" width="28.000000000000004%" headers="mcps1.3.4.2.1.2.2.4.1.1 "><p id="as_06_0301__a12384583db9049b1952a1dbaeaccce72">health_status</p>
@ -184,7 +184,7 @@
<td class="cellrowborder" valign="top" width="9%" headers="mcps1.3.4.2.1.2.2.4.1.2 "><p id="as_06_0301__a1ee76e9c66ab4fd5ad5b1a16f1acc98e">String</p>
</td>
<td class="cellrowborder" valign="top" width="63%" headers="mcps1.3.4.2.1.2.2.4.1.3 "><p id="as_06_0301__af8406dc507624ef69b4ff65754839108">Specifies the instance health status.</p>
<ul id="as_06_0301__ul4917121148"><li id="as_06_0301__li1894016211540"><strong id="as_06_0301__b615051622">INITIALIZING</strong>: The instance is being initialized.</li><li id="as_06_0301__li18801931042"><strong id="as_06_0301__b1758471936">NORMAL</strong>: The instance is functional.</li><li id="as_06_0301__li1810191215414"><strong id="as_06_0301__b1188911552548">ERROR</strong>: The instance is faulty.</li></ul>
<ul id="as_06_0301__ul4917121148"><li id="as_06_0301__li1894016211540"><strong id="as_06_0301__b135128998">INITIALIZING</strong>: The instance is being initialized.</li><li id="as_06_0301__li18801931042"><strong id="as_06_0301__b1073652485">NORMAL</strong>: The instance is functional.</li><li id="as_06_0301__li1810191215414"><strong id="as_06_0301__b1188911552548">ERROR</strong>: The instance is faulty.</li></ul>
</td>
</tr>
<tr id="as_06_0301__rcd738bb778b14235ad52e8cc6ad70220"><td class="cellrowborder" valign="top" width="28.000000000000004%" headers="mcps1.3.4.2.1.2.2.4.1.1 "><p id="as_06_0301__a932b15635ce748f3bb97a72fa5e4061d">scaling_configuration_name</p>
@ -330,7 +330,7 @@
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="as_06_0300.html">Instances</a></div>
<div class="parentlink"><strong>Parent topic:</strong> <a href="as_06_0300.html">Instances in an AS Group</a></div>
</div>
</div>

View File

@ -1,11 +1,11 @@
<a name="as_06_0302"></a><a name="as_06_0302"></a>
<h1 class="topictitle1">Removing an Instance from an AS Group</h1>
<h1 class="topictitle1">Removing a Specified Instance from an AS Group</h1>
<div id="body29752153"><div class="section" id="as_06_0302__section59572368"><h4 class="sectiontitle">Function</h4><p id="as_06_0302__p61114224">This interface is used to remove a specified instance from an AS group.</p>
<ul id="as_06_0302__ul182731193615"><li id="as_06_0302__li7273691767">You can remove instances only in <strong id="as_06_0302__b8423527069636">INSERVICE</strong> state and only when the number of instances after the removal is greater than or equal to the minimum number of instances allowed.</li></ul>
</div>
<ul id="as_06_0302__ul5933151113615"><li id="as_06_0302__li39333111262">You can remove instances from an AS group only when no scaling action is in progress.</li></ul>
<div class="section" id="as_06_0302__section66389266"><h4 class="sectiontitle">URI</h4><p id="as_06_0302__p21762200">DELETE /autoscaling-api/v1/{project_id}/scaling_group_instance/{instance_id}</p>
<div class="section" id="as_06_0302__section66389266"><h4 class="sectiontitle">URI</h4><p id="as_06_0302__p21762200">DELETE /autoscaling-api/v1/{project_id}/scaling_group_instance/{instance_id}?instance_delete=yes</p>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="as_06_0302__table17907785" frame="border" border="1" rules="all"><caption><b>Table 1 </b>Parameter description</caption><thead align="left"><tr id="as_06_0302__row64797609"><th align="left" class="cellrowborder" valign="top" width="21%" id="mcps1.3.3.3.2.5.1.1"><p id="as_06_0302__p14114947"><strong id="as_06_0302__b161962195212">Parameter</strong></p>
</th>
@ -147,7 +147,7 @@
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="as_06_0300.html">Instances</a></div>
<div class="parentlink"><strong>Parent topic:</strong> <a href="as_06_0300.html">Instances in an AS Group</a></div>
</div>
</div>

View File

@ -1,6 +1,6 @@
<a name="as_06_0303"></a><a name="as_06_0303"></a>
<h1 class="topictitle1">Batch Managing Instances</h1>
<h1 class="topictitle1">Performing Operations on Instances in Batches</h1>
<div id="body35690909"><div class="section" id="as_06_0303__section10263773"><h4 class="sectiontitle">Function</h4><ul id="as_06_0303__ul4894151811138"><li id="as_06_0303__li10894191811135">Add or remove instances to or from an AS group in batches.</li><li id="as_06_0303__li1811522351316">Configure instance protection or cancel the configuration for the instances in an AS group in batches.</li></ul>
<div class="note" id="as_06_0303__note4842243993724"><img src="public_sys-resources/note_3.0-en-us.png"><span class="notetitle"> </span><div class="notebody"><ul id="as_06_0303__ul3520643293724"><li id="as_06_0303__li1591934016264">A batch operation can be performed on a maximum of 10 instances at a time. After instances are added to an AS group, the number of instances in the AS group cannot be greater than the maximum number of instances. After instances are removed from an AS group, the number of instances in the AS group cannot be less than the minimum number of instances.</li><li id="as_06_0303__li08531142122713">Instances can be added to an AS group only when the AS group is in the <strong id="as_06_0303__b51986441151945">INSERVICE</strong> state and has no scaling action in progress.</li><li id="as_06_0303__li199731740142815">You can remove instances from an AS group only when no scaling action is in progress.</li><li id="as_06_0303__li19231124155712">To add instances to an AS group, ensure that the AZ of the instances falls within that of the AS group.</li><li id="as_06_0303__li028125617285">Only instances in <strong id="as_06_0303__b329325114512">INSERVICE</strong> state can be removed from an AS group. Instance protection can be enabled or disabled only for <strong id="as_06_0303__b6355133616468">INSERVICE</strong> instances.</li><li id="as_06_0303__li105781313132917">When the capacity of an AS group is automatically decreased, the instances with instance protection enabled will not be removed from the AS group.</li><li id="as_06_0303__li4931641293724">If the listener bound to the instance to be removed is the same as the listener in the AS group, the listener will be unbound from the instance. If the listener bound to the instance to be removed is different from the listener in the AS group, the binding relationship between the listener and instance will be reserved.</li></ul>
</div></div>
@ -190,7 +190,7 @@
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="as_06_0300.html">Instances</a></div>
<div class="parentlink"><strong>Parent topic:</strong> <a href="as_06_0300.html">Instances in an AS Group</a></div>
</div>
</div>

View File

@ -12,26 +12,26 @@
</li>
<li class="ulchildlink"><strong><a href="as_06_0404.html">Modifying an AS Policy (V2)</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="as_06_0405.html">Querying AS Policies Bound to an AS Group</a></strong><br>
<li class="ulchildlink"><strong><a href="as_06_0405.html">Querying AS Policies</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="as_06_0406.html">Querying AS Policies Bound to a Scaling Resource (V2)</a></strong><br>
<li class="ulchildlink"><strong><a href="as_06_0406.html">Querying AS Policies (V2)</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="as_06_0407.html">Querying AS Policies (V2)</a></strong><br>
<li class="ulchildlink"><strong><a href="as_06_0407.html">Querying All AS Policies (V2)</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="as_06_0408.html">Querying an AS Policy</a></strong><br>
<li class="ulchildlink"><strong><a href="as_06_0408.html">Querying AS Policy Details</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="as_06_0409.html">Querying an AS Policy (V2)</a></strong><br>
<li class="ulchildlink"><strong><a href="as_06_0409.html">Querying Details of an AS Policy (V2)</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="as_06_0410.html">Executing, Enabling, or Disabling an AS Policy</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="as_06_0411.html">Deleting an AS Policy</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="as_06_0412.html">Batch Managing AS Policies</a></strong><br>
<li class="ulchildlink"><strong><a href="as_06_0412.html">Performing Operations on AS Policies in Batches</a></strong><br>
</li>
</ul>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="as_06_0000.html">APIs</a></div>
<div class="parentlink"><strong>Parent topic:</strong> <a href="as_06_0000.html">API</a></div>
</div>
</div>

View File

@ -145,7 +145,7 @@
</td>
<td class="cellrowborder" valign="top" width="13.861386138613863%" headers="mcps1.3.3.2.1.2.2.5.1.3 "><p id="as_06_0401__a5c08ed2e549149c9b609e1e11dd8b49d">String</p>
</td>
<td class="cellrowborder" valign="top" width="45.54455445544555%" headers="mcps1.3.3.2.1.2.2.5.1.4 "><p id="as_06_0401__a07f48cfcdafa4ffd87bba3b4e90c0111">Specifies the day when a periodic scaling action is triggered. This parameter is mandatory when <strong id="as_06_0401__b1996784766">scaling_policy_type</strong> is set to <strong id="as_06_0401__b1909926694">RECURRENCE</strong>.</p>
<td class="cellrowborder" valign="top" width="45.54455445544555%" headers="mcps1.3.3.2.1.2.2.5.1.4 "><p id="as_06_0401__a07f48cfcdafa4ffd87bba3b4e90c0111">Specifies the day when a periodic scaling action is triggered. This parameter is mandatory when <strong id="as_06_0401__b1018658887">scaling_policy_type</strong> is set to <strong id="as_06_0401__b19313026">RECURRENCE</strong>.</p>
<ul id="as_06_0401__uaaa702fc2e874c3a9cad601322271ee0"><li id="as_06_0401__lb252590a28cd4c4b9619fda3bfc1cf95">If <strong>recurrence_type</strong> is set to <strong>Daily</strong>, the value is <strong>null</strong>, indicating that the scaling action is triggered once a day.</li><li id="as_06_0401__l9d5383090b534424b9b771a83db03ac9">If <strong id="as_06_0401__b725811717598">recurrence_type</strong> is set to <strong id="as_06_0401__b8259171711596">Weekly</strong>, the value ranges from <strong id="as_06_0401__b92601117135912">1</strong> (Sunday) to <strong id="as_06_0401__b18260171716595">7</strong> (Saturday). The digits refer to dates in each week and separated by a comma, such as <strong id="as_06_0401__b15260517115915">1,3,5</strong>.</li><li id="as_06_0401__l541bbf396e3144f79b067bf10b2b7df9">If <strong id="as_06_0401__b84235270617528">recurrence_type</strong> is set to <strong>Monthly</strong>, the value ranges from <strong>1</strong> to <strong>31</strong>. The digits refer to the dates in each month and separated by a comma, such as <strong>1,10,13,28</strong>.</li></ul>
</td>
</tr>
@ -201,7 +201,7 @@
<td class="cellrowborder" valign="top" width="14.000000000000002%" headers="mcps1.3.3.2.1.3.2.5.1.3 "><p id="as_06_0401__p11855564172946">Integer</p>
</td>
<td class="cellrowborder" valign="top" width="46%" headers="mcps1.3.3.2.1.3.2.5.1.4 "><p id="as_06_0401__p20776612172946">Specifies the number of instances to be operated. The default number is <strong>1</strong>. The value range is as follows for a default quota:</p>
<ul id="as_06_0401__ul897214318562"><li id="as_06_0401__li16972144318562">If <strong id="as_06_0401__b12649189115414">operation</strong> is set to <strong id="as_06_0401__b976871918548">SET</strong>, the value ranges from 0 to 200.</li><li id="as_06_0401__li12972643195610">If <strong id="as_06_0401__b13160165618541">operation</strong> is set to <strong id="as_06_0401__b2029714596546">ADD</strong>, <strong id="as_06_0401__b798416185520">REMOVE</strong>, or <strong id="as_06_0401__b7950192184120">REDUCE</strong>, the value ranges from 1 to 200.</li></ul>
<ul id="as_06_0401__ul897214318562"><li id="as_06_0401__li16972144318562">If <strong id="as_06_0401__b12649189115414">operation</strong> is set to <strong id="as_06_0401__b976871918548">SET</strong>, the value range is 0 to 200.</li><li id="as_06_0401__li12972643195610">If <strong id="as_06_0401__b13160165618541">operation</strong> is set to <strong id="as_06_0401__b2029714596546">ADD</strong>, <strong id="as_06_0401__b798416185520">REMOVE</strong>, or <strong id="as_06_0401__b7950192184120">REDUCE</strong>, the value range is 1 to 200.</li></ul>
<div class="note" id="as_06_0401__note99603584562"><span class="notetitle"> NOTE: </span><div class="notebody"><p id="as_06_0401__p696175820561">Either <strong id="as_06_0401__b842352706105430">instance_number</strong> or <strong id="as_06_0401__b842352706105435">instance_percentage</strong> is required.</p>
</div></div>
</td>
@ -212,9 +212,9 @@
</td>
<td class="cellrowborder" valign="top" width="14.000000000000002%" headers="mcps1.3.3.2.1.3.2.5.1.3 "><p id="as_06_0401__p31006664172946">Integer</p>
</td>
<td class="cellrowborder" valign="top" width="46%" headers="mcps1.3.3.2.1.3.2.5.1.4 "><p id="as_06_0401__p083717531563">Specifies the percentage of instances to be operated. You can increase, decrease, or set the number of instances in an AS group to the specified percentage of the current number of instances. If <strong id="as_06_0401__b587711610207">operation</strong> is set to <strong id="as_06_0401__b7766189182012">ADD</strong>, <strong id="as_06_0401__b155020126201">REMOVE</strong> or <strong id="as_06_0401__b1958414415402">REDUCE</strong>, the value is an integer from 1 to 20000. If <strong id="as_06_0401__b15177335112010">operation</strong> is set to <strong id="as_06_0401__b15787182814204">SET</strong>, the value is an integer from 0 to 20000.</p>
<td class="cellrowborder" valign="top" width="46%" headers="mcps1.3.3.2.1.3.2.5.1.4 "><p id="as_06_0401__p083717531563">Specifies the percentage of instances to be operated. You can increase, decrease, or set the number of instances in an AS group to the specified percentage of the current number of instances. If <strong id="as_06_0401__b587711610207">operation</strong> is set to <strong id="as_06_0401__b7766189182012">ADD</strong>, <strong id="as_06_0401__b155020126201">REMOVE</strong> or <strong id="as_06_0401__b1958414415402">REDUCE</strong>, the value of this parameter is an integer from 1 to 20000. If <strong id="as_06_0401__b15177335112010">operation</strong> is set to <strong id="as_06_0401__b15787182814204">SET</strong>, the value is an integer from 0 to 20000.</p>
<p id="as_06_0401__p55280357172946">If neither <strong id="as_06_0401__b8423527061122">instance_number</strong> nor <strong id="as_06_0401__b8423527061126">instance_percentage</strong> is specified, the number of instances to be operated is 1.</p>
<p id="as_06_0401__p27761166172946">Either <strong id="as_06_0401__b652830310">instance_number</strong> or <strong id="as_06_0401__b2116683741">instance_percentage</strong> is required.</p>
<p id="as_06_0401__p27761166172946">Either <strong id="as_06_0401__b797041771">instance_number</strong> or <strong id="as_06_0401__b1106258068">instance_percentage</strong> is required.</p>
</td>
</tr>
</tbody>

View File

@ -30,7 +30,7 @@
</td>
<td class="cellrowborder" valign="top" width="14.000000000000002%" headers="mcps1.3.2.3.2.5.1.3 "><p id="as_06_0403__p23176109">String</p>
</td>
<td class="cellrowborder" valign="top" width="45%" headers="mcps1.3.2.3.2.5.1.4 "><p id="as_06_0403__p65325544">Specifies an AS policy ID. For details, see <a href="as_06_0405.html">Querying AS Policies Bound to an AS Group</a>.</p>
<td class="cellrowborder" valign="top" width="45%" headers="mcps1.3.2.3.2.5.1.4 "><p id="as_06_0403__p65325544">Specifies an AS policy ID. For details, see <a href="as_06_0405.html">Querying AS Policies</a>.</p>
</td>
</tr>
</tbody>
@ -126,7 +126,7 @@
<td class="cellrowborder" valign="top" width="14.000000000000002%" headers="mcps1.3.3.2.1.2.2.5.1.3 "><p id="as_06_0403__a15ae7b8585d24e48abc6b9bf45636fda">String</p>
</td>
<td class="cellrowborder" valign="top" width="46%" headers="mcps1.3.3.2.1.2.2.5.1.4 "><p id="as_06_0403__a61510df8f8ad43319d6df7c903934e43">Specifies the time when the scaling action is triggered. The time format complies with UTC.</p>
<ul id="as_06_0403__uf00af89403894ffc8ec87c36bc988668"><li id="as_06_0403__ld90aee8d978c4c00a70098e4cce1134d">If <strong id="as_06_0403__b1719774022013">scaling_policy_type</strong> is set to <strong id="as_06_0403__b181971940122020">SCHEDULED</strong>, the time format is <strong id="as_06_0403__b1019719408207">YYYY-MM-DDThh:mmZ</strong>.</li><li id="as_06_0403__ld793c7f0a8bd4839b44555ebc42ed4b0">If <strong id="as_06_0403__b1819804082014">scaling_policy_type</strong> is set to <strong id="as_06_0403__b19198840192016">RECURRENCE</strong>, the time format is <strong id="as_06_0403__b4198164018201">hh:mm</strong>.</li></ul>
<ul id="as_06_0403__uf00af89403894ffc8ec87c36bc988668"><li id="as_06_0403__ld90aee8d978c4c00a70098e4cce1134d">If <strong>scaling_policy_type</strong> is set to <strong>SCHEDULED</strong>, the time format is <strong>YYYY-MM-DDThh:mmZ</strong>.</li><li id="as_06_0403__ld793c7f0a8bd4839b44555ebc42ed4b0">If <strong>scaling_policy_type</strong> is set to <strong>RECURRENCE</strong>, the time format is <strong>hh:mm</strong>.</li></ul>
</td>
</tr>
<tr id="as_06_0403__rbd5ec7242fef4c03b21636ac14160d9e"><td class="cellrowborder" valign="top" width="21%" headers="mcps1.3.3.2.1.2.2.5.1.1 "><p id="as_06_0403__a18479f6b70b34f29b2b90d754f59282a">recurrence_type</p>
@ -136,7 +136,7 @@
<td class="cellrowborder" valign="top" width="14.000000000000002%" headers="mcps1.3.3.2.1.2.2.5.1.3 "><p id="as_06_0403__ae1f14fa2e6a54531aeffd26874fea267">String</p>
</td>
<td class="cellrowborder" valign="top" width="46%" headers="mcps1.3.3.2.1.2.2.5.1.4 "><p id="as_06_0403__aec06182f642543c6b455c58bfdaffadd">Specifies the periodic triggering type. This parameter is mandatory when <strong id="as_06_0403__b842352706172110">scaling_policy_type</strong> is set to <strong id="as_06_0403__b842352706172115">RECURRENCE</strong>.</p>
<ul id="as_06_0403__ul2889151214615"><li id="as_06_0403__li1088916124612"><strong id="as_06_0403__b81993407202">Daily</strong>: indicates that the scaling action is triggered once a day.</li><li id="as_06_0403__li3889412462"><strong id="as_06_0403__b32001400204">Weekly</strong>: indicates that the scaling action is triggered once a week.</li><li id="as_06_0403__li1388901211610"><strong id="as_06_0403__b14200040152015">Monthly</strong>: indicates that the scaling action is triggered once a month.</li></ul>
<ul id="as_06_0403__ul2889151214615"><li id="as_06_0403__li1088916124612"><strong>Daily</strong>: indicates that the scaling action is triggered once a day.</li><li id="as_06_0403__li3889412462"><strong>Weekly</strong>: indicates that the scaling action is triggered once a week.</li><li id="as_06_0403__li1388901211610"><strong>Monthly</strong>: indicates that the scaling action is triggered once a month.</li></ul>
</td>
</tr>
<tr id="as_06_0403__r0a62cf7acbad402386b6375b0d8b1353"><td class="cellrowborder" valign="top" width="21%" headers="mcps1.3.3.2.1.2.2.5.1.1 "><p id="as_06_0403__a36de9ca6c86e45a3b06fa24eedf584ad">recurrence_value</p>
@ -145,8 +145,8 @@
</td>
<td class="cellrowborder" valign="top" width="14.000000000000002%" headers="mcps1.3.3.2.1.2.2.5.1.3 "><p id="as_06_0403__ad2c0647319f843e0a6c26a2fe1e57172">String</p>
</td>
<td class="cellrowborder" valign="top" width="46%" headers="mcps1.3.3.2.1.2.2.5.1.4 "><p id="as_06_0403__a07f48cfcdafa4ffd87bba3b4e90c0111">Specifies the day when a periodic scaling action is triggered. This parameter is mandatory when <strong id="as_06_0403__b13201164012013">scaling_policy_type</strong> is set to <strong id="as_06_0403__b10201104062014">RECURRENCE</strong>.</p>
<ul id="as_06_0403__u339136fb44714869865eb1ccb9d659cd"><li id="as_06_0403__ld9de24d7f00642269263dc70d7e5be5f">If <strong id="as_06_0403__b1520124072016">recurrence_type</strong> is set to <strong id="as_06_0403__b5201840172017">Daily</strong>, the value is <strong id="as_06_0403__b1720124012016">null</strong>, indicating that the scaling action is triggered once a day.</li><li id="as_06_0403__lbb0053bb8bd342e9822909820f172b0f">If <strong id="as_06_0403__b79601362313">recurrence_type</strong> is set to <strong id="as_06_0403__b139602361435">Weekly</strong>, the value ranges from <strong id="as_06_0403__b1896017361135">1</strong> (Sunday) to <strong id="as_06_0403__b29611360311">7</strong> (Saturday). The digits refer to dates in each week and separated by a comma, such as <strong id="as_06_0403__b1496119362037">1,3,5</strong>.</li><li id="as_06_0403__l08d4d47d2a39489aa6b6c576eddc1e0e">If <strong id="as_06_0403__b84235270617528">recurrence_type</strong> is set to <strong id="as_06_0403__b520319409200">Monthly</strong>, the value ranges from <strong id="as_06_0403__b11203640102019">1</strong> to <strong id="as_06_0403__b1820314014207">31</strong>. The digits refer to the dates in each month and separated by a comma, such as <strong id="as_06_0403__b020374092010">1,10,13,28</strong>.</li></ul>
<td class="cellrowborder" valign="top" width="46%" headers="mcps1.3.3.2.1.2.2.5.1.4 "><p id="as_06_0403__a07f48cfcdafa4ffd87bba3b4e90c0111">Specifies the day when a periodic scaling action is triggered. This parameter is mandatory when <strong>scaling_policy_type</strong> is set to <strong>RECURRENCE</strong>.</p>
<ul id="as_06_0403__u339136fb44714869865eb1ccb9d659cd"><li id="as_06_0403__ld9de24d7f00642269263dc70d7e5be5f">If <strong>recurrence_type</strong> is set to <strong>Daily</strong>, the value is <strong>null</strong>, indicating that the scaling action is triggered once a day.</li><li id="as_06_0403__lbb0053bb8bd342e9822909820f172b0f">If <strong id="as_06_0403__b79601362313">recurrence_type</strong> is set to <strong id="as_06_0403__b139602361435">Weekly</strong>, the value ranges from <strong id="as_06_0403__b1896017361135">1</strong> (Sunday) to <strong id="as_06_0403__b29611360311">7</strong> (Saturday). The digits refer to dates in each week and separated by a comma, such as <strong id="as_06_0403__b1496119362037">1,3,5</strong>.</li><li id="as_06_0403__l08d4d47d2a39489aa6b6c576eddc1e0e">If <strong id="as_06_0403__b84235270617528">recurrence_type</strong> is set to <strong>Monthly</strong>, the value ranges from <strong>1</strong> to <strong>31</strong>. The digits refer to the dates in each month and separated by a comma, such as <strong>1,10,13,28</strong>.</li></ul>
</td>
</tr>
<tr id="as_06_0403__r4c08c4f22c3b4df1a3a5403eeddc4354"><td class="cellrowborder" valign="top" width="21%" headers="mcps1.3.3.2.1.2.2.5.1.1 "><p id="as_06_0403__a0c2c51e444dd4e29ba2b60d5461e12c2">start_time</p>
@ -156,7 +156,7 @@
<td class="cellrowborder" valign="top" width="14.000000000000002%" headers="mcps1.3.3.2.1.2.2.5.1.3 "><p id="as_06_0403__a615a9f0c0305423db2f2ddf584c93d4b">String</p>
</td>
<td class="cellrowborder" valign="top" width="46%" headers="mcps1.3.3.2.1.2.2.5.1.4 "><p id="as_06_0403__a9fd1aed571e0410681f98248360eb0e0">Specifies the start time of the scaling action triggered periodically. The time format complies with UTC.</p>
<p id="as_06_0403__aea18ea5bcc1d42469166346b0e654f95">The time format is <strong id="as_06_0403__b122043407204">YYYY-MM-DDThh:mmZ</strong>.</p>
<p id="as_06_0403__aea18ea5bcc1d42469166346b0e654f95">The time format is <strong>YYYY-MM-DDThh:mmZ</strong>.</p>
</td>
</tr>
<tr id="as_06_0403__r2ca2a0e358dc475ca68e9d3916d479c5"><td class="cellrowborder" valign="top" width="21%" headers="mcps1.3.3.2.1.2.2.5.1.1 "><p id="as_06_0403__ad750922d2cc94d0d9be7f5cfa9629ad0">end_time</p>
@ -167,7 +167,7 @@
</td>
<td class="cellrowborder" valign="top" width="46%" headers="mcps1.3.3.2.1.2.2.5.1.4 "><p id="as_06_0403__ad0f134288f51466e8329969670b77dd3">Specifies the end time of the scaling action triggered periodically. The time format complies with UTC. This parameter is mandatory when <strong id="as_06_0403__b842352706173440">scaling_policy_type</strong> is set to <strong id="as_06_0403__b842352706173444">RECURRENCE</strong>.</p>
<p id="as_06_0403__af47b13bb74d8445098a267eecf33d26b">When the scaling action is triggered periodically, the end time cannot be earlier than the current and start time.</p>
<p id="as_06_0403__aa2999aa7024c474389f0f97b6fe10b2f">The time format is <strong id="as_06_0403__b82049407207">YYYY-MM-DDThh:mmZ</strong>.</p>
<p id="as_06_0403__aa2999aa7024c474389f0f97b6fe10b2f">The time format is <strong>YYYY-MM-DDThh:mmZ</strong>.</p>
</td>
</tr>
</tbody>
@ -201,7 +201,7 @@
<td class="cellrowborder" valign="top" width="14.000000000000002%" headers="mcps1.3.3.2.1.3.2.5.1.3 "><p id="as_06_0403__as_06_0401_p11855564172946">Integer</p>
</td>
<td class="cellrowborder" valign="top" width="46%" headers="mcps1.3.3.2.1.3.2.5.1.4 "><p id="as_06_0403__as_06_0401_p20776612172946">Specifies the number of instances to be operated. The default number is <strong>1</strong>. The value range is as follows for a default quota:</p>
<ul id="as_06_0403__as_06_0401_ul897214318562"><li id="as_06_0403__as_06_0401_li16972144318562">If <strong id="as_06_0403__as_06_0401_b12649189115414">operation</strong> is set to <strong id="as_06_0403__as_06_0401_b976871918548">SET</strong>, the value ranges from 0 to 200.</li><li id="as_06_0403__as_06_0401_li12972643195610">If <strong id="as_06_0403__as_06_0401_b13160165618541">operation</strong> is set to <strong id="as_06_0403__as_06_0401_b2029714596546">ADD</strong>, <strong id="as_06_0403__as_06_0401_b798416185520">REMOVE</strong>, or <strong id="as_06_0403__as_06_0401_b7950192184120">REDUCE</strong>, the value ranges from 1 to 200.</li></ul>
<ul id="as_06_0403__as_06_0401_ul897214318562"><li id="as_06_0403__as_06_0401_li16972144318562">If <strong id="as_06_0403__as_06_0401_b12649189115414">operation</strong> is set to <strong id="as_06_0403__as_06_0401_b976871918548">SET</strong>, the value range is 0 to 200.</li><li id="as_06_0403__as_06_0401_li12972643195610">If <strong id="as_06_0403__as_06_0401_b13160165618541">operation</strong> is set to <strong id="as_06_0403__as_06_0401_b2029714596546">ADD</strong>, <strong id="as_06_0403__as_06_0401_b798416185520">REMOVE</strong>, or <strong id="as_06_0403__as_06_0401_b7950192184120">REDUCE</strong>, the value range is 1 to 200.</li></ul>
<div class="note" id="as_06_0403__as_06_0401_note99603584562"><span class="notetitle"> NOTE: </span><div class="notebody"><p id="as_06_0403__as_06_0401_p696175820561">Either <strong id="as_06_0403__as_06_0401_b842352706105430">instance_number</strong> or <strong id="as_06_0403__as_06_0401_b842352706105435">instance_percentage</strong> is required.</p>
</div></div>
</td>
@ -212,9 +212,9 @@
</td>
<td class="cellrowborder" valign="top" width="14.000000000000002%" headers="mcps1.3.3.2.1.3.2.5.1.3 "><p id="as_06_0403__as_06_0401_p31006664172946">Integer</p>
</td>
<td class="cellrowborder" valign="top" width="46%" headers="mcps1.3.3.2.1.3.2.5.1.4 "><p id="as_06_0403__as_06_0401_p083717531563">Specifies the percentage of instances to be operated. You can increase, decrease, or set the number of instances in an AS group to the specified percentage of the current number of instances. If <strong id="as_06_0403__as_06_0401_b587711610207">operation</strong> is set to <strong id="as_06_0403__as_06_0401_b7766189182012">ADD</strong>, <strong id="as_06_0403__as_06_0401_b155020126201">REMOVE</strong> or <strong id="as_06_0403__as_06_0401_b1958414415402">REDUCE</strong>, the value is an integer from 1 to 20000. If <strong id="as_06_0403__as_06_0401_b15177335112010">operation</strong> is set to <strong id="as_06_0403__as_06_0401_b15787182814204">SET</strong>, the value is an integer from 0 to 20000.</p>
<td class="cellrowborder" valign="top" width="46%" headers="mcps1.3.3.2.1.3.2.5.1.4 "><p id="as_06_0403__as_06_0401_p083717531563">Specifies the percentage of instances to be operated. You can increase, decrease, or set the number of instances in an AS group to the specified percentage of the current number of instances. If <strong id="as_06_0403__as_06_0401_b587711610207">operation</strong> is set to <strong id="as_06_0403__as_06_0401_b7766189182012">ADD</strong>, <strong id="as_06_0403__as_06_0401_b155020126201">REMOVE</strong> or <strong id="as_06_0403__as_06_0401_b1958414415402">REDUCE</strong>, the value of this parameter is an integer from 1 to 20000. If <strong id="as_06_0403__as_06_0401_b15177335112010">operation</strong> is set to <strong id="as_06_0403__as_06_0401_b15787182814204">SET</strong>, the value is an integer from 0 to 20000.</p>
<p id="as_06_0403__as_06_0401_p55280357172946">If neither <strong id="as_06_0403__as_06_0401_b8423527061122">instance_number</strong> nor <strong id="as_06_0403__as_06_0401_b8423527061126">instance_percentage</strong> is specified, the number of instances to be operated is 1.</p>
<p id="as_06_0403__as_06_0401_p27761166172946">Either <strong id="as_06_0403__as_06_0401_b652830310">instance_number</strong> or <strong id="as_06_0403__as_06_0401_b2116683741">instance_percentage</strong> is required.</p>
<p id="as_06_0403__as_06_0401_p27761166172946">Either <strong id="as_06_0403__as_06_0401_b797041771">instance_number</strong> or <strong id="as_06_0403__as_06_0401_b1106258068">instance_percentage</strong> is required.</p>
</td>
</tr>
</tbody>

View File

@ -31,7 +31,7 @@
</td>
<td class="cellrowborder" valign="top" width="14.000000000000002%" headers="mcps1.3.2.3.2.5.1.3 "><p id="as_06_0404__p16871624125">String</p>
</td>
<td class="cellrowborder" valign="top" width="45%" headers="mcps1.3.2.3.2.5.1.4 "><p id="as_06_0404__p65325544">Specifies an AS policy ID. For details, see <a href="as_06_0406.html">Querying AS Policies Bound to a Scaling Resource (V2)</a>.</p>
<td class="cellrowborder" valign="top" width="45%" headers="mcps1.3.2.3.2.5.1.4 "><p id="as_06_0404__p65325544">Specifies an AS policy ID. For details, see <a href="as_06_0406.html">Querying AS Policies (V2)</a>.</p>
</td>
</tr>
</tbody>

View File

@ -1,6 +1,6 @@
<a name="as_06_0405"></a><a name="as_06_0405"></a>
<h1 class="topictitle1">Querying AS Policies Bound to an AS Group</h1>
<h1 class="topictitle1">Querying AS Policies</h1>
<div id="body8662426"><div class="section" id="as_06_0405__en-us_topic_0130755740_section11355891"><h4 class="sectiontitle">Function</h4><p id="as_06_0405__p8980173183817">This API is used to query AS policies based on search criteria. The results are displayed by page.</p>
<ul id="as_06_0405__ul147617122218"><li id="as_06_0405__li1978179225">Search criteria can be the AS policy name, policy type, policy ID, start line number, and number of records.</li><li id="as_06_0405__li2929334192315">If no search criteria are specified, a maximum of 20 AS policies for a specified AS group can be queried for a tenant by default.</li></ul>
</div>
@ -80,7 +80,7 @@
</td>
<td class="cellrowborder" valign="top" width="14.85%" headers="mcps1.3.2.4.2.5.1.3 "><p id="as_06_0405__en-us_topic_0130755740_p2803303">Integer</p>
</td>
<td class="cellrowborder" valign="top" width="38.35%" headers="mcps1.3.2.4.2.5.1.4 "><p id="as_06_0405__p21968676">Specifies the number of query records. The default value is <strong id="as_06_0405__b168447885495335">20</strong>. The value ranges from 0 to 100.</p>
<td class="cellrowborder" valign="top" width="38.35%" headers="mcps1.3.2.4.2.5.1.4 "><p id="as_06_0405__p21968676">Specifies the number of query records. The default value is <strong id="as_06_0405__b168447885495335">20</strong>. The value range is 0 to 100.</p>
</td>
</tr>
</tbody>
@ -175,7 +175,7 @@
<td class="cellrowborder" valign="top" width="18.029999999999998%" headers="mcps1.3.4.2.1.2.2.4.1.2 "><p id="as_06_0405__en-us_topic_0130755740_a2de7247f99c143e09e698f0ef82f62bc">String</p>
</td>
<td class="cellrowborder" valign="top" width="55.22%" headers="mcps1.3.4.2.1.2.2.4.1.3 "><p id="as_06_0405__en-us_topic_0130755740_a65ce06cd4813480498062e1de2541bd3">Specifies the AS policy type.</p>
<ul id="as_06_0405__en-us_topic_0130755740_ud3dc362d60f54fc08039ec57e921e5a6"><li id="as_06_0405__en-us_topic_0130755740_lc89f92b4cf2743f586cf48bb5e1933d1"><strong id="as_06_0405__b184528360357">ALARM</strong>: indicates that the scaling action is triggered by an alarm. A value is returned for <strong id="as_06_0405__b18452113614356">alarm_id</strong>, and no value is returned for <strong id="as_06_0405__b154521036163519">scheduled_policy</strong>.</li><li id="as_06_0405__en-us_topic_0130755740_lb288548ff6554efab07248d038789b1f"><strong id="as_06_0405__b945315368353">SCHEDULED</strong>: indicates that the scaling action is triggered as scheduled. A value is returned for <strong id="as_06_0405__b24531136193515">scheduled_policy</strong>, and no value is returned for <strong id="as_06_0405__b1845314362351">alarm_id</strong>, <strong id="as_06_0405__b745393616353">recurrence_type</strong>, <strong id="as_06_0405__b6453183619358">recurrence_value</strong>, <strong id="as_06_0405__b124531236183518">start_time</strong>, or <strong id="as_06_0405__b194532360350">end_time</strong>.</li><li id="as_06_0405__en-us_topic_0130755740_lb5c451d60e5e417cafd202ef4ca3389f"><strong id="as_06_0405__b1045416366351">RECURRENCE</strong>: indicates that the scaling action is triggered periodically. Values are returned for <strong id="as_06_0405__b1045420369356">scheduled_policy</strong>, <strong id="as_06_0405__b445423653513">recurrence_type</strong>, <strong id="as_06_0405__b16454193612357">recurrence_value</strong>, <strong id="as_06_0405__b2454123620358">start_time</strong>, and <strong id="as_06_0405__b17454193603513">end_time</strong>, and no value is returned for <strong id="as_06_0405__b1745412362353">alarm_id</strong>.</li></ul>
<ul id="as_06_0405__en-us_topic_0130755740_ud3dc362d60f54fc08039ec57e921e5a6"><li id="as_06_0405__en-us_topic_0130755740_lc89f92b4cf2743f586cf48bb5e1933d1"><strong>ALARM</strong>: indicates that the scaling action is triggered by an alarm. A value is returned for <strong>alarm_id</strong>, and no value is returned for <strong>scheduled_policy</strong>.</li><li id="as_06_0405__en-us_topic_0130755740_lb288548ff6554efab07248d038789b1f"><strong>SCHEDULED</strong>: indicates that the scaling action is triggered as scheduled. A value is returned for <strong>scheduled_policy</strong>, and no value is returned for <strong>alarm_id</strong>, <strong>recurrence_type</strong>, <strong>recurrence_value</strong>, <strong>start_time</strong>, or <strong>end_time</strong>.</li><li id="as_06_0405__en-us_topic_0130755740_lb5c451d60e5e417cafd202ef4ca3389f"><strong>RECURRENCE</strong>: indicates that the scaling action is triggered periodically. Values are returned for <strong>scheduled_policy</strong>, <strong>recurrence_type</strong>, <strong>recurrence_value</strong>, <strong>start_time</strong>, and <strong>end_time</strong>, and no value is returned for <strong>alarm_id</strong>.</li></ul>
</td>
</tr>
<tr id="as_06_0405__en-us_topic_0130755740_r4dfedc0bd4ff45f2ac05364f99f01708"><td class="cellrowborder" valign="top" width="26.75%" headers="mcps1.3.4.2.1.2.2.4.1.1 "><p id="as_06_0405__en-us_topic_0130755740_a306f2c2ef05e47f78c5e0fc5440cea3c">alarm_id</p>
@ -230,7 +230,7 @@
<td class="cellrowborder" valign="top" width="18.3%" headers="mcps1.3.4.2.1.3.2.4.1.2 "><p id="as_06_0405__en-us_topic_0130755740_a15ae7b8585d24e48abc6b9bf45636fda">String</p>
</td>
<td class="cellrowborder" valign="top" width="55.13%" headers="mcps1.3.4.2.1.3.2.4.1.3 "><p id="as_06_0405__en-us_topic_0130755740_a61510df8f8ad43319d6df7c903934e43">Specifies the time when the scaling action is triggered. The time format complies with UTC.</p>
<ul id="as_06_0405__en-us_topic_0130755740_uf00af89403894ffc8ec87c36bc988668"><li id="as_06_0405__en-us_topic_0130755740_ld90aee8d978c4c00a70098e4cce1134d">If <strong id="as_06_0405__b104601936143511">scaling_policy_type</strong> is set to <strong id="as_06_0405__b546014361357">SCHEDULED</strong>, the time format is <strong id="as_06_0405__b1046053613358">YYYY-MM-DDThh:mmZ</strong>.</li><li id="as_06_0405__en-us_topic_0130755740_ld793c7f0a8bd4839b44555ebc42ed4b0">If <strong id="as_06_0405__b3460133618351">scaling_policy_type</strong> is set to <strong id="as_06_0405__b12460436193516">RECURRENCE</strong>, the time format is <strong id="as_06_0405__b13460123610355">hh:mm</strong>.</li></ul>
<ul id="as_06_0405__en-us_topic_0130755740_uf00af89403894ffc8ec87c36bc988668"><li id="as_06_0405__en-us_topic_0130755740_ld90aee8d978c4c00a70098e4cce1134d">If <strong>scaling_policy_type</strong> is set to <strong>SCHEDULED</strong>, the time format is <strong>YYYY-MM-DDThh:mmZ</strong>.</li><li id="as_06_0405__en-us_topic_0130755740_ld793c7f0a8bd4839b44555ebc42ed4b0">If <strong>scaling_policy_type</strong> is set to <strong>RECURRENCE</strong>, the time format is <strong>hh:mm</strong>.</li></ul>
</td>
</tr>
<tr id="as_06_0405__en-us_topic_0130755740_rbd5ec7242fef4c03b21636ac14160d9e"><td class="cellrowborder" valign="top" width="26.57%" headers="mcps1.3.4.2.1.3.2.4.1.1 "><p id="as_06_0405__en-us_topic_0130755740_a18479f6b70b34f29b2b90d754f59282a">recurrence_type</p>
@ -238,7 +238,7 @@
<td class="cellrowborder" valign="top" width="18.3%" headers="mcps1.3.4.2.1.3.2.4.1.2 "><p id="as_06_0405__en-us_topic_0130755740_ae1f14fa2e6a54531aeffd26874fea267">String</p>
</td>
<td class="cellrowborder" valign="top" width="55.13%" headers="mcps1.3.4.2.1.3.2.4.1.3 "><p id="as_06_0405__en-us_topic_0130755740_aec06182f642543c6b455c58bfdaffadd">Specifies the type of a periodically triggered scaling action.</p>
<ul id="as_06_0405__ul323885205718"><li id="as_06_0405__li1823835145716"><strong id="as_06_0405__b12461113613516">Daily</strong>: indicates that the scaling action is triggered once a day.</li><li id="as_06_0405__li523855165713"><strong id="as_06_0405__b74610365354">Weekly</strong>: indicates that the scaling action is triggered once a week.</li><li id="as_06_0405__li1823814555718"><strong id="as_06_0405__b1246113612358">Monthly</strong>: indicates that the scaling action is triggered once a month.</li></ul>
<ul id="as_06_0405__ul323885205718"><li id="as_06_0405__li1823835145716"><strong>Daily</strong>: indicates that the scaling action is triggered once a day.</li><li id="as_06_0405__li523855165713"><strong>Weekly</strong>: indicates that the scaling action is triggered once a week.</li><li id="as_06_0405__li1823814555718"><strong>Monthly</strong>: indicates that the scaling action is triggered once a month.</li></ul>
</td>
</tr>
<tr id="as_06_0405__en-us_topic_0130755740_r0a62cf7acbad402386b6375b0d8b1353"><td class="cellrowborder" valign="top" width="26.57%" headers="mcps1.3.4.2.1.3.2.4.1.1 "><p id="as_06_0405__en-us_topic_0130755740_a36de9ca6c86e45a3b06fa24eedf584ad">recurrence_value</p>
@ -246,7 +246,7 @@
<td class="cellrowborder" valign="top" width="18.3%" headers="mcps1.3.4.2.1.3.2.4.1.2 "><p id="as_06_0405__en-us_topic_0130755740_ad2c0647319f843e0a6c26a2fe1e57172">String</p>
</td>
<td class="cellrowborder" valign="top" width="55.13%" headers="mcps1.3.4.2.1.3.2.4.1.3 "><p id="as_06_0405__en-us_topic_0130755740_a0fddaf89726a4b13849e706e60be5708">Specifies the frequency at which scaling actions are triggered.</p>
<ul id="as_06_0405__en-us_topic_0130755740_u339136fb44714869865eb1ccb9d659cd"><li id="as_06_0405__en-us_topic_0130755740_ld9de24d7f00642269263dc70d7e5be5f">If <strong id="as_06_0405__b124621636123513">recurrence_type</strong> is set to <strong id="as_06_0405__b144622368351">Daily</strong>, the value is <strong id="as_06_0405__b15462636183519">null</strong>, indicating that the scaling action is triggered once a day.</li><li id="as_06_0405__en-us_topic_0130755740_lbb0053bb8bd342e9822909820f172b0f">If <strong id="as_06_0405__b724210464414">recurrence_type</strong> is set to <strong id="as_06_0405__b9242946648">Weekly</strong>, the value ranges from <strong id="as_06_0405__b624354620417">1</strong> (Sunday) to <strong id="as_06_0405__b724374611420">7</strong> (Saturday). The digits refer to dates in each week and separated by a comma, such as <strong id="as_06_0405__b5243144616415">1,3,5</strong>.</li><li id="as_06_0405__en-us_topic_0130755740_l08d4d47d2a39489aa6b6c576eddc1e0e">If <strong id="as_06_0405__b10631101252">recurrence_type</strong> is set to <strong id="as_06_0405__b17641901519">Monthly</strong>, the value ranges from <strong id="as_06_0405__b464110256">1</strong> to <strong id="as_06_0405__b146422016510">31</strong>. The digits refer to the dates in each month and separated by a comma, such as <strong id="as_06_0405__b0642602512">1,10,13,28</strong>.</li></ul>
<ul id="as_06_0405__en-us_topic_0130755740_u339136fb44714869865eb1ccb9d659cd"><li id="as_06_0405__en-us_topic_0130755740_ld9de24d7f00642269263dc70d7e5be5f">If <strong>recurrence_type</strong> is set to <strong>Daily</strong>, the value is <strong>null</strong>, indicating that the scaling action is triggered once a day.</li><li id="as_06_0405__en-us_topic_0130755740_lbb0053bb8bd342e9822909820f172b0f">If <strong id="as_06_0405__b724210464414">recurrence_type</strong> is set to <strong id="as_06_0405__b9242946648">Weekly</strong>, the value ranges from <strong id="as_06_0405__b624354620417">1</strong> (Sunday) to <strong id="as_06_0405__b724374611420">7</strong> (Saturday). The digits refer to dates in each week and separated by a comma, such as <strong id="as_06_0405__b5243144616415">1,3,5</strong>.</li><li id="as_06_0405__en-us_topic_0130755740_l08d4d47d2a39489aa6b6c576eddc1e0e">If <strong id="as_06_0405__b10631101252">recurrence_type</strong> is set to <strong id="as_06_0405__b17641901519">Monthly</strong>, the value ranges from <strong id="as_06_0405__b464110256">1</strong> to <strong id="as_06_0405__b146422016510">31</strong>. The digits refer to the dates in each month and separated by a comma, such as <strong id="as_06_0405__b0642602512">1,10,13,28</strong>.</li></ul>
</td>
</tr>
<tr id="as_06_0405__en-us_topic_0130755740_r4c08c4f22c3b4df1a3a5403eeddc4354"><td class="cellrowborder" valign="top" width="26.57%" headers="mcps1.3.4.2.1.3.2.4.1.1 "><p id="as_06_0405__en-us_topic_0130755740_a0c2c51e444dd4e29ba2b60d5461e12c2">start_time</p>
@ -254,7 +254,7 @@
<td class="cellrowborder" valign="top" width="18.3%" headers="mcps1.3.4.2.1.3.2.4.1.2 "><p id="as_06_0405__en-us_topic_0130755740_a615a9f0c0305423db2f2ddf584c93d4b">String</p>
</td>
<td class="cellrowborder" valign="top" width="55.13%" headers="mcps1.3.4.2.1.3.2.4.1.3 "><p id="as_06_0405__en-us_topic_0130755740_a9fd1aed571e0410681f98248360eb0e0">Specifies the start time of the scaling action triggered periodically. The time format complies with UTC.</p>
<p id="as_06_0405__en-us_topic_0130755740_aea18ea5bcc1d42469166346b0e654f95">The time format is <strong id="as_06_0405__b1146514361356">YYYY-MM-DDThh:mmZ</strong>.</p>
<p id="as_06_0405__en-us_topic_0130755740_aea18ea5bcc1d42469166346b0e654f95">The time format is <strong>YYYY-MM-DDThh:mmZ</strong>.</p>
</td>
</tr>
<tr id="as_06_0405__en-us_topic_0130755740_r2ca2a0e358dc475ca68e9d3916d479c5"><td class="cellrowborder" valign="top" width="26.57%" headers="mcps1.3.4.2.1.3.2.4.1.1 "><p id="as_06_0405__en-us_topic_0130755740_ad750922d2cc94d0d9be7f5cfa9629ad0">end_time</p>
@ -262,7 +262,7 @@
<td class="cellrowborder" valign="top" width="18.3%" headers="mcps1.3.4.2.1.3.2.4.1.2 "><p id="as_06_0405__en-us_topic_0130755740_adfb428f0abfd4adc9ea6b4ac94f5357a">String</p>
</td>
<td class="cellrowborder" valign="top" width="55.13%" headers="mcps1.3.4.2.1.3.2.4.1.3 "><p id="as_06_0405__en-us_topic_0130755740_p16222223105153">Specifies the end time of the scaling action triggered periodically. The time format complies with UTC.</p>
<p id="as_06_0405__en-us_topic_0130755740_ad0f134288f51466e8329969670b77dd3">The time format is <strong id="as_06_0405__b34651736193519">YYYY-MM-DDThh:mmZ</strong>.</p>
<p id="as_06_0405__en-us_topic_0130755740_ad0f134288f51466e8329969670b77dd3">The time format is <strong>YYYY-MM-DDThh:mmZ</strong>.</p>
</td>
</tr>
</tbody>
@ -282,7 +282,7 @@
<td class="cellrowborder" valign="top" width="18.3%" headers="mcps1.3.4.2.1.4.2.4.1.2 "><p id="as_06_0405__en-us_topic_0130755740_a05d72e6b4cee47d7b26b01d4f9b192dd">String</p>
</td>
<td class="cellrowborder" valign="top" width="55.13%" headers="mcps1.3.4.2.1.4.2.4.1.3 "><p id="as_06_0405__en-us_topic_0130755740_a515de00bcdbf499c9d337ad8649a8c17">Specifies the scaling action.</p>
<ul id="as_06_0405__ul19640134512573"><li id="as_06_0405__li186411845195719"><strong id="as_06_0405__b65676466494">ADD</strong>: adds specified number of instances to the AS group.</li><li id="as_06_0405__li1641545125717"><strong id="as_06_0405__b87631211133919">REMOVE</strong>: removes specified number of instances from the AS group.</li><li id="as_06_0405__li196411745145716"><strong id="as_06_0405__b1446719363353">SET</strong>: sets the number of instances in the AS group.</li></ul>
<ul id="as_06_0405__ul19640134512573"><li id="as_06_0405__li186411845195719"><strong id="as_06_0405__b65676466494">ADD</strong>: adds specified number of instances to the AS group.</li><li id="as_06_0405__li1641545125717"><strong id="as_06_0405__b87631211133919">REMOVE</strong>: removes specified number of instances from the AS group.</li><li id="as_06_0405__li196411745145716"><strong>SET</strong>: sets the number of instances in the AS group.</li></ul>
</td>
</tr>
<tr id="as_06_0405__en-us_topic_0130755740_re4b949df938b4369b59c0a5061d8e292"><td class="cellrowborder" valign="top" width="26.57%" headers="mcps1.3.4.2.1.4.2.4.1.1 "><p id="as_06_0405__en-us_topic_0130755740_a9420e7cdbd4f4e2d8c8a5acc3cb52c56">instance_number</p>

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