PostManifestOperation
{
"instance_group": "string",
"release_name": "string",
"release_url": "string",
"release_sha1": "string",
"job_name": "string",
"job_properties": {}
}
The name of the instance group (VMs) on which you would like to add a job. For now, this must be "bosh".
The name of the BOSH release that you would like to use on the Director VM.
An http or https URL, which must be reachable by the OpsManager VM, used to download your BOSH release file during Apply Changes.
The SHA1 checksum of the release file. Required when the release_url is http or https (so, for now, always required).
The name of the job from the reference BOSH release that you would like to add to the Director VM.
The properties of your job, used to configure the software which you are installing on the Director VM. This must be a hash, but can be an empty hash if you have no configuration for your job.