We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a6ca86 commit 0da10fdCopy full SHA for 0da10fd
sysdig/internal/client/secure/cloud_account.go
@@ -10,7 +10,7 @@ import (
10
11
func (client *sysdigSecureClient) cloudAccountURL(includeExternalID bool) string {
12
if includeExternalID {
13
- return fmt.Sprintf("%s/api/cloud/v2/accounts?includeExternalID=true", client.URL)
+ return fmt.Sprintf("%s/api/cloud/v2/accounts?includeExternalID=true&upsert=true", client.URL)
14
}
15
return fmt.Sprintf("%s/api/cloud/v2/accounts", client.URL)
16
0 commit comments