...
Paste code macro | ||||
---|---|---|---|---|
| ||||
GET https://${CloudVendor}.${CountryCode}.machlake.com/v1/lakes/${lake_id}/tag
Content-Type: application/json; charset=utf8
x-api-key: {API Key} |
...
Paste code macro | ||||
---|---|---|---|---|
| ||||
GET https://aws1.us.machlake.com/v1/lakes/xbacd1234/tag?name=newtag01
Content-Type: application/json; charset=utf8
x-api-key: {API Key} |
...
Paste code macro | ||||
---|---|---|---|---|
| ||||
Status 200 { "success": true, "statusreason": "get tag meta success", "data": { "name": "newtag01" } } |
...