diff options
| author | Zhineng Li <im@zhineng.li> | 2026-07-12 17:11:17 +0800 |
|---|---|---|
| committer | Zhineng Li <im@zhineng.li> | 2026-07-12 17:11:17 +0800 |
| commit | 1c7f908ce09f98fdcbf79ed2a8ae21be60eaa634 (patch) | |
| tree | 5f0857666365b7e40cdaa3733ebe1f3ba9e13c67 /data/en_us/slb/2013-02-21 | |
| parent | 7347bac4ab7e136157fc94777e6cf87ef9e08599 (diff) | |
| download | afterglow-metadata-full-1c7f908ce09f98fdcbf79ed2a8ae21be60eaa634.tar.gz afterglow-metadata-full-1c7f908ce09f98fdcbf79ed2a8ae21be60eaa634.zip | |
update APIs 20260712
Diffstat (limited to 'data/en_us/slb/2013-02-21')
| -rw-r--r-- | data/en_us/slb/2013-02-21/api-docs.php | 2251 |
1 files changed, 446 insertions, 1805 deletions
diff --git a/data/en_us/slb/2013-02-21/api-docs.php b/data/en_us/slb/2013-02-21/api-docs.php index 61ee851..0f77fbd 100644 --- a/data/en_us/slb/2013-02-21/api-docs.php +++ b/data/en_us/slb/2013-02-21/api-docs.php @@ -1,56 +1,30 @@ <?php return [ 'version' => '1.0', - 'info' => [ - 'style' => 'RPC', - 'product' => 'Slb', - 'version' => '2013-02-21', - ], + 'info' => ['style' => 'RPC', 'product' => 'Slb', 'version' => '2013-02-21'], 'directories' => [ [ 'id' => 95649, 'title' => null, 'type' => 'directory', - 'children' => [ - 'DescribeRegions', - ], + 'children' => ['DescribeRegions'], ], [ 'id' => 95651, 'title' => null, 'type' => 'directory', - 'children' => [ - 'CreateLoadBalancer', - 'DeleteLoadBalancer', - 'SetLoadBalancerName', - 'SetLoadBalancerStatus', - 'DescribeLoadBalancerAttribute', - 'DescribeLoadBalancers', - ], + 'children' => ['CreateLoadBalancer', 'DeleteLoadBalancer', 'SetLoadBalancerName', 'SetLoadBalancerStatus', 'DescribeLoadBalancerAttribute', 'DescribeLoadBalancers'], ], [ 'id' => 95658, 'title' => null, 'type' => 'directory', - 'children' => [ - 'AddBackendServers', - 'DescribeBackendServers', - 'RemoveBackendServers', - ], + 'children' => ['AddBackendServers', 'DescribeBackendServers', 'RemoveBackendServers'], ], [ 'id' => 95662, 'title' => null, 'type' => 'directory', - 'children' => [ - 'CreateLoadBalancerHTTPListener', - 'CreateLoadBalancerTCPListener', - 'DeleteLoadBalancerListener', - 'SetLoadBalancerHTTPListenerAttribute', - 'SetLoadBalancerListenerStatus', - 'SetLoadBalancerTCPListenerAttribute', - 'DescribeLoadBalancerHTTPListenerAttribute', - 'DescribeLoadBalancerTCPListenerAttribute', - ], + 'children' => ['CreateLoadBalancerHTTPListener', 'CreateLoadBalancerTCPListener', 'DeleteLoadBalancerListener', 'SetLoadBalancerHTTPListenerAttribute', 'SetLoadBalancerListenerStatus', 'SetLoadBalancerTCPListenerAttribute', 'DescribeLoadBalancerHTTPListenerAttribute', 'DescribeLoadBalancerTCPListenerAttribute'], ], ], 'components' => [ @@ -59,14 +33,8 @@ 'apis' => [ 'DescribeRegions' => [ 'summary' => '查询可用地域', - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -76,27 +44,19 @@ 'systemTags' => [ 'operationType' => 'get', 'abilityTreeCode' => '88712', - 'abilityTreeNodes' => [ - 'FEATUREslbL5KCST', - ], + 'abilityTreeNodes' => ['FEATUREslbL5KCST'], 'tenantRelevance' => 'publicInformation', ], 'parameters' => [ [ 'name' => 'access_key_id', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Tags', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], 'responses' => [ @@ -104,9 +64,7 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], 'Regions' => [ 'type' => 'object', 'itemNode' => true, @@ -116,12 +74,8 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'LocalName' => [ - 'type' => 'string', - ], - 'RegionId' => [ - 'type' => 'string', - ], + 'LocalName' => ['type' => 'string'], + 'RegionId' => ['type' => 'string'], ], ], ], @@ -133,24 +87,15 @@ ], 'errorCodes' => [ 400 => [ - [ - 'errorCode' => 'InvalidParameter', - 'errorMessage' => ' ', - ], + ['errorCode' => 'InvalidParameter', 'errorMessage' => ' '], ], ], 'responseDemo' => null, ], 'CreateLoadBalancer' => [ 'summary' => '创建实例', - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -159,65 +104,39 @@ 'systemTags' => [ 'operationType' => 'create', 'abilityTreeCode' => '88702', - 'abilityTreeNodes' => [ - 'FEATUREslb5GOIX2', - 'FEATUREslb2FPYY7', - 'FEATUREslbIQWMQE', - 'FEATUREslbH8UDIC', - 'FEATUREslb6Z0K4V', - 'FEATUREslbD4ZY2L', - 'FEATUREslbMMPQ1U', - ], + 'abilityTreeNodes' => ['FEATUREslb5GOIX2', 'FEATUREslb2FPYY7', 'FEATUREslbIQWMQE', 'FEATUREslbH8UDIC', 'FEATUREslb6Z0K4V', 'FEATUREslbD4ZY2L', 'FEATUREslbMMPQ1U'], 'autoTest' => false, ], 'parameters' => [ [ 'name' => 'RegionId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'IsPublicAddress', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Address', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ClientToken', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'LoadBalancerName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'LoadBalancerMode', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], 'responses' => [ @@ -225,126 +144,52 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'Address' => [ - 'type' => 'string', - ], - 'RequestId' => [ - 'type' => 'string', - ], - 'LoadBalancerName' => [ - 'type' => 'string', - ], - 'LoadBalancerId' => [ - 'type' => 'string', - ], + 'Address' => ['type' => 'string'], + 'RequestId' => ['type' => 'string'], + 'LoadBalancerName' => ['type' => 'string'], + 'LoadBalancerId' => ['type' => 'string'], ], ], ], ], 'errorCodes' => [ 400 => [ - [ - 'errorCode' => 'InvalidServerId.NotFound', - 'errorMessage' => 'The specified server is not found.', - ], - [ - 'errorCode' => 'InvalidParameter', - 'errorMessage' => 'The specified parameter "BackendServers" is not valid.', - ], - [ - 'errorCode' => 'UnsupportedOperation', - 'errorMessage' => 'The specified action is not supported.', - ], - [ - 'errorCode' => 'ListenerAlreadyExists', - 'errorMessage' => 'There is already a listener bound to the port on the specified load balancer.', - ], - [ - 'errorCode' => 'MissingParameter', - 'errorMessage' => 'The input parameter "Cookie" that is mandatory for processing this request is not supplied.', - ], - [ - 'errorCode' => 'InvalidServerId.Malformed', - 'errorMessage' => 'A specified server ID is not valid.', - ], - [ - 'errorCode' => 'IpNotAvailable', - 'errorMessage' => 'The specified parameter "Address" is not valid.', - ], - [ - 'errorCode' => 'InvalidWeight.Malformed', - 'errorMessage' => 'A specified weight is not valid.', - ], - [ - 'errorCode' => 'UnsupportedParameter', - 'errorMessage' => 'The input parameter " is not unsupported.', - ], - [ - 'errorCode' => 'TooManyBackendServers', - 'errorMessage' => 'The backend server parameter has too many entries.', - ], - [ - 'errorCode' => 'ShareSlbHaltSales', - 'errorMessage' => 'The share instance has been discontinued.', - ], + ['errorCode' => 'InvalidServerId.NotFound', 'errorMessage' => 'The specified server is not found.'], + ['errorCode' => 'InvalidParameter', 'errorMessage' => 'The specified parameter "BackendServers" is not valid.'], + ['errorCode' => 'UnsupportedOperation', 'errorMessage' => 'The specified action is not supported.'], + ['errorCode' => 'ListenerAlreadyExists', 'errorMessage' => 'There is already a listener bound to the port on the specified load balancer.'], + ['errorCode' => 'MissingParameter', 'errorMessage' => 'The input parameter "Cookie" that is mandatory for processing this request is not supplied.'], + ['errorCode' => 'InvalidServerId.Malformed', 'errorMessage' => 'A specified server ID is not valid.'], + ['errorCode' => 'IpNotAvailable', 'errorMessage' => 'The specified parameter "Address" is not valid.'], + ['errorCode' => 'InvalidWeight.Malformed', 'errorMessage' => 'A specified weight is not valid.'], + ['errorCode' => 'UnsupportedParameter', 'errorMessage' => 'The input parameter " is not unsupported.'], + ['errorCode' => 'TooManyBackendServers', 'errorMessage' => 'The backend server parameter has too many entries.'], + ['errorCode' => 'ShareSlbHaltSales', 'errorMessage' => 'The share instance has been discontinued.'], ], 403 => [ - [ - 'errorCode' => 'Forbidden', - 'errorMessage' => 'User not authorized to operate on the specified resource.', - ], + ['errorCode' => 'Forbidden', 'errorMessage' => 'User not authorized to operate on the specified resource.'], ], [ - [ - 'errorCode' => 'InvalidRegionId.NotFound', - 'errorMessage' => 'Specified region does not exist.', - ], - [ - 'errorCode' => 'ListenerNotFound', - 'errorMessage' => 'No Listener to the specified port of the Load Balancer.', - ], - [ - 'errorCode' => 'CheckedListenerNotFound', - 'errorMessage' => 'No health-checked Listener to the specified port of the Load Balancer.', - ], - [ - 'errorCode' => 'InvalidLoadBalancerId.NotFound', - 'errorMessage' => 'LoadBalancerId does not exist.', - ], + ['errorCode' => 'InvalidRegionId.NotFound', 'errorMessage' => 'Specified region does not exist.'], + ['errorCode' => 'ListenerNotFound', 'errorMessage' => 'No Listener to the specified port of the Load Balancer.'], + ['errorCode' => 'CheckedListenerNotFound', 'errorMessage' => 'No health-checked Listener to the specified port of the Load Balancer.'], + ['errorCode' => 'InvalidLoadBalancerId.NotFound', 'errorMessage' => 'LoadBalancerId does not exist.'], ], 500 => [ - [ - 'errorCode' => 'InternalInvokeError', - 'errorMessage' => 'The request processing has failed due to some unknown error, exception or failure.', - ], - [ - 'errorCode' => 'InternalError', - 'errorMessage' => 'The request processing has failed due to some unknown error, exception or failure.', - ], + ['errorCode' => 'InternalInvokeError', 'errorMessage' => 'The request processing has failed due to some unknown error, exception or failure.'], + ['errorCode' => 'InternalError', 'errorMessage' => 'The request processing has failed due to some unknown error, exception or failure.'], ], 503 => [ - [ - 'errorCode' => 'InvalidParameter', - 'errorMessage' => 'The request has failed due to a temporary failure of the server.', - ], - [ - 'errorCode' => 'ServiceUnavailable', - 'errorMessage' => 'The request has failed due to a temporary failure of the server.', - ], + ['errorCode' => 'InvalidParameter', 'errorMessage' => 'The request has failed due to a temporary failure of the server.'], + ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => null, ], 'DeleteLoadBalancer' => [ 'summary' => '删除实例', - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -353,35 +198,24 @@ 'systemTags' => [ 'operationType' => 'delete', 'abilityTreeCode' => '88705', - 'abilityTreeNodes' => [ - 'FEATUREslbMUH6G6', - ], + 'abilityTreeNodes' => ['FEATUREslbMUH6G6'], 'autoTest' => false, ], 'parameters' => [ [ 'name' => 'LoadBalancerId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'access_key_id', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Tags', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], 'responses' => [ @@ -389,9 +223,7 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], ], ], ], @@ -400,14 +232,8 @@ ], 'SetLoadBalancerName' => [ 'summary' => '修改实例名称', - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -416,43 +242,29 @@ 'systemTags' => [ 'operationType' => 'update', 'abilityTreeCode' => '88716', - 'abilityTreeNodes' => [ - 'FEATUREslbMUH6G6', - ], + 'abilityTreeNodes' => ['FEATUREslbMUH6G6'], 'autoTest' => false, ], 'parameters' => [ [ 'name' => 'LoadBalancerId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'LoadBalancerName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'access_key_id', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Tags', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], 'responses' => [ @@ -460,9 +272,7 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], ], ], ], @@ -471,14 +281,8 @@ ], 'SetLoadBalancerStatus' => [ 'summary' => '修改实例状态', - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -487,43 +291,29 @@ 'systemTags' => [ 'operationType' => 'update', 'abilityTreeCode' => '88717', - 'abilityTreeNodes' => [ - 'FEATUREslbMUH6G6', - ], + 'abilityTreeNodes' => ['FEATUREslbMUH6G6'], 'autoTest' => false, ], 'parameters' => [ [ 'name' => 'LoadBalancerId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'LoadBalancerStatus', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'access_key_id', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Tags', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], 'responses' => [ @@ -531,9 +321,7 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], ], ], ], @@ -542,14 +330,8 @@ ], 'DescribeLoadBalancerAttribute' => [ 'summary' => '查询实例信息', - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -558,41 +340,24 @@ 'systemTags' => [ 'operationType' => 'get', 'abilityTreeCode' => '88708', - 'abilityTreeNodes' => [ - 'FEATUREslb5GOIX2', - 'FEATUREslb2FPYY7', - 'FEATUREslbIQWMQE', - 'FEATUREslbH8UDIC', - 'FEATUREslb6Z0K4V', - 'FEATUREslbD4ZY2L', - 'FEATUREslbMMPQ1U', - ], + 'abilityTreeNodes' => ['FEATUREslb5GOIX2', 'FEATUREslb2FPYY7', 'FEATUREslbIQWMQE', 'FEATUREslbH8UDIC', 'FEATUREslb6Z0K4V', 'FEATUREslbD4ZY2L', 'FEATUREslbMMPQ1U'], 'autoTest' => false, ], 'parameters' => [ [ 'name' => 'LoadBalancerId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'access_key_id', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Tags', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], 'responses' => [ @@ -600,88 +365,36 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'VpcId' => [ - 'type' => 'string', - ], - 'CreateTimeStamp' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'LoadBalancerSpec' => [ - 'type' => 'string', - ], - 'AutoReleaseTime' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'IsPublicAddress' => [ - 'type' => 'string', - ], - 'CreateTime' => [ - 'type' => 'string', - ], - 'LoadBalancerId' => [ - 'type' => 'string', - ], - 'PayType' => [ - 'type' => 'string', - ], - 'AddressType' => [ - 'type' => 'string', - ], - 'NetworkType' => [ - 'type' => 'string', - ], - 'RegionId' => [ - 'type' => 'string', - ], - 'EndTime' => [ - 'type' => 'string', - ], - 'VSwitchId' => [ - 'type' => 'string', - ], - 'RequestId' => [ - 'type' => 'string', - ], - 'Bandwidth' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'LoadBalancerStatus' => [ - 'type' => 'string', - ], - 'LoadBalancerName' => [ - 'type' => 'string', - ], - 'InternetChargeType' => [ - 'type' => 'string', - ], - 'Address' => [ - 'type' => 'string', - ], - 'SlaveZoneId' => [ - 'type' => 'string', - ], - 'EndTimeStamp' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'RegionIdAlias' => [ - 'type' => 'string', - ], - 'MasterZoneId' => [ - 'type' => 'string', - ], + 'VpcId' => ['type' => 'string'], + 'CreateTimeStamp' => ['type' => 'integer', 'format' => 'int64'], + 'LoadBalancerSpec' => ['type' => 'string'], + 'AutoReleaseTime' => ['type' => 'integer', 'format' => 'int64'], + 'IsPublicAddress' => ['type' => 'string'], + 'CreateTime' => ['type' => 'string'], + 'LoadBalancerId' => ['type' => 'string'], + 'PayType' => ['type' => 'string'], + 'AddressType' => ['type' => 'string'], + 'NetworkType' => ['type' => 'string'], + 'RegionId' => ['type' => 'string'], + 'EndTime' => ['type' => 'string'], + 'VSwitchId' => ['type' => 'string'], + 'RequestId' => ['type' => 'string'], + 'Bandwidth' => ['type' => 'integer', 'format' => 'int32'], + 'LoadBalancerStatus' => ['type' => 'string'], + 'LoadBalancerName' => ['type' => 'string'], + 'InternetChargeType' => ['type' => 'string'], + 'Address' => ['type' => 'string'], + 'SlaveZoneId' => ['type' => 'string'], + 'EndTimeStamp' => ['type' => 'integer', 'format' => 'int64'], + 'RegionIdAlias' => ['type' => 'string'], + 'MasterZoneId' => ['type' => 'string'], 'ListenerPorts' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'ListenerPort' => [ 'type' => 'array', - 'items' => [ - 'type' => 'string', - ], + 'items' => ['type' => 'string'], ], ], ], @@ -694,13 +407,8 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'ListenerProtocal' => [ - 'type' => 'string', - ], - 'ListenerPort' => [ - 'type' => 'integer', - 'format' => 'int32', - ], + 'ListenerProtocal' => ['type' => 'string'], + 'ListenerPort' => ['type' => 'integer', 'format' => 'int32'], ], ], ], @@ -715,13 +423,8 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'ListenerPort' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'ListenerProtocol' => [ - 'type' => 'string', - ], + 'ListenerPort' => ['type' => 'integer', 'format' => 'int32'], + 'ListenerProtocol' => ['type' => 'string'], ], ], ], @@ -736,13 +439,8 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'Weight' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'ServerId' => [ - 'type' => 'string', - ], + 'Weight' => ['type' => 'integer', 'format' => 'int32'], + 'ServerId' => ['type' => 'string'], ], ], ], @@ -756,14 +454,8 @@ ], 'DescribeLoadBalancers' => [ 'summary' => 'slb实例批量查询', - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -776,177 +468,104 @@ 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '88710', - 'abilityTreeNodes' => [ - 'FEATUREslb5GOIX2', - 'FEATUREslb2FPYY7', - 'FEATUREslbIQWMQE', - 'FEATUREslbH8UDIC', - 'FEATUREslb6Z0K4V', - 'FEATUREslbD4ZY2L', - 'FEATUREslbMMPQ1U', - ], + 'abilityTreeNodes' => ['FEATUREslb5GOIX2', 'FEATUREslb2FPYY7', 'FEATUREslbIQWMQE', 'FEATUREslbH8UDIC', 'FEATUREslb6Z0K4V', 'FEATUREslbD4ZY2L', 'FEATUREslbMMPQ1U'], 'autoTest' => false, ], 'parameters' => [ [ 'name' => 'RegionId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ServerId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'LoadBalancerId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'LoadBalancerName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ServerIntranetAddress', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'AddressType', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'InternetChargeType', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'VpcId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'VSwitchId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'NetworkType', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Address', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MasterZoneId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SlaveZoneId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'access_key_id', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Tags', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PayType', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ResourceGroupId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PageNumber', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'maximum' => '1000', - 'minimum' => '1', - 'default' => '0', - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '1000', 'minimum' => '1', 'default' => '0'], ], [ 'name' => 'PageSize', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'maximum' => '100', - 'minimum' => '1', - 'default' => '10', - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '100', 'minimum' => '1', 'default' => '10'], ], ], 'responses' => [ @@ -954,21 +573,10 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - 'PageNumber' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'PageSize' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'TotalCount' => [ - 'type' => 'integer', - 'format' => 'int32', - ], + 'RequestId' => ['type' => 'string'], + 'PageNumber' => ['type' => 'integer', 'format' => 'int32'], + 'PageSize' => ['type' => 'integer', 'format' => 'int32'], + 'TotalCount' => ['type' => 'integer', 'format' => 'int32'], 'LoadBalancers' => [ 'type' => 'object', 'itemNode' => true, @@ -978,58 +586,23 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'VpcId' => [ - 'type' => 'string', - ], - 'CreateTimeStamp' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'CreateTime' => [ - 'type' => 'string', - ], - 'LoadBalancerId' => [ - 'type' => 'string', - ], - 'PayType' => [ - 'type' => 'string', - ], - 'AddressType' => [ - 'type' => 'string', - ], - 'NetworkType' => [ - 'type' => 'string', - ], - 'RegionId' => [ - 'type' => 'string', - ], - 'VSwitchId' => [ - 'type' => 'string', - ], - 'LoadBalancerStatus' => [ - 'type' => 'string', - ], - 'LoadBalancerName' => [ - 'type' => 'string', - ], - 'ResourceGroupId' => [ - 'type' => 'string', - ], - 'InternetChargeType' => [ - 'type' => 'string', - ], - 'Address' => [ - 'type' => 'string', - ], - 'SlaveZoneId' => [ - 'type' => 'string', - ], - 'RegionIdAlias' => [ - 'type' => 'string', - ], - 'MasterZoneId' => [ - 'type' => 'string', - ], + 'VpcId' => ['type' => 'string'], + 'CreateTimeStamp' => ['type' => 'integer', 'format' => 'int64'], + 'CreateTime' => ['type' => 'string'], + 'LoadBalancerId' => ['type' => 'string'], + 'PayType' => ['type' => 'string'], + 'AddressType' => ['type' => 'string'], + 'NetworkType' => ['type' => 'string'], + 'RegionId' => ['type' => 'string'], + 'VSwitchId' => ['type' => 'string'], + 'LoadBalancerStatus' => ['type' => 'string'], + 'LoadBalancerName' => ['type' => 'string'], + 'ResourceGroupId' => ['type' => 'string'], + 'InternetChargeType' => ['type' => 'string'], + 'Address' => ['type' => 'string'], + 'SlaveZoneId' => ['type' => 'string'], + 'RegionIdAlias' => ['type' => 'string'], + 'MasterZoneId' => ['type' => 'string'], ], ], ], @@ -1039,21 +612,13 @@ ], ], ], - 'staticInfo' => [ - 'returnType' => 'synchronous', - ], + 'staticInfo' => ['returnType' => 'synchronous'], 'responseDemo' => null, ], 'AddBackendServers' => [ 'summary' => '添加后端服务器', - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1062,45 +627,29 @@ 'systemTags' => [ 'operationType' => 'create', 'abilityTreeCode' => '88701', - 'abilityTreeNodes' => [ - 'FEATUREslbZCBC3S', - 'FEATUREslb2W3JY0', - 'FEATUREslbQ7A0BW', - ], + 'abilityTreeNodes' => ['FEATUREslbZCBC3S', 'FEATUREslb2W3JY0', 'FEATUREslbQ7A0BW'], 'autoTest' => false, ], 'parameters' => [ [ 'name' => 'LoadBalancerId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'BackendServers', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'access_key_id', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Tags', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], 'responses' => [ @@ -1108,12 +657,8 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'LoadBalancerId' => [ - 'type' => 'string', - ], - 'RequestId' => [ - 'type' => 'string', - ], + 'LoadBalancerId' => ['type' => 'string'], + 'RequestId' => ['type' => 'string'], 'BackendServers' => [ 'type' => 'object', 'itemNode' => true, @@ -1123,12 +668,8 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'Weight' => [ - 'type' => 'string', - ], - 'ServerId' => [ - 'type' => 'string', - ], + 'Weight' => ['type' => 'string'], + 'ServerId' => ['type' => 'string'], ], ], ], @@ -1142,14 +683,8 @@ ], 'DescribeBackendServers' => [ 'summary' => '查询后端服务器', - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1160,56 +695,34 @@ 'systemTags' => [ 'operationType' => 'get', 'abilityTreeCode' => '88707', - 'abilityTreeNodes' => [ - 'FEATUREslbZCBC3S', - 'FEATUREslb2W3JY0', - 'FEATUREslbQ7A0BW', - ], + 'abilityTreeNodes' => ['FEATUREslbZCBC3S', 'FEATUREslb2W3JY0', 'FEATUREslbQ7A0BW'], 'autoTest' => false, ], 'parameters' => [ [ 'name' => 'LoadBalancerId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ListenerPort', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'maximum' => '65535', - 'minimum' => '1', - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '65535', 'minimum' => '1'], ], [ 'name' => 'access_key_id', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Tags', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'RegionId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], 'responses' => [ @@ -1217,9 +730,7 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], 'Listeners' => [ 'type' => 'object', 'itemNode' => true, @@ -1229,10 +740,7 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'ListenerPort' => [ - 'type' => 'integer', - 'format' => 'int32', - ], + 'ListenerPort' => ['type' => 'integer', 'format' => 'int32'], 'BackendServers' => [ 'type' => 'object', 'itemNode' => true, @@ -1242,12 +750,8 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'ServerHealthStatus' => [ - 'type' => 'string', - ], - 'ServerId' => [ - 'type' => 'string', - ], + 'ServerHealthStatus' => ['type' => 'string'], + 'ServerId' => ['type' => 'string'], ], ], ], @@ -1266,14 +770,8 @@ ], 'RemoveBackendServers' => [ 'summary' => '删除默认服务器组的后端服务器', - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1282,43 +780,29 @@ 'systemTags' => [ 'operationType' => 'delete', 'abilityTreeCode' => '88713', - 'abilityTreeNodes' => [ - 'FEATUREslbZCBC3S', - ], + 'abilityTreeNodes' => ['FEATUREslbZCBC3S'], 'autoTest' => false, ], 'parameters' => [ [ 'name' => 'LoadBalancerId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'BackendServers', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'access_key_id', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Tags', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], 'responses' => [ @@ -1326,12 +810,8 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'LoadBalancerId' => [ - 'type' => 'string', - ], - 'RequestId' => [ - 'type' => 'string', - ], + 'LoadBalancerId' => ['type' => 'string'], + 'RequestId' => ['type' => 'string'], 'BackendServers' => [ 'type' => 'object', 'itemNode' => true, @@ -1341,13 +821,8 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'Weight' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'ServerId' => [ - 'type' => 'string', - ], + 'Weight' => ['type' => 'integer', 'format' => 'int32'], + 'ServerId' => ['type' => 'string'], ], ], ], @@ -1361,14 +836,8 @@ ], 'CreateLoadBalancerHTTPListener' => [ 'summary' => '创建HTTP监听', - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1377,173 +846,104 @@ 'systemTags' => [ 'operationType' => 'create', 'abilityTreeCode' => '88703', - 'abilityTreeNodes' => [ - 'FEATUREslbPXBZ65', - ], + 'abilityTreeNodes' => ['FEATUREslbPXBZ65'], 'autoTest' => false, ], 'parameters' => [ [ 'name' => 'LoadBalancerId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ListenerPort', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'BackendServerPort', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'ListenerStatus', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'XForwardedFor', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Scheduler', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'StickySession', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'StickySessionType', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CookieTimeout', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'Cookie', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'HealthCheck', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Domain', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'URI', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'HealthyThreshold', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'UnhealthyThreshold', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'HealthCheckTimeout', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'Interval', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'HostId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Bandwidth', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'maximum' => '5120', - 'minimum' => '-1', - 'default' => '-1', - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'maximum' => '5120', 'minimum' => '-1', 'default' => '-1'], ], ], 'responses' => [ @@ -1551,96 +951,41 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], ], ], ], ], 'errorCodes' => [ 400 => [ - [ - 'errorCode' => 'InvalidServerId.NotFound', - 'errorMessage' => 'The specified server is not found.', - ], - [ - 'errorCode' => 'InvalidParameter', - 'errorMessage' => 'The specified parameter "BackendServers" is not valid.', - ], - [ - 'errorCode' => 'UnsupportedOperation', - 'errorMessage' => 'The specified action is not supported.', - ], - [ - 'errorCode' => 'ListenerAlreadyExists', - 'errorMessage' => 'There is already a listener bound to the port on the specified load balancer.', - ], - [ - 'errorCode' => 'MissingParameter', - 'errorMessage' => 'The input parameter "Cookie" that is mandatory for processing this request is not supplied.', - ], - [ - 'errorCode' => 'TooManyBackendServers', - 'errorMessage' => 'The backend server parameter has too many entries.', - ], - [ - 'errorCode' => 'InvalidServerId.Malformed', - 'errorMessage' => 'A specified server ID is not valid.', - ], - [ - 'errorCode' => 'InvalidWeight.Malformed', - 'errorMessage' => 'A specified weight is not valid.', - ], - [ - 'errorCode' => 'StickySessionInvalid', - 'errorMessage' => 'StickySessionInvalid.', - ], + ['errorCode' => 'InvalidServerId.NotFound', 'errorMessage' => 'The specified server is not found.'], + ['errorCode' => 'InvalidParameter', 'errorMessage' => 'The specified parameter "BackendServers" is not valid.'], + ['errorCode' => 'UnsupportedOperation', 'errorMessage' => 'The specified action is not supported.'], + ['errorCode' => 'ListenerAlreadyExists', 'errorMessage' => 'There is already a listener bound to the port on the specified load balancer.'], + ['errorCode' => 'MissingParameter', 'errorMessage' => 'The input parameter "Cookie" that is mandatory for processing this request is not supplied.'], + ['errorCode' => 'TooManyBackendServers', 'errorMessage' => 'The backend server parameter has too many entries.'], + ['errorCode' => 'InvalidServerId.Malformed', 'errorMessage' => 'A specified server ID is not valid.'], + ['errorCode' => 'InvalidWeight.Malformed', 'errorMessage' => 'A specified weight is not valid.'], + ['errorCode' => 'StickySessionInvalid', 'errorMessage' => 'StickySessionInvalid.'], ], 404 => [ - [ - 'errorCode' => 'InvalidRegionId.NotFound', - 'errorMessage' => 'Specified region does not exist.', - ], - [ - 'errorCode' => 'ListenerNotFound', - 'errorMessage' => 'No Listener to the specified port of the Load Balancer.', - ], - [ - 'errorCode' => 'CheckedListenerNotFound', - 'errorMessage' => 'No health-checked Listener to the specified port of the Load Balancer.', - ], - [ - 'errorCode' => 'InvalidLoadBalancerId.NotFound', - 'errorMessage' => 'LoadBalancerId does not exist.', - ], + ['errorCode' => 'InvalidRegionId.NotFound', 'errorMessage' => 'Specified region does not exist.'], + ['errorCode' => 'ListenerNotFound', 'errorMessage' => 'No Listener to the specified port of the Load Balancer.'], + ['errorCode' => 'CheckedListenerNotFound', 'errorMessage' => 'No health-checked Listener to the specified port of the Load Balancer.'], + ['errorCode' => 'InvalidLoadBalancerId.NotFound', 'errorMessage' => 'LoadBalancerId does not exist.'], ], 503 => [ - [ - 'errorCode' => 'InvalidParameter', - 'errorMessage' => 'The request has failed due to a temporary failure of the server.', - ], - [ - 'errorCode' => 'ServiceUnavailable', - 'errorMessage' => 'The request has failed due to a temporary failure of the server.', - ], + ['errorCode' => 'InvalidParameter', 'errorMessage' => 'The request has failed due to a temporary failure of the server.'], + ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server.'], ], ], - 'staticInfo' => [ - 'returnType' => 'synchronous', - ], + 'staticInfo' => ['returnType' => 'synchronous'], 'responseDemo' => null, ], 'CreateLoadBalancerTCPListener' => [ 'summary' => '创建TCP监听', - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1649,237 +994,124 @@ 'systemTags' => [ 'operationType' => 'create', 'abilityTreeCode' => '88704', - 'abilityTreeNodes' => [ - 'FEATUREslbOL61C3', - ], + 'abilityTreeNodes' => ['FEATUREslbOL61C3'], 'autoTest' => false, ], 'parameters' => [ [ 'name' => 'LoadBalancerId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ListenerPort', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - 'maximum' => '65535', - 'minimum' => '1', - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true, 'maximum' => '65535', 'minimum' => '1'], ], [ 'name' => 'BackendServerPort', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'maximum' => '65535', - 'minimum' => '1', - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '65535', 'minimum' => '1'], ], [ 'name' => 'ListenerStatus', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'default' => 'inactive', - ], + 'schema' => ['type' => 'string', 'required' => false, 'default' => 'inactive'], ], [ 'name' => 'Bandwidth', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'maximum' => '5000', - 'minimum' => '-1', - 'default' => '-1', - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '5000', 'minimum' => '-1', 'default' => '-1'], ], [ 'name' => 'Scheduler', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'default' => 'wrr', - ], + 'schema' => ['type' => 'string', 'required' => false, 'default' => 'wrr'], ], [ 'name' => 'PersistenceTimeout', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'maximum' => '3600', - 'minimum' => '0', - 'default' => '0', - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '3600', 'minimum' => '0', 'default' => '0'], ], [ 'name' => 'EstablishedTimeout', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'maximum' => '900', - 'minimum' => '10', - 'default' => '900', - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '900', 'minimum' => '10', 'default' => '900'], ], [ 'name' => 'HealthyThreshold', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'maximum' => '10', - 'minimum' => '1', - 'default' => '3', - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '10', 'minimum' => '1', 'default' => '3'], ], [ 'name' => 'UnhealthyThreshold', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'maximum' => '10', - 'minimum' => '1', - 'default' => '3', - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '10', 'minimum' => '1', 'default' => '3'], ], [ 'name' => 'HealthCheck', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ConnectTimeout', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'maximum' => '300', - 'minimum' => '1', - 'default' => '5', - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '300', 'minimum' => '1', 'default' => '5'], ], [ 'name' => 'ConnectPort', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'maximum' => '65535', - 'minimum' => '1', - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '65535', 'minimum' => '1'], ], [ 'name' => 'Interval', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'maximum' => '50', - 'minimum' => '1', - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '50', 'minimum' => '1'], ], [ 'name' => 'HealthCheckDomain', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'HealthCheckURI', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'HealthCheckHttpCode', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'HealthCheckType', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MaxConnection', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'maximum' => '5000000', - 'minimum' => '5000', - 'default' => '5000000', - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '5000000', 'minimum' => '5000', 'default' => '5000000'], ], [ 'name' => 'access_key_id', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'VServerGroupId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MasterSlaveServerGroupId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Tags', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], 'responses' => [ @@ -1887,33 +1119,22 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], ], ], ], ], 'errorCodes' => [ 400 => [ - [ - 'errorCode' => 'Abs.VServerGroupIdAndMasterSlaveServerGroupId.MissMatch', - 'errorMessage' => 'The parameters VServerGroupId or MasterSlaveServerGroupId miss match.', - ], + ['errorCode' => 'Abs.VServerGroupIdAndMasterSlaveServerGroupId.MissMatch', 'errorMessage' => 'The parameters VServerGroupId or MasterSlaveServerGroupId miss match.'], ], ], 'responseDemo' => null, ], 'DeleteLoadBalancerListener' => [ 'summary' => '删除监听', - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1922,50 +1143,29 @@ 'systemTags' => [ 'operationType' => 'delete', 'abilityTreeCode' => '88706', - 'abilityTreeNodes' => [ - 'FEATUREslbOL61C3', - 'FEATUREslbMJNWX5', - 'FEATUREslbPXBZ65', - 'FEATUREslbFSBXXR', - 'FEATUREslb4A0V0T', - ], + 'abilityTreeNodes' => ['FEATUREslbOL61C3', 'FEATUREslbMJNWX5', 'FEATUREslbPXBZ65', 'FEATUREslbFSBXXR', 'FEATUREslb4A0V0T'], 'autoTest' => false, ], 'parameters' => [ [ 'name' => 'LoadBalancerId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ListenerPort', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - 'maximum' => '65535', - 'minimum' => '1', - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true, 'maximum' => '65535', 'minimum' => '1'], ], [ 'name' => 'access_key_id', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Tags', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], 'responses' => [ @@ -1973,9 +1173,7 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], ], ], ], @@ -1984,14 +1182,8 @@ ], 'SetLoadBalancerHTTPListenerAttribute' => [ 'summary' => '更新http监听', - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -2000,145 +1192,89 @@ 'systemTags' => [ 'operationType' => 'update', 'abilityTreeCode' => '88714', - 'abilityTreeNodes' => [ - 'FEATUREslbPXBZ65', - ], + 'abilityTreeNodes' => ['FEATUREslbPXBZ65'], 'autoTest' => false, ], 'parameters' => [ [ 'name' => 'LoadBalancerId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ListenerPort', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'XForwardedFor', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Scheduler', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'StickySession', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'StickySessionType', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CookieTimeout', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'Cookie', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'HealthCheck', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Domain', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'URI', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'HealthyThreshold', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'UnhealthyThreshold', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'HealthCheckTimeout', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'Interval', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'HostId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], 'responses' => [ @@ -2146,93 +1282,40 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], ], ], ], ], 'errorCodes' => [ 400 => [ - [ - 'errorCode' => 'InvalidServerId.NotFound', - 'errorMessage' => 'The specified server is not found.', - ], - [ - 'errorCode' => 'InvalidParameter', - 'errorMessage' => 'The specified parameter "BackendServers" is not valid.', - ], - [ - 'errorCode' => 'UnsupportedOperation', - 'errorMessage' => 'The specified action is not supported.', - ], - [ - 'errorCode' => 'ListenerAlreadyExists', - 'errorMessage' => 'There is already a listener bound to the port on the specified load balancer.', - ], - [ - 'errorCode' => 'MissingParameter', - 'errorMessage' => 'The input parameter "Cookie" that is mandatory for processing this request is not supplied.', - ], - [ - 'errorCode' => 'TooManyBackendServers', - 'errorMessage' => 'The backend server parameter has too many entries.', - ], - [ - 'errorCode' => 'InvalidServerId.Malformed', - 'errorMessage' => 'A specified server ID is not valid.', - ], - [ - 'errorCode' => 'InvalidWeight.Malformed', - 'errorMessage' => 'A specified weight is not valid.', - ], - [ - 'errorCode' => 'StickySessionInvalid', - 'errorMessage' => 'StickySessionInvalid.', - ], + ['errorCode' => 'InvalidServerId.NotFound', 'errorMessage' => 'The specified server is not found.'], + ['errorCode' => 'InvalidParameter', 'errorMessage' => 'The specified parameter "BackendServers" is not valid.'], + ['errorCode' => 'UnsupportedOperation', 'errorMessage' => 'The specified action is not supported.'], + ['errorCode' => 'ListenerAlreadyExists', 'errorMessage' => 'There is already a listener bound to the port on the specified load balancer.'], + ['errorCode' => 'MissingParameter', 'errorMessage' => 'The input parameter "Cookie" that is mandatory for processing this request is not supplied.'], + ['errorCode' => 'TooManyBackendServers', 'errorMessage' => 'The backend server parameter has too many entries.'], + ['errorCode' => 'InvalidServerId.Malformed', 'errorMessage' => 'A specified server ID is not valid.'], + ['errorCode' => 'InvalidWeight.Malformed', 'errorMessage' => 'A specified weight is not valid.'], + ['errorCode' => 'StickySessionInvalid', 'errorMessage' => 'StickySessionInvalid.'], ], 404 => [ - [ - 'errorCode' => 'InvalidRegionId.NotFound', - 'errorMessage' => 'Specified region does not exist.', - ], - [ - 'errorCode' => 'ListenerNotFound', - 'errorMessage' => 'No Listener to the specified port of the Load Balancer.', - ], - [ - 'errorCode' => 'CheckedListenerNotFound', - 'errorMessage' => 'No health-checked Listener to the specified port of the Load Balancer.', - ], - [ - 'errorCode' => 'InvalidLoadBalancerId.NotFound', - 'errorMessage' => 'LoadBalancerId does not exist.', - ], + ['errorCode' => 'InvalidRegionId.NotFound', 'errorMessage' => 'Specified region does not exist.'], + ['errorCode' => 'ListenerNotFound', 'errorMessage' => 'No Listener to the specified port of the Load Balancer.'], + ['errorCode' => 'CheckedListenerNotFound', 'errorMessage' => 'No health-checked Listener to the specified port of the Load Balancer.'], + ['errorCode' => 'InvalidLoadBalancerId.NotFound', 'errorMessage' => 'LoadBalancerId does not exist.'], ], 503 => [ - [ - 'errorCode' => 'InvalidParameter', - 'errorMessage' => 'The request has failed due to a temporary failure of the server.', - ], - [ - 'errorCode' => 'ServiceUnavailable', - 'errorMessage' => 'The request has failed due to a temporary failure of the server.', - ], + ['errorCode' => 'InvalidParameter', 'errorMessage' => 'The request has failed due to a temporary failure of the server.'], + ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => null, ], 'SetLoadBalancerListenerStatus' => [ 'summary' => '修改监听状态', - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -2241,48 +1324,29 @@ 'systemTags' => [ 'operationType' => 'update', 'abilityTreeCode' => '88715', - 'abilityTreeNodes' => [ - 'FEATUREslbOL61C3', - 'FEATUREslbMJNWX5', - 'FEATUREslbPXBZ65', - 'FEATUREslbFSBXXR', - 'FEATUREslb4A0V0T', - ], + 'abilityTreeNodes' => ['FEATUREslbOL61C3', 'FEATUREslbMJNWX5', 'FEATUREslbPXBZ65', 'FEATUREslbFSBXXR', 'FEATUREslb4A0V0T'], 'autoTest' => false, ], 'parameters' => [ [ 'name' => 'LoadBalancerId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ListenerPort', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'ListenerStatus', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'HostId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], 'responses' => [ @@ -2290,89 +1354,39 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], ], ], ], ], 'errorCodes' => [ 400 => [ - [ - 'errorCode' => 'InvalidServerId.NotFound', - 'errorMessage' => 'The specified server is not found.', - ], - [ - 'errorCode' => 'InvalidParameter', - 'errorMessage' => 'The specified parameter "BackendServers" is not valid.', - ], - [ - 'errorCode' => 'UnsupportedOperation', - 'errorMessage' => 'The specified action is not supported.', - ], - [ - 'errorCode' => 'ListenerAlreadyExists', - 'errorMessage' => 'There is already a listener bound to the port on the specified load balancer.', - ], - [ - 'errorCode' => 'MissingParameter', - 'errorMessage' => 'The input parameter "Cookie" that is mandatory for processing this request is not supplied.', - ], - [ - 'errorCode' => 'TooManyBackendServers', - 'errorMessage' => 'The backend server parameter has too many entries.', - ], - [ - 'errorCode' => 'InvalidServerId.Malformed', - 'errorMessage' => 'A specified server ID is not valid.', - ], - [ - 'errorCode' => 'InvalidWeight.Malformed', - 'errorMessage' => 'A specified weight is not valid.', - ], + ['errorCode' => 'InvalidServerId.NotFound', 'errorMessage' => 'The specified server is not found.'], + ['errorCode' => 'InvalidParameter', 'errorMessage' => 'The specified parameter "BackendServers" is not valid.'], + ['errorCode' => 'UnsupportedOperation', 'errorMessage' => 'The specified action is not supported.'], + ['errorCode' => 'ListenerAlreadyExists', 'errorMessage' => 'There is already a listener bound to the port on the specified load balancer.'], + ['errorCode' => 'MissingParameter', 'errorMessage' => 'The input parameter "Cookie" that is mandatory for processing this request is not supplied.'], + ['errorCode' => 'TooManyBackendServers', 'errorMessage' => 'The backend server parameter has too many entries.'], + ['errorCode' => 'InvalidServerId.Malformed', 'errorMessage' => 'A specified server ID is not valid.'], + ['errorCode' => 'InvalidWeight.Malformed', 'errorMessage' => 'A specified weight is not valid.'], ], 404 => [ - [ - 'errorCode' => 'InvalidRegionId.NotFound', - 'errorMessage' => 'Specified region does not exist.', - ], - [ - 'errorCode' => 'ListenerNotFound', - 'errorMessage' => 'No Listener to the specified port of the Load Balancer.', - ], - [ - 'errorCode' => 'CheckedListenerNotFound', - 'errorMessage' => 'No health-checked Listener to the specified port of the Load Balancer.', - ], - [ - 'errorCode' => 'InvalidLoadBalancerId.NotFound', - 'errorMessage' => 'LoadBalancerId does not exist.', - ], + ['errorCode' => 'InvalidRegionId.NotFound', 'errorMessage' => 'Specified region does not exist.'], + ['errorCode' => 'ListenerNotFound', 'errorMessage' => 'No Listener to the specified port of the Load Balancer.'], + ['errorCode' => 'CheckedListenerNotFound', 'errorMessage' => 'No health-checked Listener to the specified port of the Load Balancer.'], + ['errorCode' => 'InvalidLoadBalancerId.NotFound', 'errorMessage' => 'LoadBalancerId does not exist.'], ], 503 => [ - [ - 'errorCode' => 'InvalidParameter', - 'errorMessage' => 'The request has failed due to a temporary failure of the server.', - ], - [ - 'errorCode' => 'ServiceUnavailable', - 'errorMessage' => 'The request has failed due to a temporary failure of the server.', - ], + ['errorCode' => 'InvalidParameter', 'errorMessage' => 'The request has failed due to a temporary failure of the server.'], + ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => null, ], 'SetLoadBalancerTCPListenerAttribute' => [ 'summary' => '更新tcp监听', - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -2381,113 +1395,64 @@ 'systemTags' => [ 'operationType' => 'update', 'abilityTreeCode' => '88718', - 'abilityTreeNodes' => [ - 'FEATUREslbOL61C3', - 'FEATUREslb4A0V0T', - ], + 'abilityTreeNodes' => ['FEATUREslbOL61C3', 'FEATUREslb4A0V0T'], 'autoTest' => false, ], 'parameters' => [ [ 'name' => 'LoadBalancerId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ListenerPort', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'Scheduler', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PersistenceTimeout', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'HealthCheck', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'HealthyThreshold', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'maximum' => '10', - 'minimum' => '1', - 'default' => '3', - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '10', 'minimum' => '1', 'default' => '3'], ], [ 'name' => 'UnhealthyThreshold', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'maximum' => '10', - 'minimum' => '1', - 'default' => '3', - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '10', 'minimum' => '1', 'default' => '3'], ], [ 'name' => 'ConnectTimeout', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'ConnectPort', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'Interval', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'HostId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], 'responses' => [ @@ -2495,93 +1460,40 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], ], ], ], ], 'errorCodes' => [ 400 => [ - [ - 'errorCode' => 'InvalidServerId.NotFound', - 'errorMessage' => 'The specified server is not found.', - ], - [ - 'errorCode' => 'InvalidParameter', - 'errorMessage' => 'The specified parameter "BackendServers" is not valid.', - ], - [ - 'errorCode' => 'UnsupportedOperation', - 'errorMessage' => 'The specified action is not supported.', - ], - [ - 'errorCode' => 'ListenerAlreadyExists', - 'errorMessage' => 'There is already a listener bound to the port on the specified load balancer.', - ], - [ - 'errorCode' => 'MissingParameter', - 'errorMessage' => 'The input parameter "Cookie" that is mandatory for processing this request is not supplied.', - ], - [ - 'errorCode' => 'TooManyBackendServers', - 'errorMessage' => 'The backend server parameter has too many entries.', - ], - [ - 'errorCode' => 'InvalidServerId.Malformed', - 'errorMessage' => 'A specified server ID is not valid.', - ], - [ - 'errorCode' => 'InvalidWeight.Malformed', - 'errorMessage' => 'A specified weight is not valid.', - ], - [ - 'errorCode' => 'StickySessionInvalid', - 'errorMessage' => 'StickySessionInvalid.', - ], + ['errorCode' => 'InvalidServerId.NotFound', 'errorMessage' => 'The specified server is not found.'], + ['errorCode' => 'InvalidParameter', 'errorMessage' => 'The specified parameter "BackendServers" is not valid.'], + ['errorCode' => 'UnsupportedOperation', 'errorMessage' => 'The specified action is not supported.'], + ['errorCode' => 'ListenerAlreadyExists', 'errorMessage' => 'There is already a listener bound to the port on the specified load balancer.'], + ['errorCode' => 'MissingParameter', 'errorMessage' => 'The input parameter "Cookie" that is mandatory for processing this request is not supplied.'], + ['errorCode' => 'TooManyBackendServers', 'errorMessage' => 'The backend server parameter has too many entries.'], + ['errorCode' => 'InvalidServerId.Malformed', 'errorMessage' => 'A specified server ID is not valid.'], + ['errorCode' => 'InvalidWeight.Malformed', 'errorMessage' => 'A specified weight is not valid.'], + ['errorCode' => 'StickySessionInvalid', 'errorMessage' => 'StickySessionInvalid.'], ], 404 => [ - [ - 'errorCode' => 'InvalidRegionId.NotFound', - 'errorMessage' => 'Specified region does not exist.', - ], - [ - 'errorCode' => 'ListenerNotFound', - 'errorMessage' => 'No Listener to the specified port of the Load Balancer.', - ], - [ - 'errorCode' => 'CheckedListenerNotFound', - 'errorMessage' => 'No health-checked Listener to the specified port of the Load Balancer.', - ], - [ - 'errorCode' => 'InvalidLoadBalancerId.NotFound', - 'errorMessage' => 'LoadBalancerId does not exist.', - ], + ['errorCode' => 'InvalidRegionId.NotFound', 'errorMessage' => 'Specified region does not exist.'], + ['errorCode' => 'ListenerNotFound', 'errorMessage' => 'No Listener to the specified port of the Load Balancer.'], + ['errorCode' => 'CheckedListenerNotFound', 'errorMessage' => 'No health-checked Listener to the specified port of the Load Balancer.'], + ['errorCode' => 'InvalidLoadBalancerId.NotFound', 'errorMessage' => 'LoadBalancerId does not exist.'], ], 503 => [ - [ - 'errorCode' => 'InvalidParameter', - 'errorMessage' => 'The request has failed due to a temporary failure of the server.', - ], - [ - 'errorCode' => 'ServiceUnavailable', - 'errorMessage' => 'The request has failed due to a temporary failure of the server.', - ], + ['errorCode' => 'InvalidParameter', 'errorMessage' => 'The request has failed due to a temporary failure of the server.'], + ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server.'], ], ], 'responseDemo' => null, ], 'DescribeLoadBalancerHTTPListenerAttribute' => [ 'summary' => ' 查询HTTP监听配置', - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -2590,46 +1502,29 @@ 'systemTags' => [ 'operationType' => 'get', 'abilityTreeCode' => '88709', - 'abilityTreeNodes' => [ - 'FEATUREslbPXBZ65', - ], + 'abilityTreeNodes' => ['FEATUREslbPXBZ65'], 'autoTest' => false, ], 'parameters' => [ [ 'name' => 'LoadBalancerId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ListenerPort', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - 'maximum' => '65535', - 'minimum' => '1', - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true, 'maximum' => '65535', 'minimum' => '1'], ], [ 'name' => 'access_key_id', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Tags', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], 'responses' => [ @@ -2637,97 +1532,33 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'Status' => [ - 'type' => 'string', - ], - 'VServerGroupId' => [ - 'type' => 'string', - ], - 'Cookie' => [ - 'type' => 'string', - ], - 'Gzip' => [ - 'type' => 'string', - ], - 'RequestId' => [ - 'type' => 'string', - ], - 'HealthCheckConnectPort' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'Bandwidth' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'HealthCheckTimeout' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'BackendServerPort' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'CookieTimeout' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'URI' => [ - 'type' => 'string', - ], - 'UnhealthyThreshold' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'XForwardedFor_SLBID' => [ - 'type' => 'string', - ], - 'SecurityStatus' => [ - 'type' => 'string', - ], - 'HealthCheckHttpCode' => [ - 'type' => 'string', - ], - 'Domain' => [ - 'type' => 'string', - ], - 'MaxConnection' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'XForwardedFor' => [ - 'type' => 'string', - ], - 'ListenerPort' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'StickySessionType' => [ - 'type' => 'string', - ], - 'Scheduler' => [ - 'type' => 'string', - ], - 'Interval' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'HealthyThreshold' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'XForwardedFor_proto' => [ - 'type' => 'string', - ], - 'XForwardedFor_SLBIP' => [ - 'type' => 'string', - ], - 'StickySession' => [ - 'type' => 'string', - ], - 'HealthCheck' => [ - 'type' => 'string', - ], + 'Status' => ['type' => 'string'], + 'VServerGroupId' => ['type' => 'string'], + 'Cookie' => ['type' => 'string'], + 'Gzip' => ['type' => 'string'], + 'RequestId' => ['type' => 'string'], + 'HealthCheckConnectPort' => ['type' => 'integer', 'format' => 'int32'], + 'Bandwidth' => ['type' => 'integer', 'format' => 'int32'], + 'HealthCheckTimeout' => ['type' => 'integer', 'format' => 'int32'], + 'BackendServerPort' => ['type' => 'integer', 'format' => 'int32'], + 'CookieTimeout' => ['type' => 'integer', 'format' => 'int32'], + 'URI' => ['type' => 'string'], + 'UnhealthyThreshold' => ['type' => 'integer', 'format' => 'int32'], + 'XForwardedFor_SLBID' => ['type' => 'string'], + 'SecurityStatus' => ['type' => 'string'], + 'HealthCheckHttpCode' => ['type' => 'string'], + 'Domain' => ['type' => 'string'], + 'MaxConnection' => ['type' => 'integer', 'format' => 'int32'], + 'XForwardedFor' => ['type' => 'string'], + 'ListenerPort' => ['type' => 'integer', 'format' => 'int32'], + 'StickySessionType' => ['type' => 'string'], + 'Scheduler' => ['type' => 'string'], + 'Interval' => ['type' => 'integer', 'format' => 'int32'], + 'HealthyThreshold' => ['type' => 'integer', 'format' => 'int32'], + 'XForwardedFor_proto' => ['type' => 'string'], + 'XForwardedFor_SLBIP' => ['type' => 'string'], + 'StickySession' => ['type' => 'string'], + 'HealthCheck' => ['type' => 'string'], ], ], ], @@ -2736,14 +1567,8 @@ ], 'DescribeLoadBalancerTCPListenerAttribute' => [ 'summary' => ' 查询TCP监听配置', - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -2752,47 +1577,29 @@ 'systemTags' => [ 'operationType' => 'get', 'abilityTreeCode' => '88711', - 'abilityTreeNodes' => [ - 'FEATUREslbOL61C3', - 'FEATUREslb4A0V0T', - ], + 'abilityTreeNodes' => ['FEATUREslbOL61C3', 'FEATUREslb4A0V0T'], 'autoTest' => false, ], 'parameters' => [ [ 'name' => 'LoadBalancerId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ListenerPort', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - 'maximum' => '65535', - 'minimum' => '1', - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true, 'maximum' => '65535', 'minimum' => '1'], ], [ 'name' => 'access_key_id', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Tags', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], 'responses' => [ @@ -2800,83 +1607,28 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'VServerGroupId' => [ - 'type' => 'string', - ], - 'HealthCheckHttpCode' => [ - 'type' => 'string', - ], - 'ConnectPort' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'Status' => [ - 'type' => 'string', - ], - 'MaxConnection' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'PersistenceTimeout' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'ListenerPort' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'HealthCheckURI' => [ - 'type' => 'string', - ], - 'SynProxy' => [ - 'type' => 'string', - ], - 'Scheduler' => [ - 'type' => 'string', - ], - 'RequestId' => [ - 'type' => 'string', - ], - 'Interval' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'Bandwidth' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'EstablishedTimeout' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'HealthCheckType' => [ - 'type' => 'string', - ], - 'MasterSlaveServerGroupId' => [ - 'type' => 'string', - ], - 'BackendServerPort' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'HealthyThreshold' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'HealthCheckDomain' => [ - 'type' => 'string', - ], - 'UnhealthyThreshold' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'ConnectTimeout' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'HealthCheck' => [ - 'type' => 'string', - ], + 'VServerGroupId' => ['type' => 'string'], + 'HealthCheckHttpCode' => ['type' => 'string'], + 'ConnectPort' => ['type' => 'integer', 'format' => 'int32'], + 'Status' => ['type' => 'string'], + 'MaxConnection' => ['type' => 'integer', 'format' => 'int32'], + 'PersistenceTimeout' => ['type' => 'integer', 'format' => 'int32'], + 'ListenerPort' => ['type' => 'integer', 'format' => 'int32'], + 'HealthCheckURI' => ['type' => 'string'], + 'SynProxy' => ['type' => 'string'], + 'Scheduler' => ['type' => 'string'], + 'RequestId' => ['type' => 'string'], + 'Interval' => ['type' => 'integer', 'format' => 'int32'], + 'Bandwidth' => ['type' => 'integer', 'format' => 'int32'], + 'EstablishedTimeout' => ['type' => 'integer', 'format' => 'int32'], + 'HealthCheckType' => ['type' => 'string'], + 'MasterSlaveServerGroupId' => ['type' => 'string'], + 'BackendServerPort' => ['type' => 'integer', 'format' => 'int32'], + 'HealthyThreshold' => ['type' => 'integer', 'format' => 'int32'], + 'HealthCheckDomain' => ['type' => 'string'], + 'UnhealthyThreshold' => ['type' => 'integer', 'format' => 'int32'], + 'ConnectTimeout' => ['type' => 'integer', 'format' => 'int32'], + 'HealthCheck' => ['type' => 'string'], ], ], ], @@ -2885,153 +1637,42 @@ ], ], 'endpoints' => [ - [ - 'regionId' => 'cn-qingdao', - 'endpoint' => 'slb.cn-qingdao.aliyuncs.com', - ], - [ - 'regionId' => 'cn-beijing', - 'endpoint' => 'slb.cn-beijing.aliyuncs.com', - ], - [ - 'regionId' => 'cn-zhangjiakou', - 'endpoint' => 'slb.cn-zhangjiakou.aliyuncs.com', - ], - [ - 'regionId' => 'cn-zhengzhou-jva', - 'endpoint' => 'slb.cn-zhengzhou-jva.aliyuncs.com', - ], - [ - 'regionId' => 'cn-huhehaote', - 'endpoint' => 'slb.cn-huhehaote.aliyuncs.com', - ], - [ - 'regionId' => 'cn-wulanchabu', - 'endpoint' => 'slb.cn-wulanchabu.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hangzhou', - 'endpoint' => 'slb.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shanghai', - 'endpoint' => 'slb.cn-shanghai.aliyuncs.com', - ], - [ - 'regionId' => 'cn-nanjing', - 'endpoint' => 'slb.cn-nanjing.aliyuncs.com', - ], - [ - 'regionId' => 'cn-fuzhou', - 'endpoint' => 'slb.cn-fuzhou.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shenzhen', - 'endpoint' => 'slb.cn-shenzhen.aliyuncs.com', - ], - [ - 'regionId' => 'cn-heyuan', - 'endpoint' => 'slb.cn-heyuan.aliyuncs.com', - ], - [ - 'regionId' => 'cn-guangzhou', - 'endpoint' => 'slb.cn-guangzhou.aliyuncs.com', - ], - [ - 'regionId' => 'cn-chengdu', - 'endpoint' => 'slb.cn-chengdu.aliyuncs.com', - ], - [ - 'regionId' => 'cn-wuhan-lr', - 'endpoint' => 'slb.cn-wuhan-lr.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hongkong', - 'endpoint' => 'slb.cn-hongkong.aliyuncs.com', - ], - [ - 'regionId' => 'ap-northeast-1', - 'endpoint' => 'slb.ap-northeast-1.aliyuncs.com', - ], - [ - 'regionId' => 'ap-northeast-2', - 'endpoint' => 'slb.ap-northeast-2.aliyuncs.com', - ], - [ - 'regionId' => 'ap-southeast-1', - 'endpoint' => 'slb.ap-southeast-1.aliyuncs.com', - ], - [ - 'regionId' => 'ap-southeast-2', - 'endpoint' => 'slb.ap-southeast-2.aliyuncs.com', - ], - [ - 'regionId' => 'ap-southeast-3', - 'endpoint' => 'slb.ap-southeast-3.aliyuncs.com', - ], - [ - 'regionId' => 'ap-southeast-5', - 'endpoint' => 'slb.ap-southeast-5.aliyuncs.com', - ], - [ - 'regionId' => 'ap-southeast-6', - 'endpoint' => 'slb.ap-southeast-6.aliyuncs.com', - ], - [ - 'regionId' => 'us-east-1', - 'endpoint' => 'slb.us-east-1.aliyuncs.com', - ], - [ - 'regionId' => 'us-west-1', - 'endpoint' => 'slb.us-west-1.aliyuncs.com', - ], - [ - 'regionId' => 'eu-west-1', - 'endpoint' => 'slb.eu-west-1.aliyuncs.com', - ], - [ - 'regionId' => 'eu-central-1', - 'endpoint' => 'slb.eu-central-1.aliyuncs.com', - ], - [ - 'regionId' => 'ap-south-1', - 'endpoint' => 'slb.ap-south-1.aliyuncs.com', - ], - [ - 'regionId' => 'me-east-1', - 'endpoint' => 'slb.me-east-1.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hangzhou-finance', - 'endpoint' => 'slb.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shanghai-finance-1', - 'endpoint' => 'slb.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shenzhen-finance-1', - 'endpoint' => 'slb.aliyuncs.com', - ], - [ - 'regionId' => 'ap-southeast-7', - 'endpoint' => 'slb.ap-southeast-7.aliyuncs.com', - ], - [ - 'regionId' => 'cn-beijing-finance-1', - 'endpoint' => 'slb.cn-beijing-finance-1.aliyuncs.com', - ], - [ - 'regionId' => 'me-central-1', - 'endpoint' => 'slb.me-central-1.aliyuncs.com', - ], - [ - 'regionId' => 'cn-heyuan-acdr-1', - 'endpoint' => 'slb.cn-heyuan-acdr-1.aliyuncs.com', - ], - [ - 'regionId' => 'na-south-1', - 'endpoint' => 'slb.na-south-1.aliyuncs.com', - ], + ['regionId' => 'cn-qingdao', 'endpoint' => 'slb.cn-qingdao.aliyuncs.com'], + ['regionId' => 'cn-beijing', 'endpoint' => 'slb.cn-beijing.aliyuncs.com'], + ['regionId' => 'cn-zhangjiakou', 'endpoint' => 'slb.cn-zhangjiakou.aliyuncs.com'], + ['regionId' => 'cn-zhengzhou-jva', 'endpoint' => 'slb.cn-zhengzhou-jva.aliyuncs.com'], + ['regionId' => 'cn-huhehaote', 'endpoint' => 'slb.cn-huhehaote.aliyuncs.com'], + ['regionId' => 'cn-wulanchabu', 'endpoint' => 'slb.cn-wulanchabu.aliyuncs.com'], + ['regionId' => 'cn-hangzhou', 'endpoint' => 'slb.aliyuncs.com'], + ['regionId' => 'cn-shanghai', 'endpoint' => 'slb.cn-shanghai.aliyuncs.com'], + ['regionId' => 'cn-nanjing', 'endpoint' => 'slb.cn-nanjing.aliyuncs.com'], + ['regionId' => 'cn-fuzhou', 'endpoint' => 'slb.cn-fuzhou.aliyuncs.com'], + ['regionId' => 'cn-shenzhen', 'endpoint' => 'slb.cn-shenzhen.aliyuncs.com'], + ['regionId' => 'cn-heyuan', 'endpoint' => 'slb.cn-heyuan.aliyuncs.com'], + ['regionId' => 'cn-guangzhou', 'endpoint' => 'slb.cn-guangzhou.aliyuncs.com'], + ['regionId' => 'cn-chengdu', 'endpoint' => 'slb.cn-chengdu.aliyuncs.com'], + ['regionId' => 'cn-wuhan-lr', 'endpoint' => 'slb.cn-wuhan-lr.aliyuncs.com'], + ['regionId' => 'cn-hongkong', 'endpoint' => 'slb.cn-hongkong.aliyuncs.com'], + ['regionId' => 'ap-northeast-1', 'endpoint' => 'slb.ap-northeast-1.aliyuncs.com'], + ['regionId' => 'ap-northeast-2', 'endpoint' => 'slb.ap-northeast-2.aliyuncs.com'], + ['regionId' => 'ap-southeast-1', 'endpoint' => 'slb.ap-southeast-1.aliyuncs.com'], + ['regionId' => 'ap-southeast-2', 'endpoint' => 'slb.ap-southeast-2.aliyuncs.com'], + ['regionId' => 'ap-southeast-3', 'endpoint' => 'slb.ap-southeast-3.aliyuncs.com'], + ['regionId' => 'ap-southeast-5', 'endpoint' => 'slb.ap-southeast-5.aliyuncs.com'], + ['regionId' => 'ap-southeast-6', 'endpoint' => 'slb.ap-southeast-6.aliyuncs.com'], + ['regionId' => 'us-east-1', 'endpoint' => 'slb.us-east-1.aliyuncs.com'], + ['regionId' => 'us-west-1', 'endpoint' => 'slb.us-west-1.aliyuncs.com'], + ['regionId' => 'eu-west-1', 'endpoint' => 'slb.eu-west-1.aliyuncs.com'], + ['regionId' => 'eu-central-1', 'endpoint' => 'slb.eu-central-1.aliyuncs.com'], + ['regionId' => 'ap-south-1', 'endpoint' => 'slb.ap-south-1.aliyuncs.com'], + ['regionId' => 'me-east-1', 'endpoint' => 'slb.me-east-1.aliyuncs.com'], + ['regionId' => 'cn-hangzhou-finance', 'endpoint' => 'slb.aliyuncs.com'], + ['regionId' => 'cn-shanghai-finance-1', 'endpoint' => 'slb.aliyuncs.com'], + ['regionId' => 'cn-shenzhen-finance-1', 'endpoint' => 'slb.aliyuncs.com'], + ['regionId' => 'ap-southeast-7', 'endpoint' => 'slb.ap-southeast-7.aliyuncs.com'], + ['regionId' => 'cn-beijing-finance-1', 'endpoint' => 'slb.cn-beijing-finance-1.aliyuncs.com'], + ['regionId' => 'me-central-1', 'endpoint' => 'slb.me-central-1.aliyuncs.com'], + ['regionId' => 'cn-heyuan-acdr-1', 'endpoint' => 'slb.cn-heyuan-acdr-1.aliyuncs.com'], + ['regionId' => 'na-south-1', 'endpoint' => 'slb.na-south-1.aliyuncs.com'], ], ]; |
