
schema.DeployApplicationRequest.schema.json Maven / Gradle / Ivy
The newest version!
{
"type": "object",
"extends": {
"type": "object",
"javaType": "org.hawkular.cmdgw.api.ResourcePathRequest"
},
"javaType": "org.hawkular.cmdgw.api.DeployApplicationRequest",
"javaInterfaces" : ["org.hawkular.cmdgw.api.ResourcePathDestination"],
"description": "Deploys an application to an Application Server instance given by the inventory path stored in resourcePath field. The actual deployment file content must be appended to this JSON message.",
"additionalProperties": false,
"properties": {
"destinationFileName": {
"type": "string"
},
"enabled": {
"description": "If true, the deployment will be enabled immediately. If false, it will initially be disabled.",
"type": "boolean"
},
"serverGroups": {
"description": "Comma-separated list of domain server groups where the application is to be deployed. This is ignored if not deploying in a domain.",
"type": "string"
},
"forceDeploy": {
"description": "If true, this forces the content to be deployed even if the content with the same name exists. If false, existing content remains as-is and an error is returned if the deployment name already exists.",
"type": "boolean"
}
},
"required": ["destinationFileName"]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy