This API returns a list of data lakes currently being used by the user. This list contains only brief information, please call the View Lake API to get more detailed information.
This API returns a list of data lakes currently being used by the user. This list contains only brief information, please call the View Lake API to get more detailed information.
GET https://api.machlake.com/lakes |
no parameters
GET https://api.machlake.com/lakes Content-Type: application/json; charset=utf8 x-api-key: {API Key} |
Status 200 { "lake": [ { "lake_id": "lake01", "lake_info": { "lake_name": "My Lake1", "lake_tier": "free", "lake_type": "N", "owner": "user01" } }, { "lake_id": "lake02", "lake_info": { "lake_name": "My Lake2", "lake_tier": "free", "lake_type": "N", "owner": "user01" } } ] } |