forked from docs/doc-exports
Compare commits
102 Commits
strong_fix
...
metadata_i
| Author | SHA1 | Date | |
|---|---|---|---|
| 5e4aa9e7fb | |||
| 3a55e4d067 | |||
| 1a47ebbd92 | |||
| 00bf7469fb | |||
| f5d48a5472 | |||
| f701254745 | |||
| 8d0cd12846 | |||
| 5e9d9a41e7 | |||
| f3ee29a3dd | |||
| eebf6cb7fa | |||
| e8efa9b7ba | |||
| c77e557422 | |||
| 21455079fd | |||
| 342f52c5ae | |||
| 5da982a576 | |||
| 5d0d5cb580 | |||
| efd08778d3 | |||
| 60ce55a6ea | |||
| 2de464948e | |||
| ef0114d1cb | |||
| 9dc3cf685a | |||
| caf6a13046 | |||
| a08f68fbc7 | |||
| a6e2b5f473 | |||
| 00887d3d3c | |||
| 32b9354795 | |||
| a80bb7d522 | |||
| 31704f0318 | |||
| b920308ce6 | |||
| 3878697a01 | |||
| 3ddd15d9ee | |||
| 3afe914820 | |||
| bf0cbd66f9 | |||
| 0c90df93b1 | |||
| e00cefc755 | |||
| 5a1135747c | |||
| 5b5876528a | |||
| 70c0715827 | |||
| f15f2de664 | |||
| f173c9af19 | |||
| c24a3e0de3 | |||
| f8abb220af | |||
| 2374069890 | |||
| eda19245f1 | |||
| 4a12a1caba | |||
| bdd7833dbb | |||
| 2ce2f88b51 | |||
| a217e13b31 | |||
| 5eee175e13 | |||
| 5b28b6b590 | |||
| 90a67c482c | |||
| d2cf04063e | |||
| c4a04d1412 | |||
| 58b2c5fa4f | |||
| e721f171fe | |||
| d84e24d182 | |||
| 245e895951 | |||
| 8b0d556fba | |||
| 9b080603e7 | |||
| c4bbd6f5f5 | |||
| 14be84ba51 | |||
| 1ad28cc33e | |||
| 24b2a3635e | |||
| ca474a9a73 | |||
| 00fefcaaba | |||
| c4cb455200 | |||
| 5838e911a2 | |||
| 4e812dec9e | |||
| c8d7a6f7c1 | |||
| 6edd5bfe3a | |||
| 7492b7b30f | |||
| 55786917ca | |||
| 65bcfb9cda | |||
| 9e0bcb70c6 | |||
| 2cf321eb3d | |||
| 1a76d1b3b4 | |||
| 14f2171339 | |||
| a64ca9cc06 | |||
| 37582ed59f | |||
| b421d4c681 | |||
| 1b372eb4c2 | |||
| 55da809bbb | |||
| 9506c3feb1 | |||
| 0749423d6d | |||
| b55a939a8a | |||
| f3b09e5d2f | |||
| f37f5291ef | |||
| 894279c39a | |||
| cfec39ba1b | |||
| 313c8b6ba0 | |||
| beb52111d9 | |||
| 6a0fb20d02 | |||
| a98e12fea0 | |||
| 3f5759eed2 | |||
| a24ca60074 | |||
| a037336b6b | |||
| 60010eb9d0 | |||
| 05f2df2618 | |||
| 256e58e5d1 | |||
| 21e968a153 | |||
| 79b1bc1455 | |||
| b1e6b7227a |
2
.gitignore
vendored
2
.gitignore
vendored
@ -134,6 +134,8 @@ dmypy.json
|
||||
**/temp/
|
||||
**/tmp_result/
|
||||
|
||||
.stestr/
|
||||
|
||||
# Some people build submodule because of not understanding git basics
|
||||
doc-exports
|
||||
|
||||
|
||||
3
.stestr.conf
Normal file
3
.stestr.conf
Normal file
@ -0,0 +1,3 @@
|
||||
[DEFAULT]
|
||||
test_path=./otc_doc_convertor/tests/unit
|
||||
top_dir=./
|
||||
Submodule doc-exports deleted from 118a109795
@ -1 +0,0 @@
|
||||
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
@ -1,18 +0,0 @@
|
||||
/** 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
@ -1,7 +0,0 @@
|
||||
/*!
|
||||
* 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)}})});
|
||||
@ -1 +0,0 @@
|
||||
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)}};
|
||||
@ -1 +0,0 @@
|
||||
#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
@ -1,12 +1,12 @@
|
||||
<a name="as_05_0202"></a><a name="as_05_0202"></a>
|
||||
|
||||
<h1 class="topictitle1">AS Group</h1>
|
||||
<h1 class="topictitle1">AS Groups</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">APIs</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">API</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">Actions</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">Action</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>
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<a name="as_06_0000"></a><a name="as_06_0000"></a>
|
||||
|
||||
<h1 class="topictitle1">API</h1>
|
||||
<h1 class="topictitle1">APIs</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 in an AS Group</a></strong><br>
|
||||
<li class="ulchildlink"><strong><a href="as_06_0300.html">Instances</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">Tag Management</a></strong><br>
|
||||
<li class="ulchildlink"><strong><a href="as_06_1000.html">Tags</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="as_06_1100.html">API Management</a></strong><br>
|
||||
<li class="ulchildlink"><strong><a href="as_06_1100.html">API Version Query</a></strong><br>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
@ -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 AS Group Details</a></strong><br>
|
||||
<li class="ulchildlink"><strong><a href="as_06_0103.html">Querying an AS Group</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">API</a></div>
|
||||
<div class="parentlink"><strong>Parent topic:</strong> <a href="as_06_0000.html">APIs</a></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -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 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 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>
|
||||
<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 (&) 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">Supports fuzzy search. </p>
|
||||
<p id="as_06_0102__p1187583819613">Fuzzy search is supported.</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 querying 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 listing 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 range is 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 ranges from 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__b2623047164411">all_granted_eps</strong> is transferred, this API will query AS groups in the enterprise projects that you have permissions to.</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__b7568801322">all_granted_eps</strong> is specified, AS groups in all enterprise projects you have permissions to are listed..</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 scaling 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 AS 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 status of the AS group.</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 AS group status.</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>
|
||||
@ -450,7 +450,7 @@
|
||||
{
|
||||
"id": "a8327883-6b07-4497-9c61-68d03ee193a",
|
||||
"ipv6_enable": false,
|
||||
"ipv6_bandwidth": null,
|
||||
"ipv6_bandwidth": null
|
||||
}
|
||||
],
|
||||
"available_zones": [
|
||||
@ -468,7 +468,7 @@
|
||||
"min_instance_number": 0,
|
||||
"max_instance_number": 500,
|
||||
"cool_down_time": 300,
|
||||
"lb_listener_id": "f06c0112570743b51c0e8fbe1f235bab",
|
||||
"lb_listener_id": null,
|
||||
"security_groups": [
|
||||
{
|
||||
"id": "8a4b1d5b-0054-419f-84b1-5c8a59ebc829"
|
||||
@ -484,7 +484,7 @@
|
||||
"delete_publicip": false,
|
||||
"notifications": [
|
||||
"EMAIL"
|
||||
]
|
||||
],
|
||||
"enterprise_project_id": "c92b1a5d-6f20-43f2-b1b7-7ce35e58e413",
|
||||
"multi_az_priority_policy": "PICK_FIRST"
|
||||
}
|
||||
@ -534,7 +534,7 @@
|
||||
</tr>
|
||||
<tr id="as_06_0102__row7649781"><td class="cellrowborder" valign="top" width="43.8%" headers="mcps1.3.5.2.2.1.1.3.1.1 "><p id="as_06_0102__p15652561">407 Proxy Authentication Required</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="56.2%" headers="mcps1.3.5.2.2.1.1.3.1.2 "><p id="as_06_0102__p59897896">You must use the proxy server for authentication so that the request can be processed.</p>
|
||||
<td class="cellrowborder" valign="top" width="56.2%" headers="mcps1.3.5.2.2.1.1.3.1.2 "><p id="as_06_0102__p59897896">You must use the proxy server for authentication to process the request.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="as_06_0102__row2210158"><td class="cellrowborder" valign="top" width="43.8%" headers="mcps1.3.5.2.2.1.1.3.1.1 "><p id="as_06_0102__p44805132">408 Request Timeout</p>
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<a name="as_06_0103"></a><a name="as_06_0103"></a>
|
||||
|
||||
<h1 class="topictitle1">Querying AS Group Details</h1>
|
||||
<h1 class="topictitle1">Querying an AS Group</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 status of the AS group.</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 AS group status.</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,6 +393,7 @@
|
||||
"enterprise_project_id": "c92b1a5d-6f20-43f2-b1b7-7ce35e58e413",
|
||||
"activity_type": "MODIFY_ELB",
|
||||
"multi_az_priority_policy": "PICK_FIRST"
|
||||
|
||||
}
|
||||
}</pre>
|
||||
</li></ul>
|
||||
@ -437,7 +438,7 @@
|
||||
</tr>
|
||||
<tr id="as_06_0103__row26058562"><td class="cellrowborder" valign="top" width="34%" headers="mcps1.3.5.2.2.1.1.3.1.1 "><p id="as_06_0103__p30368798">407 Proxy Authentication Required</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="66%" headers="mcps1.3.5.2.2.1.1.3.1.2 "><p id="as_06_0103__p43953607">You must use the proxy server for authentication so that the request can be processed.</p>
|
||||
<td class="cellrowborder" valign="top" width="66%" headers="mcps1.3.5.2.2.1.1.3.1.2 "><p id="as_06_0103__p43953607">You must use the proxy server for authentication to process the request.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="as_06_0103__row60038148"><td class="cellrowborder" valign="top" width="34%" headers="mcps1.3.5.2.2.1.1.3.1.1 "><p id="as_06_0103__p31251786">408 Request Timeout</p>
|
||||
|
||||
@ -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">Availability Zone</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">Regions and Endpoints</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. 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>
|
||||
<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>
|
||||
<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. This parameter is in data structure. For details, 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. For information about the data structure, 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,25 +328,24 @@
|
||||
</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.5.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.4.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.5.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.4.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.5.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.4.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.5.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.4.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.5.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.4.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.5.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.4.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.5.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.4.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.5.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.4.2.5.1.4 "><p id="as_06_0104__ad374c1abdfdf4b469feee15f54a8dd46">Specifies the ID of the security group.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -364,6 +363,7 @@
|
||||
"max_instance_number": 3,
|
||||
"cool_down_time": 200,
|
||||
"multi_az_priority_policy": "PICK_FIRST"
|
||||
|
||||
}</pre>
|
||||
</div>
|
||||
</li></ul>
|
||||
@ -433,7 +433,7 @@
|
||||
</tr>
|
||||
<tr id="as_06_0104__row14455526"><td class="cellrowborder" valign="top" width="37%" headers="mcps1.3.5.2.2.1.1.3.1.1 "><p id="as_06_0104__p30046962">407 Proxy Authentication Required</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="63%" headers="mcps1.3.5.2.2.1.1.3.1.2 "><p id="as_06_0104__p17884854">You must use the proxy server for authentication so that the request can be processed.</p>
|
||||
<td class="cellrowborder" valign="top" width="63%" headers="mcps1.3.5.2.2.1.1.3.1.2 "><p id="as_06_0104__p17884854">You must use the proxy server for authentication to process the request.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="as_06_0104__row26745965"><td class="cellrowborder" valign="top" width="37%" headers="mcps1.3.5.2.2.1.1.3.1.1 "><p id="as_06_0104__p18939577">408 Request Timeout</p>
|
||||
|
||||
@ -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}?force_delete=no</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}</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>
|
||||
@ -99,7 +99,7 @@
|
||||
</tr>
|
||||
<tr id="as_06_0105__row7022941"><td class="cellrowborder" valign="top" width="43.419999999999995%" headers="mcps1.3.5.2.2.1.1.3.1.1 "><p id="as_06_0105__p31987323">407 Proxy Authentication Required</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="56.58%" headers="mcps1.3.5.2.2.1.1.3.1.2 "><p id="as_06_0105__p40836337">You must use the proxy server for authentication so that the request can be processed.</p>
|
||||
<td class="cellrowborder" valign="top" width="56.58%" headers="mcps1.3.5.2.2.1.1.3.1.2 "><p id="as_06_0105__p40836337">You must use the proxy server for authentication to process the request.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="as_06_0105__row31982717"><td class="cellrowborder" valign="top" width="43.419999999999995%" headers="mcps1.3.5.2.2.1.1.3.1.1 "><p id="as_06_0105__p40463275">408 Request Timeout</p>
|
||||
|
||||
@ -116,7 +116,7 @@
|
||||
</tr>
|
||||
<tr id="as_06_0106__row33008942"><td class="cellrowborder" valign="top" width="43.61%" headers="mcps1.3.5.2.2.1.1.3.1.1 "><p id="as_06_0106__p56478678">407 Proxy Authentication Required</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="56.38999999999999%" headers="mcps1.3.5.2.2.1.1.3.1.2 "><p id="as_06_0106__p11370190">You must use the proxy server for authentication so that the request can be processed.</p>
|
||||
<td class="cellrowborder" valign="top" width="56.38999999999999%" headers="mcps1.3.5.2.2.1.1.3.1.2 "><p id="as_06_0106__p11370190">You must use the proxy server for authentication to process the request.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="as_06_0106__row35222847"><td class="cellrowborder" valign="top" width="43.61%" headers="mcps1.3.5.2.2.1.1.3.1.1 "><p id="as_06_0106__p34478387">408 Request Timeout</p>
|
||||
|
||||
@ -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 AS Configuration Details</a></strong><br>
|
||||
<li class="ulchildlink"><strong><a href="as_06_0203.html">Querying an AS Configuration</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">API</a></div>
|
||||
<div class="parentlink"><strong>Parent topic:</strong> <a href="as_06_0000.html">APIs</a></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -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 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>
|
||||
<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>
|
||||
</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 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>
|
||||
<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>
|
||||
<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. You can obtain its value from the API for querying details about flavors and extended flavor information. </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 an ECS flavor ID 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. Obtain the value using the API for querying images. .</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. You can obtain an image ID by calling the IMS 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 > 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__p1693074517206">Yes</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__p4954183351316">No</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 > 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 range is <strong id="as_06_0201__b842352706143022">1</strong> to <strong id="as_06_0201__b842352706143025">500</strong>.</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 ranges from 1 to 500.</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 > 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__b791940913">root</strong>, and the Windows administrator is <strong id="as_06_0201__b850193756">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__b2039993678">root</strong>, and the Windows administrator is <strong id="as_06_0201__b803663488">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>
|
||||
@ -591,7 +591,7 @@ echo 111 > c:\aaa.txt</pre>
|
||||
</tr>
|
||||
<tr id="as_06_0201__row59362130"><td class="cellrowborder" valign="top" width="37%" headers="mcps1.3.5.2.2.1.1.3.1.1 "><p id="as_06_0201__p43603258">407 Proxy Authentication Required</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="63%" headers="mcps1.3.5.2.2.1.1.3.1.2 "><p id="as_06_0201__p42202994">You must use the proxy server for authentication so that the request can be processed.</p>
|
||||
<td class="cellrowborder" valign="top" width="63%" headers="mcps1.3.5.2.2.1.1.3.1.2 "><p id="as_06_0201__p42202994">You must use the proxy server for authentication to process the request.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="as_06_0201__row44282627"><td class="cellrowborder" valign="top" width="37%" headers="mcps1.3.5.2.2.1.1.3.1.1 "><p id="as_06_0201__p30123063">408 Request Timeout</p>
|
||||
|
||||
@ -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>
|
||||
@ -651,7 +651,7 @@
|
||||
</tr>
|
||||
<tr id="as_06_0202__row66054074"><td class="cellrowborder" valign="top" width="43.8%" headers="mcps1.3.5.2.2.1.1.3.1.1 "><p id="as_06_0202__p48779793">407 Proxy Authentication Required</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="56.2%" headers="mcps1.3.5.2.2.1.1.3.1.2 "><p id="as_06_0202__p58849189">You must use the proxy server for authentication so that the request can be processed.</p>
|
||||
<td class="cellrowborder" valign="top" width="56.2%" headers="mcps1.3.5.2.2.1.1.3.1.2 "><p id="as_06_0202__p58849189">You must use the proxy server for authentication to process the request.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="as_06_0202__row59880657"><td class="cellrowborder" valign="top" width="43.8%" headers="mcps1.3.5.2.2.1.1.3.1.1 "><p id="as_06_0202__p18495050">408 Request Timeout</p>
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<a name="as_06_0203"></a><a name="as_06_0203"></a>
|
||||
|
||||
<h1 class="topictitle1">Querying AS Configuration Details</h1>
|
||||
<h1 class="topictitle1">Querying an AS Configuration</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 AS Configuration Details</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 an AS Configuration</a>.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -539,7 +539,7 @@
|
||||
</tr>
|
||||
<tr id="as_06_0203__row49336210"><td class="cellrowborder" valign="top" width="44.54%" headers="mcps1.3.5.2.2.1.1.3.1.1 "><p id="as_06_0203__p36810105">407 Proxy Authentication Required</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="55.46%" headers="mcps1.3.5.2.2.1.1.3.1.2 "><p id="as_06_0203__p28828491">You must use the proxy server for authentication so that the request can be processed.</p>
|
||||
<td class="cellrowborder" valign="top" width="55.46%" headers="mcps1.3.5.2.2.1.1.3.1.2 "><p id="as_06_0203__p28828491">You must use the proxy server for authentication to process the request.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="as_06_0203__row58129833"><td class="cellrowborder" valign="top" width="44.54%" headers="mcps1.3.5.2.2.1.1.3.1.1 "><p id="as_06_0203__p10896009">408 Request Timeout</p>
|
||||
|
||||
@ -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>
|
||||
@ -88,7 +88,7 @@
|
||||
</tr>
|
||||
<tr id="as_06_0204__row58970022"><td class="cellrowborder" valign="top" width="44.17%" headers="mcps1.3.5.2.2.1.1.3.1.1 "><p id="as_06_0204__p11842506">407 Proxy Authentication Required</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="55.83%" headers="mcps1.3.5.2.2.1.1.3.1.2 "><p id="as_06_0204__p19718930">You must use the proxy server for authentication so that the request can be processed.</p>
|
||||
<td class="cellrowborder" valign="top" width="55.83%" headers="mcps1.3.5.2.2.1.1.3.1.2 "><p id="as_06_0204__p19718930">You must use the proxy server for authentication to process the request.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="as_06_0204__row43252647"><td class="cellrowborder" valign="top" width="44.17%" headers="mcps1.3.5.2.2.1.1.3.1.1 "><p id="as_06_0204__p13803553">408 Request Timeout</p>
|
||||
|
||||
@ -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>
|
||||
@ -108,7 +108,7 @@
|
||||
</tr>
|
||||
<tr id="as_06_0205__row58970022"><td class="cellrowborder" valign="top" width="43.980000000000004%" headers="mcps1.3.5.2.2.1.1.3.1.1 "><p id="as_06_0205__p11842506">407 Proxy Authentication Required</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="56.02%" headers="mcps1.3.5.2.2.1.1.3.1.2 "><p id="as_06_0205__p19718930">You must use the proxy server for authentication so that the request can be processed.</p>
|
||||
<td class="cellrowborder" valign="top" width="56.02%" headers="mcps1.3.5.2.2.1.1.3.1.2 "><p id="as_06_0205__p19718930">You must use the proxy server for authentication to process the request.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="as_06_0205__row43252647"><td class="cellrowborder" valign="top" width="43.980000000000004%" headers="mcps1.3.5.2.2.1.1.3.1.1 "><p id="as_06_0205__p13803553">408 Request Timeout</p>
|
||||
|
||||
@ -1,19 +1,19 @@
|
||||
<a name="as_06_0300"></a><a name="as_06_0300"></a>
|
||||
|
||||
<h1 class="topictitle1">Instances in an AS Group</h1>
|
||||
<h1 class="topictitle1">Instances</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 a Specified Instance from an AS Group</a></strong><br>
|
||||
<li class="ulchildlink"><strong><a href="as_06_0302.html">Removing an Instance from an AS Group</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="as_06_0303.html">Performing Operations on Instances in Batches</a></strong><br>
|
||||
<li class="ulchildlink"><strong><a href="as_06_0303.html">Batch Managing Instances</a></strong><br>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<div class="familylinks">
|
||||
<div class="parentlink"><strong>Parent topic:</strong> <a href="as_06_0000.html">API</a></div>
|
||||
<div class="parentlink"><strong>Parent topic:</strong> <a href="as_06_0000.html">APIs</a></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -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 range is 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 ranges from 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__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>
|
||||
<ul id="as_06_0301__uac0ce6a3969645c692634f64204824b3"><li id="as_06_0301__lbd8ee16e465a42569643df9ea09cbf42"><strong id="as_06_0301__b32618021">INSERVICE</strong>: The instance is enabled.</li><li id="as_06_0301__l458e1d23654d405e8ee1087a166ac224"><strong id="as_06_0301__b371530595">PENDING</strong>: The instance is being added to the AS group.</li><li id="as_06_0301__l7b87c06e565d4e12b7625bf80a79580a"><strong id="as_06_0301__b1989930927">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__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>
|
||||
<ul id="as_06_0301__ul4917121148"><li id="as_06_0301__li1894016211540"><strong id="as_06_0301__b883009718">INITIALIZING</strong>: The instance is being initialized.</li><li id="as_06_0301__li18801931042"><strong id="as_06_0301__b570868272">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>
|
||||
@ -282,7 +282,7 @@
|
||||
</tr>
|
||||
<tr id="as_06_0301__row40656116"><td class="cellrowborder" valign="top" width="44.18%" headers="mcps1.3.5.2.2.1.1.3.1.1 "><p id="as_06_0301__p4811061">407 Proxy Authentication Required</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="55.82%" headers="mcps1.3.5.2.2.1.1.3.1.2 "><p id="as_06_0301__p54151655">You must use the proxy server for authentication so that the request can be processed.</p>
|
||||
<td class="cellrowborder" valign="top" width="55.82%" headers="mcps1.3.5.2.2.1.1.3.1.2 "><p id="as_06_0301__p54151655">You must use the proxy server for authentication to process the request.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="as_06_0301__row17602849"><td class="cellrowborder" valign="top" width="44.18%" headers="mcps1.3.5.2.2.1.1.3.1.1 "><p id="as_06_0301__p16544703">408 Request Timeout</p>
|
||||
@ -330,7 +330,7 @@
|
||||
</div>
|
||||
<div>
|
||||
<div class="familylinks">
|
||||
<div class="parentlink"><strong>Parent topic:</strong> <a href="as_06_0300.html">Instances in an AS Group</a></div>
|
||||
<div class="parentlink"><strong>Parent topic:</strong> <a href="as_06_0300.html">Instances</a></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -1,11 +1,11 @@
|
||||
<a name="as_06_0302"></a><a name="as_06_0302"></a>
|
||||
|
||||
<h1 class="topictitle1">Removing a Specified Instance from an AS Group</h1>
|
||||
<h1 class="topictitle1">Removing an 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}?instance_delete=yes</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}</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>
|
||||
@ -99,7 +99,7 @@
|
||||
</tr>
|
||||
<tr id="as_06_0302__row2350413"><td class="cellrowborder" valign="top" width="43.99%" headers="mcps1.3.6.2.2.1.1.3.1.1 "><p id="as_06_0302__p56165728">407 Proxy Authentication Required</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="56.010000000000005%" headers="mcps1.3.6.2.2.1.1.3.1.2 "><p id="as_06_0302__p53130157">You must use the proxy server for authentication so that the request can be processed.</p>
|
||||
<td class="cellrowborder" valign="top" width="56.010000000000005%" headers="mcps1.3.6.2.2.1.1.3.1.2 "><p id="as_06_0302__p53130157">You must use the proxy server for authentication to process the request.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="as_06_0302__row8409368"><td class="cellrowborder" valign="top" width="43.99%" headers="mcps1.3.6.2.2.1.1.3.1.1 "><p id="as_06_0302__p10070188">408 Request Timeout</p>
|
||||
@ -147,7 +147,7 @@
|
||||
</div>
|
||||
<div>
|
||||
<div class="familylinks">
|
||||
<div class="parentlink"><strong>Parent topic:</strong> <a href="as_06_0300.html">Instances in an AS Group</a></div>
|
||||
<div class="parentlink"><strong>Parent topic:</strong> <a href="as_06_0300.html">Instances</a></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<a name="as_06_0303"></a><a name="as_06_0303"></a>
|
||||
|
||||
<h1 class="topictitle1">Performing Operations on Instances in Batches</h1>
|
||||
<h1 class="topictitle1">Batch Managing Instances</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>
|
||||
@ -142,7 +142,7 @@
|
||||
</tr>
|
||||
<tr id="as_06_0303__row18138873"><td class="cellrowborder" valign="top" width="43.8%" headers="mcps1.3.5.2.2.1.1.3.1.1 "><p id="as_06_0303__p59962646">407 Proxy Authentication Required</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="56.2%" headers="mcps1.3.5.2.2.1.1.3.1.2 "><p id="as_06_0303__p25136147">You must use the proxy server for authentication so that the request can be processed.</p>
|
||||
<td class="cellrowborder" valign="top" width="56.2%" headers="mcps1.3.5.2.2.1.1.3.1.2 "><p id="as_06_0303__p25136147">You must use the proxy server for authentication to process the request.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="as_06_0303__row24898733"><td class="cellrowborder" valign="top" width="43.8%" headers="mcps1.3.5.2.2.1.1.3.1.1 "><p id="as_06_0303__p3531486">408 Request Timeout</p>
|
||||
@ -190,7 +190,7 @@
|
||||
</div>
|
||||
<div>
|
||||
<div class="familylinks">
|
||||
<div class="parentlink"><strong>Parent topic:</strong> <a href="as_06_0300.html">Instances in an AS Group</a></div>
|
||||
<div class="parentlink"><strong>Parent topic:</strong> <a href="as_06_0300.html">Instances</a></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -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</a></strong><br>
|
||||
<li class="ulchildlink"><strong><a href="as_06_0405.html">Querying AS Policies Bound to an AS Group</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="as_06_0406.html">Querying AS Policies (V2)</a></strong><br>
|
||||
<li class="ulchildlink"><strong><a href="as_06_0406.html">Querying AS Policies Bound to a Scaling Resource (V2)</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="as_06_0407.html">Querying All AS Policies (V2)</a></strong><br>
|
||||
<li class="ulchildlink"><strong><a href="as_06_0407.html">Querying AS Policies (V2)</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="as_06_0408.html">Querying AS Policy Details</a></strong><br>
|
||||
<li class="ulchildlink"><strong><a href="as_06_0408.html">Querying an AS Policy</a></strong><br>
|
||||
</li>
|
||||
<li class="ulchildlink"><strong><a href="as_06_0409.html">Querying Details of an AS Policy (V2)</a></strong><br>
|
||||
<li class="ulchildlink"><strong><a href="as_06_0409.html">Querying 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">Performing Operations on AS Policies in Batches</a></strong><br>
|
||||
<li class="ulchildlink"><strong><a href="as_06_0412.html">Batch Managing AS Policies</a></strong><br>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<div class="familylinks">
|
||||
<div class="parentlink"><strong>Parent topic:</strong> <a href="as_06_0000.html">API</a></div>
|
||||
<div class="parentlink"><strong>Parent topic:</strong> <a href="as_06_0000.html">APIs</a></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -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__b1018658887">scaling_policy_type</strong> is set to <strong id="as_06_0401__b19313026">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__b1036092925">scaling_policy_type</strong> is set to <strong id="as_06_0401__b423813601">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 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>
|
||||
<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>
|
||||
<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 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>
|
||||
<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>
|
||||
<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__b797041771">instance_number</strong> or <strong id="as_06_0401__b1106258068">instance_percentage</strong> is required.</p>
|
||||
<p id="as_06_0401__p27761166172946">Either <strong id="as_06_0401__b389626453">instance_number</strong> or <strong id="as_06_0401__b125335115">instance_percentage</strong> is required.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -307,7 +307,7 @@
|
||||
</tr>
|
||||
<tr id="as_06_0401__row33004241"><td class="cellrowborder" valign="top" width="35%" headers="mcps1.3.5.2.2.1.1.3.1.1 "><p id="as_06_0401__p56097870">407 Proxy Authentication Required</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="65%" headers="mcps1.3.5.2.2.1.1.3.1.2 "><p id="as_06_0401__p47633640">You must use the proxy server for authentication so that the request can be processed.</p>
|
||||
<td class="cellrowborder" valign="top" width="65%" headers="mcps1.3.5.2.2.1.1.3.1.2 "><p id="as_06_0401__p47633640">You must use the proxy server for authentication to process the request.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="as_06_0401__row26049579"><td class="cellrowborder" valign="top" width="35%" headers="mcps1.3.5.2.2.1.1.3.1.1 "><p id="as_06_0401__p29641146">408 Request Timeout</p>
|
||||
|
||||
@ -335,7 +335,7 @@
|
||||
</tr>
|
||||
<tr id="as_06_0402__row1982653916915"><td class="cellrowborder" valign="top" width="37%" headers="mcps1.3.6.2.2.1.1.3.1.1 "><p id="as_06_0402__p5899205214917">407 Proxy Authentication Required</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="63%" headers="mcps1.3.6.2.2.1.1.3.1.2 "><p id="as_06_0402__p8899155218920">You must use the proxy server for authentication so that the request can be processed.</p>
|
||||
<td class="cellrowborder" valign="top" width="63%" headers="mcps1.3.6.2.2.1.1.3.1.2 "><p id="as_06_0402__p8899155218920">You must use the proxy server for authentication to process the request.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="as_06_0402__row68261139391"><td class="cellrowborder" valign="top" width="37%" headers="mcps1.3.6.2.2.1.1.3.1.1 "><p id="as_06_0402__p489919521493">408 Request Timeout</p>
|
||||
|
||||
@ -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</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 Bound to an AS Group</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>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>
|
||||
<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>
|
||||
</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>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>
|
||||
<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>
|
||||
</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>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 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>
|
||||
</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>YYYY-MM-DDThh:mmZ</strong>.</p>
|
||||
<p id="as_06_0403__aea18ea5bcc1d42469166346b0e654f95">The time format is <strong id="as_06_0403__b122043407204">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>YYYY-MM-DDThh:mmZ</strong>.</p>
|
||||
<p id="as_06_0403__aa2999aa7024c474389f0f97b6fe10b2f">The time format is <strong id="as_06_0403__b82049407207">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 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>
|
||||
<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>
|
||||
<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 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>
|
||||
<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>
|
||||
<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_b797041771">instance_number</strong> or <strong id="as_06_0403__as_06_0401_b1106258068">instance_percentage</strong> is required.</p>
|
||||
<p id="as_06_0403__as_06_0401_p27761166172946">Either <strong id="as_06_0403__as_06_0401_b389626453">instance_number</strong> or <strong id="as_06_0403__as_06_0401_b125335115">instance_percentage</strong> is required.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -305,7 +305,7 @@
|
||||
</tr>
|
||||
<tr id="as_06_0403__row18802902"><td class="cellrowborder" valign="top" width="36%" headers="mcps1.3.5.2.2.1.1.3.1.1 "><p id="as_06_0403__p46640084">407 Proxy Authentication Required</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="64%" headers="mcps1.3.5.2.2.1.1.3.1.2 "><p id="as_06_0403__p19750463">You must use the proxy server for authentication so that the request can be processed.</p>
|
||||
<td class="cellrowborder" valign="top" width="64%" headers="mcps1.3.5.2.2.1.1.3.1.2 "><p id="as_06_0403__p19750463">You must use the proxy server for authentication to process the request.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="as_06_0403__row43536440"><td class="cellrowborder" valign="top" width="36%" headers="mcps1.3.5.2.2.1.1.3.1.1 "><p id="as_06_0403__p36790769">408 Request Timeout</p>
|
||||
|
||||
@ -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 (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 Bound to a Scaling Resource (V2)</a>.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -342,7 +342,7 @@
|
||||
</tr>
|
||||
<tr id="as_06_0404__row165992317167"><td class="cellrowborder" valign="top" width="35%" headers="mcps1.3.6.2.2.1.1.3.1.1 "><p id="as_06_0404__p2659122310166">407 Proxy Authentication Required</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="65%" headers="mcps1.3.6.2.2.1.1.3.1.2 "><p id="as_06_0404__p3659162391619">You must use the proxy server for authentication so that the request can be processed.</p>
|
||||
<td class="cellrowborder" valign="top" width="65%" headers="mcps1.3.6.2.2.1.1.3.1.2 "><p id="as_06_0404__p3659162391619">You must use the proxy server for authentication to process the request.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="as_06_0404__row1565952316167"><td class="cellrowborder" valign="top" width="35%" headers="mcps1.3.6.2.2.1.1.3.1.1 "><p id="as_06_0404__p16599238164">408 Request Timeout</p>
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<a name="as_06_0405"></a><a name="as_06_0405"></a>
|
||||
|
||||
<h1 class="topictitle1">Querying AS Policies</h1>
|
||||
<h1 class="topictitle1">Querying AS Policies Bound to an AS Group</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 range is 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 ranges from 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>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>
|
||||
<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>
|
||||
</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>
|
||||
@ -187,7 +187,7 @@
|
||||
</tr>
|
||||
<tr id="as_06_0405__en-us_topic_0130755740_r45a3cc4c3f6943639ac3843c688f6865"><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_a52a9f640ec724f40a4829ddf066e0837">scheduled_policy</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="18.029999999999998%" headers="mcps1.3.4.2.1.2.2.4.1.2 "><p id="as_06_0405__a4c03d226ca78442f99e13b8d363cd51d"><a href="#as_06_0405__en-us_topic_0130755740_table5036780310489">scheduled_policy</a> object</p>
|
||||
<td class="cellrowborder" valign="top" width="18.029999999999998%" headers="mcps1.3.4.2.1.2.2.4.1.2 "><p id="as_06_0405__a4c03d226ca78442f99e13b8d363cd51d"><a href="#as_06_0405__en-us_topic_0130755740_t759e6d15d244474e8f286185ede143fb">scheduled_policy</a> object</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_adefe07f521ca4e0aab9007ea28bebc7d">Specifies the periodic or scheduled AS policy. For details, see <a href="#as_06_0405__en-us_topic_0130755740_t759e6d15d244474e8f286185ede143fb">Table 4</a>.</p>
|
||||
</td>
|
||||
@ -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>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>
|
||||
<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>
|
||||
</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>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>
|
||||
<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>
|
||||
</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>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>
|
||||
<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>
|
||||
</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>YYYY-MM-DDThh:mmZ</strong>.</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>
|
||||
</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>YYYY-MM-DDThh:mmZ</strong>.</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>
|
||||
</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>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 id="as_06_0405__b1446719363353">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>
|
||||
@ -368,7 +368,7 @@
|
||||
</tr>
|
||||
<tr id="as_06_0405__en-us_topic_0130755740_row63100926"><td class="cellrowborder" valign="top" width="46.050000000000004%" headers="mcps1.3.5.2.2.1.1.3.1.1 "><p id="as_06_0405__en-us_topic_0130755740_p10901353">407 Proxy Authentication Required</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="53.949999999999996%" headers="mcps1.3.5.2.2.1.1.3.1.2 "><p id="as_06_0405__en-us_topic_0130755740_p10594405">You must use the proxy server for authentication so that the request can be processed.</p>
|
||||
<td class="cellrowborder" valign="top" width="53.949999999999996%" headers="mcps1.3.5.2.2.1.1.3.1.2 "><p id="as_06_0405__en-us_topic_0130755740_p10594405">You must use the proxy server for authentication to process the request.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="as_06_0405__en-us_topic_0130755740_row28240785"><td class="cellrowborder" valign="top" width="46.050000000000004%" headers="mcps1.3.5.2.2.1.1.3.1.1 "><p id="as_06_0405__en-us_topic_0130755740_p5802216">408 Request Timeout</p>
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<a name="as_06_0406"></a><a name="as_06_0406"></a>
|
||||
|
||||
<h1 class="topictitle1">Querying AS Policies (V2)</h1>
|
||||
<h1 class="topictitle1">Querying AS Policies Bound to a Scaling Resource (V2)</h1>
|
||||
<div id="body1521704457471"><div class="section" id="as_06_0406__section37171354191617"><h4 class="sectiontitle">Function</h4><p id="as_06_0406__p8980173183817">This API is used to query AS policies based on search criteria. The results are displayed by page.</p>
|
||||
<ul id="as_06_0406__ul20727192416263"><li id="as_06_0406__li3521826103519">The difference between the V2 and V1 APIs for querying AS policies is that V2 contains scaling resource types in response messages.</li><li id="as_06_0406__li10727162452620">Search criteria can be the AS policy name, policy type, policy ID, start line number, and number of records.</li><li id="as_06_0406__li4658323165716">If no search criteria are specified, a maximum of 20 AS policies for specified resources can be queried for a tenant by default.</li></ul>
|
||||
</div>
|
||||
@ -184,7 +184,7 @@
|
||||
<td class="cellrowborder" valign="top" width="18.37%" headers="mcps1.3.5.2.1.2.2.4.1.2 "><p id="as_06_0406__p19777645161811">String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="55.1%" headers="mcps1.3.5.2.1.2.2.4.1.3 "><p id="as_06_0406__p18777104513185">Specifies the AS policy type.</p>
|
||||
<ul id="as_06_0406__ul277744521819"><li id="as_06_0406__li20777174591817"><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_0406__li187771345121815"><strong id="as_06_0406__b842352706174318">SCHEDULED</strong>: indicates that the scaling action is triggered as scheduled. A value is returned for <strong id="as_06_0406__b842352706174359">scheduled_policy</strong>, and no value is returned for <strong id="as_06_0406__b842352706174456">alarm_id</strong>, <strong id="as_06_0406__b84235270617451">recurrence_type</strong>, <strong id="as_06_0406__b84235270617457">recurrence_value</strong>, <strong id="as_06_0406__b842352706174512">start_time</strong>, or <strong id="as_06_0406__b842352706174516">end_time</strong>.</li><li id="as_06_0406__li27771845131818"><strong id="as_06_0406__b657993134">RECURRENCE</strong>: indicates that the scaling action is triggered periodically. Values are returned for <strong id="as_06_0406__b841341134">scheduled_policy</strong>, <strong id="as_06_0406__b1121671907174638">recurrence_type</strong>, <strong id="as_06_0406__b413073752174638">recurrence_value</strong>, <strong id="as_06_0406__b1481332545174638">start_time</strong>, and <strong id="as_06_0406__b331387069174638">end_time</strong>, and no value is returned for <strong id="as_06_0406__b889526965">alarm_id</strong>.</li></ul>
|
||||
<ul id="as_06_0406__ul277744521819"><li id="as_06_0406__li20777174591817"><strong id="as_06_0406__b271216019368">ALARM</strong>: indicates that the scaling action is triggered by an alarm. A value is returned for <strong id="as_06_0406__b1371212016362">alarm_id</strong>, and no value is returned for <strong id="as_06_0406__b471214012362">scheduled_policy</strong>.</li><li id="as_06_0406__li187771345121815"><strong id="as_06_0406__b842352706174318">SCHEDULED</strong>: indicates that the scaling action is triggered as scheduled. A value is returned for <strong id="as_06_0406__b842352706174359">scheduled_policy</strong>, and no value is returned for <strong id="as_06_0406__b842352706174456">alarm_id</strong>, <strong id="as_06_0406__b84235270617451">recurrence_type</strong>, <strong id="as_06_0406__b84235270617457">recurrence_value</strong>, <strong id="as_06_0406__b842352706174512">start_time</strong>, or <strong id="as_06_0406__b842352706174516">end_time</strong>.</li><li id="as_06_0406__li27771845131818"><strong id="as_06_0406__b280997221">RECURRENCE</strong>: indicates that the scaling action is triggered periodically. Values are returned for <strong id="as_06_0406__b949762294">scheduled_policy</strong>, <strong id="as_06_0406__b1121671907174638">recurrence_type</strong>, <strong id="as_06_0406__b413073752174638">recurrence_value</strong>, <strong id="as_06_0406__b1481332545174638">start_time</strong>, and <strong id="as_06_0406__b331387069174638">end_time</strong>, and no value is returned for <strong id="as_06_0406__b1710201284">alarm_id</strong>.</li></ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="as_06_0406__row177771245121819"><td class="cellrowborder" valign="top" width="26.529999999999998%" headers="mcps1.3.5.2.1.2.2.4.1.1 "><p id="as_06_0406__p10777645151812">alarm_id</p>
|
||||
@ -253,7 +253,7 @@
|
||||
<td class="cellrowborder" valign="top" width="18.18%" headers="mcps1.3.5.2.1.3.2.4.1.2 "><p id="as_06_0406__p4872141181919">String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="55.559999999999995%" headers="mcps1.3.5.2.1.3.2.4.1.3 "><p id="as_06_0406__p587221118190">Specifies the time when the scaling action is triggered. The time format complies with UTC.</p>
|
||||
<ul id="as_06_0406__ul19872111121914"><li id="as_06_0406__li1387211117197">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_0406__li987221111916">If <strong>scaling_policy_type</strong> is set to <strong>RECURRENCE</strong>, the time format is <strong>hh:mm</strong>.</li></ul>
|
||||
<ul id="as_06_0406__ul19872111121914"><li id="as_06_0406__li1387211117197">If <strong id="as_06_0406__b117231309363">scaling_policy_type</strong> is set to <strong id="as_06_0406__b147231109367">SCHEDULED</strong>, the time format is <strong id="as_06_0406__b11723160133620">YYYY-MM-DDThh:mmZ</strong>.</li><li id="as_06_0406__li987221111916">If <strong id="as_06_0406__b14724180163613">scaling_policy_type</strong> is set to <strong id="as_06_0406__b167244003610">RECURRENCE</strong>, the time format is <strong id="as_06_0406__b17242015362">hh:mm</strong>.</li></ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="as_06_0406__row118721911171915"><td class="cellrowborder" valign="top" width="26.26%" headers="mcps1.3.5.2.1.3.2.4.1.1 "><p id="as_06_0406__p1687216114198">recurrence_type</p>
|
||||
@ -261,7 +261,7 @@
|
||||
<td class="cellrowborder" valign="top" width="18.18%" headers="mcps1.3.5.2.1.3.2.4.1.2 "><p id="as_06_0406__p168721111131918">String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="55.559999999999995%" headers="mcps1.3.5.2.1.3.2.4.1.3 "><p id="as_06_0406__p20872161114196">Specifies the type of a periodically triggered scaling action.</p>
|
||||
<ul id="as_06_0406__ul147782163412"><li id="as_06_0406__li12778101617412"><strong id="as_06_0406__b175944210506">Daily</strong>: indicates that the scaling action is triggered once a day.</li><li id="as_06_0406__li17781516446"><strong>Weekly</strong>: indicates that the scaling action is triggered once a week.</li><li id="as_06_0406__li97791216749"><strong>Monthly</strong>: indicates that the scaling action is triggered once a month.</li></ul>
|
||||
<ul id="as_06_0406__ul147782163412"><li id="as_06_0406__li12778101617412"><strong id="as_06_0406__b175944210506">Daily</strong>: indicates that the scaling action is triggered once a day.</li><li id="as_06_0406__li17781516446"><strong id="as_06_0406__b5726190193615">Weekly</strong>: indicates that the scaling action is triggered once a week.</li><li id="as_06_0406__li97791216749"><strong id="as_06_0406__b372680193611">Monthly</strong>: indicates that the scaling action is triggered once a month.</li></ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="as_06_0406__row12873161115197"><td class="cellrowborder" valign="top" width="26.26%" headers="mcps1.3.5.2.1.3.2.4.1.1 "><p id="as_06_0406__p887314111190">recurrence_value</p>
|
||||
@ -277,7 +277,7 @@
|
||||
<td class="cellrowborder" valign="top" width="18.18%" headers="mcps1.3.5.2.1.3.2.4.1.2 "><p id="as_06_0406__p587311112194">String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="55.559999999999995%" headers="mcps1.3.5.2.1.3.2.4.1.3 "><p id="as_06_0406__p18736112192">Specifies the start time of the scaling action triggered periodically. The time format complies with UTC.</p>
|
||||
<p id="as_06_0406__p19873131110192">The time format is <strong>YYYY-MM-DDThh:mmZ</strong>.</p>
|
||||
<p id="as_06_0406__p19873131110192">The time format is <strong id="as_06_0406__b19731902369">YYYY-MM-DDThh:mmZ</strong>.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="as_06_0406__row2087371101913"><td class="cellrowborder" valign="top" width="26.26%" headers="mcps1.3.5.2.1.3.2.4.1.1 "><p id="as_06_0406__p1487341151917">end_time</p>
|
||||
@ -285,7 +285,7 @@
|
||||
<td class="cellrowborder" valign="top" width="18.18%" headers="mcps1.3.5.2.1.3.2.4.1.2 "><p id="as_06_0406__p1887318115191">String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="55.559999999999995%" headers="mcps1.3.5.2.1.3.2.4.1.3 "><p id="as_06_0406__p16873161110197">Specifies the end time of the scaling action triggered periodically. The time format complies with UTC.</p>
|
||||
<p id="as_06_0406__p2873201171914">The time format is <strong>YYYY-MM-DDThh:mmZ</strong>.</p>
|
||||
<p id="as_06_0406__p2873201171914">The time format is <strong id="as_06_0406__b11732150153618">YYYY-MM-DDThh:mmZ</strong>.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -474,7 +474,7 @@
|
||||
</tr>
|
||||
<tr id="as_06_0406__row926817214212"><td class="cellrowborder" valign="top" width="46.46%" headers="mcps1.3.6.2.2.1.1.3.1.1 "><p id="as_06_0406__p326852113212">407 Proxy Authentication Required</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="53.54%" headers="mcps1.3.6.2.2.1.1.3.1.2 "><p id="as_06_0406__p12268172192112">You must use the proxy server for authentication so that the request can be processed.</p>
|
||||
<td class="cellrowborder" valign="top" width="53.54%" headers="mcps1.3.6.2.2.1.1.3.1.2 "><p id="as_06_0406__p12268172192112">You must use the proxy server for authentication to process the request.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="as_06_0406__row172681421202119"><td class="cellrowborder" valign="top" width="46.46%" headers="mcps1.3.6.2.2.1.1.3.1.1 "><p id="as_06_0406__p9268132115212">408 Request Timeout</p>
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<a name="as_06_0407"></a><a name="as_06_0407"></a>
|
||||
|
||||
<h1 class="topictitle1">Querying All AS Policies (V2)</h1>
|
||||
<h1 class="topictitle1">Querying AS Policies (V2)</h1>
|
||||
<div id="body1537271495819"><div class="section" id="as_06_0407__section37171354191617"><h4 class="sectiontitle">Function</h4><p id="as_06_0407__p8980173183817">This API is used to query all AS policies for a tenant based on search criteria. The results are displayed by page.</p>
|
||||
<ul id="as_06_0407__ul5720178594"><li id="as_06_0407__li972017712591">Search criteria can be the AS resource ID, AS resource type, AS policy name, AS policy ID, alarm ID, start line number, number of records, and sorting method.</li><li id="as_06_0407__li1537215245210">If no search criteria are specified, a maximum of 20 AS policies can be queried for a tenant by default.</li></ul>
|
||||
<div class="note" id="as_06_0407__note14938192715590"><img src="public_sys-resources/note_3.0-en-us.png"><span class="notetitle"> </span><div class="notebody"><p id="as_06_0407__p5136176526">The bandwidth scaling policy configured for a released EIP still occupies the quota of bandwidth scaling policy. The policy is only visible to the account and its IAM users with the global permissions.</p>
|
||||
@ -93,7 +93,7 @@
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="14.000000000000002%" headers="mcps1.3.3.2.5.1.3 "><p id="as_06_0407__p446045711550">Integer</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="45%" headers="mcps1.3.3.2.5.1.4 "><p id="as_06_0407__p21968676">Specifies the number of query records. The default value is <strong id="as_06_0407__b168447885495335">20</strong>. The value range is 0 to 100.</p>
|
||||
<td class="cellrowborder" valign="top" width="45%" headers="mcps1.3.3.2.5.1.4 "><p id="as_06_0407__p21968676">Specifies the number of query records. The default value is <strong id="as_06_0407__b168447885495335">20</strong>. The value ranges from 0 to 100.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="as_06_0407__row99991037175516"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.3.2.5.1.1 "><p id="as_06_0407__p646055755512">sort_by</p>
|
||||
@ -217,7 +217,7 @@
|
||||
<td class="cellrowborder" valign="top" width="16.49%" headers="mcps1.3.5.2.1.2.2.4.1.2 "><p id="as_06_0407__p1977634511814">String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="61.3%" headers="mcps1.3.5.2.1.2.2.4.1.3 "><p id="as_06_0407__p8776164561818">Specifies the scaling resource type.</p>
|
||||
<ul id="as_06_0407__ul207763456181"><li id="as_06_0407__li834155914201">AS group: <strong id="as_06_0407__b282295835">SCALING_GROUP</strong></li><li id="as_06_0407__li187761045181814">Bandwidth: <strong id="as_06_0407__b1503233705">BANDWIDTH</strong></li></ul>
|
||||
<ul id="as_06_0407__ul207763456181"><li id="as_06_0407__li834155914201">AS group: <strong id="as_06_0407__b1533645161">SCALING_GROUP</strong></li><li id="as_06_0407__li187761045181814">Bandwidth: <strong id="as_06_0407__b236391555">BANDWIDTH</strong></li></ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="as_06_0407__row157761645151813"><td class="cellrowborder" valign="top" width="22.21%" headers="mcps1.3.5.2.1.2.2.4.1.1 "><p id="as_06_0407__p1777684591815">policy_status</p>
|
||||
@ -233,7 +233,7 @@
|
||||
<td class="cellrowborder" valign="top" width="16.49%" headers="mcps1.3.5.2.1.2.2.4.1.2 "><p id="as_06_0407__p19777645161811">String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="61.3%" headers="mcps1.3.5.2.1.2.2.4.1.3 "><p id="as_06_0407__p18777104513185">Specifies the AS policy type.</p>
|
||||
<ul id="as_06_0407__ul277744521819"><li id="as_06_0407__li20777174591817"><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_0407__li187771345121815"><strong id="as_06_0407__b842352706174318">SCHEDULED</strong>: indicates that the scaling action is triggered as scheduled. A value is returned for <strong id="as_06_0407__b842352706174359">scheduled_policy</strong>, and no value is returned for <strong id="as_06_0407__b842352706174456">alarm_id</strong>, <strong id="as_06_0407__b84235270617451">recurrence_type</strong>, <strong id="as_06_0407__b84235270617457">recurrence_value</strong>, <strong id="as_06_0407__b842352706174512">start_time</strong>, or <strong id="as_06_0407__b842352706174516">end_time</strong>.</li><li id="as_06_0407__li27771845131818"><strong id="as_06_0407__b201600580">RECURRENCE</strong>: indicates that the scaling action is triggered periodically. Values are returned for <strong id="as_06_0407__b493308742">scheduled_policy</strong>, <strong id="as_06_0407__b1121671907174638">recurrence_type</strong>, <strong id="as_06_0407__b413073752174638">recurrence_value</strong>, <strong id="as_06_0407__b1481332545174638">start_time</strong>, and <strong id="as_06_0407__b331387069174638">end_time</strong>, and no value is returned for <strong id="as_06_0407__b281527245">alarm_id</strong>.</li></ul>
|
||||
<ul id="as_06_0407__ul277744521819"><li id="as_06_0407__li20777174591817"><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_0407__li187771345121815"><strong id="as_06_0407__b842352706174318">SCHEDULED</strong>: indicates that the scaling action is triggered as scheduled. A value is returned for <strong id="as_06_0407__b842352706174359">scheduled_policy</strong>, and no value is returned for <strong id="as_06_0407__b842352706174456">alarm_id</strong>, <strong id="as_06_0407__b84235270617451">recurrence_type</strong>, <strong id="as_06_0407__b84235270617457">recurrence_value</strong>, <strong id="as_06_0407__b842352706174512">start_time</strong>, or <strong id="as_06_0407__b842352706174516">end_time</strong>.</li><li id="as_06_0407__li27771845131818"><strong id="as_06_0407__b228317167">RECURRENCE</strong>: indicates that the scaling action is triggered periodically. Values are returned for <strong id="as_06_0407__b54806691">scheduled_policy</strong>, <strong id="as_06_0407__b1121671907174638">recurrence_type</strong>, <strong id="as_06_0407__b413073752174638">recurrence_value</strong>, <strong id="as_06_0407__b1481332545174638">start_time</strong>, and <strong id="as_06_0407__b331387069174638">end_time</strong>, and no value is returned for <strong id="as_06_0407__b97360299">alarm_id</strong>.</li></ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="as_06_0407__row177771245121819"><td class="cellrowborder" valign="top" width="22.21%" headers="mcps1.3.5.2.1.2.2.4.1.1 "><p id="as_06_0407__p10777645151812">alarm_id</p>
|
||||
@ -531,7 +531,7 @@
|
||||
</tr>
|
||||
<tr id="as_06_0407__row926817214212"><td class="cellrowborder" valign="top" width="43.830000000000005%" headers="mcps1.3.6.2.2.1.1.3.1.1 "><p id="as_06_0407__p326852113212">407 Proxy Authentication Required</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="56.169999999999995%" headers="mcps1.3.6.2.2.1.1.3.1.2 "><p id="as_06_0407__p12268172192112">You must use the proxy server for authentication so that the request can be processed.</p>
|
||||
<td class="cellrowborder" valign="top" width="56.169999999999995%" headers="mcps1.3.6.2.2.1.1.3.1.2 "><p id="as_06_0407__p12268172192112">You must use the proxy server for authentication to process the request.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="as_06_0407__row172681421202119"><td class="cellrowborder" valign="top" width="43.830000000000005%" headers="mcps1.3.6.2.2.1.1.3.1.1 "><p id="as_06_0407__p9268132115212">408 Request Timeout</p>
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<a name="as_06_0408"></a><a name="as_06_0408"></a>
|
||||
|
||||
<h1 class="topictitle1">Querying AS Policy Details</h1>
|
||||
<h1 class="topictitle1">Querying an AS Policy</h1>
|
||||
<div id="body66726223"><div class="section" id="as_06_0408__section54800025"><h4 class="sectiontitle">Function</h4><p id="as_06_0408__p36115021">This API is used to query details about a specified AS policy by policy ID.</p>
|
||||
</div>
|
||||
<div class="section" id="as_06_0408__section23438178"><h4 class="sectiontitle">URI</h4><p id="as_06_0408__p56366974">GET /autoscaling-api/v1/{project_id}/scaling_policy/{scaling_policy_id}</p>
|
||||
@ -105,7 +105,7 @@
|
||||
<td class="cellrowborder" valign="top" width="18.3%" headers="mcps1.3.4.2.1.2.2.4.1.2 "><p id="as_06_0408__a53e43ad265c04294994adbbd71a4240a">String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="54.949999999999996%" headers="mcps1.3.4.2.1.2.2.4.1.3 "><p id="as_06_0408__a74e06dc4d9d0421bad729ced813c2fbf">Specifies the AS policy type.</p>
|
||||
<ul id="as_06_0408__ua99da6c954d14b9f8e73af19c844fac9"><li id="as_06_0408__l45422e4f822946d7966e6cddbc896f0e"><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_0408__la4172620632647b8a4a815f09dc0e3d4"><strong id="as_06_0408__b842352706174318">SCHEDULED</strong>: indicates that the scaling action is triggered as scheduled. A value is returned for <strong id="as_06_0408__b842352706174359">scheduled_policy</strong>, and no value is returned for <strong id="as_06_0408__b842352706174456">alarm_id</strong>, <strong id="as_06_0408__b84235270617451">recurrence_type</strong>, <strong id="as_06_0408__b84235270617457">recurrence_value</strong>, <strong id="as_06_0408__b842352706174512">start_time</strong>, or <strong id="as_06_0408__b842352706174516">end_time</strong>.</li><li id="as_06_0408__l651ec89cd75b493ea99524bbbaa4cc06"><strong id="as_06_0408__b114313404">RECURRENCE</strong>: indicates that the scaling action is triggered periodically. Values are returned for <strong id="as_06_0408__b609420218">scheduled_policy</strong>, <strong id="as_06_0408__b1121671907174638">recurrence_type</strong>, <strong id="as_06_0408__b413073752174638">recurrence_value</strong>, <strong id="as_06_0408__b1481332545174638">start_time</strong>, and <strong id="as_06_0408__b331387069174638">end_time</strong>, and no value is returned for <strong id="as_06_0408__b718914531">alarm_id</strong>.</li></ul>
|
||||
<ul id="as_06_0408__ua99da6c954d14b9f8e73af19c844fac9"><li id="as_06_0408__l45422e4f822946d7966e6cddbc896f0e"><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_0408__la4172620632647b8a4a815f09dc0e3d4"><strong id="as_06_0408__b842352706174318">SCHEDULED</strong>: indicates that the scaling action is triggered as scheduled. A value is returned for <strong id="as_06_0408__b842352706174359">scheduled_policy</strong>, and no value is returned for <strong id="as_06_0408__b842352706174456">alarm_id</strong>, <strong id="as_06_0408__b84235270617451">recurrence_type</strong>, <strong id="as_06_0408__b84235270617457">recurrence_value</strong>, <strong id="as_06_0408__b842352706174512">start_time</strong>, or <strong id="as_06_0408__b842352706174516">end_time</strong>.</li><li id="as_06_0408__l651ec89cd75b493ea99524bbbaa4cc06"><strong id="as_06_0408__b1376210442">RECURRENCE</strong>: indicates that the scaling action is triggered periodically. Values are returned for <strong id="as_06_0408__b547137690">scheduled_policy</strong>, <strong id="as_06_0408__b1121671907174638">recurrence_type</strong>, <strong id="as_06_0408__b413073752174638">recurrence_value</strong>, <strong id="as_06_0408__b1481332545174638">start_time</strong>, and <strong id="as_06_0408__b331387069174638">end_time</strong>, and no value is returned for <strong id="as_06_0408__b1470370740">alarm_id</strong>.</li></ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="as_06_0408__re6c8601d7735402289d3df1aa513dd38"><td class="cellrowborder" valign="top" width="26.75%" headers="mcps1.3.4.2.1.2.2.4.1.1 "><p id="as_06_0408__ae4c58dc938a244639096cf46c69ea43c">alarm_id</p>
|
||||
@ -293,7 +293,7 @@
|
||||
</tr>
|
||||
<tr id="as_06_0408__row22636847"><td class="cellrowborder" valign="top" width="44.36%" headers="mcps1.3.5.2.2.1.1.3.1.1 "><p id="as_06_0408__p21645334">407 Proxy Authentication Required</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="55.64%" headers="mcps1.3.5.2.2.1.1.3.1.2 "><p id="as_06_0408__p8441658">You must use the proxy server for authentication so that the request can be processed.</p>
|
||||
<td class="cellrowborder" valign="top" width="55.64%" headers="mcps1.3.5.2.2.1.1.3.1.2 "><p id="as_06_0408__p8441658">You must use the proxy server for authentication to process the request.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="as_06_0408__row8866062"><td class="cellrowborder" valign="top" width="44.36%" headers="mcps1.3.5.2.2.1.1.3.1.1 "><p id="as_06_0408__p47062423">408 Request Timeout</p>
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<a name="as_06_0409"></a><a name="as_06_0409"></a>
|
||||
|
||||
<h1 class="topictitle1">Querying Details of an AS Policy (V2)</h1>
|
||||
<h1 class="topictitle1">Querying an AS Policy (V2)</h1>
|
||||
<div id="body1521704457471"><div class="section" id="as_06_0409__section16272157227"><h4 class="sectiontitle">Function</h4><p id="as_06_0409__p11639141542211">This API is used to query details about a specified AS policy by policy ID.</p>
|
||||
<p id="as_06_0409__p8878424174617">The difference between the V2 and V1 APIs for querying details of an AS policy is that V2 contains scaling resource types in response messages.</p>
|
||||
</div>
|
||||
@ -46,7 +46,7 @@
|
||||
<div class="section" id="as_06_0409__section271118558221"><h4 class="sectiontitle">Response Message</h4><ul id="as_06_0409__ul261256192216"><li id="as_06_0409__li76356202220">Response parameters
|
||||
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="as_06_0409__table16716175516228" frame="border" border="1" rules="all"><caption><b>Table 2 </b>Response parameters</caption><thead align="left"><tr id="as_06_0409__row1568568220"><th align="left" class="cellrowborder" valign="top" width="26.507349265073493%" id="mcps1.3.4.2.1.1.2.4.1.1"><p id="as_06_0409__p7795617226"><strong id="as_06_0409__b194321438185819">Parameter</strong></p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="18.44815518448155%" id="mcps1.3.4.2.1.1.2.4.1.2"><p id="as_06_0409__p27456142215"><strong id="as_06_0409__b899984835">Type</strong></p>
|
||||
<th align="left" class="cellrowborder" valign="top" width="18.44815518448155%" id="mcps1.3.4.2.1.1.2.4.1.2"><p id="as_06_0409__p27456142215"><strong id="as_06_0409__b1723947213">Type</strong></p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="55.04449555044495%" id="mcps1.3.4.2.1.1.2.4.1.3"><p id="as_06_0409__p127115632214"><strong id="as_06_0409__b4305143925815">Description</strong></p>
|
||||
</th>
|
||||
@ -114,7 +114,7 @@
|
||||
<td class="cellrowborder" valign="top" width="18.37%" headers="mcps1.3.4.2.1.2.2.4.1.2 "><p id="as_06_0409__p2935615225">String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="55.1%" headers="mcps1.3.4.2.1.2.2.4.1.3 "><p id="as_06_0409__p18912563224">Specifies the AS policy type.</p>
|
||||
<ul id="as_06_0409__ul5935652220"><li id="as_06_0409__li8945662215"><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_0409__li159125616227"><strong id="as_06_0409__b842352706174318">SCHEDULED</strong>: indicates that the scaling action is triggered as scheduled. A value is returned for <strong id="as_06_0409__b842352706174359">scheduled_policy</strong>, and no value is returned for <strong id="as_06_0409__b842352706174456">alarm_id</strong>, <strong id="as_06_0409__b84235270617451">recurrence_type</strong>, <strong id="as_06_0409__b84235270617457">recurrence_value</strong>, <strong id="as_06_0409__b842352706174512">start_time</strong>, or <strong id="as_06_0409__b842352706174516">end_time</strong>.</li><li id="as_06_0409__li49956142218"><strong id="as_06_0409__b1431335035">RECURRENCE</strong>: indicates that the scaling action is triggered periodically. Values are returned for <strong id="as_06_0409__b704030164">scheduled_policy</strong>, <strong id="as_06_0409__b1121671907174638">recurrence_type</strong>, <strong id="as_06_0409__b413073752174638">recurrence_value</strong>, <strong id="as_06_0409__b1481332545174638">start_time</strong>, and <strong id="as_06_0409__b331387069174638">end_time</strong>, and no value is returned for <strong id="as_06_0409__b681830808">alarm_id</strong>.</li></ul>
|
||||
<ul id="as_06_0409__ul5935652220"><li id="as_06_0409__li8945662215"><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_0409__li159125616227"><strong id="as_06_0409__b842352706174318">SCHEDULED</strong>: indicates that the scaling action is triggered as scheduled. A value is returned for <strong id="as_06_0409__b842352706174359">scheduled_policy</strong>, and no value is returned for <strong id="as_06_0409__b842352706174456">alarm_id</strong>, <strong id="as_06_0409__b84235270617451">recurrence_type</strong>, <strong id="as_06_0409__b84235270617457">recurrence_value</strong>, <strong id="as_06_0409__b842352706174512">start_time</strong>, or <strong id="as_06_0409__b842352706174516">end_time</strong>.</li><li id="as_06_0409__li49956142218"><strong id="as_06_0409__b1053082523">RECURRENCE</strong>: indicates that the scaling action is triggered periodically. Values are returned for <strong id="as_06_0409__b51836550">scheduled_policy</strong>, <strong id="as_06_0409__b1121671907174638">recurrence_type</strong>, <strong id="as_06_0409__b413073752174638">recurrence_value</strong>, <strong id="as_06_0409__b1481332545174638">start_time</strong>, and <strong id="as_06_0409__b331387069174638">end_time</strong>, and no value is returned for <strong id="as_06_0409__b1706534044">alarm_id</strong>.</li></ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="as_06_0409__row9917562220"><td class="cellrowborder" valign="top" width="26.529999999999998%" headers="mcps1.3.4.2.1.2.2.4.1.1 "><p id="as_06_0409__p18915692212">alarm_id</p>
|
||||
@ -363,7 +363,7 @@
|
||||
</tr>
|
||||
<tr id="as_06_0409__row9524717152413"><td class="cellrowborder" valign="top" width="43.69%" headers="mcps1.3.5.2.2.1.1.3.1.1 "><p id="as_06_0409__p55241917172412">407 Proxy Authentication Required</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="56.31%" headers="mcps1.3.5.2.2.1.1.3.1.2 "><p id="as_06_0409__p7524171710242">You must use the proxy server for authentication so that the request can be processed.</p>
|
||||
<td class="cellrowborder" valign="top" width="56.31%" headers="mcps1.3.5.2.2.1.1.3.1.2 "><p id="as_06_0409__p7524171710242">You must use the proxy server for authentication to process the request.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="as_06_0409__row1052401714244"><td class="cellrowborder" valign="top" width="43.69%" headers="mcps1.3.5.2.2.1.1.3.1.1 "><p id="as_06_0409__p35241817102415">408 Request Timeout</p>
|
||||
|
||||
@ -115,7 +115,7 @@
|
||||
</tr>
|
||||
<tr id="as_06_0410__row42927366"><td class="cellrowborder" valign="top" width="43.99%" headers="mcps1.3.5.2.2.1.1.3.1.1 "><p id="as_06_0410__p54564616">407 Proxy Authentication Required</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="56.010000000000005%" headers="mcps1.3.5.2.2.1.1.3.1.2 "><p id="as_06_0410__p57657762">You must use the proxy server for authentication so that the request can be processed.</p>
|
||||
<td class="cellrowborder" valign="top" width="56.010000000000005%" headers="mcps1.3.5.2.2.1.1.3.1.2 "><p id="as_06_0410__p57657762">You must use the proxy server for authentication to process the request.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="as_06_0410__row49157816"><td class="cellrowborder" valign="top" width="43.99%" headers="mcps1.3.5.2.2.1.1.3.1.1 "><p id="as_06_0410__p22360170">408 Request Timeout</p>
|
||||
|
||||
@ -86,7 +86,7 @@
|
||||
</tr>
|
||||
<tr id="as_06_0411__row21887914"><td class="cellrowborder" valign="top" width="43.61%" headers="mcps1.3.5.2.2.1.1.3.1.1 "><p id="as_06_0411__p28090616">407 Proxy Authentication Required</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="56.38999999999999%" headers="mcps1.3.5.2.2.1.1.3.1.2 "><p id="as_06_0411__p60747463">You must use the proxy server for authentication so that the request can be processed.</p>
|
||||
<td class="cellrowborder" valign="top" width="56.38999999999999%" headers="mcps1.3.5.2.2.1.1.3.1.2 "><p id="as_06_0411__p60747463">You must use the proxy server for authentication to process the request.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="as_06_0411__row9856263"><td class="cellrowborder" valign="top" width="43.61%" headers="mcps1.3.5.2.2.1.1.3.1.1 "><p id="as_06_0411__p60159801">408 Request Timeout</p>
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<a name="as_06_0412"></a><a name="as_06_0412"></a>
|
||||
|
||||
<h1 class="topictitle1">Performing Operations on AS Policies in Batches</h1>
|
||||
<h1 class="topictitle1">Batch Managing AS Policies</h1>
|
||||
<div id="body1523241658754"><div class="section" id="as_06_0412__section10263773"><h4 class="sectiontitle">Function</h4><p id="as_06_0412__p66540326101039">This interface is used to enable, disable, or delete AS policies in batches.</p>
|
||||
<ul id="as_06_0412__ul8872146184616"><li id="as_06_0412__li10872346124611">A batch operation can be performed on a maximum of 20 AS policies at a time.</li></ul>
|
||||
</div>
|
||||
@ -32,9 +32,9 @@
|
||||
<div class="section" id="as_06_0412__section42782262104146"><h4 class="sectiontitle">Request Message</h4><ul id="as_06_0412__ul1579110"><li id="as_06_0412__li14211994">Request parameters
|
||||
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="as_06_0412__table60799090" frame="border" border="1" rules="all"><caption><b>Table 2 </b>Request parameters</caption><thead align="left"><tr id="as_06_0412__row8858194"><th align="left" class="cellrowborder" valign="top" width="21%" id="mcps1.3.3.2.1.1.2.5.1.1"><p id="as_06_0412__p46425119"><strong id="as_06_0412__b355175615599">Parameter</strong></p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="22%" id="mcps1.3.3.2.1.1.2.5.1.2"><p id="as_06_0412__p2338313"><strong id="as_06_0412__b1206709556">Mandatory</strong></p>
|
||||
<th align="left" class="cellrowborder" valign="top" width="22%" id="mcps1.3.3.2.1.1.2.5.1.2"><p id="as_06_0412__p2338313"><strong id="as_06_0412__b444921223">Mandatory</strong></p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="16%" id="mcps1.3.3.2.1.1.2.5.1.3"><p id="as_06_0412__p55185655"><strong id="as_06_0412__b619707749">Type</strong></p>
|
||||
<th align="left" class="cellrowborder" valign="top" width="16%" id="mcps1.3.3.2.1.1.2.5.1.3"><p id="as_06_0412__p55185655"><strong id="as_06_0412__b1223511969">Type</strong></p>
|
||||
</th>
|
||||
<th align="left" class="cellrowborder" valign="top" width="41%" id="mcps1.3.3.2.1.1.2.5.1.4"><p id="as_06_0412__p40853074"><strong id="as_06_0412__b188775995912">Description</strong></p>
|
||||
</th>
|
||||
@ -77,7 +77,7 @@
|
||||
<td class="cellrowborder" valign="top" width="16%" headers="mcps1.3.3.2.1.1.2.5.1.3 "><p id="as_06_0412__p6253152211">String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="41%" headers="mcps1.3.3.2.1.1.2.5.1.4 "><p id="as_06_0412__p102571112217">Specifies whether to delete the alarm rule used by the alarm policy. The value can be <strong id="as_06_0412__b1650342519514">yes</strong> or <strong id="as_06_0412__b131741628195117">no</strong> (default).</p>
|
||||
<p id="as_06_0412__p526101132213">This parameter is available only when <strong id="as_06_0412__b2068078514">action</strong> is set to <strong id="as_06_0412__b379577193">delete</strong>.</p>
|
||||
<p id="as_06_0412__p526101132213">This parameter is available only when <strong id="as_06_0412__b1251082499">action</strong> is set to <strong id="as_06_0412__b145231921">delete</strong>.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -139,7 +139,7 @@
|
||||
</tr>
|
||||
<tr id="as_06_0412__row18138873"><td class="cellrowborder" valign="top" width="44.18%" headers="mcps1.3.5.2.2.1.1.3.1.1 "><p id="as_06_0412__p59962646">407 Proxy Authentication Required</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="55.82%" headers="mcps1.3.5.2.2.1.1.3.1.2 "><p id="as_06_0412__p25136147">You must use the proxy server for authentication so that the request can be processed.</p>
|
||||
<td class="cellrowborder" valign="top" width="55.82%" headers="mcps1.3.5.2.2.1.1.3.1.2 "><p id="as_06_0412__p25136147">You must use the proxy server for authentication to process the request.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="as_06_0412__row24898733"><td class="cellrowborder" valign="top" width="44.18%" headers="mcps1.3.5.2.2.1.1.3.1.1 "><p id="as_06_0412__p3531486">408 Request Timeout</p>
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
</ul>
|
||||
|
||||
<div class="familylinks">
|
||||
<div class="parentlink"><strong>Parent topic:</strong> <a href="as_06_0000.html">API</a></div>
|
||||
<div class="parentlink"><strong>Parent topic:</strong> <a href="as_06_0000.html">APIs</a></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -188,7 +188,7 @@
|
||||
<td class="cellrowborder" valign="top" width="16.13838616138386%" headers="mcps1.3.4.2.1.2.2.4.1.2 "><p id="as_06_0501__p3713113333216">String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="63.66363363663634%" headers="mcps1.3.4.2.1.2.2.4.1.3 "><p id="as_06_0501__p671323313215">Specifies the AS policy execution type.</p>
|
||||
<ul id="as_06_0501__ul164154538016"><li id="as_06_0501__li0415853002"><strong id="as_06_0501__b1012283042">SCHEDULED</strong>: automatically triggered at a specified time point</li><li id="as_06_0501__li6415125314013"><strong id="as_06_0501__b1970639397">RECURRENCE</strong>: automatically triggered at a specified time period</li><li id="as_06_0501__li134152533015"><strong id="as_06_0501__b1725395166">ALARM</strong>: alarm-triggered</li><li id="as_06_0501__li94151153402"><strong id="as_06_0501__b467920112">MANUAL</strong>: manually triggered</li></ul>
|
||||
<ul id="as_06_0501__ul164154538016"><li id="as_06_0501__li0415853002"><strong id="as_06_0501__b1470501533">SCHEDULED</strong>: automatically triggered at a specified time point</li><li id="as_06_0501__li6415125314013"><strong id="as_06_0501__b830730989">RECURRENCE</strong>: automatically triggered at a specified time period</li><li id="as_06_0501__li134152533015"><strong id="as_06_0501__b71917096">ALARM</strong>: alarm-triggered</li><li id="as_06_0501__li94151153402"><strong id="as_06_0501__b269455456">MANUAL</strong>: manually triggered</li></ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="as_06_0501__row471373310326"><td class="cellrowborder" valign="top" width="20.197980201979803%" headers="mcps1.3.4.2.1.2.2.4.1.1 "><p id="as_06_0501__p20713183373210">execute_time</p>
|
||||
@ -224,7 +224,7 @@
|
||||
<td class="cellrowborder" valign="top" width="16.13838616138386%" headers="mcps1.3.4.2.1.2.2.4.1.2 "><p id="as_06_0501__p27141433173219">String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="63.66363363663634%" headers="mcps1.3.4.2.1.2.2.4.1.3 "><p id="as_06_0501__p11714143310326">Specifies the scaling resource type.</p>
|
||||
<ul id="as_06_0501__ul197143338327"><li id="as_06_0501__li19714133133219">AS group: <strong id="as_06_0501__b850495843">SCALING_GROUP</strong></li><li id="as_06_0501__li1971423323215">Bandwidth: <strong id="as_06_0501__b1444658669">BANDWIDTH</strong></li></ul>
|
||||
<ul id="as_06_0501__ul197143338327"><li id="as_06_0501__li19714133133219">AS group: <strong id="as_06_0501__b1065394976">SCALING_GROUP</strong></li><li id="as_06_0501__li1971423323215">Bandwidth: <strong id="as_06_0501__b1418095022">BANDWIDTH</strong></li></ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="as_06_0501__row17714183315324"><td class="cellrowborder" valign="top" width="20.197980201979803%" headers="mcps1.3.4.2.1.2.2.4.1.1 "><p id="as_06_0501__p371473319323">scaling_resource_id</p>
|
||||
@ -255,7 +255,7 @@
|
||||
<td class="cellrowborder" valign="top" width="63.66363363663634%" headers="mcps1.3.4.2.1.2.2.4.1.3 "><p id="as_06_0501__p11850647164919">Specifies the operation restrictions.</p>
|
||||
<p id="as_06_0501__p53866212428">If <strong id="as_06_0501__b15609115411378">scaling_resource_type</strong> is set to <strong id="as_06_0501__b16101154153712">BANDWIDTH</strong> and <strong id="as_06_0501__b2610105493710">operation</strong> is not <strong id="as_06_0501__b561145493714">SET</strong>, this parameter takes effect and the unit is Mbit/s.</p>
|
||||
<p id="as_06_0501__p38504475497">In this case:</p>
|
||||
<ul id="as_06_0501__ul1659020543422"><li id="as_06_0501__li17588854164218">If <strong id="as_06_0501__b84235270694030">operation</strong> is set to <strong id="as_06_0501__b84235270694036">ADD</strong>, this parameter indicates the maximum bandwidth allowed.</li><li id="as_06_0501__li558813541426">If <strong id="as_06_0501__b2062978226">operation</strong> is set to <strong id="as_06_0501__b429300180">REDUCE</strong>, this parameter indicates the minimum bandwidth allowed.</li></ul>
|
||||
<ul id="as_06_0501__ul1659020543422"><li id="as_06_0501__li17588854164218">If <strong id="as_06_0501__b84235270694030">operation</strong> is set to <strong id="as_06_0501__b84235270694036">ADD</strong>, this parameter indicates the maximum bandwidth allowed.</li><li id="as_06_0501__li558813541426">If <strong id="as_06_0501__b1810694466">operation</strong> is set to <strong id="as_06_0501__b1142644536">REDUCE</strong>, this parameter indicates the minimum bandwidth allowed.</li></ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="as_06_0501__row12715143363213"><td class="cellrowborder" valign="top" width="20.197980201979803%" headers="mcps1.3.4.2.1.2.2.4.1.1 "><p id="as_06_0501__p97151033113212">type</p>
|
||||
@ -325,14 +325,14 @@
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="16.3%" headers="mcps1.3.4.2.1.3.2.4.1.2 "><p id="as_06_0501__p151632143413">String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="63.63999999999999%" headers="mcps1.3.4.2.1.3.2.4.1.3 "><p id="as_06_0501__p57171833143217">Specifies the returned code. This parameter is valid only if <strong id="as_06_0501__b1185055816">record_type</strong> is set to <strong id="as_06_0501__b489095797">API</strong>.</p>
|
||||
<td class="cellrowborder" valign="top" width="63.63999999999999%" headers="mcps1.3.4.2.1.3.2.4.1.3 "><p id="as_06_0501__p57171833143217">Specifies the returned code. This parameter is valid only if <strong id="as_06_0501__b45485708">record_type</strong> is set to <strong id="as_06_0501__b490821406">API</strong>.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="as_06_0501__row3717203319323"><td class="cellrowborder" valign="top" width="20.06%" headers="mcps1.3.4.2.1.3.2.4.1.1 "><p id="as_06_0501__p127171330326">message</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="16.3%" headers="mcps1.3.4.2.1.3.2.4.1.2 "><p id="as_06_0501__p187171133113214">String</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="63.63999999999999%" headers="mcps1.3.4.2.1.3.2.4.1.3 "><p id="as_06_0501__p57179331328">Specifies the message. This parameter is valid only if <strong id="as_06_0501__b908237302">record_type</strong> is set to <strong id="as_06_0501__b149094020">MEG</strong>.</p>
|
||||
<td class="cellrowborder" valign="top" width="63.63999999999999%" headers="mcps1.3.4.2.1.3.2.4.1.3 "><p id="as_06_0501__p57179331328">Specifies the message. This parameter is valid only if <strong id="as_06_0501__b253674383">record_type</strong> is set to <strong id="as_06_0501__b76939044">MEG</strong>.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="as_06_0501__row1471753353215"><td class="cellrowborder" valign="top" width="20.06%" headers="mcps1.3.4.2.1.3.2.4.1.1 "><p id="as_06_0501__p11717123317323">job_status</p>
|
||||
@ -452,7 +452,7 @@
|
||||
</tr>
|
||||
<tr id="as_06_0501__row44211464914"><td class="cellrowborder" valign="top" width="43.62%" headers="mcps1.3.5.2.2.1.1.3.1.1 "><p id="as_06_0501__p7421161499">407 Proxy Authentication Required</p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="56.379999999999995%" headers="mcps1.3.5.2.2.1.1.3.1.2 "><p id="as_06_0501__p12421766914">You must use the proxy server for authentication so that the request can be processed.</p>
|
||||
<td class="cellrowborder" valign="top" width="56.379999999999995%" headers="mcps1.3.5.2.2.1.1.3.1.2 "><p id="as_06_0501__p12421766914">You must use the proxy server for authentication to process the request.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="as_06_0501__row12421166494"><td class="cellrowborder" valign="top" width="43.62%" headers="mcps1.3.5.2.2.1.1.3.1.1 "><p id="as_06_0501__p5421961793">408 Request Timeout</p>
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user