Date and time configuration
Querying date and time configuration 
Querying date and time configuration request 
| curl --cookie cookies.txt --request GET https://<IP-address-of-SPS>/api/configuration/datetime | 
  
Querying date and time configuration response 
| { | 
|     "items": [ | 
|         { | 
|             "key": "ntp_servers", | 
|             "meta": { "href": "/api/configuration/datetime/ntp_servers" } | 
|         }, | 
|         { | 
|             "key": "timezone", | 
|             "meta": { "href": "/api/configuration/datetime/timezone" } | 
|         } | 
|     ], | 
|     "meta": { | 
|         "first": "/api/configuration/aaa", | 
|         "href": "/api/configuration/datetime", | 
|         "last": "/api/configuration/x509", | 
|         "next": "/api/configuration/http", | 
|         "parent": "/api/configuration", | 
|         "previous": "/api/configuration/alerting", | 
|         "transaction": "/api/transaction" | 
|     } | 
| } | 
  
Querying timezone configuration 
Querying timezone configuration request 
| curl --cookie cookies.txt --request GET https://<IP-address-of-SPS>/api/configuration/datetime/timezone | 
  
Querying timezone configuration response 
| { | 
|     "key": "timezone", | 
|     "body": "America/New_York", | 
|     "meta": { | 
|         "first": "/api/configuration/datetime/ntp_servers", | 
|         "href": "/api/configuration/datetime/timezone", | 
|         "last": "/api/configuration/datetime/timezone", | 
|         "next": null, | 
|         "parent": "/api/configuration/datetime", | 
|         "previous": "/api/configuration/datetime/ntp_servers", | 
|         "transaction": "/api/transaction" | 
|     } | 
| } | 
  
Querying NTP servers configuration 
Querying NTP servers configuration request 
| curl --cookie cookies.txt --request GET https://<IP-address-of-SPS>/api/configuration/datetime/ntp_servers | 
  
Querying NTP servers configuration response 
| { | 
|     "key": "ntp_servers", | 
|     "body": [ | 
|         { | 
|             "selection": "fqdn", | 
|             "value": "pool.ntp.org" | 
|         } | 
|     ], | 
|     "meta": { | 
|         "first": "/api/configuration/datetime/ntp_servers", | 
|         "href": "/api/configuration/datetime/ntp_servers", | 
|         "last": "/api/configuration/datetime/timezone", | 
|         "next": "/api/configuration/datetime/timezone", | 
|         "parent": "/api/configuration/datetime", | 
|         "previous": null, | 
|         "transaction": "/api/transaction" | 
|     } | 
| } | 
   
    Firmware slots
Querying firmware slots 
Querying firmware slots request 
| curl --cookie cookies.txt --request GET https://<IP-address-of-SPS>/api/firmware/slots | 
  
Querying firmware slots response 
| { | 
|     "items": [ | 
|           { | 
|               "body": { | 
|                   "after_reboot": false, | 
|                   "current": true, | 
|                   "upgrade_news": null, | 
|                   "upgrade_notes": "some notes", | 
|                   "version": "6.5.0" | 
|               }, | 
|               "key": "1", | 
|               "meta": {"href": "/api/firmware/slots/1"} | 
|           }, | 
|           { | 
|               "body": { | 
|                   "after_reboot": true, | 
|                   "current": false, | 
|                   "upgrade_news": null, | 
|                   "upgrade_notes": "some notes", | 
|                   "version": "6.6.0" | 
|               }, | 
|               "key": "2", | 
|               "meta": {"href": "/api/firmware/slots/2"} | 
|           }, | 
|           { | 
|               "body": {}, | 
|               "key": "3", | 
|               "meta": {"href": "/api/firmware/slots/3"} | 
|           }, | 
|           { | 
|               "body": { | 
|                   "after_reboot": false, | 
|                   "current": false, | 
|                   "upgrade_news": null, | 
|                   "upgrade_notes": "some notes", | 
|                   "version": "6.7.0" | 
|               }, | 
|               "key": "4", | 
|               "meta": {"href": "/api/firmware/slots/4"} | 
|           }, | 
|           { | 
|               "body": {}, | 
|               "key": "5", | 
|               "meta": {"href": "/api/firmware/slots/5"} | 
|           } | 
|     ], | 
|     "meta": { | 
|         "current_slot": "/api/firmware/slots/1", | 
|         "href": "/api/firmware/slots", | 
|         "number_of_empty_slots": 2, | 
|         "parent": "/api/firmware", | 
|         "slot_after_reboot": "/api/firmware/slots/2" | 
|     } | 
| } | 
  
Querying a firmware slot 
Querying a firmware slot request 
| curl --cookie cookies.txt --request GET https://<IP-address-of-SPS>/api/firmware/slots/1 | 
  
