'1.0', 'info' => ['style' => 'RPC', 'product' => 'Slb', 'version' => '2013-02-21'], 'directories' => [ [ 'id' => 95649, 'title' => null, 'type' => 'directory', 'children' => ['DescribeRegions'], ], [ 'id' => 95651, 'title' => null, 'type' => 'directory', 'children' => ['CreateLoadBalancer', 'DeleteLoadBalancer', 'SetLoadBalancerName', 'SetLoadBalancerStatus', 'DescribeLoadBalancerAttribute', 'DescribeLoadBalancers'], ], [ 'id' => 95658, 'title' => null, 'type' => 'directory', 'children' => ['AddBackendServers', 'DescribeBackendServers', 'RemoveBackendServers'], ], [ 'id' => 95662, 'title' => null, 'type' => 'directory', 'children' => ['CreateLoadBalancerHTTPListener', 'CreateLoadBalancerTCPListener', 'DeleteLoadBalancerListener', 'SetLoadBalancerHTTPListenerAttribute', 'SetLoadBalancerListenerStatus', 'SetLoadBalancerTCPListenerAttribute', 'DescribeLoadBalancerHTTPListenerAttribute', 'DescribeLoadBalancerTCPListenerAttribute'], ], ], 'components' => [ 'schemas' => [], ], 'apis' => [ 'DescribeRegions' => [ 'summary' => '查询可用地域', 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'systemTags' => [ 'operationType' => 'get', 'abilityTreeCode' => '88712', 'abilityTreeNodes' => ['FEATUREslbL5KCST'], 'tenantRelevance' => 'publicInformation', ], 'parameters' => [ [ 'name' => 'access_key_id', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Tags', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['type' => 'string'], 'Regions' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'Region' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'LocalName' => ['type' => 'string'], 'RegionId' => ['type' => 'string'], ], ], ], ], ], ], ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'InvalidParameter', 'errorMessage' => ' '], ], ], 'responseDemo' => null, ], 'CreateLoadBalancer' => [ 'summary' => '创建实例', 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'create', 'abilityTreeCode' => '88702', 'abilityTreeNodes' => ['FEATUREslb5GOIX2', 'FEATUREslb2FPYY7', 'FEATUREslbIQWMQE', 'FEATUREslbH8UDIC', 'FEATUREslb6Z0K4V', 'FEATUREslbD4ZY2L', 'FEATUREslbMMPQ1U'], 'autoTest' => false, ], 'parameters' => [ [ 'name' => 'RegionId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'IsPublicAddress', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Address', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ClientToken', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'LoadBalancerName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'LoadBalancerMode', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ '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.'], ], 403 => [ ['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.'], ], 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.'], ], 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.'], ], ], 'responseDemo' => null, ], 'DeleteLoadBalancer' => [ 'summary' => '删除实例', 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'delete', 'abilityTreeCode' => '88705', 'abilityTreeNodes' => ['FEATUREslbMUH6G6'], 'autoTest' => false, ], 'parameters' => [ [ 'name' => 'LoadBalancerId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'access_key_id', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Tags', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['type' => 'string'], ], ], ], ], 'responseDemo' => null, ], 'SetLoadBalancerName' => [ 'summary' => '修改实例名称', 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'update', 'abilityTreeCode' => '88716', 'abilityTreeNodes' => ['FEATUREslbMUH6G6'], 'autoTest' => false, ], 'parameters' => [ [ 'name' => 'LoadBalancerId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'LoadBalancerName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'access_key_id', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Tags', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['type' => 'string'], ], ], ], ], 'responseDemo' => null, ], 'SetLoadBalancerStatus' => [ 'summary' => '修改实例状态', 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'update', 'abilityTreeCode' => '88717', 'abilityTreeNodes' => ['FEATUREslbMUH6G6'], 'autoTest' => false, ], 'parameters' => [ [ 'name' => 'LoadBalancerId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'LoadBalancerStatus', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'access_key_id', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Tags', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['type' => 'string'], ], ], ], ], 'responseDemo' => null, ], 'DescribeLoadBalancerAttribute' => [ 'summary' => '查询实例信息', 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'get', 'abilityTreeCode' => '88708', 'abilityTreeNodes' => ['FEATUREslb5GOIX2', 'FEATUREslb2FPYY7', 'FEATUREslbIQWMQE', 'FEATUREslbH8UDIC', 'FEATUREslb6Z0K4V', 'FEATUREslbD4ZY2L', 'FEATUREslbMMPQ1U'], 'autoTest' => false, ], 'parameters' => [ [ 'name' => 'LoadBalancerId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'access_key_id', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Tags', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], 'responses' => [ 200 => [ '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'], 'ListenerPorts' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'ListenerPort' => [ 'type' => 'array', 'items' => ['type' => 'string'], ], ], ], 'ListenerPortsAndProtocal' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'ListenerPortAndProtocal' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'ListenerProtocal' => ['type' => 'string'], 'ListenerPort' => ['type' => 'integer', 'format' => 'int32'], ], ], ], ], ], 'ListenerPortsAndProtocol' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'ListenerPortAndProtocol' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'ListenerPort' => ['type' => 'integer', 'format' => 'int32'], 'ListenerProtocol' => ['type' => 'string'], ], ], ], ], ], 'BackendServers' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'BackendServer' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Weight' => ['type' => 'integer', 'format' => 'int32'], 'ServerId' => ['type' => 'string'], ], ], ], ], ], ], ], ], ], 'responseDemo' => null, ], 'DescribeLoadBalancers' => [ 'summary' => 'slb实例批量查询', 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '88710', 'abilityTreeNodes' => ['FEATUREslb5GOIX2', 'FEATUREslb2FPYY7', 'FEATUREslbIQWMQE', 'FEATUREslbH8UDIC', 'FEATUREslb6Z0K4V', 'FEATUREslbD4ZY2L', 'FEATUREslbMMPQ1U'], 'autoTest' => false, ], 'parameters' => [ [ 'name' => 'RegionId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ServerId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'LoadBalancerId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'LoadBalancerName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ServerIntranetAddress', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'AddressType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'InternetChargeType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'VpcId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'VSwitchId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'NetworkType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Address', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MasterZoneId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SlaveZoneId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'access_key_id', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Tags', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PayType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ResourceGroupId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PageNumber', 'in' => 'query', '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'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['type' => 'string'], 'PageNumber' => ['type' => 'integer', 'format' => 'int32'], 'PageSize' => ['type' => 'integer', 'format' => 'int32'], 'TotalCount' => ['type' => 'integer', 'format' => 'int32'], 'LoadBalancers' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'LoadBalancer' => [ 'type' => 'array', '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'], ], ], ], ], ], ], ], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'responseDemo' => null, ], 'AddBackendServers' => [ 'summary' => '添加后端服务器', 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'create', 'abilityTreeCode' => '88701', 'abilityTreeNodes' => ['FEATUREslbZCBC3S', 'FEATUREslb2W3JY0', 'FEATUREslbQ7A0BW'], 'autoTest' => false, ], 'parameters' => [ [ 'name' => 'LoadBalancerId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'BackendServers', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'access_key_id', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Tags', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'LoadBalancerId' => ['type' => 'string'], 'RequestId' => ['type' => 'string'], 'BackendServers' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'BackendServer' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Weight' => ['type' => 'string'], 'ServerId' => ['type' => 'string'], ], ], ], ], ], ], ], ], ], 'responseDemo' => null, ], 'DescribeBackendServers' => [ 'summary' => '查询后端服务器', 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'abilityTreeCode' => '88707', 'abilityTreeNodes' => ['FEATUREslbZCBC3S', 'FEATUREslb2W3JY0', 'FEATUREslbQ7A0BW'], 'autoTest' => false, ], 'parameters' => [ [ 'name' => 'LoadBalancerId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ListenerPort', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '65535', 'minimum' => '1'], ], [ 'name' => 'access_key_id', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Tags', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'RegionId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['type' => 'string'], 'Listeners' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'Listener' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'ListenerPort' => ['type' => 'integer', 'format' => 'int32'], 'BackendServers' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'BackendServer' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'ServerHealthStatus' => ['type' => 'string'], 'ServerId' => ['type' => 'string'], ], ], ], ], ], ], ], ], ], ], ], ], ], ], 'responseDemo' => null, ], 'RemoveBackendServers' => [ 'summary' => '删除默认服务器组的后端服务器', 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'delete', 'abilityTreeCode' => '88713', 'abilityTreeNodes' => ['FEATUREslbZCBC3S'], 'autoTest' => false, ], 'parameters' => [ [ 'name' => 'LoadBalancerId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'BackendServers', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'access_key_id', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Tags', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'LoadBalancerId' => ['type' => 'string'], 'RequestId' => ['type' => 'string'], 'BackendServers' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'BackendServer' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Weight' => ['type' => 'integer', 'format' => 'int32'], 'ServerId' => ['type' => 'string'], ], ], ], ], ], ], ], ], ], 'responseDemo' => null, ], 'CreateLoadBalancerHTTPListener' => [ 'summary' => '创建HTTP监听', 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'create', 'abilityTreeCode' => '88703', 'abilityTreeNodes' => ['FEATUREslbPXBZ65'], 'autoTest' => false, ], 'parameters' => [ [ 'name' => 'LoadBalancerId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ListenerPort', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'BackendServerPort', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'ListenerStatus', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'XForwardedFor', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Scheduler', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'StickySession', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'StickySessionType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CookieTimeout', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'Cookie', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'HealthCheck', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Domain', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'URI', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'HealthyThreshold', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'UnhealthyThreshold', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'HealthCheckTimeout', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'Interval', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'HostId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Bandwidth', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'maximum' => '5120', 'minimum' => '-1', 'default' => '-1'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ '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.'], ], 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.'], ], 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.'], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'responseDemo' => null, ], 'CreateLoadBalancerTCPListener' => [ 'summary' => '创建TCP监听', 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'create', 'abilityTreeCode' => '88704', 'abilityTreeNodes' => ['FEATUREslbOL61C3'], 'autoTest' => false, ], 'parameters' => [ [ 'name' => 'LoadBalancerId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ListenerPort', 'in' => 'query', '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'], ], [ 'name' => 'ListenerStatus', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false, 'default' => 'inactive'], ], [ 'name' => 'Bandwidth', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '5000', 'minimum' => '-1', 'default' => '-1'], ], [ 'name' => 'Scheduler', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false, 'default' => 'wrr'], ], [ 'name' => 'PersistenceTimeout', 'in' => 'query', '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'], ], [ 'name' => 'HealthyThreshold', 'in' => 'query', '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'], ], [ 'name' => 'HealthCheck', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ConnectTimeout', 'in' => 'query', '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'], ], [ 'name' => 'Interval', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '50', 'minimum' => '1'], ], [ 'name' => 'HealthCheckDomain', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'HealthCheckURI', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'HealthCheckHttpCode', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'HealthCheckType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MaxConnection', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '5000000', 'minimum' => '5000', 'default' => '5000000'], ], [ 'name' => 'access_key_id', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'VServerGroupId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MasterSlaveServerGroupId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Tags', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['type' => 'string'], ], ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'Abs.VServerGroupIdAndMasterSlaveServerGroupId.MissMatch', 'errorMessage' => 'The parameters VServerGroupId or MasterSlaveServerGroupId miss match.'], ], ], 'responseDemo' => null, ], 'DeleteLoadBalancerListener' => [ 'summary' => '删除监听', 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'delete', 'abilityTreeCode' => '88706', 'abilityTreeNodes' => ['FEATUREslbOL61C3', 'FEATUREslbMJNWX5', 'FEATUREslbPXBZ65', 'FEATUREslbFSBXXR', 'FEATUREslb4A0V0T'], 'autoTest' => false, ], 'parameters' => [ [ 'name' => 'LoadBalancerId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ListenerPort', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true, 'maximum' => '65535', 'minimum' => '1'], ], [ 'name' => 'access_key_id', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Tags', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['type' => 'string'], ], ], ], ], 'responseDemo' => null, ], 'SetLoadBalancerHTTPListenerAttribute' => [ 'summary' => '更新http监听', 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'update', 'abilityTreeCode' => '88714', 'abilityTreeNodes' => ['FEATUREslbPXBZ65'], 'autoTest' => false, ], 'parameters' => [ [ 'name' => 'LoadBalancerId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ListenerPort', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'XForwardedFor', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Scheduler', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'StickySession', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'StickySessionType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CookieTimeout', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'Cookie', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'HealthCheck', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Domain', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'URI', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'HealthyThreshold', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'UnhealthyThreshold', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'HealthCheckTimeout', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'Interval', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'HostId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ '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.'], ], 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.'], ], 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.'], ], ], 'responseDemo' => null, ], 'SetLoadBalancerListenerStatus' => [ 'summary' => '修改监听状态', 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'update', 'abilityTreeCode' => '88715', 'abilityTreeNodes' => ['FEATUREslbOL61C3', 'FEATUREslbMJNWX5', 'FEATUREslbPXBZ65', 'FEATUREslbFSBXXR', 'FEATUREslb4A0V0T'], 'autoTest' => false, ], 'parameters' => [ [ 'name' => 'LoadBalancerId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ListenerPort', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'ListenerStatus', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'HostId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ '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.'], ], 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.'], ], 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.'], ], ], 'responseDemo' => null, ], 'SetLoadBalancerTCPListenerAttribute' => [ 'summary' => '更新tcp监听', 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'update', 'abilityTreeCode' => '88718', 'abilityTreeNodes' => ['FEATUREslbOL61C3', 'FEATUREslb4A0V0T'], 'autoTest' => false, ], 'parameters' => [ [ 'name' => 'LoadBalancerId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ListenerPort', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'Scheduler', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PersistenceTimeout', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'HealthCheck', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'HealthyThreshold', 'in' => 'query', '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'], ], [ 'name' => 'ConnectTimeout', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'ConnectPort', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'Interval', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'HostId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ '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.'], ], 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.'], ], 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.'], ], ], 'responseDemo' => null, ], 'DescribeLoadBalancerHTTPListenerAttribute' => [ 'summary' => ' 查询HTTP监听配置', 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'get', 'abilityTreeCode' => '88709', 'abilityTreeNodes' => ['FEATUREslbPXBZ65'], 'autoTest' => false, ], 'parameters' => [ [ 'name' => 'LoadBalancerId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ListenerPort', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true, 'maximum' => '65535', 'minimum' => '1'], ], [ 'name' => 'access_key_id', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Tags', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], 'responses' => [ 200 => [ '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'], ], ], ], ], 'responseDemo' => null, ], 'DescribeLoadBalancerTCPListenerAttribute' => [ 'summary' => ' 查询TCP监听配置', 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'get', 'abilityTreeCode' => '88711', 'abilityTreeNodes' => ['FEATUREslbOL61C3', 'FEATUREslb4A0V0T'], 'autoTest' => false, ], 'parameters' => [ [ 'name' => 'LoadBalancerId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ListenerPort', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true, 'maximum' => '65535', 'minimum' => '1'], ], [ 'name' => 'access_key_id', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Tags', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], 'responses' => [ 200 => [ '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'], ], ], ], ], 'responseDemo' => null, ], ], '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'], ], ];