Associates a Server Load Balancer (SLB) instance with a gateway.
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 |
---|---|---|---|---|
mse:AddGatewaySlb |
|
| none |
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
SlbId | string | Yes | The ID of the SLB instance. | lb-bp18t6jjskwxh6wy1**** |
Type | string | No | The type of the service source. Valid values:
| PUB_NET |
GatewayUniqueId | string | Yes | The unique ID of the gateway. | gw-9cdcf8e4f58144059e73ff4c5ef9**** |
VServerGroupId | string | No | The ID of the HTTP virtual service group. | 353 |
ServiceWeight | integer | No | The service weight. | 80 |
HttpPort | integer | No | The HTTP port number (virtual service group). | 80 |
HttpsPort | integer | No | The HTTPS port number (virtual service group). | 443 |
HttpsVServerGroupId | string | No | The ID of the HTTPS virtual service group. | 353 |
VServiceList | array<object> | No | The SLB monitoring information. | |
object | No | |||
VServerGroupId | string | No | The ID of the virtual server group. | rsp-bp1j**t0fyl** |
VServerGroupName | string | No | The name of the virtual server group. | k8s/31**0/***/istio-system/clusterid |
Port | integer | No | The port number. | 443 |
Protocol | string | No | The protocol type. Valid values:
| HTTPS |
AcceptLanguage | string | No | The language of the response. Valid values:
| zh |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "316F5F64-F73D-42DC-8632-01E308B6****",
"HttpStatusCode": 200,
"Message": "The request is successfully processed.\n",
"Code": 200,
"Success": true,
"Data": "lb-uf6dqr4ondqi5w3df7hdf"
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | IllegalRequest | Invalid request:%s | Invalid request: %s |
400 | InvalidParameter | Parameter error:%s | Request parameter error: %s |
403 | NoPermission | You are not authorized to perform this operation:%s | You do not have the permission to use this interface:%s |
404 | NotFound | Not found:%s | The resource does not exist:%s |
500 | InternalError | Console error. Try again later:%s | Console error. Try again later: %s |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2023-05-10 | The request parameters of the API has changed | View Change Details |
2022-09-01 | The request parameters of the API has changed | View Change Details |