Func status
GET https://$region.hyperfunc.io/status/$name/$uuid
Retrieve the status of a function.
The endpoint should be $region.hyperfunc.io
, and no signature authentication requirements.
Example request:
Example response:
Query Parameters:
list - 1/True/true or 0/False/false, return
List
. Defaultfalse
.
Status Codes:
200 - no error
404 - no such function
500 - server error
Last updated