EdgeNodeRefreshRequestParameters (type)

{
  "additionalProperties": false, 
  "id": "EdgeNodeRefreshRequestParameters", 
  "module_id": "TransportNodeLcm", 
  "properties": {
    "read_only": {
      "default": false, 
      "description": "If readonly is true, then internal objects like resource reservation, allocation etc are updated. Note that Edge transport node intent is not updated. If it is false or if not set, then internal objects and Edge transport node intent both are updated", 
      "required": false, 
      "title": "Read-only flag for Refresh API", 
      "type": "boolean"
    }
  }, 
  "title": "Parameters for Edge node refresh request", 
  "type": "object"
}