1. Interface Description
Interface request domain name: vpc.api3.convergecloud.com.
This API (DescribeNetworkInterfaceLimit) is used to query the ENI quota for a CVM instance ID or an ENI ID, returning the ENI quota that the CVM instance or ENI can bind, as well as the IP quota that can be allocated to the ENI.
Default interface request rate limit: 20 times per second.
Interface update time: 2025-04-28 20:26:37.
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: DescribeNetworkInterfaceLimit |
| 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 |
| InstanceId | Yes | No | String | CVM instance ID or ENI ID to be queried Example: ins-4lsnc7dz |
3. Output Parameters
| Parameter name | Type | Description |
|---|---|---|
| EniQuantity | Int64 | ENI quota Example: |
| EniPrivateIpAddressQuantity | Int64 | IP quota assignable to each ENI Example: |
| SubEniPrivateIpAddressQuantity | Int64 | Quota of IP addresses that can be assigned to each sub-ENI. Example: |
| ExtendEniQuantity | Uint64 | Extended network interface card quantity Example: |
| ExtendEniPrivateIpAddressQuantity | Uint64 | Number of extended network interface card addresses Example: |
| SubEniQuantity | Uint64 | Relay ENI quota. Example: |
| 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 |
|---|---|
| InvalidInstanceId.NotFound | Invalid instance ID. The specified instance ID does not exist. |
| InternalServerError | Internal operation error. |
| ResourceNotFound | The resource does not exist |