BackupFrameRequestParameters (type)

{
  "additionalProperties": false, 
  "description": "Parameters (site_id, etc), that describes a backup/restore frame", 
  "id": "BackupFrameRequestParameters", 
  "module_id": "BackupConfiguration", 
  "properties": {
    "frame_type": {
      "default": "LOCAL_LOCAL_MANAGER", 
      "description": "This attribute is used to indicate the service on current site or other site for which backup is handled in a frame. LOCAL_LOCAL_MANAGER corresponds to local LM of the site. LOCAL_MANAGER cprresponds to LM of other site.", 
      "enum": [
        "GLOBAL_MANAGER", 
        "LOCAL_MANAGER", 
        "LOCAL_LOCAL_MANAGER", 
        "NSX_INTELLIGENCE"
      ], 
      "readonly": true, 
      "required": false, 
      "title": "Frame type", 
      "type": "string"
    }, 
    "site_id": {
      "default": "localhost", 
      "description": "Site ID of LM site, which will be supported in a frame", 
      "required": false, 
      "title": "Site ID", 
      "type": "string"
    }
  }, 
  "title": "Backup Frame Request Parameters", 
  "type": "object"
}