1. Interface Description
Interface request domain name: dc.api3.convergecloud.com.
Modify properties of physical DC.
Default interface request rate limit: 20 times per second.
Interface update time: 2025-08-02 01:27:33.
The interface is both signature verification and authentication.
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: ModifyDirectConnectAttribute |
| Version | Yes | No | String | Public parameter, The value of this interface: 2018-04-10 |
| Region | No | No | String | Public parameter,Regional information A list of supported geographies is available through the DescribeRegions interface |
| DirectConnectId | Yes | No | String | Physical DC ID Example: dcx-abcdefgh |
| DirectConnectName | Yes | No | String | Physical DC Name Example: mock_dc |
| CustomerContactMail | Yes | No | String | E-mail address of physical DC applicant, obtained from account system by default. Example: 12345@mail.com |
| CustomerName | Yes | No | String | Name of physical DC applicant, obtained from account system by default. Example: John Doe |
| CustomerContactNumber | Yes | No | String | Contact number of physical DC applicant, obtained from account system by default. Example: 18812345678 |
| Bandwidth | No | No | Uint64 | Physical DC Bandwidth Example: 1000 |
| IsShare | No | No | Bool | Whether to share. Example: True |
3. Output Parameters
| Parameter name | Type | Description |
|---|---|---|
| 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 |
|---|---|
| UnauthorizedOperation | Unauthorized operation |
| UnsupportedOperation | Operation unsupported. |
| InternalError | Internal error |
| InvalidParameterValue | Incorrect parameter value |
| ResourceNotFound | The resource does not exist. |
| ResourceUnavailable.InsufficientBalance | Sorry, your account is overdue. Products cannot be activated in an overdue status. Please recharge first. |
| InvalidParameter.DirectConnectIdIsNotUin | The physical DC does not belong to this account. |
| InvalidParameter | Wrong parameter. |
| InvalidParameter.DcBandwidthOutOfRange | Physical DC bandwidth is out of range. Physical DC bandwidth is required to be greater than 1, not less than the maximum bandwidth of the private channel, not greater than the port bandwidth, and not less than a sum of private channel bandwidths in a non-overselling mode. |
| InvalidParameter.DcResourceNotFound | The direct connection resource does not exist. |