Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/wavefrontHQ/docs into mst…
Browse files Browse the repository at this point in the history
…aneva-CSP-feedback
  • Loading branch information
Margarita-Staneva committed Sep 29, 2023
2 parents e07e2ba + f058d14 commit 84cba2a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions pages/doc/wavefront_api_usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,10 @@ If you want to use [your own user account](csp_users_account_managing.html) to m

1. Go to the [Authentication VMware Cloud services APIs](https://console.cloud.vmware.com/csp/gateway/authn/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST).
2. In the `POST/am/api/auth/api-tokens/authorize` request, click **Try it out**.
3. For the **api_token** parameter, enter the value of the newly generated API token, and click **Execute**.
4. From the response body, copy the value of the `"access_token"` parameter.
3. For the **api_token** parameter, enter the value of the newly generated API token.
4. Deselect the **Send empty value** check box for the **passcode** parameter.
5. Click **Execute**.
6. From the response body, copy the value of the `"access_token"` parameter.

4. If you use `curl`, and want to get information about all cloud integrations in your environment, run:

Expand Down
3 changes: 2 additions & 1 deletion pages/doc/wavefront_monitoring_spy.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,14 @@ VMware Aria Operations for Applications (formerly known as Tanzu Observability b

Use spy to extract information programmatically. This page gives details on the available endpoints and associated parameters.

Use Wavefront top if you want a keyboard-driven UI that's similar to the Linux top UI. The tool is open source and on [GitHub](https://github.com/wavefrontHQ/wftop). You can also read [the blog that Joanna prepared](https://tanzu.vmware.com/content/vmware-tanzu-observability-blog/monitor-and-optimize-data-ingestion-by-wavefront-across-your-organization-introducing-wavefront-top), or watch a short video. Note that this video was created in 2019 and some of the information in it might have changed. It also uses the 2019 version of the UI.
Use Wavefront top if you want a keyboard-driven UI that's similar to the Linux top UI. The tool is open source and on [GitHub](https://github.com/wavefrontHQ/wftop). You can also read [the blog that Joanna prepared](https://tanzu.vmware.com/content/vmware-tanzu-observability-blog/monitor-and-optimize-data-ingestion-by-wavefront-across-your-organization-introducing-wavefront-top).Note that this video was created in 2019 and some of the information in it might have changed. It also uses the 2019 version of the UI.

<iframe id="kmsembed-1_yif61rd5" width="708" height="402" src="https://vmwaretv.vmware.com/embed/secure/iframe/entryId/1_yif61rd5/uiConfId/49694343/pbc/252649793/st/0" class="kmsembed" allowfullscreen webkitallowfullscreen mozAllowFullScreen allow="autoplay *; fullscreen *; encrypted-media *" referrerPolicy="no-referrer-when-downgrade" frameborder="0" title="Using Wavefront Top"></iframe>


You can also watch the video <a href="https://vmwaretv.vmware.com/media/t/1_yif61rd5" target="_blank">here <img src="/images/video_camera.png" alt="video camera icon"/></a>.

To set up the Wavefront top utility you need a valid API token. For an Operations for Applications subscription on VMware Cloud services, you must use a VMware Cloud services access token. To get an access token, generate a VMware Cloud services API token associated with your user account and exchange it for the access token. Make sure that when you do this, you deselect the **Send empty value** check box for the **passcode** parameter. For more information and instructions, see [Use the Operations for Applications REST API](using_wavefront_api.html).


## Why Spy?
Expand Down

0 comments on commit 84cba2a

Please sign in to comment.