Platform apptainer image pull request

Request of pull platform apptainer image

Endpoint

PUT /api/platform/apptainer/image/

Auth

Authorization: Bearer ${token}

Body

Content-Type: application/json
Json
{
    "force": false,
    "identity": ""
}

Response

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

Notes

  • Platform Permission Required