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
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:
134
132
135
-
.. code-block:: bash
133
+
.. code-block:: bash
136
134
137
-
"id": "<pairing-id>"
135
+
"id": "<pairing-id>"
138
136
139
137
4. You can use the pairing id to get the current status of the pairing.
140
138
141
-
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:
0 commit comments