Skip to content

Add-vRAIntegrationItem

Synopsis

Add external systems to VMware Aria Automation

Syntax

Add-vRAIntegrationItem [-integrationType] <String> [-integrationName] <String> [-integrationUser] <String>
 [-integrationPassword] <String> [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

The Add-vRAIntegrationItem cmdlet adds external systems to VMware Aria Automation.

Examples

Example 1

Add-vRAIntegrationItem -integrationType "vrops" -integrationName "VMware Aria Operations" -integrationUser "svc-vra-vrops@sfo.rainpole.io@vIDMAuthSource" -integrationPassword "VMw@re1!"

This example creates VMware Aria Operations integration with name "VMware Aria Operations".

Parameters

-integrationType

The type of integration to be added. Valid values are vrops.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-integrationName

The name of the integration to be added.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-integrationUser

The username of the integration to be added.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 3
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-integrationPassword

The password of the integration to be added.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 4
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-ProgressAction

Progress Action

Type: ActionPreference
Parameter Sets: (All)
Aliases: proga

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

Common Parameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.