Skip to content

Commit 66e8002

Browse files
author
iru
authored
docs: clarify externalId format
1 parent 556d364 commit 66e8002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

use-cases/manual-compliance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ For later usage, fetch `SYSDIG_AWS_EXTERNAL_ID` from one of the previously regis
7777
$ curl -s "https://<SYSDIG_SECURE_ENDPOINT>/api/cloud/v2/accounts/<AWS_ACCOUNT_ID>?includeExternalId=true" \
7878
--header "Authorization: Bearer <SYSDIG_SECURE_API_TOKEN>"
7979
```
80-
From the resulting payload get the `externalId` attribute value.
80+
From the resulting payload get the `externalId` attribute value, it should be a 32character string mixed with letters and numbers with no dashes, ex.:`0ab697b38dec8fb0932903jasfh38309`
8181
8282
<br/>
8383

0 commit comments

Comments
 (0)