Skip to content

Commit 07fd63d

Browse files
authored
VMware source doc example update (#4906)
1 parent 2b8d0cd commit 07fd63d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/vmware-workspace-one-source.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The VMware Workspace One source supports [O-Auth-based authentication](https://d
3434

3535
#### Endpoint URL
3636

37-
Endpoint URL will be the domain URL of the VMware Workspace console. For example, `https://as135.awmdm.com`.
37+
Endpoint URL will be the domain URL of the VMware Workspace console.
3838

3939

4040
#### Auth URL
@@ -72,7 +72,7 @@ To configure a VMware Workspace One Source:
7272
1. (Optional) **Fields**. Click the **+Add** button to define the fields you want to associate. Each field needs a name (key) and value.
7373
* ![green check circle.png](/img/reuse/green-check-circle.png) A green circle with a check mark is shown when the field exists in the Fields table schema.
7474
* ![orange exclamation point.png](/img/reuse/orange-exclamation-point.png) An orange triangle with an exclamation point is shown when the field doesn't exist in the Fields table schema. In this case, an option to automatically add the nonexistent fields to the Fields table schema is provided. If a field is sent to Sumo Logic that does not exist in the Fields schema is ignored, known as dropped.
75-
1. **Endpoint URL**. Enter the [VMware Workspace One platform](#vendor-configuration) endpoint URL. For example, `https://as135.awmdm.com`.
75+
1. **Endpoint URL**. Enter the [VMware Workspace One platform](#vendor-configuration) endpoint URL.
7676
1. **Auth URL**. Enter the API region URL to fetch the auth token collected from the [VMware Workspace One platform](#auth-url). For example, `https://uat.uemauth.vmwservices.com`.
7777
1. **Client ID**. Enter the Client ID of your account collected from the [VMware Workspace One platform](#client-id-and-client-secret). For example, `cfea26d59bd542488ea706b025564d42`.
7878
1. **Client Secret**. Enter the Client Secret key of your account collected from the [VMware Workspace One platform](#client-id-and-client-secret). For example, `E2220271xxxxxxxxxxxxxxxxxxxxx4556634`.
@@ -98,7 +98,7 @@ Sources can be configured using UTF-8 encoded JSON files with the Collector Ma
9898
| description | String | No | `null` | Type a description of the source. | `"Testing source"` |
9999
| category | String | No | `null` | Type a category of the source. This value is assigned to the [metadata](/docs/search/get-started-with-search/search-basics/built-in-metadata) field `_sourceCategory`. See [best practices](/docs/send-data/best-practices) for details. | `"mySource/test"` |
100100
| fields | JSON Object | No | `null` | JSON map of key-value fields (metadata) to apply to the collector or source. Use the boolean field `_siemForward` to enable forwarding to SIEM.| `{"_siemForward": false, "fieldA": "valueA"}` |
101-
| requestEndpoint | String | Yes | `null` | The base URL to fetch the data from the VMware Workspace One source. | `https://as135.awmdm.com` |
101+
| requestEndpoint | String | Yes | `null` | The base URL to fetch the data from the VMware Workspace One source. | |
102102
| authURL | String | Yes | `null` | The API URL to fetch the authentication token from the VMware Workspace One source. | `https://uat.uemauth.vmwservices.com` |
103103
| clientID | String | Yes | `null` | Client ID of your account. | `cfea26d59bd542488ea706b025564d42` |
104104
| clientSecret | String | Yes | `null` | Client Secret of your account. | `E2220271xxxxxxxxxxxxxxxxxxxxx4556634` |

static/files/c2c/vmware-workspace-one/example.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"source": {
44
"config": {
55
"name": "VMWare Workspace One",
6-
"requestEndpoint": "https://as135.awmdm.com",
6+
"requestEndpoint": "https://abc123.abcd.com",
77
"authURL": "https://uat.uemauth.vmwservices.com",
88
"clientID": "3xxxx62vvccbv4f6fbaxxxxxxx748e201",
99
"clientSecret": "678adsfsxxxxxxxxxxxxxxxxfsf1",

static/files/c2c/vmware-workspace-one/example.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ resource "sumologic_cloud_to_cloud_source" "vmware-workspace-one-source" {
55
}
66
config = jsonencode({
77
"name": "VMWare Workspace One",
8-
"requestEndpoint": "https://as135.awmdm.com",
8+
"requestEndpoint": "https://abc123.abcd.com",
99
"authURL": "https://uat.uemauth.vmwservices.com",
1010
"clientID": "3xxxx62vvccbv4f6fbaxxxxxxx748e201",
1111
"clientSecret": "678adsfsxxxxxxxxxxxxxxxxfsf1",

0 commit comments

Comments
 (0)