curl --location 'https://api.oraydev.cn/sl/v1/process-alarm-policys//policy?with_remotes=true&with_packages=true' \
--header 'Authorization: Bearer <token>'{
"id": 41,
"user_id": 86036022,
"policy_name": "运行VSCode",
"process": {
"process_running": {
"status": 1,
"process": [
"Code.exe"
]
}
},
"policy_status": 1,
"update_time": 1734083727,
"create_time": 1732862024,
"policy_remotes": [
{
"id": 33,
"policy_id": 41,
"remote_id": 1475742127,
"create_time": 1733290596
}
]
}