NSX-T Data Center REST API

RefreshRequestParameters (type)

{
  "additionalProperties": false, 
  "id": "RefreshRequestParameters", 
  "module_id": "CloudServiceManager", 
  "properties": {
    "refresh": {
      "default": false, 
      "description": "If true, the cache is refreshed before returning If false, cached resource is returned", 
      "title": "Determines whether to refresh cache or not\n", 
      "type": "boolean"
    }
  }, 
  "title": "Parameters that affect whether CSM returns the cached resource or\nrefreshes the cache before returning\n", 
  "type": "object"
}