Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rollno748 authored Sep 11, 2023
1 parent a44f768 commit b6fec6a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# JMeter local plugins manager
Intranet Plugin Manager for JMeter - Periodically downloads plugins from the internet.
Intranet Plugin Manager server for JMeter - Periodically downloads plugins from the internet.

## Motive
In situations where specific hosts lack internet access, this tool enables the team to establish a dedicated server for managing plugins within the organization.
Expand All @@ -22,6 +22,8 @@ In situations where specific hosts lack internet access, this tool enables the t
| Get Plugins | GET | http://<hostname/IP>:\<port>/v1/plugins |
| Upload Custom Plugin | GET | http://<hostname/IP>:\<port>/v1/upload |
| View Plugins in table | GET | http://<hostname/IP>:\<port>/v1/dashboard |
| Get Public Plugins | GET | http://<hostname/IP>:\<port>/v1/plugins?type=public|
| Get Custom Plugins | GET | http://<hostname/IP>:\<port>/v1/plugins?type=custom|

## Creating Properties file
create a properties file with the below contents.
Expand Down

0 comments on commit b6fec6a

Please sign in to comment.