Authorizations
API key for authentication. Make sure to include the word apikey
, followed by a single space and then your token.
Example: apikey 1234$abcdef
Path Parameters
Project ID
Examples:
1
Region ID
Examples:
1
Namespace name
Examples:
"namespace-name"
Function name
Examples:
"function-name"
Query Parameters
Limit the number of logs lines
Required range:
1 <= x <= 100000
Examples:
10
Response
200 - application/json
OK
Function logs.
Examples:
[
{
"Message": " 2022/03/02 15:04:03 192.168.171.79:41386 \"GET / HTTP/1.1\" 200 python-requests/2.25.1",
"Pod": "function-78-5f5ddf5454-n6s94",
"Time": "2022-03-02T15:04:03.208677349Z"
},
{
"Message": " 2022/03/02 15:04:05 192.168.171.79:41386 \"GET / HTTP/1.1\" 200 python-requests/2.25.1",
"Pod": "function-78-5f5ddf5454-n6s94",
"Time": "2022-03-02T15:04:05.208677349Z"
}
]