如何使用REST API创建配置记录

时间:2018-09-06 01:06:06

标签: rest kaa

我可以使用REST API创建一个群组。但是当我要创建组的配置时(使用REST API)。我发现它总是说:

  

错误的配置。无法生成uuid字段。

我使用以下命令呼叫REST API


curl -v -S -u devuser:devuser123 -X POST --header 'Content-Type: application/json' --header 'Accept: application/json' -d '{
  "applicationId": "32768",
  "endpointGroupId": "32785",
  "description": "create by rest api2",
  "body":"{\"simplePeriod\":0,\"__uuid\":\"null\"}",
  "schemaId": "98309"}' 'http://localhost:8080/kaaAdmin/rest/api/configuration'


0 个答案:

没有答案