SDDC Manager configures the credentials and endpoint for the VMware Aria Automation integration in VMware Aria Operations with the clustered Workspace ONE Access local administrator account. To monitor the health and the resource capacity in the SDDC, reconfigure the VMware Aria Automation adapter to use the service account.

UI Procedure

  1. Log in to the VMware Aria Operations interface at https://<aria_operations_fqdn> with a user assigned the Administrator role.
  2. In the left pane, select Data sources > Integrations.

  3. On the Integrations page, expand the VMware Aria Automation adapter list and click VMware Aria Automation adapter.
  4. Reconfigure the credentials for the VMware Aria Automation adapter.
    1. Next to the Credential text box, click the Add new icon, configure the settings according to your values in the VMware Cloud Foundation Planning and Preparation Workbook, and click OK.
    2. Click Validate connection.
    3. In the Review and accept certificate dialog box, verify the certificate information, and click Accept.
    4. In the Info dialog box, click OK.
  5. Click Save.
  6. On the Integrations page, verify that the collection status of the VMware Aria Automation adapter is OK.

PowerShell Procedure

  1. Start PowerShell.

  2. Replace the values in the sample code with values from your VMware Cloud Foundation Planning and Preparation Workbook and run the commands in the PowerShell console.

    $sddcManagerFqdn = "sfo-vcf01.sfo.rainpole.io"
    $sddcManagerUser = "[email protected]"
    $sddcManagerPass = "VMw@re1!"
    
    $credentialDisplayName = "VMware Aria Automation Credentials"
    $credentialUserName ="[email protected]"
    $credentialPassword = "VMw@re1!"
  3. Perform the configuration by running the command in the PowerShell console.

    Update-vROPSvRAAdapterCredential -server $sddcManagerFqdn -user $sddcManagerUser -pass $sddcManagerPass -credential_displayname $credentialDisplayName  -credential_username $credentialUserName -credential_password $credentialPassword -adapterKind CASAdapter