...
Paste code macro | ||||
---|---|---|---|---|
| ||||
GET https://api.machlake.com/v1/lakes
Content-Type: application/json; charset=utf8
x-api-key: {API Key} |
...
Paste code macro | ||||
---|---|---|---|---|
| ||||
GET https://api.machlake.com/v1/lakes/ Content-Type: application/json; charset=utf8 x-api-key: {API Key} |
...
Paste code macro | ||||
---|---|---|---|---|
| ||||
Status 200 { "statussuccess": true, "reason": "get lake list success", "data" : { "lake": [ { "lake_id": "lake01", "lake_info": { "lake_name": "My Lake1", "lake_plan": "basic", "region" : "aws1.kor", "timezone" : "America/Los_Angeles" } }, { "lake_id": "lake02", "lake_info": { "lake_name": "My Lake2", "lake_plan": "enterprise", "region" : "aws1.kor", "timezone" : "Asia/Seoul" } } ] } } |
...