You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/vmware-workspace-one-source.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ The VMware Workspace One source supports [O-Auth-based authentication](https://d
34
34
35
35
#### Endpoint URL
36
36
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.
38
38
39
39
40
40
#### Auth URL
@@ -72,7 +72,7 @@ To configure a VMware Workspace One Source:
72
72
1. (Optional) **Fields**. Click the **+Add** button to define the fields you want to associate. Each field needs a name (key) and value.
73
73
* A green circle with a check mark is shown when the field exists in the Fields table schema.
74
74
* 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.
76
76
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`.
77
77
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`.
78
78
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
98
98
| description | String | No |`null`| Type a description of the source. |`"Testing source"`|
99
99
| 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"`|
100
100
| 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. ||
102
102
| authURL | String | Yes |`null`| The API URL to fetch the authentication token from the VMware Workspace One source. |`https://uat.uemauth.vmwservices.com`|
103
103
| clientID | String | Yes |`null`| Client ID of your account. |`cfea26d59bd542488ea706b025564d42`|
104
104
| clientSecret | String | Yes |`null`| Client Secret of your account. |`E2220271xxxxxxxxxxxxxxxxxxxxx4556634`|
0 commit comments