mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-10-30 23:33:34 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			54 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			54 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
| 	"operationId": "getAuditLogs",
 | |
| 	"summary": "Get Audit Logs",
 | |
| 	"tags": ["audit-log"],
 | |
| 	"security": [
 | |
| 		{
 | |
| 			"bearerAuth": ["admin"]
 | |
| 		}
 | |
| 	],
 | |
| 	"responses": {
 | |
| 		"200": {
 | |
| 			"description": "200 response",
 | |
| 			"content": {
 | |
| 				"application/json": {
 | |
| 					"examples": {
 | |
| 						"default": {
 | |
| 							"value": [
 | |
| 								{
 | |
| 									"id": 7,
 | |
| 									"created_on": "2024-10-08T13:09:54.000Z",
 | |
| 									"modified_on": "2024-10-08T13:09:54.000Z",
 | |
| 									"user_id": 1,
 | |
| 									"object_type": "user",
 | |
| 									"object_id": 3,
 | |
| 									"action": "updated",
 | |
| 									"meta": {
 | |
| 										"name": "John Doe",
 | |
| 										"permissions": {
 | |
| 											"user_id": 3,
 | |
| 											"visibility": "all",
 | |
| 											"access_lists": "manage",
 | |
| 											"dead_hosts": "hidden",
 | |
| 											"proxy_hosts": "manage",
 | |
| 											"redirection_hosts": "view",
 | |
| 											"streams": "hidden",
 | |
| 											"certificates": "manage",
 | |
| 											"id": 3,
 | |
| 											"modified_on": "2024-10-08T13:09:54.000Z",
 | |
| 											"created_on": "2024-10-08T13:09:51.000Z"
 | |
| 										}
 | |
| 									}
 | |
| 								}
 | |
| 							]
 | |
| 						}
 | |
| 					},
 | |
| 					"schema": {
 | |
| 						"$ref": "../../components/audit-log-list.json"
 | |
| 					}
 | |
| 				}
 | |
| 			}
 | |
| 		}
 | |
| 	}
 | |
| }
 |