Save Account Config With Given Attributes
POST/config/v3/account
Saves account config with the values provided in the JSON payload and returns the config.
Request
- 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
success
- application/json
- Schema
Schema
- any
bad_request
Loading...