Skip to main content

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
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

success


Schema
    any
Loading...