Skip to main content

Update Hypervisor Credentials

Update Hypervisor's credentials information

Path Parameters
  • HypervisorId string required
Request Body
    oneOf

  • accessNode object[]
  • id int32
  • name string
  • displayName string

    Display name of the access node

  • type int32

    Type of access node , Ex: 3 - access Node , 28 - Access Node Groups

  • fbrUnixMediaAgent object
  • id int32
  • name string
  • activityControl object
  • enableBackup boolean

    true if Backup is enabled

  • enableRestore boolean

    true if Restore is enabled

  • backupActivityControlOptions object
  • enableAfterDelay boolean

    True if the activity will be enabled after a delay time interval

  • delayTime string

    Delayed by n Hrs

  • timeZone object
  • id int32
  • name string
  • restoreActivityControlOptions object
  • enableAfterDelay boolean

    True if the activity will be enabled after a delay time interval

  • delayTime string

    Delayed by n Hrs

  • timeZone object
  • id int32
  • name string
  • security object
  • clientOwners string

    Client owners for the Hypervisor

  • associatedUserGroups object[]
  • id int32
  • name string
  • newName string

    The name of the hypervisor that has to be changed

  • settings object
  • regionInfo object
  • id int32

    Region Id

  • name string

    Region Name

  • displayName string

    Display Name of Region

  • latitude string

    Geolocation Latitude

  • longitude string

    Geolocation Longitude

  • timeZone object
  • id int32
  • name string
  • metricsMonitoringPolicy object
  • id int32

    Metrics Moitoring PolicyId

  • name string

    Metrics Moitoring Policy Name

  • isEnabled boolean

    True if Metrics Monioring policy is enabled

  • customAttributes object
  • type int32

    client custom attribute type . Ex- 3 - For client 8- For clientGroup

  • value string

    client/Client Group custom attribute value

  • guestCredentials object
  • id int32
  • name string
  • applicationCredentials object
  • id int32
  • name string
  • mountAccessNode object
  • id int32
  • name string
  • skipCredentialValidation boolean

    Default value: true

    if credential validation has to be skipped.

  • serviceAccountId string

    service account id of google cloud

  • userName string

    username of GCP login Application

  • password string

    Base64 encrypted Service Account ID

Responses

OK


Schema
  • hypervisorId int32
  • warningCode int32
  • errorCode int32
  • errorMessage string

    Response message

  • warningMessage string

    Response message

Loading...