Adds backend servers to a vServer group.
Debugging
Authorization information
The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action
policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:
- Operation: the value that you can use in the Action element to specify the operation on a resource.
- Access level: the access level of each operation. The levels are read, write, and list.
- Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
- The required resource types are displayed in bold characters.
- If the permissions cannot be granted at the resource level,
All Resources
is used in the Resource type column of the operation.
- Condition Key: the condition key that is defined by the cloud service.
- Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
Operation | Access level | Resource type | Condition key | Associated operation |
---|---|---|---|---|
slb:AddVServerGroupBackendServers | create |
|
| none |
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
RegionId | string | Yes | The region ID of the Server Load Balancer (SLB) instance. | cn-hangzhou |
VServerGroupId | string | Yes | The ID of the vServer group. | rsp-cige6****** |
BackendServers | string | Yes | The backend servers that you want to add. Configure the following parameters:
Note
You can specify ENIs and elastic container instances as backend servers only for high-performance SLB instances.
Examples:
Note
You can add only running backend servers to SLB instances. You can specify at most 20 backend servers in each call.
| [{ "ServerId": "eni-xxxxxxxxx", "Weight": "100", "Type": "eni", "ServerIp": "192.168.**.**", "Port":"80","Description":"test-112" },{ "ServerId": "eni-xxxxxxxxx", "Weight": "100", "Type": "eni", "ServerIp": "172.166.**.**", "Port":"80","Description":"test-113" }] |
Response parameters
Examples
Sample success responses
JSON
format
{
"VServerGroupId": "rsp-cige6j******",
"RequestId": "9DEC9C28-AB05-4DDF-9A78-6B08EC9CE18C",
"BackendServers": {
"BackendServer": [
{
"Type": "ecs",
"Weight": 100,
"Description": "backend server",
"Port": 70,
"ServerId": "eni-hhshhs****"
}
]
}
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | InvalidBackendServers.ServerIpConflict | %s. | - |
400 | Mismatched.ZoneId | The zone of the server is not matched with the cloud box loadbalancer. | - |
400 | OperationUnsupported.AddVServerGroupBackendServers | This type of backend server is not allowed to attached to singleTunnel or anyTunnel lb. | - |
400 | IncorrectStatus.RSByPassToas | %s. | - |
400 | BackendServer.InvalidType | The specified Type is invalid. | - |
400 | BackendServer.ServerRegionIdNotEqual | The specified ServerRegionId must be equal. | - |
400 | OperationFailed.InvalidCen | The cen related with this loadbalancer is invalid. | - |
400 | IncorrectStatus.CenNotAssociated | The action is invalid because the loadbalancer is not associated with cen. | - |
400 | InvalidBackendServers.MissingCenBandWidth | The bandwidth is missing between loadbalancer and backendServers in cen. | - |
400 | InvalidBackendServers.VpcNotInCen | The BackendServers is not in the cen associated with the loadbalancer. | - |
400 | InvalidServerId.NotExist | The specified ServerId is not exist. | - |
400 | MissingParameter.ServerRegionId | The parameter ServerRegionId is required. | - |
400 | MissingParameter.VbrId | The parameter VbrId is required. | - |
400 | InvalidParameter.ServerRegionId | The parameter ServerRegionId is invalid for crossborder. | - |
400 | InvalidVbrId.NotInCen | The VbrId is not in the cen associated with the loadbalancer. | - |
400 | InvalidParameter.ServerRegionId | The specified ServerRegionId is invalid. | - |
400 | InvalidParameter.ZoneNotSupport | The zone does not support the parameter %s. | - |
400 | MasterSlaveServerConflict | The servers are conflict for MasterSlaveGroup. | - |
400 | OperationFailed.ServiceGroupProcessing | The specified service group is processing. | - |
400 | NetworkConflict | %s. | - |
400 | SystemBusy | The system is busy. | The service is unavailable. Please try again later. |
400 | SignatureNonceUsed | Specified signature nonce was used already. | - |
400 | VpcSystemBusy | Invoke vpc system busy, please retry later. | - |
400 | OperationDeny.LbNotSupportIPv6Server | The specified loadbalancer does not support ipv6 server. | The current load balancer instance is not allowed to mount IPv6 backend. |
400 | OperationBusy | The operation is busy. | - |
404 | ResourceNotFound.vServers | The specified enis %s does not exist. | - |
404 | ResourceNotFound.Cen | The specified resource Cen %s not Exists. | - |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2023-09-26 | The Error code has changed | View Change Details |
2023-09-08 | The Error code has changed | View Change Details |