...
You have now successfully reset the password, after completing the steps listed above.
Log Download API
Localtabgroup |
---|
Localtab |
---|
| HTTP Request method | GET | URL | https://gateway.api.cloud.wso2.com/api/logs?logType=<log-type>&date=yyyy-mm-dd | Headers | Content-Type: application/json Authorization: Bearer <Bearer token received by following prerequisites> |
|
Localtab |
---|
| Code Block |
---|
title | Successful invocation |
---|
| {
“archiveFileUrl” : “https://link-to-archive-file”,
“validPeriodInSeconds” : 300
} |
Note |
---|
title | Unsuccessful invocations |
---|
| Code Block |
---|
title | Unsuccessful invocations |
---|
| {
"message": "2019-04/08 is an invalid date format. Valid format is year-month-day (yyyy-mm-dd) Pacific Standard Time"
} |
Code Block |
---|
title | Unsuccessful invocations |
---|
| {
"message": "load-balance is an invalid 'logType' value. Valid values are : [load-balancer, gateway]"
} |
Code Block |
---|
title | Unsuccessful invocations |
---|
| {
"message": "Logs are not available for the specified type : load-balancer and date : 2019-04-07"
} |
Code Block |
---|
title | Unsuccessful invocations |
---|
| {
"message": "An internal server error occurred during the log retrieval process"
} |
Code Block |
---|
title | Unsuccessful invocations |
---|
| {
"message": "Unauthorized user. User must have admin privileges to invoke the log download API"
} |
|
|
|
REST APIs that can be invoked with a subscriber access token
...