Returns the status of the service.
curl --request GET \
--url https://production-storytell-ai-platfor-cds2.encr.app/status
{
"code": "<string>",
"data": {
"alloc": 1,
"fileproc": {
"bornAt": "2023-11-07T05:31:56Z",
"goRoutines": 123,
"memory": {
"rss": "<string>",
"vms": "<string>"
},
"status": "<string>"
},
"fileprocStatusCheckLatencyMS": 123,
"go_version": "<string>",
"heap_alloc": 1,
"heap_idle": 1,
"heap_inuse": 1,
"heap_sys": 1,
"last_gc": "2023-11-07T05:31:56Z",
"num_cpu": 123,
"num_gc": 2147483647,
"num_goroutine": 123,
"pause_total_ns": 1,
"stack_inuse": 1,
"start_time": "2023-11-07T05:31:56Z",
"sys": 1,
"total_alloc": 1,
"uptime": "<string>"
},
"details": {
"consumption": {
"units": 123
},
"operation": {
"duration": 123,
"operationId": "<string>"
}
},
"done": true,
"eventKey": "<string>",
"message": "<string>"
}
Success response
The response is of type object
.
curl --request GET \
--url https://production-storytell-ai-platfor-cds2.encr.app/status
{
"code": "<string>",
"data": {
"alloc": 1,
"fileproc": {
"bornAt": "2023-11-07T05:31:56Z",
"goRoutines": 123,
"memory": {
"rss": "<string>",
"vms": "<string>"
},
"status": "<string>"
},
"fileprocStatusCheckLatencyMS": 123,
"go_version": "<string>",
"heap_alloc": 1,
"heap_idle": 1,
"heap_inuse": 1,
"heap_sys": 1,
"last_gc": "2023-11-07T05:31:56Z",
"num_cpu": 123,
"num_gc": 2147483647,
"num_goroutine": 123,
"pause_total_ns": 1,
"stack_inuse": 1,
"start_time": "2023-11-07T05:31:56Z",
"sys": 1,
"total_alloc": 1,
"uptime": "<string>"
},
"details": {
"consumption": {
"units": 123
},
"operation": {
"duration": 123,
"operationId": "<string>"
}
},
"done": true,
"eventKey": "<string>",
"message": "<string>"
}