NSX Autonomous Edge REST API
Tag (type)
{ "id": "Tag", "properties": { "scope": { "default": "", "description": "Tag searches may optionally be restricted by scope", "display": { "order": 1 }, "maxLength": 128, "readonly": false, "title": "Tag scope", "type": "string" }, "tag": { "default": "", "description": "Identifier meaningful to user", "display": { "order": 2 }, "maxLength": 256, "readonly": false, "title": "Tag value", "type": "string" } }, "title": "Arbitrary key-value pairs that may be attached to an entity", "type": "object" }