Skip to content

Commit 765cefb

Browse files
committed
Build process cleanup
1 parent 2552f1f commit 765cefb

9 files changed

+170
-538
lines changed

MyCollection1.postman_collection.json

-138
This file was deleted.

USAGE.md

+3
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,11 @@ Retrieve information about business transactions within a given business applica
103103

104104
## controller
105105

106+
Basic calls against an AppDynamics controller.
107+
106108
| Command | Description | Example |
107109
| ------- | ----------- | ------- |
110+
| auth | Authenticate Authenticate with an AppDynamics controller | `act.sh controller auth ` |
108111
| isup | This command will pause until the controller is up. Use this to get notified after the controller is booted successfully. | |
109112
| call | Send a custom HTTP call to an AppDynamics controller. Provide the endpoint you want to call as parameter. You can modify the http method with option -X and add payload with option -d. | `act.sh controller call /controller/rest/serverstatus` |
110113
| login | Check if the login with your appdynamics controller works properly."<br>"/If the login fails, use doc controller ping to check if the controller is running and check your credentials if they are correct. | |

0 commit comments

Comments
 (0)