List downloadable director logs

List downloadable director logs
List downloadable director logs

ZIP files for tasks in the 'downloaded' stage are available at /api/v0/deployed/director/logs/{task_guid}

Request
URI
GET
https://{opsmanager-installation}/api/v0/deployed/director/logs
COPY
Responses
200

OK

{
    "tasks": [
        {
            "guid": "string",
            "status": "string",
            "timestamp": "string"
        }
    ]
}
array of tasks
tasks
Optional

tasks


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