{"type":"model","meta":{"id":"/apps/pubhub/media/cdo-api-documentation/ee9bdf946673e45c4f256a22e0a754e29a9b2098/9b0e4c9a-48cb-3530-a00a-1f32fbf2438c","info":{"title":"Cisco Security Cloud Control Firewall Manager API","version":"1.15.0","description":"Use the documentation to explore the endpoints Security Cloud Control Firewall Manager has to offer","contact":{"name":"Cisco Security Cloud Control TAC","email":"cdo.tac@cisco.com"}},"openapi":"3.0.1","servers":[{"url":"https://api.us.security.cisco.com/firewall","description":"US"},{"url":"https://api.eu.security.cisco.com/firewall","description":"EU"},{"url":"https://api.apj.security.cisco.com/firewall","description":"APJ"},{"url":"https://api.au.security.cisco.com/firewall","description":"AUS"},{"url":"https://api.in.security.cisco.com/firewall","description":"IN"},{"url":"https://api.int.security.cisco.com/firewall","description":"Staging"},{"url":"https://scale.manage.security.cisco.com/api/rest","description":"Scale"},{"url":"https://ci.manage.security.cisco.com/api/rest","description":"CI"},{"url":"https://manage.stg.secure.cisco/api/rest","description":"Stgf9"}],"securitySchemes":{"bearerAuth":{"bearerFormat":"JWT","scheme":"bearer","type":"http"}}},"spec":{"properties":{"count":{"description":"The total number of results available.","example":100,"format":"int32","type":"integer"},"items":{"description":"The list of items retrieved.","items":{"properties":{"eventDescription":{"description":"The description of the Audit Log event.","example":"test@cisco.com logged in","type":"string"},"eventTime":{"description":"The time (UTC; represented using the RFC-3339 standard) at which the Audit Log event was created.","example":"2024-06-26T20:44:06Z","format":"date-time","type":"string"},"eventType":{"description":"The type of the Audit Log event.","enum":["USER_LOGGED_IN","USER_ADDED_TO_TENANT","USER_REMOVED_FROM_TENANT","USER_ROLE_CHANGED","AD_GROUP_ADDED","AD_GROUP_DELETED","AD_GROUP_ROLE_CHANGED","USER_LOGIN_DATA"],"example":"USER_LOGGED_IN","type":"string"},"roles":{"description":"The roles of the user who did the Audit log operation","example":"[ROLE_READ_ONLY, ROLE_DEPLOY_ONLY]","items":{"type":"string"},"type":"array","uniqueItems":true},"uid":{"description":"The unique identifier, represented as a UUID, of the Audit Log.","example":"7131daad-e813-4b8f-8f42-be1e241e8cdb","format":"uuid","type":"string"},"username":{"description":"The name/email of the of user the Audit Log refers to.","example":"test@cisco.com","type":"string"}},"required":["uid"],"type":"object","$$ref":"#/components/schemas/AuditLog"},"type":"array"},"limit":{"description":"The number of results retrieved.","example":50,"format":"int32","type":"integer"},"offset":{"description":"The offset of the results retrieved. The Security Cloud Control API uses the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.","example":0,"format":"int32","type":"integer"}},"type":"object","$$ref":"#/components/schemas/AuditLogPage","title":"AuditLogPage"}}