{"type":"model","meta":{"id":"/apps/pubhub/media/cloud-security-apis-in-eft/9d37d008417d562ab46d4b67547a68457ce288d2/eadd0b56-ea60-32bd-a1aa-155c29b52bed","info":{"title":"Cisco Cloudlock API","description":"The Cloudlock API provides data about an organization's activities, apps, incidents, and policies.","version":"1.0.0","contact":{"name":"Cloud Security Developer Community"}},"tags":[{"name":"Activities"},{"name":"Apps"},{"name":"Entities"},{"name":"Incidents"},{"name":"Incident Aggregates"},{"name":"Incident Entities"},{"name":"IP Libraries"},{"name":"Policies"}],"openapi":"3.0.0","servers":[{"url":"https://api.cloudlock.com/api/v2"}]},"spec":{"type":"object","properties":{"event_id":{"type":"string","description":"This is CloudLock Internal Identifier for an activity.","example":"-6285966971996490902#0"},"client_ip":{"type":"string","description":"The client's IP address.","example":"86.176.87.160"},"event_type":{"type":"string","description":"The type of the event.","example":"login, other, user_settings"},"created_at":{"type":"string","description":"When the activity took place, in UTC.","example":"2015-03-19T09:00:17.602482+00:00"},"operation_successful":{"type":"boolean","description":"Specifies whether the activity succeeded.","example":true},"client_location":{"type":"object","properties":{"city":{"type":"string"},"country":{"type":"object","properties":{"code":{"type":"string"},"name":{"type":"string"}}},"lat":{"type":"string"},"lng":{"type":"string"},"region":{"type":"object","properties":{"code":{"type":"string"},"name":{"type":"string"}}}},"description":"The client location information."},"event_category":{"type":"string","description":"The event category type.","example":"auth"},"origin_id":{"type":"string","description":"The origin ID.","example":"-6285966971996490902"},"user":{"type":"object","properties":{"user_email":{"type":"string","description":""},"vendor_id":{"type":"string","description":""}},"description":"The user information."},"user_agent":{"type":"string"},"vendor":{"type":"object","properties":{"name":{"type":"string","description":""},"service":{"type":"string","description":"The vendor description."}},"description":"The platform information."},"extra":{"type":"object","properties":{"auth":{"type":"object","properties":{"auth_type":{"type":"string","description":"The type of authentication."},"is_suspicious":{"type":"boolean","description":"Indicates whether the activity is flagged as being suspicious."}}}},"description":"Additional information related to the activity"},"raw":{"type":"object","description":"The raw information for the activity."}},"$$ref":"#/components/schemas/ActivitiesCollection","title":"ActivitiesCollection"}}