Asset API search_field 状态的不同条件
Asset--Get All Assets 添加搜索条件Search_field用资产状态做搜索时,不通过缺省资产状态需要使用不同的搜索方式:
注: "row_count": 5 限定了最大返回记录数。
1. Disposed状态的资产搜索方式
{
"list_info": {
"row_count": 5,
"start_index": 0,
"sort_field": "id",
"sort_order": "asc",
"get_total_count": true,
"filter_by": {
"name": "disposed"
}
}
}
2.其它缺省状态资产的搜索方式
{
"list_info": {
"get_total_count": true,
"search_fields": {
"state.name": "In Store",
}
}
}
Related Articles
请求管理API字段详细信息表
表 属性名 类型 details 描述 id long(Read Only) Id of this request 请求在数据库中存储的唯一标识 subject String Subject of this request 主题 description HTML Desc Description of this request 描述 short_description String A short description of this request 短描述 request_type ...
查询所有用户的信息
API调用URL地址 http://<serverName>:<portNumber>/api/v3/users 其中<serverName>:<portNumber>替换为您的环境下SDP所在的主机IP和对应端口 示例:http://localhost:8080/api/v3/users 请求参数 方法:GET 参数名 值 位置 Input_data <JSON_String> URL路径 authtoken <API Key> header <JSON_String>输入示例: ...
SDP API 获取所有的资产
SDP API 获取所有的资产 API调用URL地址 http://<serverName>:<portNumber>/api/v3/assets 示例:http://192.168.1.8:8080/api/v3/assets 请求参数 方法:GET 请求参数: 参数名 值 位置 input_data <JSON_String> params authtoken <API Key> header 输入示例 { "list_info": { "row_count": "25", ...
SDP SaaS API学习汇总
DataCenter API Domain URL Accounts Server URL API Endpoint China https://servicedeskplus.cn https://accounts.zoho.com.cn https://servicedeskplus.cn/api/v3/requests 授权领牌/认证代码 - 认证服务器创建的临时领牌,用于客户端认证 访问领牌,执行API操作,时限1小时 刷新领牌,重新获取访问领牌 ...
apm/opm 添加监视器 or 设备等常规api
以apm为例,有些特殊情形下,监视器无法添加,无法删除等,但苦于没有及时有效的sql语句去操作,可以参考以下链接,从而排错,其他操作可查阅具体手册。 https://www.manageengine.cn/products/applications_manager/help/addmonitor-api.html opm也有丰富的api可操作设备,告警,组等供参考。 ...