GetManifestOperation

GetManifestOperation
GetManifestOperation
JSON Example
{
    "guid": "string",
    "instance_group": "string",
    "release_name": "string",
    "release_url": "string",
    "release_sha1": "string",
    "job_name": "string",
    "job_properties": {}
}
string
guid
Optional

The identifier for the manifest operation.

string
instance_group
Optional

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
Optional

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

string
release_url
Optional

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
Optional

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

string
job_name
Optional

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

object
job_properties
Optional

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.