Actions

Request list of actions history from a VPS

GET https://api.netcon.dk/projects/:projectId/products/:productId/actions

Path Parameters

Query Parameters

Headers

[
    {
        "_id": String,
        "user": {
            "_id": String,
            "name": String,
            "email": String,
            "verified": Boolean,
            "type": String
        },
        "product": String,
        "command": String,
        "date": Number, //Unix date (ms)
        "running": Boolean,
        "progress": Number, //0-100
        "status": String
    },
    ...
]

Last updated