API Guide
System-settings
SFD system settings.
Topics:
• GET /system-settings
• PUT /system-settings/gateway
• POST /system-settings/ntp
• DELETE /system-settings/ntp/{ntp_server}
• POST /system-settings/dns
• DELETE /system-settings/dns/{dns_server}
GET /system-settings
Returns a list of SFD system settings.
API
GET /system-settings
Description This API returns a list of SFD system settings.
Parameters None
Responses 200 — Get system settings configured with SFD
{
"system_name": "string",
"gateway_ip": "string",
"ntp": {
"data": [
"string"
]
},
"dns": {
"data": [
"string"
]
}
}
401 — You are not authorized to perform this operation
{
"new_object_id": "string",
"id": "string",
"message": "string",
"messageParams": [
"string"
],
"messages": [
{
"id": "string",
"message": "string",
"field_name": "string",
"messageParams": [
"string"
]
}
]
}
21
System-settings 165










