{"type":"model","meta":{"id":"/apps/pubhub/media/sea-api/7c15e51e49c0ffa2ba78927684d875bb631dffa7/d5f79626-4df3-3cd0-aec3-6ecc5b860dd3","swagger":"2.0","info":{"description":"Deals with Remote Sessions, Access Management (Access Control Groups), and System Management (Network Devices and Assets) APIs","license":{"name":"Licensing is primarily subscription based.","url":"https://www.cisco.com"},"termsOfService":"http://swagger.io/terms/","title":"Secure Equipment Access (SEA) Management APIs","version":"1.0.0"},"host":"us.ciscoiot.com","basePath":"/nbapi/sramgmt/ext","schemes":["https"],"securityDefinitions":{"access_token":{"in":"header","name":"x-access-token","type":"apiKey"},"bearer_token":{"in":"header","name":"Authorization","type":"apiKey"}},"security":[{"access_token":[]},{"bearer_token":[]}],"x-parser-conf":{"apiKeyGenerator":{"$remoteModule":"./config/apikey.js"},"labelConfig":{"endpoint":"summary"}}},"spec":{"type":"object","properties":{"access_type":{"type":"string","enum":["SCHEDULED_ACCESS","ALWAYS_ACTIVE","REQUEST_ACCESS"],"example":"ALWAYS_ACTIVE"},"description":{"type":"string","example":"test description"},"enabled":{"type":"boolean","example":true},"name":{"type":"string","example":"IE-3400 group"},"recorded_guac":{"type":"boolean","example":true},"recorded_screen":{"type":"boolean","example":true},"schedules":{"type":"array","items":{"type":"object","properties":{"duration":{"type":"integer","minimum":0,"example":30},"time_begin":{"type":"string","format":"date-time","example":"2024-06-19 16:12:39.784"},"timezone":{"type":"string","example":"America/New_York"}},"required":["duration","time_begin","timezone"],"$$ref":"#/definitions/input_put_group_connection_schedule"}}},"required":["access_type","name"],"title":"input_group"}}