You can find a request ID by using your browser's developer tools.
Procedure
- In your browser, press F12 to open the developer tools.
This example uses Chrome on Windows.
- In the developer tools, click the Network tab.
- Perform a request, such as creating an instance, modifying an instance, or calling an API operation.
- In the Name column of the developer tools, click the corresponding API operation, which typically starts with
api.json. - In the Response tab, find the RequestId.
Figure 1. Response details { "code":"200", "data":{ "RequestId":"88784F43-D330-5134-9500-1B14FA33B82C", "Accounts":{ "Account":[...] } } }