tencent cloud

文档反馈

DisassociateSecurityGroups

最后更新时间:2024-01-04 16:10:57

    1. API Description

    Domain name for API request: cvm.tencentcloudapi.com.

    This API is used to disassociate security groups from instances.

    A maximum of 10 requests can be initiated per second for this API.

    We recommend you to use API Explorer
    Try it
    API Explorer provides a range of capabilities, including online call, signature authentication, SDK code generation, and API quick search. It enables you to view the request, response, and auto-generated examples.

    2. Input Parameters

    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: DisassociateSecurityGroups.
    Version Yes String Common Params. The value used for this API: 2017-03-12.
    Region No String Common Params. This parameter is not required for this API.
    SecurityGroupIds.N Yes Array of String ID of the security group to be disassociated, such as sg-efil73jd. Only one security group can be disassociated.
    InstanceIds.N Yes Array of String ID(s) of the instance(s) to be disassociated,such as ins-lesecurk. You can specify multiple instances.

    3. Output Parameters

    Parameter Name Type Description
    RequestId String The unique request ID, which is returned for each request. RequestId is required for locating a problem.

    4. Example

    Example1 Disassociating instances from security groups

    Input Example

    GET https://cvm.tencentcloudapi.com/?Action=DisassociateSecurityGroups
    &InstanceIds.0=ins-2zvpghhc
    &InstanceIds.1=ins-915zrb0p
    &SecurityGroupIds.0=sg-9id3l839
    &<Common request parameters>
    

    Output Example

    {
        "Response": {
            "RequestId": "3385dcf2-e1f0-4ed8-a924-c296721ab65f"
        }
    }
    

    5. Developer Resources

    SDK

    TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.

    Command Line Interface

    6. Error Code

    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.SecurityGroupActionFailed Security group operation failed.
    InvalidInstanceId.Malformed Invalid instance ID. The specified instance ID has an invalid format. For example, ins-1122 has an invalid ID length.
    InvalidInstanceId.NotFound No instance found.
    InvalidParameterValue.InstanceIdMalformed Invalid instance ID. Please enter a valid ID, such as ins-xxxxxxxx (“x” represents a lower-case letter or a number).
    InvalidParameterValue.LimitExceeded The number of parameter values exceeds the limit.
    InvalidSecurityGroupId.NotFound The specified security group ID does not exist.
    InvalidSgId.Malformed The specified security group ID is in the wrong format. For example, sg-ide32 has an invalid instance ID length.
    MutexOperation.TaskRunning An identical job is running.
    OperationDenied.InstanceOperationInProgress The instance has an operation in progress. Please try again later.
    SecGroupActionFailure A general error occurred during the security group service API call.
    UnsupportedOperation Unsupported operation.