This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| swagger: "2.0" | |
| info: | |
| title: SecurID Admin Interface API | |
| description: API to export user event logs from SecurID Admin Interface. | |
| version: 1.0.0 | |
| host: moko1.access-dev.securid.com | |
| basePath: /poc/securitycopilot | |
| schemes: | |
| - https | |
| paths: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| swagger: "2.0" | |
| info: | |
| title: SecurID Admin Interface API | |
| description: API to export user event logs from SecurID Admin Interface. | |
| version: 1.0.0 | |
| host: moko1.access-dev.securid.com | |
| basePath: /poc/securitycopilot | |
| schemes: | |
| - https | |
| paths: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| openapi: 3.0.0 | |
| info: | |
| title: SecurID Admin Interface API | |
| description: API to export user event logs from SecurID Admin Interface. | |
| version: 1.0.0 | |
| servers: | |
| - url: https://eng-access.access-dev.securid.com/AdminInterface/restapi/v1 | |
| paths: | |
| /usereventlog/exportlogs: | |
| get: |