Create request

Request of create shell

Endpoint

POST /api/shell/

Auth

Authorization: Bearer ${token}

Body

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

Response

Json
[
    {
        "kind": "status",
        "payload": {
            "code": 0,
            "message": ""
        }
    },
    {
        "kind": "entity",
        "payload": {
            "args": null,
            "columns": 0,
            "created_at": 0,
            "identity": "",
            "path": "",
            "rows": 0,
            "sessions": 0,
            "state": ""
        }
    }
]

Notes

  • Shell Permission Required
  • Read-Only Permission Restricted