Engine license request
Request of license engine
Endpoint
GET /api/engine/license/
Auth
Authorization: Bearer ${token}
Response
Json
[
{
"kind": "status",
"payload": {
"code": 0,
"message": ""
}
},
{
"kind": "entity",
"payload": {
"expires": "",
"identity": "",
"issued": "",
"name": "",
"owner": "",
"permission": {
"agent": {},
"artifact": {},
"runtime": {},
"shell": {},
"workflow": {}
},
"signature": "",
"starts": ""
}
}
]