NSX-T Data Center REST API

OwnerResourceLink (type)

{
  "description": "The server will populate this field when returing the resource. Ignored on PUT and POST.",
  "extends": {
    "$ref": "ResourceLink"
  },
  "id": "OwnerResourceLink",
  "module_id": "Common",
  "properties": {
    "action": {
      "readonly": true,
      "title": "Optional action",
      "type": "string"
    },
    "href": {
      "readonly": true,
      "required": true,
      "title": "Link to resource",
      "type": "string"
    },
    "rel": {
      "description": "Custom relation type (follows RFC 5988 where appropriate definitions exist)",
      "readonly": true,
      "required": true,
      "title": "Link relation type",
      "type": "string"
    }
  },
  "title": "Link to this resource",
  "type": "object"
}