Unbinds servers that are not deployed on Alibaba Cloud from Security Center.
If you no longer require protection for servers that are not deployed on Alibaba Cloud, you can call this operation to unbind the servers from Security Center. After you unbind a server that is not deployed on Alibaba Cloud from Security Center, the server no longer consumes the quota of protected servers or protected server vCPUs. This way, you can install the Security Center agent on other servers to meet your business requirements.
- The server that you want to unbind from Security Center is not deployed on Alibaba Cloud and the Security Center agent is disabled for the server. In this case, the agent is in the Close state and Security Center does not protect the server. You can call the PauseClient operation to disable the agent.
- The client protection feature is disabled for the server. For more information about how to disable client protection, see Use the client protection feature.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | UnbindAegis |
The operation that you want to perform. Set the value to UnbindAegis. |
Uuids | String | Yes | 4fe8e1cd-3c37-4851-b9de-124da32c**** |
The universally unique identifier (UUID) of the server that you want to unbind. Separate multiple UUIDs with commas (,). Note You can call the DescribeCloudCenterInstances operation to query the UUIDs of the servers.
|
All Alibaba Cloud API operations must include common request parameters. For more information about common request parameters, see Common parameters.
For more information about sample requests, see the "Examples" section of this topic.
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 825F5526-2A17-4279-857F-F790E9590171 |
The ID of the request. |
Examples
Sample requests
http(s)://[Endpoint]/?Action=UnbindAegis
&<Common request parameters>
Sample success responses
XML
format
<UnbindAegisResponse>
<RequestId>825F5526-2A17-4279-857F-F790E9590171</RequestId>
</UnbindAegisResponse>
JSON
format
{
"RequestId": "825F5526-2A17-4279-857F-F790E9590171"
}
Error codes
For a list of error codes, visit the API Error Center.