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://{api_host}/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",
            "job_properties": {}
        }
    ]
}
array of add_job_to_instance_group
add_job_to_instance_group
Optional

add_job_to_instance_group


Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/api/v0/staged/director/manifest_operations/add_job_to_instance_group