All Downloads are FREE. Search and download functionalities are using the official Maven repository.

schema.DeployApplicationRequest.schema.json Maven / Gradle / Ivy

{
  "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"
    }
  },
  "required": ["destinationFileName"]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy