Update the account config for the specified PCDS Account ID
Updates the specified account config and returns the updated account config.
Path Parameters
- id string required
- application/json
Request 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
Possible values: [
aws
,gcp
,azure
] - accountType AccountType
Possible values: [
regular
,organization
,tenant
] - redlockTenantId int64
- storageScanStatus StorageScanStatus
Possible values: [
initialized
,enabled
,disabled
,maxcreditexceeded
,licenseexpired
] - dssTenantId string
- accountName string
- scanOption AccountScanOption
Possible values: [
none
,realtime
,historical
,full
,custom
] - cloudConfig object
Responses
- 200
- 400
- 401
- 403
- 500
success
- application/json
- Schema
Schema
- any
bad_request
unauthenticated_access
unauthorized_access
internal_error
Loading...