NSX Autonomous Edge REST API

SelfResourceLink (type)

{
  "description": "The server will populate this field when returing the resource. Ignored on PUT and POST.", 
  "extends": {
    "$ref": "ResourceLink
  }, 
  "id": "SelfResourceLink", 
  "properties": {
    "action": {
      "title": "Optional action", 
      "type": "string"
    }, 
    "href": {
      "required": true, 
      "type": "string"
    }, 
    "rel": {
      "enum": [
        "self"
      ], 
      "readonly": true, 
      "type": "string"
    }
  }, 
  "title": "Link to this resource", 
  "type": "object"
}