Enqueueing log downloads for A given job

Enqueueing log downloads for A given job

This returns a task identifier for the async operation that performs log downloading from BOSH.

To track log download status, call GET /api/v0/deployed/products/{product_guid}/jobs/{job_guid}/logs

Request
URI
POST
https://{api_host}/api/v0/deployed/products/{product_guid}/jobs/{job_guid}/logs
COPY
Path Parameters
string
product_guid
Required

The guid of the product

string
job_guid
Required

The guid of the job


Responses
200

OK

{
    "id": "string"
}
string
id
Optional

id


Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' https://{api_host}/api/v0/deployed/products/{product_guid}/jobs/{job_guid}/logs