{ "id":"/axapi/v3/aam/authentication/relay/kerberos/instance/{name}/oper", "type":"object", "node-type":"list", "title":"instance", "description":"Operational Status for the object instance", "properties":{ "name":{ "type":"string", "oid":"1001", "format":"string", "minLength":1, "maxLength":63, "description":"Specify Kerberos authentication relay name", "optional":false }, "oper":{ "type":"object", "properties":{ "ticket-cache":{ "type":"string", "format":"string" }, "default-principal":{ "type":"string", "format":"string" }, "item-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "service-principal":{ "type":"string", "format":"string" }, "client-principal":{ "type":"string", "format":"string" }, "start-time":{ "type":"string", "format":"string" }, "end-time":{ "type":"string", "format":"string" }, "renew-time":{ "type":"string", "format":"string" }, "flags":{ "type":"string", "format":"string" } } } ] } } } } }