1. Interface Description
Interface request domain name: vpc.api3.convergecloud.com.
This API (DescribeAddresses) is used to query the details of one or more EIPs.
- If the parameter is null, it returns a certain number (as specified by Limit, 20 by default) of EIPs for the current user.
Default interface request rate limit: 10 times per second.
Interface update time: 2023-01-07 03:39:59.
The interface only verifies the signature but does not authenticate.
2. Input Parameters
The following list of request parameters only lists interface request parameters and some public parameters, For a complete list of public parameters see public request parameters.
| Parameter name | Required | Allow NULL | Type | Description |
|---|---|---|---|---|
| Action | Yes | No | String | Public parameter, The value of this interface: DescribeAddresses |
| Version | Yes | No | String | Public parameter, The value of this interface: 2017-03-12 |
| Region | No | No | String | Public parameter,Regional information A list of supported geographies is available through the DescribeRegions interface |
| AddressIds | No | No | Array of String | A list of unique IDs identifying the EIPs. Each EIP unique ID is in the format eip-jrkzpvgt. The parameters AddressIds and Filters cannot be specified simultaneously.Example: eip-jrkzpvgt |
| Filters | No | No | Array of Filter | Each request can include up to 10 Filters, with a maximum of 5 values for each Filter.Values. The parameters AddressIds and Filters cannot be specified simultaneously. Detailed filtering conditions are as follows: |
| Offset | No | No | Int64 | The offset, with a default value of 0. For more details about Offset, see the relevant section in the API introduction.Example: 0 |
| Limit | No | No | Int64 | The number of returned results, with a default value of 20 and a maximum value of 100. For more details about Limit, see the relevant section in the API Overview.Example: 20 |
| ContainsCdc | No | No | Array of String | Whether the query results should include EIP information within the CDC. ALL: Include all EIPs. NO_CDC: Exclude EIPs within the CDC. ONLY_CDC: Include only EIPs within the CDC.Example: ALL |
3. Output Parameters
| Parameter name | Type | Description |
|---|---|---|
| TotalCount | Int64 | Number of eligible EIPs. Example: |
| AddressSet | Array of Address | EIP detail list. Example:View |
| RequestId | String | Unique request id, Each request will return. The RequestId of the request needs to be provided when locating the problem. |
4. Error Code
The following lists only the error codes related to the interface business logic, For other error codes, see public ErrorCode.
| Error Code | Description |
|---|---|
| InvalidParameter | Invalid input parameters. |