Skip to content

Get-vROPSResourceDetail

Synopsis

Get resource detail

Syntax

Get-vROPSResourceDetail [-adapter] <String> [-resource] <String> [-objectname] <String> [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

The Get-vROPSResourceDetail cmdlet gets the details for a resource from VMware Aria Operations.

Examples

Example 1

Get-vROPSResourceDetail -adapter VMWARE -resource Datacenter -objectName sfo-m01-dc01

This example gets the resource details.

Parameters

-adapter

The adapter to get the resource from.

Type: String
Parameter Sets: (All)
Aliases:

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

-resource

The resource to get the details for.

Type: String
Parameter Sets: (All)
Aliases:

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

-objectname

The name of the object to get the details for.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 3
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.