Update the account config for the specified PCDS Account ID
PUT/config/v3/account/:id
Updates the specified account config and returns the updated account config.
Request
Path Parameters
id stringrequired
- application/json
Body
redlockAccountId int32
accountId string
storageUUID uuid
Possible values: Value must match regular expression [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}
cloudType CloudType (string)
Possible values: [aws
, gcp
, azure
]
accountType AccountType (string)
Possible values: [regular
, organization
, tenant
]
redlockTenantId int64
storageScanStatus StorageScanStatus (string)
Possible values: [initialized
, enabled
, disabled
, maxcreditexceeded
, licenseexpired
]
dssTenantId string
accountName string
scanOption AccountScanOption (string)
Possible values: [none
, realtime
, historical
, full
, custom
]
cloudConfig object
Responses
- 200
- 400
- 401
- 403
success
- application/json
- Schema
Schema
- any
bad_request
unauthenticated_access
unauthorized_access
Loading...