Domain name for API request: mongodb.tencentcloudapi.com.
This API is used to modify the security groups associated with an instance.
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: ModifyDBInstanceSecurityGroup. |
Version | Yes | String | Common Params. The value used for this API: 2019-07-25. |
Region | Yes | String | Common Params. For more information, please see the list of regions supported by the product. |
InstanceId | Yes | String | Instance ID |
SecurityGroupIds.N | Yes | Array of String | Target security group IDs |
Parameter Name | Type | Description |
---|---|---|
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
POST / HTTP/1.1
Host: mongodb.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: ModifyDBInstanceSecurityGroup
<Common request parameters>
{
"InstanceId": "xx",
"SecurityGroupIds": [
"xx"
]
}
{
"Response": {
"RequestId": "xx"
}
}
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 |
---|---|
InternalError | Internal error |
InvalidParameter.PermissionDenied | The current subaccount has no permission to perform this operation. |
InvalidParameterValue.NotFoundInstance | The instance was not found. |
InvalidParameterValue.StatusAbnormal | The instance is in a status where operations are not allowed. |
Was this page helpful?