PostManifestOperation

PostManifestOperation
PostManifestOperation
JSON Example
{
    "instance_group": "string",
    "release_name": "string",
    "release_url": "string",
    "release_sha1": "string",
    "job_name": "string"
}
string
instance_group
Required

The name of the instance group (VMs) on which you would like to add a job. For now, this must be "bosh".

string
release_name
Required

The name of the BOSH release that you would like to use on the Director VM.

string
release_url
Required

An http or https URL, which must be reachable by the OpsManager VM, used to download your BOSH release file during Apply Changes.

string
release_sha1
Required

The SHA1 checksum of the release file. Required when the release_url is http or https (so, for now, always required).

string
job_name
Required

The name of the job from the reference BOSH release that you would like to add to the Director VM.

object
job_properties
Required

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.