我可以使用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'