Advertisement
JellyKuo

DSM API Error

Feb 24th, 2025 (edited)
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.71 KB | None | 0 0
  1. {
  2.     "data": {
  3.         "has_fail": true,
  4.         "result": [
  5.             {
  6.                 "api": "SYNO.Core.Group",
  7.                 "data": {
  8.                     "groups": [
  9.                         {
  10.                             "is_admin": false,
  11.                             "name": "Public-VDSM Admins@jellykuo.com"
  12.                         }
  13.                     ]
  14.                 },
  15.                 "method": "admin_check",
  16.                 "success": true,
  17.                 "version": 1
  18.             },
  19.             {
  20.                 "api": "SYNO.Core.BandwidthControl",
  21.                 "error": {
  22.                     "code": 5300,
  23.                     "errors": {
  24.                         "msg": "Invalid group name"
  25.                     }
  26.                 },
  27.                 "method": "get",
  28.                 "success": false,
  29.                 "version": 2
  30.             },
  31.             {
  32.                 "api": "SYNO.Core.Quota",
  33.                 "error": {
  34.                     "code": 5401
  35.                 },
  36.                 "method": "get",
  37.                 "success": false,
  38.                 "version": 1
  39.             },
  40.             {
  41.                 "api": "SYNO.Core.Storage.Volume",
  42.                 "data": {
  43.                     "offset": 0,
  44.                     "total": 1,
  45.                     "volumes": [
  46.                         {
  47.                             "atime_checked": false,
  48.                             "atime_opt": "relatime",
  49.                             "container": "internal",
  50.                             "crashed": false,
  51.                             "deduped": false,
  52.                             "description": "",
  53.                             "display_name": "儲存空間 1",
  54.                             "fs_type": "btrfs",
  55.                             "is_encrypted": false,
  56.                             "location": "internal",
  57.                             "pool_path": "",
  58.                             "raid_type": "basic",
  59.                             "readonly": false,
  60.                             "single_volume": true,
  61.                             "size_free_byte": "434706264064",
  62.                             "size_total_byte": "1055524831232",
  63.                             "status": "normal",
  64.                             "volume_attribute": "generic",
  65.                             "volume_id": 1,
  66.                             "volume_path": "/volume1",
  67.                             "volume_quota_status": "v2",
  68.                             "volume_quota_update_progress": -1
  69.                         }
  70.                     ]
  71.                 },
  72.                 "method": "list",
  73.                 "success": true,
  74.                 "version": 1
  75.             }
  76.         ]
  77.     },
  78.     "success": true
  79. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement