From 7347bac4ab7e136157fc94777e6cf87ef9e08599 Mon Sep 17 00:00:00 2001 From: Zhineng Li Date: Fri, 13 Feb 2026 10:54:11 +0800 Subject: first commit --- data/en_us/eipanycast/2020-03-09/api-docs.php | 2624 +++++++++++++++++++++++++ 1 file changed, 2624 insertions(+) create mode 100644 data/en_us/eipanycast/2020-03-09/api-docs.php (limited to 'data/en_us/eipanycast') diff --git a/data/en_us/eipanycast/2020-03-09/api-docs.php b/data/en_us/eipanycast/2020-03-09/api-docs.php new file mode 100644 index 0000000..265eb72 --- /dev/null +++ b/data/en_us/eipanycast/2020-03-09/api-docs.php @@ -0,0 +1,2624 @@ + '1.0', + 'info' => [ + 'style' => 'RPC', + 'product' => 'Eipanycast', + 'version' => '2020-03-09', + ], + 'directories' => [ + [ + 'id' => 313074, + 'title' => null, + 'type' => 'directory', + 'children' => [ + 'AllocateAnycastEipAddress', + 'AssociateAnycastEipAddress', + 'UnassociateAnycastEipAddress', + 'ReleaseAnycastEipAddress', + 'ModifyAnycastEipAddressSpec', + 'ModifyAnycastEipAddressAttribute', + 'UpdateAnycastEipAddressAssociations', + 'DescribeAnycastEipAddress', + 'DescribeAnycastPopLocations', + 'ListAnycastEipAddresses', + 'DescribeAnycastServerRegions', + ], + ], + [ + 'id' => 313086, + 'title' => null, + 'type' => 'directory', + 'children' => [ + 'TagResources', + 'ListTagResources', + 'UntagResources', + ], + ], + [ + 'id' => 313090, + 'title' => null, + 'type' => 'directory', + 'children' => [ + 'ChangeResourceGroup', + ], + ], + ], + 'components' => [ + 'schemas' => [], + ], + 'apis' => [ + 'AllocateAnycastEipAddress' => [ + 'summary' => 'Creates an Anycast elastic IP address (Anycast EIP).', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'create', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => [ + 'FEATUREeip70HI1T', + ], + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'Bandwidth', + 'in' => 'query', + 'schema' => [ + 'description' => 'The maximum bandwidth of the Anycast EIP. Unit: Mbit/s.'."\n" + ."\n" + .'Valid values: **200** to **1000**.'."\n" + ."\n" + .'Default value: **1000**.'."\n" + ."\n" + .'> The maximum bandwidth is not a guaranteed service and is for reference only.'."\n", + 'type' => 'string', + 'required' => false, + 'example' => '200', + 'default' => '1000', + ], + ], + [ + 'name' => 'ServiceLocation', + 'in' => 'query', + 'schema' => [ + 'description' => 'The access area of the Anycast EIP.'."\n" + ."\n" + .'Set the value to **international**, which specifies the areas outside the Chinese mainland.'."\n", + 'type' => 'string', + 'required' => true, + 'example' => 'international', + ], + ], + [ + 'name' => 'InstanceChargeType', + 'in' => 'query', + 'schema' => [ + 'description' => 'The billing method of the Anycast EIP.'."\n" + ."\n" + .'Set the value to **PostPaid**, which specifies the pay-as-you-go billing method.'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'PostPaid', + ], + ], + [ + 'name' => 'InternetChargeType', + 'in' => 'query', + 'schema' => [ + 'description' => 'The metering method of the Anycast EIP.'."\n" + ."\n" + .'Set the value to **PayByTraffic**, which specifies the pay-by-data-transfer metering method.'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'PayByTraffic', + ], + ], + [ + 'name' => 'ClientToken', + 'in' => 'query', + 'schema' => [ + 'description' => 'The client token that is used to ensure the idempotence of the request.'."\n" + ."\n" + .'You can use the client to generate the token, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length.'."\n" + ."\n" + .'> If you do not specify this parameter, the system automatically uses the **request ID** as the **client token**. The **request ID** may be different for each request.'."\n", + 'type' => 'string', + 'required' => false, + 'example' => '02fb3da4-130e-11e9-8e44-001****', + ], + ], + [ + 'name' => 'Name', + 'in' => 'query', + 'schema' => [ + 'description' => 'The name of the Anycast EIP.'."\n" + ."\n" + .'The name must be 0 to 128 characters in length, and can contain letters, digits, underscores (\\_), and hyphens (-). It must start with a letter.'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'doctest', + ], + ], + [ + 'name' => 'Description', + 'in' => 'query', + 'schema' => [ + 'description' => 'The description of the Anycast EIP.'."\n" + ."\n" + .'The description must be 0 to 256 characters in length and cannot start with `http://` or `https://`.'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'docdesc', + ], + ], + [ + 'name' => 'ResourceGroupId', + 'in' => 'query', + 'schema' => [ + 'description' => 'The ID of the resource group to which the instance belongs.'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'rg-acfm3obzjukv53a', + ], + ], + [ + 'name' => 'Tag', + 'in' => 'query', + 'style' => 'repeatList', + 'schema' => [ + 'type' => 'array', + 'items' => [ + 'type' => 'object', + 'properties' => [ + 'Key' => [ + 'type' => 'string', + ], + 'Value' => [ + 'type' => 'string', + ], + ], + ], + 'maxItems' => 20, + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'description' => 'The response parameters.'."\n", + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => 'The request ID.'."\n", + 'type' => 'string', + 'example' => 'FBDB18D8-E91E-4978-8D6C-6E2E3EE10133', + ], + 'AnycastId' => [ + 'description' => 'The ID of the Anycast EIP.'."\n", + 'type' => 'string', + 'example' => 'aeip-bp1ix34fralt4ykf3****', + ], + 'OrderId' => [ + 'description' => 'The order ID.'."\n", + 'type' => 'string', + 'example' => '1422000****', + ], + ], + ], + ], + ], + 'errorCodes' => [ + 400 => [ + [ + 'errorCode' => 'OperationFailed.CdtNotOpened', + 'errorMessage' => 'Operation failed because cdt not opened.', + ], + [ + 'errorCode' => 'QuotaExceeded.AnycastEIP', + 'errorMessage' => 'Quota exceeded: The number of Anycast Elastic IP addresses has reached the limit. Please request a quota increase or release unused resources.', + ], + [ + 'errorCode' => 'IllegalParameter.Name', + 'errorMessage' => 'The specified Name is invalid.', + ], + [ + 'errorCode' => 'COMMODITY.INVALID_COMPONENT', + 'errorMessage' => 'The order configuration parameters do not meet the validation criteria. Please reselect the products.', + ], + ], + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"FBDB18D8-E91E-4978-8D6C-6E2E3EE10133\\",\\n \\"AnycastId\\": \\"aeip-bp1ix34fralt4ykf3****\\",\\n \\"OrderId\\": \\"1422000****\\"\\n}","errorExample":""},{"type":"xml","example":"\\n FBDB18D8-E91E-4978-8D6C-6E2E3EE10133\\n aeip-bp1ix34fralt4ykf3****\\n 1422000****\\n","errorExample":""}]', + 'title' => 'AllocateAnycastEipAddress', + 'requestParamsDescription' => ' ', + 'responseParamsDescription' => ' ', + 'extraInfo' => ' ', + ], + 'AssociateAnycastEipAddress' => [ + 'summary' => 'Associates an Anycast EIP with an endpoint.', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'create', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => [ + 'FEATUREeip2OM9BW', + ], + ], + 'parameters' => [ + [ + 'name' => 'BindInstanceId', + 'in' => 'query', + 'schema' => [ + 'description' => 'The ID of the endpoint with which you want to associate the Anycast EIP.'."\n", + 'type' => 'string', + 'required' => true, + 'example' => 'lb-d7oxbixhxv1uupnon****', + ], + ], + [ + 'name' => 'BindInstanceRegionId', + 'in' => 'query', + 'schema' => [ + 'description' => 'The ID of the region where the endpoint is deployed.'."\n" + ."\n" + .'You can associate Anycast EIPs only with endpoints in specific regions. You can call the [DescribeAnycastServerRegions](~~171939~~) operation to query the region IDs.'."\n", + 'type' => 'string', + 'required' => true, + 'example' => 'us-west-1', + ], + ], + [ + 'name' => 'BindInstanceType', + 'in' => 'query', + 'schema' => [ + 'description' => 'The type of endpoint with which you want to associate the Anycast EIP. Valid values:'."\n" + ."\n" + .'* **SlbInstance**: internal-facing Server Load Balancer (SLB) instance that is deployed in a virtual private cloud (VPC)'."\n" + .'* **NetworkInterface**: elastic network interface (ENI)'."\n", + 'type' => 'string', + 'required' => true, + 'example' => 'SlbInstance', + ], + ], + [ + 'name' => 'AnycastId', + 'in' => 'query', + 'schema' => [ + 'description' => 'The ID of the Anycast EIP.'."\n", + 'type' => 'string', + 'required' => true, + 'example' => 'aeip-bp1ix34fralt4ykf3****', + ], + ], + [ + 'name' => 'ClientToken', + 'in' => 'query', + 'schema' => [ + 'description' => 'The client token that is used to ensure the idempotence of the request.'."\n" + ."\n" + .'You can use the client to generate the token, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length.'."\n" + ."\n" + .'> If you do not specify this parameter, the system automatically uses the **request ID** as the **client token**. The **request ID** may be different for each request.'."\n", + 'type' => 'string', + 'required' => false, + 'example' => '123e4567-e89b-12d3-a456-426655440000', + ], + ], + [ + 'name' => 'DryRun', + 'in' => 'query', + 'schema' => [ + 'description' => 'Specifies whether to perform only a dry run, without performing the actual request. Valid values:'."\n" + ."\n" + .'* **true**: performs only a dry run. The system checks the request for potential issues, including missing parameter values, incorrect request syntax, and service limits. If the request fails the dry run, an error message is returned. If the request passes the dry run, the `DryRunOperation` error code is returned.'."\n" + .'* **false**(default): performs a dry run and performs the actual request. If the request passes the dry run, a 2xx HTTP status code is returned and the operation is performed.'."\n", + 'type' => 'boolean', + 'required' => false, + 'example' => 'false', + ], + ], + [ + 'name' => 'PopLocations', + 'in' => 'query', + 'style' => 'flat', + 'schema' => [ + 'title' => '绑定时关联的pop location,如果是绑定的第一个实例,该参数会忽略,会下发到全部pop点', + 'description' => 'The information about the access points in associated access areas when you associate an Anycast EIP with an endpoint.'."\n" + ."\n" + .'If this is your first time to associate an Anycast EIP with an endpoint, ignore this parameter. The system automatically associates all access areas.'."\n" + ."\n" + .'You can call the [DescribeAnycastPopLocations](~~171938~~) operation to query information about access points in supported access areas.'."\n", + 'type' => 'array', + 'items' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'PopLocation' => [ + 'title' => 'pop location', + 'description' => 'The information about the access points in associated access areas when you associate an Anycast EIP with an endpoint.'."\n" + ."\n" + .'If this is your first time to associate an Anycast EIP with an endpoint, ignore this parameter. The system automatically associates all access areas.'."\n" + ."\n" + .'You can call the [DescribeAnycastPopLocations](~~171938~~) operation to query information about access points in supported access areas.'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'us-west-1-pop', + ], + ], + 'required' => false, + ], + 'required' => false, + ], + ], + [ + 'name' => 'AssociationMode', + 'in' => 'query', + 'schema' => [ + 'title' => '关联模式,默认模式、普通模式Default/Normal', + 'description' => 'The association mode. Valid values:'."\n" + ."\n" + .'* **Default**: the default mode. In this mode, the endpoint to be associated serves as the default origin server.'."\n" + .'* **Normal**: the standard mode. In this mode, the endpoint to be associated serves as a standard origin server.'."\n" + ."\n" + .'> You can associate endpoints in multiple regions with an Anycast EIP. However, only one endpoint can serve as the default origin server. Others serve as standard origin servers. If you do not specify or add an access point, requests are forwarded to the default origin server.\\'."\n" + ."\n\n" + .'* If this is your first time to associate an Anycast EIP with an endpoint, set the value to **Default**.'."\n" + .'* If not, you can also set the value to **Default**, which specifies a new default origin server. In this case, the previous origin server functions as a standard origin server.'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'Default', + ], + ], + [ + 'name' => 'PrivateIpAddress', + 'in' => 'query', + 'schema' => [ + 'title' => '私网ip地址', + 'description' => 'The secondary private IP address of the ENI with which you want to associate the Anycast EIP.'."\n" + ."\n" + .'This parameter is valid only when you set **BindInstanceType** to **NetworkInterface**. If you do not set this parameter, the primary private IP address of the ENI is used.'."\n", + 'type' => 'string', + 'required' => false, + 'example' => '192.168.XX.XX', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'description' => 'The response parameters.'."\n", + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => 'The request ID.'."\n", + 'type' => 'string', + 'example' => 'FBDB18D8-E91E-4978-8D6C-6E2E3EE10133', + ], + ], + ], + ], + ], + 'errorCodes' => [ + 400 => [ + [ + 'errorCode' => 'InstanceNotExist.ENI', + 'errorMessage' => 'Instance does not exist: The specified Elastic Network Interface (ENI) was not found. Please verify the instance ID or check if the resource has been released.', + ], + [ + 'errorCode' => 'InstanceNotExist.SLB', + 'errorMessage' => 'Instance does not exist: The specified Server Load Balancer (SLB) was not found. Please verify the instance ID or check if the resource has been released.', + ], + [ + 'errorCode' => 'IncorrectStatus.Anycast', + 'errorMessage' => 'The status of the Anycast instance is invalid.', + ], + [ + 'errorCode' => 'OperationFailed.BindOnFreeNetworkInterface', + 'errorMessage' => 'Operation failed because the specified network interface is not bound on instance.', + ], + [ + 'errorCode' => 'OperationFailed.Conflict', + 'errorMessage' => 'Operation failed: The request was too frequent or there was a concurrency conflict. Please try again later.', + ], + [ + 'errorCode' => 'OperationUnsupported.BACKEND_REGION_NOT_OPEN', + 'errorMessage' => 'The specified Region is not supported.', + ], + [ + 'errorCode' => 'OperationUnsupported.ServiceManaged', + 'errorMessage' => 'Operation is forbidden because this instance belongs to Service manager.', + ], + [ + 'errorCode' => 'ResourceNotFound.BindInstanceId', + 'errorMessage' => 'Resource not found: The specified BindInstanceId does not exist.', + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'asynchronous', + 'callback' => 'Eipanycast::2020-03-09::ListAnycastEipAddresses', + 'callbackInterval' => 3000, + 'maxCallbackTimes' => 10, + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"FBDB18D8-E91E-4978-8D6C-6E2E3EE10133\\"\\n}","errorExample":""},{"type":"xml","example":"\\r\\nFBDB18D8-E91E-4978-8D6C-6E2E3EE10133\\r\\n","errorExample":""}]', + 'title' => 'AssociateAnycastEipAddress', + 'requestParamsDescription' => ' ', + 'responseParamsDescription' => ' ', + 'extraInfo' => ' ', + ], + 'UnassociateAnycastEipAddress' => [ + 'summary' => 'Disassociates an Anycast EIP from an endpoint.', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'delete', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => [ + 'FEATUREeip70HI1T', + ], + ], + 'parameters' => [ + [ + 'name' => 'BindInstanceId', + 'in' => 'query', + 'schema' => [ + 'description' => 'The ID of the endpoint from which you want to disassociate the Anycast EIP.'."\n", + 'type' => 'string', + 'required' => true, + 'example' => 'lb-2zebb08phyczzawe****', + ], + ], + [ + 'name' => 'BindInstanceRegionId', + 'in' => 'query', + 'schema' => [ + 'description' => 'The region where the endpoint is deployed.'."\n", + 'type' => 'string', + 'required' => true, + 'example' => 'us-west-1', + ], + ], + [ + 'name' => 'BindInstanceType', + 'in' => 'query', + 'schema' => [ + 'description' => 'The type of endpoint from which you want to disassociate the Anycast EIP. Valid values:'."\n" + ."\n" + .'* **SlbInstance**: an internal-facing Server Load Balancer (SLB) instance that is deployed in a virtual private cloud (VPC)'."\n" + .'* **NetworkInterface**: elastic network interface (ENI)'."\n", + 'type' => 'string', + 'required' => true, + 'example' => 'SlbInstance', + ], + ], + [ + 'name' => 'AnycastId', + 'in' => 'query', + 'schema' => [ + 'description' => 'The ID of the Anycast EIP.'."\n", + 'type' => 'string', + 'required' => true, + 'example' => 'aeip-2zeerraiwb7ujsxdc****', + ], + ], + [ + 'name' => 'ClientToken', + 'in' => 'query', + 'schema' => [ + 'description' => 'The client token that is used to ensure the idempotence of the request.'."\n" + ."\n" + .'You can use the client to generate the token, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length.'."\n" + ."\n" + .'> If you do not specify this parameter, the system automatically uses the **request ID** as the **client token**. The **request ID** may be different for each request.'."\n", + 'type' => 'string', + 'required' => false, + 'example' => '02fb3da4-130e-11e9-8e44-001****', + ], + ], + [ + 'name' => 'DryRun', + 'in' => 'query', + 'schema' => [ + 'description' => 'Specifies whether to perform a dry run, without performing the actual request. Valid values:'."\n" + ."\n" + .'* **true**: performs only a dry run. The system checks the request for potential issues, including missing parameter values, incorrect request syntax, and service limits. If the request fails the dry run, an error message is returned. If the request passes the dry run, the `DryRunOperation` error code is returned.'."\n" + .'* **false** (default): performs a dry run and performs the actual request. If the request passes the dry run, a 2xx HTTP status code is returned and the operation is performed.'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'false', + ], + ], + [ + 'name' => 'PrivateIpAddress', + 'in' => 'query', + 'schema' => [ + 'description' => 'The secondary private IP address of the ENI from which you want to disassociate the Anycast EIP.'."\n" + ."\n" + .'This parameter is valid only when you set **BindInstanceType** to **NetworkInterface**. If you do not specify this parameter, the primary private IP address of the ENI is used.'."\n", + 'type' => 'string', + 'required' => false, + 'example' => '192.168.XX.XX', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'description' => 'The response parameters.'."\n", + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => '私网IP地址', + 'description' => 'The request ID.'."\n", + 'type' => 'string', + 'example' => 'FBDB18D8-E91E-4978-8D6C-6E2E3EE10133', + ], + ], + ], + ], + ], + 'errorCodes' => [ + 400 => [ + [ + 'errorCode' => 'IncorrectStatus.Anycast', + 'errorMessage' => 'The status of the Anycast instance is invalid.', + ], + [ + 'errorCode' => 'InstanceNotExist.ENI', + 'errorMessage' => 'Instance does not exist: The specified Elastic Network Interface (ENI) was not found. Please verify the instance ID or check if the resource has been released.', + ], + [ + 'errorCode' => 'InstanceNotExist.SLB', + 'errorMessage' => 'Instance does not exist: The specified Server Load Balancer (SLB) was not found. Please verify the instance ID or check if the resource has been released.', + ], + [ + 'errorCode' => 'OperationFailed.Conflict', + 'errorMessage' => 'Operation failed: The request was too frequent or there was a concurrency conflict. Please try again later.', + ], + [ + 'errorCode' => 'OperationUnsupported.ServiceManaged', + 'errorMessage' => 'Operation is forbidden because this instance belongs to Service manager.', + ], + [ + 'errorCode' => 'ResourceNotFound.BindInstanceId', + 'errorMessage' => 'Resource not found: The specified BindInstanceId does not exist.', + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'asynchronous', + 'callback' => 'Eipanycast::2020-03-09::ListAnycastEipAddresses', + 'callbackInterval' => 3000, + 'maxCallbackTimes' => 10, + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"FBDB18D8-E91E-4978-8D6C-6E2E3EE10133\\"\\n}","errorExample":""},{"type":"xml","example":"\\n FBDB18D8-E91E-4978-8D6C-6E2E3EE10133\\n","errorExample":""}]', + 'title' => 'UnassociateAnycastEipAddress', + 'requestParamsDescription' => ' ', + 'responseParamsDescription' => ' ', + 'extraInfo' => ' ', + ], + 'ReleaseAnycastEipAddress' => [ + 'summary' => 'Releases an Anycast elastic IP address (Anycast EIP).', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'delete', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => [ + 'FEATUREeip70HI1T', + ], + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'AnycastId', + 'in' => 'query', + 'schema' => [ + 'description' => 'The ID of the Anycast EIP to be released.'."\n", + 'type' => 'string', + 'required' => true, + 'docRequired' => true, + 'example' => 'aeip-bp1ix34fralt4ykf3****', + ], + ], + [ + 'name' => 'ClientToken', + 'in' => 'query', + 'schema' => [ + 'description' => 'The client token that is used to ensure the idempotence of the request.'."\n" + ."\n" + .'You can use the client to generate the token, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length.'."\n", + 'type' => 'string', + 'required' => false, + 'example' => '02fb3da4-130e-11e9-8e44-001****', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => 'The request ID.'."\n", + 'type' => 'string', + 'example' => 'FBDB18D8-E91E-4978-8D6C-6E2E3EE10133', + ], + ], + 'description' => '', + ], + ], + ], + 'errorCodes' => [ + 400 => [ + [ + 'errorCode' => 'OperationFailed.Conflict', + 'errorMessage' => 'Operation failed: The request was too frequent or there was a concurrency conflict. Please try again later.', + ], + [ + 'errorCode' => 'OperationUnsupported.ServiceManaged', + 'errorMessage' => 'Operation is forbidden because this instance belongs to Service manager.', + ], + [ + 'errorCode' => 'IncorrectStatus.Anycast', + 'errorMessage' => 'The status of the Anycast instance is invalid.', + ], + ], + 503 => [ + [ + 'errorCode' => 'SystemBusy', + 'errorMessage' => 'The system is busy. Please try again later.', + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'asynchronous', + 'callback' => 'Eipanycast::2020-03-09::ListAnycastEipAddresses', + 'callbackInterval' => 3000, + 'maxCallbackTimes' => 10, + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"FBDB18D8-E91E-4978-8D6C-6E2E3EE10133\\"\\n}","type":"json"}]', + 'title' => 'ReleaseAnycastEipAddress', + 'requestParamsDescription' => ' ', + 'responseParamsDescription' => ' ', + 'extraInfo' => ' ', + ], + 'ModifyAnycastEipAddressSpec' => [ + 'summary' => 'Modifies the maximum bandwidth of an Anycast elastic IP address (Anycast EIP).', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'update', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => [ + 'FEATUREeip70HI1T', + ], + ], + 'parameters' => [ + [ + 'name' => 'Bandwidth', + 'in' => 'query', + 'schema' => [ + 'description' => 'The maximum bandwidth of the Anycast EIP. Unit: Mbit/s.'."\n" + ."\n" + .'Valid values: **200** to **1000**.'."\n", + 'type' => 'string', + 'required' => true, + 'example' => '200', + ], + ], + [ + 'name' => 'AnycastId', + 'in' => 'query', + 'schema' => [ + 'description' => 'The ID of the Anycast EIP.'."\n", + 'type' => 'string', + 'required' => true, + 'example' => 'aeip-bp1ix34fralt4ykf3****', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'description' => 'The response parameters.'."\n", + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => 'The request ID.'."\n", + 'type' => 'string', + 'example' => 'FBDB18D8-E91E-4978-8D6C-6E2E3EE10133', + ], + ], + ], + ], + ], + 'errorCodes' => [ + 400 => [ + [ + 'errorCode' => 'OperationFailed.Conflict', + 'errorMessage' => 'Operation failed: The request was too frequent or there was a concurrency conflict. Please try again later.', + ], + [ + 'errorCode' => 'OperationUnsupported.ServiceManaged', + 'errorMessage' => 'Operation is forbidden because this instance belongs to Service manager.', + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'asynchronous', + 'callback' => 'Eipanycast::2020-03-09::ListAnycastEipAddresses', + 'callbackInterval' => 3000, + 'maxCallbackTimes' => 10, + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"FBDB18D8-E91E-4978-8D6C-6E2E3EE10133\\"\\n}","errorExample":""},{"type":"xml","example":"\\n FBDB18D8-E91E-4978-8D6C-6E2E3EE10133\\n","errorExample":""}]', + 'title' => 'ModifyAnycastEipAddressSpec', + 'requestParamsDescription' => ' ', + 'responseParamsDescription' => ' ', + 'extraInfo' => ' ', + ], + 'ModifyAnycastEipAddressAttribute' => [ + 'summary' => 'Modifies the name and description of an Anycast elastic IP address (Anycast EIP).', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'update', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => [ + 'FEATUREeip70HI1T', + ], + 'autoTest' => true, + 'tenantRelevance' => 'tenant', + ], + 'parameters' => [ + [ + 'name' => 'AnycastId', + 'in' => 'query', + 'schema' => [ + 'description' => 'The ID of the Anycast EIP.'."\n", + 'type' => 'string', + 'required' => true, + 'example' => 'aeip-bp1ix34fralt4ykf3****', + ], + ], + [ + 'name' => 'Name', + 'in' => 'query', + 'schema' => [ + 'description' => 'The name of the Anycast EIP.'."\n" + ."\n" + .'The name must be 0 to 128 characters in length, and can contain letters, digits, underscores (\\_), and hyphens (-). It must start with a letter.'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'docname', + ], + ], + [ + 'name' => 'Description', + 'in' => 'query', + 'schema' => [ + 'description' => 'The description of the Anycast EIP.'."\n" + ."\n" + .'The description must be 0 to 256 characters in length and cannot start with `http://` or `https://`.'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'docdesc', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'description' => 'The response parameters.'."\n", + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => 'The request ID.'."\n", + 'type' => 'string', + 'example' => 'FBDB18D8-E91E-4978-8D6C-6E2E3EE10133', + ], + ], + ], + ], + ], + 'errorCodes' => [ + 400 => [ + [ + 'errorCode' => 'OperationUnsupported.ServiceManaged', + 'errorMessage' => 'Operation is forbidden because this instance belongs to Service manager.', + ], + [ + 'errorCode' => 'IllegalParameter.Name', + 'errorMessage' => 'The specified Name is invalid.', + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"FBDB18D8-E91E-4978-8D6C-6E2E3EE10133\\"\\n}","errorExample":""},{"type":"xml","example":"\\n FBDB18D8-E91E-4978-8D6C-6E2E3EE10133\\n","errorExample":""}]', + 'title' => 'ModifyAnycastEipAddressAttribute', + 'requestParamsDescription' => ' ', + 'responseParamsDescription' => ' ', + 'extraInfo' => ' ', + ], + 'UpdateAnycastEipAddressAssociations' => [ + 'summary' => 'If an Anycast EIP is associated with endpoints in different regions, you can change the access points that are mapped to an endpoint. You can call UpdateAnycastEipAddressAssociations to add or delete endpoints to modify the mappings between endpoints and access points.', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'update', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => [ + 'FEATUREeip2OM9BW', + ], + ], + 'parameters' => [ + [ + 'name' => 'BindInstanceId', + 'in' => 'query', + 'schema' => [ + 'description' => 'The ID of the cloud resource with which you want to associate the Anycast EIP.'."\n", + 'type' => 'string', + 'required' => true, + 'example' => 'lb-d7oxbixhxv1uupnon****', + ], + ], + [ + 'name' => 'AnycastId', + 'in' => 'query', + 'schema' => [ + 'description' => 'The ID of the Anycast EIP.'."\n", + 'type' => 'string', + 'required' => true, + 'example' => 'aeip-bp1ix34fralt4ykf3****', + ], + ], + [ + 'name' => 'ClientToken', + 'in' => 'query', + 'schema' => [ + 'description' => 'The client token that is used to ensure the idempotence of the request.'."\n" + ."\n" + .'You can use the client to generate the value, but you must make sure that it is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length.'."\n" + ."\n" + .'> If you do not set this parameter, the system automatically uses **RequestId** as **ClientToken**. **RequestId** may be different for each API request.'."\n", + 'type' => 'string', + 'required' => false, + 'example' => '02fb3da4-130e-11e9-8e44-001****', + ], + ], + [ + 'name' => 'DryRun', + 'in' => 'query', + 'schema' => [ + 'description' => 'Specifies whether to only precheck the request. Valid values:'."\n" + ."\n" + .'* **true**: prechecks the request without updating the association information. The system checks the required parameters, request syntax, and limits. If the request fails to pass the precheck, an error message is returned. If the request passes the precheck, the `DryRunOperation` error code is returned.'."\n" + .'* **false** (default): sends the API request. If the request passes the precheck, a 2xx HTTP status code is returned and the operation is performed.'."\n", + 'type' => 'boolean', + 'required' => false, + 'example' => 'false', + ], + ], + [ + 'name' => 'PopLocationAddList', + 'in' => 'query', + 'style' => 'flat', + 'schema' => [ + 'title' => '新增关联的pop location', + 'description' => 'The access areas and access points to be added.'."\n", + 'type' => 'array', + 'items' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'PopLocation' => [ + 'title' => 'pop location', + 'description' => 'The access points in the access areas to be added.'."\n" + ."\n" + .'You can call the [DescribeAnycastPopLocations](~~171938~~) operation to query the access points in supported access areas.'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'us-west-1-pop', + ], + ], + 'required' => false, + ], + 'required' => false, + ], + ], + [ + 'name' => 'PopLocationDeleteList', + 'in' => 'query', + 'style' => 'flat', + 'schema' => [ + 'title' => '待删除的关联pop location', + 'description' => 'The access areas and access points to be deleted.'."\n", + 'type' => 'array', + 'items' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'PopLocation' => [ + 'title' => 'pop location', + 'description' => 'The access points in the access areas to be deleted.'."\n" + ."\n" + .'> If the access point in the access area is associated with a default origin server, you cannot delete the access point in the access area.'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'eu-west-1-pop', + ], + ], + 'required' => false, + ], + 'required' => false, + ], + ], + [ + 'name' => 'AssociationMode', + 'in' => 'query', + 'schema' => [ + 'title' => '关联模式,默认模式、普通模式Default/Normal', + 'description' => 'The association mode. Valid values:'."\n" + ."\n" + .'* **Default**: the default mode. In this mode, cloud resources to be associated are set as default origin servers.'."\n" + .'* **Normal**: the standard mode. In this mode, cloud resources to be associated are set as standard origin servers.'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'Default', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => 'The ID of the request.'."\n", + 'type' => 'string', + 'example' => '4EC47282-1B74-4534-BD0E-403F3EE64CAF', + ], + ], + ], + ], + ], + 'errorCodes' => [ + 400 => [ + [ + 'errorCode' => 'OperationFailed.SetNormalAssociationMode', + 'errorMessage' => 'The only associated instance must be default mode. ', + ], + [ + 'errorCode' => 'OperationFailed.DeletedPopLocation', + 'errorMessage' => 'The operation is failed because of added Pop Location is invalid.', + ], + [ + 'errorCode' => 'OperationFailed.AddPopLocation', + 'errorMessage' => 'The operation is failed because of added Pop Location is invalid.', + ], + [ + 'errorCode' => 'ResourceNotFound.BindInstanceId', + 'errorMessage' => 'The specified resource BindInstanceId is not found.', + ], + [ + 'errorCode' => 'ResourceNotFound.AnycastId', + 'errorMessage' => 'The specified resource AnycastId is not found.', + ], + [ + 'errorCode' => 'IncorrectStatus.Anycast', + 'errorMessage' => 'The status of the Anycast instance is invalid.', + ], + [ + 'errorCode' => 'OperationFailed.Conflict', + 'errorMessage' => 'Operation failed: The request was too frequent or there was a concurrency conflict. Please try again later.', + ], + [ + 'errorCode' => 'OperationUnsupported.ServiceManaged', + 'errorMessage' => 'Operation is forbidden because this instance belongs to Service manager.', + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'asynchronous', + 'callback' => 'Eipanycast::2020-03-09::ListAnycastEipAddresses', + 'callbackInterval' => 3000, + 'maxCallbackTimes' => 10, + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"4EC47282-1B74-4534-BD0E-403F3EE64CAF\\"\\n}","errorExample":""},{"type":"xml","example":"\\n 4EC47282-1B74-4534-BD0E-403F3EE64CAF\\n","errorExample":""}]', + 'title' => 'UpdateAnycastEipAddressAssociations', + ], + 'DescribeAnycastEipAddress' => [ + 'summary' => 'Queries Anycast elastic IP addresses (Anycast EIPs) associated with specified instance IP addresses or instance IDs, including instance status, maximum bandwidth, and associated resources.', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'write', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => [ + 'FEATUREeipNF1RIS', + ], + ], + 'parameters' => [ + [ + 'name' => 'Ip', + 'in' => 'query', + 'schema' => [ + 'description' => 'The IP address of the Anycast EIP.'."\n" + ."\n" + .'> You must specify **Ip** or **AnycastId**.'."\n", + 'type' => 'string', + 'required' => false, + 'example' => '139.95.XX.XX', + ], + ], + [ + 'name' => 'AnycastId', + 'in' => 'query', + 'schema' => [ + 'description' => 'The ID of the Anycast EIP.'."\n" + ."\n" + .'> You must specify **Ip** or **AnycastId**.'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'aeip-bp1ix34fralt4ykf3****', + ], + ], + [ + 'name' => 'BindInstanceId', + 'in' => 'query', + 'schema' => [ + 'description' => 'The ID of the endpoint with which the Anycast EIP is associated.'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'lb-2zebb08phyczzawe****', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'description' => 'The response parameters.'."\n", + 'type' => 'object', + 'properties' => [ + 'Status' => [ + 'description' => 'The status of the Anycast EIP.'."\n" + ."\n" + .'* **Associating**'."\n" + .'* **Unassociating**'."\n" + .'* **Allocated**'."\n" + .'* **Associated**'."\n" + .'* **Modifying**'."\n" + .'* **Releasing**'."\n" + .'* **Released**'."\n", + 'type' => 'string', + 'example' => 'Associated', + ], + 'Description' => [ + 'description' => 'The description of the Anycast EIP.'."\n", + 'type' => 'string', + 'example' => 'doctest', + ], + 'RequestId' => [ + 'description' => 'The request ID.'."\n", + 'type' => 'string', + 'example' => '4EC47282-1B74-4534-BD0E-403F3EE64CAF', + ], + 'InstanceChargeType' => [ + 'description' => 'The billing method of the Anycast EIP.'."\n" + ."\n" + .'Only **PostPaid** may be returned, which indicates the pay-as-you-go billing method.'."\n", + 'type' => 'string', + 'example' => 'PostPaid', + ], + 'CreateTime' => [ + 'description' => 'The point in time at which the Anycast EIP was created.'."\n" + ."\n" + .'The time follows the ISO8601 standard in the `yyyy-MM-ddTHH:mm:ssZ` format. The time is displayed in UTC.'."\n", + 'type' => 'string', + 'example' => '2021-04-23T01:37:38Z', + ], + 'AnycastEipBindInfoList' => [ + 'description' => 'The information about the endpoint with which the Anycast EIP is associated.'."\n", + 'type' => 'array', + 'items' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'BindInstanceType' => [ + 'description' => 'The type of endpoint with which the Anycast EIP is associated. Valid values:'."\n" + ."\n" + .'* **SlbInstance**: a CLB instance in a VPC.'."\n" + .'* **NetworkInterface**: an elastic network interface (ENI).'."\n", + 'type' => 'string', + 'example' => 'SlbInstance', + ], + 'BindTime' => [ + 'description' => 'The time when the Anycast EIP was associated.'."\n" + ."\n" + .'The time follows the ISO 8601 standard in the `YYYY-MM-DDThh:mm:ssZ` format. The time is displayed in UTC.'."\n", + 'type' => 'string', + 'example' => '2021-04-23T02:37:38Z', + ], + 'Status' => [ + 'description' => 'The status of the endpoint. Valid values:'."\n" + ."\n" + .'* **BINDING**'."\n" + .'* **BINDED**'."\n" + .'* **UNBINDING**'."\n" + .'* **DELETED**'."\n" + .'* **MODIFYING**'."\n", + 'type' => 'string', + 'example' => 'BINDING', + ], + 'BindInstanceRegionId' => [ + 'description' => 'The ID of the region in which the endpoint is deployed.'."\n", + 'type' => 'string', + 'example' => 'us-west-1', + ], + 'BindInstanceId' => [ + 'description' => 'The ID of the endpoint with which the Anycast EIP is associated.'."\n", + 'type' => 'string', + 'example' => 'lb-2zebb08phyczzawe****', + ], + 'PopLocations' => [ + 'title' => '关联的pop点', + 'description' => 'The information about the access points in associated access areas when you associate an Anycast EIP with a cloud resource.'."\n" + ."\n" + .'If this is your first time associating an Anycast EIP with an endpoint, the system returns information about access points in all access areas.'."\n", + 'type' => 'array', + 'items' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'PopLocation' => [ + 'title' => 'PopLocation', + 'description' => 'The information about the access points in associated access areas when you associate an Anycast EIP with a cloud resource.'."\n" + ."\n" + .'If this is your first time associating an Anycast EIP with an endpoint, the system returns information about access points in all access areas.'."\n", + 'type' => 'string', + 'example' => 'us-west-1-pop', + ], + ], + ], + ], + 'AssociationMode' => [ + 'title' => '绑定模式 Normal、Default', + 'description' => 'The association mode. Valid values:'."\n" + ."\n" + .'* **Default**: the default mode. In this mode, the associated endpoint serves as the default origin server.'."\n" + .'* **Normal**: the standard mode. In this mode, the associated endpoint serves as a standard origin server.'."\n", + 'type' => 'string', + 'example' => 'Default', + ], + 'PrivateIpAddress' => [ + 'title' => 'ip地址', + 'description' => 'The secondary private IP address of the associated ENI.'."\n" + ."\n" + .'This parameter is valid only when **BindInstanceType** is set to **NetworkInterface**.'."\n", + 'type' => 'string', + 'example' => '192.168.XX.XX', + ], + ], + ], + ], + 'BusinessStatus' => [ + 'description' => 'The status of the Anycast EIP. Valid values:'."\n" + ."\n" + .'* **Normal**: running as expected'."\n" + .'* **FinancialLocked**: locked due to overdue payments'."\n" + .'* **RiskExpired**: locked due to security reasons.'."\n", + 'type' => 'string', + 'example' => 'Normal', + ], + 'InternetChargeType' => [ + 'description' => 'The metering method of the Anycast EIP.'."\n" + ."\n" + .'Only **PayByTraffic** may be returned, which indicates the pay-by-data-transfer metering method.'."\n", + 'type' => 'string', + 'example' => 'PayByTraffic', + ], + 'Name' => [ + 'description' => 'The name of the Anycast EIP.'."\n", + 'type' => 'string', + 'example' => 'docname', + ], + 'AnycastId' => [ + 'description' => 'The ID of the Anycast EIP.'."\n", + 'type' => 'string', + 'example' => 'aeip-bp1ix34fralt4ykf3****', + ], + 'ServiceLocation' => [ + 'description' => 'The access area of the Anycast EIP.'."\n" + ."\n" + .'Only **international** may be returned, which indicates the areas outside the Chinese mainland.'."\n", + 'type' => 'string', + 'example' => 'international', + ], + 'Bandwidth' => [ + 'description' => 'The maximum bandwidth of the Anycast EIP. Unit: Mbit/s.'."\n", + 'type' => 'integer', + 'format' => 'int32', + 'example' => '200', + ], + 'IpAddress' => [ + 'description' => 'The IP address of the Anycast EIP.'."\n", + 'type' => 'string', + 'example' => '139.95.XX.XX', + ], + 'Bid' => [ + 'description' => 'The BID of the account to which the Anycast EIP belongs.'."\n", + 'type' => 'string', + 'example' => '26842', + ], + 'AliUid' => [ + 'description' => 'The ID of the account to which the Anycast EIP belongs.'."\n", + 'type' => 'integer', + 'format' => 'int64', + 'example' => '25346073170691****', + ], + 'ResourceGroupId' => [ + 'description' => 'The ID of the resource group to which the instance belongs.'."\n", + 'type' => 'string', + 'example' => 'rg-acfmzssisocarfy', + ], + 'Tags' => [ + 'description' => 'The information about the tags.'."\n", + 'type' => 'array', + 'items' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Key' => [ + 'description' => 'The tag key.'."\n", + 'type' => 'string', + 'example' => '1', + ], + 'Value' => [ + 'description' => 'The tag value.'."\n", + 'type' => 'string', + 'example' => '1', + ], + ], + ], + ], + 'ServiceManaged' => [ + 'description' => 'Indicates whether the instance is managed. Valid values:'."\n" + ."\n" + .'* **1**: yes'."\n" + .'* **0**: no.', + 'type' => 'integer', + 'format' => 'int32', + 'example' => '1', + ], + ], + ], + ], + ], + 'errorCodes' => [ + 200 => [ + [ + 'errorCode' => 'MissingParam.ResourceIdentifier', + 'errorMessage' => 'Missing required parameter: Please provide at least one of AnycastId, IP, or BindInstanceId.', + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"Status\\": \\"Associated\\",\\n \\"Description\\": \\"doctest\\",\\n \\"RequestId\\": \\"4EC47282-1B74-4534-BD0E-403F3EE64CAF\\",\\n \\"InstanceChargeType\\": \\"PostPaid\\",\\n \\"CreateTime\\": \\"2021-04-23T01:37:38Z\\",\\n \\"AnycastEipBindInfoList\\": [\\n {\\n \\"BindInstanceType\\": \\"SlbInstance\\",\\n \\"BindTime\\": \\"2021-04-23T02:37:38Z\\",\\n \\"Status\\": \\"BINDING\\",\\n \\"BindInstanceRegionId\\": \\"us-west-1\\",\\n \\"BindInstanceId\\": \\"lb-2zebb08phyczzawe****\\",\\n \\"PopLocations\\": [\\n {\\n \\"PopLocation\\": \\"us-west-1-pop\\"\\n }\\n ],\\n \\"AssociationMode\\": \\"Default\\",\\n \\"PrivateIpAddress\\": \\"192.168.XX.XX\\"\\n }\\n ],\\n \\"BusinessStatus\\": \\"Normal\\",\\n \\"InternetChargeType\\": \\"PayByTraffic\\",\\n \\"Name\\": \\"docname\\",\\n \\"AnycastId\\": \\"aeip-bp1ix34fralt4ykf3****\\",\\n \\"ServiceLocation\\": \\"international\\",\\n \\"Bandwidth\\": 200,\\n \\"IpAddress\\": \\"139.95.XX.XX\\",\\n \\"Bid\\": \\"26842\\",\\n \\"AliUid\\": 0,\\n \\"ResourceGroupId\\": \\"rg-acfmzssisocarfy\\",\\n \\"Tags\\": [\\n {\\n \\"Key\\": \\"FinanceDept\\",\\n \\"Value\\": \\"FinanceJoshua\\"\\n }\\n ],\\n \\"ServiceManaged\\": 1\\n}","errorExample":""},{"type":"xml","example":"\\n Associated\\n doctest\\n 4EC47282-1B74-4534-BD0E-403F3EE64CAF\\n PostPaid\\n 2021-04-23T01:37:38Z\\n \\n SlbInstance\\n 2021-04-23T02:37:38Z\\n BINDING\\n us-west-1\\n lb-2zebb08phyczzawe****\\n \\n us-west-1-pop\\n \\n Default\\n 192.168.XX.XX\\n \\n Normal\\n PayByTraffic\\n docname\\n aeip-bp1ix34fralt4ykf3****\\n international\\n 200\\n 139.95.XX.XX\\n 26842\\n \\n FinanceDept\\n FinanceJoshua\\n \\n","errorExample":""}]', + 'title' => 'DescribeAnycastEipAddress', + 'requestParamsDescription' => ' ', + 'responseParamsDescription' => ' ', + 'extraInfo' => ' ', + ], + 'DescribeAnycastPopLocations' => [ + 'summary' => 'Queries the access points in an access area.', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => [ + 'FEATUREeip3Z2ARP', + ], + ], + 'parameters' => [ + [ + 'name' => 'ServiceLocation', + 'in' => 'query', + 'schema' => [ + 'description' => 'The access area of the Anycast elastic IP address (EIP).'."\n" + ."\n" + .'Set the value to **international**, which specifies the areas outside the Chinese mainland.'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'international', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'description' => 'The response parameters.'."\n", + 'type' => 'object', + 'properties' => [ + 'AnycastPopLocationList' => [ + 'description' => 'The list of access points in the specified access area.'."\n", + 'type' => 'array', + 'items' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'RegionName' => [ + 'description' => 'The name of the region where the access point is deployed.'."\n", + 'type' => 'string', + 'example' => 'us-west-1-pop', + ], + 'RegionId' => [ + 'description' => 'The ID of the region where the access point is deployed.'."\n", + 'type' => 'string', + 'example' => 'us-west-1-pop', + ], + ], + ], + ], + 'RequestId' => [ + 'description' => 'The request ID.'."\n", + 'type' => 'string', + 'example' => '4EC47282-1B74-4534-BD0E-403F3EE64CAF', + ], + 'Count' => [ + 'description' => 'The number of access points.'."\n", + 'type' => 'string', + 'example' => '1', + ], + ], + ], + ], + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"AnycastPopLocationList\\": [\\n {\\n \\"RegionName\\": \\"us-west-1-pop\\",\\n \\"RegionId\\": \\"us-west-1-pop\\"\\n }\\n ],\\n \\"RequestId\\": \\"4EC47282-1B74-4534-BD0E-403F3EE64CAF\\",\\n \\"Count\\": \\"1\\"\\n}","errorExample":""},{"type":"xml","example":"\\n \\n us-west-1-pop\\n us-west-1-pop\\n \\n 4EC47282-1B74-4534-BD0E-403F3EE64CAF\\n 1\\n","errorExample":""}]', + 'title' => 'DescribeAnycastPopLocations', + 'requestParamsDescription' => ' ', + 'responseParamsDescription' => ' ', + 'extraInfo' => ' ', + ], + 'ListAnycastEipAddresses' => [ + 'summary' => 'Queries information about Anycast elastic IP addresses (Anycast EIPs) in an access area, including instance status, maximum bandwidth, and associated resources.', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'list', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => [ + 'FEATUREeip70HI1T', + ], + ], + 'parameters' => [ + [ + 'name' => 'AnycastId', + 'in' => 'query', + 'schema' => [ + 'description' => 'The ID of the Anycast EIP.'."\n" + ."\n" + .'> To ensure the accuracy of the query result, we do not recommend that you specify **AnycastIds** and **AnycastId** at the same time.'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'aeip-2zeerraiwb7ujsxdc****', + ], + ], + [ + 'name' => 'AnycastIds', + 'in' => 'query', + 'style' => 'repeatList', + 'schema' => [ + 'description' => 'The IDs of Anycast EIPs.'."\n" + ."\n" + .'You can enter at most 50 Anycast EIP IDs.'."\n" + ."\n" + .'> To ensure the accuracy of the query result, we do not recommend that you specify **AnycastIds** and **AnycastId** at the same time.', + 'type' => 'array', + 'items' => [ + 'description' => 'The IDs of Anycast EIPs.'."\n" + ."\n" + .'You can enter at most 50 Anycast EIP IDs.'."\n" + ."\n" + .'> To ensure the accuracy of the query result, we do not recommend that you specify **AnycastIds** and **AnycastId** at the same time.', + 'type' => 'string', + 'required' => false, + 'example' => 'aeip-2zeerraiwb7ujsxdc****', + ], + 'required' => false, + 'maxItems' => 50, + ], + ], + [ + 'name' => 'AnycastEipAddress', + 'in' => 'query', + 'schema' => [ + 'description' => 'The IP address that is allocated to the Anycast EIP.'."\n", + 'type' => 'string', + 'required' => false, + 'example' => '139.95.XX.XX', + ], + ], + [ + 'name' => 'ServiceLocation', + 'in' => 'query', + 'schema' => [ + 'description' => 'The access area of the Anycast EIP.'."\n" + ."\n" + .'Set the value to **international**, which specifies the regions outside the Chinese mainland.'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'international', + ], + ], + [ + 'name' => 'InstanceChargeType', + 'in' => 'query', + 'schema' => [ + 'description' => 'The billing method of the Anycast EIP.'."\n" + ."\n" + .'Set the value to **PostPaid**, which specifies the pay-as-you-go billing method.'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'PostPaid', + ], + ], + [ + 'name' => 'InternetChargeType', + 'in' => 'query', + 'schema' => [ + 'description' => 'The metering method of the Anycast EIP.'."\n" + ."\n" + .'Set the value to **PayByTraffic**, which specifies the pay-by-data-transfer metering method.'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'PayByTraffic', + ], + ], + [ + 'name' => 'Name', + 'in' => 'query', + 'schema' => [ + 'description' => 'The name of the Anycast EIP.'."\n" + ."\n" + .'The name must be 0 to 128 characters in length, and can contain digits, hyphens (-), and underscores (\\_). The name must start with a letter.'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'doctest', + ], + ], + [ + 'name' => 'ResourceGroupId', + 'in' => 'query', + 'schema' => [ + 'description' => 'The ID of the resource group to which the instance belongs.'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'rg-aekzthsmwsnfuni', + ], + ], + [ + 'name' => 'Tags', + 'in' => 'query', + 'style' => 'repeatList', + 'schema' => [ + 'description' => 'The tags.', + 'type' => 'array', + 'items' => [ + 'description' => 'The tags.'."\n", + 'type' => 'object', + 'properties' => [ + 'Key' => [ + 'description' => 'The tag key of the resource. You can specify up to 20 tag keys. You cannot specify empty strings as tag keys.'."\n" + ."\n" + .'The key can be up to 64 characters in length and can contain letters, digits, periods (.), underscores (\\_), and hyphens (-). The key must start with a letter but cannot start with `aliyun` or `acs:`. The key cannot contain `http://` or `https://`.'."\n" + ."\n" + .'> You must specify at least one of **Tag.N** (**Tag.N.Key** and **Tag.N.Value**).'."\n", + 'type' => 'string', + 'required' => false, + 'example' => '1', + ], + 'Value' => [ + 'description' => 'The tag value of the resource. You can specify up to 20 tag values. It can be an empty string.'."\n" + ."\n" + .'The value cannot exceed 128 characters in length and can contain digits, periods (.), underscores (\\_), and hyphens (-). The value must start with a letter but cannot start with `aliyun` or `acs:`. The value cannot contain `http://` or `https://`.'."\n" + ."\n" + .'> You must specify at least one of **Tag.N** (**Tag.N.Key** and **Tag.N.Value**).'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'tag1', + ], + ], + 'required' => false, + ], + 'required' => false, + 'maxItems' => 10, + ], + ], + [ + 'name' => 'MaxResults', + 'in' => 'query', + 'schema' => [ + 'description' => 'The number of entries to return on each page. Valid values: **20 to 100**. Default value: **50**.'."\n", + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + 'example' => '50', + ], + ], + [ + 'name' => 'NextToken', + 'in' => 'query', + 'schema' => [ + 'description' => 'The pagination token that is used in the next request to retrieve a new page of results. Valid values:'."\n" + ."\n" + .'* You do not need to specify this parameter for the first request.'."\n" + .'* You must specify the token that is obtained from the previous query as the value of NextToken.'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'caeba0bbb2be03f84eb48b699f0a****', + ], + ], + [ + 'name' => 'Status', + 'in' => 'query', + 'schema' => [ + 'description' => 'The status of the Anycast EIP. Valid values:'."\n" + ."\n" + .'* **Associating**'."\n" + .'* **Unassociating**'."\n" + .'* **Allocated**'."\n" + .'* **Associated**'."\n" + .'* **Modifying**'."\n" + .'* **Releasing**'."\n" + .'* **Released**'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'Associated', + ], + ], + [ + 'name' => 'BusinessStatus', + 'in' => 'query', + 'schema' => [ + 'description' => 'The service status of the Anycast EIP. Valid values:'."\n" + ."\n" + .'* **Normal**'."\n" + .'* **FinancialLocked**'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'Normal', + ], + ], + [ + 'name' => 'BindInstanceIds', + 'in' => 'query', + 'style' => 'repeatList', + 'schema' => [ + 'description' => 'The IDs of the cloud resources with which the Anycast EIPs are associated.'."\n" + ."\n" + .'You can enter at most 100 cloud resource IDs.', + 'type' => 'array', + 'items' => [ + 'description' => 'The IDs of the cloud resources with which the Anycast EIPs are associated.'."\n" + ."\n" + .'You can enter at most 100 cloud resource IDs.', + 'type' => 'string', + 'required' => false, + 'example' => 'lb-2zebb08phyczzawe****', + ], + 'required' => false, + 'example' => 'lb-2zebb08phyczzawe****', + 'maxItems' => 100, + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'TotalCount' => [ + 'description' => 'The number of entries returned.'."\n", + 'type' => 'integer', + 'format' => 'int32', + 'example' => '100', + ], + 'NextToken' => [ + 'description' => 'A pagination token. It can be used in the next request to retrieve a new page of results. Valid values:'."\n" + ."\n" + .'* If **NextToken** is empty, no next page exists.'."\n" + .'* If **NextToken** is not empty, the value of NextToken can be used in the next request to retrieve a new page of results.'."\n", + 'type' => 'string', + 'example' => 'FFmyTO70tTpLG6I3FmYAXGKPd****', + ], + 'RequestId' => [ + 'description' => 'The request ID.'."\n", + 'type' => 'string', + 'example' => '4EC47282-1B74-4534-BD0E-403F3EE64CAF', + ], + 'AnycastList' => [ + 'description' => 'The list of Anycast EIPs.'."\n", + 'type' => 'array', + 'items' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Status' => [ + 'description' => 'The status of the Anycast EIP.'."\n" + ."\n" + .'* **Associating**'."\n" + .'* **Unassociating**'."\n" + .'* **Allocated**'."\n" + .'* **Associated**'."\n" + .'* **Modifying**'."\n" + .'* **Releasing**'."\n" + .'* **Released**'."\n", + 'type' => 'string', + 'example' => 'Associating', + ], + 'CreateTime' => [ + 'description' => 'The time when the Anycast EIP was created.'."\n", + 'type' => 'string', + 'example' => '2022-04-22T01:37:38Z', + ], + 'AnycastId' => [ + 'description' => 'The ID of the Anycast EIP.'."\n", + 'type' => 'string', + 'example' => 'aeip-2zeerraiwb7ujsxdc****', + ], + 'AliUid' => [ + 'description' => 'The ID of the account to which the Anycast EIP belongs.'."\n", + 'type' => 'integer', + 'format' => 'int64', + 'example' => '123440159596****', + ], + 'ServiceLocation' => [ + 'description' => 'The access area of the Anycast EIP.'."\n" + ."\n" + .'**international**: regions outside the Chinese mainland'."\n", + 'type' => 'string', + 'example' => 'international', + ], + 'InstanceChargeType' => [ + 'description' => 'The billing method of the Anycast EIP.'."\n" + ."\n" + .'**PostPaid**: pay-as-you-go'."\n", + 'type' => 'string', + 'example' => 'PostPaid', + ], + 'IpAddress' => [ + 'description' => 'The IP address of the Anycast EIP.'."\n", + 'type' => 'string', + 'example' => '139.95.XX.XX', + ], + 'Bandwidth' => [ + 'description' => 'The maximum bandwidth of the Anycast EIP. Unit: Mbit/s.'."\n", + 'type' => 'integer', + 'format' => 'int32', + 'example' => '200', + ], + 'Description' => [ + 'description' => 'The description of the Anycast EIP.'."\n", + 'type' => 'string', + 'example' => 'docdesc', + ], + 'AnycastEipBindInfoList' => [ + 'description' => 'The list of cloud resources with which the Anycast EIPs are associated.'."\n", + 'type' => 'array', + 'items' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'BindInstanceType' => [ + 'description' => 'The type of cloud resource with which the Anycast EIP is associated.'."\n" + ."\n" + .'* **SlbInstance**: an internal-facing Classic Load Balancer (CLB) instance deployed in a virtual private cloud (VPC). CLB is formerly known as Server Load Balancer (SLB).'."\n" + .'* **NetworkInterface**: an elastic network interface (ENI).'."\n", + 'type' => 'string', + 'example' => 'SlbInstance', + ], + 'BindTime' => [ + 'description' => 'The time when the Anycast EIP was associated.'."\n", + 'type' => 'string', + 'example' => '2022-04-23T01:37:38Z', + ], + 'BindInstanceRegionId' => [ + 'description' => 'The ID of the region where the cloud resource is deployed.'."\n", + 'type' => 'string', + 'example' => 'us-west-1', + ], + 'BindInstanceId' => [ + 'description' => 'The ID of the cloud resource with which the Anycast EIP is associated.'."\n", + 'type' => 'string', + 'example' => 'lb-2zebb08phyczzawe****', + ], + ], + ], + ], + 'InternetChargeType' => [ + 'description' => 'The metering method of the Anycast EIP.'."\n" + ."\n" + .'**PayByTraffic**: pay-by-data-transfer'."\n", + 'type' => 'string', + 'example' => 'PayByTraffic', + ], + 'BusinessStatus' => [ + 'description' => 'The service status of the Anycast EIP. Valid values:'."\n" + ."\n" + .'* **Normal**'."\n" + .'* **FinancialLocked**'."\n", + 'type' => 'string', + 'example' => 'Normal', + ], + 'Name' => [ + 'description' => 'The name of the Anycast EIP.'."\n", + 'type' => 'string', + 'example' => 'docname', + ], + 'ServiceManaged' => [ + 'description' => 'Indicates whether the resource is created by the service account.'."\n" + ."\n" + .'* **0**: no'."\n" + .'* **1**: yes'."\n", + 'type' => 'integer', + 'format' => 'int32', + 'example' => '0', + ], + 'ResourceGroupId' => [ + 'description' => 'The ID of the resource group to which the instance belongs.'."\n", + 'type' => 'string', + 'example' => 'rg-aekzthsmwsnfuni'."\n", + ], + 'Tags' => [ + 'description' => 'The information about the tags.'."\n", + 'type' => 'array', + 'items' => [ + 'description' => 'The tags.', + 'type' => 'object', + 'properties' => [ + 'Key' => [ + 'description' => 'The tag key.'."\n", + 'type' => 'string', + 'example' => 'FinanceDept', + ], + 'Value' => [ + 'description' => 'The tag value.'."\n", + 'type' => 'string', + 'example' => 'FinanceJoshua', + ], + ], + ], + ], + ], + ], + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"TotalCount\\": 100,\\n \\"NextToken\\": \\"FFmyTO70tTpLG6I3FmYAXGKPd****\\",\\n \\"RequestId\\": \\"4EC47282-1B74-4534-BD0E-403F3EE64CAF\\",\\n \\"AnycastList\\": [\\n {\\n \\"Status\\": \\"Associating\\",\\n \\"CreateTime\\": \\"2022-04-22T01:37:38Z\\",\\n \\"AnycastId\\": \\"aeip-2zeerraiwb7ujsxdc****\\",\\n \\"AliUid\\": 0,\\n \\"ServiceLocation\\": \\"international\\",\\n \\"InstanceChargeType\\": \\"PostPaid\\",\\n \\"IpAddress\\": \\"139.95.XX.XX\\",\\n \\"Bandwidth\\": 200,\\n \\"Description\\": \\"docdesc\\",\\n \\"AnycastEipBindInfoList\\": [\\n {\\n \\"BindInstanceType\\": \\"SlbInstance\\",\\n \\"BindTime\\": \\"2022-04-23T01:37:38Z\\",\\n \\"BindInstanceRegionId\\": \\"us-west-1\\",\\n \\"BindInstanceId\\": \\"lb-2zebb08phyczzawe****\\"\\n }\\n ],\\n \\"InternetChargeType\\": \\"PayByTraffic\\",\\n \\"BusinessStatus\\": \\"Normal\\",\\n \\"Name\\": \\"docname\\",\\n \\"ServiceManaged\\": 0,\\n \\"ResourceGroupId\\": \\"rg-aekzthsmwsnfuni\\\\n\\",\\n \\"Tags\\": [\\n {\\n \\"Key\\": \\"FinanceDept\\",\\n \\"Value\\": \\"FinanceJoshua\\"\\n }\\n ]\\n }\\n ]\\n}","errorExample":""},{"type":"xml","example":"\\n 100\\n FFmyTO70tTpLG6I3FmYAXGKPd****\\n 4EC47282-1B74-4534-BD0E-403F3EE64CAF\\n \\n Associating\\n 2022-04-22T01:37:38Z\\n aeip-2zeerraiwb7ujsxdc****\\n international\\n PostPaid\\n 139.95.XX.XX\\n 200\\n docdesc\\n \\n SlbInstance\\n 2022-04-23T01:37:38Z\\n us-west-1\\n lb-2zebb08phyczzawe****\\n \\n PayByTraffic\\n Normal\\n docname\\n 0\\n \\n FinanceDept\\n FinanceJoshua\\n \\n \\n","errorExample":""}]', + 'title' => 'ListAnycastEipAddresses', + 'requestParamsDescription' => ' ', + 'responseParamsDescription' => ' ', + 'extraInfo' => ' ', + ], + 'DescribeAnycastServerRegions' => [ + 'summary' => 'Queries regions where you can associate Anycast elastic IP addresses (Anycast EIPs) with endpoints.', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => [ + 'FEATUREeipIDYPAX', + ], + ], + 'parameters' => [ + [ + 'name' => 'ServiceLocation', + 'in' => 'query', + 'schema' => [ + 'description' => 'The access area from which you use the Anycast EIP to communicate with the Internet.'."\n" + ."\n" + .'Set the value to **international**, which specifies the areas outside the Chinese mainland.'."\n", + 'type' => 'string', + 'required' => true, + 'example' => 'international', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'description' => 'The response parameters.'."\n", + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => 'The request ID.'."\n", + 'type' => 'string', + 'example' => '4EC47282-1B74-4534-BD0E-403F3EE64CAF', + ], + 'Count' => [ + 'description' => 'The number of returned entries.'."\n", + 'type' => 'string', + 'example' => '1', + ], + 'AnycastServerRegionList' => [ + 'description' => 'The list of regions where you can associate Anycast EIPs with endpoints.'."\n", + 'type' => 'array', + 'items' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'RegionName' => [ + 'description' => 'The name of the region.'."\n", + 'type' => 'string', + 'example' => 'eu-west-1-gb33-a01', + ], + 'RegionId' => [ + 'description' => 'The ID of the region.'."\n", + 'type' => 'string', + 'example' => 'eu-west-1', + ], + ], + ], + ], + ], + ], + ], + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"4EC47282-1B74-4534-BD0E-403F3EE64CAF\\",\\n \\"Count\\": \\"1\\",\\n \\"AnycastServerRegionList\\": [\\n {\\n \\"RegionName\\": \\"eu-west-1-gb33-a01\\",\\n \\"RegionId\\": \\"eu-west-1\\"\\n }\\n ]\\n}","errorExample":""},{"type":"xml","example":"\\n 4EC47282-1B74-4534-BD0E-403F3EE64CAF\\n 1\\n \\n eu-west-1-gb33-a01\\n eu-west-1\\n \\n","errorExample":""}]', + 'title' => 'DescribeAnycastServerRegions', + 'requestParamsDescription' => ' ', + 'responseParamsDescription' => ' ', + 'extraInfo' => ' ', + ], + 'TagResources' => [ + 'summary' => 'Creates and adds tags to resources.', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'update', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => [ + 'FEATUREeip70HI1T', + ], + ], + 'parameters' => [ + [ + 'name' => 'ResourceId', + 'in' => 'query', + 'style' => 'repeatList', + 'schema' => [ + 'description' => 'The resource ID. You can specify at most 20 IDs.'."\n", + 'type' => 'array', + 'items' => [ + 'description' => 'The resource ID. You can specify up to 20 resource IDs.'."\n" + ."\n" + .'> When you call this operation, **ResourceId.N** is required.'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'aeip-2zeerraiwb7ujsxdc****', + ], + 'required' => true, + 'maxItems' => 50, + 'minItems' => 1, + ], + ], + [ + 'name' => 'ResourceType', + 'in' => 'query', + 'schema' => [ + 'description' => 'The resource type. Set the value to **ANYCASTEIPADDRESS**.'."\n", + 'type' => 'string', + 'required' => true, + 'example' => 'ANYCASTEIPADDRESS', + ], + ], + [ + 'name' => 'Tag', + 'in' => 'query', + 'style' => 'repeatList', + 'schema' => [ + 'description' => 'The tag information.'."\n", + 'type' => 'array', + 'items' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'Key' => [ + 'description' => 'The key of tag N to add to the resource. You must enter at least one tag key and at most 20 tag keys. The tag key cannot be an empty string.'."\n" + ."\n" + .'The tag key can be up to 128 characters in length and cannot start with acs: or aliyun. It cannot contain `http://` or `https://`.'."\n" + ."\n" + .'> When you call this operation, **Tag.N.Key** is required.'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'FinanceDept', + ], + 'Value' => [ + 'description' => 'The value of tag N to add to the resource. You must enter at least one tag value and at most 20 tag values. The tag value can be an empty string.'."\n" + ."\n" + .'It can be up to 128 characters in length and cannot start with `acs:` or `aliyun`. It cannot contain `http://` or `https://`.'."\n" + ."\n" + .'> When you call this operation, **Tag.N.Value** is required.'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'FinanceJoshua', + ], + ], + 'required' => false, + ], + 'required' => true, + 'maxItems' => 21, + 'minItems' => 1, + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'BaseResult', + 'description' => 'BaseResult'."\n", + 'type' => 'object', + 'properties' => [ + 'Success' => [ + 'description' => 'Indicates whether the operation is successful. Valid values:'."\n" + ."\n" + .'**true**'."\n" + ."\n" + .'**false**'."\n", + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'The request ID.'."\n", + 'type' => 'string', + 'example' => 'C46FF5A8-C5F0-4024-8262-B16B639225A0', + ], + ], + ], + ], + ], + 'errorCodes' => [ + 400 => [ + [ + 'errorCode' => 'NumberExceed.Tags', + 'errorMessage' => 'The maximum number of tags is exceeded.', + ], + [ + 'errorCode' => 'NumberExceed.ResourceIds', + 'errorMessage' => 'The maximum number of resource IDs is exceeded.', + ], + [ + 'errorCode' => 'Forbidden.TagKeys', + 'errorMessage' => 'The tag key cannot be operated by the request.', + ], + [ + 'errorCode' => 'Forbidden.TagKey.Duplicated', + 'errorMessage' => 'The specified tag key already exists.', + ], + [ + 'errorCode' => 'InvalidInstanceIds.NotFound', + 'errorMessage' => 'The instance IDs are not found.', + ], + [ + 'errorCode' => 'InvalidInstanceType.NotFound', + 'errorMessage' => 'The instance type is not found.', + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"Success\\": true,\\n \\"RequestId\\": \\"C46FF5A8-C5F0-4024-8262-B16B639225A0\\"\\n}","errorExample":""},{"type":"xml","example":"\\n true\\n C46FF5A8-C5F0-4024-8262-B16B639225A0\\n","errorExample":""}]', + 'title' => 'TagResources', + ], + 'ListTagResources' => [ + 'summary' => 'Queries the tags that are added to resources.', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'list', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => [ + 'FEATUREeip70HI1T', + ], + ], + 'parameters' => [ + [ + 'name' => 'ResourceId', + 'in' => 'query', + 'style' => 'repeatList', + 'schema' => [ + 'description' => 'The resource IDs.'."\n", + 'type' => 'array', + 'items' => [ + 'description' => 'The resource ID. You can specify up to 20 resource IDs.'."\n" + ."\n" + .'> You must specify **ResourceId.N** or **Tag.N** (**Tag.N.Key** or **Tag.N.Value**).'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'aeip-2zeerraiwb7ujsxdc****', + ], + 'required' => false, + 'maxItems' => 50, + 'minItems' => 1, + ], + ], + [ + 'name' => 'ResourceType', + 'in' => 'query', + 'schema' => [ + 'description' => 'The resource type. Set the value to **ANYCASTEIPADDRESS**.'."\n", + 'type' => 'string', + 'required' => true, + 'example' => 'ANYCASTEIPADDRESS', + ], + ], + [ + 'name' => 'Tag', + 'in' => 'query', + 'style' => 'repeatList', + 'schema' => [ + 'description' => 'The tag information.'."\n", + 'type' => 'array', + 'items' => [ + 'type' => 'object', + 'properties' => [ + 'Key' => [ + 'description' => 'The key of tag N. You can specify up to 20 tag keys. The tag key cannot be an empty string.'."\n" + ."\n" + .'The tag key can be a up to 128 characters in length and cannot contain `http://` or `https://`. The tag key cannot start with `acs:` or `aliyun`.'."\n" + ."\n" + .'> You must specify **ResourceId.N** or **Tag.N** (**Tag.N.Key** or **Tag.N.Value**).'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'FinanceDept', + ], + 'Value' => [ + 'description' => 'The value of tag N. You can specify up to 20 tag values. The tag value can be an empty string.'."\n" + ."\n" + .'It can be up to 128 characters in length and cannot start with `acs:` or `aliyun`. It cannot contain `http://` or `https://`.'."\n" + ."\n" + .'> You must specify **ResourceId.N** or **Tag.N** (**Tag.N.Key** or **Tag.N.Value**).'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'FinanceJoshua', + ], + ], + 'required' => false, + ], + 'required' => false, + 'maxItems' => 21, + 'minItems' => 1, + ], + ], + [ + 'name' => 'NextToken', + 'in' => 'query', + 'schema' => [ + 'description' => 'The pagination token that is used in the next request to retrieve a new page of results. Valid values:'."\n" + ."\n" + .'* If this is your first query or no next queries are to be sent, ignore this parameter.'."\n" + .'* You must specify the token that is obtained from the previous query as the value of **NextToken**.'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'FFmyTO70tTpLG6I3FmYAXGKPd****', + ], + ], + [ + 'name' => 'MaxResults', + 'in' => 'query', + 'schema' => [ + 'description' => 'The number of entries per page. Valid values: **1** to **50**. Default value: **50**.'."\n", + 'type' => 'string', + 'required' => false, + 'example' => '50', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'NextToken' => [ + 'description' => 'The pagination token that is used in the next request to retrieve a new page of results. Valid values:'."\n" + ."\n" + .'* If **NextToken** is empty, no next page exists.'."\n" + .'* If a value is returned for **NextToken**, the value is the token that determines the start point of the next query.'."\n", + 'type' => 'string', + 'example' => 'FFmyTO70tTpLG6I3FmYAXGKPd****', + ], + 'RequestId' => [ + 'description' => 'The request ID.'."\n", + 'type' => 'string', + 'example' => 'DE65F6B7-7566-4802-9007-96F2494AC512', + ], + 'TagResources' => [ + 'description' => 'The resources to which the tags are added.'."\n", + 'type' => 'array', + 'items' => [ + 'type' => 'object', + 'properties' => [ + 'ResourceId' => [ + 'description' => 'The resource ID.'."\n", + 'type' => 'string', + 'example' => 'aeip-2zeerraiwb7ujsxdc****', + ], + 'ResourceType' => [ + 'description' => 'The resource type. Only **ANYCASTEIPADDRESS** may be returned.'."\n", + 'type' => 'string', + 'example' => 'ANYCASTEIPADDRESS', + ], + 'TagValue' => [ + 'description' => 'The value of tag N.'."\n", + 'type' => 'string', + 'example' => 'FinanceJoshua', + ], + 'TagKey' => [ + 'description' => 'The key of tag N.'."\n", + 'type' => 'string', + 'example' => 'FinanceDept', + ], + ], + ], + ], + ], + 'description' => '', + ], + ], + ], + 'errorCodes' => [ + 400 => [ + [ + 'errorCode' => 'InvalidTagKey', + 'errorMessage' => 'The tag keys are not valid.', + ], + [ + 'errorCode' => 'NumberExceed.Tags', + 'errorMessage' => 'The maximum number of tags is exceeded.', + ], + [ + 'errorCode' => 'NumberExceed.ResourceIds', + 'errorMessage' => 'The maximum number of resource IDs is exceeded.', + ], + [ + 'errorCode' => 'Forbidden.TagKeys', + 'errorMessage' => 'The tag key cannot be operated by the request.', + ], + [ + 'errorCode' => 'Forbidden.TagKey.Duplicated', + 'errorMessage' => 'The specified tag key already exists.', + ], + [ + 'errorCode' => 'InvalidInstanceIds.NotFound', + 'errorMessage' => 'The instance IDs are not found.', + ], + [ + 'errorCode' => 'InvalidInstanceType.NotFound', + 'errorMessage' => 'The instance type is not found.', + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"NextToken\\": \\"FFmyTO70tTpLG6I3FmYAXGKPd****\\",\\n \\"RequestId\\": \\"DE65F6B7-7566-4802-9007-96F2494AC512\\",\\n \\"TagResources\\": [\\n {\\n \\"ResourceId\\": \\"aeip-2zeerraiwb7ujsxdc****\\",\\n \\"ResourceType\\": \\"ANYCASTEIPADDRESS\\",\\n \\"TagValue\\": \\"FinanceJoshua\\",\\n \\"TagKey\\": \\"FinanceDept\\"\\n }\\n ]\\n}","errorExample":""},{"type":"xml","example":"\\n FFmyTO70tTpLG6I3FmYAXGKPd****\\n DE65F6B7-7566-4802-9007-96F2494AC512\\n \\n aeip-2zeerraiwb7ujsxdc****\\n ANYCASTEIPADDRESS\\n FinanceJoshua\\n FinanceDept\\n \\n","errorExample":""}]', + 'title' => 'ListTagResources', + ], + 'UntagResources' => [ + 'summary' => 'Removes tags from Anycast EIPs.', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'update', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => [ + 'FEATUREeip70HI1T', + ], + ], + 'parameters' => [ + [ + 'name' => 'ResourceId', + 'in' => 'query', + 'style' => 'repeatList', + 'schema' => [ + 'description' => 'The resource ID. You can specify up to 20 resource IDs.'."\n", + 'type' => 'array', + 'items' => [ + 'description' => 'The resource ID. You can specify up to 20 resource IDs.'."\n", + 'type' => 'string', + 'required' => false, + 'example' => 'aeip-2zeerraiwb7ujsxdc****', + ], + 'required' => true, + 'maxItems' => 50, + 'minItems' => 1, + ], + ], + [ + 'name' => 'ResourceType', + 'in' => 'query', + 'schema' => [ + 'description' => 'The resource type. Set the value to **ANYCASTEIPADDRESS**.'."\n", + 'type' => 'string', + 'required' => true, + 'example' => 'ANYCASTEIPADDRESS', + ], + ], + [ + 'name' => 'TagKey', + 'in' => 'query', + 'style' => 'repeatList', + 'schema' => [ + 'description' => 'The key of the tag that you want to remove. You can specify at most 20 tag keys. The tag key cannot be an empty string.'."\n" + ."\n" + .'A tag key can be up to 128 characters in length. It cannot start with aliyun or acs:, and cannot contain `http://` or `https://`.'."\n", + 'type' => 'array', + 'items' => [ + 'description' => 'The key of the tag that you want to remove. You can specify at most 20 tag keys. It can be an empty string.'."\n" + ."\n" + .'A tag key can be up to 128 characters in length. It cannot start with aliyun or acs:, and cannot contain `http://` or `https://`.', + 'type' => 'string', + 'required' => false, + 'example' => 'FinanceDept', + ], + 'required' => false, + 'maxItems' => 21, + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'BaseResult', + 'description' => 'BaseResult'."\n", + 'type' => 'object', + 'properties' => [ + 'Success' => [ + 'description' => 'Indicates whether the operation is successful. Valid values:'."\n" + ."\n" + .'**true**'."\n" + ."\n" + .'**false**'."\n", + 'type' => 'boolean', + 'example' => 'true', + ], + 'RequestId' => [ + 'description' => 'The request ID.'."\n", + 'type' => 'string', + 'example' => 'C46FF5A8-C5F0-4024-8262-B16B639225A0', + ], + ], + ], + ], + ], + 'errorCodes' => [ + 400 => [ + [ + 'errorCode' => 'NumberExceed.Tags', + 'errorMessage' => 'The maximum number of tags is exceeded.', + ], + [ + 'errorCode' => 'NumberExceed.ResourceIds', + 'errorMessage' => 'The maximum number of resource IDs is exceeded.', + ], + [ + 'errorCode' => 'Forbidden.TagKeys', + 'errorMessage' => 'The tag key cannot be operated by the request.', + ], + [ + 'errorCode' => 'Forbidden.TagKey.Duplicated', + 'errorMessage' => 'The specified tag key already exists.', + ], + [ + 'errorCode' => 'InvalidInstanceIds.NotFound', + 'errorMessage' => 'The instance IDs are not found.', + ], + [ + 'errorCode' => 'InvalidInstanceType.NotFound', + 'errorMessage' => 'The instance type is not found.', + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"type":"json","example":"{\\n \\"Success\\": true,\\n \\"RequestId\\": \\"C46FF5A8-C5F0-4024-8262-B16B639225A0\\"\\n}","errorExample":""},{"type":"xml","example":"\\n true\\n C46FF5A8-C5F0-4024-8262-B16B639225A0\\n","errorExample":""}]', + 'title' => 'UntagResources', + ], + 'ChangeResourceGroup' => [ + 'summary' => 'Changes the resource group to which an Anycast elastic IP address (EIP) belongs.', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'readAndWrite', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'update', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => [ + 'FEATUREeip70HI1T', + ], + ], + 'parameters' => [ + [ + 'name' => 'ResourceId', + 'in' => 'query', + 'schema' => [ + 'description' => 'The resource ID.', + 'type' => 'string', + 'required' => true, + 'example' => 'aeip-2zeerraiwb7ujsxdc****', + ], + ], + [ + 'name' => 'NewResourceGroupId', + 'in' => 'query', + 'schema' => [ + 'description' => 'The ID of the resource group to which you want to move the resource.'."\n" + .'> You can use resource groups to facilitate resource grouping and permission management for an Alibaba Cloud. For more information, see [What is resource management?](~~158855~~)', + 'type' => 'string', + 'required' => true, + 'example' => 'rg-aeky6b2jfeerxxx', + ], + ], + [ + 'name' => 'ResourceType', + 'in' => 'query', + 'schema' => [ + 'description' => 'The type of the resource for which you want to modify the resource group. Valid value: **ANYCASTEIPADDRESS**.', + 'type' => 'string', + 'required' => true, + 'example' => 'ANYCASTEIPADDRESS', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'description' => 'The request ID.'."\n", + 'type' => 'string', + 'example' => 'FBDB18D8-E91E-4978-8D6C-6E2E3EE10133', + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"FBDB18D8-E91E-4978-8D6C-6E2E3EE10133\\"\\n}","type":"json"}]', + 'title' => 'ChangeResourceGroup', + 'translator' => 'machine', + ], + ], + 'endpoints' => [ + [ + 'regionId' => 'cn-hangzhou', + 'endpoint' => 'eipanycast.cn-hangzhou.aliyuncs.com', + ], + ], +]; -- cgit v1.2.3