Docker image pull request

Request of pull platform docker image

Endpoint

PUT /api/platform/docker/image/push/

Auth

Authorization: Bearer ${token}

Body

Content-Type: application/json
Json
{
    "all_tags": false,
    "context": "",
    "identity": "",
    "platform": ""
}

Response

Json
[
    {
        "kind": "status",
        "payload": {
            "code": 0,
            "message": ""
        }
    },
    {
        "kind": "entity",
        "payload": ""
    }
]

Notes

  • Platform Permission Required