获取某个订阅的操作记录 | 大装置帮助中心
跳到主要内容

获取某个订阅的操作记录

接口描述

GET /v1/subscriptions/{subscription_name}/operationRecords 获取某个订阅的操作记录

请求头(Request Header)

参考认证(authentication)

请求参数(Request Parameters)

名称位置类型必须描述
subscription_namepathstringtrue订阅标识

请求体(Request Body)

请求示例(Request Example)

curl --request GET \
--url https://management.sensecoreapi.dev/rmh/v1/subscriptions/string/operationRecords \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {access-token}'

响应参数(Response Parameters)

StatusMeaningDescriptionSchema
200OKOKObtainSubscriptionOperationRecordsResponse

响应示例(Response Example)

200 Response

{
"operation_records": [
{
"username": "string",
"description": "string",
"detail": "string",
"create_time": "2019-08-24T14:15:22Z"
}
]
}

数据结构(Schemas)

ObtainSubscriptionOperationRecordsResponse

名称类型必须限制描述
operation_records[SubscriptionOperationRecord]falsenone订阅的操作记录

SubscriptionOperationRecord

名称类型必须限制描述
usernamestringfalsenone用户名
descriptionstringfalsenone事件描述
detailstringfalsenone详情
create_timestring(date-time)falsenone创建时间