Skip to content

Commit dfb0674

Browse files
author
Tracey Carter
committed
fixed indentation on 3 and 4
1 parent 331e08a commit dfb0674

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

splunkplatform/unified-id/unified-identity.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ If you already have a Splunk Cloud Platform account and a Splunk Observability C
109109
110110
acs observability pair --o11y-access-token "<enter-o11y-access-token>"
111111
112-
Replace ``<enter-o11y-access-token>`` in the example above, with the user API access token you retrieved from Splunk Observability Cloud in previous step.
112+
Replace ``<enter-o11y-access-token>`` in the example above, with the user API access token you retrieved from Splunk Observability Cloud in previous step.
113113
114114
b. To pair with API endpoints, collect the following information then run the curl command:
115115

@@ -128,21 +128,19 @@ If you already have a Splunk Cloud Platform account and a Splunk Observability C
128128
-H "Authorization: Bearer <enter-splunk-admin-api-token>" \
129129
-H "o11y-access-token: <enter-o11y-api-token>"
130130
131-
Whether you used the command-line interface or API endpoints, the pairing command returns a pairing id:
131+
Whether you used the command-line interface or API endpoints, the pairing command returns a pairing id:
132132

133133
.. code-block:: bash
134134
135135
"id": "<pairing-id>"
136136
137137
4. You can use the pairing id to get the current status of the pairing.
138138

139-
a. To get the status using command-line interface, run the following ACS command:
139+
a. To get the status using command-line interface, run the following ACS command then replace the pairing id and the access token with your own values:
140140

141141
.. code-block:: bash
142142
143143
acs observability pairing-status-by-id --pairing-id "<enter-pairing-id>" --o11y-access-token "<enter-o11y-access-token>"
144-
145-
Replace the pairing id and the access token with your own values.
146144
147145
b. To get the status using API endpoints, run the following curl command with the data you obtained in step 3b:
148146

0 commit comments

Comments
 (0)