...注意这里的user是username参数。...正确的请求curl -i -X POST -H 'Content-Type: application/json' -d '{"jsonrpc":"2.0", "method": "user.login"...params": {"username":"Admin", "password":"zabbix"}, "auth": null, "id":1}' 'http://192.168.227.131:8080/api_jsonrpc.php.....
固定值:"application/json; charset=utf-8" 路径参数 查询参数 名称 类型 必填 描述 user_id_type string 否 用户ID 类型 示例值:"open_id" 可选值有: open_id:标识一个用户在某个应用中的身份。同一个用户在不同应用中的 Open ID 不同。了解更多:如何获取 Open ID ...
确认指定查询的profile文件的内容是否为json格式。 17700025 输入的type无效 错误信息 The specified type is invalid. 错误描述 调用defaultAppManager模块的相关接口时,输入的type无效。 可能原因 输入的type拼写有误。 输入的type不存在。 处理步骤 确认输入的type是否拼写正确。 确认输入的type是否存在。 177...
固定值:"application/json; charset=utf-8" 路径参数 名称 类型 描述 app_token string 多维表格的唯一标识符app_token 参数说明 示例值:"bascng7vrxcxpig7geggXiCtadY" table_id string 多维表格数据表的唯一标识符table_id 参数说明 示例值:"tblUa9vcYjWQYJCj" ...
确认指定查询的profile文件的内容是否为json格式。 17700025 输入的type无效 错误信息 The specified type is invalid. 错误描述 调用defaultAppManager模块的相关接口时,输入的type无效。 可能原因 输入的type拼写有误。 输入的type不存在。 处理步骤 确认输入的type是否拼写正确。 确认输入的type是否存在。 ...
You can edit the JSON string based on the API reference, or reference a JSON file. You can use the --help command to obtain the help information about the preceding parameters. For more information, see Use the help command. Examples GET request PUT request POST request DELETE request ...
POST http://company.com/zabbix/api_jsonrpc.php HTTP/1.1 Content-Type: application/json-rpc {"jsonrpc":"2.0","method":"apiinfo.version","id":1,"auth":null,"params":{}} The request must have theContent-Typeheader set to one of these values:application/json-rpc,application/jsonorapplica...
可能是由于以下原因导致的: 1. 代码错误:首先,需要检查代码中是否存在语法错误、逻辑错误或者变量命名错误等问题。可以逐行检查代码,并使用调试工具进行排查。另外,还需要确保代码中调用的函数和方法存在...
The header array in this PHP example prevents client-side caching. It also requires objects to follow the JSON (JavaScript Object Notation) open-standard file format and use theapplication/jsoncontent type. Step 4: API Call Parameters The body of an API call contains a set of parameters and ...
DO NOT EDIT. package acm import ( "fmt" "time" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/awsutil" "github.com/aws/aws-sdk-go/aws/request" "github.com/aws/aws-sdk-go/private/protocol" "github.com/aws/aws-sdk-go/private/protocol/jsonrpc" ) const opAdd...