Skip to content

Commit 60d3adc

Browse files
author
Tracey Carter
committed
final fixing of indentation maybe
1 parent dfb0674 commit 60d3adc

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

splunkplatform/unified-id/unified-identity.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,11 @@ If you already have a Splunk Cloud Platform account and a Splunk Observability C
105105

106106
a. To pair with command-line interface, enter the following Admin Config Services (ACS) command:
107107

108-
.. code-block:: bash
108+
.. code-block:: bash
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

@@ -130,9 +130,9 @@ If you already have a Splunk Cloud Platform account and a Splunk Observability C
130130
131131
Whether you used the command-line interface or API endpoints, the pairing command returns a pairing id:
132132

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

@@ -151,7 +151,6 @@ If you already have a Splunk Cloud Platform account and a Splunk Observability C
151151
-H "Authorization: Bearer <enter-splunk-admin-api-token>" \
152152
-H "o11y-access-token: <enter-o11y-api-token>"
153153
154-
155154
5. The system returns a status message showing whether or not the pairing was a success. Statuses are SUCCESS, FAILED, or IN_PROGRESS.
156155

157156
.. code-block:: bash

0 commit comments

Comments
 (0)