Tag_name 변수에 지정한 tag에 대한 자세한 정보를 반환한다. tag_name변수에 적절한 값을 반드시 설정해야 한다.
HTTP Request
GET https://${CloudVendor}.${CountryCode}.machlake.com/lakes/${lake_id}/tag Content-Type: application/json; charset=utf8 x-api-key: {API Key}
Parameters
Optional | Type | Description | Example |
---|---|---|---|
name | string | name of tag | ?name=newtag01 |
Request Example
GET https://aws1.us.machlake.com/lakes/xbacd1234/tag?name=newtag01 Content-Type: application/json; charset=utf8 x-api-key: {API Key}
Response Example
Status 200 { "status": "success", "data": { "name": "newtag01" } }