请求地址

/v2/webservice/table/get-periodically-cleanup-table

请求方法

Post

请求参数说明

参数名称 类型 是否必填 说明
app_id number
zone_id number
table_name string

返回参数说明

参数名称 类型 说明
start_time string 生效日期
cleanup_period number 清理周期,秒

返回 , 有配置周期性清理表

{
    "code": 0,
    "request_id": "38f5ae5f-2ab5-4f56-8925-03d9028eb7be",
    "data": {
        "start_time": "2022-09-20 05:05:05",
        "cleanup_period": "1800"
    }
}

返回 , 无配置周期性清理表

{
    "code": 0,
    "request_id": "38f5ae5f-2ab5-4f56-8925-03d9028eb7be",
    "data": { }
}

results matching ""

    No results matching ""