Skip to content

stratus-meridian/apigee_audit_users

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Node JS tool for Auditing Apigee Users in a given timeframe

Installation

  • Install like any node tool
$ npm install
  • package.json will download dependencies

Usage

$ node audit_users.js

User Inputs

The tool takes the following inputs

  • [organization] - Name of your organization
  • [username] - Your Edge username
  • [password] - Your Edge password
  • [starttime] - Start time of you your audit ( In Epoch Format with millisecods -- add 000 at the end to convert to milliseconds)
  • [endtime] - End time of you your audit ( In Epoch Format with millisecods -- add 000 at the end to convert to milliseconds)

Use this Date to Epoch converter here to convert your time.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published