{
"cloudCredentialInfo": {
"accessKey": "string",
"accountId": "string",
"hypervisor": "string",
"provider": "Aliyun",
"secretKey": "string",
"url": "string"
},
"data": {
"healthCheck": "string",
"healthCheckDomain": "string",
"healthCheckFail": 0,
"healthCheckHttpCode": "string",
"healthCheckInterval": 0,
"healthCheckMethod": "string",
"healthCheckRise": 0,
"healthCheckTimeout": 0,
"healthCheckType": "string",
"healthCheckUri": "string",
"httpRequestRate": 0,
"httpRequestRatePerSrc": 0,
"listenerId": "string",
"loadbalancerId": "string",
"locationId": "string",
"path": "string",
"redirect": "string",
"redirectCode": 0,
"redirectHost": "string",
"redirectPath": "string",
"redirectScheme": "string",
"regionId": "string",
"scheduler": "string",
"stickySessionCookieTimeout": 0
}
}
curl --location --request POST 'http://localhost:8080/api/v1/loadbalancer/listener-rule/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"cloudCredentialInfo": {
"accessKey": "string",
"accountId": "string",
"hypervisor": "string",
"provider": "Aliyun",
"secretKey": "string",
"url": "string"
},
"data": {
"healthCheck": "string",
"healthCheckDomain": "string",
"healthCheckFail": 0,
"healthCheckHttpCode": "string",
"healthCheckInterval": 0,
"healthCheckMethod": "string",
"healthCheckRise": 0,
"healthCheckTimeout": 0,
"healthCheckType": "string",
"healthCheckUri": "string",
"httpRequestRate": 0,
"httpRequestRatePerSrc": 0,
"listenerId": "string",
"loadbalancerId": "string",
"locationId": "string",
"path": "string",
"redirect": "string",
"redirectCode": 0,
"redirectHost": "string",
"redirectPath": "string",
"redirectScheme": "string",
"regionId": "string",
"scheduler": "string",
"stickySessionCookieTimeout": 0
}
}'
{
"failure": [
"string"
],
"success": [
"string"
]
}