View A list Of all manifest operations

View A list Of all manifest operations

Get a list of all add_job_to_instance_group type operations which were previously added to the BOSH Director tile

Request
URI
GET
https://{opsmanager-installation}//api/v0/staged/director/manifest_operations/add_job_to_instance_group
COPY
Responses
200

0K

Returns GetManifestOperations of type(s) application/json
{
    "add_job_to_instance_group": [
        {
            "guid": "string",
            "instance_group": "string",
            "release_name": "string",
            "release_url": "string",
            "release_sha1": "string",
            "job_name": "string"
        }
    ]
}
add_job_to_instance_group
Optional

add_job_to_instance_group