Get-vRAResourceMetric
SYNOPSIS
Retrieve metrics for a deployed resource
SYNTAX
Standard (Default)
Get-vRAResourceMetric [-Limit <String>]
ById
Get-vRAResourceMetric [-Id <String[]>] [-Limit <String>]
ByName
Get-vRAResourceMetric [-Name <String[]>] [-Limit <String>]
DESCRIPTION
Retrieve metrics for a deployed resource
EXAMPLES
-------------------------- EXAMPLE 1 --------------------------
Get-vRAResourceMetric
-------------------------- EXAMPLE 2 --------------------------
Get-vRAConsumerCatalogItem -Name vm01 | Get-vRAResourceMetric
-------------------------- EXAMPLE 3 --------------------------
Get-vRAResourceMetric -Id "448fcd09-b8c0-482c-abbc-b3ab818c2e31"
-------------------------- EXAMPLE 4 --------------------------
Get-vRAResourceMetric -Name vm01
PARAMETERS
-Id
The id of the catalog resource
Type: String[]
Parameter Sets: ById
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Name
The name of the catalog resource
Type: String[]
Parameter Sets: ByName
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
-Limit
The number of entries returned per page from the API. This has a default value of 100.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: 100
Accept pipeline input: False
Accept wildcard characters: False