{
"cloudCredentialInfo": {
"accessKey": "string",
"accountId": "string",
"hypervisor": "string",
"provider": "Aliyun",
"secretKey": "string",
"url": "string"
},
"data": {
"aclId": "string",
"aclStatus": "string",
"aclType": "string",
"backendConnectTimeout": 0,
"backendGroupId": "string",
"backendGroupType": "string",
"certificateId": "string",
"enableHttp2": true,
"gzip": true,
"healthCheck": "string",
"healthCheckDomain": "string",
"healthCheckExp": "string",
"healthCheckFall": 0,
"healthCheckHttpCode": "string",
"healthCheckInterval": 0,
"healthCheckReq": "string",
"healthCheckRise": 0,
"healthCheckTimeout": 0,
"healthCheckType": "string",
"healthCheckUri": "string",
"httpRequestRate": 0,
"httpRequestRatePerSrc": 0,
"listenerId": "string",
"loadbalancerId": "string",
"regionId": "string",
"scheduler": "string",
"sendProxy": "string",
"stickySession": "string",
"stickySessionCookie": "string",
"stickySessionCookieTimeout": 0,
"stickySessionType": "string",
"tLSCipherPolicy": "string",
"xforwardedFor": true
}
}
curl --location --request POST 'http://localhost:8080/api/v1/loadbalancer/listener/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"cloudCredentialInfo": {
"accessKey": "string",
"accountId": "string",
"hypervisor": "string",
"provider": "Aliyun",
"secretKey": "string",
"url": "string"
},
"data": {
"aclId": "string",
"aclStatus": "string",
"aclType": "string",
"backendConnectTimeout": 0,
"backendGroupId": "string",
"backendGroupType": "string",
"certificateId": "string",
"enableHttp2": true,
"gzip": true,
"healthCheck": "string",
"healthCheckDomain": "string",
"healthCheckExp": "string",
"healthCheckFall": 0,
"healthCheckHttpCode": "string",
"healthCheckInterval": 0,
"healthCheckReq": "string",
"healthCheckRise": 0,
"healthCheckTimeout": 0,
"healthCheckType": "string",
"healthCheckUri": "string",
"httpRequestRate": 0,
"httpRequestRatePerSrc": 0,
"listenerId": "string",
"loadbalancerId": "string",
"regionId": "string",
"scheduler": "string",
"sendProxy": "string",
"stickySession": "string",
"stickySessionCookie": "string",
"stickySessionCookieTimeout": 0,
"stickySessionType": "string",
"tLSCipherPolicy": "string",
"xforwardedFor": true
}
}'
{
"failure": [
"string"
],
"success": [
"string"
]
}