{ "id":"/axapi/v3/admin-session/oper", "type":"object", "node-type":"scalar", "title":"admin-session", "description":"Operational Status for the object admin-session", "properties":{ "oper":{ "type":"object", "properties":{ "session-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "sid":{ "type":"string", "format":"string" }, "name":{ "type":"string", "format":"string" }, "start_time":{ "type":"string", "format":"string" }, "src_ip":{ "type":"string", "format":"string" }, "type":{ "type":"string", "format":"string" }, "Partition":{ "type":"string", "format":"string" }, "Authen":{ "type":"string", "format":"string" }, "Role":{ "type":"string", "format":"string" }, "cfg_mode":{ "type":"string", "format":"string" }, "priv":{ "type":"string", "format":"string" } } } ] } } } } }