Domain name for API request: ecm.tencentcloudapi.com.
This API is used to modify the default subnet used when you create an instance in an AZ (if you don't specify the VPC parameter when creating the instance, sunbetId
will be used).
A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common Params. The value used for this API: ModifyDefaultSubnet. |
Version | Yes | String | Common Params. The value used for this API: 2019-07-19. |
Region | No | String | Common Params. This parameter is not required for this API. |
EcmRegion | Yes | String | ECM region |
Zone | Yes | String | ECM AZ |
VpcId | Yes | String | VPC ID |
SubnetId | Yes | String | Subnet ID |
Parameter Name | Type | Description |
---|---|---|
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
https://ecm.tencentcloudapi.com/?Action=ModifyDefaultSubnet
&EcmRegion=ap-hangzhou-ecm
&Zone=ap-hangzhou-ecm-1
&VpcId=vpc-cp6wknwh
&SubnetId=subnet-jxa0xg1o
&<Common request parameters>
{
"Response": {
"RequestId": "7daa4e7c-7698-4cc1-8ed0-2f729462c110"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
FailedOperation.InternalOperationFailure | Internal error. |
InvalidParameter.InvalidDataFormat | The data format is incorrect. |
InvalidParameterValue.InvalidRegion | The ECM region is invalid. |
InvalidParameterValue.Malformed | The input parameter format is invalid. |
ResourceNotFound | The resource does not exist. |
UnauthorizedOperation.ForbiddenOperation | You don't have the permission to perform this operation. |
Was this page helpful?