aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/test/resources/expectedValidationResults/InvalidRestServerParameters.txt
blob: ceb195ae6117b37919df1c934a1bf06de582921b (plain)
1
2
3
4
5
6
7
validation error(s) on parameters from "parameters/DistributionConfigParameters_InvalidRestServerParameters.json"
parameter group "SDCDistributionGroup" type "org.onap.policy.distribution.main.parameters.DistributionParameterGroup" INVALID, parameter group has status INVALID
  parameter group "null" type "org.onap.policy.distribution.main.parameters.RestServerParameters" INVALID, parameter group has status INVALID
    field "host" type "java.lang.String" value "" INVALID, must be a non-blank string containing hostname/ipaddress of the distribution rest server
    field "port" type "int" value "-1" INVALID, must be a positive integer containing port of the distribution rest server
    field "userName" type "java.lang.String" value "" INVALID, must be a non-blank string containing userName for distribution rest server credentials
    field "password" type "java.lang.String" value "" INVALID, must be a non-blank string containing password for distribution rest server credentials