Querying a firmware slot response 
| { | 
|     "body": { | 
|         "after_reboot": false, | 
|         "current": true, | 
|         "upgrade_news": null, | 
|         "upgrade_notes": "some notes", | 
|         "version": "6.5.0" | 
|     }, | 
|     "key": "1", | 
|     "meta": { | 
|         "href": "/api/firmware/slots/1", | 
|         "parent": "/api/firmware/slots" | 
|     } | 
| } | 
   
    Local services SSH settings
Querying ssh configuration 
Querying ssh configuration request 
| curl --cookie cookies.txt --request GET https://<IP-address-of-SPS>/api/configuration/local_services/ssh | 
  
Querying ssh configuration response 
| { | 
|     "body": { | 
|         "access_restriction": { | 
|             "allowed_from": [ | 
|                 "10.40.0.48/24" | 
|             ], | 
|             "enabled": true | 
|         }, | 
|         "allow_password_auth": true, | 
|         "bruteforce_protection": true, | 
|         "enabled": true, | 
|         "listen": [ | 
|             { | 
|                 "address": { | 
|                     "key": "nic1.interfaces.ff7574025754b3df1647001.addresses.1", | 
|                     "meta": { | 
|                         "href": "/api/configuration/network/nics/nic1#interfaces/ff7574025754b3df1647001/addresses/1" | 
|                     } | 
|                 }, | 
|                 "port": 23 | 
|             } | 
|         ], | 
|         "public_keys": [ | 
|             "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDTnisLCjZ3vONMXqFBIdvpZ0BY73+GdHpgoaL8YsydxJBsYg9dYTDzVVtYFVvdCVzBdcwCjyOuPwtZoYU3pLEFQ7OVoDUDPmVnl6idS/6tB2m89I5zdc02xUeCWTBpTGoOhNtc+YDmxPGZ1FQIpXCw0MT91jviWm3JydDd5YKINwvdTh8zsRT/702ZD9uZslwkQA/b2B9/hidCAkQkvs5H1B3o4laTd0JE9k90N+qbaQjVvoInr+jdXaWvrScwFVxZhb7Q1LvUL6oxW889bOWFMSa+/mnENarw6rpwfk9Ayi5uQQ2imY/tSnfgbS2RvIa1sKwUsJasDqN2lo/DuhON key-comment anothercomment" | 
|         ] | 
|     }, | 
|     "key": "ssh", | 
|     "meta": { | 
|         "first": "/api/configuration/local_services/admin_web", | 
|         "href": "/api/configuration/local_services/ssh", | 
|         "last": "/api/configuration/local_services/user_web", | 
|         "next": "/api/configuration/local_services/user_web", | 
|         "parent": "/api/configuration/local_services", | 
|         "previous": "/api/configuration/local_services/snmp_agent", | 
|         "transaction": "/api/transaction" | 
|     } | 
| } | 
   
    Local user database
Querying local user database 
Querying local user database request 
| curl --cookie cookies.txt --request GET https://<IP-address-of-SPS>/api/configuration/policies/user_databases/8235074425707e306abf39 | 
  
Querying local user database response 
| { | 
|     "body": { | 
|         "name": "user_db", | 
|         "users": [ | 
|             { | 
|                 "passwords": [ | 
|                     { | 
|                         "key": "d5a16874-b2e1-4d21-885d-25ac7bdd5cad", | 
|                         "meta": { | 
|                             "href": "/api/configuration/passwords#d5a16874-b2e1-4d21-885d-25ac7bdd5cad" | 
|                         } | 
|                     } | 
|                 ], | 
|                 "public_keys": [ | 
|                     "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDEph9DE2+PjMSbmXybOOevNJGiYj4Mi+YimPdPrOvGQ9x01jSQigh8Y4EyBL3FkGfBAz30qRERSDbVmyS+Ddl9B/reszsx3lk4wVvzx41ED6ti8th2taFvzvIr7Lsa8sy0izAS5t/7L3WEnPUiEO2EGNbKKRsI5042P0PYRXouR7k7erBgbdlmw90PiRA2RYS6UitfBmwsJW3tyJ6dcAd1IB1M8idKKZCJA0DuFkkbS1I4HwesekDH+sa5o2i/Mj22U8WOWPbfviCKQUXrkG3uQj7o2hxjkVsE2gn6ZegOgLuHwbvGAAE84NSWc7ILNd7h0L537lcHCHzJpywOiP4v" | 
|                 ], | 
|                 "username": "user1" | 
|             } | 
|         ] | 
|     }, | 
|     "key": "8235074425707e306abf39", | 
|     "meta": { | 
|         "first": "/api/configuration/policies/user_databases/8235074425707e306abf39", | 
|         "href": "/api/configuration/policies/user_databases/8235074425707e306abf39", | 
|         "last": "/api/configuration/policies/user_databases/8235074425707e306abf39", | 
|         "next": null, | 
|         "parent": "/api/configuration/policies/user_databases", | 
|         "previous": null, | 
|         "transaction": "/api/transaction" | 
|     } | 
| } |