Synology DSM API
  1. SNMP
Synology DSM API
  • SYNO
    • API
      • Auth
        • Type
          • get
        • UIConfig
          • get
        • login
        • logout
      • Encryption
        • getinfo
      • Info
        • query
    • ActiveInsight
      • CompleteCollection
        • get
    • Auth
      • RescueEmail
        • get
        • set
    • Backup
      • Config
        • AutoBackup
          • get
          • status
        • Backup
          • list
          • start
          • status
    • CloudSync
      • list_conn
      • get_available_clouds
      • get_config
    • Core
      • AppNotify
        • view
      • AppPortal
        • AccessControl
          • list
        • Config
          • get
          • set
        • ReverseProxy
          • list
        • list
      • BackgroundTask
        • get
      • CMS
        • Info
          • get
      • Certificate
        • CRT
          • list
      • CurrentConnection
        • get
      • DDNS
        • Ethernet
          • list
        • ExtIP
          • list
        • Provider
          • list
        • Record
          • list
        • Synology
          • get_myds_account
      • DSMNotify
        • Strings
          • get
        • notify
      • DataCollect
        • Application
          • record
      • Desktop
        • PersonalUpdater
          • need_update
        • Timeout
          • check
        • SessionData
          • getjs
      • DisableAdmin
        • get
      • EW
        • Info
          • get
      • ExternalDevice
        • Storage
          • USB
            • list
          • eSATA
            • list
      • FileServ
        • AFP
          • get
        • NFS
          • get
        • SMB
          • get
      • Hardware
        • FanSpeed
          • get
        • SpectreMeltdown
          • get
      • MyDSCenter
        • query
      • Network
        • Bond
          • list
        • Ethernet
          • External
            • check
          • list
        • Interface
          • list
        • OVS
          • get
        • PPPoE
          • list
        • Proxy
          • get
        • Router
          • Gateway
            • List
              • get
        • TrafficControl
          • Rules
            • load
        • VPN
          • L2TP
            • list
          • OpenVPN
            • list
          • OpenVPNWithConf
            • list
          • PPTP
            • list
        • get
      • NormalUser
        • LoginNotify
          • check
        • get
        • set
      • Notification
        • Advance
          • FilterSettings
            • Profile
              • list
            • Template
              • list
        • Mail
          • Conf
            • get
        • Push
          • Mail
            • get
          • Webhook
            • Provider
              • list
              • delete
      • OTP
        • EnforcePolicy
          • get
        • get_one
        • get_qrcode
      • Package
        • Feed
          • list
        • Installation
          • get_queue
        • Server
          • check
        • Setting
          • get
          • set
        • list
        • feasibility_check
      • PersonalSettings
        • quota
      • Polling
        • Data
          • get
      • Promotion
        • Info
          • is_2FA_enabled
        • PreInstall
          • get_never_show
      • QuickConnect
        • Permission
          • get
        • check_availability
        • get
        • status
      • QuickStart
        • Info
          • load_ds_info
      • SNMP
        • get
          GET
        • set
          GET
      • Security
        • AutoBlock
          • get
        • DSM
          • Embed
            • get
          • get
        • DoS
          • get
        • Firewall
          • Conf
            • get
          • Profile
            • list
          • get
      • SecurityScan
        • Conf
          • time_get
          • first_get
        • Operation
          • update
          • start
        • Status
          • rule_get
          • system_get
      • Service
        • PortInfo
          • load
      • Share
        • list
      • SmartBlock
        • User
          • enabled
        • get
      • Storage
        • Disk
          • FWUpgrade
            • poll
            • get_summary
      • System
        • Process
          • list
        • ProcessGroup
          • list
        • ResetButton
          • get
        • Status
          • get
        • SystemHealth
          • get
        • Utilization
          • get
        • info
        • shutdown
        • reboot
      • Terminal
        • get
        • set
      • Theme
        • Login
          • get
      • Upgrade
        • AutoUpgrade
          • status
        • Server
          • Download
            • progress
          • check
        • Setting
          • get
          • set
        • basic_status
        • did_user_see_new_upgrade_setting_toast
      • User
        • PasswordConfirm
          • auth
        • list
      • UserSetting
        • apply
      • VolEncKeepKey
        • get
      • Web
        • DSM
          • External
            • get
          • get
        • Security
          • HTTPCompression
            • get
          • TLSProfile
            • get
    • Entry
      • Request
        • request
    • FileStation
      • Favorite
        • list
      • Info
        • get
      • List
        • list_share
      • Mount
        • List
          • get
    • Finder
      • Bookmark
        • get
      • FileIndexing
        • Folder
          • list
      • Preference
        • get
      • Settings
        • get
    • ResourceMonitor
      • Setting
        • get
        • set
    • SecureSignIn
      • AMFA
        • Policy
          • get
      • Method
        • get
      • Package
        • get
    • SecurityAdvisor
      • Conf
        • Location
          • get
  • Template
    GET
  • Schemas
    • CertificateCRTIssuer
    • PersonalSettingsQuotaItem
    • SecurityScanStatusSystemGetItem
    • ProcessGroupProcessItem
    • SystemUtilizationInfo
    • TerminalResponseSSH
    • AutoUpdateType
  1. SNMP

set

GET
/webapi/entry.cgi
SYNO.Core.SNMP
Last modified:2026-01-27 17:01:17

Request

Authorization
Add parameter in query
_sid
Example:
_sid: ********************
Query Params

Responses

🟢200OK
application/json
Body

🟢200Error
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://localhost:5000/webapi/entry.cgi?api&version&method&enable_snmp&enable_snmp_v1v2&enable_snmp_v3&enable_privacy&rocommunity&rouser&auth_type&password&privacy_type&privacy_key&_sid=<api-key>'
Response Response Example
200 - Example 1
{
    "success": true
}
Modified at 2026-01-27 17:01:17
Previous
get
Next
get
Built with