
schema.RestartApplicationRequest.schema.json Maven / Gradle / Ivy
The newest version!
{
"type": "object",
"extends": {
"type": "object",
"javaType": "org.hawkular.cmdgw.api.ResourcePathRequest"
},
"javaType": "org.hawkular.cmdgw.api.RestartApplicationRequest",
"javaInterfaces" : ["org.hawkular.cmdgw.api.ResourcePathDestination"],
"description": "Restarts the deployment with destinationFileName, on the Application Server instance given by the inventory path stored in resourcePath field.",
"additionalProperties": false,
"properties": {
"destinationFileName": {
"type": "string"
},
"serverGroups": {
"description" : "Comma-separated list of domain server groups where the application is to be restarted. This is ignored if not restarting from a domain.",
"type": "string"
}
},
"required": ["destinationFileName"]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy