Description
Queries the instance data TTL.
Request parameters
| Name | Type | Required or not | Description |
|---|---|---|---|
| RegionId | String | Yes | ID of the region in which the instance is located |
| InstanceId | String | Yes | Instance ID |
| ReverseIp | String | Yes | Reverse VPC IP address of the instance |
| ReversePort | Integer | Yes | Reverse VPC Port of the instance |
NOTE: All the above request parameters have no default value.
Response parameters
| Name | Type | Description |
|---|---|---|
| Ttl | Long | Data TTL value |
Return example
JSON format:
{
"code": "200",
"data": {
"RequestId": "EC28CA15-B65B-4B0C-9E7C-39AFF77D98AB",
"Ttl": 2147483647
},
"requestId": "EC28CA15-B65B-4B0C-9E7C-39AFF77D98AB",
"successResponse": true
}