This API returns the details of the specified tag. User must specify the correct name for the tag_name variable.
This API returns the details of the specified tag. User must specify the correct name for the tag_name variable.
GET https://${CloudVendor}.${CountryCode}.machlake.com/v1/lakes/${lake_id}/tag Content-Type: application/json; charset=utf8 x-api-key: {API Key} |
Optional | Type | Description | Example |
---|---|---|---|
name | string | name of tag | ?name=newtag01 |
GET https://aws1.us.machlake.com/v1/lakes/xbacd1234/tag?name=newtag01 Content-Type: application/json; charset=utf8 x-api-key: {API Key} |
Status 200 { "success": true, "reason": "get tag meta success", "data": { "name": "newtag01" } } |
In this sample, tag contains only sensor1, sensor2
|
|
|
|