Queries the back-to-origin persistent connection settings for a domain name.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-ddoscoo:DescribeL7RsKeepalive |
none |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Domain |
string |
No |
The domain name of the website service. Note
The domain name must be associated with a website forwarding rule. Call DescribeDomains to query all domain names. |
www.aliyun.com |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response object. |
||
| RequestId |
string |
The ID of the request. |
39499F01-19D9-4EA4-A0E9-C6014BA5CDBE |
| RsKeepalive |
object |
The parameters for the back-to-origin persistent connection. |
|
| Enabled |
boolean |
Indicates whether back-to-origin persistent connections are enabled. Valid values:
|
true |
| KeepaliveRequests |
integer |
The number of requests that a persistent connection can serve. |
1000 |
| KeepaliveTimeout |
integer |
The idle timeout period of a persistent connection. |
30 |
| DsKeepaliveTimeout |
integer |
Examples
Success response
JSON format
{
"RequestId": "39499F01-19D9-4EA4-A0E9-C6014BA5CDBE",
"RsKeepalive": {
"Enabled": true,
"KeepaliveRequests": 1000,
"KeepaliveTimeout": 30,
"DsKeepaliveTimeout": 0
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.